.button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    color: #fff;
}

.button.learn-more {
    width: 13rem;
    height: auto;
}

.button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: rgb(37, 54, 108);
    border-radius: 1.625rem;
}

.button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.button:hover .circle {
    width: 100%;
}

.button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.button:hover .button-text {
    color: #fff;
}

.button:hover .button-text {
    color: #fff !important;
}

.btn-border {
    padding: 7px 20px;
    border: 2px solid rgb(37, 54, 108);
    border-radius: 25px;
    transition: all ease-in-out 0.25s;
}
.btn-border.white-border {
    border-color: #fff;
    color: #fff;
}
.btn-border:hover {
    background-color: rgb(37, 54, 108);
    color: #fff;
    border-color: rgb(37, 54, 108);
    transition: all ease-in-out 0.25s;
}

.package-btn .button.learn-more .button-text {
    margin-left: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #eaeaea;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
}

body.open-menu {
    overflow: hidden;
}

/* Nav & Menu CSS */
.big-header {
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 99;
}

.big-header .right-side {
    width: 12%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.big-header .left-side {
    width: 20%;
}

.big-header.non-fixed-header {
    position: relative;
    background-color: #fefefe;
}

.big-header.non-fixed-header .header-menu li a,
.big-header.non-fixed-header #search-button {
    color: #141414;
}

.big-header.non-fixed-header #menu-button span {
    background-color: #141414;
}

.big-header.sticky {
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: none;
    max-width: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.25);
}

.big-header.colored .mobile-search a {
    color: #000;
}

.big-header.sticky.colored {
    background-color: #fefefe;
    top: 0;
    /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
    transform: none;
    max-width: none;
}

.big-header.sticky.colored .menu-down {
    top: 60px;
}

.big-header .logo img.dark {
    display: none;
}

.big-header.sticky.colored .logo img.no-sticky {
    /*filter: invert(1);*/
    display: none;
}

.big-header.sticky.colored .logo img.dark {
    display: block;
}

.sticky.colored .header-menu li a,
.sticky.colored #search-button {
    color: #141414;
}

.sticky.colored #menu-button span {
    background-color: #141414;
}

.logo img {
    width: 280px;
}

.logo p {
    font-size: 18px;
    font-family: "Kanit", sans-serif;
}

.big-header.no-sticky {
    transition: all 0.3s ease-in-out;
}

.header-menu {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.header-menu li {
    display: inline-block;
    padding: 2px 12px;
    margin: 0 8px;
}

.header-menu li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-family: "Quicksand", sans-serif;
}

.header-menu li a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.header-menu li a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.header-menu li.logo a:after {
    content: "";
    display: none;
}

.header-menu li.logo a:before {
    content: "";
    display: none;
}

.header-menu li.no-dropdown a:before {
    content: "";
    display: none;
}

.menu-down {
    position: absolute;
    background-color: transparent;
    padding: 0;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    height: 0;
    max-height: 300px;
    overflow: hidden;
}

.menu-down .inner-desktop-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 8px;
    background-color: #fff;
    box-shadow: 0px 3px 16px -3px rgba(0, 0, 0, 0.67);
}

.menu-down .inner-desktop-menu .menu-item-holder {
    /* flex-basis: 20%; */
    padding: 4px 8px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.menu-down .inner-desktop-menu .menu-item-holder .menu-img-wrapper {
    overflow: hidden;
}

.menu-down .inner-desktop-menu .menu-item-holder .menu-img-wrapper img {
    transition: all 0.3s ease-in-out;
}

.menu-down .inner-desktop-menu .menu-item-holder:hover .menu-img-wrapper img {
    transform: scale(1.2);
}

.menu-down .inner-desktop-menu .menu-item-holder p {
    text-align: left;
    color: #141414;
    margin-top: 8px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    /* font-family: "Questrial"; */
    margin-bottom: 0;
    text-align: center;
}

.menu-down .inner-desktop-menu .menu-item-holder:hover p {
    color: rgb(37, 54, 108);
}

.header-menu li:hover > .menu-down {
    height: 300px;
}

.header-menu li:hover > .menu-down .menu-item-holder {
    opacity: 1;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.3s;
}

.header-menu li:hover a:before {
    content: "";
    opacity: 1;
    display: none;
}

.header-menu li:hover a:after {
    content: "";
    width: 100%;
}

.menu-item-list p i {
    font-size: 8px;
}

/* Main Menu */
#main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.57);
    overflow: hidden;
    /* transform:translateX(100%); */
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.6s;
}

#main-menu.menu-open {
    /* transform:translateX(0); */
    opacity: 1;
    visibility: visible;
    transition: all 0.55s ease-in-out;
}

#main-menu .menu-wrapper {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translateY(-100%);
    transition: all 0.65s ease-in-out;
}

#main-menu.menu-open .menu-wrapper {
    transform: translateY(0px);
    transition: all 0.65s ease-in-out;
    transition-delay: 0.55s;
    padding-top: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

#main-menu .menu-wrapper .inner-main-menu li .menu-child {
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    height: 0;
    padding-left: 20px;
}

#main-menu .menu-wrapper .inner-main-menu li a {
    display: block;
    color: #000;
    padding: 15px 18px 5px 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-decoration: none;
    line-height: 1.5;
}

