* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Golos Text", sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.header {
    background-color: rgb(238, 238, 238);
    height: 60px;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding-left: 40px;
    justify-content: space-between;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
}

.other {
    animation: color 0.8s infinite;
}

@keyframes color {
    10% {
        color: blue;
    }

    100% {
        color: rgb(137, 211, 77);
    }
}

.donor {
    display: flex;
    gap: 30px;
    cursor: pointer;
    align-items: center;
}

.donor img {
    height: 30px;
    cursor: pointer;
}

.donor p {
    color: rgb(105, 105, 105);
}

.b {
    width: 70px;
    height: 30px;
    margin-right: 90px;
    border: none;
    background-color: white;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.b:hover {
    transform: translateY(-2px);

    box-shadow: 1px 3px 8px 1px #c9c9c9;
}

.b:active {
    transform: translateY(0);
    box-shadow: 1px 3px 8px 1px #c9c9c9;
}

/* navbar */

.navbar {
    height: 70px;
    padding-top: 0px;
    width: 100%;
    color: white;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0.5px 0.5px 0.5px 0.5px #c9c9c9;
}

.navbar img {
    height: 50px;
    margin-left: 50px;
}

.navmenu {
    display: flex;
    gap: 50px;
    color: black;
    position: relative;
    list-style: none;
    align-items: center;
    margin-right: 80px;
}

.navmenu a {
    text-decoration: none;
    font-size: 0.9rem;
    color: rgb(95, 93, 93);
    font-weight: 500;
    position: relative;
}

.navmenu a:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 0;
    width: 0%;
    background-color: rgb(137, 211, 77);
    height: 2px;
    transition: all 300ms ease-in-out;
}

.navmenu a:hover::after {
    width: 100%;
}

.btn1 {
    background-color: rgb(89, 89, 255);
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    border: none;
    font-size: 10px;
    border-radius: 4px;
    height: 30px;
    width: 100px;
    margin-right: -30px;
}

.btn1:hover {
    background-color: rgb(137, 211, 77);
}

.menu-icon {
    display: none;
    font-size: 28px;
    color: black;
    margin-right: 20px;
    cursor: pointer;
}

/* banner-sec */

.banner-sec {
    background-image: url(Images/Banner-Sec/banner1.png);
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;


}

.banner-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 40px;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-img img {
    height: 500px;
}



.banner h1 {
    font-size: 40px;
    font-weight: 300px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.726);
}

.banner p {
    font-size: 19px;
    line-height: 1.4;
    padding: 10px;
    color: rgba(0, 0, 0, 0.726);
    font-weight: 300;
}

.banner button {
    width: 200px;
    height: 50px;
    background-color: white;
    margin-left: 10px;
    border: solid 1px;
    color: rgb(44, 44, 44);

}

span {
    color: rgb(137, 211, 77);
}



/* inputbar */

section {
    padding: 20px;
}

.donate {
    padding-top: 5%;
}

.input-bar {
    padding: 20px;
    width: 100%;
    height: 100px;
    background-color: rgb(226, 252, 185);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail {
    display: flex;
    border-collapse: collapse;
}

.i {
    color: white;
    background-color: rgb(70, 69, 69);
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    padding: 18px;
    border-radius: 4px 0px 0px 4px;
}


.L {
    color: white;
    background-color: rgb(70, 69, 69);
    font-size: 15px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 18px;
    border-radius: 0px 4px 4px 0px;
}

.detail input {
    border-bottom: solid 1px;
    border-top: solid 1px;
    border-right: none;
    border-left: none;
    outline: none;
    text-align: center;
}

.donate-btns {
    padding: 20px;
    display: flex;
    gap: 40px;
}

.donat-btn {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    padding: 18px;
    border-radius: 10px;
    border: none;
    background-color: white;
    color: black;
}

.donate-button {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    padding: 18px;
    border-radius: 10px;
    border: none;
    color: white;
    background-color: rgb(137, 211, 77);
}

.donat-btn1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    padding: 18px;
    border-radius: 10px;
    border: none;
    color: white;
    background-color: black;
}

