body {
    background-color: rgb(11, 11, 11);
}

* {
    padding: 0;
    margin: 0;
}

.box {
    background-color: black;
    filter: opacity(0.7);

    height: 1120px;
    width: 100%;
    position: absolute;
    top: 0;


}

header {
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    padding-left: 48px;
    padding-right: 48px;
}

@media (max-width:1280px) {
    header {
        padding-left: 36px;
        padding-right: 36px;
    }
}

header .svg {

    position: relative;
    z-index: 1;
    height: 40px;
}


header button {
    position: relative;
    z-index: 1;
}

.head nav ul {

    list-style: none;
    display: flex;
    width: 444px;
    height: 44.8px;
    align-items: center;
    justify-content: center;
    font-family: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    border-radius: 25px;
    box-shadow: 0px 0px 50px 1px rgb(145, 80, 80);

}

nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;
    background-color: rgba(8, 8, 8, 0.5);
    border-radius: 25px;
}

.head nav li {
    font-weight: 700;
    margin: 3.2px 20px;

    padding: 8px 0px 12px;
    font-size: 14px;

}

.head {
    position: fixed;
    width: 100%;
    z-index: 2;

}

.head nav li:hover {
    color: aqua;
}

.head nav li a {
    text-decoration: none;
    color: #FFFFFFb3;
}

.main {
    background-image: url(assets/bg.jpg);
    height: 1125px;

}



.head nav li a:hover {
    color: white;

}

.lang {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    height: 36px;
    width: 124.4px;
    background-color: rgba(54, 35, 35, 0.1);
    border-radius: 25px;
    color: rgb(255, 255, 255);
    justify-content: center;
    cursor: pointer;
    border: 2px solid;
    gap: 10px;
}

.button {
    display: flex;

    align-items: center;
    gap: 10px;
}

.Sign p {
    width: 76.9px;
    height: 36px;
    font-family: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;

}

.Sign {
    border-radius: 25px;
}

.entrybox {
    height: 536px;
}

.container {
    display: flex;
    justify-content: center;
    height: 536px;
    width: 92vw;
    border: 2px solid white;
    border-radius: 25px;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translate(-50%);
    background-image: url("assets/bg2.jpg");
    flex-direction: column;
    align-items: center;
}

.container .text {
    color: white;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 32px;


}

.text p {
    color: lightgray;
    font-size: 24px;
}

@media (max-width:960px) {
    .container {
        height: 360px;
    }

    .container .text {
        font-size: 12px;
    }

    .text p {
        font-size: 15px;
    }

    .signin {
        transform: translateY(-180px);
    }

}

@media (max-width:600px) {
    .head nav ul {
        border-radius: 0px;
        width: 100vh;
        box-shadow: none;
    }

    .head nav ul li {
        margin: 15px;
    }

    header {
        background-color: rgba(8, 8, 8, 0.5);
    }

    .signin input {
        width: 327px !important;
        box-sizing: border-box;

    }

    .signin {
        flex-direction: column;

        align-items: center;

    }
}

.signin input {
    padding: 20px 16px 20px;
    width: 378.75px;
    border-radius: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    font-size: 18px;
    border: solid 1px grey;

}

.signin p {
    width: 192.65px;
    height: 44px;
    background-color: red;
    border-radius: 30px;
    margin: rgb(229, 9, 20);
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    padding: 10px 0px 6px 0px;
    font-weight: 500
}

