* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.body {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.9),
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.87)), url(imgi_1_NG-en-20260511-TRIFECTA-perspective_1fe8a025-7c55-4a17-9574-0bf28be6b40b_large.jpg);
    height: 700px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.background img {
    width: 180px;
    margin-left: 130px;
    margin-top: 10px;
}

.background button {
    background-color: #E50914;
    border-radius: 5px;
    width: 120px;
    height: 40px;
    color: white;
    font-weight: 700px;
    border: none;
    margin-right: 100px;
    margin-top: 20px;

}

.unlimited {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 120px;
}

.unlimited h1 {
    color: white;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 1000px;
}

.unlimited h3 {
    color: white;
    font-size: 20px;
    padding-top: 20px;
}

.unlimited p {
    color: white;
    padding-top: 40px;
    font-size: 18px;
}


.input {
    display: flex;
    gap: 5px;
}

.input input {
    background-color: #161917;
    color: white;
    margin-top: 50px;
    height: 50px;
    width: 250px;
    border-radius: 7px;

}

.input ::placeholder {
    padding-left: 20px;
    font-size: 16px;
}


.input button {
    background-color: #E50914;
    border-radius: 5px;
    width: 150px;
    height: 45px;
    color: white;
    font-size: 20px;
    font-weight: 700px;
    border: none;
    margin-top: 52px;
}

.chocolate {
    background-color: #000000;
    height: 2250px;

}


#chocolateimg {
    width: 1340px;
}

.display {
    display: flex;
    justify-content: center;
    transition: 0.6s ease;
    margin-left: 50px;
}

#idea {
    height: 290px;
    margin-top: 20px;

}

#idea:hover {
    transform: scale(1.09);
}

.display img:hover {
    transform: scale(1.09);
    transition: 0.5s ease;
}

.more {
    padding-left: 150px;
    color: white;
    padding-top: 50px;
    font-size: 22px;
}

.enjoy {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-left: 60px;
}

.joy {
    background-image: linear-gradient(to bottom, rgba(36, 29, 63, 0.9), rgba(47, 19, 63, 0.87));
    width: 260px;
    height: 290px;
    border-radius: 10px;
}

#jom {
    margin-top: 60px;
    margin-left: 150px;
}

#joyi {
    margin-top: 20px;
    margin-left: 150px;
}

#joyim {
    margin-top: 70px;
    margin-left: 150px;
}

#joyimg {
    margin-top: 30px;
    margin-left: 160px;
}

.joy h3 {
    color: white;
    padding-top: 30px;
    padding-left: 20px;
    font-size: 23px;
}

.joy p {
    color: #A2A2AD;
    padding-left: 20px;
    padding-top: 20px;
    font-weight: 600;
    font-size: 15px;
}

.kukute {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.dealer {
    background-color: #2D2D2D;
    width: 1050px;
    height: 90px;
    margin-left: 160px;
    gap: 20px;
    margin-top: 10px;
}

.dealer:hover {
    background-color: #414141;
    color: white;
    cursor: pointer;
}

.dealer p {
    color: white;
    font-size: 25px;
    padding: 40px;
}

.google {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.google p {
    color: white;
}

.adress {
    margin-top: 20px;
}

.adress input {
    width: 500px;
    height: 50px;
    background-color: #0F0F0F;
    border-radius: 5px;
}

.adress ::placeholder {
    font-size: 17px;
    padding-left: 20px;
}

.adress button {
    background-color: #E50914;
    border-radius: 5px;
    width: 200px;
    height: 46px;
    color: white;
    font-weight: 700;
    border: none;
    margin-right: 100px;
    /* margin-top: 20px; */
    font-size: 20px;

}



.questions {
    margin-top: 50px;
}

.questions a {
    color: #B3B3B3;
    font-size: 15px;
    font-weight: 600;
    padding-top: 20px;
    margin-left: 130px;
}

.footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    padding-left: 130px;
    padding-top: 20px;

}

.josme a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    color: #B3B3B3;
    padding-top: 20px;
}

.footerhen {
    margin-left: 120px;
    display: flex;
    flex-direction: column;
}


.footerhen input {
    background-color: #0F0F0F;
    color: white;
    margin-top: 50px;
    height: 30px;
    margin-left: 10px;
    width: 150px;
}

.footerhen ::placeholder {
    color: white;
    font-size: 15px;
    padding-left: 30px;
}

.footerhen a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 40px;
}

.footerhen p {
    padding-left: 10px;
    padding-top: 30px;
    font-size: 13px;
    color: #414141;









}

/* Responsiveness */