.donat-btn:hover {
    color: white;
    background-color: black;
    transform: scale(1.1);
    transition: all 1s ease-out;
}

.donate-button:hover {
    transform: scale(1.1);
    transition: all 1s ease-out;
}

.donat-btn1:hover {
    transform: scale(1.1);
    transition: all 1s ease-out;
}


/* child-content */

.child-Content {
    background-image: url(Images/Saylani1.png);
    background-size: cover;
    height: 600px;
    width: 100%;
    background-position: center;
    box-shadow: 1px 3px 8px 1px #c9c9c9;
    display: flex;
    justify-content: right;
    align-items: end;
}

.child-btn {
    padding-right: 20px;
    padding-bottom: 10px;
}

.child-btn button {
    height: 50px;
    width: 200px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(137, 211, 77);
    border: solid blue 2px;
    border-radius: 10px;
    color: rgb(245, 245, 245);
}

.child-btn button:hover {
    transform: scale(1.1);
    transition: all 1s ease-out;
}


/* icon-sec */
.icon-sec {
    text-align: center;
    font-size: 20px;
}


.icon-box {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 50px;
}

.icon-card {
    background-color: rgb(226, 252, 185);
    align-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    line-height: 50px;
    width: 200px;
    height: 200px;
}


.icon-card:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
}


/* funding */


.fund-sec {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.fund-img1 {
    background-image: url(Images/Funding/funding1.jpg);
    position: relative;
    background-size: cover;
    height: 300px;
    width: 400px;
    border-radius: 10px;
}

.fund-img2 {
    background-image: url(Images/Funding/funding2.jpg);
    background-size: cover;
    height: 300px;
    width: 400px;
    border-radius: 10px;
}

.fund-img3 {
    background-image: url(Images/Funding/funding3.jpg);
    background-size: cover;
    height: 300px;
    width: 400px;
    border-radius: 10px;
}

.color {
    background-color: rgba(0, 0, 0, 0.5);
    height: 300px;
    border-radius: 10px;

}

.fund-p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
}

.one {
    position: relative;
}

.b-fund {
    position: absolute;
    bottom: 10px;
    padding-left: 20px;
}

.fund-b {
    width: 350px;
    height: 40px;
    color: white;
    background-color: rgb(137, 211, 77);
    border: none;
    border-radius: 10px;
}


.fund-img1:hover {
    background-color: rgba(0, 0, 0, 0);
    transform: scale(1.05);
    transition: all 0.3s ease-out;
}

.fund-img2:hover {
    background-color: rgba(0, 0, 0, 0);
    transform: scale(1.05);
    transition: all 0.3s ease-out;
}

.fund-img3:hover {
    background-color: rgba(0, 0, 0, 0);
    transform: scale(1.05);
    transition: all 0.3s ease-out;
}

/* saylani guide */

.guide-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}


.guide-img {
    background-image: url(Images/Saylani-Guide/saylani\ guide.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 250px;
    background-position: center;
    width: 80%;
}

.guide-color {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 81, 255, 0.5);
    height: 250px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.guide-put {
    padding-bottom: 20px;
    padding-top: 20px;
}

.guide-put input {

    font-size: 15px;
    padding-left: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: rgb(192, 190, 190);
    width: 400px;
    height: 50px;
    background-color: #c9c9c900;
    border-radius: 10px;
    border: solid .05rem white;
}

.guide-color button {
    font-size: 15px;
    padding-left: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: black;
    width: 400px;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    border: solid .05rem white;
}


/* footpanel */


.foot-panel {
    background-color: rgb(77, 76, 76);
    height: 300px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.foot-logo img {
    width: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.foot-menu {
    display: flex;
    align-items: center;
    padding-top: 50px;
    justify-content: space-between;
    padding-bottom: 40px;
    color: white;
    padding-left: 20px;
    padding-right: 400px;
}

.foot-list {
    list-style: none;
    padding: 10px;
}

.p {
    text-align: center;
    color: white;
    font-size: 12px;
}