@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+SC:ital,wght@0,100..900;1,100..900&family=Concert+One&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
    cursor: pointer;
}

.top {
    width: 5%;
    height: 5vh;
    position: fixed;
    bottom: 0%;
    left: 95%;
    /* background-color: green; */
}

#backToTop {
    padding: 10px 15px;
    background: #055c9d;
    color: white;
    border-radius: 2rem;
}

@media only screen and (max-width: 600px) {
    .top {
        bottom: 2%;
        left: 85%;
    }
}

a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

button {
    border: none;
    background-color: transparent;
}

footer {
    height: 70vh;
    width: 100%;
    background-color: #222222;
}

.f1 h3 {
    font-weight: 500;
    font-size: 2rem;
}

.f1 h2 {
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
}

footer p {
    font-size: 1rem;
}

footer a {
    font-weight: 500;
    font-size: 1rem;
}

.tac {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    footer {
        height: 90vh;
        width: 100%;
        flex-wrap: wrap;
    }

    .f1:nth-child(1) {
        width: 80%;
        height: 15vh;
    }

    .f1:nth-child(2) {
        width: 80%;
        height: 30vh;
        position: relative;
        left: 15%;
    }

    .f1:nth-child(3) {
        width: 80%;
        height: 30vh;
        position: relative;
        left: 15%;
        /* background-color: yellow; */
    }

    .f1 h3 {
        font-weight: 500;
        font-size: 2rem;
    }

    .f1 h2 {
        font-weight: bold;
        font-size: 1.2rem;
        color: white;
    }

    footer p {
        font-size: 1rem;
    }

    footer a {
        font-weight: 500;
        font-size: 1rem;
    }
}

/* 
--Height
--Width
--Flex
--Color
--Background Color
--Position
*/

/*------------------------------------------------------------------Height------------------------------------------------------------ */
.h2 {
    height: 2vh;
}

.h3 {
    height: 3vh;
}

.h4 {
    height: 4vh;
}

.h5 {
    height: 5vh;
}

.h6 {
    height: 6vh;
}

.h7 {
    height: 7vh;
}

.h8 {
    height: 8vh;
}

.h10 {
    height: 10vh;
}

.h13 {
    height: 13vh;
}

.h15 {
    height: 15vh;
}

.h20 {
    height: 20vh;
}

.h23 {
    height: 23vh;
}

.h25 {
    height: 25vh;
}

.h27 {
    height: 27vh;
}

.h30 {
    height: 30vh;
}

.h35 {
    height: 35vh;
}

.h40 {
    height: 40vh;
}

.h45 {
    height: 45vh;
}

.h50 {
    height: 50vh;
}

.h55 {
    height: 55vh;
}

.h58 {
    height: 58vh;
}

.h60 {
    height: 60vh;
}

.h65 {
    height: 65vh;
}

.h70 {
    height: 70vh;
}

.h75 {
    height: 75vh;
}

.h73 {
    height: 73vh;
}

.h80 {
    height: 80vh;
}

.h83 {
    height: 83vh;
}

.h90 {
    height: 90vh;
}

.h100 {
    height: 100vh;
}

/*--------------------------------------------------------------------Width------------------------------------------------------------ */
.w3 {
    width: 3%;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w23 {
    width: 23%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

/*----------------------------------------------------------Background Color------------------------------------------------------------ */
.teal {
    background-color: teal;
}

.green {
    background-color: green;
    color: white;
}

.d_green {
    background-color: darkgreen;
}

.red {
    background-color: red;
    color: white;
}

.blue {
    background-color: #055c9d;
    color: white;
}

.h_blue {
    background-color: #055c9d;
    color: white;
}

.green:hover {
    background-color: darkgreen;

}

.blue:hover {
    background-color: #003060;
}

.red:hover {
    background-color: darkred;
}

.orangered {
    background-color: orangered;
    color: white;
}

.white {
    background-color: white;
}

.l_black {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.l_black:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.no_color {
    background-color: transparent;
}

.black {
    background-color: black;
    color: white;
}

/*-------------------------------------------------------------------Color------------------------------------------------------------ */
.box_color {
    background-color: var(--box);
}

.b {
    color: blue;
}

.bb {
    color: #055c9d;
}

.db {
    color: darkblue;
}

.g {
    color: green;
}

.dg {
    color: darkgreen;
}

.r {
    color: red;
}

.p {
    color: #de3163;
}

.o {
    color: orange;
}

.or {
    color: orangered;
}

.w {
    color: white;
}

/*---------------------------------------------------------------------Flex------------------------------------------------------------ */

.df {
    display: flex;
}

.idf {
    display: inline-flex;
}

.fdc {
    flex-direction: column;
}

.jc {
    justify-content: center;
}

.js {
    justify-content: space-around;
}

.jb {
    justify-content: space-between;
}

.je {
    justify-content: flex-end;
}

.ac {
    align-items: center;
}

.ae {
    align-items: flex-end;
}

.gap {
    gap: 0.5rem;
}

.gap1 {
    gap: 1rem;
}

.gap2 {
    gap: 2rem;
}

.gap4 {
    gap: 4rem;
}

/*-------------------------------------------------------------------Position------------------------------------------------------------ */

.pa {
    position: absolute;
}

.pr {
    position: relative;
}