@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{
    width: 100%;
    height: 100%;
    font-family: 'Poppins';
    background-color: #F4ECE1;
}

header{
    margin: 46px 87px 0 87px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search{
    margin-left: 174px;
}

.logo{
    display: flex;
}

.navi-bar{
    display: flex;
    margin-right: 5rem;
    margin-bottom: 1rem;
}

a{
    margin-right: 2.5rem;
    text-decoration: none;
    font-size: 22px;
    color: #000;
}

header .logo img{
    width: 2rem;
    height: 2rem;
}

.main{
    display: flex;
}

.subtitle{
    font-size: 52px;
    line-height: .9;
}

.title{
    font-size: 125px;
    color: #FF7E00;
}

main{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

main .subtitle{
    align-self: center;
}

.text{
    margin-bottom: 2rem;
}

.main{
    margin-left: -1rem;
    display: flex;
    justify-content: space-around;
}

.search{
    margin-top: -2rem;
}

.search input{
    background-color: #FFF9F0;
    box-shadow: .5px 5px 10px 0px rgba(153,153,153, .5);
    border: none;
    padding: 15px 45px;
    border-radius: 30px;
    align-self: center;
    margin-top: 1rem;
}

.split{
    background-color: rgba(153, 153, 153, .5);
    height: 120%;
    width: 1%;
    margin-left: -1rem;
}

.cart{
    display: flex;
    flex-direction: row-reverse; 
    z-index: 99;
    justify-content: space-between;
    align-self: center;
    margin-top: -2.1rem;
}

#cart{
    margin-top: -3.6rem;
    margin-right: -1rem;
}

.lens{
    width: 16px;
    height: 16px;
    margin-right: -2rem;
    margin-left: 1rem;
    margin-top: .2rem;
}

.text p{
    color:#909090;
    font-size: 22px;
}

.buttons{
    display: flex;
    margin-bottom: 5rem;
}

.order{
    background-color: #2F2F2F;
    color: white;
    font-size: 20px;
    border: 1px solid #2f2f2f;
    border-radius: 84px;
    padding: 15px 30px;
    box-shadow: .5px 5px 10px 0px rgba(153,153,153, .5);
}

.watch-now{
    display: flex;
}

.watch-now p{
    align-self: center;
    font-weight: 600;
    padding: 1rem;
}

.play{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: .8;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    padding: 5px;
    box-shadow: .5px 5px 10px 0px rgba(153,153,153,.5);
}

.play img{
    width: 21px;
    height: auto;
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 2px;
}

.stars{
    font-weight: 200;
}

.based{
    font-weight: bold;
}

.banner img{
    width: 750px;
    height: auto;
}
