*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    /* font-family: "Poppins", sans-serif;     */
    font-family: "Merriweather", serif;
}

/* top nav */
.top-navbar{
    display: flex;
    justify-content: space-between;
}

.top-navbar p{
    margin-top: 13px;
    margin-left: 15px;
}

.top-navbar .icon{
    margin-top: 13px;
    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;
}

@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;
    }
}

/* Navbaarhere */
#navbar{
    background-color: rgb(67, 0, 86);
}
#logo{
    margin-left: 15px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 6px;
}
#logo span{
    color: #ffc800;
}
#logo #span1{
    font-size: 30px;
}
.navbar-nav{
    margin-left: 20px;
}
.nav-item{
    margin-left: 10px;
}
.nav-item .nav-link{
    color: white;
    margin-left: 2px;
    text-shadow: 0px 0px 1px black;
    transition: 0.5s ease;
}
.nav-item .nav-link:hover{
    color: #ffc800;
}
.dropdown-menu li a{
    color: white;
    transition: 0.5 ease;
}
.dropdown-menu li a:hover{
    background-color: rgb(67, 0, 86);
    color: #ffc800;
}

#search input{
    border-radius: 50px;
    border: none;
}
#search button{
    border-radius: 50px;
    border: none;
    border: 1px solid #ffc800;
    background-color: #ffc800;
    color: white;
}

.home{
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #a9a9a92b;
    z-index: 0;
}

.home .img{
    flex: 1 1 300px;
}
.home .img img{
    margin-top: 20px;
    width: 100%;
}
.home .content{
    flex: 1 1 400px;
    margin-top: 20px;
}
.content h1{
    color: rgb(67, 0, 86);
    font-weight: bold;
    margin-left: 23px;
    font-size: 55px;
    text-shadow: 1px 1px 1px black;
}
.content h1 span{
    color: rgb(67, 0, 86);
}
#span2{
    color: #ffc800;
}
.content p{
    margin-left: 23px;
}
.btn{
    margin-left: 13px;
}
.btn button{
    width: 150px;
    height: 32px;
    letter-spacing: 3px;
    background-color: rgb(67, 0, 86);
    color: white;
    border: none;
    border-radius: 5px;
    transition: 0.5 ease;
    cursor: pointer;
}
.btn button:hover{
    background-color: #ffc800;
    color: black;
    border: none;
    border-radius: 5px;
}
@media screen and (max-width:1200px) {
    .home{
        height: 90vh;
    }
}
@media screen and (max-width:799px) {
    .home{
        height: 140vh;
    }
}
@media screen and (max-width:550px) {
    .home{
        height: 110vh;
    }
}
@media screen and (max-width:420px) {
    .content h1{
        font-size: 45px;
    }
}
@media screen and (max-width:320px) {
    .content h1{
        font-size: 36px;
    }
}

/* produt card */
#product-card{
    margin-top: 100px;
}
#product-cards h1{
    color: #ffc800;
    text-shadow: 1px 1px 1px black;
    border-bottom: 2px solid #ffc800;
}
#product-cards .card h3{
    font-size: 20px;
    color: black;
}
#product-cards .card p{
    font-size: 13px;
    margin-top: 5px;
    color: black;
}
#product-cards .card h2{
    font-size: 20px;
    color: black;
    margin-top: 20px;
}
#product-cards .card h2 span{
    float: right;
    color: black;
    cursor: pointer;
}
.star i{
    margin-left: 5px;
    font-size: 13px;
}
.checked{
    color: #ffc800;
}

@media screen and (max-width:1000px){
    #product-cards .card h3{
        font-size: 15px;
    }
}





/* otehr card */
#other-cards{
    margin-top: 30px;
}
#other-cards .card{
    background-color: #a9a9a92b;
}
#other-cards .card h3{
    margin-top: 30px;
    color: black;
    margin-left: 10px;
    letter-spacing: 3px;
}
#other-cards .card h5{
    margin-top: 15px;
    color: black;
    font-weight: 100;
    font-size: 18px;
    margin-left: 10px;
    letter-spacing: 3px;
    border-bottom: 2px solid black;
    width: 220px;
}

#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;
}

@media screen and (max-width:1000px) {
    #other-cards .card h3{
        margin-top: 5px;
        font-family: 20px;
    }
    #other-cards .card h5{
        margin-top: 5px;
        font-size: 15px;
    }
    #other-cards p{
        margin-top: 0px;
    }
    #shopnow{
        margin-top: 0px;
        width: 120px;
        height: 30px;
    }
}



/* banner */
.banner{
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #a9a9a92b;
    z-index: 0;
}

.banner .img{
    flex: 1 1 300px;
}
.banner .img img{
    margin-top: 20px;
    width: 100%;
}
.banner .content{
    flex: 1 1 400px;
    margin-top: 20px;
}
.content h1{
    color: rgb(67, 0, 86);
    font-weight: bold;
    margin-left: 23px;
    font-size: 55px;
    text-shadow: 1px 1px 1px black;
}
.content h1 span{
    color: rgb(67, 0, 86);
}
#span2{
    color: #ffc800;
}
.content p{
    margin-left: 23px;
}
.btn{
    margin-left: 13px;
}
.btn button{
    width: 150px;
    height: 32px;
    letter-spacing: 3px;
    background-color: rgb(67, 0, 86);
    color: white;
    border: none;
    border-radius: 5px;
    transition: 0.5 ease;
    cursor: pointer;
}
.btn button:hover{
    background-color: #ffc800;
    color: black;
    border: none;
    border-radius: 5px;
}
@media screen and (max-width:1200px) {
    .banner{
        height: 90vh;
    }
}
@media screen and (max-width:799px) {
    .banner{
        height: 140vh;
    }
}
@media screen and (max-width:550px) {
    .banner{
        height: 110vh;
    }
}
@media screen and (max-width:420px) {
    .content h1{
        font-size: 45px;
    }
}
@media screen and (max-width:320px) {
    .content h1{
        font-size: 36px;
    }
}








