@import url(https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap);@font-face {
    font-family: 'Fontello';
    src: url(../fonts/fontello3043.woff2) format('woff2'),url(../fonts/fontello3043.woff) format('woff'),url(../fonts/fontello3043.ttf) format('truetype'),url('../fonts/fontello3043.svg#fontello') format('svg'),url(../fonts/fontello3043.eot);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Kanit';
    src: url(../fonts/Kanit-Regular.ttf) format('truetype');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Kanit';
    src: url(../fonts/Kanit-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Kanit';
    src: url(../fonts/Kanit-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Prompt';
    src: url(../fonts/Prompt-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Prompt';
    src: url(../fonts/Prompt-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Prompt';
    src: url(../fonts/Prompt-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

.container {
    max-width: 90% !important;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--base-dark);
}

.page {
    overflow: hidden;
}
.title-text-color {
    color: var(--base-dark);
}
#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff0;
    transition: background-color 0.3s ease,box-shadow 0.3s ease;
    box-shadow: none
}

#masthead.scrolled {
    background: black;
    box-shadow: 0 2px 6px #3eaf2c75;
}

.industry-gallery {
    padding: 50px 0;
    text-align: center
}

.industry-gallery h2 {
    font-size: 2rem;
    margin-bottom: 30px
}

.industry-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(330px,1fr));
    gap: 20px
}

.industry-gallery .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer
}

.industry-gallery .gallery-item img:hover {
    transform: scale(1.05)
}

.industry-gallery .gallery-item p {
    margin-top: 8px;
    font-size: .9rem;
    color: #555
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease,transform 1s ease
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0)
}

.portfolio-slider-section {
    max-width: 100%!important;
    overflow: hidden!important
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease,transform 1s ease
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0)
}

.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1s ease,transform 1s ease
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0)
}

body {
    padding-top: 80px
}

.prompt-thin {
    font-family: "Prompt",sans-serif;
    font-weight: 100;
    font-style: normal
}

.prompt-extralight {
    font-family: "Prompt",sans-serif;
    font-weight: 200;
    font-style: normal
}

.prompt-light {
    font-family: "Prompt",sans-serif;
    font-weight: 300;
    font-style: normal
}

.prompt-regular {
    font-family: "Prompt",sans-serif;
    font-weight: 400;
    font-style: normal
}

.prompt-medium {
    font-family: "Prompt",sans-serif;
    font-weight: 500;
    font-style: normal
}

.prompt-semibold {
    font-family: "Prompt",sans-serif;
    font-weight: 600;
    font-style: normal
}

.prompt-bold {
    font-family: "Prompt",sans-serif;
    font-weight: 700;
    font-style: normal
}

.prompt-extrabold {
    font-family: "Prompt",sans-serif;
    font-weight: 800;
    font-style: normal
}

.prompt-black {
    font-family: "Prompt",sans-serif;
    font-weight: 900;
    font-style: normal
}

.prompt-thin-italic {
    font-family: "Prompt",sans-serif;
    font-weight: 100;
    font-style: italic
}

.prompt-extralight-italic {
    font-family: "Prompt",sans-serif;
    font-weight: 200;
    font-style: italic
}

.prompt-light-italic {
    font-family: "Prompt",sans-serif;
    font-weight: 300;
    font-style: italic
}

.prompt-regular-italic {
    font-family: "Prompt",sans-serif;
    font-weight: 400;
    font-style: italic
}

.prompt-medium-italic {
    font-family: "Prompt",sans-serif;
    font-weight: 500;
    font-style: italic
}

.prompt-semibold-italic {
    font-family: "Prompt",sans-serif;
    font-weight: 600;
    font-style: italic
}

.prompt-bold-italic {
    font-family: "Prompt",sans-serif;
    font-weight: 700;
    font-style: italic
}

.prompt-extrabold-italic {
    font-family: "Prompt",sans-serif;
    font-weight: 800;
    font-style: italic
}