.signin {
    position: absolute;
    top: 705px;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.signin p:hover {
    background-color: rgba(255, 0, 0, 0.548);
    cursor: pointer;
}

.signin input:hover {
    cursor: pointer;
}

.trend {

    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(255, 255, 255);
    top: 805px;
    display: flex;
    flex-direction: column;

    width: 75%;
    left: 50% !important;
    transform: translate(-50%) !important;
    gap: 10px;
}

.trend h2 {
    font-size: 32px;
    font-weight: 700;

}

.trending-container ul {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 1rem;
    list-style: none;
}

.trending-container ul::-webkit-scrollbar {
    display: none;
}


.item img {
    border-radius: 20px;
    height: 257.6px;
}

.item:hover {
    transform: scale(1.05);
}

.plans:hover {
    transform: scale(1.05);
    filter: brightness(120%);
}

@media (max-width: 600px) {
    .item img {
        flex: 0 0 200px;
    }
}

@media (max-width:1920px) {
    .item img {
        height: 257.6;
        width: 184px;
    }

}

@media (max-width:1280px) {
    .item img {
        height: 210px;
        width: 150px;
    }

    .thead h2 {
        font-size: 20px;
    }
}

@media (max-width:960px) {
    .item img {
        height: 184.8px;
        width: 132px;
    }
}

@media (max-width:600px) {
    .item img {
        height: 184.8px;
        width: 132px;
    }
}

.plan {

    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(255, 255, 255);
    top: 805px;
    display: flex;
    flex-direction: column;

    width: 75%;
    left: 50% !important;
    transform: translate(-50%) !important;
    gap: 10px;
}

.plans {

    height: 231.8px;
    border: 1px solid #07097d;
    width: 390.6px;
    border-radius: 16px;
    margin: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(201, 199, 199);
    display: flex;
    flex-direction: column;
    gap: 3px;

    padding-left: 16px;
}

.tile {

    height: 135px;
    border: 1px solid #414040;
    width: 390.6px;
    border-radius: 16px;
    margin: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(201, 199, 199);
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: linear-gradient(-45deg, #323232, #212121);
    padding-left: 16px;
}

.que {

    height: 80px;
    border: 1px solid #414040;
    width: 100%;
    border-radius: 16px;
    margin: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: linear-gradient(-45deg, #323232, #212121);
    padding-left: 16px;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
}

.plans h2 {
    color: whitesmoke;
    font-size: 24px;
}

.plans h3 {
    font-size: 18px;
}

.plans p {
    font-size: 14px;
}

.p1 {
    background: linear-gradient(45deg, #4a9098, #07097d);
}

.p2 {
    background: linear-gradient(45deg, #71d8e3, #07097d);
}

.p3 {
    background: linear-gradient(45deg, #d47eff, #2d0067);
    border: 1px solid #2d0067;
}

.p4 {
    border: 1px solid #7a5190;
    background: linear-gradient(45deg, #9f04ff, #7a5190);
}

.planbar {
    display: flex;
    justify-content: center;
}

.tiles {
    display: flex;
    justify-content: center;
}

.qtile {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:960px) {
    .planbar {
        flex-direction: column;
        width: 100%;

    }

    .plans {
        margin: 1px 1px 1px 1px;
        width: 100%;
        height: 183.6px;

    }

    .plan {
        width: 85%;
    }

    .tiles {
        flex-direction: column;
        width: 100%;

    }

    .tile {
        margin: 10px 1px 1px 1px;
        width: 100%;
        height: 110px;


    }

    .rea {
        width: 85% !important;
    }

    .ques {
        width: 85% !important;
    }
}

.rea {

    position: absolute;
    width: 75%;
    top: 1790px;
    left: 50%;
    transform: translate(-50%);
}

.rea h2 {
    font-size: 32px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    margin: 10px;
    color: white;
}

@media (max-width:960px) {
    .rea {
        top: 2110px;
    }

    .ques {
        top: 2730px !important;
    }

    .tile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
    }

    .tile p {
        font-size: 16px;
        width: 250px;
    }

    .que {
        font-size: 16px;
    }

}

@media (max-width:1280px) {
    .rea h2 {
        font-size: 20px;
        font-weight: 500;
    }

    .ques h2 {
        font-size: 20px !important;
        font-weight: 500 !important;
    }
}

.tile .t {
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 10px;
    font-weight: 500;
}

@media (min-width:960px) {
    .tile {
        display: flex;
        justify-content: space-around
    }

    .tile svg {
        margin-left: 75%;
    }
}

.ques {
    color: white;
    position: absolute;
    width: 75%;
    top: 2000px;
    left: 50%;
    transform: translate(-50%);
}

.ques h2 {
    font-size: 32px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    margin: 10px;
    color: white;
}

.que:hover {
    filter: brightness(150%);
    cursor: pointer;
}

.start {
    background-color: red;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-radius: 25px;
    padding: 9px;
    margin: 5px;
    text-align: center;
    position: fixed;
    /* top: 2645px; */
    bottom: 3%;
    left: 50%;
    transform: translate(-50%);
    width: 150px;
    border: none;
    z-index: 11;

}

.start:hover {
    background-color: rgb(178, 1, 1);
    cursor: pointer;
}

footer {
    width: 75%;
    position: absolute;
    top: 2700px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 55px;
    left: 50%;
    transform: translate(-50%);
    color: #bababa;
    padding-bottom: 100px;
}

footer .links a {
    color: #bababa;
    text-decoration: none;

}

footer .links {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width:960px) {
    footer {
        top: 3400px;
        width: 85%;
    }
}
@media (max-width:1280px) {
    footer .links {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width:960px) {
    footer .links {
        grid-template-columns: 1fr 1fr;
    }
}