@media (max-width:1200px) {
    html.active {
        overflow: hidden;
    }

    /* header */
    .nav-menu-bar .main-nav {
        position: fixed;
        top: 0;
        background-color: black;
        width: 100%;
        max-width: 300px;
        height: 100vh;
        right: 0;
        padding: 20px;
        transition: all 0.5s ease;
        transform: translateX(300px);
    }

    .nav-menu-bar.active .main-nav {
        transform: translateX(0);
    }

    .nav-menu-bar {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.466);
        backdrop-filter: blur(5px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }

    .nav-menu-bar.active {
        opacity: 1;
        visibility: visible;
    }

    nav ul {
        flex-direction: column;
        padding-top: 50px;
        align-items: start;
    }

    .nav-toggle {
        display: block;
    }

    .nav-toggle svg {
        color: var(--secondary-color);
        width: 30px;
        height: 30px;
    }

    .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header-call-block {
        display: none;
    }

    .res-wrapper-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .main-menu-bar .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .drop-wrapper {
        margin-bottom: 5px;
    }

    html .sub-menu {
        position: static;
        transform: translate(0);
        background: transparent;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .main-menu.active .sub-menu {
        display: block;
    }

    .header-container .main-menu.active>li:has(.sub-menu)>.toggel-icon::after {
        transform: rotate(180deg);
    }

    .header-container .main-menu>li {
        position: relative;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        width: 100%;
    }

    .header-container .main-menu>li:has(.sub-menu)>.toggel-icon::after {
        position: absolute;
        right: 0;
        top: 0;
    }

    .sub-menu a {
        display: block;
        width: 100%;
        padding: 4px;
        border-radius: 4px;
        color: var(--secondary-color);
        font-size: 15px;
        transition: all 0.5s ease;
    }

    .dropdown .dropdown .drop-wrapper {
        justify-content: start;
    }

    html.active {
        overflow: hidden;
    }

    /* header */
    nav .main-menu-bar {
        position: fixed;
        top: 0;
        background-color: black;
        width: 300px;
        height: 100vh;
        right: 0;
        padding: 20px;
        transition: all 0.5s ease;
        transform: translateX(300px);
    }

    .nav-menu-bar.active .main-menu-bar {
        transform: translateX(0);
    }

    .nav-menu-bar {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.466);
        backdrop-filter: blur(5px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }

    .nav-menu-bar.active {
        opacity: 1;
        visibility: visible;
    }

    nav ul {
        flex-direction: column;
        padding-top: 50px;
        align-items: start;
    }

    .nav-toggle svg {
        color: var(--secondary-color);
        width: 30px;
        height: 30px;
    }

    /* text content sec */

    .text-content-wrapper h3 {
        max-width: 630px;
    }

    /* property list sec */

    .property-list-sec {
        padding-block: 50px
    }

    .filter-icone {
        display: flex
    }

    .property-list-sec {
        position: relative;
    }

    .filter-block-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        padding: 50px;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }

    .filter-block-wrapper.active {
        opacity: 1;
        visibility: visible;
    }

}

@media (max-width: 992px) {
    /* banner sec */

    .hero-banner-sec {
        min-height: 0px;
    }

    .hero-banner-wrapperv2 h1 {
        font-size: 40px;
    }

    /*  exp sec */
    .exp-sec h3 {
        font-size: 16px;
    }

    /* service block sec */

    .service-block-sec {
        padding-block: 50px;
    }

    /* text content sec */

    .text-content-block1 {
        width: 120px;
        height: 120px;
    }

    .text-content-wrapper {
        position: static;
    }

    .get-our-wrapper {
        margin-inline: 0;
    }

    /* about me sec */

    .about-img-block {
        height: 350px;
        min-height: 350px;
    }

    .about-block-wrapper {
        gap: 40px;
    }

    .ab-me-content h2 {
        font-size: 20px;
    }

    .ab-me-content p,
    .ab-me-content ul li {
        font-size: 13px;
    }

    .ab-me-content ul li:after {
        width: 10px;
        min-width: 10px;
        height: 10px;
    }

    .breadcrumb-wrapper {
        display: none;
    }

    .book-block-content h2 {
        text-align: center;
    }

    .book-block-content p {
        text-align: center;
    }

    .book-block-sec .btn {
        margin-inline: auto;
    }

    .ass-vec-block {
        width: 20%;
    }

    .ass-vec-block img {
        width: 100%;
    }

    .about-me-sec {
        padding-block: 50px;
    }
}

