@media only screen and (max-width: 1680px) {
    html {
        font-size: 15px;
    }

    .scroll-container {
        height: 80vh;
        position: relative;
    }

    .header-links-ul .material-symbols-outlined {
        font-family: 'Material Symbols Outlined';
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 1450px) {
    html {
        font-size: 14px;
    }

    .swiper-pagination.homeSwiperPagination {
        bottom: -20%;
    }

    .contact_section {
        max-width: 85%;
    }

    .calculator-info {
        max-width: 85%;
    }

    .vardhman-timber-home-section8-product-detail-grid .product-detail-form-img img {
        aspect-ratio: 0.6;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }

    .mini-container {
        width: 75%;
        margin: 0 auto;
    }

    .medium-container {
        width: 90%;
        margin: 0 auto;
    }

    .swiper-pagination.homeSwiperPagination {
        bottom: -13%;
    }

    .contact_section {
        max-width: 91%;
    }

    .input_wrapper .phone-number-lable {
        left: 7.5rem;
    }

    .inquiry_popup {
        width: 35%;
    }

    .calculator-info {
        max-width: 91%;
    }


}

@media only screen and (max-width: 1152px) {
    html {
        font-size: 12px;
    }

    .main-container-fluid {
        width: 95%;
        margin: 0 auto;
    }

    .main-container {
        width: 85%;
        margin: 0 auto;
    }

    .swiper-pagination.homeSwiperPagination {
        bottom: 0%;
    }

    .contact_section {
        max-width: 95%;
    }

    form .md-lable.contact_code,
    form .md-lable.contact_code #contact_no {
        left: 7.5rem;
    }

    .contact_lable input.ng-not-empty~label.md-lable,
    .contact_lable textarea.ng-not-empty~label.md-lable,
    .contact_lable select.ng-not-empty~label.md-lable {
        top: -9%;
    }

    .contact_country_flag img {
        width: 23px;
    }

    .header-links-ul .material-symbols-outlined {
        font-family: 'Material Symbols Outlined';
        font-size: 17px !important;
    }

    .calculator-info {
        max-width: 95%;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 11px;
    }

    .section7-text-abs {
        position: absolute;
        bottom: 10%;
        left: 5%;
        width: 30%;
    }

    .vardhman-timber-home-section8-grid {
        display: grid;
        grid-template-columns: calc(35% - 2rem) calc(63% - 2rem);
        gap: 4rem;
        justify-content: space-between;
        align-items: center;
    }



    .swiper-pagination.homeSwiperPagination {
        bottom: 5%;
    }

    .teak-table td,
    .teak-table th {
        font-size: 14px;
    }

    .dressed-table td,
    .dressed-table th {
        font-size: 14px;
    }

    .scroll-container {
        height: 60vh;
        position: relative;
    }

}

