@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lilita+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lilita+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lilita+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Josefin Sans", sans-serif !important;
    overflow-x: hidden;
}

header {
    background-color: #2C4E29;
    padding: 10px;
}

.followHeader {
    margin-bottom: 0px;
    color: white;
    font-size: 1vw;
}

.followHeader a {
    margin-bottom: 0px;
    color: white;
    font-size: 1vw;
}

.header_link {
    color: white;
    text-decoration: none;
    font-size: 1vw;
    cursor: pointer;
}

/* =================================================================navbar =====================================================*/

.navbar_logo {
    width: 9vw;
}

.navbar {
    padding: 20px;
    background-color: white;

}

.navbar_location {
    background: #263183;
    font-size: 1vw;
    color: white;
    width: 10vw;
    border-radius: 5px;
}

.navbar_location:hover {
    background: #263183;
    color: white;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu {
    width: 10vw !important;
    min-width: 10vw !important;
}

.dropdown-item {
    font-size: 1vw;
}

.nav-link {
    height: auto;
    font-size: 60px;
    color: #840C46 !important;
    font-size: 0.9vw;
    height: auto;
}

.mobile-link {
    color: #840C46 !important;
    font-size: 0.9vw;
}

.menu-icon {
    border: none;

}

.menu {
    font-size: 5vw;
    color: #000;
}

.dropdown_navbar {
    float: left;
    overflow: hidden;
    color: black;
    transition: all 0.5s ease-in-out;
}

.dropdown_navbar .dropbtn {
    font-size: 0.8vw;
    color: #840C46;
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
}

.btn-close {
    margin-left: 90%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffff;
    color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 1vw;
    padding: 5px;
    text-align: center;
    width: 8vw;
    border-radius: 5px;
}

.dropdown-content a {
    color: #000;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 0.8vw;
    width: 8vw;
}

.fa-chevron-up {
    display: none !important;
}

.dropdown_navbar:hover .fa-chevron-up {
    display: contents !important;
    transition: all 0.5s ease-in-out;
}

.dropdown_navbar:hover .fa-chevron-down {
    display: none;
    transition: all 0.5s ease-in-out;
}

.head_mark {
    color: #840C46;
}

.dropdown_navbar:hover .dropdown-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 2.98%;
    align-items: center;
    transition: all 0.5s ease-in-out;

}

.dropdown_bottomLink:hover.nav-link {
    background: #2C4E29;
}

.dropdown_bottomLink:hover {
    color: white !important;
}

.dropbtn {
    border-bottom: 2px solid white !important;
}

.dropbtn:hover {
    border-bottom: 2px solid #2C4E29 !important;
}



.btn_callnavbar {
    border: none;
    outline: none;
    background: #840C46;
    color: white;
    font-size: 1vw;
    padding: 10px 30px;
}

.linkall {
    text-decoration: none;
    color: inherit;
}

.linkall:hover {
    text-decoration: none;
    color: inherit;
}

/* ==================================================================Home ==================================================*/

