/* GOGGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&family=Montserrat:wght@100;200;300;400;500&family=Poppins:wght@100;200;300;400;500;600&display=swap');

/* BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    /*background-color: rgba(255, 188, 14, 0.05);*/
    background: rgba(255, 255, 255, 1);
}

.wrapper {
    width: 100%;

}

/* FIRST SECTION BACKGROUND */
/* FIRST SECTION BACKGROUND END*/

/* FIRST SECTION HEADER START */
.header_container {
    padding-top: 10px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    /*backdrop-filter: blur(4px);*/
    z-index: 1000;
    width: 100%;
    height: 110px;  /* 229px */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left img {
    margin-left: 13px;
}

.right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-right: 20px;
}

.right .give_btn button {
    width: 242px; /*242px*/
    height: 79px;
    border-radius: 16px;
    background: linear-gradient(254.81deg, #FF0000 8.13%, #FF6E01 92.46%);
    color: #fff;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 17.92px;
    letter-spacing: 2%;
    font-size: 23px;
    cursor: pointer;

}

.right .give_btn button:hover {
    background: #FF6E01;
}

.right .menu_bar {
    width: 241px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    cursor: pointer;
}

#menu-btn {
    font-size: 1.5rem;
    cursor: pointer;
}

#menu-btn.fa-times { /* cancel and Menu Navbar*/
    font-size: 1.5rem;
    transform: rotate(180deg);
}

.right .menu_bar .menu_span {
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0px;
}

.accordion_menu {
    position: absolute;
    top: 100%;
    left: 5;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    width: 515px;
    height: 658px;
    background: rgba(213, 166, 25, 1);
    transition:  2 ease-in-out;
}

.accordion_menu.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.accordion_menu li.active .dropdown {
    color: #fff;
}
.accordion_menu li.active .dropdown  .fa-chevron-down {
    transform: rotate(180deg);
}
.dropdown, .dropdown_text {
    cursor: pointer;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 1rem; /* 1rem 1.5rem*/
    border-bottom: 1px solid white;
    color: black;
    position: relative;
    transition: 0.3s;
    margin-left: 15px;
    margin-right: 15px;
}

.dropdown:hover {
    color: #fff;
}

.dropdown_text:hover {
    color: #fff;
}
  
.dropdown .fa-chevron-down {
    position: absolute;
    right: 12px;
    left: auto;
    transition: transform 0.2s ease-in-out;
    font-size: 1.5rem;
}

.submenuItems {
    display: none;
    transition: all 2s ease-in-out;
}

.accordion_menu li.active .submenuItems{
    display: block;
}

.submenuItems a {
    display: block;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 17.5px;
    font-weight: 300;
    padding: 1rem 1.5rem; /* 1rem 1.5rem*/
    border-bottom: 1px solid black;
    color: #fff;
    border-width: 1px;
    transition: 0.3s;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
}

.submenuItems a:hover {
    color: #fff;
    transition:  2 ease-in-out;
}
/* FIRST SECTION HEADER START END */

/* FIRST SECTION SECOND HEADER START */
.second_header {
    height: 100vh;
    height: 63px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background: rgba(145, 145, 145, 1);
    color:rgba(255, 255, 255, 1);
}

.second_header_left {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-left: 13px;
}


.second_header_right {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-right: 35px;
}

.second_header_right a {
    color:rgba(255, 255, 255, 1);
    padding-left: 10px;
}

.second_header_right a:hover {
    color: rgba(203, 203, 203, 1);
}

.second_header_right .pointer {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color:rgba(203, 203, 203, 1);
    transform: translateX(70px);
    transition: transform 0.3s ease-in-out;
}

.second_header_right a:nth-child(2):hover ~ .pointer {
    transform: translateX(220px);
}

.second_header_right a:nth-child(3):hover ~ .pointer {
    transform: translateX(360px);
}
/* FIRST SECTION SECOND HEADER END */

/*FIRST SECTION CONTENT START */
.first_section_content {
    background-image: url(../asset/first_section.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    font-family: "poppins", sans-serif;
    color: white;
}

.first_section_first_content {
    font-family: 'poppins', sans-serif;
    font-size: 74px;
    font-weight: 700;
}

.first_section_second_content {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 500;
}

/*FIRST SECTION CONTENT END */
 
/*SECOND SECTION CONTENT END */
.second_section_content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
}

.second_section_content_image img {
    height: 450px;
    border-radius: 20px;
}

.vision_text {
    font-family: "Poppins", sans-serif;
    font-size: 58px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.vision_content {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:rgba(75, 76, 77, 1);
    width: 400px;
}
/*SECOND SECTION CONTENT END */

/* MIDDLE CONTAINER START */
.middle {
    padding-top: 100px;
}

/*THIRD SECTION CONTENT START */
.third_section, .forth_section, .fifth_section {
    display: flex;
    justify-content: center;
    padding-bottom: 65px;
}

.third_section_content, .forth_section_content, .fifth_section_content {
    width: 950px;
    height: 300px;
    border-radius: 10px;
    background: rgba(255, 110, 1, 1);
    color: white;
    padding-left: 60px;
}

.we_pray {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    padding-top: 35px;
}

.we_pray_text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 40px;
    color: rgba(255, 255, 255, 1);
}
/*THIRD SECTION CONTENT END */

