*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: "Merriweather", serif;
}
/* top navbar starts */
.top-navbar{
    display: flex;
    justify-content: space-between;
}
.top-navbar p{
    margin-top: 13px;
    margin-left: 15px;
}
.top-navbar .icons .social-links {
    margin-top: 10px;
    margin-right: 15px;
    
}
.top-navbar a{
    text-decoration: none;
    color: black;
    margin-left: 10px;
}
.top-navbar a img{
    margin-bottom: 3px;
}
.top-navbar a:hover{
    color: black;
}
/* top navbar ends */

/* navbar start*/
#navbar{
    background-color: #fce19d;
}
#navbar .menu-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 26px;
    height: 20px;
    cursor: pointer;
    display:none;
}
#logo{
    margin-left: 15px;
    color: white;
    /* font-size: 25px; */
    font-weight: bold;
    margin-bottom: 6px;

}
.navbar-nav{
    margin-left: 20px;
}
.nav-item{
    margin-left: 10px;
}
.nav-item .nav-link{
    color: #a81c1b;
    margin-left: 2px;
    text-shadow: 0px 0px 1px black;
    transition: 0.5s ease;
}
.nav-item .nav-link:hover{
    color: red;
}
.dropdown-menu li a{
    color: #a81c1b;
    transition: 0.5s ease;
}
.dropdown-menu li a:hover{
    background-color: #a81c1b;
    color: white;
}
#search input{
    border-radius: 50px;
    border: none;
}
#search a {
    text-decoration: none;
}

#search button{
    border-radius: 50px;
    color: white;
    border: 1px solid #a81c1b;
    background-color: #a81c1b;
}

/* navbar ends */

/* home start */
    .home{
        width: 100%;
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        background-color: #fbe57655;
        z-index: 0;

    }

    .home .img
    {
        flex: 1 1 300px;

    }
    .home .img img{
        margin-top: 30px;
        width: 100%;
    }
    .home .content{
        flex:  1 1 400px;
        margin-top: 0px;
    }
    .content h1{
        color: #a81c1b;
        font-weight: bold;
        margin-left: 23px;
        font-size: 55px;
        text-shadow: -1px 1px 1px black;
        margin-bottom: 2vh;

    }
    .home-logo{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .content h2{
        color: #a81c1b;
        font-weight: bold;
        font-size: 50px;
        text-shadow: -1px 1px 1px white;
        margin-bottom: 2vh;
        font-family: "Kavivanar", cursive;
        font-weight: 900;
        font-style: normal;
        text-align: center;
    }

    .content h6{
        color: rgb(255, 94, 0);
        font-weight: bold;
        /* margin-left: 23px; */
        font-size: 25px;
        text-shadow: -1px 1px 1px white;
        margin-bottom: 2vh;
        font-family: "Kavivanar", cursive;
        font-weight: 900;
        font-style: normal;
        /* text-align: center; */
    }

    
    .content p{
        color: rgb(255, 94, 0);
        font-weight: bold;
        /* margin-left: 23px; */
        font-size: 25px;
        text-shadow: -1px 1px 1px white;
        margin-bottom: 2vh;
        font-family: "Kavivanar", cursive;
        font-weight: 900;
        font-style: normal;
        /* text-align: center; */
    }
    .content h1 span{
        color: #a81c1b;
        text-shadow: 1px 1px 1px black;

    }
    #span2{
        color: #F8cd42;
    }
    .content p{
        margin-left: 23px;
    }
    .btn{
        margin-left: 13px;
    }
    .btn button{
        width: 150px;
        height: 32px;
        letter-spacing: 3px;
        background-color: #a81c1b;
        color: white;
        border-radius: 5px;
        border: none;
        transition: 0.5s ease;
        cursor: pointer;

    }
    .btn button:hover{
        background-color: #fce19d;
        color: black;
        border: none;
    }
/* home end */

/* product cards start */
    #product-cards{
        margin-top: 100px;

    }
    #product-cards h1{
        color: #F8cd42;
        text-shadow: 1px 1px 1px black;
        border-bottom: 2px solid  #F8cd42;

    }
    #product-cards .card h3{
        font-size:20px  ;
        color: black;
    }
    #product-cards .card p{
        font-size: 12px ;
        color: black;
        margin-top: 5px;
    }
    .star i{
        margin-left: 5px;
        font-size: 13px;
    }
    .checked {
        color:  #F8cd42;
    }
    #product-cards .card h2{
        font-size: 20px;
        color: black;
        margin-top: 20px;
    }
    #product-cards .card h2 span{
        float: right;
        color: black;
        cursor: pointer;
    }
