* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Helvetica, sans-serif;
    overflow-x: hidden;
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #2c2c2c, #3b3b3b, #1a1a1a);
}

html,
body {
    height: 100%;
    width: 100%;
}

/* NAV */

nav {
    background-color: #242323;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 60px;
    align-items: center;
}

#logo {
    width: 240px;
    object-fit: cover;
}

#nav1 {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 35px;
    color: whitesmoke;
}

#nav1 li {
    padding: 4px 9px;
    cursor: grab;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    gap: 6px;
}

#nav1 li img {
    width: 17px;
    padding: 0;
    margin: 0;
}

#nav1 li:hover {
    background-color: #1a1919;
}

#nav2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

#nav2 img {
    width: 30px;
    padding: 0;
    margin: 0;
}

#nav2li1 {
    padding: 6px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    list-style: none;
    font-size: 1rem;
    transition: all 0.1s ease-in-out;
    display: flex;
    gap: 4px;
    background: whitesmoke;
    align-items: center;
}

#nav2li1:hover {
    background: white;
}

#nav2li2 {
    list-style: none;
    font-size: 15px;
    color: #161515;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #fdfdfd;
    padding: 6px 20px;
    border-radius: 6px;
    gap: 6px;
    transition: all 0.2s ease-in-out;
}

#nav2li2:hover {
    background-color: #faf3f3;
}

#nav2li3 {
    list-style: none;
    font-size: 15px;
    color: whitesmoke;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #161515;
    padding: 6px 20px;
    border-radius: 6px;
    gap: 6px;
    transition: all 0.2s ease-in-out;
}

#nav2li3:hover {
    background-color: #1a1919;
}

#nav2li4 {
    list-style: none;
    font-size: 15px;
    color: whitesmoke;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #161515;
    padding: 6px 20px;
    border-radius: 6px;
    gap: 6px;
    transition: all 0.2s ease-in-out;
}

#nav2li4:hover {
    background-color: #1a1919;
}

#nav3 {
    display: none;
}

@media screen and (max-width: 1030px) {
    #logo {
        width: 150px;
    }

    #nav2 li {
        padding: 4px 10px;
    }

    #nav1 {
        gap: 15px;
    }

    #nav1 li {
        font-size: 0.9rem;
        padding: 4px 4px;
    }
}

@media screen and (max-width: 830px) {
    #nav2 li {
        padding: 3px 6px;
        font-size: 0.8rem;
    }

    #nav1 {
        gap: 10px;
    }

    #nav1 li {
        padding: 3.5px 3.5px;
    }
}

@media screen and (max-width: 750px) {
    #nav1 {
        display: none;
    }

    #nav3 {
        display: initial;
    }

    #nav3 i {
        font-size: 1.5rem;
        color: whitesmoke;
    }

    #s1h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 500px) {
    #nav2 {
        display: none;
    }

    nav {
        justify-content: space-between;
        padding: 0 30px;
    }

    #logo {
        width: 180px;
    }

    #nav3 i {
        font-size: 1.7rem;
    }
}

/* SECTION 1 */
#section1 {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #2c2c2c, #3b3b3b, #1a1a1a);
    background-size: cover;
    padding-bottom: 25px;
    object-fit: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-width: 700px) {
    #s1 {
        margin: 0 10vw;
    }
}

#s1h1 {
    text-align: center;
    color: whitesmoke;
    font-size: 4rem;
}

#s1p {
    color: white;
    font-size: 22px;
    margin: 0px 0 0 0;
    white-space: nowrap;
}

#s1btnbox {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

#s1btnbox button {
    padding: 10px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

#s1btn2 {
    background-color: #242323;
    color: whitesmoke;
}

@media screen and (max-width: 550px) {
    #s1h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 330px) {
    #s1h1 {
        font-size: 9vw;
    }
}

@media screen and (max-width: 390px) {
    #s1p {
        font-size: 20px;
    }
}

@media screen and (max-width: 325px) {
    #s1p {
        font-size: 6vw;
    }
}

@media screen and (max-width: 275px) {
    #s1btnbox button {
        padding: 7px 12px;
    }
}

@media screen and (max-width: 270px) {
    #s1p {
        white-space: wrap;
        width: 200px;
        font-size: 6vw;
    }

    #s1btnbox button {
        padding: 4px 6px;
    }
}

