* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Zalando Sans", sans-serif;
    background-color: black;
}

header {
    background-image: url("back-img.jpg");
    height: 680px;
    background-size: cover;


}

.box {
    /* display: flex;
    justify-content: center;
    align-items: end; */
    height: 680px;
    background-color: rgba(0, 0, 0, 0.7);

}

nav {
    height: 20px;
    /* background-color: blue; */
    display: flex;
    position: relative;
    width: 80vw;
    /* display: flex; */
    justify-content: baseline;

}

nav button {
    background-color: transparent;
    color: white;
}

.btn {
    display: flex;
    justify-content: flex-end;
}

.container {
    /* justify-content: space-between;
    display: flex;
    position: absolute;
    top: 15px;
    left: 120px;
    /* width: 82%; */
    /* border: 2px solid blue; */
    /* height: 60px; */
    */
}

select {
    background-color: transparent;
    color: white;
    margin: 11px;
    margin-top: 18px;
    padding: 2px 7px 3px 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 32px;
}


.butn {
    background-color: red;
    color: white;
    text-align: center;
    margin: 16px auto;
    padding: 5px 18px 7px 14px;
    border-radius: 5px;
    border: none;
    height: 33px;
    font-size: 15px;
    font-weight: 600;
}

.butn a{
    text-decoration: none;
    color: white;
}

.butn:hover {
    background-color: rgb(202, 29, 29);
    cursor: pointer;
}


nav img {
    z-index: 10;
    display: flex;
}

.nav-logo {
    height: 75px;
    /* width: 20%; */
}

.box-content {
    /* border: 2px solid red; */
    height: 470px;
    width: 99%;
    display: flex;
    justify-content: center;
}

.content-details {
    /* border: 2px solid blue; */
    width: 50%;
    /* height: 310px; */
    margin: 140px auto;
}

.content-head {
    /* border: 2px solid orange; */
    height: 210px;
}

.content-head h1 {
    font-family: unset;
    font-size: 55px;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 125%;
    text-align: center;
    margin-bottom: 10px;
}

.content-head p {
    font-family: unset;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
    text-align: center;
}

.content-ready {
    height: 96px;
}

.content-ready p {
    color: rgb(255, 255, 255);
    font-family: unset;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.content-input {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.content-input button a{
    text-decoration: none;
    color: white;
}

.content-ready input {

    height: 56px;
    background-color: transparent;
    border: 1px solid rgb(117, 117, 117);
    color: white;
    border-radius: 5px;
    width: 62%;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
}

.content-ready button {
    height: 60px;
    width: 36%;
    background-color: red;
    color: white;
    font-size: 1.6em;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}

.content-ready button:hover {
    background-color: rgb(202, 29, 29);
    cursor: pointer;
}

.section-middle {
    margin: 20px 0px 0px 0px;
    height: 350px;
}

.trendsection {
    /* border: 2px solid red; */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 200px; */
}

.section-content {

    /* border: 2px solid blue; */
    height: 250px;
    width: 88%;
}

.text {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-left: 85px;
}

/* .curve{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(90deg,red, blue);
    border-top-right-radius: 100% 200%;
    border-top-left-radius:100% 200%;
    transform: translateY(50%);
    box-shadow: 0-10px 30px rgba(255,0, 0, 0.4);
} */

.slider-container {
    width: 100%;
    display: flex;
    justify-content: center;
    /* transition: transform 0.3s ease; */
}

.slider {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    border-radius: 10px;
    width: 82%;
    transition: transform 0.2s ease-in-out;

}

.slider-cards {
    list-style: none;
    display: flex;
    gap: 20px;

}


.slider-cards li img {
    border-radius: 10px;
    height: 255px;
}

.slider-cards h3 {
    margin-top: -145px;
    font-size: 100px;
    position: relative;
    left: -4px;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-text-stroke-color: rgb(255, 253, 253);
    -webkit-text-stroke-width: 1px;
    font-weight: bold;
    cursor: pointer;
    font-family: sans-serif;
}

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


.section-two {}

.para {
    width: 100%;
}

.text1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.text2 {
    width: 75%;
    height: 50px;
}

.text2 h2 {
    color: rgb(255, 255, 255);
}

.para-tv-container {
    width: 100%;
    display: flex;
    justify-content: right;
}

.para-tv {
    height: 350px;
    width: 88%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.first-card {
    width: 20%;
    height: 300px;
    background-image: url("tv-img.avif");
    background-size: cover;
    border-radius: 17px;
}

.card-heading {
    width: 97%;
    height: 50px;
    display: flex;
    align-items: center;
}

.card-heading h3 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 0px 10px;
}

.card-sentence {
    width: 90%;
    height: 80px;
    margin-left: 12px;
    margin-top: 8px;
}

.card-sentence p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
}


.card-img {
    float: right;
    height: 155px;
    display: flex;
    align-items: end;
    justify-content: end;
    padding-right: 9px;
}

#enjoy-heading {
    margin-top: 8px;
}

