@media only screen and (max-width: 1920px) and (min-width: 1445px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1445px) {
    html {
        font-size: 15px;
    }

    .footer-links__contact {
        gap: 3rem;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 14px;
    }

    .pagetitleSlider .photoshoot-card__img {
        height: 250px;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 13px;
    }

    .banner-img__shape {
        width: 200px;
    }

    .banner-img__support {
        left: -2rem;
    }

    .destination-listContent p {
        width: 150px;
    }

    .footer-download {
        flex-direction: column;
    }

    .footer-download__app {
        justify-content: space-between;
    }

    .footer-download__payment h3 {
        text-align: left;
    }

    .footer-links__contact {
        gap: 1rem;
    }

    .services-card__img {
        height: 300px;
    }

    .cta-img--right {
        width: 400px !important;
        object-position: left;
    }

    .photoshoot-card__img {
        height: 500px;
    }

    .details-package__boxTitle {
        gap: 1rem;
    }

    .details-package__boxes .row {
        gap: 1rem 0;
    }

    /* Login Start */
    .dashboard-login__form {
        padding: 1rem 1.5rem;
    }

    /* Login End */

    .user-wishlist__bodyCard-mainImg {
        width: 200px;
        height: 150px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 12px;
    }

    p {
        font-size: 1.125rem;
        font-weight: 400;
    }

    .hide--mbl {
        display: none !important;
    }

    .show--mbl {
        display: block;
    }

    .services-card__img {
        height: 300px;
    }

    .services--tour .services-card__content .title {
        font-size: 1.25rem;
    }

    .testimonial-card p {
        font-size: 1rem;
    }

    .cta-img--right {
        width: 320px !important;
    }

    .perks {
        padding: 3rem 0 9rem;
    }

    .perks-card.perks-card--app {
        text-align: center;
        margin-top: 2rem;
    }

    .perks-card.perks-card--app .perks-card__content {
        margin: 0 auto;
    }

    .filterForm {
        display: flex;
    }

    .services-card__content .title {
        font-size: 1.25rem;
    }

    .services-form {
        width: 100%;
    }

    .reserve .nav.nav-tabs {
        gap: 1rem;
        justify-content: center;
    }

    .reserve .destination-list {
        column-count: 2;
    }

    /* .reserve .destination-list:not(.destination-list--uae) li:nth-child(n+7) {
        display: none;
    } */

    .innerBanner-bg__img {
        height: 65%;
    }

    .photography-gallery__img {
        height: 400px;
    }

    .photography-gallery__imgSm .photography-gallery__img {
        height: 190px;
    }

    .details-reverse {
        flex-direction: column-reverse;
    }

    .details-content {
        margin-top: 3rem;
        padding-top: 2rem;
    }

    .photography-head__content p {
        font-size: 1.5rem;
    }

    .breadcrumbWrapper {
        margin-top: 2rem;
    }

    .user-sidebar__links li a {
        padding: 0.5rem;
    }

    .user-booking__tabs li button {
        padding: 0.75rem;
    }

    .user-wishlist__bodyCard-mainImg {
        width: 150px;
        height: 120px;
    }

    .stand-review__details--borderTop {
        margin-top: 6rem;
    }

    .stand-review__details--borderLeft {
        margin-top: 3rem;
    }

    .stand-review__detailsList li {
        width: 100%;
    }

    .reserve-order__list {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 11px;
    }

    .destination-list li figure {
        width: 75px;
        height: 75px;
    }

    .testimonialSlider {
        margin: 0;
    }

    .cta-img--right {
        display: none;
    }

    .support-card {
        padding: 1rem;
    }

    .hide--mblMd {
        display: none;
    }

    .show--mblMd {
        display: block;
    }

    .perks .row {
        gap: 1rem 0;
    }

    .offers-card {
        height: 400px;
    }

    .pagetitleSlider .photoshoot-card__img {
        height: 200px;
    }

    .services .nav-tabs {
        justify-content: center;
    }

    .innerBanner-bg {
        justify-content: center;
        text-align: center;
    }

    .innerBanner-bg__img {
        display: none;
    }

    .reserve-review__details {
        align-items: center;
    }

    .reserve-review--border {
        border: none;
        border-bottom: 1px solid #37373633;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    :is(.pagetitle, .pagetitle.pagetitle--1) {
        height: 500px;
    }

    .photography-head__button {
        margin-left: auto;
    }

    /* Login Start */
    .dashboard-login__form {
        min-height: 100vh;
    }

    /* Login End */

    .menuBtn {
        display: flex;
    }

    .user-sidebar {
        width: 200px;
        position: fixed;
        top: 5%;
        right: -100%;
        padding: 1rem;
        z-index: 999;
        box-shadow: 0 0 20px 1px #00000020;
        transition: all 300ms ease-in-out;
    }

    .user-sidebar.active {
        right: 0;
    }

    .closeBtn {
        display: block;
    }

    .user-sidebar__profile figure {
        width: 70px;
    }

    .user-sidebar__links li a {
        padding: 0.5rem 1rem;
    }

    .user-booking__boxList {
        border: none;
        border-bottom: 1px solid #00000020;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .user-payment__bodyCards {
        gap: 1rem 0;
    }

    .stand-review__details--borderTop {
        border: none;
        border-bottom: 1px solid #37373633;
        margin-top: 2rem;
        padding: 0 0 2rem;
    }

    .stand-review__details--borderLeft {
        border: none;
        padding: 0;
        margin-top: 2rem;
    }

    .stand-payment__details .row {
        gap: 1rem 0;
    }

    .reserve-order__list {
        column-count: 1;
    }

    .reserve-order__list li+li {
        margin-top: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    section {
        padding: 1.5rem 0;
    }

    .container {
        padding: 0 2rem;
    }

    .themeBtn {
        padding: 0.5rem 1.5rem;
    }

    :is(.pagetitle, .pagetitle.pagetitle--1) {
        height: 450px;
    }

    .pagetitle.pagetitle--1 .pagetitleSlider {
        bottom: 0;
    }

    .destination-list li a {
        width: 100%;
        justify-content: space-between;
        padding: 1.5rem;
    }

    .destination-list li figure {
        display: none;
    }

    .cta-content {
        padding: 0 2rem;
    }

    .support .row {
        gap: 1rem 0;
    }

    .experience-support {
        flex: 0 0 100%;
    }

    .offers-card {
        height: 250px;
    }

    .pagetitleSlider {
        width: 50%;
        right: 2rem;
    }

    .pagetitleSlider .photoshoot-card__img {
        height: 150px;
    }

    .shop .row {
        gap: 1rem 0;
    }

    .pagetitle .container>img.pagetitle-shape {
        width: 200px;
        height: 200px;
    }

    .support-card {
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .support-card__icon {
        min-width: 50px;
    }

    .support-card .title {
        font-size: 1.25rem;
    }

    .photographyGallery {
        height: 300px;
    }

    .details-package__boxTitle input {
        transform: scale(2);
    }

    .user-booking__tabs {
        justify-content: center;
    }

    .user-wishlist__bodyCardBtns {
        flex-direction: column;
    }

    .user-wishlist__bodyCardBtns>li>a {
        width: 30px;
    }

    .user-wishlist__bodyCard-mainImg {
        width: 100px;
        height: 100px;
    }

    .reserve .destination-list {
        column-count: unset;
    }

    .stand-review>.title {
        flex-direction: column;
        align-items: start;
    }

    .stand-review__detailsList {
        margin: 0;
    }
}

@media (max-width: 440.98px) {
    .container {
        padding: 0 1rem;
    }

    :is(.secHeading, .photography-head__content h2) {
        font-size: 2rem;
    }

    :is(.heading, .offers-card__content .title) {
        font-size: 1.75rem;
    }

    .photography-head__content p {
        font-size: 1.25rem;
    }

    :is(.pagetitle, .pagetitle.pagetitle--1) {
        height: 400px;
    }

    .pagetitle.pagetitle--1 .pagetitle-content {
        top: 40%;
    }

    .destination-list {
        column-count: unset;
    }

    /* .destination-list:not(.destination-list--uae) li:nth-child(n+5) {
        display: none;
    } */

    .pagetitle-img__link {
        height: 100px;
    }

    .reserve .tab-content {
        padding: 1.5rem;
    }

    .photographyGallery {
        height: 250px;
    }

    .details-package__boxTitle input {
        transform: scale(1.5);
    }
}

@media (max-width: 420.98px) {
    p {
        font-size: 1rem;
    }

    .cta-img {
        height: 200px;
    }

    .reserve-review__details>figure {
        height: 150px;
    }

    .footer--photography {
        flex-direction: column;
    }

    .footer--photography .themeBtn {
        width: 100%;
    }

}

@media (max-width: 375.98px) {

    .support-card {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .support-card__icon {
        min-width: 40px;
    }

    .support-card__icon {
        min-width: 30px;
    }

    .support-card .title {
        font-size: 1rem;
    }

    .offers-card {
        height: 200px;
    }

    /* Login Start */
    .third-partyLink {
        width: 100%;
    }

    /* Login End */
    :is(.mbl-header__mainUser, .mbl-header__mainBtns) {
        gap: 0.5rem;
    }

    .mbl-header__mainUser>img {
        width: 40px;
    }

    .mbl-header__mainUser>h4 {
        font-size: 1.25rem;
    }

    .mbl-header__mainUser>h4 span {
        font-size: 1.125rem;
    }

    .mbl-header__mainBtns li a {
        width: 25px;
        font-size: 1.125rem;
    }

    .user-wishlist__bodyCard-mainImg {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 320.98px) {}
