*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.cotainer{
    width: 90%;
    margin: auto;
}

a{
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

/* FEARSTHEADER */

.back{
    background-color: rgba(5, 0, 78, 1);
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid lightgray;
    padding: 10px 80px 10px 80px;
    margin-top: 75px;
}

.about-left{
    position: relative;
}

.about-left a{
    padding-right: 15px;
}

.about-right a{
    color: gray;
}

.about-right a:hover{
    color: black;
}

.social{
    padding: 0 !important;
    padding-right: 5px !important;
    color: gray;
}

.social:hover{
    color: black;
}

/* HEADER */

header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px !important;
}

.header-left{
    width: 30%;
}

.header-left img{
    width: 30%;
    border-radius: 20px;
}

.header-mid{
    width: 50%;
}

.header-mid a{
    padding: 0px 10px 0px 15px;
}

.header-right{
    width: 20%;
}

.header-right a{
    padding-right: 20px;
}

/* SLIDE */

.slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 400px;
}

.slide img{
    width: 50%;
    padding-left: 400px;
}

.slide-des{
    text-align: center;
    position: absolute;
    top: 20%;
    left: -100%;
    transition: .5s;
}

.slide-des h3{
    color: gray;
    margin: 0;
}

.slide-des h1{
    font-size: 60px;
    margin: 10px 0 10px 0;
}

.slide-des2{
    text-align: center;
    position: absolute;
    top: 20%;
    left: -100%;
    transition: .5s;
}

.slide-des2 h3{
    color: gray;
    margin: 0;
}

.slide-des2 h1{
    font-size: 60px;
    margin: 10px 0 10px 0;
}

.slide-des3{
    text-align: center;
    position: absolute;
    top: 20%;
    left: -100%;
    transition: .5s;
}

.slide-des3 h3{
    color: gray;
    margin: 0;
}

.slide-des3 h1{
    font-size: 60px;
    margin: 10px 0 10px 0;
}

.start{
    text-align: center;
    position: absolute;
    top: 20%;
    left: 20%;
    transition: .5s;
}

.start h3{
    color: gray;
    margin: 0;
}

.start h1{
    font-size: 60px;
    margin: 10px 0 10px 0;
}

.shop{
    background-color: #66A7F0;
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
}

.view{
    border: 1px solid black;
    padding: 10px 15px;
    border-radius: 20px;
    margin-left: 5px;
}

.normal{
    left: 20% !important;
    transition: 1s;
}

.remove{
    display: none;
}

.size{
    width: 35% !important;
}

/* PRODUCTS BANNER */

.products-banner{
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-top: 50px;
}

.products-banner img{
    width: 16%;
}

.banner1{
    position: relative;
    overflow: hidden;
}

.banner1 img{
    width: 95%;
}

.banner-des1{
    position: absolute;
    top: 110%;
    left: 3%;
}

.banner-des1 h3{
    margin: 5px 0px 5px 0px;
    font-size: 25px;
}

.banner-des1 span{
    color: gray;
}

.banner1:hover .banner-des1{
    top: 85%;
    transition: 1s;
}

.banner2{
    position: relative;
    overflow: hidden;
}

.banner2 img{
    width: 95%;
}

.banner-des2{
    position: absolute;
    top: 110%;
    left: 3%;
}

.banner-des2 h3{
    margin: 5px 0px 5px 0px;
    font-size: 25px;
}

.banner-des2 span{
    color: gray;
}

.banner2:hover .banner-des2{
    top: 85%;
    transition: 1s;
}

.banner3{
    position: relative;
    overflow: hidden;
}

.banner3 img{
    width: 95%;
}

.banner-des3{
    position: absolute;
    top: 110%;
    left: 3%;
}

.banner-des3 h3{
    margin: 5px 0px 5px 0px;
    font-size: 25px;
}

.banner-des3 span{
    color: gray;
}

.banner3:hover .banner-des3{
    top: 85%;
    transition: 1s;
}

.banner4{
    position: relative;
    overflow: hidden;
}

.banner4 img{
    width: 95%;
}

.banner-des4{
    position: absolute;
    top: 110%;
    left: 3%;
}

.banner-des4 h3{
    margin: 5px 0px 5px 0px;
    font-size: 25px;
}

.banner-des4 span{
    color: gray;
}

.banner4:hover .banner-des4{
    top: 85%;
    transition: 1s;
}

.banner5{
    position: relative;
    overflow: hidden;
}

.banner5 img{
    width: 95%;
}

.banner-des5{
    position: absolute;
    top: 110%;
    left: 3%;
}

.banner-des5 h3{
    margin: 5px 0px 5px 0px;
    font-size: 25px;
}

.banner-des5 span{
    color: gray;
}