#watch-heading {

    padding-top: 15px;

}

#second-card-container {
    /* display: grid; */
}

#second-card-heading {
    padding-top: 50px;
}

#card-heading {
    font-size: 24px;
    margin-top: -32px;
}

#second-card-para {
    /* padding-top: 15px; */
}

#card-icon {
    height: 109px;
}

#kids-heading {
    padding-top: 20px;
}

#last-img svg {
    margin-bottom: 15px;
}


.question-section {
    color: white;
    /* border: 2px solid blue; */
    margin: auto;
    height: 600px;
    width: 78%;
}

.question-btn h2 {
    margin-bottom: 20px;

}


.question-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 18px 25px;
    font-size: 1.5rem;
    margin-top: 10px;
    /* gap: 20px */

    background-color: rgb(45, 45, 45);
}

.question-bar:hover {
    background-color: rgb(66, 66, 66);
    cursor: pointer;
}

.question-bar i {
    font-size: 50px;
    font-weight: 400;

}

.footer-input {
    /* border: 2px solid yellow; */
    height: 85px;
    width: 99.7%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text {
    /* border: 2px solid blue; */
    width: 78%;
}

.footer-text p {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}

.input-bar {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 9px;
}

.input-bar input {
    background-color: transparent;
    /* text-align: center; */
    border: 1px solid #464646;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 32px;
    width: 50%;
    padding: 9px;
    color: white;
}

.input-bar button {
    width: 20%;
    border-radius: 5px;
    background-color: red;
    color: white;
    font-size: 1.6em;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}

.input-bar button a{
    text-decoration: none;
    color: white;
}

footer {
    /* border: 2px solid white; */
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.footer-panel1 {
    /* border: 2px solid pink; */
    height: 400px;
    width: 80%;
    justify-content: center;
    margin-top: 8%;
}

.footer-panel1 span {
    color: white;
    display: flex;
    margin-bottom: 25px;
    color: rgb(165, 165, 165);
}

.footer-panel1 .footer-color a {

    color: rgb(165, 165, 165);
}

ul a {
    display: block;
    color: rgb(165, 165, 165);
    margin-top: 20px;
    flex: 0 0 200px;

}

.footer-panel2 {
    /* display: flex;
    justify-content: space-between;
    margin-right: 230px;
    gap: 10px 40px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-panel2 ul {
    min-width: 230px;
    /* flex-wrap: wrap; */

}

#footer-btns {
    margin-top: 80px;
}

.footer-panel1 p {
    color: #ffffffB3;
    margin-top: 40px;
}

.footer-panel1 .footer-end {
    margin-top: 40px;
    color: rgb(165, 165, 165);
    font-size: 13px;
}

option {
    color: black;
}

.footer-end a {
    color: cornflowerblue;
}


/* Media Query */
/*//////////////////////////////////////*/
@media(max-width:1440px) {
    .container {
        justify-content: space-between;
        display: flex;
        width: 85%;
        margin: auto;
        padding-top: 25px;
        height: 60px;


    }

    @media(max-width:1024px) {
        .nav-logo {
            height: 60px;
            /* width: 21%; */
            /* margin-left: -44px; */
        }

        .container {
            justify-content: space-between;
            display: flex;
            /* position: absolute;
        top: 15px;
        left: 120px; */
            width: 100% height: 74px;
        }

        .content-head h1 {
            /* font-family: unset; */
            font-size: 36.4px;
            margin: 0;
            padding: 0;
            color: rgb(255, 255, 255);
            /* font-weight: 700; */
            /* line-height: 116%; */
            text-align: center;
            margin-bottom: 10px;
        }

        .btn {
            display: flex;
            justify-content: flex-end;
            /* position: relative;
        left: 90px; */
        }

        .content-head p {
            font-family: unset;
            font-size: 16px;
            /* font-weight: 600; */
            margin: 0;
            padding: 0;
            color: rgb(255, 255, 255);
            text-align: center;
        }

        .content-ready p {
            color: rgb(255, 255, 255);
            font-family: unset;
            font-size: 14px;
            margin-top: -60px;
            font-weight: 500;
            line-height: 1.5;
            text-align: center;
        }

        .content-ready button {
            height: 59px;
            width: 36%;
            background-color: red;
            color: white;
            font-size: 19px;
            border: none;
            font-weight: 600;
            border-radius: 5px;
        }

        .trendsection {
            /* border: 2px solid red; */
            color: white;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .section-content {
            /* border: 2px solid blue; */
            height: 250px;
            width: 100%;
        }

        .slider-cards li img {
            border-radius: 10px;
            height: 230px;
        }

        .text1 {
            width: 70%;
            display: flex;
            justify-content: center;
        }

        .para-tv {
            height: 350px;
            width: 88%;
            display: flex;
            gap: 20px;
            margin-bottom: 210px;
        }

        .para-tv-container {
            /* width: 70%; */
            display: flex;
            justify-content: center;
        }

        .first-card {
            width: 48%;
            height: 220px;
        }

        #card-heading {
            font-size: 20px;
        }

        #second-card-heading {
            padding-top: 22px;
        }

        #second-card-para {
            /* padding-top: 0px; */
        }

        #card-icon {
            height: 55px;
        }



        .card-heading h3 {
            color: rgb(255, 255, 255);
            font-size: 20px;
            font-weight: 600;
            margin: 0px 0px 0px 10px;
        }

        .card-img {

            display: flex;
            align-items: end;
            margin-left: 340px;
            height: 70px;

        }

        .input-bar button {
            width: 20%;
            border-radius: 5px;
            background-color: red;
            color: white;
            font-size: larger;
            border: none;
            font-weight: bold;
            border-radius: 5px;
        }
    }


    @media (max-width: 768px) {
        .content-head h1 {

            font-size: 30.9px;
        }

        .content-head p {

            font-size: 13px;
        }

        .content-ready p {
            color: rgb(255, 255, 255);
            font-family: unset;
            font-size: 12px;
            margin-top: -90px;
        }

        .content-ready button {
            font-size: 15px;
        }

        .slider-cards li img {
            border-radius: 10px;
            height: 175px;

        }

        .slider-cards h3 {
            margin-top: -100px;
            font-size: 67px;
            position: relative;
            left: -6px;
        }

        .section-middle {
            margin: 20px 0px 0px 0px;
            height: 235px;
        }

        .first-card {
            width: 100%;
            height: 187px;
        }

        .card-img {
            display: flex;
            align-items: end;
            margin-left: 340px;
            height: 40px;
        }

        #card-icon {
            height: 35px;
        }

        .question-section {
            margin-top: 270px;
        }

        .text {
            margin-left: 65px;
        }

        .text2 {
            width: 80%;
        }

        .question-section {

            width: 88%;
        }

        .question-bar {
            font-size: 1.3rem;
        }

        .footer-text {

            width: 100%;
        }

        .input-bar button {
            font-size: 1.3rem;
        }

        .footer-panel2 {
            width: 100%;
            display: flex;
        }
    }



    /* Media Query */
    /*//////////////////////////////////////*/

    @media(max-width:425px) {

        header {
            height: 590px;
        }

        .nav-logo {
            height: 50px;

            /* margin-left: -100px; */
        }

        .btn {
            display: flex;
            justify-content: flex-end;
            position: relative;
            left: 0px;
        }

        select {
            background-color: transparent;
            color: white;
            /* margin: 11px; */
            margin-top: 9px;
            padding: 5px 5px 5px 5px;
            text-align: center;
            border-radius: 5px;
            font-size: 15px;
            font-weight: 600;
            height: 32px;
        }

        .butn {
            background-color: red;
            color: white;
            text-align: center;
            margin: 9px auto;
            padding: 5px 8px 5px 8px;
            border-radius: 5px;
            border: none;
            height: 33px;
            font-size: 15px;
            font-weight: 600;
        }

        .content-head h1 {
            font-size: 31.9px;
        }

        .content-details {
            width: 86%;
        }

        .content-input {
            display: flex;
            gap: 8px;
            margin-top: 16px;
            flex-wrap: wrap;
        }

        .content-ready input {
            height: 45px;
            background-color: transparent;
            border: 1px solid rgb(117, 117, 117);
            color: white;
            border-radius: 5px;
            width: 95%;
            font-size: 15px;
            font-weight: bold;
            padding-left: 20px;
        }

        .content-ready button {
            height: 45px;
            width: 36%;
            margin-left: 110px;
            background-color: red;
            color: white;
            font-size: 19px;
            border: none;
            font-weight: inherit;
            border-radius: 5px;
        }

        #second-card-heading {
            padding-top: 30px;
        }

        .card-sentence {
            width: 90%;
            height: 100px;
            margin-left: 12px;
            margin-top: -7px;
        }

        #card-icon {
            height: 10px;
        }

        .text {
            margin-left: 30px;
        }

        .question-bar {
            font-size: 19px;
            padding: 8px 10px
        }

        .footer-text p {
            color: white;
            width: 87%;
            margin: 20px auto;
        }

        .input-bar {
            display: flex;
            justify-content: center;
            margin-top: 10px;
            flex-wrap: wrap;
            gap: 9px;
        }

        .input-bar input {
            width: 81%;
        }

        .input-bar button {
            font-size: 18px;
            height: 35px;
            font-family: inherit;
            width: 30%;
        }
    }

    /* Media Query */
    /*//////////////////////////////////////*/


    @media(max-width:375px) {
        .content-ready button {
            font-size: 17px;
        }

        .text {
            font-size: 20px;
        }

        .text2 {
            width: 80%;
            font-size: 14px;
        }

        .question-btn h2 {
            margin-bottom: 22px;
            font-size: 20px;
        }

        .input-bar button {
            font-size: 17px;
            height: 35px;
            font-family: inherit;
            width: 35%;
        }
    }

    /* Media Query */
    /*//////////////////////////////////////*/

    @media(max-width: 320px) {
        .nav-logo {
            height: 45px;
        }

        select {
            background-color: transparent;
            color: white;

            margin-top: 9px;
            padding: 0px 0px 0px 0px;
            text-align: center;
            border-radius: 5px;
            font-size: 11px;
            font-weight: 600;
            height: 30px;
        }

        .butn {
            background-color: red;
            color: white;
            text-align: center;
            margin: 9px auto;
            padding: 5px 8px 5px 8px;
            border-radius: 5px;
            border: none;
            height: 30px;
            font-size: 13px;
            font-weight: 600;
        }

        .content-details {
            width: 86%;
            margin-top: 70px;
        }

        .content-ready p {
            color: rgb(255, 255, 255);
            font-family: unset;
            font-size: 13px;
            margin: auto;
        }

        .content-head p {
            font-size: 15px;
        }

        .content-ready button {
            height: 45px;
            width: 40%;
            margin-left: 90px;
            background-color: red;
            color: white;
            font-size: 17px;
            border: none;
            font-weight: inherit;
            border-radius: 5px;
        }

        .text2 {
            font-size: 12px;
        }

        .question-btn h2 {
            margin-bottom: 22px;
            font-size: 18px;
        }

        .question-bar {
            font-size: 18px;
            padding: 8px 10px;
        }

        .input-bar button {
            font-size: 17px;
            height: 35px;
            font-family: inherit;
            width: 40%;
        }

        .text1 {
            width: 80%
        }

        .text2 h2 {
            color: rgb(255, 255, 255);
            font-size: 20px;
        }
    }