@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
:root {
  --vst-bg: #000000;
  --vst-text-main: #ffffff;
  --vst-text-dim: rgba(255, 255, 255, 0.5);
  --vst-ghost-opacity: 0.04;
  --vst-logo-height: 40px;
}

.navbar {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.navbar.navbar-home {
  padding: 20px 20px 0 20px !important;
}

.navbar.is-visible {
  transform: translateY(0);
}

body {
  font-family: "Jura", sans-serif;
}


.lets-talk-circle {
    width: 100px;
    height: 100px;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    transition: 0.3s ease;
    margin-right: 5px;
}

.lets-talk-circle:hover {
  background: #f8f9fa;
  transform: scale(1.05);
}

/* Swiper Styling */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide img.first {
  width: 100%;
  max-width: 320px;
  /* height: 100%; */
  /* object-fit: cover; */
}



.swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* style.css */
body,
html {
  height: 100%;
  margin: 0;
}


.mySwiper1,
.mySwiper2,
.mySwiper3,
.mySwiper4 {
  height: 100vh !important;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  width: 200vw;
  height: 100vh;
}
.mySwiper1 .swiper-slide img,
.mySwiper2 .swiper-slide img,
.mySwiper3 .swiper-slide img,
.mySwiper4 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-navy {
  background-color: #161616;
}

.bg-gold {
  background-color: #010101;
}

.bg-dark {
  background-color: #010101;
}

.vst-services-section {
  /* background-color: #f8f9fa; */
  height: 100%;
  width: 90%;
  margin: 0 auto;
}

/* Base Card Style */

.vst-card {
  background: #f1f3f5;
  padding: 1rem;
  overflow: hidden;
  /* border: 1px solid rgba(0, 0, 0, 0.03); */
  height: 100%;
}
/* Ensure no CSS transitions are fighting GSAP */


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




.vst-card h4 {
  color: black;
}

.vst-img-stack .img-1 {
  top: 0;
  left: 0;
  z-index: 1;
}

.vst-img-stack .img-2 {
  top: 25px;
  left: 25px;
  z-index: 2;
}

.vst-img-stack .img-3 {
  top: 50px;
  left: 50px;
  z-index: 2;
}

/* Specific Helpers */
.x-small {
  font-size: 0.65rem;
}

.vst-icon-img {
  width: 88px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .vst-card {
    padding: 1rem;
  }

  .vst-card-wide {
    /* flex-direction: column; */
    /* text-align: center; */
  }

  /* .vst-card-wide .w-50 {
    width: 100% !important;
  } */
}

/* section 3  */

.panel4 {
    background-color: var(--vst-bg);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

/* Navbar Style */
.vst-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 30px 60px;
  z-index: 100;
}

.vst-nav-logo {
  color: var(--vst-text-main);
  font-size: 2rem;
  font-weight: 800;
}

.vst-nav-links li a {
  text-decoration: none;
  color: var(--vst-text-dim);
  margin-left: 40px;
  font-size: 0.9rem;
  transition: 0.3s;
}

.vst-nav-links li a.vst-active,
.vst-nav-links li a:hover {
  color: var(--vst-text-main);
}

/* Typography & Ghost Effect */

.vst-ghost-d {
  position: absolute;
  left: 50%;
  top: 29%;
  transform: translate(-50%, -50%);
  font-size: 20vw;
  font-weight: 900;
  color: rgb(255 255 255 / 5%);
  line-height: 1;
  pointer-events: none;
}

.vst-main-heading {
  color: var(--vst-text-main);
  text-align: center;
  /* letter-spacing: 0.5rem; */
  font-weight: 300;
  font-size: 2.5rem;
  position: relative;
  z-index: 2;
}

.vst-reveal-row .swiper-wrapper {
  width: 100%;
}

.vst-reveal-row {
  width: 100%;
  padding: 20px 0;
}

.vst-swiper-right .swiper-wrapper,
.vst-swiper-left .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper {
  width: 100%;
}

.vst-brand-img {
    max-width: 100%;
    filter: invert(1);
    opacity: 1;
    /* height: 35px; */
    object-fit: contain;
}

/* contact section  */
/* Typography & General */
.dm-contact-section {
  background: #fff;
}

.dm-logo-d {
  font-weight: 800;
  line-height: 1;
}


.dm-highlight {
  background: #010101;
  color: #fff;
  padding: 0 15px;
  display: inline-block;
}

/* Form Styling */


.dm-tag {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 8px 4px;
    color: #ccc;
    font-size: 12px;
    transition: all 0.3s;
    min-width: 31.8%;
}

.btn-check:checked + .dm-tag {
  background-color: #010101;
  border-color: #010101;
  color: #fff;
}

.dm-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 0 0;
    box-shadow: none !important;
}

