.logoo img{
    /* width: 100px; */
    height: 100px;
}


/* ==========================================================================
   PARALLAX STYLES
   ========================================================================== */




   #story-freext {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#story-freext:nth-of-type(1) {
        background: #FAFAFA;
        height: 300px;
        width: 100%;
    }

  

#story-freext > div:nth-of-type(1) {
    
    background: url(/img/buildingdark2.png) center top no-repeat fixed;

    background-size: cover;

    height: 300px;
    position: relative;
    /* width: 100%; */
    margin-bottom: 30px;
}

.fa .fa-flask h4{
    color: white;
}

#story-freext article {
    position: absolute;
    /* left: 80px; */
    top: 15%;
    width: 100%;
    z-index: 4;
    color: #fff;
    font-size: 20px!important;
    padding: 20px;
}

#story-freext article span {
        line-height: 40px!important;
        font-weight: 600!important;
    }

    .twologo{
        display: flex;
    }
 

.cardd{
    /* width: 80%; */
    margin: 0 auto;
    margin-bottom: 20px;
}

.cardd .card-title{
    font-size: 15px;
    color: #693d18;
    text-align: center;
}

.card {
  /* width: 200px;
  height: 150px; */
  background-color: #fff;
  border: 4px solid #e3e3e3;
  border-radius: 10px ;
  /* padding: 20px; */
  text-align: center;
  /* transition: box-shadow 0.3s; Smooth transition for the box shadow */
}

/* Add shadow on hover */
.card:hover {
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
}


  .welcome span{
    color: #e48900cc;
    text-align: center;
    /* width: 70%; */
    /* margin: 0 auto; */
  }

  .welcome{
    color: #e48900cc;
    text-align: center;
    font-weight: 300;
    /* width: 70%; */
    /* margin: 0 auto; */
  }


  #story-freext p{
   text-align: center;
   color: rgb(255, 255, 255);
  /* padding: 30px; */
  width: 80%;
  font-weight: 400;
  margin: 0 auto;
  
  }

  .twologo{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
    /* background-color: red; */
  
    width: 100%;
   
  }

  .twologo img{
    width: 700px;
  }

  
  .slide-left-transition {
padding: 30px;
    background-color: #fff; /* Background color of the element */
    transform: translateX(100%); /* Start position outside of the viewport */
    animation: slideLeft 2s ease-in-out forwards;
}

.dream img{

  width: 20px;

}


.projecc img{
  width: 200px;
  margin: 0 auto;
  align-items: center;

}


.moblogo{
display: none;
}

.casaplogo img{
  width: 100px;
  /* margin: 30px; */

}
.casapimg img{
  width: 100%;
}


.projectcasa{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #693d18; */
  width: 81%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.projectbut{
  background-color: #413e3c;
  color: white;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
}
.myabout{
  padding: 50px;

}
.team-info h5{
  color: #693d18;

}

.titleabou strong span{
  font-weight: 800;

}
.titleabou strong{
  font-weight: 500;
}



.inabouttop{
display: flex;
justify-content: space-evenly;
align-items: center;
}
@keyframes slideLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}


.dream{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}


.dream img{
width: 500px;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
}

.footimgg{
  width: 200px;
}

.foottex h4{
  color: white;
  font-size: 10px;
}

.footext a{
  color: white;
}
.footext a span{
  color: #413e3c;
  font-size: 20px;
}


.moreabout{
  
}
/* .slick-title{
  font-size: 10px;
}

.lead .text-white .mt-lg-3 .mb-lg-5{
  font-size: 5px;
  
}

.carotext p{
  color: green;

} */

.carousel-item{
  border: solid 2px #cacaca;
  border-radius: 2px;
}

