@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

/* font-family: "Manrope", sans-serif; */
/* font-family: "Inter", sans-serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* primary color #261fb3 */

html,
body {
    width: 100%;
    height: 100%;
}

#maincontainer {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
}

a,
p,
span {
    font-family: "Inter", sans-serif;
    color: #222;
}

a {
    text-decoration: none;
    color: #222;
}

::-webkit-scrollbar {
    display: none;
}

/* sub header */
.subheader-Section{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.subheaderContainer{
    width: 100%;
    max-width: 1400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    background-color: #222;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.subhead-Contact, .subhead-Social{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.subhead-Contact{
    margin-left: 20px;
}

.subhead-Contact p{
    font-size: 1.1rem;
}

.subhead-Contact p, .subhead-Contact p>a{
    color: #f9f9f9;
}

.subhead-Social{
    margin-right: 20px;
}

.subhead-Social a>i{
    color: #f9f9f9;
    /* margin-right: 10px; */
    font-size: 1.5rem;
}


/* sub header */


/* navigation */
.navigation {
    width: 100%;
    margin-top: 10px;
    /* height: auto; */
    height: 70px;
    /* font-family: "Funnel Display", sans-serif !important; */
    /* background: linear-gradient(45deg, #4199fe, #74b4fe); */
}
.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em; */
}

.brand a:first-child img {
    width: 50px;
}

.nav-button{
    padding: 10px 25px;
    background: linear-gradient(45deg, #25228d, #372ffc);
    border-radius: 15px;
    color: #f9f9f9 !important;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 5px;
}

.nav-button:hover{
    background: linear-gradient(-45deg, #372ffc, #25228d);
    border-radius: 15px;
    color: #fafafa;
}


.brand img{
    width: 220px;
    height: auto;
}

.brand a:nth-child(2) img{
    width: auto !important;
    height: 55px !important;
}
/* .brand a, .brand a:visited {
    color: #ffffff;
    text-decoration: none;
} */
.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 10px 20px; */
}
nav {
    float: right;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 6px;
}
nav ul li {
    float: left;
    position: relative;
    font-size: 1.1rem;
}
nav ul li a,nav ul li a:visited {
    display: block;
    padding: 10px 20px !important;
    /* line-height: 55px; */
    color: #111;
    background: #fafafa20;
    transition: all .3s ease-in-out;
    text-decoration: none;
    margin-left: 10px;
}
nav ul li a{
    /* background: transparent; */
    background: none;
    color: #111;
}

nav ul li a:visited{
    background-color: #fafafa30;
}

nav ul li a:hover, nav ul li a:visited:hover {
    background: #fafafa20;
    color: #111;
    border-radius: 25px;
}
 
.navbar-dropdown li a{
    background: #fff !important;
    color: #111 !important;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
    /* background-color: #ff0000; */
}
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

/* .nav-list>a{
    color: #111 !important;
} */
.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    color: #111;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}
@media only screen and (max-width: 768px) {
    .navigation{
        margin-top: 15px;
    }
    .nav-mobile {
        margin-top: 18px;
        margin-right: 10px;
        display: block;
   }
   
.brand img{
    width: 110px;
    height: auto;
}

.brand a:nth-child(2) img{
    width: auto !important;
    height: 40px !important;
}
    nav {
        width: 100%;
        padding: 85px 20px 15px;
   }
    nav ul {
        display: none;
   }
    nav ul li {
        float: none;
   }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
        color: #111 !important;
        background: transparent !important;
   }
    nav ul li ul li a {
        padding-left: 30px;
   }
    .navbar-dropdown {
        position: static;
}

.subheader-Section{
    display: none;
}
}
@media screen and (min-width:800px) {
    .nav-list {
        display: block !important;
   }
}
#navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #111;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
    top: -10px;
}
#navbar-toggle span:after {
    bottom: -10px;
}
#navbar-toggle.active span {
    background-color: transparent;
}
#navbar-toggle.active span:before, #navbar-toggle.active span:after {
    top: 0;
}
#navbar-toggle.active span:before {
    transform: rotate(45deg);
}
#navbar-toggle.active span:after {
    transform: rotate(-45deg);
}

