/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------
CSS STRUCTURE:

1. VARIABLES
2. GENERAL TYPOGRAPHY

--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    --heading-font: "Special Elite", system-ui;
    --heading-font-weight: 400;
    --heading-color: #3D3A38;
    --heading-line-height: 1.24;
    --swiper-theme-color: #A58C81;
    --swiper-pagination-color: #A58C81;

    /* bootstrap */
    --bs-body-font-family: "Nunito Sans", sans-serif;
    --bs-body-font-size: 17px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #3D3A38;
    --bs-body-color-rgb: 1.6, 1.6, 1.6;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-body-bg: #FFF;

    --bs-primary: #111;
    --bs-secondary: #DED4D3;
    --bs-black: #111;
    --bs-white: #fff;
    --bs-light: #f8f8f8;
    --bs-dark: #212529;
    --bs-gray: #9aa1a7;
    --bs-gray-100: #F8F8F8;
    --bs-gray-200: #E9E9E9;
    --bs-gray-300: #D1D1D1;
    --bs-gray-800: #3D3A38;

    --bs-primary-rgb: 253, 172, 165;
    --bs-secondary-rgb: 239, 238, 235;
    --bs-black-rgb: 17, 17, 17;
    --bs-light-rgb: 241, 241, 240;
    --bs-dark-rgb: 33, 37, 41;

    --bs-link-color: #111;
    --bs-link-color-rgb: 255, 49, 49;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #111;
    --bs-link-hover-color-rgb: 255, 199, 49;

    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csymbol xmlns='http://www.w3.org/2000/svg' id='plus' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z'/%3E%3C/symbol%3E");
}

body {
    letter-spacing: 0.03rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--heading-color);
    line-height: var(--heading-line-height);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
    color: var(--bs-light);
}

h1,
h2,
h3 {
    margin: 25px 0;
}

h5,
h6 {
    letter-spacing: 1px;
}

h1,
.h1 {
    font-size: 4.5rem;
}

h2,
.h2 {
    font-size: 3.6rem;
}

h3,
.h3 {
    font-size: 2.8rem;
}

h4,
.h4 {
    font-size: 1.8rem;
}

h5,
.h5 {
    font-size: 1.4rem;
}

h6,
.h6 {
    font-size: 1rem;
}

a {
    text-decoration: none;
}

/* container fluid */
.container-fluid {
    max-width: 1800px;
}

@media (min-width: 1600px) {

    .container,
    .container-lg {
        max-width: 1660px;
    }

    .container,
    .container-md {
        max-width: 1200px;
    }
}

/* list group */
.list-group-item {
    --bs-list-group-item-padding-x: 0;
    --bs-list-group-border-width: 0;
}

/* btn */
.btn {
    --bs-btn-border-radius: 0;
}

.btn-primary {
    --bs-btn-color: var(--bs-light);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-light);
    --bs-btn-hover-bg: var(--bs-dark);
    --bs-btn-hover-border-color: var(--bs-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--bs-light);
    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-border-color: var(--bs-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-light);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-dark.btn-bg-light {
    --bs-btn-bg: var(--bs-light);
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2.8rem;
    --bs-btn-font-size: 1.25rem;
}

.btn.btn-shadow {
    box-shadow: 0px 6px 39px 0px rgba(91, 45, 42, 0.20);
}

/* text white */
.text-white {
    --heading-color: var(--bs-light);
    --bs-breadcrumb-item-active-color: var(--bs-light);
    --bs-breadcrumb-divider-color: var(--bs-light);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
    --bs-nav-link-color: var(--bs-light);
    --bs-nav-link-hover-color: var(--bs-light);
    --bs-nav-link-active-color: var(--bs-light);
    --bs-navbar-active-color: var(--bs-light);
}

/* open-up */
.open-up {
    clip-path: inset(48% 34% 36% 35%);
}

.aos-animate.open-up {
    animation: 1s open-up forwards;
}

@keyframes open-up {
    0% {
        clip-path: inset(48% 34% 36% 35%);
    }

    100% {
        clip-path: inset(0% 0% 0% 0%);
    }
}


/* preloader */
.preloader {
    position: fixed;
    z-index: 99;
    background: var(--bs-dark);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.preloader.loaded {
    height: 0;
}

/* navbar */
.navbar.fixed-top {
    transition: background-color 0.6s ease-out;
}

/* margin */
.my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

.my-lg-7 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
}

.my-lg-8 {
    margin-top: 8.5rem !important;
    margin-bottom: 8rem !important;
}