.prompt-black-italic {
    font-family: "Prompt",sans-serif;
    font-weight: 900;
    font-style: italic
}

:root {
    --base-button-color: linear-gradient(to right, #237316 0%, #3eaf2c 50%, #66CC33 100%) !important;
    --base-bodyfont: "prompt-regular", Tahoma, Geneva, sans-serif;
    --base-fontweight: 600;
    --base-dark: #000000;
    --dark-text-color: #000000;
    --base-border-color: rgb(0 0 0 / 19%);
    --base-skin: #3eaf2c;
    --base-lime: #66CC33;
    --base-gray: #101010;
    --base-darker-gray: #e9e8e8;
    --base-light-gray: #F8F8F8;
    --base-white: #fff;
    --base-headingfont-color: #c1bebd;
    --base-bodyfont-Size: 15px;
    --base-bodyfont-color: rgba(255,255,255,0.7);
    --base-headingfont: "Sora", "Plus Jakarta Sans", Tahoma, Geneva, sans-serif;
    --base-gradient-orange: linear-gradient(50deg, #3eaf2c 0%, #66CC33 60%);
    --base-gradient-pink: linear-gradient(to top, #3eaf2c 0%, #66CC33 70%);
    --swiper-navigation-size: 24px;
    --swiper-theme-color: #237316
}
.rebel-lifestyle-video img {
    margin-top: 50px;
}
.prt-shop-featured-wrapper {
    opacity: .95
}

.slick-arrow {
    cursor: pointer
}

#footer a:hover {
    color: var(--base-lime)!important
}

.how-to-use-icon {
    height: 50px;
    margin: auto
}

.grape {
    color: #609
}

.zestylime {
    color: #6C3
}

.spearmint {
    color: #b5b6b8
}

.freezemint {
    color: #09C
}

.icemint {
    color: #00a6e2
}

.lime {
    color: #6C3
}

.citrus {
    color: #FC0
}

.wildfruit {
    color: #C36
}

.cherry {
    color: #C00
}

.peach {
    color: #F63
}

.mango {
    color: #F90
}

.watermelon {
    color: #F36
}

.blueberry {
    color: #339
}

.bubblegum {
    color: #b36b98
}

.energydrink {
    color: #9d9270
}

.cherrycola {
    color: #c5776f
}

.doublemint {
    color: #8cd3ef
}

.strawberry {
    color: #aa403e
}

.tropical {
    color: #e0b720
}

.peppermint {
    color: #35c1b6!important
}

.bubblegum-light-bg {
    background: #8f7a9f!important
}

.grape-light-bg {
    background: #bb95c2!important
}

.zestylime-light-bg {
    background: #c3d06f!important
}

.spearmint-light-bg {
    background: #c7c8c9!important
}

.freezemint-light-bg {
    background: #cacaca
}

.icemint-light-bg {
    background: #70c5d4!important
}

.lime-light-bg {
    background: #66CC33!important
}

.citrus-light-bg {
    background: #dad3a3!important
}

.wildfruit-light-bg {
    background: #daa0c2!important
}

.cherry-light-bg {
    background: #de9b9a!important
}

.peach-light-bg {
    background: #e3ac71!important
}

.mango-light-bg {
    background: #e4cd6f!important
}

.watermelon-light-bg {
    background: #b87578!important
}

.blueberry-light-bg {
    background: #796da7!important
}

.bubblegum {
    background: #b36b98!important
}

.energydrink-light-bg {
    background: #d4cba7!important
}

.cherrycola-light-bg {
    background: #8c5a57!important
}

.doublemint-light-bg {
    background: #8cd3ef!important
}

.strawberry-light-bg {
    background: #b4827f!important
}

.tropical-light-bg {
    background: #ab9d68!important
}

.peppermint-light-bg {
    background: #a1cec9!important
}

:root {
    --slick-gap: 14px
}

.my-slick .slick-slide {
    margin: 0 calc(var(--slick-gap) / 2)
}

.my-slick .slick-list {
    margin: 0 calc(var(--slick-gap) / -2)
}

.my-slick .slick-slide>div {
    margin: 0 calc(var(--slick-gap) / 2)
}

@media (max-width: 1024px) {
    :root {
        --slick-gap:12px
    }
}

@media (min-width: 1280px) {
    .prt-shop-featured-wrapper {
        margin-left: 0px;
        bottom: 0px;
    }

    .featured-imagebox-shop.style1 .featured-thumbnail img {
        width: auto;
        margin: auto;
    }
}
/* CAREERS PAGE */
.careers-hero,
.careers-intro,
.careers-why,
.careers-culture,
.careers-opportunities,
.careers-cta {
    padding: 90px 20px;
}

.careers-hero {
    min-height: 75vh;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.75)),            url("../images/bg-img5.jpeg") center/cover no-repeat;
    color: #fff;
}

