@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto.woff2) format('woff2');
  font-display: swap
}

:root {
  --pink: #5797ca;
  --blue: #f490ac
}

html {
  scrollbar-color: #000 #fff0
}

html {
  --scrollbarBG: #fff0;
  --thumbBG: #000
}

* {
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  scrollbar-width: thin
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  font-family: 'Roboto'
}

.fa-phone {
  transform: rotate(100deg)
}

body {
  overflow-x: hidden;
  font-size: 16px;
  background: #fff
}

.clearfix {
  clear: both
}

img {
  max-width: 100%
}

ul {
  margin: auto;
  padding: 0
}

a {
  text-decoration: none
}

.oh {
  overflow: hidden
}

.tu {
  text-transform: uppercase
}

.pr {
  position: relative
}

.ma {
  margin: auto
}

.m0 {
  margin: 0
}

.br {
  border-radius: 100%
}

.container {
  max-width: 1400px
}

.heading09 {
  text-align: center;
  color: #000
}

.heading09 h2 {
  color: var(--pink)
}

.headding,
.headding p {
  text-align: left;
  margin: 0
}

.heading09 h2 {
  color: var(--pink);
  text-transform: uppercase
}

.heading09 p {
  text-align: justify;
  padding: 15px 0
}

.section09 {
  padding: 200px 0 0 0
}

.tc_yl {
  color: var(--blue)
}

#go_top {
  position: fixed;
  bottom: -10%;
  right: 1%;
  transition: all 0.6s;
  font-size: 30px;
  cursor: pointer
}

#go_top i {
  border-radius: 100%;
  color: var(--pink)
}

#go_top.show {
  bottom: 10%
}

section {
  padding: 30px 0
}

.title {
  font-weight: 500;
  margin: 10px 0;
  font-size: 16px
}

.center {
  text-align: center
}

.fixed-header {
  background: var(--pink) !important;
  color: var(--blue);
  top: 0 !important;
}

.fixed-header .header09 {
  margin: 10px 0
}

.stickynav09 {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 1000;
  background: var(--pink) !important;
  padding: 10px 20px
}

.header09 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0
}

.logo a {
  display: block
}

.logo img {
  width: 100%
}

.nav ul {
  display: flex;
  gap: 40px;
  list-style: none
}

.nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: color 0.3s ease;
  text-transform: uppercase
}

.fixed-header .nav ul li a {
  color: #fff
}

.nav ul li a:hover,
.nav ul li a.active {
  font-weight: 700
}

header .enquire-btn {
  background-color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
  color: var(--pink)
}

.fixed-header .header09 .cta .enquire-btn {
  background-color: #fff;
  color: var(--pink)
}

.nav ul li .enquire-btn:hover {
  background-color: #fff;
  color: #081F3E
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #fff
}

.stickynav09.fixed-header .hamburger span {
  background-color: #fff
}

.hero {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 20px;
  background: url('../images/hero-banner(1920x1080).jpg') no-repeat center center;
  background-size: cover;
  height: 100vh
}

.hero-content {
  text-transform: uppercase
}

.hero-wrapper {
  margin: 0 auto;
  width: 90%
}

.hero-content h1 {
  font-size: 40px;
  color: #fff;
  margin: 0 0 20px;
  line-height: 50px
}

.hero-content p {
  font-size: 22px;
  color: #fff;
  margin: 0
}

.explore-btn {
  text-decoration: none;
  padding: 10px 20px;
  background-color: var(--pink);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  font-weight: 700;
  transition: all 0.3s ease
}

.explore-btn:hover {
  background-color: var(--pink);
  color: #fff;
  border: 2px solid #fff
}

.line {
  text-align: center;
  margin-bottom: 20px
}

.line2 {
  text-align: left
}

.abt_text {
  text-transform: uppercase;
  text-align: justify;
  color: #000;
  padding-top: 15px
}

.abt_btn {
  display: flex;
  justify-content: center;
  align-items: center
}

.abt_btn a {
  margin: 40px 10px
}

.key_min {
  text-align: center;
  color: #fff
}

.key_min h2 {
  text-transform: uppercase;
  margin-bottom: 30px
}

.key_min li h3 {
  color: var(--pink);
  text-transform: uppercase;
  transition: color 0.3s ease;
  padding-top: 15px
}