@media screen and (max-width: 200px) {
    #s1btnbox {
        flex-direction: column;
    }

    #s1p {
        font-size: 15px;
        width: 100px;
    }

    #s1btnbox button {
        padding: 3px 2px;
    }
}

/* SECTION 2 */
#section2 {
    width: 100%;
    height: 400px;
    background-color: #272727;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#section2 div {
    border: 1px solid rgb(80, 80, 80);
    border-radius: 12px;
    height: 300px;
    width: 300px;
    padding: 25px 30px;
    background-color: #111;
    color: white;
    text-align: center;
    justify-content: space-between;
    transition: 0.3s ease;
}

#section2 div:hover {
    transform: translateY(-5px);
}


.card1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.card1 img {
    width: 70px;
    margin-bottom: 10px;
}

.card1 h3 {
    font-size: 20px;
    margin: 5px 0;
    color: #fdfcfa;
    letter-spacing: 1px;
}

.card1 p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.4;
    margin-bottom: 15px;
}

.card1 .slogans {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.card1 span {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    color: #161616;
    transition: 0.3s;
    white-space: nowrap;
}

.card1 span:hover {
    background: #5286c2;
    color: whitesmoke;
    border: 1px solid #2D527C;
}

.card2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.card2 img {
    width: 70px;
    margin-bottom: 10px;
}

.card2 h3 {
    font-size: 20px;
    margin: 5px 0;
    color: #fdfcfa;
    letter-spacing: 1px;
}

.card2 p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.4;
    margin-bottom: 15px;
}

.card2 .slogans {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.card2 span {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    color: #161616;
    transition: 0.3s;
    white-space: nowrap;
}

.card2 span:hover {
    background: #F0651F;
    color: whitesmoke;
    border: 1px solid #F0651F;
}

.card3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.card3 img {
    width: 70px;
    margin-bottom: 10px;
}

.card3 h3 {
    font-size: 20px;
    margin: 5px 0;
    color: #fdfcfa;
    letter-spacing: 1px;
}

.card3 p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.4;
    margin-bottom: 15px;
}

.card3 .slogans {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.card3 span {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    color: #161616;
    transition: 0.3s;
    white-space: nowrap;
}

.card3 span:hover {
    background: #26AEEA;
    color: whitesmoke;
    border: 1px solid #26AEEA;
}

.card4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.card4 img {
    width: 70px;
    margin-bottom: 10px;
}

.card4 h3 {
    font-size: 20px;
    margin: 5px 0;
    color: #fdfcfa;
    letter-spacing: 1px;
}

.card4 p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.4;
    margin-bottom: 15px;
}

.card4 .slogans {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.card4 span {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    color: #161616;
    transition: 0.3s;
    white-space: nowrap;
}

.card4 span:hover {
    background: #876EC6;
    color: whitesmoke;
    border: 1px solid #876EC6;
}

@media screen and (max-width: 1210px) {
    #section2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: 850px;
        justify-items: center;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }

    #section2 div {
        width: 350px;
    }
}

@media screen and (max-width: 880px) {
    #section2 div {
        width: 300px;
    }
}

@media screen and (max-width: 780px) {
    #section2 {
        grid-template-columns: 1fr;
        gap: 50px;
        height: auto;
    }

    #section2 div {
        width: 450px;
    }
}

@media screen and (max-width: 505px) {
    #section2 div {
        width: 300px;
    }

    #section2 {
        height: 1600px;
    }
}

@media screen and (max-width: 340px) {
    #section2 div {
        width: 150px;
        height: 570px;
    }

    #section2 .slogans {
        display: flex;
        flex-direction: column;
    }

    #section2 {
        height: auto;
    }
}

@media screen and (max-width: 210px) {
    #section2 div {
        width: 100px;
    }
}

/* SECTION 3 */
#section3 {
    width: 100%;
    height: auto;
    background-color: #1a1818;
    padding: 60px 0;
}

#s3h2 {
    text-align: center;
    font-size: 4rem;
    color: whitesmoke;
    padding-bottom: 30px;
}

.scards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.scards div {
    width: 50%;
    height: 400px;
    box-sizing: border-box;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 768px) {
    .scards div {
        width: 100%;
    }
}

.s3c1 {
    background-image: url(ar1.webp);
}

.s3c2 {
    background-image: url(ar2.jpg);
}

.s3c3 {
    background-image: url(ar3.webp);
}

