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


body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    background: url('../images/main-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    zoom: 0.8;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

/* new-css */
.title h2 {
    color: #FFF;
    font-size: 130.35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.startup-page .title h2{
    text-transform: uppercase;
}

/***** HEADER ******/
header {
    padding: 5px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header .media {
    display: flex;
    align-items: center;
    gap: 132px;
}

.navigation ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

.navigation ul li a {
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
    border-radius: 100px;
    padding: 5px 32px;
}

.navigation ul li a.active,
.navigation ul li a:hover {
    background-color: #F56619;
    color: #fff;
}

.crose-btn {
    display: none;
}

/******BANNER SEC *****/
.banner-sec {
    background-color: #fff;
    padding: 336px 0 31px 0;
    border-radius: 0 0 215px 215px;
    position: relative;
}

.leaf-shape {
    position: absolute;
    right: 0;
    bottom: -102px;
    mix-blend-mode: color-burn;
    z-index: -1;
}

.banner-sahpe-right {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-sahpe-left {
    position: absolute;
    left: 0;
    bottom: 297px;
}

.banner-sec .text-box {
    padding-left: 115px;
    padding-top: 2px;
    position: relative;
    z-index: 10;
}

.banner-sec .text-box h1 {
    color: #F56619;
    font-weight: bold;
    font-size: 68.86px;
    line-height: normal;
    margin-bottom: 14px;
}

.banner-sec .text-box p {
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    max-width: 923px;
    width: 100%;
}

.banner-sec .image-holder {
    margin: 80px 0 0 0;
    position: relative;
    z-index: 1
}

.meet-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26.4px;
    font-weight: bold;
    line-height: normal;
    background-color: #F56619;
    height: 60.7px;
    border-radius: 20px;
    padding: 0 20px;
    position: absolute;
    left: 85px;
    top: -28px;
}

/***** MEETING SEC ******/
.meeting-sec {
    padding: 124px 0 167px;
    position: relative;
}

.meeing-shape-bottom {
    position: absolute;
    right: 30vw;
    bottom: -269px;
}

.meeing-shape-top {
    position: absolute;
    left: 8vw;
    top: -162px;
}

.meeting-main {
    /* border-bottom: 3px solid #fff; */
}

.meeting-inner {
    position: relative;
    display: flex;
    gap: 34px;
}

.meeting-left {
    border-radius: 100px;
    background-color: #fff;
    padding-left: 98px;
    padding-right: 78px;
    padding-top: 98px;
    padding-bottom: 54px;
    flex: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.meet-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.meet-shape img {
    border-radius: 0 0 0 100px;
}

.meeting-box {
    /* max-width: 550px; */
    width: 100%;
    position: relative;
    z-index: 10;
}

.metting-tag {
    color: #fff;
    font-size: 42.19px;
    font-weight: bold;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    background-color: #46A9E2;
    height: 97px;
    border-radius: 12px;
    padding: 0 34px;
    max-width: 450px;
    justify-content: center;  /* horizontal center */
}

.meeting-box form {
    margin-top: 60px;
}

.meeting-box form .form-group {
    margin-bottom: 22px;
}

.label-text {
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
    display: block;
    margin-bottom: 14px;
}

.form-control {
    height: 65px;
    width: 100%;
    border-radius: 50px;
    border: 7px solid #000;
    box-shadow: none;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.btn-default {
    color: #fff;
    font-size: 48.85px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #F56619;
    border-radius: 50px;
    height: 90.19px;
    border: none;
    width: 282.63px;
    margin-top: 14px;
    transition: all 0.5s ease-in-out;
}

.btn-default:hover {
    background-color: #46A9E2;
}

/***** CALENDAR *****/

.calendar {
    background: #fff;
    padding: 30px 38px 24px;
    border-radius: 60px;
    border: 10px solid #000;
    max-width: 623px;
    width: 100%;
    margin-left: auto;
}

.calendar-header {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
    font-weight: bold;
    gap: 2px;
}

#monthYear {
    color: #000000;
    font-weight: bold;
    font-size: 26.21px;
    min-width: 155px;
}

.calendar-header .media {
    display: flex;
    align-items: center;
    gap: 22px;
}

.calendar-header button {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 22px;
    background: #151418;
    border-radius: 50px;
    padding: 12px 0;
}

.calendar-weekdays div {
    color: #fff;
    font-weight: normal;
    font-size: 20.42px;
    line-height: normal;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 8px;
}

.calendar-days div {
    padding: 0 1px 0 0px;
    border-radius: 50%;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    font-size: 24.61px;
    line-height: normal;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-days div:hover {
    background: url('../images/tag-bg.svg') no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.calendar-days div.today {
    background: url('../images/tag-bg.svg') no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.calendar-days div.inactive {
    color: #666666;
    cursor: not-allowed;
    pointer-events: none;
}

.calendar-days div.selected {
    background: url('../images/tag-bg.svg') no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.meeting-right {
    width: 140px;
    position: relative;

}

.start-btn {
    rotate: -90deg;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    background-color: #F56619;
    border-radius: 50px;
    height: 140px;
    width: 794px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 327px;
    left: -327px;
}

/***** MENTOR SEC ******/
.mentor-sec {
    padding: 0 0 111px 0;
    position: relative;
    /* z-index: 100; */
}

.mentor-leaf{
    top:-56px !important;
    mix-blend-mode: color-burn;
    position: absolute;
    background-image:url('../images/left-leaf.png');
    background-blend-mode:color-burn;
    background-repeat: repeat;
    height:296px;
    width: 263px !important;
    z-index: -1;
    /* opacity: 25%; */
}

.mentor-inner {
    background-color: #fff;
    border-radius: 100px;
    padding-left: 32px;
    padding-right: 27px;
    padding-top: 38px;
    padding-bottom: 38px;
}

.leaf-shape.leaf-shape2 {
    right: auto;
    left: 0;
    mix-blend-mode: color-burn;
    bottom: auto;
    top: 0;
}

/******/
.mentor-inner .media {
    display: flex;
}

.mentor-number {
    max-width: 310px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mentor-number .text-box {
    rotate: -90deg;
    width: 400px;
    position: relative;
    top: 150px;
    left: -95px;
}

.mentor-number .text-box h5 {
    color: #000;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 4px;
    line-height: 36px;
}

.mentor-number .text-box h4 {
    color: #000;
    font-weight: bold;
    font-size: 65px;
    line-height: 65px;
}

/**** NUMBER CUBE ****/
.number-cube {
    position: relative;
}

.mentor-number ul li a {
    font-weight: bold;
    line-height: normal;
    border: 1px solid #000;
    border-radius: 10px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    color: #000;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    cursor: default;
}

.mentor-number ul li a:hover {
    background-color: #000;
    color: #fff;
}

.cube-start-btn {
    font-size: 35px;
    padding: 0 26px;
    rotate: -65.21deg;
}

.create-btn {
    font-size: 29.09px;
    padding: 0 36px;
    rotate: -32.28deg;
    margin: 46px 0 41px;
    position: relative;
    left: 21px;
}

.build-btn {
    font-size: 24.95px;
    padding: 0 32px;
    position: relative;
    left: 23px;
}

.grow-btn {
    font-size: 28px;
    rotate: -15deg;
    padding: 0 10px;
    position: absolute;
    top: -89px;
    right: 12px;
}

.goals-btn {
    font-size: 28px;
    padding: 0 25px;
    rotate: 11deg;
    position: absolute;
    right: 26px;
    top: -21px;
}

.minds-btn {
    font-size: 26px;
    rotate: 46.15deg;
    position: absolute;
    top: 80px;
    right: -8px;
    padding: 0 12px;
}

.creative-btn {
    font-size: 28px;
    rotate: 26.87deg;
    padding: 0 18px;
    position: absolute;
    bottom: 42px;
    right: 20px;
}

/**** NUMBER CUBE ****/

.mentor-application {
    width: 100%;
    flex: 1;
    padding-top: 77px;
}

.application-box {
    position: relative;
    margin-bottom: 30px;
}

.application-box .application-img {
    width: 100%;
}

.application-box .text-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    gap: 34px;
}

.application-box .text-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.application-box .text-box h4 {
    color: #fff;
    font-weight: bold;
    font-size: 62.93px;
    line-height: normal;
}

/**** FUNDING BOX *****/
.funding-box {
    position: relative;
}

.funding-img {
    width: 100%;
}

.funding-box .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 0 84px;
}

.funding-box .text-box h4 {
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    font-size: 67.63px;
    margin: 32px 0;
}

.funding-box .text-box h5 {
    color: #fff;
    font-weight: bold;
    line-height: 95px;
    font-size: 103.72px;
    display: flex;
    gap: 43px;
    align-items: center;
}

/******/

.start-ups {
    position: relative;
    max-width: 529px;
    width: 100%;
    margin-left: auto;
}

.start-ups .image-holder {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.start-ups .image-holder img {
    width: 100%;
}

.start-ups .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 33px 140px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}

.start-ups .text-box span {
    display: flex;
    align-items: center;
}

.start-ups .text-box .text-inner {
    text-align: center;
}

.start-ups .text-box .text-inner h4 {
    color: #fff;
    font-weight: bold;
    font-size: 303.5px;
    line-height: 230px;
    margin-bottom: 34px;
}

.start-ups .text-box .text-inner h5 {
    color: #fff;
    font-weight: bold;
    font-size: 82.81px;
    line-height: 66px;
}

.start-ups .text-box a {
    color: #EC9C00;
    font-weight: bold;
    font-size: 46.69px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 84px;
    width: 100%;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
}

.start-ups .text-box a:hover {
    background-color: #EC9C00;
    color: #fff;
}

/**** MENTOR PARTNER BOX *****/
.mentor-partner {
    display: flex;
    gap: 24px;
    position: relative;
    z-index: 100;
    margin-top: 75px;
}

.mentor-partner-box {
    position: relative;
    flex: 1;
    width: 100%;
}

.mentor-bg {
    width: 100%;
}

.mentor-partner-box .text-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 62px;
}

.mentor-partner-box .text-box span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mentor-partner-box .text-box .text-inner {
    flex: 1;
    width: 100%;
    text-align: center;
}

.mentor-partner-box .text-box .text-inner h4 {
    color: #fff;
    font-weight: bold;
    font-size: 67.63px;
    line-height: normal;
    margin-top: 10px;
}

/***** PARTNER BOX ****/
.partner-box {
    position: relative;
    max-width: 411px;
    width: 100%;
}

.partner-box .text-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.partner-box h4 {
    gap: 2px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 46.28px;
    line-height: normal;
    font-weight: bold;
    margin-top: 24px;
}


/****** BUSSINESS SEC *****/
.business-sec {
    position: relative;

}

.business-inner {
    background-color: #fff;
    border-radius: 0 350px 350px 0;
    margin-left: -36px;
    max-width: 95vw;
    position: relative;
}

.business-shape-top {
    position: absolute;
    top: -145px;
    right: 28vw;
}

.business-shape-bottom {
    position: absolute;
    bottom: -212px;
    right: 24.5vw;
}

.business-inner .text-box {
    padding: 132px 0 115px;
    position: relative;
}

.business-inner .text-box h4 {
    color: #F56619;
    font-size: 47.17px;
    font-weight: bold;
    line-height: normal;
}

.business-inner .text-box p {
    color: #000;
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    margin: 26px 0 44px;
    padding-right:110px !important;
}

.business-inner .text-box ul {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 36px;
    padding-right: 150px;
}

.business-inner .text-box ul li a {
    color: #fff;
    font-size: 35.4px;
    line-height: normal;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    height: 71px;
    justify-content: center;
    gap: 8px;
    border-radius: 20px;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.blue-btn {
    background-color: #46A9E2;
}

.orange-btn {
    background-color: #F56619;
}

.business-inner .text-box ul li a.blue-btn:hover {
    background-color: #F56619;
}

.business-inner .text-box ul li a.orange-btn:hover {
    background-color: #46A9E2;
}

/***** FACTORE SEC ******/
.factors-sec {
    padding: 93px 0 120px;
}

.factors-inner {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 0 0;
}

.factors-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.factors-title {
    position: relative;
    z-index: 10;
}

.factors-title h3 {
    font-size: 48.75px;
    color: #F56619;
    rotate: -90deg;
    font-weight: bold;
    width: 455px;
    position: relative;
    top: 250px;
    left: -133px;
}

.factors-right {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    gap: 47px;
    max-width: 1000px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.factors-box {
    border-radius: 26px;
    background-color: #FFFFFF;
    padding: 30px 20px 48px;
    position: relative;
}

.factors-divider {
    position: absolute;
    right: -77px;
    top: 50px;
}

.divider-bottom {
    top: auto;
    bottom: 82px;
}

.divider-bottom2 {
    top: auto;
    bottom: 43px;
}

.divider-top {
    top: 68px;
}

.factors-bottom {
    position: absolute;
    bottom: -64px;
    left: 85px;
}

.factors-bottom-right {
    left: auto;
    right: 44px;
}

.factors-box h4 {
    font-size: 26.18px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #F56619;
    text-align: center;
    min-height: 62px;
    margin-bottom: 22px;
}

.factors-box span {
    display: flex;
    align-items: center;
    min-height: 140px;
    justify-content: center;
}

/***** CONTACT SEC *******/

.contact-inner {
    max-width: 1290px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 120px;
    padding: 51px 20px 48px;
}

.contact-inner h4 {
    color: #46A9E2;
    font-size: 41.91px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.contact-inner p {
    color: #151418;
    font-size: 16.92px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    line-height: normal;
}

.contact-inner form {
    display: flex;
    max-width: 635px;
    margin: 0 auto;
}

.contact-inner form .form-control {
    color: #000;
    font-size: 17.34px;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #000;
    padding-left: 28px;
    height: 54px;
    flex: 1;
    border-radius: 10px 0px 0px 10px;
}

.contact-inner form .form-control::placeholder {
    color: #000;
}

.contact-inner form button{
    color: #FFF;
    background-color: #46A9E2;
    font-size: 17.34px;
    font-style: normal;
    border-radius: 0px 10px 10px 0px;
    font-weight: 700;
    width: 187px;
    height: 54px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
    justify-content: center;
    line-height: normal;
    border:0;
}

.contact-inner form button:hover {
    color: #fff;
    background-color: #F56619;
}

.contact-inner span {
    color: #151418;
    display: block;
    font-size: 13.34px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    line-height: normal;
}

/****** FOOTER ******/

footer {
    padding-bottom: 50px;
    padding-top: 222px;
    position: relative;
}

footer .container {
    max-width: 1334px;
}

.logo-list {
    display: flex;
    grid-gap: 48px;
    margin-bottom: 29px;
}

footer p {
    color: #000;
    font-size: 14.5px;
    font-weight: 400;
    line-height: normal;
    max-width: 440px;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin-left: auto;
}

.footer-links h4 {
    color: #000;
    font-size: 14.5px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 19px;
}

.footer-links ul li a {
    color: #000;
    font-size: 14.5px;
    grid-gap: 5px;
    display: flex;
    font-weight: 400;
    line-height: normal;
    max-width: 180px;
    margin-bottom: 18px;
    transition: all 0.5s ease-in-out;
}

.footer-links ul li a:hover {
    color: #F56619;
}

/***** ABOUT US PAGE *******/
.about-inner {
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 109px 0px 56px 131px;
    max-width: 1609px;
}

.box-content h4 {
    color: #151418;
    font-size: 51px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 34px;
}

.box-content p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.mb-51 {
    margin-bottom: 51px;
}

.box-content p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    max-width: 1226px;
}



.about-page {
    background-image: url(../images/about-page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-media {
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.bottom-para {
    float: left;
}

.about-inner .img-holder {
    margin-right: -470px;
    margin-top: -196px;
}

.about-inner .img-holder img {
    max-width: inherit;
    width: 100%;
}

.about-sec {
    position: relative;
    padding: 444px 0 0 0;
}

.btn-join {
    color: #FFF;
    font-size: 24.67px;
    font-weight: 700;
    line-height: normal;
    background: #F56619;
    width: 167.66px;
    height: 51.83px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 0px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}

.btn-join:hover {
    color: #fff;
    background-color: #46A9E2;
}

.director-inner {
    background-image: url(../images/director-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 157px 135px 117px 86px;
    display: flex;
    grid-gap: 32px;
    margin-top: -32px;
}

.mb-31 {
    margin-bottom: 31px;
}

.signature-box {
    width: fit-content;
    margin-top: 18px;
    margin-left: auto;
}

.signature-box p {
    margin-top: -48px;
}

.director-sec .container {
    position: relative;
}

.left-shape {
    position: absolute;
    left: 191px;
    top: -38px;
}

.director-sec .box-content p {
    line-height: 34px;
}

.box-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.about-sec .title {
    margin-left: 120px;
    margin-bottom: -32px;
}

.texture-shape {
    position: absolute;
    top: -218px;
    left: 12px;
}

.director-sec .title {
    position: relative;
    left: -51px;
}

.talent-card-wrapper {
    display: flex;
    position: relative;
}

.talent-card {
    background: #fff;
    border-radius: 60px;
    padding: 72px 37px 65px 59px;
    margin-left: 122px;
}

.img-wrapper {
    position: relative;
}

.img-wrapper .img-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.talent-card-wrapper .title {
    position: absolute;
    transform: rotate(-90deg);
    left: 35px;
    top: -28px;
    height: 1054px;
}

.talent-sec {
    padding-top: 125px;
    position: relative;
}

.right-shape {
    position: absolute;
    right: 256px;
    bottom: -197px;
}

.card-wrapper {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    grid-gap: 29px;
    margin-top: 22px;
    position: relative;
    z-index: 9;
}

.card-wrapper h4 {
    color: #46A9E2;
    font-size: 47.17px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.card-wrapper .box {
    background: #46A9E2;
    border-radius: 40px;
    padding: 39px 51px 73px;
    margin-top: -11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 57px);
}

.card-wrapper .box p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 32px;
    line-height: normal;
}

.team-sec .title {
    text-align: end;
    position: relative;
    left: -262px;
}

.team-sec .container {
    position: relative;
}

.team-sec .left-shape {
    left: 295px;
}

.team-card-wrapper {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-gap: 40px;
    border-radius: 60px;
    margin-top: -32px;
}

.team-card:nth-child(1) {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}

.team-card:last-child {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.team-card {
    background-color: #fff;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 75px 39px 88px;
    position: relative;
}

.team-card:last-child::after {
    content: none;
}

.card-shape {
    position: absolute;
    right: -44px;
    top: 213px;
    width: 48px;
}

.team-card::after {
    content: '';
    background-color: #fff;
    height: 254px;
    width: 40px;
    position: absolute;
    right: -40px;
    top: 0;
}

.team-card:nth-child(2) .team-detail-box {
    background: #46A9E2;
}

.team-card:nth-child(3) .team-detail-box {
    background: #EEC600;
}

.team-card-holder {
    position: relative;
    background: url('../images/team-bg-orange.svg') no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    min-height: 468px;
}

.team-blue-bg {
    background: url('../images/team-bg.svg') no-repeat;
    background-position: top center;
    background-size: cover;
}

.team-yellow-bg {
    background: url('../images/team-bg-yellow.svg') no-repeat;
    background-position: top center;
    background-size: cover;
}

.team-layers {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.team-layers img {
    width: 100%;
}

.team-detail-box {
    background: #F56619;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
}

.team-detail-box h4 {
    color: #FFF;
    font-size: 39.32px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
}

.team-card-body {
    padding: 41px 10px 0px;
}

.team-card-body h5 {
    color: #000;
    font-size: 30.7px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    min-height: 73px;
}

.team-card-body span {
    display: block;
    color: #000;
    font-size: 17.37px;
    font-weight: 700;
    line-height: normal;
    /* margin-bottom: 89px; */
}

.team-card-body h6 {
    color: #000;
    font-size: 21.89px;
    font-weight: 400;
    margin-bottom: 9px;
    line-height: normal;
}

.team-card-body ul li a {
    display: flex;
    grid-gap: 11px;
    color: #000;
    font-size: 16.03px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
}

.team-card-body ul li:last-child a {
    margin-bottom: 0px;
}

.vision-sec .talent-card {
    padding: 161px 88px 70px 72px;
}

.vision-row {
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
    grid-gap: 56px;
    margin-bottom: 44px;
}

.flex-1 {
    flex: 1;
}

.vision-row h3 {
    color: #EEC500;
    font-size: 130.35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.vision-row p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.right-space {
    /* margin-right: -121px; */
    margin-right: 1.5rem !important;
    padding-left: 75px;
}

.btn-learn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 49.5px;
    font-weight: 700;
    line-height: normal;
    background: #F56619;
    border-radius: 50px;
    width: 465px;
    height: 104px;
    margin-left: 75px;
    transition: all 0.5s ease-in-out;
}

.btn-learn:hover {
    color: #fff;
    background-color: #46A9E2;
}

.vision-sec .container {
    position: relative;
}

.vision-sec {
    margin-top: 124px;
    padding-bottom: 200px;
}

.team-sec .right-shape {
    right: 164px;
}

/****** EVENT SEC *****/
.event-sec {
    padding: 567px 0 426px;
}

.event-inner {
    background-color: #fff;
    border-radius: 100px;
    padding: 50px 50px 72px;
    display: flex;
    gap: 62px;
    position: relative;
    overflow: hidden;
    max-width: 1609px;
    width: 100%;
    margin: 0 auto;
}

.event-left {
    max-width: 623px;
    width: 100%;
}


.event-box {
    position: relative;
    max-width: 516px;
    width: 100%;
    margin: 0 auto;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: auto;
}

.carousel-control-prev {
    left: -80px;
}

.carousel-control-next {
    right: -80px;
}

.event-right h3 {
    color: #46AAE3;
    font-size: 56.08px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 34px;
}

.event-detail {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 42px;
}

.event-date {
    background-color: #F56619;
    width: 111px;
    height: 111px;
    padding: 17px 15px;
}

.evevnt-date-inner {
    border: 5px solid #fff;
    text-align: center;
    padding: 1.73px 0;
}

.evevnt-date-inner h4 {
    color: #fff;
    font-size: 43px;
    line-height: 43px;
    font-weight: bold;
}

.evevnt-date-inner h5 {
    color: #fff;
    font-weight: bold;
    font-size: 25.56px;
    line-height: 25.56px;
}

.event-detail .text-box {
    flex: 1;
    width: 100%;
}

.event-detail .text-box h4 {
    color: #EEC500;
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 2px;
}

.event-detail .text-box ul li {
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 24px;
    gap: 6px;
}

.event-btn {
    margin-top: 32px;
}

.event-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43.74px;
    font-weight: bold;
    color: #fff;
    background-color: #46AAE3;
    border-radius: 50px;
    height: 82px;
    width: 460px;
    gap: 5px;
    margin: 0 auto;
}

.shape-event {
    position: absolute;
    top: 0;
    right: 0;
}

/**** CONTACT US *****/
.contactus-sec {
    padding: 568px 0 432px;
}

.contactus-inner {
    background-color: #fff;
    border-radius: 100px;
    padding: 90px 84px 145px 244px;
}

.contactus-inner .text-box h3 {
    font-size: 87.95px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #46AAE3;
}

.contactus-inner .text-box p {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.contactus-inner .media {
    display: flex;
    align-items: flex-start;
    gap: 157px;
    justify-content: space-between;
    margin: 62px 0 0 0;
}

.contactus-left {
    max-width: 549px;
    width: 100%;
    margin-top: 44px;
}

.contactus-left .form-group {
    margin-bottom: 16px;
}

.contactus-left form .label-text {
    font-size: 24px;
}

.contactus-left form .form-control {
    border-width: 1px;
}

textarea.form-control {
    height: 233px;
    padding:16px 10px 10px 30px;
}

.contactus-left form .btn-default {
    background-color: #EEC500;
}

.contactus-left form .btn-default:hover {
    background-color: #46AAE3;
}

.contactus-right {
    border: 1px solid #000000;
    border-radius: 100px;
    padding: 75px 75px 70px 100px;
    max-width: 710px;
    width: 100%;
}

.contactus-right h4 {
    font-size: 56.27px;
    line-height: 48px;
    font-weight: bold;
    color: #46AAE3;
    margin-bottom: 20px;
}

.contactus-right ul li {
    display: flex;
    align-items: start;
    margin-bottom: 54px;
    gap: 20px;
}

.contactus-right ul li:last-child {
    margin: 0;
}

.contactus-right ul li span {
    width: 30px;
    display: flex;
    align-items: center;
}

.contactus-right ul li p {
    color: #000;
    flex: 1;
    width: 100%;
    font-weight: bold;
    line-height: 40px;
    font-size: 36.46px;
}

.contactus-right ul li p a {
    color: #000;
}

/* hasnain-css */
.vision-page .vision-sec {
    margin-top: 576px;
}

.vision-page .vision-row {
    margin-bottom: 8px;
}

.vision-page {
    background: url(../images/vision-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.vision-page .vision-sec .talent-card {
    width: 100%;
    margin: 0 90px;
    padding: 150px 10px 70px 64px;
    background-color: #fff;
    position: relative;
    overflow: visible !important;
    border-radius: 90px 0 0 90px;
}

.vision-page .vision-sec .talent-card:after {
    position: absolute;
    content: "";
    top: 0;
    right: -128px;
    background: url(../images/vision-shape.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 128px;
    height: 100%;
}

.vision-page .talent-card-wrapper .title {
    left: -456px;
    top: 440px;
    height: 145px;
}

.vision-page .vision-row p {
    font-size: 18px;
    line-height: 26px;
}

.vision-page .vision-row ul,.vision-page .vision-row ol {
    padding-bottom: 20px;
    margin-top: 38px;
}

.vision-page .vision-row ol{
    counter-reset: list;
    list-style: none;
    padding: 0;
}

.vision-page .vision-row ul li, .vision-page .vision-row ol li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    max-width: 559px;
    margin-bottom: 40px;
    grid-gap: 8px;
}
.vision-page .vision-row ol li{
    counter-increment: list;
}

.vision-page .vision-row ol li::before{
    content: counter(list);
    color: #EEC500;
    font-size: 67.54px;
    font-weight: 700;
    padding-right:20px;
}
/* .vision-page .vision-row ol li::marker{
    color: #EEC500;
    font-size: 67.54px;
    font-weight: 700;
} */

.vision-page .vision-row ul li:last-child,.vision-page .vision-row ol li:last-child {
    margin-bottom: 0;
}

.vision-page .vision-row ul li span, .vision-page .vision-row ol li span {
    color: #EEC500;
    font-size: 67.54px;
    font-weight: 700;
    display: inline-block;
    min-width: 48px;
}

.vision-page .btn-learn .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
}

.vision-page .btn-learn {
    position: relative;
}

.startup-page .app-sec {
    padding-top: 582px;
    padding-bottom: 230px;
}

.startup-page {
    background: url(../images/startup-bg.png);
}

.talent-card {
    background: #fff;
    border-radius: 90px;
    padding: 72px 37px 65px 59px;
    margin-left: 122px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pattren-img {
    position: absolute;
    top: -6px;
    left: -6px;
}

.pattren-img2 {
    position: absolute;
    right: -6px;
    bottom: -6px;
}

.talent-card-wrapper .title {
    left: -35px;
    top: -20px;
}

.vision-sec .talent-card {
    overflow: hidden !important;
}

.talent-card-wrapper .talent-card {
    padding: 108px 86px 65px 59px;
    min-height: 888px;
    margin: 0 50px;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.mt-123 {
    margin-top: 123px;
}

.startup-shape {
    position: absolute;
    bottom: -199px;
    left: 50%;
    transform: translate(-50%, 0);
}

.startup-shape.startup-shape2 {
    left: 22%;
    transform: translate(0, 0);
}

.startup-shape.startup-shape-right {
    left: auto;
    transform: translate(0, 0);
    right: 300px;
}

.left-card {
    padding-right: 106px;
    margin-left: 0;
    margin-right: 122px;
    position: relative;
}

.left-card .talent-card-wrapper .talent-card {
    margin-left: 0px;
}

.right-card {
    padding-left: 106px;
    margin-right: 0;
    margin-left: 122px;
    position: relative;
}



/* .left-card .talent-card-wrapper .title {
    right: -244px;
    transform: rotate(90deg);
    left: auto;
    top: 245px;
    height: 136px;
} */
.left-card .title, .right-card .title{
    writing-mode: vertical-lr;
    top: 50%;
    translate: 0 -50%;
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
}
.left-card .title {
    right:29px
}

/* .right-card .talent-card-wrapper .title {
    left: -488px;
    top: 342px;
    height: 145px;
} */

.right-card .title {
    transform: rotate(180deg);
    left:29px;
    right:auto;
}

.inner-row {
    display: flex;
    grid-gap: 36px;
    position: relative;
    z-index: 99;
}

.inner-row h4 {
    color: #151418;
    font-size: 51px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.inner-row h5 {
    color: #151418;
    font-size: 39px;
    font-weight: 700;
    line-height: normal;
    margin: 39px 0px 33px;
}

.inner-row p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.case-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 699px;
}

.event-box {
    position: relative;
    max-width: 516px;
    width: 100%;
    margin: 0 auto;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: auto;
}

.carousel-control-prev {
    left: -80px;
}

.carousel-control-next {
    right: -80px;
}

.event-slider {
    max-width: 358px;
    margin: 40px auto 0;
}

.bottom-image {
    position: absolute;

    bottom: 0;
    left: 0;
    z-index: -1;
}

.top-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}



.left-card .talent-card-wrapper .title.title2 {
    top: 403px;
    right: -420px;
}

.right-card .talent-card-wrapper .title.title3 {
    height: 100px;
    top: 353px;
    left: -398px;
}

.right-card .talent-card-wrapper .title.title3 h2 {
    font-size: 93px;
}

.right-card .talent-card-wrapper .title.titlesoul {
    left: -178px;
    top: auto;
    bottom: 230px;
}

.left-card .talent-card-wrapper .title.title4 {
    top: 350px;
    right: -283px;
}

.left-card .talent-card-wrapper .title.title5 {
    top: 407px;
    right: -457px;
}

.footer-leaf {
    position: absolute;
    left: 0;
    bottom: 0;
    mix-blend-mode: color-burn;
}

.relative {
    position: relative;
}

.business-leaf {
    position: absolute;
    right: -180px;
    top: 50%;
    transform: translate(0, -50%);
    mix-blend-mode: color-burn;
    z-index: -1;

}

.business-leaf img {
    mix-blend-mode: color-burn;
}

.modal-backdrop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.title-box{
    position: relative;
}
.title-box h4{
    color: #FFF;
    font-size: 130.35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: -126px;
    left:200px;
    text-transform: uppercase;
}
.app-sec .title-box h4{
    left:150px;
}
