@import url('https://fonts.googleapis.com/css2?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');
body{
    padding: 0px;
    margin: 0px;
     font-family: "Poppins", sans-serif !important;
}
.offcanvas
{
    display: none !important;
    width: 100% !important;
}
.offcanvas h5{
    font-weight: 600 !important;
    font-size: 18px !important;
}
.offcanvas-backdrop.show {
    opacity: 0.2 !important;
    display: none !important;
}
.sectitle{
    max-width: 1320px;
    margin: 10px auto 10px auto;

}
.sectitle h2{
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}
.sectitle h2 span{
    color: #000000;
}
#header-menu
{
    display: none;
}
#header{
    margin: 0px;
    padding: 0px;

}
#head-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    background-color: #000000;
    color: #fff;
}
.header-link{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#head-top a
{
   text-decoration: none;
   color: #fff;
   font-size: 14px;
   display: flex;
   align-items: center;
}
#head-top i{
    margin: 0px 8px 0 0;
    font-size: 20px;
}
#head-top div:last-child a{
    padding: 0 0 0 25px;
}

#head-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: #fff;
    color: #000;
}
#head-bottom img{
    height: 40px;
}
#head-bottom h2{
    margin: 0px;
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
}
#head-bottom ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
#head-bottom ul li{
    list-style-type: none;
    margin: 0px 15px;
    display: inline-block;

}
#head-bottom ul li a{
    font-size: 15px;
    color: #000000;
    text-decoration: none;

}
#head-bottom ul li i{
    font-size: 35px;
   cursor: pointer;
   color: #6c7fd8;
}

/* hero sec */

#hero{
        background-color: #f5ebdd73;
    padding: 50px 20px
    /* position: relative; */
}
.hero-img{
     height: 100%;
     width: 100%;
  
}
.hero-img img{
    height: 400px !important;
    width: 100%;
    object-fit: contain;
    border-radius: 30px;
}
#hero .row{
    align-items: center;
    max-width: 1320px;
    padding: 10px;
    margin: 10px auto;
    flex-direction: row;
}
#hero h1{
    font-size: 2.8rem;
    color: #000;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(244deg, #ffc584, #9f8568 18%, #ffb15a 54%, #7c664e 78%, #9f8568 90%);
    -webkit-background-clip: text;
    background-clip: text;
    
}
#hero button{
     background-color: transparent;
     margin: 20px 0 0 0;
     border: none;
}
#hero p{
    margin: 5px 0px;
    font-size: 20px;
}
.hero-con span
{
    color: #000000 !important;
}
#hero button a{
    color: #424242;
    text-decoration: none;
    padding: 15px 30px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}

@media (max-width:890px)
{
        #header-menu
{
    display: block;
}
}

@media(max-width:767px)
{
    #hero .row{
        flex-direction: column;
    }
    #hero h1{
        font-size: 3rem;
    }
    .offcanvas a{
        color: #686e7d !important;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
       
        width: 100%;
    }
    .offcanvas-body{
        margin-top: 20px !important;
    }
    .offcanvas-body div a{
        margin: 0 0 12px 0;
        padding: 12px;
        display: block;
        border-radius: 5px;
        border: 1px solid #eee;
        text-align: center !important;
        color: #000 !important;
    }
    #hero{
        padding: 30px 0px;
    }
    #head-top{
        display: none;
    }
    #head-bottom {
        padding: 10px;
    }
    
    #hero button a{
        padding: 10px 30px;
        font-size: 14px;
    }
    #head-bottom ul li a{
        display: none !important;
    }
#header-menu a{
   text-decoration: none;
   color: #000;
}
#header-menu i{
    font-size: 35px !important;
    margin-right: 10px;
}
.desk-link{
    display: none !important;
}

.offcanvas
{
    display: block !important;
}
.offcanvas-backdrop.show {
    opacity: 0.2 !important;
    display: block !important;
}
#cate {
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
 
}
#key{
    overflow: scroll;
}
#related-pro
{
    grid-template-columns: repeat(2, 1fr);

}
.key-in {
    margin: 50px auto 20px auto;
    padding: 20px;
}

}

@media(max-width:550px)
{
    .offcanvas.offcanvas-start{
        width: 100% !important;
    }
    #cate , #related-pro{
    
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
     
    }
    .key-in {
       
        padding: 20px;
    }
    .hero-img{
     height: 100%;
     width: 100%;
     margin-top: 40px !important;
  
}
        #hero {
        padding: 15px 0px 0px 0px;
    }
    .sectitle h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 5px;
}

#hero h1{
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 20px 0px 50px 0px;
    line-height: 40px;
}
#hero button{
     background-color: transparent;
     margin: 20px auto 0px auto;
     text-align: center;
     border: none;
     display: block;
}
#hero p{
    margin: 5px 0px 10px 0px;
    text-align: center;
    font-size: 15px;
}
    
}


@media (max-width:890px) {
    #head-bottom ul {
        display: none !important;
    }
}

