:root {
    box-sizing: border-box;
}

* ,
*::before, 
*::after {
    box-sizing: inherit;
}

.wrapper {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: (3, auto);
    grid-template-areas: "header" "main" "footer";
    overflow: hidden;
}

header {
    display: flex;
    flex-flow: column nowrap;
}

.meet-header-icon {
    width: 119px;
    margin: 3em auto 5em auto;
}

.brand-header {
    display: flex;
    flex-flow: row wrap;
}

.img-hero-mobile {
    flex: 0 0 100%;
    width: 110% !important;
    height: auto;
    margin-left: -1rem;
}

.header-text {
    flex: 0 0 100%;
    margin-left: 2%;
    margin-right: 1%;
}

.header-text-wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}


.header-text-wrapper > h1 {
    font-family: 'Red Hat Display';
    font-size: 3.7em;
    font-weight: 900;
    text-align: center;
}

.small-text {
    font-family: 'Red Hat Display';
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    margin-block: 0em;
    margin-bottom: 1em;
}

.downloadBtn {
    font-family: 'Red Hat Display';
    color: #FFFFFF;
    background-color: #71C0D4;
    border-radius: 2em;
    border-width: 0px;
    line-height: 1,8em;
    font-weight: bold;
    font-size: 0.8em;
    padding: 1em 2em;
    margin-right: 1em;
}

.downloadBtn > span {
    color: #8FE3F9 !important;
}

.whatBtn > span {
    color: #8FE3F9 !important;
}

.whatBtn {
    font-family: 'Red Hat Display';
    color: #FFFFFF;
    background-color: #B18BDD;
    border-radius: 2em;
    border-width: 0px;
    line-height: 1,8em;
    font-weight: bold;
    font-size: 0.8em;
    padding: 1em 2em;
    margin-right: 1em; 
}

.img-hero-left-desktop {
    display: none;
}

.img-hero-right-desktop {
    display: none;
}

img {
    width: 100%;
    height: auto;
}

main {
    position: relative;
}

footer {
    position: relative;
    top: 10em;
}

.verticalLine {
    position: absolute;
    left: 49.98%;
    right: 50%;
    height: 3rem;
    top: 4rem;
    /* bottom: 1rem; */
    opacity: 0.25;
    border: 1px solid #87879D;
}

.circleLine {
    position: absolute;
    left: 47.00%;
    right: 50%;
    width: 2em;
    top: 7rem;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    border: 1px solid #87879D;
    opacity: 0.25;
    border-radius: 50%;
    text-align: center;
    font-family: 'Red Hat Display';
    font-size: 0.8em;
    font-weight: bold;
}

.imageGalleryContainer {
    position: relative;
    top: 10em;
    display: flex;
    flex-flow: row wrap;
    margin-left: 10%;
}

.imageGalleryContainer img {
    margin-right: 1em;
    margin-bottom: 1em;
    flex: 0 0 40%;
    width: 42% !important;
}

.textContent {
    position: relative;
    top: 12em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.smallCloredText {
    font-family: 'Red Hat Display';
    font-size: 1em;
    font-style: normal;
    font-weight: 900;
    line-height: 2em;
    letter-spacing: 0.2em;
    text-align: center;
    color: #4D96A9;
}

.mid-header {
    font-family: 'Red Hat Display';
    font-size: 2em;
    font-style: normal;
    font-weight: 900;
    /* line-height: 3em; */
    letter-spacing: 0em;
    text-align: center;
}

.footerTextContainer {
    position: absolute;
    z-index: -999999;
    top: 8em;
    width: 100%;
    height: 20em;
    background-image: url("./assets/mobile/image-footer.jpg"), linear-gradient(#71C0D4,#71C0D4);
    background-blend-mode: overlay;
    background-size: cover;

    display: flex;
    flex-flow: column nowrap;
}

.footer-first {
    color: #FAFAFA;
    font-family: 'Red Hat Display';
    font-size: 2em;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footer-second {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #FAFAFA;
}

.footer-third {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #855FB1 !important;
}

/* Mobile Landscape Screen Sizes */
@media only screen and (min-width: 480px)  {
    .meet-header-icon {
        width: 119px;
        margin: 3em auto 5em auto;
    }
}
/* Desktop screen Sizes */
@media only screen and (min-width: 768px) {
    .meet-header-icon {
        width: 119px;
        margin: 4.5rem auto 5.75rem auto;
    }
    .img-hero-mobile {
        display: none;
    }
    .img-hero-left-desktop {
        display: block;
        flex: 0 0 33.33%;
        margin-left: -1rem;
    }
    
    .img-hero-right-desktop {
        display: block;
        flex: 0 0 33.33%;
        margin-left: 2rem;
    }

    .header-text {
        flex: 0 0 33.33%;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
    }

    .brand-header {
        display: flex;
        flex-flow: row nowrap;
    }

    .circleLine {
        position: absolute;
        left: 49.10%;
        right: 50%;
        width: 2em;
        top: 7rem;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
        border: 1px solid #87879D;
        opacity: 0.25;
        border-radius: 50%;
        text-align: center;
        font-family: 'Red Hat Display';
        font-size: 0.8em;
        font-weight: bold;
    }

    .imageGalleryContainer img {
        margin-right: 1em;
        margin-bottom: 1em;
        flex: 0 0 20%;
        width: 20% !important;
    }

    .textContent {
        position: relative;
        top: 12em;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
    }
    .footerTextContainer {
        position: absolute;
        z-index: -999999;
        top: 8em;
        width: 100%;
        height: 10em;
        background-image: url("./assets/desktop/image-footer.jpg"), linear-gradient(#4D96A9,#4D96A9);
        background-blend-mode: overlay;
        background-size: cover;

        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    .footer-first {
        color: #FAFAFA;
        font-family: 'Red Hat Display';
        font-size: 2em;
        font-style: normal;
        font-weight: 900;
        text-align: center;
        flex: 0 0 18%;
    }
    
    .footer-second {
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        flex: 0 0 33.33%;
        color: #FAFAFA;
    }
}