/* product cards ends */


/* other cards start */
    #other-cards{
        margin-top: 30px;
    }
    #other-cards .card{
        background-color:#fce19d ;
    }
    #other-cards .card h3{
        margin-top: 30px ;
        color: black;
        margin-left: 10px;
        letter-spacing: 3px;
    }
    #other-cards .card h5{
        margin-top: 15px;
        font-weight: 100;
        font-size: 18px;
        color: black;
        margin-left: 10px;
        letter-spacing: 3px;
        border-bottom: 2px solid black;
        width: 250px;
    }
    #other-cards .card p{
        margin-top: 10px;
        font-weight: 100;
        font-size: 15px;
        color: black;
        margin-left: 10px;
        letter-spacing: 3px;
    }
    #shopnow{
        width: 130px;
        height: 30px;
        margin-top: 10px;
        margin-left: 10px;
        letter-spacing: 3px;
        color: white;
        background-color: black;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }


/* other cards ends */

/* banner start */
.banner{
    margin-top: 60px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #fbe57655;
    z-index: 0;
}

.banner .img
{
    flex: 1 1 300px;

}
.banner .img .owl-carousel owl-theme img {
    margin-top: 30px;
    width: 100%;
}
.banner .content{
    flex:  1 1 400px;
    margin-top: 20px;
}
.banner  h1{
    color: #a81c1b;
    font-weight: bold;
    margin-left: 23px;
    font-size: 55px;
    text-shadow: -1px 1px 1px black;
    text-align: center;
    margin-top: 10vh;
}
.banner  h1 span{
    color: #a81c1b;
    text-shadow: 1px 1px 1px black;

}
#span2{
    color: #F8cd42;
}
.banner .content p{
    margin-left: 23px;
}
.btn{
    margin-left: 13px;
}
.btn button{
    width: 150px;
    height: 32px;
    letter-spacing: 3px;
    background-color: #a81c1b;
    color: white;
    border-radius: 5px;
    border: none;
    transition: 0.5s ease;
    cursor: pointer;

}
.btn button:hover{
    background-color: #fce19d;
    color: black;
    border: none;
}
/* banner end */

/* other cards start  */
#other{
    margin-top: 50px;

}
#other .card{
    box-shadow: rgba(243, 230, 86, 0.493)0px 48px 100px 0px;
}
#other .card h3{
    margin-top: 10px;
    color: #a81c1b;
    /* text-shadow: 1px 1px 1px black; */
    font-weight: bold;
    text-align: center;
}
/* #other .card p{
    margin-top: 10px;
    color: black;
    text-shadow: 0px 1px 1px black;
    letter-spacing: 2px;
    font-weight: bold;
} */
#other .card img{
    background-color: black;
}

/* other cards ends */
/* offer start */
#offer{
    margin-top: 100px;
    text-align: center;

}
#offer i{
    font-size: 32px;
    color: black;
}


/* offer ends */



/* news later start */
#newsletter{
    margin-top: 100px;
}
#newsletter h3{
    font-size: 25px;
    letter-spacing: 3px;
}
.input{
    margin-top: 30px;
}
.input input{
    width: 350px;
    height: 36px;
    letter-spacing: 2px;
    border-radius: 3px;
    border: 1px solid black;
    padding-left: 5px;
}
#subscribe{
    width: 200px;
    height: 36px;
    margin-left: 10px;
    border-radius: 3px;
    border: none;
    background-color: #fce19d;
    color: black;
    letter-spacing: 3px;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
}
/* news later ends */


/* footer start  */
#footer{
    padding: 0 0 30px 0px;
    color: white;
    font-size: 14px;
    background-color: #a81c1b;
    margin-top: 100px;
    height:auto;
}
#footer .footer-top{
    padding: 60px 0 30px 0;
    background-color: #a81c1b;
    color: white;
}
#footer .footer-top .footer-contact{
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact{
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3{
    color: #F8cd42;
}
#footer .footer-top .footer-contact h4{
    font-size:22px ;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p{
    font-size:14px ;
    line-height: 24px;
    margin-bottom: 0;
    color: white;
}
#footer .footer-top h4{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 12px;
}
#footer .footer-top .footer-links{
    margin-bottom: 30px;
    margin-top: 10px;
}
#footer .footer-top .footer-links h4 {
    color:  #F8cd42;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li {
    padding:10px 0 ;
    display: flex;
    align-items: center;
}
#footer .footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-contact ul li {
    padding:10px 0 ;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li a{
   text-decoration: none;
   color: white;
   display: inline-block;
   line-height: 1;
   font-weight: bold;
   transition: 0.5s ease;
}

