@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');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;
}

:root{
    --bg-color:#ffffff;
    --text-color:#000000;
    --main-color:#f0f0f0;
    --other-color:#ffc633;
    --second-color:#616060;

    --h1-font:5.5rem;
    --h2-fonr:3.5rem;
    --p-font:1rem;
}
body{
    font-family: 'Poppins',sans-serif;
}

/* nav bare */
nav{
    padding: 1.5vw 8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
nav .logo h1{
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;

}
ul{
    display: flex;
}
ul li{
    margin-left: 55px;
    font-weight: 550;
    transition: all .5s ease;
}
ul li a{
    color: black;
    
}
ul li:hover{
    transform: scale(1.1);
}
nav .icons i{
    font-weight: 600;
    font-size: 1.3rem;
    cursor: pointer;
    margin-right: 25px;
    transition: all .5s ease;

}
/* home */

#home{
    padding:0 8vw ;
    background-image: url(img/bg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#home .text-sec{
    width: 50%;
}
.text-sec p{
    font-size: var(--p-font);
}
.text-sec h1{
    font-size: var(--h1-font);
}
.text-sec .buton{
    margin-top: 35px;
}
.text-sec a{
    margin-top: 85px;
    padding: 13px 20px;
    background-color: #000000;
    color: var(--main-color);
    font-weight: 600;
    border-radius: 8px;
    transition: all .3s ease;
}
.text-sec a:hover{
    background-color: #cfcece;
    color: rgb(0, 0, 0);
}
.text-sec span{
    font-weight: 600;
    font-size: 1.5rem;
}

/* brands */
#brands{
    height: 10vh;
    background: var(--text-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* products */
#prdcts{
    padding: 6vw 8vw;
}
#prdcts h2{
    text-align: center;
    font-size: var(--h2-fonr);
}
#prdcts .shw-prdcts{
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    align-items: center;
    justify-content: center;
}
.box{
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-right: 20px;
    padding: 10px 0;
}
.box img{
    transition: all .5s ease;
    cursor: pointer;

}
.box img:hover{
    transform: scale(1.05);
}
.box .stars{
    color: var(--other-color);
}
.box .stars span{
    color: var(--text-color);
}
.box .txt{
    display: flex;
    justify-content: space-between;
}
.txt p{
    font-size: var(--p-font);
}

.btn{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.btn a{
    color: var(--text-color);
    padding: 15px 35px;
    border: 1px solid black;
    border-radius: 20px;
    transition: all .3s ease;
}
.btn a:hover{
    background: var(--text-color);
    color: var(--bg-color);
}

/* cards */
#cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0vw 8vw;
    width: 100%;
}
#cards .card{
    width: 365px;
    margin-right: 55px;
    display: flex;
    justify-content: space-between;
    padding:10px 30px;
    background-color: rgb(240, 235, 235);
    border-left: 3px solid black;
    gap: 25px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    line-height: 1.8rem;
    transition: all .5s ease;
    cursor: pointer;
}
#cards .card:hover{
    transform: scale(1.05);
}
.card i{
    font-size: xx-large;
}
.card .textt{
    font-size: var(--p-font);
}

/* bst */
#bst{
    padding: 6vw 8vw;
}
#bst h2{
    text-align: center;
    font-size: var(--h2-fonr);
}
#bst .imgs{
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#bst .imgs img{
    margin-right: 55px;
    transition: all .5s ease;
    cursor: pointer;
}
#bst .imgs img:hover{
    transform: scale(1.05);
}
/* get on the list */
#gol{
    padding: 6vw 8vw;
    display: flex;
    justify-content: center;
}
.g_o_l{
    background: #959090;
    color: white;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    width: 30%;
    height: 350px;
    text-align: center;
    gap: 50px;
}
.g_o_l .email-z{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.g_o_l .email-z input{
    padding: 10px 50px;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
}
.g_o_l .email-z a{
    color: var(--text-color);
    padding: 5px;
    border: 2px solid black;
    border-radius: 10px;
    font-weight: 600;
    transition: all .3s ease;
}
.g_o_l .email-z a:hover{
    background: var(--text-color);
    color: var(--bg-color);
}
/* footer */
footer{
    padding: 8vw;
    background-color: var(--second-color);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}
footer .footer-col{
    padding-bottom: 40px;
}
footer h3{
    color: rgb(241, 240, 245);
    font-weight: 600;
    padding-bottom: 20px;
}  
footer li{
    list-style: none;
    color:var(--text-color);
    padding: 10px 0;
    font-size: 17px;
    cursor: pointer;
    transition: .3s ease;
} 
footer li:hover{
    color: rgb(241, 240, 245);
}
footer p{
    color: #7b828a;
}
.copyright{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.copyright p{
    color: #fff;
    font-weight: 600;
}
.pro-links{
    margin-top: 15px;
}
.copyright .pro-links i{
    font-weight: 550;
    font-size: 23px;
    color: rgb(255, 255, 255);
    padding: 10px 13px;
    cursor: pointer;
    transition: .2s ease;
}
.copyright .pro-links i:hover{
    color: #000000;
    cursor: pointer;
}
