*{
    margin: 0;
    padding: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    user-select: none;
    box-sizing: border-box;
    color: #00346A;
}
button{
    cursor: pointer;
}
body{
    overflow-x: hidden;
}
.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
}
.headerOnScroll{
    background-color: #fff !important;
    color: #012169 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.site-head{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.site-head h1{
    font-size: 22px;
    color: #fff;
}
.site-head p{
    color: #fff;
}
.headerOnScroll .site-head h1, .headerOnScroll .site-head p, .headerOnScroll .site-actions ul li{
    color: #012169 !important;
}
.site-head img {
    width: 40px;
    height: 45px;
}
.site-actions{
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.site-actions ul{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.site-actions ul #text{
    display: none;
}
.site-actions ul li{
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}
.site-actions ul li a{
    color: inherit;
    text-decoration: none;
}
.site-actions #donation{
    padding: 8px 13px;
    border-radius: 8px;
    border: none;
    background-color: #1877F2;
    color: #fff;
}
#banner{
    height: 610px;
    position: relative;
    background-color: #000;
}
#banner-slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Fading animation */
.fade {
    display: block !important;
    animation:fading 5s forwards
}
.slideIn{
    z-index: 10;
    animation:fadeIn 5s forwards
}
@keyframes fading{
    from {opacity: 1}
    to {opacity: 0}
}
@keyframes fadeIn{
    from {opacity: 0}
    to {opacity: 1}
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.banner-overlay{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 100px;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}
.banner-overlay h1{
    width: 500px;
    font-size: 56px;
    color: #fff;
    text-shadow:  2px 2px 5px #000;
}
.banner-overlay p{
    width: 400px;
    font-size: 18px;
    color: #f1f1f1;
    text-shadow:  2px 2px 5px #000;
}
#enroll{
    background-color: #1877F2;
    padding: 16px 60px;
    margin-top: 40px;
    border: none;
    border-radius: 10px;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    color: #fff;

}
.icon-menu{
    position: absolute;
    right: 0;
    bottom: -70px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 250px;
    z-index: 1000;
}
.icon-menu .inner-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 80px;
    width: -webkit-fill-available;
    height: 130px;
}
.icon-item{
    font-size: 20px;
    color: #012169;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.icon-item img{
    width: 70px;
    height: 70px;
}

.blockContents{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 120px;
    margin-bottom: 50px;
    align-items: center;
}

.underline-decoration{
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blockContents span {
    position: static;
    color: #af282c;
    text-align: center;
    font-size: 50px;
}
.blockContents .underline-decoration::after {
    content: "";
    display: block;
    width: -webkit-fill-available;
    height: 11.8px;
    background: url("./assets/underline-decoration.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.blockContents h4{
    color: #012169;
    width: 700px;
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
}

/*Image Buttons*/
.image-button{
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-inline: 100px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.imageButton{
   width: 30%;
   height: 300px;
   margin: 10px;
   background-color: #000;
   border-radius: 20px;
   position: relative;
   overflow: hidden;
}
.buttonOverlay{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0px;
    width: 100%;
    bottom: 0px;
    border-radius: inherit;
    align-items: center;
    justify-content: flex-end;
    color: #fff !important;
    padding: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}
.buttonOverlay h3{
    color: #fff;
}
.buttonIcon{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.buttonBackground{
    width: 100%;
    height: inherit;
    border-radius: inherit;
}
.values{
    background-color: #F4F4F4;
    width: -webkit-fill-available;
    height: 400px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 150px;
    position: relative;
}
.values .label{
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
}
.values .floatIcon1 {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 20px;
    left: 30px;
}
.values .floatIcon2 {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.values .valueItem img{
    width: 100px;
    height: 100px;
}
.values .valueItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 90px;
    gap: 10px;
}
.whoWeAre{
    padding-inline: 150px;
    margin-top: 0px;
    background-color: #f1f1f1;
    padding-bottom: 20px;
}
.articleBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 140px;
    margin-bottom: 100px;
    align-items: center;
}
.articleBox img{
    width: 350px;
    height: 350px;
    border-radius: 20px;
}
.articleBox h2{
    font-size: 46px;
}
.articleBox p{
    font-size: 25px;
    width: 70%;
    margin-top: 10px;
}

/*Footer*/
.footer{
    background-color: #f4f4f4;
    padding: 25px 80px;
}
.footerLogo{
    width: 50px;
    height: 50px;
}
.footerIconBrand{
    width: 30px;
    height: 30px;
}
.aboveFooter{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    margin-bottom: 25px;
    padding-bottom: 12px;
}
.accredit{
    display: flex;
    gap: 10px;
    align-items: center;
}
.sitLogo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footerMenuBox{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.aboutSummary{
    width: 20%;
}
.aboutSummary h2{
    font-size: 18px;
    margin-bottom: 20px;
}
.aboutSummary p{
    font-size: 12px;
    margin-bottom: 20px;
}
.aboutSummary ul li{
    list-style: none;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.aboutSummary input{
    padding: 12px;
    width: 100%;
    color: inherit;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
}
.aboutSummary button{
    display: flex;
    padding: 8px 15px;
    background-color: goldenrod;
    border: none;
    border-radius: 20px;
    align-self: flex-end;
}
.mobile-menu{
    display: none;
}
.mobile{
    display: none;
}