* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #e4e8f3;
    z-index: 1;
}


p {
    background-color: white;
}
.header {
    position: fixed; 
    top: 0; 
    left: 120px; 
    width: 235px;
    height: 100%;
    background-color: #37005c;
    color: #fff; 
    padding: 100px; 
    box-sizing: border-box; 
    transform: translateX(-200px); 
    transition: transform 0.3s ease; 
    justify-content: space-between;
    text-align: center;
}

.span {
    color: #000000;
}

.navbar {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
  }

.navbar a {
    text-decoration: none;
    color: #076bdd;
    margin-bottom: 30px;
    font-size: 15px;
    padding: 12px;
    transition: 500ms;
    width: 117px;
    display: flex;
    text-align: center;
    align-items: center;
    transition-duration: 500ms;
    transition: transform 0.3s ease-out, background-color 0.3s ease-in;
    justify-content: center;
    border: 2px solid;
    border-radius: 15px;
    height: 60px;
    font-weight: bolder;

    z-index: 9999;


}


.navbar a:hover {
    background-color:  rgb(0, 0, 0);
    color: #9900ff;
    transform: scale(1.3);
    z-index: 9999;
}



#Home {
    text-decoration: none;
    color: #ffffff;
    margin: 30px 10px;
    position: fixed;
    font-size: 15px;
    top: -10px;
    transition: 500ms;
    transition: background-color 500ms, color 200ms;
    width: 100px;
    height: 75px;
    display: block;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition-duration: 500ms;
    transition: transform 0.5s ease-out;
    display: flex;
    border: 2px solid;
    border-radius: 10px;
    transition: transform 0.3s ease-out, background-color 0.3s ease-in;

}

#Home img {
    height: 50px;
    width: 60px;
}




#Home:hover {
    background-color:  rgb(0, 0, 0);
    color: #9900ff;
    transform: scale(1.2);
    
    
}

header #Home {
    align-items: center;
}



.page_content {
    position: relative;
    color: #000000;

    margin-left: 175px;
    padding: 5px;
    height: 100%;
    top: 5px;
    width: 88%;
    justify-content: space-between;


}

.product_desc p {
    margin-top: 15px;
    color: rgb(0, 0, 0);
    padding: 20px;
    margin-right: 20px;
    width: 1620px;
    font-size: 25px;
    border: 1px solid;
}

.product_desc h1 {
    color: #076bdd;
    font-size: 50px;
    text-align: center;
    animation: Bord_Animation 30000ms infinite;
}

.product {
    width: 200px;
    padding: 10px;
    justify-content: space-between;
    line-height: 1.5;
    text-align: center;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease, background-color 0.3s ease;
}



.product:hover {
    color: white;
    transform: scale(1.1);
    background-color: #37005c;
    border: 2px solid #076bdd;
    box-shadow: -5px 0 5px -5px;
    transform: scale(1.1); 
    box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.5),
                12px 12px 10px -5px rgba(0, 0, 0, 0.5);
}

.product img {
    width: 180px;

}

.Vendor_Logo img {
    width: 15px;
    margin-top: 5px;
}


i {
    color: #fff;
    transition-duration: 500ms;
    transition: 0.3s ease-out;
}

#Prix {
    font-size: 20px;
}


.product {
    margin: 14px;
}
.Line_01 {
    display: flex;
    justify-content: space-between;

    padding: 15px;
}

.hr {
    margin-left: 35px;
    color: #076bdd;
}

footer {
    padding-left: 5px;
    position: fixed;
    bottom: -18px;

}

.Social_Links {
    position: absolute;
    bottom: 5px;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: space-between;

    border-radius: 30px;
    animation: Bord_Animation 30000ms infinite;
    padding: 1px;
}


.Social_Links a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    background: transparent;
    justify-content: space-between;
    color: white;

    border-radius: 50%;
    padding: 5px;
    font-size: 15px;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    transition: 500ms;
    animation: Bord_Animation 30000ms infinite;
    bottom: 0px;
}



.Social_Links a:hover::before {
    height: 100%;
}

.Social_Links a:hover {
    color: #081b29;
    transform: scale(1.1);

    bottom: 15px;
}


@keyframes Bord_Animation {
    0%,100% { border-color: #00abf0; color: #00abf0;  }
    20% { border-color: #081b29; color: #0095ff; }
    40% { border-color: #00abf0; color: #00abf0; }
    60% { border-color: #8c00ff; color: #8c00ff;}
    80% { border-color: #09024d; color: #23834e;} 
}



  
.container{
    width: 100%;
    position: relative;
    margin-top: 320px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
    border: 5px solid #000000;
    border-radius: 20px;
    box-shadow: 5px 10px 20px rgba(30,30,200,0.3);
    height: auto;
    margin-bottom: -300px;
}

.wrapper{
    width: 100%;
    display: flex;
    animation: slide ease 20s infinite;
    height: auto;

}


@keyframes slide {
    0%, 100% {
        transform: translateX(0%);
    }
    15% {
        transform: translateX(0%);
    }
    20% {
        transform: translateX(-100%);
    }
    35% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(-200%);
    }
    55% {
        transform: translateX(-200%);
    }

    60% {
        transform: translateX(-300%);
    }
    75% {
        transform: translateX(-300%);
    }

    80% {
        transform: translateX(-400%);
    }
    95% {
        transform: translateX(-400%);
    }

}


img{
    width: 100%;
}