@media (max-width:1200px) {
    .link-widget{
        margin: -3px;
    }
    .our-story .card img{
        text-align: center;
    }
}


@media (max-width:1030px) {
    .home .home-banner-1,
    .home .home-banner-2{
        background-position: 65% center;
        min-height: 550px;
    }
    .link-widget{
        margin: -3px;
    }
  

}

@media (max-width:991px){

    .craft-book .craft-book-text h1{
        font-size: 4rem;
    }
    .craft-book .craft-text{
        position: absolute;
        top: 15%;
        left:20%;
        text-align: center;
    }
    .home .home-banner-text{
        transform: translate(-66%, -50%)
    }
    .home-banner-text-1 h2
    h2{
        padding-left: 2rem;
        font-size: 25px;
    }
    .footer .link-widget li a {
        font-size: 16px;
    }

    .main-products ul.nav-pills{
        width: 57%;
        margin: auto;
    }
   
 

    .header-scrolled {
        height: auto;
      }
   
      .header_wrapper .menu-navbar-nav {
        background: #efeeee;
        text-align: center;
        padding-bottom: 0.9375rem;
        margin-top: 0.9375rem;
        color: black;
      }
   
      .header_wrapper .navbar-nav .nav-link {
        margin-bottom: 0.9375rem;
      }




}

@media (max-width:767px){


    .popup-image img{
            width: 95%;
    }
    .craft-book .craft-book-text h1{
        font-size: 3rem;
    }

.craft-book .craft-text{
    position: absolute;
    top: 15%;
    left:10%;
    text-align: center;
}
.bowls-sec .product-img{
        width: 50%;
    }



    .banner1-text{
        top: 50%;
    }

    .banner1-text {
        font-size: 10rem;
    }

    .home .carousel-indicators{
        margin-bottom: 3rem;
    }

    .banner1 img{
        width: 100%;
    }
    .home .home-banner-1,
    .home .home-banner-2{
        background-position: 50% center;
        min-height: 450px;
}
    .home .home-banner-text-1{
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }
    .home .home-banner .home-banner-text h1{
        font-size: 3rem;
    }
    .home .home-banner .home-banner-text h2{
        font-size: 1.2rem;
    }
    .home .home-banner .home-banner-text{
        padding: 0.5rem 1.5rem;
    

    }

    .essential{
        align-items: center;
    }

    .responsive-class{
        padding-top: 50px;
    }

    .craft-book .craft-book-text a{
        padding-top: 1rem;
    }

    .showroom-section{
        align-items: center;
    }


    .showroom-section{
        text-align: center;
    }

    .main-products .product-title h2 {
        padding-bottom: 1rem;
    }

    .main-products ul.nav-pills{
        width: 100%;
        margin: auto;
        border: 0;
    }
    .main-products ul li .nav-link{
        font-size: 13px;
       
    }
}
  
