@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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #f9f9f9;
    max-width: 100%;
}

header {
    background: linear-gradient(to right, #32007e8f, #32007e);
    color: #000000;
    padding: 10px 20px;
    height: 153px;
    max-width: 100%;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.logo {
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -25px;
    gap: 34px;

}

.logo-conta img{
    display: flex;
    height: 101px;
    width: 101px;


}

.log{
    margin-left: 120px;
    margin-top: 50px;
}


.search-container {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 300px;
    margin: 20px;
    width: 6px;
    height: 59px;
}

input::placeholder {
    font-family: "Poppins", sans-serif;
    color: #ADADAD;
    font-size: 30px;
    font-weight: 200;
    text-align: start;

}

.search-container input {
    width: 900px;
    height: 59px;
    margin-left: 180px;
    padding: 8px 15px;
    border: 0.6px solid #000000;
    border-radius: 30px;

}

.search-button {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: -40px;
}

.logo {
    width: 108px;
    height: 108px;

}

.top {
    display: flex;
    height: 40px;
    width: 2005px;
    background: linear-gradient(to right, #1e1f30, #2A2B48);
    ;
    text-align: start;
    justify-content: end;
    overflow: hidden;
}

.user-menu {
    display: flex;
}

.user-menu a {
    color: #fff;
    font-size: 20px;
    gap: 25px;
    margin: 10px;
    margin-top: -5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;

}
.menu-bar {
    display: flex;
    color: #ddd;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
    margin-top: -45px;
}

.menu-item {
    color: #fff;
    background: #4D0BAC;
    width: 125px;
    height: 34px;
    font-weight: medium;
    font-size: 23px;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 23px;
    margin: 40.5px;
    border-radius: 60px;
    transition: background 0.3s;
    text-decoration: none;
}

.menu-bar .menu-item:hover {
    background: #0d2d69;
}

.club-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    background: #252424;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 1);
}

.products {
    text-align: center;
    margin: 20px;
}

.products-slider a{
    font-size: 1.2rem;
    padding: 15px 20px;
    background-color: #4D0BAC;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    margin-left: 50px;


}

.circulo{
    width: 135px;
    height: 136px;
    border-radius: 100px;
    background-color: #4D0BAC;
    border: solid 5px #fff;
}

.circulo img{
    width: 105px;
    height: 106px;
    margin-left: 9px;
    margin-top: 8px;
}

.products-slider span {
    color: #C0A7E4;
    font-size: 1.5rem;
    margin-left: 10px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
    gap: 20px;
    padding: 0 20px;
}

.linha{
    width: 90vw;
    background-color: #fff;
    height: 1px;
    margin-left: 50px;
    margin-top: 50px;
}

.product-card {
    background: #252424;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 28px;
    text-align: center;
    border: solid 1px #fff;
}

.product-card p {
    color: #fff;
    font-weight: 100;
}

.product-card img {
    width: 200px;
    border-radius: 5px;
    height: 241px;
}


.product-card .price {
    color: #06A636;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 10px 0;
}

.product-card button {
    background: #4E0CB0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
}

.product-card button:hover {
    background: #5a0dce
}
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out; 
    width: 100%;
}
.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.products-slider{
    background-color: #252424;
    
}

.slider-controls button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    transition: background-color 0.3s ease;
}

.slider-controls button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
@keyframes troca-fundo {
    0% {
      background-image: url('./img/1000203411.jpg');
    }
    33% {
      background-image: url('./img/1000203354.jpg');
    }
    66% {
      background-image: url('./img/1000203356.jpg');
    }
    100% {
      background-image: url('./img/1000203411.jpg');
    }
}