/* whatsapp icon */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}



.navbar-section{
    position: fixed;
    width: 100%;
    background-color: white;
    color: black;
    z-index: 999;
}
.navbar-section img{
    width: 100px;
    height: 50px;
}
.nav-link{

    padding: 5px;
    font-weight: bold;
    font-size: larger;
    text-transform: capitalize;
    margin-left: 30px;
 
}
.nav-link:hover{
    border-bottom: 3px solid blueviolet;
}
.section1{
  
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
/* section1 */
 h1{
    text-transform: capitalize;
    font-weight: 900;
    font-size: 1.55cm;
    font-family: 'Cedarville Cursive', cursive;
    font-family: 'Charmonman', cursive;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Lobster', cursive;
    font-family: 'Lunasima', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Recursive', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Satisfy', cursive;
}
.apartment{
   color: black;
   font-size:large;
   text-decoration: none;
   border-bottom: 5px solid black;
   width: 300px;
   
 }
.apartment img{
  width: 100px;
  height: 50px;
  clip-path: circle();
}
/* section2 */
.section2{
  
  width: 100%;
 
  background-repeat: no-repeat;
  background-size: cover;
   padding-top: 30%;
   padding-bottom: 30%;

}
.img1{
  width: 400px;
  height: 500px;
}
.img2{
    width: 350px;
    height: 300px;
    margin-top: -20px;
  }
  .img3{
    width: 250px;
    height: 200px;
    border: 1pc solid white;
    margin-left: 20%;
    margin-top: -20px;
  }
  .para p{
    color: rgb(199, 188, 188);
    font-size: large;
  }
  .para a{
    text-align: none;
    padding: 10px;
    border: 2px solid gray;
    font-weight: bold;
    font-size: medium;
    text-decoration: none;
    border-radius: 20px;
    color: grey;
  }
  /* section4 */
  .section4 i{
    color: rgb(146, 138, 138);
    font-size:50px !important;
  }
  .section4 p{
  color: rgb(138, 131, 131);
  }
/* images css */

#container1,
#container2,
#container3 {
  width: clamp(150px, 80%, 180px);
  height: 250px;
  width: 300px;
  border: none;
  overflow: hidden;
  transition: var(--main-transition);
  
 
}
#image1,
#image2,
#image3 {
  transition: var(--main-transition);
  width: 100%;
  height: 100%;
  
}
#image1 {
  transform: scale(1.5);
}
#image3 {
  transform: scale(1.5) rotate(30deg);
}
#container1:hover #image1 {
  transform: scale(1);
}
#container2:hover #image2 {
  transform: scale(1.5);
}
#container3:hover #image3 {
  transform: scale(1) rotate(0deg);
}


/* testimonails */

#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
    background-color: rgb(196, 181, 211);
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}
.testimonial-box{
    width:500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.testimonial-box:hover{
    transform: translateY(-10px);
    transition: all ease 0.3s;
}
 
@media(max-width:1060px){
    .testimonial-box{
        width:45%;
        padding: 10px;
    }
}
@media(max-width:790px){
    .testimonial-box{
        width:100%;
    }
    .testimonial-heading h1{
        font-size: 1.4rem;
    }
}
@media(max-width:340px){
    .box-top{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .reviews{
        margin-top: 10px;
    }
}
::selection{
    color: #ffffff;
    background-color: #252525;
}



  /* footer */
  .footer {
 
    width: 100%;
    text-align: left;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 50px;
    margin-top: 50px;
  }
  .footer img{
    width: 200px;
    height: 100px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: inline-block;
    vertical-align: top;
  }
  
  
  /* footer left*/
  
  .footer .footer-left {
    width: 33%;
    padding-right: 15px;
  }
  
  .footer .about {
    line-height: 20px;
   
    font-size: 13px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer .about span {
    display: block;
   
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer .icons {
    margin-top: 25px;
  }
  
  .footer .icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
  
    border-radius: 2px;
    font-size: 20px;
     color: black;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  
  
 .footer-center i {
    color: black;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
 .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
  }
  
 
 
 .footer-center p a {
     color: black;
     text-decoration: none;
  }
  
  
  /* footer right*/
  
  .footer .footer-right {
    width: 35%;
  }
  
  .footer h2 {
  
    font-size: 36px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer h2 span {
   color: black;
  }
  
  .footer .menu {
    color: blueviolet;
    margin: 20px 0 12px;
    padding: 0;
  }
  
  .footer .menu a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
  }
  
  .footer .menu a:hover {
   color: blueviolet;
  }
  
  .footer .name {
   color: black;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
  
  @media (max-width: 767px) {
    .footer {
      font-size: 14px;
    }
    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
    .footer .footer-center i {
      margin-left: 0;
    }
  }
  /* about */
  .about img{
    width: 500px;
    height: 400px;
 }
 .about p{
   color: rgb(133, 122, 122);
 }
  
 @media (max-width: 767px) {
  .about img{
    width: 400px;
    height: 300px;
 }
 h1{
  font-size: xx-large;
 }
 
#container1,
#container2,
#container3 {
  
  height: 150px;
  width: 300px;
  margin: auto !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  
}

 }
 /* footer center*/
 
 .footer .footer-center {
   width: 30%;
 }
 .about2 {
    background-image: url("images/pic4.webp");
    background-size: cover;
    padding-top: 5%;
    background-repeat: no-repeat;
 }
  .about2 .container{
    background-color: rgb(99, 91, 91);
    color: white;
  }
  .about2 h4{
    font-family: 'Cedarville Cursive', cursive;
    font-family: 'Charmonman', cursive;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Lobster', cursive;
    font-family: 'Lunasima', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Recursive', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Satisfy', cursive;
  }
  .about2 p{
    font-weight: 400 !important;
  }
  .about2 h6{
    font-weight: bold;
    color: blueviolet;
  }
  /* faq */
  
.faq  {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}
/* contact css */


.contact .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  color: black;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 20px;
}

.section-header p {
  color: black;
}

.row  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact-info {
  width: 50%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: blueviolet;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.contact-info-content p {
font-size: 1em;
}
.contact-info-content a{
   text-decoration: none;
   color: black;
   font-size: 1em;
}
.project-image{
  width: 350px;
  height: 250px !important;
}
 .list-group{
  list-style:circle;
 }
 .list-group li{
  font-size:medium;
  padding-bottom: 5px !important;
 }
.contact-form {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: black;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: blueviolet;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background:blueviolet;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid blueviolet;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: blueviolet;
}
.project-map{
  width:  100% !important;
  height: 500px !important;
 }

@media (max-width: 991px) { 
  html.body{
    width: 100%;
    overflow-x: hidden;
  }
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .row {
    flex-direction: column;
  }
  
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
  
  .contact-form {
    width: 100%;
  }
  .project-map{
    width:  300px !important;
    height: 200px !important;
   }
.project-image{
  width: 300px;
  height: 200px;
  margin-top: 20px;
}
}