/*FOURTH SECTION CONTENT START */
.forth_section_content {
    background: rgba(255, 227, 158, 1);

}

.we_go {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    padding-top: 35px;
}

.we_go_text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 40px;
    color:green;
}
/*FOURTH SECTION CONTENT END */

/*FIFTH SECTION CONTENT START */
.fifth_section_content {
    background: rgba(231, 231, 231, 1);
}

.we_give {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    padding-top: 35px;
}

.we_give_text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 600px;
    padding-top: 40px;
    color: rgba(75, 76, 77, 1);
}

/*FIFTH SECTION CONTENT END */

/*SIXTH SECTION CONTENT START */
.sixth_section_content {
    padding-top: 70px;
    text-align: center;
}

.we_are_gh {
    font-family: "Poppins", sans-serif;
    font-size: 96px;
    font-weight: 700;
}

.we_take {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 500;
}

.prosperous {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 500;
}

.successful {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 500;
}

.here {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.everywhere {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
}
/*SIXTH SECTION CONTENT END */


/* footer start */
footer {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 3rem;
    margin-top: 3.5rem;
    height: 17rem;
    background-color: black;
}

footer span{
    width: 23%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: white;
}

footer span h1{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0px 0px 10px;
}

footer span a{
    margin: 0px 0px 10px;
    font-weight: 100;
}

footer span img{
    width: 7rem;
}

footer span a{
    color: white;
    text-decoration: none;
}

footer span span{
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

footer span span ion-icon, i{
    margin-right: 12px;
}

footer span span p{
    margin: 0px;
}

footer .social a ion-icon {
    gap: 10px;
}

/* footer end */

/* BREAK POINT */
@media screen and (max-width: 767px) {
    /* Styles for phone */
    /* HEADER START */
    .header_container {
        position: fixed;
        background-color: #f9f9f9;
        width: 100%;
        height: 60px;
        padding: none;   
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    
    .left img {
    margin-left: 7px;
    }

    .left img {
        width: 5rem;
    }

    .give_btn {
        display: none;
    }

    .right .menu_bar {
        width: 0;
        border: none;
    }
    
    .right .menu_bar .menu_span {
        display: none;
    }

     /* NAVBAR ACCORDION START */
     .accordion_menu {
        width: 100%;
        height: 100vh;
        background-color: grey;
    }

    .dropdown, .dropdown_text {
        font-size: 18px;
        font-weight: 500;
        border-width: 1.5px;
    }    

    .dropdown .fa-chevron-down {
        font-size: 1rem;
    }

    .submenuItems a {
        font-size: 17px;
        font-weight: 300;
        border-width: 1px;
    }

    /* NAVBAR ACCORDION END */

    .second_header {
        display: none;
    }

    /* HEADER END */  

    /* FIRST SECTION BACKGROUND */
    .first_section_content {
        background-image: url(../asset/first_section.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 90vh;
        margin-top: 25px;
    }

    /*FIRST SECTION CONTENT START */
    .first_section_first_content {
        font-size: 30px;
        font-weight: 500;
        text-align: center;
    }

    .first_section_second_content {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }  
    /*FIRST SECTION CONTENT END */

    /*SECOND SECTION CONTENT START */
    .second_section_content {
        flex-direction: column;
    }

    .second_section_content_image img {
        height: 220px;
        border-radius: 25px;
    }   

    .vision_text {
        text-align: center;
        font-size: 26px;
        font-weight: 600;
    }
    
    .vision_content {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        text-align: center;
        width: 190px;
    }
    /*SECOND SECTION CONTENT END */

    /* MIDDLE CONTAINER START */
     .middle {
      padding-top: 4rem;
    }
    
    /*THIRD SECTION CONTENT START */
    .third_section, .forth_section, .fifth_section {
        text-align: center;
        padding-bottom: 0;
    }
    
    .third_section_content, .forth_section_content, .fifth_section_content {
        text-align: center;
        border-radius: none;
        background: none;
        color: black;
        padding-left: 0;
        width: 250px;
        height: 200px;

    }

    .we_pray {
        font-family: "Montserrat", sans-serif;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        color: #000;
        padding-top: 0px;
    }
    
    .we_pray_text {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        padding-top: 20px;
        color: #000;
    }
    /*THIRD SECTION CONTENT END */

    /*FOURTH SECTION CONTENT START */

    .forth_section {
        padding-top: 20%;
    }

    .forth_section_content {
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .we_go {
        font-size: 25px;
        font-weight: 700;
        color: rgba(0, 0, 0, 1);
        text-align: center;
    }
    
    .we_go_text {
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        padding-top: 12px;
        color:rgba(0, 0, 0, 1); 
    }
    /*FOURTH SECTION CONTENT END */
    
    /*FIFTH SECTION CONTENT START */
    .fifth_section_content {
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .we_give {
        font-size: 25px;
        color: rgba(0, 0, 0, 1);
        padding-top: 0px;
        text-align: center;
    }
    
    .we_give_text {
        font-size: 13px;
        font-weight: 400;
        padding-top: 12px;
        text-align: center;
        width: 300px;
        color: rgba(75, 76, 77, 1);
    }
    
    /*FIFTH SECTION CONTENT END */
    
    /*SIXTH SECTION CONTENT START */
    .sixth_section_content {
        padding-top: 70px;
        text-align: center;
    }
    
    .we_are_gh {
        font-size: 22px;
    }
    
    .we_take {
        font-size: 15px;
    }
    
    .prosperous {
        font-size: 16px;
    }
    
    .successful {
        font-size: 16px;
    }
    
    .here {
        font-size: 16px;
    }
    
    .everywhere {
        font-size: 16px;
    }
    /*SIXTH SECTION CONTENT END */
    


    /* footer start */

    footer{
        flex-direction: column;
        height: fit-content;
    }
    
    footer span h1{
        font-size: 1rem;
    }
    
    
    footer span{
        width: 90%;
        margin-bottom: 2rem;
    }

    /* footer end */ 
    
    
    
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* HEADER START */
    .header_container {
        position: fixed;
        background-color: #f9f9f9;
        width: 100vw;
        height: 70px;
        padding: none;   
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .left img {
        width: 5rem;
    }

      
    .right .give_btn button {
        width: 170px; /*242px*/
        height: 55px;
        border-radius: 16px;
    }

    .right .menu_bar {
        width: 170px;
        height: 55px;
        gap: 8px;
        border-radius: 16px;
    }

    /* NAVBAR ACCORDION START */
    .accordion_menu {
        width: 100%;
        height: 100vh;
        background: rgba(213, 166, 25, 1);
    }

    .dropdown, .dropdown_text {
        font-size: 29px;
        font-weight: 300;
        border-width: 1.5px;
    }

    .dropdown .fa-chevron-down {
        font-size: 1rem;
    }

    .submenuItems a {
        font-size: 17px;
        font-weight: 300;
        border-width: 1px;
    }

    /* NAVBAR ACCORDION END */

    /* FIRST SECTION SECOND HEADER START */
    .second_header {
        display: none;
    }
    

    /* HEADER END */

    /* FIRST SECTION SECOND HEADER END */

    /* FIRST SECTION BACKGROUND */
    .first_section_content {
      background-image: url(../asset/first_section.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 90vh;
      margin-top: 25px;
    }
    
    /*SECOND SECTION CONTENT START */
    .second_section_content {
        flex-direction: column;
    }

    .second_section_content_image img {
        height: 280px;
        border-radius: 25px;
    }   

    .vision_text {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
    }
    
    .vision_content {
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        text-align: center;
        width: 390px;
    }
    /*SECOND SECTION CONTENT END */

    /* MIDDLE CONTAINER START */
     .middle {
      padding-top: 4rem;
    }

    
    /*THIRD SECTION CONTENT START */

    .third_section_content, .forth_section_content, .fifth_section_content {
        width: 480px;
        height: 300px;
        border-radius: 7px;
        color: white;
        padding-left: 0px;
    }
     
    .we_pray {
        font-size: 30px;
        padding-top: 35px;
        text-align: center;
    }
    
    .we_pray_text {
        font-size: 18px;
        font-weight: 300;
        padding-top: 30px;
        text-align: center;
    }
    /*THIRD SECTION CONTENT END */

    /*FOURTH SECTION CONTENT START */
    
    .we_go {
        font-size: 30px;
        padding-top: 35px;
        text-align: center;
    }
    
    .we_go_text {
        font-size: 18px;
        font-weight: 300;
        padding-top: 30px;
        text-align: center;
    }
    /*FOURTH SECTION CONTENT END */

    /*FIFTH SECTION CONTENT START */
    .we_give {
        font-size: 30px;
        padding-top: 35px;
        text-align: center;
    }
    
    .we_give_text {
        font-size: 18px;
        font-weight: 300;
        width: fit-content;
        padding-top: 30px;
        text-align: center;
    }
    
    /*FIFTH SECTION CONTENT END */

    
    /*SIXTH SECTION CONTENT START */
    .sixth_section_content {
        padding-top: 25px;
    }
    
    .we_are_gh {
        font-size: 46px;
    }
    
    .we_take {
        font-size: 30px;
        font-weight: 500;
    }
    
    .prosperous {
        font-size: 30px;
    }
    
    .successful {
        font-size: 28px;
    }
    
    .here {
        font-size: 30px;
        font-weight: 420;
    }
    
    .everywhere {
        font-size: 26px;
        font-weight: 500;
    }
    /*SIXTH SECTION CONTENT END */

         
    /* footer start */
    footer {
        height: 18rem;
    }

    /* footer end */
}