.datewhite{
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.projectfe{
  margin-top: 120px;
}
.amenties{
  display: flex;
  justify-content: space-evenly;
  
  align-items: flex-end;
}
.asdds{
  padding: 20px 20px 0px 20px;
}


.firform{
  display: flex;
}
.floatform{
  /* width: 400px; */
  
}
.newcontact .form-floating {
  position: relative;
  margin: 15px 0;
  margin-right: 1rem;
}

/*


label {
  display: block;
  margin-bottom: 5px;
}

.underline-input {
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 5px;
  outline: none;
}


.underline-input:focus {
  border-bottom: 2px solid #007BFF;
} */
.newcontact .contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.newcontact .form-floating {
  position: relative;
  margin-right: 1rem;
  /* margin: 15px 0; */
}

.newcontact .form-floating input[type="text"],
.newcontact .form-floating input[type="email"],
.newcontact .form-floating input[type="phone"],
.newcontact .form-floating textarea {
  border: none;
  border-bottom: 1px solid #000; /* Add an underline */
  width: 100%;
  /* padding: 5px; */
  /* background-color: transparent; */
  /* outline: none; */ /* Remove the default input outline on focus */
}

.newcontact .form-floating label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  pointer-events: none; /* Prevent label from interfering with input */
  transition: 0.2s;
}

.newcontact .form-floating input[type="text"]:focus + label,
.newcontact .form-floating input[type="email"]:focus + label,
.newcontact .form-floating input[type="phone"]:focus + label,
.newcontact .form-floating textarea:focus + label {
  top: -25px; /* Move the label up when the input is focused */
  font-size: 0.8rem;
  color: #693d18; /* Change label color on focus */
}

.newcontact .form-floating textarea {
  height: 160px;
}

.newcontact button[type="submit"] {
  border: none;
  background-color: #000000;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.newcontact button[type="submit"]:hover {
  background-color: #693d18;
}

/* Remove the blue outline on focus for all input elements */
.newcontact .form-floating input:focus,
.newcontact .form-floating textarea:focus {
  outline: none;
}

.containercontact{
  /* background-color: #ffffff; */
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 1;
  height: 200px;
}

.containercontact .col{
 color: white;
 display: flex;
 flex-direction: column;
 align-items: center;
}

.containercontact .col i{
  width: 30px;
}

#icosize{
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 40px;
}
.containercontact{
  color: #474747;
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.concol{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 340px;
}
.concol2{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
}

.concol i{
  color: #693d18;
}

.concol2 i{
  color: #693d18;
}




@media only screen and (max-width: 768px){
  .dream{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .logoo img{
    /* width: 100px; */
    height: 80px;
}

  /* .slick-bottom{
    visibility: hidden;
  } */

  .slick-title{
    top : 25%;
    font-size: 20px;
    /* font-weight: 500; */
  }

  .moblogo{
    display: flex;
    width: 20px;
    margin-bottom: 30px;
  }

  .dreamtitle img{
    width: 300px;
  }
  .slide-left-transition{
    display: none;
  }

  #story-freext article {
    /* position: absolute; */
    /* left: 80px; */
    top: 1%;
    font-size: 15px!important;
    /* padding: 20px; */
}

#story-freext article p {
  /* color: black ; */
  font-size: 15px;
}
.projectcasa{
  display: flex;
  flex-direction: column;
}
.casapimg img{
  width: 300px;
}

.carousel-inner img{ 
  width: 300px;
}

.inabouttop{
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  .aboutimg img{
    width: 350px;
  }

  .amenties{
    display: flex;
   flex-direction: column;
  }

  .amenfe{
    display: flex;
    
  }
  .cardd .card-title {
    font-size: 10px;
  }
  .cardd{
    padding: 10px;
  }

  .amenties img {
    width: 100%;
    margin: 0 auto;
}
 .casapimg img {
  width: 99%;
  margin: 0 auto;
 }
.datewhite{
display: block;

}
.containercontact{
  flex-direction: column;
  /* margin-top: 180px; */

}

.containercontact{
  display: flex;
  flex-direction: column;
  margin-top: 300px;
  /* margin-top: 200px; */
}
.concol{
  
  width: 100%;
  margin-top: 1;
  margin-bottom: 60px;
}
.concol2{
  /* margin-bottom: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.contact{
 /* background-color: #000;  */
 margin-top: 250px;
}
.site-header.section-padding-img {
padding-top: 0rem;
padding-bottom: 0rem;
}
}