/* @font-face {
  font-family: "Futura Md BT";
  src: url("../fonts/FuturaBT-Medium.woff2") format("woff2"),
    url("../fonts/FuturaBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura BdCn BT";
  src: url("../fonts/FuturaBT-BoldCondensed.woff2") format("woff2"),
    url("../fonts/FuturaBT-BoldCondensed.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Hv BT";
  src: url("../fonts/FuturaBT-Heavy.woff2") format("woff2"),
    url("../fonts/FuturaBT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Bold.woff2") format("woff2"),
    url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura LtCn BT";
  src: url("../fonts/FuturaBT-LightCondensed.woff2") format("woff2"),
    url("../fonts/FuturaBT-LightCondensed.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "SF Pro Display";
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.stellarnav a {
  color: #fff;
  font-size: 19px;
}

.stellarnav .menu-toggle span.bars span {
  background: #333;
  margin: 0 0 4px;
}

#header .logo img {
  width: 225px;
}

#header .logo {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/* 
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.logo {
  font-size: 24px;
  font-weight: 700;
  color: #fff000;
  text-decoration: none;
}

.stellarnav {
  width: auto;
  font-family: "SF Pro Display";
  font-weight: bold;
}

.stellarnav.mobile.left > ul,
.stellarnav.mobile.right > ul {
  z-index: 99;
  height: 100vh;
  max-width: 100%;
}

/* .stellarnav ul {
  justify-content: center;
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
} */

.stellarnav.mobile.left .close-menu,
.stellarnav.mobile.right .close-menu {
  text-align: right;
  position: absolute;
  top: 18px;
  right: 10px;
  color: #fff;
}

.stellarnav .icon-close:after,
.stellarnav .icon-close:before {
  content: "";
  display: block;
  width: 16px;
  height: 0;
  top: 40%;
  border-bottom: solid 3px #fff;
  position: absolute;
}

.stellarnav .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  float: right;
  margin: 4px;
}

.stellarnav.mobile li a {
  border-bottom: none;
}

header .social-icon i {
  color: #fff000;
  transition: all 0.4s;
}

header .social-icon i:hover {
  color: #fff;
}

.stellarnav.mobile li:last-child {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-top: -11%;
}

.stellarnav.mobile .mb-logo {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: -115px;
}

.stellarnav.mobile li:last-child span {
  display: inline-block;
  font-size: 30px;
}

.stellarnav.mobile > ul > li > a {
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
}

.stellarnav.mobile > ul:hover > li > a {
  color: #999;
}

.stellarnav.mobile > ul > li > a:hover {
  color: #fff;
}

.stellarnav .menu-toggle span.bars {
  margin-left: 7px;
  margin-right: 0;
  position: relative;
  top: 3px;
  float: right;
}

.stellarnav.mobile ul {
  background: #000;
}

/* .menu-toggle {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
} */

/* Hero Section */
/* .hero-section {
  height: 100vh;
  background-image: url("../images/swj-04.webp");
  background-size: cover;
  background-position: top center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  z-index: 1;
} */

.hero-section .item {
  height: 100vh;

  background-size: cover;
  background-position: top center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  z-index: 1;
}

.hero-section .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.hero-title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  /* margin-bottom: 20px; */
  border-left: 4px solid #fff000;
  padding-left: 20px;
  line-height: 1;
}

.hero-description {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5;
  max-width: 690px;
  letter-spacing: 2px;
}

