* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    background-color: rgb(230, 223, 215);
    overflow-x: hidden;
}

/*-- ___________________________________
            Nav bar
        ____________________________________        
    
*/

/* menu */

.hide-menu {
    display: none !important;
    background: transparent;
    cursor: pointer;
    border: none;
}

.menu-container {
    width: 100%;
    height: 100vh;
    background-color: black;
    display: flex;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

.menu-left {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 100vh;
}

.menu-right {
    margin-right: 5vw;
    margin-top: 10vh;
    /* background-color: wheat; */
    width: 100%;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.upper {
    align-self: flex-end;
    justify-self: flex-start;
    margin-right: 30px;
}

.upper i {
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.lower {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: start;
    font-size: 40px;
    padding-bottom: 10vh;
    font-family: sans-serif;
    gap: 10px;
}

.lower a {
    text-decoration: none;
    color: white;
}

.footer-menu {
    display: flex;
    margin-top: 10vh;
    align-items: end;
    justify-content: space-between;
    padding-left: 10vw;
    padding-bottom: 10vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    gap: 8vw;
}

.footer-menu img {
    width: 30%;
}

.footer-menu h6 {
    font-size: 1vw;
}

.footer-menu a {
    text-decoration: none;
    color: white;
}

.footer-menu .social-media {
    display: none;
    flex-direction: column;
    gap: 5px;
}

.footer-menu .social-media>h6 {
    color: white;
}

.footer-menu .contact {
    display: none;
    flex-direction: column;
    gap: 5px;
}

.footer-menu .contact>p>a {
    color: white;
}


/*  */
.nav {
    position: fixed;
    background-color: rgb(230, 223, 215);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.nav .logo img {
    width: 20%;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.nav-links {
    position: relative;
    z-index: 999;
    width: 10vw;
    display: flex;
    justify-content: space-between;
    background-color: #eeeded;
    padding: 0.8vw 1.5vw;
    border-radius: 100px;
}

.nav-links a i {
    font-size: 1.5vw;
    color: #000000;
}

/*-- ___________________________________
            Product Code
     ____________________________________        
    
*/

.product {
    position: relative;
    top: 25vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.Info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}



.stock {
    display: flex;
    flex-direction: column;
}

.price {
    display: flex;
    flex-direction: column;
}

.heading-info h1 {
    margin: 10px;
    font-size: 1.2em;
    font-family: sans-serif;
}

.stock span {
    margin: 5px;
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.price #s {
    margin: 5px;
    font-size: 1.2em;
    font-family: sans-serif;
}

.price #rakam {
    margin: 5px;
    font-size: 1.4em;
    font-family: sans-serif;
}



.wrapper {
    height: 7vh;
    width: 13.6vw;
    border: 2px solid rgb(113, 25, 45);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;

}

.wrapper span {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 600px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}

.wrapper span.num {
    font-size: 20px;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

#addtocart {
    border-radius: 4px;
    background-color: rgb(230, 223, 215);
    border: none;
    color: darkred;
    text-align: center;
    font-size: 20px;
    padding: 16px;
    width: 15vw;
    transition: all 0.5s;
    cursor: pointer;
    margin: 36px;
    border: 1px solid black;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .7);
}

#addtocart {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 1.8em;
    transition: 0.5s;
}

#addtocart:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 14px;
    right: -20px;
    transition: 0.5s;
}

#addtocart:hover {
    padding-right: 24px;
    padding-left: 8px;
}

#addtocart:hover:after {
    opacity: 1;
    right: 10px;
}

/*  */
/*  */

.swip {
    position: relative;
    top: 48vh;
    border: 2px solid black;
    left: 20vh;
    width: 70vw;
    background-color: #f7f1e3;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    z-index: -1;
    border: none;
}

.tab-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 80px;
    margin: 10px;
    font-size: 1.1em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.tab-content h3 {
    font-size: 1.5em;
    padding: 10px;
    margin-top: 20px;
    font-weight: bold;
}

#z {
    padding-top: 10px;
    font-size: 1.5em;
    font-weight: bold;
}

.tab-content p {
    padding: 10px;
}

#alfa1 {
    padding: 10px;
    margin: 10px;
}


/*-- ___________________________________
          Other product
     ____________________________________        
    
*/

.product-head {
    position: relative;
    z-index: -1;
    top: 60vh;
    justify-content: space space-evenly;
    color: rgb(113, 25, 45);
}

