@font-face {
    font-family: 'Satoshi-Regular';
    src: url('./fonts/Satoshi-Regular.woff2') format('woff2'),
        url('./fonts/Satoshi-Regular.woff') format('woff'),
        url('./fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi-Medium';
    src: url('./fonts/Satoshi-Medium.woff2') format('woff2'),
        url('./fonts/Satoshi-Medium.woff') format('woff'),
        url('./fonts/Satoshi-Medium.ttf') format('truetype');
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins.woff2') format('woff2'),
        url('./fonts/Poppins.woff') format('woff'),
        url('./fonts/Poppins.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
  .lazy-load {
      opacity: 0; /* Initially hide the image */
      transition: opacity 0.3s ease; /* Add a smooth transition */
	      width: 100%;
    }
    .lazy-load.loaded {
      opacity: 1; /* Display the image when loaded */
	  opacity: 1;
    max-width: 100%;
    margin: 0px auto;
    }

body {
    font-family: 'poppins', sans-serif !important;
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 17px !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    color: #000 !important;
}

h5,
.h5,
h6,
.h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}

/*header*/

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #D6B25E !important;
}

.nav-link {
    color: #fff !important;
}

.navbar-nav {
    margin-left: auto !important;
}

.navbar-text a {
    background-color: #f38451;
    color: #fff !important;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 9px;
    
}

.btn-a-vasavi a  {
    background-color: #f38451;
    padding: 10px 20px;
    width: 50%;
    text-decoration: none;
    color: #fff;
}

.btn-a-vasavi input  {
    background-color: #f38451;
    padding: 10px 20px;
    width: 100%;
    text-decoration: none;
    color: #fff;
}

.btn-a-vasavi input:hover {
    background-color: #f38451;
    padding: 10px 20px;
    width: 100%;
    text-decoration: none;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
}

.carousel-item {
    margin-top: 75px !important;
    
    
}

@media only screen and (min-width: 768px) {
    #lead_form {
        margin-top: -44%;
    }
  
}
@media(max-width:768px){
    .about-values h3 {
        color: #f38451 !important;
        font-size: 28px !important;
    }
    
    .about-values p {
        color: #00000099;
        text-transform: uppercase;
        font-size: 10px !important;
    }
    .navbar-brand img{
        width: 100px !important;
    }
    
}

.y-hyd-bg {
    background-color: #F4EBDE;
}

.y-hyd-con {
    padding: 10px 90px;
}

.y-hyd-con ul {
    padding-top: 20px;
    padding-left: 18px !important;
}

.title-strip {
    width: 65px;
    height: 5px;
    background-color: #f38451;
    transform: translateY(-50%);
    margin-bottom: 15px;
    
}

.y-hyd-con a {
    background-color: #f38451;
    padding: 15px 20px;
    width: 50%;
    text-decoration: none;
    color: #fff;
}

.y-buy-atlantis {
    padding: 20px 10px;
}

.y-buy-atlantis img {
    width: 40%;
}

.y-buy-atlantis h5 {
    color: #f38451;
    margin: 18px 0;
}

.about-values {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
}

.about-values h3 {
    color: #f38451 !important;
    font-size: 42px;
}

.about-values p {
    color: #00000099;
    text-transform: uppercase;
}

.amenities-card {
    background-color: #F3EBDE;
    border: 1px solid #f38451;
    margin: 15px 0;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.amenities-card img {
    width: 20%;
    padding-bottom: 15px;
}

.amenities-card h3 {
    font-size: 22px;
    color: #000 !important;
}

.unlock-price-card {
    background-color: #fff;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 4px 30px 20px #1f1e1e0d;
    transition: 0.3s ease-in;
    border: none;
    margin: 15px 0px;
    border: 1px solid black;
}

/*.unlock-price-card:hover {
    border: 1px solid #DE6D00;
    margin-top: 20px;
}*/

.yt-video iframe {
    width: 100% !important;
    height: 625px !important;
}

.unlock-price-card img {
    width: 12%;
    margin-bottom: 20px;
}

.other-proj-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comp-proj-text h3 {
    color: #f38451 !important;
    font-size: 46px;
}

.comp-proj-text p {
    font-size: 12px;
}

.other-proj-card {
    margin: 15px 15px;
}

.other-proj-txt {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}

footer {
    background-color: #f38451;
}

.footer-top h2 {
    color: #fff !important;
    padding-bottom: 20px;
}

.footer-top a {
    background-color: #f38451;
    padding: 15px 20px;
    width: 50%;
    text-decoration: none;
    color: #fff;
}

.footer-middle p {
    color: #D3D6D8;
}

.footer-middle h4 {
    color: #fff !important;
}

.footer-middle ul {
    list-style: none;
    padding-left: 0px !important;
}

.footer-middle ul a {
    color: #D3D6D8;
    text-decoration: none !important;
    padding: 10px 0;
}

.social-icons a {
    background-color: #d5e2e428;
    padding: 15px 15px;
    border-radius: 50%;
    margin: 0 5px;
    transition: 0.3s ease-in;
}

.social-icons a img {
    width: 5%;
}

.social-icons a:hover {
    background-color: #EC6513;
}

/*owl */


.carousel-section {
    padding-bottom: 40px;
    overflow: hidden;
}

.carousel-section .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.carousel-section .owl-carousel .owl-stage-outer {
    overflow: unset;
}

.carousel-section .owl-carousel .owl-nav .owl-next,
.carousel-section .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    height: 40px;
    font-size: 20px;
    color: #f38451;
    background-color: #F3EBDE;
}

.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
    outline: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #f38451 !important;
}

.carousel-section h2 {
    font-size: 34px;
    text-align: left;
    font-weight: 700;
}

.carousel-container {
    padding-left: 15px;
    padding-right: 15px;
    margin: -40px auto;
    width: 100%;
}