@media screen and (max-width: 480px) {
    .background {
        display: flex;
        justify-content: none;
        gap: 20px;
        padding: 30px;
    }

    .body {
        height: 450px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .background img {
        width: 130px;
        margin-left: 40px;
    }

    .background button {
        width: 100px;
        height: 30px;
        margin-right: 40px;
    }

    .unlimited {
        margin-top: -60px;
    }

    .unlimited h1 {
        font-size: 35px;
        padding-left: 27px;
    }

    .unlimited h3 {
        font-size: 15px;
    }

    .unlimited p {
        font-size: 12px;
    }

    .input {
        margin-top: -30px;
        gap: 30px;
    }

    .input input {
        height: 30px;
        width: 150px;
        border-radius: 5px;

    }

    .input ::placeholder {
        font-size: 12px;
    }


    .input button {
        width: 100px;
        height: 28px;
        font-size: 12px;
    }

    .chocolate {
        background-color: #000000;
        height: 2400px;
    }

    #chocolateimg {
        width: 461px;
    }


    .display img {
        height: 130px;
        margin-top: -0.050px;
    }

    #idea {
        height: 110px;
    }

    .display {
        margin-right: 30px;
    }

    .more {
        font-size: 22px;
        margin-left: -30px;
    }

    #jom {
        margin-top: -40px;
        margin-left: 240px;
    }

    #joyi {
        margin-top: -60px;
        margin-left: 240px;

    }

    #joyim {
        margin-top: -20px;
        margin-left: 235px;
    }

    #joyimg {
        margin-top: -70px;
        margin-left: 240px;
    }



    .joy {
        width: 350px;
        height: 170px;

    }

    .enjoy {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        margin-right: 55px;
    }

    .joy h3 {
        color: white;
        padding-top: 20px;
        padding-left: 20px;
        font-size: 15px;
    }

    .joy p {
        color: #A2A2AD;
        padding-left: 20px;
        padding-top: 10px;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
    }

    .kukute {
        margin-top: 30px;
    }

    .dealer {
        width: 400px;
        height: 50px;
        margin-left: 40px;
        margin-top: 10px;
    }

    .dealer p {
        color: white;
        font-size: 15px;
        padding: 20px;
    }

    .google p {
        font-size: 12px;
    }

    .adress {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .adress input {
        width: 300px;
        height: 40px;
        background-color: #0F0F0F;
        border-radius: 5px;
    }

    .adress ::placeholder {
        font-size: 17px;
        padding-left: 20px;
    }

    .adress button {
        width: 150px;
        height: 36px;
        font-size: 15px;
        margin-top: 20px;
        margin-left: 100px;
    }

    .questions a {
        font-size: 18px;
        margin-left: 40px;
    }


    .footer {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 60px;
        gap: 50px;
    }

    .footerhen input {
        margin-left: 30px;
    }

    .footerhen a {
        margin-left: -100px;
    }

    .footerhen p {
        margin-left: -100px;
    }

}

/* Tablet Responsiveness */

@media screen and (min-width: 481px) and (max-width: 1024px) {

    .body {
        height: 650px;
        background-size: cover;
        background-position: center;
    }

    .background img {
        width: 160px;
        margin-left: 50px;
    }

    .background button {
        width: 110px;
        height: 38px;
        margin-right: 50px;
    }

    .unlimited {
        padding-top: 80px;
    }

    .unlimited h1 {
        font-size: 45px;
    }

    .unlimited h3 {
        font-size: 18px;
    }

    .unlimited p {
        font-size: 16px;
        padding: 20px;
    }

    .input {
        justify-content: center;
        flex-wrap: wrap;
    }

    .input input {
        width: 300px;
        height: 50px;
    }

    .input button {
        width: 180px;
        height: 50px;
    }

    .chocolate {
        height: auto;
        padding-bottom: 80px;
    }

    #chocolateimg {
        width: 100%;
    }

    .display {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-left: 0;
    }

    .display img,
    #idea {
        height: 220px;
    }

    .more {
        padding-left: 50px;
        font-size: 24px;
    }

    .enjoy {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 20px 30px;
    }

    .joy {
        width: 100%;
        height: 280px;
    }

    .joy h3 {
        font-size: 22px;
    }

    .joy p {
        font-size: 15px;
    }

    #jom,
    #joyi,
    #joyim,
    #joyimg {
        margin-left: 180px;
    }

    .dealer {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .dealer p {
        font-size: 22px;
    }

    .adress {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .adress input {
        width: 350px;
    }

    .adress button {
        width: 180px;
        margin-right: 0;
    }

    .questions a {
        margin-left: 50px;
    }

    .footer {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding-left: 50px;
    }

    .footerhen {
        margin-left: 50px;
    }

}

/* Laptop Screens */

@media screen and (min-width: 1025px) and (max-width: 1440px) {

    .body {
        height: 700px;
        background-size: cover;
        background-position: center;
    }

    .background img {
        width: 180px;
        margin-left: 80px;
    }

    .background button {
        margin-right: 80px;
    }

    .unlimited h1 {
        font-size: 60px;
    }

    .unlimited p {
        font-size: 18px;
    }

    #chocolateimg {
        width: 100%;
    }

    .display {
        justify-content: center;
        gap: 15px;
        margin-left: 0;
    }

    .display img,
    #idea {
        height: 260px;
    }

    .enjoy {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin: 20px auto;
    }

    .joy {
        width: 240px;
    }

    .dealer {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer {
        padding-left: 80px;
        padding-right: 80px;
    }
}