.product-heading h3 {
    font-size: 2.2em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    text-align: center;
}

.product-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

}


.card-product {
    border: 2px solid rgb(113, 25, 45);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 28%;
    height: 60vh;
    margin: 10px;
    border-radius: 5px;
    border: none;
}

.card-product span {
    font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
    padding: 5px;
    text-align: center;
    color: black;
}

.card-product a {
    text-decoration: none;
    border: 2px solid black;
    font-size: 1.1em;
    font-family: sans-serif;
    border-radius: 15px;
    /* background-color: orange; */
    padding: 5px 15px;
    margin: 10px;
    color: black;
}

.card-product img {
    height: 200px;
    width: 200px;
}

/*-- ___________________________________
            footer part
     ____________________________________        
    
*/


/* .footer {
    display: flex;
    margin-top: 10vh;
    align-items: center;
    justify-content: space-between;
    padding: 0 6vw;
    padding-bottom: 5vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer .logo {
    display: flex;
    justify-content: center;
}

.footer img {
    width: 30%;
}

.footer h6 {
    font-size: 1vw;
}

.footer a {
    text-decoration: none;
    color: #4a4747;
}

.social-media {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.social-media>h6 {
    color: #000000;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact>p>a {
    color: black;
}

 */

.line {
    margin-top: 80vh;
    border: 0.2px solid rgb(190, 188, 188);
}

/* footer */