.my-lg-9 {
    margin-top: 10.5rem !important;
    margin-bottom: 10rem !important;
}

.my-lg-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
}

.mt-lg-0 {
    margin-top: 0rem !important;
}

.mb-lg-0 {
    margin-bottom: 0rem !important;
}

/* padding */
.py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.py-lg-7 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
}

.py-lg-8 {
    padding-top: 8.5rem !important;
    padding-bottom: 8rem !important;
}

.py-lg-9 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
}

.py-lg-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
}

.py-lg-11 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
}

.py-lg-12 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
}

.pt-lg-0 {
    padding-top: 0rem !important;
}

.pb-lg-0 {
    padding-bottom: 0rem !important;
}

/* - Border Radius
------------------------------------------------------------- */
.rounded-6 {
    border-radius: 3rem;
}

.rounded-7 {
    border-radius: 4rem;
}

.rounded-8 {
    border-radius: 5rem;
}

.rounded-9 {
    border-radius: 6rem;
}

.rounded-10 {
    border-radius: 7rem;
}

.rounded-11 {
    border-radius: 8rem;
}

/* - Background Color
------------------------------------------------------------- */
.bg-gray-1 {
    background-color: var(--bs-gray-100);
}

.bg-orange {
    background-image: linear-gradient(to right top, #ff3131, #ff5233, #ff6a39, #ff7f42, #ff914d);
}

.bg-white-trans {
    --bs-bg-opacity: 0.6;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}


/* - Display Header
------------------------------------------------------------- */
@media (min-width: 1200px) {
    .display-1 {
        font-size: calc(1.625rem + 4vw);
        line-height: 0.9;
    }
}

/* - Font Weight
------------------------------------------------------------- */
.fw-600 {
    font-weight: 600;
}

/* - Svg Color
------------------------------------------------------------- */
.svg-primary {
    fill: var(--bs-primary);
    color: var(--bs-primary);
}

.svg-secondary {
    fill: var(--bs-secondary);
    color: var(--bs-secondary);
}

.svg-yellow {
    fill: var(--bs-yellow);
    color: var(--bs-yellow);
}

/* - Header
------------------------------------------------------------- */
.offcanvas-body .navbar-nav a.nav-link.active,
.offcanvas-body .navbar-nav a.nav-link:hover {
    color: var(--bs-primary);
}

/* - Banner
------------------------------------------------------------- */
#intro .banner-content p {
    width: 83%;
    margin: 20px auto;
}

/* - Video
------------------------------------------------------------- */
#video-player .player {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#video-player .player .play-btn {
    width: 70px;
    height: 70px;
}

#video-player .play-btn:hover {
    --bs-bg-opacity: 1;
}

/* - Testimonial
------------------------------------------------------------- */
#testimonials .swiper.review-swiper {
    overflow-y: inherit;
}

#testimonials .review-swiper .swiper-pagination {
    bottom: -50px;
}

.review-swiper .swiper-pagination span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    transition: 0.2s ease-in-out;
}

.review-swiper .swiper-pagination span.swiper-pagination-bullet-active {
    outline: 2px solid var(--bs-primary);
    border: 3px solid var(--bs-white);
    background-color: var(--bs-primary);
}

/* - Featured Product
------------------------------------------------------------- */
.product-card .cart-button {
    top: 0;
}

.product-card .cart-button button {
    width: 60px;
    padding: 5px;
    transform: rotatey(-90deg) perspective(100px);
    transform-origin: left;
    cursor: pointer;
    transition: .5s ease-in-out;
    background-color: var(--light-color);
}

.product-card .cart-button button:first-of-type {
    transition-delay: .2s;
}

.product-card .cart-button button:nth-of-type(2) {
    transition-delay: 0.5s;
}

.product-card:hover .cart-button button {
    transform: rotatey(0deg);
}

/* - FAQs
------------------------------------------------------------- */
#faqs .accordion-button.collapsed::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

#faqs .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='minus' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

#faqs .accordion-button:focus {
    border-color: var(--bs-light);
    box-shadow: var(--bs-light);
}

#faqs .accordion-button:not(.collapsed) {
    color: var(--bs-dark);
}

/* - Subscribe
------------------------------------------------------------- */
#form svg.send {
    right: 0;
    bottom: 50px;
}

.social-links li {
    border: 1px solid var(--bs-border-secondary-color);
}

.social-links li:hover {
    background-color: var(--bs-primary);
}

.social-links li:hover svg {
    color: var(--bs-light);
}


#nav {
    width: 100%;
    z-index: 99;
    height: auto;
}

