body {
    margin: 0;
    padding: 0;
    background-color: #000;
}

.body2 {
    background: url(/img/background-img.webp) no-repeat center center/cover;
    height: 100vh;
}

.bg {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    box-sizing: border-box;
}

/* navbar css */
header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 80%; */
    padding: 10px 100px;
}

#logo img {
    height: 50px;
}

#option {
    padding-left: 585px;
    padding-right: 14px
}

#nav-btn #select {
    font-weight: bold;
    padding: 7px 15px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    background-color: rgb(51, 50, 50);
    line-height: 1.25rem;
    opacity: 0.9;
}

#nav-btn button {
    border: 0;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9595rem;
    font-weight: 500;
    padding: 6.5px 17px;
    border-radius: 0.25rem;
    background: rgb(229, 9 , 20);
    color: rgb(255, 255, 255);
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}

#nav-btn button:hover {
    background-color: rgb(194, 27, 27);
}

/* homeparent css */
.homeparent {
    text-align: center;
    padding: 80px 20px;
}

.home #h3-home {
    font-size: 2.5rem;
    margin: 2px;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    color: white;
}

.home #h4-home {
    margin-top: 10px;
    color: white;
}

.homeparent p {
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    font-size: 1.2rem;
    color: white;
}

.homeparent input {
    padding: 20px 33px;
    color: rgb(247, 245, 245);
    font-size: 1rem;
    background-color: #000;
    border: 1px solid rgb(66, 65, 65);
    border-radius: 3px;
    opacity: 0.7;
}

.homeparent #home-btn {
    padding: 15px 45px 17px 21px;
    font-weight: bold;
    background: rgb(229, 9, 20);
    color: white;
    font-size: 1.4rem;
    border: none;
    cursor: pointer;
    border-radius: 3.5px;
}

.homeparent #home-btn:hover {
    background-color: rgb(194, 27, 27);
}

header::before {
    content: "";
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.container {
    position: relative;
    width: 100%;
    height: 100px;
    /* Adjust height as needed */
    background: linear-gradient(to bottom, #d42047, transparent);
    overflow: hidden;
    opacity: 0.8;
}

.curve {
    position: absolute;
    top: 2%;
    width: 180%;
    left: -40%;
    height: 100%;
    background: #000000;
    border-top-left-radius: 90% 90px;
    border-top-right-radius: 90% 90px;
}

/* parent-head */
.parent {
    padding: 0px 50px;
}

/* film-slide */
.film-slide h1 {
    font-size: 1.5rem;
    color: white;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}

.film-slide .img-container {
    display: flex;
    justify-content: space-evenly;
    overflow-x: auto;
    padding: 5px;
}

.film-slide .img-container::-webkit-scrollbar {
    display: none;
}

.film-slide img {
    padding: 18px 28px 30px 28px;
    border-radius: 2.2rem;
    width: 150px;
    height: 200px;
    position: relative;
    /* transition-property: img ;
    transition-duration: 1ms;
    transition-timing-function: ease-in-out;
    transition-delay: 1ms; */
    transition: transform 0.3s ease-in-out;
}

.film-slide img:hover {
    
    cursor: pointer;
    width: 170px;
    height: 210;
    transform: scale(1.1);
}

/* box css */
.box-parent {
    display: flex;
    flex-wrap: wrap;
}

.box-head h1 {
    font-size: 1.5rem;
    color: white;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}

.box h2 {
    color: white;
}

.box p {
    color: #e2cfcf;
}

.box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 553px;
    height: 225px;
    padding: 3px 20px;
    border: 1px solid black;
    border-radius: 17px;
    box-sizing: border-box;
    margin: 3px;
    background-image: linear-gradient(rgb(5, 14, 73), rgb(32, 32, 32));
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}

.box-img1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.box-img2 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.box-img3 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.box-img4 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.box img {
    border-radius: 25px;
}

#box1 img {
    width: 45px;
    height: 50px;
}

#box2 img {
    width: 45px;
    height: 50px;
}

#box3 img {
    width: 45px;
    height: 50px;
}

#box4 img {
    width: 45px;
    height: 50px;
}

/* qs-btn css*/
.qs-btn h1 {
    font-size: 1.5rem;
    color: white;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}

.box-item {
    display: flex;
    justify-content: space-between;
    margin: 12px;
    width: 95%;
    background-color: #313030;
    color: white;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    border: none;
    border: 1px solid black;
    padding: 26px 30px 17px 15px;
    font-size: 1.5rem;
    cursor: pointer;
    box-sizing: border-box;
}

.plus-icon {
    font-size: 30px;
    font-weight: bold;
}

.qs-btn .box-item:hover {
    background-color: rgb(69, 69, 69);
}

.reg {
    margin: 40px 0px 35px 0px;
}

.reg p {
    text-align: center;
    font-size: 1.1rem;
    color: white;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}

.reg input {
    padding: 20px 300px 20px 9px;
    color: rgb(247, 245, 245);
    font-size: 1rem;
    background-color: #000;
    border: 1px solid rgb(135, 133, 133);
    border-radius: 3px;
    opacity: 0.7;
}

.reg #reg-btn {
    margin-left: 3px;
    padding: 20px 45px 18px 21px;
    font-weight: bold;
    background: rgb(229, 9, 20);
    color: white;
    font-size: 1.4rem;
    border: none;
    cursor: pointer;
    border-radius: 3.5px;
}

.reg #reg-btn:hover {
    background-color: rgb(194, 27, 27);
}

.input-btn {
    display: flex;
    justify-content: center;
}

/* footer css */
.footer-box li {
    margin: 10px;
    font-size: 1rem;
}

.footer-parent {
    display: flex;
    justify-content: space-between;
}

.footer-head {
    box-sizing: border-box;
}

.footer-head h4,
a {
    color: #a8a8a8;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}

.footer-head h5 {
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    color: #a8a8a8;
}

.select-opt #select {
    margin-top: 30px;
    font-weight: bold;
    padding: 7px 13px 8px 20px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    background-color: rgb(51, 50, 50);
}