/*-----------------------------------------------------------------
Theme Name: Codifytheme
Author: Codifytheme
Author URI: https://themeforest.net/user/codifytheme 
Version: 1.0.0 
Description: Udemy - Online Courses & Education Html Template 
-------------------------------------------------------------------
 CSS TABLE OF CONTENTS
------------------------------------------------------------------- 
1. Common
2. Header
3. Hero
4. Courses
5. About
6. Meanmenu
7. Features
8. Team 
9. Category
10. Testimonial
11. App
12. Blog
13. Partner
14. Marquee
15. Cta
16. Shop
17. Event
18. Contact
19. Checkout
20. Wishlist
21. Cart
22. Faq
23. Footer
------------------------------------------------------------------*/
/* 1. Common */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&amp;family=Lexend+Deca:wght@100..900&amp;display=swap");
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
:root {
    --theme-color1: #6c6c6c;
    --theme-color2: #3b3b3b;
    --theme-color3: #585858;
    --gradient-color: linear-gradient(90deg, #6c6c6c 0%, #3b3b3b 100%);
    --bg-color1: #f2f4fa;
    --white: #ffffff;
    --white2: #fffbf5;
    --black: #000000;
    --black2: #28033a;
    --yellow: #fcd719;
    --text-color1: #4f536c;
    --text-color2: #999999;
    --border-color1: #d0dae9;
    --border-color2: rgba(255, 255, 255, 0.1);
    --icon-font: "Font Awesome 6 Pro";
    --title-font: "Lexend Deca", sans-serif;
    --body-font: "Hind", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
}

/*-- Padding Left And Right --*/
.px-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px;
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px;
}

.px-40 {
    padding-right: 40px;
    padding-left: 40px;
}

.px-45 {
    padding-right: 45px;
    padding-left: 45px;
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.px-55 {
    padding-right: 55px;
    padding-left: 55px;
}

.px-60 {
    padding-right: 60px;
    padding-left: 60px;
}

.px-65 {
    padding-right: 65px;
    padding-left: 65px;
}

.px-70 {
    padding-right: 70px;
    padding-left: 70px;
}

.px-75 {
    padding-right: 75px;
    padding-left: 75px;
}

.px-80 {
    padding-right: 80px;
    padding-left: 80px;
}

.px-85 {
    padding-right: 85px;
    padding-left: 85px;
}

.px-90 {
    padding-right: 90px;
    padding-left: 90px;
}

.px-95 {
    padding-right: 95px;
    padding-left: 95px;
}

.px-100 {
    padding-right: 100px;
    padding-left: 100px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

body {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: var(--text-color1);
    background-color: var(--bg-color1);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--text-color1);
    outline: none;
    box-shadow: none;
}

input::placeholder {
    color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font);
    margin: 0px;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

h1 {
    color: var(--black);
    font-family: var(--title-font);
    font-size: 216px;
    font-style: normal;
    font-weight: 600;
    line-height: 216px;
    text-transform: uppercase;
}
@media (max-width: 1399px) {
    h1 {
        font-size: 150px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 120px;
    }
}

h2 {
    color: var(--black);
    font-family: var(--title-font);
    font-size: 140px;
    font-style: normal;
    font-weight: 800;
    line-height: 140px;
    text-transform: uppercase;
}
@media (max-width: 1500px) {
    h2 {
        font-size: 110px;
        line-height: 1;
    }
}
@media (max-width: 1399px) {
    h2 {
        font-size: 90px;
        line-height: 120px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 70px;
        line-height: 90px;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

h3 {
    color: var(--black);
    text-align: right;
    font-family: var(--title-font);
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 110px;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    h3 {
        font-size: 80px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 70px;
    }
}

h4 {
    color: var(--black);
    font-family: var(--title-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
}
@media (max-width: 1399px) {
    h4 {
        font-size: 40px;
    }
}

h5 {
    color: var(--black);
    text-align: center;
    font-family: var(--title-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
}

h6 {
    color: var(--black);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
@media (max-width: 1500px) {
    h6 {
        font-size: 21px;
        line-height: 1.4;
    }
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--black);
    transition: all 0.4s ease-in-out;
}
a:hover {
    color: var(--theme-color2);
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    color: var(--black);
    text-align: left;
    font-family: var(--title-font);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 500px) {
    .container-1680,
    .container-xl {
        max-width: 1700px;
        margin: 0 auto;
        padding: 0 14px;
    }
}
@media (min-width: 300px) {
    .container-1520,
    .container-xl {
        max-width: 1580px;
        margin: 0 auto;
        padding: 0 30px;
    }
}
@media (min-width: 300px) and (max-width: 449px) {
    .container-1520,
    .container-xl {
        padding: 0 14px;
    }
}
@media (min-width: 1800px) {
    .container,
    .container-xl {
        max-width: 1440px;
    }
}
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
    .gx-40 {
        --bs-gutter-x: 40px;
    }
    .gx-30 {
        --bs-gutter-x: 30px;
    }
    .gx-60 {
        --bs-gutter-x: 60px;
    }
    .gx-64 {
        --bs-gutter-x: 64px;
    }
    .gx-47 {
        --bs-gutter-x: 47px;
    }
    .gx-80 {
        --bs-gutter-x: 80px;
    }
    .gx-100 {
        --bs-gutter-x: 100px;
    }
    .gx-120 {
        --bs-gutter-x: 120px;
    }
    .gx-134 {
        --bs-gutter-x: 134px;
    }
    .gx-140 {
        --bs-gutter-x: 140px;
    }
    .gx-165 {
        --bs-gutter-x: 165px;
    }
    .gy-60 {
        --bs-gutter-y: 60px;
    }
    .g-60 {
        --bs-gutter-y: 60px;
        --bs-gutter-x: 60px;
    }
}
.gx-0 {
    --bs-gutter-x: 0px;
}

/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
.ripple-effect {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f3e7e0;
    border: 1px solid var(--white);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
    box-shadow: 0 0 0 0 rgb(255, 217, 196);
    animation: rippleOne 2s infinite;
}
.ripple-effect .playerImg {
    width: 19px;
    height: 24px;
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
        0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
        0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes move-directions {
    0% {
        transform: translateX(0) translateY(0);
    }
    33% {
        transform: translateX(10px);
    }
    66% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}
@keyframes zoom-in-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}
@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}
@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}
.cir36 {
    animation: cir36 20s linear infinite;
    -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}
@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}
@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
    100% {
        width: var(--progress-width);
    }
}
.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}
.wave-anim {
    width: 105px;
    height: 69px;
    background-repeat: repeat;
    background-size: auto;
    animation: wave 70s linear infinite;
}

@keyframes wave {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top left -2000px;
    }
}
.fancy-animation {
    animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    }
    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
}
.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}
.movingCar {
    animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
    0% {
        transform: translateX(0) rotateY(0deg);
    }
    50% {
        transform: translateX(calc(-100vw + 108%));
    }
    51% {
        transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
    }
    100% {
        transform: translateX(0) rotateY(180deg);
    }
}
.moving {
    animation: moving 8s linear infinite;
}

@keyframes moving {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50px);
    }
    100% {
        transform: translateX(0);
    }
}
.moving2 {
    animation: moving2 8s linear infinite;
}

@keyframes moving2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
.moving3 {
    animation: moving3 8s linear infinite;
}