.s3c4 {
    background-image: url(ar4.jpg);
}

.s3c1,
.s3c2,
.s3c3,
.s3c4 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}

.s3c1:hover,
.s3c2:hover,
.s3c4:hover {
    transform: scale(1.02);
}

.s3c3:hover {
    transform: scale(1.02);
}

.s3cardsh31 {
    font-size: 1.7rem;
    color: #1b1a1a;
    background-color: whitesmoke;
    padding: 4px 6px;
    border-radius: 8px;
}

.s3cardsh32 {
    font-size: 1.7rem;
    color: #1b1a1a;
    background-color: whitesmoke;
    padding: 4px 6px;
    border-radius: 8px;
}

.s3cardsh33 {
    font-size: 1.7rem;
    color: #1b1a1a;
    background-color: whitesmoke;
    padding: 4px 6px;
    border-radius: 8px;
}

.s3cardsh34 {
    font-size: 1.7rem;
    color: #1b1a1a;
    background-color: whitesmoke;
    padding: 4px 6px;
    border-radius: 8px;
}

.s3cardsbtn {
    padding: 12px 56px;
    border-radius: 12px;
    border: none;
    background-color: #242323;
    border: 4px solid #242323;
    color: whitesmoke;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.s3cardsbtn:hover {
    color: #242323;
    border: 4px solid #242323;
    background-color: whitesmoke;
}

/* SECTION 4 */
#section4 {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, #1a1818, #1a1a1a, #141414, #3b3b3b, #1a1a1a);
    padding: 50px 70px;
}

#s4h1 {
    color: whitesmoke;
    font-size: 100px;
}

#s4h12 {
    color: whitesmoke;
    font-size: 60px;
    padding-top: 15px;
}

.ratings {
    height: 600px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 30%;
    justify-content: start;
    align-items: flex-start;
    padding: 25px 25px;
}

.ratings h3 {
    color: whitesmoke;
}

.ratings span {
    font-size: 1rem;
    font-weight: 300;
    color: rgb(30, 255, 0);
}

#rate1,
#rate2,
#rate3,
#rate4 {
    width: 600px;
    height: 150px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 10px 0;
}

:root {
    --bg: #111;
    --track: #222;
    --fill-start: #f0f0f0;
    --fill-end: #d6d6d6;
    --accent: rgba(255, 255, 255, 0.12);
    --shadow: rgba(0, 0, 0, 0.6);
}

.wrap {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.track {
    width: 100%;
    height: 34px;
    background: var(--track);
    border-radius: 999px;
    box-shadow: 0 2px 6px var(--shadow) inset, 0 6px 18px rgba(0, 0, 0, 0.6);
    position: relative;
    overflow: hidden;
}

.fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--fill-start), var(--fill-end));
    border-radius: 999px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
    transform-origin: left center;
    transition: width 900ms cubic-bezier(.2, .9, .25, 1);
}

.fill::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.02));
    mix-blend-mode: overlay;
    filter: blur(.4px);
    border-radius: 999px;
}

.fill.variant2 {
    background: linear-gradient(90deg, #e6e6e6, #cfcfcf);
    box-shadow: 0 3px 8px rgba(255, 255, 255, 0.04), 0 6px 18px rgba(0, 0, 0, 0.6) inset;
}

.fill2 {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--fill-start), var(--fill-end));
    border-radius: 999px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
    transform-origin: left center;
    transition: width 900ms cubic-bezier(.2, .9, .25, 1);
}

.fill2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.02));
    mix-blend-mode: overlay;
    filter: blur(.4px);
    border-radius: 999px;
}

.fill2.variant2 {
    background: linear-gradient(90deg, #e6e6e6, #cfcfcf);
    box-shadow: 0 3px 8px rgba(255, 255, 255, 0.04), 0 6px 18px rgba(0, 0, 0, 0.6) inset;
}

.fill3 {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--fill-start), var(--fill-end));
    border-radius: 999px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
    transform-origin: left center;
    transition: width 900ms cubic-bezier(.2, .9, .25, 1);
}

.fill3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.02));
    mix-blend-mode: overlay;
    filter: blur(.4px);
    border-radius: 999px;
}

