/*   **********    SETUP OF DOCUMENT     **********     */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Lato:wght@400;700&display=swap');

html{
    font-size: 16px;
}
body{
    background-color: black;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

/*   **********   MAIN & SECTION ELEMENTS     **********     */
main{
    position: relative;
    width: 42rem;
    height: 37.5rem;
    overflow: hidden;
}

section{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}


/*   **********    SCREEN ELEMENTS     **********     */

#screen1{
    background-color: #027955;
}
#icon1{
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 19rem;
}
#title1{
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    font-weight: 700;
    color: white;
}
#icon2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14rem;
    transform: translateX(-50%);
}
#screen2{
    background-color: #027955;
};
#title3{
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    font-weight: 700;
    color: white;
}
#icon3{
    position: absolute;
    top: 62%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
#txt13{
    position: absolute;
    top: 9rem;
    left: 8rem;
    transform: translateX(-50%);
    font-size: 1rem;
    width: 6rem;
    color: #005a3b;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
#txt17{
    position: absolute;
    top: 0;
    width: 100%;
    left: 21rem;
    text-align: end;
    transform: translateX(-50%);
    font-size: 3rem;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background-color: #027955;
    padding: 2rem 3rem;
}
#txt14{
    position: absolute;
    top: 9rem;
    left: 22rem;
    transform: translateX(-50%);
    font-size: 1rem;
    width: 6rem;
    color: #005a3b;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
#txt15{
    position: absolute;
    top: 9rem;
    left: 35rem;
    transform: translateX(-50%);
    font-size: 1rem;
    width: 6rem;
    color: #005a3b;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
#txt16{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 21rem;
    text-align: center;
    transform: translateX(-50%);
    font-size: 1.5rem;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background-color: #027955;
    padding: 2rem 3rem;
}
#line1 {
    position: absolute;
    left: 36%;
    top: 8rem;
    transform: translateX(-50%);
    width: 0.2rem;
    height: 5rem;
    background-color: green;
}
#line2 {
    position: absolute;
    left: 66%;
    top: 8rem;
    transform: translateX(-50%);
    width: 0.2rem;
    height: 5rem;
    background-color: green;
}







#img{
    position: absolute;
    width: 21rem;
    top: 0;
    right: 0;
}
#title{
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.75rem;
    font-size: 3rem;
    width: 100%;
    color: white;
    background-color: #005a3b;
}
#txt1{
    position: absolute;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: white;
}
#txt2{
    position: absolute;
    top: 50%;
    left: 24rem;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: white;
}
#txt3{
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.9rem;
    color: white;
}
#txt4{
    position: absolute;
    top: 7rem;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    color: white;
    /* text-wrap: initial; */
}
#screen3{
    background: linear-gradient(to bottom, #027955 0%, #027955 50%, #fff 50%, #fff 100%);
}
#txt5{
    position: absolute;
    top: 13rem;
    left: 16%;
    width: 100%;
    /* transform: translateX(-50%); */
    font-size: 2.2rem;
    color: white;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
#txt6{
    position: absolute;
    top: 18rem;
    left: 3rem;
    /* text-align: left; */
    /* transform: translate(-50%, -50%); */
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: white;
    text-align: left;
}
#txt7{
    position: absolute;
    top: 26rem;
    left: 3rem;
    /* transform: translate(-50%, -50%); */
    font-size: 1.5rem;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.1rem;
}
#txt8{
    position: absolute;
    top: 5rem;
    left: 50%;
    padding: 2rem 10rem;
    width: 100%;
    transform: translate(-50%);
    font-size: 3rem;
    color: #005a3b;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background-color: white;
}
#icon4{
    position: absolute;
    width: 7rem;
    top: 6rem;
    right: 6rem;
}
#txt9{
    position: absolute;
    top: 7rem;
    left: 4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    /* padding: 1.75rem; */
    font-size: 3rem;
    color: white;
}
#txt10{
    position: absolute;
    top: 11rem;
    left: 4rem;
    /* transform: translate(-50%, -50%); */
    font-size: 1.95rem;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
#txt11{
    position: absolute;
    top: 24rem;
    left: 59%;
    width: 100%;
    transform: translateX(-50%);
    font-size: 4rem;
    color: #005a3b;
    font-family:
    'Oswald', sans-serif;
    font-weight: 700;
}
#txt12{
    position: absolute;
    top: 29rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #005a3b;
}
.colour{
    color: #000;
}
#screen4{
    background-color: white;
}
#screen0{
    background: linear-gradient(135deg, #027955 80%, #0b8260 20%);
}
#first{
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
}
#second{
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    font-weight: 700;
    color: white;
    font-family: 'Oswald', sans-serif;
}