/* Active navigation link */
nav ul li a.active, nav ul li a:visited.active {
    background-color: #fafafa; /* Active link background color */
    color: #111; /* Active link text color */
    border-radius: 25px; /* To match hover style */
}

.active{
    background-color: #98adff !important;
    color: #111 !important;
}
/* navigation */




/* cta section */
.Cta-Section{
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Cta-Container{
    width: 100%;
    max-width: 1400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(135deg, #25228d, #372ffc);
    border-radius: 25px;
    padding: 20px;
    color: #f9f9f9;
    margin-top: 20px;
}

.Cta-Container h4{
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-bottom: 10px;
    border-radius: 50px;
    border: 1px solid #98adff;
    padding: 8px 20px;
    display: inline;
}

.Cta-Container h1{
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    max-width: 750px;
    /* max-width: 800px; */
}

.Cta-Container p{
    width: 100%;
    max-width: 800px;
    color: #f9f9f9;
    margin-bottom: 20px;
}

.cta-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cta-buttons a{
    text-decoration: none;
    color: #f9f9f9;
    padding: 10px 25px;
    border-radius: 15px;
    border: 1px solid #f9f9f9;
    transition: all .3s ease-in-out;
    font-size: 1.1rem;
    font-weight: 550;
}

.Cta-Container a:nth-child(1):hover{
    background-color: #f9f9f9;
    color: #222;
    transform: translateY(-5px);
}

.Cta-Container a:nth-child(2):hover{
    background-color: #075E54;
    color: #fff;
    border: 1px solid #075E54;
    transform: translateY(-5px);
}

.Cta-Container a i{
    font-size: 1.2rem;
    margin-right: 5px;
    font-weight: 400;
}

/* cta section */


/* footer section */
.footer-Section{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.FooterContainer {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.partnerNgo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    display: none;
}

.partnersLogo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff20;
    backdrop-filter: blur(5px);
    overflow: hidden;
    z-index: 11;
}

.partnersLogo img{
    /* width: 400px; */
    min-width: 200px;
    max-width: 400px;
    /* mix-blend-mode:; */
    width: auto;
    height: auto;
    border-radius: 15px;
    box-shadow: 10px 10px 60px #372ffc15;
}

.partnerNgo .Partner-Text{
    font-size: 11rem;
    text-align: center;
    font-weight: 550;
    color: transparent;
    background: linear-gradient(365deg, #98adff 0%, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    margin-top: -100px;
    text-transform: uppercase;
}

.horifoot{
    width: 100%;
    height: 3px;
    background-color: #261fb3;
    /* margin-bottom: 20px; */
    margin: 50px 0;
}

/* main footer */
.mainFooterContent{
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    /* background-color: #222; */
}

.mainFooter-Left, .mainFooter-Right{
    /* width: 50%; */
    height: auto;
    /* padding: 10px; */
}

.mainFooter-Left{
    width: 40%;
}

.mainFooter-Left > h1{
    color: #261fb3;
    font-weight: 700;
    font-size: 3rem;
}

.mainFooter-Left img{
    width: auto;
    height: 55px;
    margin-bottom: 15px;
}

.mainFooter-Left .foot-para{
    color: #222;
    max-width: 90%;
}

.Foot-social-links{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    margin-top: 30px;
}

.Foot-social-links a{
    
    i{
        font-size: 1.5rem;
        font-weight: 500;
        background-color: #98adff;
        color: #111;
        border-radius: 50%;
        padding: 10px;
        color: #161616;
    }
}

.mainFooter-Right{
    width: 60%;
    height: auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;

    .mainRightChild{
        width: 35%;
        /* background-color: #111; */
    }
}

.footer-float, .absolute-image{
    position: absolute;
    /* top: 140px; */
    right: 20px;
    width: 250px;
}

.mainRightChild{
    width: 40%;
    max-width: 45%;
}


.mainRightChild h3{
    color: #25228d;
    font-size: 1.2rem;
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.mainRightChild ul li{
    list-style: none;
    margin-left: 2px;
    font-size: 1rem;
    margin-top: 5px;
    transition: all .3s ease-in-out;
}

.mainRightChild ul li:hover, .mainRightChild p:hover{
    transform: translateX(5px);
    color: #444;
}

.mainRightChild p{
    margin-left: 2px;
    font-size: 1rem;
    margin-top: 5px;
    transition: all .3s ease-in-out;
}

.mainRightChild ul li i{
    margin-left: 5px;
    color: #261fb3;
    position: absolute;
    transition: all .3s ease-in-out;
}

.mainRightChild ul li:hover i{
    transform: rotate(45deg);
}


.foot{
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.copyrightsection{
    width: 100vw !important;
    background-color: #111;
    padding: 10px;
    /* color: #f9f9f9; */
}

.letswork a, .letswork i{
    color: #261fb3;
    font-size: 8rem;
    line-height: 12rem;
    /* background: linear-gradient(-360deg, #98adff 0%, #fff 100%); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
}

.copyrightsection p, .copyrightsection a{
    color: #f9f9f9;
}

.absolute-image{
    top: 240px;
    display: none;
    /* margin-bottom: 0px; */
}
/* footer section */


@media only screen and (max-width:768px){
    .Cta-Section, .Cta-Container{
        width: 100%;
        height: auto;
        max-width: auto;
        min-height: auto;
    }

    .Cta-Container{
        padding: 35px 15px;
        margin: 40px 0;

        > p{
            margin-bottom: 40px !important;
        }
    }

    .Cta-Section{
        padding: 5px;
    }

    .cta-buttons{
        flex-wrap: wrap;
    }

    .cta-buttons a{
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .Cta-Container h4{
        font-size: 1rem;
        font-size: 15px;
    }

    .Cta-Container h1{
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .footer-Section, .FooterContainer{
        width: 100%;
        height: auto;
        min-height: auto;
        max-width: auto;
        overflow: hidden !important;
    }

    .footer-Section{
        padding: 0 10px;

        .mainFooterContent{
            width: 100%;

            .mainFooter-Left{
                width: 100% !important;
                margin-bottom: 20px;
            }

            .mainFooter-Right{
                width: 100% !important;
                padding: 0;
                margin-bottom: 25px;
            }
        }
    }

    .partnerNgo{
        width: 100%;
        height: auto;
        padding: 5px;
    }

    .partnersLogo{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .partnersLogo img{
        width: 100%;
        min-width: 50%;
        max-width: 300px;
        margin-top: 20px;
    }

    .partnerNgo .Partner-Text{
        font-size: 3rem;
        margin-top: 20px;
    }

    .mainFooterContent{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
   
    .mainFooter-Right{
        gap: 40px;
        padding: 0;
    }

    .mainFooter-Left, .mainFooter-Right{
        width: 100%;
        height: auto;
    }

    .mainFooter-Left
    .foot-logo{
        font-size: 3rem;
    }

    .mainFooter-Left
    .foot-para{
        width: 100%;
        max-width: 100%;
    }

    .mainFooter-Left .Foot-social-links{
        margin-bottom: 30px;
    }

    .mainFooter-Right{
        width: 100%;
        height: auto;
        justify-content: start;
        padding: 0 20px;
    }

    .mainRightChild{
        width: auto;
        word-wrap: break-word;
    }

    .absolute-image{
        top: 200px;
        right: 0px;
    }

    .mainRightChild h3{
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .mainRightChild ul li a, .mainRightChild p{
        font-size: 15px;
    }

    .foot{
        width: 100%;
        height: auto;
        background-color: #fff;
        margin-top: 10px;
    }

    .letswork{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .foot .letswork a, .letswork i{
        font-size: 2rem;
        line-height: 2.5rem;
        /* margin-bottom: 0px; */
        /* margin-top: -120px; */
        /* margin-top: 190px !important; */
        z-index: 111;
        background-color: #fff;
        /* margin-bottom: 20px; */
    }

    .copyrightsection{
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .mainFooter-Right .mainRightChild:nth-child(2), .absolute-image{
        display: none;
    }

    .copyrightsection p{
        font-size: 1rem;
    }

    .nav-button{
        background: linear-gradient(90deg, #25228d, #372ffc);
    }
}