@import "https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;family=Rubik:wght@300;400;500;600;700;800;900&amp;family=Sansita&amp;family=Satisfy&amp;display=swap";
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

:root {
    --font-rubik: "Poppins", sans-serif;
   
    --font-satisfy: "Satisfy", sans-serif;
    --font-sansita: "Sansita", sans-serif;
    --white-color: #fff;
    --black-color: #000;
    --title-color: #100C08;
    --text-color: #787878;
    --primary-color1: #01cad2;
    --primary-color1-opc: 99, 171, 69;
    --primary-color2: #FBB03B;
    --primary-color2-opc: 251, 176, 59
}

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    color: var(--title-color)
}

input {
    border: none;
    outline: none
}

button {
    outline: none;
    border: none
}

i.bx {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

p {
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sec-mar {
    margin: 100px 0
}

@media(max-width:991px) {
    .sec-mar {
        margin: 8ch 0
    }
}

.pt-120 {
    padding-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 100px
    }
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 90px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-120 {
        padding-bottom: 100px
    }
}

@media(max-width:991px) {
    .pb-120 {
        padding-bottom: 90px
    }
}

.pt-100 {
    padding-top: 110px
}

@media(max-width:991px) {
    .pt-100 {
        padding-top: 80px
    }
}

.pb-100 {
    padding-bottom: 110px
}

@media(max-width:991px) {
    .pb-100 {
        padding-bottom: 80px
    }
}

.pt-90 {
    padding-top: 90px
}

@media(max-width:991px) {
    .pt-90 {
        padding-top: 80px
    }
}

@media(max-width:767px) {
    .pt-90 {
        padding-top: 70px
    }
}

.pb-90 {
    padding-bottom: 90px
}

@media(max-width:991px) {
    .pb-90 {
        padding-bottom: 80px
    }
}

@media(max-width:767px) {
    .pb-90 {
        padding-bottom: 70px
    }
}

.pb-80 {
    padding-bottom: 80px
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-80 {
        padding-bottom: 60px
    }
}

.pb-65 {
    padding-bottom: 65px
}

.mt-120 {
    margin-top: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mt-120 {
        margin-top: 100px
    }
}

@media(max-width:991px) {
    .mt-120 {
        margin-top: 90px
    }
}

.mb-120 {
    margin-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-120 {
        margin-bottom: 100px
    }
}

@media(max-width:991px) {
    .mb-120 {
        margin-bottom: 90px
    }
}

.mb-130 {
    margin-bottom: 130px
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-130 {
        margin-bottom: 100px
    }
}

@media(max-width:991px) {
    .mb-130 {
        margin-bottom: 90px
    }
}

.mb-100 {
    margin-bottom: 110px
}

@media(max-width:991px) {
    .mb-100 {
        margin-bottom: 80px
    }
}

.mt-100 {
    margin-top: 110px !important
}

@media(max-width:991px) {
    .mt-100 {
        margin-top: 80px !important
    }
}

.mb-90 {
    margin-bottom: 90px
}

@media(max-width:991px) {
    .mb-90 {
        margin-bottom: 70px
    }
}

@media(max-width:767px) {
    .mb-90 {
        margin-bottom: 50px
    }
}

.mb-80 {
    margin-bottom: 80px
}

@media(max-width:991px) {
    .mb-80 {
        margin-bottom: 70px
    }
}

.mb-15 {
    margin-bottom: 15px
}

.mb-10 {
    margin-bottom: 10px
}

.pt-80 {
    padding-top: 80px
}

.pt-50 {
    padding-top: 50px
}

.pt-40 {
    padding-top: 40px
}

.pt-35 {
    padding-top: 35px
}

.pt-30 {
    padding-top: 30px
}

.pb-80 {
    padding-bottom: 80px
}

.pe-80 {
    padding-right: 80px
}

.pb-60 {
    padding-bottom: 60px
}

.pl-110 {
    padding-left: 110px
}

@media(min-width:1400px) and (max-width:1599px) {
    .pl-110 {
        padding-left: 70px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .pl-110 {
        padding-left: 40px
    }
}

@media(max-width:1199px) {
    .pl-110 {
        padding-left: unset
    }
}

.mb-60 {
    margin-bottom: 60px
}

@media(max-width:1199px) {
    .mb-60 {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .mb-60 {
        margin-bottom: 40px
    }
}

.mb-70 {
    margin-bottom: 70px
}

@media(max-width:767px) {
    .mb-70 {
        margin-bottom: 40px
    }
}

.mb-50 {
    margin-bottom: 50px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-15 {
    margin-top: 15px
}

.mt-40 {
    margin-top: 40px
}

.mt-35 {
    margin-top: 35px
}

.mb-40 {
    margin-bottom: 40px
}

@media(max-width:1199px) {
    .mb-40 {
        margin-bottom: 30px
    }
}

.mb-30 {
    margin-bottom: 30px
}

.mb-25 {
    margin-bottom: 25px
}

.mt-50 {
    margin-top: 50px
}

.mt-30 {
    margin-top: 30px
}

.mt-25 {
    margin-top: 25px
}

.mb-50 {
    margin-bottom: 50px
}

@media(max-width:767px) {
    .mb-50 {
        margin-bottom: 40px
    }
}

.mt-60 {
    margin-top: 60px
}

@media(max-width:767px) {
    .mt-60 {
        margin-top: 40px
    }
}

.mt-70 {
    margin-top: 70px
}

@media(max-width:991px) {
    .mt-70 {
        margin-top: 40px
    }
}

.container.one {
    max-width: 1455px
}

@media(min-width:1400px) and (max-width:1599px) {
    .container.one {
        max-width: 1370px
    }
}

@media(max-width:1399px) {
    .container.one {
        max-width: 1370px
    }
}

.egns-preloader {
    position: fixed !important;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.egns-preloader::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1
}

.egns-preloader .circle-border {
    width: 100%;
    max-width: 140px;
    height: 100%;
    max-height: 140px;
    border: 0 solid var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    border-radius: 50%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, .1)
}

.egns-preloader .circle-border svg {
    fill: var(--primary-color1)
}

.egns-preloader .circle-border svg path {
    stroke: var(--primary-color1)
}

.egns-preloader .circle-border .moving-circle {
    width: 10px;
    height: 10px;
    background: var(--primary-color1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle 2s linear infinite
}

.egns-preloader .circle-border .moving-circle:nth-child(2) {
    width: 10px;
    height: 10px;
    background: var(--primary-color1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle 2.25s linear infinite
}

.egns-preloader .circle-border .moving-circle:nth-child(3) {
    width: 10px;
    height: 10px;
    background: var(--primary-color1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle 2.5s linear infinite
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(-70px) rotate(0deg)
    }
    100% {
        transform: rotate(360deg) translate(-70px) rotate(-360deg)
    }
}

.egns-preloader.close {
    display: none;
    visibility: hidden
}

.preloader-close-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 16px;
    transition: ease-in-out .5s linear;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--primary-color1)
}

.daterangepicker .monthselect {
    outline: none
}

.daterangepicker td.in-range {
    background-color: rgba(var(--primary-color1-opc), 0.2)
}

.daterangepicker td.active {
    background-color: var(--primary-color1)
}

.daterangepicker button {
    outline: none
}

.daterangepicker .btn-primary {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1)
}

.daterangepicker.single td.active,
.daterangepicker.single td.active:hover {
    background-color: var(--primary-color1)
}

.daterangepicker.single .monthselect {
    outline: none
}

.daterangepicker.single button {
    outline: none
}

.daterangepicker.single .btn-primary {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1)
}

.primary-btn1 {
    font-family: var(--font-rubik);
    border: 1px solid;
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap
}

.primary-btn1 svg {
    fill: var(--white-color);
    transition: .5s
}

.primary-btn1::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color2);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s
}



.primary-btn1:hover svg {
    fill: var(--white-color)
}



.primary-btn1.two {
    border-radius: unset
}

.primary-btn2 {
    border-radius: 5px;
    background-color: #43bd2a;
    font-family: poppins;
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 11px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
        width: 140px;
}

.primary-btn2 svg {
    fill: var(--white-color);
    transition: .5s
}

.primary-btn2::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: #0a1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s
}

.primary-btn2:hover {
    color: var(--white-color)
}

.primary-btn2:hover svg {
    fill: var(--white-color)
}

.primary-btn2:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.primary-btn2.two {
    border-radius: unset
}

.primary-btn3 {
    border-radius: 35px;
    background-color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    border-bottom: 2px solid #4a8631
}

.primary-btn3::after {
    position: absolute;
    content: "";
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--title-color);
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform .7s
}

.primary-btn3:hover {
    color: var(--white-color)
}

.primary-btn3:hover::after {
    transform: scalex(1);
    transform-origin: left
}

.primary-btn4 {
    padding: 5px;
    border: 1px dashed var(--primary-color1);
    border-radius: 2px;
    display: inline-block
}

.primary-btn4 span {
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 18px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 17px 41px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap
}

.primary-btn4 span svg {
    fill: var(--white-color);
    transition: .5s
}

.primary-btn4 span::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: #0a1019;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s
}

.primary-btn4:hover span {
    color: var(--white-color)
}

.primary-btn4:hover span svg {
    fill: var(--white-color)
}

.primary-btn4:hover span::after {
    transform: skewX(45deg) scale(1, 1)
}

.primary-btn4.two span {
    padding: 17px 22px
}

.primary-btn5 {
    -webkit-mask-image: url(../img/home5/vector/primary-btn5-bg.html);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary-color1);
    padding: 11px 17px;
    white-space: nowrap;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s
}

.primary-btn5 span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    transition: .5s
}

.primary-btn5 span svg {
    fill: var(--white-color);
    transition: .5s
}

.primary-btn5 ::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--primary-color2);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    transition: transform .5s
}

.primary-btn5:hover ::after {
    transform: scalex(1);
    transform-origin: left
}

.primary-btn5:hover span {
    color: var(--title-color)
}

.primary-btn5:hover span svg {
    fill: var(--title-color)
}

.secondary-btn1 {
    border-radius: 30px;
    background-color: var(--primary-color2);
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 17px 31px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap
}

.secondary-btn1::after {
    position: absolute;
    content: "";
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--title-color);
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform .7s
}

.secondary-btn1:hover {
    color: var(--white-color)
}

.secondary-btn1:hover::after {
    transform: scalex(1);
    transform-origin: left
}

.secondary-btn2 {
    border-radius: 35px;
    background-color: var(--primary-color2);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 14px 26px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    border-bottom: 2px solid #a67c3b
}

.secondary-btn2::after {
    position: absolute;
    content: "";
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--title-color);
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform .7s
}

.secondary-btn2:hover {
    color: var(--white-color)
}

.secondary-btn2:hover::after {
    transform: scalex(1);
    transform-origin: left
}

.secondary-btn3 {
    -webkit-mask-image: url(../img/home5/vector/secondary-btn3-bg.html);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary-color2);
    padding: 17px 30px;
    white-space: nowrap;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s
}

.secondary-btn3 span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    transition: .5s
}

.secondary-btn3 ::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--primary-color1);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    transition: transform .5s
}

.secondary-btn3:hover ::after {
    transform: scalex(1);
    transform-origin: left
}

.secondary-btn3:hover span {
    color: var(--white-color)
}

.secondary-btn4 {
    background-color: var(--primary-color2);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 18px 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap
}

.secondary-btn4 svg {
    fill: var(--white-color);
    transition: .5s
}

.secondary-btn4::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color1);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s
}

.secondary-btn4:hover {
    color: var(--white-color)
}

.secondary-btn4:hover svg {
    fill: var(--white-color)
}

.secondary-btn4:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.secondary-btn4.two {
    border-radius: 5px
}

.select {
    margin-bottom: 25px
}

.nice-select {
    width: 100%;
    background: #fff;
    height:65px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0 25px;
    outline: none !important;
    box-shadow: none !important;
    border-right: 1px solid #dadada;
    border-bottom: 0;
    border-radius: 0
}

.nice-select::after {
    height: 8px;
    width: 8px;
    border-bottom: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
    right: 28px;
    margin-top: -5px
}

.nice-select .current {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400
}

.nice-select:hover {
    border-color: #f3f3f3;
    background: #f3f3f3
}

.nice-select:focus {
    border-color: var(--primary-color1);
    background-color: var(--white-color)
}

.nice-select .list {
    border: none;
    border-radius: 5px;
    width: 100%;
    max-height: 250px;
    overflow-y: auto
}

.nice-select .list::-webkit-scrollbar {
    width: 5px
}

.nice-select .list::-webkit-scrollbar-track {
    background: #f1f1f1
}

.nice-select .list::-webkit-scrollbar-thumb {
    background: var(--text-color)
}

.nice-select .list .option {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.nice-select .list .option:hover {
    color: var(--title-color);
    background-color: var(--primary-color1);
    font-weight: 500
}

.nice-select .list .option.selected {
    background-color: var(--primary-color1);
    color: var(--title-color)
}
.cstm-btn{
    width: 100%;
    background: #fbfd14;
    height:65px;
    color: #000;
    border-radius: 0;
   
}
.filter-group .hm-frm-inpt{
    width: 100%;
    background: #fff;
    height: 65px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 8px 25px;
    font-size: 13px;
    border-right: 1px solid #dadada;
}
.slider-btn-grp .slider-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s
}

.slider-btn-grp .slider-btn i {
    color: var(--white-color);
    transition: .5s
}

.slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1)
}

.slider-btn-grp .slider-btn.swiper-button-disabled {
    opacity: .2
}

.slider-btn-grp.two {
    display: flex;
    align-items: center;
    gap: 40px
}

.slider-btn-grp.two .slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--title-color);
    transition: .5s
}

.slider-btn-grp.two .slider-btn i {
    color: var(--title-color);
    transition: .5s
}

.slider-btn-grp.two .slider-btn:hover {
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1)
}

.slider-btn-grp.two .slider-btn:hover i {
    color: var(--white-color)
}

.slider-btn-grp.two .slider-btn.swiper-button-disabled {
    opacity: .2
}

.slider-btn-grp2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

@media(max-width:991px) {
    .slider-btn-grp2 {
        gap: 30px
    }
}

.slider-btn-grp2 .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s
}

.slider-btn-grp2 .slider-btn svg {
    fill: var(--primary-color1)
}

.slider-btn-grp2 .slider-btn:hover {
    background-color: var(--primary-color1)
}

.slider-btn-grp2 .slider-btn:hover svg {
    fill: var(--white-color)
}

.slider-btn-grp2 .slider-btn.swiper-button-disabled {
    opacity: .2
}

.slider-btn-grp4 .slider-btn {
    width: 57px;
    height: 40px;
    border-radius: 300px;
    border: 1px dashed var(--primary-color1);
    background-color: var(--white-color);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s
}

.slider-btn-grp4 .slider-btn svg {
    fill: var(--primary-color1);
    transition: .5s
}

.slider-btn-grp4 .slider-btn:hover {
    background-color: var(--primary-color1)
}

.slider-btn-grp4 .slider-btn:hover svg {
    fill: var(--white-color)
}

.slider-btn-grp4 .slider-btn.swiper-button-disabled {
    opacity: .4
}

.slider-btn-grp5 {
    display: flex;
    align-items: center;
    gap: 50px
}

.slider-btn-grp5 .slider-btn {
    cursor: pointer;
    transition: .5s
}

.slider-btn-grp5 .slider-btn svg {
    fill: none;
    stroke: var(--primary-color1);
    transition: .5s
}

.slider-btn-grp5 .slider-btn:hover svg {
    stroke: var(--primary-color2)
}

.slider-btn-grp5 .slider-btn.swiper-button-disabled {
    opacity: .2
}

.slider-btn-grp5 .slider-btn.swiper-button-disabled:hover svg {
    stroke: var(--primary-color1)
}

.slider-btn-grp6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%
}

@media(max-width:576px) {
    .slider-btn-grp6 {
        justify-content: center
    }
}

.slider-btn-grp6 .slider-btn {
    cursor: pointer;
    gap: 10px
}

.slider-btn-grp6 .slider-btn svg {
    fill: none;
    stroke: var(--title-color);
    transition: .5s
}

.slider-btn-grp6 .slider-btn span {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    transition: .5s
}

.slider-btn-grp6 .slider-btn:hover svg {
    stroke: var(--primary-color1)
}

.slider-btn-grp6 .slider-btn:hover span {
    color: var(--primary-color1)
}

.slider-btn-grp6 .slider-btn.swiper-button-disabled {
    opacity: .2
}

.slider-btn-grp6 .franctional-slider-pagi1 {
    width: unset;
    display: flex;
    gap: 12px;
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize
}

.section-title span {
    color: #ff8e06;
    font-family: jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

.section-title span svg {
    fill: #ff8e06
}

.section-title h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: "Kaushan Script";
}
.section-title h2:after{
    content: "";
    border-top: 4px solid #5e5c5c;
    width:145px;
    display: block;
    margin: 15px auto 24px;
}
.section-title p{
      margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    color: #767575;  
}

@media(max-width:767px) {
    .section-title h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .section-title h2 {
        font-size: 30px
    }
}

.section-title2 .eg-section-tag {
    -webkit-mask-image: url(../img/home2/vector/section-title-tag.html);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: rgba(var(--primary-color1-opc), 0.3);
    padding: 12px 40px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 3px
}

.section-title2 .eg-section-tag span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color1);
    font-family: var(--font-satisfy);
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .51px
}

.section-title2 .eg-section-tag.two {
    background-color: rgba(var(--primary-color2-opc), 0.3);
    padding: 15px 40px
}

.section-title2 .eg-section-tag.two span {
    color: var(--primary-color2)
}

.section-title2 h2 {
    color: #181a1a;
    font-family: "Kaushan Script";
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0;
}

@media(max-width:991px) {
    .section-title2 h2 {
        font-size: 40px
    }
}

@media(max-width:576px) {
    .section-title2 h2 {
        font-size: 32px
    }
}

.section-title2 p {
    font-family: poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .51px;
    margin-bottom: 20px;
    padding-top: 10px
}

.section-title2.two {
    max-width: 705px;
    width: 100%
}

@media(min-width:992px) and (max-width:1199px) {
    .section-title2.two {
        max-width: 550px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .section-title2.two {
        max-width: 450px
    }
}

.section-title2.two h2 {
    font-size: 50px
}

@media(min-width:992px) and (max-width:1199px) {
    .section-title2.two h2 {
        font-size: 48px
    }
}

@media(max-width:991px) {
    .section-title2.two h2 {
        font-size: 45px
    }
}

@media(max-width:576px) {
    .section-title2.two h2 {
        font-size: 32px
    }
}

.section-title2.two p {
    padding-top: 10px
}

@media(max-width:1199px) {
    .section-title2.two p {
        font-size: 15px
    }
}

@media(max-width:576px) {
    .section-title2.two p {
        font-size: 14px
    }
}

.section-title3 {
    max-width: 705px;
    width: 100%
}

.section-title3 h2 {
    font-family: 'Poppins';
    font-size: 20px;
    
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    position: relative;
    display: inline-block
}

.section-title3 h2::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: rgba(var(--primary-color1-opc), 0.15);
    border-radius: 20px;
    width: 100%;
    height: 15px
}

@media(min-width:992px) and (max-width:1199px) {
    .section-title3 h2 {
        font-size: 36px
    }
}

@media(max-width:576px) {
    .section-title3 h2 {
        font-size: 27px
    }
}

.section-title3 p {
    color: #424141;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .51px;
    margin-bottom:20px;
    padding-top: 15px
}
.section-title3 a{
color: #000;
    padding: 10px 18px;
    font-size: 14px;
    border: 1px solid;
}
@media(max-width:576px) {
    .section-title3 p {
        font-size: 14px;
        padding-top: 10px
    }
}

.section-title3.two {
    max-width: 570px
}

.section-title4 .eg-section-tag {
    -webkit-mask-image: url(../img/home5/vector/section-title4-tag-bg.html);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary-color1);
    padding: 12px 25px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 10px
}

.section-title4 .eg-section-tag span {
    color: var(--white-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .45px;
    text-transform: uppercase
}

@media(max-width:576px) {
    .section-title4 .eg-section-tag span {
        font-size: 13px
    }
}

.section-title4 h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0
}

@media(max-width:991px) {
    .section-title4 h2 {
        font-size: 40px
    }
}

@media(max-width:576px) {
    .section-title4 h2 {
        font-size: 32px
    }
}

.section-title4 p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .51px;
    margin-bottom: 0;
    padding-top: 30px
}

@media(max-width:1399px) {
    .section-title4 p {
        padding-top: 20px
    }
}

@media(max-width:576px) {
    .section-title4 p {
        font-size: 15px;
        padding-top: 15px
    }
}

.section-title5 span {
    color: var(--primary-color1);
    font-family: var(--font-satisfy);
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.05px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.section-title5 span svg {
    fill: var(--primary-color1)
}

@media(max-width:576px) {
    .section-title5 span {
        font-size: 18px
    }
}

.section-title5 h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .9px;
    text-transform: capitalize;
    margin-bottom: 0
}

@media(max-width:991px) {
    .section-title5 h2 {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .section-title5 h2 {
        font-size: 30px
    }
}

@media(max-width:576px) {
    .section-title5 h2 {
        font-size: 28px
    }
}

.section-title5 p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .51px;
    margin-bottom: 0;
    padding-top: 30px
}

@media(max-width:991px) {
    .section-title5 p {
        font-size: 16px;
        padding-top: 20px
    }
}

@media(max-width:576px) {
    .section-title5 p {
        font-size: 15px;
        padding-top: 15px
    }
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 12px 12%;
    background-color: #ece4d7
}

@media(min-width:1400px) and (max-width:1599px) {
    .top-bar {
        padding: 12px 3%
    }
}

@media(max-width:1399px) {
    .top-bar {
        padding: 12px 3%
    }
}

@media(max-width:991px) {
    .top-bar {
        display: none;
        visibility: hidden
    }
}

.top-bar .topbar-left {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 235px;
    width: 100%;
    position: relative
}

.top-bar .topbar-left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: rgba(16, 12, 8, .2);
    width: 1px;
    height: 28px
}

.top-bar .topbar-left .icon i {
    color: #fff
}

.top-bar .topbar-left .content {
    line-height: 1
}

.top-bar .topbar-left .content>span {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 4px
}

.top-bar .topbar-left .content p {
    color: var(--primary-color1);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0
}

.top-bar .topbar-left.two .content span {
    color: var(--white-color);
    font-size: 12px
}

.top-bar .topbar-left.two .content a {
    color: #f5fff1;
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    transition: .5s
}

.top-bar .topbar-left.two .content a:hover {
    color: var(--primary-color2)
}

.top-bar p {
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .28px;
    text-transform: capitalize;
    margin-bottom: 0
}

.top-bar p a {
    color: var(--primary-color1);
    text-decoration: underline;
    transition: .5s
}

.top-bar p a:hover {
    color: var(--primary-color2)
}

.top-bar .topbar-right {
    max-width: 235px;
    width: 100%;
    position: relative
}

.top-bar .topbar-right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgba(16, 12, 8, .2);
    width: 1px;
    height: 28px
}

.top-bar .topbar-right .social-icon-area ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px
}

.top-bar .topbar-right .social-icon-area ul li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title-color);
    transition: .5s
}

.top-bar .topbar-right .social-icon-area ul li a i {
    font-size: 16px
}

.top-bar .topbar-right .social-icon-area ul li:hover a {
    border: 1px solid var(--primary-color2);
    color: var(--primary-color2)
}

.top-bar.style-2 {
    background-color: #f5c229;
    padding: 9px 14.5%
}

@media(min-width:1400px) and (max-width:1599px) {
    .top-bar.style-2 {
        padding: 9px 8%
    }
}

@media(max-width:1399px) {
    .top-bar.style-2 {
        padding: 9px 8%
    }
}

@media(max-width:1199px) {
    .top-bar.style-2 {
        padding: 9px 6%
    }
}

.top-bar.style-2 .topbar-left .rating-area {
    display: flex;
    align-items: center;
    gap: 5px
}

.top-bar.style-2 .topbar-left .rating-area .content .text-logo {
    display: flex;
    margin-bottom: 5px
}

.top-bar.style-2 .topbar-left .rating-area .content .text-logo svg {
    fill: var(--white-color)
}

.top-bar.style-2 .topbar-left .rating-area .content .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1
}

.top-bar.style-2 .topbar-left .rating-area .content .rating ul {
    display: flex;
    align-items: center;
    gap: 5px
}

.top-bar.style-2 .topbar-left .rating-area .content .rating ul li i {
    color: #00aa6c;
    font-size: 10px
}

.top-bar.style-2 .topbar-left .rating-area .content .rating span {
    color: var(--white-color);
    font-size: 12px
}

.top-bar.style-2 .topbar-left::after {
    background: rgba(255, 255, 255, .4)
}

.top-bar.style-2 p {
    color: var(--white-color)
}

.top-bar.style-2 .topbar-right::after {
    background: rgba(255, 255, 255, .4)
}

.top-bar.style-2 .topbar-right .social-icon-area ul li a {
    border: 1px solid var(--white-color);
   background: var(--white-color);
    transition: .5s
}
.top-bar.style-2 .topbar-right .social-icon-area ul li .hd-fb{
	color: #007dff;
}
.top-bar.style-2 .topbar-right .social-icon-area ul li .hd-tw{
	color: #33efc7;
}
.top-bar.style-2 .topbar-right .social-icon-area ul li .hd-inst{
	color: #ff00b2;
}
.top-bar.style-2 .topbar-right .social-icon-area ul li:hover a {
    background-color: var(--primary-color1);
    color: var(--white-color);
    border-color: var(--primary-color1)
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

header.style-1 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12%;
    transition: all .8s ease-out 0s;
    background-color: var(--white-color)
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-1 {
        padding: 0 3%
    }
}

@media(max-width:1399px) {
    header.style-1 {
        padding: 0px 3% 0 0
    }
}

header.style-1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: var(--white-color);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1);
    z-index: 999
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0px)
    }
}

/*header.style-1 .header-logo {
    padding: 15px 0
}*/

@media(max-width:576px) {
    header.style-1 .header-logo img {
        width: 125px;
        padding: 10px;
        height: 80px;
    }
}

header.style-1 .menu-close-btn i {
    color: var(--white-color)
}

header.style-1 .nav-right {
    gap: 50px
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-1 .nav-right {
        gap: 35px
    }
}

@media(max-width:1199px) {
    header.style-1 .nav-right {
        gap: 25px
    }
}

@media(max-width:991px) {
    header.style-1 .nav-right {
        gap: 10px
    }
}

header.style-1 .nav-right .modal-btn {
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--title-color);
    background-color: transparent;
    padding: 0;
    transition: .35s
}

header.style-1 .nav-right .modal-btn svg {
    line-height: 1;
    transition: .35s;
    fill: var(--title-color)
}

header.style-1 .nav-right .modal-btn:hover {
    color: var(--primary-color1)
}

header.style-1 .nav-right .modal-btn:hover svg {
    fill: var(--primary-color1)
}

header.style-1 .nav-right .primary-btn3 {
    padding: 13px 18px;
    gap: 5px
}

header.style-1 .nav-right .icon-list {
    display: flex;
    align-items: center;
    gap: 30px
}

header.style-1 .nav-right .icon-list li {
    cursor: pointer
}

header.style-1 .nav-right .icon-list li svg {
    stroke: var(--title-color)
}

header.style-1 .nav-right .icon-list li:last-child svg {
    fill: var(--title-color);
    stroke: none
}

header.style-1 .nav-right .hotline-area {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #05edf9;
    border-top-left-radius: 89px;
    border-bottom-left-radius: 89px;
    padding-right: 6px;
}

header.style-1 .nav-right .hotline-area .icon svg {
    fill: var(--primary-color1)
}

header.style-1 .nav-right .hotline-area .content {
    position: relative;
    line-height: 1
}

header.style-1 .nav-right .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    /*background-color: rgba(16, 12, 8, .2);*/
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

header.style-1 .nav-right .hotline-area .content span {
    font-family:poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #3f3f3f;
    margin-bottom: 5px;
    display: inline-block;
}

header.style-1 .nav-right .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1
}

header.style-1 .nav-right .hotline-area .content h6 a {
    font-family:poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    transition: .5s
}
.fa-phone{
    transform: rotate(90deg); 
}
.hotline-area .icon{
       background: #fdfd11;
    border-radius: 51px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center; 
}
.hotline-area .icon i{
    font-size: 20px;
    color: #000;
}
header.style-1 .nav-right .hotline-area .content h6 a:hover {
    color: var(--title-color)
}

header.style-1 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.style-1 .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 20px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }
}

@media(max-width:576px) {
    header.style-1 .nav-right .mobile-menu-btn {
        margin-left: 10px
    }
}

header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--title-color)
}

header.style-1 .main-menu {
    display: inline-block;
    position: relative
}

header.style-1 .main-menu .mobile-menu-logo {
    display: none
}

header.style-1 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.style-1 .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 0 8px
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-1 .main-menu ul>li {
        padding: 0 5px
    }
}

header.style-1 .main-menu ul>li.position-inherit {
    position: inherit
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li.position-inherit {
        position: relative
    }
}

header.style-1 .main-menu ul>li.position-inherit>a::after {
    content: "\f282";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 2px;
    font-size: 14px;
    color: var(--text-color);
    transition: all .55s ease-in-out
}

@media(max-width:1199px) {
    header.style-1 .main-menu ul>li.position-inherit>a::after {
        right: -7px
    }
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li.position-inherit>a::after {
        display: none;
        visibility: hidden
    }
}