.fill3.variant2 {
    background: linear-gradient(90deg, #e6e6e6, #cfcfcf);
    box-shadow: 0 3px 8px rgba(255, 255, 255, 0.04), 0 6px 18px rgba(0, 0, 0, 0.6) inset;
}

.fill4 {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--fill-start), var(--fill-end));
    border-radius: 999px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
    transform-origin: left center;
    transition: width 900ms cubic-bezier(.2, .9, .25, 1);
}

.fill4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.02));
    mix-blend-mode: overlay;
    filter: blur(.4px);
    border-radius: 999px;
}

.fill4.variant2 {
    background: linear-gradient(90deg, #e6e6e6, #cfcfcf);
    box-shadow: 0 3px 8px rgba(255, 255, 255, 0.04), 0 6px 18px rgba(0, 0, 0, 0.6) inset;
}

.track::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent);
    pointer-events: none;
}

.track.variant2 {
    height: 10px;
    background: #1a1a1a;
    box-shadow: none;
}

.glow {
    position: relative;
    width: 100%;
}

.glow::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 24px;
    transform: translateY(-50%);
    background: radial-gradient(ellipse at var(--gpos, 38%) 50%, rgba(255, 255, 255, 0.06), transparent 10%);
    pointer-events: none;
    transition: background-position 900ms;
}

@media (max-width:380px) {
    .wrap {
        width: 92%;
    }
}

@media screen and (max-width: 1240px) {
    .wrap {
        width: 150px;
    }
}

@media screen and (max-width: 1200px) {
    #section4 {
        display: none;
    }
}

/* SECTION 5 */
#section5 {
    width: 100%;
    height: 100px;
    background: linear-gradient(135deg, #1a1818, #1a1a1a, #141414, #3b3b3b, #1a1a1a);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

#section5 h2 {
    color: whitesmoke;
}

#section5 i {
    color: whitesmoke;
    font-size: 1.7rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#section5 i:hover {
    padding-left: 9px;
    color: #26AEEA;
}

@media screen and (max-width: 625px) {
    #section5 {
        gap: 20px;
    }

    #section5 h2 {
        color: whitesmoke;
        font-size: 4vw;
    }
}

@media screen and (max-width: 550px) {
    #section5 h2 {
        color: whitesmoke;
        font-size: 4vw;
    }
}

@media screen and (max-width: 360px) {
    #section5 h2 {
        width: 150px;
    }

    #section5 i {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 280px) {
    #section5 {
        gap: 15px;
        flex-direction: column;
    }

    #section5 h2 {
        font-size: 5vw;
        width: 60px;
    }

    #section5 i {
        font-size: 8vw;
    }
}

/* FOOTER */
footer {
    width: 100%;
    background: linear-gradient(135deg, #1a1818, #1a1a1a, #141414, #3b3b3b, #1a1a1a);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}

footer img {
    width: 280px;
    object-fit: cover;
    height: 140px;
    margin-bottom: 10px;
}

#footeritems {
    width: 100%;
    max-width: 1500px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#footeritems img {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

#footeritems ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    min-width: 150px;
}

#footeritems ul h2 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

#footeritems ul li {
    color: whitesmoke;
    font-weight: 300;
    font-size: 0.9rem;
    cursor: pointer;
    width: 130px;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s ease;
}

#footeritems ul li::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(200, 200, 200, 0.2));
    transition: width 0.3s ease;
}

#footeritems ul li:hover::after {
    width: 100%;
}

.footerdown {
    text-align: center;
    padding: 25px 10px;
    color: whitesmoke;
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1024px) {
    #footeritems {
        justify-content: space-around;
        gap: 30px;
        padding: 20px;
    }

    footer img {
        width: 240px;
        height: 120px;
    }

    #footeritems ul h2 {
        font-size: 1.1rem;
    }

    #footeritems ul li {
        font-size: 0.85rem;
        width: auto;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 30px 0;
    }

    #footeritems {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    #footeritems ul {
        align-items: center;
        gap: 10px;
    }

    #footeritems ul h2 {
        font-size: 1rem;
    }

    footer img {
        width: 200px;
        height: 100px;
    }

    .footerdown {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    #footeritems {
        gap: 30px;
        padding: 15px;
    }

    #footeritems ul h2 {
        font-size: 0.95rem;
    }

    #footeritems ul li {
        font-size: 0.8rem;
    }

    footer img {
        width: 180px;
        height: 90px;
    }

    .footerdown {
        font-size: 0.8rem;
        padding: 20px 5px;
    }
}