.careers-hero h1 {
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #fff;
}

.careers-why h1{
    color:black;
}
.careers-hero p {
    max-width: 800px;
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 1.7;
    color: #e5e5e5;
}

.careers-page .btn-primary {
    display: inline-block;
    background: var(--base-skin);
    color: #000;
    padding: 16px 34px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.careers-page .btn-primary:hover {
    background: #fff;
    transform: translateY(-3px);
}

/* GENERAL SECTIONS */
.careers-intro,
.careers-culture,
.careers-cta {
    background: #0b0b0b;
    color: #fff;
}

.careers-why,
.careers-opportunities {
    background: #f6f6f6;
    color: #111;
}

.careers-intro h2,
.careers-why h2,
.careers-culture h2,
.careers-opportunities h2,
.careers-cta h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 1px;
    color: white;
}
.careers-why h2, .careers-opportunities h2{
    color: black;
}
.careers-intro p,
.careers-culture p,
.careers-opportunities p,
.careers-cta p {
    max-width: 900px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

/* WHY JOIN */
.careers-why .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 45px;
}

.careers-why .card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    border-top: 5px solid var(--base-skin);
}

.careers-why .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.14);
}

.careers-why .card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 800;
}

.careers-why .card p {
    font-size: 16px;
    line-height: 1.7;
}

/* CULTURE */
.careers-culture ul {
    max-width: 750px;
    margin: 35px auto;
    padding: 0;
    list-style: none;
}

.careers-culture li {
    background: rgba(255,255,255,0.08);
    margin-bottom: 14px;
    padding: 18px 22px;
    border-radius: 14px;
    font-size: 17px;
    border-left: 4px solid var(--base-skin);
}

/* JOBS */
.job-listing {
    max-width: 900px;
    margin: 45px auto 0;
    display: grid;
    gap: 20px;
}

.job {
    background: #fff;
    padding: 28px 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
}

.job:hover {
    transform: scale(1.02);
}

.job h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.job p {
    margin: 0;
    font-size: 16px;
    color: #555;
}

/* CTA */
.careers-cta {
    text-align: center;
}

