@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Inter';
  overflow-x: hidden; /* Prevents horizontal scroll */
}

.sec-head {
    font-size: 45px !important;
    line-height: 55px;
    font-weight: 500;
    font-family: 'Inter';
}

p.sec-p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'inter' !important;
}





/*navbar*/
nav.navbar.navbar-expand-lg.navbar-dark.bg-transparent.px-4.py-4 {
    margin-bottom: -145px;
    z-index: 99;
}

.navbar .nav-link {
  color: white !important;
  margin: 0 8px;
  font-size: 16px;
  transition: color 0.3s;
}
a.bttn-style {
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700 !important;
    padding: 12px 40px 12px 40px !important;
    font-family: 'Inter';
}
div#navbarNav {
    justify-content: end !important;
    padding-right: 50px;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-transparent.px-4.py-4 {
    padding: 40px 40px !IMPORTANT;
}

a.nav-link {
    font-size: 18px !important;
    font-weight: 600;
    font-family: inter !important;
}

.navbar .nav-link:hover {
  color: #ddd !important;
}

.navbar .btn-outline-light {
  border-color: white;
  color: black;
  padding: 8px 20px;
      background: white;
  transition: all 0.3s;
}


.navbar .btn-outline-light:hover {
  background-color: rgba(255,255,255,0.1);
}

.btn-yellow {
  background-color: #fdd835;
  color: black;
  border: none;
  transition: background-color 0.3s;
}

.btn-yellow:hover {
  background-color: #fbc02d;
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/*navbar end*/



/*hero start*/

.hero-section {
  background: url('/frontend/assets/images/Rectangle 38.png') no-repeat center center/cover;
  height: 100vh;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.3)); /* Gradient overlay */
}

.hero-content {
        margin-top: 30px;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

p.p-style-sec1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
    font-style: italic;
}

.h1-style-sec1 {
    font-size: 85px;
    line-height: 88px;
    font-weight: 600;
    font-family: Oswald !important;
}

/*hero end*/




/*sec2 end*/

p.p-style-sec2 {
font-size: 40px;
    font-family: 'Inter';
    line-height: 55px;
    font-weight: 300;
}
.sec-2 {
    padding-top: 8rem !important;
    padding-bottom: 6rem !important;
}

.sec-2contain h6 {
    font-size: 30px;
    font-weight: 800 !important;

}


.sec-2contain small {
    font-size: 23px;
    font-weight: 300;
    font-family: 'Inter ';
}

/*sec2 end*/


.sec-3 {
    padding-top: 8rem !important;
    padding-bottom: 6rem !important;
}






section.form-section img.form-img.img-fluid.rounded-image {
    top: -100px;
    position: relative;
    margin-top: -40px;
}
section.form-section .form {
    padding-left: 15% !important;
    padding-right: 40px;
}

section.form-section {
    background: #FAFAFA;
}




/* section media */
section.section-media {
    padding: 240px 0;
}

section.section-media h2 {
    font-size: 45px !important;
    font-weight: 700;
    color: #333;
}

section.section-media .sec-media-in {
    border: 1px solid #EAEAEA;
    border-radius: 20px;
}

section.section-media .content-in {
    padding: 30px;
}

section.section-media .content-in h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    color: #000000;
}

section.section-media .content-in p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    color: #000000;
}






