


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@viewport{
  zoom: 1.0;
  width: extend-to-zoom;
}
@-ms-viewport{
  width: extend-to-zoom;
  zoom: 1.0;
}
body {
  background-image: url(backgroundblur.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
}
section{
  position: relative;
  padding-left: 3%;
  padding-bottom: 2%;

}
.home .home-content .text-1{
    font-size: 20px;
    color: #ccc5b9;
}
.home .home-content .text-2 {
  color: #faf9f9;
  font-size: 45px;
  font-weight: 600;
  margin-left: -3px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.heading{
  color: #f48c06;
}
.home .home-content .text-3{
    font-size: 30px;
    margin: 5px 0;
    color: #ccc5b9;
}
.home .home-content .text-3 span{
    color: #d00000;
    font-weight: 500;
}
p{
  height: 10px;
  padding-left: 10%;
  color: #e8e8e4;
  opacity: 70%;
  cursor:default;
}
.social-menu ul {
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  display: flex;
}
.social-menu ul li {
  list-style: none;
  margin: 0 10px;
}
.social-menu ul li .fa {
  color: #000000;
  font-size: 20px;
  line-height: 35px;
  transition: .5s;
}
.social-menu ul li .fa:hover {
  color: #ffffff;
}
.social-menu ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  transition: 0.5s;
  transform: translate(0,0px);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
  background-color: #3b5999;
}
.social-menu ul li:nth-child(2) a:hover {
  background-color: #55acee;
}
.social-menu ul li:nth-child(3) a:hover {
  background-color: #e4405f;
}
.social-menu ul li:nth-child(4) a:hover {
  background-color: #001219;
}
.social-menu ul li:nth-child(5) a:hover {
  background-color: #0077B5;
}
#particles-js{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
}