.dm-input:focus {
  border-bottom-color: #000;
}

/* Circular Submit Button */
.dm-submit-circle {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: transparent;
    font-size: 12px;
    line-height: 1.2;
    transition: all 0.3s;
}

.dm-submit-circle:hover {
  background: #1a1a1a;
  color: #fff;
  transform: scale(1.05);
}

/* Social Icons */
.dm-social-icon {
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.8rem;
}

/* contact section  */

/* The Parent Container */
.vsnap-container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

/* Individual Sections */
.vsnap-panel {
  height: 100vh;
  width: 100%;
  scroll-snap-align: start;
  /* Locks the top of the section to the top of the screen */
  scroll-snap-stop: always;
  /* Prevents scrolling past multiple sections at once */
  position: relative;
  overflow: hidden;
}

/* Visual Styling */
.vsnap-bg-dark {
  background-color: #111;
  color: #fff;
}

.vsnap-bg-white {
  background-color: #fff;
  color: #000;
}

.vsnap-bg-black {
  background-color: #000;
  color: #fff;
}

.vsnap-title {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: -2px;
}

.vsnap-number {
  font-size: 10rem;
  font-weight: 900;
  opacity: 0.1;
  line-height: 1;
}

.vsnap-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  overflow-x: hidden;
}

/* .parent-section {
  width: 100vw !important;
  position: relative;
  z-index: 1;
} */

.dm-contact-section {
    position: relative;
    min-height: 100vh;
    z-index: 2;
    background: #fff;
}


.side-nav {
  /* position: fixed;  */
  left: 0;    
  top: 0;
  width: 120px;
  height: 100vh;
  background-color: #010101;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  z-index: 1000;
  transform: translateX(-100%);
  transition: pointer-events 0.3s;
  will-change: transform, opacity;
}


.arrow-icon {
    color: #fff;
    font-size: 35px;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.3s;
}

.arrow-icon:hover {
  opacity: 1;
}

.gold-icon {
    width: 35px;
    height: auto;
}

.nav-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 10px; */
  cursor: pointer;
}

.nav-label {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 300;
}

.footer-area {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    padding: 0 60px 60px 60px !important;
}

.hero-text-wrapper {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* .animate-video video{
    min-width: 180px;
} */

/* mobile deices styles vertical slider  */
/* Media Query Breakpoint */
@media (min-width: 1100px) {


.vst-brand-img {

    /* height: 40px !important; */
}

.hand-position{
  position: relative;  
  min-height: 212px ;
  overflow: visible !important;
}

.hand-position .vst-content{
  max-width: 70%;
}
.hand-position .animate-video{
  position: absolute;
  right: 5%;
  bottom: -10px;

}


.animate-video video{
    max-width: 100%;
}
  .vst-card {
  transition: none !important; 
}

  .grandparent-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; 
}

.master-scroll-container {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.dm-contact-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;      
  background: #fff;
  transform: translateY(100vh);
  overflow: hidden;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}


  .dm-main-title {
    transform: translateY(-100%);
    position: absolute;
    
    top: 50%;
}
  .spotlight-mobile-wrap {
    display: none !important;
  }
}

.spotlight-mobile-wrap {
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.spotlight-mobile-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, black, black, transparent,transparent,transparent,transparent,transparent);
    z-index: 2;
}

.spotlight-row {
  height: 60vh;
  scale: 1.3;
}


.spotlight-v-swiper {
  height: 100vh;
  width: 100%;
}

