@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

*,
*::before,
*::after,
*:hover {
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body,
p,
span {
    font-family: "Urbanist", sans-serif !important;
    overflow: hidden;
}

p {
    font-size: 18px;
}

body.modal-open {
    padding: 0px !important;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif !important;
}

h2 {
    font-size: 40px !important;
    font-weight: 600 !important;
}

h3 {
    font-size: 24px !important;
}

.subtitle {
    font-family: 'Montez', cursive;
    font-size: 33px
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 32px !important;
    }

    .subtitle {
        font-size: 26px;
    }
}

@media only screen and (max-width: 550px) {
    h2 {
        font-size: 28px !important;
    }
}

/* paddings */
@media only screen and (max-width: 575px) {
    .paddinglr10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .paddingtopbtm10-sm {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.paddingtop100 {
    padding-top: 100px;
}

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

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

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

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

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

.paddingbtm60 {
    padding-bottom: 60px;
}

.paddingbtm40 {
    padding-bottom: 40px;
}

.paddingtop60 {
    padding-top: 60px;
}

.paddingtop50 {
    padding-top: 50px;
}

.paddingtop40 {
    padding-top: 40px;
}

.paddingtop30 {
    padding-top: 30px;
}

.paddingbtm30 {
    padding-bottom: 30px;
}

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

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.paddingbtm10 {
    padding-bottom: 10px;
}

.paddingbtm30 {
    padding-bottom: 30px;
}

.paddingbtm50 {
    padding-bottom: 50px;
}

.paddingtop30 {
    padding-top: 30;
}

.paddingbtm20 {
    padding-bottom: 20px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingbtm5 {
    padding-bottom: 5px;
}

.spacebottom30 {
    margin-bottom: 30px;
}

.spacetopbtm50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.paddingleft20 {
    padding-left: 50px;
}

.r-paddingbtm20 {
    padding-bottom: 20px;
}

/* margins */
.margin-auto {
    margin: auto;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.margintop60 {
    margin-top: 60px;
}

.margintopbtm50 {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.marginbtm10 {
    margin-top: 10px;
}

.margintopbtm60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.marginbtm60 {
    margin-bottom: 60px;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-14 {
    font-size: 14px;
}

/* colors */
.white-color {
    color: white !important;
}



.light-white-color {
    color: #d3cfc6;
}

.grey-color {
    color: #b5b5b5;
}

.dark-grey-color {
    color: #4F5E71;
}

.black-color {
    color: black !important;
}

.green-color {
    color: #105959;
}

.blue-color {
    color: #1CA8CB;
}

/* bgs */
.light-blue-bg {
    background-color: #E9F6F9;
}

.dark-green-bg {
    background: #113D48;
}

.black-bg {
    background-color: black !important;
}

.green-bg {
    background-color: #105959;
}

.red-color {
    color: #b91820;
}

.blue-bg {
    background-color: #1CA8CB !important;
}

.grey-bg {
    background-color: #F2F4F4;
}

.white-bg {
    background-color: white !important;
}

.red-bg {
    background-color: #b91820;
}

.border-radius-50 {
    border-radius: 50%;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

.top-radius-15 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.bottom-radius-15 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

/* header style */

.top-bar {
    font-size: 14px;
    font-weight: 500
}

.logo {
    padding: 6px 55px;
    background: #105959;
    border-radius: 0px 40px 40px 0px;
    /* background-image: url('./assets/images/home/logo_bg_mask.png'); */
    /* Set the shape as the background */
    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;
    /* Ensures no repeating */
    position: relative;
    /* For positioning the logo image inside */
}



.glass-bg {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.navtag {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 80px;
    background: white;
    font-family: 'poppins' !important;
    z-index: 99;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.scrolled {
    position: fixed;
}

.cart-icon {
    background-color: red;
    color: white;
    padding: 1px 5px;
    border-radius: 50%;
    font-size: 12px;
    margin-top: -10px;
    position: absolute;
    right: 10px;
    top: -3px;
}

/* Search box */
.navbar-third-part {
    margin-left: auto;
    padding-right: 38px;
}

@media only screen and (max-width: 1141px) {
    .navbar button.green-blue-btn {
        display: none;
    }
}

.nav-cart {
    display: none !important;
}

@media only screen and (max-width: 800px) {
    .nav-cart {
        display: unset !important;
    }
}

.navtag .navbar {
    height: 100%;
    /* max-width: 1400px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: auto;
    padding: 0 0px;
}

.navbar .logo a {
    font-size: 30px;
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.navtag .navbar .nav-links {
    line-height: 80px;
    height: 100%;
}

.navtag .navbar .links {
    display: flex;
}

.navtag .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 29px;
}

.navtag .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: black;
    font-size: 15px;
    font-weight: 500;
}



.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

.navtag .navbar .links li .arrow {
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    color: black;
    transition: all 0.3s ease;
}

.navtag .navbar .links li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #1CA8CB;
    display: none;
    z-index: 2;
}

.navtag .navbar .links li:hover .htmlCss-sub-menu,
.navtag .navbar .links li:hover .js-sub-menu {
    display: block;
    padding: 0px 17px
}

.navbar .links li .sub-menu li {
    padding: 0 30px 0px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: black;
    font-size: 14px;
    font-weight: 300;
    font-family: 'poppins'
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
    padding: 17px;
    border-radius: 15px
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width:920px) {
    .navtag .navbar {
        max-width: 100%;
        padding: 0 0px;
    }

    .navtag .navbar .logo a {
        font-size: 27px;
    }

    .navtag .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    .navtag .navbar .links li a {
        font-size: 15px;
    }

    .navbar-third-part {
        display: none;
    }
}

@media (max-width:800px) {
    .navbar {
        position: relative;
    }


    .mobile-menu {
        position: absolute;
        background: black;
        padding: 10px;
        /* top: 60px; */
        z-index: 9;
        right: 0;
        border-radius: 15px;
        margin-right: 10px;
    }
}

@media (max-width:800px) {
    .navtag {
        /* position: relative; */
    }

    .logo {
        padding: 6px 35px 7px 30px;
    }

    .navbar ul li.active::before {
        width: 40% !important;
        background: #105959 !important;
        left: 10px !important;
    }

    .navbar .bx-menu {
        display: block;
    }

    .navtag .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 320px;
        width: 100%;
        background: white;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
        overflow: scroll;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i {
        color: black;
        font-size: 25px;
    }

    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    .navtag .navbar .links {
        display: block;
        margin-top: 20px;
    }

    .navtag .navbar .links li .arrow {
        line-height: 40px;
    }

    .navtag .navbar .links li {
        display: block;
    }

    .navtag .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    .navtag .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    .navtag .navbar .links li:hover .htmlCss-sub-menu,
    .navtag .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }

    .navbar .links li .sub-menu li:hover {
        padding-left: 35px;
    }

    /* .links li::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: -21px;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M99.5,50C66.8,46.6,53.6,27,50,4C46.4,27,33.2,46.6,0.5,50C33.2,53.4,46.4,73,50,96C53.6,73,66.8,53.4,99.5,50z" fill="%23B91820"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0;
            transition: opacity 0.3s ease;

        } */
}

@media (max-width:370px) {
    .navtag .navbar .nav-links {
        max-width: 80%;
    }
}

.navbar ul li.active::before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    background: black;
    width: 100%;
    bottom: 2;
    transition: width 0.4s ease;
}

.navbar ul li::before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    background: black;
    width: 0%;
    bottom: 0;
    transition: width 0.4s ease;
}

.navbar ul li:hover::before {
    width: 100%;
}

/* header style */



.move-up-animate {
    transition: transform 0.4s ease-in-out;
}

.move-up-animate:hover {
    transform: translateY(-10px);
    border-radius: 15px;
}

.img-wrapper {
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}


.zoom-in {
    transform: scale(1);
    transition: transform 1.3s ease-in-out;
}

.img-wrapper:hover .zoom-in {
    transform: scale(1.3);
}

.blue-primary-btn {
    padding: 15px 35px;
    border: unset;
    border-radius: 30em;
    color: white;
    z-index: 1;
    background: #105959;
    position: relative;
    font-size: 16px;
    transition: all 250ms;
    overflow: hidden;
}

.blue-primary-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 30em;
    background-color: #1CA8CB;
    z-index: -1;
    transition: all 0.5s
}

.swiper-slide .blue-primary-btn {
    width: fit-content;
}

.blue-primary-btn:hover::before {
    width: 100%;
}

.transparent-btn {
    padding: 15px 35px;
    border: 1px solid white;
    border-radius: 30em;
    color: white;
    z-index: 1;
    background: transparent;
    position: relative;
    font-size: 16px;
    transition: all 250ms;
    overflow: hidden;
}

.transparent-btn:hover {
    border: 1px solid #1CA8CB;
}

.transparent-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 30em;
    background-color: #1CA8CB;
    z-index: -1;
    transition: all 0.5s
}

.swiper-slide .transparent-btn {
    width: 200px;
}

.transparent-btn:hover::before {
    width: 100%;
}

/* transparent to blue - white to black color */
.transparent-blue-btn {
    padding: 10px 25px;
    border: 1px solid #1CA8CB;
    border-radius: 30em;
    font-weight: 500;
    color: black;
    z-index: 1;
    background: transparent;
    position: relative;
    font-size: 16px;
    transition: all 250ms ease-in-out;
    overflow: hidden;
}

.transparent-blue-btn:hover {
    border: 1px solid #1CA8CB;
    color: white;
}

.transparent-blue-btn:hover::before {
    width: 100%;
}

.transparent-blue-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 30em;
    background-color: #1CA8CB;
    z-index: -1;
    transition: all 0.5s
}

.transparent-blue-btn svg path {
    transition: stroke 0.4s ease-in-out;
}

.transparent-blue-btn:hover svg path {
    stroke: white;
}

/*  */
.green-blue-btn {
    padding: 10px 25px;
    border: 1px solid #105959;
    border-radius: 30em;
    font-weight: 500;
    color: white;
    z-index: 1;
    background: #105959;
    position: relative;
    font-size: 16px;
    transition: all 250ms ease-in-out;
    overflow: hidden;
}

.green-blue-btn:hover {
    border: 1px solid #1CA8CB;
}

.green-blue-btn:hover::before {
    width: 100%;
}

.green-blue-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 30em;
    background-color: #1CA8CB;
    z-index: -1;
    transition: all 0.5s
}

.green-blue-btn svg path {
    transition: stroke 0.4s ease-in-out;
}

.green-blue-btn:hover svg path {
    stroke: white;
}

/* blue green btn */
.blue-green-btn {
    padding: 10px 35px;
    border: 1px solid #1CA8CB;
    border-radius: 30em;
    font-weight: 500;
    color: white;
    z-index: 1;
    background: #1CA8CB;
    position: relative;
    font-size: 16px;
    transition: all 250ms ease-in-out;
    overflow: hidden;
    width: max-content;
}

.blue-green-btn:hover {
    border: 1px solid #105959;
}

.blue-green-btn:hover::before {
    width: 100%;
}

.blue-green-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 30em;
    background-color: #105959;
    z-index: -1;
    transition: all 0.5s
}

