@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000;
}

.main {
    background-image: url("img/IN-en-20251229-TRIFECTA-perspective_d7edcd70-4cfd-441c-858c-c5e400ed6c2b_large.jpg");
    height: 100vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main .box {
    height: 100vh;
    width: 100%;
    opacity: 0.69;
    position: absolute;
    top: 0;
    background-color: #000000;
}

nav {
    display: flex;
    max-width:100%;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    height: 60px;
    padding: 0 16px;

}

nav img {
    color: red;
    width: 90px;
    position: relative;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.text {
    height: calc(100% - 60px);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    font-family: "Martel Sans", sans-serif;
    z-index: 10;
    padding: 0 16px;
    text-align: center;
}

.text h1 {
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.text p {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
    text-align: center;
}

.text span {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}


.btn {
    padding: 3px 8px;
    font-weight: bold;
    background-color: white;
    border-style: none;
}

.btn-e {
    flex: 1;
    padding: 6px 34px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #5c5c5c;
    border-radius: 4px;
    color: #ffffff;
    outline: none;
}

.btn-red-sm {
    background-color: red;
    color: white;
    padding: 4px 34px;
    font-size: 20px;
    font-weight: 600;
    background-color: #e50914;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}


.red-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 22px;
    font-size: 20px;
    font-weight: 600;
    background-color: #e50914;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
}

/* Hover effect */
.red-btn:hover {
    background-color: #f40612;
}

.details input {
    flex: 1;
    padding: 16px 14px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #5c5c5c;
    border-radius: 4px;
    color: #ffffff;
    outline: none;
}

.details input::placeholder {
    color: #b3b3b3;
}

.details {
    display: flex;
    gap: 8px;
    margin-top: 18px;
    max-width: 100%;
}

.seperation {
    height: 7px;
    background-color: darkgray;
    opacity: 0.69;
}

.trending {
    background: #000;
    padding: 60px 0 40px;
    color: white;
}

.trending h2 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    padding: 0 16px;
}

.slider-wrapper {
    position: relative;
    margin: auto;
    max-width: 100%;
    padding-left: 16px;
}

.slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
}

.slider::-webkit-scrollbar {
    display: none;
}

.card {
    position: relative;
    min-width: 140px;
    height: 210px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    cursor: pointer;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: scale(1.05);
}

.rank {
    position: absolute;
    bottom: 10px;
    left: -6px;
    font-size: 72px;
    font-weight: 900;
    color: rgb(225, 225, 225, 0.90);
    z-index: 2;
    pointer-events: none;
}

.reason {
    background: #000;
    color: #fff;
    padding: 60px 0 40px;
}

.reason h2 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    padding: 0 16px;
}

.reason-grid {
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 16px;
}
.reason-card {
    position: relative;
    background: linear-gradient(180deg,
            #1b1f4a 0%,
            #140c1f 100%);
    border-radius: 16px;
    padding: 26px 24px 80px;
    min-height: auto;
    box-shadow: inset 0 0 0 1px rgb(225, 225, 225, 0.05);
    padding: 24px;
}

.reason-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.reason-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #b3b3b3;
}

.icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon.tv {
    background-image: url(img/tv..png);
}

.icon.download {
    background-image: url(img/2.png);
}

.icon.watch {
    background-image: url(img/3.png);
}

.icon.kids {
    background-image: url(img/4.png);
}
.question{
    background: #000;
    color: #fff;
    padding: 60px 0 40px;
}
.question h2{
    max-width: 100%;
    padding: 0 16px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;

}
.fbox{
    display: flex;
    justify-content: space-between;
    background:#2d2d2d;
    color: rgb(255, 255, 255);
    padding: 24px;
    max-width: 80vw;
    margin:0 auto 15px;
    cursor: pointer;
    transition: background 0.25s ease;
   
}
.fbox:hover{
    background: #414141;
}


    @media (max-width: 768px) {

    /* HERO SECTION */
    .main {
        height: 100vh;                 /* Full mobile height */
        background-size: cover;
        background-position: center;
    }

    nav {
        max-width: 100%;
        padding: 0 16px;
        justify-content: space-between;
    }

    nav img {
        width: 90px;
    }

    /* HERO TEXT */
    .text {
        padding: 0 16px;
        text-align: center;
    }

    .text h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .text p {
        font-size: 16px;
    }

    .text span {
        font-size: 14px;
    }

    /* EMAIL + BUTTON STACK */
    .details {
        flex-direction: column;
        max-width: 100%;
    }

    .details input,
    .red-btn {
        width: 100%;
    }

    /* TRENDING SECTION */
    .trending h2 {
        max-width: 100%;
        padding: 0 16px;
    }

    .slider-wrapper {
        max-width: 100%;
        padding-left: 16px;
    }

    .card {
        min-width: 140px;
        height: 210px;
    }

    .rank {
        font-size: 72px;
        left: -6px;
    }

    /* MORE REASONS SECTION */
    .reason h2 {
        max-width: 100%;
        padding: 0 16px;
    }

    .reason-grid {
        grid-template-columns: 1fr;    /* Single column */
        max-width: 100%;
        padding: 0 16px;
    }

    .reason-card {
        min-height: auto;
        padding: 24px;
    }

    /* FAQ SECTION */
    .question h2 {
        max-width: 100%;
        padding: 0 16px;
    }

    .fbox {
        max-width: 100%;
        margin: 0 16px;
    }
}


.foot {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #000;
    padding: 40px 16px;
    
}
.foot a{
    text-decoration:underline;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
     margin-bottom: 14px;
}
.foot a:hover {
    color: #ffffff;
}
.footer h4{
    color: #b3b3b3;
    font-size: 16px;
    margin-top: 40px;     /* 👈 THIS creates the gap above */
    margin-bottom: 20px;  /* space below */
    padding-left: 16px; 
    cursor: pointer;
}