.careers-cta strong {
    display: inline-block;
    margin: 10px 0 25px;
    color: var(--base-skin);
    font-size: 24px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .careers-why .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .job {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .careers-hero,
    .careers-intro,
    .careers-why,
    .careers-culture,
    .careers-opportunities,
    .careers-cta {
        padding: 65px 18px;
    }

    .careers-why .grid {
        grid-template-columns: 1fr;
    }

    .careers-intro h2,
    .careers-why h2,
    .careers-culture h2,
    .careers-opportunities h2,
    .careers-cta h2 {
        font-size: 32px;
    }

    .careers-hero p,
    .careers-intro p,
    .careers-culture p,
    .careers-opportunities p,
    .careers-cta p {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    :root {
        --slick-gap:10px
    }
}

.spearmint-bg:hover,.shop-items.active .spearmint-bg {
    background: #b5b6b8!important
}

.freezemint-bg:hover,.shop-items.active .freezemint-bg {
    background: #0099CC!important
}

.icemint-bg:hover,.shop-items.active .icemint-bg {
    background-color: #0066FF!important
}

.lime-bg:hover,.shop-items.active .lime-bg {
    background: #66CC33!important
}

.zestylime-bg:hover,.shop-items.active .zestylime-bg {
    background: #66CC33!important
}

.citrus-bg:hover,.shop-items.active .citrus-bg {
    background: #FFCC00!important
}

.wildfruit-bg:hover,.shop-items.active .wildfruit-bg {
    background: #792569!important
}

.grape-bg:hover,.shop-items.active .grape-bg {
    background: #660099!important
}

.cherry-bg:hover,.shop-items.active .cherry-bg {
    background-color: #CC0000!important
}

.peach-bg:hover,.shop-items.active .peach-bg {
    background-color: #FF6633!important
}

.mango-bg:hover,.shop-items.active .mango-bg {
    background-color: #FF9900!important
}

.watermelon-bg:hover,.shop-items.active .watermelon-bg {
    background-color: #c83a3a!important
}

.bubblegum-bg:hover,.shop-items.active .bubblegum-bg {
    background: #b36b98
}

.energydrink-bg:hover,.shop-items.active .energydrink-bg {
    background: #9d9270
}

.cherrycola-bg:hover,.shop-items.active .cherrycola-bg {
    background: #c5776f
}

.doublemint-bg:hover,.shop-items.active .doublemint-bg {
    background: #8cd3ef
}

.strawberry-bg:hover,.shop-items.active .strawberry-bg {
    background: #aa403e
}

.tropical-bg:hover,.shop-items.active .tropical-bg {
    background: #e0b720
}

.blueberry-bg:hover,.shop-items.active .blueberry-bg {
    background-color: #333399!important
}

.peppermint-bg:hover,.shop-items.active .peppermint-bg {
    background: #35c1b6!important
}

.top-sidebar {
    background: #3eaf2cf0;
    z-index: 999999!important
}

.search-bar-content {
    background: #3eaf2cde;
}

.mega-submenu .text-hover-effect:hover {
    color: var(--base-skin)!important
}

nav.main-menu li.mega-menu-item>ul.mega-submenu::before {
    border-color: #fff0 #fff0 var(--base-white) #fff0
}

#footer,.skin-bg {
    background-color: var(--base-gray);
}

.prt-tab-style-01 ul li.tab:hover a,.prt-tab-style-01 ul li.tab.active a,.dark-blue-bg {
    background: var(--base-dark);
}

.how-to-use {
    background: var(--base-skin);
    padding: 60px 0;
    text-align: center;
    box-shadow: -2px -1px 10px #cfcfcf
}

.htu-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.htu-container h3 {
    color: var(--base-dark)
}

.htu-container p {
    color: var(--base-dark)
}

.htu-box {
    box-shadow: 2px 3px 10px #00a6e2;
    flex: 1;
    min-width: 250px;
    background: var(--base-white);
    border-radius: 12px;
    padding: 30px
}

section {
    max-width: 100%;
    overflow: hidden!important
}

@media (max-width: 1199px) {
    .how-to-use-type {
        display:block
    }

    #footer {
        background-color: var(--base-skin)
    }

    nav.main-menu.show {
        background: var(--base-skin)
    }

    nav.main-menu .mega-menu-item a.active {
        color: var(--base-dark)!important
    }
}

nav.main-menu li ul.mega-submenu {
    background: var(--base-white);
    color: var(--base-dark)!important
}

input#hero-search-input::placeholder {
    color: var(--base-gray)!important;
    opacity: .3
}

.featured-thumbnail {
    position: relative
}

.shop-items-images-hover {
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0
}