@media only screen and (max-width: 991px) {
    .visible-tab-mobile {
        display: block !important;
    }

    .hide-tab-mobile {
        display: none !important;
    }

    .mini-container {
        width: 80%;
        margin: 0 auto;
    }

    .link-font-size a p,
    .link-font-size a span.material-symbols-outlined,
    .link-font-size a p span.material-symbols-outlined,
    .link-font-size p {
        font-size: 1.5rem;
    }

    .footer-inner-flex-main .section-text p,
    .footer-inner-flex-main .section-text span,
    .footer-inner-flex-main .section-text p span {
        font-size: 1.7rem !important;
        line-height: 1.25;
    }

    .home-page-about-grid {
        display: grid;
        grid-template-columns: 100%;
        gap: 2rem;
    }

    .home-page-about-grid .relative {
        position: unset;
    }

    .home-sec2_about {
        bottom: 0%;
        width: 15rem;
    }

    .home-page-about-grid .w85 {
        width: 100% !important;
    }

    .bottom-border-sec2 .w90 {
        width: 100% !important;
    }

    .vardhman-home-section3 .flex40 {
        width: 100%;
        flex-basis: unset;
    }

    .vardhman-home-section3 {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        gap: 2rem;
    }

    .vardhman-timber-home-section5 .sec5-text {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
    }

    .section7-text-abs {
        position: absolute;
        bottom: 10%;
        left: 2%;
        width: 46%;
    }

    .vardhman-timber-home-section8-grid {
        display: grid;
        grid-template-columns: 100%;
        gap: 2rem;
        justify-content: space-between;
        align-items: center;
    }

    .vardhman-timber-home-section8-product-detail-grid {
        display: grid;
        grid-template-columns: 100%;
        gap: 8rem;
        /* justify-content: space-between; */
        align-items: center;
    }

    .vardhman-timber-home-section8-product-detail-grid .product-detail-form-img img {
        aspect-ratio: unset;
    }

    .button-style-white:hover {
        border: 1px solid var(--white-color);
        background-color: var(--white-color);
        transition: var(--common-transition);
    }

    .button-style-white:hover span,
    .button-style-white:hover p {
        color: var(--primary-color);
        transition: var(--common-transition);
    }

    .swiper-pagination.homeSwiperPagination {
        /* justify-content: start; */
        position: absolute;
        bottom: 20%;
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        /* max-width: calc(1920px - 160px); */
        display: flex;
        gap: 0.5rem;
        transform: rotate(90deg);
    }

    .footer-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-grid>div:nth-child(1) {
        flex-basis: 100%;
    }

    .footer-grid>div:nth-child(2) {
        flex-basis: 100%;
    }

    .home-lagacy-grid {
        display: grid;
        grid-template-columns: 40% 50%;
        justify-content: space-between;
    }

    .product-listing-grid .product-image:hover img,
    .product-listing-grid .inner-flex:hover img {
        transform: unset;
    }

    .product-swiper .inner-flex:hover img {
        transform: unset;
    }



    .product-detail-sec3 .flex-row {
        flex-direction: column;
        gap: 1rem;
    }

    .dressed-table {
        width: 100%;
    }

    .detail-section5-text-abs {
        position: absolute;
        top: 10%;
        left: 5%;
        width: 40%;
    }

    .vardhman-timber-home-section-categories .flex-row {
        flex-direction: column;
        gap: 2rem;
    }

    .vardhman-timber-home-section-categories .flex-row .section-padding-small {
        padding: 0rem 0rem;
    }

    .vardhman-timber-home-section-categories .flex-row>div:nth-child(1),
    .vardhman-timber-home-section-categories .flex-row>div:nth-child(2) {
        flex-basis: 100%;
    }

    .contact_section {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 3rem;
        gap: 3rem;
    }

    .contact_form>div:nth-child(2) {
        flex-direction: column;
        gap: var(--gap-size-2_5rem);
    }

    .about-us-section5-text-abs {
        width: 60%;
    }

    .contact_section-bg {
        position: absolute;
        left: 50%;
        width: 36%;
        top: 70%;
        transform: translate(-50%, -50%);
        /* z-index: 4; */
    }

    .form_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3.5rem;
    }

    .form_wrapper>div:nth-child(2),
    .form_wrapper>div:nth-child(3),
    .form_wrapper>div:nth-child(5),
    .form_wrapper>div:nth-child(4),
    .form_wrapper>div:nth-child(1) {
        grid-area: span 1 / span 2;
    }

    .form_button button p::after {
        width: 100%;
    }

    .form_button button:hover span {
        transition: var(--common-transition);
        transform: translateX(0px);
    }

    .social-icon-list-footer li img {
        transition: filter 0.3s ease;
        width: 2rem;
    }

    .contact_lable input:focus-visible~label.md-lable,
    .contact_lable select:focus-visible~label.md-lable,
    .contact_lable textarea:focus-visible~label.md-lable,
    .contact_lable input.not_required~label.md-lable,
    .contact_lable select.not_required~label.md-lable,
    .contact_lable textarea.not_required~label.md-lable {
        font-size: 14px;
    }

    .contact_lable input:focus-visible~label.md-lable,
    .contact_lable select:focus-visible~label.md-lable,
    .contact_lable textarea:focus-visible~label.md-lable,
    .contact_lable input.not_required~label.md-lable,
    .contact_lable select.not_required~label.md-lable,
    .contact_lable textarea.not_required~label.md-lable {
        font-size: 14px;
    }

    form .md-lable.contact_code,
    form .md-lable.contact_code #contact_no {
        left: 9.5rem;
    }

    .form-control {
        font-size: 16px;
    }

    label.error {
        font-size: 13px;
    }

    .md-lable {
        font-size: 16px;
    }

    .form_button button p,
    .form_button button span {
        font-size: 16px;
    }

    .country_code_data {
        font-size: 16px;
    }

    .product-arrow-width {
        display: flex;
        justify-content: space-between;
    }

    .header-links-ul .material-symbols-outlined {
        font-family: 'Material Symbols Outlined';
        font-size: 17px !important;
    }


    .product-arrow-width .material-symbols-outlined {
        transform: rotate(270deg);
        font-size: 2rem !important;
    }

    .accordion_click p {
        color: var(--primary-color);
    }

    .our-lagasy-mobile .components_title_text h2 {
        color: var(--highlight-color);
        opacity: 1;
    }

    .our-lagasy-mobile .components_title_content p {
        color: var(--highlight-color);
    }

    .our-lagasy-mobile .components_title_content {
        opacity: 1;
    }

    .home-lagacy-grid>div:nth-child(2) {
        border-top: 1px solid var(--highlight-color);
        margin-top: 3rem;
    }

    .scroll-container {
        height: 100%;
        position: relative;
    }

    .product-detail-sec6-sticky {
        position: relative;
        top: 10%;
    }

    .our-product-text-padding {
        padding-left: 1rem;
    }

    .inquiry_popup {
        right: -100%;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        scrollbar-width: none;
        z-index: 99999;
        transition: var(--common-transition);
    }

    .contect-us-hover a:hover {
        color: var(--white-color);
        opacity: 1;
        transition: var(--common-transition);
    }

    .footer-bottom-left p a:hover {
        color: unset;
    }

    /* .content_accordian ul li.active_page a p{
        color: #1E1E1E !important;
    } */

    /* .inquiry_popup .form_button button p::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        transition: width 0.3s ease-in-out;
        border-bottom: 1px solid var(--highlight-color);
    } */

    .header-wrapper-main.active {
        display: none;
    }

    .button-style-secondary:hover {
        border: 1px solid var(--white-color);
        background-color: transparent;
        transition: var(--common-transition);
    }

    .button-style-secondary:hover span,
    .button-style-secondary:hover p {
        color: var(--white-color);
        transition: var(--common-transition);
    }

    .button-style-black:hover {
        border: 1px solid var(--pure-black-color);
        background-color: transparent;
        transition: var(--common-transition);
    }

    .button-style-black:hover span,
    .button-style-black:hover p {
        color: var(--primary-color);
        transition: var(--common-transition);
    }


    .calculator-info {
        max-width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 3rem;
        /* gap: 3rem; */
    }

    .calculator-sec {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        /* padding: 5rem; */
        gap: 3rem;

    }

    .calculator_md-lable {
        color: var(--white-color);
        text-transform: capitalize;
        position: absolute;
        left: 0.6rem;
        top: 25%;
        transform: translateY(-50%);
        font-size: 16px;
        font-family: var(--regular-font-family);
        pointer-events: none;
        transition: all 0.2s ease-in-out;
        z-index: 1;
    }

    .calculator-control {
        width: 100%;
        font-size: 16px;
    }

    .calculator-control:focus~.calculator_md-lable,
    .calculator-control.ng-not-empty~.calculator_md-lable,
    .calculator-control.ng-dirty~.calculator_md-lable {
        top: 5%;
        font-size: 14px;
        left: 0.3rem;
        z-index: 5;
    }

    .caclculator_wrapper .validation-message small {
        color: #fff;
        font-size: 13px;
    }

    .footer-text-color:hover {
        color: var(--primary-color) !important;
    }

    .masonry-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

}