.carousel-item {
    margin: 20px 0;
    display: block !important;
}


.carousel-item__card {
    background-color: #FFFFFF;
    /*height: 300px;*/
    margin: 30px 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}


.carousel-item__card1 {
    background-color: #F3EBDE;
    border-radius: 8px;
    padding: 20px 25px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel-item__card1 img {
    width: 15% !important;
    padding-bottom: 15px;
}

.testi-bg {
    position: relative; /* Required for the pseudo-element to be positioned correctly */
    background-image: url(./img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}


.testi-bg .carousel-section .lazy-load{
    height: 230px;
}

.testi-owner {
    display: flex;
    align-items: center;
}

.testi-owner h4 {
    padding-left: 15px;
    color: #f38451;
    font-size: 22px;
}

.button-primary-float {
    font-size: 16px;
    background: #f38451;
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff !important;
    padding: 7px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 0;
        margin-right: 30px;
}

.floating-btn a {
    text-decoration: none !important;
}

.floating-btn {
    position: fixed;
    top: 45%;
    right: -6.5%;
    z-index: 99;
    transform: rotate(270deg);
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #f38451;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    z-index: 100;
}

.wp-button {
    margin-top: 14px;
}

.virtualtour-pop {
    background: linear-gradient(0deg, #f38451, #ea7b48), url(./img/virtualtour/hometour1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    min-height: 440px;
    display: flex;
    align-items: center;
}







@media only screen and (max-width: 765px) and (min-width: 200px)




 {
    .modal-content {top: 40px !important;}
    
    
    .mblicon { width: 66px !important; }

    .cntbnr {display: none !important;}
       .h4clr {font-size: 18px !important;}

    .bgmbl { background-color: #f6f6f6;
    padding: 20px 0px 20px 0px;}

    .button-primary-float  {display: none !important;}

    .mblfont {font-weight: 200 !important;
    font-size: 14px !important;
    line-height: 25px !important;}

    .mblmenu {display: none !important;}


    h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    color: #000 !important;
}

h5,
.h5,
h6,
.h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}


.btnbrdr {
    border-radius: 6px !important;
    font-size: 11px !important;
    padding: 10px 20px !important;
    background-color: #fff !important;
    border: 2px solid #f38451 !important;
    color: #f38451 !important;
    transition: background-color 0.5s ease, color 0.5s ease; /* Added transition */
}


    .btnnew {
  
    border-radius: 6px !important;
    font-size: 11px !important;
    padding: 10px 20px !important;

box-shadow: 0px 20px 30px 0px rgba(197.00000000000003, 162.0000000000001, 87.00000000000001, 0.5019607843137255);
}


.y-hyd-bgwhite p{
    font-size: 13px !important;
}



    
 }


      
   
      
 

 @media only screen and (max-width: 3000px) and (min-width: 766px) {


    .cntbnr2 {display: none !important;}
    .hidedesk {display: none !important;}


       .mbdesk{ margin-bottom: -40px !important;}


         .mblfont {font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 28px !important;}

   }



 .y-hyd-bgwhite {background-color: #fff !important;}




 .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.alignborder {border-right: 1px solid #f38451;
    height: 45px;
    text-align: center;}




    .h4clr {color: #f38451 !important;}








.btnbrdr:hover {
    background-color: #f38451 !important;
    color: #fff !important;
}


h1, h2, h3, h4, h5, h6, { font-weight: 500 !important;}



/* Animation Keyframes */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}

@keyframes zoom {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Button Animation */
.animated-button {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 100% !important;
    background-color: #f38451;
    padding: 7px 20px !important;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
    animation: shake 0.5s ease-in-out 5s infinite, zoom 1s ease-in-out 8s infinite;
}

.animated-button:hover {
    background-color: #f38451;
    transform: scale(1.1);
}












.overlay-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px; /* Optional for rounded corners */
    margin-bottom: 20px;
    border:1px solid #000;
    padding: 10px;
}

.overlay-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.image-blur {
    filter: blur(6px); /* Normal image state */
    height: 300px;
}

.overlay-container:hover img {
    filter: blur(5px); /* Apply blur effect on hover */
    transform: scale(1.05); /* Slightly zoom the image */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.overlay-container:hover .overlay {
    opacity: 1;
}


/* Footer mobile device */
.last{
    display: none;
}
.last a{
    display: none;
}

@media (max-width: 768px) {
    
    .last {
      width: 100%;
      height: 50px;
      background-color: white;
      position: fixed;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      justify-content: space-around; /* Space out the links evenly */
      align-items: center;
      z-index: 1000;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
      background:  #000;
  }
  
  /* Styling for the individual links */
  .last a {
      width: auto; /* Auto width for each link */
      padding: 10px 15px; /* Adjust padding for a compact look */
      font-size: 16px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: white;
      border-radius: 25px; /* Rounded corners */
  }
  
  .last i {
      font-size: 1.5rem; /* Adjust icon size */
      margin-right: 8px; /* Space between icon and text */
  }
  
.last a i {
      color: white;
  }
  
    
    
}
  
 
  @media (max-width: 768px) {
      .last {
          width: 95%;
          height: 50px;
          bottom: 0px;
      }
  
       .last a {
          font-size: 14px;
          padding: 8px 10px; /* Adjust padding for smaller screens */
      }
      
      .last i {
          font-size: 1.2rem; /* Adjust icon size for mobile */
          margin-right: 5px;
      }
  }
  
  @media (max-width: 576px) {
      .last {
          width: 100%;
          height: 50px;
          bottom: 0px;
      }
  
       .last a {
          font-size: 14px;
          padding: 6px 8px; 
          color: white !important;
      }
  
   .last i {
          font-size: 1rem; 
      }
  }
  



