* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}


body {
    width: 100vw;
    overflow-x: hidden;
    font-family: "Outfit", sans-serif;
    background-color: #161616;
    color: #ACACAC;
}

.swiper-slide {
    backface-visibility: hidden;
}

:root {
    --primary: #107c10;
    --secondary: #222222;
    --primary-light: #5effa1;
}

a,
a:active,
a:focus {
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

button {
    cursor: pointer;
}

a:hover {
    color: inherit;
}

img {
    width: 100%;
    max-width: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #ACACAC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Tenor Sans", sans-serif;
}

a,
p,
span,
li,
button {
    font-family: "Outfit", sans-serif;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 40px;
    letter-spacing: 0.5px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 19px;
}

.form-control,
.form-control:focus,
.form-control:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: #ACACAC;
    opacity: 1;
}

.m-15 {
    margin: 15px 0;
}

.pt-20 {
    padding-top: 20px;
}

.m-60 {
    margin: 60px 0;
}

.mt-3 {
    margin-top: 30px;
}

.mb-3 {
    margin-bottom: 30px;
}

.margin-main {
    margin: 80px 0;
}


.d-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.text-right {
    text-align: right;
}

.row {
    display: flex;
    flex-flow: row wrap;
}

.w-100 {
    width: 100% !important;
}

.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    width: 100%;
    min-height: 1px;
    padding: 0 8px;
}

@media (max-width: 768px) {
    .col-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .col-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-10 {
        width: 83.333%;
        max-width: 83.333%;
    }

    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        width: 83.333%;
        max-width: 83.333%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width:992px) and (max-width:1250px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
}

@media (min-width:1250px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
}

.padding-main {
    padding: 50px 0;
}

.padding-main-bottom {
    padding-bottom: 50px;
}


/* Responsive Breakpoints */
@media (max-width: 768px) {
    .flex-reverse {
        flex-direction: column-reverse !important;
    }

    .padding-main {
        padding: 20px 0;
    }

    .padding-main-bottom {
        padding-bottom: 20px;
    }

    .p--0 {
        padding: 0 !important;
    }
}


.container {
    max-width: 1450px;
    margin: auto;
    padding: 0px 15px;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px !important;
    }
}

@media (min-width: 1251px) and (max-width: 1500px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1250px) {
    .container {
        max-width: 980px !important;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .container {
        margin: 0px 20px;
    }
}

@media (max-width:768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0px 35px;
    font-weight: 700;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 40px;
    background: transparent;
    border: solid 2px white;
    width: max-content;
}

.btn-one svg {
    width: 20px;
    height: 20px;
    transform: rotate(316deg);
    transition: transform 0.3s ease;
}

.btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    font-weight: 700;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    background: transparent;
    border: solid 1px white;
    width: 100%;
    text-align: center;
    justify-content: center;
    transition: cubic-bezier(0.645, 0.045, 0.355, 1) .3s;
}

.btn-two svg {
    width: 20px;
    height: 20px;
    transform: rotate(316deg);
    transition: transform 0.3s ease;
}

.btn-two:hover {
    background: white;
    color: black;
}

.heading-main {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading-main h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.heading-main h2 span {
    color: var(--primary);
}

.heading-main a {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.heading-main a i {
    color: var(--primary);
}

.heading-main .word:first-child {
    color: var(--primary);
}

@media (max-width:768px) {
    .heading-main h2 {
        font-size: 22px;
    }
}

.heading-main.dark,
.heading-main.dark a {
    color: white;
}




/* SPLIT TEXT */

.word {
    display: inline-block;
    overflow: hidden;
    margin-right: 0.25em;
}

:last-child.word {
    margin-right: 0px;
}

.char {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.char.show {
    transform: translateY(0);
    opacity: 1;
}


/* HOVER EFFECT */

.btn-text-split {
    display: inline-block;
}

.btn-text-word {
    display: inline-block;
    overflow: hidden;
    margin-right: 0.15em;
}

.btn-text-char {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.btn-two:hover .btn-text-char {
    transform: translateY(0);
    opacity: 1;
}


.btn-anim {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}

.btn-anim .btn-caption {
    display: block;
    height: 3.3rem;
    line-height: 3.3rem;
    overflow: hidden;
}

.btn-anim__block {
    display: block;
    white-space: nowrap;
}

.btn-anim__letter {
    display: inline-block;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.024, 1);
}

.btn-anim:hover .btn-anim__letter {
    transform: translateY(-100%);
}



.woocommerce-password-strength {
    font-weight: 400 !important;
    background-color: transparent !important;
    text-align: start !important;
}

.woocommerce-password-strength.bad {
    color: red !important;
}

.woocommerce-password-strength.short {
    color: rgb(255, 187, 0) !important;
}

.woocommerce-message::before {
    display: none !important;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background-color: #107c10 !important;
    text-align: center !important;
    padding: 12px !important;
    border: none !important;
    color: white !important;
    border-radius: 5px !important;
}