
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&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');



*,*:before, *:after{
    margin:0;
    padding:0;
    box-sizing:border-box;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

:root{
    --bg-1:#FBFBFB;
    --bg-2:#F5F5F5;
    --bg-3:#ffffff;
    --bg-4:#EDEEEB;
    --bg-5:#E0E0E0;
    --ft-1:#cd9f47;
    --ft-2:#deb54f;
}
body.no-scroll {
    overflow: hidden;
}

.hover-:hover{
    transform:scale(1.06);
}
.margin-top{
    margin-top:40px;
}
li{
    list-style: none;
}
.overflow-hidden{
    overflow:hidden;
}
.prata-regular {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-style: normal;
}
.figure-img{
    /* height:450px; */
    margin-bottom:28px;
    box-sizing: border-box;
    object-fit: cover;
}
img{
    width:100%;
    height:100%;
    transition: transform ease-in 0.4s;
}

a{
    text-decoration: none;
}
.furniture-grid, .furniture-section, .blog, .why-choose, .product-section, .furniture, .furniture-types, .contact, .about,.furniture-gallery{
    padding:60px 0;
}
.border-r{
    border-right:1px solid var(--bg-5);
}
.border-b{
    border-bottom:1px solid var(--bg-5);
}
.why-choose .choose-card {
    width:100%;
    display: flex;
    flex-direction: column;
    padding:20px;
    justify-self: center;
    justify-content: center;
    text-align: center;
}
.why-choose .choose-card .choose-card-img{
    width:100%;
}
.why-choose .choose-card .choose-card-img img{
    height:80px;
    width:unset;
}
.why-choose .choose-card h4{
    font-size: 24px;
    font-weight: 500;
    margin:12px;
    
}
.choose-card p{
    font-size: 14px;
}
.parallax-section{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:80vh;
    background-color: var(--bg-5);
    display: flex;
    align-items: center;
    position: relative;
}
.parallax-content{
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    align-self: flex-end;
    padding: 25px 30px;
    width: 40%;
    background: rgba(0, 0, 0,0.4);
    color:var(--bg-3);
    gap:20px;
    
}
.furniture-section-img{
    overflow:hidden;
    object-fit: contain;
    height:450px;
}
.furniture-section-img img{
    height:100%;
}
.furniture-content{
    padding:30px 40px;
}
.furniture-content h2, .parallax-content h2{
    color:var(--ft-1);
    font-size: 32px;
    margin-bottom:12px;
}
.furniture-content p, .parallax-content p{
    font-size: 16px;
    margin-bottom: 12px;
}
.button-p{
    display: inline-block;
    padding:12px 20px;
    border-radius:15px;
    background:#cd9f47;
    color:var(--bg-3);
    margin:20px 0;
    font-size: 18px;
    font-weight: 400;
}
.blog-card{
    box-shadow:1px 1px 4px var(--bg-5);
    overflow: hidden;
}
.blog-img img{
    height:200px;
    transition: transform ease-in 0.6s;
}
.blog-img:hover img{
    transform:scale(1.06);
}
.blog-icon{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    opacity: 0.8;
}
.blog-icon i{
    font-size: 16px;
    color:var(--ft-1);
    padding-right:8px;
}
.blog-content{
    padding:8px;
}
.blog-content a{
    padding:8px 16px;
    font-size: 16px;
    border:1px solid var(--ft-1);
    background:none;
    color:var(--ft-2);
}
.blog-content a:hover{
    color:var(--bg-3);
}
.blog-content p{
    font-size: 24px;
    font-weight: 500;
    padding:10px 0 0;
}
.button-p:hover{
    background-color: #deb54f;
}
.fix{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index: 100;
    background-color: var(--bg-3);
    box-shadow: 1px 0 4px black;
}

/* header section starts here */
header{
    width:100%;
    box-shadow: 1px 0 4px var(--bg-4);
    color:black;
}
header a{
    text-decoration:none;
}
.header-logo{
    margin-left:70px;
}
.header-logo img{
    width:100%;
    height:60px;
    justify-self: center;
}
.top-header{
    padding:8px 0;
    font-size: 15px;
    background-color: var(--ft-1);
}
.top-header .info a{
    color:var(--bg-3);
}
.top-header .info p a:after{
    content:'';
    width:1px;
    height:20px;
    border-radius: 8px;
    border:1px solid var(--bg-1);
    margin:5px 10px;
    opacity: 0.6;
}
.bottom-header{
    padding:6px;
}

.bottom-header .navbar{
    display: flex;
    align-self: center;
}

.bottom-header .navbar li{
    margin-right:60px;
    font-size: 18px;

}
.bottom-header .navbar li a{
    color:#111111;
}
.bottom-header .navbar li a:hover{
    color:var(--ft-2);
}
li.sub .submenu {
    display: none;
    /* Hidden by default */
    position: absolute;
    top: 100%;
    /* Position below the parent item */
    left: 0;
    width: 200px;
    padding: 16px;
    background-color: var(--bg-3);
    box-shadow: 1px 1px 8px var(--bg-4);
}

li.sub:hover .submenu {
    display: block;
    /* Show submenu on hover */
}
.submenu li a{
    font-size: 14px;
}
.submenu li:hover a:before{
    content:'>>>';
    color:var(--ft-1);
    
}
.contact-us-nav{
    padding: 8px 24px;
    background: var(--ft-2);
    border-radius: 25px;
    color: var(--bg-3) !important;
    font-size: 18px;
    font-weight: 600;
}
.contact-us-nav:hover{
    color:var(--ft-2) !important;
    background: var(--bg-2);
}

.active-link{
    border-bottom:2px solid var(--ft-1);
    border-radius:8px;
    padding-bottom:8px;
}
/* header section ends here */

/* hero section starts here */
.hero-section{
    width:100%;
    height:90vh;
    
}
.slide-container{
    /* margin-top:60px; */
    width:100%; 
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-container .sliders{
    width:100%;
    height:100%;
    position:relative;
}
.slide-container .sliders .slides{
    width:100%;
    height: 90vh;
    background-attachment: fixed;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-color:var(--bg-2);
    background-size:cover;
    background-repeat: no-repeat;
}
.sliders .owl-nav button.owl-next, .sliders .owl-nav button.owl-prev{
    display:none !important;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    border-radius:50%;
    border:1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(0, 0, 0,0.4);
    color:white;
}
.sliders .owl-nav .owl-next{
    right:4%;
}
.sliders .owl-nav .owl-prev{
    left:4%;
}
.sliders .owl-nav .owl-prev:hover,.sliders .owl-nav .owl-next:hover{
    background:var(--bg-hover1);
}
.sliders .owl-dots{
    position:absolute;
    bottom:2%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sliders .owl-dots .owl-dot{
    width:20px;
    height:4px;
    border:none;
    background-color:var(--bg-5);
    margin:0 5px;
}
.sliders .owl-dots .active{
    background-color:var(--ft-1);
}
.sliders .owl-dots .owl-dot:hover{
    background:var(--bg-hover1);
}


.slide-content{
    margin:0px 0 100px 60px;
    width:45%;
    padding:80px ;
    background:rgba(95, 158, 160,0.2);
    /* opacity:0.8; */
}
.slide-content h2{
    color:var(--bg-3);
    font-size: 48px;
    margin:16px 0;
}
.slide-content small{
    font-weight: 600;
    font-size: 20px;
    word-spacing: 5px;
    letter-spacing: 2px;
    color:var(--ft-1);
}
.get-quote{
    display: inline-block;
    padding:12px 20px;
    color:var(--bg-3);
    background-color: var(--ft-1);
    margin-top: 10px;
}
.get-quote:hover{
    background-color: var(--bg-5);
    color:var(--ft-1);
}
/* slider ends here */


/* footer starts here */
footer{
    padding-top:60px;
    background-color: var(--bg-2);
    
}
.top-footer{
    padding-bottom:30px;
}
.top-footer h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    color:var(--ft-1);
}
.top-footer p, .top-footer ul li{
    font-size: 14px;
    /* color:var(--bg-4); */
}
.top-footer p{
    padding-right:20px;
}
.top-footer ul li{
    list-style: none;
    margin-bottom: 10px;
    padding-left:4px;
    font-weight: 500;
}
.top-footer ul li a{
    color:black;
}
.top-footer ul li a:hover{
    color:var(--ft-2);
}
.top-footer .newsletter{
    display: flex;
    flex-direction: row;
    padding:8px;
    background:var(--bg-3);
    margin-top:10px;
    justify-content: space-between;
    margin-bottom:22px;
}
.top-footer input[type="email"]{
    width:60%;
    outline:none;
    border:none;
}
.top-footer .newsletter a{
    display: inline-block;
    /* width:40%; */
    background:var(--ft-1);
    padding:4px 12px;
    border-radius: 5px;
    font-size: 15px;
    color:var(--bg-3);
}
.newsletter a i{
    font-size: 16px;
    vertical-align: center;
    padding-left:4px;

}
.footer-logo{
    width:100%;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.top-footer .social-media{
    display: flex;
    align-items: center;
    margin-top:10px;
}
.top-footer .social-media a{
    width:36px;
    height:36px;
    display: block;
    border-radius: 50%;
    color:var(--ft-1);
    /* background-color: var(--bg-3); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:8px;
}
.top-footer .social-media a:hover{
    background-color: var(--bg-4);
}
.footer-logo img{
    height:60px;
    width:min-content;
    margin-bottom:10px;
}
.bottom-footer{
    padding:16px 0;
    font-size:14px;
    text-align: center;
    font-weight: 300;
}
.bottom-footer a{
    color:var(--ft-2);
}

.heading{
    padding:20px 0;
    text-align: center;
}
.heading h2{
    text-align: center;
    font-size: 48px;
    margin:30px 0; 
    color:var(--ft-1);
}
.heading h2:before, .heading h2:after{
    content:'';
    display: inline-block;
    vertical-align: middle;
    width:100%;
    height:1px;
    max-width:170px;
    border:1px solid var(--ft-2);
    margin: 0 16px;
}
.furniture-types .heading h2:before, .furniture-types .heading h2:after, .furniture-gallery .heading h2:after, .furniture-gallery .heading h2:before{
    display:none !important;
}
.furniture-types .heading h2, .furniture-gallery .heading h2{
    font-size: 40px;
    margin:12px 0 30px 0;
}
.furniture-types .heading p, .furniture-gallery .heading p{
    font-size: 18px;
    font-weight: 600;
}
/* latest product */
.products{
    width:100%;
    height:100%;
    position:relative;
}
.products-card{
    width:300px;
    height: 450px;
    margin: 12px;
    background-color: var(--bg-2);
    border-radius: 5px;
    overflow: hidden;
}
.sliding .products-card, .walk-in .products-card, .hinged .products-card, .l-shape .products-card, .u-shape .products-card, 
    .straight .products-card, .parallel .products-card, .island .products-card{
    width:400px;
}
.products-card .products-card-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    object-fit: contain;
}
.products-card-img img{
    width:100%;
    height:100%
}
.product-card-content{
    width:100%;
    height:130px;
    display: flex;align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    /* color:var(--ft-1); */
    padding:8px;
}
.product-card-content h4{
    color:var(--ft-2);
}
.product-card-content p{
    font-size: 14px;
}
.product-card-content p span{
    font-size: 18px;
    color:var(--ft-1);
}
.product-card-content p span.strike{
    text-decoration: line-through;
    margin:10px 0;
    margin-right:12px;
    font-size: 14px;
    color:var(--ft-1);
}

.filter-tab{
    margin:0 0  40px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* border:1px solid var(--bg-4); */
}
.filter-tab li{
    border:1px solid var(--bg-4); 
    text-align: center;
    padding:15px 4px;
    display: block;
    cursor:pointer;
    /* border-right:1px solid var(--bg-4); */
}
.filter-tab li.active {
    background-color: #333;
    color: #fff;
    cursor: default;
}

.products .owl-nav{
    width:100%;
    margin-top:40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .products .owl-nav .owl-next, .products .owl-nav .owl-prev{
    width:60px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:12px;
    border:1px solid grey !important;
  }
.display-none{
    display:none !important;
}

/* grid */
.position-relative {
    position: relative;
}

.grid-content {
    position: absolute;
    width: 94%;
    height: 20%;
    display: flex; /* Always flex, we control visibility instead */
    align-items: center;
    justify-content: flex-start;
    bottom:0;
    color: var(--bg-3);
    background: rgba(0, 0, 0, 0.2);
    /* margin: 0 10px 8px 0; */
    font-size: 20px;
    padding-left:30px;
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
}

.figure-img:hover .grid-content {
    opacity: 1;
    visibility: visible;
}


/* whatsapp floating icon */
.whatsapp,.call{
    width:60px;
    height:60px;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    right:2%;
    z-index: 120;
    background-color: rgb(2, 157, 2);
    color:var(--bg-3);
    font-size: 42px;
    box-shadow: 1px 1px 4px var(--ft-1);
}
.whatsapp{
    bottom:2%;
}
.call{
    bottom:12%;
}

/* internal pages css starts here */
.small-tag{
    color:var(--ft-2);
    font-size: 14px;
    font-weight: 600;
}
.page-section{
    display:flex;
    justify-content: center;
    align-items: center;
    height:82vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat:no-repeat;
    background-size: cover;
    position: relative;
}
.page-section:before{
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(95, 158, 160,0.2);
}
.page-section{
    position: relative;
    text-align: center;
    color:var(--bg-3);
    background-color:rgba(95, 158, 160,0.2);
    padding: 60px 100px;
    z-index: 1;
}

.page-section h1{
    font-size: 48px;
    font-weight: 600;
}
.page-section .breadcrumb-t{
    display: flex;
    justify-content: center;
    color:var(--bg-5);
    font-size: 18px;
}
.page-section .breadcrumb-t span{
    font-size:24px;
}
.page-section .breadcrumb-t a{
    color:var(--bg-3);
    font-weight: 500;
    margin:10px;
    vertical-align: middle;
}
.page-section .breadcrumb-t a:hover{
    color:var(--ft-2);
}


.type-content{
    padding:30px 80px;
}
.type-content h2{
    font-size: 39px;
    margin:10px 0;
}
.type-content p{
    font-size: 16px;
    margin-bottom:10px;
}
.side p{
    font-size: 16px;
}
.type-content small{
    font-size: 14px;
}

/* contact page */
.contact form{
    padding:20px 80px 0 0;
}
.contact strong{
    font-size: 24px;
    color:var(--ft-1);
}
.contact p, .contact address{
    font-size: 18px;
    margin:10px 0;
    padding-right:60px;
}
.contact address{
    font-size: 16px;
    text-emphasis-style: normal;
    font-style: normal;
}
.contact address span{
    font-size: 20px;
    color:var(--ft-1);
    padding-right: 4px;
    font-weight: 500;
}
.contact form input, .contact form textarea{
    width:100%;
    margin:15px 0 0 0;
    outline:none;
    background-color:var(--bg-4);
    text-indent: 6px;
    padding:6px 0;
}
.contact form input{
    padding:14px 0;
}
.contact form button{
    margin-top:15px;
}
.contact-info a{
    display: block;   
    font-size: 14px;
    color:black;         
}
.contact-info a i{
    font-size: 18px;
    color:var(--ft-1);
}

.contact .social-media{
    display: flex;
    margin:8px 0;
}
.contact .social-media a{
    width:40px;
    height:40px;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:8px;
    background-color: var(--bg-4);
    color:var(--bg-3);
}
.contact-info a:hover, .contact .social-media a:hover{
    color:var(--ft-1);
}
.padding-x{
    padding-left:40px;
}

.furniture img:hover, .furniture-types img:hover{
    transform:scale(1.02);
}

.height-img{
    height:450px;
    object-fit: contain;
    overflow: hidden;
}
.height-img img{
    width:100%;
    height:100%;
}
.height-img:hover img{
    transform: scale(1.04);
}

.loose-text {
    width: 50%;
    margin: 0 auto;
}

.loose-gallery {
    margin: 10px 0;
}

.loose-gallery img {
    min-height: 300px;
    width: 100%;
    max-height: 400px;
}

.loose-gallery .mt-20 {
    margin-top: 20px;
}

.table {
    margin-bottom: 60px;
}

.furniture-types {
    padding: 0;
}

.heading-text {
    width: 88%;
    margin: 0 auto 12px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.furniture-types strong {
    color: var(--ft-1);
}
/* internal pages css ends here */
.desktop-none{
    display: none;
}
.side-bar-info{
    display:none !important;
}

/* tab and small laptop screen responsiveness */

@media only screen and (max-width: 1330px){
    .bottom-header .navbar li{
        margin-right:40px;
    }
    .header-logo{
        margin-left: 30px;
    }
    .furniture-section-img{
        height:440px;
    }

    .furniture-content {
        padding:24px 30px;
    }
    .furniture-grid, .furniture-section, .blog, .why-choose, .product-section, .furniture, .furniture-types, .contact, .about, .furniture-gallery {
        padding: 45px 0;
    }
    .parallax-content {
        align-self: flex-end;
        padding:40px;
        width: 50%;
        background: rgba(0, 0, 0, 0.4);
        color: var(--bg-3);
        /* gap: 20px; */
    }
    .slide-content small, .parallax-content p{
        font-size: 18px;
    }
    .furniture-content p{
        font-size:16px;
    }
    .furniture-content h2{
        font-size: 32px;
    }
    .slide-content h2, .parallax-content h2,.heading h2{
        font-size: 42px;
    }

    .top-footer .newsletter a {
        padding:4px;
    }
    .type-content {
        padding:0 30px;
    }
    .sliding .products-card, .walk-in .products-card, .hinged .products-card, .l-shape .products-card, .u-shape .products-card, 
    .straight .products-card, .parallel .products-card, .island .products-card {
        width:340px;
        height:420px;
    }
}

@media only screen and (max-width:991px){
    .top-header{
        display: none !important;
    }
    .type-content {
        padding:0 30px 0 10px;
    }
    .type-content h2{
        font-size: 32px;
    }
    .side{
        padding:0 0 0 30px;
    }
    .side h2{
        font-size: 32px;
    }
    .sliding, .walk-in, .hinged,.l-shape,.u-shape,.parallel,.island,.straight{
        justify-content: center;
    }
    .sliding .products-card, .walk-in .products-card, .hinged .products-card, .l-shape .products-card, .u-shape .products-card, 
    .straight .products-card, .parallel .products-card, .island .products-card{
        width:240px;
        height:340px;
    }
    .filter-tab li{
        margin-top:12px;
    }
    .heading h2{
        margin:0;
    }
    .furniture .container, .furniture-types .container, .furniture-section .container, .furniture-grid .container,.why-choose .container, .product-section .container, footer .container{
        max-width: 100%;
    }
    .furniture-content{
        padding:24px 12px;
    }
    .parallax-content{
        width:70%;
    }
    .top-footer .newsletter {
        flex-direction: column;
        background-color: inherit;
    }
    .newsletter input{
        width:100% !important;
        margin:12px 0;
        padding:12px ;
    }
    .newsletter a{
        text-align: center;
    }
    .mobile-t{
        margin-top:20px;
    }
    .padding-x{
        padding-left:12px;
    }
    .mobile-none{
        display:none;
    }
    .desktop-none{
        display: flex;
    }
    nav .navbar{
        flex-direction: column;
        position: absolute;
        width:60%;
        min-height:98vh;
        z-index: 200;
        background:var(--bg-3);
        top: 0;left:-60%;
        transition: left 1s ease-in-out;
    }
    nav .navbar li{
        margin:8px 0 0 40px;
    }
    nav .navbar li a{
        font-size: 24px;
        color:white;
    }
    
    .height-logo img{
        height:100px;
        margin-left:30px;
    }
    .contact-link{
        justify-self: flex-end;
    }
    .hamburger{
        width:50px;
        height:60px;
        background-color: var(--bg-1);
        display: flex;
        flex-direction: column;border:none;
        justify-content: center;
        vertical-align: middle;
        margin:0 20px;
    }
    .hamburger span{
        width:100%;
        height:1px;
        border:3px solid black;
        margin:5px;
    }
    .slide-content {
        padding:50px;
        width:70%;
        margin-bottom:200px;
    }
    .heading h2:before,
    .heading h2:after{
        display:none;
    }
    .nav-none{
        display:none;
    }
    .side-bar-info{
        display: block !important;
        padding:20px 40px;
    }
    .side-bar-info img{
        height:250px;
    }
    .contact-link{
        margin: 0 40px;
        justify-self: flex-end;
      }
      .cross{
        position:absolute;
        border-radius:50%;
        width:50px;
        height:50px;
        right:2%;
        top:2%;
        font-size: 32px;
      }
      .side-bar-info address{
        font-size:16px;
        margin-top: 10px;
      }
      .side-bar-info address span{
        font-size: 18px;
        color:var(--ft-2);
      }
      .side-bar-info .contact-info{
        margin-top:10px;
      }
      .side-bar-info .contact-info a{
        margin:8px 0 0 10px;
        font-size: 18px;
      }
      .side-bar-info .social-media{
        margin-top:10px;
        display: flex;
      }
      .side-bar-info .social-media a{
        width:40px;
        height:40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-4);
        border-radius: 50%;
        margin:8px 8px 0 0;
      }
    .loose-text, .furniture-text {
        width:100%;
    }
}
/* mobile resposiveness */
@media only screen and (max-width:768px){
    .top-header{
        display: none !important;
    }
    /* .navbar{
        display:none !important;
    } */
    .furniture-grid, .furniture-section, .blog, .why-choose, .product-section, .furniture, .furniture-types, .contact, .about, .furniture-gallery {
        padding: 30px 0;
    }
    .furniture-section-img{
        height:300px;
    }
    .grid-content{
        font-size: 20px;
        height:15%;
        padding-left:20px;
    }
    .slide-content {
        margin: -1px 0 166px 10px !important;
        width: 94% !important;
        padding: 21px !important;
        background: rgba(95, 158, 160, 0.3);
        /* opacity: 0.8; */
    }
    .slide-content small, .parallax-content p, .furniture-content p{
        font-size: 16px;
    }
    .slide-content h2, .parallax-content h2, .furniture-content h2,.heading h2{
        font-size: 38px;
    }

    .parallax-content {
        align-self: flex-end;
        padding: 25px 30px;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: var(--bg-3);
        /* gap: 20px; */
    }
    .parallax-content .get-quote{
        margin-top:10px;
    }

    .furniture-content {
        padding: 8px 16px;
    }

    .furniture-types .heading h2, .product-section .heading h2, .furniture-gallery h2{
        font-size: 30px !important;
        margin-bottom:12px;
    }
    .heading h2:before, .heading h2:after{
        display:none;
    }
    .sliding .products-card, .walk-in .products-card, .hinged .products-card, .l-shape .products-card, .u-shape .products-card, 
    .straight .products-card, .parallel .products-card, .island .products-card{
        width:100%;
    }
    .products-card {
        width:100%;
    }
    .contact form{
        padding:0;
    }
    .contact p{
        padding:0;
    }
    .page-section{
        padding:10px;
    }
    .page-section h1{
        font-size: 39px ;
    }
    .type-content{
        padding:0 12px;
    }
    .type-content h2 {
        font-size: 32px;
    }
    nav .navbar{
        width:100%;
        left:100%;
    }
    .mobile-t{
        margin-top:20px;
    }
    .padding-x{
        padding-left:12px;
    }
    .mobile-none{
        display:none;
    }
    .desktop-none{
        display: flex;
    }
    .side-bar-info{
        padding:20px 20px;
        display: block !important;
    }
    .height-logo img{
        height:90px;
        margin-left:20px;
    }
    .hamburger{
        width:40px;
    }
    .bottom-header .navbar li {
        margin: 0 0 0 30px;
    }
    .side-bar-info address, .side-bar-info .contact-info, .side-bar-info .social-media{
        display: none !important;
    }
    .side-bar-info img{
        height:200px;
    }
    .furniture-text{
        display: none;
    }
}