@import url('https://fonts.googleapis.com/css?family=Noto Sans');

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://fonts.gstatic.com/s/notosans/v35/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9X6VLKzA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Verdana, sans-serif;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.2%, rgba(0, 0, 0, 0.6) 100%);
}

a {
    text-decoration: none !important;
}

.content {
    background-image: url('../../images/front-page/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 84px;
    left: 0;
}

@media (max-width: 1900px) {
    .content {
        background-position: center;
    }
}

/* START NAVBAR */
.nav {
    position: sticky;
    top: 0;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100;
    background-color: #142233;
    height: 84px;
}

.nav-image {
    width: 140.03px;
    height: 38px;
    position: absolute;
    top: 20.3px;
    left: 10px;
    margin-left: 80px;
    background-image: url("../../images/front-page/logo-group.png");
}

.nav .dropdown {
    margin-left: auto;
    position: relative; 
}

#switch_language_link {
    color: #2470dc;
    border: none;
    font-size: 29px;
    background-color: transparent;
}

.login-button {
    margin-right: 15px;
    border-radius: 44px !important;
    background-color: #236CC4 !important;
    font-family: Noto Sans !important;
    font-size: 14px !important;
}

/* END NAVBAR */

/* FOOTER */
footer {
    position: absolute;
    bottom: 80px;
    width: 100%;
    margin-top: 10px;
}

footer div {
    background-color: #142233;
    min-height: 34px;
    max-height: fit-content;
    border-radius: 20px;
    align-items: center;
    gap: 150px;
    color: #8797A8;
    text-align: right;
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    padding-top: 6px;
    padding-right: 24px;
    margin: 0px auto;
}

@media (max-width:768px) {
    footer div {
        text-align: center;
        padding: 6px 12px;
    }

    .nav-image {
        margin-left: 40px;
    }
    footer {
        bottom: 100px;
    }
    .main-content .down .country a:hover {
        font-size: 14px;
    }
}

/* END FOOTER */

/* CONTENT */
.main-content {
    position: absolute;
    top: 30%;
    width: 100%;
    color: white !important;
    overflow: auto;
}

.main-content div,
.content-country-info div {
    margin: 0px auto;
}

.main-content .message {
    font-family: Noto Sans;
    font-size: 52px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -1px;
    text-align: left;
}

.main-content .up,
.main-content .down {
    align-items: center;
    display: flex;
    margin: 0px auto;
    max-height: 5000px;
    overflow-y: auto;
}

.main-content .up .border-height {
    border-right: 1px solid #DAE5F2;
    justify-content: flex-end;
    display: flex;
}

.up .btn-ob {
    height: 48px;
    padding: 10px 10px;
    border-radius: 44px;
    gap: 10px;
    background-color: #236CC4;
    align-items: center;

}

.up .btn-ob a:hover {
    font-size: 14px;
}

.up .btn-ob a {
    color: #fff !important;
    font-family: Noto Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;

}

.main-content .unique-message {
    font-family: Noto Sans;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
}

@media (max-width: 840px) {
    .main-content .message {
        font-size: 40px;
        font-weight: 550;
        line-height: 48px;
        letter-spacing: -2px;
        text-align: center;
        margin: 0px auto;
        padding: 0px;
    }

    .main-content .unique-message {
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0px;
        text-align: center;
        margin: 0px auto;
    }
}

@media (max-width:768px) {
    .main-content .up .border-height {
        top: 5%;
        border-right: none;
        border-bottom: 1px solid #DAE5F2;
        height: auto;
    }

    .main-content {
        top: 15px;
        bottom: unset;
    }

    .main-content .message,
    .main-content .unique-message,
    .btn-ob {
        margin-bottom: 10px;
    }

    .main-content .down .country {
        margin-bottom: 9.5px;
    }

    .main-content .message {
        font-size: 35px;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: -1px;
        text-align: center;
    }

    .main-content .unique-message {
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
    }
}

.main-content .down .country div {
    height: 48px;
    padding: 12px 10px;
    border-radius: 44px;
    border: 1px solid #7A92AF;
    gap: 10px;
    text-align: center;
    white-space: nowrap;
}

.main-content .down .country a {
    font-family: Noto Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.main-content .down .country a:hover {
    font-size: 14px;
}

.country-exists div {
    background-color: #236CC4;
}
/* END CONTENT */

/* CONTENT COUNTRY INFO */

.content-country-info {
    position: absolute;
    top: 197px;
    width: 100%;
    color: white !important;
}

.content-country-info .back {
    height: 48px;
}

.back span {
    padding: 14px 32px;
    border-radius: 44px;
    border: 1px solid #7A92AF;
    gap: 10px;
}

.back span a {
    font-family: Noto Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}

.img-country,
.text-info-country {
    width: 100%;
    height: 210px;
}

.img-country img {
    margin: 50px auto;
    width: 185px;
    height: 140px;
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid #DAE5F2;
}

.text-info-country span {
    width: 185px;
    margin: 0px auto;
    text-align: center;
    font-family: Noto Sans;
    font-size: 56px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -1px;
    text-align: center;
}

@media (max-width:768px) {
    .content-country-info{
        top: 100px;
    }
}

.main-content.overflow-auto {
    max-height: calc(84vh - 100px); 
    overflow: auto !important;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}

@media (max-height: 600px) {
    .main-content {
        top: 10%;
    }
    .main-content.overflow-auto {
        padding-bottom: 50px;
    }
}

@media (min-width: 977px)
{
    .up {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1224px)
{
    .main-content {
        top: 10%;
    }
    .main-content .down .country {
        padding: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .main-content .message {
        font-size: 35px;
    }
    .main-content .unique-message {
        font-size: 20px;
    }
}


/* END CONTENT COUNTRY INFO */