.btn-learn-more {
  background-color: #fff000;
  color: #000;
  border: none;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.btn-learn-more:hover {
  background-color: #fff000;
}

/* Countdown Section */
.countdown-section {
  background-color: #000;
  padding: 20px 0;
}

.countdown-title {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.countdown-display {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.countdown-number {
  font-size: 48px;
  color: #fff000;
  font-family: "SF Pro Display";
  font-weight: bold;
}

.countdown-label {
  font-size: 48px;
  color: #fff;
  margin: 0 30px 0 0;
}

.countdown-subtitle {
  font-size: 18px;
  color: #ccc;
  font-weight: 400;
}

/* Content Section */
.content-section {
  display: flex;
  /* min-height: 600px; */
}

.content-image {
  flex: 1;
  /* background-image: url("../images/car.webp");
  background-size: cover;
  background-position: center; */
}

.content-image img {
  height: 100%;
  object-fit: cover;
}

.content-panel {
  flex: 1;
  background-color: #fff000;
  color: #000;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-title {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.1;
  letter-spacing: 2px;
}

.content-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #000;
}

.btn-content {
  background-color: #000;
  color: #fff000;
  border: none;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

/* Gallery Section */
.gallery-section {
  padding: 0;
  background-color: #000;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 2px;
}

.gallery-item {
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.02);
  z-index: 10;
}

/* Specific grid positioning for mosaic effect */
/* .gallery-item:nth-child(1) { grid-column: 1/3; grid-row: 1/3; }
.gallery-item:nth-child(2) { grid-column: 3/5; grid-row: 1/2; }
.gallery-item:nth-child(3) { grid-column: 5/7; grid-row: 1/3; }
.gallery-item:nth-child(4) { grid-column: 7/9; grid-row: 1/2; }
.gallery-item:nth-child(5) { grid-column: 1/2; grid-row: 3/5; }
.gallery-item:nth-child(6) { grid-column: 2/4; grid-row: 3/4; }
.gallery-item:nth-child(7) { grid-column: 4/6; grid-row: 3/5; }
.gallery-item:nth-child(8) { grid-column: 6/8; grid-row: 3/4; }
.gallery-item:nth-child(9) { grid-column: 8/9; grid-row: 3/5; }
.gallery-item:nth-child(10) { grid-column: 3/5; grid-row: 2/3; }
.gallery-item:nth-child(11) { grid-column: 7/9; grid-row: 2/3; }
.gallery-item:nth-child(12) { grid-column: 2/4; grid-row: 4/5; }
.gallery-item:nth-child(13) { grid-column: 6/8; grid-row: 4/5; } */

/* Footer */
.footer {
  background-color: #000;
  padding: 60px 0 30px;
  border-top: 1px solid #333;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.social-icon {
  margin-right: 45px;
  display: flex;
  color: #fff000;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  color: #fff;
}

.footer-nav {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-nav a:hover {
  color: #fff000;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  flex-wrap: wrap;
}

.copyright,
.site-credit {
  font-size: 12px;
  letter-spacing: 1px;
  color: #ccc;
}

/* .site-credit {
  color: #ccc;
  font-size: 14px;
} */

.site-credit span {
  color: #00b0a6;
  font-weight: 600;
  text-transform: uppercase;
}

/* contact */
/* Hero Section */
.innerBanner.hero-section {
  height: 70vh;
  background-size: cover !important;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  text-align: center;
  background-repeat: no-repeat !important;
}

.innerBanner.hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  width: 100%;
  height: 70%;
  z-index: -1;
}

.innerBanner .hero-title {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 3px;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */
  border: none;
}

/* Contact Section */
.contact-section {
  padding: 80px 0;
  background-color: #000;
  font-size: 14.67px;
  letter-spacing: 2px;
}

.subtitle {
  color: #fff000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-info {
  margin-top: 40px;
}

.contact-info h6 {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-info p {
  color: #fff000;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-info a {
  color: #fff000;
  text-decoration: none;
  transition: all 0.4s;
}

.contact-info a:hover {
  color: #fff;
}

.social-section h4 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 500;
}

.social-links {
  /* display: flex;
  flex-direction: column;
  gap: 15px; */
}

.social-link {
  color: #fff000;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0;
  overflow-wrap: anywhere;
}

.social-link:hover {
  color: #fff;
}

/* Form Section */
.form-section {
  background: url(../images/contact.webp) #fff000 no-repeat right top;
  padding: 60px 0;
  background-size: 45% 100%;
  object-fit: cover;
  color: #000;
}

.form-section .subtitle {
  color: #000;
}

.contact-form label {
  font-weight: bold;
  margin-bottom: 6px;
}

.contact-form .form-control {
  background: transparent;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 15px;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.contact-form .form-control:focus {
  background: transparent;
  border-color: #000;
  box-shadow: none;
  color: #000;
}

.contact-form .form-control::placeholder {
  color: #666;
}

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

.btn-send {
  background-color: #000;
  color: #fff000;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-send:hover {
  background-color: #333;
  color: #fff000;
}

/* Gallery Section */
.gallery-section {
  padding: 0;
  background-color: #000;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.gallery-item {
  width: 12.5%;
  flex: 0 0 12.5%;
  overflow: hidden;
  /* display: block; */
  height: 180px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* service */
/* Content Sections */
.content-section {
  /* background-color: var(--dark-bg); */
  padding: 4rem 0;
}

.wrap {
  background-color: #fff;
}

.wrap h2,
.wrap p {
  color: #000;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: var(--primary-yellow);
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Grid Cards */
.grid-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
  margin-bottom: -2px;
}

.grid-section .section-title {
  color: var(--bs-dark);
}

.track-card {
  background-color: var(--primary-yellow);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}

.track-card:hover {
  transform: translateY(-5px);
}

.track-image {
  height: 200px;
  background: var(--primary-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--dark-bg);
}

.track-info {
  background-color: var(--dark-bg);
  padding: 1rem;
  color: var(--text-light);
}

.track-info h5 {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.track-info p {
  font-size: 0.8rem;
  margin: 0;
  opacity: 0.8;
}

/* Case Studies */
.case-study-card {
  position: relative;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/placeholder.svg?height=250&width=400");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.case-study-card:hover {
  transform: scale(1.05);
}

.case-study-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

/* Content Blocks */
.content-block {
  padding: 4rem 0;
}

.content-block:nth-child(even) {
  background: #f8f9fa;
  color: var(--bs-dark);
}

.content-image {
}

/* Services Section */
.services-section {
  background-color: #fff000;
  padding: 50px 0;
}

.services-section .section-title {
  color: var(--bs-dark);
}

.service-card {
  background-color: var(--dark-bg);
  /* border-radius: 8px; */
  overflow: hidden;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-image {
  /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("/placeholder.svg?height=200&width=300"); */
  background-size: cover;
  background-position: center;
}

.service-image img {
  height: 265px;
  object-fit: cover;
}

.service-info {
  padding: 1rem;
  background: #000;
}

.service-info h5 {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--primary-yellow);
}

.service-info h5 i {
  margin-right: 0.4rem;
  color: #fff000;
}

.poster {
  background: #ffff00;
  position: relative;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
  min-height: 380px;
}

.dutch-flag {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 40px;
  z-index: 2;
}

.dutch-flag img {
  /* width: 47px; */
  height: 40px;
}

.track-outline {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

.track-path {
  fill: none;
  stroke: #000000;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  color: #fff000;
  padding: 20px;
}

.date {
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
}

.event-title {
  font-size: 16px;
  letter-spacing: 3px;
}

.location {
  /* font-size: 36px; */
  letter-spacing: 2px;
  color: #fff;
}

.case-study-card {
  position: relative;
  height: 400px;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.case-study-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.case-study-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.case-study-card:hover .case-study-image {
  transform: scale(1.05);
}

.case-study-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.pr-5 {
  padding-right: 3rem;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.tags {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}

.tags .bg-light {
  background: transparent !important;
  border: #fff 1px solid;
  margin-right: 10px;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.testiBox {
  background: #000;
  padding: 1rem;
  margin-top: 1.5rem;
  border-radius: 0.938rem;
  -webkit-border-radius: 0.938rem;
  -moz-border-radius: 0.938rem;
  -ms-border-radius: 0.938rem;
  -o-border-radius: 0.938rem;
  position: relative;
  z-index: 1;
  min-height: 525px;
}

.radiusPic {
  border-radius: 0.938rem;
  -webkit-border-radius: 0.938rem;
  -moz-border-radius: 0.938rem;
  -ms-border-radius: 0.938rem;
  -o-border-radius: 0.938rem;
}

.testiBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff000;
  opacity: 0;
  border-radius: 0.63rem;
  -webkit-border-radius: 0.63rem;
  -moz-border-radius: 0.63rem;
  -ms-border-radius: 0.63rem;
  -o-border-radius: 0.63rem;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.testiBox:hover {
  color: #000;
}

.testiBox:hover::after {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  opacity: 1;
  color: #000;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .content-panel {
    padding: 60px 40px;
  }

  .content-title {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 60px;
  }

  .content-section {
    flex-direction: column;
  }

  .content-image {
    height: 400px;
  }

  .gallery-item {
    width: 25%;
    flex: 0 0 25%;
  }

  .countdown-label {
    font-size: 35px;
    margin: 0 15px 0 0;
  }

  .countdown-section {
    background-color: #000;
    padding: 15px 0;
  }

  .innerBanner .hero-title {
    font-size: 50px;
  }

  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .modal-body {
    padding-top: 1.5rem;
  }

  .form-section {
    background: #fff000;
  }
}

@media (max-width: 768px) {
  .stellarnav.mobile li:last-child {
    margin-top: -60%;
  }

  .hero-title {
    font-size: 48px;
  }

  .countdown-number {
    font-size: 40px;
  }

  .countdown-label {
    font-size: 16px;
  }

  .content-panel {
    padding: 40px 30px;
  }

  .content-title {
    font-size: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .stellarnav.mobile > ul > li > a {
    padding: 15px 20px;
    font-size: 20px;
  }

  .footer-nav a {
    font-size: 12px;
  }

  .social-icons,
  .footer-nav {
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
  }

  .countdown-number {
    font-size: 28px;
  }

  .hero-description {
    font-size: 14px;
  }

  .content-title {
    margin-bottom: 15px;
  }

  .gallery-item {
    width: 33.333%;
    flex: 0 0 33.333%;
  }

  .subtitle {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .content-image img {
    max-height: 357px;
  }

  .innerBanner .hero-title {
    font-size: 40px;
  }

  .section-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .pt-100 {
    padding-top: 40px !important;
  }

  .pb-100 {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .ps-5 {
    padding: 0 1rem !important;
  }

  .section-subtitle {
    margin-top: 2rem;
  }

  .innerBanner .hero-title {
    font-size: 30px;
  }

  .innerBanner.hero-section {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .subtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .stellarnav.mobile.right.mobile.active ul {
    display: block !important;
    text-align: center;
    padding-top: 3rem;
  }

  .stellarnav.mobile li:last-child {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-top: 0%;
  }

  .social-icon {
    margin: 0px 10px;
  }

  /* .countdown-number {
    font-size: 30px;
  }
  .countdown-label {
    font-size: 35px;
    margin: 0 0px 0 0;
  }
  .countdown-display {
    gap: 10px;
  } */
  .stellarnav li {
    width: 100%;
    flex: 0 0 100%;
  }

  .hero-title {
    font-size: 36px;
  }

  .gallery-item {
    width: 50%;
    flex: 0 0 50%;
  }

  .header .logo img {
    width: 143px;
  }

  .header .logo {
    margin-left: 0;
    margin-right: 0;
  }

  .stellarnav .call-btn-mobile,
  .stellarnav .close-menu,
  .stellarnav .location-btn-mobile,
  .stellarnav .menu-toggle {
    padding: 7px;
    box-sizing: border-box;
  }

  .stellarnav.mobile li:last-child span {
    display: inline-block;
    font-size: 20px;
  }

  /* 
  .countdown-display {
    flex-direction: column;
    gap: 10px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 120px);
  }

  .gallery-item {
    grid-column: auto !important;
    grid-row: auto !important;
  } */
}

::-webkit-scrollbar {
  width: unset;
}

::-webkit-scrollbar-thumb {
  background: #666;
}

.stellarnav ul > li > a {
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  transition: color 0.3s ease;
}

.stellarnav.mobile > ul:hover > li > a {
  color: #999999;
}

.stellarnav.mobile > ul > li > a:hover {
  color: #fff000 !important;
}

@keyframes slideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

.loader-slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  transition: height 1.5s ease;
  z-index: 1;
}

#loader .loader-slide.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
}

.pre-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.pre-logo img {
  width: 300px;
}

.scroll-container {
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-thumb {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scroll-thumb.visible {
  opacity: 1;
}

.custom-scrollbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;

  z-index: 9999;
}

.scroll-thumb {
  width: 100%;
  height: 100px;
  background-color: #9b9797;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

/* Header */
/* .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  backdrop-filter: blur(10px);
  padding: 20px 0;
  left: 0;
} */

#header {
  position: fixed;
  width: 100%;
  z-index: 9;
  padding: 20px 0;
  transition: all 0.5s;
  background: #fff;
}

#header.sticky {
  background-color: rgb(255 255 255 / 92%);
  padding: 9px 0;
}

#header.sticky .hamburger .line {
  width: 34px;
  height: 3px;
  background-color: #fff;
  margin: 5px auto;
}

#header.sticky #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-46deg);
}

.header-menu .offcanvas.offcanvas-top {
  height: 100%;
  background-color: #000;
}

.header-menu .offcanvas-header {
  justify-content: end;
  color: var(--white);
}

.header-menu {
  margin-right: 11px;
}

.hamburger {
  position: relative;
  z-index: 9999;
  display: flex;
  gap: 10px;
  align-items: center;
}

.hamburger .line {
  width: 18px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo a {
  color: var(--white);
  font-size: 30px;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.header-menu .is-active .line {
  background-color: #fff;
}

.stellarnav ul > li > a {
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  transition: color 0.3s ease;
}

/* When hovering over the menu container - non-selected links become GRAY */
.stellarnav ul:hover > li > a {
  color: #999999;
  /* NON-SELECTED: Links become GRAY when hovering in menu area */
}

/* Individual link hover - turns YELLOW */
.stellarnav ul > li > a:hover {
  color: #fff000 !important;
  /* HOVER: Individual links turn YELLOW */
}

header .mb-logo {
  margin-bottom: 260px;
}

header .social {
  margin-top: 50px;
}

header .hamburger-text {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
}

header .is-active .hamburger-text {
  color: #fff;
}

li {
  list-style: none;
}

.social li > a {
  padding: 15px 13px !important;
}

header.hidden {
  transform: translateY(-100%);
}

/* Header dropdown */
/* .menu .submenu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
} */

.menu .dropdown:hover .submenu {
  display: block;
}

/* sonali */
.modal-slider.owl-carousel,
.modal-slider.owl-carousel .owl-stage {
  height: 100%;
}

/* .owl-carousel.modal-slider .owl-item{
  height: 100%;
  width: 100% !important;
} */

/* Ria */
.menu > li {
  position: relative;
  display: inline-block;
}

.menu a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.submenu {
  display: none;
  position: absolute;
  left: 16px;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  background-color: #1a1a1a;
}

.dropdown:hover .submenu {
  display: block;
}

.submenu li a {
  white-space: nowrap;
  padding: 10px 15px;
}

.footer-nav {
  display: flex;
  gap: 20px;
  position: relative;
}

.footer-dropdown {
  position: relative;
}

.footer-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  background-color: #1a1a1a;
  min-width: 171px;
  z-index: 100;
  padding: 14px;
}

.footer-dropdown:hover .footer-submenu {
  display: flex;
  flex-direction: row;
}

.footer-submenu a {
  padding: 10px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

.submenu-icon {
  font-size: 0.6em;
  margin-left: 4px;
}

.loader {
  width: 30px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid lightblue;
  border-right-color: rgb(17, 17, 17);
  animation: l2 1s infinite linear;
}

.modal .services-section {
  background-color: transparent;
  padding: 0;
}

.modal .owl-dots {
  display: none;
}

/* .modal img {
  height: 400px;
  object-fit: cover;
} */

/* .modal .row {
  align-items: center;
} */

.service-slider-box .swiper-slide img {
  height: 500px;
  object-fit: cover;
}

.service-slider-box .content-modal {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 432px;
  padding: 29px 0;
  margin-top: 29px;
}

.instagram-slider .btn-close {
  margin-top: 14px !important;
}

.service-slider-box .btn-close {
  margin-top: 13px !important;
}

.services-sections {
  background-color: #fff000;
  padding: 50px 0;
}

.services-sections .section-title {
  color: var(--bs-dark);
}

/* .services-sections .owl-carousel .item {
  width: 333px !important;
} */

.modal .content-modal {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 341px;
  padding: 29px 0;
}
.content-modal p a {
  color: #fff000;
}

.insta-username-link {
  color: #f8f8fc;
  text-decoration: none;
}

/* .modal .modal-body{
  overflow: hidden;
}
.modal .modal-dialog  {
  overflow: hidden;
} */

.modal-body {
  padding: 0;
}

.modal .btn-close {
  margin-right: 14px;
  margin-top: -8px;
}

.btn-close {
  background-color: #000000;
  opacity: 1;
  background-size: 37%;
}

header .is-active {
  align-items: flex-start;
}

.contact-section .col-lg-7 p {
  width: 95%;
}

/* .animate-modal {
  transition: transform 0.4s ease, opacity 0.4s ease;
} */
/* 
.animate-modal .modal-dialog {
  transform: translateY(-100px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.animate-modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}


.animate-modal.modal-closing .modal-dialog {
  transform: translateY(-100px);
  opacity: 0;
} */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.media-slider .content-modal {
  height: auto;
  padding: 29px 15px 15px;
}

.media-slider .btn-close {
  margin-top: 13px;
}

.instagram-slider .modal-lg {
  max-width: 900px;
}

.instagram-slider .content-modal {
  max-height: 428px !important;
  /* margin-top: 39px; */
  padding-bottom: 0;
}

.instagram-slider p {
  font-size: 14px;
}

.instagram-slider .btn-learn-more {
  padding: 11px 18px;
  font-size: 12px;
  margin-top: 20px;
}

.instagram-slider .modal-slider1 {
  height: 100%;
}

.instagram-slider .modal-slider1 img {
  height: 100%;
}

.media-slider .modal-slider1 {
  height: 100%;
}

.media-slider img {
  height: 100%;
  max-height: 550px;
  object-fit: cover;
}
.active{
  color: rgb(223, 223, 9) !important;
}