.key_min ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
  list-style: none
}

.key_min ul li {
  border: 1px solid #fff;
  min-height: 320px;
  min-width: 80%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-shadow: 5px 5px 15px rgb(0 0 0 / .3), -5px -5px 15px rgb(255 255 255 / .1);
  transition: transform 0.3s ease, box-shadow 0.3s ease
}

.key_min ul li:hover h3 {
  color: var(--pink)
}

.key_min ul li:hover {
  transform: translateY(-10px);
  box-shadow: 10px 10px 20px rgb(0 0 0 / .5), -10px -10px 20px rgb(255 255 255 / .2);
  border: 1px solid var(--blue)
}

.key_min ul li p {
  color: #000;
  transition: color 0.3s ease;
  padding-top: 15px
}

.club-slider {
  margin: 50px auto
}

.club-slider img {
  width: 100%;
  height: auto;
  display: block
}

.btn_center {
  text-align: center;
  margin: auto;
  text-transform: uppercase
}

.tabs09 {
  display: flex;
  justify-content: center;
  border: 1px solid var(--pink);
  margin: 30px auto;
  text-align: center;
  align-content: center;
  border-radius: 30px;
  width: fit-content;
  padding: 0 5px
}

.tab-btn09 {
  color: var(--pink);
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 16px;
  background: #fff0;
  text-transform: uppercase;
  margin: 4px 0
}

.tab-btn09.active {
  background: var(--pink);
  border-radius: 30px;
  color: #fff
}

.tab-content {
  pointer-events: none;
  height: 0;
  overflow: hidden
}

.tab-content.active {
  pointer-events: inherit;
  height: auto
}

.gallery-slider {
  width: 55%
}

.gallery-slider a {
  display: block
}

.gallery-slider img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  scale: .9;
  transition: all 0.4s ease-in-out;
  opacity: .5
}

.gallery-slider .slick-active img {
  scale: 1;
  opacity: 1
}

.gallery-slider .slick-list {
  overflow: inherit
}

.home_gallery {
  overflow: hidden
}

.club-slider .slick-prev,
.club-slider .slick-next,
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  position: absolute;
  top: 0;
  z-index: 1;
  bottom: 0;
  width: 30px;
  height: 30px;
  border: none;
  color: #fff0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff0
}

.club-slider .slick-prev,
.gallery-slider .slick-prev {
  left: 0;
  background-image: url(../images/icons/slider-arrow-left.png)
}

.club-slider .slick-next,
.gallery-slider .slick-next {
  right: 0;
  background-image: url(../images/icons/slider-arrow-right.png)
}

.abt_img {
  text-align: center;
  margin: 20px auto
}

.vision_min {
  padding: 80px 0;
  background-color: #fff
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  flex-direction: row-reverse
}

.text-content {
  text-align: justify
}

.image-content {
  flex: 1 1 45%;
  display: flex;
  justify-content: center
}

.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgb(0 0 0 / .1)
}

.heading09 h2 {
  font-size: 32px;
  color: var(--pink);
  margin-bottom: 20px
}

.heading09 p.tu {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  text-align: center
}

.amenities_text {
  color: #000;
  text-align: justify;
  margin: 20px 0
}

.am_video_min {
  position: relative
}

.amenities_video {
  margin: 20px 0
}

.video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex
}

.amenities_video img {
  border-radius: 30px
}

.amenities_key ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.amenities_key ul li {
  border: none;
  background: #fff;
  border-radius: 20px;
  align-content: center
}

.location_min {
  display: flex;
  width: 100%;
  gap: 40px
}

.left_box,
.right_box {
  margin: 30px 0;
  width: 50%
}

.left_box {
  margin: 0
}

.left_box .heading09 p {
  width: 100%;
  margin-bottom: 30px
}

.accordion09 h3 {
  color: var(--pink)
}

.acc_icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center
}

.accordion-item {
  padding: 15px 0;
  border-top: 1px solid #D9D9D9;
  margin: 0;
  cursor: pointer
}

.accordion-item:last-child {
  border-bottom: 1px solid #D9D9D9
}

.acc_icon img {
  width: 100%;
  height: auto;
  display: none
}

.acc_icon .icon-plus {
  display: block
}

.accordion-header {
  display: flex;
  width: 100%;
  position: relative;
  margin-left: 30px
}

