div.nav {
    position: fixed;
    width: 100%;
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    z-index: 1000;
    transition: top 0.3s ease; /* Add a smooth transition effect */
}

div.nav-two {
    display: none;
    position: fixed;
    width: 100%;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    z-index: 1000;
    transition: top 0.3s ease; /* Add a smooth transition effect */
}

div.nav div.box-only {
    display: flex;
    justify-content: left;
}

div.nav div.box-only div.box-one {
    width: 0%;
}

div.nav div.box-only div.box-one a img {
    filter: contrast(200%);
}

div.nav div.box-only div.box-two {
    padding-top: 15px;
    display: flex;
    width: 75%;
}

div.nav div.box-only div.box-two a {
    text-decoration: none;
    color: #ffffff;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    margin-right: 50px;
}

div.nav div.box-only div.box-two a span.donate {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 50px;
    background-color: #0B811E;
    color: white;
}


div.nav div.box-only div.box-two a span.tracker {
    color : white;
    padding-bottom: 3px;
    border-bottom: 1px solid white;
}




/* second div */
div.nav-two div.box-only {
    display: flex;
    justify-content: space-between;
}

div.nav-two div.box-only div.box-one a {
    text-decoration: none;
    color: #000000;
    margin-top: 150px;
    font-size: 22px;
    font-weight: 600;
}

div.nav-two div.box-only div.box-two {
    color: black;
}

div.nav-two div.box-only div.box-two span {
    font-size: 30px;
}

div.nav-two div.list-down {
    margin-top: 20px;
    padding-left: 10px;
}

div.nav-two div.list-down div.drop-only {
    margin-bottom: 20px;
}

div.nav-two div.list-down div.drop-only a {
    text-decoration: none;
    color: #000000;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    margin-right: 20px;
}

div.nav-two div.list-down div.drop-only a.tracker {
    color : white;
    padding-bottom: 3px;
    border-bottom: 1px solid white;
}

div.nav-two #nav-menu {
    display: none;
}



.menect-menect {
    display: flex;
    align-items: center;
}

.menect-menect input {
    padding: 8px;
    font-size: 16px;
    width: 100%;
}

.menect-menect select {
    padding: 8px;
    font-size: 16px;
    border: 1px solid red;
    width: 25%;
    border: 1px solid lightgray;
    border-radius: 6px;
}



@media (max-width: 1202px) {

    div.nav {
        display: none;
    }

    div.nav-two {
        display: block;
    }

    div.nav div.box-only div.box-two a span.tracker {
        color : black;
        padding-bottom: 3px;
        border-bottom: 1px solid black;
    }
    

}

@media (max-width: 768px) {
    div.nav-two div.box-only div.box-one img {
        width: 150px;
    }
}
