:root {
    --sm: 640px;
    --md: 768px;
    --lg: 1024px;
    --xl: 1280px;
    --xxl: 1536px;
    --xxxl:1800px;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../assets/fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../assets/fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-VariableFont_wght';
    src: url('../assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'fonnts.com-monesta-semibold';
    src: url('../assets/fonts/fonnts.com-monesta-semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-GothamBook{font-family: 'Gotham-Book'}
.font-GothamBold{font-family: 'Gotham-Bold'}
.font-Montserrat{font-family: 'Montserrat-VariableFont_wght'}
.font-BodoniModaBlack {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.font-BodoniModaBold {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.font-BodoniModaExtraBd {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.font-MonestaSemiBd{
    font-family: 'fonnts.com-monesta-semibold';
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../assets/fonts/MinionPro-Regular.eot');
    src: url('../assets/fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../assets/fonts/MinionPro-Regular.woff') format('woff'),
        url('../assets/fonts/MinionPro-Regular.ttf') format('truetype'),
        url('../assets/fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}.font-MinionPro{ font-family: 'Minion Pro';}



html { scroll-behavior: smooth; }

body{
    background-color: #fff;
}
html, body{overflow-x: hidden !important;}
[type='email']{
    background-color: transparent;
}
.\[\&\:not\(\[data-te-collapse-collapsed\]\)\]\:text-primary:not([data-te-collapse-collapsed]){
    color: #000 !important;
}

[type='text']{
    background-color: transparent;
    height: 50px;
    color: black;
}

input, select{
    color: black;
    font-family: 'CenturyGothic';
    border-top: none;
    border-left: none;
    border-right: none;
}

input:focus, select:focus,
input:focus-visible, select:focus-visible{
    box-shadow: none !important;
    border-color:black!important;
    outline: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

input::placeholder, textarea::placeholder{
    color: black !important;
    font-family: 'CenturyGothic';
}

.navbar.scrolled img{
    transition: 0.3s ease-in-out;
}
.box {
    --size: 115px;
    --R: calc(var(--size)*1.28);
    -webkit-mask: radial-gradient(var(--R) at 50% calc(1.8*var(--size)),#000 99%,#0000 101%) calc(50% - 2*var(--size)) 0/calc(4*var(--size)) 100%, radial-gradient(var(--R) at 50% calc(-.8*var(--size)),#0000 99%,#000 101%) 50% var(--size)/calc(4*var(--size)) 100% repeat-x;
    background: white;
    height: 300px;
    marging: 15px;
    transform: rotateX(180deg);
  }

/* Loader  */

@-webkit-keyframes loader {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    25% {
        width: 24%;
    }
    43% {
        width: 41%;
    }
    56% {
        width: 50%;
    }
    66% {
        width: 52%;
    }
    71% {
        width: 60%;
    }
    75% {
        width: 76%;
    }
    94% {
        width: 86%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loader {
    0% {
        width: 0;
    }
    20% {
        width: 10%;
    }
    25% {
        width: 24%;
    }
    43% {
        width: 41%;
    }
    56% {
        width: 50%;
    }
    66% {
        width: 52%;
    }
    71% {
        width: 60%;
    }
    75% {
        width: 76%;
    }
    94% {
        width: 86%;
    }
    100% {
        width: 100%;
    }
}

.progress-bar {
    width: 95%;
    max-width: 95%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin-top: 30px;
}
.progress {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.bar {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.progress-bar {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    display: none;
}
.progress-bar span {
    display: block;
}
.bar {
    background: 0 0;
}
.progress {
    -webkit-animation: loader 8s ease infinite;
    animation: loader 8s ease infinite;
    background: #934C32;
    color: #fff;
    padding: 5px;
    width: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.progress-bar {
    position: relative;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: transparent;
}
.fa.fa-chevron-left.slick-arrow, .fa.fa-chevron-right.slick-arrow{
    width: 60px;
    height: 60px;
    background: white;
    border: 2px solid #727d68;
    border-radius: 50%;
    color: #727d68;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20%;
    z-index: 2;
}
.fa.fa-chevron-left.slick-arrow:hover, .fa.fa-chevron-right.slick-arrow:hover{cursor: pointer;}
.fa.fa-chevron-left.slick-arrow{left: 3%;}
.fa.fa-chevron-right.slick-arrow{left: 8%;}
.owl-carousel button.owl-dot{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #E4C7B5;
    margin: 0 5px;
}
.owl-carousel button.owl-dot.active{background: #934C32;}
.owl-carousel .owl-dots{text-align: center;margin-top: 30px;}

  .slick-slide {
    margin: 0 20px;
  }
  .navbar.scrolled img{
    transition: 0.3s ease-in-out;
}
  .v-slider-frame {
    height: 80px;
    overflow: hidden;
    text-align: center;
  }

.owl-carousel.gallery-slider .owl-nav button.owl-prev, .owl-carousel.gallery-slider .owl-nav button.owl-next{
    position: absolute;
    top: 40%;
}
.owl-carousel.gallery-slider .owl-nav button.owl-prev{left: 18%;}
.owl-carousel.gallery-slider .owl-nav button.owl-next{right: 18%;}
.fpbtn.active{border-bottom: 1px solid white;}
.owl-carousel.progress-slider .owl-nav button.owl-prev, .owl-carousel.features-slider .owl-nav button.owl-prev{display: none;}
.owl-carousel.progress-slider .owl-nav button.owl-next{position: absolute; top: 30%; right: -5%;}
.owl-carousel.features-slider .owl-nav button.owl-next{position: absolute; top: 30%; right: 0%;}
.overflow-x-auto{overflow-x: unset !important;}
.glow {
    box-shadow: 0 5px 15px rgb(126 75 39);
    border-radius: 50%;
    animation: pulseGlow 2s infinite; /* Add animation */
  }
  
  @keyframes pulseGlow {
    0%, 100% {
      box-shadow: 0 5px 15px rgb(126 75 39, 0.8); /* Original glow */
      transform: scale(1); /* Default size */
    }
    50% {
      box-shadow: 0 5px 25px rgb(126 75 39, 1); /* Intense glow */
      transform: scale(1.1); /* Slightly larger for pulsing */
    }
  }
.features-slider img.feature-icon{width: 80px;}
.features-slider img.shuttle-img{width: 80%;}
.accordion button{background: transparent !important;}
.slide-mobile{display: none !important;}
.slide-desktop{display: block !important;}
.shiny-button::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    45deg,
    transparent 25%,
    rgba(255, 255, 255, 0.5) 50%,
    transparent 75%
  );
  background-size: 250% 250%;
  background-repeat: no-repeat;
  animation: shimmer 2.5s linear infinite;
  z-index: 1;
}

.shiny-button {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.shiny-button > * {
  position: relative;
  z-index: 2;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media(max-width:960px){
    .container{max-width: 100%;}
    html,body{overflow-x: hidden;}
    .fa.fa-chevron-right.slick-arrow, .fa.fa-chevron-left.slick-arrow{width: 50px;height: 50px;font-size: 20px;}
    .fa.fa-chevron-left.slick-arrow, .fa.fa-chevron-right.slick-arrow{bottom: -25%;}
    .fa.fa-chevron-left.slick-arrow{left: 0%;}
    .owl-carousel.gallery-slider .owl-nav button.owl-prev{left: -3%;}
    .owl-carousel.gallery-slider .owl-nav button.owl-next{right: -3%;}
    .slide-desktop{display: none !important;}
    .slide-mobile{display: block !important;}
    .btn-slider{left: 0;}
}
@media(max-width:500px){
    .fa.fa-chevron-right.slick-arrow, .fa.fa-chevron-left.slick-arrow{width: 40px;height: 40px;font-size: 18px;}
    .fa.fa-chevron-left.slick-arrow{left: 5%;}
    .fa.fa-chevron-right.slick-arrow{right: 5%;}
    input::placeholder, textarea::placeholder{font-size: 14px !important;}
    .fa.fa-chevron-left.slick-arrow, .fa.fa-chevron-right.slick-arrow{bottom: unset; top: -8%;}
    .fa.fa-chevron-right.slick-arrow {
        left: 20%;
        right: unset;
    }
    .fa.fa-chevron-left.slick-arrow {
        left: 7%;
        right: unset;
    }
    .owl-carousel button.owl-dot{width: 8px;height: 8px;}
    .owl-carousel .owl-dots{margin-top: 10px;}
    .features-slider img.feature-icon{width: 60px;}
}
.sticky-icons {
    position: fixed;
    bottom: 5%;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    right: 1%;
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 6px rgb(182, 182, 182);

  }

  .sticky-icons:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }

  .sticky-icons :hover{cursor: pointer;}
  .sticky-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 5px;
    position: relative;
    transform: rotate(30deg);
  }
  
  .sticky-icon img{width: 70%;object-fit: contain;}
  .sticky-icons p{
    color: #0a6b10;
    font-size: 15px;
    margin-bottom: 0px;
    padding: 0;
    line-height: 1.2;
  }

  .b-variants .owl-nav { margin: 0; }
  .b-variants .owl-nav button {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: transparent !important; border: 0; padding: 0 6px !important;
    line-height: 1; opacity: .9;
  }
  .b-variants .owl-nav .owl-prev { left: 6px; }
  .b-variants .owl-nav .owl-next { right: 6px; }
  .b-variants .owl-nav svg { width: 22px; height: 22px; }
  .b-variants button.owl-dot{
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #E4C7B5;
        margin: 0 4px;
    }
    .b-variants button.owl-dot.active{background: #934C32;}
    .b-variants .owl-dots{margin-bottom: 30px; margin-top: -16px;}
  
    /* ensure zoom overlay and image appear above everything else */
  .medium-zoom-overlay {
    z-index: 10001 !important;
  }

  .medium-zoom-image--opened {
    z-index: 10001 !important;
    position: relative;
    width: fit-content !important;
  }


  
  #popupSlider {
    position: relative;
}
  #popupSlider .owl-nav { margin: 0; }
  #popupSlider .owl-nav button {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: transparent !important; border: 0; padding: 0 6px !important;
    line-height: 1; opacity: .9;
  }
  #popupSlider .owl-nav .owl-prev { left: 6px; }
  #popupSlider .owl-nav .owl-next { right: 6px; }
  #popupSlider .owl-nav svg { width: 62px; height: 62px; }
  #popupSlider button.owl-dot{
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #E4C7B5;
        margin: 0 4px;
        z-index: 9999;
    }
    #popupSlider button.owl-dot.active{background: #934C32;}
    #popupSlider .owl-dots {
        position: absolute;
        bottom: 5px;              /* adjust as needed */
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;             /* remove negative margin */
        z-index: 30;
    }


@media(max-width: 640px){
    #popupSlider .owl-nav svg { width: 40px; height: 40px; }
    #popupSlider .owl-nav .owl-prev { left: 2px; }
    #popupSlider .owl-nav .owl-next { right: 2px; }
}