@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chela+One&family=Manrope:wght@700;800&display=swap');

:root {
    --white: #fff;
    --green: #00715d;
    --blue: #0B0071;
    --orange: #F78207;
    --red: #DA0404;
    --yellow: #fbd45a;
    --light-grey: #525655;
    --grey: #212529;
    --light-green: #90C8BE;
    --baby-pink: #f9f4e8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

section {
    overflow: hidden;
}

.navigation,
.top-btn,
.top-head,
.testo-icon,
.counter,
.join-btn {
    background-color: var(--green);
}

.top-two-btn {
    background-color: var(--blue);
}

.top-three-btn {
    background-color: var(--orange);
}

.top-four-btn {
    background-color: var(--red);
}

.box,
.event-btn,
.footer-btn {
    background-color: var(--yellow);
}

.phone i,
.foundation-info h5,
.event-info h5,
.date{
    color: var(--green);
}

.offcanvas {
    background-color: var(--grey);
}

.nav-item a,
.box-one h6 {
    color: var(--light-green);
}

.nav-item a:hover {
    color: var(--white);
}

.corousel-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 80vh;
}

.bg-img-1 {
    background-image: url(../images/Background/hero-1.jpg);
}

.bg-img-2 {
    background-image: url(../images/background/hero-2.jpg);
}

.bg-img-3 {
    background-image: url(../images/background/hero-3.jpg);
}

.bg-img-4 {
    background-image: url(../images/background/hero-4.jpg);
}

.hero-info p,
.foundation-info h5,
.member-info h5,
.event-info h5,
.box-one h6,
.date,
.name {
    font-family: 'Caveat', cursive;
}

.hero-info h1 {
    font-family: 'Chela One', cursive;
    font-weight: 200;
    letter-spacing: 4px;
    font-size: 2rem;
    color: red;
}

.foundation {
    background-image: linear-gradient(rgba(252, 252, 252, 0.7), rgba(255, 255, 255, 0.81)), url(../images/background/girl-child\ photo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.member {
    background-image: linear-gradient(rgba(64, 235, 207, 0.7), rgba(63, 239, 207, 0.81)), url(../images/background/boy-photo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.join-btn {
    color: var(--white);
}

.join-btn:hover {
    background-color: var(--yellow);
    color: var(--green);
}

.work {
    background-image: linear-gradient(rgba(0, 0, 0, 0.125), rgba(235, 247, 244, 0.81)), url(../images/background/flower-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.campaign {
    background-image: linear-gradient(#0d352357, rgba(21, 41, 36, 0)), url(../Images/Background/champ-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.event,
.questions {
    background-color: var(--baby-pink);
}

.testomonials {
    background-image: linear-gradient(rgba(1, 21, 4, 0.7), rgba(1, 21, 4, 0.7)), url(../Images/Background/testomonial.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box-one h6:hover {
    border-bottom: 1px solid var(--yellow);
}

.box-one img {
    background-color: var(--yellow);
    height: 100px;
    width: 100px;
}

.arrow {
    color: black;
}

.arrow:hover {
    color: var(--green);
}

.date {
    position: relative;
    top: -32px;
    left: 0px;
}

.blog {
    background-image: linear-gradient(rgba(2), rgba(237, 241, 240, 0.743)), url(../Images/Background/blog-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer {
    background-image: linear-gradient(#000000e8, #000000e0), url(../images/background/footer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.footer-list li a {
    color: var(--light-grey);
}

.footer-list li a:hover {
    color: var(--white);
}

.icon-list i {
    display: inline-block;
    line-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: var(--white);
    background-color: var(--grey);
}

.icon-list i:hover {
    background-color: var(--white);
    color: var(--green);
}

.topArrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--green);
    border-radius: 50%;
    position: fixed;
    bottom: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    z-index: 999;
}

.cursor {
    position: fixed;
    left: -20px;
    top: -20px;
    z-index: 1030;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid var(--green);
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .1s;
}


.cursor2 {
    position: fixed;
    left: -20px;
    top: -20px;
    z-index: 1030;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--green);
    pointer-events: none;
    transform: translate(-50%, -50%);
}


.footer {
    background-color: var(--primaryColor);
}

.icon-decoration {
    display: inline-block;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 50%;
    letter-spacing: 0;
    transition: .3s all ease-in-out;
}

.icon-decoration:hover {
    transform: rotate(360deg);
    border-radius: 5px;
    transition: .3s all ease-in-out;
}

.icon-decoration:hover i {
    transform: scale(1.3);
    transition: .3s all ease-in-out;
}

.iconPosition {
    position: relative;
    top: -1px;
}

/* media for 992px width */
@media(min-width:992px) {
    .hero-info h1 {
         font-weight: 400;
         font-size: 4rem;
    }

}