:root {
    --sm: 640px;
    --md: 768px;
    --lg: 1024px;
    --xl: 1280px;
    --xxl: 1536px;
    --xxxl:1800px;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('../assets/fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FontsFree-Net-GOTHICB0';
    src: url('../assets/fonts/FontsFree-Net-GOTHICB0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamBold';
    src: url('../assets/fonts/GothamBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis-Bold';
    src: url('../assets/fonts/Metropolis-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis-ExtraBold';
    src: url('../assets/fonts/Metropolis-ExtraBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis-Regular';
    src: url('../assets/fonts/Metropolis-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis-SemiBold';
    src: url('../assets/fonts/Metropolis-SemiBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../assets/fonts/MyriadPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.font-CenturyGothic{font-family: 'CenturyGothic'}
.font-MyriadPro{font-family: 'MyriadPro-Regular'}
.font-MetropolisReg{font-family: 'Metropolis-Regular';}
.font-MetropolisBd{font-family: 'Metropolis-Bold'}
.font-MetropolisSemiBd{font-family: 'Metropolis-SemiBold'}
.font-MetropolisExBd{font-family: 'Metropolis-ExtraBold'}
.font-GothamBd{font-family: 'GothamBold'}
.font-Gothic{font-family: 'FontsFree-Net-GOTHICB0'}

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;}

@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;
  }

