/** @format */

html {
    font-family: Century Gothic, sans-serif;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    overflow-x: hidden !important;
    line-height: 1.5;
}

body {
    position: relative;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.main-container {
    background-image: url('./images/BGDESKTOP.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex !important;
    flex-direction: column !important;
    position: relative;
}

.header {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 8%;
}

.header .header-text,
.social-media-text {
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 2px;
}

.social-media-main-container {
    min-width: 400px;
    position: relative;
}

.social-media-text-container {
    top: 20% !important;
    left: 3.2% !important;
    position: absolute;
}

.social-media-icons-container {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-around;
    min-width: 400px;
    top: 30% !important;
    left: 0.2% !important;
    position: absolute;
}

.text-link-download-button-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    top: 69%;
    text-align: center;
    position: absolute;
}
.text-link-download-button-container-mobile {
    display: none;
}

.main-text {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 400;
}
.link {
    font-size: 52px;
    font-weight: bold;
    margin-top: 15px;
}
.download-button {
    width: 467px;
    height: 98px;
    margin-top: 25px;
    max-width: 467px;
    background-color: red;
    text-align: center !important;
}
.footer {
    display: flex;
    justify-content: center;
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    text-align: justify;
}

a {
    color: inherit;
    display: block;
    height: 100%;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 !important;
    margin: 0 !important;
}
p {
    margin: 0;
    font-size: 29px;
    font-weight: 500;
    line-height: 40px;
}

button {
    border: none;
    outline: none;
    background: none;
}

@media only screen and (min-width: 900px) {
    .main-text {
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 400;
    }

    .text-link-download-button-container {
        top: 63% !important;
    }
    .footer {
        top: 95%;
    }

    .header {
        top: 2% !important;
    }
}

@media screen and (max-width: 740px) {
    .main-container {
        background-image: url('./images/BGMOBILE.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center !important;
        height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative;
    }
    .text-link-download-button-container-mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 55%;
        text-align: center;
        position: absolute;
    }

    .main-text-mobile {
        text-transform: uppercase;
        font-size: 16px !important;
        font-weight: 400;
    }
    .link-mobile {
        font-size: 13px !important;
        font-weight: bold !important;
        margin-top: 15px;
    }
    .download-button-mobile {
        width: 200px;
        height: 40px;
        margin-bottom: 35px;
        margin-top: unset;
        max-width: 200px;
    }

    .download-button-mobile img {
        height: 40px;
        text-align: center !important;
    }

    .header-text.header-text {
        font-size: 13px !important;
        font-weight: 500;
    }
    .header {
        top: 9%;
    }
    p {
        margin: 0;
        font-size: 8px;
        font-weight: 500;
        line-height: unset;
    }
    .text-link-download-button-container {
        display: none;
    }
    .social-media-text-container {
        top: 83% !important;
        left: 0 !important;
        right: 0 !important;
        position: absolute;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .social-media-text-container .social-media-text {
        font-size: 13px;
    }

    .social-media-icons-container {
        display: flex;
        flex-wrap: wrap !important;
        justify-content: space-evenly;
        max-width: 200px !important;
        top: 88% !important;
        min-width: unset;
        position: absolute;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
    }
    .footer {
        display: flex;
        justify-content: center;
        top: 77%;
        width: 100%;
        position: absolute;
        text-align: justify;
        padding: 5px 5px 5px 5px;
    }
    .facebook-button img,
    .instagram-button img,
    .yt-button img {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 700px) {
    .footer {
        top: 101%;
    }
    .social-media-text-container {
        top: 106%;
    }

    .social-media-icons-container {
        top: 111%;
    }
}

@media screen and (max-width: 650px) {
    .footer {
        top: 101%;
    }
    .social-media-text-container {
        top: 106%;
    }

    .social-media-icons-container {
        top: 111%;
    }
}

@media screen and (max-width: 600px) {
    .footer {
        top: 85%;
    }
    .social-media-text-container {
        top: 94%;
    }

    .social-media-icons-container {
        top: 98%;
    }
    .header {
        top: 0;
    }
}
@media screen and (max-width: 550px) {
    .footer {
        top: 91%;
    }
    .social-media-text-container {
        top: 97%;
    }

    .social-media-icons-container {
        top: 105%;
    }
    .header {
        top: 7%;
    }
}
@media screen and (max-width: 500px) {
    .footer {
        top: 82%;
    }
    .social-media-text-container {
        top: 87%;
    }

    .social-media-icons-container {
        top: 92%;
    }
    .header {
        top: 7%;
    }
}
@media screen and (max-width: 450px) {
    .footer {
        top: 78%;
    }
    .social-media-text-container {
        top: 87%;
    }

    .social-media-icons-container {
        top: 94%;
    }
    .header {
        top: 7%;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .text-link-download-button-container-mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 55%;
        text-align: center;
        position: absolute;
    }
    .footer {
        width: 95%;
        top: 77%;
    }
    .social-media-text-container {
        top: 85%;
    }

    .social-media-icons-container {
        top: 90%;
    }
    .header {
        top: 5%;
    }
}

@media screen and (orientation: landscape) {
    .main-container {
        background-image: url('./images/BGDESKTOP.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative;
    }
    .header {
        top: 0 !important;
    }
    .social-media-text-container {
        top: 105%;
    }
    .social-media-icons-container {
        top: 110%;
    }
    .text-link-download-button-container {
        top: 80%;
    }
    .text-link-download-button-container-mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 62%;
        text-align: center;
        position: absolute;
    }

    .social-media-icons-container {
        display: flex;
        flex-wrap: wrap !important;
        justify-content: space-evenly;
        max-width: 450px !important;
        top: 122%;
        min-width: unset;
        position: absolute;
        left: 0;
        right: 0;
    }

    .main-text-mobile {
        text-transform: uppercase;
        font-weight: 400;
    }
    .link-mobile {
        font-weight: bold;
        margin-top: 15px;
    }
    .download-button-mobile {
        margin-bottom: 35px;
        margin-top: unset;
    }

    .download-button-mobile img {
        text-align: center !important;
    }

    .header-text.header-text {
        font-weight: 500;
    }

    p {
        margin: 0;
        font-weight: 500;
        line-height: unset;
    }
    .text-link-download-button-container {
        display: none;
    }
    .social-media-text-container {
        top: 113%;
        left: 0;
        right: 0;
        position: absolute;
    }

    .footer {
        top: 102% !important;
    }
}
@media screen and (min-height: 150px) and (max-height: 550px) {
    .social-media-icons-container {
        width: 200px;
        top: 125% !important;
    }
    .social-media-text-container {
        top: 120% !important;
    }
}