#main-menu .menu-wrapper .inner-main-menu li a i {
    font-size: 14px;
    opacity: 0.8;
}

#main-menu .menu-wrapper .inner-main-menu li a:hover {
    color: #000;
}

#menu-button span {
    display: block;
    width: 25px;
    height: 1px;
    margin-bottom: 6px;
    background-color: white;
    transition: all 0.2s ease-in-out;
    margin-left: auto;
    transform: scaleY(1.0001);
}

#menu-button:hover span {
    margin-bottom: 8px;
    transition: all 0.2s ease-in-out;
}

#close-button {
    padding: 4px 10px;
    font-size: 26px;
}

#close-button:hover {
    cursor: pointer;
}

#search-button {
    font-size: 24px;
    color: #fbfef9;
}

.mobile-search a {
    display: inline-block;
    color: #fff;
}

.header-menu .menu-down .inner-menu li {
    margin-left: 0;
    margin-right: 0;
}

.social-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}

.social-list li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.social-list li a {
    font-size: 20px;
    padding: 4px 16px 4px 0;
    color: #000;
}

.search-bar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    visibility: hidden;
    padding: 24px 0;
    opacity: 0;
    background-color: #fefefe;
    transition: all 0.4s ease-in-out;
}

.search-bar.search {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

.search-bar input.form-control {
    border: none;
    height: 35px;
    border-bottom: 1px solid #141414;
}

.search-bar input.form-control:focus {
    box-shadow: none;
    outline: none;
}

.close-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    opacity: 0.5;
}

.close-search:hover {
    cursor: pointer;
}

.close-padding {
    padding: 0 20px;
}

.header-black .header-menu li a,
.header-black .mobile-search a {
    color: #000;
}
.header-black #menu-button span {
    background-color: #000;
}
.header-black .logo img.dark {
    display: inline-block;
}
.header-black .logo img.no-sticky {
    display: none;
}

.nav-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #fff;
    padding: 25px;
    padding-bottom: 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all ease-in-out 0.35s;
    padding: 10px;
}
.nav-search input {
    width: 70%;
    margin: 0 auto;
    height: 100%;
    border: none;
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
    font-size: 32px;
}
.nav-search input:focus-within,
.nav-search input:active,
.nav-search input:visited {
    border: none;
    border-bottom: 1px solid #c0c0c0;
    outline: none;
    box-shadow: none;
}
.nav-search .close-icon {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
}
.nav-search .close-icon i {
    font-size: 28px;
    color: #c0c0c0;
}
.nav-search.show-search {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all ease-in-out 0.35s;
}