#footer .footer-top .footer-links ul li a:hover{
    color: #F8cd42;
}
#footer .footer-top .social-links a{
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    background-color: #373737;
    color: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50px;
    text-align: center;
    width: 36px;
    transition: 0.5s ease;
}

#footer .footer-top .social-links a:hover{
    background-color: #fce19d;
    color: white;
}
#footer .copyright{
    text-align: center;
    color:#fff;
    /*font-family:Inter;*/
    font-size:12px;
    font-style:normal;
    /*font-weight:400;*/
    line-height:144.523%;
    padding:0 50px 0 50px;
}
.copy_brand{
    color:#F8cd42;
    text-decoration:none;
    background-color:transparent;
    /*font-family:Inter;*/
}
#footer .credits {
    
    text-align: center;
    font-size: 13px;

}
#footer .credits a{
    color: #F8cd42;
}

/* footer end */

html{
    scroll-behavior: smooth;
}
.arrow{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 15px;

}


/* login start */
#login{
    width: 65%;
    height: 70vh;
    background-color: #a81c1b;
    margin-top: 35px;
    border-radius: 10px;
    box-shadow: rgba(17,12,46,0.15) 0px 48px 100px 0px;
}
#side1 h3 {
    color:  #F8cd42;
    font-weight: bold;
    margin-top: 200px;
}
#side2 {
    background-color: white;
    height: 70vh;
    border-radius: 10px;
}
#side2 h3{
    margin-top: 30px;
    color: #F8cd42;
    font-weight: bold;
    text-shadow: 0px 1px black;
}
.input2 input{
    margin-top: 15px;
    border: none;
    border-bottom: 2px solid #F8cd42;
    width: 300px;
}
.input2 input::placeholder{
    font-weight: bold;
}
#btnlogin{
    padding-top: 10px;
}
#btnlogin a{
    padding: 10px;
    text-decoration: none;
    border-radius: 15px;
    background-color: #fce19d;
    color: white;
    font-weight: bold;
    border: none;
    text-shadow: 0px 0px 1px black;

}
#side2 p{
    margin-top: 10px;
}

/* login ends */

/* about starts */
#about{
    margin-top: 30px;
}
#about h3{
    font-weight: bold;
    color: #F8cd42;
    text-shadow: 0px 1px 1px black;

}
#about h1{
    color: #a81c1b;
}
#about button{
    width: 150px;
    height: 36px;
    color: white;
    background-color: #a81c1b;
    border-radius: 5px;
    cursor: pointer;
}

/* about ends */




/* contact start */
#contact{
    margin-top: 50px;
}
#contact .card{
    height: 100px;
    margin-top: 20px;
    box-shadow: rgba(100,100,111,0.1)0px 7px 29px 0px;
}
#contact .card i{
    margin-top: 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #a81c1b;
    font-weight: bold;
    letter-spacing: 3px;
}
#contact .card h6{
    margin-left: 10px;
    margin-top: 10px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #a81c1b;
    font-size: 12px;
}
.messagebtn button{
    margin-top: 30px;
    width: 200px;
    height: 33px;
    background: transparent;
    border: 2px solid #a81c1b;
    font-weight: bold;
    letter-spacing: 3px;
    transition: 0.5s ease;
    cursor: pointer;
}
.messagebtn button:hover{
    background-color: #a81c1b;
    color: white;
}
/* contact end */

/*google map*/


/*google map end*/

/* media query starts */
/* top navbar start */
@media screen and (max-width:400px){
    .top-navbar a{
        font-size: 13px;
    }
    .top-navbar a img{
        width: 15px;
    }
    .top-navbar p{
        font-size: 13px;
    }
    
}