header.style-1 .main-menu ul>li:hover i {
    color: var(--black-color2);
    font-size: 20px
}

@media(min-width:992px) {
    header.style-1 .main-menu ul>li:first-child {
        padding-left: 0
    }
    header.style-1 .main-menu ul>li:first-child a {
        padding-left: 0
    }
}

header.style-1 .main-menu ul>li a {
    color: var(--title-color);
    display: block;
    text-transform: uppercase;
    letter-spacing: .4px;
    padding: 25px 15px;
    position: relative;
    font-family: var(--font-rubik);
    font-weight: 400;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-1 .main-menu ul>li a {
        padding: 15px
    }
}

@media(max-width:1199px) {
    header.style-1 .main-menu ul>li a {
        padding: 15px 10px
    }
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li a {
        padding: 32px 9px
    }
}

header.style-1 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li i {
        opacity: 1
    }
}

header.style-1 .main-menu ul>li i.active {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.style-1 .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--white-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    text-align: left;
    transform-origin: top
}

@media(max-width:1199px) {
    header.style-1 .main-menu ul>li ul.sub-menu {
        box-shadow: none
    }
}

header.style-1 .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.style-1 .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 16px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 14px
}

header.style-1 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    top: 16px;
    font-size: 14px;
    right: 10px
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px
    }
}

header.style-1 .main-menu ul>li ul.sub-menu>li a {
    display: block;
    padding: 15px;
    color: var(--title-color);
    font-weight: 400;
    font-family: var(--font-rubik);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3;
    transition: all .4s ease-out 0s;
    position: relative;
    border-bottom: 1px solid rgba(233, 228, 228, .5)
}

header.style-1 .main-menu ul>li ul.sub-menu>li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, #fff, var(--primary-color1-opc), #fff);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease-in;
    z-index: 1
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li ul.sub-menu>li a {
        border-color: rgba(233, 228, 228, .5)
    }
    header.style-1 .main-menu ul>li ul.sub-menu>li a::before {
        background: linear-gradient(90deg, #ddd, #EFB93F, #ddd)
    }
}

header.style-1 .main-menu ul>li ul.sub-menu>li a:hover {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li a:hover::before {
    transform: scale(1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li a.active {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li a.active::before {
    transform: scale(1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child a {
    border-bottom: none
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child a::before {
    display: none
}

header.style-1 .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--white-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    top: 0
}

@media(max-width:1199px) {
    header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
        box-shadow: none
    }
}

header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.style-1 .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

header.style-1 .main-menu ul>li.menu-item-has-children {
    transition: all .55s ease-in-out
}

header.style-1 .main-menu ul>li.menu-item-has-children::after {
    content: "\f4fe";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 25px;
    right: 5px;
    font-size: 16px;
    color: var(--title-color);
    transition: all .55s ease-in-out
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-1 .main-menu ul>li.menu-item-has-children::after {
        right: 4px;
        top: 15px
    }
}

@media(max-width:1199px) {
    header.style-1 .main-menu ul>li.menu-item-has-children::after {
        right: 2px;
        top: 15px
    }
}

@media(max-width:991px) {
    header.style-1 .main-menu ul>li.menu-item-has-children::after {
        display: none;
        visibility: hidden
    }
}

header.style-1 .main-menu ul>li.menu-item-has-children:hover::after {
    content: "\f2ea"
}

@media(min-width:992px) {
    header.style-1 .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-down .45s linear
    }
}

@media(min-width:992px) {
    header.style-1 .main-menu ul>li:hover .mega-menu {
        display: block;
        animation: fade-down .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

header.style-1 .main-menu ul>li:hover>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li:hover::after {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li:hover .dropdown-icon2 {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li:hover.position-inherit>a::after {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li.active>a {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li.active::after {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul>li.active.position-inherit>a::after {
    color: var(--primary-color1)
}

header.style-1 .main-menu ul li.menu-item-has-children>i {
    display: block
}

header.style-1 .main-menu .topbar-right {
    padding: 20px 0;
    border-bottom: 1px solid rgba(238, 238, 238, .93)
}

header.style-1 .main-menu .topbar-right .header-cart-btn {
    background-color: transparent;
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--title-color);
    background-color: transparent;
    padding: 0;
    transition: .35s
}

header.style-1 .main-menu .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px
}

header.style-1 .main-menu .hotline-area .icon svg {
    fill: var(--primary-color1)
}

header.style-1 .main-menu .hotline-area .content {
    position: relative;
    line-height: 1
}

header.style-1 .main-menu .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(16, 12, 8, .2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

header.style-1 .main-menu .hotline-area .content span {
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 5px;
    display: inline-block
}

header.style-1 .main-menu .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1
}

header.style-1 .main-menu .hotline-area .content h6 a {
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color1);
    transition: .5s
}

header.style-1 .main-menu .hotline-area .content h6 a:hover {
    color: var(--title-color)
}

@media only screen and (max-width:991px) {
    header.style-1 .mobile-logo-area .menu-close-btn {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 1px solid var(--title-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .35s
    }
    header.style-1 .mobile-logo-area .menu-close-btn i {
        font-size: 26px;
        line-height: 1;
        margin-top: 2px;
        color: var(--title-color);
        transition: .35s
    }
    header.style-1 .mobile-logo-area .menu-close-btn:hover {
        background-color: var(--title-color)
    }
    header.style-1 .mobile-logo-area .menu-close-btn:hover i {
        color: var(--white-color)
    }
    header.style-1 .dropdown-icon {
        color: var(--white-color)
    }
    header.style-1 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        border-right: 1px solid #eee;
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
    }
    header.style-1 .main-menu.show-menu {
        transform: translateX(0)
    }
    header.style-1 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }
    header.style-1 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 0
    }
    header.style-1 .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }
    header.style-1 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }
    header.style-1 .main-menu ul li i {
        display: block
    }
    header.style-1 .main-menu ul li a {
        padding: 10px 0;
        display: block
    }
    header.style-1 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding-left: 10px
    }
    header.style-1 .main-menu ul li ul.sub-menu>li {
        border-bottom: 1px solid transparent
    }
    header.style-1 .main-menu ul li ul.sub-menu>li a {
        color: var(--title-color);
        padding: 12px 0
    }
    header.style-1 .main-menu ul li ul.sub-menu>li a:hover {
        color: var(--primary-color1);
        margin-left: 10px
    }
    header.style-1 .main-menu ul li ul.sub-menu>li a.active {
        color: var(--primary-color1)
    }
    header.style-1 .main-menu ul li ul.sub-menu>li i {
        color: var(--primary-color1);
        right: -13px
    }
    header.style-1 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--title-color)
    }
}

header.style-1.dashboard {
    padding: 0 25px
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-1.dashboard {
        padding: 0 25px
    }
}

@media(max-width:1399px) {
    header.style-1.dashboard {
        padding: 0 25px
    }
}

header.style-1.dashboard .header-log-and-sb-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    width: 100%
}

@media(max-width:576px) {
    header.style-1.dashboard .header-log-and-sb-btn {
        max-width: 220px
    }
}

header.style-1.dashboard .header-log-and-sb-btn .dashboard-sb-btn .sidebar-toggle-button {
    cursor: pointer
}

header.style-1.dashboard .header-log-and-sb-btn .dashboard-sb-btn .sidebar-toggle-button.active {
    fill: var(--primary-color1)
}

header.style-2 {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    transition: all .8s ease-out 0s;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    max-width: 1780px;
    width: 100%;
    margin: 0 auto;
    border-radius: 300px
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-2 {
        padding: 0 3%;
        max-width: 1380px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 {
        max-width: 1180px
    }
}

@media(max-width:1399px) {
    header.style-2 {
        padding: 0 2%
    }
}

@media(max-width:991px) {
    header.style-2 {
        top: 0;
        padding: 0 30px
    }
}

@media(max-width:576px) {
    header.style-2 {
        padding: 0 20px
    }
}

header.style-2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    z-index: 999
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0px)
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .header-logo img {
        max-width: 135px;
        width: 100%
    }
}

@media(max-width:576px) {
    header.style-2 .header-logo img {
        max-width: 135px;
        width: 100%
    }
}

header.style-2 .nav-right {
    gap: 50px
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .nav-right {
        gap: 35px
    }
}

@media(max-width:1199px) {
    header.style-2 .nav-right {
        gap: 25px
    }
}

@media(max-width:991px) {
    header.style-2 .nav-right {
        gap: 0
    }
}

header.style-2 .nav-right .icon-list {
    display: flex;
    align-items: center
}

header.style-2 .nav-right .icon-list li {
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-right: 1px solid rgba(255, 255, 255, .15);
    cursor: pointer
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .nav-right .icon-list li {
        padding: 15px
    }
}

@media(max-width:1199px) {
    header.style-2 .nav-right .icon-list li {
        padding: 15px;
        border: unset
    }
}

header.style-2 .nav-right .icon-list li svg {
    stroke: var(--white-color)
}

header.style-2 .nav-right .icon-list li:last-child {
    border-left: unset
}

header.style-2 .nav-right .icon-list li:last-child svg {
    fill: var(--white-color);
    stroke: none
}

header.style-2 .nav-right .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px
}

header.style-2 .nav-right .hotline-area .icon svg {
    fill: var(--primary-color1)
}

header.style-2 .nav-right .hotline-area .content {
    position: relative;
    line-height: 1
}

header.style-2 .nav-right .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(16, 12, 8, .2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

header.style-2 .nav-right .hotline-area .content span {
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 5px;
    display: inline-block
}

header.style-2 .nav-right .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1
}

header.style-2 .nav-right .hotline-area .content h6 a {
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color1);
    transition: .5s
}

header.style-2 .nav-right .hotline-area .content h6 a:hover {
    color: var(--title-color)
}

header.style-2 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.style-2 .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 10px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }
}

@media(max-width:576px) {
    header.style-2 .nav-right .mobile-menu-btn {
        margin-left: 10px
    }
}

header.style-2 .nav-right .mobile-menu-btn svg {
    fill: var(--white-color)
}

header.style-2 .main-menu {
    display: inline-block;
    position: relative
}

header.style-2 .main-menu .mobile-menu-logo {
    display: none
}

header.style-2 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.style-2 .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 0 28px
}

@media(max-width:1399px) {
    header.style-2 .main-menu ul>li {
        padding: 0 25px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .main-menu ul>li {
        padding: 0 20px
    }
}

header.style-2 .main-menu ul>li.position-inherit {
    position: inherit
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li.position-inherit {
        position: relative
    }
}

header.style-2 .main-menu ul>li.position-inherit>a::after {
    content: "\f282";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 2px;
    font-size: 14px;
    color: var(--text-color);
    transition: all .55s ease-in-out
}

@media(max-width:1199px) {
    header.style-2 .main-menu ul>li.position-inherit>a::after {
        right: -7px
    }
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li.position-inherit>a::after {
        display: none;
        visibility: hidden
    }
}

header.style-2 .main-menu ul>li:hover i {
    color: var(--white-color);
    font-size: 20px
}

@media(min-width:992px) {
    header.style-2 .main-menu ul>li:first-child {
        padding-left: 0
    }
    header.style-2 .main-menu ul>li:first-child a {
        padding-left: 0
    }
}

header.style-2 .main-menu ul>li a {
    color: var(--white-color);
    display: block;
    text-transform: uppercase;
    padding: 20px 0;
    position: relative;
    font-family: var(--font-rubik);
    font-weight: 400;
    font-size: 14px;
    transition: all .5s ease-out 0s;
    position: relative
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .main-menu ul>li a {
        padding: 15px 0
    }
}

@media(max-width:1199px) {
    header.style-2 .main-menu ul>li a {
        padding: 15px 0
    }
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li a {
        padding: 32px 0
    }
}

header.style-2 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li i {
        opacity: 1
    }
}

header.style-2 .main-menu ul>li i.active {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.style-2 .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    display: none;
    min-width: 220px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    text-align: left;
    transform-origin: top
}

@media(max-width:1199px) {
    header.style-2 .main-menu ul>li ul.sub-menu {
        box-shadow: none
    }
}

header.style-2 .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.style-2 .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 14px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 14px
}

header.style-2 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--white-color);
    opacity: 1;
    top: 14px;
    font-size: 14px;
    right: 10px
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px
    }
}

header.style-2 .main-menu ul>li ul.sub-menu>li a {
    display: block;
    padding: 13px 15px;
    color: var(--white-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: .8px;
    transition: all .4s ease-out 0s;
    position: relative;
    border-bottom: 1px solid rgba(233, 228, 228, .25)
}

header.style-2 .main-menu ul>li ul.sub-menu>li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, #5c5b5b, var(--primary-color1-opc), #5c5b5b);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease-in;
    z-index: 1
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li ul.sub-menu>li a {
        border-color: rgba(233, 228, 228, .5)
    }
    header.style-2 .main-menu ul>li ul.sub-menu>li a::before {
        background: linear-gradient(90deg, #ddd, var(--primary-color1-opc), #ddd)
    }
}

header.style-2 .main-menu ul>li ul.sub-menu>li a:hover {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li a:hover::before {
    transform: scale(1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li a.active {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li a.active::before {
    transform: scale(1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child a {
    border-bottom: none
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child a::before {
    display: none
}

header.style-2 .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    top: 0
}

@media(max-width:1199px) {
    header.style-2 .main-menu ul>li ul.sub-menu>li .sub-menu {
        box-shadow: none
    }
}

header.style-2 .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.style-2 .main-menu ul>li ul.sub-menu>li .sub-menu {
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.style-2 .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.style-2 .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

header.style-2 .main-menu ul>li.menu-item-has-children {
    transition: all .55s ease-in-out
}

header.style-2 .main-menu ul>li.menu-item-has-children::after {
    content: "\f282";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 14px;
    color: var(--white-color);
    transition: all .55s ease-in-out
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .main-menu ul>li.menu-item-has-children::after {
        right: 4px;
        top: 15px
    }
}

@media(max-width:1199px) {
    header.style-2 .main-menu ul>li.menu-item-has-children::after {
        right: 2px;
        top: 15px
    }
}

@media(max-width:991px) {
    header.style-2 .main-menu ul>li.menu-item-has-children::after {
        display: none;
        visibility: hidden
    }
}

header.style-2 .main-menu ul>li.menu-item-has-children:hover::after {
    content: "\f286"
}

@media(min-width:992px) {
    header.style-2 .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-down .45s linear
    }
}

@media(min-width:992px) {
    header.style-2 .main-menu ul>li:hover .mega-menu {
        display: block;
        animation: fade-down .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

header.style-2 .main-menu ul>li:hover>a {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li:hover::after {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li:hover .dropdown-icon2 {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li:hover.position-inherit>a::after {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li.active>a {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li.active>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: var(--primary-color1);
    height: 2px;
    width: 100%
}

header.style-2 .main-menu ul>li.active::after {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul>li.active.position-inherit>a::after {
    color: var(--primary-color1)
}

header.style-2 .main-menu ul li.menu-item-has-children>i {
    display: block
}

header.style-2 .main-menu .topbar-right {
    padding: 20px 0;
    border-bottom: 1px solid rgba(238, 238, 238, .93)
}

header.style-2 .main-menu .topbar-right .header-cart-btn {
    background-color: transparent;
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--white-color);
    background-color: transparent;
    padding: 0;
    transition: .35s
}

header.style-2 .main-menu .topbar-right .header-cart-btn svg {
    fill: var(--white-color)
}

header.style-2 .main-menu .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px
}

header.style-2 .main-menu .hotline-area .icon svg {
    fill: var(--primary-color1)
}

header.style-2 .main-menu .hotline-area .content {
    position: relative;
    line-height: 1
}

header.style-2 .main-menu .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

header.style-2 .main-menu .hotline-area .content span {
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 5px;
    display: inline-block
}

header.style-2 .main-menu .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1
}

header.style-2 .main-menu .hotline-area .content h6 a {
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color1);
    transition: .5s
}

header.style-2 .main-menu .hotline-area .content h6 a:hover {
    color: var(--title-color)
}

@media only screen and (max-width:991px) {
    header.style-2 .mobile-logo-area .menu-close-btn {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 1px solid var(--white-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .35s
    }
    header.style-2 .mobile-logo-area .menu-close-btn i {
        font-size: 26px;
        line-height: 1;
        margin-top: 2px;
        color: var(--white-color);
        transition: .35s
    }
    header.style-2 .mobile-logo-area .menu-close-btn:hover {
        background-color: var(--primary-color1);
        border-color: var(--primary-color1)
    }
    header.style-2 .mobile-logo-area .menu-close-btn:hover i {
        color: var(--white-color)
    }
    header.style-2 .dropdown-icon {
        color: var(--white-color)
    }
    header.style-2 .main-menu {
        position: fixed;
        top: -1px;
        left: -1px;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        min-height: 100vh;
        overflow: auto;
        background: var(--title-color);
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
    }
    header.style-2 .main-menu.show-menu {
        transform: translateX(0)
    }
    header.style-2 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }
    header.style-2 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 0
    }
    header.style-2 .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }
    header.style-2 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }
    header.style-2 .main-menu ul li i {
        display: block
    }
    header.style-2 .main-menu ul li a {
        padding: 10px 0;
        display: block
    }
    header.style-2 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding-left: 10px
    }
    header.style-2 .main-menu ul li ul.sub-menu>li {
        border-bottom: 1px solid transparent
    }
    header.style-2 .main-menu ul li ul.sub-menu>li a {
        color: var(--white-color);
        padding: 12px 0
    }
    header.style-2 .main-menu ul li ul.sub-menu>li a:hover {
        color: var(--primary-color1);
        margin-left: 10px
    }
    header.style-2 .main-menu ul li ul.sub-menu>li a.active {
        color: var(--primary-color1)
    }
    header.style-2 .main-menu ul li ul.sub-menu>li i {
        color: var(--primary-color1);
        right: -13px
    }
    header.style-2 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--white-color)
    }
    header.style-2 .main-menu ul li.active a::before {
        display: none
    }
}

header.style-3 {
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 160px;
    transition: all .8s ease-out 0s;
    background-color: var(--white-color)
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-3 {
        padding: 0 70px
    }
}

@media(max-width:1399px) {
    header.style-3 {
        padding: 0 60px
    }
}

@media(max-width:1199px) {
    header.style-3 {
        padding: 0 40px
    }
}

@media(max-width:767px) {
    header.style-3 {
        padding: 0 30px
    }
}

@media(max-width:576px) {
    header.style-3 {
        padding: 0 20px
    }
}

header.style-3.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: var(--white-color);
    z-index: 999;
    box-shadow: 5px 3px 40px rgba(0, 72, 88, .1)
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0px)
    }
}

header.style-3 .header-logo {
    padding: 15px 0
}

@media(max-width:576px) {
    header.style-3 .header-logo img {
        max-width: 165px;
        width: 100%
    }
}

header.style-3 .menu-close-btn i {
    color: var(--white-color)
}

header.style-3 .nav-right {
    gap: 50px
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3 .nav-right {
        gap: 35px
    }
}

@media(max-width:1199px) {
    header.style-3 .nav-right {
        gap: 25px
    }
}

@media(max-width:991px) {
    header.style-3 .nav-right {
        gap: 10px
    }
}

header.style-3 .nav-right .modal-btn {
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--title-color);
    background-color: transparent;
    padding: 0;
    transition: .35s
}

header.style-3 .nav-right .modal-btn svg {
    line-height: 1;
    transition: .35s;
    fill: var(--title-color)
}

header.style-3 .nav-right .modal-btn:hover {
    color: var(--primary-color1)
}

header.style-3 .nav-right .modal-btn:hover svg {
    fill: var(--primary-color1)
}

header.style-3 .nav-right .primary-btn3 {
    padding: 13px 18px;
    gap: 5px
}

header.style-3 .nav-right .icon-list {
    display: flex;
    align-items: center;
    gap: 30px
}

header.style-3 .nav-right .icon-list li {
    cursor: pointer
}

header.style-3 .nav-right .icon-list li svg {
    stroke: var(--title-color)
}

header.style-3 .nav-right .icon-list li:last-child svg {
    fill: var(--title-color);
    stroke: none
}

header.style-3 .nav-right .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px
}

header.style-3 .nav-right .hotline-area .icon svg {
    fill: var(--primary-color1)
}

header.style-3 .nav-right .hotline-area .content {
    position: relative;
    line-height: 1
}

header.style-3 .nav-right .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(16, 12, 8, .2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

header.style-3 .nav-right .hotline-area .content span {
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 5px;
    display: inline-block
}

header.style-3 .nav-right .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1
}

header.style-3 .nav-right .hotline-area .content h6 a {
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color1);
    transition: .5s
}

header.style-3 .nav-right .hotline-area .content h6 a:hover {
    color: var(--primary-color2)
}

header.style-3 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden
}

@media(max-width:991px) {
    header.style-3 .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 15px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative
    }
}

@media(max-width:576px) {
    header.style-3 .nav-right .mobile-menu-btn {
        margin-left: 10px
    }
}

header.style-3 .nav-right .mobile-menu-btn svg {
    fill: var(--title-color)
}

header.style-3 .main-menu {
    display: inline-block;
    position: relative
}

header.style-3 .main-menu .mobile-menu-logo {
    display: none
}

header.style-3 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.style-3 .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 0 8px
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3 .main-menu ul>li {
        padding: 0 5px
    }
}

header.style-3 .main-menu ul>li a {
    color: var(--title-color);
    display: block;
    text-transform: capitalize;
    padding: 25px 20px;
    font-family: var(--font-rubik);
    font-weight: 400;
    font-size: 15px;
    transition: all .5s ease-out 0s;
    position: relative
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3 .main-menu ul>li a {
        padding: 25px 15px
    }
}

@media(max-width:1199px) {
    header.style-3 .main-menu ul>li a {
        padding: 15px 10px
    }
}

@media(max-width:991px) {
    header.style-3 .main-menu ul>li a {
        padding: 32px 9px
    }
}

header.style-3 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--text-color);
    font-style: normal;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0
}

@media(max-width:991px) {
    header.style-3 .main-menu ul>li i {
        opacity: 1
    }
}

header.style-3 .main-menu ul>li i.active {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li i.active::before {
    content: "\f2ea"
}

header.style-3 .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--white-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    text-align: left;
    transform-origin: top
}

@media(max-width:1199px) {
    header.style-3 .main-menu ul>li ul.sub-menu {
        box-shadow: none
    }
}

header.style-3 .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative
}

header.style-3 .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 16px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 14px
}

header.style-3 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    top: 16px;
    font-size: 14px;
    right: 10px
}

@media(max-width:991px) {
    header.style-3 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px
    }
}

header.style-3 .main-menu ul>li ul.sub-menu>li a {
    display: block;
    padding: 15px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--font-jost);
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.3;
    transition: all .4s ease-out 0s;
    position: relative;
    border-bottom: 1px solid rgba(233, 228, 228, .5)
}

header.style-3 .main-menu ul>li ul.sub-menu>li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, #fff, var(--primary-color1-opc), #fff);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease-in;
    z-index: 1
}

@media(max-width:991px) {
    header.style-3 .main-menu ul>li ul.sub-menu>li a {
        border-color: rgba(233, 228, 228, .5)
    }
    header.style-3 .main-menu ul>li ul.sub-menu>li a::before {
        background: linear-gradient(90deg, #ddd, #EFB93F, #ddd)
    }
}

header.style-3 .main-menu ul>li ul.sub-menu>li a:hover {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li ul.sub-menu>li a:hover::before {
    transform: scale(1)
}

header.style-3 .main-menu ul>li ul.sub-menu>li a.active {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li ul.sub-menu>li a.active::before {
    transform: scale(1)
}

header.style-3 .main-menu ul>li ul.sub-menu>li:last-child a {
    border-bottom: none
}

header.style-3 .main-menu ul>li ul.sub-menu>li:last-child a::before {
    display: none
}

header.style-3 .main-menu ul>li ul.sub-menu>li:hover>a {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li ul.sub-menu>li.active>a {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--white-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, .08);
    top: 0
}

@media(max-width:1199px) {
    header.style-3 .main-menu ul>li ul.sub-menu>li .sub-menu {
        box-shadow: none
    }
}

header.style-3 .main-menu ul>li ul.sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    header.style-3 .main-menu ul>li ul.sub-menu>li .sub-menu {
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0
    }
}

header.style-3 .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block
}

header.style-3 .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none
}

@media(min-width:992px) {
    header.style-3 .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: fade-down .45s linear
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

header.style-3 .main-menu ul>li:hover i {
    color: var(--black-color2);
    font-size: 20px
}

header.style-3 .main-menu ul>li:hover>a {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li:hover::after {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li:hover .dropdown-icon2 {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li:hover.position-inherit>a::after {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li.menu-item-has-children {
    transition: all .55s ease-in-out
}

header.style-3 .main-menu ul>li.active>a {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li.active>a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background: var(--primary-color1);
    height: 5px;
    width: 5px;
    border-radius: 50%
}

@media(max-width:1199px) {
    header.style-3 .main-menu ul>li.active>a::before {
        bottom: 10px
    }
}

@media(max-width:991px) {
    header.style-3 .main-menu ul>li.active>a::before {
        display: none
    }
}

header.style-3 .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul>li.active.menu-item-has-children::after {
    color: var(--primary-color1)
}

header.style-3 .main-menu ul li.menu-item-has-children>i {
    display: block
}

header.style-3 .main-menu .topbar-right {
    padding: 20px 0;
    border-bottom: 1px solid rgba(238, 238, 238, .93)
}

header.style-3 .main-menu .topbar-right .header-cart-btn {
    background-color: transparent;
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--title-color);
    background-color: transparent;
    padding: 0;
    transition: .35s
}

header.style-3 .main-menu .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px
}

header.style-3 .main-menu .hotline-area .icon svg {
    fill: var(--primary-color1)
}

header.style-3 .main-menu .hotline-area .content {
    position: relative;
    line-height: 1
}

header.style-3 .main-menu .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(16, 12, 8, .2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

header.style-3 .main-menu .hotline-area .content span {
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 5px;
    display: inline-block
}

header.style-3 .main-menu .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1
}

header.style-3 .main-menu .hotline-area .content h6 a {
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color1);
    transition: .5s
}

header.style-3 .main-menu .hotline-area .content h6 a:hover {
    color: var(--title-color)
}

@media only screen and (max-width:991px) {
    header.style-3 .mobile-logo-area .menu-close-btn {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 1px solid var(--title-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .35s
    }
    header.style-3 .mobile-logo-area .menu-close-btn i {
        font-size: 26px;
        line-height: 1;
        margin-top: 2px;
        color: var(--title-color);
        transition: .35s
    }
    header.style-3 .mobile-logo-area .menu-close-btn:hover {
        background-color: var(--title-color)
    }
    header.style-3 .mobile-logo-area .menu-close-btn:hover i {
        color: var(--white-color)
    }
    header.style-3 .dropdown-icon {
        color: var(--white-color)
    }
    header.style-3 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        border-right: 1px solid #eee;
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
    }
    header.style-3 .main-menu.show-menu {
        transform: translateX(0)
    }
    header.style-3 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }
    header.style-3 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 0
    }
    header.style-3 .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }
    header.style-3 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }
    header.style-3 .main-menu ul li i {
        display: block
    }
    header.style-3 .main-menu ul li a {
        padding: 10px 0;
        display: block
    }
    header.style-3 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding-left: 10px
    }
    header.style-3 .main-menu ul li ul.sub-menu>li {
        border-bottom: 1px solid transparent
    }
    header.style-3 .main-menu ul li ul.sub-menu>li a {
        color: var(--title-color);
        padding: 12px 0
    }
    header.style-3 .main-menu ul li ul.sub-menu>li a:hover {
        color: var(--primary-color1);
        margin-left: 10px
    }
    header.style-3 .main-menu ul li ul.sub-menu>li a.active {
        color: var(--primary-color1)
    }
    header.style-3 .main-menu ul li ul.sub-menu>li i {
        color: var(--primary-color1);
        right: -13px
    }
    header.style-3 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--title-color)
    }
}

header.style-3.two {
    padding: 0 11%
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-3.two {
        padding: 0 7%
    }
}

@media(max-width:1399px) {
    header.style-3.two {
        padding: 0 5%
    }
}

header.style-3.two .main-menu>ul>li {
    padding: 0 28px
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-3.two .main-menu>ul>li {
        padding: 0 20px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.two .main-menu>ul>li {
        padding: 0 15px
    }
}

@media(max-width:1199px) {
    header.style-3.two .main-menu>ul>li {
        padding: 0 15px
    }
}

@media(max-width:991px) {
    header.style-3.two .main-menu>ul>li {
        padding: 0 9px
    }
}

header.style-3.two .main-menu>ul>li>a {
    padding: 25px 0
}

header.style-3.two .main-menu>ul>li>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 26px;
    left: 1px;
    width: 100%;
    border-bottom: 1px solid var(--primary-color1);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .5s
}

@media(max-width:991px) {
    header.style-3.two .main-menu>ul>li>a::after {
        display: none
    }
}

header.style-3.two .main-menu>ul>li.menu-item-has-children {
    transition: all .55s ease-in-out
}

header.style-3.two .main-menu>ul>li.menu-item-has-children::after {
    content: "\f287";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 6px;
    line-height: 1;
    color: rgba(16, 12, 8, .35);
    transition: all .55s ease-in-out
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.two .main-menu>ul>li.menu-item-has-children::after {
        right: 4px;
        top: 51%
    }
}

