*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
a{
  text-decoration: none;
}
/*
.header{
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,10,0.7),rgba(4,9,10,0.7)),url("Images/background.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
nav{
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-content: center;

}
.fa-house{
  font-size: 2rem;
  color:#FE1901;
}
.fa-house::after{
  content: " Skylimit";
  color:white;
  font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-style: italic;
}
.nav-links{
  flex:1;
  text-align: right;
}
.nav-links ul li a{
  color: #fff;
  font-size: 0.9rem;
}
.nav-links ul li{
  list-style: none;
  display: inline-block;
  padding: 0.5rem 0.8rem;
  position: relative;
}
.nav-links ul li::after{
  content: "";
  width: 0%;
  height: 2px;
  background-color: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;
}
.nav-links ul li:hover::after{
  width: 100%;
}
.text-box{
  width: 90%;
  color:#fff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.text-box h1{
  font-size: 3.875rem;
}
.text-box p{
  margin:0.625rem 0 2.5rem;
  font-size: 0.9rem;
  color: #fff;
}
.hero-btn{
  display: inline-block;
  color:#fff;
  border: 1px solid #fff;
  padding: 0.75rem 2.125rem;
  font-size: 0.9rem;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.hero-btn:hover{
  border: 1px solid #f44336;
  background-color: #f44336;
  transition: 1s;
}
nav .fa-xmark,nav .fa-bars{
  display: none;
}
/*Header end*/

/*Features Start*/
.features{
  width:80%;
  margin: auto;
  /* margin-top: 30rem; */
  text-align: center;
  padding-top: 6.25rem;
}
.features h1{
  font-size: 2.25rem;
  font-weight: 600;
}
.features p{
  color:#777;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
  padding: 0.625rem;
}
.row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
.feature-col{
  flex-basis: 20%;
  background-color: #fff3f3;
  border-radius: 0.625rem;
  margin-bottom: 5%;
  padding:1.25rem 0.75;
  box-sizing: border-box;
  transition: 0.5s;
}
.feature-col .fa-solid{
  color:#000;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.feature-col a{
  font-weight: 600;
  color:#000;
  transition: 0.5s;
  display: inline-block;
  padding-bottom: 1rem;
}
.feature-col h3{
  text-align: center;
  font-weight: 600;
  margin: 0.625rem 0;
}
.feature-col:hover{
  box-shadow: 0 0 1.25rem 0px rgba(0,0,0,0.2);
}
.feature-col a:hover{
  transform: scale(1.1);
}
/*Projects*/
.projectss{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 3.125rem;
}
.projectss h1{
  font-size: 2.25rem;
  font-weight: 600;
}
.projectss p{
  color:#777;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375rem;
  padding: 0.625rem;
}
/* .campus-col{
  flex-basis: 32%;
  border-radius: 0.625rem;
  margin-bottom: 1.875rem;
  position: relative;
  overflow: hidden;
}
.campus-col img{
  width:100%;
  display: block;
}
.layer{
  background: transparent;
  height: 100%;
  width: 100%;
  position:absolute;
  top:0;
  left:0;
  transition: 0.6s;
}
.layer:hover{
  background: rgba(68, 102, 196, 0.711);
}
.layer h3{
  width:100%;
  font-weight: 500;
  color:#fff;
  font-size: 1.625rem;
  bottom: 0;
  left:50%;
  transform:translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.6s;
}
.layer:hover h3{
  bottom:49%;
  opacity: 1;
} */
@media (max-width: 800px) {
  .sidebar,.nav-links,.nav-links2{
    display: none!important;
  }
  .header2{
    background-image: none;
  }
}
/*Contact us*/
.contuctus{
  margin:6.25rem auto;
  width: 80%;
  background-image: linear-gradient(rgba(0,0,0,0.68),rgba(0,0,0,0.68)),url(Images/villa\ nova/1.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 6.25rem 0;
}
.contuctus h1{
  color: #fff;
  margin-bottom: 2.5rem;
  padding: 0;
}
/*Footer*/
.footer{
  width: 100%;
  text-align: center;
  padding: 1.875rem 0;
}
.footer h4{
  margin-bottom: 1.563rem;
  margin-top: 1.25rem;
  font-weight: 600;
}
.icons .fa-brands{
  color:#0091CE;
  margin: 0 0.8rem;
  cursor: pointer;
  padding: 1.5rem 0;
}
/*@media(max-width:700px){
  .text-box h1{
    font-size: 20px;
  }
  .nav-links ul li{
    
    display: block;
    border-bottom: black 1px solid;
  }
  .nav-links{
    position: absolute;
    background-color: #155577;
    height: 100vh;
    width:200px;
    top:0;
    right:-200px;
    z-index: 2;
    transition: 1s;
  }
  nav .fa-xmark,nav .fa-bars{
    display: block;
    color:#fff;
    margin:10px;
    font-size: 22px;
    cursor: pointer;
    text-align: start;
    

  }
  .nav-links ul{
    padding: 30px;
  }
  /*Features*/
  /* .row{
    flex-direction: column;
  }
  .contuctus h1{
    font-size: 1.5rem;
  }
} */
#cnt{
  color:#fff;
  border-color: #fff;
}
