/* =====================================================
   LARGE TABLET
===================================================== */

@media (max-width: 1199px) {

    .navbar-nav {
        gap: 15px;
    }

    .header-btn {
        padding: 11px 15px;
    }

    .destination-card,
    .destination-card.large-card {
        height: 450px;
    }

    .experience-card {
        height: 350px;
    }

}
@media (max-width: 767px) {

    .travel-logo {
        width: 125px;
    }

}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .section-padding {
        padding: 80px 0;
    }

    /* Header */

    .main-header {
        background: rgba(16, 23, 20, .96);
    }

    .navbar {
        padding: 18px 0;
    }

    .navbar-collapse {
        background: var(--dark);
        margin-top: 15px;
        padding: 20px;
    }

    .navbar-nav {
        gap: 5px;
    }

    .nav-link {
        padding: 12px 5px !important;
    }

    .header-btn {
        display: inline-block;
        margin-top: 15px;
    }

    /* Destination */

    .destination-card,
    .destination-card.large-card {
        height: 430px;
    }


    /* About */

    .about-images {
        padding-right: 40px;
    }

    .about-main-image {
        height: 550px;
    }


    /* Stats */

    .stat-item {
        margin-bottom: 25px;
    }

}
/* =====================================================
   INTRO RESPONSIVE
====================================================== */

@media (max-width: 991px) {

    .intro-top {
        grid-template-columns: 1fr;

        gap: 45px;

        padding-bottom: 60px;
    }

    .intro-heading {
        max-width: 650px;
    }

    .intro-description {
        max-width: 650px;
    }

    .intro-features {
        grid-template-columns: 1fr 1fr;
        row-gap: 25px;
    }

    .intro-feature:nth-child(2) {
        border-right: 0;
    }

    .intro-feature:nth-child(3),
    .intro-feature:nth-child(4) {
        padding-top: 25px;

        border-top: 1px solid var(--border);
    }

    .intro-feature-number {
        justify-content: flex-start;
    }

}


@media (max-width: 767px) {

    .intro-top {
        gap: 35px;

        padding-bottom: 45px;
    }

    .intro-title {
        font-size: 48px;

        letter-spacing: -1px;
    }

    .intro-description {
        padding-left: 40px;
    }

    .intro-description p {
        font-size: 15px;

        line-height: 1.8;
    }

    .intro-features {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .intro-feature,
    .intro-feature:nth-child(2),
    .intro-feature:nth-child(3),
    .intro-feature:nth-child(4) {

        padding: 20px 0;

        border-right: 0;

        border-top: 1px solid var(--border);
    }

    .intro-feature:first-child {
        padding-left: 0;

        border-top: 0;
    }

    .intro-feature-number {
        justify-content: flex-start;
    }

}


@media (max-width: 480px) {

    .intro-title {
        font-size: 40px;

        line-height: 1.08;
    }

    .intro-heading .section-label {
        font-size: 9px;

        letter-spacing: 2px;
    }

    .intro-description {
        padding-left: 35px;
    }

    .intro-number {
        font-size: 12px;
    }

    .intro-description p {
        font-size: 14px;
    }

    .intro-link {
        font-size: 10px;

        gap: 12px;
    }
      #topBtn {
        right: 15px;
        bottom: 15px;
    }

}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .section-padding {
        padding: 65px 0;
    }


    /* Header */

    .navbar-brand {
        font-size: 24px;
    }


    /* Section */

    .section-heading-row {
        display: block;
        margin-bottom: 30px;
    }

    .section-heading-row .outline-btn {
        display: inline-block;
        margin-top: 20px;
    }

    .section-title {
        font-size: 40px;
    }


    /* Destination */

    .destination-card,
    .destination-card.large-card {
        height: 420px;
    }


    /* Package */

    .package-image {
        height: 270px;
    }


    /* About */

    .about-images {
        padding-right: 25px;
    }

    .about-main-image {
        height: 470px;
    }

    .experience-box {
        width: 160px;
        padding: 18px;
    }

    .experience-box strong {
        font-size: 38px;
    }


    /* Experience */

    .experience-card {
        height: 420px;
    }


    /* Stats */

    .stats-section {
        padding: 45px 0 25px;
    }

    .stat-item {
        border-right: 0;
    }

    .stat-item strong {
        font-size: 34px;
    }


    /* Testimonial */

    .testimonial-box > p {
        font-size: 28px;
    }


    .footer {
        padding: 60px 0 20px;
    }

    

    .footer-bottom {
        display: block;
        line-height: 2;
        margin-top: 40px;
    }

    .footer-bottom div {
        margin-top: 10px;
        flex-wrap: wrap;
    }

}
@media (max-width: 767px) {

    .footer-logo img {
        width: 130px;
    }

}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .section-title {
        font-size: 35px;
    }

    .destination-card,
    .destination-card.large-card {
        height: 380px;
    }

    .destination-overlay h3 {
        font-size: 30px;
    }

    .package-content {
        padding: 22px;
    }

    .package-content h3 {
        font-size: 26px;
    }

    .about-main-image {
        height: 400px;
    }

    .experience-box {
        width: 145px;
    }

    .experience-card {
        height: 380px;
    }

    .testimonial-box > p {
        font-size: 25px;
    }

}