.accordion-header h3 {
  margin: 0 40px;
  width: 320px
}

.accordion-header::before {
  content: '';
  background: url(../images/icons/location-icon.png);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  display: flex;
  margin: auto
}

.accordion-content {
  padding: 10px 0 0 70px;
  line-height: 40px
}

.accordion-content ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 50px 0 0
}

.accordion-content li p,
.accordion-content li span {
  margin: 0
}

.accordion-content.active {
  display: block
}

.accordion-content {
  display: none
}

.accordion-header.active .acc_icon .icon-plus {
  display: none
}

.accordion-header.active .acc_icon .icon-minus {
  display: block
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.gallery-grid a,
.gallery-grid img {
  width: 100%;
  display: block
}

.modern_min {
  background-image: url(../images/modern_bg.jpg);
  background-size: cover;
  position: relative
}

.modern_min::before {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: .3
}

.modern-text {
  padding: 100px 0;
  z-index: 2;
  position: relative
}

.modern-text p {
  margin-bottom: 40px;
  color: #fff
}

.contact-map iframe {
  width: 100%
}

.contact-min {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0
}

.contact-info {
  color: var(--pink);
  width: 50%;
  margin: 0;
  line-height: 55px
}

.contact-form {
  background-color: var(--pink);
  padding: 50px;
  border-radius: 8px;
  width: 50%
}

.contact-form form {
  display: flex;
  flex-direction: column
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 15px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  width: 100%
}

.contact-form textarea {
  height: 100px;
  resize: none
}

.contact-form .form-group {
  width: 100%
}

.contact-form button {
  background-color: #fff;
  color: var(--pink);
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer
}

.contact-info p i {
  border: 1px solid var(--blue);
  border-radius: 50%;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin-right: 10px;
  color: var(--blue)
}

.map09 a {
  color: var(--pink) !important;
  text-decoration: underline;
  margin-left: 40px
}

.contact-info p a {
  color: var(--pink)
}

.contact-info p a:hover {
  color: var(--pink)
}

#enquire-formluxuria-head .enquiry-form {
  width: 100%;
  min-width: 30%;
  box-shadow: none;
  min-height: initial;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'futura_light'
}

.enquiry-form h2 {
  font-size: 24px;
  margin: 15px auto
}

#ventura-book-visit .enquiry-form {
  width: 100%;
  min-width: 350px;
  box-shadow: none;
  min-height: initial;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'megante'
}

#ventura-book-visit .enquiry-form h2 {
  text-transform: uppercase
}

.enquiry-form .enquire-btn {
  background-color: var(--pink);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: uppercase;
  color: #fff;
  border: none
}

.enquiry-form input,
select,
textarea {
  padding: 10px;
  margin: 10px 0;
  background: #f6f6f6;
  outline: 0;
  border: none;
  border-radius: 0;
  width: 100%
}

.form-group {
  width: 100%;
  position: relative
}

.enquiry-form input::placeholder {
  color: #adadad
}

.amenities-img-text {
  position: relative
}

.amenities-img-text span {
  position: absolute;
  top: 10px;
  font-size: 10px;
  color: #fff;
  left: 15px
}

.amenities-img-text h5 {
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 15px
}

.project-disclaimer {
  background: var(--pink);
  padding: 60px 0
}

.disclaimer-content h6 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px
}

.disclaimer-content p {
  color: #fff
}

.amenities_text p {
  padding-bottom: 15px
}

.disclaimer-content a {
  color: #fff;
  font-weight: 700
}

.disclaimer-content {
  width: 75%;
  margin: 0
}

.disclaimer-main {
  display: flex;
  align-items: center
}

.disclaimer-content h3 {
  color: #fff
}

footer {
  background: url(../images/ft-pattern_pink.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--blue)
}

.footer09 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--pink)
}

.footer09 h3 {
  padding-bottom: 10px
}

.footer09 ul li {
  margin: 0 auto
}

.ft-logo {
  margin: 10px 0
}

.sos-icon img {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 7px
}

.footer09 {
  text-transform: uppercase
}

.footer09 h3 {
  color: #fff
}

.footer09 li div a {
  line-height: 40px;
  margin: 20px 0 0 0
}

.footer09 .sos_min div a {
  margin: 0
}

