/*---------------------
        General body
-----------------------*/

* {
    font-family: 'Poppins' !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 14px;
    overflow-x: hidden !important;
}

body.fix_padding {
    padding-top: 95px;
}

.bodyOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: 300ms linear !important;
}

.bodyOverlay.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .63);
    z-index: 200;
    opacity: 1;
    visibility: visible;
    transition: 300ms linear !important;
}


/*---------------------
    About Hero Section Starts
-----------------------*/

.hero_section {
    background: linear-gradient(to bottom, rgba(157, 250, 255, 0.368) 70%, rgba(121, 205, 209, 0.368));
    min-height: 53em;
}

.hero_container {
    padding: 0px 100px 0px 100px !important;
    background: url(/IMAGES/hero_bg_lines.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.hero_image_wrap {
    position: relative;
    height: 100%;
    font-size: 20px;
}

.about_heroimg {
    width: 100%;
}

.about_heroimg img {
    width: 100%;
}

.starimg {
    width: 260px !important;
    position: absolute;
    top: -5em;
    left: 55%;
    transform: translateX(-50%);
}

.hero_image_wrap p {
    margin-bottom: 3.5em;
    color: #000;
    font-size: clamp(24px, 1.3em, 6vw);
    line-height: 1.7;
    font-weight: 400 !important;
    /* background-repeat: no-repeat !important; */
}

.professionals p {
    color: #000;
    font-size: clamp(26px, 1.45em, 6vw);
    line-height: 1.4;
    font-weight: 400 !important;

}

.professionals02 p {
    font-size: clamp(20px, 1.45em, 6vw);
    line-height: 1.4;
    font-weight: 400 !important;
    padding-bottom: 4em;
}

.professionals_phoneimg {
    position: absolute;
    left: 0;
    width: 40em;
    height: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.professionals_phoneimg img {
    position: absolute;
    left: -4.9em;
    min-width: 500px !important;
}

@media screen and (max-width: 991px) {
    .professionals p {
        color: #000;
        font-size: clamp(22px, 1.25em, 6vw);
        line-height: 1.7;
        font-weight: 400 !important;

    }

    .hero_section {
        background: linear-gradient(to bottom, rgba(157, 250, 255, 0.368) 70%, rgba(121, 205, 209, 0.368));
        min-height: auto !important;
    }

    .professionals_phoneimg {
        position: relative !important;
        left: 0;
        width: 40em;
        height: 100%;
        max-width: 100%;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 5em;
    }

    .professionals_phoneimg img {
        position: relative;
        display: block;
        left: 0;
        margin: auto !important;
        min-width: auto !important;
    }
}

/*---------------------
    Hero Section Ends
-----------------------*/


/*---------------------
    Featured-Event Section Starts
-----------------------*/

.about_founder_section .about_founder {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 4em .9em 0px 3.5em;
    margin-top: -7.5em;
    width: 78em;
    max-width: 100%;
    color: #fff;
    background-color: #fff;
    /* background: url(/IMAGES/hero_bottom_bg.png) no-repeat; */
    background-size: 100% 100%;
    border: #1BD18C 1px solid;
    overflow-x: hidden;
}

.about_founder_section h1 {
    width: fit-content;
    height: 100px;
    font-size: 2.4em;
    color: #000;
    font-weight: 700;
    background: url(/IMAGES/b_breakingground_line.png) no-repeat;
    background-size: 100% 40px;
    background-position-x: 0px;
    background-position-y: 20px;
}

.about_founder_section .about_founder p {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 300;
    color: rgba(6, 6, 6, 1);
    line-height: 1.5;
}

.founder_img_wrap {
    position: relative;
}

.founder_img_wrap .founder_namestar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    z-index: 10;
}

.advisory_board_section {
    position: relative;
    background-color: #fff;
    border: none !important;
}

.advisory_board_wrap {
    padding: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.advisory_board_wrap h1 {
    width: fit-content;
    height: 100px;
    font-size: 2.8em;
    color: #000;
    font-weight: 500;
    background: url(/IMAGES/b_breakingground_line.png) no-repeat;
    background-size: 100% 30px;
    background-position-x: 0px;
    background-position-y: 30px;
}

.cardimg_wrap {
    border-radius: 15px 15px 0 0 !important;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px !important;
}

.cardimg_wrap img {
    aspect-ratio: 0.9;
    object-fit: fill;
    transform: translateY(3em);
}

.advisory_card {
    border-radius: 15px 15px 0 0 !important;
    box-shadow: 0px 4px 47.70000076293945px 0px rgba(0, 0, 0, 0.25);
    border: none !important;
}

/*---------------------
    Featured-Event Ends
-----------------------*/

/* --------------------- Media Responsive Styles --------------------- */

@media screen and (max-width: 1200px) {
    .hero_container {
        padding: 100px 30px !important;
    }

    .advisory_board_wrap {
        padding: 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .cardimg_wrap {
        border-radius: 15px 15px 0 0 !important;
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px !important;
    }

    .cardimg_wrap img {
        aspect-ratio: 0.95;
        object-fit: fill;
        transform: translateY(3em);
    }

    .advisory_board_wrap h1 {
        width: fit-content;
        height: 100px;
        font-size: 2.8em;
        color: #000;
        font-weight: 500;
        background: url(/IMAGES/b_breakingground_line.png) no-repeat;
        background-size: 100% 30px;
        background-position-x: 0px;
        background-position-y: 30px;
    }

    .starimg {
        width: 180px !important;
        position: absolute;
        top: -5em;
        left: 55%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 991px) {
    .hero_container {
        padding: 20px 30px !important;
    }


    .advisory_board_wrap {
        padding: 0 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .advisory_board_wrap h1 {
        width: fit-content;
        height: 100px;
        font-size: 2.8em;
        color: #000;
        font-weight: 500;
        background: url(/IMAGES/b_breakingground_line.png) no-repeat;
        background-size: 100% 30px;
        background-position-x: 0px;
        background-position-y: 30px;
    }

    .hero_image_wrap p {
        margin-bottom: 3.5em;
        color: #000;
        font-size: clamp(20px, 1.1em, 6vw);
        line-height: 1.7;
        font-weight: 400 !important;
        /* background-repeat: no-repeat !important; */
    }

    .about_founder_section .about_founder {
        position: relative;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 4em 1.2em 0px 1.2em;
        margin-top: -7.5em;
        width: 78em;
        max-width: 100%;
        color: #fff;
        background-color: #fff;
        /* background: url(/IMAGES/hero_bottom_bg.png) no-repeat; */
        background-size: 100% 100%;
        border: #1BD18C 1px solid;
        overflow-x: hidden;
    }

    .founder_img_wrap {
        position: relative;
        max-width: 400px;
        margin-left: auto;
    }

    .founder_img_wrap .founder_namestar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 250px;
        z-index: 10;
    }

}

@media screen and (max-width: 1200px) {
    .starimg {
        width: 120px !important;
        position: absolute;
        top: -2em;
        left: 55%;
        transform: translateX(-50%);
    }
}

.options2.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 300ms ease !important;
    z-index: 99 !important;
    background-image: none !important;
    background-color: #cff6f8 !important;
    box-shadow: 0 4px 10px rgba(183, 179, 179, 0.25);
}