@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'arial';
}

.tree {
    position: absolute;
    right: -0%;
    top: -10%;
    width: 150px;
}
/* donate */
.donate_modal{
    display: none;
}
/* header */
.header {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.header img {
    width: 236px;
}

#active {
    color: #000;
    font-weight: 600;
}

.header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    background-color: #FFFFFF;
    padding: 24px 32px 24px 32px;
    border-radius: 53px;
    border: 1px solid #F9F9F9;
    box-shadow: 0 0 10px #00000040;
}

.header ul li {
    list-style: none;
}

.header ul li a {
    position: relative;
    text-decoration: none;
    color: #6C6C6C;
    font-size: 16px;
    transition: 0.5s;
}


.header ul li a:hover {
    color: #000;
}


.header .donate {
    text-decoration: none;
    color: black;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #6C4C9E;
    transition: .5s;
    color: white;
    z-index: 1;
}


/* main */
main {
    max-width: 80%;
    margin: 0 auto;
}
.dot{
    position: absolute;
    top: 5px;
    font-size: 10px;
    left: -20px;
}
h2{
    color: #221F1F;
    font-size: 48px;
    margin-top: 100px;
    
}
p{
    position: relative;
    color: #626262;
    font-size: 24px;
    margin-left: 20px;
}
.flex_row{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 80px;
}
.right img{
    width: 300px;
}
.parag{
    margin-top: 80px;
}
.parag:last-child{
    margin-bottom: 238px;
}

/* footer */

footer {
    background-color: #FFEEF0;
    width: 100%;
}

footer p {
    text-align: center;
    color: #858282;
    font-size: 16px;
    padding-bottom: 16px;
}

.footer_flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 48px 0rem;
}

.footer_flex .ul1 {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 2rem 0;
}

.footer_flex .ul1 li {
    list-style: none;
    transition: 0.5s;
}

.footer_flex .ul1 li:hover {
    transform: translateY(-5px);
}

.footer_flex .ul1 li a {
    color: #6C6C6C;
    text-decoration: none;
    font-size: 1.25rem;
}


.footer_flex .ul2 {
    padding: 2rem 0;
    display: flex;
    gap: 48px;
    justify-content: center;
}

.footer_flex .ul2 li {
    list-style: none;
}

.footer_flex .ul2 li a {
    color: #6C6C6C;
    text-decoration: none;
    transition: 0.5s;
}

.footer_flex .ul2 li a:hover {
    color: #000;
}

.footer_flex img {
    width: 222px;
    height: 64px
}

@media only screen and (max-width: 1200px) {

    /* header */

    .header ul {
        width: 100%;
        position: absolute;
        display: flex;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        align-items: center;
        justify-content: center;
        height: 61px;
        gap:0;
        background-color: #FFFFFF;
        padding: 20px;
        border-radius: 53px;
        border: 1px solid #F9F9F9;
        box-shadow: 0 0 10px #00000040;
    }

    .header ul li {
        display: flex;
        flex:1;
        justify-content: center;
        position: relative;
        align-items: center;
        z-index: 1;
    }

    .header ul .mobile_tree{
        display: block;
    }
    .header ul .connection_tree{
        display: block;
    }
    .header ul.show {
        transform: translateY(0%);
        top: 0;
    }
    #opacity_modal.show{
        display: flex;
    }

    /* main */
    .dot{
        position: absolute;
        top: 5px;
        font-size: 10px;
        left: -20px;
    }
    h2{
        color: #221F1F;
        font-size: 48px;
        margin-top: 80px;
        
    }
    p{
        position: relative;
        color: #626262;
        font-size: 24px;
        margin-left: 20px;
    }
    .flex_row{
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: space-between;
        gap: 80px;
    }
    .right{
        margin-top: 80px;
        width: 100%;
        order: 0;
    }
    .left{
        order: 1;
    }
    .right img{ 
        width: 388px;
    }
    .parag{
        margin-top: 40px;
    }
    .parag:last-child{
        margin-bottom: 238px;
    }

    /* footer */
    .footer_flex .ul2 {
        padding: 1rem 0;
        gap: 20px;
    }

}

@media only screen and (max-width: 740px) {

    /* main */
    .right{
        padding: 0 7rem;
    }
    .right img{ 
        width: 100%;
    }

    /* footer */
    .footer_flex {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer_flex .ul2 {
        gap: 10px;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .header {
        max-width: 90%;
        
    }
    main {
        max-width: 90%;
    }
    .header img {
        width: 136px;
    }
    .header ul{
        gap: 0;
    }
    .header ul li a{
        font-size: 14px;
    }
    /* main */
    h2{
        color: #221F1F;
        font-size: 2rem;
        margin-top: 80px;
    
    }
    p{
        position: relative;
        color: #626262;
        font-size: 16px;
        margin-left: 20px;
    }
    .flex_row{
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 80px;
    }
    .right img{
        width: 100%;
    }
    .parag{
        margin-top: 40px;
    }
    .parag:last-child{
        margin-bottom: 238px;
    }

    /* footer */
    footer {
        background-color: #FFEEF0;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .footer_flex {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer_flex .ul2 {
        gap: 10px;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }

}