

@keyframes slideUp {
    0%,
    50% {
      transform: translateY(100%);
      opacity: 0;
    }
     
    60%,
    100% {
      transform: translateY(0);
      opacity: 1;
    
    }
  }

main >  section:nth-of-type(1){
    background-image:url(../Img/ABSOLUTbi.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 2em;
    padding-left: 5em;
    padding-bottom: 15em;
}

main >  section:nth-of-type(1) a{
    color: #E5E9E9;
    text-decoration: none;

}


main >  section:nth-of-type(1) a:visited{
    color: #E5E9E9;
    text-decoration: none;
}

main >  section:nth-of-type(1) a::after{
    color: #E5E9E9;
    content: "⬅";
    font-size: 2em; 
    text-decoration: none;
}


 main >  section:nth-of-type(1) h2{
    font-family: 'Unbounded', Impact,'Arial Narrow Bold', sans-serif;
    color:var(--white);
    font-size: 2.4em;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: .035em solid rgb(255, 255, 255);
    padding-bottom: .3em;
    width: 35%;
 
 }
 
 main >  section:nth-of-type(1) h3{
     font-family: 'Poppins', Helvetica, sans-serif ;
     font-weight: 200;
     font-size: 1.5em;
     color: var(--white);
     text-align: end;
     width: 35%;
     padding-top: .3em;
     margin-bottom: 1em;
 }

 
main > div{
    display: flex;

}
main > div section:nth-of-type(1){
    padding: 5em;
}

main > div section:nth-of-type(1) h3{
    font-family: 'Poppins', Helvetica, sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    color: var(--dark-blue);
    padding-bottom: .5em;
}

main > div section:nth-of-type(1) p{
    font-family: 'Poppins', Helvetica, sans-serif;
    font-size: 1.14em;
    padding-bottom: 0.7em;
    width: 90%;

}

main > div section:nth-of-type(1) p:last-of-type{
    padding-top: 1em;
    font-size: 1em;
    padding-bottom: 1em;
}

main > div section:nth-of-type(1) a{
    font-family: 'Unbounded', Helvetica, sans-serif;
    font-size: 1em;
    color: var(--white);
    background-color: var(--dark-blue);
    border-radius: .4em;
    padding: .7em;

}

main > div section:nth-of-type(1) a:hover{
    text-decoration: underline;
}

main > div section:nth-of-type(1) a:focus{
    color: var(--dark-blue);
    background-color: var(--white);
    border: .3em solid #184967;
}

main > div section:nth-of-type(2){
    justify-content: center;
    background-color: #E5E9E9;
    border-radius: 2em;
    padding: 2em;
    margin-top: 7em;
    margin-right: 4em;
    height: 15em;
    width: 100%;
}

main > div section:nth-of-type(2) h3{
    display: none;
    font-size: .1em;
}

main > div section:nth-of-type(2) p{
    font-family: 'Poppins', Helvetica, sans-serif;
    font-size: 1.1em;
    padding-bottom: .5em;
}

main > div section:nth-of-type(2) p strong {
    font-family:'Unbounded', Impact,'Arial Narrow Bold', sans-serif;
    font-size: 1.3em;
    color: var(--dark-blue);
}

main > img:nth-of-type(1){
    width: 40%;
    padding-left: 5em;
    transform: rotate(7deg);
}

main > img:nth-of-type(2){
    margin-top: -30em;
    width: 50%;
    margin-left: 7em;
   
}

@media screen and (max-width: 768px) {
    main > section:nth-of-type(1) {
        padding: 2em;
        padding-bottom: 8em;
        background-position: left;
    }

    main > div {
        flex-direction: column;
    }

    main >  section:nth-of-type(1) h2{
        font-size: 1.6em;
        width: 80%;
    }
    main >  section:nth-of-type(1) h3{
        font-size: 1em;
        width: 80%; 
}

    main > div section:nth-of-type(1) {
        padding: 2em;
        width: 100%;
    }

    main > div section:nth-of-type(2) {
        margin: 2em 0;
        font-size: 1em;
        height: 15em;
    }

    main > div section:nth-of-type(2) p{
        font-size: 1em;
    }

    main > img:nth-of-type(1),
    main > img:nth-of-type(2) {
        padding: .5em;
        width: 100%;
        margin: 0;
       
    }
}