#main-menu .menu-wrapper .flex-menu-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
#main-menu .menu-wrapper .flex-menu-wrapper .nav-footer {
    padding: 15px 35px;
    border-top: 1px solid #c0c0c0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main-menu .menu-wrapper .flex-menu-wrapper .nav-footer .navFooter-contact {
    font-size: 16px;
    font-weight: 600;
}
#main-menu
    .menu-wrapper
    .flex-menu-wrapper
    .nav-footer
    .navFooter-contact
    .nav-icon {
    display: inline-block;
    padding-right: 8px;
    color: rgb(37, 54, 108);
}
#main-menu .menu-wrapper .flex-menu-wrapper .nav-footer .navFooter-contact a {
    padding-right: 15px;
}
#main-menu .menu-wrapper .flex-menu-wrapper .nav-footer .social-list li a {
    font-size: 18px;
}
#main-menu .menu-wrapper .flex-menu-wrapper .wrapper-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 35px;
}
#main-menu
    .menu-wrapper
    .flex-menu-wrapper
    .wrapper-logo-section
    .wrapper-logo
    img {
    width: 280px;
}
#main-menu .menu-wrapper .inner-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 140px);
    padding-top: 35px;
}
#main-menu .menu-wrapper .inner-wrapper .inner-main-menu {
    list-style-type: none;
    width: auto;
    display: inline-block;
}
#main-menu .menu-wrapper .inner-wrapper .inner-main-menu .menu-child {
    position: absolute;
    left: 300px;
    top: 0;
    padding-left: 25px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 25px;
    width: calc(100% - 289px);
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-list {
    padding-bottom: 20px;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-list
    p {
    margin-bottom: 0;
    font-weight: 600;
    padding: 5px;
    font-size: 17px;
    line-height: 1.2;
    width: 100%;
    display: block;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-img-wrapper {
    border-radius: 20px;
    text-align: center;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-img-wrapper
    img {
    margin: auto;
    border-radius: 20px;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-holder {
    width: 24%;
    position: relative;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-holder
    a {
    padding: 0;
    position: relative;
    z-index: 5;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-holder
    a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3198529412) 10%,
        rgba(0, 0, 0, 0.1321778711) 40%,
        rgba(0, 0, 0, 0) 100%
    );
    border-radius: 25px;
    z-index: 3;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-holder
    a
    .menu-img-wrapper {
    overflow: hidden;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-holder
    a
    .menu-img-wrapper
    img {
    transform: scale(1);
    transition: all ease-in-out 0.45s;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-holder
    a:hover
    img {
    transform: scale(1.1);
    transition: all ease-in-out 0.45s;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-holder
    .menu-item-list {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 15px;
    padding-bottom: 5px;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .menu-child
    .menu-item-holder
    .menu-item-list
    p {
    color: #fff;
    font-size: 22px;
}
#main-menu .menu-wrapper .inner-wrapper .inner-main-menu .about-menu-child {
    top: 0;
    padding-top: 0;
    justify-content: flex-start;
}
#main-menu
    .menu-wrapper
    .inner-wrapper
    .inner-main-menu
    .about-menu-child
    .menu-item-holder {
    width: 27%;
    position: relative;
}
#main-menu .menu-wrapper .inner-wrapper .inner-main-menu li {
    display: block;
}
#main-menu .menu-wrapper .inner-wrapper .inner-main-menu li .big-navText {
    font-size: 29px;
    font-weight: 600;
}

@media only screen and (max-width: 1400px) {
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu li a {
        padding-top: 14px;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu li .big-navText {
        font-size: 26px;
        font-weight: 600;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder {
        width: 22%;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-list {
        left: 7px !important;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-list
        p {
        font-size: 16px !important;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu .about-menu-child {
        top: 0;
        padding-top: 0;
        justify-content: flex-start;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .about-menu-child
        .menu-item-holder {
        width: 28%;
        position: relative;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .about-menu-child
        .menu-item-list
        p {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 1250px) {
    .header-menu li {
        padding: 2px 5px;
    }
    .big-header .right-side {
        width: 8%;
    }
    .logo img {
        width: 250px;
    }
    .social-list li a {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 1100px) {
    .header-menu li {
        padding: 2px 0px;
    }
    .big-header .right-side {
        width: 5%;
    }
    #main-menu .menu-wrapper .flex-menu-wrapper .nav-footer .navFooter-contact {
        font-size: 14px;
    }
    #main-menu
        .menu-wrapper
        .flex-menu-wrapper
        .nav-footer
        .navFooter-contact
        a {
        padding-right: 7px;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu .menu-child {
        align-items: flex-start;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 992px) {
    #main-nav {
        display: none;
    }
    #main-menu .menu-wrapper {
        height: 100svh;
    }
    #main-menu .menu-wrapper .flex-menu-wrapper .nav-footer {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 15px;
        gap: 10px;
    }
    #main-menu
        .menu-wrapper
        .flex-menu-wrapper
        .nav-footer
        .navFooter-contact
        a {
        display: block;
    }
    #main-menu .menu-wrapper .inner-wrapper {
        height: calc(100svh - 350px);
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu {
        padding-left: 15px;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu .menu-child {
        padding-left: 0;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder {
        width: 48%;
        height: 330px;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder
        a
        .menu-img-wrapper {
        height: 330px;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder
        a
        .menu-img-wrapper
        img {
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder
        .menu-item-list
        p {
        font-size: 20px !important;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu li .big-navText {
        font-size: 24px;
    }
    #main-menu.menu-open .menu-wrapper {
        padding-top: 0;
    }
}
@media only screen and (min-width: 991.99px) {
    #main-menu .menu-wrapper .inner-main-menu li.has-child:hover .menu-child {
        display: flex;
        height: 100%;
        /* transition: all 0.6s ease-in-out; */
    }
    #main-menu .menu-wrapper .inner-main-menu li.has-child:hover a i {
        padding-left: 5px;
        transition: all 0.35s ease-in-out;
    }
    #main-menu .menu-wrapper .inner-main-menu li.has-child a i {
        transition: all 0.35s ease-in-out;
        color: #000;
    }
    #main-menu .menu-wrapper .inner-main-menu li.has-child a {
        color: #000;
    }
    #main-menu .menu-wrapper .inner-main-menu li.has-child.on .menu-child {
        display: flex;
        height: 100%;
    }
    #main-menu .menu-wrapper .inner-main-menu li.has-child .menu-child li a {
        padding: 12px 8px 12px 8px;
        font-size: 16px;
    }
    #main-menu
        .menu-wrapper
        .inner-main-menu
        li.has-child
        .menu-child
        li
        a:hover {
        padding: 12px 8px 12px 14px;
    }
    #main-menu .menu-wrapper .inner-main-menu li.has-child:hover .menu-child {
        height: 100%;
    }
}
@media only screen and (max-width: 991.99px) {
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child.show-nav {
        height: auto;
    }
}
@media only screen and (max-width: 700px) {
    #main-menu .menu-wrapper .flex-menu-wrapper .wrapper-logo-section {
        padding: 10px;
    }
    #main-menu
        .menu-wrapper
        .flex-menu-wrapper
        .wrapper-logo-section
        .wrapper-logo
        img {
        width: 195px;
    }
    #main-menu .menu-wrapper .flex-menu-wrapper .nav-footer {
        padding: 15px;
        gap: 7px;
    }
    #main-menu
        .menu-wrapper
        .flex-menu-wrapper
        .nav-footer
        .navFooter-contact
        a {
        display: block;
        padding-bottom: 7px;
    }
    #main-menu .menu-wrapper .inner-wrapper {
        padding-top: 0;
        overflow-y: scroll;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu {
        padding-left: 7px;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu .menu-child {
        position: relative;
        margin-top: 0;
        left: 0 !important;
        gap: 0px;
        padding-left: 30px;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder {
        width: 100%;
        height: auto;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder
        a::before {
        display: none;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder
        a
        .menu-img-wrapper {
        display: none;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder
        .menu-item-list {
        position: relative;
        bottom: 0;
        left: 0 !important;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child
        .menu-item-holder
        .menu-item-list
        p {
        color: #4a4a4a;
        font-size: 16px !important;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        .menu-child.show-nav {
        padding-top: 7px;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu li a {
        padding-top: 8px;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu li .big-navText {
        font-size: 18px;
    }
    #main-menu .menu-wrapper .inner-wrapper .inner-main-menu li .big-navText i {
        transition: all ease-in-out 0.35s;
    }
    #main-menu
        .menu-wrapper
        .inner-wrapper
        .inner-main-menu
        li
        .big-navText
        .rotate-icon {
        transform: rotate(90deg);
        transition: all ease-in-out 0.35s;
    }
    .logo img {
        width: 200px;
    }
    .close-padding {
        padding: 0 10px;
        padding-right: 5px;
    }
    #close-button {
        padding: 5px;
    }
    .nav-search input {
        width: 88%;
        font-size: 22px;
    }
}
.heading-title {
    font-size: 2.5rem;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
}

.body-heading {
    font-size: 2.5rem;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    color: rgb(37, 54, 108);
    text-transform: uppercase;
}

.swiper {
    width: 100%;
    height: 100%;
}

.small-title {
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 1;
}

.section-padding {
    padding: 75px 0;
}

.package-card {
    position: relative;
    border-radius: 25px;
    margin-bottom: 40px;
}
.package-card img {
    border-radius: 25px;
}

.package-name {
    font-size: 20px;
    font-weight: 700;
    font-family: "Figtree", sans-serif;
    text-align: center;
    margin-top: 10px;
}

.footer-bg {
    background-color: #eff3f2;
}

.new-bg {
    background-color: #e0e8e6;
}

.full-link {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.small-padding {
    padding: 35px 0;
}

.p-0 {
    padding: 0 !important;
}

.input-container {
    position: relative;
    margin: 50px auto;
    margin-bottom: 35px;
    width: 100%;
}

.input-container input[type="text"],
.input-container input,
.input-container select,
.input-container textarea {
    font-size: 20px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 5px 0;
    background-color: transparent;
    outline: none;
}

.input-container .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #4a4a4a;
    transition: all 0.3s ease;
    pointer-events: none;
}

.input-container input[type="text"]:focus ~ .label,
.input-container input:focus ~ .label,
.input-container textarea:focus ~ .label,
.input-container input[type="text"]:valid ~ .label,
.input-container textarea:valid ~ .label,
.input-container input:valid ~ .label {
    top: -20px;
    font-size: 16px;
    color: rgb(37, 54, 108);
}

.input-container .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: rgb(37, 54, 108);
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.input-container input[type="text"]:focus ~ .underline,
.input-container input:focus ~ .underline,
.input-container textarea:focus ~ .underline,
.input-container input[type="text"]:valid ~ .underline,
.input-container textarea:valid ~ .underline,
.input-container input:valid ~ .underline {
    transform: scaleX(1);
}

.mobile-only {
    display: none;
}

.mobile-none {
    display: inline-block;
}

.line-breaker {
    width: 100%;
    height: 0.75px;
    background-color: #c0c0c0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #eff3f2;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("../images/add.svg");
    width: 40px;
    height: 40px;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/exclude.svg");
    transform: rotate(0deg);
}

.tab-only {
    display: none;
}

@media only screen and (max-width: 1350px) {
    .body-heading {
        font-size: 2.35rem;
    }
}
@media only screen and (max-width: 1200px) {
    .body-heading {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 991.99px) {
    .container {
        max-width: 880px;
    }
    .mobile-none {
        display: none !important;
    }
    .tab-only {
        display: block;
    }
}
@media only screen and (max-width: 769.99px) {
    .container {
        max-width: 720px;
    }
}
@media only screen and (max-width: 700px) {
    .section-padding {
        padding: 60px 0;
    }
    .package-name {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 27px;
    }
    .input-container {
        margin: 35px auto;
        margin-bottom: 15px;
    }
    .mobile-none {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
#news-letter {
    border-top: 1px solid #c0c0c0;
}
#news-letter .newsletter-text {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    cursor: pointer;
}
#news-letter .arrow img {
    height: 40px;
}
#news-letter .newsletter-form {
    text-align: center;
    overflow: hidden;
    height: 200px;
    transition: all 0.45s ease-in-out;
}
#news-letter .newsletter-form .form-text {
    font-size: 20px;
}
#news-letter .newsletter-form.form-hide {
    height: 0;
}

#footer .footer-padding {
    padding: 55px 45px 25px 0;
}
#footer .footer-padding .footer-link-section {
    margin-bottom: 40px;
}
#footer .footer-padding .associate-title {
    text-transform: uppercase;
    margin-bottom: 5px;
}
#footer .footer-padding .associate-images .img-logo {
    display: inline-block;
    padding: 7px;
    border: 1px solid #eaeaea;
}
#footer .footer-padding .associate-images .img-logo img {
    width: 40px;
}
#footer .footer-padding .associate-btn {
    margin-top: 15px;
}
#footer .footer-padding .associate-btn .btn-border {
    background-color: rgb(37, 54, 108);
    color: #fff;
    padding: 7px 13px;
    font-size: 14px;
}
#footer .footer-contact {
    position: relative;
    padding: 55px 0 25px 35px;
}
#footer .footer-contact .contact-title {
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 7px;
}
#footer .footer-contact .contact-link {
    font-family: "Figtree", sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin: 18px 0;
    display: block;
}
#footer .footer-contact .small-title {
    font-weight: 400;
}
#footer .footer-contact .contact-btn {
    display: inline-block;
    margin-bottom: 5px;
    padding: 7px 30px;
}
#footer .footer-contact .social-contact {
    margin-top: 25px;
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
}
#footer .footer-contact .social-contact .contact-title {
    margin-bottom: 15px;
    font-size: 22px;
}
#footer .footer-contact .social-contact .social-link {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
#footer .footer-contact .social-contact .social-link li {
    display: inline-block;
    padding: 5px 10px;
    padding-right: 15px;
    margin-right: 3px;
    border-right: 1px solid #c0c0c0;
}
#footer .footer-contact .social-contact .social-link li a {
    font-size: 20px;
}
#footer .link-section .link-title {
    font-size: 22px;
    font-weight: 800;
    font-family: "Figtree", sans-serif;
    margin-bottom: 5px;
    display: inline-block;
}
#footer .link-section .link-list {
    list-style-type: none;
    padding-left: 0;
}
#footer .link-section .link-list a {
    display: block;
    color: #000;
    margin-bottom: 3px;
}
#footer .link-section .link-list.useful-link {
    -moz-columns: 2;
    columns: 2;
}
#footer .left-footer {
    position: relative;
}
#footer .left-footer::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #c0c0c0;
    top: 0;
    left: auto;
    right: 0;
}
#footer .copy-right {
    border-top: 1px solid #c0c0c0;
    padding: 5px 0;
}
#footer .copy-right p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1250px) {
    #footer .footer-padding {
        padding: 55px 15px 25px 0;
    }
    #footer .footer-padding .associate-images .img-logo img {
        width: 30px;
    }
    #footer .footer-padding .associate-btn {
        margin-top: 10px;
    }
    #footer .footer-padding .associate-btn .btn-border {
        display: block;
        transform: scale(0.7);
        transform-origin: left;
        font-size: 12px;
    }
    #footer .footer-contact {
        position: relative;
        padding: 55px 0 25px 30px;
    }
    #footer .footer-contact .contact-link {
        font-size: 22px;
    }
}
@media only screen and (max-width: 992px) {
    #news-letter .newsletter-text {
        font-size: 22px;
    }
    #news-letter .newsletter-form {
        height: 230px;
    }
    #footer .footer-contact {
        display: flex;
        padding-top: 10px;
        padding-left: 0;
        justify-content: space-between;
        gap: 15px;
    }
    #footer .footer-contact .social-contact {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
    #footer .footer-contact .social-contact .contact-title {
        margin-bottom: 10px;
    }
    #footer .footer-contact .contact-btn {
        display: none;
    }
    #footer .footer-contact .contact-title {
        margin-bottom: 0;
    }
    #footer .footer-contact .contact-link {
        margin: 5px 0;
    }
    #footer .left-footer::before {
        display: none;
    }
}
@media only screen and (max-width: 700px) {
    #news-letter .newsletter-form {
        height: 400px;
    }
    #news-letter .newsletter-form .form-btn {
        margin-top: 25px;
    }
    #footer {
        padding: 0 15px;
    }
    #footer .footer-padding {
        padding-top: 5px;
    }
    #footer .footer-padding .p-0 {
        padding: 0 15px !important;
    }
    #footer .footer-padding .footer-link-section {
        margin-bottom: 12px;
    }
    #footer .footer-padding .footer-associate {
        margin-bottom: 12px;
    }
    #footer .footer-padding .associate-btn {
        width: auto;
    }
    #footer .footer-padding .associate-btn .btn-border {
        width: -moz-fit-content;
        width: fit-content;
    }
    #footer .footer-contact {
        flex-direction: column;
        padding-top: 45px;
    }
    #footer .footer-contact .contact-title {
        font-size: 24px;
        font-weight: 600;
    }
    #footer .link-section .link-title {
        font-weight: 600;
    }
}
#landing {
    height: 100vh;
    padding: 0;
}
#landing #video-bg {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /*background-image: url("../images/slide2.jpg");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#landing #video-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 2;
}
#landing #video-bg #bgvid {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    animation-duration: 1s;
    animation-delay: 0s;
    -o-object-fit: cover;
    object-fit: cover;
}
#landing #video-bg .welcome-content {
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 8;
    transform: translate(0%, -50%);
    padding-top: 55px;
}
#landing #video-bg .welcome-content .big-heading {
    font-weight: 800;
    font-size: 55px;
    font-family: "Figtree", sans-serif;
    color: #fff;
    /* text-transform: capitalize; */
    letter-spacing: 1px;
    margin-bottom: 30px;
    width: 55%;
}
#landing #video-bg .welcome-content .medium-heading {
    font-weight: 800;
    font-size: 55px;
    font-family: "Figtree", sans-serif;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
}
#landing #video-bg .welcome-content .landing_btn .button.learn-more {
    width: 15rem;
}
#landing #video-bg .welcome-content .landing_btn .button-text {
    font-size: 20px;
    line-height: 1;
    margin-left: 40px;
}