.spotlight-v-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Direct Image Styling */
.spotlight-v-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CTA Circle Styling */
.cta-circle-mobile {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.tracking-widest {
  letter-spacing: 0.3em;
}

/* mobile deices styles vertical slider  */

.spotlight-header {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
  width: 100%;
}

.brand-matters-logo {
    width: 40%;
    margin-bottom: 15px;
}

.vst-card .small {
  font-size: 12px;
}

.vst-card .x-small {
  font-size: 12px;
}

.small, small {
    font-size: 12px;
}

.vst-card h5,
.vst-card h4,
.vst-card h3 {
  font-size: 17px;
}

/* Force the swiper wrapper to move at a constant speed */
.spotlight-v-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.spotlight-v-swiper img {
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-perspective: 1000;
}

.offcanvas {
  background-color: rgb(27, 27, 27) !important;
}

.nav-link {
  color: white;
}

.logo {
  width: 100px;
}

.navbar-toggler {
    border: 1px solid #e1e1e1 !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 50%;
    padding: 13px !important;
}

.offcanvas-header .btn-close {
  color: white;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px;
}

/* Media Query Guard */
@media (min-width: 1100px) {
  .olive-footer-mobile {
    display: none !important;
  }
}

.olive-footer-mobile {
    background-color: #0f0f0f;
    color: #ffffff;
    padding: 40px 0 !important;
}

.contact-list span {
  font-size: 10px;
  letter-spacing: 0.5px;
}

.contact-list i {
  color: #ffffff;
  font-size: 10px;
}

.social-btn {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    color: #000000 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-btn:active {
  transform: scale(0.9);
}

/* Logo sizing for mobile */
.footer-logo {
    height: auto;
    filter: brightness(0) invert(1);
}

.nav-link{
  font-size: 14px;
}
.btn-close{
  --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: 1;
    }
    
    .nav-link:hover {
      /* color: white !important; */
      scale: 1.05;
      transition: 0.2s all ease-in-out;
      transform-origin: left;
      transform: translateX(3px);
    }
    .nav-link.text-white{
  color: white !important;

}
.offcanvas-body {
    overflow-x: hidden;
}



@media only screen and (min-width: 1100px) {
.footer-area {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    padding: 0 40px 40px 40px !important;
}

  .dm-tag {
    padding: 8px 15px !important;
    font-size: 14px !important;
}
  .parent-section {
  display: flex;
  flex-wrap: nowrap;
  width: 200vw; /* Match the number of children */
  overflow: hidden;
}
  .brand-matters-logo {
    width: 18% !important;
  }

  .horizontal-wrapper {
      position: absolute; 
      top: 0;
      left: 0;
      width: 200vw; 
      height: 100vh;
      z-index: 10;
      transform: translateX(100vw); 
      background: white;
      display: flex;
    }

    .child-section, .panel {
        width: 100vw;
        height: 100vh;
        flex-shrink: 0;
      }


  .vst-services-section {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .panel {
    width: 100vw;
    height: 100vh;
  }

  .logo {
    width: 50px !important;
  }

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

  .vst-icon-img {
    width: 129px;
    height: auto;
  }

  .vst-card h5, .vst-card h4, .vst-card h3 {
    font-size: 32px !important;
    font-family: "Sansation", sans-serif;
    line-height: 112%;
    letter-spacing: -1%;
}

.vst-card .small, .vst-card .x-small {
    font-size: 14px !important;
    line-height: 112%;
}

.hero-text-wrapper {
      position: absolute;
      top: 50% !important;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      padding: 0 0 0 60px !important;
      text-align: left !important;
  }

  .navbar.navbar-home {
    padding: 60px 60px 0 60px !important;
}

}


.bg-dark{
  background: #010101  !important;
}


.navbar-expand-lg .offcanvas .offcanvas-body {
    padding: 1px;
}



@media only screen and (max-width:650px) {
  .offcanvas-body{
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
  }
  .offcanvas-body::before {

    background-image: url(images/LOGO2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    opacity: 0.1;

}
    .nav-link {
      font-size: 30px;
      text-align: center;
      padding: 0;
  }
}
