header {
    padding-top: 0;
}

.landing-image {
    height: 100vh;
    overflow: hidden;
}

/*.landing-image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/

@keyframes kenBurns {
    0% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1.2) translate(-5%, -5%);
    }
}

header #logo {
    height: 90px;
    width: auto;
    padding: 7px 0;
}

.head-top {
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 5px;
}

.date-time {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

#dateHere,
#timeHere,
#weather {
    width: calc(33.33% - 10px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 16px;
    border-radius: 6px;
}

#dateHere i,
#timeHere i,
#weather i {
    font-weight: 500;
    font-size: 24px;
}

#date,
#time,
#weather span {
    font-weight: 600;
}

footer .main-footer .footer-contact li {
    padding-left: 10px;
    text-align: start;
}

footer .main-footer .footer-contact li a {
    font-size: 18px;
}

footer .main-footer .main-list li {
    padding: 10px 15px;
}

footer .section-title span {
    padding-left: 0;
}

.wrapper {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.wrapper .calendar-header {
    display: flex;
    align-items: center;
    padding: 25px 30px 10px;
    justify-content: space-between;
}

.calendar-header .icons {
    display: flex;
}

.calendar-header .icons span {
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
}

.icons span:last-child {
    margin-right: -10px;
}

.calendar-header .icons span:hover {
    background: #f2f2f2;
}

.calendar-header .current-date {
    font-size: 1.45rem;
    font-weight: 500;
}

.calendar {
    padding: 20px;
}

.calendar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar .days {
    margin-bottom: 20px;
}

.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}

.days li.inactive {
    color: #aaa;
}

.days li.active {
    color: #fff;
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.days li.active::before {
    background: #9b59b6;
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.social-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.social-link li a {
    font-size: 28px;
    text-decoration: none;
    margin-right: 25px;
    color: #fff;
}

.social-link li img {
    height: 28px;
    filter: invert(1);
}

#fourteensummits .image {
    bottom: 0%;
}

@media only screen and (max-width: 992px) {
    header #logo {
        height: 75px;
        width: auto;
    }
}

@media only screen and (max-width: 600px) {
    .social-link {
        margin-bottom: 20px;
    }

    .social-link li a {
        font-size: 20px;
    }

    .social-link li img {
        height: 20px;
    }

    footer .main-footer .footer-contact {
        align-items: flex-start;
    }

    .date-time {
        flex-direction: column;
    }

    .date-time > div {
        margin-bottom: 10px;
        width: 100% !important;
    }

    .wrapper {
        margin-top: 10px;
    }

    .testimonials .innerdiv {
        display: flex !important;
    }

    .flight-card {
        padding: 10px;
    }

    .flight-card-wrapper {
        flex-direction: column !important;
    }

    .flight-card .flight-card-details {
        width: 100%;
    }

    .flight-card .flight-card-date {
        width: 100%;
        padding-left: 0;
    }
}
.pagination {
    justify-content: center;
}
.active > .page-link,
.page-link.active {
    color: #153b50;
}

.gallery-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-main {
    width: 100%;
    height: 350px;
    margin-right: 25px;
    border: 2px solid #e9e9e9;
    border-radius: 8px;
    padding: 50px 60px;
}

.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    height: 35px;
    width: 35px;
    color: #1a1a1a;
    background-color: #78baf9;
    transition: all ease-in-out 0.35s;
}

.gallery-main .swiper-button-prev:hover,
.gallery-main .swiper-button-next:hover {
    background-color: #153b50;
    color: #fff;
    transition: all ease-in-out 0.35s;
}

.gallery-main .swiper-button-prev::after,
.gallery-main .swiper-button-next::after {
    font-size: 12px;
    font-weight: 600;
}

.gallery-main .swiper-button-prev {
    right: 40px;
    border-right: 1px solid #e9e9e9;
}

.swiper-slide-active .gallery-title {
    -webkit-animation: slide-in 0.3s ease-in both;
    animation: slide-in 0.3s ease-in both;
}

.gallery-thumbs {
    width: 100%;
    height: 350px;
    margin-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-slide img {
    transition: 0.3s;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.45;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active .user-infos {
    border-right: 6px solid #153b50;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.user-infos {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin-bottom: 7px;
    transition: all ease-in-out 0.25s;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.user-infos .user-image {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
}

.user-infos .user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.user-infos .user-details {
    width: calc(100% - 70px);
}

.user-infos .user-details .user-name {
    font-size: 20px;
    color: #153b50;
    font-weight: 800;
    display: block;
}

.user-infos .user-details .user-post {
    display: block;
    line-height: 1.2;
    font-size: 13px;
}
.thoughts-desc p {
    font-size: 18px;
}

#nav-toggle {
    cursor: pointer;
}
/* .thoughts-card {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        } */

