@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf")
        format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

::-moz-selection {
    background-color: var(--primary-color1);
    color: var(--white-color);
}

::selection {
    background-color: var(--primary-color1);
    color: var(--white-color);
}

:root {
    --font-montserrat: "Montserrat", sans-serif;
    --white-color: #fff;
    --white-color-opc: 255, 255, 255;
    --black-color: #110f0f;
    --black-color-opc: 17, 15, 15;
    --title-color: #110f0f;
    --title-color-opc: 17, 15, 15;
    --title-color2: #f6f3bc;
    --title-color2-opc: 246, 243, 188;
    --text-color: #525252;
    --white-text-color: #aaaaaa;
    --primary-color1: #ff66c4;
    --primary-color1-opc: 23, 129, 254;
    --primary-color2: #0ea9d0;
    --primary-color2-opc: 14, 169, 208;
    --primary-color3: #285340;
    --primary-color3-opc: 40, 83, 64;
    --primary-color4: #1b2072;
    --primary-color4-opc: 27, 32, 114;
    --borders-color: #e8e8e8;
    --blue-main-color: #02316f;
}

/*================================================
02. Mixins Css
=================================================*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-montserrat);
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    line-height: 1.4;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 1.4;
    }
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}
@media (max-width: 576px) {
    h4 {
        font-size: 22px;
    }
}

h5 {
    font-size: 20px;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
@media (max-width: 576px) {
    p {
        font-size: 16px;
    }
}

.line-break {
    height: 10px;
    display: block;
}
@media (max-width: 767px) {
    .line-break {
        height: 8px;
    }
}

blockquote {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    blockquote {
        gap: 30px;
    }
}
@media (max-width: 767px) {
    blockquote {
        gap: 20px;
    }
}
blockquote > svg {
    fill: var(--title-color);
    min-width: 28px;
    position: relative;
    z-index: 1;
}
blockquote .content {
    position: relative;
    z-index: 1;
}
blockquote .content .quote {
    position: absolute;
    top: 20px;
    left: -60px;
    z-index: -1;
}
@media (max-width: 991px) {
    blockquote .content .quote {
        top: 10px;
        left: -25px;
    }
}
@media (max-width: 767px) {
    blockquote .content .quote {
        top: 5px;
        left: -20px;
    }
}
blockquote .content p {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    blockquote .content p {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    blockquote .content p {
        font-size: 20px;
        line-height: 32px;
    }
}
blockquote .content .name-deg h5 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
}
blockquote .content .name-deg span {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

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;
}

.pb-130 {
    padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .pb-130 {
        padding-bottom: 90px;
    }
}

.pt-130 {
    padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .pt-130 {
        padding-top: 90px;
    }
}

.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;
    }
}
@media (max-width: 767px) {
    .pt-120 {
        padding-top: 70px;
    }
}

.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;
    }
}
@media (max-width: 767px) {
    .pb-120 {
        padding-bottom: 70px;
    }
}

.pt-100 {
    padding-top: 100px;
}
@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .pt-100 {
        padding-top: 70px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

.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-110 {
    margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mb-110 {
        margin-bottom: 90px;
    }
}
@media (max-width: 991px) {
    .mb-110 {
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .mb-110 {
        margin-bottom: 60px;
    }
}

.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;
    }
}
@media (max-width: 767px) {
    .mb-120 {
        margin-bottom: 70px;
    }
}

.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: 100px;
}
@media (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .mb-100 {
        margin-bottom: 70px;
    }
}

.mt-100 {
    margin-top: 100px;
}
@media (max-width: 991px) {
    .mt-100 {
        margin-top: 80px;
    }
}

.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: 1199px) {
    .mb-80 {
        margin-bottom: 70px;
    }
}
@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .mb-80 {
        margin-bottom: 50px;
    }
}

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

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

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

.pt-50 {
    padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pt-50 {
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .pt-50 {
        padding-top: 30px;
    }
}

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

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

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

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

.mb-65 {
    margin-bottom: 65px;
}
@media (max-width: 1199px) {
    .mb-65 {
        margin-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .mb-65 {
        margin-bottom: 45px;
    }
}

.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: 991px) {
    .mb-70 {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

.mb-45 {
    margin-bottom: 45px;
}
@media (max-width: 576px) {
    .mb-45 {
        margin-bottom: 35px;
    }
}

.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;
}
@media (max-width: 991px) {
    .mt-50 {
        margin-top: 40px;
    }
}

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

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

.mb-50 {
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}

.mt-60 {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-65 {
    margin-top: 65px;
}
@media (max-width: 1199px) {
    .mt-65 {
        margin-top: 55px;
    }
}
@media (max-width: 767px) {
    .mt-65 {
        margin-top: 45px;
    }
}

.mt-70 {
    margin-top: 70px;
}
@media (max-width: 991px) {
    .mt-70 {
        margin-top: 40px;
    }
}

/* Ball close
============== */
#ball.ball-close-enabled {
    opacity: 1 !important;
}

#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color1);
    line-height: 1;
    text-align: center;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}
.primary-btn1 {
    background-color: var(--primary-color1);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 15px;
    color: var(--white-color);
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 20px 24px;
    border-radius: 10px;
    position: relative;
    align-items: center;
    display: inline-flex;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
.primary-btn1 > span {
    transition:
        opacity 0.3s,
        transform 0.3s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.primary-btn1 > span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate(0, 100%);
    transition:
        opacity 0.3s,
        transform 0.3s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    white-space: nowrap;
}
.primary-btn1 > span svg {
    fill: var(--white-color);
    transition: 0.5s;
}
.primary-btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 102% 102%;
    border-radius: inherit;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    z-index: -1;
}
.primary-btn1::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(110%);
    background-color: var(--black-color);
    overflow: hidden;
    transition:
        opacity 0.5s,
        transform 0.5s;
    z-index: -1;
}
.primary-btn1:hover {
    color: var(--white-color);
}
.primary-btn1:hover .arrow {
    fill: rgba(255, 255, 255, 0.15);
}
.primary-btn1:hover > span {
    transform: translateY(-150%);
    opacity: 0;
}
.primary-btn1:hover > span:nth-child(2) {
    opacity: 1;
    transform: translate(0%, -50%);
}
.primary-btn1:hover::after {
    transform: translate(0);
    border-radius: 0;
}
.primary-btn1.white-bg {
    background-color: var(--white-color);
    color: var(--title-color);
}
.primary-btn1.white-bg::after {
    background-color: var(--primary-color1);
}
.primary-btn1.white-bg:hover {
    color: var(--white-color);
}
.primary-btn1.black-bg {
    background-color: var(--black-color);
    color: var(--white-color);
}
.primary-btn1.black-bg::after {
    background-color: var(--primary-color1);
}
.primary-btn1.black-bg:hover {
    color: var(--white-color);
}
.primary-btn1.transparent {
    background-color: transparent;
    border: 1px solid var(--borders-color);
    color: var(--title-color);
    padding: 16px 17px;
}
.primary-btn1.transparent::after {
    background-color: var(--primary-color1);
}
.primary-btn1.transparent span svg {
    fill: var(--title-color);
}
.primary-btn1.transparent:hover {
    color: var(--white-color);
    border-color: var(--primary-color1);
}
.primary-btn1.transparent:hover span svg {
    fill: var(--white-color);
}
.primary-btn1.two {
    border-radius: 100px;
}
.primary-btn1.three {
    background-color: var(--primary-color2);
}
.primary-btn1.three.white-bg {
    background-color: var(--white-color);
    color: var(--title-color);
}
.primary-btn1.three.white-bg::after {
    background-color: var(--primary-color2);
}
.primary-btn1.three.white-bg:hover {
    color: var(--white-color);
}
.primary-btn1.three.black-bg {
    background-color: var(--black-color);
    color: var(--white-color);
}
.primary-btn1.three.black-bg::after {
    background-color: var(--primary-color2);
}
.primary-btn1.three.black-bg:hover {
    color: var(--white-color);
}
.primary-btn1.three.transparent {
    background-color: transparent;
    border: 1px solid var(--borders-color);
    color: var(--title-color);
    padding: 16px 17px;
}
.primary-btn1.three.transparent::after {
    background-color: var(--primary-color2);
}
.primary-btn1.three.transparent span svg {
    fill: var(--title-color);
}
.primary-btn1.three.transparent:hover {
    color: var(--white-color);
    border-color: var(--primary-color2);
}
.primary-btn1.three.transparent:hover span svg {
    fill: var(--white-color);
}
.primary-btn1.four {
    background-color: var(--primary-color3);
    color: var(--title-color2);
}
.primary-btn1.four svg {
    fill: var(--title-color2);
}
.primary-btn1.four:hover {
    color: var(--white-color);
}
.primary-btn1.four:hover svg {
    fill: var(--white-color);
}
.primary-btn1.four.transparent {
    background-color: transparent;
    border: 1px solid var(--black-color);
    color: var(--title-color);
    padding: 16px 17px;
}
.primary-btn1.four.transparent::after {
    background-color: var(--primary-color3);
}
.primary-btn1.four.transparent span svg {
    fill: var(--title-color);
}
.primary-btn1.four.transparent:hover {
    color: var(--title-color2);
    border-color: var(--primary-color3);
}
.primary-btn1.four.transparent:hover span svg {
    fill: var(--title-color2);
}
.primary-btn1.four.white-bg {
    background-color: var(--white-color);
    color: var(--primary-color3);
}
.primary-btn1.four.white-bg svg {
    fill: var(--primary-color3);
}
.primary-btn1.four.white-bg::after {
    background-color: var(--primary-color3);
}
.primary-btn1.four.white-bg:hover {
    color: var(--title-color2);
}
.primary-btn1.four.white-bg:hover svg {
    fill: var(--title-color2);
}
.primary-btn1.four.black-bg {
    background-color: var(--black-color);
    color: var(--white-color);
}
.primary-btn1.four.black-bg svg {
    fill: var(--white-color);
}
.primary-btn1.four.black-bg::after {
    background-color: var(--primary-color3);
}
.primary-btn1.four.black-bg:hover {
    color: var(--title-color2);
}
.primary-btn1.four.black-bg:hover svg {
    fill: var(--title-color2);
}
.primary-btn1.five {
    background-color: var(--primary-color4);
}
.primary-btn1.five.transparent {
    background-color: transparent;
    border: 1px solid var(--borders-color);
    color: var(--title-color);
    padding: 16px 17px;
}
.primary-btn1.five.transparent::after {
    background-color: var(--primary-color4);
}
.primary-btn1.five.transparent span svg {
    fill: var(--title-color);
}
.primary-btn1.five.transparent:hover {
    color: var(--white-color);
    border-color: var(--primary-color4);
}
.primary-btn1.five.transparent:hover span svg {
    fill: var(--white-color);
}

.section-title h2 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .section-title h2 {
        font-size: 37px;
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .section-title h2 {
        font-size: 36px;
    }
}
@media (max-width: 576px) {
    .section-title h2 {
        font-size: 28px;
        line-height: 1.3;
    }
}
.section-title p {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 20px;
    max-width: 545px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .section-title p {
        padding-top: 15px;
    }
}
@media (max-width: 576px) {
    .section-title p {
        padding-top: 10px;
        font-size: 16px;
    }
}
.section-title.white h2 {
    color: var(--white-color);
}
.section-title.white p {
    color: #aaaaaa;
}
.section-title.two p {
    margin-left: 0;
}

.slider-btn-grp {
    display: flex;
    align-items: center;
    gap: 50px;
}
@media (max-width: 767px) {
    .slider-btn-grp {
        gap: 40px;
    }
}
@media (max-width: 576px) {
    .slider-btn-grp {
        gap: 30px;
    }
}
.slider-btn-grp .slider-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--black-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s;
}
@media (max-width: 767px) {
    .slider-btn-grp .slider-btn {
        min-width: 35px;
        max-width: 35px;
        height: 35px;
    }
    .slider-btn-grp .slider-btn svg {
        width: 12px;
    }
}
.slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}
.slider-btn-grp .slider-btn:hover svg {
    stroke: var(--white-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
    opacity: 0.5;
}
.slider-btn-grp.white .slider-btn {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider-btn-grp.white .slider-btn i {
    color: rgba(255, 255, 255, 0.4);
}
.slider-btn-grp.white .slider-btn:hover {
    border-color: var(--white-color);
    background-color: var(--white-color);
}
.slider-btn-grp.white .slider-btn:hover i {
    color: var(--title-color);
}
.slider-btn-grp.two .slider-btn {
    background-color: var(--white-color);
    border-color: var(--borders-color);
}
.slider-btn-grp.two .slider-btn svg {
    stroke: none;
    fill: var(--title-color);
}
.slider-btn-grp.two .slider-btn:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}
.slider-btn-grp.two .slider-btn:hover svg {
    fill: var(--white-color);
}
.slider-btn-grp.three .slider-btn {
    background-color: var(--white-color);
    border-color: var(--borders-color);
}
.slider-btn-grp.three .slider-btn svg {
    stroke: none;
    fill: var(--title-color);
}
.slider-btn-grp.three .slider-btn:hover {
    background-color: var(--primary-color3);
    border-color: var(--primary-color3);
}
.slider-btn-grp.three .slider-btn:hover svg {
    fill: var(--title-color2);
}

.paginations {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: unset;
    z-index: 9;
    gap: 8px;
}
@media (max-width: 576px) {
    .paginations {
        justify-content: center;
    }
}
.paginations .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: rgba(170, 170, 170, 0.5);
    opacity: 1;
    position: relative;
    border-radius: 50%;
}
.paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 50px;
    background-color: var(--primary-color1);
}
.paginations.two .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--black-color);
}
.paginations.three .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color3);
}