@media only screen and (max-width: 767px) {
    .visible-mobile-only {
        display: block !important;
    }

    .hide-mobile-only {
        display: none !important;
    }

    /* .main-container {
        width: 100%;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    .mini-container {
        width: 95%;
        margin: 0 auto;
    } */
    .vardhman-timber-button {
        padding: 10px;
    }

    .thank-you-page-button {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .section-padding {
        padding: 5rem 0;
    }

    .banner-title h1,
    .banner-title h1 span,
    .banner-title h2,
    .banner-title h2 span {
        font-size: 3rem;
    }

    .section-title h1,
    .section-title h1 span,
    .section-title h2,
    .section-title h2 span {
        font-size: 2rem;
        font-family: var(--Baskervville-Regular);
    }

    .section-title-font-size-common h1,
    .section-title-font-size-common h1 span,
    .section-title-font-size-common h2,
    .section-title-font-size-common h2 span {
        font-size: 3rem;
        font-family: var(--Baskervville-Regular);
    }

    .section-paragraph p,
    .section-paragraph p span {
        font-size: 20px;
        line-height: 1.5;
    }


    .section-text p,
    .section-text span,
    .section-text p span {
        font-size: 1.5rem !important;
        line-height: 1.25;
    }

    .header-logo {
        width: 12rem;
    }

    .swiper-pagination.homeSwiperPagination {
        /* justify-content: start; */
        position: absolute;
        bottom: 7%;
        width: 95%;
        left: 7%;
        transform: translateX(-50%);
        /* max-width: calc(1920px - 160px); */
        display: flex;
        gap: 0.5rem;
        transform: rotate(0deg);
    }

    .section-text2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .out-product-grid {
        display: grid;
        grid-template-columns: 100%;
        gap: 2rem;
    }

    /* .section7-text-abs {
        position: relative;
        bottom: 10%;
        left: 0%;
        width: 95%;
        margin: 0 auto;
    } */
    .section7-text-abs {
        width: 95%;
    }

    .vardhman-home-section4 .w65 {
        width: 100% !important;
    }

    .vardhman-timber-home-section7 {
        background-color: #1E1E1E !important;
    }

    .vardhman-timber-home-section8-grid .w40 {
        width: 100% !important;
    }

    .home-lagacy-grid {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
    }

    .footer-bottom-sec {
        border-top: 1px solid #D9D9D9;
        padding-top: 2rem;
        padding-bottom: 2.5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .button-style-primary:hover {
        border: 1px solid var(--primary-highlight-color);
        background-color: var(--primary-highlight-color);
        transition: var(--common-transition);
    }

    .button-style-primary:hover span,
    .button-style-primary:hover p {
        color: var(--white-color);
        transition: var(--common-transition);
    }



    .button-style-primary2:hover {
        border: 1px solid var(--primary-highlight-color);
        background-color: transparent;
        transition: var(--common-transition);
    }

    .button-style-primary2:hover span,
    .button-style-primary2:hover p {
        color: var(--primary-highlight-color);
        transition: var(--common-transition);
    }

    a:hover .hover-tanform {
        transform: unset;
        transition: transform 0.3s ease;
    }

    a:hover .bottom-border-white::after {
        width: 100%;
    }

    .bottom-border-highlight-color::after,
    .bottom-border-white::after,
    a:hover .bottom-border-highlight-color::after {
        width: 100%;
        bottom: -4px;
    }


    .out-product-grid .inner-flex:hover img {
        transform: unset;
    }

    .footer-bottom-left p {
        color: var(--primary-color) !important;
    }

    .footer-text-color:hover {
        color: var(--primary-color) !important;
    }

    .social-icon-list-footer li:hover img {
        filter: unset;
    }

    .material-symbols-outlined {
        font-family: 'Material Symbols Outlined';
        font-size: 15px !important;
    }

    .sec7-bg-img {
        background-attachment: unset;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100svh;
    }

    .top-footer-sec {
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }

    .vardhman-timber-home-section8 .inner-flex.inner-flex-large {
        gap: 5rem;
    }

    #imageBox {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .home-sec5-grid-item1 {
        width: 100%;
    }

    .home-sec5-grid-item2 {
        width: 100%;
    }

    .header-wrapper.relative.header_change .mobile-menu .button-style-primary span,
    .header-wrapper.relative.header_change .mobile-menu .button-style-primary p {
        color: var(--white-color) !important;
        /* color: var(--highlight-color); */
        transition: var(--common-transition);
    }

    /* #imageBox:hover .home-sec5-grid-item1:hover~.home-sec5-grid-item2 {
        width: 100%;
        transition: var(--common-transition);
    }

    #imageBox:hover .home-sec5-grid-item1:hover {
        width: 100%;
        transition: var(--common-transition);
    }

    #imageBox:hover .home-sec5-grid-item2:hover {
        width: 100%;
        transition: var(--common-transition);
    } */

    .contactDetailFlex span.material-symbols-outlined {
        font-size: 1.5rem !important;
    }

    .social-icon-list-footer li img {
        transition: filter 0.3s ease;
        width: 1.5rem;
    }

    .footer-bottom-left p {
        font-size: 14px;
    }

    .footer-inner-flex-main {
        gap: 3rem;
    }

    .inner-flex.header-link-gap-size {
        gap: 1.5rem;
    }

    .main-container,
    .mini-container,
    .main-container-fluid {
        width: 93%;
        margin: 0 auto;
    }

    .section7-text-abs {

        left: 50%;
        width: 93%;
        transform: translateX(-50%);
    }

    .product-listing-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: var(--header-link-gap-size);
    }

    .detail-section5-text-abs {
        position: absolute;
        top: 10%;
        left: 50%;
        width: 95%;
        transform: translateX(-50%);
    }

    .categories-text-pading>div:nth-child(1),
    .categories-text-pading>div:nth-child(2),
    .categories-text-pading>div:nth-child(3) {
        padding: 1rem 1rem;
        background-color: var(--white-color);
        border-radius: 12px;
    }

    .detail-parallax-sec {
        /* background-image: url(../images/product-detail-parallex-mob.png); */
        background-attachment: unset;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100svh;
    }

    .buton-flex-gap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        /* align-items: baseline; */
    }

    .product-detail-sec2-btn {
        width: 100% !important;
    }

    .contact_section {
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 1rem;
        gap: 3rem;
    }

    .contact_info_box {
        padding: 1.5rem;
    }

    .back_marque {
        display: none;
    }

    .about-us-sec5-bg-img {
        background-attachment: unset;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100svh;
    }

    .swiper-scrollbar {
        height: 2px;
        width: 50%;
        margin: 0 auto;
        margin-top: 2rem;
    }

    .about-us-section5-text-abs {
        width: 100%;
        overflow-x: hidden;
    }

    .contact_section-bg {
        position: absolute;
        left: 50%;
        width: 55%;
        bottom: 0%;
        transform: translate(-50%, -50%);
        /* z-index: 4; */
    }

    .teak-table td,
    .teak-table th {
        font-size: 14px;
    }

    .teak-table thead th {
        font-size: 1.4rem;
    }

    .dressed-table thead th {
        font-size: 1.4rem;
    }

    .dressed-table td,
    .dressed-table th {
        font-size: 14px;
    }

    .detail-wrapper {
        overflow-x: hidden;
    }

    .out-product-grid .header-link-gap-size a {
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
    }


    .footer-bottom-left {
        flex-direction: column;
        gap: 0.5rem;
        align-items: start;
    }

    .our-product-text-padding {
        padding: 0.5rem;
    }

    .inquiry_popup .close_icon span {
        font-size: 2rem !important;
    }

    .calculator-info {
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 1rem;
        /* gap: 3rem; */
    }

    .caclculator_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    .thankyou-title h1 {
        /* line-height: 0.4; */
        font-size: 6rem;
        font-family: var(--bold-font-family);
    }



    .masonry-item:hover img {
        transform: none;
    }

    .masonry-grid {
        display: flex;
        flex-direction: column;
        grid-template-columns: 100%;
        grid-area: unset;
        gap: 1rem;
    }

    .masonry-grid>div:nth-child(3),
    .masonry-grid>div:nth-child(6),
    .masonry-grid>div:nth-child(13),
    .masonry-grid>div:nth-child(16) {
        height: 20rem;
        grid-area: unset;
        object-fit: cover;
    }

    .masonry-grid>div:nth-child(1),
    .masonry-grid>div:nth-child(2),
    .masonry-grid>div:nth-child(4),
    .masonry-grid>div:nth-child(5),
    .masonry-grid>div:nth-child(7),
    .masonry-grid>div:nth-child(8),
    .masonry-grid>div:nth-child(9),
    .masonry-grid>div:nth-child(10),
    .masonry-grid>div:nth-child(11),
    .masonry-grid>div:nth-child(12),
    .masonry-grid>div:nth-child(14),
    .masonry-grid>div:nth-child(15),
    .masonry-grid>div:nth-child(17),
    .masonry-grid>div:nth-child(18),
    .masonry-grid>div:nth-child(19),
    .masonry-grid>div:nth-child(20) {
        height: 20rem;
        object-fit: cover;
    }

    .gallary-wrapper {
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 325px) {}