.thoughts-card .thoughts-title {
    font-size: 28px;
    font-weight: 700;
    color: #153b50;
    margin-bottom: 8px;
}

.icon-top {
    position: absolute;
    top: -63px;
    left: -22px;
    width: 165px;
    opacity: 0.5;
    z-index: -1;
}

.icon-bottom {
    position: absolute;
    bottom: -63px;
    right: -22px;
    width: 165px;
    opacity: 0.5;
    z-index: -1;
}

.thoughts {
    padding: 75px 0;
    background-color: #ecf5fd;
}

.thoughts .section-title span {
    background-color: #ecf5fd;
}

.main-menu a,
.main-menu .has-dropdown a {
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 4px #000;
}

.itinerary-accordion-image {
    margin-bottom: 20px;
}


#treks figure.effect-layla h2 {
    font-family: "Lora", serif;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.62);
}

.all-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-bottom: 40px;
}
.all-card .all-card-image {
    width: 50%;
}
.all-card .all-card-content {
    width: 50%;
}
.all-card .all-card-image {
    width: 50%;
}
.all-card .all-card-content {
    width: 50%;
}
.all-card .all-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.all-card .all-card-content h2 {
    font-weight: 600;
}
.all-card .all-card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0;
}
.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.footer-list li a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
}
.newsletter {
    background-color: #ecf5fd;
    padding-top: 45px;
    position: relative;
}

.newsletter::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url("../images/footer-14-peak.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 0.25;
}

.newsletter .input-container {
    margin-bottom: 30px;
}

.newsletter .newsletter-heading {
    text-align: center;
    margin-bottom: 35px;
}

.newsletter .newsletter-title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.newsletter .newsletter-desc {
    width: 75%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .newsletter .newsletter-desc {
        width: 90%;
    }
}

@media only screen and (max-width: 700px) {
    .newsletter .newsletter-title {
        font-size: 20px;
    }

    .newsletter .newsletter-desc {
        font-size: 17px;
        width: 100%;
    }

    .newsletter .newsletter-heading {
        margin-bottom: 20px;
    }
}

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

.input-container input[type="text"],
.input-container input[type="email"],
.input-container input[type="date"],
.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 textarea {
    height: 105px;
}

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

.input-container input[type="text"]:focus ~ .label,
.input-container input[type="text"]:valid ~ .label,
.input-container input[type="email"]:focus ~ .label,
.input-container input[type="email"]:valid ~ .label,
.input-container input[type="date"]:focus ~ .label,
.input-container input[type="date"]:valid ~ .label,
.input-container select:focus ~ .label,
.input-container select:valid ~ .label,
.input-container textarea:focus ~ .label,
.input-container textarea:valid ~ .label {
    top: -20px;
    font-size: 16px;
    color: #153b50;
}

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

.input-container .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #153b50;
    transform: scaleX(0);
    transition: all 0.3s ease;
}

.input-container.area .underline {
    bottom: 6px;
}

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

.social-link .ri-facebook-fill:hover {
    color: #4267b2;
}
.social-link .ri-instagram-line:hover {
    color: #e1306c;
}
.social-link .ri-youtube-fill:hover {
    color: #c4302b;
}

/* NEW CSS */
.featurePackage {
    padding: 65px 0;
    background-color: #ecf5fd;
}

.featurePackage .section-title span {
    background-color: #ecf5fd;
}
.featurePackage .section-title {
    margin-bottom: 0;
}

