:root {
    --bg-main: #101010;
    --bg-secondary: #f23868;
    --grey-dark: #191919;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Quicksand", sans-serif;
    background-color: var(--bg-main);
    color: white;
    min-height: 100vh;
}

li {
    line-height: 2em;
}

.links {
    justify-content: space-evenly;
    display: flex;
    flex: 1;
}

.links > a {
    font-size: 1.3em;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.links > a:nth-child(1) {
    animation: fadeInFromAbove 1s;
}
.links > a:nth-child(2) {
    animation: fadeInFromAbove 1.2s;
}

.links > a:nth-child(3) {
    animation: fadeInFromAbove 1.5s;
}

.links > a:nth-child(4) {
    animation: fadeInFromAbove 2s;
}

#navMenu {
    display: none;
    height: 2.5em;
    width: 2.5em;
}

.links > a,
#navMenu {
    cursor: pointer;
}

.title-section {
    margin-top: 0.2em;
    display: flex;
    flex: 0.5;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}

.title-section > h1 {
    margin-top: -3em;
    font-size: 6.5em;
    animation: fadeInFromAbove 1.5s;
}
.title-section > h4 > span {
    color: var(--bg-secondary);
}

.info-continer {
    display: flex;
    flex: 1;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-self: center;
    font-size: 1.5em;
}

.Refunds {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 3em;
    justify-content: space-evenly;
    gap: 3em;
}

.Refunds > h2 {
    transform: translateY(-10em);
    animation: fadeIn 2s;
    transition: 0.7s;
}

.Refunds > h2,
.tos > h2 {
    margin-bottom: 2em;
    font-size: 2em;
    align-self: center;
}

.Refunds > div {
    height: 8em;
    flex-direction: column;
    justify-content: space-evenly;
    flex-direction: column;
    opacity: 0;
}


.priv {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 3em;
    justify-content: space-evenly;
    gap: 3em;
}

.priv > h2 {
    transform: translateY(-10em);
    animation: fadeIn 2s;
    transition: 0.7s;
}

.priv > h2,
.tos > h2 {
    margin-bottom: 2em;
    font-size: 2em;
    align-self: center;
}

.priv > div {
    height: 8em;
    flex-direction: column;
    justify-content: space-evenly;
    flex-direction: column;
    opacity: 0;
}

#refund-2 > ul {
    margin-left: 1em;
    margin-bottom: 1em;
}

#refund-2 > ul > li {
    line-height: 1.5em;
    font-size: 0.9em;
}

.why-p {
    font-size: 0.8em;
}
.tos {
    flex: 0.8;
    flex-direction: column;
    padding-left: 3em;
    justify-content: space-evenly;
}

.tos > div,
.tos > h2 {
    opacity: 0;
}

.timer {
    margin-top: 2em;
    margin-bottom: 2em;
}

#tos-2 {
    flex-direction: column;
    gap: 0.5em;
}

#tos-2 > a {
    text-decoration-thickness: 0.1em;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1em;
}

@media (max-width: 2561px) {
    .container {
        max-width: 1536px;
    }
}

@media (max-width: 1536px) {
    .container {
        max-width: 1280px;
    }

    @media (max-width: 1280px) {
        .container {
            max-width: 1024px;
        }
    }

    .Refunds > h2,
    .priv > h2,
    .tos > h2 {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 768px;
    }

    body {
        padding-bottom: 3em;
    }

    .navbar {
        flex: 0.04;
    }

    .title-section {
        flex: 0.3;
    }
    .title-section > h1 {
        text-align: center;
    }

    .Refunds > h2,
    .priv > h2,
    .tos > h2 {
        font-size: 1.5em;
    }

    .Refunds > div:last-of-type {
        margin-top: -4em;
    }

    .Refunds > h2 {
        margin-bottom: 0;
        margin-left: -1em;
        transform: translateY(-17em);
    }

    .priv > div:last-of-type {
        margin-top: -4em;
    }

    .priv > h2 {
        margin-bottom: 0;
        margin-left: -1em;
        transform: translateY(-17em);
    }
}

