* {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
}
.main {
    background-image: url(assets/banner.jpg);
    height: 100vh;
    max-width: 100vw;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1200px, 100vw);
}

.box {
    height: 100vh;
    width: 100vw;
    opacity: 0.75;
    background-color: black;
    position: absolute;
    top: 0;
}

nav {
    display: flex;
    max-width: 85vw;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

nav img {
    position: relative;
    width: 240px;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;

}

.text {
    height: calc(100% - 131px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    font-family: sans-serif;
    gap: 18px;
    padding: 30px;
}

.text> :first-child {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.text>:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.text> :nth-child(3) {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
}

.btn {
    padding: 3px 8px;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.btn-red {
    background-color: red;
    color: white;
    border: 1px solid rgba(23, 23, 23, 0.2);
    font-size: 20px;
    height: 50px;
}

.btn-blue {
    background-color: red;
    color: white;
    border: 1px solid rgba(23, 23, 23, 0.2);
    font-size: 15px;
    height: 35px;
}

.btn:hover {
    background-color: rgb(131, 16, 16);
}

.email {
    height: 50px;
    width: 300px;
    font-size: 18px;
    background-color: rgba(23, 23, 23, 0.8);
    border: 1px solid rgba(134, 129, 129, 0.5);
    border-radius: 4px;
    padding-left: 15px;
    font-weight: 500;
    color: white;
}

.head {
    font-size: 28px;
    color: white;
    padding: 40px 60px;
    font-family: sans-serif;
    font-weight: 500;
}

.section {
    justify-content: center;
    border-radius: 4px;
    padding: 5px 60px;
    /* margin: 50px 50px; */
}

.feq {
    color: #e4d3d3;
    padding: 50px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 100;
    font-family: sans-serif;
}

.faqbox {
    display: flex;
    background-color: rgb(45, 45, 45);
    padding: 19px;
    margin-left: 50px;
    margin-top: 10px;
    margin-right: 50px;
    color: white;
    font-size: 20px;
}

.faq2 {
    display: flex;
    background-color: rgb(45, 45, 45);
    padding: 19px;
    margin-left: 50px;
    margin-top: 10px;
    margin-right: 50px;
    color: white;
    font-size: 20px;

}

.faq3 {
    display: flex;
    background-color: rgb(45, 45, 45);
    padding: 19px;
    margin-left: 50px;
    margin-top: 10px;
    margin-right: 50px;
    color: white;
    font-size: 20px;

}

.faq4 {
    display: flex;
    background-color: rgb(45, 45, 45);
    padding: 19px;
    margin-left: 50px;
    margin-top: 10px;
    margin-right: 50px;
    color: white;
    font-size: 20px;
    margin-bottom: 50px;
}

.faq2:hover {
    background-color: rgb(82, 74, 74);
}

.faq3:hover {
    background-color: rgb(82, 74, 74);
}

.faq4:hover {
    background-color: rgb(82, 74, 74);
}

.faq5:hover {
    background-color: rgb(82, 74, 74);
}

.faqbox:hover {
    background-color: rgb(82, 74, 74);
}

.secondtext {
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: sans-serif;
}

.both1 {
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 20px 356px;
    
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
    padding: 50px 20px;
}

.modal:target {
    display: block;
}

.modal-content {
    background-color: #111;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    max-width: 700px;
    color: #fff;
    position: relative;
    font-family: Arial, sans-serif;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    font-size: 28px;
    color: white;
}

.banner {
    border-radius: 10px;
    opacity: 0.70;
}

.title {
    font-size: 32px;
    margin: 20px 0 10px;
    font-weight: bold;
}

.tags span {
    background-color: #333;
    padding: 6px 10px;
    margin: 5px 4px 0 0;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}

.description {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}

.get-started {
    display: inline-block;
    background-color: red;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 10px;
}

.card img {
    padding: 15px;
    border-radius: 30px;
    transition: transform 0.3s ease;
}

.card img:hover {
    transform: scale(1.03);
}

.faq-section {
    max-width: 800px;
    margin: 0 auto;
    color: white;
    font-family: Arial, sans-serif;
    padding: 60px;
}

details {
    background-color: #2c2c2c;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 20px;
    border: 1px solid #444;
}

summary {
    font-size: 1.2em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

details[open] summary::after {
    content: "✕";
    font-size: 20px;
}

summary::after {
    content: "+";
    font-size: 24px;
}

details p {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 1em;
}

.netflix-footer {
    background-color: #000;
    color: #757575;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

.footer-container {
    max-width: 1000px;
    margin: auto;
}

.footer-container a {
    color: #757575;
    text-decoration: none;
}

.footer-container a:hover {
    text-decoration: underline;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.language-select {
    background-color: #000;
    color: #fff;
    border: 1px solid #333;
    padding: 5px;
    margin-top: 20px;
}

.location {
    margin-top: 20px;
}