#treks {
    padding-top: 85px;
}

#climbs .climb-package .snip1295 {
    overflow: hidden;
}
#climbs .climb-package .snip1295 img,
figure.effect-layla .region-image,
.card-style-1 .card-image img {
    transition: all ease-in-out 0.35s;
}
#climbs .climb-package .snip1295:hover img,
figure.effect-layla:hover img,
.card-style-1:hover img {
    transform: scale(1.085);
    transition: all ease-in-out 0.35s;
}
#climbs .climb-package .snip1295:before {
    z-index: 1;
}
.climb-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

figure.effect-layla {
    background-color: #000;
}

.testimonials .detbox .designation {
    font-size: 15px;
    line-height: 1.3;
}

#welcomeMessage {
    padding: 75px 0;
    background-color: #ecf5fd;
}

#welcomeMessage .welcome-content {
    padding-right: 40px;
}

#welcomeMessage .welcome-title {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 16px;
}

#welcomeMessage .welcome-content p {
    text-align: justify;
}

#thoughtsClient.testimonials .review-card {
    padding: 20px 25px;
    border: 1px solid #eaeaea;
    text-align: center;
    min-height: 400px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

#thoughtsClient.testimonials .review-card .review-image {
    width: 100px;
    height: 100px;
    margin: 15px auto;
    border-radius: 50%;
    overflow: hidden;
}

#thoughtsClient.testimonials .review-card .review-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#thoughtsClient .user-details .user-name {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #153b50;
}

#thoughtsClient .user-details .user-post {
    font-size: 16px;
    font-weight: 500;
}

#thoughtsClient.testimonials .div1 {
    padding: 50px;
}

#thoughtsClient.testimonials .imgbox img {
    width: 5rem;
}

.happy-messages {
    padding-left: 25px;
}

.bg-blue {
    background-color: #ecf5fd;
}

#blogs {
    padding: 75px 0;
}

.bg-gray,
.happy-messages .section-title span {
    background-color: #f6f6f6;
}

.package-card .package-content {
    padding-top: 20px;
}

.blog-dates {
    margin-bottom: 3px;
    color: #153b50;
    font-weight: 700;
}

.blog-title {
    min-height: 50px;
    overflow: hidden;
}

.card-description.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#blogs .section-title {
    margin-bottom: 0;
}

.blog-header-section {
    margin-bottom: 30px;
}

.search-landing {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.search-landing-title {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
}

#landing::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 7;
}

.search-fields {
    width: 60%;
    display: flex;
    justify-content: center;
    height: 55px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.search-fields .form-control {
    height: 100%;
}

.search-fields .location-search {
    width: 43%;
    position: relative;
}

.search-fields .package-select {
    width: 28%;
}

.search-fields .search-button {
    width: 29%;
    height: 100%;
}

.search-fields .xtreme-button {
    height: 100%;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
}

.search-fields .form-control {
    border: none;
}

.search-fields .location-search .search-icon {
    position: absolute;
    top: 10px;
    left: 15px;
}

.search-fields .location-search .search-icon {
    font-size: 24px;
}
.search-fields .location-search .form-control {
    padding-left: 45px;
}
.search-fields .location-search::before {
    content: "";
    position: absolute;
    width: 0.85px;
    height: 65%;
    top: 10px;
    right: 0;
    background-color: #ddd;
}

.form-control:focus,
.form-control:visited,
.form-control:active,
.form-control:hover,
.form-control:focus-visible,
.form-control:focus-within {
    box-shadow: none;
    border: none;
}

.search-landing-desc {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    width: 90%;
    line-height: 1.2;
    margin: 0 auto;
}

.search-landing-heading {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

#fourteensummits {
    height: auto;
}
#treks .trek-title {
    height: min-content;
    min-height: 600px;
}
#skis {
    position: relative;
    padding-top: 25%;
}
.activity.package-card .package-detail .package-title a {
    color: #000;
    text-decoration: none;
}
.package-title a {
    color: #000;
    text-decoration: none;
}
.sticky .main-menu a,
.sticky .main-menu .has-dropdown a {
    text-shadow: none;
}
header {
    z-index: 100;
}