#expedition .heading-section {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#expedition .small-title {
    font-size: 18px;
    text-transform: uppercase;
}
#expedition .heading-title {
    font-size: 2.2rem;
    line-height: 1;
    color: rgb(37, 54, 108);
}
#expedition .package-card .full-link {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#travel {
    position: relative;
    height: 100vh;
    margin-top: -55px;
    padding-top: 0;
}
#travel .bg-image {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}
#travel .travel-title {
    position: relative;
    padding-top: 65px;
}
#travel .travel-title .heading-title {
    color: rgb(37, 54, 108);
    font-weight: 900;
    font-size: 4rem;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 20px;
}
#travel .travel-title .small-title {
    font-size: 18px;
    width: 52%;
    font-weight: 400;
    line-height: 1.5;
}
#travel .travel-btn {
    margin-top: 30px;
}
#travel .travel-btn .button.learn-more {
    width: 16rem;
}
#travel .travel-btn .button.learn-more .button-text {
    color: rgb(37, 54, 108);
}

#destination {
    overflow: hidden;
}
#destination .heading-section {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#destination .small-title {
    font-size: 18px;
    text-transform: uppercase;
}
#destination .body-heading {
    font-size: 2.5rem;
    line-height: 1.5;
    color: rgb(37, 54, 108);
    text-transform: uppercase;
}
#destination .destination-wrapper {
    position: relative;
    overflow: hidden;
}
#destination .destination-wrapper:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 0.55s;
}
#destination .destination-wrapper .destination-img {
    border-radius: 25px;
    overflow: hidden;
}
#destination .destination-wrapper .destination-img img {
    border-radius: 25px;
    transition: all ease-in-out 0.55s;
}
#destination .destination-wrapper .destination-name {
    position: absolute;
    font-size: 1.8rem;
    bottom: 15px;
    left: 15px;
    font-weight: 800;
    color: #fff;
    z-index: 4;
}
#destination .destination-wrapper .destination-name.big-destination {
    font-size: 3rem;
}
#destination .destination-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3198529412) 10%,
        rgba(0, 0, 0, 0.1321778711) 40%,
        rgba(0, 0, 0, 0) 100%
    );
    border-radius: 25px;
    z-index: 3;
}

