* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

body {
    background: linear-gradient(46.3deg, #005889 12.32%, #0080A8 42.77%, #003546 75.53%, #000000 108.68%);
    background-position: top center;
    background-size: cover;
}

@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-Regular.ttf);

}

@font-face {
    font-family: "R";
    src: url(./Righteous/Righteous-Regular.ttf);

}

#hero {
    width: 100%;
    height: fit-content;
    background: url(./bg.svg);
    background-position: top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    padding-bottom: 60px;
}


#hero nav {
    width: 100%;
    padding-left: 45px;
    padding-top: 45px;
}

#hero nav #logo2 {
    display: none;
}

#hero #title {
    width: 100%;
    max-width: 500px;
    height: auto;
}


#hero .wrapper {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hero h3 {
    margin-top: 30px;
    font-size: 26px;
    font-family: Roboto;
    color: #f7f7f7;
    line-height: 1.6;
    text-align: center;
    width: 100%;
    max-width: 700px;
}

#hero ul {
    color: #daf200;
    font-family: "R";
    text-transform: uppercase;
    margin-top: 30px;
    font-style: italic;

}

#hero ul li {
    margin-top: 15px;
    font-size: 18px;
}

#hero p {
    margin-top: 45px;
    font-family: Roboto;
    color: #e3e3e3;
    line-height: 1.6;
    text-align: left;
    width: 100%;
    max-width: 600px;
    font-size: 22px;
    padding-left: 30px;
    
    border-left: 2px solid white;

}
#hero p b{
    color: #f9f9f9;
}

@media(max-width:500px) {
    #hero p {
        padding: 0;
        padding-top: 30px;

        border: none;
        border-top: 2px solid rgba(255, 255, 255, 0.326);

    }
}

#hero a#join1 {
    width: fit-content;
    height: fit-content;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #ffffff35;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    font-family: "R";
    color: #183DFF;
    margin-top: 30px;
    text-align: center;
    line-height: 1.6;

}

#hero a#join1 .btn {
    width: fit-content;
    height: fit-content;
    padding: 10px 25px;
    background-color: #f1f90a;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}

#hero a#join2 {
    width: fit-content;
    height: fit-content;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #ffffff35;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    font-family: "R";
    color: #434343;
    margin-top: 15px;
    text-align: center;
    line-height: 1.6;


}

#hero a#join2 .btn {
    width: fit-content;
    height: fit-content;
    padding: 10px 25px;
    background-color: #12FF55;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}


#hero a#join2 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#hero a#join2:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}







#imgw {
    width: 100%;
    height: fit-content;
    padding: 100px 20px;
    padding-top: 30px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;

}

#imgw img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


footer {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;
    gap: 80px;
    margin-top: 100px;

}

footer #logo {
    text-decoration: none;
    width: fit-content;
    height: fit-content;
}

footer #logo svg {
    height: 60px;
    width: auto;
}

footer #contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

footer #contact .wrapper {
    text-decoration: none;
    width: fit-content;
    height: fit-content;
    padding: 10px 25px;
    background-color: #00CCB3;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

footer #contact .wrapper:hover {
    background-color: #008d7d;

}

footer #contact .wrapper svg {
    width: 28px;
    height: auto;
}

footer #contact .wrapper span {
    font-family: Roboto;
    font-size: 16px;
    color: #f7f7f7;
    font-weight: 350;
}




@media (max-width:960px) {
    #hero {
        background: none;
    }

    #hero nav #logo1 {
        display: none;
    }

    #hero nav #logo2 {
        display: block;
    }

    #hero nav {
        padding: 20px;
        padding-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #hero #title {
        margin-top: 30px;
    }

    #hero p {
        text-align: left;
        line-height: 1.7;
    }

    #hero #join1,
    #hero #join2 {
        padding: 20px 40px;
    }

}