@media(max-width:1199px) {
    header.style-3.two .main-menu>ul>li.menu-item-has-children::after {
        right: 0;
        top: 51%
    }
}

@media(max-width:991px) {
    header.style-3.two .main-menu>ul>li.menu-item-has-children::after {
        display: none;
        visibility: hidden
    }
}

header.style-3.two .main-menu>ul>li:hover.menu-item-has-children::after {
    color: var(--primary-color1)
}

header.style-3.two .main-menu>ul>li:hover a::after {
    transform-origin: left center;
    transform: scale(1, 1)
}

header.style-3.two .main-menu>ul>li.active>a {
    color: var(--primary-color1)
}

header.style-3.two .main-menu>ul>li.active>a::before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    width: 100%;
    border-bottom: 1px solid var(--primary-color1);
    transform: translateX(0);
    height: unset;
    border-radius: unset;
    bottom: 26px
}

@media(max-width:991px) {
    header.style-3.two .main-menu>ul>li.active>a::before {
        display: none
    }
}

@media only screen and (max-width:991px) {
    header.style-3.two .mobile-logo-area .menu-close-btn {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 1px solid var(--title-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .35s
    }
    header.style-3.two .mobile-logo-area .menu-close-btn i {
        font-size: 26px;
        line-height: 1;
        margin-top: 2px;
        color: var(--title-color);
        transition: .35s
    }
    header.style-3.two .mobile-logo-area .menu-close-btn:hover {
        background-color: var(--title-color)
    }
    header.style-3.two .mobile-logo-area .menu-close-btn:hover i {
        color: var(--white-color)
    }
    header.style-3.two .dropdown-icon {
        color: var(--white-color)
    }
    header.style-3.two .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        border-right: 1px solid #eee;
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
    }
    header.style-3.two .main-menu.show-menu {
        transform: translateX(0)
    }
    header.style-3.two .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }
    header.style-3.two .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 0
    }
    header.style-3.two .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }
    header.style-3.two .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }
    header.style-3.two .main-menu ul li i {
        display: block
    }
    header.style-3.two .main-menu ul li a {
        padding: 10px 0;
        display: block
    }
    header.style-3.two .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding-left: 10px
    }
    header.style-3.two .main-menu ul li ul.sub-menu>li {
        border-bottom: 1px solid transparent
    }
    header.style-3.two .main-menu ul li ul.sub-menu>li a {
        color: var(--title-color);
        padding: 12px 0
    }
    header.style-3.two .main-menu ul li ul.sub-menu>li a:hover {
        color: var(--primary-color1);
        margin-left: 10px
    }
    header.style-3.two .main-menu ul li ul.sub-menu>li a.active {
        color: var(--primary-color1)
    }
    header.style-3.two .main-menu ul li ul.sub-menu>li i {
        color: var(--primary-color1);
        right: -13px
    }
    header.style-3.two .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--title-color)
    }
}

header.style-3.three {
    padding: 0 10%
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-3.three {
        padding: 0 7%
    }
}

@media(max-width:1399px) {
    header.style-3.three {
        padding: 0 5%
    }
}

header.style-3.three .main-menu>ul>li {
    padding: 0 28px
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-3.three .main-menu>ul>li {
        padding: 0 20px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.three .main-menu>ul>li {
        padding: 0 15px
    }
}

@media(max-width:1199px) {
    header.style-3.three .main-menu>ul>li {
        padding: 0 15px
    }
}

@media(max-width:991px) {
    header.style-3.three .main-menu>ul>li {
        padding: 0 9px
    }
}

header.style-3.three .main-menu>ul>li>a {
    padding: 25px 0
}

header.style-3.three .main-menu>ul>li>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 26px;
    left: 1px;
    width: 100%;
    border-bottom: 2px solid var(--primary-color1);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .5s
}

@media(max-width:991px) {
    header.style-3.three .main-menu>ul>li>a::after {
        display: none
    }
}

header.style-3.three .main-menu>ul>li.menu-item-has-children {
    transition: all .55s ease-in-out
}

header.style-3.three .main-menu>ul>li.menu-item-has-children::after {
    content: "\f287";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 6px;
    line-height: 1;
    color: rgba(16, 12, 8, .35);
    transition: all .55s ease-in-out
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.three .main-menu>ul>li.menu-item-has-children::after {
        right: 4px;
        top: 51%
    }
}

@media(max-width:1199px) {
    header.style-3.three .main-menu>ul>li.menu-item-has-children::after {
        right: 0;
        top: 51%
    }
}

@media(max-width:991px) {
    header.style-3.three .main-menu>ul>li.menu-item-has-children::after {
        display: none;
        visibility: hidden
    }
}

header.style-3.three .main-menu>ul>li:hover.menu-item-has-children::after {
    color: var(--primary-color1)
}

header.style-3.three .main-menu>ul>li:hover a::after {
    transform-origin: left center;
    transform: scale(1, 1)
}

header.style-3.three .main-menu>ul>li.active>a {
    color: var(--primary-color1)
}

header.style-3.three .main-menu>ul>li.active>a::before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    width: 100%;
    background: linear-gradient(90deg, var(--primary-color1-opc) 0%, rgba(99, 171, 69, 0) 102.51%);
    transform: translateX(0);
    height: 2px;
    border-radius: unset;
    bottom: 26px
}

@media(max-width:991px) {
    header.style-3.three .main-menu>ul>li.active>a::before {
        display: none
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.three .nav-right {
        gap: 30px
    }
}

header.style-3.three .nav-right .icon-list {
    gap: 0
}

header.style-3.three .nav-right .icon-list li {
    cursor: pointer;
    padding: 0 20px;
    border-right: 1px solid rgba(34, 34, 34, .15)
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.three .nav-right .icon-list li {
        padding: 0 15px
    }
}

header.style-3.three .nav-right .icon-list li svg {
    stroke: none
}

header.style-3.three .nav-right .icon-list li:first-child {
    padding-left: 0
}

header.style-3.three .nav-right .icon-list li:first-child svg {
    fill: none;
    stroke: var(--title-color)
}

@media only screen and (max-width:991px) {
    header.style-3.three .dropdown-icon {
        color: var(--white-color)
    }
    header.style-3.three .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        border-right: 1px solid #eee;
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
    }
    header.style-3.three .main-menu.show-menu {
        transform: translateX(0)
    }
    header.style-3.three .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }
    header.style-3.three .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 0
    }
    header.style-3.three .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }
    header.style-3.three .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }
    header.style-3.three .main-menu ul li i {
        display: block
    }
    header.style-3.three .main-menu ul li a {
        padding: 10px 0;
        display: block
    }
    header.style-3.three .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding-left: 10px
    }
    header.style-3.three .main-menu ul li ul.sub-menu>li {
        border-bottom: 1px solid transparent
    }
    header.style-3.three .main-menu ul li ul.sub-menu>li a {
        color: var(--title-color);
        padding: 12px 0
    }
    header.style-3.three .main-menu ul li ul.sub-menu>li a:hover {
        color: var(--primary-color1);
        margin-left: 10px
    }
    header.style-3.three .main-menu ul li ul.sub-menu>li a.active {
        color: var(--primary-color1)
    }
    header.style-3.three .main-menu ul li ul.sub-menu>li i {
        color: var(--primary-color1);
        right: -13px
    }
    header.style-3.three .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--title-color)
    }
}

header.style-3.four {
    padding: 0 30px;
    position: fixed;
    background-color: transparent;
    border-bottom: 1px solid rgba(16, 12, 8, .2)
}

header.style-3.four.sticky {
    background-color: var(--white-color)
}

header.style-3.four .main-menu>ul>li {
    padding: 0 28px
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-3.four .main-menu>ul>li {
        padding: 0 20px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.four .main-menu>ul>li {
        padding: 0 15px
    }
}

@media(max-width:1199px) {
    header.style-3.four .main-menu>ul>li {
        padding: 0 15px
    }
}

@media(max-width:991px) {
    header.style-3.four .main-menu>ul>li {
        padding: 0 9px
    }
}

header.style-3.four .main-menu>ul>li>a {
    padding: 25px 0
}

header.style-3.four .main-menu>ul>li>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 26px;
    left: 1px;
    width: 100%;
    border-bottom: 2px solid var(--primary-color1);
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .5s
}

@media(max-width:991px) {
    header.style-3.four .main-menu>ul>li>a::after {
        display: none
    }
}

header.style-3.four .main-menu>ul>li.menu-item-has-children {
    transition: all .55s ease-in-out
}

header.style-3.four .main-menu>ul>li.menu-item-has-children::after {
    content: "\f151";
    font-family: bootstrap-icons !important;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 10px;
    line-height: 1;
    color: rgba(16, 12, 8, .35);
    transition: all .55s ease-in-out
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-3.four .main-menu>ul>li.menu-item-has-children::after {
        right: 5px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.four .main-menu>ul>li.menu-item-has-children::after {
        right: 4px;
        top: 51%
    }
}

@media(max-width:1199px) {
    header.style-3.four .main-menu>ul>li.menu-item-has-children::after {
        right: 0;
        top: 51%
    }
}

@media(max-width:991px) {
    header.style-3.four .main-menu>ul>li.menu-item-has-children::after {
        display: none;
        visibility: hidden
    }
}

header.style-3.four .main-menu>ul>li:hover.menu-item-has-children::after {
    color: var(--primary-color1)
}

header.style-3.four .main-menu>ul>li:hover a::after {
    transform-origin: left center;
    transform: scale(1, 1)
}

header.style-3.four .main-menu>ul>li.active>a {
    color: var(--primary-color1)
}

header.style-3.four .main-menu>ul>li.active>a::before {
    display: none
}

header.style-3.four .main-menu>ul>li.active.menu-item-has-children::after {
    color: var(--primary-color1)
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.four .nav-right {
        gap: 30px
    }
}

header.style-3.four .nav-right .icon-list {
    gap: 0
}

header.style-3.four .nav-right .icon-list li {
    cursor: pointer;
    padding: 0 20px;
    border-right: 1px solid rgba(34, 34, 34, .15)
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-3.four .nav-right .icon-list li {
        padding: 0 15px
    }
}

header.style-3.four .nav-right .icon-list li svg {
    stroke: none
}

header.style-3.four .nav-right .icon-list li:first-child {
    padding-left: 0
}

header.style-3.four .nav-right .icon-list li:first-child svg {
    fill: none;
    stroke: var(--title-color)
}

@media only screen and (max-width:991px) {
    header.style-3.four .dropdown-icon {
        color: var(--white-color)
    }
    header.style-3.four .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        border-right: 1px solid #eee;
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
    }
    header.style-3.four .main-menu.show-menu {
        transform: translateX(0)
    }
    header.style-3.four .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px
    }
    header.style-3.four .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 0
    }
    header.style-3.four .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px 0
    }
    header.style-3.four .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px
    }
    header.style-3.four .main-menu ul li i {
        display: block
    }
    header.style-3.four .main-menu ul li a {
        padding: 10px 0;
        display: block
    }
    header.style-3.four .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding-left: 10px
    }
    header.style-3.four .main-menu ul li ul.sub-menu>li {
        border-bottom: 1px solid transparent
    }
    header.style-3.four .main-menu ul li ul.sub-menu>li a {
        color: var(--title-color);
        padding: 12px 0
    }
    header.style-3.four .main-menu ul li ul.sub-menu>li a:hover {
        color: var(--primary-color1);
        margin-left: 10px
    }
    header.style-3.four .main-menu ul li ul.sub-menu>li a.active {
        color: var(--primary-color1)
    }
    header.style-3.four .main-menu ul li ul.sub-menu>li i {
        color: var(--primary-color1);
        right: -13px
    }
    header.style-3.four .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--title-color)
    }
}

.right-sidebar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 540px;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background-image: url(../img/sidebar-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--white-color);
    border-right: 1px solid #eee;
    transform: translateX(120%);
    transform-origin: right;
    transition: transform .5s ease-in;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .03)
}

.right-sidebar-menu::-webkit-scrollbar {
    width: 0
}

@media(max-width:576px) {
    .right-sidebar-menu {
        width: 320px
    }
}

.right-sidebar-menu.show-right-menu {
    transform: translateX(0)
}

.right-sidebar-menu .right-sidebar-close-btn {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .35s
}

.right-sidebar-menu .right-sidebar-close-btn i {
    font-size: 26px;
    line-height: 1;
    margin-top: 2px;
    color: var(--title-color);
    transition: .35s
}

.right-sidebar-menu .right-sidebar-close-btn:hover {
    background-color: var(--title-color)
}

.right-sidebar-menu .right-sidebar-close-btn:hover i {
    color: var(--white-color)
}

.right-sidebar-menu .sidebar-logo-area {
    text-align: left;
    padding: 30px;
    display: block;
    border-bottom: 1px solid rgba(16, 12, 8, .2);
    margin-bottom: 50px
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-logo-area {
        padding: 20px;
        margin-bottom: 40px
    }
}

.right-sidebar-menu .sidebar-content-wrap {
    padding: 0 30px
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap {
        padding: 0 20px
    }
}

.right-sidebar-menu .sidebar-content-wrap h4 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px
}

.right-sidebar-menu .sidebar-content-wrap .category-wrapper {
    margin-bottom: 70px
}

@media(max-width:991px) {
    .right-sidebar-menu .sidebar-content-wrap .category-wrapper {
        margin-bottom: 60px
    }
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .category-wrapper {
        margin-bottom: 50px
    }
}

.right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list {
        gap: 15px
    }
}

.right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list li .single-category {
    padding: 20px 15px;
    border-radius: 5px;
    background-color: #e8f4e3;
    display: block;
    text-align: center;
    min-width: 145px;
    width: 100%;
    transition: .5s
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list li .single-category {
        min-width: 130px;
        max-width: 130px;
        padding: 15px 10px
    }
}

.right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list li .single-category .icon {
    margin-bottom: 15px
}

.right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list li .single-category .icon svg {
    fill: var(--title-color);
    transition: .5s
}

.right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list li .single-category h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    transition: .5s
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list li .single-category h6 {
        font-size: 14px
    }
}

.right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list li .single-category:hover {
    background-color: var(--primary-color1)
}

.right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list li .single-category:hover .icon svg {
    fill: var(--white-color)
}

.right-sidebar-menu .sidebar-content-wrap .category-wrapper .category-list li .single-category:hover h6 {
    color: var(--white-color)
}

.right-sidebar-menu .sidebar-content-wrap .destination-wrapper {
    margin-bottom: 100px
}

@media(max-width:991px) {
    .right-sidebar-menu .sidebar-content-wrap .destination-wrapper {
        margin-bottom: 80px
    }
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-content-wrap .destination-wrapper {
        margin-bottom: 60px
    }
}

.right-sidebar-menu .sidebar-content-wrap .destination-wrapper .destination-card2 .batch span {
    font-size: 10px
}

.right-sidebar-menu .sidebar-content-wrap .destination-wrapper .destination-card2 .destination-card2-content span {
    font-size: 12px
}

.right-sidebar-menu .sidebar-content-wrap .destination-wrapper .destination-card2 .destination-card2-content h4 a {
    font-size: 22px
}

.right-sidebar-menu .sidebar-content-wrap .destination-wrapper .slide-and-view-btn-grp .destination-sidebar-prev svg,
.right-sidebar-menu .sidebar-content-wrap .destination-wrapper .slide-and-view-btn-grp .destination-sidebar-next svg {
    stroke: var(--primary-color2);
    transition: .5s
}

.right-sidebar-menu .sidebar-content-wrap .destination-wrapper .slide-and-view-btn-grp .destination-sidebar-prev:hover svg,
.right-sidebar-menu .sidebar-content-wrap .destination-wrapper .slide-and-view-btn-grp .destination-sidebar-next:hover svg {
    stroke: var(--primary-color1)
}

.right-sidebar-menu .sidebar-bottom {
    padding: 30px;
    border-top: 1px solid rgba(16, 12, 8, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

@media(max-width:576px) {
    .right-sidebar-menu .sidebar-bottom {
        flex-wrap: wrap
    }
}

.right-sidebar-menu .sidebar-bottom .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px
}

.right-sidebar-menu .sidebar-bottom .hotline-area .icon svg {
    fill: var(--primary-color1)
}

.right-sidebar-menu .sidebar-bottom .hotline-area .content {
    position: relative;
    line-height: 1
}

.right-sidebar-menu .sidebar-bottom .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(16, 12, 8, .2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.right-sidebar-menu .sidebar-bottom .hotline-area .content span {
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 5px;
    display: inline-block
}

.right-sidebar-menu .sidebar-bottom .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1
}

.right-sidebar-menu .sidebar-bottom .hotline-area .content h6 a {
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color1);
    transition: .5s
}

.right-sidebar-menu .sidebar-bottom .hotline-area .content h6 a:hover {
    color: var(--title-color)
}

.right-sidebar-menu .sidebar-bottom .email-area {
    display: flex;
    align-items: center;
    gap: 10px
}

.right-sidebar-menu .sidebar-bottom .email-area .icon svg {
    fill: var(--primary-color1)
}

.right-sidebar-menu .sidebar-bottom .email-area .content {
    position: relative;
    line-height: 1
}

.right-sidebar-menu .sidebar-bottom .email-area .content span {
    font-family: var(--font-rubik);
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 5px;
    display: inline-block
}

.right-sidebar-menu .sidebar-bottom .email-area .content h6 {
    margin-bottom: 0;
    line-height: 1
}

.right-sidebar-menu .sidebar-bottom .email-area .content h6 a {
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 15px;
    color: var(--primary-color1);
    transition: .5s
}

.right-sidebar-menu .sidebar-bottom .email-area .content h6 a:hover {
    color: var(--title-color)
}

.login-modal .modal-dialog {
    animation: zoomIn 1s
}

.login-modal .modal-dialog .modal-content {
    border-radius: 20px;
    position: relative
}

@media(max-width:576px) {
    .login-modal .modal-dialog .modal-content {
        border-radius: 10px
    }
}

.login-modal .modal-dialog .modal-content .modal-clode-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #f1f1f1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 22px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media(max-width:767px) {
    .login-modal .modal-dialog .modal-content .modal-clode-btn {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px
    }
}

.login-modal .modal-dialog .modal-content .modal-clode-btn::before,
.login-modal .modal-dialog .modal-content .modal-clode-btn::after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: var(--title-color);
    transition: all .3s ease-out
}

.login-modal .modal-dialog .modal-content .modal-clode-btn::after {
    transform: rotate(-135deg)
}

.login-modal .modal-dialog .modal-content .modal-clode-btn:hover::before,
.login-modal .modal-dialog .modal-content .modal-clode-btn:hover::after {
    transform: rotate(0deg)
}

.login-modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: unset
}

.login-modal .modal-dialog .modal-content .modal-header img {
    border-radius: 20px 20px 0 0
}

@media(max-width:576px) {
    .login-modal .modal-dialog .modal-content .modal-header img {
        min-height: 110px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px 10px 0 0
    }
}

.login-modal .modal-dialog .modal-content .modal-body {
    padding: 45px 40px
}