.sos-icon {
  display: flex;
  gap: 10px;
  margin: 10px 0
}

.ft_line {
  height: 1px;
  border-top: 1px solid #fff
}

.ft-btm {
  display: flex;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box
}

.ft-left,
.ft-right {
  margin: 0
}

.ft-right ul {
  display: flex;
  gap: 20px
}

.footer-section {
  padding-bottom: 0 !important;
}

.footer09 li a {
  color: #fff
}

.footer09 li a:hover {
  font-weight: 700
}

@media only screen and (max-width:1450px) {
  .container {
    max-width: 90%
  }
}

@media only screen and (max-width:1575px) {
  .key_min ul {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media only screen and (max-width:1055px) {
  .key_min ul {
    grid-template-columns: 1fr
  }
}

@media only screen and (max-width:1200px) {
  .nav ul {
    gap: 15px
  }
}

@media only screen and (max-width:767px) {

  .heading09 p,
  .footer09,
  .abt_text p {
    font-size: 13px
  }

  .heading09 h2,
  .key_min li h3 {
    font-size: 18px
  }

  section {
    padding: 30px 0
  }

  .gallery-slider img {
    height: 280px
  }

  .nav ul {
    width: 100%;
    text-align: center
  }

  .nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: var(--pink);
    border: 1px solid var(--blue);
    width: 300px;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    left: 0
  }

  .cta {
    margin: 20px auto
  }

  .nav ul {
    flex-direction: column;
    gap: 0
  }

  .header09 .logo {
    margin: 0
  }

  .nav ul li {
    margin: 10px 0
  }

  .hamburger {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 26px;
    height: 22px
  }

  .nav.active {
    display: flex
  }

  .nav ul li a {
    color: #fff
  }

  .header09 {
    position: relative
  }

  .cta {
    margin-right: 40px
  }

  .fixed-header .header09 {
    margin: 0
  }

  header .enquire-btn {
    font-size: 13px
  }

  .hero-content h1 {
    font-size: 25px;
    line-height: 42px
  }

  .footer09 ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
  }

  .footer09 ul li {
    width: 45%;
    margin: 0
  }

  .footer09 ul li:first-child {
    width: 100%;
    text-align: center
  }

  .footer09 ul li:last-child {
    width: 100%
  }

  .sos-icon {
    width: fit-content
  }

  .ft-btm {
    display: block
  }

  .ft-right ul {
    margin: 20px 0
  }

  .ft-left {
    text-align: center
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .contact-min,
  .location_min {
    display: block
  }

  .contact-info,
  .contact-form,
  .left_box,
  .right_box {
    width: 100%
  }

  .disclaimer-main {
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 30px
  }

  .disclaimer-content {
    width: 100%
  }

  .disclaimer-scan-code {
    width: 100%
  }

  .abt_btn {
    flex-direction: column;
    margin: 15px 0
  }

  .abt_btn a {
    margin: 10px 10px
  }

  #ventura-book-visit .enquiry-form {
    min-width: 275px
  }

  .flex-container {
    flex-direction: column;
    text-align: center;
    gap: 40px
  }

  .text-content,
  .image-content {
    flex: 1 1 100%;
    max-width: 100%
  }

  .heading09 p.tu {
    text-align: center
  }
}

.slick-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  object-fit: contain
}

.accordion-content {
  display: none;
}

.accordion-content.active {
  display: block;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #000;
  transition: transform 0.3s ease;
  text-align: center;
}

.top-nav .dev-quot {
  background: #000;
  padding: 0;
}

.top-nav h1 {
  font-size: 16px;
  color: #fff;
  padding: 6px 0px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dev-quot h1 {
    width: 100%;
    font-size: 12px;
  }

  .top-nav .dev-quot {
    height: 30px;
  }
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background-color: white;
  border: 1px solid var(--pink);
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq-question {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.faq-question::after {
  content: '+';
  font-size: 1.75rem;
  color: var(--pink);
  transition: transform 0.3s ease-in-out;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  padding: 0 1.5rem;
  color: #4b5563;
  line-height: 1.6;
}

.faq-item.active .faq-question {
  color: var(--pink);
}

.faq-item.active .faq-question::after {
  content: '−';
  transform: rotate(180deg);
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 1.5rem 1.5rem;
}

.faqs-section{
  padding-top: 0;
}