.blue-green-btn svg path {
    transition: stroke 0.4s ease-in-out;
}

.blue-green-btn:hover svg path {
    stroke: white;
}

/* blue green btn */
.white-green-btn {
    box-sizing: border-box;
    padding: 10px 35px;
    border: none;
    border-radius: 50px;
    font-weight: 500;
    color: black;
    z-index: 1;
    background: white;
    position: relative;
    font-size: 16px;
    transition: all 250ms ease-in-out;
    overflow: hidden;
    width: max-content;
}

.white-green-btn:hover {
    color: white;
}

.white-green-btn:hover::before {
    width: 100%;
}

.white-green-btn::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #105959;
    z-index: -1;
    transition: all 0.5s
}


/*  */
.pattern-bg {
    background-image: url('../images/home/line-pattern.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blue-color-pattern-bg {
    background-color: #E9F6F9 !important;
    background-image: url('../images/home/line-pattern-3.png') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tour-image-container {
    position: relative;
    width: 100%;
}

.image-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    border: 1px solid white;
}

.title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
}

.line-btn {
    text-transform: capitalize;
    color: #6E7070;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.contact-form .form-control {
    background: transparent;
    padding: 14px 24px;
}

.contact-form .form-control:focus {
    color: white !important;
    background-color: transparent !important;
    border-color: white !important;
    outline: 0;
    box-shadow: unset !important;
}