.discover_range {
    background: url(../img/home/banner.webp);
    height: 85vh;
    display: flex;
    width: 100%;
    justify-content: center;
    background-repeat: no-repeat;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.bannerhome_head {
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 2.5vw;
}

.bannerhome_para {
    font-size: 1.6vw;
    color: white;
    width: 70%;
    margin: 0 auto;
}

.bannerhome_buttons {
    border: none;
    outline: none;
    padding: 15px 50px;
    background: #FFCD1B;
    font-size: 1vw;
}

.product_head {
    font-size: 2.7vw;
    font-family: "Playfair Display", serif;
    color: #2C4E29;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.product_background:hover,
.product_background1:hover,
.product_background2:hover,
.product_background3:hover,
.product_background4:hover,
.product_background5:hover {
    box-shadow: 0 0 5px #ebc84d9a, 0 0 5px #ebc84d9a, 0 0 10px #ebc84d9a, 0 0 10px #ebc84d9a,
        0 0 10px #ebc84d9a;
    /* width: 13.5vw;
    height: 19.37vw; */
    border-radius: 154.5px;
}

.product_background {
    background: url(../img/cottons/chettinad_cottons/rect2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13.5vw;
    height: 19.37vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 154.5px;

}

.product_background1 {
    background: url(../img/silks/kanchipuram/rect2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13.5vw;
    height: 19.37vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 154.5px;

}

.center_ol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.product_background2 {
    background: url(../img/aarani_pattu/plain_silks/rect1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13.5vw;
    height: 19.37vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 154.5px;

}

.product_background3 {
    background: url(../img/silk_cottons/kalyani_silks_cottons/rect6.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13.5vw;
    height: 19.37vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 154.5px;

}

.product_background4 {
    background: url(../img/designer_sarees/pen_kalamkari/rect6.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13.5vw;
    height: 19.37vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 154.5px;

}

.product_background5 {
    background: url(../img/silks/soft_silks/rect5.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13.5vw;
    height: 19.37vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 154.5px;

}

.product_parra {
    font-size: 1.2vw;
    color: #fff;
}

.bi-chevron-left {
    position: absolute !important;
    bottom: 50%;
    left: -10%;
    color: #000;
    width: 7vw;
    height: 2vw;
    font-size: 2vw;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
}

.bi-chevron-right {
    position: absolute !important;
    bottom: 50%;
    right: -7%;
    font-size: 2vw;
    color: #000;
    width: 7vw;
    background-color: white;
    height: 2vw;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
}

.producthome_buttons {
    background: #840C46;
    color: white;
    padding: 15px 50px;
    border: none;
    outline: none;
    margin: 0 auto;
    font-size: 1vw;
}

.abouthome_head {
    font-size: 2.7vw;
    font-family: "Playfair Display", serif;
    color: #2C4E29;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.abouthome_para {
    font-size: 1vw;
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    /* line-height: 2.5vw; */
}

.product_images_homes {
    position: relative;
}

.sales_button {
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    width: 100%;
}

.productsarees_point {
    height: 29vw;
    overflow: hidden !important;
}

.save_parra {
    color: red;
    font-size: 0.9vw;
    text-align: center;
    width: 15.31vw;
}


.images_collections {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 1s ease;
}

.images_collections:hover {
    transform: scale(1.2);
}


.sales_button {
    outline: none;
    border: none;
    background: #840C46;
    color: white;
    font-size: 1vw;
    font-family: "Playfair Display", serif;
    padding: 10px 20px;
}

.contentheads_home {
    color: #840C46;
    width: 15.31vw;
    font-size: 1vw;
    text-align: center;
}

.contentparas_home {
    width: 15.31vw;
    font-size: 0.9vw;
    text-align: center;
}

.rateblack {
    background: black;
    width: 15.31vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px
}

.rateblack_parra {
    color: white;
    font-size: 1vw;
}

.rateblack_parra1 {
    color: white;
    font-size: 1vw;
    background: #840C46;
    padding: 10px;
}

.single_items {
    width: 68.75vw;
    margin: 0 auto;
    height: 33.69vw;
}

.decoding_sarees {
    background: url(../img/home/test1.webp);
    background-position: center;
    width: 68.75vw;
    background-size: cover;
    height: 33.69vw;
    margin: 0 auto;
    position: relative;
}

.decoding_sarees1 {
    background: url(../img/home/test.webp);
    background-position: center;
    width: 68.75vw;
    background-size: cover;
    height: 33.69vw;
    margin: 0 auto;
    position: relative;
}

.decoding_sarees1 {
    background: url(../img/home/test.webp);
    background-position: center;
    width: 68.75vw;
    background-size: cover;
    height: 33.69vw;
    margin: 0 auto;
    position: relative;
}

.decoding_sarees1 {
    background: url(../img/home/test.webp);
    background-position: center;
    width: 68.75vw;
    background-size: cover;
    height: 33.69vw;
    margin: 0 auto;
    position: relative;
}

.decoding_sarees1 {
    background: url(../img/home/test.webp);
    background-position: center;
    width: 68.75vw;
    background-size: cover;
    height: 33.69vw;
    margin: 0 auto;
    position: relative;
}

.decoding_sarees1 {
    background: url(../img/home/test.webp);
    background-position: center;
    width: 68.75vw;
    background-size: cover;
    height: 33.69vw;
    margin: 0 auto;
    position: relative;
}

.white_decoding {
    background: white;
    position: absolute;
    transform: translate(-0%, -50%);
    width: 50%;
    padding: 10px 20px;
    right: 1%;
    top: 50%;
}

.head_mark {
    font-size: 1.87vw;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.para_mark {
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
}

.input_home {
    width: 40vw;
    margin: 0 auto;
}

.invalid-feedback {
    font-size: 1vw;
}

.input_footer {
    width: 40vw;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 1vw;
    border-bottom: 1px solid black;
}

.get_touch {
    font-size: 2.7vw;
    font-family: "Playfair Display", serif;
    color: #2C4E29;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.get_touch1 {
    font-size: 2.7vw;
    font-family: "Playfair Display", serif;
    color: #2C4E29;
    font-weight: 600;
    text-align: start;
    text-transform: uppercase;
}
.get_touch2 {
    font-size: 1.9vw;
    font-family: "Playfair Display", serif;
    color: #2C4E29;
    font-weight: 600;
    text-align: start;
    text-transform: uppercase;
}

.button_home {
    background: #840C46;
    color: white;
    font-size: 1vw;
    padding: 10px 70px;
    border: none;
    margin: 0 auto;
    outline: none;
}



/* ==============================================================footer ======================================================*/

footer {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 20px 10px;
}

.footer_logo {
    width: 10vw;
    object-fit: contain;
}

.footer_parra {
    font-size: 0.9vw;
}

.read_footer {
    color: #000;
    font-size: 1vw;
    text-decoration: underline;
    cursor: pointer;
}

.read_footer:hover {
    color: #000;
}

.footer_quickhead {
    font-size: 1.7vw;
    text-align: center;
}

.footer_link {
    color: black;
    text-decoration: none;
    font-size: 0.9vw;
}

.footer_link:hover {
    color: #000;
}

.endright_bottom {
    border-right: 1px solid black;
}

.footer_endhead {
    font-size: .9vw;
    margin-bottom: 0px;
}

.contentpara_homes {
    display: none;
}

/* ================================================PRODUCT ===================================*/

.contact_banner {
    min-height: 25vh;
    background: url(../img/home/contact_images.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cotton_head {
    color: white;
    text-align: center;
    font-size: 2vw;
}

.cotton_head2 {
    text-align: center;
    font-size: 2vw;
    font-weight: 600
}

.cotton_title {
    color: white;
    text-align: center;
    padding-top: 1vw;
    font-size: 1vw;
}

.cotton_para1 {
    text-align: center;
    /* font-size: 1.3vw; */
}

.cotton_para2 {
    text-align: center;
    /* font-size: 1.3vw; */
}

.tablinks {
    border: none;
    outline: none;
    background: #E4BDF9;
    padding: 0.52vw 2.60vw;
    border-radius: 4.3vw;
}

.tablinks.active {
    background: #701F53;
    color: white;
}

.tabcontent {
    display: none;
}


/* ===============================================================singleproduct ===========================================*/

.mySlides {
    display: none;
}

.demo {
    opacity: 0.6;
    width: 4.3vw;
    height: 5.98vw;
    object-fit: cover;
}

.active,
.demo:hover {
    opacity: 1;
    /* border: 3px solid #840C46; */
}

.bigproduct_images {
    width: 28.38vw;
    height: 36.82vw;
    object-fit: cover;
}

.container_product {
    width: 28.38vw;

}

.save_parras {
    color: red;
    font-size: 0.9vw;
    text-align: center;
}

.banarashi_head {
    font-size: 2.60vw;
    color: #840C46;
    font-weight: 550;
    font-family: "Playfair Display", serif;
}

.banarasi_para {
    width: 80%;
    font-size: 1vw;
}

.designHead {
    font-size: 1.56vw;
    font-weight: 600;
}

.designparra {
    font-size: 1vw;
}

.similiar_head {
    font-size: 3.125vw;
    color: #2C4E29;
    font-weight: 550;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.myHeader {
    display: none !important;
}

/* ******************************************TAB SCREEN***********************************************/
@media only screen and (max-width:990px) {
    header {
        display: none;
    }

    .discover_range {
        height: 100vh;
    }

    .navbar_logo {
        width: 15vw;
    }

    .myHeader {
        display: flex !important;
    }

    .bannerhome_head {
        font-size: 2.5vw;
    }

    .bannerhome_para,
    .abouthome_para {
        font-size: 2.5vw;
    }

    .bannerhome_buttons,
    .producthome_buttons,
    .button_home {
        font-size: 2vw;
    }

    .product_head,
    .abouthome_head,
    .abouthome_head,
    .get_touch {
        font-size: 5vw;
    }

    .best-products {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto !important;
    }

    .best-prd-imgs {
        display: flex !important;
        justify-content: center !important;
        align-items: center;
    }

    .productsarees_point {
        height: 60.02vw;
        overflow: hidden !important;
    }

    .sales_button {
        font-size: 3vw;
    }

    .input_home {
        width: 50vw;
    }

    .input_footer {
        width: 50vw;
        font-size: 2vw;
    }

    .invalid-feedback {
        font-size: 2vw;
    }

    .read_footer {
        font-size: 2vw;
    }

    .footer_parra {
        font-size: 2vw;
        text-align: center;
    }

    .footer_logo {
        width: 30vw;
    }

    .footer_quickhead {
        font-size: 3vw;
    }

    .footer_link {
        font-size: 2vw;
    }

    .footer_endhead {
        font-size: 2vw;
        text-align: center;
    }

    .navbar {
        display: none;
    }


    .contact_banner {
        top: 13vh;
        position: relative;
    }

    .cotton_head {
        font-size: 5vw;
    }

    .cotton_title {
        font-size: 3vw;
    }

    .cotton_head2 {
        font-size: 3vw;
        font-weight: 600;
        margin-top: 2vw !important;
    }

    .cotton_para1 {
        text-align: center;
        /* font-size: 2vw; */
        margin-top: 13vh;
    }

    .cotton_para2 {
        text-align: center;
        font-size: 2vw;
    }


    .product_background,
    .product_background1,
    .product_background2,
    .product_background3,
    .product_background4,
    .product_background5 {
        box-shadow: inset 0px 0px 0px 2000px #a685109a;
        width: 90%;
        height: 40vw;
        border-radius: 154.5px;
    }

    .bi-chevron-right {
        font-size: 5vw;
    }

    .bi-chevron-left {
        font-size: 5vw;
    }

    .product_parra {
        font-size: 2vw;
        text-align: center;
        margin-bottom: 0px;
    }

    .decoding_sarees1,
    .decoding_sarees {
        width: 100%;
        height: 45vw;
    }

    .head_mark {
        font-size: 2.4vw;
    }

    .para_mark {
        font-size: 2vw;
    }

    .single_items {
        height: 45vw;
        width: 73vw;
    }

    .white_decoding {
        width: 80%;
    }

}

@media only screen and (max-width:660px) {
    .bannerhome_head {
        font-size: 4vw;
    }

    .bannerhome_para,
    .abouthome_para {
        font-size: 3.5vw;
    }

    .bannerhome_buttons,
    .producthome_buttons,
    .button_home {
        font-size: 3vw;
    }

    .product_head,
    .abouthome_head,
    .abouthome_head,
    .get_touch {
        font-size: 6.5vw;
    }

    .input_home {
        width: 70vw;
    }

    .input_footer {
        width: 70vw;
        font-size: 4vw;
    }

    .invalid-feedback {
        font-size: 4vw;
    }

    .read_footer {
        font-size: 4vw;
    }

    .footer_parra {
        font-size: 3.5vw;
        text-align: center;
    }

    .footer_logo {
        width: 40vw;
    }

    .footer_quickhead {
        font-size: 4vw;
    }

    .footer_link {
        font-size: 3vw;
    }

    .footer_endhead {
        font-size: 2.2vw;
        text-align: center;
    }

    .linkss {
        font-size: 2.5vw;

    }



    .contact_banner {
        top: 13vh;
        position: relative;
    }

    .cotton_head {
        font-size: 5.5vw;
    }

    .cotton_title {
        font-size: 3.5vw;
    }

    .cotton_head2 {
        font-size: 4vw;
        font-weight: 600;
        margin-top: 5vw !important;
    }

    .cotton_para1,
    .cotton_para2 {
        text-align: center;
        /* font-size: 3vw; */

    }


    .product_background,
    .product_background1,
    .product_background2,
    .product_background3,
    .product_background4,
    .product_background5 {
        box-shadow: inset 0px 0px 0px 2000px #a685109a;
        width: 90%;
        height: 70vw;
        border-radius: 154.5px;
    }

    .bi-chevron-right {
        font-size: 7vw;
    }

    .bi-chevron-left {
        font-size: 7vw;
    }

    .product_parra {
        font-size: 3vw;
        text-align: center;
        margin-bottom: 0px;
    }



    .decoding_sarees1,
    .decoding_sarees {
        width: 100%;
        height: 100vw;
    }

    .head_mark {
        font-size: 4vw;
    }

    .para_mark {
        font-size: 3vw;
    }

    .single_items {
        height: 100vw;
        width: 90vw;
    }






}

/* **********************************************NAVBAR**************************************** */

.myHeader {
    display: flex;
    grid-template-columns: auto 1fr auto;
    padding: 0px 50px;
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 13vh;
    animation: slidedown 1s;
    opacity: 1;
    background-color: #ffffff;
    margin-top: 0;
}

a.logo {
    height: 12px;
    width: 138px;
    color: inherit;
}

#menu-icon {
    color: inherit;
    font-size: 2rem;
    display: none;
    cursor: pointer;
}

.side .navbar {
    position: fixed;
    display: block;
    right: -320px;
    height: 100vh;
    width: 320px;
    padding: 80px 30px;
    z-index: 4;
    opacity: 1;
    transition: right 1s ease;
    background-color: white;
    color: black;
}

.side2 .navbar2 {
    position: fixed;
    display: block;
    right: -640px;
    height: 100vh;
    width: 320px;
    background-color: white;
    color: black;
    padding: 80px 20px;
    z-index: 4;
    opacity: 1;
    transition: right 1s ease;
    overflow: scroll;
}

.scrolldown_animation1 {
    width: 2vw;
    height: 2vw;
    background-color: transparent;
    z-index: 80;
    bottom: 4.3vw;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    animation: scrolldown 1.2s ease-in-out infinite 0.15s;
    left: 50%;
    transform: translateY(0%) rotate(45deg);
    opacity: 0;
}

.scrolldown_animation2 {
    width: 2vw;
    height: 2vw;
    background-color: transparent;
    z-index: 80;
    bottom: 3vw;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: #B41E8E;
    animation: scrolldown 1.2s ease-in-out infinite;
    left: 50%;
    transform: translateY(0%) rotate(45deg);
    opacity: 0;
}

.scrolldown_animation3 {
    width: 2vw;
    height: 2vw;
    background-color: transparent;
    z-index: 80;
    bottom: 1.7vw;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: #B41E8E;
    animation: scrolldown 1.2s ease-in-out infinite;
    left: 50%;
    transform: translateY(0%) rotate(45deg);
    opacity: 0;
}

@keyframes scrolldown {
    0% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }

    50% {
        transform: translateY(0%) rotate(45deg);
        opacity: 0.2;
    }

    100% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
}

.home_bannerBackground {
    position: relative;
}

.slider_con {
    position: relative;
}

.side3 .navbar3,
.side4 .navbar4,
.side5 .navbar5,
.side6 .navbar6 {
    position: fixed;
    display: block;
    right: -640px;
    height: 100vh;
    width: 320px;
    background-color: #ffffff;
    color: black;
    padding: 80px 20px;
    z-index: 4;
    opacity: 1;
    transition: right 1s ease;
    overflow: scroll;
}

.side7 .navbar7,
.side8 .navbar8 {
    position: fixed;
    display: block;
    right: -640px;
    height: 100vh;
    width: 320px;
    background-color: #ffffff;
    color: black;
    padding: 80px 20px;
    z-index: 4;
    opacity: 1;
    transition: right 1s ease;
    overflow: scroll;
}

.backdrop {
    position: fixed;
    display: none;
    height: 100vh;
    width: 100%;
    inset: 0;
    backdrop-filter: blur(4px);
    z-index: 99;
    background: #393c416e;
}

.center .right {
    font-size: 20px;
    font-weight: 600;
}

@media (min-width:991px) {
    .myHeader {
        display: none !important;
    }

    .side,
    .side2,
    .side3,
    .side4,
    .side5,
    .side6,
    .side7,
    .side8 {
        display: none;
    }
}

@media (min-width:990px) {
    .navbar.active {
        right: 0px;
    }

    .navbar2.active {
        right: 0px;
    }

    .navbar3.active {
        right: 0px;
    }

    .navbar4.active,
    .navbar5.active,
    .navbar6.active,
    .navbar7.active,
    .navbar8.active {
        right: 0px;
    }

    .desktop {
        display: initial;
    }
    .hamburger {
        color: black;
        font-size: 5vw;
    }
}

@media (max-width:990px) {
    #menu-icon {
        display: block;
    }

    .navbar.active {
        right: 0px;
    }

    .navbar2.active {
        right: 0px;
    }

    .navbar3.active,
    .navbar4.active,
    .navbar5.active,
    .navbar6.active,
    .navbar7.active,
    .navbar8.active {
        right: 0px;
    }

    .backdrop.active {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .nav_logo2 {
        width: 15vw;
    }
    .hamburger {
        color: black;
        font-size: 5vw;
    }
    .about-main,
    .project-main,
    .client-main {
        margin-top: 13vh !important;
    }

}

.desktop {
    display: none;
}

@media screen and (max-width:660px) {
    .side .navbar a {
        font-size: 5vw !important;
    }

    .side2 .navbar2 a {
        font-size: 4vw !important;
    }

    .side3 .navbar3 a {
        font-size: 4vw !important;
    }

    .get_touch1 {
        font-size: 6vw;
    }

    .side4 .navbar4 a,
    .side5 .navbar5 a,
    .side6 .navbar6 a {
        font-size: 4vw !important;
    }

    .side7 .navbar7 a,
    .side8 .navbar8 a {
        font-size: 4vw !important;
    }

    .nav_logo2 {
        width: 20vw !important;
    }

    .hamburger {
        color: black;
        font-size: 8vw;
    }

    .fa-circle-xmark {
        font-size: 8vw !important;
    }

    .menu {
        font-size: 10vw;
    }

    .navbar_logo {
        width: 30vw;
    }

    .products_count {
        font-size: 3vw;
    }
}

@media screen and (max-width:768px) {
    .home_bannerBackground {
        margin-top: 13vh;
    }

    .products_count {
        font-size: 3.5vw;
    }
}

.myheader nav a {
    padding: 5px 20px;
    color: inherit;
    font-size: 1vw;
    border-radius: 10px;
    color: white;

}

.enquiryBtn {
    border-radius: 5px;
    background-color: white;
    color: black;
}

.myheader nav.center {
    display: flex;
    justify-content: end;
}

.myheader nav.right {
    text-align: right;
}

.fa-circle-xmark {
    font-size: 4vw;
}

.side .navbar a {
    display: block;
    color: inherit;
    padding: 15px 0;
    font-size: 3vw;
    border-bottom: .5px solid rgb(0, 0, 0);
}

.side button.close {
    font-size: 3rem;
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 15px;
    right: 50px;
    padding: 0px;
}

.side2 .navbar2 a {
    display: block;
    color: inherit;
    padding: 15px 0;
    font-size: 2.5vw;
    border-bottom: .5px solid rgb(0, 0, 0);
}

.side2 button.back {
    font-size: 2rem;
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 50px;
    padding: 0px;
}

.side3 .navbar3 a,
.side4 .navbar4 a,
.side5 .navbar5 a,
.side6 .navbar6 a,
.side7 .navbar7 a,
.side8 .navbar8 a {
    display: block;
    color: inherit;
    padding: 15px 0;
    font-size: 2vw;
    border-bottom: .5px solid rgb(0, 0, 0);
}

.side3 button.back2,
.side4 button.back3,
.side5 button.back4,
.side6 button.back5,
.side7 button.back6,
.side8 button.back7 {
    font-size: 2rem;
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 50px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    color: white;
}
.contactLink{
    text-decoration: none;
    color: black;
    &:hover{
        color: black;
    }
}
.products_count {
    margin-left: 3vw;
    font-size: 3vw;
    display: none;
}

.bx-menu,
.fa-solid,
.close {
    color: rgba(0, 0, 0, 0.884) !important;
}