@font-face {
    font-family: Poppins;
    src: url(Poppins-Regular.ttf);
}
@font-face {
    font-family: Poppins;
    src: url(Poppins-SemiBold.ttf);
}
@font-face {
    font-family: Poppins;
    src: url(Poppins-Medium.ttf);
}
body {
    width: 100vw;
    height: 100vh;
    display: flex;
    font-family: 'Poppins';
    color: white;
    font-weight: 400;
    overflow: hidden;
    margin: 0;
}
.bg1 {
    background-image: linear-gradient(rgb(40 96 117 / 70%), rgb(40 96 117 / 80%)), url(bg.jpeg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: left 0%;
    filter: blur(0px);
    height: 100vh;
    width: 100vw;
}
/*
.bg2 {
    background-image: linear-gradient(rgb(60 127 162 / 70%), rgb(60 127 162 / 80%)), url(bg2.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: left 0%;
    filter: blur(0px);
    height: 70vw;
    width: 100vw;
    border-radius: 50%;
    position: absolute;
    top: -10vh;
    left: -54vw;
}
.bg3 {
    background-image: linear-gradient(rgb(40 96 117 / 70%), rgb(40 96 117 / 80%)), url(bg3.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: left 0%;
    filter: blur(0px);
    height: 60vw;
    width: 100vw;
    border-radius: 50%;
    position: absolute;
    top: 30vh;
    left: 16vw;
}
*/
.wrapper {
    position: absolute;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8vh;
    align-content: center;
    text-align: center;
    position: absolute;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items:center;
}

.header > img { height: 100px; filter:none;background: white; padding: 20px; border-radius: 10px;}

.content {text-align: center;}
.content > .title {font-size: 3rem;font-weight: bold;}
.content > .description {font-size: 1.6rem; line-height: 2.3rem;width: 40%; margin: 0 auto;}

.footer {margin: 60px 0;}
.footer > .title { letter-spacing: 2px; font-size: 0.75rem;}
.footer > .email > i {margin-right: 10px;}
.footer > .email {margin-top: 10px; font-size: 1.2rem;}
.footer > .email > a {text-decoration: none;}

.footer, .footer > .email > a {
    color: #dadada;
}

.maintenance-btn {
    padding: 15px 20px;
    border-radius: 6px;
    text-decoration: none;
    background: #154795;
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    transition: .3s all ease-in-out;
    box-shadow: 0 4px 12px 0 #00000025;
}
.maintenance-btn:hover {
    background: #FFB112;
}


@media only screen and (max-width: 600px) {
    .bg1 {
        background-image: linear-gradient(rgb(40 96 117 / 70%), rgb(40 96 117 / 80%)), url(bg.jpeg);
        top: 30vh;
        left: -50vw;
        width: 100vw;
        height: 100vh;
        background-size: cover;
    }
    .bg2, .bg3 {display: none;}
    .header, .footer {margin-top: 50px;}
    .content > .title {font-size: 2.5rem;}
    .content > .description {width: 90%;}
}

@media only screen and (max-width: 400px) {
    .header {margin-top: 80px;}
    .header > img { height: 70px; filter: none; background: white; padding: 20px;}
    .header, .footer {margin-top: 80px;}
    .content > .title {font-size: 2rem;margin-bottom: 10px;}
    .content > .description {width: 90%; font-size: 1.25rem;line-height: 1.8rem;}

    .footer {margin-bottom: 80px;}
    .footer > .title { letter-spacing: 1px; font-size: 0.75rem;}
    .footer > .email > i {margin-right: 10px;}
    .footer > .email {margin-top: 10px; font-size: 1rem;}
}

@media only screen and (max-width: 320px) {
    .header {margin-top: 50px;}
    .header > img { height: 50px; filter: none;}
    .header, .footer {margin-top: 50px;}
    .content > .title {font-size: 1.5rem;margin-bottom: 10px;}
    .content > .description {width: 90%; font-size: 1.2rem;line-height: 1.8rem;}

    .footer {margin-bottom: 50px;}
    .footer > .title { letter-spacing: 1px; font-size: 0.75rem;}
    .footer > .email > i {margin-right: 10px;}
    .footer > .email {margin-top: 10px; font-size: 1rem;}
}

@media only screen and (min-width: 1200px) and (max-height: 1200px) {
    .content > .title { font-size: 40px; }
    .content > .description { font-size: 22px; }
    .footer > .title { font-size: 12px; }
    .footer > .email { font-size: 20px; }
}