@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
    font-family: AvenirRegular;
    src: url(https://s3.amazonaws.com/us.inevent.landing/11430/82166/1303/Avenir-Regular.ttf);
}

@font-face {
    font-family: RocaOne;
    src: url(https://s3.amazonaws.com/us.inevent.landing/11430/82166/1303/RocaOne-Rg.ttf);
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", serif !important;
}

.col-lg-6 {
    padding: 0;
}

.navbar>.container-fluid {
    padding: 0;
}

.navbar {
    position: absolute;
    width: 100%;
    font-family: AvenirRegular !important;
}

.navbar-brand {
    margin-left: 25px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.nav-link {
    color: rgb(50, 58, 115) !important;
    margin: 0px 12px 0px 0px;
    z-index: 999;
    position: relative;
}

.nav-link {
    font-size: 18px !important;
    font-weight: bold !important;
}

.navbar-text {
    font-size: 20px;
    font-weight: bold;
}

.navbar-toggler {
    background-color: #fff !important;
}

.main_about .hero-about .left-section {
    background-color: #7d84b5;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 30px 0px 70px;
}

.main_about .section1 .row {
    background-color: #343a70;
    color: white;
}

.main_about .section1 .col-md-12 {
    max-width: 800px;
    text-align: center;
    margin: auto;
    padding: 100px 0px 50px;
}

.main_about .section1 h2,
.main_about .section2 h2 {
    text-transform: uppercase !important;
}

.main_about .section2 {
    background-color: #f6f4f1;
    padding: 30px 0px;
}

.main_about .section2 .row .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 78px;
    color: rgb(41, 61, 102);
}

.main_about .section3 {
    background-color: #819a9b;
    color: white;
}

.main_about .making_impact{
    margin-left: 15%;
}

.main_about .section3 h2 {
    color: rgb(41, 61, 102);
    font-size: 44px;
}

.main_about .section4 {
    background-color: #f6f4f1;
}

.main_about .section4 rect {
    fill: transparent;
    width: 100%;
}

#piechart {
    background-image: url(https://voluble-clafoutis-dbd871.netlify.app/Untitled_design.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}

.main_about .section4 .left-section {
    color: rgb(50, 58, 115);
    padding: 70px 100px;
    text-align: center;
    max-width: 600px;
}

.main_about .section4 .left-section h5 {
    font-weight: 400;
}

.main_about .section4 .left-section button {
    color: rgb(50, 58, 115);
    border: none;
    padding: 10px 30px;
}

.main_about .container-fluid-section5 {
    background-color: rgb(246, 244, 241);
    padding-bottom: 50px;
    padding-top: 50px;
}

.main_about .container.idc-media {
    background-color: white;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 50px 70px 50px;
}

.main_about .container.idc-media img {
    padding: 80px 0px;
}

/* .main_about .section5 {
    background-color: #f6f4f1;
    color: #343a70;
    padding: 40px 0px;
}
.main_about .section5 .row {
    align-items: flex-end;
}
.main_about .section5 .left-section,
.main_about .section5 .left-section2 {
    text-align: right;
}
.main_about .section5 .right-section {
    padding: 0px 70px;
}
.main_about .section5 .right-section a {
    color: white;
} */
.footer {
    background-color: #343a70;
    color: white;
    padding: 50px 0;
}

.footer .summit-logo img {
    max-width: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 50px;
}

.footer .connect-with-us {
    text-align: left;
}

.footer .connect-with-us h6 {
    font-size: 15px;
    color: #f6f4f1;
}

.footer .connect-with-us a {
    display: block;
    color: #f6f4f1;
    text-decoration: none;
    font-size: 18px;
}

.footer h2 {
    font-size: 32px;
    color: #f6f4f1;
}

.footer .cta-buttons p {
    color: #f6f4f1;
}

.footer .cta-buttons {
    margin-top: 30px;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 75px;
}

.footer .cta-buttons a,
.footer .cta-buttons1 a {
    margin: 5px;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    background-color: rgb(48, 106, 105);
    color: #f6f4f1;
    display: inline-block;
}

.footer .email-contact {
    margin-top: 80px !important;
}

.footer .email-contact a {
    color: #f6f4f1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 992px) {
    .navbar-collapse {
        background-color: #fff;
    }

    .navbar-text,
    .navbar-nav .nav-link.active,
    .navbar-nav .show>.nav-link,
    .nav-link {
        color: #000 !important;
    }

    .navbar-toggler {
        margin-right: 10px;
    }

    .main_about .section4 .row,
    .main_about .section2 .row,
    .main_about .section5 .row {
        flex-direction: column;
        align-items: center;
    }

    .main_about .section2 .row .col-md-7,
    .main_about .section2 .row .col-md-4,
    .main_about .section4 .left-section {
        width: 100%;
    }

    .main_about .section4 .left-section {
        padding: 70px 0px;
    }

    .main_about .section5 .left-section,
    .main_about .section5 .left-section2 {
        text-align: center;
        width: 100%;
    }

    .main_about .section5>div>div:nth-child(1)>div:nth-child(2)>h2 {
        text-align: center;
    }

    .main_about .section5 .right-section {
        padding: 20px;
        width: 100%;
    }

    .main_about .section3 {
        background-size: cover;
    }

    .main_about .section2 .row .col-md-7 {
        padding: 20px;
    }

    .main_about .hero-about .left-section {
        padding: 80px 30px;
    }

    .navbar-collapse {
        padding-left: 30px;
    }

    .main_about .section3 {
        height: auto;
    }

    .main_about .section5 .left-section img {
        width: 10% !important;
    }

    .main_about .section5>div>div:nth-child(1)>div:nth-child(2)>h2 {
        font-size: 25px;
    }

    .main_about .section5 .left-section2 img {
        width: 25% !important;
    }

    .main_about .making_impact{
        width: 100%;
    }
    
    .main_about .making_impact{
        padding: 10%;
		margin-left:0;
    }

    .main_about .section3 .row {
        padding: 0;
        align-items: center;
    }

    .main_about .section3 h2 {
        font-size: 30px;
    }

    .main_about .section3 p {
        font-size: 10px;
    }

    .footer .cta-buttons {
        justify-content: center;
    }

    .footer h2 {
        font-size: 25px;
    }

    .footer .connect-with-us {
        text-align: center;
    }
}