@media (max-width:768px) {

    .hero-banner-secv2 {
        padding-top: 150px;
    }

    nav .btn-none {
        display: none;
    }

    nav ul li:last-child {
        display: block;
    }

    /* banner sec */
    .hero-banner-sec h5 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    /* dona-and-associate */

    .dona-ass-sec {
        padding-top: 0;
    }

    /* book-block-sec */
    .book-block-sec {
        padding-top: 40px;
    }

    .book-block-content h2 {
        font-size: 30px;
    }

    /* text content sec */

    .text-content-sec {
        padding-block: 50px;
    }

    .text-content-wrapper h3 {
        font-size: 14px;
    }

    /* review block sec */
    .review-block-sec {
        padding-block: 50px;
    }

    /* faq sec */

    .faq-sec {
        padding-block: 50px;
    }

    .faq-main-title {
        margin-bottom: 20px;
    }

    /* gob sec */
    .get-our-sec {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .get-our-sec form {
        padding: 25px;
    }

    .get-contact-content h5,
    .get-contact-content h5 span {
        font-size: 14px;
    }

    /* footer */

    footer .logo-area img {
        height: 60px;
    }

    .footer-menu .footer-menu-list {
        gap: 20px;
    }

    footer .footer-menu-list li a {
        font-size: 13px;
    }

    .copyright {
        font-size: 13px;
    }

    /* main-banner-sec */

    .main-banner-sec h2 {
        font-size: 30px;
    }

    /* waw-sec */

    .waw-sec {
        padding-block: 50px;
    }

    .waw-main-dec p {
        max-width: 100%;
        margin-bottom: 0;
    }

    .waw-main-dec :not(p:last-child) {
        margin-bottom: 20px;
    }

    .waw-main-dec p {
        text-align: left;
        font-size: 13px;
    }

    /* about me sec */

    .ab-me-content .about-img-block {
        width: 50%;
    }

    /* be tax sec  */

    .be-tax-sec {
        padding-top: 50px;
    }

    .be-tax-img1 {
        min-width: 50%;
    }

    .be-tax-sec p {
        font-size: 13px;
    }

    /* wwd sec */

    .wwd-box-wrapper .col-xl-3:nth-child(odd) .wwd-block {
        margin-top: 0;
    }

    .wwd-block {
        min-height: 250px;
    }

    .wwd-block h4 {
        font-size: 20px;
    }

    .wwd-block p {
        font-size: 13px;
    }

    /* gtu sec */

    .gtu-sec {
        padding-block: 50px;
    }

    .contact-block-item h6 {
        font-size: 13px;
    }

    .gtu-sec .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /* ocisec */

    .oci-sec {
        padding-block: 50px;
    }

    .property-det-wrapper p {
        font-size: 13px;
    }

    .property-det-img {
        height: 300px;
    }

    .property-det-wrapper h4,
    .owner-contact-wrapper h4,
    .amenities-wrapper h3,
    .owner-contact-wrapper h3,
    .get-touch-wrapper h3 {
        font-size: 18px;
    }

    .property-det-wrapper .property-list-wrapper ul li,
    .amenities-wrapper h6,
    .oci-sec td,
    .pd-bg p,
    .inner-pd-wrapper h6 {
        font-size: 13px;
    }

    .property-det-wrapper .property-list-wrapper ul li::after {
        width: 8px;
        height: 8px;
        left: -20px;
        top: 4px;
        background-size: cover;
    }

    .property-det-icon {
        width: 35px;
        min-width: 35px;
        height: 35px;
    }

    /* cs section */

    .cs-section {
        padding-block: 60px;
    }

    .cs-main-wrapper h2 {
        font-size: 40px;
    }

    .counter-block-item {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .counter-block-item h3 {
        font-size: 18px;
    }

    .counter-block-item span,
    .cs-main-wrapper p {
        font-size: 13px;
    }

    .cs-main-wrapper {
        max-width: 100%;
    }

    /* 404 page */

    .pagenot-found-wrapper h2 {
        font-size: 100px;
    }

    .tr-vec-img {
        width: 50px;
        height: 50px;
    }

    .overly-swi::after {
        display: none;
    }
}

@media (max-width:576px) {
    html body {
        font-size: 15px;
    }

    html .container {
        padding-inline: 20px;
    }

    /* dona-and-associate */

    .ass-img-block {
        height: 300px;
    }

    .dona-ass-content {
        padding: 20px;
    }

    .ass-img-subcontent h4 {
        font-size: 14px;
    }

    /* book-block-sec */

    .book-block-content h2 {
        font-size: 20px;
    }

    .book-block-content img {
        width: 170px;
    }

    /* text content sec */
    .text-content-block {
        display: none;
    }

    .text-content-wrapper {
        min-height: auto;
    }

    .text-content-wrapper h3 {
        max-width: 100%;
        font-size: 16px;
    }

    .text-con-ver {
        display: none;
    }

    /* review block sec */
    .review-main-wrapper h2 {
        font-size: 20px;
    }

    .review-main-wrapper {
        gap: 20px;
    }

    /* faq sec */

    html .accordion-button:not(.collapsed),
    html .accordion-button {
        font-size: 16px;
    }

    html .accordion-item {
        padding: 18px;
    }

    html .accordion-body {
        font-size: 14px;
    }

    /* gob sec */

    .get-contact-icone {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .get-our-sec h2 {
        margin-bottom: 25px;
    }

    /* waw-sec */

    .waw-vec-img h4 {
        font-size: 16px;
    }

    .waw-sec h2 {
        font-size: 20px;
    }

    /* about me sec */

    .ab-me-content,
    .about-img-block {
        width: 100%;
    }

    .about-block-wrapper {
        flex-direction: column;
    }

    .about-img-block {
        position: static;
    }

    /* be tax sec  */

    .be-tax-imgblock {
        flex-direction: column;
    }

    .be-tax-img1 {
        height: 290px;
        min-height: 290px;
    }

    .be-taxbg {
        display: none;
    }

    /* property list sec */

    .filter-content-block h4,
    .filter-block-item h4 {
        font-size: 18px;
    }

    .filter-block-wrapper {
        padding: 25px;
    }

    .form-check-label {
        font-size: 13px;
    }

    .filter-cate-wrapper h6 {
        font-size: 12px;
    }

    .marquee-sec a {
        font-size: 20px;
    }

    .marquee-sec a::after {
        width: 10px;
        height: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        left: -30px;
        top: calc(50% - 5px);
    }

    .service-block-img {
        height: 240px;
    }

    .smart-block-sec h2,
    .smart-block-sec h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .smart-block-sec .col h5 {
        font-size: 13px;
    }

    .smart-block-sec {
        padding-bottom: 50px;
    }

    .user-name {
        font-size: 20px;
    }

    .service-page .service-block-img {
        min-height: 300px;
    }

    header .logo-area img {
        width: 150px;
        transition: all 0.5s ease;
        object-fit: contain;
    }

    header.active .logo-area img {
        width: 140px;
        height: 60px;
    }

    html .btn-primary,
    html .btn-secondary {
        padding: 10px 15px;
    }

    /* service block sec */

    .service-block-sec {
        padding-block: 20px;
    }

    .dona-ass-icone {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    footer .logo-area {
        padding-top: 20px;
    }
}