body{
    margin: 0;
    font-family: 'Heebo', sans-serif;
    padding-top: 80px;
}

header{
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 1;

}


header .container{
    width: 1440px;
    max-width: 90%;
    margin: auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .logo{
    display: inline-block;
    font-size: 27px;
}

header .logo a{
    text-decoration: none;
    color: #000;
}

header nav{
    display: inline-block;
}

header nav ul{

    margin: 0;
    padding: 0;
}

header nav ul li{
    display: inline-block;
}

header nav ul li.menu{
    display: none;
}

header nav ul li.menu img{
    vertical-align: middle;
    width: 24px;
    height: 20px;
}

header nav ul li a{
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing:0.37px;
    margin-right: 24px;
    text-decoration: none;
}

header nav ul li a:hover{
    color:#3E50E5;
}

header nav ul li:last-of-type a{
    margin-right: 0;
}

header .logo .bulina{
    background-color: #3E50E5;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 4px;
}

header .logo span{
    display: inline-block;
    vertical-align: middle;
}

.prima-parte img{
    width: 100%;
    height: auto;
}

.prima-parte{
    position: relative;
}

.hero-content{
    position: absolute;
    top: 0;
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-content .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding:0 16px;
    margin: 0 10px;
}

.hero-content .container h1{
    color: #FFFFFF;
    font-family: 'Heebo';
    font-size: 50px;
    letter-spacing: 1.25px;
    line-height: 56px;
    margin-bottom: 16px;
    max-width: 495px;
    font-weight: normal;
}

.hero-content .container .scris-sus{
     font-family: 'Heebo';
     font-style: Light;
     font-size: 20px;
     line-height: 28px;
     color: #FFFFFF;
     max-width: 518px;
}

.hero-content .container .buton_poza{
    background-color: #3E50E5;
    border-radius: 92px;
    box-sizing: border-box;
    border-color:white ;
    color: #F0F0F0;
    text-decoration: uppercase;
    width: 220px;
    height: 45.25px;
    max-width: 100%;
    letter-spacing: 0.4;
    cursor: pointer;/*transforma sucarimea de cursor in cursor care e pointer(ca si cum ai accesa un link*/
}

.hero-content .container .buton_poza:hover{
    background-color: white;
    color: #3E50E5;
    border-color: #3E50E5;
    border-width: 1px;
}

section.best-sellers h2{
    font-family: 'Heebo';
    font-size: 34px;
    line-height: 42px;
    text-align: center;
    font-weight: normal;
    padding-top: 80px;
}

section.best-sellers hr{
    border: none;
    border-top: greenyellow solid;
    width: 66px;
}

section.best-sellers .container{
    display: flex;
    justify-content: center;
    padding: 0 8px;
    padding-top: 20px;
}

section.best-sellers .produse-slider .product{
    border: 1px solid black;
    border-radius: 8px;
    width: 33%;
    text-align: center;
    margin: 0 8px;
    padding: 40px;
    position: relative;
}

section.best-sellers .produse-slider .product:hover{
    cursor: pointer;
}

/* DEci aici facem o chestie care nu exista inainte tuturor elementelor copii ai lui product */
/*lipim porduct de new pentru ca avem clasa product si copilu ei new,simultan*/
section.best-sellers .produse-slider .product.new::before{
    content: "New";
    background-color: red;
    color: #FFFFFF;
    position: absolute;
    top:12px;
    right: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing:0.35px;
    line-height: 21px;
    text-align: center;
    padding: 6px 15px;
    border-radius: 40px;
}

section.best-sellers .produse-slider .product .info{
    margin-top: 50px;
}

section.best-sellers .produse-slider .product .info .categorie{
        font-family: 'Heebo';
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 30px;
        color: #3E50E5;
        font-weight: normal;
        margin-bottom: 8px;
        margin-top: 0px;
}

section.best-sellers .produse-slider .product .info .title{
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 6px;
    font-weight: normal;
    margin-top: 0px;
}

section.best-sellers .produse-slider .product .info .price{
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 0.7px;
        line-height: 30px;
        font-weight: normal;
        margin-top: 0px;
}

section.best-sellers .produse-slider .product .info .price .discount{
    color: red;
}

section.best-sellers .produse-slider .product .info .price .org{
        text-decoration: line-through;
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 30px;
        font-weight: normal;
}

section.best-sellers .produse-slider .product .info .buton_prod{
    height: 50px;
    width: 219.5px;
    border-radius: 220px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing:0.4px;
    line-height: 24px;
    border: 1px solid #000;
    background-color: #FFFFFF;   
}

section.best-sellers .produse-slider .product .info .buton_prod:hover{
    background-color: #3E50E5;
    color: #FFFFFF;
    border-color: #3E50E5;
}

.sign-up{
    background-color: lightgrey;
    max-width: 955px;
    max-height: 292px;
    margin: 80px auto;
    padding: 72px 0px;
    text-align: center;
}

.sign-up .news{
    margin-top:0px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.6px;
    line-height: 42px;
}

.sign-up .subscribe{
    margin-top: 0px;
    margin-bottom:20px;
    font-size: 16px;
    letter-spacing:0.4px;
}

.sign-up form{
    display: flex;
    justify-content: center;
}

.sign-up form input{
    width: 326px;
    height: 49px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-width: 1px;
    box-sizing: border-box;
    padding-left: 22px;
}

.sign-up form button{
    background-color: #3E50E5;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width:145px;
    text-transform: uppercase;
    color:white;
    border-width: 0px;
    box-sizing: border-box;
}

.sign-up form button:hover{
    color:#3E50E5;
    background-color: #FFFFFF;
    border: #000 1px solid;
}

footer{
    text-align: center;
}

footer .final{
    padding: 60px 0;
    background-color: #3E3E3E;
}

footer .final .container{
    display: flex;
    justify-content: space-between;
    max-width: 955px;
    margin: auto;
}

footer .final .container ul{
    text-decoration: none;
    list-style-type: none;
    color: #F0F0F0;
}

footer .final .container ul .titlu{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

footer .final .container ul li{
    font-size: 16px;
    display: flex;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

footer .final .container ul #ip:hover{
    color: #3E50E5;
    cursor: pointer;
}

footer .copyright{
    color: #FFFFFF;
    background-color: #2b2b2b;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing:0.4px;
    line-height: 22px;
}

/**********************************************************************************/
video{
    margin: 40px 600px;
}





/*888888888888888888888888888888888888888888
8888888888888 CSS responsive 888888888888888
888888888888888888888888888888888888888888*/

/*design desktop mic(de laptop)*/
@media screen and (max-width: 1440px) {
    
    header .container{
        width: 1180px;
    }
    header{
        height: 70px;
    }
    body{
        padding-top: 70px;
    }
    .hero-content .container h1{
        font-size: 44px;
        letter-spacing: 1.1px;
        line-height: 50px;
        margin-bottom: 12px;
    }
    
    .hero-content .container .scris-sus{
         font-size: 18px;
         line-height: 26px;
         letter-spacing: 0.45px;
         margin-bottom: 12px;
    }
    
    .hero-content .container .buton_poza{
        letter-spacing: 0.35px;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
    }

    section.best-sellers .produse-slider .product{
        border: 1px solid black;
        border-radius: 8px;
        text-align: center;
        margin: 0 8px;
        padding: 40px;
        position: relative;
        width: 385px;
    	height: 460px;
    }
    
    section.best-sellers .produse-slider .container .foto_prima_parte{
        width: 192px;
        height: 176px;
    }
    section.best-sellers .produse-slider .container .foto_jmek{
        width: 192px;
        height: 200px;
    }
    section.best-sellers .produse-slider .container .foto_nebuna{
        width: 260px;
        height: 180px;
    }

    section.best-sellers .produse-slider .product .info .title{
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 26px;
        margin-bottom: 6px;
        font-weight: normal;
        margin-top: 0px;
    }
    
    section.best-sellers .produse-slider .product .info .price{
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.7px;
        line-height: 30px;
        font-weight: normal;
         margin-top: 0px;
    }
    

    section.best-sellers .produse-slider .product .info .categorie{
        font-family: 'Heebo';
        font-size: 12px;
        letter-spacing: 0.35px;
        line-height: 30px;
        color: #3E50E5;
        font-weight: normal;
        margin-bottom: 8px;
        margin-top: 0px;
    }

    section.best-sellers .produse-slider .product .info .buton_prod{
        width: 180px; 
        height: 40px; 
        font-size:14px;
        border-radius: 220px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing:0.4px;
        line-height: 24px;
        border: 1px solid #000;
        background-color: #FFFFFF;   
    }
    .sign-up{
        margin-right: 170px;
        margin-left: 170px;
    }

}

/*design tableta*/
@media screen and (max-width: 960px) {
    
    header .container{
        max-width: 92%;
    }
    header .logo{
        font-size: 24px;
    }
    header nav ul li{
        display: none;
    }
    header nav ul li.menu{
        display: inline-block;
    }
    .hero-content .container h1{
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 46px;
        margin-bottom: 12px;
    }
    
    .hero-content .container .scris-sus{
         font-size: 16px;
         line-height: 24px;
         letter-spacing: 0.4px;
         margin-bottom: 12px;
    }
    
    .hero-content .container .buton_poza{
        letter-spacing: 0.35px;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        width: 196px;
    }
    
    section.best-sellers .produse-slider .product{
        min-width: 220px;
        margin: 17px 8px;
    }
    section.best-sellers .produse-slider .container .foto_prima_parte{
        height: 106px;
         width: 109px;
    }
    section.best-sellers .produse-slider .container .foto_jmek{
        height: 106px; 
        width: 109px;
    }
    .best-sellers .produse-slider .container .foto_nebuna{
         width: 143px;
        height: 100px;
        margin-bottom: 0px;
    }
    .best-sellers .produse-slider .product .info{
        margin-top: 0px;
    }
    section.best-sellers .produse-slider .product .info .title{
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 26px;
        margin-bottom: 6px;
        font-weight: normal;
        margin-top: 0px;
    }
    
    section.best-sellers .produse-slider .product .info .price{
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 0.7px;
            line-height: 30px;
            font-weight: normal;
            margin-top: 0px;
    }
    

    section.best-sellers .produse-slider .product .info .categorie{
        font-family: 'Heebo';
        font-size: 11px;
        letter-spacing: 0.35px;
        line-height: 30px;
        color: #3E50E5;
        font-weight: normal;
        margin-bottom: 8px;
        margin-top: 0px;
    }

    section.best-sellers .produse-slider .product .info .buton_prod{
        height: 36px;
        width: 146px; 
        padding: 10px;
        font-size:12px;
        border-radius: 220px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing:0.4px;
        line-height: 24px;
        border: 1px solid #000;
        background-color: #FFFFFF;   
    }
    .sign-up{
        margin-right: 170px;
        margin-left: 170px;
    }

}

/*design telefon*/
@media screen and (max-width: 576px) {
    body{
        padding-top: 0px;;
    }
    header{
        max-width: 100%;
        height: 50px;
    }

    header .container{
        max-width: 92%;
    }
    header .logo{
        font-size: 18px;
    }
    header .logo .bulina{
        width: 7px;
        height: 7px;
    }
    header nav ul li.menu{
        height: 11px;
        width: 20px;
    }
    .hero-content{
        position: static;
    }
    .hero-content .container h1{
       color: #000;
       font-size: 32px;
       letter-spacing: 0.8px;
       line-height: 38px;
       text-align: center;
       margin-bottom: 32px;
       margin-top: 27px;
    }
    
    .hero-content .container .scris-sus{
         display: none;
    }
    
    .hero-content .container .buton_poza{
        letter-spacing: 0.35px;
        width: 196px;
        font-size: 14px;
        line-height: 21px;
        margin: auto;
    }
    section.best-sellers {
        padding-top: 64px;
        margin-bottom: 30px;
    }
    
    section.best-sellers h2 {
        font-size: 24px;
        letter-spacing: 0.6px;
        line-height: 38px;
        margin: 0 0 14px 0;
        padding-top: 64px;
    }

    section.best-sellers hr {
        border-top: 4px solid #67F11D;
        width: 40px;
    }
    section.best-sellers .produse-slider .container{
        flex-wrap: wrap;
    }
    section.best-sellers .produse-slider {
        margin-top: 42px;
    }
    section.best-sellers .produse-slider .product{
        width: 311px;
        height: 411px;
    }
    section.best-sellers .produse-slider .container .foto_prima_parte{
        width:177px;
        height:173px;
    }
    section.best-sellers .produse-slider .container .foto_jmek{
        height: 180px; 
        width: 141px;
    }
    .best-sellers .produse-slider .container .foto_nebuna{
         width: 232px;
        height: 167px;
        margin-bottom: 0px;
    }
    section.best-sellers .produse-slider .product .info .categorie {
        margin-bottom: 7px;
        font-size: 12px;
    }
    section.best-sellers .produse-slider .product .info .title {
        font-size: 14px;
        letter-spacing: 0.54px;
        line-height: 18px;
    }
    
    section.best-sellers .produse-slider .product .info .price {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    section.best-sellers .produse-slider .product .info .price .org {
        font-size: 11px;
        letter-spacing: 0.28px;
        line-height: 20px;
    }
    
    section.best-sellers .produse-slider .product .info .buton_prod {
        height: 36px;
        width: 146px;
        font-size: 12px;
        letter-spacing: 0.3px;
        line-height: 18px;
    }
    .sign-up{
       display: inline;
        width: 375px;
        height: 243px;
    }
    footer{
        margin-top: 30px;
    }
    footer .final .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .final .container ul{
        padding-left: 0px;
    }

    .sign-up form input{
        max-width: 65%;
    }

    .sign-up form button{
        max-width: 35%;
    }
}