* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.left-section {
    display: flex;
    align-items: center;
    gap: 20px;
}
.logo {
    width: 120px;
    cursor: pointer;
}
.search {
    padding: 8px 12px;
    width: 350px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid gray;
}
.right-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.city-select {
    padding: 5px;
    font-size: 15px;
}
.sign-in {
    color: white;
    background-color: red;
    padding: 6px 12px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}
.menu-icon {
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.nav_2 {
    display: flex;
    justify-content: space-between;
    background-color: rgb(227, 227, 227);
    font-size: 17px;
    padding: 3px;
}
.nav_2 p {
    cursor: pointer;
    padding: 3px;
}
.nav_2 p:hover {
    background-color: rgb(202, 202, 202);
    border-radius: 8px;

}
.left, .right {
    display: flex;
    gap: 30px
}

@keyframes slideBanner {
  0%, 45% {
    transform: translateX(0%);
  }
  55%, 100% {
    transform: translateX(-50%);
  }
}
 
.banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 10px;
}
.banner img {
    position: absolute;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    opacity: 0;
    transition: opacity 0.75s ease-in-out;
    border-radius: 18px;
}
.banner img.active {
    opacity: 1;
}
.mov {
    font-size: 28px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
.card {
    flex: 0 0 auto; /* 👈 prevents cards from shrinking */
    width: 190px;
    height: 360px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    cursor: pointer;
}
.card:hover {
    transform: scale(1.02);
    transition: 0.4s;
}
.image img {
    width: 100%;
    height: 300px;
    border-radius: 14px;
}
.tit_1 {
    font-weight: 700;
    font-size: 18px;
    padding: 4px;
}
.tit_2 {
    color: rgb(96, 96, 96);
    margin-left: 4px;
}
.movie-container-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.movies {
    display: flex;
    margin-left: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap:20px;
    padding-bottom: 15px;
    scrollbar-width: none;
}
.scroll-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background: pink;
    border: none;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.scroll-btn img {
    width: 20px;
    height: 20px;
}
.scroll-btn.right {
  right: 5px;
}
.banner_3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner_3 img {
    width:95%; 
}
.eve {
    margin-top: 20px;
}
.events img {
    height: 200px;
    border-radius: 12px;
}
.wrapper {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.events {
    display: flex;
    margin-left: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap:20px;
    padding-bottom: 15px;
    scrollbar-width: none;
}
.event {
    cursor: pointer;
}
.event:hover {
    transform: scale(1.02);
    transition: 0.3s;
}
.events button img {
    width: 20px;
    height: 20px;
}
.yup {
    width: 100%;
    display: block;
    margin-bottom: -10px;
}
.yup-bg {
    display: none;
    height: 80px;
    background-color: #2c3048;
}
.box {
    position: relative;
    background-color: #2c3048;
    height: 370px;
    z-index: 1;
    overflow: visible;
}
.lapet_le {
    position: relative;
    overflow: hidden;
    bottom: 0;
    z-index: 2;
}
.prem img {
    height: 270px;
    width: 185px;
    border-radius: 10px;
}
.prem {
    cursor: pointer;
}
.prem:hover {
    transform: scale(1.02);
    transition: 0.6s;
}
.tit_1_1 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    color: rgb(254, 237, 204);
}
.tit_2_2 {
    color: rgb(255, 255, 255);
    font-size: 15px;
}
.friday {
    display: flex;
    margin-left: 65px;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap:20px;
    padding-bottom: 15px;
    scrollbar-width: none;
}
.friday button img {
    width: 20px;
    height: 20px;
}



.trend {
    font-size: 28px;
    font-weight: 800;
    padding: 10px;
    background-color: rgb(255, 239, 210);
}
.trending-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px;

}
.trending-item {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: box-shadow 0.2s;
}
.trending-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.title {
    color: #e91e63;
    font-weight: 600;
    font-size: 1.15em;
    padding: 4px;
}
.category {
    color: #666;
    font-size: 0.95em;
}





.last {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    height: 60px;
    color: white;
    background-color: rgb(51,51,51);
}
.last button {
    background-color: #ff2222;
    color: #fff;
    border: none;
    height: 28px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer; 
}
.baksha {
    background-color: #404043;
    height: auto;
}
.baksha p {
    max-width: 90%;
    text-align: center;
    margin: auto;
    padding: 18px;
    color: rgb(209, 209, 209);
}

.line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2d2d34;
    padding: 10px 0;
}
.line {
    flex: 1;
    height: 1px;
    background-color: gray;
    opacity: 0.5;
}
.logo {
    margin: 0 20px;
}
.logo img {
    height: 38px;
    border-radius: 7px;
}
.bahut_last {
    display: flex;
    justify-content: center;
    gap:10px;
    background-color: #2d2d34;
    padding: 20px;
}
.last_logo img {
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
}
.sabse_last {
    color: white;
    background-color: #2d2d34;
    text-align: center;
    padding: 20px;
    
}


@media (max-width: 800px) {
    .navbar, .nav_2 {
        flex-direction: column;
    }

    .left-section, .right-section, .right, .left {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }
    .search {
        width: 100%;
    }
    .banner {
        height: 200px;
    }
    @media(max-width: 500px) {
        .left {
            gap:0;
        }
        .image img {
            height: 260px;
        }
        .banner_3 img {
            display: none;
        }
        .yup {
            display: none;
        }
        .last {
            font-size: 20px;
        }
        .last button {
            font-size: 10px;
        }
        .box {
            background: transparent;
            height: auto;
            overflow: visible;
        }
        .friday {
            margin-top: 30px;
            margin-left: 20px
        }
        .tit_1_1,.tit_2_2 {
            color:black;
        }
    }
    .scroll-btn {
        display: none;
    }
    .yup {
        display: none;
    }
    .yup-bg {
        display: block;
    }
}
@media(max-with: 900px) {
    .last span {
        background-color: aqua;
    }
}