header#masthead.scrolled .header-nav li i {
    color: white!important
}

.prt-tabs .content-tab .content-inner {
    white-space: break-spaces
}

.slick-prev,.slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    background-color: rgb(0 0 0 / .5);
    border-radius: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    transition: background 0.3s ease
}

.slick-prev:hover,.slick-next:hover {
    background-color: rgb(0 0 0 / .8)
}

.slick-prev {
    left: 10px
}

.slick-next {
    right: 10px
}

.slick-prev::before,.slick-next::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 16px
}

.slick-prev::before {
    content: '\f053'
}

.slick-next::before {
    content: '\f054'
}

.slick-arrow.slick-hidden {
    display: none!important
}

.slick-next,.slick-prev {
    position: absolute;
    top: 45%
}

.shop-items:hover .shop-items-images-hover {
    opacity: 1
}

.shop-items:hover .shop-items-images {
    opacity: 0
}

.home-shop-items:hover .shop-items-images {
    opacity: 1
}

.blog-detail-section {
    overflow-wrap: break-word
}

.title-fonts {
    font-size: 65px;
    line-height: 75px
}

.faq-menu-section {
    border-radius: 15px
}

.faq-menu-section .accordion .toggle.prt-toggle_style_classic {
    margin-bottom: 15px;
    padding: 0 20px;
    border: 0;
    background: var(--base-white);
    color: var(--base-dark);
    border-radius: 15px
}

body {
    font-weight: var(--base-fontweight);
    color: var(--base-dark)
}

.bg-gray {
    font-weight: var(--base-fontweight);
    color: var(--base-white)!important;
    background: var(--base-skin)
}

.about-founder-section {
    background: var(--base-darker-gray)
}

.bg-gray h1,.bg-gray h2,.bg-gray h3,.bg-gray h4,.bg-gray h5,.bg-gray h6 {
    color: var(--base-white)!important
}

.featured-title h3 {
    font-weight: var(--base-fontweight)!important
}

.blog-call-to-action,.featured-imagebox-portfolio.style1 .featured-title,.featured-title.text-base-black {
    color: var(--base-dark);
    font-weight: var(--base-fontweight)
}

.prt-titlebar-wrapper-bg-layer:after {
    background: linear-gradient(0deg, #f8f8f8 10%, transparent 95%);
}

.hero-heading h1 {
    color: inherit!important
}

.faq-menu-section .accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 10px 25px 10px 0;
    font-size: 18px;
    color: var(--base-dark)!important;
    font-family: var(--base-headingfont)
}

.buttonText {
    color: var(--base-dark);
    font-weight: var(--base-fontweight)
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
    top: 16px
}

.accordion .toggle-content p:last-child {
    color: inherit!important
}

.faq-menu-section .accordion .toggle.prt-toggle_style_classic .toggle-title a {
    border: 0
}

.faq-menu-section .accordion .toggle.prt-toggle_style_classic .toggle-title a.active {
    border-bottom: 1px solid var(--base-border-color);
    color: var(--base-lime) !Important;
}
.featured-icon-box.style3 {
    background-color: var(--base-darker-gray);
    border: 1px solid var(--base-darker-gray);
    color: var(--base-dark);
    z-index: 102;
    border-radius: 15px
}

.search-input-wrapper input::placeholder,.featured-icon-box.style3 .featured-title h2,.featured-icon-box.style3 .featured-content a {
    color: var(--base-dark)!important
}

.contact-item {
    background-color: var(--base-darker-gray);
    border: 1px solid var(--base-darker-gray);
    color: var(--base-dark);
    border-radius: 15px
}

.contact-form-field input,.contact-form textarea,#product-details {
    border: 1px solid rgb(0 0 0 / 15%);
    color: var(--base-dark);
    font-family: var(--base-bodyfont)
}

.shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(228 228 228 / 41%)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 54%));
    box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
}

