*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

/* section start */
.home{
    width: 100%;
    height: 91.5vh;
    background-color: #a9a9a929;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}
.home .img{
    flex: 1 1 400px;
}
.home .img img{
    width: 100%;
}
.home .content{
    flex: 1 1 400px;
}
.content h3{
    margin-left: 50px;
    font-size: 60px;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
}
.content h2{
    margin-left: 50px;
    font-size: 50px;
    font-weight: bold;
}
.changecontent:after{
    content: ' ';
    color: #2f5ea3;
    text-shadow: 1px 1px 1px black;
    animation: changetext 10s infinite linear;
}
@keyframes changetext{
    0%{content: "Shirt";}
    20%{content: "Smart Watch";}
    40%{content: "Pants";}
    60%{content: "Shoes";}
    80%{content: "Sports shoes";}
    100%{content: "Hoodies";}
}
.content p{
    margin-left: 50px;
}
.content h5{
    margin-left: 50px;
    font-weight: bold;
    font-size: 29px;
}
.content .btn{
    margin-top: 20px;
    margin-left: 50px;
    width: 150px;
    height: 38px;
    letter-spacing: 3px;
    background-color: #2f5ea3;
    color: black;
    font-weight: bold;
}
/* section end */

/* top cards start */
#t-cards .card{
    border-radius: 5px;
    transition: 0.5s ease;
    cursor: pointer;
}
#t-cards .card:hover{
    transform: translateY(-10px);
}
/* top cards end */

/* product cards */
#product-cards h1{
    margin-top: 50px;
    font-weight: bold;
    color: #2f5ea3;
    text-shadow: 1px 1px 1px black;
}
#product-cards .card{
    background-color: white;
    cursor: pointer;
}
.overlay{
    display: block;
    opacity: 0;
    position: absolute;
    top: 10%;
    margin-left: 0;
    width: 70px;
}
#product-cards .card:hover .overlay{
    opacity: 1;
    margin-left: 5%;
    transition: 0.5s ease;
}
.overlay i img{
    background-color: #2f5ea3;
    height: 35px;
    width: 35px;
    font-size: 20px;
    padding: 7px;
    margin: 5%;
    margin-right: 100px;
    margin-bottom: 5%;
    cursor: pointer;
}
.overlay .btn-secondary{
    background: transparent !important;
    border: none;
    box-shadow: none;
}
#product-cards .card h3{
    color: #2f5ea3;
    text-shadow: 1px 1px 1px black;
}
.checked{
    color: #2f5ea3;
}
#product-cards h5{
    font-size: 15px;
}
#product-cards h5 span{
    float: right;
}
/* product cards */

/* banner */
.banner{
    width: 100%;
    height: 65vh;
    background-image: url(assets/img/b1.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    margin-top: 100px;
    border-radius: 5px;
    box-shadow: 0 0 3px black;
}
.banner .img{
    flex: 1 1 400px;
}
.banner .img img{
    width: 65%;
    margin-left: 180px;
    margin-bottom: 30px;
}
.banner .banner-content{
    flex: 1 1 400px;
    margin-bottom: 30px;
}
.banner-content h1{
    font-size: 50px;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
    margin-left: 30px;
    font-family: 'Edu VIC WA NT Beginner', cursive;
}
.banner-content h1 span{
    color: #2f5ea3;
    font-family: 'Edu VIC WA NT Beginner', cursive;

}
.banner-content p{
    margin-left: 30px;
    font-family: 'Edu VIC WA NT Beginner', cursive;
}
.banner-content h5{
    font-weight: bold;
    font-size: 30px;
    margin-left: 30px;
    font-family: 'Edu VIC WA NT Beginner', cursive;
}
.banner-content .btn{
    margin-top: 20px;
    margin-left: 30px;
    width: 150px;
    height: 38px;
    letter-spacing: 3px;
    background-color: #2f5ea3;
    color: black;
    font-weight: bold;
    font-family: 'Edu VIC WA NT Beginner', cursive;
}
@media screen and (max-width:990px){
    .banner{
        height: 100vh;
    }
    .banner .img img{
        margin-left: 100px;
    }
}
@media screen and (max-width:450px){
    .banner .img img{
        margin-left: 50px;
    }
}
@media screen and (max-width:300px){
    .banner .banner-content h1{
        font-size: 30px;
    }
    .banner .banner-content span{
        font-size: 30px;
    }
}
/* banner */

/* banner2 */
.banner2{
    width: 100%;
    height: 65vh;
    background-image: url(assets/img/b1.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    margin-top: 100px;
    border-radius: 5px;
    box-shadow: 0 0 3px black;
}
.banner2 .img{
    flex: 1 1 400px;
}
.banner2 .img img{
    width: 65%;
    margin-left: 180px;
    margin-bottom: 30px;
}
.banner2 .banner2-content{
    flex: 1 1 400px;
    margin-bottom: 30px;
}
.banner2-content h1{
    font-size: 50px;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
    margin-left: 30px;
    font-family: 'Edu VIC WA NT Beginner', cursive;
}
.banner2-content h1 span{
    color: #2f5ea3;
    font-family: 'Edu VIC WA NT Beginner', cursive;

}
.banner2-content h2{
    margin-left: 30px;
    font-size: 50px;
    font-family: 'Edu VIC WA NT Beginner', cursive;
    text-shadow: 1px 1px 1px black;
}
.bannerchangecontent:after{
    content: ' ';
    font-size: 50px;
    color: #2f5ea3;
    text-shadow: 1px 1px 1px black;
    font-family: 'Edu VIC WA NT Beginner', cursive;
    animation: bannercontent 10s infinite linear;
}
@keyframes bannercontent{
    0%{content: "Pack Basique";}
    20%{content: "Pack Rafiné";}
    100%{content: "Pack XEWEUL";}
}
.banner2-content p{
    margin-left: 30px;
    font-family: 'Edu VIC WA NT Beginner', cursive;
}
.banner2-content h5{
    font-weight: bold;
    font-size: 30px;
    margin-left: 30px;
    font-family: 'Edu VIC WA NT Beginner', cursive;
}
.banner2-content .btn{
    margin-top: 20px;
    margin-left: 30px;
    width: 150px;
    height: 38px;
    letter-spacing: 3px;
    background-color: #2f5ea3;
    color: black;
    font-weight: bold;
    font-family: 'Edu VIC WA NT Beginner', cursive;
}
@media screen and (max-width:990px){
    .banner2{
        height: 100vh;
    }
    .banner2 .img img{
        margin-left: 100px;
    }
}
@media screen and (max-width:450px){
    .banner2 .img img{
        margin-left: 50px;
    }
}
@media screen and (max-width:300px){
    .banner2 .banner2-content h1{
        font-size: 30px;
    }
    .banner2 .banner2-content span{
        font-size: 30px;
    }
}
/* banner2 */

/* about us */
#about{
    margin-top: 100px;
}
#about h1{
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}
#about p{
    font-weight: bold;
}
/* about us */