#services {
    position: relative;
}
#services .snow-image {
    position: absolute;
    width: 100%;
    height: 350px;
    top: -55px;
    left: 0;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
#services .service-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 9;
}
#services .service-information .small-heading {
    width: 85%;
}
#services .service-information .body-heading {
    margin-bottom: 10px;
}
#services .service-information .service-btn {
    margin-top: 25px;
}
#services .service-information .service-btn .button.learn-more .button-text {
    margin-left: 2.5rem;
}
#services .service-slide {
    position: relative;
    overflow: hidden;
}
#services .service-slide:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 0.55s;
}
#services .service-slide .service-img {
    border-radius: 25px;
    overflow: hidden;
}
#services .service-slide .service-img img {
    border-radius: 25px;
    transition: all ease-in-out 0.55s;
}
#services .service-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.4487044818) 10%,
        rgba(0, 0, 0, 0.2470238095) 40%,
        rgba(0, 0, 0, 0) 100%
    );
    border-radius: 25px;
    z-index: 2;
}
#services .service-slide .service-detail {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 15px;
    z-index: 5;
}
#services .service-slide .service-detail .service-title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
}
#services .service-slide .service-detail .service-desc {
    color: #fff;
}
#services .service-slide .service-detail .service-desc .small-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

#story {
    position: relative;
    height: 100vh;
}
#story .cloud-img {
    position: absolute;
    width: 100%;
    height: 350px;
    top: -195px;
    left: 0;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