@media (max-width: 900px) {
    .reasons {
        width: 35em;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 640px;
    }

    .navbar {
        flex: 0.045;
        padding: 0;
        justify-content: end;
    }

    .links {
        display: none;
        background-color: rgba(25, 25, 25, 0.5);
        flex: 1;
        flex-direction: column;
        align-items: center;
        position: absolute;
        z-index: 1;
        animation: fadeInFromAbove 0.5s;
    }

    .links > a {
        display: block;
    }
    #navMenu {
        z-index: 2;
        display: block;
        margin-right: 0;
    }

    .info-continer {
        flex: 1.5;
    }

    .title-section > h1 {
        margin-top: 0.6em;
    }

    .Refunds > div:last-of-type {
        margin-top: -6em;
    }

    .Refunds > h2 {
        margin-bottom: -6em;
        transform: translateY(-10em);
    }

    .priv > div:last-of-type {
        margin-top: -6em;
    }

    .priv > h2 {
        margin-bottom: -6em;
        transform: translateY(-10em);
    }

    .tos > h2,
    .priv > h2,
    .Refunds > h2 {
        margin-left: -2em;
    }

    .last {
        margin-top: 1.5em;
        gap: 1.2em;
    }
}

.nav-active {
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60%;
}

@media (max-width: 640px) {
    .container {
        max-width: 475px;
    }

    body {
        padding-bottom: 0;
    }

    .navbar {
        flex: 0.045;
    }

    .info-continer {
        align-items: center;
        font-size: 1.3em;
    }
    .title-section > h1 {
        font-size: 6em;
    }

    .Refunds > h2 {
        margin-bottom: -7em;
    }

    .priv > h2 {
        margin-bottom: -7em;
    }

    .Refunds > h2,
    .priv > h2,
    .tos > h2 {
        font-size: 1.5em;
    }

    .Refunds > div:nth-of-type(1) > h3 {
        margin-bottom: -1em;
    }

    .priv > div:nth-of-type(1) > h3 {
        margin-bottom: -1em;
    }

    footer > p {
        font-size: 1em;
    }
}

@media (max-width: 475px) {
    .container {
        max-width: 455px;
    }

    .info-continer {
        flex: 2;
    }

    .navbar {
        flex: 0.065;
    }

    .links > a {
        font-size: 1em;
    }

    .title-section > h1 {
        margin-top: -1.1em;
        font-size: 4.8em;
    }

    .info-continer {
        font-size: 1.1em;
    }

    .Refunds > h2,
    .priv > h2,
    .tos > h2 {
        font-size: 1.3em;
    }

    .Refunds > h2 {
        transform: translateY(-15.5em);
    }

    .priv > h2 {
        transform: translateY(-15.5em);
    }
}

@media (max-width: 455px) {
    .container {
        width: 400px;
    }

    .navbar {
        flex: 0.037;
    }

    .title-section > h1 {
        margin-top: -0.1em;
        font-size: 4em;
    }

    .Refunds,
    .priv,
    .tos {
        padding-left: 2em;
    }

    footer > p {
        font-size: 0.8em;
    }
}

@media (max-width: 425px) {
    .container {
        width: 400px;
    }

    .navbar {
        flex: 0.035;
    }
}

@media (max-width: 400px) {
    .container {
        max-width: 375px;
    }

    #navMenu {
        margin-top: 0.1em;
    }
}

@media (max-width: 375px) {
    .container {
        max-width: 320px;
    }
}

@media (max-width: 320px) {
    .container {
        max-width: 100%;
    }

    .navbar {
        flex: 0.036;
    }

    .title-section > h1 {
        margin-top: 0.2em;
        font-size: 3.1em;
    }
}


.card {
    background-color: var(--grey-dark);
    border-radius: 1.5em;
    transition: 1.3s;
}

body::before {
    background-color: rgb(0 0 0 / 82%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
}