/* Big screen :1200px. */
@media (min-width: 1501px) and (max-width: 1730px) {
    .deshbord-area .container {
        margin-right: 210px;
        max-width: 1280px;
        margin-right: clamp(13.125rem, 39.301vw - 23.745rem, 18.75rem);
    }
}

/* Big screen :1200px. */
@media (min-width: 1201px) and (max-width: 1500px) {
    .place__wrp {
        margin-left: -70px;
    }

    .side-nav {
        right: -300px;
    }

    .side-nav.show {
        right: 0;
    }

    .hamburger {
        display: flex;
        margin-right: auto;
    }

    .chart__cal .calendar {
        gap: 10px 0px;
    }
}

/* Normal screen :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .hamburger {
        display: flex;
        margin-right: auto;
    }

    .side-nav {
        right: -300px;
    }

    .side-nav.show {
        right: 0;
    }

    .place__wrp {
        margin-left: -50px;
    }

    .place-card-info ol {
        flex-wrap: wrap;
        gap: 0 10px;
    }

    .place-card-pricing h4 del {
        flex-wrap: nowrap;
        display: block;
    }

    .dates__tabs {
        right: auto;
        left: 0;
        transform: translateX(-50%);
    }

    .src-filter-wrp input,
    .src-filter-wrp button,
    .location__btn,
    .dateBtn,
    .guestsBtn {
        font-size: 14px;
    }

    .menu-area > ul {
        gap: 16px;
    }

    .logo-area a,
    .footer-logo a {
        width: 170px;
    }

        .logo-area a img,
        .footer-logo a img {
            max-width: 228px;
            top: -33px;
            right: -34px;
        }

    .chart__cal .calendar {
        gap: 10px 2px;
    }
}

/* Tablet screen :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 36px;
    }

    .hamburger {
        display: flex;
        margin-right: auto;
    }

    .side-nav {
        right: -300px;
    }

    .side-nav.show {
        right: 0;
    }

    .w-1070 {
        max-width: 720px;
    }

    .place__wrp {
        margin-left: -37px;
    }

    .place-card-info ol {
        flex-wrap: wrap;
        gap: 0 10px;
    }

    .place-area {
        padding-bottom: 50px;
    }

    .tab-nav ul li a {
        padding: 10px 14px;
    }

    .footer-content {
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 27px;
    }

    .src-filter-wrp {
        height: 48px;
    }

    .footer-social ul {
        justify-content: center;
    }

    .footer-social {
        margin: auto;
        text-align: center;
    }

    .footer-nav {
        margin: 40px 0;
        text-align: center;
    }

    .Reviews-content ul {
        gap: 10px;
    }

        .Reviews-content ul li {
            height: 80px;
        }

    .Location-img {
        margin-bottom: 20px;
    }

    .order__wrp {
        max-width: 100%;
    }

    .calendar__blk {
        /* flex-direction: column; */
        gap: 15px;
    }

    .timeline__item.calender .calendar__blk {
        flex-direction: column;
    }

    .timeline__item.calender {
        max-width: 340px;
    }

    .dates__tabs {
        right: auto;
        left: 50%;
        transform: translateX(-61%);
    }

    .src-filter-wrp > a {
        height: 44px;
        width: 44px;
        margin-left: 0;
    }

    .filter__btn a {
        padding: 15px 26px;
    }

    .calendar__blk th,
    .calendar__blk td {
        padding: 6px 12px;
    }

    .chart__cal .calendar {
        gap: 10px 0px;
        width: 39px;
        height: 39px;
        grid-template-columns: repeat(7, 46px);
    }

    .chart__cal .date {
        width: 36px;
        height: 36px;
    }

    .domain__dropdown .dropdown-menu .flex {
        gap: 16px !important;
    }

    .domain__dropdown .dropdown-menu p {
        font-size: 14px;
    }

    .domain__dropdown .dropdown-menu {
        padding: 15px !important;
        min-width: 230px;
    }

    .option-item {
        gap: 5px;
        width: max-content;
    }

    .custom-radio {
        width: 12px;
        height: 12px;
    }

    .timeline__item .input__blk {
        margin-bottom: 0;
        margin-top: 10px;
    }
}