.banner5:hover .banner-des5{
    top: 85%;
    transition: 1s;
}

.banner6{
    position: relative;
    overflow: hidden;
}

.banner6 img{
    width: 95%;
}

.banner-des6{
    position: absolute;
    top: 110%;
    left: 3%;
}

.banner-des6 h3{
    margin: 5px 0px 5px 0px;
    font-size: 25px;
}

.banner-des6 span{
    color: gray;
}

.banner6:hover .banner-des6{
    top: 85%;
    transition: 1s;
}

/* SHIPPING */

.shipping{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 100px;
}

.shipping-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shipping-card h3{
    margin: 5px 0px 5px 0px;
}

.shipping-card span{
    color: gray;
}

.shipping-des{
    margin-left: 15px;
}

/* PRODUCTS */

.products-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.products-title a{
    padding-right: 10px;
}

.products{
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.products-card{
    text-align: center;
    width: 24%;
    margin-top: 25px;
}

.products-card img{
    width: 100%;
}

.products-card a{
    padding: 10px 15px;
    color: white;
    background-color: #40A02F;
    border-radius: 20px;
}

.products-card h3{
    margin: 10px 0 10px 0;
}

.price{
    display: block;
    padding: 10px 0 10px 0;
}

/* IMAGES */

.images{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 100px;
}

.image2{
    margin: 0 20px 0 20px;
}

.images2{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
}

.image5{
    margin: 0 20px 0 20px;
}

/* OOFFERS */

.offers{
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-top: 100px;
}

.offer-left{
    width: 40%;
    text-align: center;
    border: 1px solid #43B02A;
    padding-bottom: 20px;
}

.sale-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 60px;
}

.sale-title a{
    padding-right: 10px;
}

.countdown span{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    padding-top: 5px;
}

.offer-right{
    width: 60%;
}

.offer-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-title h1{
    margin-left: 30px;
}

.offer-title a{
    padding-right: 10px;
    margin-right: 30px;
    font-size: 20px;
}

.offer-cards{
    display: flex;
    justify-content: space-around;
    align-items: start;
    text-align: center;
    margin-bottom: 50px;
}

.offer-card{
    width: 25%;
}

.offer-card img{
    width: 100%;
}

.offer-card h3{
    margin: 10px 0 10px 0;
}

.offer-card a{
    padding: 10px 15px;
    color: white;
    background-color: #40A02F;
    border-radius: 20px;
}

.price{
    color: #40A02F;
}

/* GAME BANNER */

