
@media (min-width: 576px) {
    .col-sm-10 {
        width: 80%;
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .col-md-8 {
        width: 60%;
        max-width: 60%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        width: 50%;
        max-width: 50%;
    }

    .text-lg-left {
        text-align: left;
    }
}

.hero-section .heading {
    font-size: 37px;
    font-weight: 400;
}

/* Tablet and smaller devices */
@media only screen and (max-width: 768px) {
    .hero-section .heading {
        font-size: 2rem;
        /* Adjust the font size for tablet devices */
    }
}

/* Mobile devices */
@media only screen and (max-width: 576px) {
    .hero-section .heading {
        font-size: 1.5rem;
        /* Adjust the font size for mobile devices */
    }
}


.event {
    background-color: #2FD7C3;
    width: 220px;
    height: 34px;
    border-radius: 15px;
    opacity: 1;
}

@media only screen and (max-width: 991.98px) {
    .event {
        /* background-color: lightcoral; */
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .section-list {
        font-size: 18px;
    }

    .section-list li {
        font-size: 16px;
    }
}

.h-section {
    min-height: 300px;
    /* Default height */
}

.cont-height {
    height: 3rem;
    /* background-color: #1AC55E; */
}

.cont-height li {
    padding-top: 7px;
    padding-left: 42px;
}

.cont-height li a {
    color: black;
}


.cont-height:hover {
    background-color: #8512E0;
    color: white;
}

.cont-height a:hover {
    /* background-color: #8512E0; */
    /* color: white; */
}

/* Font size for smaller screens */
@media screen and (max-width: 768px) {
    .section-list {
        font-size: 16px;
        /* Adjust font size for smaller screens */
    }
}

/* Font size for larger screens */
@media (min-width: 992px) {
    .section-list {
        font-size: 20px;
        /* Adjust font size for larger screens */
    }
}

@media (min-width: 768px) {
    .h-section {
        min-height: 400px;
        /* Adjust height for medium and larger devices */
    }
}

@media (min-width: 992px) {
    .h-section {
        min-height: 500px;
        /* Adjust height for large devices */
    }
}

@media (min-width: 1200px) {
    .h-section {
        min-height: 600px;
        /* Adjust height for extra-large devices */
    }
}


.paragraph {
    font-size: 21px;
    font-weight: 600;
    margin-left: 1rem
}

.paragraph ul {
    font-size: 18px;
}

.know-more-button {
    margin-left: 2rem;
    background-color: transparent;
    border-radius: 6px;
    border: 2px solid #1AC55E;
    color: #1AC55E;
    width: 144px;
    height: 52px;
    font-size: 18px;
    font-weight: bold;
    /* font-family: Roboto; */
}

@media only screen and (max-width: 880px) {
    .h-section {
        width: 100%;
    }

    .paragraph {
        font-size: 16px;
    }

    .section-list li {
        font-size: 16px;
    }

    .section-list li a i {
        margin-right: 2px;
    }
}

@media only screen and (max-width: 576px) {
    .h-section {
        flex-direction: column;
    }

    .paragraph {
        font-size: 14px;
    }

    .section-list li {
        font-size: 14px;
    }

    .section-list li a i {
        margin-right: 1px;
    }
}

.testimonial {
    font-size: 38px;
    font-family: Roboto;
    font-weight: 400;
    color: black;
    margin-left: 7rem;
}

/* Adjust font size for medium and smaller screens */
@media (max-width: 992px) {
    .testimonial {
        font-size: 7vw;
        /* Adjust the font size as needed */
    }
}

/* Adjust font size for extra small screens */
@media (max-width: 576px) {
    .testimonial {
        font-size: 10vw;
        /* Adjust the font size as needed */
    }
}

.card {
    background-color: #FAF7FF;
}

.star {
    color: #FF630C;
}

.name {
    font-size: 20px;
    color: #175CD3;
}

.place {
    font-size: 16px;
    color: #757575;
}

.review {
    font-size: 18px;
    color: #011F53;
}

.commitment {
    font-size: 16px;
    font-weight: 500;
    color: #1D2026;
    margin-top: 2rem;
    margin-left: 9rem;
}

.promise {
    font-size: 49px;
    font-weight: bold;
    color: #1D2026;
    margin-left: 8.5rem;
}



.para {
    font-size: 25px;
    font-weight: normal;
    color: #252525;
    margin-left: 9rem;
    line-height: 29.25px;
}

.GNI-footer {
    background-color: #002942;
    padding: 30px 0;
}

.question {
    width: 396.23px;
    height: 34.56px;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
}

@media screen and (max-width: 1000px) {
    .question {
        font-size: 1.5em;
        /* Increase the font size on screens that are at least 768px wide */
    }
}

@media screen and (min-width: 992px) {
    .question {
        font-size: 2em;
        /* Further increase the font size on screens that are at least 992px wide */
    }
}

.email {
    width: 277px;
    height: 33px;
    border-radius: 12px;
    border: 1px solid #175CD3;
    background-color: white;
}

.sty {
    width: 113px;
    height: 33px;
    border-radius: 6px;
    opacity: 1;
    background: #175CD3;
    font-family: AtypDisplay;
    font-size: 13px;
    font-weight: normal;
    color: #FFFFFF;
}

.GNI-footer ul li {
    width: 40px !important;
    height: 34px !important;
    margin-left: 3px;
    border-radius: 12px !important;
    border-radius: 12px !important;
    opacity: 1 !important;
    background: #FFFFFF !important;
}

.Features {
    width: 81.78px;
    height: 28.8px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 6rem;
}

.features-list li {
    font-size: 16px;
    font-weight: normal;
    margin-top: 22px;
    color: #FFFFFF;
    display: flex;
}


.sliderr h1 {
    background: linear-gradient(145deg, #FFFFFF 26%, #76DC5C 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 58px
}

.sliderr h3 {
    font-size: 25px;
    color: white;
}

.success .success-icon {
    background-color: #c229a8;
    width: 64px;
    height: 64px;
    border-radius: 6px;
}

.success .success-icon i {
    margin-top: 6px;
    color: white;
    font-size: 3rem;
    margin-left: 5px;
    border-style: inset;
    border-radius: 12px
}

.success h1 {
    font-size: 60px;
    color: #76DC5C;
}

.success h3 {
    font-size: 25px;
    color: white;
}

.get-involve {
    height: 445px;
    border-radius: 14px;
    opacity: 1;
    background: linear-gradient(0deg, #175CD3, #175CD3), #FFFFFF;
}