/* small screen :320px. */
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }

    .hamburger {
        display: flex;
        margin-right: auto;
    }

    .side-nav {
        right: -300px;
    }

    .side-nav.show {
        right: 0;
    }

    .page.page-with-side-nav > main {
        padding-bottom: 94px;
    }

    .dashboard-shell {
        padding-bottom: 126px;
    }

    .dashboard-container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .dashboard-topbar {
        padding: 22px 0 20px;
        align-items: flex-start;
    }

    .dashboard-heading h1 {
        font-size: 26px;
    }

    .dashboard-heading p {
        max-width: 240px;
        font-size: 13px;
    }

    .dashboard-actions {
        gap: 10px;
    }

    .dashboard-actions .noti-date a {
        width: 44px;
        height: 44px;
    }

    .dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 26px;
    }

    .dashboard-stat-card {
        min-height: 116px;
        padding: 14px;
        box-shadow: 0 8px 20px rgba(28, 35, 43, 0.05);
    }

    .dashboard-stat-card__period {
        top: 12px;
        left: 12px;
        min-height: 22px;
        padding: 3px 8px;
        font-size: 10px;
    }

    .dashboard-stat-card__icon {
        width: 38px;
        height: 38px;
        margin-bottom: 12px;
        font-size: 18px;
    }

    .dashboard-stat-card__label {
        min-height: 34px;
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 1.35;
    }

    .dashboard-stat-card__value {
        font-size: 27px;
    }

    .dashboard-quick-access h2 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .dashboard-shortcuts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .dashboard-shortcut {
        min-height: 92px;
        padding: 12px 8px;
        gap: 10px;
        text-align: center;
        box-shadow: 0 8px 20px rgba(28, 35, 43, 0.05);
    }

    .dashboard-shortcut__icon {
        width: 42px;
        height: 42px;
        font-size: 19px;
    }

    .dashboard-shortcut__title {
        font-size: 14px;
        line-height: 1.2;
    }

    .dashboard-app-downloads {
        margin-top: 20px;
        padding: 18px 14px;
        border-radius: 16px;
    }

    .dashboard-app-downloads__header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 14px;
    }

    .dashboard-app-downloads__header h2 {
        font-size: 20px;
    }

    .dashboard-app-downloads__actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dashboard-app-downloads__button {
        min-height: 64px;
        padding: 14px 12px;
        font-size: 15px;
    }

    .mobile-bottom-nav {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1200;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: center;
        direction: rtl;
        min-height: 70px;
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 -8px 24px rgba(28, 35, 43, 0.08);
    }

    .mobile-bottom-nav__item {
        min-width: 0;
        min-height: 58px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 0 2px;
        color: #767b84;
        text-decoration: none;
        font-weight: 700;
    }

    .mobile-bottom-nav__item i {
        width: auto;
        height: auto;
        margin: 0;
        font-size: 20px;
        line-height: 1;
        top: auto;
    }

    .mobile-bottom-nav__item span {
        font-size: 11.5px;
        line-height: 1.2;
    }

    .mobile-bottom-nav__item:hover,
    .mobile-bottom-nav__item.active {
        color: #12a48f;
    }

    .mobile-bottom-nav__label {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-bottom-nav__dot {
        position: absolute;
        top: -5px;
        left: -8px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ef4444;
        box-shadow: 0 0 0 2px #fff;
    }

    .mobile-floating-add {
        position: fixed;
        left: 22px;
        bottom: 86px;
        z-index: 1210;
        width: 52px;
        height: 52px;
        min-width: 52px;
        min-height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: #18b69d;
        color: #fff;
        font-size: 24px;
        box-shadow: 0 12px 24px rgba(24, 182, 157, 0.32);
    }

    .mobile-floating-add i {
        width: auto;
        height: auto;
        margin: 0;
        line-height: 1;
        top: auto;
    }

    .header-area {
        padding: 20px 0;
    }

    .noti-date > p {
        display: none;
    }

    .logo-area a,
    .footer-logo a {
        width: 150px;
    }

        .logo-area a img,
        .footer-logo a img {
            width: 202px;
            top: -25px;
            right: -31px;
        }

    .place__wrp {
        margin-left: -4px;
    }

    .place-card-info ol {
        flex-wrap: wrap;
        gap: 0 10px;
    }

    .place-card-pricing h4 del {
        display: block;
    }

    .place-area {
        padding-bottom: 50px;
    }

    .place__wrp ul a i {
        width: 62px;
        height: 62px;
    }

    .place__wrp ul a.checked:after {
        scale: 0.7;
    }

    .virt__popup-wrp {
        max-width: 270px;
    }

    .place-card-top {
        margin-right: 0;
        padding-left: 33px;
    }

    .src-filter-wrp {
        height: 52px;
    }

    .footer-content {
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 27px;
    }

    .footer-social ul {
        justify-content: center;
    }

    .footer-social {
        margin: auto;
        text-align: center;
    }

    .footer-nav {
        margin: 40px 0;
        text-align: center;
        flex-direction: column;
        gap: 30px 0;
    }

    .Reviews-content ul {
        gap: 10px;
        width: max-content;
    }

        .Reviews-content ul li {
            height: 80px;
        }

    .Reviews__nav {
        overflow: auto;
        display: none;
    }

    .Reviews-content {
        margin-bottom: 20px;
    }

    .faq-area .tab-nav {
        overflow: auto;
    }

    .packege__blk {
        margin-bottom: 20px;
        padding: 8px;
    }

        .packege__blk.show {
            flex-direction: column;
        }

    .show .packege__blk {
        flex-direction: column;
    }

    .packege__img a {
        display: none;
    }

    .packege__content {
        position: relative;
    }

        .packege__content > p {
            display: none;
        }

    .show .packege__content > p {
        display: block;
    }

    .show .packege__content {
        padding-bottom: 50px;
        display: block;
    }

    .packege__content > .flex {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
        padding-top: 5px;
    }

    .show .packege__content > .flex {
        padding-top: 0;
        margin-bottom: 10px;
    }

    .packege__img i {
        border-radius: 20px;
        margin-left: auto;
    }

    .show .packege__img i {
        width: 100%;
    }

    i.pci {
        display: none;
    }

    .packege__options {
        padding: 0;
        left: 0;
        display: none;
    }

    .packege__blk__btm .packege__options {
        display: block;
    }

    .show .packege__options {
        display: flex;
    }

    .show .packege__img {
        max-width: 100%;
    }

    .packege__img img {
        width: 100%;
        border-radius: 0;
    }

        .packege__img img:nth-child(2) {
            display: none;
        }

    .Dalton__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .div1 {
        grid-column: span 2 / span 1;
        grid-row: span 1 / span 1;
    }

    .Dalton__blk {
        border-radius: 0;
        margin-inline: 0 -12px;
        margin-right: -12px;
    }

        .Dalton__blk.lg .place-card {
            border-radius: 0;
        }

    .div2 {
        grid-column-start: 0;
        display: none;
    }

    .div3 {
        grid-column-start: 0;
        display: none;
    }

    .div4 {
        grid-column-start: 0;
        grid-row-start: 0;
        display: none;
    }

    .div5 {
        grid-column-start: 0;
        grid-row-start: 0;
        display: none;
    }

    .selected__list ul li a {
        padding: 6px 12px !important;
        font-size: 12px;
    }

    .Location-img {
        height: 215px;
        margin-bottom: 20px;
    }

    .mb_100 {
        margin-bottom: 50px;
    }

    .footer-area {
        padding-bottom: 0px;
    }

    .details-form h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .input__blk input {
        height: 42px;
    }

    .details-form-info {
        margin: 0;
        margin-top: 10px;
    }

    .order__wrp {
        max-width: 100%;
    }

    .order__top {
        flex-direction: column;
    }

    .order__nav {
        display: none;
    }

    .mobile-menu .order__nav {
        display: block;
    }

    .order__summary {
        align-items: flex-start;
    }

    .order__summ-text {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

        .order__summ-text a {
            font-size: 12px;
            padding: 10px 20px;
        }

    .delicious__blk .flex {
        flex-direction: column;
    }

    .filter__btn a {
        padding: 0;
        width: 45px;
        height: 45px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tag__list.v3 ul a {
        padding: 10px 18px;
        margin: 0;
        font-size: 14px;
    }

    .Reason-content {
        margin-right: 0;
    }

    .user_nav {
        padding: 10px 20px;
        border-radius: 20px;
    }

    .card__info .flex {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }

    .card__info {
        margin-top: 0;
    }

    .select__blk {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .otp-input input {
        width: 14%;
        height: 48px;
    }

    .cover-img {
        height: 140px;
    }

    .blog__content h3 {
        font-size: 22px;
    }

    .blog__content {
        margin-bottom: 60px;
    }

    .Dalton-area {
        margin-top: 0;
        margin-bottom: 30px;
    }

    nav.tab__nav .nav {
        gap: 20px;
    }

    .Dalton-title-mobile {
        display: flex;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 20px;
    }

    .Host__content {
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 20px;
    }

        .Host__content hr {
            opacity: 0;
        }

    .Location__content a {
        width: 100%;
    }

    .faq-area .accordion-item button {
        font-size: 16px;
        padding: 15px;
    }

    .packege__count ul {
        flex-wrap: wrap;
        height: auto;
        box-shadow: none;
        border: none;
    }

        .packege__count ul li {
            width: 100%;
            border: 1px solid #cdcdcd !important;
            box-shadow: none;
            padding: 10px;
            margin-bottom: 14px;
            border-radius: 40px;
        }

            .packege__count ul li .guests__content {
                gap: 10px !important;
            }

         /*   .packege__count ul li:last-child {
                width: 98%;
                padding: 0 12px;
            }*/

    .show i.pci {
        display: none;
    }

    .packege__blk__btm .packege__content {
        padding: 0;
    }

    .packege__sgl__right ul.d-flex {
        display: none !important;
    }

    .show .packege__sgl__right ul.d-flex {
        display: flex !important;
    }

    .packege__sgl__right h5 {
        margin-top: 6px;
    }

    .show .packege__sgl__right h5 {
        margin-top: 0;
    }

    .packege__sgl__right h5 span {
        display: block;
        line-height: 2;
    }

    .show .packege__sgl__right h5 span {
        display: inline-block;
        line-height: 1;
    }

    .worning-blk {
        width: auto;
        display: flex;
        gap: 10px;
    }

    .chart__cal .calendar {
        gap: 10px 0px;
        width: 39px;
        height: 39px;
        grid-template-columns: repeat(7, 46px);
    }

    .chart__cal .date {
        width: 36px;
        height: 36px;
    }

    .chart-box {
        height: auto;
        margin-bottom: 20px;
    }

    .chart__cal {
        margin-bottom: 20px;
    }

        .chart__cal .select__blk,
        .chart-box .select__blk {
            max-width: 150px;
        }

    .order__card-info {
        flex-wrap: wrap;
        gap: 16px;
    }

        .order__card-info ul {
            width: 100%;
            padding: 0;
            border: none;
        }

    .inc-card .dropdown-menu {
        left: -18px !important;
    }

    .timeline__item .input__blk {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .timeline__item.calender .calendar__blk {
        padding: 0;
    }

    .comp__nav {
        overflow: auto;
        
    }

        .comp__nav a {
            flex-shrink: 0;
        }

    .daterangepicker .drp-calendar.left {
        transform: translateX(0px);
    }

    .daterangepicker {
        height: auto;
    }
}

/* Large Mobile screen :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

@media (min-width: 1501px) {
    .page.page-with-side-nav > main {
        width: calc(100vw - 200px);
        max-width: calc(100vw - 200px);
        margin-right: 200px;
        overflow-x: visible;
    }

    .page.page-with-side-nav > main > .content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    .page.page-with-side-nav .deshbord-area .container {
        width: 100%;
        max-width: min(1320px, calc(100vw - 248px));
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
    }

    .page.page-with-side-nav .deshbord-area .dashboard-container {
        max-width: min(1100px, calc(100vw - 248px));
    }

    .page.page-with-side-nav .deshbord-area .container.w-1070 {
        max-width: min(1070px, calc(100vw - 248px));
    }
}