/* For modern browsers */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: white;
    font-weight: normal;
    opacity: 1;
}

/* For Internet Explorer */
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: white;
    font-weight: normal;

    /* Replace with your desired color */
}

/* For Edge */
.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
    color: white;
    font-weight: normal;

    /* Replace with your desired color */
}

/* testimonials */
.testimonial {
    background: url('../images/home/map.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial-text {
    font-size: 18px;
    color: black;
    font-weight: 500;
    margin-bottom: 30px;
}

.testimonial-name {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 500;
}

/* breadcrumb */
.breadcrumb-bg {
    background: url('../images/home/breadcrumb-bg.jpg'), center center no-repeat;
    background-position: center;
}

.breadcrumb-heading {
    font-size: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem);
    line-height: 1.4em;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {

    .breadcrumb-heading {
        font-size: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem);
        line-height: 1.4em;
        font-weight: 600;
    }
}

/* footer cta */
.cta {
    background-color: #1CA8CB;
    background-image: url(https://gaviaspreview.com/wp/gowilds/wp-content/uploads/2023/01/bg-shape-04.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.cta-title {
    font-size: 30px !important
}

/* tour card */

.tag-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.tag {
    background-color: rgba(125, 125, 125, 0.6);
    border: 0.5px solid #fff;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline;
    width: max-content;
    margin-bottom: 20px;
}

.card-tour-title {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4em;
    color: black;
}

.card-tour-title:hover {
    color: #105959;
}

.tour-card-tag {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    width: max-content;
}

.card-tag-orange {
    background: #f0ad46;
}

.card-tag-green {
    background: #01AA90;
}

.card-tag-blue {
    background: #4BA7FC;
}

.card-tag-pink {
    background: #FFEBF5;
    color: #cf3881;
}

.card-tag-grey {
    color: #4F5E71;
    background: #E8EDF1;
}

.tour-card-btn {
    padding: 10px 25px;
    border: 1px solid #105959;
    border-radius: 30em;
    font-weight: 500;
    color: white;
    z-index: 1;
    background: #105959;
    position: relative;
    font-size: 14.5px;
    transition: all 250ms ease-in-out;
    overflow: hidden;
    width: max-content;
}

.tour-card-btn:hover {
    border: 1px solid #1CA8CB;
}

.tour-card-btn:hover::before {
    width: 100%;
}

.tour-card-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 30em;
    background-color: #1CA8CB;
    z-index: -1;
    transition: all 0.5s
}