#story .story-image {
    position: absolute;
}
#story .year-exp {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
    width: 100%;
    height: 100%;
}
#story .year-exp .num {
    font-size: 18rem;
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    padding-right: 18px;
    display: block;
    line-height: 1;
}
#story .year-exp .num .odometer {
    line-height: 0.75;
}
#story .year-exp .year-text {
    font-size: 4rem;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    padding-right: 18px;
    line-height: 1;
    display: block;
}

#director-story {
    position: relative;
    overflow: hidden;
    padding-top: 0;
}
#director-story .message {
    padding-top: 120px;
}
#director-story .message .message-title {
    margin-bottom: 15px;
    font-weight: 900;
}
#director-story .message .message-title.heading-title {
    font-size: 2.5rem;
    line-height: 1.2;
}
#director-story .message .message-desc {
    font-size: 15px;
}
#director-story .message .message-desc p {
    text-align: justify;
}
#director-story .flex-director-img {
    display: flex;
    gap: 10px;
    padding-left: 25px;
}
#director-story .director-img {
    margin-top: 75px;
    border-radius: 25px;
    position: relative;
}
#director-story .director-img img {
    border-radius: 25px;
}
#director-story .director-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3198529412) 10%,
        rgba(0, 0, 0, 0.1321778711) 40%,
        rgba(0, 0, 0, 0) 100%
    );
    border-radius: 25px;
    z-index: 3;
}
#director-story .director-img .director-detail {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 10px;
    color: #fff;
    z-index: 4;
}
#director-story .director-img .director-detail .director-name {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 3px;
    line-height: 1.2;
}