#nav .container {
    position: relative;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img {
    max-height: 178px;
}

#nav .slide-out-nav .nav-link{
  font-size: 29px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Special Elite", system-ui;
}

#nav .slide-out-nav .nav-item:last-child .nav-link{
  padding-right: 0;
}

.contact-details {
    margin-bottom: 30px;
}

.contact-details .nav-link {
    color: #000;
    font-family: "Special Elite", system-ui;
    font-size: 21px;
  font-weight: 500;
}

.svg-primary:hover,
.svg-primary:focus{
  fill: #fff;
  color: #fff;
}

@media only screen and (min-width:992px) {

    .hamburger,
    .kebab-toggler,
    .social-menu {
        display: none
    }
}


@media only screen and (max-width:991.98px) {
    .hamburger {
        padding: 10px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        position: absolute;
        top: 50%;
        right: 65px;
        z-index: 999;
        transform: translateY(-50%);
    }

    .hamburger-box {
        width: 32px;
        height: 21px;
        display: inline-block;
        position: relative
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -1.5px
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 32px;
        height: 3px;
        background-color: #3d3a38;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

    .hamburger-inner::after,
    .hamburger-inner::before {
        content: "";
        display: block
    }

    .hamburger-inner::before {
        top: -9px
    }

    .hamburger-inner::after {
        bottom: -9px
    }

    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: .13s;
        transition-delay: .13s;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    .hamburger--collapse .hamburger-inner::after {
        top: -18px;
        transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
    }

    .hamburger--collapse.is-active .hamburger-inner {
        transform: translate3d(0, -9px, 0) rotate(-45deg);
        transition-delay: .22s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
    }

    .slide-out-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        padding: 40px 0;
        background-color: #fafafa;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        border: 0;
        transform: translateY(100%) perspective(1px);
        transition: height .8s ease-in-out;
        overflow-y: scroll;
        border-radius: 0;
        text-align: center;
        display: block;
    }

    .slide-out-nav.nav-open {
        height: calc(100% - 100px);
        opacity: 1;
        transform: translateY(0) perspective(1px);
        visibility: visible;
        opacity: 1;
        margin-bottom: 0;
    }

    .slide-out-nav {
        width: 100%
    }

    .slide-out-nav li {
        display: block;
        text-align: center;
        margin: 0
    }

    .slide-out-nav li a {
        margin-right: 0 !important;
        display: inline-block;
        font-family: var(--heading-font);
        font-weight: var(--heading-font-weight);
        color: #3D3A38;
        line-height: var(--heading-line-height);
    }

    .slide-out-nav li a.btn {
        color: #fff;
        padding: 12px 28px !important;
        margin-top: 8px;
    }

    .slide-out-nav li a.header-btn2 {
        margin-top: 20px
    }

    .slide-out-nav.fadeInDown {
        -webkit-animation-name: unset;
        animation-name: unset
    }

    .kebab-toggler {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 50px;
        height: 52px;
        display: block;
        padding: 12px 10px;
        z-index: 99;
        transform: translateY(-65%);
    }

    .kebab-toggler.active .circleKebab circle {
        transition: .3s
    }

    .social-menu {
        color: #898375;
        background: #fafafa;
        display: none;
        text-align: center;
        z-index: 9;
        padding-top: 10px
    }

    .social-menu.menu-on {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        top: 100px
    }

    .social-menu li {
        position: relative;
        padding: 10px 40px
    }

    .social-menu .social-links li {
        background-color: #fff;
    }

    .socmedia {
        margin-top: 15px;
        background-color: #434343;
        box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%)
    }

    .socmedia .social-info {
        padding: 8px 15px;
    }

    .socmedia .social-info a {
        border-radius: 50%;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        display: inline-block;

    }

    .social-menu .contact-info {
        color: #3D3A38;
    }


    .social-menu .contact-info a,
    .social-menu .contact-info a:hover {
        color: #434343;
    }

    .socmedia .social-info a i {
        color: #fff;
    }


    .slide-out-nav .nav-item {
        display: block;
        width: 100%;
        padding: 15px;
    }

    .socmedia .social-links ul {
        margin-bottom: 0;
        margin-top: 0;
    }

    #about-us {
        margin-top: 156px;
    }

    .contact-details{
      display: none;
    }

    .navbar-brand img{
      max-height: 90px;
    }

    body.nav-open {
    overflow: hidden;
    margin: 0;
    touch-action: none;
    -ms-touch-action: none;
    height: 100vh;
    }
}