.search-input-wrapper input {
    background-color: var(--base-light-gray);
    border: 1px solid var(--base-light-gray);
    border-radius: 50px;
    padding: 19px 20px 20px;
    font-size: 16px;
    line-height: 26px;
    color: var(--base-dark)!important;
    width: 100%
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    object-fit: cover
}

.video-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 40vh;
    padding-bottom: 50px
}

.video-background {
    overflow: hidden;
    min-height: 100vh
}

.hero-section .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-background .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / .5),rgb(0 0 0 / .5));
    z-index: 1
}

.hero-heading {
    position: relative;
    z-index: 2
}

.ai-services-cards {
    padding-top: 50px;
    margin-bottom: -33px
}

.inline-grid {
    display: inline-grid
}

.page,body .site-main {
    background-color: var(--base-light-gray)!important
}

.hero-slider img {
    height: auto
}

.hero-tag {
    margin-top: 5px;
    margin-left: 5px
}

.hero-slider {
    height: 550px;
    padding-top: 0
}

.footer .widget .widget-title {
    font-size: 24px;
    line-height: 35px
}

.map-container {
    position: relative;
    width: 600px;
    height: 300px
}

.blue-color {
    color: var(--base-skin)!important
}

#site-header-menu .menu-link {
    background: var(--base-skin);
    background-repeat: repeat
}

.green-color {
    color: var(--base-lime);
}

.map-pin {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none
}

.prt-tab-style-01 ul li.tab {
    border: none!important;
    border-color: #fff0
}

.accordion .toggle.prt-toggle_style_classic .toggle-content {
    margin-top: 15px;
    font-family: var(--base-bodyfont)
}

.light-section {
    background: #f4f4f4;
    color: #000 ! IMPORTANT
}

.header-nav li i {
    color: var(--base-skin)
}

.shop-detail-addional-info-table td {
    color: var(--base-dark)
}

.align-center {
    align-items: center
}

.flag-img-header {
    width: 32px;
    height: auto;
    margin-right: 25px;
    margin-bottom: 5px
}

.blog-section1 img {
    height: 350px;
    width: 100%
}

.select_country_logo {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: auto;
    margin-top: 25px
}

.prt-titlebar-wrapper .title {
    text-align: center;
    text-shadow: 1px 0 #f4f4f4;
    color: black;
}

.featured-icon-box.style2 {
    padding: 20px;
    background-color: var(--base-darker-gray)!important;
    color: var(--base-dark);
    border-radius: 15px
}

.featured-icon-box.style2 h3,.featured-icon-box.style2 p,.featured-icon-box.style2 .featured-content {
    color: var(--base-dark)
}

.about-page .featured-icon-box.style2 h3,.skin-color {
    color: var(--base-skin)!important
}

.featured-icon-box.style2 .featured-icon .prt-icon span {
    font-size: 40px;
    line-height: 25px;
    transition-duration: 0s;
    margin-left: -15px;
    color: var(--base-skin)
}

.prt-shop-featured-wrapper {
    background-color: #101010d1
}

.prt-shop-featured-wrapper {
    height: inherit
}

.prt-shop-featured-wrapper h5 {
    margin-top: 0
}

.about-founder-section img {
    max-width: 350px
}

.bg-img1 {
    background-position: center
}
.bg-img5 {
    background-image: url('../images/bg-img5.jpeg');
    background-position: center;
}
.blog-detail-section #blog-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    margin-top: 0
}

.blog-header-left {
    justify-content: flex-start
}

.featured-imagebox-portfolio.style1 .featured-title {
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical
}

.featured-imagebox-portfolio.style1 .featured-title {
    font-size: 20px!important;
    line-height: 30px!important
}

.flag-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: .5rem;
    border-radius: 50%
}

.min-width-100p {
    min-width: 100%
}

.blog-detail-image1 img {
    height: 350px;
    min-width: 400px;
    object-fit: cover
}