@media screen and (max-width:320px){
    .top-navbar a{
        font-size: 10px;
    }
    .top-navbar a img{
        width: 12px;
    }
    .top-navbar p{
        font-size: 10px;
    }
    
}
@media screen and (max-width:318px){
    .top-navbar a{
        font-size: 8px;
        margin-left: 0;
    }
    .top-navbar a img{
        width: 10px;
        margin-left: 0;
    }
    .top-navbar p{
        font-size: 10px;
        margin-top: 20px;
    }
}
/* top navbar end*/
/* home start */
    @media screen and (max-width:1200px){
        .home{
            height: auto;

        }
         .home{
            height: auto;

        }
         
        .content h2{
            margin-top: 30px;
        }
        
         .home-logo{
        display: flex;
        justify-content: center;
        margin-top: 20px;
          }
    }
    @media screen and (max-width:799px){
        .home{
            height: auto;
            
        }
         .home{
            height: auto;

        }
         
        .content h2{
            margin-top: 30px;
        }
         .home-logo{
        display: flex;
        justify-content: center;
        margin-top: 20px;
        }
        
    }
    @media screen and (max-width:550px){
        .home{
            height: auto;
            
        }
         .home{
            height: auto;

        }
         
        .content h2{
            margin-top: 30px;
        }
        
         .home-logo{
        display: flex;
        justify-content: center;
        margin-top: 20px;
        }
    }
    @media screen and (max-width:420px){
        .content h1{
            font-size: 26px;
            height: auto;
        }
        .content h2{
            margin-top: 30px;
        }
         .home-logo{
        display: flex;
        justify-content: center;
        margin-top: 20px;
        }
        
       
    }
    @media screen and (max-width:320px){
        .content h1{
            font-size: 20px;
            height: auto;
        }
        .content h2{
            margin-top: 30px;
        }
         .home-logo{
        display: flex;
        justify-content: center;
        margin-top: 20px;
        }
        
    }
/* home end */
/* product start */
    @media screen and (max-width:1000px) {
        #product-cards .cards h3{
            font-size: 15px;
        }
    }

/* product ends */

/* other cards start  */
    @media screen and(max-width:1000px){
        #other-cards .card h3{
            margin-top: 10px;
            font-size: 20px;
        }
        #other-cards .card h5{
            margin-top: 5px;
            font-size: 15px;
        }
        #other-cards .card p{
            margin-top: 0px;
        }
        #shopnow{
            margin-top: 0px;
            width: 120px;
            height: 30px;
            font-size: 16px;
        }
    }
   

/* other cards ends */

/* banner start */
/* @media screen and (max-width:1200px){
    .banner{
        height: 110vh;

    }
}
@media screen and (max-width:799px){
    .banner{
        height: 140vh;
        
    }
}
@media screen and (max-width:550px){
    .banner{
        height: 110vh;
        
    }
} */
@media screen and (max-width:420px){
    .banner .content h1{
        font-size: 36px;
    }
}
@media screen and (max-width:320px){
    .banner .content h1{
        font-size: 30px;
    }
}
/* banner end */


/* news later start */
@media screen and (max-width:465px){
    .input input{
        width: 280px;

    }
    #subscribe{
        margin-top: 10px;
    }
}

@media screen and (max-width:250px){
    .input input{
        width: 150px;

    }
    #subscribe{
       width: 150px;
    }
}

/* news later end */
/* login starts */
    @media screen and (max-width:991px) {
        .input2 input{
            width: 250px;
        }
    }

    @media screen and (max-width:765px) {
        .input2 input{
            width: 260px;
        }
        .side2{
            height: 60vh;
        }
    } 
    
/* login ends */

/* footer starts */
@media screen and (max-width:320px){
    #footer .footer-top{
        padding-left: 20px;        
    }
    #footer .copyright{
     padding: 0px;
    }

}
@media screen and (max-width:418px){
    #footer .footer-top{
        padding-left: 30px;        
    }
    #footer .copyright{
     padding: 0px;
    }

}

@media screen and (max-width:400px){
    #footer .footer-top{
        padding-left: 30px;        
    }
    #footer .copyright{
     padding: 0px;
    }

}
@media screen and (max-width:420px){
    #footer .footer-top{
        padding-left: 25px;        
    }
    #footer .copyright{
     padding: 0px;
    }

}

@media screen and (max-width:799px){
    #footer .footer-top{
        padding-left: 50px;        
    }
    #footer .copyright{
     padding: 0px;
    }

}

/* footer ends */
/* media query ends */