/*vedio end*/

 .play-button {
    background-color: rgba(255, 255, 255, 0.85);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .play-button .triangle {
    width: 0;
    height: 0;
    border-left: 20px solid #000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

.vedio {
    padding-top: 8rem !important;
    padding-bottom: 6rem !important;
    background-color: #F9F9F9;
}
.lifestyle-amenities{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

/*vedio end*/





    .section-title {
        font-size: 2.5rem;
        font-weight: 300;
    }
    .section-subtitle {
        font-size: 1.5rem;
        font-weight: 300;
    }
    .highlight-text {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .amenities-list li {
        font-size: 1.2rem;
    }




      /*footer start*/

          .footer-img{
        margin-bottom: 30px;
    }
    footer {
  color: #ffffff;
  background-color: #131313;
        padding-top: 7rem !important;
    padding-bottom: 2rem !important;
}

footer h5 {
  font-size: 1.1rem;
}

.foter-style{
    line-height: 34px;
}

footer p, footer ul {
  font-size: 0.9rem;
}

footer a:hover {
  color: #ddd;
}

footer .fab {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

footer hr {
  border-top: 1px solid #444;
}

h5.sec-head-footer {
    font-size: 23px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Inter';
}
p.num.small.text-white {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 700;
}

.part-1 {
    border-right: 1px solid #656565;
    border-left: 1px solid #656565;
}
.part-2 {
    border-right: 1px solid #656565;

}

.foo-contain {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Inter';
}

a.icon i {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 15px;
}
a.icon {
    border: 1px solid #656565;
    border-radius: 50%;
    text-align: center;
    text-decoration:none;
}

.slick-list.draggable {
    padding-bottom: 20px;
}

.sex {
    margin-bottom: 0px;
}
      /*footer end*/





.media{

padding-top: 7rem !important;

padding-bottom: 14rem !important;
}


.sec-head {
  font-size: 45px ;
  font-weight: 700;
  color: #000000 ;
}

.slider{
    background: #F9F9F9 !important;
        padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.testimonial-card {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  min-height: 250px;
}

.text-muted {
  color: #000000 !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.btn-warning {
  background-color: #fdd835;
  color: black;
  border: none;
  transition: background-color 0.3s;
}

.btn-warning:hover {
  background-color: #fbc02d;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #fdd835;
}
textarea.form-control {
    height: 230px !important;
}
input.form-control {
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    height: 56px;
}

.left-icon {
    color: black !important;
    bottom: 3px !important;
    position: absolute;
    left: -90px;
}

/* .main_icon{
    right: unset !important;
    bottom: 0px !important;
    top: unset !important;
    left: -80px;
} */

span.text-dark.right-icon {
      color: black !important;
    position: absolute !important;
    right: 770PX;
    bottom: 2px !important;
    top: unset !important;
}

/* span.text-dark.right-icon {
    position: absolute !important;
    right: 770PX;
    bottom: 3px !important;
    top: unset !important;
} */



.hover-shadow:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}





/* Documents Section */
.documents-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 5rem 0;
}
.sec-head {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a3c34;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sec-p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 750px;
    line-height: 1.6;
}
.card {
    border: none;
    border-radius: 20px;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.card-body {
    padding: 2rem;
}
.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1a3c34;
    margin-bottom: 1rem;
}
.card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.5;
}
.bttn-stylee {
    border-radius: 50px;
    padding: 0.75rem 1.75rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #fdd835;
    color: black;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.bttn-stylee:hover {
    background: linear-gradient(90deg, #2a5d52, #1a3c34);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.bttn-style i {
    font-size: 0.9rem;
}

/* Responsive Design */
/* @media (max-width: 992px) {
  .sec-head {
    font-size: 2.2rem;
  }
  .sec-p {
    font-size: 1rem;
  }
  .card-title {
    font-size: 1.4rem;
  }
  .card-body {
    padding: 1.5rem;
  }
} */
/* @media (max-width: 768px) {
  .documents-section {
    padding: 3rem 0;
  }
  .sec-head {
    font-size: 2rem;
  }
  .sec-p {
    font-size: 0.95rem;
  }
  .card-title {
    font-size: 1.3rem;
  }
  .card-text {
    font-size: 0.9rem;
  }
  .bttn-stylee {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .sec-head {
    font-size: 1.8rem;
  }
  .sec-p {
    font-size: 0.9rem;
  }
  .card-title {
    font-size: 1.2rem;
  }
  .bttn-stylee {
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
  }
} */
