* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.bg-image {
    background-image: url("image/background\ image.jpg");
    position: relative;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 2500px;
    width: 100%;
    background: (ellipse at center, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}

.bg-text {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 5%;
}

.net {
    padding: 5px;
    height: 60px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.select {
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(34, 34, 34, 0.4);
    color: #ccc;
    border: 1px solid #ccc;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    margin-bottom: 10px;
}

.select:focus {
    border-color: white;
    outline: none;
}

.nav {
    display: flex;
    justify-content: space-around;
}

.select {
    margin-left: 1000px;
    margin-top: 20px;
    padding: 5px;
}

.button {
    padding: 10px;
    margin-right: 80px;
    border-radius: 20px;
    border: none;
    background-color: rgb(247, 247, 247);
    color: rgb(9, 9, 9);
    height: 40px;
    width: 80px;
    text-align: center;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hero {
    background:
        radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%),
        url('image/background\ image.jpg ') no-repeat center center/cover;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
}

.overlay {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.content {
    color: #fff;
    max-width: 800px;
}

.content button {
    color: #fff;
    background-color: #e10303;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    width: 200px;
    margin-left: 0px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    margin-bottom: 10px;
}

.trend {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    margin-left: 80px;
}

.email input {
    padding: 14px 16px;
    font-size: 18px;
    width: 150px;
    border: none;
    border-radius: 40px;
    outline: none;
    background-color: #2b2b2b;
    color: #fff;
}

.email .started {
    border-radius: 20px;
    width: 150px;
    height: 40px;
}

.carousel-control-next {
    background-color: #777;
}

.carousel-item .col {
    padding: 5px;
}

.carousel-item img {
    width: 100%;
    height: 400px;
    display: block;
    border-radius: 5px;
    transition: transform 0.5s;
}

.carousel-item .row .col-3 img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.carousel-wrapper {
    position: relative;
    padding: 40px 60px;
}

.more {
    color: #fff;
    padding-top: 100px;
    margin-left: 100px;
}

.box-para {
    color: #ccc;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
    height: 150px;
    width: 300px;
    margin-bottom: 20px;
    text-align: center;
}

.more {
    color: white;
    margin-left: 50px;
}

.card {
    width: 18rem;
    color: rgb(207, 207, 207);
    background-color: #262525;
    margin-left: 50px;
}

.card-body {
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;

}

.card-body h5,
h6,
p {
    color: rgb(207, 207, 207);
}

.faq h2 {
    color: white;
    margin-left: 80px;
    margin-top: 20px;
}

.accordion {
    background-color: #1e1e1e;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 20px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
    color: #fff;
    margin-left: 80px;
    margin-right: 60px;
}

.accordion:hover {
    background-color: #2c2c2c;
}

.accordion h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    transition: transform 0.3s;
}

.panel {
    background-color: #1e1e1e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    margin-left: 80px;
    margin-right: 60px;
    margin-bottom: 5px;
}

.panel p {
    margin: 15px 0;
}

.accordion.active .icon {
    transform: rotate(45deg);
}

.accordion.active+.panel {
    max-height: 300px;
}

.get {
    color: #fff;
    background-color: #e10303;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    width: 200px;
    margin-left: 600px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
}

.ready {
    margin-left: 400px;
    font-size: 20px;
    margin-top: 20px;
    color: #ccc;
}

.footer {
    padding: 40px 100px 10px;
    border-top: 4px solid #333;
    margin-top: 30px;
}

.footer h2 {
    color: #fff;
    padding: 20px;
    font-size: 30px;
    margin-right: 100px;
}

.footer .col {
    flex-basis: 25%;
    flex-grow: 1;
    margin-bottom: 20px;
}

.footer .col a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.footer .row {
    align-items: flex-start;
    padding: 10px o;
}

.option {
    border-radius: 20px;
    padding: 10px;
    border: 1px solid white;
    background-color: rgba(34, 34, 34, 0.4);
    color: #f9f5f5f3;
    margin-left: 10px;
    padding-right: 30px;
    text-align: center;
}

.text {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fffdfdf7;
    margin-left: 10px;
}

body.no-scroll {
    touch-action: none;
    overscroll-behavior: none;
}

.carousel-wrapper {
    position: relative;
    padding: 40px 60px;
}

.movie-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.movie-carousel::-webkit-scrollbar {
    display: none;

}

.movie-card {
    min-width: 250px;
    flex-shrink: 0;
    scroll-snap-align: start;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.movie-card img {
    width: 250px;
    object-fit: cover;
    border-radius: 12px;

}

.movie-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}

/* Arrow Buttons */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 30px;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 100px;
    margin-right: 100px;
    z-index: 10;
}

.arrow:hover {
    background: rgba(0, 0, 0, 0.9);
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

/* Modal Styles (same as before) */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.modal-box {
    background-color: #141414;
    border-radius: 12px;
    max-width: 500px;
    width: 100%;
    max-height: 1000px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    width: 500px;
    height: 400px;
    position: relative;

}

.close {
    position: absolute;
    top: 20px;
    right: 510px;
    margin-top: 80px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    z-index: 10001;
}

.close:hover {
    color: #111111;
}

.modal-description {
    padding: 30px;
    color: white;
    font-family: Arial, sans-serif;
}

.modal-description p {
    margin: 10px 0;
    color: #ccc;
    font-size: 1rem;
    line-height: 1;
}

.email-sectionpop {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

.email-sectionpop input[type="email"] {
    padding: 14px 20px;
    background-color: #2a2a2a;
    border: none;
    border-radius: 999px;
    color: white;
    font-size: 1rem;
    margin: opx;
}

.email-sectionpop input::placeholder {
    color: #888;
}

.get-started {
    padding: 14px 25px;
    background-color: #e50914;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.get-started:hover {
    background-color: #f40612;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}