.portfolio-slider-image .featured-thumbnail a img {
    height: 400px!important;
    object-fit: cover
}

.black-bg {
    background: #000
}

#age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}

.prt-btn.prt-btn-shape-half-rounded {
    border-radius: .5em
}

.access-denied {
    font-size: 1rem;
    color: #ff4d4f
}

.text-danger {
    color: #ff4d4f
}

.warning-block {
    background-color: #d8d8d8;
    border-left: 6px solid var(--base-lime);
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px
}

.warning-header {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.1em
}

.prt-tab-style-01 ul li.tab.active {
    border-color: transparent!important
}

.highlight {
    color: var(--base-skin)
}

.warning-block p {
    margin: 0;
    line-height: 1.5em
}

.bolder {
    font-weight: bolder!important
}

.age-modal {
    text-align: center;
    background: #fff0;
    padding: 3rem;
    border-radius: 10px;
    max-width: 90%;
    box-shadow: 0 0 20px rgb(255 255 255 / .1);
    align-items: center;
    display: flex;
    flex-direction: column;
}

.age-modal h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 3rem;
    max-width: 60%;
}
#warning-section {
    background: transparent;
    color: #c1bebd;
}
.age-buttons button {
    margin: 0 1rem;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: 0.3s
}

.prt-btn-color-gradientcolor {
    background-image: var(--base-button-color)
}

.age-buttons button:first-child {
    transition: background-color 0.3s ease;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 200% 100%;
    background: #3eaf2c;
}

.age-buttons button:first-child:hover {
    background: #3eaf2c !important;
}

.age-buttons button:last-child {
    transition: background-color 0.3s ease;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 200% 100%;
    background: black;
    border: 1px solid #565656a8;
}

.age-buttons button:hover {
    background: #c1bebd;
    color: black;
}

.age-verification-logo {
    height: 100px;
    width: auto;
    margin: auto;
    margin-bottom: 50px
}

.blog-summary {
    margin-top: 60px;
    padding: 37px 30px 30px 30px;
    border-left: 5px solid var(--base-skin);
    background-color: var(--base-darker-gray);
    color: var(--base-dark)!important;
    border-radius: 5px
}

.uppercase {
    text-transform: uppercase
}

.white {
    color: var(--base-white)
}

.hidden-xs {
    display: block
}

.hidden-md {
    display: none
}

.homepage .white-header-logo {
    display: block !Important
}

.homepage .dark-header-logo {
    display: none !Important
}

body .site-main {
    margin-bottom: 30px
}

.country-box img {
    margin-right: 10px
}

.fs-46 {
    font-size: 38px!important;
    line-height: 42px!important;
    font-weight: 400!important
}

nav.main-menu ul.menu>li:not(:first-child)>a:hover {
    background: white!important;
    color: black!important;
    transition: 0.5s
}

nav.main-menu ul.menu>li>a {
    padding: 0 15px
}

nav.main-menu ul.menu>li>a {
    font-weight: 700!important
}

nav.main-menu li.mega-menu-item:hover>ul.mega-submenu li a {
    color: var(--base-dark)
}

#masthead.scrolled #site-header-menu .menu-link {
    background: #fff0
}

.prt-btn-color-gradientcolor {
    background: var(--base-skin)!important
}

.hero-section {
    min-height: 100vh
}

nav.main-menu ul.menu>li>a.active {
    background: var(--base-white)!important;
    background-size: 200% auto!important;
    color: var(--base-dark)
}

.white-btn {
    background: white!important;
    color: var(--base-skin)!important
}

