/* @import url('https://fonts.googleapis.com/css2?family=Sevillana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Xanh+Mono&display=swap'); */

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;


}

body {
    background: rgb(29, 29, 29);
}

nav {
    /* background-color: rgb(37, 34, 34); */
    height: 4rem;
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: sticky;
    top: 0px;
}

nav.sticky {
    padding: 5px 0px;
    background: rgb(32 25 43);
    transition: all 0.5s ease;
    box-shadow: 0 3px 3px 0 rgb(183 159 159 / 18%);
}

.logo {
    font-size: 2em;
    margin: 1rem 5%;
    cursor: pointer;

}

nav div a {
    text-decoration: none;
    color: aqua;
    /* font-family: 'Xanh Mono', monospace; */
}

nav ul {
    display: flex;
}

nav ul li {
    list-style: none;
    padding: 20px 2rem;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 138%;
}

nav ul li a:hover {
    color: rgb(8, 225, 171);
    transition: all 1s ease-in-out;
}

.cheetah {
    height: 18em;
    float: right;
    padding: 1%;
    margin: 6%;
    border: 1px solid rgb(163, 255, 229);
    border-radius: 31px;
    border-style: groove;
}

.donate {
    list-style: none;
    font-size: 2rem;
    float: right;
    clear: both;
    margin: -3% 7%;
}

.donate a {
    color: rgb(97, 243, 213);

}

.ct {
    color: white;
    font-size: 6rem;
    margin: 4% 4%;
}

.pg {
    color: white;
    font-size: 2rem;
    box-sizing: border-box;
    padding: 2%;
    text-align: center;
}

.a {
    color: aqua;
    border: 3px solid rgb(118, 118, 172);
    font-size: 138%;
    text-align: center;
    padding: 1%;
    margin: 2% 15%;
    text-decoration: none;
    border-radius: 7%;
}

.a:hover {
    background-color: black;
}

#mission {
    color: white;
    font-size: 3rem;
    margin: 7% 3%;
}

.c {
    color: white;
    font-size: 2rem;
    margin: -2% 3%;
    text-align: center;
}

.more {
    color: white;
    margin: 7% 3%;
    font-size: 3em;
}

.t1,
.t2,
.t3,
.t4 {
    color: white;
    margin: 1% 2%;
    text-align: center;
    font-size: 3rem;
}

.p1,
.p2,
.p3,
.p4 {
    color: white;
    margin: 3% 2%;
    text-align: center;
    font-size: 2rem;
}

.ak {
    color: aqua;
    border: 3px solid rgb(118, 118, 172);
    font-size: 108%;
    text-align: center;
    padding: 1%;
    margin: 2% 5%;
    text-decoration: none;
    border-radius: 7%;
}

.ak:hover {
    background-color: black;
}

#gallery {
    /* font-family: 'Xanh Mono', monospace; */
    color: white;
    text-align: center;
    font-size: 3rem;
    margin: 6% 0%;
}

.i1,
.i2,
.i3,
.i4,
.i5,
.i6 {
    /* box-shadow: 0px 0px 12px 0px white; */
    height: 16em;
    width: 22em;
    border-radius: 25px;
    margin: 1% 3%;
    cursor: pointer;
    border: 2px solid rgb(163, 255, 229);
}

/* .i1:hover, .i2:hover, .i3:hover, .i4:hover, .i5:hover, .i6:hover{
    border: 3px solid rgb(107, 233, 219);
    height: 12em;
    width: 20em;
} */


#Contact {
    text-align: center;
    color: white;
    font-size: 3rem;
    margin: 7% 5%;
    /* font-family: 'Xanh Mono', monospace; */
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.cont {
    border: 2px solid #d3b1b1;
    background: #bba5bc30;
    max-width: 74vw;
    height: 100vh;
    margin-left: 10em;
    margin-top: 6rem;
    border-radius: 2ex;
}

#name {
    height: 3rem;
    width: 36rem;
    border-radius: 5px;
    border: 1px solid rgb(228, 230, 230);
    background-color: black;
    margin-left: 23%;
    /* font-family: 'Xanh Mono', monospace; */
    color: white;
    box-sizing: border-box;
}

#subject {
    height: 3rem;
    width: 36rem;
    border-radius: 5px;
    border: 1px solid rgb(228, 230, 230);
    background-color: black;
    margin-left: 23%;
    margin-top: 3%;
    font-family: 'Xanh Mono', monospace;
    color: white;
}

#email {
    height: 3rem;
    width: 36rem;
    border-radius: 5px;
    border: 1px solid rgb(228, 230, 230);
    background-color: black;
    color: white;
    /* font-family: 'Xanh Mono', monospace; */
    margin-left: 23%;
    margin-top: 3%;
}

#msg {
    height: 3rem;
    width: 36rem;
    border-radius: 5px;
    border: 1px solid rgb(228, 230, 230);
    background-color: black;
    margin-left: 23%;
    margin-top: 3%;
    color: white;
    font-family: 'Xanh Mono', monospace;
}

#name::placeholder,
#subject::placeholder,
#email::placeholder,
#msg::placeholder {
    color: white;
}

.submit {
    height: 3rem;
    width: 10rem;
    border-radius: 5px;
    border: 1px solid rgb(228, 230, 230);
    background-color: black;
    margin-left: 43%;
    margin-top: 3%;
    color: white;
    cursor: pointer;
    font-family: 'Xanh Mono', monospace;

}

.foot {
    background-color: black;
    padding: 1%;
    margin-top: 4%;
    width: 98%;
}

.h2 {
    /* font-family: 'Xanh Mono', monospace; */
    color: white;
    text-align: center;
}

#check {
    float: right;
    margin-top: -3%;
}

/* .burger{
    color: white;
    
} */