/* Designed and developed by SYRONYX Web and App Solutions*/
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chilanka&display=swap');
/* PRELOADER */

.main-content {
    display: none;
}

.a.feed-powered-by-es.feed-powered-by-es-center {
    display: none !important;
}

.feed-powered-by-es-slider-img,
.feed-powered-by-es-feed-img {
    display: none !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}

.loader-animation {
    max-width: 80px;
    width: 100%;
}

.loader {
    border: 8px solid #ebebeb;
    border-top: 8px solid #28ebb6;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    max-width: 270px;
    height: auto;
    aspect-ratio: 1;
    animation: spin 1s linear infinite;
}

.loader-logo-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30%;
    padding-right: 30%;
}

.pre-loader-logo-icon {
    max-width: 110px;
    width: 100%;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-content {
    display: none;
}



/* ##################
HERO SECTION START
##################### */

.slider {
    position: relative;
}

.hero-brand {
    z-index: 99;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-brand-img {
    max-width: 300px;
}

.hero-content-parent {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hero-brand-text-parent {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.hero-brand-text-parent .hero-text {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Rajdhani" !important;
    font-size: 80px;
    line-height: .9;
    margin-bottom: -5px;
}

.hero-brand-text-parent .hero-higlighted-text {
    color: #28ebb6;
}

.hero-brand-text-parent .hero-brand-tagline {
    color: #fff;
    font-family: "Rajdhani";
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.showcase {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
    overflow: hidden;
}

.showcase-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-description {
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    text-align: center;
    right: 0;
    left: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-description p {
    color: #ebebeb;
    margin-bottom: 0;
}

.hero-description .hero-scroll-link {
    color: #fff;
    font-size: 14px;
    padding: 6px 8px;
    border-radius: 50%;
    background: #28ebb6;
}

.hero-description .hero-scroll-link i {
    padding-left: 2px;
}

.text {
    position: relative;
    text-align: center;
}

.text img {
    width: 100px;
    z-index: 10;
    display: none;
}

.text h2 {
    font-size: 4em;
    font-weight: 600;
    color: #1f1f1f;
    letter-spacing: 5px;
    line-height: 1em;
    text-transform: uppercase;
    display: inline-block;
}

.text h3 {
    font-size: 4em;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
}

.text p {
    font-size: 1.1em;
    color: #444444;
    margin: 20px 0;
    font-weight: 400;
    max-width: 700px;
}

.text a {
    display: inline-block;
    font-size: 1em;
    background: transparent;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 7px 11.2px;
    border-radius: 1cm;
    margin-top: 10px;
    transition: 0.2s;
}

.text i {
    color: #fff;
    transition: .5s;
}

.text a:hover i {
    color: #1f1f1f;
    transition: .5s;
}

.text a:hover {
    background: #28ebb6;
    transition: .5s;
}

.social {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social li {
    list-style: none;
    margin-inline: 20px;
}

.social i {
    font-size: 50px;
    font-weight: 500;
    color: #1f1f1f;
    transition: 0.5s;
    position: absolute;
    margin: 0 auto;
    display: block;
    bottom: 20px;
}

.social i:hover {
    color: #00c25b;
    transition: 0.5s;
}

.social li a {
    display: inline-block;
    margin-right: 20px;
    transform: scale(0.5);
    transition: 0.5s;
}

.social li a:hover {
    transform: scale(0.5) translateY(-15px);
}

@media (max-width: 991px) {

    .showcase,
    .showcase header {
        padding: 40px;
    }

    .text h2 {
        font-size: 4em;
    }

    .text h3 {
        font-size: 2em;
    }
}

.slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    /* box-sizing: border-box; */
    z-index: 1;
}

.slider-controls button {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    /* padding: 10px 20px; */
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #199977;
}

.slider-controls button:hover,
.slider-controls button:disabled {
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    color: #28ebb6;
}

/* ##################
HERO SECTION END
#####################*/

/* ################## 
PACKAGES SECTION START
##################### */
.packages-page-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.packages-page {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* .home-packages-heading i {
    font-size: 20px;
    color: #2f2f2f;
    position: relative;
    bottom: 5px;
} */

.packages-home-text-split p {
    text-align: justify;
}

.packages-title-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.packages-home-title-parent {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}

.packages-home-title-split {
    display: flex;
    justify-content: center;
    align-items: center;
}

.packages-title-image img {
    max-width: 300px;
    width: 100%;
}

.packages-title-text h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #1db189;
}

.packages-card-parent {
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: 15px;
}

.home-packages-card-parent {
    display: flex;
    padding-top: 70px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: start;
    align-items: center;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    transition: .5s;
}

.home-packages-page-link {
    color: #199977;
    font-weight: 600;
}

.home-packages-page-link i {
    color: #28ebb6;
    font-weight: 500;
    position: relative;
    top: 3.5px;
}

@media(min-width:1684px) {
    .home-packages-card-parent {
        justify-content: center;
    }
}

/* packages scrollbar */

.home-packages-card-parent::-webkit-scrollbar {
    height: 8px;
    /* Height of the scrollbar */
    width: 8px;
}

.home-packages-card-parent::-webkit-scrollbar-track {
    background-color: #fff;
    /* Color of the scrollbar track */
}

.home-packages-card-parent::-webkit-scrollbar-thumb {
    background-color: #88888859;
    /* Color of the scrollbar thumb */
    border-radius: 4px;
    /* Rounded corners of the scrollbar thumb */
}

.home-packages-card-parent::-webkit-scrollbar-thumb {
    background-color: #555;
    /* Color of the scrollbar thumb on hover */
}

.home-packages-card-parent::-webkit-scrollbar-thumb {
    transition: .5s;
    background-color: rgba(223, 17, 17, 0.3);
    /* Set the thumb color on hover */
}

/* Hover effect for card parent */
.home-packages-card-parent {
    scrollbar-color: #e0e0e0 #ffffff;
    /* Color of the scrollbar on hover */
}

/* packages scrollbar */
.packages-single-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-inline: 10px;
    margin-block: 10px;
}

.packages-card {
    width: 310px;
    height: 240px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transition: .5s;
}

.home-packages-card {
    /* width: 330px; */
    /* height: 290px; */
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transition: .5s;
}

.packages-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 4px 30px #28ebb76c;
    transition: .5s;
    z-index: 1;
}

.packages-top {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(84, 84, 84, 0) 70%, rgba(0, 0, 0, 0.87) 100%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid rgba(255, 255, 255, 0.678);
    width: 100%;
    position: relative;
    z-index: 10;
    height: 240px;
    transition: .5s;
}

.packages-card:hover .packages-top {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(84, 84, 84, 0) 70%, rgba(0, 0, 0, 0.87) 100%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid #28ebb6;
    border-top: 3px solid rgba(255, 255, 255, 0.678);
    border-left: 3px solid rgba(255, 255, 255, 0.678);
    border-right: 3px solid rgba(255, 255, 255, 0.678);
    width: 100%;
    height: 180px;
    margin-bottom: 0px;
    transition: .5s;
}

.packages-top .packages-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    margin-left: 10px;
    margin-top: 62%;
    transition: .5s;
    margin-bottom: -10px;
}

.home-packages-card .packages-title {
    margin-top: 62%;
}

.packages-card:hover .packages-title {
    margin-top: 42%;
    transition: .5s;
}

.home-packages-card:hover .packages-title {
    margin-top: 42%;
    transition: .5s;
}


.packages-card .packages-desc {
    background: #13745a98;
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    height: 60px;
    /* border-top: 3px solid rgba(255, 255, 255, 0); */
    border-bottom: 3px solid rgba(255, 255, 255, 0.678);
    border-left: 3px solid rgba(255, 255, 255, 0.678);
    border-right: 3px solid rgba(255, 255, 255, 0.678);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}

.packages-card .packages-day {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.packages-card .packages-desc p {
    color: #f0f0f0;
    font-size: 13px;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.1;
}

.packages-card-link-btn {
    padding: 5px 10px 5px 10px;
    background: rgba(0, 0, 0, 0.493);
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.322);
    transition: .5s;
}

.packages-card-link-btn:hover {
    background: rgba(0, 0, 0, 0.247);
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.562);
    transition: .5s;
}

.packages-card-link-btn i {
    color: #28ebb6;
    transition: .5s;
}

.packages-card-link-btn:hover i {
    margin-left: 3px;
    transition: .5s;
}

/* ############ */
/* Card Images */

.azerbaijan-card .packages-card {
    background: url(../img/packages/azerbaijan.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.manali-card .packages-card {
    background: url(../img/packages/manali.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.türkiye-card .packages-card {
    background: url(../img/packages/turkey.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.kualalumpur-card .packages-card {
    background: url(../img/packages/kualalumpur.avif) no-repeat;
    background-position: center;
    background-size: cover;
}

.vietnam-card .packages-card {
    background: url(../img/packages/vietnam.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.andaman-card .packages-card {
    background: url(../img/packages/andaman.avif) no-repeat;
    background-position: center;
    background-size: cover;
}

.indonesia-card .packages-card {
    background: url(../img/packages/indonesia.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.thailand-card .packages-card {
    background: url(../img/packages/thailand.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.georgia-card .packages-card {
    background: url(../img/packages/georgia.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

.dubai-card .packages-card {
    background: url(../img/packages/dubai.avif) no-repeat;
    background-position: center;
    background-size: cover;
}

.kashmir-card .packages-card {
    background: url(../img/packages/kashmir.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

.delhi-card .packages-card {
    background: url(../img/packages/delhi.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.darjeeling-card .packages-card {
    background: url(../img/packages/darjeeling.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

/* packages filter */
.packages-filter-parent {
    /* flex-direction: column; */
    justify-content: center;
}

#portfolio-flters {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

#portfolio-flters li {
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    padding: 0px 6px 5px 6px;
    font-size: 18px;
    line-height: 20px;
    color: #666666;
    border-bottom: 2px solid #28ebb600;
    background: #ffffff00;
    margin-bottom: 5px;
    transition: .3s;
    /* text-transform: uppercase; */
}

.card-filter-container {
    transition: transform 0.3s;
}

#portfolio-flters li.filter-active {
    border-bottom: 2px solid #28ebb6;
    /* font-weight: 700; */
    color: #1f1f1f;
    transition: .3s;
}

#portfolio-flters li:hover {
    color: #28ebb6;
    transition: .3s;
}


/* ################## 
PACKAGES SECTION END
##################### */



/* ##########################
SINGLE PACKAGE SECTION START
############################# */
.single-packages-page-main {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.single-package {
    padding-top: 200px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-package-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 550px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #ebebeb00;
    color: #1f1f1f;
    border: 1px solid #ffffff15;
    box-shadow: 0 0 23px 0 #00000023;
    transition: .5s;
}

.single-package-form:hover {
    transition: .5s;
    border-radius: 20px 20px 40px 40px;
    box-shadow: 0 0 23px 0 #00000036;
}

.single-package-why-us {
    max-width: 550px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.single-package-why-us h4 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #1f1f1f;
}

.single-package-why-us-card {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: #ebebeb00;
    max-width: 550px;
    width: 100%;
    border-radius: 20px;
    height: auto;
    padding: 30px;
    border: 1px solid #ffffff15;
    box-shadow: 0 0 23px 0 #00000023;
}

.single-package-mini-card {
    padding: 10px;
    border: 1px solid #fff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: #ffffff17;
    border-radius: 20px;
    font-size: 20px;
    margin-block: .5cm;
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    grid-template-rows: 1fr;
    text-align: left;
    transition: .5s;
    box-shadow: 0 0 23px 0 #00000000;
}

.single-package-mini-card:hover {
    background: #ffffff85;
    transition: .5s;
    transform: scale(1.03);
    border: 1px solid #199977;
    box-shadow: 0 0 23px 0 #00000019;
}

.single-package-mini-card i {
    color: #199977;
    margin-right: 15px;
    font-size: 25px;
}

.mini-card-text {
    color: #1f1f1f;
    text-transform: capitalize;
    font-weight: 600;
}

.mini-card-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-package-title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -1px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #199977;
}

.single-package-wtsp {
    max-width: 550px;
    width: 100%;
    margin-top: 30px;
}

.single-package-wtsp-card {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: #1f1f1fd5;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    max-width: 550px;
    width: 100%;
    border-radius: 20px 20px 100px 100px;
    height: auto;
    padding: 10px 20px;
    transition: .5s;
    box-shadow: 0 0 23px 0 #00000043;
}

.single-package-wtsp-card:hover {
    transition: .5s;
    transform: scale(1.05) translateY(20px);
    box-shadow: 0 0 23px 0 #00000066;
}

.single-package-wtsp a {
    border-radius: 20px;
}

.single-package-wtsp-card i {
    margin-right: 10px;
    font-size: 25px;
    color: #25D366;
}

.single-package-wtsp-card span {
    font-size: 20px;
    color: #ebebeb;
    font-weight: 600;
}

.single-package-wtsp-card .wtsp-card-inner {
    display: flex;
    justify-content: center;
}

.single-package-wtsp .wtsp-card-inner .wtsp-card-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-package-title::before {
    width: 18px;
    height: 18px;
}

.single-package-title::after {
    width: 18px;
    height: 18px;
    animation: pulse 1s linear infinite;
}

.single-package-mini-nav {
    position: relative;
    z-index: 9;
}

.mini-nav-sticky {
    position: fixed;
    top: 30px;
    width: 57.2%;
}

.mini-nav-sticky .mini-nav-parent {
    background: #006931a6;
    transition: .5s;
}

.mini-nav-sticky .mini-nav-parent a {
    color: #ebebeb;
    transition: .5s;
}

.mini-nav-sticky .mini-nav-parent a:hover {
    color: #222222;
    display: inline-block;
    border-bottom: 2px solid #ebebeb;
    transition: .5s;
}

.mini-nav-parent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    white-space: nowrap;
    background: #ebebebb6;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* border-radius: 20px 20px 60px 60px; */
    border-radius: 20px;
    box-shadow: 0 0 23px 0 #00000023;
    border: 5px solid #ebebeb00;
    margin-top: 50px;
    padding: 0.1rem 0rem;
    transition: .5s;
}

.mini-nav-parent a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0.5rem 0.25rem;
    display: inline-block;
    border-bottom: 2px solid #1f1f1f00;
}

.mini-nav-parent a:hover {
    color: #199977;
    display: inline-block;
    border-bottom: 2px solid #1f1f1f;
    transition: .5s;
}

.mini-nav-parent a:first-child {
    margin-left: 3rem;
}

.mini-nav-parent a:last-child {
    margin-right: 3rem;
}

@media (max-width: 500px) {
    .mini-nav-parent a {
        display: block;
    }
}

.single-package-itenary .itenary-card {
    padding: 30px;
    border: 2px dotted #1f1f1f30;
    border-radius: 20px;
    margin-top: 80px;
}

.single-package-itenary .itenary-card:last-child {
    margin-bottom: 100px;
}

.single-package-itenary .itenary-day-heading h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: .6;
    color: #1f1f1f;
}

.single-package-itenary .itenary-day {
    margin-block: 50px;
}

.single-package-itenary .itenary-day-heading h5 {
    font-weight: 500;
    font-size: 18px;
    color: #199977;
    border-bottom: 2px dashed #1f1f1f;
    display: inline;
}

.single-package-itenary .itenary-details {
    margin-left: 40px;
    margin-top: 20px;
    font-size: 20px;
    color: #343434;
    text-align: justify;
}

.single-package-itenary ul {
    list-style: none;
}

.single-package-itenary .itenary-details i {
    font-size: 12px;
    position: relative;
    bottom: 2px;
    color: #199977;
}

.single-package-itenary .itenary-details span {
    font-weight: 500;
}

.single-package-itenary .itenary-details .itenary-step {
    margin-top: 140px;
}

.single-package-itenary .inclusive-card {
    padding: 10px;
    border-radius: 20px;
}

.single-package-itenary .inclusive-card h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: .6;
    color: #1f1f1f;
    border-bottom: 2px solid #008b41;
    display: inline;
    line-height: 1;
}

.inclusive-card .itenary-details {
    margin-left: 28px;
}


.single-package-itenary .exclusive-card {
    padding: 10px;
    border-radius: 20px;
}

.single-package-itenary .exclusive-card h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: .6;
    color: #1f1f1f;
    border-bottom: 2px solid #008b41;
    display: inline;
    line-height: 1;
}

.exclusive-card .itenary-details {
    margin-left: 28px;
}

.exclusive-card .itenary-details span {
    font-weight: 600;
}



.single-package-itenary .t_and_c-card {
    padding: 10px;
    border-radius: 20px;
}

.single-package-itenary .t_and_c-card h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: .6;
    color: #1f1f1f;
    border-bottom: 2px solid #199977;
    display: inline;
    line-height: 1;
}

.t_and_c-card .itenary-details {
    margin-left: 28px;
}



.single-package-itenary .payment-card {
    padding: 10px;
    border-radius: 20px;
}

.single-package-itenary .payment-card h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: .6;
    color: #1f1f1f;
    border-bottom: 2px solid #008b41;
    display: inline;
    line-height: 1;
}

.payment-card .itenary-details {
    margin-left: 28px;
}

.single-package-title::before,
.single-package-title::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 0px;
    background-color: #1db189
}

.single-package-message {
    text-align: center;
}

.single-package-message,
.single-package-signin {
    font-size: 14.5px;
    color: #1f1f1f;
}

/* .single-package .col-lg-3 {
    padding-right: 0;
    padding-left: 0;
} */

.single-package-signin {
    text-align: center;
}

.single-package-signin a:hover {
    text-decoration: underline red;
}

.single-package-signin a {
    color: #00c25b;
}

.flex {
    display: flex;
    width: 100%;
    gap: 6px;
}

.single-package-form-heading {
    line-height: 0;
    font-weight: 600;
    font-size: 30px;
    margin-top: 10px;
    text-align: center;
}

.single-package-form label {
    position: relative;
}

.single-package-form label .input {
    background-color: #f8f8f8;
    color: #1f1f1f;
    width: 100%;
    padding: 20px 05px 05px 10px;
    outline: 0;
    border: 1px solid rgba(105, 105, 105, 0.185);
    border-radius: 10px;
}

.single-package-form label .input+span {
    color: rgba(0, 0, 0, 0.399);
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
}

.single-package-form label .input:placeholder-shown+span {
    top: 12.5px;
    font-size: 0.9em;
}

.single-package-form label .input:focus {

    border: 1px solid #19997788;
}

.single-package-form label .input:focus+span,
.single-package-form label .input:valid+span {
    color: #199977;
    top: 0px;
    font-size: 0.7em;
    font-weight: 600;
}

.single-package-submit {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px 10px 50px 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transform: .3s ease;
    background: linear-gradient(-45deg, #1f1f1f, #1db189, #199977, #1db189);
    background-size: 400% 400%;
    animation: gradient 18s ease infinite;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: .5s;
}

.single-package-submit:hover {
    transform: scale(1.04);
    border-radius: 50px 50px 10px 10px;
    transition: .5s;
}

.single-package-sect-header {
    padding-bottom: 1cm;

}

.single-package-sect-header .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.single-package-price-min-width {
    display: none;
}

.single-package-min-min-width-price {
    font-size: 23px;
    font-weight: 600;
    display: none;
    color: #4d4d4d;
}

.single-package-min-min-width-price i {
    font-size: 20px;
    color: #00c25b;
}

.single-package-price-min-width h4 {
    border-bottom: none !important;
}

.single-package-price-min-width i {
    font-size: 33px;
    color: #00c25b;
}

.single-package-header-main-1 h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #3f3f3f;
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-package-header-main-1 h4 {
    font-weight: 500;
    font-size: 20px;
    /* border-bottom: 3px solid #00c25b; */
    display: inline-block;
    color: #848484;
}

.single-package-header-main-2 h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 0.5;
    padding-top: 10px;
    color: #4b4b4b;
}

.single-package-header-main-2 i {
    font-size: 33px;
    color: #199977;
}

.single-package-header-main-2 h4 {
    font-weight: 700;
    font-size: 40px;
    color: #3f3f3f;
    display: inline-block;
}

.single-package .single-package-cover {
    text-align: center;
}

.single-package .single-package-cover img {
    max-width: 1200px;
    width: 100%;
    border-radius: 40px;
    margin-top: .1cm;
}

@keyframes pulse {
    from {
        transform: scale(0.9);
        opacity: 1;
    }

    to {
        transform: scale(1.8);
        opacity: 0;
    }
}


/* ##########################
SINGLE PACKAGE SECTION END
############################# */


/* ##########################
EVENTS SECTION START
############################# */
.events-page-cards-section {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.events-cards-parent {
    justify-content: center;
    align-items: center;
}

.events-parent {
    width: 300px;
    padding: 20px;
    perspective: 1000px;
}

.events-card {
    padding-top: 50px;
    border: 3px solid rgb(255, 255, 255);
    transform-style: preserve-3d;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.199) 0 0 23px;
    transition: all 0.5s ease-in-out;
}

.events-card-one {
    background-size: cover;
    background-position: center;
    background-image: url(../img/gallery/16.jpg);
    background-repeat: no-repeat;
}

.events-card-two {
    background-size: cover;
    background-position: center;
    background-image: url(../img/gallery/11.jpg);
    background-repeat: no-repeat;
}

.events-card-three {
    background-size: cover;
    background-position: center;
    background-image: url(../img/gallery/15.jpg);
    background-repeat: no-repeat;
}

.events-card-four {
    background-size: cover;
    background-position: center;
    background-image: url(../img/gallery/1.jpg);
    background-repeat: no-repeat;
}

.events-card:hover {
    /* background-position: -20px 20px, -20px 20px; */
    border: 3px solid #28ebb6;
    /* transform: rotate3d(0.5, 1, 0, 30deg); */
    transform: scale(1.02);
}

.events-content-box {
    background: #1ead87a6;
    backdrop-filter: blur(2px);
    transition: all 0.5s ease-in-out;
    padding: 60px 25px 25px 25px;
    transform-style: preserve-3d;
}

.events-content-box .events-card-title {
    display: inline-block;
    color: white;
    font-size: 30px;
    font-weight: 800;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 50px);
    text-transform: uppercase;
}

.events-content-box .events-card-title i {
    font-size: 20px;
}

.events-content-box .events-card-title:hover {
    transform: translate3d(0px, 0px, 60px);
}

.events-content-box .events-card-content {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 30px);
}

.events-content-box .events-card-content:hover {
    transform: translate3d(0px, 0px, 60px);
}

.events-content-box .events-see-more {
    cursor: pointer;
    margin-top: 1rem;
    display: inline-block;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background: #1db189;
    padding: 5px 10px 5px 10px;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 20px);
    border: 2px solid rgba(255, 255, 255, 0.493);
}

.events-content-box .events-see-more:hover {
    transform: translate3d(0px, 0px, 60px);
    border-radius: 10px;
    color: #1db189;
    background: #fff;
    border: 2px solid #199977a2;
}

.events-date-box {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 80px;
    width: 80px;
    background: rgba(255, 255, 255, 0.842);
    /* backdrop-filter: blur(5px); */
    border: 1px solid #28ebb6;
    padding: 10px;
    transform: translate3d(0px, 0px, 80px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 17px 10px -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.events-date-box span {
    display: block;
    text-align: center;
}

.events-date-box .events-month {
    color: #199977;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.events-date-box .events-date {
    font-size: 20px;
    font-weight: 800;
    color: #199977;
}

.events-card-location {
    text-transform: uppercase;
    font-size: 18px;
}

/* ##########################
EVENTS SECTION END
############################# */



/* ##########################
RESORTS SECTION START
############################# */
.resorts-page-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.resorts-card-parent {
    justify-content: center;
    align-items: center;
}

.resorts-card {
    width: 320px;
    background: #ffffffa4;
    backdrop-filter: blur(5px);
    border: 3px solid #19997736;
    border-radius: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-inline: 10px;
    margin-block: 10px;
    transition: .5s;
    cursor: pointer;
}

.resorts-card:hover {
    transform: translateY(-20px);
    transition: .5s;
}

.resorts-brand {
    background: #1db189;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    aspect-ratio: 1;
}

.resorts-brand img {
    max-width: 35px;
    filter: brightness(9999);
}

.resorts-title {
    font-size: 25px;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: 700;
}

.resorts-datetime {
    font-size: 12px;
    color: #199977;
    margin-top: -5px;
    font-weight: 600;
}

.resorts-image {
    flex: 1;
    min-height: 180px;
    width: 100%;
    border-radius: 20px;
    background: url(../img/resorts/resort1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 4px;
}

.resorts-amenities {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2px 0;
}

.resorts-amenities span {
    cursor: pointer;
    height: 40px;
    width: 50px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border-radius: 10px;
    background-color: transparent;
    transition: all .15s ease;
}

.resorts-amenities span:hover {
    background-color: rgba(137, 43, 226, 0.096);
}

.resorts-amenities span svg {
    fill: rgb(255, 255, 255);
    margin-right: 2px;
}

.resorts-card .resorts-bottom-section .resorts-row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.resorts-card .resorts-bottom-section .resorts-row .resorts-item {
    flex: 30%;
    text-align: center;
    padding: 5px;
    color: #343434;
}

.resorts-section .row {
    justify-content: center;
}

.resorts-card .resorts-bottom-section .resorts-row .resorts-item .resorts-big-text {
    font-size: 15px;
    font-weight: 600;
    color: #008b41;
    display: block;
}

.resorts-card .resorts-bottom-section .resorts-row .resorts-item .resorts-regular-text {
    font-size: 12px;
    font-weight: 500;
    color: #545454;
}

.resorts-card .resorts-bottom-section .resorts-row .resorts-item:nth-child(2) {
    border-left: 1px solid #1f1f1f38;
    border-right: 1px solid #1f1f1f38;
}

.resorts-card-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.resorts-card-resort-info {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

/* ##########################
RESORTS SECTION END
############################# */



/* ##########################
SINGLE RESORT SECTION START
############################# */

.single-resorts-page-main {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

/* .resrots-single-page-main .row {
    margin-left: 15px;
    margin-right: 15px;
} */
.resrots-single-page-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resrots-single-page-main-hero .hero-img-resorts {
    border-radius: 20px;
    background: url(../img/resorts/resort1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    min-height: 500px;
}

/* .resrots-single-page-main-hero .hero-img-resorts img {
    max-height: 1200px;
    width: 100%;
    border-radius: 20px;
  } */
.resrots-single-page-main-hero .hero-text-resorts {
    height: max-content;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.resrots-single-page-main-hero .hero-text-resorts .resorts-single-page-header {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #2f2f2f;
}

.resrots-single-page-main-hero .hero-text-resorts .resorts-single-page-location {
    font-size: 18px;
    color: #199977;
}

.resrots-single-page-main-hero .hero-text-resorts .resorts-single-page-description {
    text-align: justify;
    font-size: 16px;
    padding-top: 30px;
}

.resrots-single-page-main-hero .hero-text-resorts .resorts-single-page-ratings {
    color: #1f1f1f;
    display: inline-block;
    font-weight: 600;
}

.resrots-single-page-main-hero .hero-text-resorts .resorts-single-page-ratings i {
    color: #199977;
    font-size: 18px;
    /* display: inline-block; */
    font-weight: 500;
    position: relative;
    top: 3px;
}

.ratings-parent {
    /* border-left: 2px solid #008b41; */
    padding-left: 10px;
    padding-right: 10px;
}

.ratings-parent .ratings-rating-container {
    display: flex;
    justify-content: space-between;
}

.ratings-parent .ratings-rated-on {
    font-size: 15px;
    font-weight: 600;
}

.ratings-parent .ratings-rating {
    color: #199977;
    font-weight: 600;
}

.resrots-single-page-main-hero .resorts-single-page-book-now {
    text-align: center;
    background: linear-gradient(-45deg, #1f1f1f, #1db189, #199977, #1db189);
    background-size: 400% 400%;
    animation: gradient 11s ease infinite;
    /* border-radius: 40px 15px 40px 15px; */
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    transition: .5s;
}

.resrots-single-page-main-hero .resorts-single-page-book-now:hover {
    /* border-radius: 15px 40px 15px 40px; */
    transform: scale(1.04);
    transition: .5s;
}

.resrots-single-page-main-hero .resorts-single-page-book-now-btn {
    text-align: center;
    color: #ebebeb;
    font-weight: 600;
    text-transform: uppercase;
}

.facilities-resorts-single-page .container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.facilities-resorts-single-page .facilites-main-header {
    padding-bottom: 40px;
    display: block;
    justify-content: left;
}

.facilities-resorts-single-page .facilites-main-header h2 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
    color: #2f2f2f;
    display: inline-block;
}

.facilities-resorts-single-page .facilites-main-header h6 {
    text-align: left;
    font-size: 16px;
    color: #7a7a7a;
}

.facilities-resorts-single-page .facilites-main-header strong {
    color: #199977;
}

.facilities-resorts-single-page .row {
    width: 100%;
    /* border: 2px dashed #fff; */
}

.facilities-resorts-single-page .facility-main-parent {
    width: 100%;
    border: 2px dotted #0000001a;
    padding: 50px 40px 50px 40px;
    border-radius: 30px;
}

.facilities-resorts-single-page .facility-split .facility-heading {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    /* border-bottom: 2px dotted #008b41; */
}

.facilities-resorts-single-page .facility-split .facility-heading i {
    color: #199977;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
    /* border-bottom: 2px dotted #008b41; */
}

.facilities-resorts-single-page .facility-split .facility-single {
    margin-left: 0;
    padding-left: 10px;
    margin-right: 0;
}

.facilities-resorts-single-page .facility-split .facilities-single-parent {
    margin-bottom: 20px;
}

.facilities-resorts-single-page .facility-split .facility-single i {
    position: relative;
    top: 2px;
    color: #199977;
}

.facilities-resorts-single-page .facility-split .facility-single p {
    margin-bottom: 5px;
    color: #4f4f4f;
    font-size: 15px;
}

.surroundings-resorts-single-page .container {
    display: flex;
    margin: 0 auto;
}

.surroundings-resorts-single-page .row {
    width: 100%;
    margin: auto;
}

.surroundings-resorts-single-page .row {
    margin-block: 10px;
}

.surroundings-resorts-single-page .surroundings-main-parent {
    border: 2px dotted #0000001a;
    padding: 50px 40px 50px 40px;
    border-radius: 30px;
}

.surroundings-resorts-single-page .surroundings-main-header {
    padding-bottom: 40px;
    display: block;
    justify-content: left;
}

.surroundings-resorts-single-page .surroundings-main-header h2 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
    color: #2f2f2f;
    display: inline-block;
}

.surroundings-resorts-single-page .surroundings-main-header h6 {
    text-align: left;
    font-size: 16px;
    color: #199977;
}

.surroundings-resorts-single-page .surrounding-place-header {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.surroundings-resorts-single-page .surrounding-place-header i {
    color: #199977;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
    /* border-bottom: 2px dotted #008b41; */
}

/* .surroundings-resorts-single-page .surrounding-place-parent {
    margin-inline: 10px;
    margin-block: 5px;
  } */
.surroundings-resorts-single-page .surrounding-place-title,
.surrounding-place-distance {
    margin-bottom: 5px;
    color: #4f4f4f;
    padding: 0;
    font-size: 14px;
}

.surroundings-resorts-single-page .surrounding-place-distance {
    color: #199977;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 0;
}

.surroundings-resorts-single-page .surrounding-split-inner-parent {
    margin-bottom: 20px;
}

.rules-resorts-page .container {
    margin: 0 auto;
}

.rules-resorts-page .row {
    width: 100%;
}

.rules-resorts-page .rule-parent {
    width: 100%;
    border: 2px dotted #0000001a;
    padding: 20px 50px 20px 55px;
    border-radius: 30px;
}

.rules-resorts-page .rule-parent .rule-header {
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: left;
}

.rules-resorts-page .rule-parent .rule-header h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.rules-resorts-page .rule-parent .rule-header i {
    font-size: 16px;
    margin-right: 5px;
    color: #199977;
}

.rules-resorts-page .rule-parent .rule-description p {
    font-size: 14px;
    margin-bottom: 0;
    color: #5c5c5c;
}

.rules-resorts-page .rule-parent .rule-description strong {
    color: #4e4e4e;
}

.rules-resorts-page .rule-single {
    padding-top: 20px;
    margin: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
}

.rules-resorts-page .rule-single:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece00;
}

.rules-resorts-page .rules-main-header {
    padding-bottom: 40px;
    display: block;
    justify-content: left;
}

.rules-resorts-page .rules-main-header h2 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
    color: #2f2f2f;
    display: inline-block;
}

.rules-resorts-page .rules-main-header h6 {
    text-align: left;
    font-size: 16px;
    color: #199977;
}

.resorts-single-page-faq-section {
    padding-bottom: 140px;
}

.resorts-single-page-faq-section .container {
    margin: 0 auto;
}

.resorts-single-page-faq-section .container {
    display: block;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #008b41;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    /* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06); */
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    /* background: #008b4159; */
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #199977;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 3px;
}

.faq .card .card-body {
    margin: 30px;
    margin-left: 35px;
    padding: 0;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #008b41;
    display: inline-block;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.resorts-single-page-faq-section .faq-section-main-header {
    padding-bottom: 40px;
    display: block;
    justify-content: left;
}

.resorts-single-page-faq-section .faq-section-main-header h2 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
    color: #2f2f2f;
    display: inline-block;
}

.resorts-single-page-faq-section .faq-section-main-header h6 {
    text-align: left;
    font-size: 16px;
    color: #199977;
}

/* ##########################
SINGLE RESORT SECTION END
############################# */


/* ##########################
EVENTS GALLERY SECTION END
############################# */
.events-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.events-gallery .event-gallery-image {
    transition: .5s;
    /* width: 90% !important; */
}

.events-gallery .event-gallery-image:hover {
    transform: scale(0.98);
    box-shadow: 0 0 33px #28ebb75b;
    transition: .5s;
}

.events-gallery .events-image-split {
    padding: 10px;
}

.events-gallery .events-image-split-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    padding-right: 0;
}

.events-gallery .events-split-1-first-image {
    min-height: 250px;
    min-width: 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: url(../img/gallery/1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    /* aspect-ratio: 1; */
}

.events-gallery .events-split-1-second-image {
    min-height: 400px;
    min-width: 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: url(../img/gallery/2.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

/* split 2 */

.events-gallery .events-image-split-2 {
    display: flex;
    justify-self: center;
    /* align-items: center; */
    flex-direction: column;
}

.events-gallery .events-split-2-first-image-set {
    display: flex;
    gap: 10px;
    /* justify-content: center; */
    /* align-items: center; */
}

.events-gallery .events-split-2-second-image-set {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    height: 100%;
    /* justify-content: center; */
    /* align-items: center; */
}

.events-gallery .events-split-2-first-image-set .events-split-2-first-image {
    /* min-height: 200px; */
    /* min-width: 10px; */
    min-width: 10px;
    min-height: 250px;
    /* width: 100%; */
    /* aspect-ratio: 1; */
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: url(../img/gallery/13.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.events-gallery .events-split-2-first-image-set .events-split-2-second-image {
    min-height: 20px;
    min-width: 10px;
    width: 100%;
    /* aspect-ratio: 1; */
    height: 100%;
    border-radius: 10px;
    background: url(../img/gallery/16.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.events-gallery .events-split-2-second-image-set .events-split-2-first-image {
    /* min-height: 200px; */
    /* min-width: 10px; */
    min-width: 10px;
    min-height: 250px;
    /* width: 100%; */
    /* aspect-ratio: 1; */
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: url(../img/gallery/15.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.events-gallery .events-split-2-second-image-set .events-split-2-second-image {
    min-height: 20px;
    min-width: 10px;
    /* width: 100%; */
    /* aspect-ratio: 1; */
    /* height: 100%; */
    border-radius: 10px;
    background: url(../img/gallery/11.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

/* split 3 */


.events-gallery .events-image-split-3 {
    display: flex;
    justify-self: center;
    gap: 10px;
    padding: 0;
    /* align-items: center; */
}

.events-gallery .events-image-split-3 .events-split-3-first-image {
    /* min-height: 200px; */
    /* min-width: 10px; */
    min-width: 10px;
    min-height: 350px;
    /* width: 100%; */
    /* aspect-ratio: 1; */
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: url(../img/gallery/17.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
}

.events-gallery .events-image-split-3 .events-split-3-second-image {
    /* min-height: 200px; */
    /* min-width: 10px; */
    min-width: 10px;
    min-height: 350px;
    /* width: 100%; */
    /* aspect-ratio: 1; */
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: url(../img/gallery/10.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}


/* ##########################
EVENTS GALLERY SECTION END
############################# */


/* #########################
ABOUT SECTION HOME START 
############################*/
.about-home {
    /* background: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.about-points {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}

.about-points .about-points-heading {
    color: #199977;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
}

.about-points .about-single-point-parent {
    margin-top: 20px;
}

.about-points .about-single-point h4 {
    color: #2f2f2f;
    font-size: 20px;
    text-align: center;
}

.about-home .section-title .section-title-description {
    padding-right: 0;
}

.about-home-image {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
    padding-right: 10px;
}

.about-home-image img {
    max-width: 450px;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 20px;
}

.about-home-text p {
    font-weight: 500;
    text-align: justify;
    margin-bottom: 2rem;
}

.about-cs-dept .about-home-text p {
    margin-bottom: 1rem;
}

.about-cs-dept .about-home-image {
    margin-top: 0;
}

/* .about-btn-link-parent {
    padding-top: 20px;
} */
.about-home-btn-link {
    padding: 7px 12px 7px 12px;
    background: #199977;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.87);
    transition: .5s;
}

.about-home-btn-link:hover {
    background: #28ebb6;
    color: #2f2f2f;
    border-radius: 15px;
    border: 2px solid #ebebeb;
    transition: .5s;
}

.dept-home-links-parent {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* text-align: left; */
    align-items: center;
    /* background: red; */
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
}

.dept-home-links-parent .dept-home-links-single {
    /* background: red; */
    width: 100%;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    justify-content: space-between;
    display: flex;
    height: 100%;
    align-items: center;
    border-top: 1px solid #199977;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .5s;
}

.dept-home-links-parent .dept-home-links-single:last-child {
    border-bottom: 1px solid #199977;
    transition: .5s;
}

.dept-home-links-parent .dept-home-links-single i {
    /* background: red; */
    font-size: 14px;
    color: #1db189;
    transition: .5s;
}


.dept-home-links-parent .dept-home-links-single:hover {
    /* background: red; */
    width: 100%;
    color: #199977;
    text-transform: uppercase;
    justify-content: space-between;
    display: flex;
    height: 100%;
    align-items: center;
    border-top: 1px solid #2f2f2f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    transition: .5s;
    padding-bottom: 20px;
}

/* .dept-home-links-parent .dept-home-links-single:last-child:hover {
    border-bottom: 1px solid #d62424;
} */
.dept-home-links-parent .dept-home-links-single:hover i {
    /* background: red; */
    font-size: 14px;
    transition: .5s;
    color: #2f2f2f;
}

.about-home .section-title {
    padding-bottom: 10px;
}

/* #########################
ABOUT SECTION HOME END 
############################*/


/* #########################
CONTACT FORM START
############################ */
.contact-home {
    overflow: hidden;
}

.my-form {
    display: flex;
    /* max-width: 100%; */
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.my-form h1 {
    margin-bottom: 1.5rem;
}

.my-form li,
.my-form .grid>*:not(:last-child) {
    margin-bottom: 1.5rem;
}

.my-form select,
.my-form input,
.my-form textarea,
.my-form button {
    width: 100%;
    line-height: 1.5;
    padding: 15px 10px;
    border: 1px solid #1db1898e;
    border-radius: 10px;
    font-weight: 600;
    color: #3f3f3f;
    transition: .5s;
    background: #ebebeb3a;
    transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
        transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form textarea {
    height: 170px;
}

.my-form ::placeholder {
    color: inherit;
    /*Fix opacity issue on Firefox*/
    opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input[type="checkbox"]:focus+label {
    background: #fff;
    color: #1f1f1f;
}

.my-form select:focus {
    background: #fff;
}

.my-form select option {
    background: #fff;
    font-weight: 600;
    border: 20px solid red;
}

.my-form select::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

.my-form select::-webkit-scrollbar-thumb {
    background-color: #000;
    /* Color of the scrollbar thumb */
    border-radius: 4px;
    /* Border radius of the scrollbar thumb */
}

/* Style the dropdown container */
.my-form select::-webkit-dropdown-list {
    padding: 8px;
    /* Adjust padding as needed */
    border: 1px solid red;
    /* Add border */
    border-radius: 4px;
    /* Add border-radius */
    background-color: red;
    /* Set background color */
}

.my-form select option:checked {
    background-color: #fff;
    /* Change background color of selected option */
    color: #278fcc;
    /* Change text color of selected option */
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
    transform: scale(1.02);
    border: 1px solid #278fcc;
    transition: .5s;
}

.my-form *:required,
.my-form select {
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 15px 15px;
}

.my-form *:required {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg);
}

.my-form select {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg);
}

.my-form *:disabled {
    cursor: default;
    filter: blur(2px);
}


/* FORM BTNS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
    display: none;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg) no-repeat center left / 15px 15px;
    padding-left: 20px;
}

.my-form .btn-grid {
    position: relative;
    overflow: hidden;
    background: #1db18915;
    border: 1px solid #1db189c4;
    transition: filter 0.2s;
}

.my-form button {
    font-weight: bold;
}

.my-form button>* {
    display: inline-block;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.my-form button .back {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
    transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
    transform: translateX(110%);
}


/* CUSTOM CHECKBOX
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.my-form input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form input[type="checkbox"]+label::before,
.my-form input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
}

.my-form input[type="checkbox"]+label::before {
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked+label::before {
    background: var(--red);
}

.my-form input[type="checkbox"]:checked+label::after {
    left: 7px;
    top: 7px;
    width: 6px;
    height: 14px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: rotate(45deg);
}

:root {
    --white: #afafaf;
    --red: #e31b23;
    --bodyColor: #292a2b;
    --borderFormEls: hsl(0, 0%, 10%);
    --bgFormEls: hsl(0, 0%, 14%);
    --bgFormElsFocus: hsl(0, 7%, 20%);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

a {
    color: inherit;
}

input,
select,
textarea,
button {
    /* font-family: inherit; */
    font-size: 100%;
}

button,
label {
    cursor: pointer;
}

select {
    appearance: none;
}

/* Remove native arrow on IE */
select::-ms-expand {
    display: none;
}

select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 var(--white);
}

textarea {
    resize: none;
}

ul {
    list-style: none;
}

.form-selector-home {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.home-form-tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0px 23px #00000017;
    padding: 0.3rem;
    padding-top: 0.299rem;
    border-radius: 99px;
    width: fit-content;
}

.home-form-tabs * {
    z-index: 2;
}

.home-form-container input[type="radio"] {
    display: none;
}

.home-form-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 80px;
    font-size: .8rem;
    color: #7f7f7f;
    font-family: "Rajdhani";
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.15s ease-in;
    margin-bottom: 0;
    line-height: 0;
}


.home-form-container input[type="radio"]:checked+label {
    color: #1db189;
    /* font-weight: 700; */
    transition: all 0.15s ease-in;
}


.home-form-container input[id="radio-1"]:checked~.home-form-glider {
    transform: translateX(0);
}

.home-form-container input[id="radio-2"]:checked~.home-form-glider {
    transform: translateX(100%);
}

.home-form-container input[id="radio-3"]:checked~.home-form-glider {
    transform: translateX(200%);
}

.home-form-glider {
    position: absolute;
    display: flex;
    height: 30px;
    width: 80px;
    background-color: #278fcc1c;
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}

/* ########################
CONTACT FORM END
########################### */

/* ########################
TESTIMONIALS START
########################### */
.hero_area {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    width: 130%;
    left: -15%;
    padding-bottom: 100px;
    bottom: -150px;
}

.hero_area-inverted {
    position: relative;
    width: 130%;
    left: -15%;
    top: -130px;
    padding-bottom: 100px;
    rotate: -180deg;
    background-color: rgba(0, 0, 0, 0);
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.testimonials {
    background: url(../img/gallery/16.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 130px 0 150px;
    color: #ffffff;
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.testimonials:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.testimonials .heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}

.testimonials .heading h2 span {
    color: #28ebb6;
}

.testimonials p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #f3f3f3;
    font-family: "Chilanka" !important;
    font-weight: 400;
    font-style: normal;
    margin: 20px 0;
    padding: 0;
}

.testimonials strong {
    color: #28ebb6;
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px;
    border: 2px solid #28ebb6;
    border-radius: 100%;
    padding: 5px;
    margin: 50px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #e2e1e1;
    margin-bottom: 20px;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 100%;
    height: 8px;
    width: 8px;
}

.testimonials .carousel-indicators .active {
    background-color: #28ebb6;
}

.testimonials .control span {
    cursor: pointer;
}

.testimonials .icon {
    height: 40px;
    width: 40px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: #ffffff;
}


/* ########################
TESTIMONIALS END
########################### */

/* ########################
CORPORATE EVENTS START
########################### */
.mobile-nav-menu .corporate-events-coming-soon-parent {
    display: flex;
    flex-direction: column;
}

.corporate-events-coming-soon {
    font-size: 8px;
    padding: 2px 8px;
    border-radius: 30px 5px 5px 5px;
    color: white;
    background: linear-gradient(-45deg, #1f1f1f, #ff0000, #991919, #ff0000);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}

.widget-section .corporate-events-coming-soon {
    position: relative;
    right: 0;
    width: max-content;
    border-radius: 5px 5px 30px 5px;
    margin-top: -14px;
    margin-left: 12px;
    padding: 0px 8px 1px 7px;
    font-size: 9px;
}

@media(min-width:1200px) {
    .corporate-events-coming-soon {
        position: absolute;
        right: 10.3vw;
        top: 12px;
    }
}

@media(max-width:1200px) {
    .corporate-events-coming-soon {
        position: absolute;
        right: 5.5vw;
        top: 12px;
    }
}

@media(max-width:991px) {
    .corporate-events-coming-soon {
        position: relative;
        top: 0px;
        width: max-content;
        right: 0;
        border-radius: 5px 5px 30px 5px;
        padding: 2px 8px 4px 7px;
        /* bottom: 12px; */
    }

    .widget-section .corporate-events-coming-soon {
        margin-top: 0px;
    }
}

/* ########################
CORPORATE EVENTS END
########################### */

/* ########################
TERMS AND CONDITIONS PAGE START
########################### */

.terms-and-conditions-page {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 140px;
    margin-left: 15px;
    margin-right: 15px;
}

.terms-and-conditions-parent {
    padding-top: 50px;
}

.terms-and-conditions-single-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.terms-and-conditions-single-heading {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #199977;
    font-family: "Rajdhani";
    text-align: center;
    /* border-bottom: 2px solid #2f2f2f; */
    display: inline-block;
    line-height: .8;
}

.terms-and-conditions-single-description {
    text-align: justify;
}

/* privacy policy */
.privacy-policy-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
}

.privacy-policy-parent {
    padding-top: 50px;
}

.privacy-policy-single-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.privacy-policy-single-heading {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #199977;
    font-family: "Rajdhani";
    text-align: center;
    /* border-bottom: 2px solid #2f2f2f; */
    display: inline-block;
    line-height: .8;
}

.privacy-policy-single-description {
    text-align: justify;
}

/* ########################
TERMS AND CONDITIONS PAGE END
########################### */

/* Responsive Adjustments */
@media(max-width:1622px) {
    .hero-brand-text-parent .hero-text {
        font-size: 70px;
    }

    .hero-brand-text-parent .hero-brand-tagline {
        font-size: 18px;
    }

    .hero-brand-img {
        max-width: 290px;
    }

    .hero-description p {
        font-size: 15px;
    }

    .hero-description .hero-scroll-link {
        padding: 4px 6px;
        font-size: 13px;
    }
}

@media(max-width:1451px) {
    .hero-brand-text-parent .hero-text {
        font-size: 60px;
    }

    .hero-brand-text-parent .hero-brand-tagline {
        font-size: 16px;
    }

    .hero-brand-img {
        max-width: 280px;
    }

    .hero-description p {
        font-size: 14px;
        width: 80%;
    }

    .hero-description .hero-scroll-link {
        padding: 3px 5px;
        font-size: 12px;
    }
}

@media(max-width:1281px) {
    .hero-brand-text-parent .hero-text {
        font-size: 50px;
    }

    .hero-brand-text-parent .hero-brand-tagline {
        font-size: 15px;
    }

    .hero-brand-img {
        max-width: 240px;
    }

    .hero-description p {
        font-size: 14px;
        width: 70%;
    }
}

@media(max-width:1111px) {
    .hero-brand-text-parent .hero-text {
        font-size: 45px;
    }

    .hero-brand-text-parent .hero-brand-tagline {
        font-size: 14px;
    }

    .hero-brand-img {
        max-width: 210px;
    }

    .hero-description p {
        font-size: 13px;
    }
}

@media(max-width:1026px) {
    .hero-brand-text-parent .hero-text {
        font-size: 40px;
    }

    .hero-brand-text-parent .hero-brand-tagline {
        font-size: 14px;
    }

    .hero-brand-img {
        max-width: 200px;
    }

    .hero-description p {
        font-size: 13px;
    }
}

@media(max-width:991px) {
    .hero-brand-text-parent .hero-text {
        font-size: 40px;
        text-align: center;
        margin-top: 30px;
    }

    .hero-text-parent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hero-brand-text-parent .hero-brand-tagline {
        font-size: 14px;
        text-align: center;
    }

    .hero-brand-img {
        max-width: 200px;
    }

    .hero-description p {
        font-size: 13px;
        width: 60%;
    }
}

@media(max-width:768px) {
    .hero-description p {
        width: 100%;
    }
}

@media (max-width: 700px) {

    .home-form-tabs {
        transform: scale(0.6);
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 992px) {
    /* .single-package-div1 {
        padding-right: 60px;
    } */

    .single-package .single-package-cover img {
        height: 500px;
    }
}

@media(max-width:400px) {
    .single-package .single-package-cover img {
        height: 200px;
        border-radius: 20px !important;
    }
}

@media(max-width:991px) and (min-width:750px) {
    .single-package .single-package-cover img {
        height: 400px;
    }
}

@media(max-width:749px) and (min-width:601px) {
    .single-package .single-package-cover img {
        height: 325px;
    }
}

@media(max-width:600px) and (min-width:400px) {
    .single-package .single-package-cover img {
        height: 250px;
        border-radius: 20px !important;
    }
}

@media(max-width:1300px) and (min-width:992px) {
    /* .single-package .col-lg-3 {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    } */

    /* .single-package .col-lg-9 {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    } */

    .single-package-form-container {
        display: flex;
        justify-content: center;
        margin-top: 140px;
    }

    .single-package-why-us {
        margin: 0 auto;
    }

    .single-package-why-us-card {
        margin-top: 50px;
    }

    .single-package-wtsp {
        margin: 0 auto;
    }

    .single-package-wtsp-card {
        margin-top: 50px;
    }

    .single-package-header-main-2 {
        display: none;
    }

    .mini-nav-sticky {
        width: 81.28% !important;
    }
}

@media (max-width:1410px) {
    .mini-nav-sticky {
        position: fixed;
        top: 30px;
        width: 56.3%;
    }
}

@media (max-width:1210px) {
    .mini-nav-sticky {
        position: fixed;
        top: 30px;
        width: 55.7%;
    }
}

@media (max-width:1010px) {
    .mini-nav-sticky {
        position: fixed;
        top: 30px;
        width: 54.9%;
    }
}

@media (max-width:991px) {
    .mini-nav-sticky {
        position: fixed;
        top: 30px;
        width: 80%;
    }

    .single-package-header-main-2 {
        display: none;
    }

    .single-package-form {
        margin-top: 140px;
    }

    .single-package-form-container {
        justify-content: center;
        display: flex;
    }

    .single-package-why-us,
    .single-package-wtsp {
        padding-top: 50px;
        margin: 0 auto;
    }

    .surroundings-resorts-single-page .surrounding-place-parent .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .surroundings-resorts-single-page .surrounding-place-parent .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .dept-home-links-parent {
        padding-left: 0;
        padding-right: 0;
    }

    .events-gallery .events-image-split-2 {
        padding-top: 0;
    }

    .events-gallery .events-image-split-1 {
        padding-right: 10px;
    }
}

@media(max-width:1300px) and (min-width:700px) {
    .single-package-price-min-width {
        display: block;
    }
}

@media(max-width:699px) {
    .single-package-header-main-1 h4 {
        font-size: 18px;
        color: #747474;
    }

    .single-package-min-min-width-price {
        margin-bottom: 0;
        display: block;
    }

    .single-package-sect-header .row {
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0;
    }

    .single-package-header-main-1 h2 {
        font-size: 50px;
        font-weight: 700;
    }
}

@media (max-width:630px) {

    /* .single-package-mini-nav {
      display: none;
    } */
    .mini-nav-parent a {
        font-size: 15px;
    }

    .mini-nav-parent a:first-child {
        margin-left: 10px;
    }

    .mini-nav-parent a:last-child {
        margin-right: 10px;
    }

    .single-package-itenary .itenary-details {
        margin-left: 0;
    }

    .single-package-itenary .itenary-card {
        /* text-align: left; */
        padding: 20px;
    }

}

@media(min-width:700px) {
    .single-package-sect-header .row {
        margin: 0;
    }
}

@media(max-width:500px) {
    .mini-nav-parent {
        padding: 0;
    }

    .mini-nav-parent a {
        font-size: 13px;
        /* margin: 0.1rem 0.25rem 0.01rem 0.25rem; */
    }

    .mini-nav-parent a:first-child {
        margin-left: 10px;
    }

    .mini-nav-parent a:last-child {
        margin-right: 10px;
    }

    .mini-nav-sticky {
        width: 90%;
        right: 5%;
    }

    .resrots-single-page-main-hero .hero-img-resorts {
        min-height: 250px;
    }

    .faq .card .card-header .faq-title {
        font-size: 16px;
    }

    .faq .card .card-header .faq-title .badge {
        margin-right: 10px;
    }

}

@media(max-width:400px) {
    .mini-nav-parent {
        padding: 0;
    }

    .mini-nav-parent a {
        font-size: 12px;
        /* margin: 0.1rem 0.25rem 0.01rem 0.25rem; */
        margin: 0.5rem 0.25rem 0.3rem 0.25rem;
    }

    .mini-nav-parent a:first-child {
        margin-left: 10px;
    }

    .mini-nav-parent a:last-child {
        margin-right: 10px;
    }

    .mini-nav-sticky {
        width: 90%;
        right: 5%;
    }

    .surroundings-resorts-single-page .surroundings-main-parent {
        padding: 20px 10px 20px 10px;
    }

    .facilities-resorts-single-page .facility-main-parent {
        padding: 20px 10px 20px 10px;
    }

    .rules-resorts-page .rule-parent {
        padding: 0px 20px 0px 25px;
    }

}

@media(max-width:370px) {
    .mini-nav-parent a {
        font-size: 11px;
    }

    .resrots-single-page-main-hero .hero-img-resorts {
        min-height: 230px;
    }

    .section-title-white-color .section-title-heading {
        font-size: 40px;
    }

    .section-title-description {
        font-size: 14px !important;
    }
}

@media(max-width:340px) {
    .mini-nav-parent a {
        font-size: 10px;
    }
}

@media(max-width:320px) {
    .mini-nav-parent a {
        font-size: 9px;
    }

    .resrots-single-page-main-hero .hero-img-resorts {
        min-height: 210px;
    }

    .section-title-white-color .section-title-heading {
        font-size: 35px;
    }

    .section-title-description {
        font-size: 13px !important;
    }
}

@media(max-width:290px) {
    .mini-nav-parent a {
        font-size: 9px;
    }

    .mini-nav-sticky {
        width: 95%;
        right: 2.5%;
    }
}

@media(max-width:469px) {
    .packages .card-container .card {
        margin-bottom: -1.6cm;
    }
}

/* @media(max-width:380px) {
  .gallery-home .home-gallery-images .home-gallery-img-card {
    width: 300px;
    height: 300px;
  }
} */
@media(max-width:432px) {
    .single-package-itenary .itenary-details {
        text-align: left;
    }
}




@media(max-width:500px) {
    .mini-nav-parent {
        padding: 0;
    }

    .mini-nav-parent a {
        font-size: 13px;
        /* margin: 0.1rem 0.25rem 0.01rem 0.25rem; */
    }

    .mini-nav-parent a:first-child {
        margin-left: 10px;
    }

    .mini-nav-parent a:last-child {
        margin-right: 10px;
    }

    .mini-nav-sticky {
        width: 90%;
        right: 5%;
    }

}

@media(max-width:400px) {
    .mini-nav-parent {
        padding: 0;
    }

    .mini-nav-parent a {
        font-size: 12px;
        /* margin: 0.1rem 0.25rem 0.01rem 0.25rem; */
        margin: 0.5rem 0.25rem 0.3rem 0.25rem;
    }

    .mini-nav-parent a:first-child {
        margin-left: 10px;
    }

    .mini-nav-parent a:last-child {
        margin-right: 10px;
    }

    .mini-nav-sticky {
        width: 90%;
        right: 5%;
    }

}

@media(max-width:370px) {
    .mini-nav-parent a {
        font-size: 11px;
    }
}

@media(max-width:340px) {
    .mini-nav-parent a {
        font-size: 10px;
    }
}

@media(max-width:320px) {
    .mini-nav-parent a {
        font-size: 9px;
    }
}

@media(max-width:290px) {
    .mini-nav-parent a {
        font-size: 9px;
    }

    .mini-nav-sticky {
        width: 95%;
        right: 2.5%;
    }
}

@media(max-width:432px) {
    .single-package-itenary .itenary-details {
        text-align: left;
    }
}

@media(max-width:290px) {
    .single-package .col-lg-9 {
        display: contents;
    }

    .single-package-header-main-1 h2 {
        font-size: 45px;
    }

    .single-package .row {
        justify-content: center;
    }

    .single-package-min-min-width-price {
        font-size: 20px;
    }

    .single-package-header-main-1 h4 {
        font-size: 14px;
    }
}


@media(max-width:1500px) {

    /* .resrots-single-page-main-hero .col-lg-4,
    .resrots-single-page-main-hero .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    } */

    .resrots-single-page-main-hero .hero-text-resorts .resorts-single-page-header {
        padding-top: 50px;
    }

    .surroundings-resorts-single-page .surroundings-main-parent {
        padding: 30px 20px 30px 20px;
    }

    .facilities-resorts-single-page .facility-main-parent {
        padding: 30px 20px 30px 20px;
    }

    .rules-resorts-page .rule-parent {
        padding: 10px 30px 10px 35px;
    }

    .events-home-page .section-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }

    .events-home-page .section-image,
    .about .section-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:712px) {
    .events-parent {
        margin-inline: 0;
    }
}

@media (max-width:991px) {
    .surroundings-resorts-single-page .surrounding-place-parent .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .surroundings-resorts-single-page .surrounding-place-parent .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .faq .card .card-header .faq-title {
        font-size: 18px;
    }

    .faq .card .card-body {
        font-size: 14px;
    }
}

@media(max-width:700px) {
    .surroundings-resorts-single-page .row {
        margin-block: 20px;
    }

    .resrots-single-page-main-hero .hero-img-resorts {
        min-height: 400px;
    }
}

@media(max-width:570px) {
    .resrots-single-page-main-hero .hero-img-resorts {
        min-height: 300px;
    }
}

@media(max-width:500px) {
    .resrots-single-page-main-hero .hero-img-resorts {
        min-height: 250px;
    }

    .faq .card .card-header .faq-title {
        font-size: 16px;
    }

    .faq .card .card-header .faq-title .badge {
        margin-right: 10px;
    }

}

@media(max-width:400px) {
    .surroundings-resorts-single-page .surroundings-main-parent {
        padding: 20px 10px 20px 10px;
    }

    .facilities-resorts-single-page .facility-main-parent {
        padding: 20px 10px 20px 10px;
    }

    .rules-resorts-page .rule-parent {
        padding: 0px 20px 0px 25px;
    }

}

@media(max-width:370px) {
    .resrots-single-page-main-hero .hero-img-resorts {
        min-height: 230px;
    }
}

@media(max-width:320px) {
    .resrots-single-page-main-hero .hero-img-resorts {
        min-height: 210px;
    }
}


@media(max-width:1100px) {
    .hero-main .hero-image-split img {
        max-width: 350px;
        width: 100%;
    }

    .hero-main .hero-banner .hero-text {
        font-size: 18px !important;
    }
}

@media(max-width:768px) {
    .hero-main .hero-image-split img {
        max-width: 330px;
        width: 100%;
    }
}

@media(max-width:575px) {
    .hero-main .hero-image-split img {
        max-width: 300px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (min-width: 600px) {
    .my-form .grid {
        display: grid;
        grid-gap: 1.5rem;
    }

    .my-form .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .my-form .grid-3 {
        grid-template-columns: auto auto auto;
        align-items: center;
    }

    .my-form .grid>*:not(:last-child) {
        margin-bottom: 0;
    }

    .my-form .required-msg {
        display: block;
    }
}

@media screen and (min-width: 541px) {
    .my-form input[type="checkbox"]+label::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .my-form input[type="checkbox"]:checked+label::after {
        top: 3px;
    }
}