@keyframes moving3 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
.jump {
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}
.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}
.spin {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bg-color-ani,
.color-animate {
    animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
    0% {
        background-color: #f2ba4c;
    }
    25% {
        background-color: #81f24c;
    }
    50% {
        background-color: #41f27d;
    }
    75% {
        background-color: #0500ff;
    }
    100% {
        background-color: #f2ba4c;
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
    --animation-name: fadein;
}

.swiper-slide-active .scalein {
    --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes scalein {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}
@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}
.spin2 {
    animation: spin2 10s linear infinite;
}

@keyframes spin2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/*animation bubble****************/
.animation-bubble {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.animation-bubble div[class^="bubble-"] {
    height: 1px;
    width: 1px;
    position: absolute;
    background: url(../img/shape/star.html) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

@media (max-width: 1024px) {
    .animation-bubble > :nth-child(even) {
        display: none;
    }
}
.bubble-1 {
    bottom: -5px;
    left: 68%;
    animation: bubble-animation 4.5s infinite ease-in -6.57s;
}

.bubble-2 {
    bottom: -71px;
    left: 97%;
    animation: bubble-animation 4.5s infinite ease-in -5.07s;
}

.bubble-3 {
    bottom: -71px;
    left: 43%;
    animation: bubble-animation 4.5s infinite ease-in -6.73s;
}

.bubble-4 {
    bottom: -3.8px;
    left: 82%;
    animation: bubble-animation 4.5s infinite ease-in -4.04s;
}

.bubble-5 {
    bottom: -73.4px;
    left: 29%;
    animation: bubble-animation 4.5s infinite ease-in -3.11s;
}

.bubble-6 {
    bottom: -71px;
    left: 41%;
    animation: bubble-animation 4.5s infinite ease-in -5.95s;
}

.bubble-7 {
    bottom: -79.4px;
    left: 14%;
    animation: bubble-animation 4.5s infinite ease-in -3.68s;
}

.bubble-8 {
    bottom: -115.4px;
    left: 90%;
    animation: bubble-animation 4.5s infinite ease-in -3.89s;
}

.bubble-9 {
    bottom: -44.6px;
    left: 33%;
    animation: bubble-animation 4.5s infinite ease-in -1.09s;
}

.bubble-10 {
    bottom: -6.2px;
    left: 59%;
    animation: bubble-animation 4.5s infinite ease-in -0.96s;
}

@keyframes bubble-animation {
    0% {
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px;
    }
    100% {
        transform: translate3d(-50%, -280px, 0);
        height: 30px;
        width: 30px;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes icon-anim {
    0% {
        top: 26px;
        right: 90px;
    }
    25% {
        top: 86px;
        right: 110px;
    }
    100% {
        top: 26px;
        right: 90px;
    }
}
.img-shine {
    position: relative;
}
.img-shine::before {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 22;
}
.img-shine:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.splt-txt .whitespace {
    width: 8px;
}
.splt-txt.animated .char {
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes jump2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.rotate360 {
    animation: rotate360 10s linear infinite;
    -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    isolation: isolate;
    text-transform: capitalize;
}

.theme-btn {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 24px;
    border-radius: 8px;
    isolation: isolate;
}
.theme-btn::before {
    content: "";
    transition: all 250ms ease-in;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    inset: 0;
    background: var(--theme-color3);
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
}
.theme-btn:is(:hover, :focus) {
    color: var(--white);
}
.theme-btn:is(:hover, :focus)::before {
    transition: all 250ms ease-out;
    transform: rotateX(0deg);
    opacity: 1;
}
.theme-btn.style1 {
    background: var(--theme-color3);
    color: var(--white);
    height: 54px;
}
.theme-btn.style1::before {
    background: var(--theme-color2);
}
.theme-btn.style1:is(:hover, :focus) {
    color: var(--white);
}
.theme-btn.style2 {
    background: var(--black);
    border: 1px solid var(--theme-color1);
    color: var(--white);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 100px;
    padding: 16px 24px;
    white-space: nowrap;
    min-width: 250px;
    flex-shrink: 0;
}
.theme-btn.style2 span {
    transform: rotate(-45deg);
    font-size: 25px;
}
.theme-btn.style2::before {
    background: var(--theme-color2);
    border-radius: 100px;
}
.theme-btn.style2:is(:hover, :focus) {
    color: var(--white);
    border: 1px solid var(--theme-color2);
}
.theme-btn.style3 {
    background: transparent;
    color: var(--white);
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 50%;
    border: 1px solid var(--border-color1);
}
.theme-btn.style3 span {
    transform: rotate(-45deg);
    font-size: 25px;
}
.theme-btn.style3::before {
    background: var(--black);
    border-radius: 50%;
}
.theme-btn.style3:is(:hover, :focus) {
    color: var(--white);
}

.get-touch-btn {
    display: flex;
    gap: 22px;
    border-radius: 300px;
    background: linear-gradient(98deg, #f52a03 25.28%, #ff8932 88.29%);
    color: var(--white);
    text-align: center;
    font-family: var(--title-font);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: uppercase;
    padding: 48px;
}
.get-touch-btn:hover {
    color: var(--white);
}
@media (max-width: 1799px) {
    .get-touch-btn {
        font-size: 35px;
        padding: 30px 35px;
    }
}
@media (max-width: 1199px) {
    .get-touch-btn {
        font-size: 26px;
        padding: 15px 25px;
    }
}
@media (max-width: 991px) {
    .get-touch-btn {
        font-size: 18px;
        padding: 5px 20px;
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .get-touch-btn {
        font-size: 16px;
        padding: 0px 15px;
        gap: 10px;
    }
}
@media (max-width: 575px) {
    .get-touch-btn {
        font-size: 16px;
        padding: 0px 14px;
        gap: 0px;
    }
}
@media (max-width: 500px) {
    .get-touch-btn {
        font-size: 16px;
        padding: 0px 40px;
        gap: 15px;
        margin-top: 30px;
    }
}
.get-touch-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1799px) {
    .get-touch-btn span img {
        max-width: 65%;
    }
}
@media (max-width: 1199px) {
    .get-touch-btn span img {
        max-width: 50%;
    }
}
@media (max-width: 991px) {
    .get-touch-btn span img {
        max-width: 40%;
    }
}
@media (max-width: 575px) {
    .get-touch-btn span img {
        max-width: 30%;
    }
}

/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
    width: 10px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme-color1);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme-color1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}
.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 180px;
    height: 180px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 var(--theme-color2);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}
@media (max-width: 1199px) {
    .ripple::before,
    .ripple::after {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px) {
    .ripple::before,
    .ripple::after {
        width: 60px;
        height: 60px;
    }
}
.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-padding {
    padding: 80px 0;
}
@media (min-width: 992px) {
    .section-padding {
        padding: 120px 0;
    }
}

.project1-padding {
    padding: 75px;
}
@media (max-width: 1199px) {
    .project1-padding {
        padding: 15px;
    }
}

.bor-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-left {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-right {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .fix-header {
        padding-top: 45px;
    }
}
.mt-60 {
    margin-top: 60px;
}

.mt-30 {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .mt-xl-100 {
        margin-top: 100px;
    }
}

.mb-xl-130 {
    margin-bottom: 130px;
}
@media (min-width: 1200px) {
    .mb-xl-130 {
        margin-bottom: 100px;
    }
}

.mb-60 {
    margin-bottom: 60px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pb-38 {
    padding-bottom: 38px !important;
}

.pb-105 {
    padding-bottom: 105px;
}
@media (max-width: 1399px) {
    .pb-105 {
        padding-bottom: 70px;
    }
}
@media (max-width: 1199px) {
    .pb-105 {
        padding-bottom: 40px;
    }
}
@media (max-width: 374px) {
    .pb-105 {
        padding-bottom: 15px;
    }
}

.pb-130 {
    padding-bottom: 80px !important;
}
@media (min-width: 768px) {
    .pb-130 {
        padding-bottom: 130px !important;
    }
}

.pl-500 {
    padding-left: 350px;
}
@media (min-width: 1400px) {
    .pl-500 {
        padding-left: 500px;
    }
}

.pr-380 {
    padding-right: 200px;
}
@media (min-width: 1400px) {
    .pr-380 {
        padding-right: 380px;
    }
}

.pt-7 {
    padding-top: 7px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 30px !important;
}
@media (min-width: 768px) {
    .pt-60 {
        padding-top: 60px !important;
    }
}

.pt-70 {
    padding-top: 30px;
}
@media (min-width: 768px) {
    .pt-70 {
        padding-top: 70px;
    }
}

.pt-77 {
    padding-top: 30px;
}
@media (min-width: 768px) {
    .pt-77 {
        padding-top: 77px;
    }
}

.pt-128 {
    padding-top: 25px;
}
@media (min-width: 1400px) {
    .pt-128 {
        padding-top: 128px;
    }
}

.px-80 {
    padding: 0 80px;
}
@media (max-width: 991px) {
    .px-80 {
        padding: 0 30px;
    }
}

.px-140 {
    padding: 0 140px;
}
@media (max-width: 991px) {
    .px-140 {
        padding: 0 30px;
    }
}

.bg-theme {
    background-color: var(--theme-color1) !important;
}

.bg-theme2 {
    background-color: var(--black) !important;
}

.bg-white2 {
    background-color: var(--white2) !important;
}

.bg-color1 {
    background: var(--bg-color1) !important;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-mask {
    mask-size: cover;
    mask-position: center;
    background-size: cover;
    background-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.truncate-text {
    display: block;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    white-space: normal;
    word-break: break-word;
}

.navigation-controls {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.navigation-controls .nav-item {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    position: relative;
}
.navigation-controls .nav-item .icon i {
    font-size: 20px;
    color: var(--black);
}
.navigation-controls .nav-item h4 {
    color: var(--black);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.preview-area {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(38, 38, 38, 0.2);
    padding: 40px 0 0;
}
.preview-area .preview-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width: 449px) {
    .preview-area .preview-item {
        gap: 4px;
    }
}
.preview-area .preview-item .icon {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--black);
    background: var(--text-color1);
}
.preview-area .preview-item .content p {
    color: #262626;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
@media (max-width: 767px) {
    .preview-area .preview-item .content p {
        font-size: 14px;
    }
}
.preview-area .preview-item .content h5 {
    font-size: 20px;
}
@media (max-width: 767px) {
    .preview-area .preview-item .content h5 {
        font-size: 16px;
    }
}
@media (max-width: 449px) {
    .preview-area .preview-item .content h5 {
        font-size: 14px;
    }
}
.preview-area .preview-item .content.text-right {
    text-align: right;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.checklist-item {
    display: flex;
    align-items: center;
}
.checklist-item:not(:last-child) {
    margin-bottom: 10px;
}
.checklist-item__icon {
    padding-right: 8px;
}
.checklist-item__text {
    color: var(--black);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.map-container {
    width: 100%;
    height: 380px;
}
@media (min-width: 768px) {
    .map-container {
        height: 600px;
    }
}
@media (min-width: 1200px) {
    .map-container {
        height: 700px;
    }
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container2 {
    width: 100%;
    height: 380px;
}
@media (min-width: 768px) {
    .map-container2 {
        height: 570px;
    }
}
@media (min-width: 1200px) {
    .map-container2 {
        height: 680px;
    }
}
.map-container2 iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.global-social2 {
    padding-top: 11px;
    display: flex;
    gap: 15px;
}
.global-social2__item a {
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--white);
    border: 1px solid var(--black);
}
.global-social2__item a svg path {
    fill: var(--black);
}
.global-social2__item a i {
    color: var(--black);
}
.global-social2__item a:hover {
    background: var(--theme-color1);
    border: 1px solid var(--theme-color1);
}
.global-social2__item a:hover svg path {
    fill: var(--white);
}
.global-social2__item a:hover i {
    color: var(--white);
}

.background-image {
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.form-control {
    height: 62px;
    border-radius: 8px;
    border: 1px solid var(--border-color1);
    display: inline-flex;
    padding: 18px 20px;
    align-items: center;
    gap: 10px;
}
.form-control:focus {
    box-shadow: none;
    outline: 0;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-xl-30 {
    padding-top: 0px;
}
@media (min-width: 1200px) {
    .pt-xl-30 {
        padding-top: 30px;
    }
}

.pb-xl-30 {
    padding-bottom: 0px;
}
@media (min-width: 1200px) {
    .pb-xl-30 {
        padding-bottom: 30px;
    }
}

.form__group span {
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
}
.form__group input,
.form__group textarea {
    border: 1px solid rgba(38, 38, 38, 0.1);
    color: var(--black);
    background-color: transparent;
    padding: 15px 20px;
    border-radius: 6px;
    width: 100%;
    outline: none;
}
.form__group input::placeholder,
.form__group textarea::placeholder {
    color: var(--black);
}
.form__group textarea {
    padding-top: 18px;
    height: 178px;
    border-radius: 5px;
}
.form__group--large textarea {
    height: 189px;
}

.back-to-top {
    border-radius: 50%;
    background: var(--theme-color2);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.back-to-top:hover {
    background: var(--gradient-color);
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    color: var(--white);
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme-color1);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--text-color2);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme-color1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
    opacity: 0;
}

.progress-wrap {
    width: 100%;
}
.progress-wrap:not(:last-child) {
    padding-bottom: 27px;
}
.progress-wrap .progress-meta {
    display: flex;
    justify-content: space-between;
    max-width: 430px;
    padding-bottom: 10px;
}
@media (min-width: 500px) {
    .progress-wrap .progress-meta {
        max-width: 470px;
    }
}
@media (min-width: 768px) {
    .progress-wrap .progress-meta {
        max-width: 575px;
    }
}
@media (min-width: 992px) {
    .progress-wrap .progress-meta {
        max-width: 415px;
    }
}
@media (min-width: 1400px) {
    .progress-wrap .progress-meta {
        max-width: 480px;
    }
}
.progress-wrap .progress-meta .title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
}
.progress-wrap .progress-meta .title2 {
    color: var(--black);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
}
.progress-wrap .progress-meta .percentage {
    color: var(--white);
    font-family: var(--title-font);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.progress-wrap .progress-meta .percentage2 {
    color: var(--black);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.36px;
}
.progress-wrap .progress-meta.mxw-424 {
    max-width: 375px;
}
@media (min-width: 500px) {
    .progress-wrap .progress-meta.mxw-424 {
        max-width: 420px;
    }
}
@media (min-width: 768px) {
    .progress-wrap .progress-meta.mxw-424 {
        max-width: 510px;
    }
}
@media (min-width: 992px) {
    .progress-wrap .progress-meta.mxw-424 {
        max-width: 370px;
    }
}
@media (min-width: 1400px) {
    .progress-wrap .progress-meta.mxw-424 {
        max-width: 424px;
    }
}
.progress-wrap .progress-meta.mxw-375 {
    max-width: 340px;
}
@media (min-width: 500px) {
    .progress-wrap .progress-meta.mxw-375 {
        max-width: 370px;
    }
}
@media (min-width: 768px) {
    .progress-wrap .progress-meta.mxw-375 {
        max-width: 450px;
    }
}
@media (min-width: 992px) {
    .progress-wrap .progress-meta.mxw-375 {
        max-width: 325px;
    }
}
@media (min-width: 1400px) {
    .progress-wrap .progress-meta.mxw-375 {
        max-width: 375px;
    }
}
.progress-wrap .progress-container {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 2px;
    background: var(--border-color2);
    overflow: visible;
}
.progress-wrap .progress-container .progress-bar {
    height: 10px;
    border-radius: 2px;
    background: var(--yellow);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    z-index: 1;
}

/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color1);
    border-color: var(--theme-color1);
    transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: var(--white2);
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: var(--white2);
}
.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}
.sidemenu-wrapper .newsletter-form .as-btn:hover {
    background: var(--theme-color1);
}
.sidemenu-wrapper .newsletter-form .as-btn:hover:before,
.sidemenu-wrapper .newsletter-form .as-btn:hover::after {
    display: none;
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
}
.sidemenu-wrapper .global-social a {
    box-shadow: none;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
    color: var(--theme-color1);
    border-color: var(--theme-color1);
    transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
    -webkit-transition: right ease 1s;
    -moz-transition: right ease 1s;
    -ms-transition: right ease 1s;
    -o-transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}
.sidemenu-wrapper .recent-post .post-title {
    color: var(--black);
}
.sidemenu-wrapper .widget_title {
    color: var(--black);
    margin: -0.12em 0 30px 0;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form {
    max-width: none;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
    position: relative;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group {
    position: relative;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form__group button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
    height: 100%;
}
.sidemenu-wrapper .global-widget-contact .info-box_text .icon img {
    filter: none;
}
.sidemenu-wrapper .global-social {
    padding-top: 11px;
    display: flex;
    gap: 15px;
}
.sidemenu-wrapper .global-social__item a {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--black);
}
.sidemenu-wrapper .global-social__item a:hover {
    background: var(--theme-color1);
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 500px) {
    .sidemenu-wrapper {
        background: transparent;
    }
    .sidemenu-wrapper .sidemenu-content {
        width: 100%;
    }
    .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .global-btn {
        margin-bottom: 10px;
    }
}
.info-box {
    display: flex;
    margin-bottom: 11px;
}
.info-box:last-child {
    margin-bottom: 0;
}

.info-box_icon {
    font-size: 16px;
    background-color: transparent;
    color: var(--theme-color1);
    text-align: center;
    margin-right: 10px;
}

.info-box_text {
    display: block;
    color: var(--black);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    align-self: center;
}

.info-box_link {
    display: inline-block;
    color: var(--black);
}
.info-box_link:hover {
    color: var(--theme-color1);
}

.global-widget-about {
    max-width: 354px;
    margin-bottom: -0.5em;
}
.global-widget-about .about-logo {
    margin-bottom: 35px;
}
.global-widget-about .text {
    margin-bottom: 30px;
    margin-top: -0.5em;
    color: var(--black);
}

.global-widget-contact {
    max-width: 260px;
    margin-bottom: -0.4em;
}
.global-widget-contact .info-box_text {
    line-height: 1.75em;
    margin-top: 0;
    display: flex;
    gap: 16px;
}
.global-widget-contact .info-box_text:not(:last-child) {
    margin-bottom: 18px;
}
.global-widget-contact .info-box_text .icon {
    color: var(--black);
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid var(--black);
    border-radius: 50%;
    text-align: center;
}
.global-widget-contact .info-box_text .icon img {
    filter: contrast(0) brightness(2) opacity(0.7);
}
.global-widget-contact .info-box_text .details {
    margin-top: -0.3em;
}
.global-widget-contact .info-box_text .details p {
    margin-bottom: 0;
}
.global-widget-contact .info-box_text a {
    color: inherit;
}
.global-widget-contact .info-box_text a:hover {
    color: var(--theme-color1);
}

/* Style the pagination container */
.slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 48px;
    padding-bottom: 5px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--black);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background-color: var(--theme-color1);
    border: 4px solid var(--white);
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 2px var(--theme-color1);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 26px;
}
@media (max-width: 767px) {
    .pagination {
        margin-top: 16px;
    }
}
@media (max-width: 449px) {
    .pagination {
        gap: 4px;
    }
}
.pagination a {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 4px;
    color: var(--text-color1);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 10px 16px;
    transition: all 0.4s ease-in-out;
    border: none;
}
.pagination a:hover,
.pagination a.active {
    background-color: var(--theme-color3);
    color: var(--white);
}
.pagination .indecator {
    border: 1px solid var(--border-color1);
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.pagination .page-link:focus {
    outline: 0;
    box-shadow: none;
}

.section-top {
    margin-bottom: 50px;
}
@media (max-width: 575px) {
    .section-top {
        margin-bottom: 30px;
    }
}
.section-top__subtitle {
    color: var(--theme-color3);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin-bottom: 16px;
}
@media (max-width: 575px) {
    .section-top__subtitle {
        margin-bottom: 10px;
    }
}
.section-top__title {
    color: var(--black2);
    text-align: center;
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .section-top__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}
@media (max-width: 449px) {
    .section-top__title {
        font-size: 28px;
        line-height: 36px;
    }
}
.section-top__title span {
    position: relative;
    color: var(--yellow);
}
.section-top__title span svg {
    position: absolute;
    bottom: -5px;
    right: 0;
}
.section-top__text {
    color: var(--text-color1);
    text-align: center;
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: normal;
}
@media (max-width: 575px) {
    .section-top__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.section-top2 {
    margin-bottom: 50px;
}
@media (max-width: 500px) {
    .section-top2 {
        margin-bottom: 30px;
    }
}
.section-top2__subtitle {
    display: inline-flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    background: rgba(0, 88, 224, 0.1);
    color: var(--theme-color3);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}
@media (max-width: 500px) {
    .section-top2__subtitle {
        margin-bottom: 10px;
    }
}
.section-top2__title {
    color: var(--black2);
    text-align: center;
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
    margin-bottom: 17px;
}
@media (max-width: 575px) {
    .section-top2__title {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .section-top2__title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .section-top2__title br {
        display: none;
    }
}
.section-top2__title span {
    position: relative;
    color: var(--theme-color3);
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
}
.section-top2__title span svg {
    position: absolute;
    bottom: -5px;
    right: 0;
}
.section-top2__text {
    color: var(--text-color1);
    text-align: center;
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: lowercase;
}
@media (max-width: 500px) {
    .section-top2__text br {
        display: none;
    }
}

.breadcrumb {
    padding: 220px 0 65px 0;
}
@media (max-width: 449px) {
    .breadcrumb {
        padding: 165px 0 65px 0;
    }
}
.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb-content__title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -1px;
    text-transform: capitalize;
    text-align: left;
}
@media (max-width: 767px) {
    .breadcrumb-content__title {
        font-size: 36px;
        line-height: 42px;
    }
}
.breadcrumb-content__items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 14px;
}
.breadcrumb-content__items li {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.breadcrumb-content__items li a {
    color: var(--white);
    position: relative;
}
.breadcrumb-content__items li a::after {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 1.5px;
    content: "";
    background-color: var(--white);
}
.breadcrumb-thumb-wrapper {
    position: relative;
}
.breadcrumb-thumb-wrapper .thumb1 {
    margin-right: 150px;
}
@media (max-width: 767px) {
    .breadcrumb-thumb-wrapper .thumb1 {
        margin-right: 0;
    }
}
@media (max-width: 449px) {
    .breadcrumb-thumb-wrapper .thumb1 {
        display: none;
    }
}
.breadcrumb-thumb-wrapper .thumb2 {
    position: absolute;
    right: 0;
    bottom: -40px;
}
@media (max-width: 767px) {
    .breadcrumb-thumb-wrapper .thumb2 {
        display: none;
    }
}
.breadcrumb-thumb-wrapper .shape1 {
    position: absolute;
    right: 60px;
    top: -12px;
}
.breadcrumb-thumb-wrapper .shape2 {
    position: absolute;
    left: -34px;
    bottom: 52px;
}

@media (max-width: 1199px) {
    .main-sidebar {
        margin-top: 30px;
    }
}
.main-sidebar .single-sidebar-widget {
    border-radius: 16px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
    margin-bottom: 30px;
}
@media (max-width: 449px) {
    .main-sidebar .single-sidebar-widget {
        padding: 20px;
    }
}
.main-sidebar .single-sidebar-widget .wid-title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .wid-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: var(--theme-color3);
    width: 63px;
    height: 2px;
    z-index: 1;
}
.main-sidebar .single-sidebar-widget .wid-title::before {
    position: absolute;
    right: 57px;
    bottom: 0;
    content: "";
    background-color: var(--white);
    width: 5px;
    height: 2px;
    z-index: 3;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .event-info-widget ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px dashed var(--border-color1);
    margin-bottom: 12px;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-info-widget ul li i {
    color: var(--theme-color3);
    font-size: 20px;
}
.main-sidebar .single-sidebar-widget .event-info-widget ul li strong {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-schedule-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .event-schedule-head p {
    color: var(--black2);
    text-align: center;
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .event-schedule-head .swiper-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-sidebar
    .single-sidebar-widget
    .event-schedule-head
    .swiper-arrow
    .swiper-nav {
    color: var(--black2);
}
.main-sidebar
    .single-sidebar-widget
    .event-schedule-head
    .swiper-arrow
    .swiper-nav:hover {
    color: var(--theme-color3);
}
.main-sidebar .single-sidebar-widget .event-schedule .schedule__item a {
    border-radius: 4px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    width: 60px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.main-sidebar .single-sidebar-widget .event-schedule .schedule__item a:hover {
    background-color: var(--theme-color3);
    color: var(--white);
}
.main-sidebar .single-sidebar-widget .event-ticket {
    margin-top: 24px;
}
.main-sidebar .single-sidebar-widget .event-ticket-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    border: 0.5px solid var(--border-color1);
    background: var(--white);
    padding: 17px;
    margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .event-ticket-list__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    max-width: 150px;
}
.main-sidebar .single-sidebar-widget .event-ticket-list__price {
    color: var(--black2);
    text-align: right;
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .event-ticket-list .form-check-input {
    border: 1px solid var(--border-color1);
}
.main-sidebar
    .single-sidebar-widget
    .event-ticket-list
    .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--border-color1);
    padding: 10px 0;
    border-radius: 999px;
    margin: 24px 0 16px 0;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input p {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.main-sidebar
    .single-sidebar-widget
    .event-ticket
    .plus-minus-input
    input::-webkit-outer-spin-button,
.main-sidebar
    .single-sidebar-widget
    .event-ticket
    .plus-minus-input
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.main-sidebar
    .single-sidebar-widget
    .event-ticket
    .plus-minus-input
    input[type="number"] {
    appearance: textfield;
}
.main-sidebar .single-sidebar-widget .event-ticket .plus-minus-input button {
    background: var(--bg-color1);
    color: var(--theme-color3);
    font-size: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}
.main-sidebar
    .single-sidebar-widget
    .event-ticket
    .plus-minus-input
    button:hover {
    background-color: var(--theme-color3);
    color: var(--white);
}
.main-sidebar .single-sidebar-widget .event-ticket .form-control {
    display: inline-block;
    width: 12px;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 0;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 28px;
}
.main-sidebar .single-sidebar-widget .event-ticket .btn-wrapper .theme-btn {
    width: 100%;
    height: 44px;
    border-radius: 999px;
}
.main-sidebar
    .single-sidebar-widget
    .event-ticket
    .btn-wrapper
    .theme-btn::before {
    border-radius: 999px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .map {
    height: 222px;
    max-width: 270px;
    border-radius: 16px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .map iframe {
    width: 100%;
    height: 222px;
    border-radius: 16px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .location {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
    flex-wrap: wrap;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .location i {
    color: var(--theme-color3);
    font-size: 20px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .location strong {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.main-sidebar .single-sidebar-widget .event-map-widget .btn-wrapper .theme-btn {
    width: 100%;
    background-color: var(--bg-color1);
    border: 1px solid var(--border-color1);
    color: var(--black2);
}
.main-sidebar
    .single-sidebar-widget
    .event-map-widget
    .btn-wrapper
    .theme-btn:hover {
    color: var(--white);
}
.main-sidebar .single-sidebar-widget .event-sponsor-widget ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 14px 0;
    border-bottom: 1px dashed var(--border-color1);
    margin-top: 16px;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.main-sidebar
    .single-sidebar-widget
    .sidebar-widget-list
    ul
    li
    .form-check-label {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.main-sidebar .single-sidebar-widget .sidebar-widget-list ul li p {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.main-sidebar .single-sidebar-widget .search-widget .form-control {
    border-radius: 10px;
    background-color: transparent;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    position: relative;
}
@media (max-width: 374px) {
    .main-sidebar .single-sidebar-widget .search-widget .form-control {
        padding: 10px 20px;
    }
}
.main-sidebar .single-sidebar-widget .search-widget .form-control i {
    color: var(--white);
}
.main-sidebar .single-sidebar-widget .search-widget input {
    border: none;
}
.main-sidebar .single-sidebar-widget .search-widget input::placeholder {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}
.main-sidebar .single-sidebar-widget .search-widget .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.main-sidebar .single-sidebar-widget .widget-post-item {
    display: flex;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px dashed var(--border-color1);
    margin-bottom: 18px;
}
.main-sidebar .single-sidebar-widget .widget-post-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
@media (max-width: 374px) {
    .main-sidebar .single-sidebar-widget .widget-post-item {
        padding: 10px 0;
        gap: 10px;
        margin-bottom: 20px;
    }
}
.main-sidebar .single-sidebar-widget .widget-post-item:last-child {
    margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .widget-post-item__thumb {
    flex-shrink: 0;
}
.main-sidebar .single-sidebar-widget .widget-post-item__thumb img {
    height: 78px;
    width: 78px;
    border-radius: 4px;
}
@media (max-width: 374px) {
    .main-sidebar .single-sidebar-widget .widget-post-item__thumb img {
        height: 70px;
        width: 70px;
    }
}
.main-sidebar .single-sidebar-widget .widget-post-item__content-date {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .widget-post-item__content-date span {
    font-size: 12px;
    color: var(--theme-color3);
    padding-right: 5px;
}
.main-sidebar .single-sidebar-widget .widget-post-item__content h5 {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}
.main-sidebar .single-sidebar-widget .widget-post-item__content-title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.main-sidebar .single-sidebar-widget .single-widget-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.main-sidebar .single-sidebar-widget .single-widget-tag__item {
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: 0.4s all ease-in-out;
    border: 1px solid var(--border-color1);
}
.main-sidebar .single-sidebar-widget .single-widget-tag__item:hover {
    background-color: var(--theme-color3);
    color: var(--white);
}
.main-sidebar .single-sidebar-widget .single-widget-tag li {
    margin-bottom: 8px;
}

.price-slider {
    position: relative;
    max-width: 280px;
    height: 50px;
}
.price-slider input[type="range"] {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    appearance: none;
    background: none;
    z-index: 3;
}
.price-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 12px;
    height: 12px;
    border: 2px solid var(--white);
    background: var(--theme-color3);
    border-radius: 50%;
    appearance: none;
    z-index: 3;
}
.price-slider .slider-track {
    position: absolute;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--border-color1);
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    z-index: 1;
}
.price-slider .tooltip {
    position: absolute;
    top: 0px;
    background: var(--theme-color3);
    color: var(--white);
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9;
    transition: 0.3s;
}

/* 2. Header */
.sidebar-btn .line {
    display: block;
    height: 2px;
    width: 10px;
    background: var(--black);
    margin: auto;
    transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
    margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
    width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
    width: 32px;
}
.sidebar-btn.style2 .line {
    margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
    width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
    width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
    width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
    width: 32px;
}
.sidebar-btn.style3 .line:first-child {
    width: 17px;
    margin-right: 8px;
}
.sidebar-btn.style3 .line:nth-child(2) {
    width: 27px;
}
.sidebar-btn.style3 .line:nth-child(3) {
    width: 17px;
    margin-left: 8px;
}
.sidebar-btn.style3:hover .line:first-child {
    width: 32px;
    margin-right: 3px;
}
.sidebar-btn.style3:hover .line:nth-child(2) {
    width: 32px;
}
.sidebar-btn.style3:hover .line:nth-child(3) {
    width: 32px;
    margin-left: 3px;
}

.header-top-section.style1 {
    padding: 14px 0;
    position: relative;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}
.header-top-section.style1 .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-section.style1 .header-top-wrapper .contact-list {
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 42px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li {
    display: flex;
    align-items: center;
    gap: 6px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li p {
    color: var(--black);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
@media (max-width: 991px) {
    .header-top-section.style1 {
        display: none;
    }
}

.global-header {
    position: relative;
    z-index: 41;
}

.header-bg-1 {
    background-color: transparent !important;
}

.header-border {
    border-bottom: 1px solid rgba(38, 38, 38, 0.05) !important;
}

.header-layout1 {
    position: absolute !important;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 150;
    background-color: transparent !important;
}
@media (max-width: 1199px) {
    .header-layout1 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}
.header-layout1 .menu-area {
    background: transparent;
    padding: 0;
}
@media (max-width: 449px) {
    .header-layout1 .menu-area {
        overflow: hidden;
    }
}
.header-layout1 .menu-area .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-layout1 .menu-area .header-logo a img {
    position: relative;
    z-index: 3;
}
@media (max-width: 1199px) {
    .header-layout1 .menu-area .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}
.header-layout1 .main-menu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--white);
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 5;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
    width: 100%;
}
.header-layout1 .main-menu > ul > li > a:after {
    content: "\f107";
    display: inline-block;
    font-family: var(--icon-font);
    position: relative;
    margin-left: 4px;
    font-weight: 400;
    top: 0;
    font-size: 0.9em;
    color: var(--white);
    transition: 0.3s ease-in-out;
}
.header-layout1 .main-menu > ul > li > a:last-child:after {
    display: none;
}
.header-layout1 .main-menu > ul > li > a:hover:after {
    content: "\f107";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.header-layout1 .main-menu > ul > li > a.active:after {
    color: var(--white);
}
.header-layout1 .header-option {
    display: flex;
    align-items: center;
}
.header-layout1 .header-option .nav-option-item {
    position: relative;
    padding: 0 20px;
}
.header-layout1 .header-option .nav-option-item a {
    font-size: 20px;
    color: var(--white);
}
.header-layout1 .header-option .nav-option-item.wishlist {
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.header-layout1 .header-option .nav-option-item .count {
    position: absolute;
    left: 14px;
    top: -3px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 12px;
}
.header-layout1 .header-option .theme-btn.login {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    height: 40px;
}
.header-layout1 .header-option .theme-btn.login::before {
    background: var(--yellow);
}
.header-layout1 .header-option .theme-btn.login:is(:hover, :focus) {
    color: var(--white);
}
.header-layout1 .header-option .theme-btn.register {
    background: var(--yellow);
    color: var(--white);
    height: 40px;
}
.header-layout1 .header-option .theme-btn.register::before {
    background: var(--theme-color1);
}
.header-layout1 .header-option .theme-btn.register:is(:hover, :focus) {
    color: var(--white);
}

.main-menu a {
    display: block;
    position: relative;
    color: var(--black);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.main-menu a:hover,
.main-menu a.active {
    color: var(--theme-color1);
}
.main-menu > ul > li {
    margin: 0 15px;
}
.main-menu > ul > li > a {
    padding: 40px 0;
}
.main-menu > ul > li > a:hover {
    color: var(--theme-color1);
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu ul li.menu-item-has-children > a.active:after {
    color: var(--black);
}
.main-menu ul li:last-child {
    margin-right: 0 !important;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.main-menu ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
}
.main-menu ul .sub-menu a {
    font-size: 14px;
    line-height: 30px;
    color: var(--black);
}
.main-menu ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}
.main-menu ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    top: 1px;
    display: inline-block;
    color: var(--black);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
    content: "\f105";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
}
.main-menu ul .sub-menu li a:before {
    content: "\f83e";
    position: absolute;
    font-family: var(--icon-font);
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--black);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.main-menu ul .sub-menu li a.active {
    color: var(--black);
}
.main-menu ul .sub-menu li a:hover {
    color: var(--black);
    padding-left: 27px;
}
.main-menu ul .sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.main-menu ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

.main-menu1 a {
    display: block;
    position: relative;
    color: var(--white);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.main-menu1 a:hover,
.main-menu1 a.active {
    color: var(--theme-color2);
}
.main-menu1 .menu-nav {
    padding: 0 40px !important;
    position: relative;
    padding: 2px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1200px) {
    .main-menu1 .menu-nav {
        padding: 0 75px !important;
    }
}
.main-menu1 .menu-nav:hover {
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}
.main-menu1 .menu-nav:hover li a {
    color: var(--theme-color1);
}
.main-menu1 .menu-nav:hover li a.active {
    color: var(--theme-color2);
}
.main-menu1 .menu-nav:hover li a:hover {
    color: var(--theme-color2);
}
.main-menu1 .menu-nav:hover li a:hover:before {
    visibility: visible;
    color: var(--theme-color2);
    opacity: 1;
    left: 0;
}
.main-menu1 > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu1 > ul li {
    display: inline-block;
    position: relative;
}
.main-menu1 > ul li a {
    display: inline-block;
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
}
.main-menu1 > ul li a:hover {
    color: var(--theme-color2);
}
.main-menu1 > li {
    margin: 0 15px;
}
.main-menu1 > li > a {
    padding: 40px 0;
}
.main-menu1 > li > a:hover {
    color: var(--theme-color1);
}
.main-menu1 ul {
    margin: 0;
    padding: 0;
}
.main-menu1 ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu1 ul li.menu-item-has-children > a.active:after {
    color: var(--black);
}
.main-menu1 ul li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: var(--icon-font);
    position: relative;
    margin-left: 4px;
    font-weight: 400;
    top: 0;
    font-size: 0.9em;
    color: var(--black2);
    transition: 0.3s ease-in-out;
}
.main-menu1 ul li.menu-item-has-children > a:hover:after {
    content: "\f107";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.main-menu1 ul li:last-child {
    margin-right: 0 !important;
}
.main-menu1 ul li:first-child {
    margin-left: 0 !important;
}
.main-menu1 ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.main-menu1 ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
    margin-top: 3px;
}
.main-menu1 ul .sub-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
}
.main-menu1 ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}
.main-menu1 ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.main-menu1 ul .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    top: 1px;
    display: inline-block;
    color: var(--black);
}
.main-menu1 ul .sub-menu li.menu-item-has-children > a :hover:after {
    content: "\f105";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.main-menu1 ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
}
.main-menu1 ul .sub-menu li a:before {
    content: "\f83e";
    position: absolute;
    font-family: var(--icon-font);
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--black);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.main-menu1 ul .sub-menu li a.active {
    color: var(--theme-color2);
}
.main-menu1 ul .sub-menu li a:hover {
    color: var(--theme-color2);
    padding-left: 27px;
}
.main-menu1 ul .sub-menu li a:hover:before {
    visibility: visible;
    color: var(--theme-color2);
    opacity: 1;
    left: 0;
}
.main-menu1 ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}
.main-menu1 ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

@media (max-width: 1899px) {
    .main-menu > ul > li {
        margin: 0 13px;
    }
    .main-menu1 > ul > li {
        margin: 0 13px;
    }
}
@media (max-width: 1399px) {
    .main-menu > ul > li {
        margin: 0 10px;
    }
    .main-menu1 > ul > li {
        margin: 0 10px;
    }
}
.sticky-wrapper {
    transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--theme-color1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    animation: stickyAni 0.4s ease-in-out;
    z-index: 999;
}

.sticky-wrapper2 {
    transition: 0.4s ease-in-out;
}
.sticky-wrapper2.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    animation: stickyAni 0.4s ease-in-out;
    z-index: 999;
}
.sticky-wrapper2.sticky .main-menu2 a {
    display: block;
    position: relative;
    color: var(--black);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.sticky-wrapper2.sticky .main-menu2 a:hover,
.sticky-wrapper2.sticky .main-menu2 a.active {
    color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 > ul > li {
    margin: 0 15px;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a {
    padding: 40px 0;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a:hover {
    color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 ul {
    margin: 0;
    padding: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.sticky-wrapper2.sticky
    .main-menu2
    ul
    li.menu-item-has-children
    > a.active:after {
    color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a .svg path {
    fill: #000;
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: var(--icon-font);
    position: relative;
    margin-left: 4px;
    font-weight: 400;
    top: 0;
    font-size: 0.9em;
    color: var(--black2);
    transition: 0.3s ease-in-out;
}
.sticky-wrapper2.sticky
    .main-menu2
    ul
    li.menu-item-has-children
    > a:hover:after {
    content: "\f107";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.sticky-wrapper2.sticky .main-menu2 ul li:last-child {
    margin-right: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:first-child {
    margin-left: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:before {
    content: "\f83e";
    position: absolute;
    font-family: var(--icon-font);
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--black);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a.active {
    color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover {
    color: var(--black);
    padding-left: 27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}
.sticky-wrapper2.sticky .header-button .search-icon2 {
    color: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path {
    fill: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path:nth-of-type(4) {
    fill: var(--theme-color1);
}

.header-button {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-button .search-icon {
    color: var(--black);
    font-size: 24px;
    padding: 10px;
    width: 60px;
    height: 60px;
}
.header-button .search-icon2 {
    color: var(--white);
    font-size: 24px;
    padding: 10px;
    width: 60px;
    height: 60px;
}
.header-button .simple-icon {
    padding: 10px;
    width: 60px;
    height: 60px;
    line-height: 36px;
    text-align: center;
    color: var(--black);
}
.header-button .simple-icon.sidebar-btn {
    border-radius: 6px;
    border: 1px solid #262626;
}

.global-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.global-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--black);
}
.global-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}
.global-menu-wrapper .global-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 36px;
    font-size: 18px;
    z-index: 1;
    color: var(--white);
    background-color: var(--theme-color1);
    border-radius: 50%;
}
.global-menu-wrapper .global-menu-toggle:hover {
    background-color: var(--black);
    color: var(--white);
}
.global-menu-wrapper .global-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color1);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}
.global-menu-wrapper.global-body-visible {
    opacity: 1;
    visibility: visible;
}
.global-menu-wrapper.global-body-visible .global-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.global-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
.global-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.global-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.global-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}
.global-mobile-menu ul li.menu-item-has-children {
    position: relative;
}
.global-mobile-menu ul li.menu-item-has-children:before {
    opacity: 1;
    visibility: visible;
    position: absolute;
    content: "+";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--black);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.global-mobile-menu ul li.menu-item-has-children.global-active:before {
    opacity: 0;
    visibility: hidden;
}
.global-mobile-menu ul li.menu-item-has-children.global-active:after {
    opacity: 1;
    visibility: visible;
}
.global-mobile-menu ul li.menu-item-has-children:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "\f068";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--black);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.global-mobile-menu ul li.menu-item-has-children a {
    padding-right: 18px;
}
.global-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--black);
}
.global-mobile-menu ul li.global-active > a {
    color: var(--theme-color1);
}
.global-mobile-menu ul li.global-active > a:before {
    transform: rotate(90deg);
}
.global-mobile-menu ul li ul li {
    padding-left: 20px;
}
.global-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}
.global-mobile-menu > ul {
    padding: 0 40px;
}
.global-mobile-menu > ul > li:last-child {
    border-bottom: none;
}
.global-mobile-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.global-mobile-menu::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.global-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color1);
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3) 25%,
        transparent 20%,
        transparent 50%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.3) 75%,
        transparent 75%,
        transparent
    );
}

.global-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    line-height: 52px;
    border: none;
    background-color: var(--theme-color1);
    color: var(--black);
    display: inline-block;
    border-radius: 5px;
}
.global-menu-toggle:hover {
    background-color: var(--white);
}
.global-menu-toggle.style-text,
.global-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--black);
    font-size: 20px;
}
.global-menu-toggle.style-text i,
.global-menu-toggle.style-text-white i {
    margin-right: 10px;
}
.global-menu-toggle.style-text-white {
    color: var(--white);
}
@media (max-width: 1199px) {
    .global-menu-toggle {
        background-color: var(--white);
    }
}

@media (max-width: 400px) {
    .global-menu-wrapper .global-menu-area {
        width: 100%;
        max-width: 270px;
    }
    .global-mobile-menu > ul {
        padding: 0 20px;
    }
}
.header1 {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.header1-social {
    display: flex;
    gap: 10px;
}
.header1-social__item a {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.header1-social__item a svg path {
    fill: var(--white);
}
.header1-social__item a:hover {
    background: var(--white);
    border: 1px solid var(--white);
}
.header1-social__item a:hover svg path {
    fill: var(--theme-color1);
}
.header1__button {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.header1__button span {
    padding-left: 15px;
}

.sidebar-btn .line {
    display: block;
    height: 2px;
    width: 10px;
    background: var(--black);
    margin: auto;
    transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
    margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
    width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
    width: 32px;
}
.sidebar-btn.style2 .line {
    margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
    width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
    width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
    width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
    width: 32px;
}
.sidebar-btn.style3 .line:first-child {
    width: 17px;
    margin-right: 8px;
}
.sidebar-btn.style3 .line:nth-child(2) {
    width: 27px;
}
.sidebar-btn.style3 .line:nth-child(3) {
    width: 17px;
    margin-left: 8px;
}
.sidebar-btn.style3:hover .line:first-child {
    width: 32px;
    margin-right: 3px;
}
.sidebar-btn.style3:hover .line:nth-child(2) {
    width: 32px;
}
.sidebar-btn.style3:hover .line:nth-child(3) {
    width: 32px;
    margin-left: 3px;
}

.header-top-section.style1 {
    padding: 14px 0;
    position: relative;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 2px 10px 2px rgba(243, 96, 76, 0.04);
}
.header-top-section.style1 .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-section.style1 .header-top-wrapper .contact-list {
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 42px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li {
    display: flex;
    align-items: center;
    gap: 6px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li p {
    color: var(--black);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
@media (max-width: 991px) {
    .header-top-section.style1 {
        display: none;
    }
}

.global-header {
    position: relative;
    z-index: 41;
}

.header-bg-1 {
    background-color: transparent !important;
}

.header-border {
    border-bottom: 1px solid rgba(38, 38, 38, 0.05) !important;
}

.header-layout2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    background-color: transparent;
}
@media (max-width: 1199px) {
    .header-layout2 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}
.header-layout2 .menu-area {
    background: transparent;
    padding: 0;
}
.header-layout2 .menu-area .header-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 35px;
}
.header-layout2 .menu-area .header-logo a img {
    position: relative;
    z-index: 3;
}
@media (max-width: 1199px) {
    .header-layout2 .menu-area .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}
.header-layout2 .main-menu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--white);
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 5;
}
.header-layout2 .main-menu > ul > li > a:hover:before {
    width: 100%;
}
.header-layout2 .main-menu > ul > li > a:after {
    content: "\f107";
    display: inline-block;
    font-family: var(--icon-font);
    position: relative;
    margin-left: 4px;
    font-weight: 400;
    top: 0;
    font-size: 0.9em;
    color: var(--white);
    transition: 0.3s ease-in-out;
}
.header-layout2 .main-menu > ul > li > a:last-child:after {
    display: none;
}
.header-layout2 .main-menu > ul > li > a:hover:after {
    content: "\f107";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.header-layout2 .header-option {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-layout2 .header-option .nav_select {
    margin-left: 50px;
    position: relative;
}
.header-layout2 .header-option .nav_select button {
    padding: 20px;
    color: var(--black2);
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-layout2 .header-option .nav_select button i {
    color: var(--theme-color3);
    padding-right: 10px;
}
.header-layout2 .header-option .nav_select .dropdown-menu-right {
    border: none;
}
.header-layout2 .header-option .nav_select .dropdown-menu-right li a:hover {
    color: var(--theme-color3);
}
.header-layout2 .header-option .nav-option-item {
    position: relative;
    padding: 0 20px;
}
.header-layout2 .header-option .nav-option-item a {
    font-size: 20px;
    color: var(--white);
}
.header-layout2 .header-option .nav-option-item.wishlist {
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.header-layout2 .header-option .nav-option-item .count {
    position: absolute;
    left: 14px;
    top: -3px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 12px;
}
.header-layout2 .header-option .theme-btn.style1 {
    background: var(--theme-color3);
    color: var(--white);
    height: 54px;
}
.header-layout2 .header-option .theme-btn.style1::before {
    background: var(--yellow);
}
.header-layout2 .header-option .theme-btn.style1:is(:hover, :focus) {
    color: var(--white);
}

.main-menu a {
    display: block;
    position: relative;
    color: var(--white);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}
.main-menu a:hover,
.main-menu a.active {
    color: var(--white);
}
.main-menu > ul > li {
    margin: 0 15px;
}
.main-menu > ul > li > a {
    padding: 40px 0;
}
.main-menu > ul > li > a:hover {
    color: var(--white);
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu ul li.menu-item-has-children > a.active:after {
    color: var(--white);
}
.main-menu ul li:last-child {
    margin-right: 0 !important;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.main-menu ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
}
.main-menu ul .sub-menu a {
    font-size: 14px;
    line-height: 30px;
    color: var(--black);
}
.main-menu ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}
.main-menu ul .sub-menu li:last-child {
    border-bottom: none;
}
.main-menu ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    top: 1px;
    display: inline-block;
    color: var(--black);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
    content: "\f105";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px dashed var(--border-color1);
}
.main-menu ul .sub-menu li a:before {
    content: "\f101";
    position: absolute;
    font-family: var(--icon-font);
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--black);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.main-menu ul .sub-menu li a.active {
    color: var(--theme-color3);
}
.main-menu ul .sub-menu li a:hover {
    color: var(--theme-color3);
    padding-left: 27px;
}
.main-menu ul .sub-menu li a:hover:before {
    visibility: visible;
    color: var(--theme-color3);
    opacity: 1;
    left: 0;
}
.main-menu ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

.main-menu2 a {
    display: block;
    position: relative;
    color: var(--white);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.main-menu2 a:hover,
.main-menu2 a.active {
    color: var(--theme-color1);
}
.main-menu2 > ul > li {
    margin: 0 15px;
}
.main-menu2 > ul > li > a {
    padding: 40px 0;
}
.main-menu2 > ul > li > a:hover {
    color: var(--theme-color1);
}
.main-menu2 ul {
    margin: 0;
    padding: 0;
}
.main-menu2 ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu2 ul li.menu-item-has-children > a.active:after {
    color: var(--black);
}
.main-menu2 ul li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: var(--icon-font);
    position: relative;
    margin-left: 4px;
    font-weight: 400;
    top: 0;
    font-size: 0.9em;
    color: var(--black2);
    transition: 0.3s ease-in-out;
}
.main-menu2 ul li.menu-item-has-children > a:hover:after {
    content: "\f107";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.main-menu2 ul li:last-child {
    margin-right: 0 !important;
}
.main-menu2 ul li:first-child {
    margin-left: 0 !important;
}
.main-menu2 ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.main-menu2 ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
}
.main-menu2 ul .sub-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
}
.main-menu2 ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}
.main-menu2 ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.main-menu2 ul .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    top: 1px;
    display: inline-block;
    color: var(--black);
}
.main-menu2 ul .sub-menu li.menu-item-has-children > a :hover:after {
    content: "\f105";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.main-menu2 ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
}
.main-menu2 ul .sub-menu li a:before {
    content: "\f83e";
    position: absolute;
    font-family: var(--icon-font);
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--black);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.main-menu2 ul .sub-menu li a.active {
    color: var(--black);
}
.main-menu2 ul .sub-menu li a:hover {
    color: var(--black);
    padding-left: 27px;
}
.main-menu2 ul .sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.main-menu2 ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}
.main-menu2 ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

@media (max-width: 1899px) {
    .main-menu > ul > li {
        margin: 0 10px;
    }
    .main-menu2 > ul > li {
        margin: 0 13px;
    }
}
@media (max-width: 1399px) {
    .main-menu > ul > li {
        margin: 0 10px;
    }
    .main-menu2 > ul > li {
        margin: 0 10px;
    }
}
.sticky-wrapper2 {
    transition: 0.4s ease-in-out;
}
.sticky-wrapper2.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--theme-color3);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    animation: stickyAni 0.4s ease-in-out;
    z-index: 999;
}
.sticky-wrapper2.sticky .main-menu2 a {
    display: block;
    position: relative;
    color: var(--black);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.sticky-wrapper2.sticky .main-menu2 a:hover,
.sticky-wrapper2.sticky .main-menu2 a.active {
    color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 > ul > li {
    margin: 0 15px;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a {
    padding: 40px 0;
}
.sticky-wrapper2.sticky .main-menu2 > ul > li > a:hover {
    color: var(--theme-color1);
}
.sticky-wrapper2.sticky .main-menu2 ul {
    margin: 0;
    padding: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.sticky-wrapper2.sticky
    .main-menu2
    ul
    li.menu-item-has-children
    > a.active:after {
    color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul li.menu-item-has-children > a .svg path {
    fill: #000;
}
.sticky-wrapper2.sticky .main-menu2 ul li:last-child {
    margin-right: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:first-child {
    margin-left: 0 !important;
}
.sticky-wrapper2.sticky .main-menu2 ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.sticky-wrapper2.sticky
    .main-menu2
    ul
    .sub-menu
    li.menu-item-has-children
    > a:after {
    content: "\f105";
    top: 1px;
    display: inline-block;
    color: var(--black);
}
.sticky-wrapper2.sticky
    .main-menu2
    ul
    .sub-menu
    li.menu-item-has-children
    > a
    :hover:after {
    content: "\f105";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:before {
    content: "\f83e";
    position: absolute;
    font-family: var(--icon-font);
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--black);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a.active {
    color: var(--black);
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover {
    color: var(--black);
    padding-left: 27px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}
.sticky-wrapper2.sticky .main-menu2 ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}
.sticky-wrapper2.sticky .header-button .search-icon2 {
    color: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path {
    fill: var(--black);
}
.sticky-wrapper2.sticky .header-logo .svg path:nth-of-type(4) {
    fill: var(--theme-color1);
}

.header-button {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0 20px 0;
}
@media (max-width: 767px) {
    .header-button {
        border-left: 0px;
        padding: 25px 15px;
    }
}
@media (max-width: 449px) {
    .header-button {
        border-left: 0px;
        padding: 25px 10px;
    }
}
.header-button .theme-btn {
    text-transform: inherit;
}
.header-button .search-icon {
    color: var(--black);
    font-size: 24px;
    padding: 10px;
    width: 60px;
    height: 60px;
}
.header-button .search-icon2 {
    color: var(--white);
    font-size: 24px;
    padding: 10px;
    width: 60px;
    height: 60px;
}
.header-button .simple-icon {
    padding: 10px;
    width: 60px;
    height: 60px;
    line-height: 36px;
    text-align: center;
    color: var(--black);
}
.header-button .simple-icon.sidebar-btn {
    border-radius: 6px;
    border: 1px solid #262626;
}

.global-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.global-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--black);
    text-align: left;
}
@media (max-width: 449px) {
    .global-menu-wrapper .mobile-logo {
        padding: 20px 12px;
        text-align: left;
    }
}
.global-menu-wrapper .mobile-logo svg {
    max-width: 185px;
}
.global-menu-wrapper .global-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 36px;
    font-size: 18px;
    z-index: 1;
    color: var(--white);
    background-color: var(--theme-color1);
    border-radius: 50%;
}
.global-menu-wrapper .global-menu-toggle:hover {
    background-color: var(--black);
    color: var(--white);
}
@media (max-width: 449px) {
    .global-menu-wrapper .global-menu-toggle {
        right: 12px;
        top: 28px;
    }
}
.global-menu-wrapper .global-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color1);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}
.global-menu-wrapper.global-body-visible {
    opacity: 1;
    visibility: visible;
}
.global-menu-wrapper.global-body-visible .global-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.global-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
.global-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.global-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.global-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}
.global-mobile-menu ul li.menu-item-has-children {
    position: relative;
}
.global-mobile-menu ul li.menu-item-has-children:before {
    opacity: 1;
    visibility: visible;
    position: absolute;
    content: "+";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--black);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.global-mobile-menu ul li.menu-item-has-children.global-active:before {
    opacity: 0;
    visibility: hidden;
}
.global-mobile-menu ul li.menu-item-has-children.global-active:after {
    opacity: 1;
    visibility: visible;
}
.global-mobile-menu ul li.menu-item-has-children:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "\f068";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--black);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.global-mobile-menu ul li.menu-item-has-children a {
    padding-right: 18px;
}
.global-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--black);
}
.global-mobile-menu ul li.global-active > a {
    color: var(--theme-color1);
}
.global-mobile-menu ul li.global-active > a:before {
    transform: rotate(90deg);
}
.global-mobile-menu ul li ul li {
    padding-left: 20px;
}
.global-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}
.global-mobile-menu ul .global-item-has-children > a .global-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--text-color1);
    color: var(--black);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}
.global-mobile-menu
    ul
    .global-item-has-children
    > a
    .global-mean-expand:before {
    content: "\f067";
}
.global-mobile-menu ul .global-item-has-children > a:after {
    content: "\f067";
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--text-color1);
    float: right;
    margin-top: 1px;
}
.global-mobile-menu
    ul
    .global-item-has-children.global-active
    > a
    .global-mean-expand:before {
    content: "\f068";
}
.global-mobile-menu ul .global-item-has-children.global-active > a:after {
    content: "\f068";
}
.global-mobile-menu > ul {
    padding: 0 40px;
}
.global-mobile-menu > ul > li:last-child {
    border-bottom: none;
}
.global-mobile-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.global-mobile-menu::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.global-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme-color1);
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3) 25%,
        transparent 20%,
        transparent 50%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.3) 75%,
        transparent 75%,
        transparent
    );
}

.global-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    line-height: 52px;
    border: none;
    background-color: var(--theme-color1);
    color: var(--black);
    display: inline-block;
    border-radius: 5px;
}
.global-menu-toggle:hover {
    background-color: var(--white);
}
.global-menu-toggle.style-text,
.global-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--black);
    font-size: 20px;
}
.global-menu-toggle.style-text i,
.global-menu-toggle.style-text-white i {
    margin-right: 10px;
}
.global-menu-toggle.style-text-white {
    color: var(--white);
}
@media (max-width: 1199px) {
    .global-menu-toggle {
        background-color: var(--white);
    }
}

@media (max-width: 400px) {
    .global-menu-wrapper .global-menu-area {
        width: 100%;
        max-width: 270px;
    }
    .global-mobile-menu > ul {
        padding: 0 20px;
    }
}
.header-top-area {
    background: var(--black2);
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 200;
}
.header-top-area .header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 40px;
}
@media (max-width: 767px) {
    .header-top-area .header-top-wrapper {
        display: none;
    }
}
.header-top-area .header-top-wrapper .content ul {
    display: flex;
    gap: 47px;
    align-items: center;
}
@media (max-width: 767px) {
    .header-top-area .header-top-wrapper .content ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.header-top-area .header-top-wrapper .content ul li {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.header-top-area .header-top-wrapper .content ul li a {
    color: var(--white);
}
.header-top-area .header-top-wrapper .content ul li i {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-right: 6px;
}
.header-top-area .header-top-wrapper .social-content {
    display: flex;
    align-items: center;
}
.header-top-area .header-top-wrapper .social-content .title {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 16px;
}
.header-top-area .header-top-wrapper .social-content ul {
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-top-area .header-top-wrapper .social-content ul li a {
    color: var(--white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-layout3 {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}
@media (max-width: 1199px) {
    .header-layout3 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}
.header-layout3 .header-logo-wrapper {
    display: flex;
    gap: 20px;
}
.header-layout3 .header-logo-wrapper .nav_select {
    background-color: var(--bg-color1);
    padding: 10px 20px;
    border-radius: 4px;
}
.header-layout3 .header-logo-wrapper .nav_select i {
    color: var(--theme-color3);
}
.header-layout3 .menu-area {
    background: transparent;
    padding: 0 40px;
    background-color: var(--white) !important;
    border-radius: 0 0 30px 30px;
}
@media (max-width: 767px) {
    .header-layout3 .menu-area {
        padding: 0 15px;
    }
    .header-layout3 .menu-area .global-menu-toggle {
        width: 20px;
    }
}
.header-layout3 .menu-area .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-layout3 .menu-area .header-logo a img {
    position: relative;
    z-index: 3;
}
@media (max-width: 1199px) {
    .header-layout3 .menu-area .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}
.header-layout3 .main-menu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--white);
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 5;
}
.header-layout3 .main-menu > ul > li > a:hover:before {
    width: 100%;
}
.header-layout3 .main-menu3 a {
    display: block;
    position: relative;
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: capitalize;
}
.header-layout3 .main-menu3 a:hover,
.header-layout3 .main-menu3 a.active {
    color: var(--theme-color3);
}
.header-layout3 .main-menu3 > ul > li {
    margin: 0 8px;
}
@media (max-width: 1399px) {
    .header-layout3 .main-menu3 > ul > li {
        margin: 0 3px;
    }
}
.header-layout3 .main-menu3 > ul > li > a {
    padding: 40px 0;
}
.header-layout3 .main-menu3 > ul > li > a:hover {
    color: var(--theme-color3);
}
.header-layout3 .main-menu3 ul {
    margin: 0;
    padding: 0;
}
.header-layout3 .main-menu3 ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.header-layout3 .main-menu3 ul li.menu-item-has-children > a.active:after {
    color: var(--black);
}
.header-layout3 .main-menu3 ul li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: var(--icon-font);
    position: relative;
    margin-left: 4px;
    font-weight: 400;
    top: 0;
    font-size: 0.9em;
    color: var(--black2);
    transition: 0.3s ease-in-out;
}
.header-layout3 .main-menu3 ul li.menu-item-has-children > a:hover:after {
    content: "\f107";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.header-layout3 .main-menu3 ul li:last-child {
    margin-right: 0 !important;
}
.header-layout3 .main-menu3 ul li:first-child {
    margin-left: 0 !important;
}
.header-layout3 .main-menu3 ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.header-layout3 .main-menu3 ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
}
.header-layout3 .main-menu3 ul .sub-menu a {
    font-size: 14px;
    line-height: 30px;
    color: var(--black);
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px dashed var(--border-color1);
}
.header-layout3 .main-menu3 ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}
.header-layout3 .main-menu3 ul .sub-menu li:last-child {
    border-bottom: 0;
}
.header-layout3 .main-menu3 ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.header-layout3 .main-menu3 ul .sub-menu li.menu-item-has-children > a {
    position: relative;
}
.header-layout3 .main-menu3 ul .sub-menu li.menu-item-has-children > a:after {
    position: absolute;
    top: 0;
    content: "arrow";
    top: 1px;
    display: inline-block;
    color: var(--black);
}
.header-layout3
    .main-menu3
    ul
    .sub-menu
    li.menu-item-has-children
    > a:hover:after {
    content: "\f107";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.header-layout3 .main-menu3 ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
}
.header-layout3 .main-menu3 ul .sub-menu li a:before {
    content: "\f101";
    position: absolute;
    font-family: var(--icon-font);
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--theme-color3);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.header-layout3 .main-menu3 ul .sub-menu li a.active {
    color: var(--theme-color3);
}
.header-layout3 .main-menu3 ul .sub-menu li a:hover {
    color: var(--theme-color3);
    padding-left: 27px;
}
.header-layout3 .main-menu3 ul .sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.header-layout3 .main-menu3 ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}
.header-layout3 .main-menu3 ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}
.header-layout3 .header-option {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-layout3 .header-option .nav-option-item {
    position: relative;
    padding: 0 20px;
}
.header-layout3 .header-option .nav-option-item a {
    font-size: 20px;
    color: var(--black);
}
.header-layout3 .header-option .nav-option-item .count {
    position: absolute;
    left: 14px;
    top: -3px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--black2);
    font-size: 12px;
}
.header-layout3 .header-option .nav-option-item-input form {
    display: flex;
    margin-right: 10px;
}
.header-layout3 .header-option .nav-option-item-input input {
    width: 300px;
    height: 44px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--border-color1);
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
@media (max-width: 1599px) {
    .header-layout3 .header-option .nav-option-item-input input {
        width: 200px;
    }
}
.header-layout3 .header-option .nav-option-item-input input::placeholder {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.header-layout3 .header-option .nav-option-item-input button {
    margin-left: -30px;
    color: var(--text-color1);
}

.sticky-wrapper2 {
    transition: 0.4s ease-in-out;
}
.sticky-wrapper2.white-bg.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    animation: stickyAni 0.4s ease-in-out;
    z-index: 999;
}