/*=====================================
	03. Header CSS
========================================*/
@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}
@keyframes zoom-In-effect {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
.header-topbar-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-topbar-wrap.sticky .topbar-area {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: unset;
}

header.style-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.8s ease-out 0s;
    background-color: transparent;
    padding: 0 70px;
    border-bottom: 1px solid rgba(var(--white-color-opc), 0.1);
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-3 {
        padding: 0 30px;
    }
}
@media (max-width: 1399px) {
    header.style-3 {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    header.style-3 {
        padding: 0;
    }
}
@media (max-width: 1199px) {
    header.style-3 {
        padding: 18px 0;
    }
}
header.style-3.sticky {
    box-sizing: border-box;
    background-color: var(--blue-main-color);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
    z-index: 999;
}
@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
header.style-3 .header-logo {
    width: 150px;
}
@media (max-width: 1399px) {
    header.style-3 .header-logo {
        width: 175px;
    }
}
header.style-3 .logo-and-menu-area {
    display: flex;
    align-items: center;
    gap: 5rem;
}
@media (max-width: 1799px) {
    header.style-3 .logo-and-menu-area {
        gap: 80px;
    }
}
@media (max-width: 1699px) {
    header.style-3 .logo-and-menu-area {
        gap: 60px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-3 .logo-and-menu-area {
        gap: 40px;
    }
}
@media (max-width: 1399px) {
    header.style-3 .logo-and-menu-area {
        gap: 20px;
    }
}
header.style-3 .contact-area {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 1199px) {
    header.style-3 .contact-area {
        margin-bottom: 15px;
    }
}
header.style-3 .contact-area .icon {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
header.style-3 .contact-area .icon svg {
    fill: var(--white-color);
}
header.style-3 .contact-area .content span {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 3px;
    display: block;
}
header.style-3 .contact-area .content a {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: 0.5s;
}
@media (max-width: 1399px) {
    header.style-3 .contact-area .content a {
        font-size: 17px;
    }
}
header.style-3 .contact-area .content a:hover {
    color: var(--primary-color1);
}
header.style-3 .search-bar {
    position: relative;
}
@media (max-width: 576px) {
    header.style-3 .search-bar {
        position: inherit;
    }
}
header.style-3 .search-bar .search-btn {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}
header.style-3 .search-bar .search-btn svg {
    fill: var(--white-color);
    transition: 0.5s;
}
header.style-3 .search-bar .search-btn:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}
header.style-3 .search-bar .search-btn:hover svg {
    fill: var(--white-color);
}
header.style-3 .search-bar .search-input {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 9999;
    width: 600px;
    background-color: var(--white-color);
    padding: 50px 30px 30px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}
@media (max-width: 767px) {
    header.style-3 .search-bar .search-input {
        width: 450px;
        right: -40px;
        padding: 45px 20px 20px;
    }
}
@media (max-width: 576px) {
    header.style-3 .search-bar .search-input {
        width: 90%;
        left: 15px;
        right: unset;
        top: 70px;
    }
}
header.style-3 .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up2 0.5s linear;
}
@keyframes fade-up2 {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}
header.style-3 .search-bar .search-input .search-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1;
}
header.style-3 .search-bar .search-input .search-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--black-color);
    transition: all 0.3s ease-out;
}
header.style-3 .search-bar .search-input .search-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--black-color);
    transition: all 0.3s ease-out;
}
header.style-3 .search-bar .search-input .search-close:hover::after {
    transform: rotate(0);
}
header.style-3 .search-bar .search-input .search-close:hover::before {
    transform: rotate(0);
}
header.style-3 .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #616161;
}
header.style-3 .search-bar .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header.style-3 .search-bar .search-input .search-group .form-inner2 input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-montserrat);
    line-height: 1;
    color: var(--title-color);
}
header.style-3
    .search-bar
    .search-input
    .search-group
    .form-inner2
    input::-moz-placeholder {
    color: #aaaaaa;
    font-weight: 400;
}
header.style-3
    .search-bar
    .search-input
    .search-group
    .form-inner2
    input::placeholder {
    color: #aaaaaa;
    font-weight: 400;
}
header.style-3 .search-bar .search-input .search-group .form-inner2 button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
}
header.style-3 .search-bar .search-input .search-group .form-inner2 button i {
    font-size: 16px;
    color: var(--title-color);
}
header.style-3 .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}
header.style-3 .search-bar .search-input .quick-search ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header.style-3 .search-bar .search-input .quick-search ul li {
    padding-right: 5px;
    line-height: 1.5;
}
header.style-3 .search-bar .search-input .quick-search ul li:first-child {
    font-family: var(--font-montserrat);
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--title-color);
    white-space: nowrap;
}
header.style-3 .search-bar .search-input .quick-search ul li a {
    color: rgba(0, 0, 0, 0.7);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.5s;
}
header.style-3 .search-bar .search-input .quick-search ul li a:hover {
    color: var(--primary-color1);
}
header.style-3 .nav-right {
    display: flex;
    align-items: center;
    gap: 45px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-3 .nav-right {
        gap: 35px;
    }
}
@media (max-width: 1399px) {
    header.style-3 .nav-right {
        gap: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-3 .nav-right {
        gap: 15px;
    }
}
@media (max-width: 576px) {
    header.style-3 .nav-right {
        gap: 15px;
    }
}
header.style-3 .nav-right .contact-and-wishlist-area {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-3 .nav-right .contact-and-wishlist-area {
        gap: 25px;
    }
}
@media (max-width: 1399px) {
    header.style-3 .nav-right .contact-and-wishlist-area {
        gap: 15px;
    }
}
header.style-3 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}
@media (max-width: 1199px) {
    header.style-3 .nav-right .mobile-menu-btn {
        display: flex;
        align-items: center;
        visibility: visible;
        justify-content: center;
        position: relative;
        min-width: 48px;
        max-width: 48px;
        height: 48px;
        border-radius: 10px;
        border: 1px solid var(--borders-color);
    }
    header.style-3 .nav-right .mobile-menu-btn svg {
        fill: var(--white-color);
    }
    header.style-3 .nav-right .mobile-menu-btn:hover svg {
        animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
    }
}
@media (max-width: 576px) {
    header.style-3 .nav-right .mobile-menu-btn {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
    header.style-3 .nav-right .mobile-menu-btn svg {
        width: 18px;
    }
}
@keyframes qode-draw {
    0%,
    100% {
        clip-path: inset(-2px -2px);
    }
    42% {
        clip-path: inset(-2px -2px -2px 100%);
    }
    43% {
        clip-path: inset(-2px 100% -3px -2px);
    }
}
header.style-3 .primary-btn1 {
    padding: 16px 28px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-3 .primary-btn1 {
        padding: 16px 24px;
    }
}
@media (min-width: 1200px) {
    header.style-3 .primary-btn1::after {
        background-color: var(--white-color);
    }
    header.style-3 .primary-btn1:hover {
        color: var(--title-color);
    }
    header.style-3 .primary-btn1:hover svg {
        fill: var(--title-color);
    }
}
header.style-3 .main-menu {
    display: inline-block;
}
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: 28px 0;
}
@media (max-width: 1399px) {
    header.style-3 .main-menu > ul > li {
        padding: 28px 2px;
    }
}
header.style-3 .main-menu > ul > li.position-inherit {
    position: inherit;
}
@media (max-width: 1199px) {
    header.style-3 .main-menu > ul > li.position-inherit {
        position: relative;
    }
}
@media (min-width: 1200px) {
    header.style-3 .main-menu > ul > li:first-child {
        padding-left: 0;
    }
    header.style-3 .main-menu > ul > li:last-child {
        padding-right: 0;
    }
}
header.style-3 .main-menu > ul > li > a {
    color: var(--primary-color1);
    display: block;
    letter-spacing: 0.4px;
    padding: 5px 12px;
    line-height: 1;
    position: relative;
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    border: 1px dashed transparent;
    border-radius: 100px;
    text-transform: uppercase;
}
@media (max-width: 1399px) {
    header.style-3 .main-menu > ul > li > a {
        font-size: 14px;
        padding: 4px 9px;
    }
}
header.style-3 .main-menu > ul > li > a i {
    font-size: 11px;
    color: var(--white-color);
    transition: all 0.55s ease-in-out;
}
header.style-3 .main-menu > ul > li .dropdown-icon {
    font-size: 20px;
    text-align: center;
    color: rgba(82, 82, 82, 0.6);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}
@media (max-width: 1199px) {
    header.style-3 .main-menu > ul > li .dropdown-icon {
        opacity: 1;
        display: block;
    }
}
header.style-3 .main-menu > ul > li .dropdown-icon.active::before {
    content: "\f2ea";
}
header.style-3 .main-menu > ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--white-color);
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    padding: 15px 0;
    text-align: left;
    transform-origin: top;
}
@media (max-width: 1399px) {
    header.style-3 .main-menu > ul > li ul.sub-menu {
        top: 74px;
    }
}
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: 14px;
    right: 20px;
    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: 10px;
}
@media (max-width: 1199px) {
    header.style-3 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
        right: 0;
        top: 11px;
        font-size: 20px;
    }
}
header.style-3 .main-menu > ul > li ul.sub-menu > li > a {
    display: block;
    padding: 12px 20px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--font-montserrat);
    font-size: 14px;
    line-height: 1.2;
    transition: all 0.4s ease-out 0s;
    position: relative;
}
@media (max-width: 1399px) {
    header.style-3 .main-menu > ul > li ul.sub-menu > li > a {
        padding: 10px 20px;
        font-size: 13px;
    }
}
@media (max-width: 1199px) {
    header.style-3 .main-menu > ul > li ul.sub-menu > li > a {
        border-color: rgba(233, 228, 228, 0.5);
    }
}
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: 219px;
    position: absolute;
    max-width: 230px;
    min-width: 230px;
    background: var(--white-color);
    top: 3px;
    padding: 10px 0;
    border-left: unset;
}
header.style-3 .main-menu > ul > li ul.sub-menu > li .sub-menu > li > a {
    padding: 10px 20px;
}
header.style-3 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}
@media (max-width: 1199px) {
    header.style-3 .main-menu > ul > li ul.sub-menu > li .sub-menu {
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: transparent;
        top: 0;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    header.style-3 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
        display: block;
        animation: fade-down 0.45s linear;
    }
}
header.style-3 .main-menu > ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}
header.style-3 .main-menu > ul > li .mega-menu {
    position: absolute;
    left: 0;
    top: 83px;
    margin: 0;
    display: none;
    background: var(--white-color);
    border: 1px solid var(--borders-color);
    padding: 50px 0px;
    width: 100%;
    transform-origin: top;
    z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    header.style-3 .main-menu > ul > li .mega-menu {
        padding: 50px 0;
    }
}
@media (max-width: 1399px) {
    header.style-3 .main-menu > ul > li .mega-menu {
        padding: 50px 0;
        top: 74px;
    }
}
header.style-3 .main-menu > ul > li .mega-menu .menu-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 48px;
}
@media (max-width: 1399px) {
    header.style-3 .main-menu > ul > li .mega-menu .menu-row {
        gap: 35px;
    }
}
@media (max-width: 1199px) {
    header.style-3 .main-menu > ul > li .mega-menu .menu-row {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        row-gap: 30px;
    }
}
header.style-3 .main-menu > ul > li .mega-menu .menu-row .menu-single-item {
    padding: 0;
    position: relative;
}
header.style-3
    .main-menu
    > ul
    > li
    .mega-menu
    .menu-row
    .menu-single-item:last-child {
    padding-right: 0;
}
header.style-3
    .main-menu
    > ul
    > li
    .mega-menu
    .menu-row
    .menu-single-item
    .menu-title {
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 25px;
    }
}
@media (max-width: 1199px) {
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        .menu-title {
        margin-bottom: 15px;
    }
}
header.style-3
    .main-menu
    > ul
    > li
    .mega-menu
    .menu-row
    .menu-single-item
    .menu-title
    h5 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
