@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

#head {
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
    letter-spacing: 2px;
}

#head h1 {
    font-family: 'Play', sans-serif;
}

#colr {
    color: #1c1852;
}

.container5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 800;
    word-spacing: 5px;
    padding: 10px 0px;
}

.border {
    width: 20%;
}

.quote-box {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0px;
    padding: 10px 0px;
    background-color: aliceblue;
}

.quote-box i {
    font-size: 35px;
    color: #1c1852 !important;
    text-align: center;
}

.quote-box i.fa-handshake-o {
    font-size: 50px;
    margin-bottom: 5px;
}

.quote-box h4 {
    margin: 20px 0px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
}

.quote-box2 h4{
    text-align: justify;
    width: 80%;
    margin: auto;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.about-cont {
    width: 80%;
    padding: 10px 0px;
}

.about-cont p {
    font-size: 17px; /* 20px */
    text-align: justify;
    line-height: 32px; /* 40px */
}

.min-cont {
    max-width: 850px;
    font-weight: 500;
}

.flex-para {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 35vh;
}

.flex-para2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 20px;
    width: 100%;
    height: 45vh;
}

.flex-para p {
    width: 65%;
}

.flex-para2 p {
    width: 56.2%;
}

.flex-para .para-img {
    width: 30%;
}

.para-img img {
    width: 100%;
    scale: 0.7;
}

