@font-face {
    font-family: Godrej-B;
    src: url("../font/CeraGodrejInterio-Bold.ttf");
  }
  @font-face {
    font-family: Godrej-m;
    src: url("../font/Helvetica-Bold.ttf");
  }
  @font-face {
    font-family: Godrej-r;
    src: url("../font/Helvetica.ttf");
  }
  @font-face {
    font-family: 'Bacalisties';
    src: url('../font/Bacalisties.eot');
    src: url('../font/Bacalisties.eot?#iefix') format('embedded-opentype'),
        url('../font/Bacalisties.woff2') format('woff2'),
        url('../font/Bacalisties.woff') format('woff'),
        url('../font/Bacalisties.ttf') format('truetype'),
        url('../font/Bacalisties.svg#Bacalisties') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro-Medium';
    src: url('../font/CeraPro-Medium.eot');
    src: url('../font/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/CeraPro-Medium.woff2') format('woff2'),
        url('../font/CeraPro-Medium.woff') format('woff'),
        url('../font/CeraPro-Medium.ttf') format('truetype'),
        url('../font/CeraPro-Medium.svg#CeraPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}



* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: Godrej-r , sans-serif;
  }


  .font-m{
    font-family: Godrej-m , sans-serif;
  }
  .font-b{
    font-family: Godrej-b , sans-serif;
  }
  
  html,
  body {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  
  /* width */
  ::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #255550;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  .navbar-toggler:focus,
  .navbar-toggler,
  .navbar-toggler:active,
  .navbar-toggler .navbar-toggler-icon:focus,
  .navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  ul,
  li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
  }

  header .d-flex div{
    flex: 1;
  }
  header{
   transition: all 0.5s ease;
  }

  .img-2{
    opacity: 0;
    visibility: hidden;
}

 header.active{
    backdrop-filter: blur(134.10000610351562px);
    background: rgba(41, 41, 41, 0.46);
 }
 header.active .img{
   width: 120px !important;
 }

section.banner  .slide:nth-child(1) {
    background: url('../Images/LP BANNER-01.jpg') center center/cover no-repeat;
   position: absolute;
   width: 100%;
   height: 100%;
   opacity: 0;
 
}

section.banner .slide:nth-child(2) {
  background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5) ) , url('../Images/second.webp') center center/cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;

}

section.banner .slide:nth-child(3) {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5) ) , url('../Images/retail_bg_image.webp') center center/cover no-repeat;

  }

section.banner .slide:nth-child(4) {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5) ),url('../Images/Godrej Eden Estate Phase 1 & 2 - Villa Plots/Banner/PHASE\ 1.webp') center center/cover no-repeat;

  }



  section.amenities img{
    height: 60px;
    object-fit: contain;
  }


  /* .offcanvas-backdrop {
    opacity: 0 !important;
} */


  section.banner .slide.active{
    opacity: 1;
}
section.banner  .content{
  width: 100%;
  overflow: hidden;
}

section.banner  .content h2{
  animation: zoom 2s ease 0.1s;
}
section.banner  .content p{
  animation: zoom 2s ease 0.2s;
}
section.banner  .content .btn{
  animation: zoom 2s ease 0.3s;
}


@keyframes zoom {
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes zoombg {
    0%{
      background-size: 100%;
    }
    100%{
      background-size: 110%;
    }
}


section.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

section.banner .box {
    bottom: 50px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    color: #fff;
}

section.banner .box p {
    margin-bottom: 7px;
}

section.banner .box > div {
    flex: 1;
}

section.banner .progress {
    height: 2px;
    background-color: #ffffff6b;
    width: 80%;
    position: relative;
}
.banner_head {
  font-family: "CeraPro-Medium";
}

.progress-bar {
    height: 2px;
    background-color: #fff;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
}

section.banner .slides {
    height: 100vh;
    position: relative;
}

section.banner .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

section.banner .slide.active {
    opacity: 1 ;
   
}



.btn-outline-secondary {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 16px;
    margin-top: 17px;
}


.padding{
    padding: 100px 0;
}


.nav-pills .nav-link{
    background-color: transparent;
    border-radius: 50px;
    padding: 6px 30px;  
    border: 1px solid #255550;
    color: #255550;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #255550;
    border-radius: 50px;
    padding: 6px 30px;
}

.color{
    color: #255550;
}

section.project .card-img-overlay{
    bottom: 30px; top: auto;
}

section.amenities .grid{
 display: grid;
 grid-template-columns: repeat(6,1fr);
 gap: 20px;
}


section.highlight .box{
  /* border-top: 1px double #255550 !important; */
border-right: 1px double #255550;
display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}


section.new-effect {
 background-color: #000;
}
section.new-effect .img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  /* transition: opacity 0.5s ease 0s; */
}