@media (max-width: 1399px) {
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        .menu-title
        h5 {
        font-size: 18px;
    }
}
header.style-3 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header.style-3
    .main-menu
    > ul
    > li
    .mega-menu
    .menu-row
    .menu-single-item
    ul
    li {
    margin-bottom: 25px;
    line-height: 1;
    padding: 0;
    display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 23px;
    }
}
header.style-3
    .main-menu
    > ul
    > li
    .mega-menu
    .menu-row
    .menu-single-item
    ul
    li:last-child {
    margin-bottom: 0;
}
header.style-3
    .main-menu
    > ul
    > li
    .mega-menu
    .menu-row
    .menu-single-item
    ul
    li
    > a {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 14px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        ul
        li
        > a {
        font-size: 15px;
    }
}
header.style-3
    .main-menu
    > ul
    > li
    .mega-menu
    .menu-row
    .menu-single-item
    ul
    li
    > a
    img {
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    border-radius: 50%;
}
header.style-3
    .main-menu
    > ul
    > li
    .mega-menu
    .menu-row
    .menu-single-item
    ul
    li
    > a:hover {
    color: var(--primary-color1);
}
header.style-3
    .main-menu
    > ul
    > li
    .mega-menu
    .menu-row
    .menu-single-item
    ul
    li.active
    a {
    color: var(--primary-color1);
    display: inline-block;
}
header.style-3 .main-menu > ul > li .mega-menu .vector1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media (max-width: 1199px) {
    header.style-3 .main-menu > ul > li .mega-menu .vector1 {
        display: none;
    }
}
header.style-3 .main-menu > ul > li .mega-menu .vector2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 1199px) {
    header.style-3 .main-menu > ul > li .mega-menu .vector2 {
        display: none;
    }
}
header.style-3 .main-menu > ul > li.menu-item-has-children {
    transition: all 0.55s ease-in-out;
}
@media (min-width: 1200px) {
    header.style-3 .main-menu > ul > li:hover > ul.sub-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
@media (min-width: 1200px) {
    header.style-3 .main-menu > ul > li:hover .mega-menu {
        display: block;
        animation: fade-down 0.3s linear;
    }
}
header.style-3 .main-menu > ul > li:hover > a {
    border-color: rgba(var(--white-color-opc), 0.3);
    background-color: rgba(var(--white-color-opc), 0.2);
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
}
header.style-3 .main-menu > ul > li:hover > a i {
    color: var(--white-color);
}
header.style-3 .main-menu > ul > li:hover .dropdown-icon2 {
    color: var(--primary-color1);
}
header.style-3 .main-menu > ul > li.active > a {
    color: var(--white-color);
    border-color: rgba(var(--white-color-opc), 0.3);
    background-color: rgba(var(--white-color-opc), 0.2);
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
}
header.style-3 .main-menu > ul > li.active > a i {
    color: var(--white-color);
}
header.style-3 .main-menu > ul > li.active > i {
    color: var(--primary-color1);
}
header.style-3 .main-menu > ul > li.active .dropdown-icon2 {
    color: var(--primary-color1);
}
header.style-3 .main-menu > ul li.menu-item-has-children > i {
    display: none;
}
header.style-3 .mobile-logo-area .mobile-logo-wrap img {
    width: 110px;
}
header.style-3 .mobile-logo-area .menu-close-btn {
    height: 38px;
    width: 38px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
}
header.style-3 .mobile-logo-area .menu-close-btn i {
    font-size: 26px;
    line-height: 1;
    color: var(--title-color);
    transition: 0.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);
}
@media only screen and (max-width: 1199px) {
    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: var(--white-color);
        border-right: 1px solid var(--borders-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0px 2px 20px rgba(0, 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: 30px;
        border: unset;
    }
    header.style-3 .main-menu > ul {
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.style-3 .main-menu > ul > li {
        display: block;
        position: relative;
        padding: 0;
    }
    header.style-3 .main-menu > ul > li i {
        display: block;
    }
    header.style-3 .main-menu > ul > li > a {
        padding: 15px 0;
        display: block;
        border: unset;
        background-color: transparent;
        color: var(--title-color);
    }
    header.style-3 .main-menu > ul > li > a i {
        display: none;
    }
    header.style-3 .main-menu > ul > li ul.sub-menu {
        position: static;
        min-width: 200px;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 0;
        padding-left: 10px;
        background-color: unset;
    }
    header.style-3 .main-menu > ul > li ul.sub-menu > li {
        border-bottom: 1px solid #eee;
    }
    header.style-3 .main-menu > ul > li ul.sub-menu > li a {
        color: var(--title-color);
        padding: 12px 0px;
    }
    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 ul.sub-menu > li .sub-menu {
        padding-left: 10px;
    }
    header.style-3 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
        padding: 12px 0;
    }
    header.style-3 .main-menu > ul > li .mega-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        padding: 0;
    }
    header.style-3 .main-menu > ul > li .mega-menu .container {
        padding: 0;
    }
    header.style-3 .main-menu > ul > li .mega-menu .menu-row {
        display: block;
        padding-left: 10px;
    }
    header.style-3 .main-menu > ul > li .mega-menu .menu-row .menu-single-item {
        padding: 0;
        display: block;
        border-bottom: 1px solid rgba(233, 228, 228, 0.5);
    }
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item:last-child {
        margin-bottom: 0;
        border-bottom: unset;
    }
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item::after {
        display: none;
    }
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        .menu-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
        padding: 12px 0px;
    }
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        .menu-title
        h5 {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 3px;
        line-height: 1;
    }
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        i {
        display: block;
        top: 10px;
        right: 0;
        color: var(--title-color);
    }
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        ul {
        padding-left: 10px;
        display: none;
    }
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        ul
        li {
        margin-bottom: 0;
        line-height: 1;
    }
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        ul
        li:last-child
        a {
        border-bottom: unset;
    }
    header.style-3
        .main-menu
        > ul
        > li
        .mega-menu
        .menu-row
        .menu-single-item
        ul
        li
        a {
        font-size: 14px;
        padding: 12px 0px;
        border-bottom: 1px solid rgba(233, 228, 228, 0.5);
        display: flex;
    }
    header.style-3 .main-menu > ul > li:hover > a {
        color: var(--primary-color1);
    }
    header.style-3 .main-menu > ul > li:hover i {
        color: var(--primary-color1);
    }
    header.style-3 .main-menu > ul > li.active > a {
        color: var(--primary-color1);
        background-color: unset;
    }
    header.style-3 .main-menu > ul > li .bi {
        top: 13px;
        font-size: 20px;
        color: var(--title-color);
        line-height: 1;
    }
    header.style-3 .main-menu > ul li.menu-item-has-children > i {
        display: block;
    }
    header.style-3 .main-menu .btn-and-contact-area {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    header.style-3 .primary-btn3 {
        width: 100%;
        justify-content: center;
    }
    header.style-3 .contact-area .icon {
        border-color: var(--black-color);
    }
    header.style-3 .contact-area .icon svg {
        fill: var(--black-color);
    }
    header.style-3 .contact-area .content span {
        color: var(--black-color);
    }
    header.style-3 .contact-area .content a {
        color: var(--black-color);
    }
    header.style-3 .contact-area .content a:hover {
        color: var(--primary-color1);
    }
}
header.style-3.two {
    border: unset;
}
header.style-3.two .nav-right {
    gap: 30px;
}
header.style-3.two .contact-area .icon {
    border: 1px solid rgba(238, 238, 238, 0.1);
    background-color: rgba(var(--white-color-opc), 0.2);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
@media (max-width: 1199px) {
    header.style-3.two .contact-area .icon {
        border-color: var(--black-color);
        background-color: unset;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
    }
}
header.style-3.two .search-and-login {
    display: flex;
    align-items: center;
    gap: 25px;
}
header.style-3.two .search-and-login .search-bar {
    position: relative;
}
@media (max-width: 576px) {
    header.style-3.two .search-and-login .search-bar {
        position: inherit;
    }
}
header.style-3.two .search-and-login .search-bar .search-btn {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(var(--white-color-opc), 0.2);
    border: 1px solid rgba(var(--white-color-opc), 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}
header.style-3.two .search-and-login .search-bar .search-btn svg {
    fill: var(--white-color);
    transition: 0.5s;
}
header.style-3.two .search-and-login .search-bar .search-btn:hover {
    background-color: var(--primary-color1);
}
header.style-3.two .search-and-login .search-bar .search-input {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 99;
    width: 600px;
    background-color: var(--title-color);
    padding: 50px 30px 30px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}
@media (max-width: 767px) {
    header.style-3.two .search-and-login .search-bar .search-input {
        width: 450px;
        right: -40px;
        padding: 45px 20px 20px;
    }
}
@media (max-width: 576px) {
    header.style-3.two .search-and-login .search-bar .search-input {
        width: 90%;
        left: 15px;
        right: unset;
        top: 70px;
    }
}
header.style-3.two .search-and-login .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up2 0.5s linear;
}
@keyframes fade-up2 {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}
header.style-3.two .search-and-login .search-bar .search-input .search-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 1px 12px 2px rgba(255, 255, 255, 0.1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-close:hover::after {
    transform: rotate(0);
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-close:hover::before {
    transform: rotate(0);
}
header.style-3.two .search-and-login .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #616161;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-group
    .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-group
    .form-inner2
    input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-montserrat);
    line-height: 1;
    color: var(--white-color);
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-group
    .form-inner2
    input::-moz-placeholder {
    color: #cacaca;
    font-weight: 400;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-group
    .form-inner2
    input::placeholder {
    color: #cacaca;
    font-weight: 400;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-group
    .form-inner2
    button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .search-group
    .form-inner2
    button
    i {
    font-size: 16px;
    color: #fff;
}
header.style-3.two .search-and-login .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .quick-search
    ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .quick-search
    ul
    li {
    padding-right: 5px;
    line-height: 1.5;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .quick-search
    ul
    li:first-child {
    font-family: var(--font-montserrat);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--white-color);
    white-space: nowrap;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .quick-search
    ul
    li
    a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.5s;
}
header.style-3.two
    .search-and-login
    .search-bar
    .search-input
    .quick-search
    ul
    li
    a:hover {
    color: var(--primary-color1);
}
header.style-3.two .search-and-login .login-btn {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(var(--white-color-opc), 0.2);
    border: 1px solid rgba(var(--white-color-opc), 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
header.style-3.two .search-and-login .login-btn svg {
    fill: var(--white-color);
    transition: 0.5s;
}
header.style-3.two .search-and-login .login-btn:hover {
    background-color: var(--primary-color1);
}
header.style-3.two .main-menu > ul > li > a {
    border: 1px solid transparent;
}
@media (max-width: 1199px) {
    header.style-3.two .main-menu > ul > li > a {
        border: unset;
    }
}
header.style-3.two .main-menu > ul > li:hover > a {
    border-color: rgba(var(--white-color-opc), 0.5);
    background-color: transparent;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
}
header.style-3.two .main-menu > ul > li:hover > a i {
    color: var(--white-color);
}
header.style-3.two .main-menu > ul > li.active > a {
    border-color: rgba(var(--white-color-opc), 0.5);
    background-color: transparent;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
}
header.style-3.two .main-menu > ul > li.active > a i {
    color: var(--white-color);
}

/*=====================================
	04. Home1 Banner Section CSS
========================================*/
.home1-banner-section {
    position: relative;
}
.home1-banner-section .banner-video-area {
    min-height: 470px;
    height: 470px;
    position: relative;
}
.home1-banner-section .banner-video-area video {
    width: 100%;
    min-height: 470px;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover;
}
.home1-banner-section .banner-video-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.home1-banner-section .banner-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 130px 0;
}
@media (max-width: 991px) {
    .home1-banner-section .banner-content-wrap {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .home1-banner-section .banner-content-wrap {
        padding: 80px 0;
    }
}
.home1-banner-section .banner-content-wrap .banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .home1-banner-section .banner-content-wrap .banner-content h1 {
        font-size: 42px;
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .home1-banner-section .banner-content-wrap .banner-content h1 {
        font-size: 38px;
    }
}
.home1-banner-section .banner-content-wrap .banner-content p {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .home1-banner-section .banner-content-wrap .banner-content p {
        font-size: 17px;
        line-height: 26px;
    }
}

.filter-wrapper {
    position: relative;
    margin-top: 20px;
    z-index: 9;
}
@media (max-width: 991px) {
    .filter-wrapper {
        margin-top: 15px;
    }
}
.filter-wrapper .filter-item-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 40px;
    margin-bottom: -24px;
}
@media (max-width: 1399px) {
    .filter-wrapper .filter-item-list {
        margin-left: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper .filter-item-list {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .filter-wrapper .filter-item-list {
        margin-left: 20px;
        gap: 10px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper .filter-item-list {
        flex-wrap: wrap;
        margin-right: 20px;
        margin-bottom: -27px;
    }
}
.filter-wrapper .filter-item-list .single-item {
    padding: 11px 18px;
    background-color: var(--white-color);
    border: 1px solid var(--borders-color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    transition: 0.5s;
    cursor: pointer;
}
@media (max-width: 767px) {
    .filter-wrapper .filter-item-list .single-item {
        padding: 8px 14px;
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper .filter-item-list .single-item {
        font-size: 12px;
        padding: 8px 10px;
        flex-direction: column;
        border-radius: 10px;
    }
}
.filter-wrapper .filter-item-list .single-item svg {
    fill: #ccb400;
    transition: 0.5s;
}
@media (max-width: 576px) {
    .filter-wrapper .filter-item-list .single-item svg {
        width: 20px;
    }
}
.filter-wrapper .filter-item-list .single-item:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
    color: var(--white-color);
}
.filter-wrapper .filter-item-list .single-item:hover svg {
    fill: var(--white-color);
}
.filter-wrapper .filter-item-list .single-item.active {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
    color: var(--white-color);
}
.filter-wrapper .filter-item-list .single-item.active svg {
    fill: var(--white-color);
}
.filter-wrapper .filter-item-list .single-item.hotel svg {
    fill: #ad932c;
}
.filter-wrapper .filter-item-list .single-item.hotel:hover svg {
    fill: var(--white-color);
}
.filter-wrapper .filter-item-list .single-item.hotel.active svg {
    fill: var(--white-color);
}
.filter-wrapper .filter-item-list .single-item.visa svg {
    fill: #1768e2;
}
.filter-wrapper .filter-item-list .single-item.visa:hover svg {
    fill: var(--white-color);
}
.filter-wrapper .filter-item-list .single-item.visa.active svg {
    fill: var(--white-color);
}
.filter-wrapper .filter-input-wrap {
    padding: 60px 40px 30px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
@media (max-width: 1399px) {
    .filter-wrapper .filter-input-wrap {
        padding: 60px 30px 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper .filter-input-wrap {
        padding: 60px 20px 30px;
    }
}
@media (max-width: 767px) {
    .filter-wrapper .filter-input-wrap {
        padding: 50px 20px 30px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper .filter-input-wrap {
        border-radius: 15px;
    }
}
.filter-wrapper .filter-input-wrap .filter-input {
    display: grid;
    grid-template-columns: 31% 24.5% 24.5% 14%;
    gap: 24px;
    display: none;
}
@media (max-width: 1399px) {
    .filter-wrapper .filter-input-wrap .filter-input {
        grid-template-columns: 29% 24% 24% 16%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper .filter-input-wrap .filter-input {
        gap: 16px;
        grid-template-columns: 28% 24% 24% 18%;
    }
}
@media (max-width: 991px) {
    .filter-wrapper .filter-input-wrap .filter-input {
        grid-template-columns: repeat(2, 1fr);
        /* 3 items in first row */
        grid-auto-rows: auto;
    }
}
@media (max-width: 767px) {
    .filter-wrapper .filter-input-wrap .filter-input {
        grid-template-columns: repeat(1, 1fr);
        /* 3 items in first row */
        grid-auto-rows: auto;
    }
}
.filter-wrapper .filter-input-wrap .filter-input.show {
    display: grid;
}
.filter-wrapper .filter-input-wrap .filter-input .single-search-box {
    padding: 8px 20px;
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    min-height: 62px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .filter-wrapper .filter-input-wrap .filter-input .single-search-box {
        padding: 8px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper .filter-input-wrap .filter-input .single-search-box {
        padding: 8px 12px;
        gap: 6px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper .filter-input-wrap .filter-input .single-search-box {
        min-height: 52px;
        padding: 8px 18px;
    }
}
.filter-wrapper .filter-input-wrap .filter-input .single-search-box > svg {
    fill: var(--text-color);
    min-width: 18px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown {
    line-height: 1;
    width: 100%;
    cursor: pointer;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    input {
    background-color: transparent;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    width: 100%;
    cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        input {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        input {
        font-size: 15px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    h6 {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    width: 100%;
    margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        h6 {
        min-width: 150px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        h6 {
        min-width: unset;
        font-size: 14px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    > span {
    font-size: 14px;
    font-family: var(--font-montserrat);
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
    display: block;
}
@media (max-width: 576px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        > span {
        font-size: 11px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .input-field-value {
    cursor: pointer;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .input-field-value
    .destination
    h6 {
    font-size: 16px;
    font-family: var(--font-montserrat);
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        .input-field-value
        .destination
        h6 {
        font-size: 15px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .input-field-value
    .destination
    span {
    font-size: 14px;
    font-family: var(--font-montserrat);
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
    display: block;
}
@media (max-width: 576px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        .input-field-value
        .destination
        span {
        font-size: 11px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .selected-date
    h6,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .hotel-selected-date-checkin
    h6,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .hotel-selected-date-checkout
    h6 {
    font-size: 16px;
    font-family: var(--font-montserrat);
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        .selected-date
        h6,
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        .hotel-selected-date-checkin
        h6,
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        .hotel-selected-date-checkout
        h6 {
        font-size: 15px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .selected-date
    span,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .hotel-selected-date-checkin
    span,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .hotel-selected-date-checkout
    span {
    font-size: 14px;
    font-family: var(--font-montserrat);
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
    display: block;
}
@media (max-width: 576px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        .selected-date
        span,
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        .hotel-selected-date-checkin
        span,
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-dropdown
        .hotel-selected-date-checkout
        span {
        font-size: 11px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .hotel-selected-date-checkin
    .daterangepicker {
    left: 0;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown
    .hotel-selected-date-checkout
    .daterangepicker {
    right: 0 !important;
    left: unset;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-dropdown.destination-dropdown
    input {
    display: none;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap {
    padding: 10px 0;
    background-color: var(--white-color);
    border-radius: 10px;
    width: 100%;
    max-height: 285px;
    overflow-y: scroll;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 9;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1019607843);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
    min-width: 320px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap::-webkit-scrollbar {
    width: 5px;
    /* width of the entire scrollbar */
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap::-webkit-scrollbar-track {
    background: #f5f4f4;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap::-webkit-scrollbar-thumb {
    background-color: #ddd;
    /* color of the scroll thumb */
    border-radius: 100px;
    /* creates padding around scroll thumb */
}
@media (max-width: 1199px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap {
        min-width: 280px;
        top: 56px;
    }
}
@media (max-width: 991px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap {
        top: 60px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap {
        left: 50%;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .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 10px 10px;
    padding-bottom: 5px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .custom-select-search-area
    i {
    color: var(--primary-color1);
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .custom-select-search-area
    input {
    background-color: transparent;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination {
    padding: 0;
    margin: 0;
    list-style: none;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
    margin-bottom: 12px;
    position: relative;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li:last-child,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li:last-child {
    margin-bottom: 0;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li
    .destination
    h6,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li
    .destination
    h6 {
    font-size: 14px;
    font-family: var(--font-montserrat);
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap
        .option-list
        li
        .destination
        h6,
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap
        .option-list-destination
        li
        .destination
        h6 {
        font-size: 13px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li
    .destination
    span,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li
    .destination
    span {
    font-size: 12px;
    font-family: var(--font-montserrat);
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
}
@media (max-width: 576px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap
        .option-list
        li
        .destination
        span,
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap
        .option-list-destination
        li
        .destination
        span {
        font-size: 11px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li
    .tour
    span,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li
    .tour
    span {
    color: var(--white-color);
    font-weight: 400;
    font-family: var(--font-montserrat);
    font-size: 11px;
    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;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li
    .flag
    img,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li
    .flag
    img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li::before,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li::before {
    content: "";
    height: 100%;
    width: 3px;
    background-color: var(--title-color);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li.single-item,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li.single-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f4f4;
    margin-bottom: 0;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li.single-item:last-child,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li.single-item:last-child {
    border-bottom: none;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li.single-item
    h6,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li.single-item
    h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-montserrat);
    color: var(--text-color);
    margin-bottom: 0;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li:hover,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li:hover {
    background: rgba(211, 211, 211, 0.231372549);
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li:hover::before,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li:hover::before {
    opacity: 1;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list.visa-list
    li,
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination.visa-list
    li {
    padding: 12px 10px;
    border-bottom: 1px solid #f5f4f4;
    margin-bottom: 0;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap.active {
    display: block;
    transform: scaleY(1);
    animation: fade-down 0.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) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap.active {
        transform: scaleY(1) translateX(-50%);
        animation: fade-down2 0.3s linear;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap.two {
    max-width: unset;
    min-width: 200px;
    max-height: 250px;
    padding: 0;
}
@media (max-width: 1199px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap.two {
        max-width: 100%;
        min-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap.two {
        left: 0;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap.two {
        left: 0;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap.three
    .option-list-destination
    li {
    justify-content: start;
    gap: 15px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap.three
    .option-list-destination
    li
    .tour
    span {
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid var(--borders-color);
    color: var(--primary-color1);
}
@media (max-width: 576px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap.three
        .option-list-destination
        li
        .tour
        span {
        font-size: 12px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap.four {
    max-width: unset;
    min-width: 250px;
    max-height: 235px;
}
@media (max-width: 1199px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap.four {
        max-width: 100%;
        min-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap.four {
        left: 0;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box
        .custom-select-wrap.four {
        left: 0;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.date-field
    .custom-select-dropdown {
    position: relative;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.date-field
    .custom-select-dropdown
    input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-dropdown {
    cursor: pointer;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-dropdown
    h6 {
    font-size: 16px;
    font-family: var(--font-montserrat);
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box.room-field
        .custom-select-dropdown
        h6 {
        font-size: 15px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-dropdown
    > span {
    font-size: 14px;
    font-family: var(--font-montserrat);
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
    display: block;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-dropdown
    > span
    strong {
    font-weight: 400;
}
@media (max-width: 576px) {
    .filter-wrapper
        .filter-input-wrap
        .filter-input
        .single-search-box.room-field
        .custom-select-dropdown
        > span {
        font-size: 11px;
    }
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap {
    min-width: 320px;
    left: unset;
    right: 0;
    max-height: unset;
    padding: 25px 20px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .title-area {
    line-height: 1;
    margin-bottom: 20px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .title-area
    h6 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .title-area
    span {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    display: block;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room {
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    margin-bottom: 5px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .room-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-radius: 10px;
    min-height: 45px;
    cursor: pointer;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .room-title
    h6 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .room-title
    svg {
    fill: #ff0000;
    min-width: 15px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .guest-count {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 25px 15px;
    display: none;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .guest-count
    .single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 1;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .guest-count
    .single-item:last-child {
    margin-bottom: 0;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .guest-count
    .single-item
    .title
    h6 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .guest-count
    .single-item
    .title
    span {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .guest-count
    .single-item
    .quantity-counter {
    display: flex;
    align-items: center;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .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: 0.35s;
    font-size: 17px;
    color: var(--primary-color1);
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .guest-count
    .single-item
    .quantity-counter
    a:hover {
    color: var(--white-color);
    background-color: var(--primary-color1);
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .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-montserrat);
    font-size: 14px;
    font-weight: 500;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .room-list
    .single-room
    .guest-count.room-count
    .single-item {
    padding: 14px 20px;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .primary-btn1 {
    width: 100%;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .primary-btn1
    svg {
    min-width: unset;
}
.filter-wrapper
    .filter-input-wrap
    .filter-input
    .single-search-box.room-field
    .custom-select-wrap
    .primary-btn1.add-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.filter-wrapper .filter-input-wrap .filter-input .primary-btn1 {
    padding: 20px 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper .filter-input-wrap .filter-input .primary-btn1 {
        font-size: 14px;
        padding: 16px 24px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper .filter-input-wrap .filter-input .primary-btn1 {
        padding: 17px 24px;
    }
}
.filter-wrapper .filter-input-wrap .filter-input .primary-btn1 svg {
    min-width: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper .filter-input-wrap .filter-input .primary-btn1 svg {
        min-width: 16px;
    }
}
.filter-wrapper .filter-input-wrap .filter-input.two {
    grid-template-columns: 20.5% 19% 19% 20% 13%;
}
@media (max-width: 1399px) {
    .filter-wrapper .filter-input-wrap .filter-input.two {
        grid-template-columns: 23% 18% 18% 19% 14.5%;
        gap: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper .filter-input-wrap .filter-input.two {
        grid-template-columns: 23% 18% 18% 20% 14%;
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .filter-wrapper .filter-input-wrap .filter-input.two {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }
    .filter-wrapper .filter-input-wrap .filter-input.two .primary-btn1 {
        grid-column: span 2;
    }
}
@media (max-width: 767px) {
    .filter-wrapper .filter-input-wrap .filter-input.two {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
    }
    .filter-wrapper .filter-input-wrap .filter-input.two .primary-btn1 {
        grid-column: span 1;
    }
}
.filter-wrapper .filter-input-wrap > p {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    margin-top: 15px;
}
.filter-wrapper .filter-input-wrap > p a {
    color: var(--primary-color1);
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    background: linear-gradient(
        to bottom,
        var(--primary-color1) 0%,
        var(--primary-color1) 98%
    );
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0% 100%;
    transition: background-size 0.75s;
}
.filter-wrapper .filter-input-wrap > p a:hover {
    background-size: 100% 1px;
    background-position: left 100%;
}
.filter-wrapper.two {
    margin-top: -95px;
}
@media (max-width: 991px) {
    .filter-wrapper.two {
        margin-top: -100px;
    }
}
@media (max-width: 767px) {
    .filter-wrapper.two {
        margin-top: -110px;
    }
}
.filter-wrapper.two .filter-input-wrap {
    padding: 20px 40px;
}
@media (max-width: 1399px) {
    .filter-wrapper.two .filter-input-wrap {
        padding: 20px 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper.two .filter-input-wrap {
        padding: 20px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper.two .filter-input-wrap {
        padding: 20px;
    }
}
.filter-wrapper.two .filter-input-wrap h6 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
.filter-wrapper.two .filter-input-wrap .filter-input {
    grid-template-columns: 31% 24% 24% 15%;
}
@media (max-width: 1399px) {
    .filter-wrapper.two .filter-input-wrap .filter-input {
        grid-template-columns: 29% 24% 24% 16%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper.two .filter-input-wrap .filter-input {
        grid-template-columns: 28% 24% 24% 18%;
    }
}
@media (max-width: 991px) {
    .filter-wrapper.two .filter-input-wrap .filter-input {
        grid-template-columns: repeat(2, 1fr);
        /* 3 items in first row */
        grid-auto-rows: auto;
    }
}
@media (max-width: 767px) {
    .filter-wrapper.two .filter-input-wrap .filter-input {
        grid-template-columns: repeat(1, 1fr);
        /* 3 items in first row */
        grid-auto-rows: auto;
    }
}
.filter-wrapper.two .filter-input-wrap .filter-input.two {
    grid-template-columns: 20.5% 19% 19% 20% 13%;
}
@media (max-width: 1399px) {
    .filter-wrapper.two .filter-input-wrap .filter-input.two {
        grid-template-columns: 23% 18% 18% 19% 14.5%;
        gap: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper.two .filter-input-wrap .filter-input.two {
        grid-template-columns: 23% 18% 18% 20% 14%;
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .filter-wrapper.two .filter-input-wrap .filter-input.two {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }
    .filter-wrapper.two .filter-input-wrap .filter-input.two .primary-btn1 {
        grid-column: span 2;
    }
}
@media (max-width: 767px) {
    .filter-wrapper.two .filter-input-wrap .filter-input.two {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
    }
    .filter-wrapper.two .filter-input-wrap .filter-input.two .primary-btn1 {
        grid-column: span 1;
    }
}
.filter-wrapper.two
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .custom-select-search-area
    i {
    color: var(--primary-color2);
}
.filter-wrapper.two
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list-destination
    li
    .tour
    span {
    background-color: var(--primary-color2);
}
.filter-wrapper.two .filter-input-wrap > p a {
    color: var(--primary-color2);
    background: linear-gradient(
        to bottom,
        var(--primary-color2) 0%,
        var(--primary-color2) 98%
    );
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0% 100%;
    transition: background-size 0.75s;
}
.filter-wrapper.two .filter-input-wrap > p a:hover {
    background-size: 100% 1px;
    background-position: left 100%;
}
.filter-wrapper.three {
    margin-top: -95px;
}
@media (max-width: 991px) {
    .filter-wrapper.three {
        margin-top: -100px;
    }
}
@media (max-width: 767px) {
    .filter-wrapper.three {
        margin-top: -110px;
    }
}
.filter-wrapper.three .filter-input-wrap {
    padding: 20px 40px;
    background-color: var(--primary-color4);
}
@media (max-width: 1399px) {
    .filter-wrapper.three .filter-input-wrap {
        padding: 20px 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper.three .filter-input-wrap {
        padding: 20px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper.three .filter-input-wrap {
        padding: 20px;
    }
}
.filter-wrapper.three .filter-input-wrap h6 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
.filter-wrapper.three .filter-input-wrap .filter-input .single-search-box {
    background-color: var(--white-color);
}
.filter-wrapper.three
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .custom-select-search-area
    i {
    color: var(--primary-color4);
}
.filter-wrapper.three
    .filter-input-wrap
    .filter-input
    .single-search-box
    .custom-select-wrap
    .option-list
    li
    .tour
    span {
    background-color: var(--primary-color4);
}
.filter-wrapper.three .filter-input-wrap .filter-input .primary-btn1 span svg {
    fill: none;
    stroke: var(--title-color);
}
.filter-wrapper.three .filter-input-wrap .filter-input .primary-btn1::after {
    background-color: var(--black-color);
}
.filter-wrapper.three
    .filter-input-wrap
    .filter-input
    .primary-btn1:hover
    span
    svg {
    stroke: var(--white-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper.three .filter-input-wrap .filter-input .primary-btn1 {
        padding: 16px 14px;
    }
}
.filter-wrapper.three .filter-input-wrap > p {
    color: var(--white-color);
}
.filter-wrapper.three .filter-input-wrap > p a {
    color: var(--white-color);
    font-weight: 700;
    background: linear-gradient(
        to bottom,
        var(--white-color) 0%,
        var(--white-color) 98%
    );
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0% 100%;
    transition: background-size 0.75s;
}
.filter-wrapper.three .filter-input-wrap > p a:hover {
    background-size: 100% 1px;
    background-position: left 100%;
}
.filter-wrapper.hotel {
    margin-top: -75px;
}
@media (max-width: 991px) {
    .filter-wrapper.hotel {
        margin-top: -90px;
    }
}
@media (max-width: 767px) {
    .filter-wrapper.hotel {
        margin-top: -90px;
    }
}
.filter-wrapper.hotel .filter-input-wrap {
    padding: 20px 40px 25px;
}
@media (max-width: 1399px) {
    .filter-wrapper.hotel .filter-input-wrap {
        padding: 20px 30px 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .filter-wrapper.hotel .filter-input-wrap {
        padding: 20px 20px 25px;
    }
}
@media (max-width: 576px) {
    .filter-wrapper.hotel .filter-input-wrap {
        padding: 20px 20px 25px;
    }
}

/*=====================================
	16. Home1 Footer Section CSS
========================================*/
.footer-section {
    background-color: var(--blue-main-color);
}
.footer-section .footer-contact-wrap {
    padding: 45px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-contact-wrap {
        gap: 15px;
    }
}
@media (max-width: 991px) {
    .footer-section .footer-contact-wrap {
        flex-wrap: wrap;
        gap: 30px;
        border-bottom: 1px solid #292727;
        padding: 45px 0;
    }
}
.footer-section .footer-contact-wrap .inquiry-area {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 1399px) {
    .footer-section .footer-contact-wrap .inquiry-area {
        gap: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-contact-wrap .inquiry-area {
        gap: 10px;
    }
}
.footer-section .footer-contact-wrap .inquiry-area svg {
    fill: var(--primary-color1);
}
.footer-section .footer-contact-wrap .inquiry-area .content h6 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-contact-wrap .inquiry-area .content h6 {
        font-size: 16px;
    }
}
.footer-section .footer-contact-wrap .inquiry-area .content span {
    color: var(--white-text-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-contact-wrap .inquiry-area .content span {
        font-size: 16px;
    }
}
.footer-section .footer-contact-wrap .contact-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 80px;
}
@media (max-width: 1399px) {
    .footer-section .footer-contact-wrap .contact-area {
        gap: 45px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-contact-wrap .contact-area {
        gap: 30px;
    }
}
@media (max-width: 991px) {
    .footer-section .footer-contact-wrap .contact-area {
        gap: 25px;
    }
}
@media (max-width: 767px) {
    .footer-section .footer-contact-wrap .contact-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}
.footer-section .footer-contact-wrap .contact-area .single-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-contact-wrap .contact-area .single-contact {
        gap: 5px;
    }
}
.footer-section .footer-contact-wrap .contact-area .single-contact .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section .footer-contact-wrap .contact-area .single-contact .icon {
        min-width: 37px;
        max-width: 37px;
        height: 37px;
    }
}
.footer-section
    .footer-contact-wrap
    .contact-area
    .single-contact
    .content
    span {
    color: var(--white-text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section
        .footer-contact-wrap
        .contact-area
        .single-contact
        .content
        span {
        font-size: 15px;
        margin-bottom: 5px;
    }
}
.footer-section .footer-contact-wrap .contact-area .single-contact .content a {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section
        .footer-contact-wrap
        .contact-area
        .single-contact
        .content
        a {
        font-size: 17px;
    }
}
@media (max-width: 991px) {
    .footer-section
        .footer-contact-wrap
        .contact-area
        .single-contact
        .content
        a {
        font-size: 18px;
    }
}
.footer-section
    .footer-contact-wrap
    .contact-area
    .single-contact
    .content
    a:hover {
    color: var(--primary-color1);
}
.footer-section .divider {
    fill: #292727;
    width: 100%;
}
@media (max-width: 991px) {
    .footer-section .divider {
        display: none;
    }
}
.footer-section .footer-menu-wrap {
    padding: 90px 0 40px;
}
@media (max-width: 1199px) {
    .footer-section .footer-menu-wrap {
        padding: 80px 0 40px;
    }
}
@media (max-width: 991px) {
    .footer-section .footer-menu-wrap {
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .footer-section .footer-menu-wrap {
        padding: 50px 0;
    }
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .footer-section
        .footer-menu-wrap
        .footer-logo-and-addition-info
        .address-area {
        margin: 35px 0;
    }
}
@media (max-width: 576px) {
    .footer-section
        .footer-menu-wrap
        .footer-logo-and-addition-info
        .address-area {
        margin: 25px 0;
    }
}
.footer-section
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .address-area
    span {
    color: var(--white-text-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
.footer-section
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .address-area
    a {
    color: var(--white-text-color);
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: 0.5s;
}
.footer-section
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .address-area
    a:hover {
    color: var(--primary-color1);
}
@media (max-width: 576px) {
    .footer-section
        .footer-menu-wrap
        .footer-logo-and-addition-info
        .address-area
        a {
        font-size: 15px;
    }
}
.footer-section .footer-menu-wrap .footer-logo-and-addition-info .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .footer-section
        .footer-menu-wrap
        .footer-logo-and-addition-info
        .social-list {
        margin-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .footer-section
        .footer-menu-wrap
        .footer-logo-and-addition-info
        .social-list {
        margin-bottom: 40px;
    }
}
.footer-section
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .social-list
    li
    a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.footer-section
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .social-list
    li
    a
    i {
    color: var(--white-color);
    font-size: 16px;
    transition: 0.5s;
}
.footer-section
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .social-list
    li
    a:hover {
    background-color: var(--primary-color1);
}
.footer-section .footer-menu-wrap .language-area {
    position: relative;
    max-width: 157px;
    width: 100%;
    padding: 14px 15px;
    border-radius: 5px;
    border: 1px solid rgba(var(--white-color-opc), 0.1);
    margin-bottom: 20px;
}
.footer-section .footer-menu-wrap .language-area .language-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    cursor: pointer;
}
.footer-section
    .footer-menu-wrap
    .language-area
    .language-btn
    .icon-and-content {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-section .footer-menu-wrap .language-area .language-btn svg {
    fill: var(--white-color);
    transition: 0.5s;
}
.footer-section .footer-menu-wrap .language-area .language-btn span {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: 0.5s;
}
.footer-section .footer-menu-wrap .language-area .language-btn i {
    font-size: 12px;
    line-height: 1;
    color: rgba(var(--white-color-opc), 0.6);
}
.footer-section .footer-menu-wrap .language-area .language-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 9999;
    width: 157px;
    background-color: var(--black-color);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    border: 1px solid rgba(var(--white-color-opc), 0.1);
    border-radius: 5px;
    display: none;
    transform: translateY(0px) translateX(-50%);
    transform-origin: top;
    max-height: 150px;
    overflow-y: auto;
}
.footer-section
    .footer-menu-wrap
    .language-area
    .language-list::-webkit-scrollbar {
    width: 3px;
}
.footer-section
    .footer-menu-wrap
    .language-area
    .language-list::-webkit-scrollbar-track {
    background: transparent;
}
.footer-section
    .footer-menu-wrap
    .language-area
    .language-list::-webkit-scrollbar-thumb {
    background-color: var(--primary-color1);
    border-radius: 10px;
}
.footer-section .footer-menu-wrap .language-area .language-list.active {
    display: block;
    transform: translateY(10px) translateX(-50%);
    animation: lang-Down 0.5s linear;
}
@keyframes lang-Down {
    0% {
        opacity: 0;
        transform: translateY(0px) translateX(-50%);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(10px) translateX(-50%);
        visibility: visible;
    }
}
.footer-section .footer-menu-wrap .language-area .language-list li a {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 12px;
    padding: 12px 20px;
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-section .footer-menu-wrap .language-area .language-list li a:hover {
    background-color: var(--primary-color1);
}
.footer-section .footer-menu-wrap .footer-widget .widget-title {
    margin-bottom: 35px;
}
@media (max-width: 576px) {
    .footer-section .footer-menu-wrap .footer-widget .widget-title {
        margin-bottom: 30px;
    }
}
.footer-section .footer-menu-wrap .footer-widget .widget-title h6 {
    color: var(--primary-color1);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li {
    margin-bottom: 25px;
    line-height: 1;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li:last-child {
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .footer-section .footer-menu-wrap .footer-widget .widget-list li {
        margin-bottom: 20px;
    }
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a {
    color: var(--white-text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    transition: 0.5s;
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a:hover {
    color: var(--white-color);
}
@media (max-width: 576px) {
    .footer-section .footer-menu-wrap .footer-widget .widget-list li a {
        font-size: 15px;
    }
}
.footer-section .footer-menu-wrap .footer-widget .contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-section .footer-menu-wrap .footer-widget .contact-list .single-contact {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section
        .footer-menu-wrap
        .footer-widget
        .contact-list
        .single-contact {
        gap: 5px;
    }
}
@media (max-width: 767px) {
    .footer-section
        .footer-menu-wrap
        .footer-widget
        .contact-list
        .single-contact {
        margin-bottom: 35px;
    }
}
.footer-section
    .footer-menu-wrap
    .footer-widget
    .contact-list
    .single-contact:last-child {
    margin-bottom: 0;
}
.footer-section
    .footer-menu-wrap
    .footer-widget
    .contact-list
    .single-contact
    .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #292727;
    border: 1px solid rgba(var(--white-color-opc), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-section
    .footer-menu-wrap
    .footer-widget
    .contact-list
    .single-contact
    .content {
    line-height: 1;
}
.footer-section
    .footer-menu-wrap
    .footer-widget
    .contact-list
    .single-contact
    .content
    span {
    color: var(--white-text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 12px;
}
.footer-section
    .footer-menu-wrap
    .footer-widget
    .contact-list
    .single-contact
    .content
    a {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-section
        .footer-menu-wrap
        .footer-widget
        .contact-list
        .single-contact
        .content
        a {
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    .footer-section
        .footer-menu-wrap
        .footer-widget
        .contact-list
        .single-contact
        .content
        a {
        font-size: 17px;
    }
}
.footer-section
    .footer-menu-wrap
    .footer-widget
    .contact-list
    .single-contact
    .content
    a:hover {
    color: var(--primary-color1);
}
.footer-section .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #fff;
}
.footer-section .footer-bottom .copyright-and-payment-method-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .footer-section .footer-bottom .copyright-and-payment-method-area {
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .footer-section .footer-bottom .copyright-and-payment-method-area {
        gap: 15px;
    }
}
.footer-section .footer-bottom .copyright-and-payment-method-area p {
    color: var(--white-text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}
.footer-section .footer-bottom .copyright-and-payment-method-area p a {
    color: var(--white-color);
    transition: 0.5s;
}
.footer-section .footer-bottom .copyright-and-payment-method-area p a:hover {
    color: var(--primary-color1);
}
.footer-section
    .footer-bottom
    .copyright-and-payment-method-area
    .payment-method-area {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
@media (max-width: 576px) {
    .footer-section
        .footer-bottom
        .copyright-and-payment-method-area
        .payment-method-area {
        justify-content: center;
        gap: 15px;
    }
}
.footer-section
    .footer-bottom
    .copyright-and-payment-method-area
    .payment-method-area
    span {
    color: var(--white-text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.footer-section
    .footer-bottom
    .copyright-and-payment-method-area
    .payment-method-area
    ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.footer-section.two .footer-menu-wrap {
    padding: 245px 0 100px;
}
@media (max-width: 1199px) {
    .footer-section.two .footer-menu-wrap {
        padding: 235px 0 90px;
    }
}
@media (max-width: 991px) {
    .footer-section.two .footer-menu-wrap {
        padding: 220px 0 70px;
    }
}
@media (max-width: 576px) {
    .footer-section.two .footer-menu-wrap {
        padding: 200px 0 50px;
    }
}
.footer-section.three
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .address-area
    a:hover {
    color: var(--primary-color2);
}
.footer-section.three
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .social-list
    li
    a:hover {
    background-color: var(--primary-color2);
}
.footer-section.three
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .language-area
    .language-list::-webkit-scrollbar-thumb {
    background-color: var(--primary-color2);
}
.footer-section.three
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .language-area
    .language-list
    li
    a:hover {
    background-color: var(--primary-color2);
}
.footer-section.three
    .footer-menu-wrap
    .footer-widget
    .contact-list
    .single-contact
    .content
    a:hover {
    color: var(--primary-color2);
}
.footer-section.three
    .footer-bottom
    .copyright-and-payment-method-area
    p
    a:hover {
    color: var(--primary-color2);
}
.footer-section.four
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .address-area
    a:hover {
    color: var(--white-color);
}
.footer-section.four
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .social-list
    li
    a:hover {
    background-color: var(--primary-color4);
}
.footer-section.four
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .language-area
    .language-list::-webkit-scrollbar-thumb {
    background-color: var(--primary-color4);
}
.footer-section.four
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .language-area
    .language-list
    li
    a:hover {
    background-color: var(--primary-color4);
}
.footer-section.four
    .footer-menu-wrap
    .footer-widget
    .contact-list
    .single-contact
    .content
    a:hover {
    color: var(--white-text-color);
}
.footer-section.four .footer-bottom .copyright-and-payment-method-area p a {
    color: var(--white-color);
    background: linear-gradient(
        to bottom,
        var(--white-color) 0%,
        var(--white-color) 98%
    );
    background-size: 0px 1.5px;
    background-repeat: no-repeat;
    background-position: right 90%;
    transition: background-size 0.75s;
}
.footer-section.four
    .footer-bottom
    .copyright-and-payment-method-area
    p
    a:hover {
    background-size: 100% 1.5px;
    background-position: 0% 90%;
}
.footer-section.five
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .address-area
    a:hover {
    color: var(--white-color);
}
.footer-section.five
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .social-list
    li
    a:hover {
    background-color: var(--primary-color3);
}
.footer-section.five
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .social-list
    li
    a:hover
    i {
    color: var(--title-color2);
}
.footer-section.five
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .language-area
    .language-list::-webkit-scrollbar-thumb {
    background-color: var(--primary-color3);
}
.footer-section.five
    .footer-menu-wrap
    .footer-logo-and-addition-info
    .language-area
    .language-list
    li
    a:hover {
    background-color: var(--primary-color3);
    color: var(--title-color2);
}
.footer-section.five
    .footer-menu-wrap
    .footer-widget
    .contact-list
    .single-contact
    .content
    a:hover {
    color: var(--title-color2);
}
.footer-section.five
    .footer-bottom
    .copyright-and-payment-method-area
    p
    a:hover {
    color: var(--title-color2);
}

/*=====================================
	17. Home2 Banner Section CSS
========================================*/
.home2-banner-section {
    overflow: visible;
    position: relative;
}
.home2-banner-section .banner-wrapper {
    position: relative;
}
.home2-banner-section .banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.home2-banner-section .banner-wrapper .banner-video-area {
    min-height: 680px;
    height: 680px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section .banner-wrapper .banner-video-area {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-wrapper .banner-video-area {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-wrapper .banner-video-area {
        min-height: 500px;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .home2-banner-section .banner-wrapper .banner-video-area {
        min-height: 700px;
        height: auto;
    }
}
@media (max-width: 576px) {
    .home2-banner-section .banner-wrapper .banner-video-area {
        min-height: 700px;
        height: auto;
    }
}
.home2-banner-section .banner-wrapper .banner-video-area video {
    width: 100%;
    min-height: 680px;
    height: 680px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section .banner-wrapper .banner-video-area video {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-wrapper .banner-video-area video {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-wrapper .banner-video-area video {
        min-height: 500px;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .home2-banner-section .banner-wrapper .banner-video-area video {
        min-height: 700px;
        height: auto;
    }
}
@media (max-width: 576px) {
    .home2-banner-section .banner-wrapper .banner-video-area video {
        min-height: 700px;
        height: auto;
    }
}
.home2-banner-section .banner-wrapper .banner-img-area {
    min-height: 680px;
    overflow: hidden;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section .banner-wrapper .banner-img-area {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-wrapper .banner-img-area {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-wrapper .banner-img-area {
        min-height: 500px;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .home2-banner-section .banner-wrapper .banner-img-area {
        min-height: 700px;
        height: auto;
    }
}
@media (max-width: 576px) {
    .home2-banner-section .banner-wrapper .banner-img-area {
        min-height: 700px;
        height: auto;
    }
}
.home2-banner-section .banner-wrapper .banner-img-area img {
    min-height: 680px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section .banner-wrapper .banner-img-area img {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-wrapper .banner-img-area img {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-wrapper .banner-img-area img {
        min-height: 500px;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .home2-banner-section .banner-wrapper .banner-img-area img {
        min-height: 700px;
        height: auto;
    }
}
@media (max-width: 576px) {
    .home2-banner-section .banner-wrapper .banner-img-area img {
        min-height: 700px;
        height: auto;
    }
}
.home2-banner-section .banner-wrapper .banner-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 170px 0;
    z-index: 2;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section .banner-wrapper .banner-content-wrap {
        padding: 120px 0;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section .banner-wrapper .banner-content-wrap {
        padding: 120px 0;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .banner-wrapper .banner-content-wrap {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .home2-banner-section .banner-wrapper .banner-content-wrap {
        padding: 80px 0 20px;
        align-items: flex-start;
    }
}
.home2-banner-section .banner-wrapper .banner-content-wrap .banner-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.home2-banner-section .banner-wrapper .banner-content-wrap .banner-content h1,
.home2-banner-section .banner-wrapper .banner-content-wrap .banner-content h2 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 800;
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 25px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 60px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1399px) {
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 55px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 52px;
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 47px;
    }
}
@media (max-width: 767px) {
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 42px;
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 38px;
    }
}
.home2-banner-section .banner-wrapper .banner-content-wrap .banner-content p {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        p {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .home2-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .home2-banner-section .slider-btn-grp {
        display: none;
    }
}
.home2-banner-section .slider-btn-grp .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    z-index: 3;
    border: 1px solid rgba(var(--white-color-opc), 0.1);
    background-color: rgba(var(--black-color-opc), 0.05);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
@media (max-width: 1399px) {
    .home2-banner-section .slider-btn-grp .slider-btn {
        left: 50px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .slider-btn-grp .slider-btn {
        left: 40px;
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }
}
@media (max-width: 991px) {
    .home2-banner-section .slider-btn-grp .slider-btn {
        left: 20px;
    }
}
.home2-banner-section .slider-btn-grp .slider-btn svg {
    stroke: none;
    fill: var(--white-color);
}
@media (max-width: 1199px) {
    .home2-banner-section .slider-btn-grp .slider-btn svg {
        width: 20px;
    }
}
.home2-banner-section .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color1);
}
.home2-banner-section .slider-btn-grp .slider-btn.banner-slider-next {
    left: unset;
    right: 70px;
}
@media (max-width: 1399px) {
    .home2-banner-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 50px;
    }
}
@media (max-width: 1199px) {
    .home2-banner-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 40px;
    }
}
@media (max-width: 991px) {
    .home2-banner-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 20px;
    }
}
.home2-banner-section
    .home2-banner-slider
    .swiper-slide-active
    .banner-content
    h1 {
    animation: fadeInDown 1.7s;
}
.home2-banner-section
    .home2-banner-slider
    .swiper-slide-active
    .banner-content
    p {
    animation: fadeInUp 1.7s;
}

/*=====================================
	18. Home2 Package Slider Section CSS
========================================*/
.home2-package-slider-section {
    background: #e7eeff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 190px 0 100px;
    margin-top: -98px;
    position: relative;
}
@media (max-width: 1199px) {
    .home2-package-slider-section {
        padding: 180px 0 90px;
    }
}
@media (max-width: 991px) {
    .home2-package-slider-section {
        margin-top: -183px;
        padding: 255px 0 80px;
    }
}
@media (max-width: 767px) {
    .home2-package-slider-section {
        margin-top: -326px;
        padding: 390px 0 70px;
    }
}
@media (max-width: 576px) {
    .home2-package-slider-section {
        margin-top: -330px;
    }
}
@keyframes up-down {
    0% {
        transform: translateY(35px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(35px);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.home2-package-slider-section .vector1 {
    position: absolute;
    top: 30%;
    left: 0;
    animation: up-down 2s linear infinite alternate;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-package-slider-section .vector1 {
        top: 24%;
    }
}
@media (max-width: 1399px) {
    .home2-package-slider-section .vector1 {
        top: 24%;
    }
}
@media (max-width: 991px) {
    .home2-package-slider-section .vector1 {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .home2-package-slider-section .vector1 {
        top: 25%;
    }
}
@media (max-width: 576px) {
    .home2-package-slider-section .vector1 {
        display: none;
    }
}
.home2-package-slider-section .vector2 {
    position: absolute;
    top: 20%;
    right: 65px;
    animation: rotate 5s linear infinite;
}
@media (max-width: 1199px) {
    .home2-package-slider-section .vector2 {
        right: 30px;
    }
}
@media (max-width: 991px) {
    .home2-package-slider-section .vector2 {
        width: 58px;
    }
}
@media (max-width: 767px) {
    .home2-package-slider-section .vector2 {
        display: none;
    }
}
.home2-package-slider-section .vector3 {
    position: absolute;
    bottom: 50px;
    right: 196px;
    animation: tada 3s linear infinite;
}
@media (max-width: 1699px) {
    .home2-package-slider-section .vector3 {
        right: 100px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-package-slider-section .vector3 {
        right: 70px;
    }
}
@media (max-width: 1399px) {
    .home2-package-slider-section .vector3 {
        right: 50px;
    }
}
@media (max-width: 1199px) {
    .home2-package-slider-section .vector3 {
        bottom: 30px;
    }
}
@media (max-width: 576px) {
    .home2-package-slider-section .vector3 {
        display: none;
    }
}

.home2-destination-section .destination-slider-area {
    position: relative;
}
@media (max-width: 576px) {
    .home2-destination-section .destination-slider-area .slider-btn-grp {
        display: none;
    }
}
.home2-destination-section
    .destination-slider-area
    .slider-btn-grp
    .slider-btn {
    position: absolute;
    top: calc(50% - 60px);
    left: -20px;
    z-index: 1;
}
.home2-destination-section
    .destination-slider-area
    .slider-btn-grp
    .slider-btn.destination-slider-next {
    left: unset;
    right: -20px;
}

/*=====================================
	20. Home2 About Section CSS
========================================*/
.home2-about-section {
    background: #e7eeff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
@media (max-width: 1199px) {
    .home2-about-section {
        padding: 90px 0;
    }
}
@media (max-width: 991px) {
    .home2-about-section {
        padding: 70px 0;
    }
}
.home2-about-section .section-title {
    margin-bottom: 50px;
}
@media (max-width: 1199px) {
    .home2-about-section .section-title {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .home2-about-section .section-title {
        margin-bottom: 30px;
    }
}
.home2-about-section .section-title h2 {
    line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-about-section .section-title h2 {
        font-size: 38px;
    }
}
.home2-about-section .section-title p {
    margin: 0;
}
@media (max-width: 991px) {
    .home2-about-section .section-title p {
        max-width: unset;
    }
}
.home2-about-section .section-title p span {
    color: var(--title-color);
}
.home2-about-section .counter-area {
    display: flex;
    gap: 35px;
    margin-left: 120px;
}
@media (max-width: 1199px) {
    .home2-about-section .counter-area {
        margin-left: 90px;
    }
}
@media (max-width: 991px) {
    .home2-about-section .counter-area {
        margin-left: 70px;
    }
}
@media (max-width: 767px) {
    .home2-about-section .counter-area {
        margin-left: 50px;
        gap: 25px;
    }
}
@media (max-width: 576px) {
    .home2-about-section .counter-area {
        margin-left: 0;
        gap: 15px;
    }
}
.home2-about-section .counter-area svg {
    fill: var(--primary-color1);
}
.home2-about-section .counter-area .single-counter {
    display: flex;
    align-items: end;
    gap: 10px;
    margin-top: 10px;
}
.home2-about-section .counter-area .single-counter h2 {
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
    position: relative;
}
.home2-about-section .counter-area .single-counter h2 strong {
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}
.home2-about-section .counter-area .single-counter h2 sup {
    color: rgba(var(--title-color-opc), 0.9);
    font-size: 30px;
    font-weight: 400;
    top: 0;
    position: absolute;
}
@media (max-width: 576px) {
    .home2-about-section .counter-area .single-counter h2 sup {
        font-size: 28px;
    }
}
@media (max-width: 576px) {
    .home2-about-section .counter-area .single-counter h2 {
        font-size: 62px;
    }
}
.home2-about-section .counter-area .single-counter span {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
@media (max-width: 576px) {
    .home2-about-section .counter-area .single-counter span {
        font-size: 16px;
        line-height: 24px;
    }
}
.home2-about-section .about-img-wrap {
    position: relative;
}
.home2-about-section .about-img-wrap .logo {
    width: 80px;
    height: 80px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1399px) {
    .home2-about-section .about-img-wrap .logo {
        bottom: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-about-section .about-img-wrap .logo {
        bottom: 70px;
        width: 70px;
        height: 70px;
    }
}
.home2-about-section .about-img-wrap .vector {
    fill: var(--black-color);
    position: absolute;
    top: 0;
    left: 47%;
    transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-about-section .about-img-wrap .vector {
        top: -20px;
        left: 46.5%;
    }
}
.home2-about-section .about-img-wrap .single-img img {
    border-radius: 300px 300px 0 0;
}
.home2-about-section .service-area {
    margin-bottom: 45px;
}
.home2-about-section .service-area h6 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.home2-about-section .service-area .single-service {
    padding: 16px 25px;
    background-color: var(--white-color);
    border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .home2-about-section .service-area .single-service {
        padding: 15px 15px;
    }
}
.home2-about-section .service-area .single-service a {
    display: flex;
    gap: 15px;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .home2-about-section .service-area .single-service a {
        gap: 10px;
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-about-section .service-area .single-service a {
        font-size: 16px;
        gap: 10px;
        line-height: 26px;
    }
}
.home2-about-section .service-area .single-service a svg {
    fill: var(--white-text-color);
    margin-top: 8px;
    min-width: 30px;
    transition: 0.5s;
}
.home2-about-section .service-area .single-service a:hover {
    color: var(--primary-color1);
}
.home2-about-section .service-area .single-service a:hover svg {
    fill: var(--primary-color1);
}
.home2-about-section .rating-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
@media (max-width: 767px) {
    .home2-about-section .rating-area {
        flex-wrap: wrap;
        gap: 15px;
    }
}
.home2-about-section .rating-area .text-and-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width: 767px) {
    .home2-about-section .rating-area .text-and-logo {
        flex-direction: column;
        gap: 10px;
    }
}
.home2-about-section .rating-area > span {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}
@media (max-width: 576px) {
    .home2-about-section .rating-area > span {
        font-size: 16px;
    }
}
.home2-about-section .rating-area p {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 576px) {
    .home2-about-section .rating-area p {
        font-size: 14px;
    }
}
.home2-about-section .rating-area p span {
    text-decoration: underline;
}

/*=====================================
	21. Home2 Offer Banner Section CSS
========================================*/
.home2-offer-banner-section {
    position: relative;
}
.home2-offer-banner-section .offer-banner-wrap {
    background-color: #8f2f9b;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home2-offer-banner-section .offer-banner-wrap {
        gap: 70px;
    }
}
@media (max-width: 576px) {
    .home2-offer-banner-section .offer-banner-wrap {
        border-radius: 15px;
    }
}
.home2-offer-banner-section .offer-banner-wrap .offer-banner-content {
    padding: 55px 0 55px 60px;
    max-width: 482px;
    width: 100%;
}
@media (max-width: 1199px) {
    .home2-offer-banner-section .offer-banner-wrap .offer-banner-content {
        padding: 55px 0 55px 30px;
        max-width: 437px;
    }
}
@media (max-width: 991px) {
    .home2-offer-banner-section .offer-banner-wrap .offer-banner-content {
        padding: 50px 0 50px 25px;
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .home2-offer-banner-section .offer-banner-wrap .offer-banner-content {
        max-width: unset;
        padding: 50px 35px 50px 35px;
    }
}
@media (max-width: 576px) {
    .home2-offer-banner-section .offer-banner-wrap .offer-banner-content {
        padding: 60px 15px 60px 15px;
    }
}
.home2-offer-banner-section .offer-banner-wrap .offer-banner-content > span {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    padding: 5px 15px;
    background-color: var(--white-color);
    border: 1px solid var(--black-color);
    border-radius: 50px;
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .home2-offer-banner-section
        .offer-banner-wrap
        .offer-banner-content
        > span {
        margin-bottom: 15px;
    }
}
.home2-offer-banner-section .offer-banner-wrap .offer-banner-content h2 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 35px;
}
@media (max-width: 1199px) {
    .home2-offer-banner-section .offer-banner-wrap .offer-banner-content h2 {
        font-size: 38px;
    }
}
@media (max-width: 991px) {
    .home2-offer-banner-section .offer-banner-wrap .offer-banner-content h2 {
        font-size: 34px;
    }
}
@media (max-width: 576px) {
    .home2-offer-banner-section .offer-banner-wrap .offer-banner-content h2 {
        font-size: 31px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
}
.home2-offer-banner-section
    .offer-banner-wrap
    .offer-banner-content
    .primary-btn1 {
    padding: 17px 22px;
}
@media (max-width: 767px) {
    .home2-offer-banner-section .offer-banner-wrap .offer-banner-img {
        display: none;
    }
}
.home2-offer-banner-section .offer-banner-wrap .offer-banner-img img {
    border-radius: 0 20px 20px 0;
}
@media (max-width: 1399px) {
    .home2-offer-banner-section .offer-banner-wrap .offer-banner-img img {
        min-height: 340px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }
}
.home2-offer-banner-section .offer-banner-wrap .vector1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.home2-offer-banner-section .offer-banner-wrap .vector2 {
    position: absolute;
    top: 60px;
    left: 22%;
    z-index: -1;
}
@media (max-width: 991px) {
    .home2-offer-banner-section .offer-banner-wrap .vector2 {
        left: 30%;
    }
}
@media (max-width: 767px) {
    .home2-offer-banner-section .offer-banner-wrap .vector2 {
        left: 45%;
    }
}
.home2-offer-banner-section .vector {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: up-down 2s linear infinite alternate;
}
@media (max-width: 576px) {
    .home2-offer-banner-section .vector {
        display: none;
    }
}

/*=====================================
	22. Home2 Award Banner Section CSS
========================================*/
.home2-award-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0;
    background-attachment: fixed;
}
@media (max-width: 1199px) {
    .home2-award-banner-section {
        padding: 120px 0;
    }
}
@media (max-width: 991px) {
    .home2-award-banner-section {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .home2-award-banner-section {
        padding: 80px 0;
    }
}
.home2-award-banner-section .banner-content {
    max-width: 755px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 15px;
}
.home2-award-banner-section .banner-content .award-rating-area {
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .home2-award-banner-section .banner-content .award-rating-area {
        margin-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .home2-award-banner-section .banner-content .award-rating-area {
        margin-bottom: 40px;
    }
}
.home2-award-banner-section .banner-content .award-rating-area h4 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.home2-award-banner-section .banner-content .award-rating-area .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.home2-award-banner-section .banner-content .award-rating-area .rating span {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
}
.home2-award-banner-section .banner-content .award-rating-area .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.home2-award-banner-section .banner-content .award-rating-area .rating ul li i {
    color: var(--white-color);
}
.home2-award-banner-section .banner-content h3 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 15px;
}
@media (max-width: 1399px) {
    .home2-award-banner-section .banner-content h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .home2-award-banner-section .banner-content h3 {
        margin-bottom: 10px;
    }
}
@media (max-width: 576px) {
    .home2-award-banner-section .banner-content h3 {
        font-size: 27px;
    }
}
.home2-award-banner-section .banner-content h2 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0.3em;
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1399px) {
    .home2-award-banner-section .banner-content h2 {
        font-size: 95px;
    }
}
@media (max-width: 1199px) {
    .home2-award-banner-section .banner-content h2 {
        font-size: 90px;
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .home2-award-banner-section .banner-content h2 {
        font-size: 85px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .home2-award-banner-section .banner-content h2 {
        font-size: 75px;
    }
}
@media (max-width: 576px) {
    .home2-award-banner-section .banner-content h2 {
        font-size: 70px;
        margin-bottom: 15px;
    }
}
.home2-award-banner-section .banner-content h2 span {
    color: transparent;
    -webkit-text-stroke: 2px var(--white-color);
    position: absolute;
    top: 3px;
    left: 50.5%;
    transform: translateX(-50%);
}
.home2-award-banner-section .banner-content > span {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    display: block;
    margin-bottom: 40px;
}
@media (max-width: 1399px) {
    .home2-award-banner-section .banner-content > span {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .home2-award-banner-section .banner-content > span {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .home2-award-banner-section .banner-content > span {
        font-size: 38px;
        margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .home2-award-banner-section .banner-content > span {
        font-size: 33px;
        margin-bottom: 25px;
    }
}
.home2-award-banner-section .banner-content .primary-btn1 {
    padding: 21px 30px;
}
@media (max-width: 576px) {
    .home2-award-banner-section .banner-content .primary-btn1 {
        padding: 20px 24px;
    }
}
.home2-award-banner-section .banner-content .vector {
    width: 232px;
    height: 91%;
    border: 1px solid var(--borders-color);
    border-right: unset;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
@media (max-width: 991px) {
    .home2-award-banner-section .banner-content .vector {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .home2-award-banner-section .banner-content .vector {
        width: 125px;
    }
}
@media (max-width: 576px) {
    .home2-award-banner-section .banner-content .vector {
        width: 40px;
        border-radius: 15px 0 0 15px;
    }
}
.home2-award-banner-section .banner-content .vector::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 4px;
    height: 4px;
    background-color: var(--white-color);
    border-radius: 50%;
}
.home2-award-banner-section .banner-content .vector::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 4px;
    height: 4px;
    background-color: var(--white-color);
    border-radius: 50%;
}
.home2-award-banner-section .banner-content .vector.two {
    left: unset;
    right: 0;
    border: 1px solid var(--borders-color);
    border-left: unset;
    border-radius: 0 20px 20px 0;
}
@media (max-width: 576px) {
    .home2-award-banner-section .banner-content .vector.two {
        border-radius: 0 15px 15px 0;
    }
}
.home2-award-banner-section .banner-content .vector.two::before {
    right: unset;
    left: -2px;
}
.home2-award-banner-section .banner-content .vector.two::after {
    right: unset;
    left: -2px;
}

/*=====================================
	44. Home5 Banner Section CSS
========================================*/
.home5-banner-section {
    position: relative;
}
.home5-banner-section .banner-wrapper {
    position: relative;
}
.home5-banner-section .banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.home5-banner-section .banner-wrapper .banner-video-area {
    min-height: 650px;
    height: 650px;
    position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home5-banner-section .banner-wrapper .banner-video-area {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1399px) {
    .home5-banner-section .banner-wrapper .banner-video-area {
        min-height: 520px;
        height: 520px;
    }
}
@media (max-width: 1199px) {
    .home5-banner-section .banner-wrapper .banner-video-area {
        min-height: 500px;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .home5-banner-section .banner-wrapper .banner-video-area {
        min-height: 700px;
        height: auto;
    }
}
.home5-banner-section .banner-wrapper .banner-video-area video {
    width: 100%;
    min-height: 650px;
    height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home5-banner-section .banner-wrapper .banner-video-area video {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1399px) {
    .home5-banner-section .banner-wrapper .banner-video-area video {
        min-height: 520px;
        height: 520px;
    }
}
@media (max-width: 1199px) {
    .home5-banner-section .banner-wrapper .banner-video-area video {
        min-height: 500px;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .home5-banner-section .banner-wrapper .banner-video-area video {
        min-height: 700px;
        height: auto;
    }
}
.home5-banner-section .banner-wrapper .banner-img-area {
    min-height: 650px;
    height: 650px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home5-banner-section .banner-wrapper .banner-img-area {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1399px) {
    .home5-banner-section .banner-wrapper .banner-img-area {
        min-height: 520px;
        height: 520px;
    }
}
@media (max-width: 1199px) {
    .home5-banner-section .banner-wrapper .banner-img-area {
        min-height: 500px;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .home5-banner-section .banner-wrapper .banner-img-area {
        min-height: 700px;
        height: auto;
    }
}
.home5-banner-section .banner-wrapper .banner-img-area img {
    width: 100%;
    min-height: 650px;
    height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home5-banner-section .banner-wrapper .banner-img-area img {
        min-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1399px) {
    .home5-banner-section .banner-wrapper .banner-img-area img {
        min-height: 520px;
        height: 520px;
    }
}
@media (max-width: 1199px) {
    .home5-banner-section .banner-wrapper .banner-img-area img {
        min-height: 500px;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .home5-banner-section .banner-wrapper .banner-img-area img {
        min-height: 700px;
        height: auto;
    }
}
.home5-banner-section .banner-wrapper .banner-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 120px 0 40px;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home5-banner-section .banner-wrapper .banner-content-wrap {
        padding: 110px 0 40px;
    }
}
@media (max-width: 1399px) {
    .home5-banner-section .banner-wrapper .banner-content-wrap {
        padding: 100px 0 40px;
    }
}
@media (max-width: 1199px) {
    .home5-banner-section .banner-wrapper .banner-content-wrap {
        padding: 100px 0 30px;
    }
}
@media (max-width: 767px) {
    .home5-banner-section .banner-wrapper .banner-content-wrap {
        padding: 80px 0 20px;
        align-items: flex-start;
    }
}
.home5-banner-section .banner-wrapper .banner-content-wrap .banner-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.home5-banner-section .banner-wrapper .banner-content-wrap .banner-content h1,
.home5-banner-section .banner-wrapper .banner-content-wrap .banner-content h2 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 55px;
    }
}
@media (max-width: 1399px) {
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 55px;
    }
}
@media (max-width: 1199px) {
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 45px;
    }
}
@media (max-width: 991px) {
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 45px;
    }
}
@media (max-width: 576px) {
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h1,
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        h2 {
        font-size: 30px;
    }
}
.home5-banner-section .banner-wrapper .banner-content-wrap .banner-content p {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        p {
        font-size: 15px;
        line-height: 24px;
    }
}
.home5-banner-section
    .banner-wrapper
    .banner-content-wrap
    .banner-content
    .primary-btn1 {
    padding: 21px 31px;
}
@media (max-width: 576px) {
    .home5-banner-section
        .banner-wrapper
        .banner-content-wrap
        .banner-content
        .primary-btn1 {
        padding: 20px 24px;
    }
}
@media (max-width: 767px) {
    .home5-banner-section .slider-btn-grp {
        display: none;
    }
}
.home5-banner-section .slider-btn-grp .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    z-index: 3;
    border: 1px solid rgba(var(--white-color-opc), 0.1);
    background-color: rgba(var(--white-color-opc), 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
@media (max-width: 1399px) {
    .home5-banner-section .slider-btn-grp .slider-btn {
        left: 50px;
    }
}
@media (max-width: 1199px) {
    .home5-banner-section .slider-btn-grp .slider-btn {
        left: 40px;
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }
}
@media (max-width: 991px) {
    .home5-banner-section .slider-btn-grp .slider-btn {
        left: 20px;
    }
}
.home5-banner-section .slider-btn-grp .slider-btn svg {
    stroke: none;
    fill: var(--white-color);
}
@media (max-width: 1199px) {
    .home5-banner-section .slider-btn-grp .slider-btn svg {
        width: 20px;
    }
}
.home5-banner-section .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color1);
}
.home5-banner-section .slider-btn-grp .slider-btn.banner-slider-next {
    left: unset;
    right: 70px;
}
@media (max-width: 1399px) {
    .home5-banner-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 50px;
    }
}
@media (max-width: 1199px) {
    .home5-banner-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 40px;
    }
}
@media (max-width: 991px) {
    .home5-banner-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 20px;
    }
}
.home5-banner-section
    .home2-banner-slider
    .swiper-slide-active
    .banner-content
    h1,
.home5-banner-section
    .home2-banner-slider
    .swiper-slide-active
    .banner-content
    p {
    animation: fadeInDown 1.7s;
}
.home5-banner-section
    .home2-banner-slider
    .swiper-slide-active
    .banner-content
    .primary-btn1 {
    animation: fadeInUp 1.7s;
}

.home5-banner-contact-wrap {
    background-color: var(--primary-color1);
}
.home5-banner-contact-wrap .banner-contact-area {
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 90px;
}
@media (max-width: 1399px) {
    .home5-banner-contact-wrap .banner-contact-area {
        gap: 50px;
    }
}
@media (max-width: 1199px) {
    .home5-banner-contact-wrap .banner-contact-area {
        gap: 30px;
    }
}
@media (max-width: 991px) {
    .home5-banner-contact-wrap .banner-contact-area {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .home5-banner-contact-wrap .banner-contact-area {
        padding: 20px 0;
        gap: 20px;
    }
}
.home5-banner-contact-wrap .banner-contact-area .inquiry-area {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 1399px) {
    .home5-banner-contact-wrap .banner-contact-area .inquiry-area {
        gap: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap .banner-contact-area .inquiry-area {
        gap: 10px;
    }
}
.home5-banner-contact-wrap .banner-contact-area .inquiry-area svg {
    fill: var(--white-color);
}
.home5-banner-contact-wrap .banner-contact-area .inquiry-area .content h6 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap .banner-contact-area .inquiry-area .content h6 {
        font-size: 16px;
    }
}
.home5-banner-contact-wrap .banner-contact-area .inquiry-area .content span {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap
        .banner-contact-area
        .inquiry-area
        .content
        span {
        font-size: 16px;
    }
}
.home5-banner-contact-wrap .banner-contact-area .contact-video {
    max-width: 250px;
    width: 100%;
    height: 58px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap .banner-contact-area .contact-video {
        max-width: 170px;
    }
}
.home5-banner-contact-wrap .banner-contact-area .contact-video video {
    max-width: 250px;
    width: 100%;
    height: 58px;
    border-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap .banner-contact-area .contact-video video {
        max-width: 170px;
    }
}
.home5-banner-contact-wrap .banner-contact-area .contact-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 150px;
}
@media (max-width: 1399px) {
    .home5-banner-contact-wrap .banner-contact-area .contact-area {
        gap: 68px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap .banner-contact-area .contact-area {
        gap: 48px;
    }
}
@media (max-width: 767px) {
    .home5-banner-contact-wrap .banner-contact-area .contact-area {
        flex-wrap: wrap;
    }
}
@media (max-width: 576px) {
    .home5-banner-contact-wrap .banner-contact-area .contact-area {
        gap: 20px;
    }
}
.home5-banner-contact-wrap .banner-contact-area .contact-area .single-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap
        .banner-contact-area
        .contact-area
        .single-contact {
        gap: 5px;
    }
}
.home5-banner-contact-wrap
    .banner-contact-area
    .contact-area
    .single-contact
    .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap
        .banner-contact-area
        .contact-area
        .single-contact
        .icon {
        min-width: 37px;
        max-width: 37px;
        height: 37px;
    }
}
.home5-banner-contact-wrap
    .banner-contact-area
    .contact-area
    .single-contact
    .content
    span {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap
        .banner-contact-area
        .contact-area
        .single-contact
        .content
        span {
        font-size: 15px;
        margin-bottom: 5px;
    }
}
.home5-banner-contact-wrap
    .banner-contact-area
    .contact-area
    .single-contact
    .content
    a {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-contact-wrap
        .banner-contact-area
        .contact-area
        .single-contact
        .content
        a {
        font-size: 17px;
    }
}

/*=====================================
	45. Home5 Offer Section CSS
========================================*/
.home5-offer-section {
    position: relative;
    z-index: 1;
}
.home5-offer-section img {
    border-radius: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-offer-section img {
        min-height: 180px;
    }
}
@media (max-width: 576px) {
    .home5-offer-section img {
        border-radius: 10px;
    }
}
.home5-offer-section .section-vector {
    position: absolute;
    bottom: 120px;
    right: 40px;
    z-index: -1;
    animation: rotate 5s linear infinite;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home5-offer-section .section-vector {
        right: 15px;
        width: 50px;
    }
}
@media (max-width: 1399px) {
    .home5-offer-section .section-vector {
        right: 15px;
        width: 50px;
    }
}
@media (max-width: 1199px) {
    .home5-offer-section .section-vector {
        bottom: 0px;
        right: 30px;
        min-height: unset;
    }
}
@media (max-width: 767px) {
    .home5-offer-section .section-vector {
        display: none;
    }
}

/*=====================================
	46. Home5 Destination Section CSS
========================================*/
.home5-destination-section {
    position: relative;
    z-index: 1;
}
.home5-destination-section .vector1 {
    position: absolute;
    bottom: 10px;
    left: 50px;
    animation: up-down 2s linear infinite alternate;
    z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .home5-destination-section .vector1 {
        left: 10px;
        width: 100px;
        bottom: 0;
    }
}
@media (max-width: 1399px) {
    .home5-destination-section .vector1 {
        left: 10px;
        width: 100px;
        bottom: 0;
    }
}
@media (max-width: 1199px) {
    .home5-destination-section .vector1 {
        left: 0;
        width: 90px;
    }
}
@media (max-width: 767px) {
    .home5-destination-section .vector1 {
        display: none;
    }
}

/*=====================================
	48. Home5 About Section CSS
========================================*/
.home5-about-section {
    background-color: #f2f2ff;
    padding: 100px 0;
}
@media (max-width: 1199px) {
    .home5-about-section {
        padding: 90px 0;
    }
}
@media (max-width: 767px) {
    .home5-about-section {
        padding: 70px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-about-section .about-content .section-title h2 {
        font-size: 37px;
    }
}
.home5-about-section .about-content .section-title h4 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 20px;
}
@media (max-width: 1399px) {
    .home5-about-section .about-content .section-title h4 {
        font-size: 23px;
    }
}
@media (max-width: 767px) {
    .home5-about-section .about-content .section-title h4 {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    .home5-about-section .about-content .section-title h4 {
        font-size: 20px;
        line-height: 32px;
        margin-top: 15px;
    }
}
.home5-about-section .about-content .section-title h4 span {
    font-family: var(--font-montserrat);
    font-weight: 400;
}
.home5-about-section .about-content .section-title p {
    max-width: unset;
    margin: 0;
    padding-top: 50px;
}
@media (max-width: 1399px) {
    .home5-about-section .about-content .section-title p {
        font-size: 17px;
        padding-top: 40px;
    }
}
@media (max-width: 1199px) {
    .home5-about-section .about-content .section-title p {
        padding-top: 35px;
    }
}
@media (max-width: 991px) {
    .home5-about-section .about-content .section-title p {
        padding-top: 25px;
    }
}
@media (max-width: 767px) {
    .home5-about-section .about-content .section-title p {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .home5-about-section .about-content .section-title p {
        padding-top: 20px;
    }
}
.home5-about-section .about-content .section-title a {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 35px;
}
@media (max-width: 1399px) {
    .home5-about-section .about-content .section-title a {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .home5-about-section .about-content .section-title a {
        margin-top: 25px;
    }
}
@media (max-width: 576px) {
    .home5-about-section .about-content .section-title a {
        margin-top: 25px;
    }
}
.home5-about-section .about-content .section-title a svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s;
}
.home5-about-section .about-content .section-title a:hover {
    color: var(--primary-color1);
}
.home5-about-section .about-content .section-title a:hover svg {
    stroke: var(--primary-color1);
    transform: rotate(45deg);
}
.home5-about-section .about-video-area {
    position: relative;
}
.home5-about-section .about-video-area > img {
    border-radius: 20px;
}
@media (max-width: 1199px) {
    .home5-about-section .about-video-area > img {
        min-height: 350px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.home5-about-section .about-video-area .play-btn {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home5-about-section .about-video-area .play-btn i {
    font-size: 25px;
    color: var(--white-color);
    line-height: 1;
}
.home5-about-section .about-video-area .play-btn .waves-block {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.home5-about-section .about-video-area .play-btn .waves-block .waves {
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(var(--primary-color1-opc), 0.7);
    opacity: 0;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: waves 3s ease-in-out infinite;
}
.home5-about-section .about-video-area .play-btn .waves-block .waves.wave-1 {
    animation-delay: 0s;
}
.home5-about-section .about-video-area .play-btn .waves-block .waves.wave-2 {
    animation-delay: 1s;
}
.home5-about-section .about-video-area .play-btn .waves-block .waves.wave-3 {
    animation-delay: 2s;
}
.home5-about-section .about-video-area .video-vector {
    position: absolute;
    bottom: -5px;
    right: 10px;
}
@media (max-width: 576px) {
    .home5-about-section .about-video-area .video-vector {
        display: none;
    }
}
@media (max-width: 1199px) {
    .home5-about-section .about-video-area .video-vector img {
        width: 180px;
    }
}
.home5-about-section .about-video-area:hover .video-vector {
    animation: translate3dMove 2.5s linear infinite alternate;
}
@keyframes translate3dMove {
    0% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(5px, -5px, 0px);
    }
    50% {
        transform: translate3d(10px, 0, 0px);
    }
    75% {
        transform: translate3d(5px, 5px, 0px);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.home5-about-section .counter-area .single-counter {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 28px 40px;
    background-color: var(--white-color);
    border-radius: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .home5-about-section .counter-area .single-counter {
        gap: 12px;
        padding: 28px 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-about-section .counter-area .single-counter {
        gap: 10px;
        padding: 24px 15px;
    }
}
@media (max-width: 767px) {
    .home5-about-section .counter-area .single-counter {
        gap: 10px;
        padding: 24px 15px;
        border-radius: 15px;
    }
}
.home5-about-section .counter-area .single-counter .icon {
    min-width: 66px;
    max-width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #d39b01;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-about-section .counter-area .single-counter .icon {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .home5-about-section .counter-area .single-counter .icon {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
    }
}
@media (max-width: 576px) {
    .home5-about-section .counter-area .single-counter .icon {
        min-width: 58px;
        max-width: 58px;
        height: 58px;
    }
}
.home5-about-section .counter-area .single-counter .icon svg {
    fill: var(--white-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-about-section .counter-area .single-counter .icon svg {
        width: 35px;
    }
}
@media (max-width: 576px) {
    .home5-about-section .counter-area .single-counter .icon svg {
        width: 35px;
    }
}
.home5-about-section .counter-area .single-counter .icon.orange {
    background-color: #d15716;
}
.home5-about-section .counter-area .single-counter .icon.blue {
    background-color: #1768e2;
}
.home5-about-section .counter-area .single-counter .icon.green {
    background-color: #2e8b57;
}
.home5-about-section .counter-area .single-counter .content h2 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
@media (max-width: 1199px) {
    .home5-about-section .counter-area .single-counter .content h2 {
        font-size: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-about-section .counter-area .single-counter .content h2 {
        margin-bottom: 5px;
    }
}
@media (max-width: 576px) {
    .home5-about-section .counter-area .single-counter .content h2 {
        font-size: 27px;
        margin-bottom: 5px;
    }
}
.home5-about-section .counter-area .single-counter .content h2 strong {
    font-weight: 600;
}
.home5-about-section .counter-area .single-counter .content span {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 500;
    line-height: 20.83px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home5-about-section .counter-area .single-counter .content span {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .home5-about-section .counter-area .single-counter .content span {
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    .home5-about-section .counter-area .single-counter .content span {
        font-size: 15px;
    }
}

/*=====================================
	78. Breadcrumb Section CSS
========================================*/
.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
    position: relative;
}
@media (max-width: 991px) {
    .breadcrumb-section {
        padding: 120px 0;
    }
}
.breadcrumb-section .banner-content {
    position: relative;
    /* text-align: center;*/
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
.breadcrumb-section .banner-content > span {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .breadcrumb-section .banner-content > span {
        font-size: 17px;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content > span {
        font-size: 16px;
    }
}
.breadcrumb-section .banner-content > span strong {
    font-size: 32px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .breadcrumb-section .banner-content > span strong {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content > span strong {
        font-size: 27px;
    }
}
.breadcrumb-section .banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 33px;
        margin-bottom: 20px;
    }
}
.breadcrumb-section .banner-content .breadcrumb-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    /*  align-items: center;
	justify-content: center;*/
    flex-wrap: wrap;
    gap: 10px;
}
.breadcrumb-section .banner-content .breadcrumb-list li {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding-right: 18px;
}
.breadcrumb-section .banner-content .breadcrumb-list li a {
    color: var(--white-color);
    transition: 0.5s;
}
.breadcrumb-section .banner-content .breadcrumb-list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--white-color);
}
.breadcrumb-section .banner-content .breadcrumb-list li:last-child {
    padding-right: 0;
}
.breadcrumb-section .banner-content .breadcrumb-list li:last-child::after {
    display: none;
}
.breadcrumb-section .banner-content .batch span {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    padding: 14px 30px;
    background-color: rgba(var(--white-color-opc), 0.2);
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    border: 1px solid rgba(var(--white-color-opc), 0.1);
    border-radius: 100px;
}
@media (max-width: 991px) {
    .breadcrumb-section .banner-content .batch span {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content .batch span {
        padding: 14px 20px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-section .slider-btn-grp {
        display: none;
    }
}
.breadcrumb-section .slider-btn-grp .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    z-index: 3;
    border: 1px solid rgba(var(--white-color-opc), 0.1);
    background-color: rgba(var(--black-color-opc), 0.05);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .breadcrumb-section .slider-btn-grp .slider-btn {
        left: 50px;
    }
}
@media (max-width: 1399px) {
    .breadcrumb-section .slider-btn-grp .slider-btn {
        left: 50px;
    }
}
@media (max-width: 1199px) {
    .breadcrumb-section .slider-btn-grp .slider-btn {
        left: 40px;
    }
}
@media (max-width: 991px) {
    .breadcrumb-section .slider-btn-grp .slider-btn {
        left: 20px;
    }
}
.breadcrumb-section .slider-btn-grp .slider-btn svg {
    stroke: none;
    fill: var(--white-color);
}
@media (max-width: 1199px) {
    .breadcrumb-section .slider-btn-grp .slider-btn svg {
        width: 20px;
    }
}
.breadcrumb-section .slider-btn-grp .slider-btn:hover {
    background-color: var(--primary-color1);
}
.breadcrumb-section .slider-btn-grp .slider-btn.banner-slider-next {
    left: unset;
    right: 70px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .breadcrumb-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 50px;
    }
}
@media (max-width: 1399px) {
    .breadcrumb-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 50px;
    }
}
@media (max-width: 1199px) {
    .breadcrumb-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 40px;
    }
}
@media (max-width: 991px) {
    .breadcrumb-section .slider-btn-grp .slider-btn.banner-slider-next {
        right: 20px;
    }
}
.breadcrumb-section.two {
    padding: 0;
}
.breadcrumb-section.two .banner-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 550px;
    animation: imageAnimation 15s ease-in-out infinite 0s;
}
@media (max-width: 991px) {
    .breadcrumb-section.two .banner-bg {
        min-height: 500px;
    }
}
.breadcrumb-section.two .banner-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 175px 0;
}
@media (max-width: 991px) {
    .breadcrumb-section.two .banner-content-wrap {
        padding: 155px 0;
    }
}
@media (max-width: 576px) {
    .breadcrumb-section.two .banner-content-wrap {
        padding: 140px 0;
    }
}
.breadcrumb-section.three {
    padding: 100px 0 180px;
}
@media (max-width: 576px) {
    .breadcrumb-section.three {
        padding: 90px 0 170px;
    }
}
.breadcrumb-section.four {
    background-image:
        url(../img/innerpages/breadcrumb-bg8.png),
        linear-gradient(180deg, #bdebce 0%, #bdebce 100%);
    padding: 70px 0 165px;
}
@media (max-width: 576px) {
    .breadcrumb-section.four {
        padding: 60px 0 160px;
    }
}
.breadcrumb-section.four .banner-content {
    max-width: unset;
    text-align: left;
    margin-left: auto;
}
.breadcrumb-section.four .banner-content .rating-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
@media (max-width: 576px) {
    .breadcrumb-section.four .banner-content .rating-area {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.breadcrumb-section.four .banner-content .rating-area .star {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}
.breadcrumb-section.four .banner-content .rating-area .star li i {
    color: #dda701;
    font-size: 14px;
}
.breadcrumb-section.four .banner-content .rating-area span {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.breadcrumb-section.four .banner-content h1 {
    color: var(--title-color);
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .breadcrumb-section.four .banner-content h1 {
        font-size: 30px;
    }
}
.breadcrumb-section.four .banner-content .location-area {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .breadcrumb-section.four .banner-content .location-area {
        gap: 20px;
    }
}
@media (max-width: 576px) {
    .breadcrumb-section.four .banner-content .location-area {
        gap: 15px;
    }
}
.breadcrumb-section.four .banner-content .location-area .location {
    display: flex;
    align-items: center;
    gap: 5px;
}
.breadcrumb-section.four .banner-content .location-area .location svg {
    fill: var(--text-color);
    transition: 0.5s;
    min-width: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section.four .banner-content .location-area .location svg {
        width: 12px;
    }
}
.breadcrumb-section.four .banner-content .location-area .location a {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    transition: 0.5s;
}
@media (max-width: 576px) {
    .breadcrumb-section.four .banner-content .location-area .location a {
        font-size: 15px;
    }
}
.breadcrumb-section.four .banner-content .location-area .location a:hover {
    color: var(--primary-color1);
}
.breadcrumb-section.four .banner-content .location-area .map-view {
    color: var(--primary-color1);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
.breadcrumb-section.four .banner-content .location-area .map-view svg {
    fill: var(--primary-color1);
    transition: 0.5s;
}
.breadcrumb-section.four .banner-content .location-area .map-view:hover {
    color: var(--title-color);
}
.breadcrumb-section.four .banner-content .location-area .map-view:hover svg {
    fill: var(--title-color);
}

/*=====================================
	79. Destination Page CSS
========================================*/
.destination-page .nav-pills {
    justify-content: center;
    gap: 15px;
}
@media (max-width: 991px) {
    .destination-page .nav-pills {
        gap: 10px;
        row-gap: 15px;
    }
}
@media (max-width: 576px) {
    .destination-page .nav-pills {
        gap: 8px;
        row-gap: 15px;
    }
}
.destination-page .nav-pills .nav-item .nav-link {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding: 6px 18px;
    border-radius: 16px;
    border: 1px solid var(--borders-color);
    transition: 0.5s;
}
@media (max-width: 991px) {
    .destination-page .nav-pills .nav-item .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .destination-page .nav-pills .nav-item .nav-link {
        font-size: 15px;
        padding: 5px 13px;
    }
}
.destination-page .nav-pills .nav-item .nav-link:hover {
    color: var(--white-color);
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}
.destination-page .nav-pills .nav-item .nav-link.active {
    color: var(--white-color);
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

@media (min-width: 900px) {
    .header-area.style-3.two .container-fluid {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 2rem;
    }
    .header-area.style-3.two .logo-and-menu-area {
        display: contents;
    }
    .header-area.style-3.two .header-logo {
        justify-self: start;
    }
    .header-area.style-3.two .main-menu {
        justify-self: center;
    }
    .header-area.style-3.two .nav-right {
        justify-self: end;
    }
}
/* Currency Trigger Button */
.currency-selector-trigger {
    list-style: none;
}

.currency-selector-trigger .currency-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.currency-code {
    font-size: 0.9rem;
    font-weight: 600;
    color: #02316f;
}

/* Currency Popup Overlay */
.currency-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.currency-popup-overlay.active {
    display: flex;
    opacity: 1;
}

/* Currency Popup */
.currency-popup {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.currency-popup-overlay.active .currency-popup {
    transform: scale(1);
}

/* Popup Header */
.currency-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.currency-popup-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #02316f;
}

.currency-popup-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.currency-popup-close:hover {
    background: #f5f5f5;
    color: #02316f;
}

/* Popup Body */
.currency-popup-body {
    padding: 1rem;
    max-height: 400px;
    overflow-y: auto;
}

/* Currency Option */
.currency-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    margin-bottom: 0.5rem;
}

.currency-option:hover {
    background: #f5f5f5;
    border-color: #e0e0e0;
}

.currency-option.active {
    background: rgba(2, 49, 111, 0.05);
    border-color: #02316f;
}

.currency-flag {
    font-size: 1.75rem;
    line-height: 1;
}

.currency-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.currency-info strong {
    font-size: 1rem;
    color: #02316f;
}

.currency-info span {
    font-size: 0.875rem;
    color: #666;
}

.currency-check {
    font-size: 1.25rem;
    color: #02316f;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.currency-check.active {
    opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .currency-popup {
        width: 95%;
        max-width: none;
        margin: 1rem;
    }

    .currency-popup-header {
        padding: 1rem;
    }

    .currency-popup-header h3 {
        font-size: 1.1rem;
    }
}
.booking-card {
    background: white;
    border-radius: 50px;
    padding: 6px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    max-width: 1200px;
    margin: 0 auto;
}
.booking-inline-form {
    display: flex;
    gap: 0;
    align-items: stretch;
    flex-wrap: nowrap;
}
.form-field {
    flex: 1;
    min-width: 0;
    position: relative;
    border-right: 1px solid #e8e8e8;
    padding: 14px 8px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.form-field:has(.active) {
    z-index: 50;
}
.form-field.invalid {
    border-radius: 50px;
    background: rgba(255, 69, 58, 0.1);
}
.form-field:first-child {
    padding-left: 10px;
}
.form-field:last-child {
    border-right: none;
    flex: 0 0 auto;
}
.form-field.submit-field {
    padding: 6px;
    display: flex;
    align-items: center;
}
.form-control,
.form-select {
    border: none;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    width: 100%;
    background: transparent;
    outline: none;
}
.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}
.form-control::placeholder {
    color: #999;
    font-weight: 400;
}
.location-icon,
.calendar-icon,
.passenger-icon {
    margin-right: 12px;
    color: #333;
    font-size: 18px;
    flex-shrink: 0;
}
.input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.passenger-dropdown {
    position: relative;
}
.passenger-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    width: 100%;
    text-align: left;
}
.passenger-trigger:hover {
    color: #5a8ec2;
}
.passenger-count-display {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
}
.passenger-count-display span {
    display: flex;
    align-items: center;
    gap: 2px;
}
.dropdown-panel {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    background: white;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 16px 20px;
    display: none;
    min-width: 280px;
    width: max-content;
}
.dropdown-panel.active {
    display: block;
}
.dropdown-panel .passenger-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}
.dropdown-panel .passenger-row:last-child {
    border-bottom: none;
}
.dropdown-panel .passenger-info h4 {
    font-size: 15px !important;
    font-weight: 600;
    color: #333;
    margin: 0 0 2px 0;
    line-height: 1.2;
}
.dropdown-panel .passenger-info p {
    font-size: 12px !important;
    color: #888;
    margin: 0;
    line-height: 1.2;
}
.dropdown-panel .passenger-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}
.dropdown-panel .passenger-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    background: white;
    color: #333;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.dropdown-panel .passenger-btn:hover:not(:disabled) {
    border-color: #5a8ec2;
    color: #5a8ec2;
    background: #f0f4ff;
}
.dropdown-panel .passenger-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.dropdown-panel .passenger-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    min-width: 24px;
    text-align: center;
}
.search-btn {
    background: var(--blue-main-color);
    color: white;
    border: none;
    border-radius: 40px;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}
.search-btn:hover {
    background: #3557c7;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(65, 105, 225, 0.3);
}
.autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 320px;
    z-index: 100;
    background: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    max-height: 280px;
    overflow-y: auto;
    z-index: 999;
    display: none;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}
.autocomplete-dropdown.active {
    display: block;
}
.autocomplete-item {
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.autocomplete-item i {
    flex-shrink: 0;
    font-size: 14px;
    color: #666;
}
.autocomplete-item:hover {
    background: #f0f4ff;
}
.autocomplete-item:last-child {
    border-bottom: none;
}
.autocomplete-item.other-location-item {
    border-top: 1px solid #e0e0e0;
    color: #1a73e8;
    font-weight: 500;
}
.autocomplete-item.other-location-item i {
    color: #1a73e8;
}
.autocomplete-item.places-item i {
    color: #ea4335;
}
.time-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    max-height: 280px;
    overflow-y: auto;
    display: none;
}
.time-dropdown.active {
    display: block;
}
.time-item {
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
}
.time-item i {
    flex-shrink: 0;
    font-size: 14px;
    color: #666;
}
.time-item:hover {
    background: #f0f4ff;
}
.time-item.selected {
    background: #f0f4ff;
    font-weight: 500;
}
.time-item:last-child {
    border-bottom: none;
}
@media (max-width: 992px) {
    .booking-inline-form {
        flex-wrap: wrap;
    }
    .form-field {
        flex: 1 1 calc(50% - 1px);
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }
    .form-field:nth-child(2n) {
        border-right: none;
    }
    .form-field.submit-field {
        flex: 1 1 100%;
        border: none;
        padding: 12px;
    }
    .search-btn {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .booking-card {
        border-radius: 24px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }
    .form-field {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }
    .form-field:last-child {
        border-bottom: none;
    }
    .form-field.submit-field {
        padding: 12px;
    }
    .search-btn {
        width: 100%;
    }
}
.location-modal,
.passenger-modal {
    display: none;
}
@media (max-width: 768px) {
    .location-modal-open {
        overflow: hidden !important;
    }
    .location-modal.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        inset: 0;
        z-index: 999999;
        background: #fff;
    }
    .location-modal-header {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 16px;
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        flex-shrink: 0;
    }
    .location-modal-back {
        background: none;
        border: none;
        font-size: 20px;
        color: #333;
        padding: 4px;
        cursor: pointer;
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }
    .location-modal-search {
        flex: 1;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 10px 14px;
        font-size: 15px;
        outline: none;
        color: #333;
    }
    .location-modal-search:focus {
        border-color: #5a8ec2;
        box-shadow: 0 0 0 0.2rem rgba(90, 142, 194, 0.15);
    }
    .location-modal-search::placeholder {
        color: #999;
    }
    .location-modal-body {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .location-modal-body .autocomplete-item {
        padding: 14px 16px;
        font-size: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #f5f5f5;
        cursor: pointer;
    }
    .location-modal-body .autocomplete-item:active {
        background: #f0f4ff;
    }
    .location-modal-body .autocomplete-item i {
        flex-shrink: 0;
        font-size: 16px;
        color: #666;
    }
    .location-modal-body .autocomplete-item.other-location-item {
        border-top: 1px solid #e0e0e0;
        color: #1a73e8;
        font-weight: 500;
    }
    .location-modal-body .autocomplete-item.other-location-item i {
        color: #1a73e8;
    }
    .location-modal-body .autocomplete-item.places-item i {
        color: #ea4335;
    }
    .passenger-modal.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        inset: 0;
        z-index: 999999;
        background: #fff;
    }
    .passenger-modal-header {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 16px;
        border-bottom: 1px solid #e8e8e8;
        flex-shrink: 0;
    }
    .passenger-modal-back {
        background: none;
        border: none;
        font-size: 20px;
        color: #333;
        padding: 0;
        line-height: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .passenger-modal-title {
        font-size: 17px;
        font-weight: 600;
        color: #333;
    }
    .passenger-modal-body {
        flex: 1;
        overflow-y: auto;
        padding: 8px 20px;
    }
    .passenger-modal-body .passenger-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        border-bottom: 1px solid #f5f5f5;
    }
    .passenger-modal-body .passenger-row:last-child {
        border-bottom: none;
    }
    .passenger-modal-body .passenger-info h4 {
        font-size: 16px !important;
        font-weight: 600;
        color: #333;
        margin: 0 0 2px 0;
    }
    .passenger-modal-body .passenger-info p {
        font-size: 13px !important;
        color: #888;
        margin: 0;
    }
    .passenger-modal-body .passenger-controls {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .passenger-modal-body .passenger-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #d0d0d0;
        background: white;
        color: #333;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .passenger-modal-body .passenger-btn:disabled {
        opacity: 0.3;
    }
    .passenger-modal-body .passenger-value {
        font-size: 18px;
        font-weight: 600;
        min-width: 24px;
        text-align: center;
    }
    .passenger-modal-footer {
        padding: 12px 16px;
        border-top: 1px solid #e8e8e8;
    }
    .passenger-modal-done {
        width: 100%;
        padding: 12px;
        background: var(--primary, #02316f);
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }
}
