* {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
}

.main {
    width: 100vw;
    height: 90vh;
    background-image: url(assets/images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1600px, 100vw);
    position: relative;
}

.main .box {
    width: 100vw;
    height: 90vh;
    opacity: 0.69;
    background-color: black;
    position: absolute;
    top: 0;
}

nav {
    max-width: 75vw;
    height: 92px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

nav img {
    color: red;
    width: 144px;
    position: relative;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;

}

.hero {
    height: calc(100% - 145px);
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    gap: 25px;
    padding: 23px;



}

.hero> :first-child {
    font-weight: 900;
    font-size: 48px;
    text-align: center;
}

.hero> :nth-child(2) {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.hero :nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.sepration {
    background-color: rgb(90, 90, 90);
    height: 7px;
}

.btn {

    font-weight: 700;
    background-color: white;
    border-radius: 3px;
    border: none;
    color: white;
}

.btn-red-sm {
    background-color: red;
    padding: 9px 13px;
    font-weight: 700;
}

.language {
    padding: 8px 25px;
    background-color: rgba(0, 0, 0, 0.137);
    border: 1px solid gray;
}

.btn-red {
    padding: 15px 40px;
    background-color: red;
    font-size: 24px;
}

.main input {
    padding: 16px 100px 15px 7px;
    font-size: 16px;
    background-color: black;
    opacity: 0.35;
    border-radius: 4px;
    color: white;
}

::placeholder {
    color: rgb(255, 255, 255);
}

.inputbtn {
    display: flex;
    gap: 10px;
}

.first {
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: auto;
    color: white;
    align-items: center;
    padding: 120px;
}


.first .secimg img {
    position: relative;
    z-index: 9;
    width: 40vw;
}

.secimg {
    position: relative;
}

.secimg video {
    position: absolute;
    left: 73px;
    right: 0px;
    top: 85px;
    width: 29vw;
}

.first>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.first>div :nth-child(1) {
    font-size: 48px;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}

.first>div :nth-child(2) {
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

.second .secimg .object {
    position: absolute;
    top: 45vh;
    left: 9vw;
    z-index: 11;
    width: 300px;
    height: 100px;
    background-color: rgb(0, 0, 0);
    border-radius: 14px;
    border: 2px solid gray;
}

.second .secimg div img {
    width: 60px;
}

.second .secimg .object {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.second .secimg .object :nth-child(1) img {
    position: relative;
    top: 5px;
    left: 8px;
}

.second .secimg .object :nth-child(2) {
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

.second .secimg .object :nth-child(2) :nth-child(2) {
    font-size: 14px;
    color: #0071eb;
    font-weight: 500;
}

.third :nth-child(2) video {
    left: 95px;
    width: 25vw;
    top: 20px;

}

.fifth {
    flex-direction: column;
    gap: 10px;
}

.fifth h1 {
    text-align: center;
    margin: 20px;
    font-weight: 800;
    font-size: 54px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fifth .box {
    flex-direction: row;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 70vw;
    height: 70px;
    background-color: rgba(45, 45, 45, 1);
    transition: 0.5s;
    cursor: pointer;

}

.fifth .box span {
    position: relative;
    left: 30px;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fifth .box svg {
    position: relative;
    right: 30px;
}

.fifth .box:hover {
    background-color: rgb(77, 77, 77);
}

.input h1 {
    color: white;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}

.input {
    margin-top: -50px;
    text-align: center;


}

.input input {
    width: 350px;
    height: 45px;
    border-radius: 5px;
    background-color: rgba(36, 36, 36, 0.527);
    border: 1px solid rgba(255, 255, 255, 0.452)
}

.input .btn-str {
    width: 150px;
    height: 45px;
    border-radius: 5px;
    border: none;
    background-color: red;
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 80px;
    margin-top: 30px;
}

.input div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.input div input {
    color: white;
    font-size: 15px;
    margin-bottom: 80px;
    margin-top: 30px;
}

.input div input::placeholder {
    left: 10px;
    position: relative;
}

.sixth {
    padding: 100px;
    padding-bottom: 150px;
}

.sixth .grid {
    display: grid;
    grid-template-columns: 250px 250px 250px 250px;
    grid-template-rows: 45px 35px 35px 35px 40px 35px 25px;
    justify-content: center;
}

.sixth .grid .box a {
    color: rgb(170, 170, 170);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.sixth .grid .box1 {
    grid-row: 1;
    grid-column: 1/5;

}

.sixth .grid .box1 a {
    font-size: 18px;
}

.sixth .grid .netflix {
    grid-row: 8/9;

}

.sixth .grid .netflix a {
    text-decoration: none;

}

.sixth .grid .btn button {

    font-weight: 700;
    background-color: rgba(34, 34, 34, 0.822);
    border-radius: 3px;
    border: none;
    color: white;
    padding: 8px 25px;
    border: 1px solid gray;
    cursor: pointer;
}

.sixth .grid .btn {
    grid-row: 6/7;
    background-color: black;
}