section.new-effect .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  height: 100vh;
}

/* Grid Item Styles */
section.new-effect .grid > div {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-left: 30px;
  border-right: 1px solid #fff;
  transition: all 0.7s linear;
  z-index: 2;
}

section.new-effect .grid > div div {
  transition: all 0.7s linear;
}

section.new-effect .grid > div div p {
  transform: translateY(200px);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
  height: 0;
  overflow: hidden;
}

section.new-effect .grid > div:hover div p {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s ease, opacity 0.7s ease;
  height: auto; /* Allow height to adjust automatically */
}

section.new-effect .grid h4 {
  font-size: 30px;
  transition: transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

section.new-effect .grid > div:hover div h4 {
  transform: translateY(-10px);
  transition: transform 0.7s linear;
}


section.mission{
position: relative;
height: 550px;
}
section.mission .cta{
position: absolute;
bottom: 0;
right: 300px;
}



.size{
  font-size: 45px;
}


section.contact-us input{
  border: transparent;
  border-bottom: 1px solid #255550;
  padding: 10px;
  margin-bottom: 10px;
   outline: none;
}
section.contact-us textarea{
  border: transparent;
  border-bottom: 1px solid #255550;
  padding: 10px;
  margin-bottom: 10px;
   outline: none;
   width: 100%;
}
section.contact-us .btn{
  border: 1px solid #255550;
  color: #255550;
  padding: 6px 30px;
}
section.contact-us .btn:hover{
  border: 1px solid transparent;
  color: #ffffff;
  padding: 6px 30px;
  background-color: #255550;
}
section.contact-us .box{
max-width: 60%;
margin: 0 0 0 auto ;
}

footer a{
border-right: 1px solid #ededed;
padding: 0px 30px;
}

section.project-banner{
  height: 100vh;
  position: relative;
  overflow: hidden;
}
section.project-banner .img{
  height: 100vh;
  object-fit: cover;
}
section.project-banner .img.img-desk
{
    display: block;
}
section.project-banner .img.img-mob
{
    display: none;
}

section.project-banner .next_btn{
  position: absolute;
  bottom: 0px;
  z-index: 10;
  right: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


section.project-banner  .carousel-control-next{
  position: relative;
  z-index: 10;
  
  opacity: 1;
}
section.project-banner  .carousel-control-prev{
  position: relative;
  z-index: 10;
  opacity: 1;

}
section.project-banner .card-img-overlay{

  display: flex;
  align-items: center;
  height: 100vh; 

}


section.project-banner .project-d{
display: grid;
grid-template-columns: repeat(3, auto);
gap: 130px;
position: relative;
margin-bottom: 50px;
}
section.project-banner .box{
position: absolute;
bottom: 50px;
}
/* section.project-banner .project-d{
display: grid;
grid-template-columns: repeat(4,1fr);
gap: 50px;
position: relative;
} */


section.show img{
  height: 600px;
  object-fit: cover;
}

section.show  .carousel-indicators [data-bs-target]{
  background-color: #ededed;
}
section.show  .carousel-indicators .active{
  width: 60px;
}
section.show  .carousel-indicators{
bottom: -70px;
}

.img_over{
  position: relative;
}

.img_over::after{
content: "";
position: absolute;
display:block;
width: 100%;
height: 100%;
background-color: #00000030;
opacity: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
} 

.img-2{
  width: 240px;
}

section.gallery .hover:hover{
  cursor: url('../Images/zoom.png') 150 150, auto;
}

section.gallery .hover::after{
  content: "";
  position: absolute;
  display:block;
  margin: 0 auto;
  width: 97%;
  height: 100%;
  background-color: #0000005f;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.gallery .hover2::after{
  content: "";
  position: absolute;
  display:block;
  margin: 0 auto;
  width: 100% !important;
  height: 100%;
  background-color: #0000005f;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 
#carousel .carousel-item img{
animation: zoom3 6s ease forwards;
}

@keyframes zoom3 {
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(1.1);
  }
} */


.size-2{
  font-size: 39px;
}


.arrow_fixed {
  position: fixed;
  bottom: 30%;
  right: -51px;
  font-size: 19px;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
  background-color: #098276;
  color: #fff !important;
  padding: 10px 20px;
  animation: color 2s linear infinite;
  transform: rotate(270deg);
}


@keyframes color {
  0%{
    background-color: #10baa9;
  }
  50%{
    background-color: #255550
  }
  100%{
    background-color: #59d3c7;
  }
}


#dialog-content{
  background-color: #255550;
}
#dialog-content_2{
  background-color: #255550;
}
/* #dialog-content input{

} */

#dialog-content{
  background-color: #255550;
}


#dialog-content select::placeholder{
 color: #000 !important;
}
#dialog-content_2 select::placeholder{
 color: #000 !important;
}