.parallax-video {
    position: relative;
    height: auto;
    /*min-height: 600px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.parallax-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translate(-50%,-50%);
    object-fit: cover;
    will-change: transform
}

.parallax-video .content {
    position: relative;
    text-align: center;
    z-index: 1
}

.max-width-60p,.rebel-lifestyle-video p {
    max-width: 60%
}

.pb-0 {
    padding-bottom: 0px!important
}

.rebel-lifestyle-video video {
    background: var(--base-skin)!important
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}
.shop-section2-icons:hover {
    color: var(--base-dark) !important;
}
.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%);
    pointer-events: none
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .3)
}

@media screen and (max-width: 765px) {
    .age-modal {
        padding: 1rem;
        max-width: 100%;
    }
    .age-modal h1{
        max-width: 80%;
    }
    .rebel-lifestyle-video p {
        max-width:80%
    }

    #why_kratos {
        margin-bottom: 0
    }

    #footer {
        background-color: var(--base-dark);
    }

    #masthead {
        background: var(--base-dark);
        background-repeat: repeat
    }

    nav.main-menu ul.menu>li>a {
        padding: 15px 15px!important
    }

    .prt-row {
        padding: 30px 0!important
    }

    .pb-0 {
        padding-bottom: 0px!important
    }

    .slider-heading {
        flex-direction: row;
        align-items: center
    }

    .accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
        font-size: 18px
    }

    .header-nav li i {
        color: var(--base-white)
    }

    .fs-46 {
        font-size: 1.3rem!important;
        line-height: 1.6rem!important
    }

    body .site-main {
        margin-bottom: 20px
    }

    .select_country_logo {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        width: auto;
        margin-top: 25px
    }

    .country_selection h1 {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .country_selection h2 {
        font-size: .7rem;
        line-height: 1rem
    }

    .age-verification-logo {
        height: 60px;
        width: auto;
        margin: auto;
        margin-bottom: 30px
    }

    .age-modal h1 {
        font-size: 1rem;
        margin-bottom: 1rem;
        line-height: 1.5rem
    }

    .age-buttons button {
        margin: 0 1rem;
        padding: .5rem 1.5rem;
        font-size: 1rem
    }

    .portfolio-slider-image .featured-thumbnail a img {
        height: 150px!important;
        object-fit: cover
    }

    .shop-items-hot-btn {
        display: none
    }

    .hidden-xs {
        display: none
    }

    .hidden-md {
        display: block
    }

    .country-box img {
        margin-right: 0
    }

    .featured-imagebox-portfolio.style1 .featured-title {
        font-size: 14px!important;
        line-height: 20px!important
    }

    .blog-detail-section #blog-title {
        font-size: 26px;
        line-height: 36px
    }

    .blog-description {
        font-size: 16px!important;
        line-height: 20px!important
    }

    .blog-section1 img {
        aspect-ratio: auto;
        height: 175px
    }

    .blog-section1 .grid {
        grid-template-columns: repeat(2,minmax(0,2fr))
    }

    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active {
        top: 0!important
    }

    .prt-titlebar-wrapper .title {
        font-size: 30px!important;
        line-height: 30px!important;
        margin-bottom: 20px
    }

    .footer .widget .widget-title {
        font-size: 18px;
        line-height: 25px
    }

    .hero-slider {
        height: 250px;
        padding-top: 25px
    }

    .footer .widget .widget-title {
        font-size: 18px;
        line-height: 25px
    }

    .hero-tag {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 5px 10px;
        margin-left: 2px!important
    }

    .hero-popular-tags h6 {
        font-size: 15px;
        margin-bottom: 10px
    }

    .hero-popular-tags {
        gap: 5px
    }

    .featured-icon-box.style1 {
        border-bottom: 1px solid #2f2f2f;
        padding-bottom: 20px
    }
}

@media (max-width: 768px) {
    .hero-section {
        position:relative;
        height: auto;
        min-height: auto !Important
    }

    .video-background {
        position: relative;
        height: 100vh!important;
        min-height: auto!important
    }

    .video-background iframe {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        transform: none;
        pointer-events: none;
        width: 177.78vh
    }

    .video-overlay {
        display: none
    }

    .parallax-video {
        /*min-height: 200px;*/
    }
}

