*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgb(255,255,255);
}
body{
    background-color: black;
    position: relative;
    width: 100%;
    height: 100%;
}
.bg{
    background-image: url(netflixui.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    width: 100%;
    background-size: max(1600px,100%);
    position: absolute;
    top: 0;
}
.opa{
    position: absolute;
    background-color: black;
    opacity: 0.64;
    height: 90vh;
    width: 100%;
}
.container{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 90vh;
    width: 100%;
    z-index: 10;
}
.icon{
    width: 9rem;
    z-index: 10;
}
.header{
    width: 80%;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: space-between;
    color: rgb(255,255,255);
    margin-top: 1rem;
    position: relative;
    z-index: 10;
}
.box{
    display: flex;
    flex-direction: column;
    height: 90vh;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: rgb(255,255,255);
    position: relative;
    z-index: 10;
}
#h0{
    font-family: "Martel Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 44px;
    text-align: center;
}
#h1{
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin-bottom: 1rem;
}
#h2{
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: center;
}
.line{
    background-color: rgb(49, 48, 48);
    height: 0.5rem;
}
.header2{
    display: flex;
    gap: 1.2rem;
}
.Sign{
    padding: 0.05rem 0.8rem;
    text-align: center;
    border-radius: 4px;
    font-family: "Martel Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    background-color: red;
    color: rgb(255,255,255);
    z-index: 10;
}
#lang{
    background-color: transparent;
    color: rgb(255,255,255);
    text-align: center;
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 0.05rem 1.3rem;
    border-radius: 4px;
}
.hero{
    display: flex;
    gap: 1rem;
    padding-top: 0.7rem;
    align-self: start;
    margin-left: auto;
    margin-right: auto;
}
.email{
    background-color: rgba(160, 160, 211, 0.173);
    color: rgb(255,255,255);
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 0.05rem  10rem 0.05rem 0.09rem;
    border: 1px solid white;
    border-radius: 4px;
    width: 25rem;
}
.Started{
    padding: 0.1rem 1rem;
    text-align: center;
    border-radius: 4px;
    font-family: "Martel Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    text-decoration: none;
    background-color: red;
    color: rgb(255,255,255);
    z-index: 10;
}
.first{
    display:flex;
    color: white;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
}
#tex1{
    color: rgb(255,255,255);
    font-family: "Martel Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
}
#tex2{
    color: rgb(255,255,255);
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}
.work{
    position: relative;
    display: flex;
}
#tv{
    height:550px;
    width: 570px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}
.work video {
  position: absolute;
  top: 152px;
  left: 74px;
  height:231px;
  width: 415px;
  object-fit: cover;
}
.second{
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
}
#mobile{
    height: 520px;
    width: 850px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
#texi1{
    color: rgb(255,255,255);
    font-family: "Martel Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
}
#texi2{
    color: rgb(255,255,255);
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}
.third{
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin: auto;
}
.work2{
    position: relative;
    display: flex;
}
#device{
    position: relative;
    height:550px;
    width: 750px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.work2 video{
    position: absolute;
    top: 129px;
    left: 140px;
    height:215px;
    width: 460px;
    object-fit: cover;
}
.fourth{
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    width: 76%;
    margin: auto;
}
#child{
    height: 520px;
    width: 800px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
#faq{
    font-family: "Martel Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
    text-align: center;
    color: rgb(255,255,255);
    padding-top: 2rem;
}
.ques{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
details{
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: rgb(255,255,255);
    background-color: rgb(49, 48, 48);
    padding: 1rem;
    transition: all 0.5s ease-out;
    cursor: pointer;
}
#last{
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.hero1{
    display: flex;
    gap: 1rem;
    width: 50%;
    margin-left: 30%;
    margin-bottom: 4rem;
}
.email{
    background-color: transparent;
    color: rgb(255,255,255);
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 0.05rem  10rem 0.05rem 0.09rem;
    border: 1px solid white;
    border-radius: 4px;
    max-width: 25rem;
}
.Started{
    padding: 0.1rem 1rem;
    text-align: center;
    border-radius: 4px;
    font-family: "Martel Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
}
#footer{
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 3rem;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
}
.footer{
    margin-left: 1.5rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(4,1fr);
    row-gap: 1rem;
}
#lang1{
    margin-left: 1.5rem;
    background-color: rgb(49, 48, 48);
    color: rgb(255,255,255);
    text-align: center;
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 0.05rem 1.3rem;
    margin-top: 1rem;
    border-radius: 4px;
}
#end{
    margin-left: 1.5rem;
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
}
@media (max-width: 950px){
    .first,.third{
        flex-direction: column;
    }
    #tex1,#texi1{
        font-size: 32px;
        text-align: center;
    }
    #tex2,#texi2{
        text-align: center;
        font-size: 18px;
    }
}
@media (max-width: 950px){
    .second,.fourth{
        flex-direction: column-reverse;
    }
    #h0{
        font-size: 32px;
    }
    #h1{
        font-size: 18px;
    }
    #h2{
        font-size: 14px;
    }
}
@media (max-width: 600px){
    .hero,.hero1{
        flex-direction: column;
        margin: auto;
    }
}
@media (min-width: 600px){
    .bg{
        background-position: center center;
    }
}
@media (max-width: 300px){
    .header{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #h1{
        margin: 0;
    }
    .header2{
        gap: 0;
    }
}
@media (min-width:800px){
    #footer,.footer,#lan1,#end{
        margin-left: 10rem;
    }
}
@media (max-width:300px){
    .bg,.container,.opa,.box{
        height: 100vh;
    }
    .email,.Started,.Sign,#lang{
        padding: 0;
    }
    .hero{
        padding: 0;
        gap: 0;
    }
    .first,.second,.third.fourth{
        width: 100%;
    }
}
@media (max-width:800px){
    .footer{
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(8,1fr);
    }
}
details :hover{
    background-color: rgb(104, 102, 102);
} 