﻿@import url('https://fonts.googleapis.com/css2?family=Rubik+Wet+Paint&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

.top-navbar {
    display: flex;
    justify-content: space-between;
    font-family: "Rubik Wet Paint", system-ui;
}

    .top-navbar .icons {
        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: 13px;
        }

    .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;
    }
}*/
#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;
        font-family: "Rubik Wet Paint", system-ui;
    }

.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.5s ease;
}

    .dropdown-menu li a:hover {
        background-color: rgb(67 0 86);
        color: #ffc800;
    }

#search input {
    border-radius: 50px;
    border: none;
    font-family: "Rubik Wet Paint", system-ui;
}

#search button {
    border-radius: 50px;
    color: white;
    border: 1px solid #ffc800;
    background-color: #ffc800;
    font-family: "Rubik Wet Paint", system-ui;
}

.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: 30px;
            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;
    font-family: 'Times New Roman', Times, serif;
}

    .content h1 span {
        color: rgb(67 0 86);
        text-shadow: 1px 1px 1px black;
    }

#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-radius: 5px;
        border: none;
        transition: 0.5s ease;
        cursor: pointer;
    }

        .btn button:hover {
            background-color: #ffc800;
            color: black;
            border: none;
        }

@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;
    }
}

#product-cards {
    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: 12px;
        margin-top: 5px;
        color: black;
    }

.star i {
    margin-left: 5px;
    font-size: 13px;
}

.checked {
    color: #ffc800;
}

#product-cards .card h2 {
    font-size: 20px;
    color: black;
    margin-top: 20px;
}

    #product-cards .card h2 span {
        float: right;
        color: black;
        cursor: pointer;
    }

@media screen and (max-width:1000px) {
    #product-cards .card h3 {
        font-size: 15px;
    }
}

#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;
            font-weight: 100;
            font-size: 18px;
            color: black;
            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-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;
    }
}

#Services {
    margin-top: 30px;
}

    #Services .card-1 {
        background-color: #a9a9a92b;
    }

        #Services .card-1 h3 {
            margin-top: 30px;
            color: black;
            margin-left: 10px;
            letter-spacing: 3px;
        }

        #Services .card-1 h5 {
            margin-top: 15px;
            font-weight: 100;
            font-size: 18px;
            color: black;
            margin-left: 10px;
            letter-spacing: 3px;
            border-bottom: 2px solid black;
            width: 220px;
        }

        #Services .card-1 p {
            margin-top: 10px;
            font-weight: 100;
            font-size: 15px;
            color: black;
            margin-left: 10px;
            letter-spacing: 3px;
        }

.banner {
    margin-top: 60px;
    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: 30px;
            width: 100%;
        }

    .banner .content {
        flex: 1 1 400px;
        margin-top: 20px;
    }

        .banner .content h1 {
            color: rgb(67 0 86);
            font-weight: bold;
            margin-left: 23px;
            font-size: 55px;
            text-shadow: -1px 1px 1px black;
        }

            .banner .content h1 span {
                color: rgb(67 0 86);
                text-shadow: 1px 1px 1px black;
            }

#span2 {
    color: #ffc800;
}

.banner .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-radius: 5px;
        border: none;
        transition: 0.5s ease;
        cursor: pointer;
    }

        .btn button:hover {
            background-color: #ffc800;
            color: black;
            border: none;
        }

@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) {
    .banner .content h1 {
        font-size: 45px;
    }
}

@media screen and (max-width:320px) {
    .banner .content h1 {
        font-size: 36px;
    }
}

#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: 1px 1px 1px black;
            letter-spacing: 3px;
            font-weight: bold;
        }

        #other .card p {
            margin-top: 10px;
            color: white;
            text-shadow: 0px 1px 1px black;
            letter-spacing: 3px;
            font-weight: bold;
        }

#offer {
    margin-top: 100px;
}

    #offer i {
        font-size: 32px;
        color: black;
    }

#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 {
        width: 150px;
    }
}

#footer {
    padding: 0 0 30px 0px;
    color: white;
    font-size: 14px;
    background-color: rgb(67 0 86);
    margin-top: 100px;
}

    #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 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: 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 h4 {
                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.5s ease;
                    }

                        #footer .footer-top .footer-links ul li a:hover {
                            color: #ffc800;
                        }

        #footer .footer-top .socail-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: 50%;
            text-align: center;
            width: 36px;
            transition: 0.5s ease;
        }

            #footer .footer-top .socail-links a:hover {
                background-color: #ffc800;
                color: white;
            }

    #footer .copyright {
        text-align: center;
    }

    #footer .credits {
        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;
    text-align: center;
    line-height: 50px;
}

#login {
    width: 65%;
    height: 70vh;
    background-color: rgb(67 0 86);
    margin-top: 35px;
    border-radius: 10px;
    box-shadow: rgba(17,12, 46, 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;
    }

.input3 input {
    margin-top: 5px;
    width: 300px;
    border: none;
    border-bottom: 2px solid #ffc800;
}

    .input3 input ::placeholder {
        font-weight: bold;
    }

#btnlogin {
    padding-top: 10px;
}

#side2 p {
    margin-top: 10px;
}

.style {
    margin-top: 15px;
    width: 300px;
    border: none;
    border-bottom: 2px solid #ffc800;
}

.style1 {
    margin-top: 15px;
    width: 300px;
    border: none;
}

@media screen and (max-width:991px) {
    .input2 input {
        width: 250px;
    }
}

@media screen and (max-width:765px) {
    .input2 input {
        width: 260px;
    }

    #side2 {
        height: 60vh;
    }
}

#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 {
    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.5s ease;
    cursor: pointer;
}

    .messagebtn button:hover {
        background-color: rgb(67 0 86);
        color: white;
    }