.game{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.game img{
    width: 33%;
}

.overlay{
    position: absolute;
    top: 10%;
    left: 25%;
}

.overlay img{
    width: 100%;
}

/* TECHNICAL */

.technical{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 300px;
}

.technical-left{
    width: 70%;
    border-right: 1px solid black;
}

.technical-cards{
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.technical-card{
    width: 33%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.technical-img{
    width: 30%;
}

.technical-des{
    width: 70%;
}

.technical-des h3{
    margin: 10px 0 5px 0;
    font-weight: 400;
}

.technical-des p{
    color: gray;
    margin-top: 5px;
}

.technical-right{
    width: 30%;
    text-align: center !important;
}

.technical-right img{
    display: block;
    margin-left: 100px;
}

.technical-right span{
    display: inline-block;
}

.technical-right a{
    padding: 10px 15px;
    color: white;
    background-color: #40A02F;
    border-radius: 20px;
    display: block;
    width: 50%;
    margin-left: 100px;
}

/* OFFERS */

#sale-img{
    margin: 20px 0 20px 0;
}

/* NEW PRODUCT */

.new-products{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 100px;
}

.new-product{
    width: 22%;
}

.new-product-card{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

.new-product h2{
    font-weight: 400;
    font-size: 18px;
}

.new-product-img{
    width: 22%;
}

.des{
    width: 78%;
    margin-left: 10px;
}

.des h4{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ARTICLE */

.articles-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.articles{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    text-align: center;
}

.article-img{
    position: relative;
}

.articles-card{
    width: 30%;
}

.articel-img-des{
    position: absolute;
    top: 94%;
    left: 22.5%;
    background-color: #40A02F;
    color: white;
    padding: 5px 7px;
}

/* BRANDS */

.brands{
    text-align: center;
    margin-top: 100px;
}

.brands img{
    padding-right: 20px;
}

/* SIGNIN */

.signin{
    background-image: url(img/white-electronics-newslatter-bg-opt.jpg);
    text-align: center;
    height: 400px;
    padding-top: 50px;
    margin-top: 100px;
}

.singin-item{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 20px;
}

.signin-left{
    width: 48%;
}

.signin-left h3{
    color: gray;
    font-weight: 400;
    margin-bottom: 0;
}

.signin-left h2{
    font-size: 35px;
    margin-top: 5px;
}

.signin-left input{
    width: 70%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid gray;
}

.signin-left input::placeholder{
    padding-left: 10px;
}

.signin-left a{
    padding: 10px 15px;
    color: white;
    background-color: #40A02F;
    border-radius: 20px;
}

.signin-right{
    width: 48%;
}

.signin-right p{
    line-height: 22px;
    color: gray;
}

.signin-right span{
    font-weight: 900;
}

.signin-right img{
    border-radius: 50%;
}

/* FOOTER */

footer{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 50px !important;
}

.footer-left{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    width: 50%;
}

.footer-logo{
    width: 50%;
}

.footer-posts{
    width: 50%;
}

.footer-logo span{
    display: block;
    padding-top: 5px;
}

.fooeter-up{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.fooeter-up h4{
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
}

.footer-down{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    padding-left: 10px;
}

.footer-down h4{
    margin: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}

.footer-right{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    width: 50%;
}

.links a{
    display: block;
    padding-bottom: 10px;
}

/* SECONDFOOTER */

.secondfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid black;
    margin-top: 10px;
}

.secondfooter a{
    color: #C62437;
}

@media(max-width: 768px){
    .about{
        flex-direction: column;
        margin-top: 75px;
    }

    .about-left{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .about-right{
        width: 100%;
        text-align: center;
    }

    .header-left{
        width: 20%;
    }

    .header-left img{
        width: 50%;
    }

    .header-mid{
        width: 60%;
    }

    .header-mid a{
        padding: 0px 5px 0px 0;
    }

    .slide img{
        width: 90%;
    }

    .size{
        width: 68% !important;
    }

    .shipping{
        align-items: start;
    }

    .shipping-card{
        display: block;
        text-align: center;
    }

    .images img{
        width: 100%;
    }

    .images2 img{
        width: 100%;
    }

    .offer-left{
        width: 30%;
    }

    .sale-title{
        padding-left: 10px;
        padding-right: 0;
    }

    .sale-title h1{
        font-size: 20px;
    }

    .sale-card{
        text-align: center;
    }

    .sale-card img{
        width: 100%;
    }

    .countdown{
        width: 51%;
        text-align: center;
        margin-left: 52pX;
    }

    .offer-right{
        width: 70%;
    }

    .offer-title div{
        width: 50%;
    }

    .offer-title h1{
        font-size: 20px;
        margin-left: 15px;
    }

    .offer-title a{
        margin-right: 0px;
        font-size: 15px;
    }

    .offer-cards{
        margin-bottom: 15px;
    }

    .offer-card h3{
        font-size: 11px;
    }

    .offer-card a{
        font-size: 12px;
    }

    .game{
        margin-top: 100px;
    }

    .overlay{
        left: 13%;
    }

    .overlay img{
        width: 80%;
    }

    .technical{
        align-items: center;
    }

    .technical-left{
        width: 80%;
    }

    .technical-right{
        width: 20%;
    }

    .technical-right img{
        width: 80%;
        margin-left: 20%;
    }

    .technical-right span{
        margin-top: 10px;
        margin-left: 20px;
    }

    .price{
        margin: 0 !important;
    }

    .technical-right a{
        margin-left: 22px;
        font-size: 12px;
        width: 88%;
    }

    .technical-card{
        display: block;
    }

    .technical-card h3{
        font-size: 16px;
    }

    .new-products{
        display: block;
    }

    .new-product {
        width: 49%;
        display: inline-block;
    }

    .article-card{
        width: 30%;
    }

    .article-card h3{
        font-size: 13px;
        margin-top: 20px;
    }

    .article-card span{
        font-size: 11px;
    }

    .article-card p{
        font-size: 12px;
    }

    .article-img img{
        width: 100%;
    }

    .articel-img-des{
        top: 87%;
        left: 15.5%;
    }

    .articel-img-des span{
        font-size: 11px;
    }

    .singin-item{
        width: 90%;
    }

    .signin-left h2{
        font-size: 25px;
    }

    .signin-left input{
        width: 68%;
    }

    footer{
        flex-direction: column-reverse;
    }

    .footer-left{
        width: 100%;
        margin-top: 50px;
    }

    .footer-right{
        width: 100%;
    }
}

@media(max-width: 480px){
    .about{
        flex-direction: column;
        padding: 10px 0 10px 0;
    }

    .about-left{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .about-right{
        width: 100%;
        text-align: center;
    }

    .about-right a{
        font-size: 12px;
    }

    .header-left{
        width: 10%;
    }

    .header-left img{
        width: 100%;
        border-radius: 0;
    }

    .header-mid{
        width: 70%;
        text-align: center;
    }

    .header-mid a{
        padding: 0px 5px 0px 0;
        font-size: 12px;
    }

    .header-right a{
        padding-right: 5px;
    }

    .start{
        top: 30%;
        left: 5%;
    }

    .normal{
        top: 30% !important;
        left: 5% !important;
    }

    .start h3{
        font-size: 15px;
    }

    .start h1{
        font-size: 30px;
    }

    .start a{
        font-size: 12px;
    }

    /* .slide-des{
        top: 30%;
        left: 5%;
    } */

    .slide-des h3{
        font-size: 15px;
    }

    .slide-des h1{
        font-size: 30px;
    }

    .slide-des a{
        font-size: 12px;
    }

    /* .slide-des2{
        top: 30%;
        left: 5%;
    } */

    .slide-des2 h3{
        font-size: 15px;
    }

    .slide-des2 h1{
        font-size: 30px;
    }

    .slide-des2 a{
        font-size: 12px;
    }

    /* .slide-des3{
        top: 30%;
        left: 5%;
    } */

    .slide-des3 h3{
        font-size: 15px;
    }

    .slide-des3 h1{
        font-size: 30px;
    }

    .slide-des3 a{
        font-size: 12px;
    }

    .slide img{
        width: 480px;
        padding-left: 240px;
    }

    .size{
        width: 70% !important;
    }

    .products-banner{
        display: block;
        text-align: center;
    }

    .products-banner div{
        width: 32%;
        display: inline-block;
    }

    .shipping{
        display: block;
    }

    .shipping-card{
        display: inline-block;
        width: 49%;
        margin-top: 20px;
    }

    .shipping-card span{
        font-size: 14px;
    }

    .products-title div{
        width: 50%;
    }

    .products-title h1{
        font-size: 25px;
    }

    .products-title a{
        padding-right: 4px;
    }

    .products{
        display: block;
    }

    .products-card{
        display: inline-block;
        width: 49%;
    }

    .products-card h3{
        font-size: 16px;
    }

    .images img{
        width: 100%;
    }

    .images2 img{
        width: 100%;
    }

    .offers{
        display: block;
    }

    .offer-left{
        width: 100%;
    }

    .offer-right{
        width: 100%;
    }

    .sale-title{
        padding-left: 10px;
        padding-right: 0;
    }

    .sale-title h1{
        font-size: 20px;
    }

    .sale-card{
        text-align: center;
    }

    .sale-card img{
        width: 100%;
    }

    .countdown{
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }

    .offer-title div{
        width: 50%;
    }

    .offer-title h1{
        font-size: 20px;
        margin-left: 15px;
    }

    .offer-title a{
        margin-right: 0px;
        font-size: 15px;
        padding-right: 3px;
    }

    .offer-cards{
        margin-bottom: 15px;
    }

    .offer-card{
        width: 31%;
    }

    .offer-card h3{
        font-size: 11px;
    }

    .offer-card a{
        font-size: 12px;
    }

    .game{
        margin-top: 100px;
    }

    .overlay{
        left: 13%;
    }

    .overlay img{
        width: 80%;
    }

    .technical{
        align-items: center;
        margin-top: 200px;
    }

    .technical-left{
        width: 100%;
        border: 0;
    }

    .technical-cards{
        width: 100%;
    }

    .technical-right{
        display: none;
    }

    .technical-card{
        width: 30%;
    }

    .technical-card h3{
        font-size: 14px;
    }

    .technical-card p{
        font-size: 12px;
    }

    .technical-des{
        width: 100%;
    }

    .new-products{
        display: block;
    }

    .new-product {
        width: 100%;
        display: inline-block;
    }

    .new-product h2{
        margin-top: 50px;
    }

    .articles{
        display: block;
    }

    .article-card{
        width: 100%;
        margin-top: 50px;
    }

    .article-card h3{
        font-size: 20px;
        margin-top: 20px;
    }

    .article-card span{
        font-size: 16px;
    }

    .article-card p{
        font-size: 16px;
    }

    .article-img img{
        width: 100%;
    }

    .articel-img-des{
        top: 93.5%;
        left: 33.5%;
    }

    .articel-img-des span{
        font-size: 11px;
    }

    .signin{
        display: none;
    }

    footer{
        flex-direction: column-reverse;
    }

    .footer-left{
        width: 100%;
        margin-top: 50px;
        display: block;
        text-align: center;
    }

    .footer-logo{
        width: 100%;
    }

    .footer-posts{
        width: 100%;
        margin-top: 50px;
    }

    .footer-right{
        width: 100%;
        display: block;
        text-align: center;
    }

    .links{
        width: 100%;
    }

    .secondfooter img{
        width: 200px;
    }
}