#inspire-story {
    overflow: hidden;
}
#inspire-story .inspire-heading {
    width: 450px;
    margin: auto;
    margin-bottom: 75px;
    text-align: center;
}
#inspire-story .inspire-heading .small-heading {
    margin-bottom: 15px;
    font-size: 18px;
}
#inspire-story .inspire-heading .inspire-title {
    font-size: 5rem;
    line-height: 1;
    font-weight: 800;
}
#inspire-story .story-card {
    position: relative;
}
#inspire-story .story-card.nmt-75 {
    margin-top: -75px;
}
#inspire-story .story-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.4487044818) 10%,
        rgba(0, 0, 0, 0.2470238095) 40%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 3;
    border-radius: 25px;
}
#inspire-story .story-card:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 0.55s;
}
#inspire-story .story-card .story-image {
    border-radius: 25px;
    overflow: hidden;
}
#inspire-story .story-card .story-image img {
    border-radius: 25px;
    transition: all ease-in-out 0.55s;
}
#inspire-story .story-card .story-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
    z-index: 4;
}
#inspire-story .story-card .story-detail .body-heading {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: "Quicksand", sans-serif;
}

#destination-slider {
    position: relative;
    height: 100vh;
}
#destination-slider .destinationSwiper {
    height: 100%;
}
#destination-slider .destinationSwiper .slider-destination {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#destination-slider .destinationSwiper .slider-destination::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7254901961);
    opacity: 0.95;
    z-index: 2;
}
#destination-slider .destinationSwiper .slider-destination img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
#destination-slider .destinationSwiper .slider-destination .landing-text {
    position: relative;
    z-index: 2;
    padding-left: 5%;
    padding-bottom: 55px;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .small-title {
    color: #fff;
    font-size: 38px;
    line-height: 1;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .heading-title {
    color: #fff;
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 20px;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_title {
    overflow: hidden;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_title
    span {
    display: inline-block;
    transform: translateY(80px);
    opacity: 0;
    transition: all ease-in-out 1.2s;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_title
    span.transition {
    transform: translateY(0);
    opacity: 1;
    transition: all ease-in-out 0.8s;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_title
    span.delay {
    transition-delay: 0.8s;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_subtitle {
    overflow: hidden;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_subtitle
    span {
    display: inline-block;
    transform: translateY(35px);
    transition: all ease-in-out 0.75s;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_subtitle
    span.transition {
    transform: translateY(0);
    transition: all ease-in-out 0.75s;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_btn {
    overflow: hidden;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_btn
    button {
    transform: translateY(65px);
    transition: all ease-in-out 1.25s;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_btn
    button.transition {
    transform: translateY(0);
    transition: all ease-in-out 1.25s;
}
#destination-slider
    .destinationSwiper
    .slider-destination
    .landing-text
    .landing_btn
    button.delay {
    transition-delay: 0.8s;
}
#destination-slider .thumbSwiper {
    height: 100%;
    position: absolute;
    top: 0;
}
#destination-slider .thumbSwiper .swiper-button-next,
#destination-slider .thumbSwiper .swiper-button-prev {
    opacity: 0.45;
}
#destination-slider .thumbSwiper .thumb-image {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}
#destination-slider .thumbSwiper .thumb-image img {
    height: 40vh;
}
#destination-slider .thumbSwiper .thumb-text {
    position: relative;
    z-index: 2;
}
#destination-slider .thumbSwiper .thumb-text .small-title {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
}
#destination-slider .thumbSwiper .thumb-text .heading-title {
    color: #fff;
    font-size: 7.5rem;
    line-height: 1;
    margin-bottom: 50px;
    font-weight: 800;
    letter-spacing: 1.5;
}
#destination-slider .thumbSwiper .thumb-text .thumb_btn {
    display: block;
    margin-top: 20px;
}
#destination-slider .thumbSwiper .thumb-slider {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.no-nav {
    display: none;
}

@media only screen and (max-width: 1400px) {
    #director-story .message {
        padding-top: 100px;
    }
    #director-story .message .message-title.heading-title {
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 1250px) {
    #travel {
        height: 70vh;
        padding-bottom: 0 !important;
    }
    #travel .travel-title {
        padding-top: 25px;
    }
    #story {
        height: 65vh;
    }
    #story .cloud-img {
        top: -180px;
    }
    #director-story {
        padding-top: 0 !important;
    }
    #director-story .message {
        padding-right: 20px;
    }
    #director-story .message .message-title.heading-title {
        font-size: 1.8rem;
    }
    #director-story .message .message-desc {
        text-align: justify;
    }
}
@media only screen and (max-width: 992px) {
    #landing #video-bg .welcome-content {
        padding-top: 25px;
        left: 0;
        padding-left: 20px;
    }
    #landing #video-bg .welcome-content .big-heading {
        font-size: 54px;
        width: 100%;
    }
    #landing #video-bg .welcome-content .medium-heading {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.4;
    }
    #travel {
        height: 69vh;
        padding-top: 0 !important;
    }
    #travel .travel-title .heading-title {
        font-size: 3.5rem;
    }
    #travel .travel-title .small-title {
        font-size: 18px;
        width: 75%;
        font-weight: 400;
        line-height: 1.5;
    }
    #services {
        position: relative;
        padding-top: 0 !important;
    }
    #services .snow-image {
        top: -35px;
    }
    #services .service-slide .service-detail .service-title {
        font-size: 18px;
        margin-bottom: 0;
    }
    #services .service-slide .service-detail .service-desc {
        display: none;
    }
    #story .cloud-img {
        top: -120px;
    }
    #director-story {
        margin-top: -45px;
    }
    #director-story .message {
        padding-top: 0;
        height: auto;
    }
    #director-story .flex-director-img {
        margin-bottom: 30px;
        padding-left: 0;
    }
    #director-story .director-img {
        margin-top: 10px;
        display: block;
    }
    #destination {
        padding-top: 65px;
    }
    #destination .col-md-12:first-child .destination-wrapper {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 700px) {
    #landing #video-bg .welcome-content {
        padding-top: 25px;
        left: 0;
        padding-left: 20px;
    }
    #landing #video-bg .welcome-content .big-heading {
        font-size: 32px;
    }
    #landing #video-bg .welcome-content .medium-heading {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.4;
    }
    #expedition {
        padding-bottom: 35px !important;
    }
    #expedition .heading-section {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #expedition .small-title {
        font-size: 13px;
        display: block;
        margin-bottom: 5px;
    }
    #expedition .body-heading {
        line-height: 1;
        font-size: 24px;
        margin-bottom: 5px;
    }
    #expedition .mobile-only {
        text-align: center;
    }
    #travel {
        height: 75vh;
        margin-top: 0;
    }
    #travel .travel-title .heading-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    #travel .travel-title .small-title {
        font-size: 14px;
        width: 95%;
    }
    #travel .travel-btn {
        margin-top: 17px;
        transform: scale(0.85);
        transform-origin: left;
    }
    #destination-slider .thumbSwiper .thumb-text .small-title {
        font-size: 17px;
        font-weight: 600;
    }
    #destination-slider .thumbSwiper .thumb-text .heading-title {
        font-size: 54px;
    }
    #destination-slider .thumbSwiper .thumb-image img {
        height: 38vh;
    }
    #destination {
        overflow: hidden;
    }
    #destination .heading-section {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #destination .small-title {
        font-size: 13px;
        display: block;
        margin-bottom: 5px;
    }
    #destination .body-heading {
        line-height: 1;
        font-size: 24px;
        margin-bottom: 5px;
    }
    #destination .heading-button {
        transform: scale(0.75);
        transform-origin: left;
    }
    #destination .destination-wrapper {
        border-radius: 25px;
        margin-bottom: 15px;
    }
    #destination .destination-wrapper .destination-name {
        font-size: 30px;
    }
    #destination .destination-wrapper .destination-name.big-destination {
        font-size: 30px;
    }
    #services {
        position: relative;
    }
    #services.pb-0 {
        padding-bottom: 45px !important;
    }
    #services .snow-image {
        height: 120px;
        top: 0;
    }
    #services .service-information {
        padding-bottom: 25px;
    }
    #services .service-information .small-title {
        font-size: 14px;
    }
    #services .service-information .body-heading {
        font-size: 24px;
    }
    #services .service-information .small-heading {
        width: 95%;
        font-size: 14px;
    }
    #services .service-information .service-btn {
        margin-top: 17px;
        transform: scale(0.85);
        transform-origin: left;
    }
    #services .service-slide::before {
        display: none;
    }
    #services .service-slide .service-detail {
        position: relative;
        bottom: 0;
        left: 0;
        padding-left: 7px;
    }
    #services .service-slide .service-detail .service-title {
        font-size: 16px;
        color: #000;
    }
    #services .swiper-button-next {
        transform: scale(0.75);
        transform-origin: right;
        left: auto;
        right: 0;
        top: 40%;
    }
    #services .swiper-button-prev {
        transform: scale(0.75);
        transform-origin: left;
        left: 0px;
        right: auto;
        top: 40%;
    }
    #story {
        height: 45vh;
    }
    #story .year-exp {
        padding-top: 85px;
        margin-top: 0;
        display: block;
        text-align: center;
    }
    #story .year-exp .num {
        font-size: 7rem;
    }
    #story .year-exp .year-text {
        font-size: 26px;
    }
    #story .cloud-img {
        top: -47px;
        height: 110px;
    }
    #director-story .message {
        padding-right: 0;
        padding-top: 30px;
    }
    #director-story .message .message-title.heading-title {
        font-size: 26px;
        line-height: 1.2;
    }
    #director-story .flex-director-img {
        flex-direction: column;
        gap: 5px;
        margin-top: 15px;
        margin-bottom: 0;
    }
    #director-story .director-img {
        display: block;
        padding-top: 0;
        margin-bottom: 20px;
        height: 320px;
        overflow: hidden;
    }
    #director-story .director-img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        margin: auto;
        display: block;
    }
    #inspire-story {
        padding-top: 15px !important;
    }
    #inspire-story .inspire-heading {
        width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }
    #inspire-story .inspire-heading .small-heading {
        margin-bottom: 7px;
        font-size: 14px;
    }
    #inspire-story .inspire-heading .inspire-title {
        font-size: 42px;
        line-height: 1;
    }
    #inspire-story .story-card {
        margin-bottom: 25px;
    }
    #inspire-story .story-card.nmt-75 {
        margin-top: 0;
    }
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.new-container {
    padding: 0% 3%;
    width: 100%;
}

a {
    color: #000;
    text-decoration: none;
} /*# sourceMappingURL=homepage.css.map */