/* 3. Hero */
.intro1 {
    padding: 215px 0 78px 0;
    position: relative;
    max-width: 1860px;
    margin: 30px auto 50px auto;
    border-radius: 20px;
}
@media (max-width: 1699px) {
    .intro1 {
        padding-top: 160px;
        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    .intro1 {
        margin-top: 0;
    }
}
.intro1-thumb-wrapper {
    position: relative;
}
.intro1__shape {
    position: absolute;
    right: 27px;
    top: 130px;
}
.intro1__shape2 {
    position: absolute;
    right: 90px;
    top: 194px;
}
.intro1__thumb {
    margin-bottom: -78px;
    max-width: 526px;
    margin-right: 0;
    margin-left: auto;
}
.intro1__thumb img {
    width: 100%;
}
@media (max-width: 991px) {
    .intro1__thumb {
        display: none;
    }
}
.intro1__profile {
    height: 90px;
    width: 262px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--white);
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .intro1__profile {
        left: 0;
    }
}
@media (max-width: 991px) {
    .intro1__profile {
        position: initial;
        margin-top: 90px;
    }
}
.intro1__profile-icon {
    height: 50px;
    width: 50px;
    border-radius: 4px;
    background-color: var(--yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.intro1__profile-counts {
    color: #110c2d;
    text-align: center;
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;
    margin-top: -10px;
}
.intro1__profile-text {
    color: var(--text-color1);
    text-align: center;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.32px;
}
.intro1-content {
    max-width: 727px;
}
@media (max-width: 1399px) {
    .intro1-content {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .intro1-content {
        padding-top: 0;
    }
}
.intro1-content__subtitle {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    position: relative;
    background: var(--theme-color2);
    color: white;
    padding: 10px 10px;
    border-radius: 0px;
    margin-left: 25px;
    margin-bottom: 25px;
}
@media (max-width: 449px) {
    .intro1-content__subtitle {
        font-size: 16px;
    }
}
.intro1-content__subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 24px solid var(--theme-color3);
    border-bottom: 23px solid var(--theme-color3);
    border-left: 20px solid transparent;
}
@media (max-width: 449px) {
    .intro1-content__subtitle::before {
        border-top: 23px solid var(--theme-color3);
    }
}
.intro1-content__subtitle::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 24px solid var(--theme-color3);
    border-bottom: 23px solid var(--theme-color3);
    border-right: 20px solid transparent;
}
@media (max-width: 449px) {
    .intro1-content__subtitle::after {
        border-top: 23px solid var(--theme-color3);
    }
}
.intro1-content__subtitle .text-color {
    color: var(--yellow);
}
.intro1-content__title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    padding-bottom: 30px;
}
@media (max-width: 1699px) {
    .intro1-content__title {
        font-size: 52px;
        line-height: 64px;
    }
}
@media (max-width: 767px) {
    .intro1-content__title {
        font-size: 46px;
        line-height: 54px;
    }
}
@media (max-width: 575px) {
    .intro1-content__title {
        font-size: 38px;
        line-height: 46px;
    }
}
@media (max-width: 500px) {
    .intro1-content__title {
        font-size: 34px;
        line-height: 40px;
    }
}
.intro1-content__title .text-color {
    color: var(--yellow);
}
.intro1-content__title .text-shape {
    position: relative;
    color: var(--yellow);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
}
.intro1-content__title .text-shape svg {
    position: absolute;
    bottom: -10px;
    right: 0;
}
@media (max-width: 767px) {
    .intro1-content__title .text-shape svg {
        display: none;
    }
}
.intro1-content__text {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 566px;
}
.intro1-content__form {
    margin-top: 30px;
    position: relative;
    max-width: 550px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.intro1-content__form .nav_select {
    position: relative;
    margin-right: -4px;
}
.intro1-content__form .nav_select button {
    padding: 20px;
    color: var(--black2);
    background-color: var(--white);
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--border-color1);
}
.intro1-content__form .nav_select button i {
    color: var(--theme-color3);
    padding-right: 10px;
}
.intro1-content__form .nav_select .dropdown-menu-right {
    border: none;
}
.intro1-content__form .nav_select .dropdown-menu-right li a:hover {
    color: var(--theme-color3);
}
.intro1-content__form-input {
    width: 100%;
    padding: 17px 16px;
    border-radius: 8px;
    background: var(--white);
    width: 100%;
    border: none;
}
@media (max-width: 1199px) {
    .intro1-content__form-input {
        margin-bottom: 60px;
    }
}
@media (max-width: 991px) {
    .intro1-content__form-input {
        margin-bottom: 0px;
    }
}
.intro1-content__form-input::placeholder {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.intro1-content__form-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.intro1-content__form-btn.theme-btn.style1 {
    height: 50px;
}
.intro1-wrapper {
    position: relative;
}
.intro1-instructor {
    width: 827px;
    border-radius: 30px;
    border: 1px solid var(--border-color1);
    background: var(--bg-color1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -165px;
    padding: 30px;
    gap: 30px;
}
@media (max-width: 1199px) {
    .intro1-instructor {
        bottom: -200px;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .intro1-instructor {
        position: initial;
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .intro1-instructor {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.intro1-instructor__item {
    padding-right: 70px;
}
@media (max-width: 767px) {
    .intro1-instructor__item {
        padding-right: 0;
    }
}
@media (max-width: 449px) {
    .intro1-instructor__item {
        width: 50%;
        margin: 0 auto;
    }
}
.intro1-instructor__item-icon {
    height: 60px;
    width: 60px;
}
.intro1-instructor__item-counts {
    color: var(--theme-color1);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.intro1-instructor__item-text {
    color: #110c2d;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.intro1-instructor__card {
    padding: 59px 10px 20px 20px;
    border-radius: 20px;
    background: var(--theme-color1);
    position: relative;
    width: 170px;
}
@media (max-width: 767px) {
    .intro1-instructor__card {
        padding-top: 20px;
    }
}
.intro1-instructor__card-thumb {
    position: absolute;
    top: -73px;
}
@media (max-width: 767px) {
    .intro1-instructor__card-thumb {
        position: initial;
    }
}
.intro1-instructor__card-shape {
    position: absolute;
    top: 7px;
    right: 10px;
}
.intro1-instructor__card-subject {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.intro1-instructor__card-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--yellow);
}

.intro2 {
    padding: 160px 0 107px 0;
    position: relative;
}
@media (max-width: 500px) {
    .intro2 {
        padding: 100px 0;
    }
}
.intro2-thumb-wrapper {
    position: relative;
}
.intro2__shape {
    position: absolute;
    right: 27px;
    top: 130px;
}
.intro2__shape2 {
    position: absolute;
    right: 90px;
    top: 194px;
}
.intro2__thumb {
    max-width: 453px;
    margin-right: 0;
    margin-left: auto;
}
.intro2__thumb img {
    width: 100%;
}
.intro2__profile {
    height: 150px;
    width: 150px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid var(--white);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(150px);
    position: absolute;
    left: 60px;
    top: 46%;
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .intro2__profile {
        left: 0;
    }
}
.intro2__profile-counts {
    color: #110c2d;
    text-align: center;
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;
    margin-top: -10px;
}
.intro2__profile-text {
    color: var(--text-color1);
    text-align: center;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.32px;
}
.intro2-content {
    max-width: 728px;
    padding-top: 70px;
}
@media (max-width: 1399px) {
    .intro2-content {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .intro2-content {
        padding-top: 0;
    }
}
.intro2-content__subtitle {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 5px;
}
.intro2-content__subtitle .text-color {
    color: var(--yellow);
}
.intro2-content__subtitle .text-shape {
    position: relative;
    color: var(--yellow);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
}
.intro2-content__subtitle .text-shape svg {
    position: absolute;
    bottom: -3px;
    right: 0;
}
.intro2-content__title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
}
@media (max-width: 1699px) {
    .intro2-content__title {
        font-size: 52px;
        line-height: 64px;
    }
}
@media (max-width: 767px) {
    .intro2-content__title {
        font-size: 40px;
        line-height: 54px;
    }
}
@media (max-width: 500px) {
    .intro2-content__title {
        font-size: 34px;
        line-height: 46px;
    }
}
.intro2-content__title .text-color {
    color: var(--theme-color3);
}
.intro2-content__title .text-shape {
    position: relative;
    color: var(--yellow);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
}
.intro2-content__title .text-shape svg {
    position: absolute;
    bottom: -10px;
    right: 0;
}
.intro2-content__form {
    margin-top: 45px;
    position: relative;
    max-width: 495px;
}
.intro2-content__form-input {
    width: 100%;
    padding: 17px 16px;
    border-radius: 8px;
    background: var(--white);
    border: none;
}
.intro2-content__form-input::placeholder {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.intro2-content__form-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color1);
    border-radius: 8px;
}
.intro2-content__form-btn.theme-btn {
    height: 50px;
}
.intro2-content__list {
    display: flex;
    align-items: center;
    gap: 65px;
    margin-top: 30px;
    flex-wrap: wrap;
}
@media (max-width: 500px) {
    .intro2-content__list {
        gap: 8px;
        margin-top: 20px;
    }
}
.intro2-content__list li {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 4. Course */
.course1-card {
    padding: 20px;
    border: 1px solid var(--border-color1);
    border-radius: 10px;
    background: var(--white);
}
@media (max-width: 449px) {
    .course1-card {
        padding: 12px;
    }
}
.course1-card__thumb {
    position: relative;
}
.course1-card__thumb img {
    border-radius: 10px;
}
.course1-card__thumb-man {
    position: absolute;
    bottom: 0;
    right: 2%;
}
.course1-card-content {
    margin-top: 30px;
}
.course1-card-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.course1-card-content-top__subject {
    padding: 6px 10px;
    border-radius: 6px;
    background: rgba(0, 88, 224, 0.1);
    color: var(--theme-color3);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    height: 24px;
}
.course1-card-content-top__price {
    color: var(--theme-color3);
    text-align: right;
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.course1-card__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.course1-card-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 10px;
    padding-bottom: 14px;
    margin-bottom: 24px;
    border-bottom: 1px dashed var(--border-color1);
}
.course1-card-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.course1-card-meta__text {
    color: var(--text-color1);
    font-family: H var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.course1-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course1-card__profile {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.course1-card__icon {
    font-size: 12px;
    color: var(--yellow);
}
.course1__btn-wrapper {
    text-align: right;
}
@media (max-width: 767px) {
    .course1__btn-wrapper {
        text-align: left;
    }
}
.course1-slider {
    padding-bottom: 60px;
}
.course1 .slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 48px;
    padding-bottom: 5px;
}
.course1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #eeecfd;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--theme-color3);
    box-shadow: none;
}
.course1 .swiper-pagination-bullet-active {
    background-color: var(--theme-color3);
    width: 36px;
    height: 16px;
    border-radius: 999px;
    border-color: var(--theme-color3);
}

.course2 {
    background-color: var(--bg-color1);
    position: relative;
}
.course2-card {
    border-radius: 10px;
    background: var(--white);
}
.course2-card__thumb {
    position: relative;
}
.course2-card__thumb img {
    border-radius: 10px 10px 0 0;
}
.course2-card__badge-wrapper {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    left: 16px;
    top: 16px;
}
.course2-card__badge-wrapper .badge {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    border-radius: 4px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.course2-card__badge-wrapper .badge.bg-red {
    background: #f20303;
}
.course2-card__badge-wrapper .badge.bg-blue {
    background-color: var(--theme-color3);
}
.course2-card__badge-wrapper .badge i {
    padding-right: 4px;
}
.course2-card-content {
    padding: 20px 20px 24px 20px;
}
.course2-card-content-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.course2-card-content-top__rating {
    display: flex;
    align-items: center;
    color: var(--yellow);
    gap: 4px;
    font-size: 12px;
}
.course2-card-content-top__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.course2-card__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.course2-card-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 6px;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px dashed var(--border-color1);
}
.course2-card-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.course2-card-meta__text {
    color: var(--text-color1);
    font-family: H var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.course2-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course2-card__profile {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.course2-card__price {
    color: var(--theme-color3);
    text-align: right;
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.course2__shape1 {
    position: absolute;
    left: 56px;
    bottom: 150px;
}
.course2__shape2 {
    position: absolute;
    right: 20px;
    top: 218px;
    z-index: 1;
}
@media (max-width: 575px) {
    .course2__shape2 {
        display: none;
    }
}
.course2__shape3 {
    position: absolute;
    right: 0;
    top: 145px;
}
@media (max-width: 575px) {
    .course2__shape3 {
        display: none;
    }
}
.course2__shape4 {
    position: absolute;
    right: 0;
    top: 0px;
}
@media (max-width: 500px) {
    .course2__shape4 {
        display: none;
    }
}
.course2__shape5 {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 500px) {
    .course2__shape5 {
        display: none;
    }
}
.course2-bottom {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 449px) {
    .course2-bottom {
        margin-top: 30px;
    }
}
.course2-bottom::after {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 1px;
    content: "";
    background-color: var(--border-color1);
}
@media (max-width: 1399px) {
    .course2-bottom::after {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .course2-bottom::after {
        display: none;
    }
}
.course2-bottom .swiper-arrow {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 449px) {
    .course2-bottom .swiper-arrow {
        display: none;
    }
}
.course2-bottom .swiper-arrow .swiper-nav {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color1);
    color: var(--black2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;
}
.course2-bottom .swiper-arrow .swiper-nav:hover {
    background-color: var(--theme-color3);
    color: var(--white);
}

.live-course2__thumb-wrapper {
    position: relative;
}
@media (max-width: 1199px) {
    .live-course2__thumb-wrapper {
        margin-bottom: 50px;
    }
}
.live-course2__thumb-bg {
    position: absolute;
    bottom: -37px;
    left: 40px;
}
.live-course2__thumb {
    position: relative;
    z-index: 3;
    max-width: 513px;
    margin: 0 auto;
}
.live-course2__shape {
    position: absolute;
    left: -40px;
    top: 180px;
    z-index: 4;
}
.live-course2-card-slider {
    padding-bottom: 60px;
}
.live-course2-card {
    display: flex;
    gap: 24px;
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    padding: 15px;
}
@media (max-width: 1899px) {
    .live-course2-card {
        gap: 12px;
    }
}
@media (max-width: 1699px) {
    .live-course2-card {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .live-course2-card {
        flex-wrap: nowrap;
    }
}
@media (max-width: 767px) {
    .live-course2-card {
        flex-wrap: wrap;
    }
}
.live-course2-card__thumb {
    position: relative;
    flex-shrink: 0;
}
.live-course2-card__thumb img {
    border-radius: 10px 10px 0 0;
}
.live-course2-card__badge-wrapper {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    left: 16px;
    top: 16px;
}
.live-course2-card__badge-wrapper .badge {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    border-radius: 4px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.live-course2-card__badge-wrapper .badge i {
    padding-right: 4px;
}
.live-course2-card__badge-wrapper .badge.bg-red {
    background: #f20303;
}
.live-course2-card-content-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.live-course2-card-content-top__rating {
    display: flex;
    align-items: center;
    color: var(--yellow);
    gap: 4px;
    font-size: 12px;
}
.live-course2-card-content-top__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.live-course2-card__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.live-course2-card-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed var(--border-color1);
}
.live-course2-card-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.live-course2-card-meta__text {
    color: var(--text-color1);
    font-family: H var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.live-course2-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.live-course2-card__profile {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.live-course2-card__link {
    color: var(--theme-color3);
    text-align: right;
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--theme-color3);
}
.live-course2 .swiper-slide:nth-child(1n) {
    border-radius: 10px;
    background-color: var(--white);
}
.live-course2 .swiper-slide:nth-child(2n) {
    border-radius: 10px;
    background-color: var(--white);
}
.live-course2 .swiper-slide:nth-child(3n) {
    border-radius: 10px;
    background-color: var(--white);
}
.live-course2 .swiper-slide:nth-child(4n) {
    border-radius: 10px;
    background-color: var(--white);
}
.live-course2 .slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 48px;
    padding-bottom: 5px;
}
.live-course2 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #eeecfd;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--theme-color3);
    box-shadow: none;
}
.live-course2 .swiper-pagination-bullet-active {
    background-color: var(--theme-color3);
    width: 36px;
    height: 16px;
    border-radius: 999px;
    border-color: var(--theme-color3);
}

.course3-card {
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.04);
    padding: 60px 20px 30px 20px;
    text-align: center;
    transition: 0.4s all ease-in-out;
    position: relative;
    z-index: 3;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .course3-card {
        margin-bottom: 24px;
    }
}
@media (max-width: 449px) {
    .course3-card {
        padding: 60px 18px 30px 18px;
    }
}
.course3-card .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}
.course3-card .icon svg {
    transition: fill 0.3s ease;
}
.course3-card__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 10px;
}
.course3-card__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.course3-card.card2 .icon {
    background-color: #ffa500;
}
.course3-card.card2:hover {
    background-color: #ffa500;
}
.course3-card.card2:hover .icon {
    background-color: var(--white);
}
.course3-card.card2:hover .icon svg path {
    fill: #ffa500 !important;
}
.course3-card.card2:hover h4,
.course3-card.card2:hover p {
    color: var(--white);
}
.course3-card.card1 .icon {
    background-color: #fe3852;
}
.course3-card.card1:hover {
    background-color: #fe3852;
}
.course3-card.card1:hover .icon {
    background-color: var(--white);
}
.course3-card.card1:hover .icon svg path {
    fill: #fe3852;
}
.course3-card.card1:hover h4,
.course3-card.card1:hover p {
    color: var(--white);
}
.course3-card.card3 .icon {
    background-color: #9138fe;
}
.course3-card.card3:hover {
    background-color: #9138fe;
}
.course3-card.card3:hover .icon {
    background-color: var(--white);
}
.course3-card.card3:hover .icon svg path {
    fill: #9138fe;
}
.course3-card.card3:hover h4,
.course3-card.card3:hover p {
    color: var(--white);
}
.course3-card.card4 .icon {
    background-color: #388efe;
}
.course3-card.card4:hover {
    background-color: #388efe;
}
.course3-card.card4:hover .icon {
    background-color: var(--white);
}
.course3-card.card4:hover .icon svg path {
    fill: #388efe;
}
.course3-card.card4:hover h4,
.course3-card.card4:hover p {
    color: var(--white);
}

.course4-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    padding: 20px;
    margin-bottom: 24px;
}
@media (max-width: 449px) {
    .course4-top {
        flex-wrap: wrap;
    }
}
.course4-top .nav_select {
    display: flex;
    align-items: center;
    gap: 12px;
}
.course4-top .nav_select .dropdown-toggle {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.course4-top .show-product-count {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.course4.page-style .course1-card-content-top__subject {
    color: var(--theme-color3);
    background: rgba(0, 88, 224, 0.1);
}
.course4.page-style .course1-card-content-top__price {
    color: var(--theme-color3);
}
.course4.page-style .course1-card {
    margin-bottom: 24px;
}

.course-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    padding: 20px;
    margin-bottom: 24px;
}
@media (max-width: 449px) {
    .course-list-top {
        flex-wrap: wrap;
        gap: 6px;
    }
}
.course-list-top .nav_select {
    display: flex;
    align-items: center;
    gap: 12px;
}
.course-list-top .nav_select .dropdown-toggle {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.course-list-top .show-product-count {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.course-list.page-style .live-course2-card {
    padding-right: 30px;
    margin-bottom: 30px;
}
@media (max-width: 449px) {
    .course-list.page-style .live-course2-card {
        padding-right: 10px;
    }
}
.course-list.page-style .live-course2-card .live-course2-card__thumb {
    width: 310px;
}
@media (max-width: 449px) {
    .course-list.page-style .live-course2-card .live-course2-card__thumb {
        width: 100%;
    }
}
.course-list.page-style .live-course2-card .live-course2-card__thumb .badge {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
}
.course-list.page-style
    .live-course2-card
    .live-course2-card__thumb
    .badge.bg-red {
    background: #f20303;
}
.course-list.page-style
    .live-course2-card
    .live-course2-card__thumb
    .badge.bg-blue {
    background-color: var(--theme-color3);
}
.course-list.page-style .live-course2-card .live-course2-card-content {
    width: 100%;
}
.course-list.page-style
    .live-course2-card
    .live-course2-card-content
    .live-course2-card-content-top__price {
    color: var(--black2);
    text-align: right;
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.course-list.page-style .live-course2-card-text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 626px;
    padding-bottom: 14px;
}
.course-list.page-style .live-course2-card__link {
    color: var(--black2);
}
.course-list.page-style .live-course2-card__link:hover {
    color: var(--theme-color3);
}

.course-details-thumb-wrapper {
    position: relative;
    margin-bottom: 35px;
}
.course-details-man {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 1599px) {
    .course-details-man {
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .course-details-man {
        max-width: 150px;
    }
}
@media (max-width: 449px) {
    .course-details-man {
        max-width: 100px;
    }
}
.course-details__video {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, 50%);
}
@media (max-width: 449px) {
    .course-details__video {
        top: 13px;
    }
}
.course-details-top {
    border: 1px solid var(--border-color1);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .course-details-top {
        padding: 16px;
    }
}
.course-details-top__subject {
    padding: 10px 10px;
    border-radius: 4px;
    background: rgba(0, 88, 224, 0.1);
    color: var(--theme-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
}
.course-details-top__rating {
    display: flex;
    align-items: center;
    margin-left: 16px;
}
.course-details-top__rating ul {
    display: flex;
    align-items: center;
    gap: 2px;
}
.course-details-top__rating ul li {
    font-size: 12px;
    color: var(--yellow);
}
.course-details-top__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.course-details-top__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 22px 0 24px 0;
    border-bottom: 1px dashed var(--border-color1);
}
@media (max-width: 449px) {
    .course-details-top__title {
        font-size: 20px;
        line-height: 26px;
    }
}
.course-details-top__profile {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .course-details-top__profile {
        gap: 10px;
        flex-wrap: wrap;
    }
}
.course-details-top__profile-thumb {
    display: flex;
    align-items: center;
    gap: 16px;
}
.course-details-top__profile-thumb img {
    width: 43px;
}
.course-details-top-auth__title {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.course-details-top-auth__info {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
}
.course-details__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 25px;
}
.course-details__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.course-details__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 22px 0 20px 0;
}
@media (max-width: 767px) {
    .course-details__list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.course-details__list li {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.course-details__list li span {
    padding-right: 4px;
}
.course-details .team2-card {
    margin-bottom: 45px;
}
.course-details-review-wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 40px;
}
@media (max-width: 767px) {
    .course-details-review-wrapper {
        gap: 20px;
        flex-wrap: wrap;
    }
}
.course-details-review-box {
    width: 137px;
    height: 122px;
    text-align: end;
    border-radius: 12px;
    border: 1px solid #e1e4e5;
    background: var(--white);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course-details-review-box__count {
    color: var(--black);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 8px;
}
.course-details-review-box__rating {
    display: flex;
    justify-content: center;
}
.course-details-review-box__rating li {
    color: var(--yellow);
}
.course-details-review-box__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-top: 4px;
}
.course-details-review-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.course-details-review-card__profile {
    flex-shrink: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 449px) {
    .course-details-review-card__profile {
        display: none;
    }
}
.course-details-review-card__profile img {
    width: 100%;
    border-radius: 50%;
}
.course-details-review-card__content-name {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.course-details-review-card__content-date {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    padding-bottom: 16px;
}
.course-details-review-card__content-text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.course-details-review-card__content-rating {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 10%;
}
.course-details-review-card__content-rating li {
    color: var(--yellow);
}
.course-details-curriculum {
    border-radius: 16px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    margin-bottom: 50px;
}
.course-details-curriculum__title {
    background-color: var(--theme-color3);
    padding: 24px;
    border-radius: 16px 16px 0 0;
}
.course-details-curriculum__title h4 {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.course-details-curriculum .course-details-curriculum-list {
    padding: 24px;
}
@media (max-width: 449px) {
    .course-details-curriculum .course-details-curriculum-list {
        padding: 10px 4px;
    }
}
.course-details-curriculum .course-details-curriculum-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    border: 0.5px solid var(--border-color1);
    background: var(--white);
    padding: 16px;
    margin-bottom: 12px;
}
@media (max-width: 449px) {
    .course-details-curriculum .course-details-curriculum-list li {
        padding: 10px;
    }
}
.course-details-curriculum .course-details-curriculum-list li span {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.course-details-curriculum .course-details-curriculum-list li span img {
    padding-right: 6px;
}
.course-details-curriculum .course-details-curriculum-list li:last-child {
    margin-bottom: 0;
}
.course-details-curriculum .course-details-curriculum-list li span {
    text-align: left;
}
.course-details-right {
    border-radius: 16px;
    border: 1px solid var(--border-color1);
    background: var(--white);
}
@media (max-width: 1199px) {
    .course-details-right {
        margin-top: 30px;
    }
}
.course-details-right__thumb {
    position: relative;
    margin: 12px;
}
.course-details-right__thumb img {
    width: 100%;
}
.course-details-right__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.course-details-right__video .ripple::before,
.course-details-right__video .ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 #dfdfdf;
    animation: rippleOne 3s infinite;
}
.course-details-right__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    padding: 10px 0 10px 24px;
}
.course-details-right__list {
    padding: 0 24px 20px 24px;
}
.course-details-right__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px dashed var(--border-color1);
}
.course-details-right__list li span {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.course-details-right__list li span.title {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.course-details-right__list li span i {
    color: var(--theme-color3);
    padding-right: 4px;
}
.course-details-right__video-btn {
    background-color: var(--white);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color3);
}
.course-details-right__btn-wrapper {
    padding: 10px 24px 24px 24px;
    text-align: center;
}
.course-details-right__btn-wrapper .theme-btn {
    width: 100%;
    border-radius: 999px;
    margin-bottom: 22px;
}
.course-details-right__btn-wrapper .theme-btn::before {
    border-radius: 999px;
}
.course-details-right__btn-wrapper .share-btn {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.course-details-right__btn-wrapper .share-btn i {
    color: var(--theme-color3);
}

/* 5. About */
.about1 {
    max-width: 1860px;
    background: var(--theme-color3);
    border-radius: 30px;
    margin: auto;
    position: relative;
}
.about1-content-wrapper {
    max-width: 572px;
    margin-left: auto;
    margin-right: 0;
}
@media (max-width: 1199px) {
    .about1-content-wrapper {
        margin-left: 0;
        max-width: 80%;
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .about1-content-wrapper {
        max-width: 100%;
    }
}
.about1-thumb-wrapper {
    position: relative;
}
@media (max-width: 1399px) {
    .about1-thumb-wrapper {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .about1-thumb-wrapper {
        margin-right: 0;
    }
}
.about1-thumb1 {
    max-width: 494px;
    margin-left: 84px;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
@media (max-width: 1399px) {
    .about1-thumb1 {
        margin-left: 0;
    }
}
@media (max-width: 1199px) {
    .about1-thumb1 {
        margin-left: 180px;
    }
}
@media (max-width: 991px) {
    .about1-thumb1 {
        margin-left: 0;
    }
}
.about1-thumb2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
}
@media (max-width: 767px) {
    .about1-thumb2 {
        display: none;
    }
}
.about1-client {
    margin-left: 84px;
    display: flex;
    align-items: center;
    padding-top: 20px;
    gap: 10px;
}
@media (max-width: 1399px) {
    .about1-client {
        margin-left: 0;
    }
}
@media (max-width: 1199px) {
    .about1-client {
        margin-left: 180px;
    }
}
@media (max-width: 991px) {
    .about1-client {
        margin-left: 0;
    }
}
.about1-client__avatar {
    display: flex;
    align-items: center;
}
.about1-client__avatar img {
    margin-left: -18px;
}
.about1-client__avatar img:first-child {
    margin-left: 0;
}
.about1-client__rating-list {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 20px;
    color: var(--yellow);
}
.about1-client__rating-text {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 12.181px;
    font-style: normal;
    font-weight: 600;
    line-height: 165%;
}
.about1-counter-wrapper {
    position: absolute;
    right: 0px;
    top: 130px;
    display: flex;
    align-items: center;
    z-index: 4;
}
@media (max-width: 767px) {
    .about1-counter-wrapper {
        display: none;
    }
}
.about1-counter-wrapper .content .counts {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.about1-counter-wrapper .content .text {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.about1 .section-top__subtitle {
    color: var(--yellow);
    line-height: 1;
}
.about1-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.about1-item-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 35px;
    margin-bottom: 45px;
}
@media (max-width: 449px) {
    .about1-item-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 30px;
    }
}
.about1-item__icon {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0d69f6;
}
.about1-item__content {
    max-width: 185px;
}
.about1-item__content-title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.about1-item__content-text {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: lowercase;
    text-align: start;
}
.about1-item-list {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.about1-item-list__icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d69f6;
    border-radius: 50%;
}
.about1-item-list__text {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}
.about1-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 449px) {
    .about1-bottom {
        flex-wrap: wrap;
        gap: 16px;
    }
}
.about1-bottom .theme-btn {
    background-color: var(--yellow);
    border-radius: 100px;
    padding: 20px 24px;
    height: 54px;
}
.about1-bottom .theme-btn::before {
    border-radius: 100px;
}
.about1-bottom-profile {
    display: flex;
    align-items: center;
    gap: 16px;
}
.about1-bottom-profile-img img {
    border-radius: 50%;
}
.about1-bottom-profile-content__name {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}
.about1-bottom-profile-content__desig {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.about1__shape1 {
    position: absolute;
    left: 18px;
    bottom: 30px;
}
.about1__shape2 {
    position: absolute;
    left: 0;
    top: 10%;
}
.about1__shape3 {
    position: absolute;
    top: 43px;
    right: 20px;
}
.about1__shape4 {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
}
@media (max-width: 767px) {
    .about1__shape4 {
        display: none;
    }
}
.about1__shape5 {
    position: absolute;
    right: -30px;
    bottom: 0;
    z-index: 3;
}
@media (max-width: 1399px) {
    .about1__shape5 {
        right: 0;
    }
}
@media (max-width: 767px) {
    .about1__shape5 {
        display: none;
    }
}
.about1__shape6 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about2 {
    position: relative;
}
.about2-thumb-wrapper {
    position: relative;
}
.about2-thumb-wrapper .thumb1 {
    position: absolute;
    z-index: 1;
    left: 40px;
    top: -40px;
    max-width: 400px;
}
@media (max-width: 1399px) {
    .about2-thumb-wrapper .thumb1 {
        left: 0;
    }
}
@media (max-width: 500px) {
    .about2-thumb-wrapper .thumb1 {
        display: none;
    }
}
.about2-thumb-wrapper .thumb2 {
    text-align: right;
    padding-top: 100px;
    max-width: 400px;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    z-index: 3;
}
.about2-thumb-wrapper .thumb2 img {
    width: 100%;
}
.about2-counter-wrapper {
    position: absolute;
    right: 50px;
    top: 27px;
    display: flex;
    align-items: center;
    z-index: 3;
}
.about2-counter-wrapper .content .counts {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.about2-counter-wrapper .content .text {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.about2-content {
    max-width: 535px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.about2-content .section-top2 {
    margin-bottom: 30px;
}
.about2-content-card-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 500px) {
    .about2-content-card-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.about2-content__card {
    display: flex;
    gap: 16px;
}
.about2-content__card-icon {
    border-radius: 8px;
    background: rgba(0, 88, 224, 0.1);
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.about2-content__card-info {
    max-width: 163px;
}
.about2-content__card-info .title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}
.about2-content__card-info .text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.about2-content__btn-wrapper {
    padding-top: 50px;
}
@media (max-width: 500px) {
    .about2-content__btn-wrapper {
        padding-top: 20px;
    }
}
.about2__shape4 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about2__shape1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about2__shape2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about2__shape3 {
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 1;
}
.about2__shape5 {
    position: absolute;
    right: 220px;
    top: 60px;
}

/* 6. Meanmenu */
/*----------------------------------------------
    # Meanmenu style here
----------------------------------------------*/
.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items {
        flex-wrap: wrap;
    }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
    position: relative;
}
@media (max-width: 1199px) {
    .mean-container .mean-nav > ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--text-color2);
        padding: 10px;
    }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb
    .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb
    .demo-button
    .theme-btn {
    padding: 12px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb
    .demo-button
    .theme-btn:hover {
    color: var(--white) !important;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb::before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(20, 19, 19, 0)),
        to(#5e5ef6)
    );
    background: linear-gradient(
        to bottom,
        rgba(99, 92, 92, 0) 0%,
        #252527 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb:hover
    .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.mean-container
    .mean-nav
    > ul
    .homemenu-items
    .homemenu
    .homemenu-thumb:hover
    .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--white) !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--text-color1) !important;
    border: none;
}
.mean-container .mean-nav ul li a:hover {
    color: var(--theme-color1);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--black);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

/* 7. Features */
.features2 {
    background-color: var(--black2);
    position: relative;
    padding: 70px 0;
}
.features2-item-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199px) {
    .features2-item-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .features2-item-wrapper {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
}
.features2-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.features2-item__content-title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding-bottom: 20px;
}
.features2-item__content-text {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.features2__shape1 {
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 575px) {
    .features2__shape1 {
        display: none;
    }
}
.features2__shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 8. Team */
.team1-card {
    padding: 12px;
    border-radius: 16px;
    border: 1px solid var(--border-color1);
    background: var(--white);
}
@media (max-width: 575px) {
    .team1-card {
        max-width: 330px;
        margin: 0 auto;
    }
}
.team1-card__thumb {
    position: relative;
}
.team1-card__social {
    display: inline-flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 8px;
    margin-top: 26px;
    position: absolute;
    right: 25px;
    bottom: 0;
}
.team1-card__social:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.team1-card__social .share {
    border-radius: 6px 6px 0 0;
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}
.team1-card__social .share i {
    font-size: 20px;
    color: var(--theme-color3);
}
.team1-card__social ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    transition: 0.4s all ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
.team1-card__social ul li a {
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    border: 1px solid var(--border-color1);
    font-size: 20px;
    color: var(--theme-color3);
    transition: 0.4s all ease-in-out;
    background-color: var(--white);
}
.team1-card__social ul li a:hover {
    background-color: var(--theme-color3);
    color: var(--white);
    border-color: var(--theme-color3);
}
.team1-card__content {
    padding: 20px 18px 10px;
}
@media (max-width: 767px) {
    .team1-card__content {
        padding: 20px 10px 10px;
    }
}
.team1-card__content-name {
    color: #082a5e;
    font-family: var(--title-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 3px;
}
@media (max-width: 767px) {
    .team1-card__content-name {
        font-size: 20px;
    }
}
.team1-card.style3 .team1-card__social {
    display: inline-flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 8px;
    margin-top: 26px;
    position: absolute;
    right: 25px;
    bottom: 0;
}
.team1-card.style3 .team1-card__social:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.team1-card.style3 .team1-card__social .share i {
    color: var(--theme-color3);
}
.team1-card.style3 .team1-card__social ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    transition: 0.4s all ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
.team1-card.style3 .team1-card__social ul li a {
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    border: 1px solid var(--border-color1);
    font-size: 20px;
    color: var(--theme-color3);
    transition: 0.4s all ease-in-out;
    background-color: var(--white);
}
.team1-card.style3 .team1-card__social ul li a:hover {
    background-color: var(--theme-color3);
    color: var(--white);
    border-color: var(--theme-color3);
}
.team1-bottom {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 449px) {
    .team1-bottom {
        margin-top: 30px;
    }
}
.team1-bottom::after {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 1px;
    content: "";
    background-color: var(--border-color1);
}
@media (max-width: 1399px) {
    .team1-bottom::after {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .team1-bottom::after {
        display: none;
    }
}
.team1-bottom .swiper-arrow {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 449px) {
    .team1-bottom .swiper-arrow {
        display: none;
    }
}
.team1-bottom .swiper-arrow .swiper-nav {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color1);
    color: var(--black2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;
}
.team1-bottom .swiper-arrow .swiper-nav:hover {
    background-color: var(--theme-color3);
    color: var(--white);
}
.team1.page-style {
    padding-bottom: 90px;
}
.team1.page-style .team1-card {
    margin: 0 auto 30px auto;
    max-width: 330px;
    text-align: center;
}

.team2 {
    position: relative;
    background-color: var(--bg-color1);
}
.team2-card {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 16px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    padding: 12px;
}
@media (max-width: 767px) {
    .team2-card {
        flex-wrap: wrap;
    }
}
.team2-card__thumb {
    flex-shrink: 0;
}
.team2-card__thumb img {
    width: 100%;
    border-radius: 16px;
}
@media (max-width: 1599px) {
    .team2-card__thumb {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .team2-card__thumb {
        width: 100%;
    }
}
.team2-card-content__head {
    border-bottom: 1px dashed var(--border-color1);
    margin-bottom: 18px;
}
.team2-card-content__head-name {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 4px;
}
.team2-card-content__head-title {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 14px;
}
.team2-card-content__meta {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 1899px) {
    .team2-card-content__meta {
        gap: 10px;
    }
}
.team2-card-content__meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.team2-card-content__meta__text {
    color: var(--text-color1);
    font-family: H var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.team2-card-content-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team2-card-content-rating__list {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 3px;
}
.team2-card-content-rating__list li {
    color: var(--yellow);
}
.team2-card-content__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: lowercase;
    padding-top: 20px;
}
.team2-card-content__text span {
    text-transform: capitalize;
}
.team2-card-content__social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
}
.team2-card-content__social:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.team2-card-content__social .share {
    border-radius: 6px;
    background: var(--theme-color3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
}
.team2-card-content__social .share i {
    font-size: 20px;
    color: var(--white);
}
.team2-card-content__social ul {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.4s all ease-in-out;
    transform: translateX(-20px);
    opacity: 0;
    visibility: hidden;
}
.team2-card-content__social ul li a {
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 5px;
    border: 1px solid var(--border-color1);
    font-size: 20px;
    color: var(--theme-color3);
    transition: 0.4s all ease-in-out;
}
.team2-card-content__social ul li a:hover {
    background-color: var(--theme-color3);
    color: var(--white);
}
.team2-bottom {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 449px) {
    .team2-bottom {
        margin-top: 30px;
    }
}
.team2-bottom::after {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 1px;
    content: "";
    background-color: var(--border-color1);
}
@media (max-width: 1399px) {
    .team2-bottom::after {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .team2-bottom::after {
        display: none;
    }
}
.team2-bottom .swiper-arrow {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 449px) {
    .team2-bottom .swiper-arrow {
        display: none;
    }
}
.team2-bottom .swiper-arrow .swiper-nav {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color1);
    color: var(--black2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;
}
.team2-bottom .swiper-arrow .swiper-nav:hover {
    background-color: var(--theme-color3);
    color: var(--white);
}
.team2__shape1 {
    position: absolute;
    left: 56px;
    bottom: 260px;
}
.team2__shape2 {
    position: absolute;
    right: 20px;
    top: 218px;
    z-index: 1;
}
@media (max-width: 575px) {
    .team2__shape2 {
        display: none;
    }
}
.team2__shape3 {
    position: absolute;
    right: 0;
    top: 145px;
}
@media (max-width: 575px) {
    .team2__shape3 {
        display: none;
    }
}
.team2__shape4 {
    position: absolute;
    right: 0;
    top: 0px;
}
.team2__shape5 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.team2.page-style {
    background-color: var(--white);
    padding-bottom: 90px;
}
.team2.page-style .team2-card {
    margin-bottom: 30px;
}

/* 9. Category */
.category1 {
    background: var(--theme-color2);
    position: relative;
    padding-bottom: 280px;
}
.category1__shape1 {
    position: absolute;
    bottom: -50%;
    left: 0;
    z-index: 1;
}
@media (max-width: 1399px) {
    .category1__shape1 {
        opacity: 0.3;
    }
}
.category1__shape2 {
    position: absolute;
    bottom: 25%;
    left: 3%;
    z-index: 1;
}
@media (max-width: 1399px) {
    .category1__shape2 {
        opacity: 0.3;
    }
}
.category1__shape3 {
    position: absolute;
    top: 15%;
    right: 10%;
    z-index: 1;
}
@media (max-width: 1399px) {
    .category1__shape3 {
        opacity: 0.3;
    }
}
.category1__shape4 {
    position: absolute;
    bottom: 20%;
    right: 0;
    z-index: 1;
}
@media (max-width: 1399px) {
    .category1__shape4 {
        opacity: 0.3;
    }
}
.category1__shape5 {
    position: absolute;
    bottom: -20%;
    right: 0;
    z-index: 1;
}
@media (max-width: 1399px) {
    .category1__shape5 {
        opacity: 0.3;
    }
}
.category1 .theme-btn {
    margin-top: 40px;
}
.category1 .section-top {
    position: relative;
    z-index: 5;
    margin-bottom: 0;
}
.category1-item {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
@media (max-width: 1199px) {
    .category1-item {
        justify-content: left;
        flex-wrap: wrap;
    }
}
.category1-item-list {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 17px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #0c2f63;
    width: 300px;
    transition: 0.4s all ease-in-out;
}
.category1-item-list:hover {
    background-color: var(--theme-color3);
}
.category1-item-list:hover .category1-item-list__icon {
    background-color: var(--white);
}
@media (max-width: 449px) {
    .category1-item-list {
        width: 100%;
    }
}
.category1-item-list__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #042961;
    border-radius: 50%;
    transition: 0.4s all ease-in-out;
}
.category1-item-list__content-title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .category1-item-list__content-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
}
.category1-item-list__content-text {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.category1-banner-item {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    background: #f2790c;
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .category1-banner-item {
        padding: 20px;
    }
}
.category1-banner-item__wrapper {
    margin-top: -160px;
}
.category1-banner-item__shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
@media (max-width: 767px) {
    .category1-banner-item__shape1 {
        display: none;
    }
}
.category1-banner-item__shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.category1-banner-item__shape3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.category1-banner-item__shape4 {
    position: absolute;
    bottom: 0%;
    height: 100%;
    right: 0;
    z-index: 1;
}
.category1-banner-item__thumb {
    flex: none;
    margin-bottom: -80px;
    margin-left: -23px;
    overflow: hidden;
}
@media (max-width: 1399px) {
    .category1-banner-item__thumb {
        margin-bottom: -121px;
        margin-left: -18px;
    }
}
@media (max-width: 1199px) {
    .category1-banner-item__thumb {
        margin-bottom: -80px;
    }
}
@media (max-width: 767px) {
    .category1-banner-item__thumb {
        display: none;
    }
}
.category1-banner-item__thumb img {
    border: 1px solid var(--white);
}
.category1-banner-item-content {
    padding: 43px 33px 43px 0;
    position: relative;
    z-index: 6;
}
@media (max-width: 767px) {
    .category1-banner-item-content {
        padding: 10px 0;
    }
}
.category1-banner-item-content__subtitle {
    display: flex;
    align-items: center;
    gap: 6px;
}
.category1-banner-item-content__subtitle-text {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 68px;
}
.category1-banner-item-content__title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 14px;
}
.category1-banner-item-content__desc {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: start;
}
.category1-banner-item-content .theme-btn {
    margin-top: 24px;
    border: 1px solid var(--border-color1);
    background-color: transparent;
    border-radius: 999px;
}
.category1-banner-item-content .theme-btn::before {
    border-radius: 999px;
}

.category2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: var(--bg-color1);
    padding: 45px;
    gap: 36px;
    margin-bottom: -48px;
}
@media (max-width: 1899px) {
    .category2 {
        gap: 20px;
    }
}
@media (max-width: 1699px) {
    .category2 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1199px) {
    .category2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .category2 {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 449px) {
    .category2 {
        padding: 5px;
    }
}
.category2-card {
    border-radius: 10px;
    border: 1px solid rgba(8, 42, 94, 0.1);
    background: var(--white);
    padding: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 17px;
    width: 100%;
}
.category2-card .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}
.category2-card .icon svg {
    width: 24px;
    height: 24px;
    transition: fill 0.3s ease;
}
.category2-card__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.category2-card__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.category2-card.marketing .icon {
    background-color: #ffa500;
}
.category2-card.marketing:hover {
    background-color: #ffa500;
}
.category2-card.marketing:hover .icon {
    background-color: var(--white);
}
.category2-card.marketing:hover .icon svg path {
    fill: #ffa500 !important;
}
.category2-card.marketing:hover h4,
.category2-card.marketing:hover p {
    color: var(--white);
}
.category2-card.animation .icon {
    background-color: #fe3852;
}
.category2-card.animation:hover {
    background-color: #fe3852;
}
.category2-card.animation:hover .icon {
    background-color: var(--white);
}
.category2-card.animation:hover .icon svg path {
    fill: #fe3852;
}
.category2-card.animation:hover h4,
.category2-card.animation:hover p {
    color: var(--white);
}
.category2-card.development .icon {
    background-color: #ce1afb;
}
.category2-card.development:hover {
    background-color: #ce1afb;
}
.category2-card.development:hover .icon {
    background-color: var(--white);
}
.category2-card.development:hover .icon svg path {
    fill: #ce1afb;
}
.category2-card.development:hover h4,
.category2-card.development:hover p {
    color: var(--white);
}
.category2-card.design .icon {
    background-color: var(--theme-color3);
}
.category2-card.design:hover {
    background-color: var(--theme-color3);
}
.category2-card.design:hover .icon {
    background-color: var(--white);
}
.category2-card.design:hover .icon svg path {
    fill: var(--theme-color3);
}
.category2-card.design:hover h4,
.category2-card.design:hover p {
    color: var(--white);
}

/* 10. Testimonial */
.testimonial1-thumb {
    position: relative;
    margin-right: 70px;
}
@media (max-width: 1199px) {
    .testimonial1-thumb {
        margin-right: 0px;
    }
}
.testimonial1-thumb__one {
    position: relative;
    border-radius: 1000px 1000px 0px 0px;
    background: #e0e9fd;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.testimonial1-thumb__two {
    position: absolute;
    z-index: 3;
    top: 25%;
    left: -10%;
}
.testimonial1-thumb__shape1 {
    position: absolute;
    z-index: 3;
    top: 5%;
    right: 10%;
}
.testimonial1-thumb__shape2 {
    position: absolute;
    z-index: 3;
    bottom: 0%;
    right: -15%;
}
@media (max-width: 1199px) {
    .testimonial1-thumb__shape2 {
        display: none;
    }
}
.testimonial1-content {
    margin-left: 70px;
}
@media (max-width: 1199px) {
    .testimonial1-content {
        margin-left: 0;
    }
}
.testimonial1-card__icon {
    margin-bottom: 30px;
}
.testimonial1-card__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-align: start;
}
@media (max-width: 449px) {
    .testimonial1-card__text {
        font-size: 18px;
        line-height: 26px;
    }
}
.testimonial1-card__footer {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial1-card__footer-clients {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial1-card-controls {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}
.testimonial1-card-controls:before {
    position: absolute;
    content: "";
    width: 337px;
    height: 1px;
    top: 50%;
    left: -360px;
    background: var(--border-color1);
}
@media (max-width: 1699px) {
    .testimonial1-card-controls:before {
        width: 300px;
        left: -320px;
    }
}
@media (max-width: 1399px) {
    .testimonial1-card-controls:before {
        width: 200px;
        left: -220px;
    }
}
@media (max-width: 1199px) {
    .testimonial1-card-controls:before {
        display: none;
    }
}
.testimonial1-card-controls__arrowRight {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color1);
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    background: transparent;
    color: var(--black2);
}
.testimonial1-card-controls__arrowRight:hover {
    background: var(--theme-color3);
    color: var(--white);
}
.testimonial1-card-controls__arrowLeft {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color1);
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    background: transparent;
    color: var(--black2);
}
.testimonial1-card-controls__arrowLeft:hover {
    background: var(--theme-color3);
    color: var(--white);
}

.testimonial2 {
    position: relative;
}
.testimonial2.style3 {
    background-color: var(--bg-color1);
}
.testimonial2-card {
    width: 100% !important;
    padding: 40px;
    border-radius: 20px;
    background: var(--white);
    border: 1px solid var(--border-color1);
}
@media (max-width: 1899px) {
    .testimonial2-card {
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .testimonial2-card {
        padding: 20px;
    }
}
.testimonial2-card-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
@media (max-width: 575px) {
    .testimonial2-card-header {
        flex-direction: column;
        width: fit-content;
    }
}
.testimonial2-card-header__star {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}
.testimonial2-card-header__star i {
    color: var(--yellow);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.testimonial2-card-header__star i:last-child {
    color: var(--yellow);
}
.testimonial2-card-content__desc {
    color: var(--color-v-2-Paragraph_Color, #4f536c);
    font-family: Hind;
    text-align: start;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 30px;
}
.testimonial2-card-content .fancy-box1 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial2-card-content .fancy-box1__item h6 {
    color: var(--color-v-2-Title_Color, #082a5e);
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.2px;
    padding-bottom: 3px;
}
.testimonial2-card-content .fancy-box1__item p {
    color: var(--color-v-2-Paragraph_Color, #4f536c);
    font-family: Hind;
    text-align: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.8;
}
.testimonial2-card1 {
    background-color: var(--black2);
    padding: 40px 0;
    text-align: center;
    border-radius: 16px;
    position: relative;
}
.testimonial2-card1__title {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-bottom: 10px;
}
.testimonial2-card1__title span {
    color: #00b67a;
    font-size: 14px;
}
.testimonial2-card1__avatar img {
    margin-left: -20px;
}
.testimonial2-card1__avatar img:first-child {
    margin-left: 0 !important;
}
.testimonial2-card1__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--yellow);
    padding-top: 18px;
}
.testimonial2-card1__text {
    color: var(--white);
    text-align: center;
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    padding-top: 13px;
}
.testimonial2-card1__shape {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    position: absolute;
    top: 40px;
    left: 34px;
}
.testimonial2-card1 .swiper-arrow {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 22px;
}
.testimonial2-card1 .swiper-arrow .swiper-nav {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color1);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;
}
.testimonial2-card1 .swiper-arrow .swiper-nav:hover {
    background-color: var(--yellow);
    color: var(--white);
    border-color: var(--yellow);
}
.testimonial2__shape1 {
    position: absolute;
    right: 0;
    top: 50%;
}
.testimonial2__shape2 {
    position: absolute;
    right: 0;
    top: 50%;
}

/* 11. App */
.app1-wrapper {
    position: relative;
    padding: 0 100px 0;
    margin-bottom: 50px;
    border-radius: 16px;
    background: var(--theme-color3);
    overflow: hidden;
}
@media (max-width: 1199px) {
    .app1-wrapper {
        padding: 0 30px 0;
    }
}
.app1-wrapper__shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.app1__content {
    padding: 100px 0;
}
@media (max-width: 1199px) {
    .app1__content {
        padding: 30px 0;
    }
}
@media (max-width: 991px) {
    .app1__content {
        padding-bottom: 0;
    }
}
.app1-link {
    padding: 9px 28px;
    border-radius: 5000px;
    background: var(--yellow);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
@media (max-width: 1199px) {
    .app1-link {
        margin-bottom: 10px;
    }
}
.app1-link__icon {
    color: var(--white);
    font-size: 35px;
}
.app1-link__content-subtitle {
    color: #f4f4f4;
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: start;
}
.app1-link__content-title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.app1-thumb {
    position: relative;
    height: 100%;
    padding-bottom: -100px;
}
.app1-thumb__one {
    position: relative;
    margin-left: 50px;
    z-index: 1;
    margin-bottom: -155px;
}
.app1-thumb__two {
    position: relative;
    z-index: 4;
    margin-bottom: -125px;
    margin-left: -80px;
}
@media (max-width: 1399px) {
    .app1-thumb__two {
        margin-bottom: -254px;
    }
}
@media (max-width: 1199px) {
    .app1-thumb__two {
        margin-bottom: -35px;
    }
}
.app1-thumb__shape1 {
    position: absolute;
    bottom: 0;
    right: 8%;
    z-index: 3;
}
.app1-thumb__shape2 {
    position: absolute;
    top: 43%;
    left: 0;
    z-index: 5;
}
.app1-thumb__shape2 img {
    border-radius: 15px;
}

/* 12. Blog */
.blog1-card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    transition: all 0.4s ease-in-out;
}
.blog1-card__thumb {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.blog1-card__thumb img {
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.blog1-card__thumb-badge {
    position: absolute;
    padding: 9px 10px 7px 10px;
    border-radius: 6px;
    background: var(--white);
    top: 16px;
    left: 16px;
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    transition: all 0.4s ease-in-out;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.blog1-card__meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 7px;
}
.blog1-card__meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.blog1-card__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}
.blog1-card__link {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.4s ease-in-out;
}
.blog1-card:hover .blog1-card__thumb img {
    transform: scale(1.05);
}
.blog1-card:hover .blog1-card__thumb-badge {
    background: var(--theme-color3);
    color: var(--white);
}
.blog1-card:hover .blog1-card__link {
    color: var(--theme-color3);
}
.blog1-slider {
    padding-bottom: 60px;
}
.blog1 .slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 48px;
    padding-bottom: 5px;
}
.blog1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #eeecfd;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--theme-color3);
    box-shadow: none;
}
.blog1 .swiper-pagination-bullet-active {
    background-color: var(--theme-color3);
    width: 36px;
    height: 16px;
    border-radius: 999px;
    border-color: var(--theme-color3);
}

.blog2-card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    transition: all 0.4s ease-in-out;
}
@media (max-width: 449px) {
    .blog2-card {
        padding: 12px;
    }
}
.blog2-card__thumb {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.blog2-card__thumb img {
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.blog2-card__thumb-badge {
    position: absolute;
    padding: 7px 10px 5px 10px;
    border-radius: 6px;
    background: var(--white);
    top: 16px;
    left: 16px;
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.blog2-card__meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 7px;
}
.blog2-card__meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.blog2-card__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}
.blog2-card__link {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.4s ease-in-out;
}
.blog2-card:hover .blog2-card__thumb img {
    transform: scale(1.05);
}
.blog2-card:hover .blog2-card__thumb-badge {
    background: var(--theme-color3);
    color: var(--white);
}
.blog2-card:hover .blog2-card__link {
    color: var(--theme-color3);
}
.blog2-slider {
    padding-bottom: 60px;
}
.blog2-slider .slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 48px;
    padding-bottom: 5px;
}
.blog2-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #eeecfd;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--theme-color3);
    box-shadow: none;
}
.blog2-slider .swiper-pagination-bullet-active {
    background-color: var(--theme-color3);
    width: 36px;
    height: 16px;
    border-radius: 999px;
    border-color: var(--theme-color3);
}

@media (max-width: 1199px) {
    .blog3-wrapper {
        margin-bottom: 30px;
    }
}
.blog3 .blog2-card {
    margin-bottom: 24px;
}

@media (max-width: 1199px) {
    .blog4 .blog-standerd-wrapper {
        margin-bottom: 30px;
    }
}
.blog4 .blog-standard {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    transition: all 0.4s ease-in-out;
    margin-bottom: 24px;
}
@media (max-width: 449px) {
    .blog4 .blog-standard {
        padding: 10px;
    }
}
.blog4 .blog-standard__thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.blog4 .blog-standard__thumb img {
    position: relative;
    border-radius: 10px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.blog4 .blog-standard__thumb .badge {
    position: absolute;
    padding: 12px 16px 10px;
    border-radius: 8px;
    top: 16px;
    left: 16px;
    color: var(--white);
    text-align: center;
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    line-height: 1;
    background: var(--theme-color3);
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
.blog4 .blog-standard__thumb .badge span {
    display: block;
    color: var(--white);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.blog4 .blog-standard__meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 7px;
}
.blog4 .blog-standard__meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.blog4 .blog-standard__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    .blog4 .blog-standard__title {
        font-size: 24px;
    }
}
@media (max-width: 449px) {
    .blog4 .blog-standard__title {
        font-size: 20px;
    }
}
.blog4 .blog-standard__text {
    opacity: 0.9;
    color: var(--text-color1);
    font-family: var(--text-color1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.blog4 .blog-standard__btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}
@media (max-width: 449px) {
    .blog4 .blog-standard__btn-wrapper {
        flex-wrap: wrap;
        gap: 16px;
    }
}
.blog4 .blog-standard__btn-wrapper .theme-btn {
    background: rgba(0, 88, 224, 0.1);
    color: var(--theme-color3);
}
.blog4 .blog-standard__btn-wrapper .theme-btn:hover {
    color: var(--white);
}
.blog4 .blog-standard__btn-wrapper .share-btn {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.blog4 .blog-standard__btn-wrapper .share-btn i {
    color: var(--theme-color3);
}
.blog4 .blog-standard__btn-wrapper .share-btn:hover {
    color: var(--theme-color3);
}
.blog4 .blog-standard__link {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.4s ease-in-out;
}
.blog4 .blog-standard:hover .blog1-card__thumb img {
    transform: scale(1.05);
}
.blog4 .blog-standard:hover .blog1-card__thumb-badge {
    background: var(--theme-color1);
    color: var(--white);
}
.blog4 .blog-standard:hover .blog1-card__link {
    color: var(--theme-color1);
}

@media (max-width: 1199px) {
    .blog-details-wrapper {
        margin-bottom: 30px;
    }
}
.blog-details__thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 33px;
}
.blog-details__thumb img {
    position: relative;
    border-radius: 10px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.blog-details__thumb .badge {
    position: absolute;
    padding: 12px 16px 10px;
    border-radius: 8px;
    top: 16px;
    left: 16px;
    color: var(--white);
    text-align: center;
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    line-height: 1;
    background: var(--theme-color3);
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
.blog-details__thumb .badge span {
    display: block;
    color: var(--white);
    text-align: center;
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.blog-details__meta {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color1);
}
@media (max-width: 449px) {
    .blog-details__meta {
        gap: 10px;
    }
}
.blog-details__meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.blog-details__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .blog-details__title {
        font-size: 26px;
    }
}
.blog-details__text {
    opacity: 0.9;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 980px;
}
.blog-details__gallery {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 14px 0 30px;
}
.blog-details__gallery-thumb img {
    width: 100%;
}
.blog-details__quote {
    border-radius: 10px;
    border-left: 4px solid var(--theme-color3);
    background: var(--bg-color1);
    padding: 36px 40px;
    position: relative;
    margin: 28px 0 30px 0;
}
@media (max-width: 767px) {
    .blog-details__quote {
        padding: 20px;
    }
}
.blog-details__quote-text {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    margin-right: 115px;
}
@media (max-width: 767px) {
    .blog-details__quote-text {
        margin-right: 0;
    }
}
.blog-details__quote-icon {
    position: absolute;
    right: 40px;
    bottom: 23px;
}
.blog-details__tag-box {
    border-top: 1px solid var(--border-color1);
    border-bottom: 1px solid var(--border-color1);
    padding: 23px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .blog-details__tag-box {
        flex-wrap: wrap;
        gap: 16px;
    }
}
.blog-details__tag-box-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 449px) {
    .blog-details__tag-box-left {
        gap: 6px;
    }
}
.blog-details__tag-box-left ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 449px) {
    .blog-details__tag-box-left ul {
        gap: 4px;
    }
}
.blog-details__tag-box-left ul li a {
    border-radius: 4px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    padding: 8px 12px;
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: 0.4s all ease-in-out;
}
.blog-details__tag-box-left ul li:hover a {
    background-color: var(--theme-color3);
    color: var(--white);
}
.blog-details__tag-box-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-details__tag-box-right ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-details__tag-box-right ul li a {
    color: var(--black2);
    font-size: 18px;
    transition: 0.4s all ease-in-out;
}
.blog-details__tag-box-right ul li:hover a {
    color: var(--theme-color3);
}
.blog-details__tag-box-title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.blog-details .comment-wrapper {
    margin: 44px 0;
}
.blog-details .comment-wrapper .comment-title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 34px;
}
.blog-details .comment-wrapper .comment-box {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
@media (max-width: 449px) {
    .blog-details .comment-wrapper .comment-box {
        flex-wrap: wrap;
    }
}
.blog-details .comment-wrapper .comment-box .comment-author {
    flex-shrink: 0;
}
.blog-details .comment-wrapper .comment-box .author-details .name {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    padding-bottom: 13px;
}
.blog-details .comment-wrapper .comment-box .author-details .date {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.blog-details .comment-wrapper .comment-box .author-details .text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.blog-details .comment-wrapper .comment-box .author-details .theme-btn {
    position: absolute;
    right: 0;
    top: 12px;
    padding: 4px 16px;
    border-radius: 999px;
    height: 38px;
    font-size: 14px;
}
.blog-details .comment-wrapper .comment-box .author-details .theme-btn::before {
    border-radius: 999px;
}

/* 13. Partner */
.partner1__wrapper {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border-color1);
}
@media (max-width: 1199px) {
    .partner1__wrapper {
        padding-bottom: 30px;
    }
}

.partner2__wrapper {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border-color1);
}
@media (max-width: 1199px) {
    .partner2__wrapper {
        padding-bottom: 30px;
    }
}

/* 14. Marquee */
.heading-slide {
    padding: 55px 0;
}
.heading-slide__title {
    display: flex;
    align-items: center;
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: capitalize;
}
.heading-slide__title-two {
    color: var(--theme-color3);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: capitalize;
}

.heading-slide__active .swiper-wrapper {
    transition-timing-function: linear;
}

.heading-slide__active .swiper-wrapper .swiper-slide {
    width: auto;
}

/* 15. Cta */
.cta2 {
    position: relative;
}
.cta2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: "";
    background-color: var(--bg-color1);
}
.cta2-wrapper {
    background-color: var(--theme-color3);
    border-radius: 16px;
    position: relative;
    z-index: 3;
}
@media (max-width: 991px) {
    .cta2-wrapper {
        padding: 30px 20px;
    }
}
.cta2-thumb-wrapper {
    position: relative;
}
.cta2__thumb {
    max-width: 223px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
@media (max-width: 991px) {
    .cta2__thumb {
        display: none;
    }
}
.cta2__shape1 {
    position: absolute;
    bottom: 0;
    right: 40px;
}
.cta2__shape2 {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.cta2__shape3 {
    position: absolute;
    top: 80px;
    left: 80px;
}
.cta2-content {
    max-width: 540px;
    padding-left: 20px;
}
@media (max-width: 991px) {
    .cta2-content {
        padding-left: 0;
    }
}
.cta2-content .section-top2__subtitle {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.cta2-content .section-top2__title {
    color: var(--white);
    font-family: var(--title-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
    text-align: left;
}
@media (max-width: 1199px) {
    .cta2-content .section-top2__title {
        font-size: 33px;
        line-height: 43px;
    }
}
@media (max-width: 500px) {
    .cta2-content .section-top2__title {
        font-size: 24px;
        line-height: 36px;
    }
}
.cta2-content .section-top2__text {
    color: var(--white);
    text-align: left;
}
@media (max-width: 1199px) {
    .cta2-content .section-top2__text br {
        display: none;
    }
}
.cta2__btn-wrapper {
    position: relative;
    padding-left: 40px;
}
@media (max-width: 1199px) {
    .cta2__btn-wrapper {
        padding-left: 0;
    }
}
.cta2__btn-wrapper .theme-btn {
    background-color: var(--yellow);
    max-width: 200px;
    margin: 0 auto;
}
@media (max-width: 575px) {
    .cta2__btn-wrapper .theme-btn {
        margin-top: 20px;
    }
}
.cta2__shape4 {
    position: absolute;
    bottom: -120px;
    right: 0;
}
.cta2__shape5 {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .cta2__shape5 {
        display: none;
    }
}

/* 16. Shop */
.shop1-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    padding: 20px;
    margin-bottom: 24px;
}
@media (max-width: 449px) {
    .shop1-top {
        flex-wrap: wrap;
    }
}
.shop1-top .nav_select {
    display: flex;
    align-items: center;
    gap: 12px;
}
.shop1-top .nav_select .dropdown-toggle {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.shop1-top .show-product-count {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.shop1-card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    text-align: center;
    margin-bottom: 24px;
}
.shop1-card:hover .shop1-card__thumb .cart-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.shop1-card__thumb {
    position: relative;
    background-color: var(--bg-color1);
    border-radius: 10px;
    overflow: hidden;
}
.shop1-card__thumb .discount {
    border-radius: 4px;
    background: var(--theme-color3);
    color: var(--white);
    position: absolute;
    left: 16px;
    top: 16px;
    color: var(--white);
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1px;
    text-transform: capitalize;
    padding: 8px 12px 6px 12px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.shop1-card__thumb .badge {
    border-radius: 4px;
    background: #ff0000;
    color: var(--white);
    position: absolute;
    left: 16px;
    top: 16px;
    color: var(--white);
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1px;
    text-transform: capitalize;
    padding: 8px 12px 6px 12px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.shop1-card__thumb .cart-btn {
    position: absolute;
    bottom: 0;
    left: 20%;
    background-color: var(--theme-color3);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
}
.shop1-card-content {
    padding-top: 20px;
}
.shop1-card-content h4 {
    color: var(--black2);
    text-align: center;
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 4px;
}
.shop1-card-content__title {
    color: var(--black2);
    text-align: center;
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    transition: 0.4s all ease-in-out;
}
.shop1-card-content__title:hover {
    color: var(--theme-color3);
}
.shop1-card-content__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6px;
}
.shop1-card-content__rating ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop1-card-content__rating ul li {
    font-size: 14px;
    color: var(--yellow);
}
.shop1-card-content__rating-text {
    color: var(--body-font);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.shop1-card-content__price {
    color: var(--theme-color3);
    text-align: center;
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.shop1-card-content__price span {
    color: var(--text-color1);
    text-decoration-line: line-through;
}

.shop-details-wrapper .shop-details-image {
    background-color: var(--bg-color1);
    padding: 24px;
    border-radius: 16px;
    position: relative;
}
@media (max-width: 991px) {
    .shop-details-wrapper .shop-details-image {
        margin-bottom: 40px;
    }
}
.shop-details-wrapper .shop-details-image .shop-details-thumb {
    text-align: center;
    margin-bottom: 20px;
}
.shop-details-wrapper .shop-details-image .shop-details-thumb img {
    width: 212px;
    height: 292px;
}
.shop-details-wrapper .shop-details-image .nav {
    gap: 12px;
}
.shop-details-wrapper .shop-details-image .nav-item {
    border: 1px solid var(--border-color1);
    background-color: var(--white);
    border-radius: 8px;
    height: 130px;
    width: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1599px) {
    .shop-details-wrapper .shop-details-image .nav-item {
        height: 120px;
        width: 100px;
    }
}
@media (max-width: 449px) {
    .shop-details-wrapper .shop-details-image .nav-item {
        width: 29%;
        height: auto;
    }
}
.shop-details-wrapper .shop-details-image-icon {
    position: absolute;
    right: 30px;
    top: 30px;
}
.shop-details-wrapper .shop-details-content__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 14px;
}
@media (max-width: 449px) {
    .shop-details-wrapper .shop-details-content__title {
        font-size: 30px;
    }
}
.shop-details-wrapper .shop-details-content__star {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 23px;
}
.shop-details-wrapper .shop-details-content__star a {
    font-size: 14px;
    color: var(--yellow);
}
.shop-details-wrapper .shop-details-content__star span {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.shop-details-wrapper .shop-details-content__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    padding-bottom: 35px;
}
.shop-details-wrapper .shop-details-content .price-list {
    display: flex;
    align-items: center;
    gap: 56px;
}
@media (max-width: 449px) {
    .shop-details-wrapper .shop-details-content .price-list {
        gap: 30px;
    }
}
.shop-details-wrapper .shop-details-content .price-list .price {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.shop-details-wrapper .shop-details-content .price-list .in-stock {
    color: #57c600;
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.shop-details-wrapper .shop-details-content .cart-wrapper {
    display: flex;
    align-items: center;
    margin-top: 35px;
    gap: 15px;
}
@media (max-width: 1399px) {
    .shop-details-wrapper .shop-details-content .cart-wrapper {
        gap: 6px;
    }
}
@media (max-width: 767px) {
    .shop-details-wrapper .shop-details-content .cart-wrapper {
        flex-wrap: wrap;
    }
}
.shop-details-wrapper .shop-details-content .cart-wrapper .form-control {
    width: 50px;
    padding: 0;
    border: 1px solid var(--border-color1);
    border-top: none;
    border-bottom: none;
    padding-left: 15px;
    height: 30px;
    border-radius: 0;
    margin: 0 10px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .plus-minus-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color1);
    border-radius: 999px;
    height: 44px;
    padding: 12px 30px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .plus-minus-input i {
    font-size: 14px;
    color: var(--text-color1);
}
.shop-details-wrapper .shop-details-content .cart-wrapper .theme-btn.modal-btn {
    background-color: transparent;
    border: 1px solid var(--border-color1);
    border-radius: 999px;
    height: 46px;
    color: var(--theme-color3);
    text-align: center;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.shop-details-wrapper
    .shop-details-content
    .cart-wrapper
    .theme-btn.modal-btn:hover {
    color: var(--white);
}
.shop-details-wrapper .shop-details-content .cart-wrapper .theme-btn {
    border-radius: 999px;
    height: 46px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .theme-btn::before {
    border-radius: 999px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .icon-box a {
    background-color: var(--theme-color3);
    color: var(--white);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.shop-details-wrapper
    .shop-details-content
    .cart-wrapper
    .modal-dialog
    .modal-content
    .modal-body
    .readMoreBox {
    padding: 20px 30px;
    background-color: var(--bg-color1);
}
.shop-details-wrapper
    .shop-details-content
    .cart-wrapper
    .modal-dialog
    .modal-content
    .modal-body
    .readMoreBox
    .content
    h3 {
    color: var(--black2);
    font-family: var(--title-font);
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.shop-details-wrapper
    .shop-details-content
    .cart-wrapper
    .modal-dialog
    .modal-content
    .modal-body
    .readMoreBox
    .content
    p {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.shop-details-wrapper .shop-details-content .category-box {
    border: 1px solid rgba(92, 112, 126, 0.3);
    padding: 10px;
    margin-top: 40px;
    border-radius: 16px;
}
.shop-details-wrapper .shop-details-content .category-box .category-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    border-radius: 10px;
    background: var(--bg-color1);
    padding: 30px 25px;
    padding-bottom: 14px;
}
@media (max-width: 1599px) {
    .shop-details-wrapper .shop-details-content .category-box .category-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1399px) {
    .shop-details-wrapper .shop-details-content .category-box .category-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 449px) {
    .shop-details-wrapper .shop-details-content .category-box .category-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.shop-details-wrapper .shop-details-content .category-box .category-list ul li {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 15px;
}
.shop-details-wrapper
    .shop-details-content
    .category-box
    .category-list
    ul
    li
    span {
    font-size: 16px;
    font-weight: 500;
    color: var(--black2);
    padding-right: 10px;
}
.shop-details-wrapper .single-tab {
    padding: 80px 0 50px 0;
}
.shop-details-wrapper .single-tab .nav {
    border-bottom: 1px solid var(--bg-color1);
}
.shop-details-wrapper .single-tab .nav .nav-link {
    position: relative;
}
.shop-details-wrapper .single-tab .nav .nav-link h6 {
    color: var(--text-color1);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .shop-details-wrapper .single-tab .nav .nav-link h6 {
        font-size: 18px;
    }
}
.shop-details-wrapper .single-tab .nav .nav-link.active h6 {
    color: var(--theme-color3);
}
.shop-details-wrapper .single-tab .nav .nav-link.active::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: var(--theme-color3);
    transition: 0.3s;
}
.shop-details-wrapper .single-tab .tab-content p {
    font-size: 16px;
    font-family: var(--body-font);
    line-height: 24px;
    margin-bottom: 20px;
}
.shop-details-wrapper .shop-details-slider-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--border-color1);
    margin-bottom: 60px;
}
.shop-details-wrapper .shop-details-slider-head .title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.3px;
}
.shop-details-wrapper .shop-details-slider-head .swiper-arrow {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 449px) {
    .shop-details-wrapper .shop-details-slider-head .swiper-arrow {
        display: none;
    }
}
.shop-details-wrapper .shop-details-slider-head .swiper-arrow .swiper-nav {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color1);
    color: var(--black2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;
}
.shop-details-wrapper
    .shop-details-slider-head
    .swiper-arrow
    .swiper-nav:hover {
    background-color: var(--theme-color3);
    color: var(--white);
}
.shop-details-wrapper .comment-box {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.shop-details-wrapper .comment-box .comment-author {
    flex-shrink: 0;
}
.shop-details-wrapper .comment-box .author-details .name {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    padding-bottom: 13px;
}
.shop-details-wrapper .comment-box .author-details .date {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.shop-details-wrapper .comment-box .author-details .text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.shop-details-wrapper .comment-box .author-details .theme-btn {
    position: absolute;
    right: 0;
    top: 12px;
    padding: 4px 16px;
    border-radius: 999px;
    height: 38px;
    font-size: 14px;
}
.shop-details-wrapper .comment-box .author-details .theme-btn::before {
    border-radius: 999px;
}

/* 17. Event */
.event1 {
    position: relative;
    padding-bottom: 90px;
}
.event1-card {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 16px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    padding: 12px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .event1-card {
        flex-wrap: wrap;
    }
}
.event1-card__thumb {
    flex-shrink: 0;
    position: relative;
}
.event1-card__thumb img {
    width: 100%;
    border-radius: 16px;
}
@media (max-width: 449px) {
    .event1-card__thumb img {
        width: 90%;
    }
}
.event1-card__thumb .event-badge {
    position: absolute;
    left: 20px;
    top: 20px;
    color: var(--white);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background-color: var(--theme-color3);
    display: inline-flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
}
.event1-card-content__head {
    border-bottom: 1px dashed var(--border-color1);
    margin-bottom: 18px;
    padding-bottom: 20px;
}
.event1-card-content__head-title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
@media (max-width: 449px) {
    .event1-card-content__head-title {
        font-size: 18px;
    }
}
.event1-card-content__meta__text {
    color: var(--text-color1);
    font-family: H var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.event1-card-content__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-top: 20px;
}
.event1-card-content__btn-wrapper {
    margin-top: 20px;
}
.event1-card-content__btn-wrapper .theme-btn {
    height: 44px;
    background-color: transparent;
    border: 1px solid var(--border-color1);
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.event1-card-content__btn-wrapper .theme-btn::before {
    background-color: var(--theme-color3);
}

.event-details-content__thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.event-details-content__thumb:hover img {
    transform: scale(1.1);
}
.event-details-content__thumb img {
    width: 100%;
    transition: 0.4s all ease-in-out;
}
.event-details-content__thumb .event-badge {
    position: absolute;
    left: 20px;
    top: 20px;
    color: var(--white);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background-color: var(--theme-color3);
    display: inline-flex;
    padding: 10px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
}
.event-details-content__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-transform: capitalize;
    padding-top: 35px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .event-details-content__title {
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 449px) {
    .event-details-content__title {
        font-size: 28px;
        line-height: 36px;
    }
}
.event-details-content__subtitle {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}
@media (max-width: 449px) {
    .event-details-content__subtitle {
        font-size: 26px;
        line-height: 32px;
    }
}
.event-details-content__text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 12px;
}
.event-details-content__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
    .event-details-content__list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.event-details-content__list li {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-bottom: 12px;
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}
.event-details-content__gallery {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
    margin-bottom: 35px;
}
@media (max-width: 449px) {
    .event-details-content__gallery {
        flex-wrap: wrap;
        gap: 20px;
    }
}
.event-details-content__gallery-thumb {
    overflow: hidden;
    border-radius: 20px;
}
.event-details-content__gallery-thumb:hover img {
    transform: scale(1.1);
}
.event-details-content__gallery-thumb img {
    width: 100%;
    transition: 0.4s all ease-in-out;
}
.event-details-content .bottom-text {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color1);
}
.event-details-content__btn-wrapper {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .event-details-slider {
        margin-bottom: 30px;
    }
}
.event-details-slider-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-top: 65px;
}
@media (max-width: 449px) {
    .event-details-slider-head {
        margin-top: 35px;
        padding-bottom: 30px;
    }
}
.event-details-slider-head__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}
.event-details-slider-head .swiper-arrow {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 449px) {
    .event-details-slider-head .swiper-arrow {
        display: none;
    }
}
.event-details-slider-head .swiper-arrow .swiper-nav {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color1);
    color: var(--black2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;
}
.event-details-slider-head .swiper-arrow .swiper-nav:hover {
    background-color: var(--theme-color3);
    color: var(--white);
}

/* 18. Contact */
.contact1-info-wrapper {
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1199px) {
    .contact1-info-wrapper {
        margin-bottom: 30px;
    }
}
.contact1-info-box {
    padding: 30px;
}
@media (max-width: 449px) {
    .contact1-info-box {
        padding: 10px;
    }
}
.contact1-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed var(--border-color1);
}
@media (max-width: 449px) {
    .contact1-info {
        gap: 10px;
    }
}
.contact1-info__icon {
    background-color: var(--bg-color1);
    border: 2px solid var(--theme-color3);
    height: 62px;
    width: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.contact1-info-content__title {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}
.contact1-info-content__link {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}
@media (max-width: 449px) {
    .contact1-info-content__link {
        font-size: 18px;
    }
}
.contact1-map {
    max-width: 455px;
    height: 270px;
}
@media (max-width: 1199px) {
    .contact1-map {
        max-width: 100%;
    }
}
.contact1-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.contact1-input-wrapper .title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.contact1-input .form-label {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contact1-input textarea {
    height: 200px;
}
.contact1-input-area {
    margin-bottom: 28px;
}
.contact1-input-btn-wrapper {
    margin-top: 30px;
}

/* 19. Checkout */
.checkout1-input-wrapper .title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.checkout1-input .form-label {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.checkout1-input .form-label span {
    color: #fd0909;
}
.checkout1-input .check-btn1 {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.checkout1-input .check-btn2 {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.checkout1-input .form-control {
    height: 50px;
    padding: 0 20px;
}
.checkout1-input textarea {
    height: 177px !important;
}
.checkout1-input-area {
    margin-bottom: 28px;
}
.checkout1-input-btn-wrapper {
    margin-top: 30px;
}
.checkout1-info-wrapper {
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
}
@media (max-width: 449px) {
    .checkout1-info-wrapper {
        padding: 16px;
    }
}
.checkout1-info__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 24px;
}
.checkout1-info__item {
    padding-bottom: 16px;
    border-bottom: 1px dashed var(--border-color1);
    margin-bottom: 20px;
}
.checkout1-info__item.total-area {
    display: flex;
    align-items: first baseline;
    justify-content: space-between;
}
.checkout1-info__item h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.checkout1-info__item .form-check {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: flex-end;
}
.checkout1-info__item .form-check .form-check-label {
    color: var(--black2);
    text-align: right;
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.checkout1-info__bottom .form-check {
    padding-bottom: 12px;
}
.checkout1-info__bottom .form-check .form-check-label {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.checkout1-info__bottom p {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 15px;
}
.checkout1-btn-wrapper {
    padding-top: 15px;
}
.checkout1-btn-wrapper .theme-btn {
    width: 100%;
}

/* 20. Wishlist */
.wishlist1-tabel-wrapper thead tr th {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .wishlist1-tabel-wrapper thead tr th {
        font-size: 20px;
    }
}
.wishlist1-tabel-wrapper tbody tr td {
    padding: 20px 0;
}
.wishlist1-tabel-wrapper tbody tr td .delete-icon {
    color: var(--theme-color3);
}
.wishlist1-tabel-wrapper tbody tr td .product-thumb {
    margin: 10px 20px;
}
@media (max-width: 767px) {
    .wishlist1-tabel-wrapper tbody tr td .product-thumb {
        margin: 8px 0;
    }
}
.wishlist1-tabel-wrapper tbody tr td .product-name {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wishlist1-tabel-wrapper tbody tr td .product-name {
        font-size: 15px;
        white-space: nowrap;
    }
}
.wishlist1-tabel-wrapper tbody tr td.price {
    color: var(--theme-color3);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 34px;
}
.wishlist1-tabel-wrapper tbody tr td.price .discount-price {
    opacity: 0.8;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: line-through;
    text-transform: uppercase;
}
.wishlist1-tabel-wrapper tbody tr td.in-stock {
    color: #51b800;
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding-top: 34px;
}
.wishlist1-tabel-wrapper tbody tr td.sub-total {
    color: var(--theme-color3);
    font-family: Hind;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding-top: 34px;
    text-align: right;
}

/* 21. Cart */
.cart1-tabel-wrapper thead tr th {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .cart1-tabel-wrapper thead tr th {
        font-size: 20px;
    }
}
.cart1-tabel-wrapper tbody tr td {
    padding: 20px 0;
}
.cart1-tabel-wrapper tbody tr td .delete-icon {
    color: var(--theme-color3);
}
.cart1-tabel-wrapper tbody tr td .product-thumb {
    margin: 10px 20px;
}
@media (max-width: 767px) {
    .cart1-tabel-wrapper tbody tr td .product-thumb {
        margin: 8px 4px;
    }
}
.cart1-tabel-wrapper tbody tr td .product-name {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .cart1-tabel-wrapper tbody tr td .product-name {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .cart1-tabel-wrapper tbody tr td .product-name {
        display: none;
    }
}
.cart1-tabel-wrapper tbody tr td.price {
    color: var(--theme-color3);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 34px;
}
.cart1-tabel-wrapper tbody tr td.price .discount-price {
    opacity: 0.8;
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: line-through;
    text-transform: uppercase;
}
.cart1-tabel-wrapper tbody tr td.in-stock {
    color: #51b800;
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding-top: 34px;
}
.cart1-tabel-wrapper tbody tr td.sub-total {
    color: var(--theme-color3);
    font-family: Hind;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding-top: 34px;
    text-align: right;
}
.cart1-tabel-wrapper tbody tr .form-control {
    width: 40px;
    padding: 0;
    border: none;
    padding-left: 15px;
    height: 38px;
}
.cart1-tabel-wrapper tbody tr .plus-minus-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color1);
    border-radius: 999px;
    height: 40px;
    margin-left: 30px;
}
@media (max-width: 767px) {
    .cart1-tabel-wrapper tbody tr .plus-minus-input {
        margin-left: 0;
    }
}
.cart1-tabel-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
@media (max-width: 575px) {
    .cart1-tabel-bottom {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.cart1-tabel-bottom__side .input-group {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cart1-tabel-bottom__side .input-group .form-control {
    width: 260px;
    height: 50px;
    border-radius: 6px !important;
}
.cart1-tabel-bottom__side .input-group .theme-btn {
    border-radius: 6px !important;
    background-color: var(--black2);
    height: 50px;
}
.cart1-order-summary {
    border-radius: 10px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
}
@media (max-width: 1199px) {
    .cart1-order-summary {
        margin-top: 30px;
    }
}
@media (max-width: 449px) {
    .cart1-order-summary {
        padding: 16px;
    }
}
.cart1-order-summary__title {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color1);
}
.cart1-order-summary__item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color1);
}
@media (max-width: 449px) {
    .cart1-order-summary__item {
        padding: 12px 0;
    }
}
.cart1-order-summary__item-title {
    width: 130px;
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    flex-shrink: 0;
}
@media (max-width: 449px) {
    .cart1-order-summary__item-title {
        width: 85px;
    }
}
.cart1-order-summary__item-amount {
    color: var(--theme-color3);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.cart1-order-summary__item-text {
    color: var(--text-color1);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.cart1-order-summary__btn-wrapper {
    margin-top: 24px;
}
.cart1-order-summary__btn-wrapper .theme-btn {
    background-color: var(--black2);
}

/* 22. Faq */
.faq1 .accordion .global-accordion-item {
    border-radius: 8px;
    border: 1px solid var(--border-color1);
    margin-bottom: 16px;
}
.faq1 .accordion .global-accordion-item .global-accordion-header {
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.faq1 .accordion .global-accordion-item .global-accordion-button {
    position: relative;
    color: var(--theme-color3);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}
@media (max-width: 1399px) {
    .faq1 .accordion .global-accordion-item .global-accordion-button {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .faq1 .accordion .global-accordion-item .global-accordion-button {
        font-size: 16px;
        padding-top: 8px;
    }
}
@media (max-width: 374px) {
    .faq1 .accordion .global-accordion-item .global-accordion-button {
        padding: 10px;
    }
}
.faq1 .accordion .global-accordion-item .global-accordion-button .icon2 {
    z-index: 11;
}
.faq1 .accordion .global-accordion-item .global-accordion-button .icon2 i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    display: inline-block;
}
@media (max-width: 575px) {
    .faq1 .accordion .global-accordion-item .global-accordion-button .icon2 i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.faq1 .accordion .global-accordion-item .global-accordion-button .icon {
    z-index: 11;
    transition: 0.4s all ease-in-out;
    display: none;
}
.faq1 .accordion .global-accordion-item .global-accordion-button .icon i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    display: inline-block;
}
@media (max-width: 575px) {
    .faq1 .accordion .global-accordion-item .global-accordion-button .icon i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.faq1 .accordion .global-accordion-item .global-accordion-button.collapsed {
    color: var(--black2);
    font-family: var(--title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
@media (max-width: 767px) {
    .faq1 .accordion .global-accordion-item .global-accordion-button.collapsed {
        font-size: 18px;
        padding-top: 18px;
    }
}
@media (max-width: 575px) {
    .faq1 .accordion .global-accordion-item .global-accordion-button.collapsed {
        font-size: 16px;
        line-height: 18px;
    }
}
.faq1
    .accordion
    .global-accordion-item
    .global-accordion-button.collapsed
    .icon2 {
    display: none;
}
.faq1
    .accordion
    .global-accordion-item
    .global-accordion-button.collapsed
    .icon {
    display: block;
}
.faq1 .accordion .global-accordion-item .global-accordion-body {
    padding: 0 30px;
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 24px;
}
@media (max-width: 449px) {
    .faq1 .accordion .global-accordion-item .global-accordion-body {
        padding: 0 10px 16px 10px;
    }
}
.faq1 .accordion .global-accordion-item .global-accordion-body p {
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: var(--text-color1);
    text-transform: lowercase;
}
@media (max-width: 575px) {
    .faq1 .accordion .global-accordion-item .global-accordion-body p {
        font-size: 15px;
    }
}
.faq1-head {
    position: relative;
}
.faq1-head::after {
    position: absolute;
    left: 0;
    top: 33px;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--border-color1);
}
.faq1-head-nav {
    border-radius: 100px;
    border: 1px solid var(--border-color1);
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 7px;
    max-width: 365px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
@media (max-width: 374px) {
    .faq1-head-nav {
        border: none;
        padding: 0;
    }
}
.faq1-head-nav .faq1-nav__item {
    background-color: var(--bg-color1);
    border-radius: 100px;
    color: var(--theme-color3);
    transition: 0.4s all ease-in-out;
}
.faq1 .nav-pills .nav-link.active,
.faq1 .nav-pills .show > .nav-link {
    color: var(--white);
    background-color: var(--theme-color3);
    border-radius: 100px;
}

/* 23. Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer1 {
    position: relative;
    background: var(--theme-color2);
    padding: 100px 0 30px;
    overflow: hidden;
}
.footer1-widget {
    position: relative;
    z-index: 5;
}
.footer1-widget__logo {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer1-widget__logo:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--theme-color3);
}
.footer1-widget__desc {
    opacity: 0.8;
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: lowercase;
    text-align: start;
}
.footer1-widget__social {
    position: relative;
    z-index: 5;
    padding: 10px 20px;
    display: inline-flex;
    gap: 44px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #0f2d67;
    margin-top: 30px;
}
.footer1-widget__social a {
    position: relative;
    font-size: 16px;
    color: var(--white);
    opacity: 0.8;
}
.footer1-widget__social a:hover {
    color: var(--yellow);
}
.footer1-widget__social a:before {
    position: absolute;
    content: "";
    top: 5px;
    right: -21px;
    width: 1px;
    height: 18px;
    background: #e3e3e3;
}
.footer1-widget__social a:last-child::before {
    display: none;
}
.footer1-widget__title {
    position: relative;
    display: block;
    color: var(--white);
    font-family: var(--title-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer1-widget__title:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--theme-color3);
}
.footer1-widget__nav-link a {
    display: block;
    margin-bottom: 20px;
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.footer1-widget__nav-link a i {
    font-size: 12px;
}
.footer1-widget__nav-link a:hover {
    color: var(--yellow);
}
.footer1-widget__support {
    position: relative;
    margin-top: 30px;
}
.footer1-widget__support-input {
    width: 100%;
    padding: 13px 16px;
    border-radius: 8px;
    background: var(--white);
    border: none;
}
.footer1-widget__support-input::placeholder {
    color: var(--black2);
    font-family: var(--body-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer1-widget__support-btn {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 46px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color3);
    border-radius: 8px;
}
.footer1-widget__support-privacy {
    display: flex;
    align-items: center;
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
}
.footer1-widget__support-privacy input[type="checkbox"] {
    margin-right: 0.5rem;
}
.footer1-widget__support-privacy a {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration: underline;
    margin-left: 0.25rem;
}
.footer1-widget__support-privacy a:hover {
    text-decoration: none;
}
.footer1-bottom {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--theme-color2);
    margin-top: 100px;
}
@media (max-width: 1199px) {
    .footer1-bottom {
        flex-wrap: wrap;
        gap: 30px;
    }
}
@media (max-width: 500px) {
    .footer1-bottom {
        gap: 15px;
    }
}
.footer1-bottom__left p {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.footer1-bottom__right ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 500px) {
    .footer1-bottom__right ul {
        gap: 15px;
    }
}
@media (max-width: 1199px) {
    .footer1-bottom__right ul {
        flex-wrap: wrap;
    }
}
.footer1-bottom__right ul li a {
    color: var(--white);
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
/*====== Components End ======*/ /*# sourceMappingURL=main.css.map */