.aspirant-expect {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heading {
    text-align: center;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading h5 {
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0px;
}

.heading h6 {
    font-size: 20px;
    font-weight: 300;
}

.listing ul {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.listing ul li {
    width: 100%;
    background-color: #FFF2F2;
    list-style-type: none;
    height: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 20px;
}

.listing ul li i {
    padding: 2px;
    color: green;
}

.listing ul li p {
    width: 80%;
    margin-left: 10px;
}

.support {
    padding: 10px 0px;
}

.commitment {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.commitment .box {
    width: 25%;
    display: flex;
    flex-direction: column;
    background-color: lavenderblush;
    margin: 20px;
    padding: 20px 15px;
    border-radius: 15px;
    transition: 1s ease all;
}

.box h6 {
    font-weight: 800;
}

.box p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0rem !important;
}

.quote-box p {
    text-align: center;
    font-weight: 600;
}

.commitment .box:nth-child(2) {
    background-color: #ADD8E6;
}

.commitment .box:nth-child(3) {
    background-color: #C8A2C8;
}

.commitment .box:nth-child(4) {
    background-color: #D8BFD8;
}

.commitment .box:nth-child(5) {
    background-color: #CCCCFF
}

.commitment .box:hover {
    box-shadow: 10px 12px 5px grey;
}

.team {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.owners {
    width: 80%;
}

.first_row {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 20px;
}

.box_cont {
    width: 30%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #F5F7F8;
    border-radius: 20px;
    transition: 0.5s ease all;
}

.box_cont:hover {
    box-shadow: 8px 6px 5px grey;
    scale: 1.02;
}

.second_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    row-gap: 50px;
}



.box_cont .card_img {
    width: 100%;
    height: 40%;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    border-top-right-radius: 19px;
    border-top-left-radius: 19px;
}

.second_row .box_cont .card_img:nth-child(1) {
    background-image: linear-gradient(to left, #a18cd1 0%, #fbc2eb 100%);
}

.box_cont .card_img img {
    width: 120px;
    height: 120px;
    position: absolute;
    margin-top: 70px;
    border: 2.5px solid white;
    border-radius: 25%;
}

.box_cont .card_content {
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

.card_content h5 {
    font-size: 20px;
    font-weight: 900;
    color: #8ec5fc;
}

.second_row .card_content h5:nth-child(1) {
    color: #9795f0;
}

.card_content h6 {
    font-size: 18px;
    font-weight: 500;
    color: #1c1852;
}

.card_content p {
    color: #1c1852;
    margin-bottom: 0rem !important;
}

.sponsor {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0px;
    margin-top: 20px;
}

.sponsor_cont {
    width: 90%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sponsorLogo {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding: 20px 0px;
    transition: 1s ease all;
}

.sponsorLogo a {
    text-decoration: none;
}

.sponsorLogo img {
    width: 200px;
    height: 50px;
}

.sponsorLogo:nth-child(3) img{
    width: 200px;
    height: 100px;
}

.sponsorLogo h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #1c1852;
    padding-top: 20px;
}

.sponsorLogo:hover {
    box-shadow: 8px 12px 5px grey;
}

.sponsor_content {
    width: 80%;
    margin: 20px 0px;
}

.sponsor_content p {
    margin-bottom: 0rem !important;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}

/* .container5 {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.container5 .image {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: right;
    flex-direction: row;
}

.container5 .image img {
    width: 100%;
    height: 100%;
}

.text {
    font-family: 'Play', sans-serif;
    color: black;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 3rem;
    margin-top: 10px;
    padding-top: 10px;
    width: 55%;
}

.text1 {
    color: rgb(51, 51, 51);
    font-size: 1.1rem;
    font-weight: 400;
    word-spacing: 5px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8rem;
}

.text1 li {
    font-family: 'Dosis', sans-serif;
}

.text h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 2rem;
}

#text-para {
    padding-left: 0;
}

.container5-1 {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.container5-1 .image {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: right;
    flex-direction: row;
}

.container5-1 .image img {
    width: 100%;
    height: 100%;
}

@keyframes enter-animation1 {
    0% {
        transform: translateX(-400px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {

    .text1-transition-animation {
        animation: enter-animation1 1.6s 1;
    }
}

@keyframes enter-animation2 {
    0% {
        transform: translateY(-400px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .image1-transition-animation {
        animation: enter-animation2 1.6s 1;
    }
}


@keyframes enter-animation3 {
    0% {
        transform: translateX(-400px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {

    .text2-transition-animation {
        animation: enter-animation3 1.6s 1;
    }
}

@keyframes enter-animation3 {
    0% {
        transform: translateY(-300px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {

    .image2-transition-animation {
        animation: enter-animation3 1.6s 1;
    }
} */

/*---------------------- Sponsor -------------------------- */
/* 
.sponcer {
    width: 100%;
    background: url('/images/Common/about.sponcer-bg.jpg');
    background-size: cover;
}

.colanlogo {
    width: 50%;
    margin: 2% 0 0 4%;
}

.colanlogo img {
    width: 80%;
    height: auto;
    padding: 0;
    margin: 0;
}

.colanlogo #gif img {
    width: 90%;
    height: auto;
    padding: 0;
    margin: 0;
}

#cont {
    width: 110%;
    padding: 20px;
    line-height: 2rem;
}

.colan-content {
    display: flex;
    margin-top: 50px;
}

.button-group3 {
    margin-top: 40px;
}

.button-group3 a {
    text-decoration: none;
    font-weight: 500;
    border: 2px solid #1c1852;
    background-color: #1c1852;
    color: white;
    border-radius: 20px;
    padding: 5px 10px;
}

.button-group3 a:hover {
    color: #1c1852;
    background: transparent;
    border: 2px solid #1c1852;
    font-weight: bold;
}

#head {
    text-align: center;
    text-transform: uppercase;
    padding-top: 70px;
    letter-spacing: 2px;
}

#head h1 {
    font-family: 'Play', sans-serif;
}

#colr {
    color: #1c1852;
}

@keyframes enter-animation4 {
    0% {
        transform: translateY(300px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .sponsor-transition-animation {
        animation: enter-animation4 1.6s 1;
    }
} */

/* ------------------Mentor cards---------------------- */
/* 
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: none;
    display: none;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    margin-top: -8rem;
    font-weight: 700 !important;
    color: #1c1852;
    display: inline;
}

.mentors {
    margin-top: 50px;
    background: url(/images/Common/about.mentor-bg.png);
    background-size: cover;
}

.mentors h1 {
    text-align: center;
    margin-bottom: 50px;
}

.mentor-pics img {
    height: 230px;
    width: 230px;
    border-radius: 20px;
    box-shadow: 2px 3px 15px #000000e7;
}

.mentor-cards {
    height: 300px;
    width: 95%;
    max-width: 670px;
    margin: auto;
    border-radius: 20px;
    background-color: #c9c9c9;
    margin-bottom: 10%;
}

.mentor-content {
    position: absolute;
    display: flex;
    gap: 20px;
    height: 300px;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;

}

.mentor-words {
    text-align: center;
    width: 350px;
}

.mentor-words h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 20px;


}

.mentor-words h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
    color: #1c1852
}

.mentor-words h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 500;
    color: #353357;

}

.social {
    display: flex;
    justify-content: center;
    gap: 10%;
}

.social a {
    background-color: #1c1852;
    padding: 8px 10px 6px 10px;
    text-decoration: none;
    color: white;
    font-weight: lighter;
    border-radius: 10px;
}

.social a:hover {
    background-color: black;
    color: white;
}

.social a i {
    font-size: 1.5rem;
    font-weight: lighter;
}

@keyframes enter-animation5 {
    0% {
        transform: translateX(-400px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;

    }
}

@media (prefers-reduced-motion: no-preference) {
    .associated-transition-animation {
        animation: enter-animation5 1.6s 1;
    }
}

.sidebar2 ul li:nth-child(4) a .fa {
    background-color: #5B636A;
}

.sidebar2 ul li a .fa {
    color: white;
    padding: 15px 12px;
    margin-right: 8px;
    border-radius: 5px;

} */

/* -------------------------RESPONSIVE------------------------------ */
@media(max-width:1050px) {
    .box_cont {
        width: 30%;
        height: 50vh;
    }

    .card_content h6 {
        font-size: 16px;
    }

    .card_content p {
        color: #1c1852;
        margin-bottom: 0rem !important;
        font-size: 13px;
    }

    .flex-para p {
        width: 81%;
    }

    .flex-para2 p {
        width: 80.2%;
    }
}

@media(max-width:900px) {
    .box_cont {
        width: 43%;
        height: 57vh;
        margin: 12px;
    }

    .box_cont .card_img img {
        width: 110px;
        height: 120px;
        position: absolute;
        margin-top: 70px;
        border: 2.5px solid white;
        border-radius: 25%;
    }

    .card_content h6 {
        font-size: 18px;
    }

    .card_content p {
        color: #1c1852;
        margin-bottom: 0rem !important;
        font-size: 15px;
    }

    .flex-para p {
        width: 100%;
    }

    .flex-para2 p {
        width: 104.2%;
    }

    .para-img img {
        scale: 0.9;
    }
}

@media(max-width:820px) {
    .sponsorLogo {
        width: 38%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
        padding: 20px 0px;
    }

    .first_row {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 0px;
    }

    .flex-para {
        flex-direction: column-reverse;
        height: auto;
    }

    .flex-para2 {
        flex-direction: column-reverse;
        height: auto;
    }
}



@media (max-width:750px) {
    .box_cont {
        width: 45%;
        height: 57vh;
        margin: 12px;
    }

    .card_content p {
        color: #1c1852;
        margin-bottom: 0rem !important;
        font-size: 14px
    }

    .first_row {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 0px;
    }

    .para-img .mission {
        scale: 0.6;
    }
}

@media(max-width:620px) {
    .card_content h6 {
        font-size: 15px;
    }

    .first_row {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 0px;
    }

    .card_content p {
        color: #1c1852;
        margin-bottom: 0rem !important;
        font-size: 12px;
    }

    .box_cont {
        width: 45%;
        height: 57vh;
        margin: 0px;
    }
    .para-img img {
        scale: 1;
    }
}

@media(max-width:600px) {
    .box_cont {
        width: 70%;
        height: 57vh;
        margin: 15px;
    }

    .first_row {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 0px;
        flex-wrap: wrap;
    }

    .card_content h5 {
        font-size: 26px;
        font-weight: 900;
        color: #8ec5fc;
    }

    .card_content h6 {
        font-size: 19px;
    }

    .card_content p {
        color: #1c1852;
        margin-bottom: 0rem !important;
        font-size: 15px;
    }

    .sponsorLogo {
        width: 45%;
    }
}

@media(max-width:450px) {
    #head {
        font-size: 22px;
    }

    .heading h5 {
        font-size: 23px;
    }

    .card_content h5 {
        font-size: 20px;
    }

    .card_content h6 {
        font-size: 18px;
        text-align: center;
    }

    .card_content p {
        text-align: center;
    }
}

@media(max-width:430px) {
    .card_content h5 {
        font-size: 22px;
        font-weight: 900;
        color: #8ec5fc;
    }

    .header h2 {
        font-size: 19px;
        text-align: center;
        font-weight: 800;
        word-spacing: 5px;
        padding: 10px 0px;
    }

    .card_content h6 {
        font-size: 16px;
    }

    .card_content p {
        color: #1c1852;
        margin-bottom: 0rem !important;
        font-size: 13px;
    }

    .sponsor_cont {
        width: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .sponsorLogo {
        width: 100%;
    }

    .header h2 {
        font-size: 22px;
        font-weight: 800;
        word-spacing: 5px;
        padding: 10px 35px;
    }

    .quote-box h4 {
        margin: 20px 0px;
        font-size: 18px;
        line-height: 32px;
    }

    .quote-box2 h4 {
        margin-left: auto;
        margin-right: auto;
    }

    .about-cont p {
        font-size: 14px;
        line-height: 25px;
    }

    .heading h5 {
        font-size: 22px;
        padding: 10px 35px;
    }

    .about-cont {
        width: 79%;
    }

    .heading h6 {
        font-size: 14px;
        font-weight: 300;
        padding: 10px 47px;
    }
    .second_row{
        row-gap: 0;
    }
    .team {
        width: 100%;
        /* padding: 30px 0px; */
    }
    .sponsor_content p {
        margin-bottom: 0rem !important;
        font-size: 14px;
        text-align: justify;
        font-weight: 400;
    }

    .enrol div p {
        margin-top: 10px;
        margin-left: 0;
        font-size: 22px;
    }

    .box_cont {
        width: 100%;
        height: 57vh;
        margin: 15px;
    }
    .sponsor{
        padding: 0;
    }

}
@media(max-width:325px){
    .enrol div p {
        margin-top: 10px;
        margin-left: 0;
        font-size: 21px;
        text-align: center;
    }

    .listing ul {
        padding-left: 0;
    }
}

@media(max-width:316px) {
    .card_content h5 {
        font-size: 19px;
    }
    
}
@media(max-width:300px){
    .card_content h5 {
        font-size: 19px;
    }
    .header h2 {
        font-size: 15px;
    }
    .heading h5 {
        font-size: 20px;
        padding: 10px 35px;
    }
}

/* @media screen and (max-width:1300px) {
    .colanlogo {
        width: 60%;
    }
}

@media screen and (max-width:1250px) {
    .colanlogo {
        width: 65%;
    }
}

@media screen and (max-width:1200px) {
    .colanlogo {
        width: 70%;
    }
}

@media screen and (max-width:1000px) {

    .container5 {
        display: flex;
        flex-direction: column-reverse;
    }

    .container5-1 {
        display: flex;
        flex-direction: column;
    }

    #cont-2_bg {
        display: flex;
        flex-direction: column-reverse;
    }

    .container5-1 .image img,
    .container5 .image img {
        width: 60%;
    }

    .container5-1 .image,
    .container5 .image {
        width: 80%;
        justify-content: center;
    }

    .container1 .text {
        margin: 20px 0px;
        width: 90%;
    }

    .text {
        padding-left: 0;
        width: 90%;
    }


    .colan-content {
        flex-direction: column;
    }

    #cont {
        width: 90%;
        padding: 0;
        margin: 5%;
    }

    .colanlogo {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .colanlogo img {
        width: 35%;
    }

    .colanlogo #gif img {
        width: 35%;
    }

    .button-group3 {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    #head {
        margin-bottom: 2rem;
    }

    .container5 .image img {
        width: 70%;
    }

    .container5-1 .image img {
        width: 70%;
    }
}

@media screen and (max-width:830px) {
    .carousel-dark .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none !important;
    }
}


@media screen and (max-width:750px) {
    .colanlogo img {
        width: 45%;
    }

    .colanlogo #gif img {
        width: 45%;
    }

    #cont h4 {
        font-size: 1rem;
    }

    #cont .hed {
        font-size: 0.9rem;
    }

    #cont p {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:700px) {
    .mentor-content {
        flex-direction: column;
        height: 500px;
        width: 400px;
        padding: 0;
    }

    .mentor-cards {
        height: 500px;
        width: 400px;
    }

    .carousel-dark .carousel-control-next-icon,
    .carousel-control-prev-icon {
        margin-top: -8rem;
        display: inline !important;
    }
}

@media screen and (max-width:550px) {
    .text {
        width: 90%;
    }

    .container5 .image {
        width: 90%;
    }

    .container5-1 .image {
        width: 90%;
    }

    .text h1 {
        font-size: 1.7rem;
    }

}


@media screen and (max-width:500px) {
    .colanlogo img {
        width: 55%;
    }

    .colanlogo #gif img {
        width: 55%;
    }

    .carousel-dark .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none !important;
    }
}


@media screen and (max-width:460px) {
    .text h1 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:450px) {
    .mentor-content {
        width: 300px;
    }

    .mentor-cards {
        width: 300px;
    }

    .mentor-words h1 {
        font-size: 1.5rem;
    }

    .mentor-words h2 {
        font-size: 1.3rem;
    }

    .mentor-words h3 {
        font-size: 1rem;
    }

    .social a i {
        font-size: 1rem;
    }

    .social a {
        padding: 5px 10px 5px 10px;
    }
}

@media screen and (max-width:350px) {
    .mentor-content {
        width: 260px;
        height: 450px;
    }

    .mentor-cards {
        width: 260px;
        height: 450px;
    }

    .mentor-words h1 {
        font-size: 1.3rem;
    }

    .mentor-words h2 {
        font-size: 1.1rem;
    }

    .mentor-words h3 {
        font-size: 1rem;
    }

    .social a i {
        font-size: 1rem;
    }

    .social a {
        padding: 5px 10px 5px 10px;

    }

    .mentor-pics img {
        height: 200px;
        width: 200px;
    }
} */