.main-menu {
    width: 100%;
}

.small-only {
    display: none;
}

.welcome-message {
    columns: 2;
}

.welcome-message p:first-child {
    padding-right: 12px;
}
#outbound,
#activities {
    padding: 80px 0;
    background-color: #ecf5fd;
}
.card-style-1.second-height .card-image {
    height: 500px;
}
#outbound .section-title span,
#activities .section-title span {
    background-color: #ecf5fd;
}
.activity.package-card {
    background-color: #fff;
    border: 2px solid #f6f6f6;
    margin-bottom: 25px;
}
.activity.package-card .package-detail {
    padding: 10px 15px;
}
.activity.package-card .package-detail .package-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.activity.package-card .package-detail .package-meta {
    font-size: 15px;
    margin-bottom: 10px;
}
.activity.package-card .package-detail .package-meta .meta-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}
.activity.package-card .package-detail .package-meta .meta-icon img {
    height: auto;
    width: 22px;
}
.activity.package-card .package-detail .package-meta .meta-detail .label-meta {
    font-size: 85%;
    font-weight: 500;
    display: block;
    line-height: 1;
}
.activity.package-card
    .package-detail
    .package-meta
    .meta-detail
    .meta-content {
    line-height: 1;
    font-weight: 600;
}
.activity.package-card .package-detail .package-detail-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.activity.package-card .package-detail .package-button {
    margin-bottom: 5px;
}
#landing-slider {
    position: relative;
    z-index: 8;
}
#landing-slider .slide-subtext {
    display: inline-block;
    font-size: 22px;
    margin-bottom:5px;
    color:#fff;
    font-weight:500;
}
#landing-slider .slide-text h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.42);
}
#landing-slider .slide-content p {
    color: #fff;
}
.slide-content .slide-button {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.slide-content .slide-button .icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    color: #131313;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.slide-content .slide-button .icon-text {
    transition: all 0.25s ease-in;
    font-size: 18px;
}
.slide-content .slide-button:hover .icon-text {
    transform: translateX(15px);
}
#landing {
    flex-direction: column;
    justify-content: center;
    align-items: unset;
}
#landing-slider {
    padding-bottom: 80px;
    padding-top: 80px;
}
#landing-slider .swiper-slide {
    opacity: 0 !important;
}
#landing-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
#landing .swiper-pagination {
    text-align: left;
    bottom: 25px;
}
#landing .swiper-pagination {
    text-align: left;
    bottom: 25px;
}
#landing .swiper-pagination-bullet .swiper-pagination-bullet-active {
    background: #fff;
}
#landing {
    flex-direction: column;
    justify-content: flex-end;
    align-items: unset;
}