.footer {
    background-color: rgb(213,206,199);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer .logo {
    display: flex;
    justify-content: center;
}

.footer img {
    width: 30%;
}

.footer h6 {
    font-size: 1vw;
}

.footer a {
    text-decoration: none;
    color: #4a4747;
}

.social-media {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.social-media>h6 {
    color: #000000;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact>p>a {
    color: black;
}

/*  */
/*  */
/*  */

/*-- ___________________________________
          for mobile
     ____________________________________        
    
*/



@media only screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }

    /*-- ___________________________________
            Nav bar
        ____________________________________        
    */


    .nav {
        position: fixed;
        width: 100%;
        padding: 10px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
    }

    .nav .logo img {
        width: 20%;
        cursor: pointer;
        position: relative;
        z-index: 99;
    }

    .nav-links {
        position: relative;
        right: 20vw;
        z-index: 99;
        width: 30vw;
        display: flex;
        justify-content: space-between;
        background-color: #eeeded;
        padding: 1vw 1.9vw;
        border-radius: 100px;
    }

    .nav-links a i {
        font-size: 3.5vw;
        color: #000000;
    }

    .product {
        position: relative;
        top: 10vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .image img {
        height: 40vh;
        width: 120vw;
    }

    .Info {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items:  flex-start;
        gap: 10px;
    }

   
    
    .stock {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    
    .price {
        display: flex;
        flex-direction: column;
    }
    
    .heading-info h1 {
        text-align: center;
        padding: 10px;
        font-size: 1.2em;
        font-family: sans-serif;
    }

    .stock span {
        margin: 5px;
        font-size: 1em;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .price #s {
        margin: 5px;
        font-size: 1.2em;
        font-family: sans-serif;
    }

    .price #rakam {
        margin: 5px;
        font-size: 1.4em;
        font-family: sans-serif;
    }



    .wrapper {
        height: 7vh;
        width: 50.6vw;
        border: 2px solid rgb(113, 25, 45);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        
    }

    .wrapper span {
        width: 100%;
        text-align: center;
        font-size: 25px;
        font-weight: 600px;
        cursor: pointer;
        user-select: none;
        font-weight: bold;
    }

    .wrapper span.num {
        font-size: 20px;
        border-right: 2px solid rgba(0, 0, 0, 0.2);
        border-left: 2px solid rgba(0, 0, 0, 0.2);
        pointer-events: none;
    }

    #addtocart {
        border-radius: 4px;
        background-color: rgb(230, 223, 215);
        border: none;
        color: darkred;
        text-align: center;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        padding: 16px;
        width: 50vw;
        transition: all 0.5s;
        cursor: pointer;
        margin: 36px;
        border: 1px solid black;
        box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .7);
    }

    #addtocart {
        cursor: pointer;
        display: inline-block;
        position: relative;
        right: 1.8em;
        transition: 0.5s;
    }

    #addtocart:after {
        content: '»';
        position: absolute;
        opacity: 0;
        top: 10px;
        right: -1px;
        transition: 0.7s;
    }

    #addtocart:hover {
        padding-right: 24px;
        padding-left: 8px;
    }

    #addtocart:hover:after {
        opacity: 1;
        right: 10px;
    }

    /*  */
    /*  */
    /*  */
    .swip {
        margin-top: 0vh;
        position: relative; 
        left: 2em;
        width: 85vw;
        line-height: 1.5em;
    }

    .tab-content h3,
    p {
        text-align: center;
        position: relative;
        right: 3em;
    }

    .tab-content {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #z #aplha1 {
        width: 10em;
    }

    /*  */

    .product-head {
        position: relative;
        z-index: -1;
        top: 65vh;
        justify-content: space space-evenly;
        color: rgb(113, 25, 45);
    }

    .product-heading h3 {
        font-size: 2.2em;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 700;
        text-align: center;
    }

    .product-box {
        margin: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }


    .card-product {
        border: 2px solid black;
        display: flex;
        width: 77%;
        height: 45vh;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        border-radius: 5px;
        /* background-color: #fff; */
        border: none;
        margin: 10px;
    }

    .card-product span {
        font-size: 20px;
        font-weight: bold;
        font-family: sans-serif;
        padding: 5px;
        text-align: center;
    }

    .card-product a {
        text-decoration: none;
        border: 2px solid black;
        font-size: 1.1em;
        font-family: sans-serif;
        border-radius: 15px;
        /* background-color: orange; */
        padding: 5px 15px;
        margin: 10px;
    }

    .card-product img {
        height: 200px;
        width: 200px;
    }


    /*-- ___________________________________
            footer part
     ____________________________________        
    */




    .line {
        margin-top: 70vh;
        border: 0.2px solid rgb(190, 188, 188);
    }

    /* footer */

    .footer {
        background-color: rgb(213,206,199);
        display: flex;
        flex-direction: column;
        /* margin-top: 10vh; */
        align-items: center;
        justify-content: space-between;
        padding: 0 6vw;
        padding-bottom: 5vh;
        padding-top: 5vh;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .footer .logo {
        display: flex;
        justify-content: center;
    }

    .footer img {
        width: 30%;
        padding: 10px;
    }

    .footer h6 {
        font-size: 1.2em;
    }

    .footer a {
        text-decoration: none;
        color: #4a4747;
    }

    .social-media {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        gap: 5px;
    }

    .social-media>h6 {
        color: #000000;
    }

    .contact {
        display: flex;
        flex-direction: column;
        text-align: center; 
        padding-left: 50px;
    }

    .contact>p>a {
        color: black;
        text-align: center;
    }

    /* ---------------------------- */
    /* menu */

    .hide-menu {
        display: none !important;
        background: transparent;
        cursor: pointer;
        border: none;
    }

    .menu-container {
        width: 100%;
        height: 100vh;
        background-color: black;
        display: flex;
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
    }

    .menu-left {
        display: none;
        background-color: #fff;
        width: 100%;
        height: 100vh;
    }

    .menu-right {
        margin-right: 5vw;
        margin-top: 10vh;
        /* background-color: wheat; */
        width: 100%;
        /* height: 100vh; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .upper {
        align-self: flex-end;
        justify-self: flex-start;
        margin-right: 30px;
    }

    .upper i {
        font-size: 30px;
        color: white;
        cursor: pointer;
    }

    .lower {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-items: start;
        font-size: 40px;
        padding-bottom: 10vh;
        font-family: sans-serif;
        gap: 10px;
    }

    .lower a {
        text-decoration: none;
        color: white;
    }

    .footer-menu {
        display: flex;
        margin-top: 10vh;
        align-items: end;
        justify-content: space-between;
        padding-left: 10vw;
        padding-bottom: 10vh;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: white;
        gap: 8vw;
    }

    .footer-menu img {
        width: 30%;
    }

    .footer-menu h6 {
        font-size: 1vw;
    }

    .footer-menu a {
        text-decoration: none;
        color: white;
    }

    .footer-menu .social-media {
        display: none;
        flex-direction: column;
        gap: 5px;
    }

    .footer-menu .social-media>h6 {
        color: white;
    }

    .footer-menu .contact {
        display: none;
        flex-direction: column;
        gap: 5px;
    }

    .footer-menu .contact>p>a {
        color: white;
    }


}