.tour-card-starting-from {
    font-size: 13px;
}

.tour-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-tour-review {
    font-size: 14.5px;
}

/*  */
.check-list {
    list-style: none;
}

.check-list li {
    position: relative;
    margin-bottom: 8px;
}

.check-list li::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%231CA8CB" class="bi bi-check2-circle" viewBox="0 0 16 16"><path d="M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z"/><path d="M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z"/></svg>');
    background-size: cover;
    position: absolute;
    left: -30px;
    top: 5px;
}

/* toast close btn */
.toast-close-btn.btn-close {
    background-color: white !important;
    opacity: 1;
}

.toast-close-btn.btn-close:hover {
    opacity: 1;
}

/* popup close btn */
.popup-close-btn.btn-close {
    background-color: #1CA8CB !important;
    opacity: 1;
}

.popup-close-btn.btn-close {
    --bs-btn-close-color: #fff !important;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
    --bs-btn-close-opacity: 1 !important;
    --bs-btn-close-hover-opacity: 1 !important;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background-color: #1CA8CB;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.popup-close-btn.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: 1;
    background-color: #105959 !important;
}

.popup-close-btn.btn-close:focus {
    outline: 0;
    box-shadow: unset !important;
    opacity: unset !important;
}

/* form focus */
.form-control:focus {
    color: var(--bs-body-color);
    background-color: #ffffff !important;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

.form-control.popup-form-fields {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-control.popup-form-fields {
    background-color: white !important;
}

.no-of-persons-popup {
    max-width: 100%;
    width: 55% !important;
    display: inline-block !important;
}

/* Base style for the animated ball */
#mouseBall {
    position: absolute;
    background: #1CA8CB;
    opacity: 1;
    width: 10px;
    height: 10px;
    pointer-events: none;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: pulse 0.5s cubic-bezier(.51, 0, 0.4, .5) alternate infinite;
    z-index: 99999;
}

/* Keyframes for pulsing effect */
@keyframes pulse {
    from {
        width: 10px;
        height: 10px;
    }

    to {
        width: 12px;
        height: 12px;
    }
}

/* Animation for bouncing effect on click */
#mouseBall.active {
    animation: bounce 0.5s ease;
}

@keyframes bounce {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}