@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&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;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: black;
}

.main {
    background-image: url(Assets/Images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1200px, 100vw);
    height: 110vh;
    position: relative;
}

.main .box {
    height: 110vh;
    width: 100%;
    opacity: 0.76;
    position: absolute;
    top: 0;
    background-color: black;
}

nav {
    max-width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
}

nav img {
    color: rgb(182, 17, 26);
    fill: currentColor;
    width: 148px;
    position: relative;
    z-index: 10;
    margin-top: 30px;
    padding-left: 12px;
}

nav button {
    position: relative;
    z-index: 10;
    margin-top: 15px;
}

.hero {
    font-family: "Martel Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    font-weight: 600;
    height: calc(100% - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 22px;
    padding: 0 30px;
}

.hero> :first-child {
    font-weight: 775;
    font-style: normal;
    font-size: 56px;
    color: rgb(255, 255, 255);
    line-height: 70px;
    text-align: center;
}

.hero> :nth-child(2) {
    font-size: 20px;
    line-height: normal;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: center;
}

.hero> :nth-child(3) {
    font-style: normal;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.line {
    height: 5px;
    background-color: rgb(58, 58, 58);
}

.btn {
    padding: 6px 14px;
    font-weight: 500;
    color: white;
    background-color: rgba(248, 243, 243, 0.021);
    border: 1px solid gray;
    border-radius: 5px;
    cursor: pointer;

}

.English {
    padding: 6px 34px;
    font-weight: 500;
    color: white;
    background-color: rgba(248, 243, 243, 0.021);
    border: 1px solid gray;
    border-radius: 5px;
    cursor: pointer;
}


.btn-red-sm {
    background-color: red;
    color: white;
    border: 1px solid red;
    padding: 6px 14px;
    border-radius: 6px;
    margin-left: 10px;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.68, 0.06);
}

.btn-red-sm:hover {
    background-color: rgb(194, 3, 3);
    border: 1px solid rgb(194, 3, 3);
}

.btn-red {
    background-color: red;
    color: white;
    padding: 7px 24px;
    font-size: 25px;
    border-radius: 4px;
    border: 2px solid red;
    margin-left: 3px;
    transition-duration: 250ms;
    transition-timing-function:cubic-bezier(0.4, 0, 0.68, 0.06);
}

.btn-red:hover {
    background-color: rgb(194, 3, 3);
    border: 1px solid rgb(194, 3, 3);
}

.hero input {
    padding: 12px 13px;
    padding-right: 35px;
    color: white;
    font-size: 25px;
    border-radius: 4px;
    opacity: 1.150;
    border: 1px solid gray;
    font-family: sans-serif;
    background-color: transparent;
}

.first {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70vw;
    margin: auto;
    color: white;
    font-family: "Martel Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
}

.first div :first-child {
    font-size: 40px;
    font-weight: 800;
}

.secimg {
    position: relative;
    margin-top: 51px;
}

.secimg img {
    width: 555px;
    position: relative;
    z-index: 10;
}

.secimg video {
    position: absolute;
    top: 51px;
    right: 0;
    width: 555px;
    height: 277px;
}

.faq {
    background-color: black;
    color: white;
}

.faq h2 {
    text-align: center;
    font-size: xx-large;
    margin-top: 40px;
    margin-bottom: 12px;
}

.faqbox {
    display: flex;
    background-color: rgb(43, 43, 43);
    padding: 20px;
    max-width: 75vw;
    margin: auto;
    margin-top: 8px;
    justify-content: space-between;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.68, 0.06);
}

.faqbox:hover {
    background-color: rgb(80, 80, 80);
}

.hero2{
    font-family: "Martel Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    height: calc(100% - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    padding: 0 30px;
    margin-top: 72px;
    gap: 15px;
    margin-bottom: 12px;
}

.hero2:first-child{
   font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
} 

.hero2 input {
    padding: 12px 13px 13px;
    padding-left: 15px;
    padding-right: 350px;
    color: white;
    font-size: 20px;
    border-radius: 4px;
    opacity: 1.150;
    border: 1px solid gray;
    font-family: sans-serif;
    background-color: transparent;
}

.hero2 .btn-red {
    background-color: red;
    color: white;
    padding: 7px 24px 8px;
    font-size: 20px;
    border-radius: 4px;
    border: 2px solid red;
    margin-left: 3px;
    transition-duration: 250ms;
    transition-timing-function:cubic-bezier(0.4, 0, 0.68, 0.06);
}

.btn-red:hover {
    background-color: rgb(194, 3, 3);
    border: 1px solid rgb(194, 3, 3);
}

footer{
    margin-top: 60px;
}

footer .call{
    color: white;
    padding-left: 163px;
}

.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
    max-width: 75vw;
    margin-top: 33px;
}

.footer-item{
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: small;
}

.footer-item > a{
    text-decoration: none;
    color: white;
}

.select{
    width: 100px;
    display: flex;
    margin-left: 88px ;
    margin-top: 52px;
    font-size: 22px;
    
}

.select > select{
    background-color: transparent;
    color: white;
    padding: 2px 15px;
    border: 2px solid white;
    border-radius: 4px;
    font-weight: 500;
    padding-left: 12px;
}

.netflix{
    color: white;
    margin-left: 165px ;
    margin-top: 38px;
    font-weight: lighter;
    font-size: 13px;
}

#span{
    font-weight: 500;
    padding-bottom: 210px;
}

.gap{
    margin-top: 35px;
}



