* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: 0.3s;
    font-family: system-ui;
    scrollbar-width: thin;
    scrollbar-color: gainsboro #ffffff00;
    color: inherit;
    text-decoration: none;
}

textarea {
    width: 100%;
    height: 45vh;
    border: none;
    background: #ECEFF1;
    border-radius: 5px;
    resize: vertical;
    outline: none;
    padding: 20px;
}

#eDocBtn {
    padding: 14px;
    background: #2196F3;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 22px;
    width: 100%;
    max-width: 320px;
    font-weight: 400;
    color: #ffffff;
    font-weight: bold;
    /* color: white; */
    text-transform: uppercase;
}

.header {
    box-shadow: 0px 0px 3px 0px gainsboro;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #ffffffb3;
    backdrop-filter: blur(5px);
    color: #183059;
    /* border-bottom: 1px solid whitesmoke; */
}

h2 {
    font-size: 17px;
    font-weight: 500;
    font-family: system-ui;
}

h1 {
    font-size: 19px;
}

.cup {
    cursor: pointer;
}

.flex {
    display: flex;
}

.ffc {
    flex-flow: column;
}

.g-20 {
    gap: 20px;
}

.p-20 {
    padding: 20px;
}

.g-10 {
    gap: 10px;
}

.g-2rem {
    gap: 2rem;
}

.p-2rem {
    padding: 2rem;
}

.g-1rem {
    gap: 1rem;
}

.p-1rem {
    padding: 1rem;
}

.g-0_5rem {
    gap: 0.5rem;
}

.p-0_5rem {
    padding: 0.5rem;
}

.ffw {
    flex-flow: wrap;
}

.jcsb {
    justify-content: space-between;
}

.aic{
    align-items: center;
}

.gol {
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: whitesmoke;
    margin-right: 5px;
    border-radius: 100%;
}

.logo h1 {
    margin-top: -2px;
}

.pr {
    position: relative;
}

.uaBtnRow {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

.uaBtnRow button {
    background: #ffffff;
    border: 0px solid gainsboro;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    color: #183059;
}
button#donateBtn {
    background: #f0a202;
    color: #183059;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    border: navajowhite;
    width: 100%;
}


.dextop-menu {
    font-size: 15px;
    font-weight: 700;
}

.from-row input[type="text"], input[type="email"] {
    border: 0;
    width: 100%;
    padding: 1.5rem;
    background: #f0a2021c;
    border-radius: 0.5rem;
    outline: none;
}

form.form {
    width: 100%;
    max-width: 1000px;
    /* border: 1px solid #ecf9ff; */
    /* border-radius: 0.5rem; */
    /* box-shadow: 0px 0px 2rem 0px aliceblue; */
    /* padding: 2rem; */
}

.from-submit-btn {
    padding: 1rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.3rem;
    background: #f0a202;
    text-transform: uppercase;
    font-weight: 700;
    color: #183059;
    max-width: 300px;
}

.from-row h3 {
    font-size: 20px;
    font-weight: 500;
}

.regular-btn {
    background: #f0a202;
    color: #183059;
    padding: 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    border: navajowhite;
    width: 100%;
    max-width: 300px;
}















/*--drop-down-css--*/
.dropdown {
    float: right;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    /* color: black; */
    /* padding: 14px 16px; */
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #ffffff00;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 240px;
    box-shadow: 0px 0px 5px 0px gainsboro;
    z-index: 1;
    right: 20px;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    margin-left: 20px;
    max-width: 350px;
  }
  
  .dropdown-content .d-row {
    float: none;
    /* color: black; */
    padding: 15px;
    text-decoration: none;
    display: flex;
    text-align: left;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    /* min-width: 250px; */
  }
  
  .dropdown-content .d-row:hover {
    background-color: whitesmoke;
  }
  
  .dropdown:hover .dropdown-content {
    display: flex;
  }
/*--drop-down-css--*/

.active {
    color: #0068ba;
}

.wrr {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.dextop-menu {
    display: flex;
}

.mobile-menu {
    display: none;
}

footer {
padding: 2rem;
background: #f2f2f2;
/* background: #f0a202; */
color: #000000;
}

.my-btn {text-align: center;justify-content: center;background: #dddddd;color: #000000;padding: 1.2rem;border-radius: 0.5rem;cursor: pointer;font-size: 14px;font-weight: 600;border: none;width: 100%;text-transform: uppercase;/* box-shadow: 0px 0px 3px 0px gainsboro; *//* border: 1px solid gainsboro; */}
.about {
max-width: 600px;
}

@media only screen and (max-width: 830px) {
    .dextop-menu {
        display: none;
    }

    .mobile-menu{
        display: block;
    }
}

 .navigation {
    min-width: 230px;
    padding: 2rem;
    display: flex;
    flex-flow: column;
    gap: 1rem;
    font-size: 17px;
    font-family: system-ui;
    text-transform: uppercase;
    font-weight: bolder;
    background: #ECEFF1;
    min-height: 100vh;
}