@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .main-menu li a {
        margin-right: 20px;
        font-size: 15px !important;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-shadow: 1px 1px 4px #000;
    }
    .sticky .main-menu li a {
        font-size: 16px !important;
    }
    #fourteensummits {
        height: 120vh;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
    .main-menu li a,
    .sticky .main-menu li a {
        margin-right: 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1400px) {
    .gallery-main {
        height: 400px;
        padding: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .gallery-thumbs {
        height: auto;
        padding: 0;
        margin-top: 25px;
    }

    .gallery-main .swiper-button-prev,
    .gallery-main .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .user-infos {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 15px;
    }

    .gallery-main {
        height: auto;
        padding: 30px 20px;
    }

    .user-infos .user-details {
        width: 100%;
    }
    #landing-slider .slide-text h1 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .main-menu .has-dropdown a {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1300px) {
    .search-fields {
        width: 65%;
    }
}
@media only screen and (max-width: 1200px) {
    .search-fields {
        width: 80%;
    }

    .search-landing-heading {
        width: 70%;
    }
}

@media only screen and (max-width: 1100px) {
    .main-menu li a {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #nav-toggle,
    .tab-only {
        display: none;
    }

    .search-btn {
        transform: translateY(0);
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 991.8px) {
    #nav-toggle,
    .tab-only {
        display: block;
    }

    .search-btn {
        transform: translateY(-50%);
        top: 50%;
        right: 15px;
    }

    .sticky .container-custom {
        padding-left: 40px;
        padding-right: 40px;
    }

    .search-landing-heading,
    .search-fields {
        width: 95%;
    }

    .location-search .search-icon {
        display: none;
    }

    .search-fields .location-search .form-control {
        padding-left: 15px;
    }

    .search-fields .location-search {
        width: 36%;
    }

    .search-fields .package-select,
    .search-fields .search-button {
        width: 32%;
    }

    #welcomeMessage .welcome-content {
        padding-right: 0px;
    }

    #treks .trek-title .sub-content {
        width: 70%;
    }

    #welcomeMessage .welcome-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .search-landing-title {
        font-size: 38px;
    }

    .search-fields .location-search {
        width: 50%;
    }

    .search-fields .package-select {
        width: 40%;
    }
    .search-fields .search-button {
        width: 10%;
    }

    .small-only {
        display: block;
    }

    .no-small {
        display: none;
    }

    .heli-section .destination-title {
        width: 100%;
        padding: 0 20px;
        top: 40%;
    }

    .happy-content {
        display: none;
    }

    .testimonials .userdetails {
        flex-direction: column;
        gap: 10px;
    }
}
    @media only screen and (max-width:1450px) {
        footer .main-footer .footer-contact li a {
            font-size: 16px;
        }
        footer .main-footer .footer-contact li {
            padding-right: 40px;
        }
    }
    
    @media only screen and (max-width:1300px) {
        footer .main-footer .footer-contact li {
            padding-right: 20px;
            /*width: 25%;*/
        }
    }
    

@media only screen and (max-width: 700px) {
    .destination-sections .bg-photo {
        height: 85vh;
    }

    .heli-section .destination-title {
        top: 35%;
    }

    #welcomeMessage .welcome-title {
        font-size: 22px;
    }

    .welcome-image {
        margin-bottom: 30px;
    }

    #fourteensummits {
        height: auto;
    }

    #treks .trek-title .sub-content h2 {
        font-size: 52px;
        margin-bottom: 20px;
    }

    .happy-messages {
        margin-top: 35px;
    }

    .search-landing-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .search-fields .location-search,
    .search-fields .package-select,
    .search-fields .search-button {
        width: 100%;
    }

    .search-fields {
        flex-direction: column;
        gap: 10px;
        height: auto;
        background-color: transparent;
        border-radius: 0;
    }

    .search-fields .form-control {
        height: auto;
    }

    .search-fields .form-control,
    .search-fields .location-search .form-control {
        padding: 10px 20px;
        line-height: 1.5;
        font-size: 17px;
    }

    .small-only {
        display: none;
    }

    .no-small {
        display: block;
    }
    .welcome-message {
        columns: 1;
    }
    .all-card {
        flex-direction: column;
    }
    .all-card .all-card-image,
    .all-card .all-card-content {
        width: 100%;
    }
    .footer-list {
        margin-bottom: 25px;
    }
    #skis {
        display: flex;
        flex-direction: column;
    }
    #skis .ski-content {
        order: 1;
        width: 100%;
        position: static;
        transform: none;
    }
    #skis .ski-image {
        order: 2;
        height: 50vh;
    }
    .heli-section {
        display: flex;
        flex-direction: column;
    }
    .destination-sections .bg-photo {
        height: 50vh;
        order: 2;
    }
    .heli-section .destination-title {
        position: static;
        order: 1;
        transform: none;
    }
    #treks .trek-title {
        min-height: none;
        height: 350px;
    }
    #landing .landing-video video {
        object-fit: cover !important;
    }
    #landing-slider .slide-text h1 {
        font-size: 20px;
    }
    #landing-slider .slide-subtext {
        display: inline-block;
        font-size: 18px;
        margin-bottom: 5px;
        color: #fff;
        font-weight: 500;
    }
    #landing-slider p{
        font-size:11px;
    }
    #loader .loader-main p span{
        margin:0 4px;
    }
}