/* Other */
#other{
    margin-top: 50px;
}
#other .card{
    box-shadow: rgba(17, 12, 46, 0.15), 0px 48px 100px 0px;
}
#other .card h3{
    margin-top: 10px;
    color: white;
    text-shadow: 0px 1px 1px black;
    letter-spacing: 3px;
    font-weight: bold;
}
#other .card p{
    margin-top: 10px;
    color: white;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 3px;
    font-weight: bold;
}



/* Offers */
#offer{
    margin-top: 100px;
}
#offer i{
    font-size: 32px;
    color: black;
}




/* nEWS LETTER */
#newslater{
    margin-top: 100px;
}

#newslater 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: #ffc800;
    color: white;
    letter-spacing: 3px;
    font-weight: bold;
    text-shadow: 0px 0px 1px black;
}
@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{
        margin-top: 10px;
    }
}

#footer{
    padding: 0 0 30px 0px;
    background-color: rgb(67, 0, 86);
    color: white;
}

#footer .footer-top{
    padding: 60px 0 30px 0;
    background-color: rgb(67, 0, 86);
    color: white;
}

#footer .footer-top .footer-contact{
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3{
    color: #ffc800;
}
#footer .footer-top .footer-contact strong{
    color: #ffc800;
}
#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: 2;
    margin-bottom: 0;
    color: white;
}
#footer .footer-top h4{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links{
    margin-bottom: 30px;
    margin-top: 10px;
}
#footer .footer-top .footer-links h3{
    color: #ffc800;
}
#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-top .footer-links ul li a{
    text-decoration: none;
    color: white;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    transition: 0.5 ease;
}
#footer .footer-top .footer-links ul li a:hover{
    background-color: #ffc800;
}
#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: 10px;
    text-align: center;
    width: 36px;
}

#footer .footer-top .social-links a:hover{
    background-color: #ffc800;
    color: white;
}

#footer .copyright{
    text-align: center;
    float: left;
}
#footer .credits{
    float: right;
    text-align: center;
    font-size: 13px;
}
#footer .credits a{
    color: #ffc800;
}




html{
    scroll-behavior: smooth;
}
.arrow{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 50px;
    text-decoration: none;
    line-height: 50px;
}



/* Login */
#login{
    width: 65%;
    height: 70vh;
    background-color: rgb(67, 0, 86);
    margin-top: 35px;
    border-radius: 10px;
    box-shadow: rgba(17,12, 75, 0.15) 0px 48px 100px 0px;
}
#side1 h3{
    color: #ffc800;
    font-weight: bold;
    margin-top: 200px;
}
#side2{
    background-color: white;
    height: 70vh;
    border-radius: 10px;
}
#side2 h3{
    margin-top: 30px;
    color: #ffc800;
    font-weight: bold;
    text-shadow: 0px 1px 1px black;
}
.input2 input{
    margin-top: 15px;
    width: 300px;
    border: none;
    border-bottom: 2px solid #ffc800;
}
.input2 input::placeholder{
    font-weight: bold;
}
#btnlogin{
    padding-top: 10px;
}
#btnlogin a{
    padding: 10px;
    text-decoration: none;
    border-radius: 15px;
    background-color: #ffc800;
    color: white;
    font-weight: bold;
    border: none;
    text-shadow: 0px 0px 10px black;
}
#side2 p{
    margin-top: 10px;
}

@media screen and (max-width:991px) {
    .input input{
        width: 250px;
    }
}
@media screen and (max-width:765px) {
    .input input{
        width: 260px;
    }
    #side2{
        height: 60vh;
    }
}





/* about */
#about{
    margin-top: 30px;
}
#about h3{
    font-weight: bold;
    color: #ffc800;
    text-shadow: 0px 1px 1px black;
}
#about button{
    width: 150px;
    height: 36px;
    color: white;
    background-color: rgb(67, 0, 86);
    border-radius: 5px;
    cursor: pointer;
}





/* Contact */
#contact{
    margin-top: 50px;
}
#contact .card{
    height: 80px;
    margin-top: 20px;
    box-shadow: rgba(100,100, 111, 0.2) 0px 7px 29px 0px;
}
#contact .card i{
    margin-top: 10px;
    margin-left: 10px;
    font-size: 15px;
    color: rgb(67, 0, 86);
    font-weight: bold;
    letter-spacing: 3px;
}
#contact .card h6{
    margin-left: 10px;
    margin-top: 10px;
    letter-spacing: 3px;
    font-weight: bold;
    color: rgb(67, 0, 86);
}
.messagebtn button{
    margin-top: 30px;
    width: 200px;
    height: 33px;
    background: transparent;
    border: 2px solid rgb(67, 0, 86);
    font-weight: bold;
    letter-spacing: 3px;
    transition: 0.5 ease;
    cursor: pointer;
}
.messagebtn button:hover{
    background-color: rgb(67, 0, 86);
    color: white;
}