@media(max-width:576px) {
    .login-modal .modal-dialog .modal-content .modal-body {
        padding: 30px 20px
    }
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-title {
    text-align: center;
    margin-bottom: 20px
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-title h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 35px;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 1;
    margin-bottom: 15px
}

@media(max-width:576px) {
    .login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-title h2 {
        font-size: 30px
    }
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-title p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-inner {
    position: relative
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-inner input {
    border: 1px solid var(--title-color);
    border-radius: 200px;
    background-color: transparent;
    width: 100%;
    height: 46px;
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 13px;
    padding: 15px 20px
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-inner input:focus {
    border: 1px solid var(--primary-color1)
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-inner input::-moz-placeholder {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: capitalize
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-inner input::placeholder {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: capitalize
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-remember-forget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 30px
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box {
    opacity: 0;
    display: none
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box+label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box+label::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid var(--primary-color1)
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box:checked+label::before {
    content: "\f26e";
    color: var(--white-color);
    font-family: bootstrap-icons;
    background-color: var(--primary-color1);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-remember-forget .remember label {
    color: var(--primary-color1);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: capitalize
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .form-remember-forget .forget-pass {
    color: var(--primary-color1);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: capitalize
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .login-btn {
    border-radius: 35px;
    background-color: var(--title-color);
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 15px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    width: 100%
}

@media(max-width:576px) {
    .login-modal .modal-dialog .modal-content .modal-body .login-registration-form .login-btn {
        font-size: 15px
    }
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .login-btn::after {
    position: absolute;
    content: "";
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--primary-color2);
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform .7s
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .login-btn:hover {
    color: var(--title-color)
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .login-btn:hover::after {
    transform: scalex(1);
    transform-origin: left
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .divider {
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .divider span {
    color: #dbdbdb;
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding: 0 12px;
    background-color: var(--white-color);
    position: relative;
    z-index: 1
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #dbdbdb;
    width: 100%;
    height: 1px
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .google-login-btn {
    border-radius: 35px;
    background-color: var(--white-color);
    border: 1px solid var(--title-color);
    font-family: var(--font-rubik);
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
    letter-spacing: .48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    width: 100%
}

@media(max-width:576px) {
    .login-modal .modal-dialog .modal-content .modal-body .login-registration-form .google-login-btn {
        font-size: 15px
    }
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .google-login-btn::after {
    position: absolute;
    content: "";
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--title-color);
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform .7s
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .google-login-btn:hover {
    color: var(--white-color)
}

.login-modal .modal-dialog .modal-content .modal-body .login-registration-form .google-login-btn:hover::after {
    transform: scalex(1);
    transform-origin: left
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color1);
    color: #fff
}

.home1-banner-area {
    padding: 0 70px;
    border-radius: 30px;
    position: relative
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-banner-area {
        padding: 0 20px
    }
}

@media(max-width:1399px) {
    .home1-banner-area {
        padding: 0
    }
}

@media(max-width:767px) {
    .home1-banner-area {
        padding: 0
    }
}

.home1-banner-area .swiper-slide-active .eg-tag {
    animation: zoomIn 2s
}

.home1-banner-area .swiper-slide-active h1,
.home1-banner-area .swiper-slide-active h2 {
    animation: fadeInDown 1.7s
}

.home1-banner-area .swiper-slide-active p {
    animation: fadeInUp 1.7s
}

.home1-banner-area .swiper-slide-active .banner-content-bottom {
    animation: fadeInUp 1.7s
}

.home1-banner-area .home1-banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*border-radius: 30px 30px 0 0;*/
    position: relative;
    height: 400px
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content {
    text-align: center;
    padding: 100px 0;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media(max-width:991px) {
    .home1-banner-area .home1-banner-wrapper .home1-banner-content {
        padding: 150px 0
    }
}

@media(max-width:767px) {
    .home1-banner-area .home1-banner-wrapper .home1-banner-content {
        padding: 110px 0
    }
}

@media(max-width:576px) {
    .home1-banner-area .home1-banner-wrapper .home1-banner-content {
        padding: 90px 0
    }
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .eg-tag {
    -webkit-mask-image: url(../img/home1/vector/destination-banner-batch-bg.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary-color2);
    padding: 12px 72px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 15px
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .eg-tag span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
    font-family: var(--font-jost);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .4px
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .eg-tag span svg {
    fill: var(--white-color)
}
.home1-banner-area .home1-banner-wrapper .home1-banner-content h1 span{
	font-size:22px;
	font-weight: 400;
	font-family: var(--font-jost);
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 12px
}
.home1-banner-area .home1-banner-wrapper .home1-banner-content h1,
.home1-banner-area .home1-banner-wrapper .home1-banner-content h2 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 65px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-family: 'Protest Riot', sans-serif;
}
.cstm-prmry-btn{
    background: #07d2dc;
    color: #fff;  
}

@media(max-width:1199px) {
    .home1-banner-area .home1-banner-wrapper .home1-banner-content h1,
    .home1-banner-area .home1-banner-wrapper .home1-banner-content h2 {
        font-size: 55px
    }
}

@media(max-width:991px) {
    .home1-banner-area .home1-banner-wrapper .home1-banner-content h1,
    .home1-banner-area .home1-banner-wrapper .home1-banner-content h2 {
        font-size: 45px
    }
}

@media(max-width:576px) {
    .home1-banner-area .home1-banner-wrapper .home1-banner-content h1,
    .home1-banner-area .home1-banner-wrapper .home1-banner-content h2 {
        font-size: 28px;
        margin-bottom: 15px
    }
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content p {
    color: var(--white-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 200;
    line-height: 1.9;
    letter-spacing: 4px;
    text-transform: capitalize;
    margin-bottom: 40px
}

@media(max-width:991px) {
    .home1-banner-area .home1-banner-wrapper .home1-banner-content p {
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    .home1-banner-area .home1-banner-wrapper .home1-banner-content p {
        font-size: 15px;
        margin-bottom: 20px
    }
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

@media(max-width:576px) {
    .home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom {
        flex-wrap: wrap;
        gap: 20px
    }
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area {
    display: flex;
    align-items: center;
    gap: 5px
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .text-logo {
    display: flex;
    margin-bottom: 10px
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .text-logo svg {
    fill: var(--white-color)
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .rating ul {
    display: flex;
    align-items: center;
    gap: 5px
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .rating ul li i {
    color: #00aa6c
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .rating span {
    color: var(--white-color)
}

.home1-banner-area .slider-btn-grp .home1-banner-prev {
    position: absolute;
    bottom: 145px;
    left: 8%;
    z-index: 99
}

@media(max-width:767px) {
    .home1-banner-area .slider-btn-grp .home1-banner-prev {
        display: none
    }
}

.home1-banner-area .slider-btn-grp .home1-banner-next {
    position: absolute;
    bottom: 145px;
    right: 8%;
    z-index: 99
}

@media(max-width:767px) {
    .home1-banner-area .slider-btn-grp .home1-banner-next {
        display: none
    }
}

.home1-banner-bottom {
    margin-top: -36px;
    z-index: 99;
    position: relative;
    padding: 0 70px;
        background:#f6fdfe;
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-banner-bottom {
        padding: 0 20px
    }
}

@media(max-width:1399px) {
    .home1-banner-bottom {
        padding: 0 100px
    }
}

@media(max-width:767px) {
    .home1-banner-bottom {
        padding: 0
    }
}

@media(max-width:767px) {
    .home1-banner-bottom {
        margin-top: -56px
    }
}
.pad-none{
    padding: 0
}
.home1-banner-bottom .filter-wrapper .nav-buttons {
    display: flex;
    align-items: center;
    justify-content: center
}
.home1-banner-bottom .filter-wrapper{
   
    box-shadow: 0px 3px 10px -2px #dcdada
}
.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills {
    border-radius: 15px 15px 0 0;
    background: #edf2de;
    display: inline-flex;
    border-bottom: 1px solid #dbe1cd
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills {
        border-radius: unset;
        justify-content: center
    }
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item:first-child .nav-link {
    border-radius: 15px 0 0 0;
    border-left: unset
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item:first-child .nav-link {
        border-radius: unset
    }
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 15px 0 0
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item:last-child .nav-link {
        border-radius: unset;
        border-left: unset
    }
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item {
        width: 50%
    }
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 40px;
    border-radius: unset;
    border-left: 1px solid #dbe1cd;
    width: 100%
}

@media(max-width:991px) {
    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        padding: 15px 20px
    }
}

@media(max-width:767px) {
    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        padding: 15px;
        font-size: 15px
    }
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link svg {
    fill: var(--black-color)
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-color1);
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link.active svg {
    fill: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group {
/*    border-radius: 0 0 30px 30px;
    background: #edf2de*/
    padding: 0px
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group {
        padding: 30px 40px
    }
}

@media(min-width:576px) and (max-width:768px) {
    .home1-banner-bottom .filter-wrapper .filter-group {
        padding: 30px 20px
    }
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .filter-group {
        padding: 20px 15px
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form {
    display: flex;
    align-items: center
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form {
        flex-direction: column
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area {
    padding: 0 80px;
    width: 100%
}

@media(min-width:1200px) and (max-width:1399px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area {
        padding: 0 50px
    }
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area {
        padding: 0;
        margin-bottom: 20px
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box {
        padding: 20px;
        border: 1px solid #dbe1cd;
        width: 100%
    }
}

@media(min-width:576px) and (max-width:768px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box {
        padding: 15px 20px
    }
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box {
        position: relative
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .icon svg {
    fill: var(--primary-color1)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input {
    line-height: 1
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input {
        width: 100%
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input label {
    color: #6a6a6a;
    font-family: var(--font-rubik);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 5px
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input {
    display: flex;
    align-items: center;
    line-height: 1;
    cursor: pointer
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input input {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .3px;
    background-color: transparent;
    width: 100%;
    cursor: pointer
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input input::-moz-placeholder {
    color: var(--title-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input input::placeholder {
    color: var(--title-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input i {
    color: var(--title-color);
    font-weight: 500
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .3px;
    min-width: 188px;
    width: 100%;
    margin-bottom: 0
}

@media(min-width:1200px) and (max-width:1399px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input h6 {
        min-width: 150px
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    padding: 10px 0;
    background-color: var(--white-color);
    border-radius: 5px;
    max-width: 300px;
    min-width: 300px;
    width: 100%;
    max-height: 250px;
    overflow-y: scroll;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 9;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
    display: none;
    transform: scaleY(0);
    transform-origin: top
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar {
    width: 5px
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-track {
    background: #f5f4f4
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
        max-width: 100%;
        min-width: 100%;
        top: 75px
    }
}

@media(max-width:767px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
        top: 65px
    }
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
        left: 50%
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 10px 5px;
    padding-bottom: 5px
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area i {
    color: var(--primary-color1)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area input {
    background-color: transparent;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 400;
    width: 100%
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
    margin-bottom: 5px;
    position: relative
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:last-child {
    margin-bottom: 0
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h6 {
    font-size: 14px;
    font-family: var(--font-rubik);
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h6 {
        font-size: 13px
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination p {
    font-size: 12px;
    font-family: var(--font-jost);
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination p {
        font-size: 11px
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .tour span {
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--font-jost);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background-color: var(--primary-color1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .tour span {
        font-size: 13px
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li::before {
    content: "";
    height: 100%;
    width: 3px;
    background-color: var(--title-color);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li.single-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f4f4;
    margin-bottom: 0
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li.single-item:last-child {
    border-bottom: none
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li.single-item h6 {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-rubik);
    color: var(--text-color);
    margin-bottom: 0
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover {
    background: rgba(211, 211, 211, .231372549)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover::before {
    opacity: 1
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-bottom: 1px solid #f5f4f4
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .title h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-rubik);
    color: var(--text-color);
    margin-bottom: 0
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .title span {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font-jost);
    color: var(--text-color);
    margin-bottom: 0
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .quantity-counter {
    display: flex;
    align-items: center
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .quantity-counter a {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    font-size: 17px;
    color: var(--primary-color1)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .quantity-counter a:hover {
    color: var(--white-color);
    background-color: var(--primary-color1)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .quantity-counter input {
    width: 40px;
    background-color: transparent;
    text-align: center;
    line-height: 1;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 500
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
    display: block;
    transform: scaleY(1);
    animation: fade-down .3s linear
}

@keyframes fade-down2 {
    0% {
        opacity: 0;
        transform: scaleY(0) translateX(-50%);
        visibility: hidden
    }
    100% {
        opacity: 1;
        transform: scaleY(1) translateX(-50%);
        visibility: visible
    }
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
        transform: scaleY(1) translateX(-50%);
        animation: fade-down2 .3s linear
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.two {
    max-width: 200px;
    min-width: 200px;
    max-height: 180px;
    padding: 0
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.two {
        max-width: 100%;
        min-width: 100%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.two {
        left: 0
    }
}

@media(min-width:576px) and (max-width:768px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.two {
        left: 0
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.no-scroll {
    overflow-y: initial;
    max-width: unset
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input input {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input input::-moz-placeholder {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input input::placeholder {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input i {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input h6 {
    color: var(--white-color);
    min-width: 150px
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap {
    background-color: var(--title-color);
    border: unset;
    top: 47px
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap {
        top: 75px
    }
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap {
        left: 50%;
        top: 65px
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap::-webkit-scrollbar {
    border-radius: 10px
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap::-webkit-scrollbar-track {
    background: var(--title-color);
    border-radius: 10px
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap::-webkit-scrollbar-thumb {
    background-color: var(--white-color);
    border-radius: 10px
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .custom-select-search-area input {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li::before {
    background-color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li .destination h6,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li .destination p {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li.single-item {
    border-bottom: 1px solid #282727
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li.single-item h6 {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .guest-count .single-item {
    border-bottom: 1px solid #282727
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .guest-count .single-item .title h6,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .guest-count .single-item .title span {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .guest-count .single-item .quantity-counter input {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter {
    position: relative
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter a {
    color: var(--title-color);
    line-height: 1
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter a i {
    font-size: 14px
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__plus {
    position: absolute;
    top: -8px;
    right: 20px
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__plus {
        right: 0
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__minus {
    position: absolute;
    top: 8px;
    right: 20px
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__minus {
        right: 0
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__input {
    width: 100%;
    height: unset;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: transparent;
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .48px;
    border: none
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__input:focus {
    border: none
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .divider {
    position: relative
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .divider::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #dbe1cd;
    width: 1px;
    height: 78px
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .divider::after {
        display: none
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form button {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .54px;
    white-space: nowrap;
    background-color: var(--primary-color1);
    padding: 30px 53px;
    border-radius: 0 0 30px 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.home1-banner-bottom .filter-wrapper .filter-group form button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--title-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all .5s ease-out 0s
}

.home1-banner-bottom .filter-wrapper .filter-group form button:hover {
    color: var(--white-color)
}

.home1-banner-bottom .filter-wrapper .filter-group form button:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

@media(max-width:1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form button {
        padding: 20px 53px;
        border-radius: 5px
    }
}

@media(max-width:576px) {
    .home1-banner-bottom .filter-wrapper .filter-group form button {
        padding: 16px 40px;
        font-size: 16px
    }
}

.home1-banner-bottom.style-2 {
    margin-top: 0;
    padding: 0
}

.home1-banner-bottom.style-2 .filter-wrapper {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto
}

.home1-banner-bottom.style-2 .filter-wrapper .nav-buttons .nav-pills {
    border: 1px solid rgba(255, 255, 255, .15);
    border-bottom: none;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 19px 15px 46px 0 rgba(0, 0, 0, .14);
    -webkit-backdrop-filter: blur(27.5px);
    backdrop-filter: blur(27.5px)
}

@media(max-width:1199px) {
    .home1-banner-bottom.style-2 .filter-wrapper .nav-buttons .nav-pills {
        background: linear-gradient(112deg, rgba(16, 12, 8, 0.5) 0%, rgba(16, 12, 8, 0.8) 100%);
        -webkit-backdrop-filter: blur(120.5px);
        backdrop-filter: blur(120.5px)
    }
}

.home1-banner-bottom.style-2 .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
    color: var(--white-color);
    border-color: rgba(255, 255, 255, .15);
    padding: 15px 30px
}

@media(max-width:991px) {
    .home1-banner-bottom.style-2 .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        padding: 13px 28.5px
    }
}

@media(max-width:576px) {
    .home1-banner-bottom.style-2 .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        padding: 12px 15.5px
    }
}

.home1-banner-bottom.style-2 .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link svg {
    fill: var(--white-color)
}

.home1-banner-bottom.style-2 .filter-wrapper .filter-group {
    border: 1px solid rgba(255, 255, 255, .15);
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 19px 15px 46px 0 rgba(0, 0, 0, .14);
    -webkit-backdrop-filter: blur(27.5px);
    backdrop-filter: blur(27.5px);
    border-radius: 200px
}

@media(max-width:1199px) {
    .home1-banner-bottom.style-2 .filter-wrapper .filter-group {
        border-radius: 30px;
        background: linear-gradient(112deg, rgba(16, 12, 8, 0.5) 0%, rgba(16, 12, 8, 0.8) 100%);
        -webkit-backdrop-filter: blur(120.5px);
        backdrop-filter: blur(120.5px)
    }
}

@media(max-width:991px) {
    .home1-banner-bottom.style-2 .filter-wrapper .filter-group {
        border-radius: 0 0 30px 30px
    }
}

@media(max-width:767px) {
    .home1-banner-bottom.style-2 .filter-wrapper .filter-group {
        padding: 30px 40px;
        border-radius: 0 0 20px 20px
    }
}

@media(max-width:576px) {
    .home1-banner-bottom.style-2 .filter-wrapper .filter-group {
        border-radius: 0;
        padding: 30px 25px
    }
}

.home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area {
    padding: 0 20px
}

@media(max-width:1199px) {
    .home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area {
        padding: 0
    }
}

.home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area .single-search-box {
    padding: 0 10px
}

@media(max-width:1199px) {
    .home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area .single-search-box {
        padding: 20px
    }
}

@media(max-width:576px) {
    .home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area .single-search-box {
        padding: 15px
    }
}

.home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area .single-search-box .searchbox-input label {
    color: var(--primary-color1)
}

.home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area .single-search-box .searchbox-input .quantity-counter a {
    color: var(--white-color)
}

.home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area .single-search-box .searchbox-input .quantity-counter .quantity__input {
    color: var(--white-color)
}

.home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area .single-search-box .searchbox-input .quantity-counter .quantity__plus,
.home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area .single-search-box .searchbox-input .quantity-counter .quantity__minus {
    right: 0
}

.home1-banner-bottom.style-2 .filter-wrapper .filter-group .filter-area .divider::after {
    background: rgba(255, 255, 255, .15);
    height: 58px
}

.home1-banner-bottom.style-2 .filter-wrapper .filter-group button {
    border-radius: 0 200px 200px 0;
    padding: 20px 60px
}

@media(max-width:1199px) {
    .home1-banner-bottom.style-2 .filter-wrapper .filter-group button {
        border-radius: 35px;
        padding: 15px 50px
    }
}

.home1-banner-bottom.style-3 {
    margin-top: -54px;
    padding: 0
}

.home1-banner-bottom.style-4 {
    margin-top: 0;
    padding: 0
}

.home1-banner-bottom.style-4 .filter-wrapper .nav-buttons {
    justify-content: start;
    margin-left: 30px;
    margin-bottom: -20px
}

@media(max-width:767px) {
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons {
        margin-left: 0;
        justify-content: center
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills {
    background-color: #ece4d7;
    border-radius: 10px;
    border: 1px solid rgba(16, 12, 8, .15)
}

@media(max-width:767px) {
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills {
        border-radius: unset;
        justify-content: center
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
    border-right: 1px solid rgba(16, 12, 8, .15);
    font-size: 15px;
    padding: 11px 40px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        padding: 11px 25px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        padding: 11px 20px
    }
}

@media(max-width:991px) {
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        padding: 11px 20px
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px
}

@media(max-width:576px) {
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item:first-child .nav-link {
        border-radius: unset
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
    border-right: unset
}

@media(max-width:576px) {
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item:last-child .nav-link {
        border-radius: unset
    }
}

@media(max-width:767px) {
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item {
        width: 50%
    }
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        border-radius: 0
    }
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item:first-child .nav-link {
        border-radius: unset
    }
    .home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item:last-child .nav-link {
        border-radius: unset
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group {
    background-color: transparent;
    border: 1px solid rgba(16, 12, 8, .15);
    border-radius: 20px;
    padding: 45px 30px 25px
}

@media(max-width:1799px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group {
        padding: 35px 10px 25px
    }
}

@media(max-width:576px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group {
        border-radius: unset
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group form {
    gap: 10px
}

@media(max-width:1199px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form {
        flex-direction: row
    }
}

@media(max-width:767px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form {
        flex-direction: column
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area {
    padding: 0
}

@media(max-width:1199px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area {
        margin-bottom: 0
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box {
    border-radius: 10px;
    border: 1px solid rgba(16, 12, 8, .15);
    padding: 11px 10px
}

@media(max-width:1799px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box {
        padding: 8px 10px
    }
}

@media(max-width:1399px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box {
        width: 100%
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input {
    width: 100%
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input input {
    font-size: 14px
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input h6 {
    min-width: 118px;
    font-size: 14px
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    top: 58px
}

@media(max-width:1699px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
        top: 52px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
        max-width: 380px;
        min-width: 380px;
        top: 52px;
        left: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
        max-width: 280px;
        min-width: 280px
    }
}

@media(max-width:1399px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__plus {
        right: 0
    }
}

@media(max-width:1399px) {
    .home1-banner-bottom.style-4 .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__minus {
        right: 0
    }
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group form button {
    padding: 18px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group form button svg {
    fill: var(--white-color)
}

.home1-about-section {
    position: relative
}

.home1-about-section .section-vector1 {
    position: absolute;
    bottom: -28%;
    left: 0
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-about-section .about-content .section-title h2 {
        font-size: 40px
    }
}

@media(max-width:576px) {
    .home1-about-section .about-content .section-title h2 {
        font-size: 30px
    }
}

.home1-about-section .about-content .nav-pills {
    gap: 60px;
    margin-bottom: 25px
}

@media(min-width:992px) and (max-width:1199px) {
    .home1-about-section .about-content .nav-pills {
        gap: 35px
    }
}

@media(max-width:576px) {
    .home1-about-section .about-content .nav-pills {
        gap: 20px
    }
}

.home1-about-section .about-content .nav-pills .nav-link {
    background-color: transparent;
    padding: 0;
    color: var(--text-color);
    font-family: var(--font-rubik);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px
}

.home1-about-section .about-content .nav-pills .nav-link svg {
    fill: var(--text-color)
}

.home1-about-section .about-content .nav-pills .nav-link.active {
    color: var(--primary-color1)
}

.home1-about-section .about-content .nav-pills .nav-link.active svg {
    fill: var(--primary-color1)
}

.home1-about-section .about-content .tab-content {
    margin-bottom: 45px
}

.home1-about-section .about-content .tab-content .tab-pane {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .51px
}

@media(max-width:576px) {
    .home1-about-section .about-content .tab-content .tab-pane {
        font-size: 14px
    }
}

.home1-about-section .about-content .about-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:576px) {
    .home1-about-section .about-content .about-content-bottom {
        flex-wrap: wrap;
        gap: 20px
    }
}

.home1-about-section .about-content .about-content-bottom .counter-area {
    display: flex;
    align-items: center;
    gap: 8px
}

.home1-about-section .about-content .about-content-bottom .counter-area .content .number {
    display: flex
}

.home1-about-section .about-content .about-content-bottom .counter-area .content .number h6,
.home1-about-section .about-content .about-content-bottom .counter-area .content .number span {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 0
}

.home1-about-section .about-content .about-content-bottom .counter-area .content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .42px;
    text-transform: capitalize;
    margin-bottom: 0
}

.home1-about-section .about-img {
    position: relative
}

@media(max-width:991px) {
    .home1-about-section .about-img {
        display: none
    }
}

.home1-about-section .about-img .vector {
    position: absolute;
    left: 10%;
    bottom: -135px
}

@media(max-width:1199px) {
    .home1-about-section .about-img .vector {
        display: none
    }
}

.destination-card {
    position: relative;
    transition: .5s;
    width: 261px;
    min-height: 319px;
}

@media(max-width:991px) {
    .destination-card {
        height: 100%
    }
}

.destination-card img {
    border-radius: 10px;
    width: 261px;
    height: 319px;
    object-fit: cover;
}

@media(max-width:991px) {
    .destination-card img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(max-width:576px) {
    .destination-card img {
        height: auto
    }
}

.destination-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .2);
    border-radius: 10px
}

.destination-card .card-title {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 1;
    width: 100%;
    transition: .5s
}

.destination-card .card-title h4 {
    color: var(--white-color);
    font-family: 'Protest Riot', sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .54px;
    margin-bottom: 0
}

@media(max-width:767px) {
    .destination-card .card-title h4 {
        font-size: 25px
    }
}


.destination-card .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.4);
    text-align: center;
    opacity: 0;
    transition: all .5s ease-out;
    background: rgba(255,255,255,0.7);
    padding: 15px;
    width: 75%;
}

.destination-card .content p {
    margin-bottom: 0px;
    font-size: 15px;
}

.destination-card .content h4 a {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .54px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color1);
    display: inline-block;
    transition: all .5s ease-out
}

.destination-card .content h4 a:hover {
    color: var(--primary-color2)
}

.destination-card .content .eg-tag {
    -webkit-mask-image: url(../img/home1/vector/destination-tag.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary-color1);
    padding: 18px 48px;
    white-space: nowrap;
    display: flex;
    margin-bottom: 15px;
    transition: all .5s ease-out
}

.destination-card .content .eg-tag span {
    color: var(--white-color);
    font-family: var(--font-satisfy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .4px
}

.destination-card .content .eg-tag span svg {
    fill: var(--white-color)
}


.destination-card:hover .content {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.home1-destination-section {
    position: relative
}

.home1-destination-section .section-vector2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

@media(max-width:767px) {
    .home1-destination-section .section-vector2 {
        display: none
    }
}

.home1-destination-section .destination-banner {
    background-image: url(../img/home1/destination-banner-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    height: 100%
}

@media(max-width:576px) {
    .home1-destination-section .destination-banner {
        padding: 35px 40px
    }
}

.home1-destination-section .destination-banner .batch {
    -webkit-mask-image: url(../img/home1/vector/destination-banner-batch-bg.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary-color2);
    padding: 7px 29px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 12px
}

.home1-destination-section .destination-banner .batch span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
    font-family: var(--font-satisfy);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .72px
}

.home1-destination-section .destination-banner .batch span svg {
    fill: var(--white-color)
}

.home1-destination-section .destination-banner h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 35px
}

@media(min-width:1200px) and (max-width:1399px) {
    .home1-destination-section .destination-banner h2 {
        font-size: 38px;
        margin-bottom: 30px
    }
}

@media(max-width:1199px) {
    .home1-destination-section .destination-banner h2 {
        font-size: 32px;
        margin-bottom: 25px
    }
}

@media(max-width:767px) {
    .home1-destination-section .destination-banner .primary-btn1 {
        padding: 16px 25px;
        font-size: 14px
    }
}

.franctional-slider-section {
    overflow: hidden;
    position: relative
}

.franctional-slider-section .slider-content-wrapper {
    background-image:linear-gradient(180deg, #f7f5e5 0%, #f9f9ee 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 135px
}

@media(max-width:1699px) {
    .franctional-slider-section .slider-content-wrapper {
        padding: 100px 50px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .franctional-slider-section .slider-content-wrapper {
        padding: 80px 30px
    }
}

@media(max-width:991px) {
    .franctional-slider-section .slider-content-wrapper {
        padding: 80px 40px
    }
}

@media(max-width:576px) {
    .franctional-slider-section .slider-content-wrapper {
        padding: 70px 20px
    }
}

.franctional-slider-section .slider-content-wrapper .slider-content {
    max-width: 550px;
    width: 100%
}

@media(min-width:1400px) and (max-width:1599px) {
    .franctional-slider-section .slider-content-wrapper .slider-content {
        max-width: 450px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .franctional-slider-section .slider-content-wrapper .slider-content {
        max-width: 450px
    }
}

.franctional-slider-section .slider-content-wrapper .slider-content p {
    color: #434343;
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .51px;
    margin-bottom: 35px;
}

@media(max-width:576px) {
    .franctional-slider-section .slider-content-wrapper .slider-content p {
        font-size: 15px;
        margin-bottom: 25px
    }
}

.franctional-slider-section .slider-content-wrapper .slider-content ul {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    padding-bottom: 55px
}

@media(max-width:576px) {
    .franctional-slider-section .slider-content-wrapper .slider-content ul {
        padding-bottom: 40px;
        gap: 20px;
        flex-direction: column;
        align-items: flex-start
    }
}

.franctional-slider-section .slider-content-wrapper .slider-content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .51px
}

.franctional-slider-section .slider-content-wrapper .slider-content ul li svg {
    fill: var(--primary-color1)
}

.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area {
    display: flex;
    align-items: center;
    gap: 20px
}

.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-prev-btn svg,
.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-next-btn svg {
    stroke: var(--primary-color2)
}

.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-pagi1 {
    width: unset;
    font-size: 39px;
    display: flex;
    gap: 12px;
    color: rgba(0, 0, 0, .5);
    font-weight: 200
}

.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-pagi1 .swiper-pagination-current {
    color: var(--primary-color1);
    font-family: var(--font-jost);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .9px;
    text-transform: capitalize
}

.franctional-slider-section .slider-content-wrapper .nav-and-pagi-area .franctional-slider-pagi1 .swiper-pagination-total {
    color: var(--primary-color2);
    font-family: var(--font-jost);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: capitalize
}

.franctional-slider-section .franctional-slider-right-img {
    position: relative;
    height: 100%
}

.franctional-slider-section .franctional-slider-right-img>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:991px) {
    .franctional-slider-section .franctional-slider-right-img {
        display: none
    }
}

.franctional-slider-section .franctional-slider-right-img .logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 2px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.franctional-slider-section .rating-wrapper {
    background-image: url(../img/home1/rating-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    border-radius: 20px;
    z-index: 99;
        width: 430px;
}

@media(min-width:1200px) and (max-width:1399px) {
    .franctional-slider-section .rating-wrapper {
        left: 55%
    }
}

@media(max-width:1199px) {
    .franctional-slider-section .rating-wrapper {
        display: none
    }
}



.card-content-top .includs{
    padding-top: 12px
}
.card-content-top .includs span{
    font-size: 12px;
    text-transform: uppercase;
    color: #333
}
.card-content-top .includs ul{
    display: inline-block;
}
.card-content-top .includs ul li img{
    width: 30px;
    margin-right: 8px;
}



/*.feature-card.two:hover .feature-card-icon {
    background-color: var(--primary-color2)
}*/





/*.feature-card.three .feature-card-icon {
    background-color: #f5f5d3
}*/

.feature-card.three .feature-card-icon svg {
    fill: #d2d234
}



.feature-card.three:hover .feature-card-icon svg {
    fill: var(--white-color)
}

.feature-card.style-2 {
    background-color: var(--white-color);
    background-image: unset;
    border: unset;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, .08);
    padding: 25px 28px
}

@media(max-width:576px) {
    .feature-card.style-2 {
        padding: 25px 20px
    }
}

.feature-card.style-2 .feature-card-icon {
    min-width: unset;
    max-width: unset;
    height: unset;
    background-color: unset;
    border-radius: unset
}

.feature-card.style-2 .feature-card-icon svg {
    fill: var(--primary-color1);
    transition: .5s
}

.feature-card.style-2 .feature-card-icon.orange svg {
    fill: var(--primary-color2)
}

.feature-card.style-2:hover {
    box-shadow: unset;
    background-color: var(--primary-color1)
}

.feature-card.style-2:hover .feature-card-icon svg {
    fill: var(--white-color)
}

.feature-card.style-2:hover .feature-card-content h6 {
    color: var(--white-color)
}

.feature-card.style-2:hover .feature-card-content p {
    color: var(--white-color)
}

.feature-card.style-2.secondary .feature-card-icon svg {
    fill: var(--primary-color2)
}

.feature-card.style-2.secondary:hover {
    background-color: var(--primary-color2)
}

.feature-card.style-2.secondary:hover svg {
    fill: var(--white-color)
}

.feature-card.style-3 {
    border: 1px solid #eee;
    background: #e8f4e3;
    background-image: unset;
    flex-direction: column;
    padding: 25px
}

@media(min-width:992px) and (max-width:1199px) {
    .feature-card.style-3 {
        padding: 15px
    }
}

@media(max-width:767px) {
    .feature-card.style-3 {
        padding: 15px
    }
}

.feature-card.style-3 .feature-card-icon {
    min-width: unset;
    max-width: unset;
    height: unset;
    background-color: unset;
    border-radius: unset
}

.feature-card.style-3 .feature-card-icon svg {
    fill: var(--primary-color1);
    transition: .5s
}

.feature-card.style-3 .feature-card-icon.orange svg {
    fill: var(--primary-color2)
}

.feature-card.style-3 .feature-card-content {
    text-align: center
}

@media(min-width:992px) and (max-width:1199px) {
    .feature-card.style-3 .feature-card-content h6 {
        font-size: 17px;
        margin-bottom: 5px
    }
}

@media(max-width:767px) {
    .feature-card.style-3 .feature-card-content h6 {
        font-size: 17px;
        margin-bottom: 5px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .feature-card.style-3 .feature-card-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

@media(max-width:576px) {
    .feature-card.style-3 .feature-card-content p {
        font-size: 14px;
        line-height: 1.5
    }
}

.feature-card.style-3:hover {
    box-shadow: unset;
    background-color: var(--primary-color1)
}

.feature-card.style-3:hover .feature-card-icon svg {
    fill: var(--white-color)
}

.feature-card.style-3:hover .feature-card-content h6 {
    color: var(--white-color)
}

.feature-card.style-3:hover .feature-card-content p {
    color: var(--white-color)
}

.feature-card.style-3.olive-bg {
    background-color: #e7eddb
}

.feature-card.style-3.olive-bg .feature-card-icon svg {
    fill: #90a955
}

.feature-card.style-3.olive-bg:hover {
    background-color: #90a955
}

.feature-card.style-3.olive-bg:hover .feature-card-icon svg {
    fill: var(--white-color)
}

.feature-card.style-3.orange-bg {
    background-color: #feeed5
}

.feature-card.style-3.orange-bg .feature-card-icon svg {
    fill: var(--primary-color2)
}

.feature-card.style-3.orange-bg:hover {
    background-color: var(--primary-color2)
}

.feature-card.style-3.orange-bg:hover .feature-card-icon svg {
    fill: var(--white-color)
}

.feature-card.style-3.yellow-bg {
    background-color: #f5f5d3
}

.feature-card.style-3.yellow-bg .feature-card-icon svg {
    fill: #d2d234
}

.feature-card.style-3.yellow-bg:hover {
    background-color: #d1d133
}

.feature-card.style-3.yellow-bg:hover .feature-card-icon svg {
    fill: var(--white-color)
}

.feature-card-section {
    position: relative;
   padding-bottom: 50px;
    padding-top:5px;
}

.feature-card-section .pt-15 {
    padding-top: 15px
}

@media(max-width:1199px) {
    .feature-card-section .pt-15 {
        padding-top: 0
    }
}

.feature-card-section .mb-80 {
    margin-bottom: 80px
}

@media(max-width:991px) {
    .feature-card-section .mb-80 {
        margin-bottom: 70px
    }
}

.feature-card-section .section-vector4 {
    position: absolute;
    top: -40%;
    right: 0;
    z-index: 9
}

@media(max-width:1199px) {
    .feature-card-section .section-vector4 {
        top: -30%
    }
}

@media(max-width:991px) {
    .feature-card-section .section-vector4 {
        top: -15%
    }
}

@media(max-width:576px) {
    .feature-card-section .section-vector4 {
        top: -10%
    }
}

.feature-card-section .banner4-slider-wrapper .banner4-card-slide .swiper-slide-active span {
    animation: fadeInDown 1.5s
}

.feature-card-section .banner4-slider-wrapper .banner4-card-slide .swiper-slide-active h3 {
    animation: fadeInDown 1.5s
}

.feature-card-section .banner4-slider-wrapper .banner4-card-slide .swiper-slide-active .text {
    animation: fadeInDown 1.5s
}

.feature-card-section .banner4-slider-wrapper .banner4-card-slide .swiper-slide-active .primary-btn1 {
    animation: fadeInUp 1.5s
}

.feature-card-section .banner4-slider-wrapper .package-card3-slide {
    padding: 10px;
    margin: -10px;
    padding-left: 0;
    margin-left: 0
}

.package-card-tab-section {
    background-image: url(../img/home1/package-card-tab-bg.html), linear-gradient(180deg, #faf5ee 0%, #faf5ee 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .package-card-tab-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .package-card-tab-section {
        padding: 80px 0
    }
}

.package-card-tab-section .section-vector5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.package-card-tab-section .section-vector6 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.package-card-tab-section .package-card-with-tab .nav-pills {
    display: inherit;
    -moz-columns: 5;
    columns: 5;
    gap: 0;
    margin-bottom: 50px;
    border-radius: 10px
}

@media(max-width:576px) {
    .package-card-tab-section .package-card-with-tab .nav-pills .nav-item {
        width: 50%
    }
}

.package-card-tab-section .package-card-with-tab .nav-pills .nav-item .nav-link {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    background-color: var(--white-color);
    border: 1px solid rgba(var(--primary-color1-opc), 0.2);
    border-right: none;
    padding: 24px 15px;
    border-radius: unset;
    width: 100%
}

.package-card-tab-section .package-card-with-tab .nav-pills .nav-item .nav-link.active {
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.5) 0%, rgba(16, 12, 8, 0.5) 100%), url(../img/home1/package-card-nav-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white-color)
}

@media(max-width:991px) {
    .package-card-tab-section .package-card-with-tab .nav-pills .nav-item .nav-link {
        border-right: 1px solid rgba(var(--primary-color1-opc), 0.2)
    }
}

@media(max-width:767px) {
    .package-card-tab-section .package-card-with-tab .nav-pills .nav-item .nav-link {
        padding: 20px 35px
    }
}

.package-card-tab-section .package-card-with-tab .nav-pills .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px
}

@media(max-width:991px) {
    .package-card-tab-section .package-card-with-tab .nav-pills .nav-item:first-child .nav-link {
        border-radius: unset
    }
}

.package-card-tab-section .package-card-with-tab .nav-pills .nav-item:nth-child(2) .nav-link.active {
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.5) 0%, rgba(16, 12, 8, 0.5) 100%), url(../img/home1/package-card-nav-bg2.html)
}

.package-card-tab-section .package-card-with-tab .nav-pills .nav-item:nth-child(3) .nav-link.active {
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.5) 0%, rgba(16, 12, 8, 0.5) 100%), url(../img/home1/package-card-nav-bg3.html)
}

.package-card-tab-section .package-card-with-tab .nav-pills .nav-item:nth-child(4) .nav-link.active {
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.5) 0%, rgba(16, 12, 8, 0.5) 100%), url(../img/home1/package-card-nav-bg4.html)
}

.package-card-tab-section .package-card-with-tab .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid rgba(var(--primary-color1-opc), 0.2)
}

@media(max-width:991px) {
    .package-card-tab-section .package-card-with-tab .nav-pills .nav-item:last-child .nav-link {
        border-radius: unset
    }
}

.package-card-tab-section .package-card-with-tab .nav-pills .nav-item:last-child .nav-link.active {
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.5) 0%, rgba(16, 12, 8, 0.5) 100%), url(../img/home1/package-card-nav-bg5.html)
}

@media(max-width:1199px) {
    .package-card-tab-section .package-card-with-tab .nav-pills {
        display: flex;
        justify-content: center
    }
}

@media(max-width:576px) {
    .package-card-tab-section .package-card-with-tab .nav-pills {
        margin-bottom: 30px
    }
}

.verticle-tab-section {
    position: relative
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar {
    padding-right: 15px
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills {
    display: block;
    -moz-columns: 2;
    columns: 2
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item {
    margin-bottom: 20px
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item:nth-child(3) {
    margin-bottom: 0
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item:last-child {
    margin-bottom: 0
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link {
    background-color: rgba(var(--primary-color1-opc), 0.1);
    padding: 20px;
    text-align: center;
    cursor: pointer
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link .icon {
    margin-bottom: 20px
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link .icon svg {
    fill: var(--title-color)
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-color2)
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link.active .icon svg {
    fill: var(--white-color)
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-sidebar .nav-pills .nav-item .nav-link.active h6 {
    color: var(--white-color)
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap {
    display: flex;
    align-items: center;
    gap: 30px
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content {
    max-width: 470px;
    width: 100%
}


}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .6px;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content h2 {
        font-size: 25px;
        margin-bottom: 15px
    }
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .48px;
    margin-bottom: 30px
}

@media(max-width:576px) {
    .verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content p {
        font-size: 14px;
        margin-bottom: 20px
    }
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 45px
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .51px
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content ul li svg {
    fill: var(--primary-color1)
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

@media(max-width:576px) {
    .verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area {
        flex-wrap: wrap
    }
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area .primary-btn1 {
    padding: 16px 25px
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area .video-area {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area .video-area .icon {
    position: relative
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area .video-area .icon .video-circle {
    stroke: var(--title-color);
    fill: none;
    transition: .5s
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area .video-area .icon .video-circle .top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    transition: stroke-dashoffset .8s cubic-bezier(.33, 1, .68, 1)
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area .video-area .icon i {
    color: var(--title-color);
    font-size: 30px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area .video-area h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 0
}

.verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-content .content-bottom-area .video-area:hover .icon .video-circle .top-half {
    stroke-dashoffset: 0
}

@media(max-width:767px) {
    .verticle-tab-section .verticle-tab-wrapper .verticle-tab-content-wrap .verticle-tab-img {
        display: none
    }
}

.verticle-tab-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/home1/vector/section-bg-vector2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1
}

.verticle-tab-section .section-vector1 {
    position: absolute;
    bottom: -25%;
    left: 0;
    z-index: -1
}

.banner2-card {
    position: relative;
    border-radius: 5px
}

.banner2-card img {
    border-radius: 5px
}

@media(max-width:991px) {
    .banner2-card img {
        width: 100%
    }
}

.banner2-card .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px
}

.banner2-card .hotline-area .icon {
    height: 60px;
    width: 60px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.banner2-card .hotline-area .icon svg {
    fill: var(--primary-color1)
}

.banner2-card .hotline-area .content {
    text-align: start
}

.banner2-card .hotline-area .content span {
    font-size: 20px;
    font-family: var(--font-satisfy);
    line-height: 1;
    font-weight: 400;
    letter-spacing: .13em;
    color: var(--white-color);
    display: inline-block;
    margin-bottom: 10px
}

.banner2-card .hotline-area .content h6 {
    margin: 0;
    line-height: 1
}

.banner2-card .hotline-area .content h6 a {
    font-size: 24px;
    color: var(--white-color)
}

.banner2-card .banner2-content-wrap {
    padding: 60px 20px 35px;
    background-image: url(../img/home1/vector/banner2-content-bg1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 0 0 5px 5px
}

.banner2-card .banner2-content-wrap .banner2-content>span {
    color: var(--white-color);
    font-family: var(--font-satisfy);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    margin-bottom: 16px
}

.banner2-card .banner2-content-wrap .banner2-content h3 {
    color: var(--primary-color2);
    font-family: var(--font-rubik);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px
}

.banner2-card .banner2-content-wrap .banner2-content>a {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6
}

@media(max-width:576px) {
    .banner2-card .banner2-content-wrap .banner2-content>a {
        font-size: 16px
    }
}

.banner2-card .banner2-content-wrap .banner2-content p {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.6
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card .banner2-content-wrap .banner2-content p {
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .banner2-card .banner2-content-wrap .banner2-content p {
        margin-bottom: 10px
    }
}

.banner2-card .banner2-content-wrap .primary-btn1 {
    padding: 13px 25px;
    font-size: 15px
}

.banner2-card .banner2-content-wrap .offer-batch {
    width: 64px;
    height: 64px;
    background-color: var(--primary-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.banner2-card .banner2-content-wrap .offer-batch span {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 400;
    line-height: 1
}

.banner2-card .banner2-content-wrap .offer-batch span strong {
    font-weight: 700
}

.banner2-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    border-radius: 5px
}

.banner2-card::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px
}

.banner2-card.two::after {
    display: none
}

.banner2-card.two .banner2-content-wrap {
    background-image: url(../img/home1/vector/banner2-content-bg2.svg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px 15px;
    text-align: start;
    border-radius: 0 0 5px 5px
}

@media(max-width:991px) {
    .banner2-card.two .banner2-content-wrap {
        padding: 35px 20px 25px
    }
}

@media(max-width:576px) {
    .banner2-card.two .banner2-content-wrap {
        padding: 15px 20px 10px
    }
}

.banner2-card.two .banner2-content-wrap .banner2-content span {
    margin-bottom: 5px
}

.banner2-card.three::after {
    display: none
}

.banner2-card.three .banner2-content-wrap {
    background-image: url(../img/home1/vector/banner2-content-bg3.svg);
    padding: 38px 20px 38px 25px;
    text-align: start;
    border-radius: 5px 0 0 5px;
    height: 100%
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner2-card.three .banner2-content-wrap {
        padding: 22px 20px 20px 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.three .banner2-content-wrap {
        padding: 15px 20px 15px 25px
    }
}

@media(max-width:991px) {
    .banner2-card.three .banner2-content-wrap {
        height: 100%
    }
}

@media(max-width:576px) {
    .banner2-card.three .banner2-content-wrap {
        padding-left: 20px
    }
}

.banner2-card.three .banner2-content-wrap .banner2-content {
    max-width: 250px;
    width: 100%
}

@media(min-width:768px) and (max-width:991px) {
    .banner2-card.three .banner2-content-wrap .banner2-content {
        max-width: 350px
    }
}

.banner2-card.three .banner2-content-wrap .banner2-content span {
    margin-bottom: 5px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.three .banner2-content-wrap .banner2-content span {
        margin-bottom: 0
    }
}

@media(max-width:576px) {
    .banner2-card.three .banner2-content-wrap .banner2-content span {
        font-size: 18px
    }
}

.banner2-card.three .banner2-content-wrap .banner2-content h5 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px
}

.banner2-card.three .banner2-content-wrap .banner2-content h5 span {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color2)
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.three .banner2-content-wrap .banner2-content h5 {
        margin-bottom: 5px
    }
}

@media(max-width:576px) {
    .banner2-card.three .banner2-content-wrap .banner2-content h5 {
        font-size: 18px;
        margin-bottom: 5px
    }
    .banner2-card.three .banner2-content-wrap .banner2-content h5 span {
        font-size: 20px
    }
}

.banner2-card.three .banner2-content-wrap .primary-btn1 {
    background-color: var(--primary-color2)
}

@media(max-width:576px) {
    .banner2-card.three .banner2-content-wrap .primary-btn1 {
        padding: 13px 25px;
        font-size: 15px
    }
}

.banner2-card.three .banner2-content-wrap .primary-btn1::after {
    background-color: var(--title-color)
}

.banner2-card.three .banner2-content-wrap .primary-btn1:hover {
    color: var(--white-color)
}

.banner2-card.four .banner2-content-wrap {
    background-image: url(../img/home1/vector/banner2-content-bg4.svg);
    bottom: unset;
    top: 0;
    text-align: start;
    padding: 30px 24px 60px 30px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.four .banner2-content-wrap {
        padding: 20px 24px 60px 25px;
        flex-wrap: wrap
    }
}

@media(max-width:991px) {
    .banner2-card.four .banner2-content-wrap {
        padding: 70px 40px 140px
    }
}

@media(max-width:576px) {
    .banner2-card.four .banner2-content-wrap {
        padding: 35px 15px 50px 20px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.four .banner2-content-wrap .banner2-content span {
        margin-bottom: 5px
    }
}

.banner2-card.four .banner2-content-wrap .banner2-content h3 {
    color: var(--title-color)
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.four .banner2-content-wrap .banner2-content h3 {
        font-size: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.four .banner2-content-wrap .banner2-content p {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.banner2-card.four .banner2-content-wrap .primary-btn1::after {
    background-color: var(--title-color)
}

.banner2-card.four .banner2-content-wrap .primary-btn1:hover {
    color: var(--white-color)
}

.banner2-card.five::after {
    display: none
}

.banner2-card.five img {
    border-radius: 10px
}

@media(max-width:576px) {
    .banner2-card.five img {
        min-height: 180px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.banner2-card.five::before {
    border-radius: 10px
}

.banner2-card.five .banner2-content-wrap {
    background-image: url(../img/home1/vector/banner2-content-bg2.png);
    padding: 38px 20px 38px 25px;
    text-align: center;
    right: 0;
    left: unset;
    background-size: contain;
    background-position: right center;
    border-radius: 0 10px 10px 0;
    height: 100%
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner2-card.five .banner2-content-wrap {
        padding: 22px 10px 20px 25px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.five .banner2-content-wrap {
        padding: 15px 10px 15px 25px
    }
}

@media(max-width:991px) {
    .banner2-card.five .banner2-content-wrap {
        height: 100%
    }
}

@media(max-width:767px) {
    .banner2-card.five .banner2-content-wrap {
        padding: 15px 10px 15px 25px
    }
}

@media(max-width:576px) {
    .banner2-card.five .banner2-content-wrap {
        padding-left: 20px
    }
}

.banner2-card.five .banner2-content-wrap .banner2-content {
    max-width: 250px;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.five .banner2-content-wrap .banner2-content {
        max-width: 200px
    }
}

@media(max-width:767px) {
    .banner2-card.five .banner2-content-wrap .banner2-content {
        max-width: 200px
    }
}

@media(max-width:576px) {
    .banner2-card.five .banner2-content-wrap .banner2-content {
        max-width: 160px
    }
}

.banner2-card.five .banner2-content-wrap .banner2-content span {
    margin-bottom: 5px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.five .banner2-content-wrap .banner2-content span {
        margin-bottom: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .banner2-card.five .banner2-content-wrap .banner2-content span {
        font-size: 22px
    }
}

@media(max-width:576px) {
    .banner2-card.five .banner2-content-wrap .banner2-content span {
        font-size: 18px;
        margin-bottom: 8px
    }
}

.banner2-card.five .banner2-content-wrap .banner2-content h5 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px
}

.banner2-card.five .banner2-content-wrap .banner2-content h5 span {
    font-size: 19px;
    font-weight: 600;
    color: #fad4a6;
    display: block;
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.five .banner2-content-wrap .banner2-content h5 span {
        font-size: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .banner2-card.five .banner2-content-wrap .banner2-content h5 span {
        font-size: 38px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner2-card.five .banner2-content-wrap .banner2-content h5 {
        margin-bottom: 5px;
        font-size: 22px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .banner2-card.five .banner2-content-wrap .banner2-content h5 {
        font-size: 30px
    }
}

@media(max-width:576px) {
    .banner2-card.five .banner2-content-wrap .banner2-content h5 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .banner2-card.five .banner2-content-wrap .banner2-content h5 span {
        font-size: 25px
    }
}

.banner2-card.five .banner2-content-wrap .banner2-content .secondary-btn1 {
    background-color: #eb7015;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 11px 17px
}

@media(max-width:576px) {
    .banner2-card.five .banner2-content-wrap .banner2-content .secondary-btn1 {
        padding: 10px 16px;
        font-size: 13px
    }
}

.banner2-card.five .banner2-content-wrap .banner2-content .secondary-btn1::after {
    background-color: var(--title-color)
}

.banner2-card.five .banner2-content-wrap .banner2-content .secondary-btn1:hover {
    color: var(--white-color)
}

.banner2-card.six {
    height: 100%
}

.banner2-card.six img {
    height: 100%;
    border-radius: 10px
}

.banner2-card.six::before {
    display: none
}

.banner2-card.six::after {
    display: none
}

.banner2-card.six .banner2-content-wrap {
    background-image: url(../img/home3/vector/banner2-content-bg1.html);
    border-radius: 0 0 10px 10px
}

@media(max-width:767px) {
    .banner2-card.six .banner2-content-wrap {
        padding: 50px 20px 20px
    }
}

@media(max-width:576px) {
    .banner2-card.six .banner2-content-wrap {
        padding: 30px 20px 15px
    }
}

.banner2-card.six .banner2-content-wrap .banner2-content {
    max-width: 435px;
    width: 100%;
    margin: 0 auto
}

.banner2-card.six .banner2-content-wrap .banner2-content h3 {
    color: var(--white-color);
    line-height: 1.2
}

@media(max-width:576px) {
    .banner2-card.six .banner2-content-wrap .banner2-content h3 {
        font-size: 26px
    }
}

.banner2-card.six .banner2-content-wrap .banner2-content h3 span {
    font-size: 45px;
    color: var(--title-color)
}

@media(max-width:576px) {
    .banner2-card.six .banner2-content-wrap .banner2-content h3 span {
        font-size: 35px
    }
}

.banner2-card.six .banner2-content-wrap .banner2-content p {
    font-size: 14px;
    font-weight: 400;
    color: var(--title-color)
}

@media(max-width:767px) {
    .banner2-card.six .banner2-content-wrap .banner2-content p {
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .banner2-card.six .banner2-content-wrap .banner2-content p {
        font-size: 13px;
        margin-bottom: 5px
    }
}

.banner2-card.six .banner2-content-wrap .banner2-content a {
    color: var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap
}

.banner2-card.six .banner2-content-wrap .banner2-content a svg {
    fill: var(--title-color)
}



.banner3-section {
    margin-bottom: -137px;
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .banner3-section {
        margin-bottom: -70px
    }
}

.banner3-section .banner3-content {
    background-image: url(../img/home1/newsletter-bg.png), linear-gradient(180deg, #f9f4f0 0%, #f9f4f0 100%);
    padding: 86px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 30px;
    position: relative;
    z-index: 1
}

@media(max-width:576px) {
    .banner3-section .banner3-content {
        padding: 50px 20px;
        border-radius: 10px
    }
}

.banner3-section .banner3-content h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: -10px
}

@media(max-width:767px) {
    .banner3-section .banner3-content h2 {
        font-size: 35px;
        margin-top: 0
    }
}

@media(max-width:576px) {
    .banner3-section .banner3-content h2 {
        font-size: 28px
    }
}

.banner3-section .banner3-content p {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .16px;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .banner3-section .banner3-content p {
        font-size: 15px
    }
}

.banner3-section .banner3-content .from-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid;
    border-color: var(--primary-color1);
    border-radius: 10px
}

.banner3-section .banner3-content .from-inner input {
    background: 0 0;
    border: none;
    outline: none;
    color: var(--title-color);
    font-size: 12px;
    font-family: var(--font-rubik);
    text-transform: capitalize;
    width: 100%;
    height: 48px;
    padding: 10px 20px
}

.banner3-section .banner3-content .from-inner input::-moz-placeholder {
    color: rgba(16, 12, 8, .4)
}

.banner3-section .banner3-content .from-inner input::placeholder {
    color: rgba(16, 12, 8, .4)
}

.banner3-section .banner3-content .from-inner button {
    background-color: var(--primary-color1);
    padding: 9px 16px;
    border-radius: 0 10px 10px 0
}

.banner3-section .banner3-content .from-inner button svg {
    stroke: var(--white-color)
}

.banner3-section .banner3-content .vector1 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px 0 0 30px;
    z-index: -1
}

@media(max-width:991px) {
    .banner3-section .banner3-content .vector1 {
        opacity: .7
    }
}

@media(max-width:767px) {
    .banner3-section .banner3-content .vector1 {
        display: none
    }
}

.banner3-section .banner3-content .vector2 {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 30px 30px 0;
    z-index: -1
}

@media(max-width:991px) {
    .banner3-section .banner3-content .vector2 {
        opacity: .7
    }
}

@media(max-width:767px) {
    .banner3-section .banner3-content .vector2 {
        display: none
    }
}

.footer-section {
    /*background-image: url(../img/footer-bg.png), linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
    position: relative;
    background: #000000;
}

.footer-section .footer-top {
       padding-top: 6%;
    padding-bottom: 40px;
}

@media(max-width:767px) {
    .footer-section .footer-top {
        padding-bottom: 30px
    }
}

@media(max-width:576px) {
    .footer-section .footer-top {
        padding-top: 10%
    }
}

.footer-section .footer-top .footer-widget .footer-logo {
    margin-bottom: 20px
}

.footer-section .footer-top .footer-widget h3 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 25px
}

.footer-section .footer-top .footer-widget h3 span {
    font-size: 25px;
    font-weight: 400
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top .footer-widget h3 {
        font-size: 28px
    }
}

.footer-section .footer-top .footer-widget .primary-btn1 {
    padding: 15px 30px
}

.footer-section .footer-top .footer-widget .widget-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px
}

.footer-section .footer-top .footer-widget .widget-title svg {
    fill: #04ecfa;
}

.footer-section .footer-top .footer-widget .widget-title h5 {
    color: rgb(255 255 255);
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .66px;
    margin-bottom: 0
}

.footer-section .footer-top .footer-widget .widget-title.two {
    margin-bottom: 25px
}

.footer-section .footer-top .footer-widget .widget-title.two h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4
}

.footer-section .footer-top .footer-widget .widget-title.two h5 span {
    color: var(--primary-color1)
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top .footer-widget .widget-title.two h5 {
        font-size: 20px
    }
}

.footer-section .footer-top .footer-widget .widget-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-section .footer-top .footer-widget .widget-list li {
    margin-bottom: 10px;
    transition: .5s
}

.footer-section .footer-top .footer-widget .widget-list li:last-child {
    margin-bottom: 0
}

.footer-section .footer-top .footer-widget .widget-list li a {
    color: rgba(255, 255, 255, 90%);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .32px;
    transition: .5s
}



.footer-section .footer-top .footer-widget .single-contact .widget-title {
    margin-bottom: 15px
}

.footer-section .footer-top .footer-widget .single-contact a {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .48px;
    transition: .5s
}

.footer-section .footer-top .footer-widget .single-contact a:hover {
    color: #eee
}

.footer-section .footer-top .footer-widget p {
    color: rgba(255, 255, 255, .5);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px
}

.footer-section .footer-top .footer-widget .app-store {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top .footer-widget .app-store {
        flex-wrap: wrap
    }
}

.footer-section .footer-top .footer-widget .form-inner {
    display: flex;
    align-items: center
}

.footer-section .footer-top .footer-widget .form-inner input {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 5px 0 0 5px;
    font-family: var(--font-rubik);
    font-weight: 400;
    font-size: 13px;
    color: var(--title-color);
    height: 49px;
    padding: 10px 18px
}

.footer-section .footer-top .footer-widget .form-inner input::-moz-placeholder {
    color: rgba(16, 12, 8, .6)
}

.footer-section .footer-top .footer-widget .form-inner input::placeholder {
    color: rgba(16, 12, 8, .6)
}

.footer-section .footer-top .footer-widget .form-inner button {
    height: 49px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: var(--primary-color1);
    border-radius: 0 5px 5px 0;
    transition: .5s
}

.footer-section .footer-top .footer-widget .form-inner button svg {
    fill: var(--white-color);
    transition: .5s
}

.footer-section .footer-top .footer-widget .form-inner button:hover {
    background-color: var(--primary-color2)
}

.footer-section .footer-top .footer-widget .form-inner button:hover svg {
    fill: var(--title-color)
}

.footer-section .footer-top .footer-widget .payment-partner .icons ul {
    display: flex;
    align-items: center;
    gap: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top .footer-widget .payment-partner .icons ul {
        flex-wrap: wrap;
        gap: 20px
    }
}

.footer-section .footer-top .footer-widget .payment-partner .icons ul li img {
    border-radius: 4px
}

.footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0
}

.footer-section .footer-bottom p {
    color: #fff;
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: .42px;
    margin-bottom: 0
}

.footer-section .footer-bottom p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    transition: .5s
}



@media(max-width:576px) {
    .footer-section .footer-bottom p {
        text-align: center
    }
}

.footer-section .footer-bottom .social-list {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer-section .footer-bottom .social-list li {
    transition: .5s
}

.footer-section .footer-bottom .social-list li a {
    color: rgb(252 254 21);
    transition: .5s;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgb(252 254 21);
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-section .footer-bottom .social-list li a i {
    font-size: 12px
}

.footer-section .footer-bottom .social-list li:hover a {
    color: var(--white-color);
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1)
}

.footer-section .footer-bottom .footer-right ul {
    display: flex;
    align-items: center;
    gap: 35px
}

.footer-section .footer-bottom .footer-right ul li {
    position: relative
}

.footer-section .footer-bottom .footer-right ul li a {
    color: rgba(255, 255, 255, .6);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: .5s
}

.footer-section .footer-bottom .footer-right ul li a:hover {
    color: var(--primary-color1)
}

.footer-section .footer-bottom .footer-right ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -19px;
    background: rgba(255, 255, 255, .6);
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.footer-section .footer-bottom .footer-right ul li:first-child::before {
    display: none
}

.footer-section.style-2 .footer-top {
    padding: 120px 0
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section.style-2 .footer-top {
        padding: 100px 0
    }
}

@media(max-width:991px) {
    .footer-section.style-2 .footer-top {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .footer-section.style-2 .footer-top {
        padding: 70px 0
    }
}

.footer-section.style-3 {
    background-image: url(../img/footer-bg2.html), linear-gradient(180deg, #1d231f 0%, #1d231f 100%)
}

.footer-section.style-3 .footer-top {
    padding-bottom: 105px
}

.footer-section.style-4 {
    background-image: url(../img/footer-bg2.html), linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    margin: 0 50px;
    border-radius: 30px 30px 0 0
}

@media(min-width:1400px) and (max-width:1599px) {
    .footer-section.style-4 {
        margin: 0 30px;
        padding: 0 40px
    }
}

@media(max-width:1399px) {
    .footer-section.style-4 {
        margin: 0 20px;
        padding: 0 30px
    }
}

@media(max-width:767px) {
    .footer-section.style-4 {
        margin: 0 10px;
        padding: 0 20px
    }
}

@media(max-width:576px) {
    .footer-section.style-4 {
        margin: 0;
        padding: 0
    }
}

.footer-section.style-4 .footer-top {
    padding: 110px 0
}

@media(max-width:1399px) {
    .footer-section.style-4 .footer-top {
        padding: 90px 0
    }
}

@media(max-width:991px) {
    .footer-section.style-4 .footer-top {
        padding: 80px 0
    }
}

@media(max-width:767px) {
    .footer-section.style-4 .footer-top {
        padding: 60px 0
    }
}

.home2-banner-area {
    position: relative;
    padding-bottom: 120px
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-banner-area {
        padding-bottom: 180px
    }
}

@media(max-width:991px) {
    .home2-banner-area {
        padding-bottom: 215px
    }
}

@media(max-width:767px) {
    .home2-banner-area {
        padding-bottom: 160px
    }
}

@media(max-width:576px) {
    .home2-banner-area {
        padding-bottom: 370px
    }
}

.home2-banner-area .home2-banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 900px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-banner-area .home2-banner-wrapper {
        min-height: 835px
    }
}

@media(max-width:1399px) {
    .home2-banner-area .home2-banner-wrapper {
        min-height: 835px
    }
}

@media(max-width:991px) {
    .home2-banner-area .home2-banner-wrapper {
        min-height: 750px
    }
}

.home2-banner-area .home2-banner-content-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
    width: 100%
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content {
    text-align: center;
    padding: 240px 0 120px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content {
        padding: 220px 0 70px
    }
}

@media(max-width:1399px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content {
        padding: 220px 0 70px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content {
        padding: 180px 0 70px
    }
}

@media(max-width:991px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content {
        padding: 130px 0 50px
    }
}

@media(max-width:767px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content {
        padding: 120px 0 30px
    }
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .eg-tag {
    -webkit-mask-image: url(../img/home2/vector/destination-tag-bg.html);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary-color2);
    padding: 16px 45px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 15px
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .eg-tag span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #100c08;
    font-family: var(--font-satisfy);
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .69px
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 55px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 {
        font-size: 70px
    }
}

@media(max-width:1399px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 {
        font-size: 70px
    }
}

@media(max-width:1199px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 {
        font-size: 55px
    }
}

@media(max-width:991px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 {
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 {
        font-size: 32px;
        margin-bottom: 20px
    }
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 span {
    color: var(--primary-color1);
    display: inline-block;
    line-height: 1;
    position: relative;
    display: none
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color1)
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content h1 span.text-in {
    display: inline-block;
    animation: flipInX .75s linear
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    gap: 40px
}

@media(max-width:576px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom {
        flex-wrap: wrap;
        gap: 20px
    }
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(21, 47, 0, .4);
    border-radius: 125px;
    border: 1px solid var(--primary-color1);
    padding: 8px 20px
}

@media(max-width:576px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area {
        padding: 4px 15px
    }
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area .icon svg {
    fill: var(--white-color)
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area .content {
    position: relative;
    line-height: 1
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(var(--primary-color1-opc), 0.2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area .content span {
    font-family: var(--font-rubik);
    text-align: start;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--primary-color1);
    margin-bottom: 5px;
    display: inline-block
}

@media(max-width:576px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area .content span {
        font-size: 13px
    }
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area .content h6 a {
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--white-color);
    transition: .5s
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area .content h6 a:hover {
    color: var(--primary-color1)
}

@media(max-width:576px) {
    .home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .hotline-area .content h6 a {
        font-size: 14px
    }
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .rating-area {
    display: flex;
    align-items: center;
    gap: 5px
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .rating-area .content .text-logo {
    display: flex;
    margin-bottom: 10px
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .rating-area .content .text-logo svg {
    fill: var(--white-color)
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .rating-area .content .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .rating-area .content .rating ul {
    display: flex;
    align-items: center;
    gap: 5px
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .rating-area .content .rating ul li i {
    color: #00aa6c
}

.home2-banner-area .home2-banner-content-wrap .home2-banner-content .banner-content-bottom .rating-area .content .rating span {
    color: var(--white-color)
}

.home2-banner-area .slider-btn-grp .home1-banner-prev {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 99
}

@media(max-width:991px) {
    .home2-banner-area .slider-btn-grp .home1-banner-prev {
        left: 15px
    }
}

@media(max-width:767px) {
    .home2-banner-area .slider-btn-grp .home1-banner-prev {
        display: none
    }
}

.home2-banner-area .slider-btn-grp .home1-banner-next {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 99
}

@media(max-width:991px) {
    .home2-banner-area .slider-btn-grp .home1-banner-next {
        right: 15px
    }
}

@media(max-width:767px) {
    .home2-banner-area .slider-btn-grp .home1-banner-next {
        display: none
    }
}



.slide-and-view-btn-grp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

@media(max-width:576px) {
    .slide-and-view-btn-grp {
        flex-wrap: wrap
    }
}

.slide-and-view-btn-grp .slider-btn-grp3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%
}

@media(max-width:576px) {
    .slide-and-view-btn-grp .slider-btn-grp3 {
        justify-content: center
    }
}

.slide-and-view-btn-grp .slider-btn-grp3 .slider-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px
}

.slide-and-view-btn-grp .slider-btn-grp3 .slider-btn i {
    color: var(--primary-color1);
    line-height: 1;
    transition: .5s
}

.slide-and-view-btn-grp .slider-btn-grp3 .slider-btn span {
    color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
    text-transform: capitalize;
    display: inline-block;
    transition: .5s
}

.slide-and-view-btn-grp .slider-btn-grp3 .slider-btn:hover i {
    color: var(--primary-color2)
}

.slide-and-view-btn-grp .slider-btn-grp3 .slider-btn:hover span {
    color: var(--primary-color2)
}

.slide-and-view-btn-grp .slider-btn-grp3 .slider-btn.swiper-button-disabled {
    opacity: .4
}

.slide-and-view-btn-grp .slider-btn-grp3.two {
    max-width: 162px;
    width: 100%
}

@media(max-width:576px) {
    .slide-and-view-btn-grp .slider-btn-grp3.two {
        justify-content: space-between
    }
}

@media(max-width:576px) {
    .slide-and-view-btn-grp.style-2 .slider-btn-grp3 .slider-btn {
        display: none
    }
}

.slide-and-view-btn-grp.style-2 .slider-btn-grp3 .slider-btn i {
    color: var(--white-color)
}

.slide-and-view-btn-grp.style-2 .slider-btn-grp3 .slider-btn span {
    color: var(--white-color)
}

.slide-and-view-btn-grp.style-2 .slider-btn-grp3 .slider-btn:hover i {
    color: var(--primary-color2)
}

.slide-and-view-btn-grp.style-2 .slider-btn-grp3 .slider-btn:hover span {
    color: var(--primary-color2)
}

.slide-and-view-btn-grp.style-3 {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 35px;
    padding: 35px 70px 0
}

@media(min-width:1200px) and (max-width:1399px) {
    .slide-and-view-btn-grp.style-3 {
        padding: 35px 40px 0
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .slide-and-view-btn-grp.style-3 {
        padding: 30px 35px 0
    }
}

@media(max-width:991px) {
    .slide-and-view-btn-grp.style-3 {
        padding: 30px 40px 0
    }
}

@media(max-width:767px) {
    .slide-and-view-btn-grp.style-3 {
        padding: 30px 25px 0
    }
}

@media(max-width:576px) {
    .slide-and-view-btn-grp.style-3 {
        padding: 20px 15px 0
    }
}

.slide-and-view-btn-grp.style-3 .slider-btn-grp3 {
    justify-content: space-between
}

.destination-card2-slider-section .destination-card2-slider .swiper-slide:nth-child(even) {
    margin-top: 20px
}

@media(max-width:576px) {
    .destination-card2-slider-section .destination-card2-slider .swiper-slide:nth-child(even) {
        margin-top: 0
    }
}






.home2-about-section {
    position: relative
}



.home2-about-section .about-content .facility-card {
    background-color: rgba(var(--primary-color1-opc), 0.1);
    border-radius: 10px;
    padding: 13px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .5s
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-about-section .about-content .facility-card {
        padding: 13px 10px
    }
}

.home2-about-section .about-content .facility-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--white-color);
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
    display: flex;
    align-items: center;
    justify-content: center
}

.home2-about-section .about-content .facility-card .content h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .34px;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: .5s
}

.home2-about-section .about-content .facility-card:hover {
    background-color: var(--primary-color1)
}

.home2-about-section .about-content .facility-card:hover .content h6 {
    color: var(--white-color)
}

.home2-about-section .about-content .facility-card.two {
    background-color: rgba(var(--primary-color2-opc), 0.1)
}

.home2-about-section .about-content .facility-card.two:hover {
    background-color: var(--primary-color2)
}

.home2-about-section .about-content .facility-card.two:hover .content h6 {
    color: var(--title-color)
}

.home2-about-section .about-content .content-bottom-area {
    display: flex;
    align-items: center;
    gap: 45px
}

@media(max-width:576px) {
    .home2-about-section .about-content .content-bottom-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

.home2-about-section .about-content .content-bottom-area .primary-btn1 {
    padding: 16px 25px
}

.home2-about-section .about-content .content-bottom-area .video-area {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.home2-about-section .about-content .content-bottom-area .video-area .icon {
    position: relative
}

.home2-about-section .about-content .content-bottom-area .video-area .icon .video-circle {
    stroke: var(--title-color);
    fill: none;
    transition: .5s
}

.home2-about-section .about-content .content-bottom-area .video-area .icon .video-circle .top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    transition: stroke-dashoffset .8s cubic-bezier(.33, 1, .68, 1)
}

.home2-about-section .about-content .content-bottom-area .video-area .icon i {
    color: var(--title-color);
    font-size: 30px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home2-about-section .about-content .content-bottom-area .video-area h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 0
}

.home2-about-section .about-content .content-bottom-area .video-area:hover .icon .video-circle .top-half {
    stroke-dashoffset: 0
}
.about-img-wrap p{
    font-family: poppins;
    color: #424141;
    font-size: 13px;
    font-weight: 400;
}
.home2-about-section .about-img-wrap {
    position: relative
}
.home2-about-section .about-img-wrap h5{
    font-size: 18px;
    color: #333
}
.home2-about-section .about-img-wrap .about-img {
    background: url(../img/home2/home2-about-img-bg-vector.html);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    position: relative
}

.home2-about-section .about-img-wrap .about-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-color: rgba(16, 12, 8, .3);*/
    z-index: 1
}

/*@media(max-width:991px) {
    .home2-about-section .about-img-wrap {
        display: none
    }
}*/

.home2-about-section .about-img-wrap .experience {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary-color1);
    padding: 15px 12px;
    max-width: 165px;
    width: 100%;
    border-radius: 10px
}

.home2-about-section .about-img-wrap .experience h3 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0
}

.home2-about-section .about-img-wrap .experience p {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0
}

.home2-about-section .about-img-wrap .vector {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1
}




.slider-and-tab-section .slider-area .slide-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%
}

.slider-and-tab-section .slider-area .swiper-pagination5 {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: unset !important;
    display: flex;
    flex-direction: column;
    z-index: 9;
    bottom: unset;
    gap: 15px
}

.slider-and-tab-section .slider-area .swiper-pagination5 .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    opacity: 1;
    position: relative
}

.slider-and-tab-section .slider-area .swiper-pagination5 .swiper-pagination-bullet::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.slider-and-tab-section .slider-area .swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--white-color)
}

.slider-and-tab-section .slider-area .swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: var(--white-color)
}



.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills {
    display: block
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item {
    margin-bottom: 25px
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item:last-child {
    margin-bottom: 0
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link {
    background-color: var(--white-color);
    border: 1px solid rgba(238, 238, 238, .6);
    padding: 4px 5px;
    display: flex;
    align-items: center;
    border-radius: 200px;
    cursor: pointer
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ddeed6
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link .icon svg {
    fill: var(--primary-color1)
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .54px;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0
}

@media(max-width:1399px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link h6 {
        font-size: 16px
    }
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-color2)
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active .icon {
    background: rgba(16, 12, 8, .2)
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active .icon svg {
    fill: var(--white-color)
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active h6 {
    color: var(--white-color)
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .6px;
    margin-bottom: 20px
}

@media(min-width:1400px) and (max-width:1599px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap h2 {
        font-size: 28px
    }
}

@media(max-width:1399px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap h2 {
        font-size: 26px;
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap h2 {
        font-size: 25px;
        margin-bottom: 15px
    }
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .48px;
    margin-bottom: 30px
}

@media(max-width:1399px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap p {
        font-size: 15px;
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap p {
        font-size: 14px
    }
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 45px
}

@media(max-width:1399px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul {
        margin-bottom: 35px
    }
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .51px
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul li svg {
    fill: var(--primary-color1)
}

@media(min-width:1200px) and (max-width:1399px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul li {
        font-size: 18px
    }
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area {
    display: flex;
    align-items: center;
    gap: 35px
}

@media(min-width:1400px) and (max-width:1599px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area {
        gap: 20px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area {
        flex-wrap: wrap;
        gap: 15px
    }
}

@media(max-width:576px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .primary-btn1 {
    padding: 16px 25px
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    cursor: pointer
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area .icon {
    position: relative
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area .icon .video-circle {
    stroke: var(--title-color);
    fill: none;
    transition: .5s
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area .icon .video-circle .top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    transition: stroke-dashoffset .8s cubic-bezier(.33, 1, .68, 1)
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area .icon i {
    color: var(--title-color);
    font-size: 30px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 0
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area:hover .icon .video-circle .top-half {
    stroke-dashoffset: 0
}

.banner4-card {
    position: relative;
    height: 100%
}

.banner4-card img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:1199px) {
    .banner4-card img {
        width: 100%
    }
}

.banner4-card .banner4-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(88deg, #4C7CED 1.75%, rgba(76, 124, 237, 0.97) 24.14%, rgba(76, 124, 237, 0.95) 41.61%, rgba(76, 124, 237, 0) 98.26%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center
}

.banner4-card .banner4-content-wrapper .banner4-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner4-card .banner4-content-wrapper .banner4-content {
        padding: 50px 40px
    }
}

@media(max-width:576px) {
    .banner4-card .banner4-content-wrapper .banner4-content {
        padding: 25px 15px
    }
}

.banner4-card .banner4-content-wrapper .banner4-content span {
    color: var(--white-color);
    font-family: var(--font-satisfy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner4-card .banner4-content-wrapper .banner4-content span {
        font-size: 28px
    }
}

@media(max-width:576px) {
    .banner4-card .banner4-content-wrapper .banner4-content span {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.banner4-card .banner4-content-wrapper .banner4-content h3 {
    color: var(--primary-color2);
    font-family: var(--font-rubik);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner4-card .banner4-content-wrapper .banner4-content h3 {
        font-size: 50px
    }
}

@media(max-width:576px) {
    .banner4-card .banner4-content-wrapper .banner4-content h3 {
        font-size: 28px;
        margin-bottom: 5px
    }
}

.banner4-card .banner4-content-wrapper .banner4-content .text {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    display: block;
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner4-card .banner4-content-wrapper .banner4-content .text {
        font-size: 22px
    }
}

@media(max-width:576px) {
    .banner4-card .banner4-content-wrapper .banner4-content .text {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.banner4-card .banner4-content-wrapper .banner4-content .primary-btn1 {
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 500
}

@media(min-width:992px) and (max-width:1199px) {
    .banner4-card .banner4-content-wrapper .banner4-content .primary-btn1 {
        padding: 16px 34px;
        font-size: 16px;
        font-weight: 600
    }
}

.banner4-card.two .banner4-content-wrapper {
    background: linear-gradient(88deg, var(--primary-color2-opc) 1.58%, rgba(251, 176, 59, 0.97) 19.9%, rgba(251, 176, 59, 0.95) 34.2%, rgba(251, 176, 59, 0) 80.56%)
}

.banner4-card.two .banner4-content-wrapper .banner4-content h3 {
    color: var(--title-color)
}

.banner4-card.three .banner4-content-wrapper {
    background: linear-gradient(86deg, var(--primary-color1-opc) 2.77%, rgba(99, 171, 69, 0.97) 17.83%, rgba(99, 171, 69, 0.95) 29.59%, rgba(99, 171, 69, 0) 67.7%)
}

.banner4-card.three .banner4-content-wrapper .banner4-content .primary-btn1 {
    background-color: var(--primary-color2);
    color: var(--title-color)
}

@media(max-width:576px) {
    .banner4-card.four img {
        min-height: 180px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.banner4-card.four .banner4-content-wrapper {
    background: linear-gradient(87deg, #BC6C25 2.1%, rgba(188, 108, 37, 0.97) 16.21%, rgba(188, 108, 37, 0.95) 27.22%, rgba(188, 108, 37, 0) 62.92%)
}

.banner4-card.four .banner4-content-wrapper .banner4-content {
    padding: 50px 20px
}

@media(max-width:576px) {
    .banner4-card.four .banner4-content-wrapper .banner4-content {
        padding: 25px 15px;
        align-items: start
    }
}

.banner4-card.four .banner4-content-wrapper .banner4-content span {
    font-size: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner4-card.four .banner4-content-wrapper .banner4-content span {
        margin-bottom: 10px
    }
}

@media(max-width:576px) {
    .banner4-card.four .banner4-content-wrapper .banner4-content span {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.banner4-card.four .banner4-content-wrapper .banner4-content h3 {
    color: var(--title-color);
    font-size: 35px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner4-card.four .banner4-content-wrapper .banner4-content h3 {
        margin-bottom: 5px
    }
}

@media(max-width:576px) {
    .banner4-card.four .banner4-content-wrapper .banner4-content h3 {
        font-size: 28px;
        margin-bottom: 5px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner4-card.four .banner4-content-wrapper .banner4-content .text {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.banner4-card.four .banner4-content-wrapper .banner4-content .primary-btn1 {
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 500
}

@media(max-width:576px) {
    .banner4-card.four .banner4-content-wrapper .banner4-content .primary-btn1 {
        padding: 9px 10px;
        font-size: 13px
    }
}

.home2-testimonial-section {
    background-image: url(../img/home2/home2-testimonial-bg.html), linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0 160px 14%;
    position: relative;
    z-index: 1
}

@media(min-width:1400px) and (max-width:1599px) {
    .home2-testimonial-section {
        padding: 90px 0 90px 8%
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home2-testimonial-section {
        padding: 90px 0 90px 4%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-testimonial-section {
        padding: 80px 0 80px 2%
    }
}

@media(max-width:991px) {
    .home2-testimonial-section {
        padding: 80px 50px
    }
}

@media(max-width:767px) {
    .home2-testimonial-section {
        padding: 80px 30px
    }
}

@media(max-width:576px) {
    .home2-testimonial-section {
        padding: 70px 10px
    }
}

.home2-testimonial-section .testimonial-content-wrapper .section-title2 h2 {
    color: var(--white-color);
    line-height: 1.2
}

@media(min-width:1200px) and (max-width:1399px) {
    .home2-testimonial-section .testimonial-content-wrapper .section-title2 h2 {
        font-size: 40px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-testimonial-section .testimonial-content-wrapper .section-title2 h2 {
        font-size: 32px
    }
}

@media(max-width:576px) {
    .home2-testimonial-section .testimonial-content-wrapper .section-title2 h2 {
        font-size: 26px
    }
}

.home2-testimonial-section .testimonial-content-wrapper .section-title2 p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 300
}

@media(min-width:992px) and (max-width:1199px) {
    .home2-testimonial-section .testimonial-content-wrapper .section-title2 p {
        padding-top: 25px
    }
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap h6 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area {
    display: flex;
    align-items: center;
    gap: 30px
}

@media(max-width:576px) {
    .home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area {
        flex-wrap: wrap;
        gap: 20px
    }
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a {
    background-color: #243123;
    padding: 14px 23px;
    border-radius: 10px;
    display: block;
    transition: .5s
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a .icon {
    margin-bottom: 5px;
    line-height: 1
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a .rating {
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a .rating span {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-jost);
    color: var(--white-color)
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a:hover {
    background-color: #333122
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating:last-child a {
    background-color: #333122
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating:last-child a:hover {
    background-color: #243123
}

.home2-testimonial-section::after {
    content: url(../img/home2/testi-section-vector.html);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media(max-width:991px) {
    .home2-testimonial-section::after {
        display: none
    }
}

.teams-card {
    position: relative;
    border: 1px solid rgba(16, 12, 8, .1);
    border-radius: 10px;
    transition: .5s ease-in-out;
    overflow: hidden
}

.teams-card>img {
    border-radius: 10px;
    width: 100%
}

@media(max-width:767px) {
    .teams-card>img {
        max-height: 520px
    }
}

.teams-card .teams-img {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s ease-in-out
}

@media(max-width:576px) {
    .teams-card .teams-img {
        top: 60px
    }
}

.teams-card .teams-img img {
    min-width: 200px;
    height: 200px;
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;
    transition: .5s ease-in-out
}

@media(max-width:767px) {
    .teams-card .teams-img img {
        max-height: 520px
    }
}

@media(max-width:576px) {
    .teams-card .teams-img img {
        min-width: 250px;
        height: 250px
    }
}

.teams-card .teams-content {
    position: absolute;
    bottom: 0;
    background-color: var(--white-color);
    text-align: center;
    padding: 25px 20px;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    z-index: 1;
    transition: .5s ease-in-out
}

@media(min-width:768px) and (max-width:991px) {
    .teams-card .teams-content {
        max-width: 338px
    }
}

@media(min-width:576px) and (max-width:768px) {
    .teams-card .teams-content {
        max-width: 514px
    }
}

@media(max-width:576px) {
    .teams-card .teams-content {
        max-width: unset
    }
}

.teams-card .teams-content h4 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 7px;
    transition: .5s
}

@media(max-width:767px) {
    .teams-card .teams-content h4 {
        font-size: 22px
    }
}

.teams-card .teams-content span {
    color: rgba(16, 12, 8, .5);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    transition: .5s
}

.teams-card .social-list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    padding: 30px 12px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    border-radius: 10px 0 0 10px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: .5s ease-in-out
}

@media(min-width:1200px) and (max-width:1399px) {
    .teams-card .social-list {
        gap: 30px
    }
}

@media(max-width:991px) {
    .teams-card .social-list {
        padding: 60px 12px 40px
    }
}

@media(min-width:576px) and (max-width:768px) {
    .teams-card .social-list {
        padding: 20px 12px 40px;
        gap: 30px
    }
}

.teams-card .social-list li {
    position: relative;
    line-height: 1;
    transition: .5s
}

.teams-card .social-list li::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .2);
    width: 3px;
    height: 3px;
    border-radius: 50%
}

@media(min-width:1200px) and (max-width:1399px) {
    .teams-card .social-list li::before {
        top: -15px
    }
}

@media(min-width:576px) and (max-width:768px) {
    .teams-card .social-list li::before {
        top: -15px
    }
}

.teams-card .social-list li:first-child::before {
    display: none
}

.teams-card .social-list li a i {
    color: var(--white-color);
    font-size: 22px;
    transition: .5s
}

.teams-card .social-list li a svg {
    fill: var(--white-color)
}

.teams-card .social-list li:hover a i {
    color: var(--primary-color2)
}

.teams-card .social-list li:hover a svg {
    fill: var(--primary-color2)
}

.teams-card:hover .teams-img {
    top: 0;
    width: 100%
}

.teams-card:hover .teams-img img {
    min-width: unset;
    height: unset;
    border-radius: 10px
}

.teams-card:hover .teams-content {
    background-color: var(--primary-color1);
    bottom: 0
}

.teams-card:hover .teams-content h4 {
    color: var(--white-color)
}

.teams-card:hover .teams-content span {
    color: rgba(255, 255, 255, .7)
}

.teams-card:hover .social-list {
    opacity: 1;
    transform: scaleX(1)
}

.teams-section .teams-card-slider {
    padding: 10px;
    margin: -10px
}

@media(max-width:767px) {
    .teams-section .slide-and-view-btn-grp {
        display: none
    }
}

.video-section {
    position: relative;
    max-height: 700px
}

@media(max-width:1199px) {
    .video-section {
        max-height: 600px
    }
}

@media(max-width:576px) {
    .video-section {
        max-height: 450px
    }
}

.video-section video {
    width: 100%;
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:1199px) {
    .video-section video {
        height: 600px
    }
}

@media(max-width:576px) {
    .video-section video {
        height: 450px
    }
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .6)
}

.banner5-section {
    position: relative;
    margin-top: -140px
}

.banner5-section .slider-btn-grp2 {
    display: block
}

@media(max-width:991px) {
    .banner5-section .slider-btn-grp2 {
        display: none
    }
}

.banner5-section .slider-btn-grp2 .slider-btn {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    border: 1px solid var(--white-color)
}

.banner5-section .slider-btn-grp2 .slider-btn svg {
    fill: var(--white-color)
}

.banner5-section .slider-btn-grp2 .slider-btn:hover {
    border: 1px solid rgba(255, 255, 255, .5)
}

.banner5-section .slider-btn-grp2 .slider-btn:hover svg {
    fill: rgba(255, 255, 255, .5)
}

.banner5-section .slider-btn-grp2 .banner5-slider-prev {
    position: absolute;
    top: 75px;
    left: 100px;
    z-index: 1
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner5-section .slider-btn-grp2 .banner5-slider-prev {
        left: 50px
    }
}

@media(max-width:1199px) {
    .banner5-section .slider-btn-grp2 .banner5-slider-prev {
        left: 20px
    }
}

.banner5-section .slider-btn-grp2 .banner5-slider-next {
    position: absolute;
    top: 75px;
    right: 100px;
    z-index: 1
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner5-section .slider-btn-grp2 .banner5-slider-next {
        right: 50px
    }
}

@media(max-width:1199px) {
    .banner5-section .slider-btn-grp2 .banner5-slider-next {
        right: 20px
    }
}

.banner5-card {
    background-image: url(../img/home2/banner5-card-bg.html), linear-gradient(180deg, white 0%, white 100%);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 60px 50px;
    border-radius: 30px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner5-card {
        max-width: 700px
    }
}

@media(max-width:991px) {
    .banner5-card {
        padding: 50px 30px
    }
}

@media(max-width:767px) {
    .banner5-card {
        flex-direction: column;
        padding: 35px 25px;
        border-radius: 20px
    }
}

@media(max-width:576px) {
    .banner5-card {
        padding: 20px 25px 35px
    }
}

.banner5-card .banner5-content {
    position: relative
}

@media(max-width:767px) {
    .banner5-card .banner5-content {
        text-align: center;
        margin-bottom: 10px
    }
}

.banner5-card .banner5-content::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: rgba(16, 12, 8, .1);
    border-radius: 5px
}

@media(max-width:991px) {
    .banner5-card .banner5-content::before {
        right: -50px
    }
}

@media(max-width:767px) {
    .banner5-card .banner5-content::before {
        display: none
    }
}

.banner5-card .banner5-content span {
    color: var(--primary-color2);
    font-family: var(--font-satisfy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner5-card .banner5-content span {
        font-size: 28px
    }
}

@media(max-width:576px) {
    .banner5-card .banner5-content span {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.banner5-card .banner5-content h3 {
    color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner5-card .banner5-content h3 {
        font-size: 50px
    }
}

@media(max-width:991px) {
    .banner5-card .banner5-content h3 {
        font-size: 48px
    }
}

@media(max-width:576px) {
    .banner5-card .banner5-content h3 {
        font-size: 30px;
        margin-bottom: 5px
    }
}

.banner5-card .banner5-content a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
    display: block;
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner5-card .banner5-content a {
        font-size: 22px
    }
}

@media(max-width:991px) {
    .banner5-card .banner5-content a {
        font-size: 20px
    }
}

@media(max-width:576px) {
    .banner5-card .banner5-content a {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.banner5-card .banner5-timer {
    text-align: center
}

.banner5-card .banner5-timer h6 {
    color: var(--title-color);
    font-size: 18px;
    font-family: var(--font-rubik);
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .banner5-card .banner5-timer h6 {
        margin-bottom: 15px
    }
}

.banner5-card .banner5-timer .countdown-timer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner5-card .banner5-timer .countdown-timer ul {
        gap: 15px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner5-card .banner5-timer .countdown-timer ul {
        gap: 12px
    }
}

@media(max-width:576px) {
    .banner5-card .banner5-timer .countdown-timer ul {
        gap: 12px
    }
}

.banner5-card .banner5-timer .countdown-timer ul li {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner5-card .banner5-timer .countdown-timer ul li {
        font-size: 23px
    }
}

@media(max-width:576px) {
    .banner5-card .banner5-timer .countdown-timer ul li {
        font-size: 22px
    }
}

.banner5-card .banner5-timer .countdown-timer ul li span {
    color: rgba(34, 34, 34, .7);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1
}

.banner5-card .banner5-timer .countdown-timer ul li span:last-child {
    display: none;
    visibility: hidden
}

@media(min-width:992px) and (max-width:1199px) {
    .banner5-card .banner5-timer .countdown-timer ul li span {
        font-size: 13px
    }
}

.banner5-card .banner5-timer .countdown-timer ul svg {
    fill: rgba(33, 33, 33, .15)
}

.banner5-card .primary-btn2 {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%)
}

.banner6-section {
    background-image: url(../img/home2/home2-newsletter-bg.html), linear-gradient(180deg, #202f59 0%, #202f59 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 8.5%;
    position: relative;
    z-index: 1
}

@media(min-width:1400px) and (max-width:1599px) {
    .banner6-section {
        padding: 0 5%
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner6-section {
        padding: 0 2%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner6-section {
        padding: 0 20px
    }
}

@media(max-width:991px) {
    .banner6-section {
        padding: 50px 20px
    }
}

.banner6-section .single-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0
}

@media(max-width:991px) {
    .banner6-section .single-contact {
        padding: 0
    }
}

.banner6-section .single-contact .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--primary-color2);
    box-shadow: 0 0 20px var(--primary-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.banner6-section .single-contact .icon svg {
    fill: var(--white-color)
}

@media(min-width:992px) and (max-width:1199px) {
    .banner6-section .single-contact .icon {
        margin-bottom: 20px
    }
}

.banner6-section .single-contact .content {
    text-align: center
}

.banner6-section .single-contact .content span {
    color: var(--primary-color2);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 15px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner6-section .single-contact .content span {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.banner6-section .single-contact .content a {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .75px;
    transition: .5s
}

@media(max-width:1199px) {
    .banner6-section .single-contact .content a {
        font-size: 22px
    }
}

.banner6-section .single-contact .content a:hover {
    color: var(--primary-color2)
}

.banner6-section .single-contact.green .icon {
    background-color: var(--primary-color1);
    box-shadow: 0 0 20px var(--primary-color1)
}

.banner6-section .single-contact.green .content span {
    color: var(--primary-color1)
}

.banner6-section .single-contact.green a:hover {
    color: var(--primary-color1)
}

.banner6-section .banner6-content {
    padding: 75px 70px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2)
}

@media(min-width:992px) and (max-width:1199px) {
    .banner6-section .banner6-content {
        padding: 75px 30px
    }
}

@media(max-width:991px) {
    .banner6-section .banner6-content {
        border: unset;
        padding: 0
    }
}

.banner6-section .banner6-content h2 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px
}

@media(min-width:992px) and (max-width:1199px) {
    .banner6-section .banner6-content h2 {
        font-size: 36px
    }
}

@media(max-width:576px) {
    .banner6-section .banner6-content h2 {
        font-size: 30px
    }
}

.banner6-section .banner6-content p {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .16px;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .banner6-section .banner6-content p {
        font-size: 15px
    }
}

.banner6-section .banner6-content .from-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid var(--primary-color1);
    border-radius: 10px
}

.banner6-section .banner6-content .from-inner input {
    background: 0 0;
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: 12px;
    font-family: var(--font-rubik);
    width: 100%;
    height: 48px;
    padding: 10px 20px
}

.banner6-section .banner6-content .from-inner input::-moz-placeholder {
    color: rgba(255, 255, 255, .4)
}

.banner6-section .banner6-content .from-inner input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.banner6-section .banner6-content .from-inner button {
    background-color: var(--primary-color1);
    padding: 9px 16px;
    border-radius: 0 10px 10px 0
}

.banner6-section .banner6-content .from-inner button svg {
    stroke: var(--white-color)
}

.banner6-section .vector1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.banner6-section .vector2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.home3-banner-area {
    position: relative;
    overflow: hidden
}

.home3-banner-area .swiper-slide-active .eg-tag {
    animation: zoomIn 2s
}

.home3-banner-area .swiper-slide-active h1,
.home3-banner-area .swiper-slide-active h2 {
    animation: fadeInDown 1.7s
}

.home3-banner-area .swiper-slide-active p {
    animation: fadeInUp 1.7s
}

.home3-banner-area .swiper-slide-active .banner-content-bottom {
    animation: fadeInUp 1.7s
}

.home3-banner-area .home3-banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap {
    width: 100%
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content {
    text-align: center;
    padding: 170px 0 230px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content {
        padding: 160px 0 220px
    }
}

@media(max-width:1399px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content {
        padding: 150px 0 200px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content {
        padding: 120px 0 180px
    }
}

@media(max-width:991px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content {
        padding: 90px 0 150px
    }
}

@media(max-width:767px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content {
        padding: 80px 0 140px
    }
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .eg-tag {
    -webkit-mask-image: url(../img/home3/vector/destination-tag-bg.html);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--primary-color1);
    padding: 16px 45px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 15px
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .eg-tag span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
    font-family: var(--font-satisfy);
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .69px
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h1,
.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h2 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 55px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h1,
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h2 {
        font-size: 70px
    }
}

@media(max-width:1399px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h1,
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h2 {
        font-size: 60px
    }
}

@media(max-width:1199px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h1,
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h2 {
        font-size: 55px
    }
}

@media(max-width:991px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h1,
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h2 {
        font-size: 45px
    }
}

@media(max-width:767px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h1,
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h2 {
        margin-bottom: 30px;
        font-size: 40px
    }
}

@media(max-width:576px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h1,
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h2 {
        font-size: 35px;
        margin-bottom: 20px
    }
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h1 span,
.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content h2 span {
    color: var(--primary-color1);
    line-height: 1
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    gap: 40px
}

@media(max-width:576px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media(max-width:767px) {
    .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom .primary-btn4 span {
        padding: 15px 30px;
        font-size: 16px
    }
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom .video-area {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom .video-area .icon {
    position: relative
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom .video-area .icon .video-circle {
    stroke: var(--white-color);
    fill: none;
    transition: .5s
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom .video-area .icon .video-circle .top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    transition: stroke-dashoffset .8s cubic-bezier(.33, 1, .68, 1)
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom .video-area .icon i {
    color: var(--white-color);
    font-size: 30px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom .video-area h6 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 0
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap .home3-banner-content .banner-content-bottom .video-area:hover .icon .video-circle .top-half {
    stroke-dashoffset: 0
}

.home3-banner-area .social-list {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    z-index: 1
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-banner-area .social-list {
        left: 20px
    }
}

@media(max-width:991px) {
    .home3-banner-area .social-list {
        display: none
    }
}

.home3-banner-area .social-list li {
    position: relative;
    line-height: 1;
    transition: .5s
}

.home3-banner-area .social-list li::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .2);
    width: 3px;
    height: 3px;
    border-radius: 50%
}

@media(min-width:1200px) and (max-width:1399px) {
    .home3-banner-area .social-list li::before {
        top: -15px
    }
}

.home3-banner-area .social-list li:first-child::before {
    display: none
}

.home3-banner-area .social-list li a i {
    color: var(--white-color);
    font-size: 22px;
    transition: .5s
}

.home3-banner-area .social-list li a svg {
    fill: var(--white-color)
}

.home3-banner-area .social-list li:hover a i {
    color: var(--primary-color2)
}

.home3-banner-area .social-list li:hover a svg {
    fill: var(--primary-color2)
}

.home3-banner-area .slider-btn-grp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 165px
}

@media(min-width:992px) and (max-width:1199px) {
    .home3-banner-area .slider-btn-grp {
        right: -75px
    }
}

@media(max-width:991px) {
    .home3-banner-area .slider-btn-grp {
        display: none
    }
}

.home3-banner-area .slider-btn-grp .slider-btn {
    width: 35px;
    height: 35px
}

.home3-banner-area .slider-btn-grp .progress-pagination {
    position: relative;
    transform: rotate(90deg);
    width: 230px;
    height: 2px;
    top: unset;
    left: unset;
    background-color: rgba(255, 255, 255, .2)
}

.home3-banner-area .slider-btn-grp .progress-pagination .swiper-pagination-progressbar-fill {
    background: var(--white-color)
}

.home3-about-section .about-content .facilities li {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 30px
}

.home3-about-section .about-content .facilities li:last-child {
    margin-bottom: 0
}

.home3-about-section .about-content .facilities li .icon {
    min-width: 56px;
    min-height: 56px;
    border-radius: 50%;
    background-color: rgba(var(--primary-color1-opc), 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05)
}

.home3-about-section .about-content .facilities li .icon svg {
    fill: var(--primary-color1)
}

.home3-about-section .about-content .facilities li .icon.secondary {
    background-color: rgba(var(--primary-color2-opc), 0.2)
}

.home3-about-section .about-content .facilities li .icon.secondary svg {
    fill: var(--primary-color2)
}

.home3-about-section .about-content .facilities li .content h5 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px
}

@media(max-width:576px) {
    .home3-about-section .about-content .facilities li .content h5 {
        font-size: 20px;
        margin-bottom: 8px
    }
}

.home3-about-section .about-content .facilities li .content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .45px;
    margin-bottom: 0
}

@media(max-width:576px) {
    .home3-about-section .about-content .facilities li .content p {
        font-size: 14px
    }
}

@media(max-width:1199px) {
    .home3-about-section .about-video-and-img {
        padding-left: 10px
    }
}

@media(max-width:991px) {
    .home3-about-section .about-video-and-img {
        display: none
    }
}

.home3-about-section .about-video-and-img .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    animation: identifier 20s linear infinite;
    margin-bottom: 35px
}

@media(max-width:1199px) {
    .home3-about-section .about-video-and-img .badge {
        display: none
    }
}

.home3-about-section .about-video-and-img .badge .counter-area {
    display: block;
    margin: 0;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.home3-about-section .about-video-and-img .badge .counter-area .counter-content-wrap {
    text-align: center
}

.home3-about-section .about-video-and-img .badge .counter-area .counter-content-wrap .number {
    display: flex;
    align-items: center;
    font-family: var(--font-rubik);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 10px
}

.home3-about-section .about-video-and-img .badge .counter-area .counter-content-wrap .number h5 {
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 1
}

.home3-about-section .about-video-and-img .badge .counter-area .counter-content-wrap p {
    color: var(--white-color);
    font-family: var(--font-jost);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 0
}

.home3-about-section .about-video-and-img .badge .badge__char {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
    height: 80px;
    width: 10px;
    background-repeat: round;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    font-size: 17px;
    color: rgba(16, 12, 8, .5);
    font-family: var(--font-rubik);
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate))
}

@keyframes identifier {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.home3-about-section .about-video-and-img .video-wrapper {
    position: relative;
    min-width: 305px;
    z-index: 1
}

@media(max-width:1199px) {
    .home3-about-section .about-video-and-img .video-wrapper {
        min-width: unset
    }
}

.home3-about-section .about-video-and-img .video-wrapper img {
    border-radius: 50px
}

@media(max-width:1199px) {
    .home3-about-section .about-video-and-img .video-wrapper img {
        width: 100%
    }
}

.home3-about-section .about-video-and-img .video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(16, 12, 8, .5)
}

.home3-about-section .about-video-and-img .video-wrapper .video-area {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.home3-about-section .about-video-and-img .video-wrapper .video-area .icon {
    position: relative
}

.home3-about-section .about-video-and-img .video-wrapper .video-area .icon .video-circle {
    stroke: var(--white-color);
    fill: none;
    transition: .5s
}

.home3-about-section .about-video-and-img .video-wrapper .video-area .icon .video-circle .top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    transition: stroke-dashoffset .8s cubic-bezier(.33, 1, .68, 1)
}

.home3-about-section .about-video-and-img .video-wrapper .video-area .icon i {
    color: var(--white-color);
    font-size: 30px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home3-about-section .about-video-and-img .video-wrapper .video-area h6 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 0
}

.home3-about-section .about-video-and-img .video-wrapper .video-area:hover .icon .video-circle .top-half {
    stroke-dashoffset: 0
}

.home3-about-section .about-video-and-img .about-section-img {
    position: relative
}

@media(max-width:1199px) {
    .home3-about-section .about-video-and-img .about-section-img {
        display: none
    }
}

.home3-about-section .about-video-and-img .about-section-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .3)
}

.home3-about-section .about-video-and-img .about-section-img::after {
    content: "";
    position: absolute;
    top: -9px;
    left: -9px;
    width: 105%;
    height: 100%;
    border: 1px solid rgba(99, 171, 69, .3);
    z-index: -1
}


.faq-content .accordion .accordion-item .accordion-body {
    padding: 8px 0;
    padding-bottom: 4px;
    color: #555555;
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .48px;
}

@media(max-width:576px) {
    .faq-content .accordion .accordion-item .accordion-body {
        font-size: 14px;
        padding: 15px 10px
    }
}

.accordion-with-tab-section {
    padding-top: 180px;
    position: relative
}

@media(min-width:992px) and (max-width:1199px) {
    .accordion-with-tab-section {
        padding-top: 160px
    }
}

@media(max-width:991px) {
    .accordion-with-tab-section {
        padding-top: 90px
    }
}

@media(max-width:767px) {
    .accordion-with-tab-section {
        padding-top: 70px
    }
}

.accordion-with-tab-section .vector1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

@media(max-width:991px) {
    .accordion-with-tab-section .vector1 {
        display: none
    }
}

.accordion-with-tab-section .vector2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media(max-width:991px) {
    .accordion-with-tab-section .vector2 {
        display: none
    }
}

.accordion-with-tab-section .accordion-with-tab-img {
    position: relative;
    transform: translateY(-60px)
}

@media(min-width:992px) and (max-width:1199px) {
    .accordion-with-tab-section .accordion-with-tab-img {
        transform: translateY(-40px)
    }
}

@media(max-width:991px) {
    .accordion-with-tab-section .accordion-with-tab-img {
        display: none
    }
}

.accordion-with-tab-section .accordion-with-tab-img img {
    max-height: 760px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width:992px) and (max-width:1199px) {
    .accordion-with-tab-section .accordion-with-tab-img img {
        min-height: 760px
    }
}

.accordion-with-tab-section .accordion-with-tab-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .5)
}

.accordion-with-tab-section .accordion-with-tab-content {
    padding: 80px 35px 80px 125px;
    background-color: #f3f8f6;
    border-radius: 20px;
    margin-left: -90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

@media(min-width:992px) and (max-width:1199px) {
    .accordion-with-tab-section .accordion-with-tab-content {
        padding: 60px 35px 60px 110px
    }
}

@media(max-width:991px) {
    .accordion-with-tab-section .accordion-with-tab-content {
        margin-left: 0;
        padding: 60px 35px
    }
}

@media(max-width:767px) {
    .accordion-with-tab-section .accordion-with-tab-content {
        padding: 50px 25px;
        border-radius: 10px
    }
}

@media(max-width:576px) {
    .accordion-with-tab-section .accordion-with-tab-content {
        padding: 40px 20px
    }
}

.accordion-with-tab-section .accordion-with-tab-content>h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px
}

@media(min-width:992px) and (max-width:1199px) {
    .accordion-with-tab-section .accordion-with-tab-content>h2 {
        font-size: 35px
    }
}

@media(max-width:767px) {
    .accordion-with-tab-section .accordion-with-tab-content>h2 {
        font-size: 35px;
        margin-bottom: 25px
    }
}

@media(max-width:576px) {
    .accordion-with-tab-section .accordion-with-tab-content>h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills {
    border: 1px solid rgba(var(--primary-color1-opc), 0.3);
    border-radius: 5px;
    margin-bottom: 40px;
    display: inline-flex
}

@media(max-width:576px) {
    .accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills {
        border: none;
        gap: 10px
    }
}

.accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills .nav-item .nav-link {
    color: rgba(16, 12, 8, .7);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    border-radius: unset;
    padding: 14px 32px
}

@media(min-width:992px) and (max-width:1199px) {
    .accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills .nav-item .nav-link {
        padding: 14px 25px;
        font-size: 14px
    }
}

@media(max-width:767px) {
    .accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills .nav-item .nav-link {
        padding: 14px 25px;
        font-size: 14px
    }
}

@media(max-width:576px) {
    .accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills .nav-item .nav-link {
        padding: 13px 19px;
        border-radius: 5px;
        border: 1px solid rgba(var(--primary-color1-opc), 0.3)
    }
}

.accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-color1);
    color: var(--white-color)
}

.accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills .nav-item:first-child .nav-link {
    border-radius: 5px 0 0 5px;
    border-right: 1px solid rgba(var(--primary-color1-opc), 0.3)
}

@media(max-width:576px) {
    .accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills .nav-item:first-child .nav-link {
        border-right: none;
        border-radius: 5px
    }
}

.accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 5px 5px 0;
    border-left: 1px solid rgba(var(--primary-color1-opc), 0.3)
}

@media(max-width:576px) {
    .accordion-with-tab-section .accordion-with-tab-content .accordion-with-tab-wrap .nav-pills .nav-item:last-child .nav-link {
        border: 1px solid rgba(var(--primary-color1-opc), 0.3);
        border-radius: 5px
    }
}




.feature-with-content-section {
    position: relative
}

.feature-with-content-section .section-vector {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media(max-width:991px) {
    .feature-with-content-section .section-vector {
        display: none
    }
}


@media(min-width:992px) and (max-width:1199px) {
    .feature-with-content-section .feature-with-content-wrapper .feature-content-wrap .eg-tag2 {
        margin-bottom: 8px
    }
}

@media(max-width:767px) {
    .feature-with-content-section .feature-with-content-wrapper .feature-content-wrap .eg-tag2 {
        margin-bottom: 10px
    }
}

.feature-with-content-section .feature-with-content-wrapper .feature-content-wrap .eg-tag2 span {
    color: var(--white-color);
    font-family: var(--font-satisfy);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .72px
}

.feature-with-content-section .feature-with-content-wrapper .feature-content-wrap .eg-tag2 span svg {
    fill: var(--white-color)
}

.feature-with-content-section .feature-with-content-wrapper .feature-content-wrap h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .6px;
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .feature-with-content-section .feature-with-content-wrapper .feature-content-wrap h2 {
        font-size: 25px;
        margin-bottom: 10px
    }
}

@media(max-width:767px) {
    .feature-with-content-section .feature-with-content-wrapper .feature-content-wrap h2 {
        font-size: 25px;
        margin-bottom: 10px
    }
}

@media(max-width:576px) {
    .feature-with-content-section .feature-with-content-wrapper .feature-content-wrap h2 {
        font-size: 20px
    }
}

.feature-with-content-section .feature-with-content-wrapper .feature-content-wrap>p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .48px;
    margin-bottom: 30px
}

@media(max-width:1199px) {
    .feature-with-content-section .feature-with-content-wrapper .feature-content-wrap>p {
        margin-bottom: 20px
    }
}

@media(max-width:576px) {
    .feature-with-content-section .feature-with-content-wrapper .feature-content-wrap>p {
        font-size: 14px;
        margin-bottom: 20px
    }
}



.tour-type-tab-slider-section {
    position: relative
}

.tour-type-tab-slider-section .section-vector1 {
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width:991px) {
    .tour-type-tab-slider-section .section-vector1 {
        display: none
    }
}

.tour-type-tab-slider-section .section-vector2 {
    position: absolute;
    bottom: 0;
    left: 0
}

@media(max-width:991px) {
    .tour-type-tab-slider-section .section-vector2 {
        display: none
    }
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills {
    position: relative
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .tour-tab-slider {
    width: 100%
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .tour-tab-slider .nav-item .nav-link {
    border-radius: 5px;
    background: #e8f4e3;
    text-align: center;
    padding: 25px 20px;
    cursor: pointer
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .tour-tab-slider .nav-item .nav-link .icon {
    margin-bottom: 15px
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .tour-tab-slider .nav-item .nav-link .icon svg {
    fill: var(--title-color)
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .tour-tab-slider .nav-item .nav-link .content h5 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0
}

@media(max-width:576px) {
    .tour-type-tab-slider-section .tab-slider-wrap .nav-pills .tour-tab-slider .nav-item .nav-link .content h5 {
        font-size: 15px
    }
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .tour-tab-slider .nav-item .nav-link.active {
    background-color: var(--primary-color1)
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .tour-tab-slider .nav-item .nav-link.active .icon svg {
    fill: var(--white-color)
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .tour-tab-slider .nav-item .nav-link.active .content h5 {
    color: var(--white-color)
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .slider-btn-grp4 .slider-btn {
    width: 44px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
    z-index: 1
}

@media(max-width:576px) {
    .tour-type-tab-slider-section .tab-slider-wrap .nav-pills .slider-btn-grp4 .slider-btn {
        left: -10px
    }
}

.tour-type-tab-slider-section .tab-slider-wrap .nav-pills .slider-btn-grp4 .slider-btn.tour-tab-slider-next {
    right: -26px;
    left: unset
}

@media(max-width:576px) {
    .tour-type-tab-slider-section .tab-slider-wrap .nav-pills .slider-btn-grp4 .slider-btn.tour-tab-slider-next {
        right: -10px
    }
}

.testimonial-card2 {
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(34, 34, 34, .1);
    background-image: url(../img/home3/testimonial-card-bg.html), linear-gradient(180deg, whitesmoke 0%, whitesmoke 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 30px
}

@media(min-width:1400px) and (max-width:1599px) {
    .testimonial-card2 {
        padding: 30px 20px
    }
}

@media(max-width:1399px) {
    .testimonial-card2 {
        padding: 30px 20px
    }
}

@media(max-width:991px) {
    .testimonial-card2 {
        padding: 25px 15px
    }
}

.testimonial-card2 .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px
}

@media(max-width:576px) {
    .testimonial-card2 .rating {
        margin-bottom: 10px
    }
}

.testimonial-card2 .rating li {
    line-height: 1
}

.testimonial-card2 .rating li i {
    color: #ffc107
}

.testimonial-card2 h4 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .75px;
    margin-bottom: 20px
}

@media(min-width:1400px) and (max-width:1599px) {
    .testimonial-card2 h4 {
        font-size: 22px
    }
}

@media(max-width:1399px) {
    .testimonial-card2 h4 {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.testimonial-card2 p {
    color: var(--text-color);
    font-family: var(--font-rubik);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .51px;
    margin-bottom: 25px
}

@media(min-width:1200px) and (max-width:1399px) {
    .testimonial-card2 p {
        font-size: 15px
    }
}

@media(max-width:1199px) {
    .testimonial-card2 p {
        font-size: 15px;
        margin-bottom: 20px
    }
}

.testimonial-card2 .tesimonial-card-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 30px
}

@media(max-width:1399px) {
    .testimonial-card2 .tesimonial-card-bottom {
        padding: 0
    }
}

@media(max-width:576px) {
    .testimonial-card2 .tesimonial-card-bottom {
        justify-content: center
    }
}

@media(max-width:576px) {
    .testimonial-card2 .tesimonial-card-bottom .quote {
        display: none
    }
}

.testimonial-card2 .tesimonial-card-bottom .quote svg {
    fill: var(--title-color);
    opacity: .03
}

.testimonial-card2 .tesimonial-card-bottom .author-area .author-img {
    margin-bottom: 15px
}

.testimonial-card2 .tesimonial-card-bottom .author-area .author-img img {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.testimonial-card2 .tesimonial-card-bottom .author-area .author-name-desig {
    line-height: 1
}

.testimonial-card2 .tesimonial-card-bottom .author-area .author-name-desig h5 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px
}

.testimonial-card2 .tesimonial-card-bottom .author-area .author-name-desig span {
    color: var(--text-color);
    font-family: var(--font-rubik);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .26px
}

.testimonial-card2.style-2 {
    background-image: url(../img/home4/home4-testimonial-card-bg.html), linear-gradient(180deg, #2d3330 0%, #2d3330 100%);
    border-radius: 20px
}

.testimonial-card2.style-2 h4 {
    color: var(--white-color)
}

.testimonial-card2.style-2 p {
    color: rgba(255, 255, 255, .5)
}

.testimonial-card2.style-2 .tesimonial-card-bottom {
    justify-content: center
}

.testimonial-card2.style-2 .tesimonial-card-bottom .author-area .author-name-desig h5 {
    color: var(--white-color)
}

.testimonial-card2.style-2 .tesimonial-card-bottom .author-area .author-name-desig span {
    color: rgba(255, 255, 255, .5)
}

.home3-testimonial-section {
    background-image: url(../img/home3/testimonial-section-bg.html), linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 40px;
    overflow: hidden
}

@media(min-width:1400px) and (max-width:1599px) {
    .home3-testimonial-section {
        padding: 120px 25px
    }
}

@media(max-width:1399px) {
    .home3-testimonial-section {
        padding: 110px 20px
    }
}

@media(max-width:1199px) {
    .home3-testimonial-section {
        padding: 90px 20px
    }
}

@media(max-width:991px) {
    .home3-testimonial-section {
        padding: 70px 15px
    }
}

.home3-testimonial-section .section-title2 h2 {
    color: var(--white-color)
}

.home3-testimonial-section .section-title2 p {
    color: rgba(255, 255, 255, .5)
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area {
    padding: 12px 30px;
    border-radius: 5px;
    background: #faf6e7;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:767px) {
    .home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area {
        padding: 12px 20px
    }
}

@media(max-width:576px) {
    .home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area {
        flex-direction: column;
        gap: 15px;
        justify-content: center
    }
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-top {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 2px
}

@media(max-width:576px) {
    .home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-top {
        justify-content: center
    }
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-top .logo {
    line-height: 1
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-top span {
    color: var(--title-color);
    font-size: 12px;
    font-weight: 700;
    line-height: 1
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-bottom {
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 5px
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-bottom strong {
    color: var(--title-color);
    font-size: 12px;
    font-weight: 700;
    line-height: 1
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-bottom .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-bottom .rating ul {
    display: flex;
    align-items: center;
    gap: 5px
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-bottom .rating ul li i {
    color: #00aa6c;
    font-size: 10px
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-bottom .rating span {
    color: var(--white-color)
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .rating-area .rating-bottom span {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1
}

@media(max-width:767px) {
    .home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .testimonial-pagination {
        display: none
    }
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .testimonial-pagination .swiper-pagination5 {
    width: unset !important;
    z-index: 9;
    gap: 15px;
    line-height: 1
}

.home3-testimonial-section .testimonial-card-slider-area .testimonial-bottom-area .testimonial-pagination .swiper-pagination5 .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    background-color: var(--primary-color1);
    opacity: 1;
    position: relative
}




@media(max-width:1399px) {
    .home5-feature-section .feature-content .section-title4 h2 {
        font-size: 40px
    }
}

@media(max-width:1199px) {
    .home5-feature-section .feature-content .section-title4 h2 {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .home5-feature-section .feature-content .section-title4 h2 {
        font-size: 25px
    }
}

.home5-feature-section .feature-content .feature-card3 {
    border-radius: 5px;
    background: rgba(var(--primary-color1-opc), 0.1);
    padding: 25px 20px;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    transition: .5s
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-feature-section .feature-content .feature-card3 {
        padding: 25px 15px;
        gap: 12px
    }
}

.home5-feature-section .feature-content .feature-card3 .icon svg {
    fill: var(--title-color);
    transition: .5s
}

.home5-feature-section .feature-content .feature-card3 .content h5 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
    transition: .5s
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-feature-section .feature-content .feature-card3 .content h5 {
        font-size: 17px
    }
}

.home5-feature-section .feature-content .feature-card3:hover {
    background-color: var(--primary-color1)
}

.home5-feature-section .feature-content .feature-card3:hover .icon svg {
    fill: var(--white-color)
}

.home5-feature-section .feature-content .feature-card3:hover .content h5 {
    color: var(--white-color)
}

.home5-feature-section .feature-img-wrap {
    position: relative;
    width: 100%;
    padding-left: 110px
}

@media(max-width:991px) {
    .home5-feature-section .feature-img-wrap {
        display: none
    }
}

.home5-feature-section .feature-img-wrap .feature-top-img {
    position: relative;
    max-width: 520px;
    width: 100%;
    border-radius: 340px
}

.home5-feature-section .feature-img-wrap .feature-top-img img {
    border-radius: 340px
}

.home5-feature-section .feature-img-wrap .feature-top-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .3);
    border-radius: 340px
}

.home5-feature-section .feature-img-wrap .feature-bottom-img {
    position: absolute;
    max-width: 368px;
    width: 100%;
    border-radius: 300px;
    bottom: 0;
    left: 0;
    border: 9px solid var(--white-color)
}

.home5-feature-section .feature-img-wrap .feature-bottom-img img {
    max-width: 368px;
    border-radius: 300px;
    width: 100%
}

.home5-feature-section .feature-img-wrap .feature-bottom-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .2);
    border-radius: 300px
}

.home5-banner2-section {
    padding: 0 7%
}

@media(max-width:1699px) {
    .home5-banner2-section {
        padding: 0 4%
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-banner2-section {
        padding: 0 2%
    }
}

@media(max-width:1399px) {
    .home5-banner2-section {
        padding: 0 2%
    }
}

@media(max-width:991px) {
    .home5-banner2-section {
        padding: 0 10px
    }
}

@media(max-width:576px) {
    .home5-banner2-section {
        padding: 0
    }
}

.home5-banner2-section .swiper-slide-active span {
    animation: fadeInDown 1.7s
}

.home5-banner2-section .swiper-slide-active h2 {
    animation: fadeInDown 1.7s
}

.home5-banner2-section .swiper-slide-active p {
    animation: fadeInUp 1.7s
}

.home5-banner2-section .swiper-slide-active a {
    animation: fadeInUp 1.7s
}

.home5-banner2-section .home5-banner2-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    padding: 160px 0 160px 80px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-banner2-section .home5-banner2-wrapper {
        padding: 150px 0 150px 50px
    }
}

@media(max-width:1399px) {
    .home5-banner2-section .home5-banner2-wrapper {
        padding: 150px 0 150px 40px
    }
}

@media(max-width:1199px) {
    .home5-banner2-section .home5-banner2-wrapper {
        padding: 100px 0 100px 30px
    }
}

@media(max-width:991px) {
    .home5-banner2-section .home5-banner2-wrapper {
        background-position: 70%;
        padding: 90px 0 90px 20px
    }
}

@media(max-width:767px) {
    .home5-banner2-section .home5-banner2-wrapper {
        padding: 70px 20px;
        background-image: unset !important;
        background-color: #f9f4f0
    }
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content {
    text-align: center;
    max-width: 520px;
    width: 100%
}

@media(max-width:1399px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content {
        max-width: 380px
    }
}

@media(max-width:1199px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content {
        max-width: 340px
    }
}

@media(max-width:991px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content {
        max-width: 300px
    }
}

@media(max-width:767px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content {
        margin: 0 auto;
        max-width: 500px
    }
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content>span {
    color: var(--primary-color1);
    font-family: var(--font-satisfy);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px
}

@media(min-width:992px) and (max-width:1199px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content>span {
        margin-bottom: 10px
    }
}

@media(max-width:767px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content>span {
        margin-bottom: 10px
    }
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 57px;
    font-weight: 700;
    line-height: 1.1
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 {
        font-size: 50px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 {
        font-size: 42px
    }
}

@media(max-width:1199px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 {
        font-size: 35px
    }
}

@media(max-width:991px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 {
        font-size: 32px
    }
}

@media(max-width:576px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 {
        font-size: 30px
    }
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 strong {
    color: var(--primary-color2);
    font-size: 45px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 strong {
        font-size: 40px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 strong {
        font-size: 38px
    }
}

@media(max-width:1199px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 strong {
        font-size: 30px
    }
}

@media(max-width:991px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content h2 strong {
        font-size: 28px;
        font-weight: 600
    }
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .54px;
    text-transform: capitalize
}

@media(max-width:1199px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content p {
        font-size: 16px;
        margin: 0 auto 20px
    }
}

@media(max-width:991px) {
    .home5-banner2-section .home5-banner2-wrapper .home5-banner2-content p {
        font-size: 15px
    }
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content .primary-btn5 {
    padding: 17px 33px
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content .primary-btn5 span {
    font-size: 16px;
    font-weight: 600
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content.two>span {
    color: var(--title-color)
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content.two h2 {
    color: var(--white-color)
}

.home5-banner2-section .home5-banner2-wrapper .home5-banner2-content.two p {
    color: var(--white-color)
}

.home5-banner2-section .home5-banner2-slider {
    position: relative
}

.home5-banner2-section .home5-banner2-slider .swiper-pagination5 {
    position: absolute;
    bottom: 20px;
    left: unset;
    right: 20px;
    width: unset !important;
    display: flex;
    z-index: 9;
    gap: 15px
}

@media(max-width:767px) {
    .home5-banner2-section .home5-banner2-slider .swiper-pagination5 {
        right: unset;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-width:576px) {
    .home5-banner2-section .home5-banner2-slider .swiper-pagination5 {
        display: none
    }
}

.home5-banner2-section .home5-banner2-slider .swiper-pagination5 .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid var(--title-color);
    opacity: 1;
    position: relative
}

.home5-banner2-section .home5-banner2-slider .swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color1)
}

.home5-banner2-section .home5-banner2-slider .swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home5-banner2-section .home5-banner2-slider::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-image: url(../img/home5/vector/pagination-bg.html);
    width: 200px;
    height: 141px
}

@media(max-width:767px) {
    .home5-banner2-section .home5-banner2-slider::after {
        display: none
    }
}



.home5-teams-section .teams-pagination-area .teams-pagination .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid var(--title-color);
    opacity: 1;
    position: relative
}

.home5-teams-section .teams-pagination-area .teams-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color1)
}

.home5-teams-section .teams-pagination-area .teams-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home5-banner3-section {
    background-image: linear-gradient(90deg, rgba(249, 244, 240, 0) 38.83%, #F9F4F0 46.62%), url(../img/home5/home5-banner3-img.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    overflow: hidden;
    padding: 120px 20% 120px 0
}

@media(max-width:1699px) {
    .home5-banner3-section {
        padding: 120px 17% 120px 0
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .home5-banner3-section {
        padding: 120px 12% 120px 0
    }
}

@media(max-width:1399px) {
    .home5-banner3-section {
        padding: 120px 6% 120px 0
    }
}

@media(max-width:1199px) {
    .home5-banner3-section {
        padding: 120px 6% 120px 0
    }
}

@media(max-width:991px) {
    .home5-banner3-section {
        padding: 100px 3% 100px 0
    }
}

@media(max-width:767px) {
    .home5-banner3-section {
        padding: 70px 2% 70px 0
    }
}

@media(max-width:576px) {
    .home5-banner3-section {
        background-color: #f9f4f0;
        background-image: unset;
        padding: 60px 0
    }
}

.home5-banner3-section .home5-banner3-content {
    position: relative;
    max-width: 564px;
    width: 100%;
    margin-left: auto;
    text-align: center
}

@media(max-width:1199px) {
    .home5-banner3-section .home5-banner3-content {
        max-width: 460px
    }
}

@media(max-width:991px) {
    .home5-banner3-section .home5-banner3-content {
        max-width: 370px
    }
}

@media(max-width:767px) {
    .home5-banner3-section .home5-banner3-content {
        max-width: 290px
    }
}

@media(max-width:576px) {
    .home5-banner3-section .home5-banner3-content {
        margin: 0 auto
    }
}

.home5-banner3-section .home5-banner3-content h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px
}

@media(max-width:1199px) {
    .home5-banner3-section .home5-banner3-content h2 {
        font-size: 45px
    }
}

@media(max-width:991px) {
    .home5-banner3-section .home5-banner3-content h2 {
        font-size: 35px
    }
}

@media(max-width:767px) {
    .home5-banner3-section .home5-banner3-content h2 {
        font-size: 28px;
        margin-bottom: 10px
    }
}

.home5-banner3-section .home5-banner3-content p {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .16px;
    margin-bottom: 35px
}

@media(max-width:767px) {
    .home5-banner3-section .home5-banner3-content p {
        font-size: 15px;
        margin-bottom: 20px
    }
}

.home5-banner3-section .home5-banner3-content .from-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--primary-color1-opc), 0.5);
    border-radius: 10px
}

@media(max-width:576px) {
    .home5-banner3-section .home5-banner3-content .from-inner {
        border-radius: 5px
    }
}

.home5-banner3-section .home5-banner3-content .from-inner input {
    background: 0 0;
    border: none;
    outline: none;
    color: var(--title-color);
    font-size: 12px;
    font-family: var(--font-rubik);
    width: 100%;
    height: 48px;
    padding: 10px 20px
}

@media(max-width:576px) {
    .home5-banner3-section .home5-banner3-content .from-inner input {
        height: 42px
    }
}

.home5-banner3-section .home5-banner3-content .from-inner input::-moz-placeholder {
    color: rgba(16, 12, 8, .4)
}

.home5-banner3-section .home5-banner3-content .from-inner input::placeholder {
    color: rgba(16, 12, 8, .4)
}

.home5-banner3-section .home5-banner3-content .from-inner button {
    background-color: var(--primary-color1);
    padding: 9px 16px;
    border-radius: 0 10px 10px 0
}

@media(max-width:576px) {
    .home5-banner3-section .home5-banner3-content .from-inner button {
        border-radius: 0 5px 5px 0;
        padding: 6px 16px
    }
}

.home5-banner3-section .home5-banner3-content .from-inner button svg {
    stroke: var(--white-color)
}



.home6-banner-area {
    background-image: url(../img/home6/home6-banner-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 20px 40px;
    position: relative
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-banner-area {
        padding: 130px 15px 40px
    }
}

@media(max-width:1399px) {
    .home6-banner-area {
        padding: 130px 15px 40px
    }
}

@media(max-width:767px) {
    .home6-banner-area {
        padding: 110px 20px 40px
    }
}

@media(max-width:576px) {
    .home6-banner-area {
        padding: 110px 0 40px
    }
}

.home6-banner-area .bannner-slider-wrapper .slider-btn-grp6 {
    padding-top: 30px
}

@media(max-width:767px) {
    .home6-banner-area .bannner-slider-wrapper .slider-btn-grp6 {
        display: none
    }
}

.category-card {
    border: 1px solid rgba(16, 12, 8, .1);
    background: var(--white-color);
    transition: .5s
}

.category-card .card-img {
    display: block;
    overflow: hidden
}

.category-card .card-img img {
    transition: all .5s ease-out
}

.category-card .card-content {
    padding: 65px 20px 30px;
    text-align: center;
    position: relative
}

.category-card .card-content .icon {
    width: 85px;
    height: 85px;
    border: 1px solid rgba(16, 12, 8, .15);
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s
}

.category-card .card-content .icon svg {
    fill: var(--title-color);
    transition: .5s
}

.category-card .card-content h4 {
    margin-bottom: 0;
    line-height: 1.1
}

.category-card .card-content h4 a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 600;
    transition: .5s
}

.category-card .card-content h4 a:hover {
    color: var(--primary-color1)
}

.category-card:hover .card-img img {
    transform: scale(1.1)
}

.category-card:hover .card-content .icon {
    background-color: var(--primary-color1)
}

.category-card:hover .card-content .icon svg {
    fill: var(--white-color)
}

.destination-card4 {
    height: 400px;
    border-radius: 200px;
    position: relative;
    overflow: hidden;
    transition: .5s
}

@media(max-width:991px) {
    .destination-card4 {
        height: unset;
        border-radius: 50%
    }
}

.destination-card4 .card-img {
    position: relative;
    display: block;
    transition: .5s
}

.destination-card4 .card-img img {
    height: 400px;
    border-radius: 200px;
    transition: .5s;
    width: 100%
}

@media(max-width:991px) {
    .destination-card4 .card-img img {
        height: unset;
        border-radius: 50%
    }
}

.destination-card4 .card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    border-radius: 200px
}

@media(max-width:991px) {
    .destination-card4 .card-img::before {
        border-radius: 50%
    }
}

.destination-card4 .card-content-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.destination-card4 .card-content-wrap .batch {
    line-height: 1;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: .5s
}

.destination-card4 .card-content-wrap .batch ul {
    background-color: var(--primary-color2);
    padding: 8px 20px;
    border-radius: 10px 10px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 16px
}

.destination-card4 .card-content-wrap .batch ul li {
    position: relative;
    line-height: 1;
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: uppercase
}

.destination-card4 .card-content-wrap .batch ul li::before {
    content: "\f4fe";
    font-family: bootstrap-icons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
    color: var(--title-color);
    font-size: 17px
}

.destination-card4 .card-content-wrap .batch ul li:first-child::before {
    display: none
}

.destination-card4 .card-content-wrap .card-content {
    text-align: center;
    background-color: var(--primary-color1);
    padding: 26px 80px
}

.destination-card4 .card-content-wrap .card-content h4 {
    line-height: 1.1;
    margin-bottom: 0
}

.destination-card4 .card-content-wrap .card-content h4 a {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    transition: .5s
}

.destination-card4 .card-content-wrap .card-content h4 a:hover {
    color: var(--title-color)
}

.destination-card4:hover {
    transform: translateY(-20px)
}

.destination-card4:hover .card-content-wrap .batch {
    opacity: 1;
    transform: scaleY(1)
}

.home6-destination-card-slider-section {
    background-image: url(../img/home6/destination-section-bg.html), linear-gradient(180deg, #f0faef 0%, #f0faef 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0;
    position: relative;
    overflow: hidden
}

@media(max-width:1199px) {
    .home6-destination-card-slider-section {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .home6-destination-card-slider-section {
        padding: 50px 0
    }
}

.home6-destination-card-slider-section::before {
    content: url(../img/home6/vector/destination-section-vector1.html);
    position: absolute;
    top: 0;
    left: 0
}

.home6-destination-card-slider-section::after {
    content: url(../img/home6/vector/destination-section-vector2.html);
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: .7
}

.home6-destination-card-slider-section .home6-destination-card-slider {
    padding: 20px 0
}

.home6-destination-card-slider-section .slider-btn-grp.two {
    position: relative;
    z-index: 1
}

@media(min-width:1200px) and (max-width:1399px) {
    .home6-about-section .about-content .section-title5 h2 {
        font-size: 38px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-about-section .about-content .section-title5 h2 {
        font-size: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-about-section .about-content .section-title5 p {
        font-size: 15px;
        padding-top: 15px
    }
}

.home6-about-section .about-content .facilities li {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 30px
}

@media(max-width:1199px) {
    .home6-about-section .about-content .facilities li {
        margin-bottom: 20px
    }
}

.home6-about-section .about-content .facilities li:last-child {
    margin-bottom: 0
}

.home6-about-section .about-content .facilities li .icon svg {
    fill: var(--primary-color1)
}

.home6-about-section .about-content .facilities li .content h5 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px
}

@media(max-width:576px) {
    .home6-about-section .about-content .facilities li .content h5 {
        font-size: 20px;
        margin-bottom: 8px
    }
}

.home6-about-section .about-content .facilities li .content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .45px;
    margin-bottom: 0
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-about-section .about-content .facilities li .content p {
        font-size: 14px
    }
}

@media(max-width:576px) {
    .home6-about-section .about-content .facilities li .content p {
        font-size: 14px
    }
}

@media(max-width:1199px) {
    .home6-about-section .about-video-and-img {
        padding-left: 10px
    }
}

@media(max-width:991px) {
    .home6-about-section .about-video-and-img {
        display: none
    }
}

.home6-about-section .about-video-and-img .video-and-batch-wrap {
    padding-left: 80px;
    transform: translateY(40px);
    position: relative;
    z-index: 1
}

@media(max-width:1199px) {
    .home6-about-section .about-video-and-img .video-and-batch-wrap {
        padding-left: 0;
        transform: translateY(0)
    }
}

.home6-about-section .about-video-and-img .video-and-batch-wrap::before {
    content: url(../img/home6/about-video-and-batch-vector.html);
    position: absolute;
    top: 0;
    left: 0
}

@media(max-width:1199px) {
    .home6-about-section .about-video-and-img .video-and-batch-wrap::before {
        display: none
    }
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch {
    gap: 50px;
    display: flex;
    align-items: center
}

@media(max-width:1199px) {
    .home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch {
        flex-direction: column;
        align-items: start;
        gap: 40px
    }
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    animation: identifier 20s linear infinite
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .badge .counter-area {
    display: block;
    margin: 0;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .badge .counter-area .counter-content-wrap {
    text-align: center
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .badge .counter-area .counter-content-wrap .number {
    display: flex;
    align-items: center;
    font-family: var(--font-rubik);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 10px
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .badge .counter-area .counter-content-wrap .number h5 {
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 1
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .badge .counter-area .counter-content-wrap p {
    color: var(--white-color);
    font-family: var(--font-jost);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 0
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .badge .badge__char {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
    height: 80px;
    width: 10px;
    background-repeat: round;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    font-size: 17px;
    color: rgba(16, 12, 8, .5);
    font-family: var(--font-rubik);
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate))
}

@keyframes identifier {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper {
    position: relative;
    z-index: 1
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper img {
    border-radius: 50px;
    border-bottom: 2px solid var(--white-color)
}

@media(max-width:1199px) {
    .home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper img {
        width: 100%
    }
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 2px;
    right: 0;
    border-radius: 50px;
    background-color: rgba(16, 12, 8, .5)
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper .video-area {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper .video-area .icon {
    position: relative
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper .video-area .icon .video-circle {
    stroke: var(--white-color);
    fill: none;
    transition: .5s
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper .video-area .icon .video-circle .top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    transition: stroke-dashoffset .8s cubic-bezier(.33, 1, .68, 1)
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper .video-area .icon i {
    color: var(--white-color);
    font-size: 30px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper .video-area h6 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 0
}

.home6-about-section .about-video-and-img .video-and-batch-wrap .video-and-batch .video-wrapper .video-area:hover .icon .video-circle .top-half {
    stroke-dashoffset: 0
}

.home6-about-section .about-video-and-img .about-section-img {
    position: relative
}

@media(max-width:1199px) {
    .home6-about-section .about-video-and-img .about-section-img {
        display: none
    }
}

.home6-about-section .about-video-and-img .about-section-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .5)
}

.home6-tourpack-section {
    background-image: url(../img/home6/tourpack-section-bg.html), linear-gradient(180deg, #fff9f3 0%, #fff9f3 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0;
    position: relative
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-tourpack-section {
        padding: 90px 0
    }
}

@media(max-width:991px) {
    .home6-tourpack-section {
        padding: 80px 0
    }
}

@media(max-width:767px) {
    .home6-tourpack-section {
        padding: 60px 0
    }
}

.home6-tourpack-section::before {
    content: url(../img/home6/vector/tourpack-section-vector1.html);
    position: absolute;
    top: 0;
    left: 0
}

@media(max-width:991px) {
    .home6-tourpack-section::before {
        display: none
    }
}

.home6-tourpack-section::after {
    content: url(../img/home6/vector/tourpack-section-vector2.html);
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: .7
}



@media(max-width:991px) {
    .home6-banner2-area .home6-banner2-content {
        padding: 50px 20px
    }
}

.home6-banner2-area .home6-banner2-content span {
    color: #fff;
   
    font-size: 30px;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-banner2-area .home6-banner2-content span {
        margin-bottom: 10px
    }
}

@media(max-width:767px) {
    .home6-banner2-area .home6-banner2-content span {
        margin-bottom: 10px
    }
}

.home6-banner2-area .home6-banner2-content h2 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 57px;
    font-weight: 500;
    line-height: 1.1
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-banner2-area .home6-banner2-content h2 {
        font-size: 50px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home6-banner2-area .home6-banner2-content h2 {
        font-size: 42px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-banner2-area .home6-banner2-content h2 {
        font-size: 35px
    }
}

@media(max-width:767px) {
    .home6-banner2-area .home6-banner2-content h2 {
        font-size: 50px
    }
}

@media(max-width:576px) {
    .home6-banner2-area .home6-banner2-content h2 {
        font-size: 32px
    }
}

.home6-banner2-area .home6-banner2-content h2 strong {
    color: var(--primary-color2);
    font-size: 45px
}

@media(min-width:1400px) and (max-width:1599px) {
    .home6-banner2-area .home6-banner2-content h2 strong {
        font-size: 40px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .home6-banner2-area .home6-banner2-content h2 strong {
        font-size: 38px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-banner2-area .home6-banner2-content h2 strong {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .home6-banner2-area .home6-banner2-content h2 strong {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .home6-banner2-area .home6-banner2-content h2 strong {
        font-size: 28px;
        font-weight: 600
    }
}

.home6-banner2-area .home6-banner2-content p {
    color: var(--white-color);
    font-family: var(--font-jost);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .54px;
    text-transform: capitalize;
    max-width: 420px;
    width: 100%;
    margin: 0 0 26px
}

@media(min-width:992px) and (max-width:1199px) {
    .home6-banner2-area .home6-banner2-content p {
        font-size: 16px;
        margin: 0 auto 20px
    }
}

@media(max-width:767px) {
    .home6-banner2-area .home6-banner2-content p {
        margin: 0 auto 20px
    }
}

@media(max-width:576px) {
    .home6-banner2-area .home6-banner2-content p {
        font-size: 15px
    }
}

@media(max-width:991px) {
    .home6-banner2-area .home6-banner2-img {
        display: none
    }
}

.home6-feature-section .feature-content .single-feature {
    display: flex;
    gap: 15px
}

@media(max-width:767px) {
    .home6-feature-section .feature-content .single-feature {
        gap: 10px
    }
}

.home6-feature-section .feature-content .single-feature .icon {
    min-width: 40px;
    max-width: 40px
}

.home6-feature-section .feature-content .single-feature .content h5 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 8px
}

@media(min-width:1200px) and (max-width:1399px) {
    .home6-feature-section .feature-content .single-feature .content h5 {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .home6-feature-section .feature-content .single-feature .content h5 {
        font-size: 20px;
        margin-bottom: 5px
    }
}

.home6-feature-section .feature-content .single-feature .content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .45px;
    margin-bottom: 0
}

@media(max-width:767px) {
    .home6-feature-section .feature-content .single-feature .content p {
        font-size: 14px
    }
}

.home6-feature-section .feature-img-wrap {
    position: relative;
    width: 100%
}

@media(max-width:1199px) {
    .home6-feature-section .feature-img-wrap {
        display: none
    }
}

.home6-feature-section .feature-img-wrap .feature-top-img {
    position: relative;
    max-width: 470px;
    width: 100%
}

.home6-feature-section .feature-img-wrap .feature-top-img img {
    border-radius: 5px
}

.home6-feature-section .feature-img-wrap .feature-top-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .3);
    border-radius: 5px
}

.home6-feature-section .feature-img-wrap .feature-bottom-img {
    position: relative;
    border-radius: 340px;
    margin-left: -200px;
    transform: translateY(170px)
}

.home6-feature-section .feature-img-wrap .feature-bottom-img img {
    border-radius: 340px
}

.home6-feature-section .feature-img-wrap .feature-bottom-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .2);
    border-radius: 340px
}





.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 130px
}

.breadcrumb-section .banner-content h1 {
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.2
}

@media(max-width:767px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 50px
    }
}

@media(max-width:576px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 40px
    }
}

.breadcrumb-section .banner-content .breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.breadcrumb-section .banner-content .breadcrumb-list li {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding-left: 26px
}

.breadcrumb-section .banner-content .breadcrumb-list li a {
    color: var(--primary-color1)
}

.breadcrumb-section .banner-content .breadcrumb-list li::before {
    content: url(../img/innerpage/icon/arrow.html);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child {
    padding-left: 0
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child::before {
    content: ""
}

.destination-details-wrap {
    position: relative;
    z-index: 1
}

.destination-details-wrap::before {
    content: url(../img/home1/section-vector1.html);
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -1;
        opacity: 0.5;
}

@media(max-width:767px) {
    .destination-details-wrap::before {
        display: none;
        visibility: hidden
    }
}

.destination-details-wrap::after {
    content: url(../img/home1/section-vector2.html);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
        opacity: 0.5;
}

@media(max-width:767px) {
    .destination-details-wrap::after {
        display: none;
        visibility: hidden
    }
}

.destination-details-wrap h2 {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Kaushan Script";
}

@media(max-width:767px) {
    .destination-details-wrap h2 {
        font-size: 35px
    }
    .breadcrumb-section{
        padding:50px 0;
    }
}

.destination-details-wrap p {
    color: #363535;
    line-height: 24px;
}

.destination-details-wrap ul {
    -moz-columns: 2;
    columns: 1;
    margin-bottom: 40px
}

@media(max-width:576px) {
    .destination-details-wrap ul {
        -moz-columns: 1;
        columns: 1
    }
}
.destination-details-wrap ul li span{
    display: block;
    font-weight: 600;
    font-size: 18px;
        margin-bottom: 5px;
}
.destination-details-wrap ul li {
color: #2f2f2f;
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 10px;
    padding-left: 17px;
    position: relative;
}

.destination-details-wrap ul li::before {
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    position: absolute;
    left: 0;
    top: 17px
}

.destination-sidebar .destination-info {
    border-radius: 5px;
    border: 1px solid rgba(16, 12, 8, .1);
    background: #fff;
    padding: 30px
}

.destination-sidebar .destination-info .single-info {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: 20px
}

.destination-sidebar .destination-info .single-info:first-child {
    padding-top: 0
}

.destination-sidebar .destination-info .single-info:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.destination-sidebar .destination-info .single-info h5 img{
    width:50px;
    padding-right: 8px
}
.destination-sidebar .destination-info .single-info span {
    color: #514e4e;
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    line-height: 22px;
    /*padding-left: 25px*/
}

/*.destination-sidebar .destination-info .single-info span::before {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.destination-sidebar .destination-info .single-info span::after {
    content: "";
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: var(--primary-color1);
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%)
}*/
.destination-sidebar .destination-info .single-info h3{
    font-size: 20px;
    margin-bottom: 20px
}
.destination-sidebar .destination-info .single-info h5 {
    color: #02bec9;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.destination-gallery .gallery-img-wrap {
    position: relative;
    transition: all .45s;
    height: 100%
}

.destination-gallery .gallery-img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

@media(max-width:767px) {
    .destination-gallery .gallery-img-wrap img {
        height: auto
    }
}

.destination-gallery .gallery-img-wrap a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(16, 12, 8, .6);
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    flex-direction: column;
    transition: all .45s;
    transform: scale(.4);
    opacity: 0
}

.destination-gallery .gallery-img-wrap a i {
    color: var(--primary-color2);
    font-size: 35px
}

.destination-gallery .gallery-img-wrap:hover a {
    transform: scale(1);
    opacity: 1
}

.destination-location-gallery h3 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 35px
}

@media(max-width:767px) {
    .destination-location-gallery h3 {
        font-size: 26px
    }
}

@media(max-width:576px) {
    .destination-location-gallery h3 {
        margin-bottom: 20px
    }
}

.destination-location-gallery .nav-pills {
    -moz-columns: 6;
    columns: 6;
    display: block
}

@media(max-width:1199px) {
    .destination-location-gallery .nav-pills {
        -moz-columns: unset;
        columns: unset;
        display: flex;
        align-items: center;
        gap: 25px
    }
}

@media(max-width:576px) {
    .destination-location-gallery .nav-pills {
        display: block;
        -moz-columns: 2;
        columns: 2
    }
}

@media(max-width:576px) {
    .destination-location-gallery .nav-pills .nav-item {
        padding-top: 18px
    }
}

.destination-location-gallery .nav-pills .nav-item .nav-link {
    border-radius: 10px;
    background: rgba(221, 238, 214, .5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: var(--title-color);
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    padding: 50px 15px
}

@media(max-width:1199px) {
    .destination-location-gallery .nav-pills .nav-item .nav-link {
        padding: 50px 25px;
        min-width: 154px
    }
}

@media(max-width:576px) {
    .destination-location-gallery .nav-pills .nav-item .nav-link {
        padding: 30px 25px
    }
}

.destination-location-gallery .nav-pills .nav-item .nav-link.active {
    background-color: unset;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 101.02%), url(../img/innerpage/location-gallery-bg1.html);
    color: var(--white-color)
}

.destination-location-gallery .nav-pills .nav-item .nav-link.active#location2-tab {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 101.02%), url(../img/innerpage/gallery-01.jpg)
}

.destination-location-gallery .nav-pills .nav-item .nav-link.active#location3-tab {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 101.02%), url(../img/innerpage/gallery-02.jpg)
}

.destination-location-gallery .nav-pills .nav-item .nav-link.active#location4-tab {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 101.02%), url(../img/innerpage/gallery-03.html)
}

.destination-location-gallery .nav-pills .nav-item .nav-link.active#location5-tab {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 101.02%), url(../img/innerpage/gallery-04.html)
}

.destination-location-gallery .nav-pills .nav-item .nav-link.active#location6-tab {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 101.02%), url(../img/innerpage/destination-img-01.html)
}

.desti-title h3 {
    color: #267004;
    font-family: 'Fondamento', cursive;
    font-size: 30px;
    font-weight: 600
}

@media(max-width:767px) {
    .desti-title h3 {
        font-size: 28px
    }
}

.width-100 {
    width: 100px
}

.list-grid-product-wrap.list-group-wrapper .item {
    width: 100%
}

.list-grid-product-wrap.list-group-wrapper .item .package-card {
    display: flex;
    align-items: center;
    gap: 20px
}

.list-grid-product-wrap.list-group-wrapper .item .package-card .package-card-img-wrap {
    max-width: 350px;
    width: 100%
}

@media(max-width:1199px) {
    .list-grid-product-wrap.list-group-wrapper .item .package-card .package-card-img-wrap {
        max-width: 290px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .list-grid-product-wrap.list-group-wrapper .item .package-card .package-card-content .card-content-top h5 a {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .list-grid-product-wrap.list-group-wrapper .item {
        display: none
    }
}


.contact-page .single-contact {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative
}

@media(max-width:1399px) {
    .contact-page .single-contact {
        padding: 20px 30px
    }
}

.contact-page .single-contact .title {
    line-height: 1;
    background-color: var(--white-color);
    position: absolute;
    left: 35px;
    top: -8px;
    padding: 0 20px
}

.contact-page .single-contact .title h6 {
    color: var(--text-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0
}

.contact-page .single-contact .icon {
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    border-radius: 50px;
    background-color: #085fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-page .single-contact .icon svg {
    fill: var(--white-color)
}

.contact-page .single-contact .content {
    line-height: 1
}

.contact-page .single-contact .content h6 {
    margin-bottom: 0
}

.contact-page .single-contact .content h6 a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    transition: .35s
}

.contact-page .single-contact .content h6 a:hover {
    color: var(--primary-color1)
}

.contact-form-area {
    background: transparent linear-gradient(180deg, #2149bb 0%, #080424 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 60px 70px
}

@media(max-width:1399px) {
    .contact-form-area {
        padding: 22px 30px 30px
    }
}

.contact-form-area h3 {
    font-size: 30px;
    font-family: var(--font-rubik);
    font-weight: 500;
    margin-bottom: 20px
}

.contact-map {
    line-height: .6;
    position: relative
}

.contact-map .banner3-section {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: -130px
}

@media(max-width:991px) {
    .contact-map .banner3-section {
        bottom: -70px
    }
}

.contact-map .banner3-section .banner3-content .from-inner button {
    padding: 16px;
    border-radius: 0 10px 10px 0
}

.contact-map iframe {
    width: 100%;
    min-height: 700px
}

.form-inner {
    line-height: 1
}

.form-inner label {
    color: #5d5b58;
    font-family: var(--font-rubik);
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    margin-bottom: 7px
}

.form-inner label span {
    color: red;
    font-size: 16px
}

.form-inner input {
    width: 100%;
    border-radius: 0;
    background: #fff;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #eee
}

.form-inner input::-moz-placeholder {
    color: #5e5e5e
}

.form-inner input::placeholder {
    color: #5e5e5e
}

.form-inner textarea {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    color: #5e5e5e;
    border: 1px solid #eee;
    outline: none;
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    padding: 20px 25px;
    min-height: 150px
}

.form-inner .surname-options {
    display: flex;
    align-items: center;
    gap: 15px
}

.form-inner .surname-options .form-check {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--white-color);
    margin: 0;
    padding: 0;
    max-width: 52px;
    min-width: 52px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer
}

.form-inner .surname-options .form-check .form-check-input {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: .35s;
    cursor: pointer;
    z-index: 2
}

.form-inner .surname-options .form-check .form-check-input:focus {
    box-shadow: none
}

.form-inner .surname-options .form-check .form-check-label {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    z-index: 1;
    border: 1px solid #eee;
    border-radius: 5px;
    max-width: 52px;
    min-width: 52px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-inner .surname-options .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: unset;
    border-color: var(--primary-color1)
}

.form-inner .surname-options .form-check-input:checked[type=radio]~.form-check-label {
    background-color: var(--primary-color1);
    color: var(--white-color)
}



.booking-form-wrap {
    border-radius: 10px;
    background: #fdfd11;
    border-radius: 5px;
    padding: 25px;
}

.booking-form-wrap h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .48px;
    margin-bottom: 7px
}

.booking-form-wrap h4 {
    color: var(--title-color);
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px
}

.booking-form-wrap p {
    color: var(--text-color);
    text-align: center;
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 35px
}

.booking-form-wrap .nav-pills {
    justify-content: space-between
}

.booking-form-wrap .nav-pills .nav-link {
    color: var(--primary-color1);
    text-align: center;
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 48%;
    padding: 5px 15px
}

.booking-form-wrap .nav-pills .nav-link.active {
    border-color: var(--primary-color1);
    background-color: var(--primary-color1);
    color: var(--white-color)
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap h6 {
    margin-bottom: 15px
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .customdate {
    display: flex;
    width: 100%
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .customdate .form-check-label {
    width: 0 !important
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .customdate .form-group {
    width: 100%
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-group {
    position: relative;
    display: block
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-group span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: var(--title-color);
    margin-bottom: 10px;
    display: block
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-group input {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    padding: 10px 25px;
    height: 50px;
    border: 1px solid #eee
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-group svg {
    fill: var(--primary-color1);
    position: absolute;
    right: 15px;
    bottom: 18px
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check {
    position: relative;
    padding-left: 30px;
    line-height: 1
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input {
    display: none;
    visibility: hidden
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input:focus {
    box-shadow: none
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input:checked:focus {
    box-shadow: none
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input:checked~.form-check-label::brfore {
    border-color: var(--primary-color1)
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input:checked~.form-check-label::after {
    background-color: var(--primary-color1)
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label {
    cursor: pointer;
    position: relative;
    width: 100%
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label::before {
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #bbb3b3;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label::after {
    content: "";
    height: 12px;
    width: 12px;
    background-color: #bbb3b3;
    position: absolute;
    left: -26.5px;
    top: 50%;
    transform: translateY(-50%)
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date i {
    color: var(--primary-color1);
    font-size: 20px
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date .start-date,
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date .end-date {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font-rubik);
    line-height: 1
}

.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date .start-date span:first-child,
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date .end-date span:first-child {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: var(--title-color);
    margin-bottom: 7px
}

.booking-form-wrap .sidebar-booking-form .form-inner .form-group {
    position: relative
}

.booking-form-wrap .sidebar-booking-form .form-inner .form-group span {
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px
}

.booking-form-wrap .sidebar-booking-form .form-inner .form-group svg {
    fill: var(--primary-color1);
    position: absolute;
    right: 15px;
    bottom: 18px
}

.booking-form-wrap .sidebar-booking-form .number-input-item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center
}

.booking-form-wrap .sidebar-booking-form .number-input-item .number-input-lable {
    min-width: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 400;
    color: var(--title-color);
    gap: 15px
}

.booking-form-wrap .sidebar-booking-form .number-input-item .number-input-lable span {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 3px;
    line-height: 1;
    font-weight: 500
}

.booking-form-wrap .sidebar-booking-form .number-input-item .number-input-lable span del {
    font-size: 15px;
    color: var(--text-color)
}

.booking-form-wrap .sidebar-booking-form .number-input-item .quantity-counter {
    border-radius: 17px;
    border: 1px solid rgba(144, 185, 86, .2);
    background: #fafafa;
    width: 125px;
    display: flex;
    align-items: center;
    padding: 5px 8px
}

.booking-form-wrap .sidebar-booking-form .number-input-item .quantity-counter a {
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    font-size: 18px;
    color: var(--primary-color1)
}

.booking-form-wrap .sidebar-booking-form .number-input-item .quantity-counter a:hover {
    color: var(--white-color);
    background-color: var(--primary-color1)
}

.booking-form-wrap .sidebar-booking-form .number-input-item .quantity-counter input {
    width: 100%;
    background-color: transparent;
    padding: 0 15px;
    text-align: center;
    line-height: 1;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 500
}

.booking-form-wrap .sidebar-booking-form .checkbox-container {
    padding-top: 10px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px
}

.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 500
}

.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container:last-child {
    margin-bottom: 0
}

.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .checkmark {
    height: 18px;
    width: 18px;
    border: 1px solid #bbb3b3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff
}

.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .checkmark:after {
    content: "";
    height: 12px;
    width: 12px;
    background-color: #bbb3b3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .services_check {
    display: none
}

.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .services_check:checked~.checkmark {
    border-color: var(--primary-color1)
}

.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .services_check:checked~.checkmark:after {
    background-color: var(--primary-color1)
}

.booking-form-wrap .single-total {
    border: 1px solid #ddd;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.booking-form-wrap .single-total span {
    position: absolute;
    left: 12px;
    top: -10px;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 0 8px;
    background-color: #f7f6eb
}

.booking-form-wrap .single-total ul {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1
}

.booking-form-wrap .single-total ul li {
    color: #666;
    font-family: var(--font-jost);
    font-size: 12px;
    font-weight: 400
}

.booking-form-wrap .single-total ul li strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px
}

.booking-form-wrap .single-total ul li i {
    color: var(--title-color)
}

.booking-form-wrap .single-total svg {
    fill: #b1afaf
}

.booking-form-wrap .single-total .total {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 600
}

.booking-form-wrap .total-price {
    color: var(--title-color);
    text-align: center;
    font-family: var(--font-jost);
    font-size: 28px;
    font-weight: 700;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.booking-form-wrap .total-price span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1
}

.booking-form-wrap .primary-btn1 {
    width: 100%;
    justify-content: center;
    padding: 18px 34px
}



.abt-sd-cnt{
    padding-right: 35px;   
}
.abt-sd-cnt h4{
    font-family: 'Fondamento', cursive;
    font-size: 25px;
    color: #517d3d;
    margin-bottom:15px
}


.icon-bar {
  position: fixed;
  top: 86%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999
}

.icon-bar a {
 display: block;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease;
    color: white;
    border-radius: 35px;
    margin-bottom: 8px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

