@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Sentient';
    src: url("/wp-content/themes/twentytwentyone-child/assets/fonts/sentient/Sentient-Regular.woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Sentient';
    src: url("/wp-content/themes/twentytwentyone-child/assets/fonts/sentient/Sentient-Medium.woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Sentient';
    src: url("/wp-content/themes/twentytwentyone-child/assets/fonts/sentient/Sentient-Bold.woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Sentient';
    src: url("/wp-content/themes/twentytwentyone-child/assets/fonts/sentient/Sentient-Light.woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

body {
    font-size: 16px !important;
    font-family: 'Sentient' !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    overflow-x: hidden !important;
    color: #333;
}


h1,
.h1 {
    font-size: 57px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-family: "Manrope", serif !important;
    margin-bottom: 0 !important;
}

h2,
.h2,
.h3,
h3 {
    font-size: 45px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-family: "Manrope", serif !important;
    margin-bottom: 0 !important;
}

h4 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-family: "Manrope", serif !important;
    margin-bottom: 0 !important;
}

h5 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-family: "Manrope", serif !important;
    margin-bottom: 0 !important;
}

h6 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-family: "Manrope", serif !important;
    margin-bottom: 0 !important;
}

p,
a {
    font-family: 'Sentient' !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.font-manrope {
    font-family: "Manrope", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.violet-txt span {
    color: #8255E4;
}

.violet-text {
    color: #8255E4;
}

.blue-txt {
    color: #5857ED;
}

.green-txt {
    color: #59C0AB;
}

.bg-violet {
    background: #A178FB;
}

.bg-green {
    background: #59C0AB;
}

.bg-blue {
    background: #5857ED;
}

.rounded-10 {
    border-radius: 10px;
}

.h-30 {
    height: 30px;
}

.h-20 {
    height: 20px;
}

.h-40 {
    height: 40px;
}

.h-60 {
    height: 60px;
}

.h-120 {
    height: 120px;
}

.btn-box {
    all: unset;
    box-sizing: border-box;
    width: fit-content;
    min-width: max-content;
    padding: 10px 20px;
    border-radius: 10px;
    background: #8255E4;
    color: #fff;
    font-size: 15px !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
}

.btn-box.btn-box-outline {
    border: 1px solid #333;
    color: #333;
    background: transparent;
    height: 48px;
    font-weight: 600;
    text-decoration: none !important;

    &:hover {
        color: #fff;
        background: #8255E4;
        border: 1px solid #8255E4;
    }
}

.btn-box.btn-box-outline-white {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    height: 48px;
    font-weight: 600;
    text-decoration: none !important;

    &:hover {
        color: #8255E4;
        background: #fff;
        border: 1px solid #fff;
    }
}

.btn-box.btn-box-outline.fill {
    color: #fff;
    background: #8255E4;
    border: 1px solid #8255E4;

    &:hover {
        color: #8255E4;
        background: #fff;
    }
}

.btn-box.btn-box-outline.fill.icon-btn {
    width: 48px;
    padding: 0;
}

.btn-box.btn-box-outline.fill.icon-btn:hover svg path {
    fill: #8255E4;
}


.main_nav {
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 333;
}

.main_nav .fixed-menu {
    border: 1px solid #D5D5D5;
    column-gap: 40px;
}

.fixed-menu a {
    color: #333;
    font-weight: 400 !important;

    &:hover {
        color: #8255E4;
    }
}

.fixed-menu a.active {
    color: #8255E4;
}

.objectives_icn img {
    object-position: left;
    object-fit: contain;
    height: 45px;
}

.roadmap_img img {
    max-height: 600px;
    object-fit: cover;
}

.roadmap_cnt .roadmap_repeat ul li {
    padding: 20px 0;
    border-bottom: 1px solid #D4D4D4;
}

.roadmap_cnt .roadmap_repeat ul li:first-child {
    padding-top: 0;
}

.roadmap_cnt .roadmap_repeat:last-child ul li:last-child {
    border-bottom: none;
}

.roadmap_img .owl-one-item .owl-dots button span {
    background: #8255E460;
}

.roadmap_img .owl-one-item .owl-dots button.active span {
    background: #8255E4;
}

.success_cohart .imgbox img {
    display: block;
    max-height: 420px;
    object-fit: cover;
}

.program-card {
    padding: 40px 35px;
    border-radius: 10px;
    height: 100%;
    color: #fff;
}

.program-card * {
    color: #fff;
}

.meetperson .section-content p {
    margin-bottom: 14px;
}

.work-history img {
    border-radius: 0;
    margin-bottom: 10px;
    max-width: 120px;
    height: 30px;
}

.work-history .vr-divide {
    min-height: 60px;
    width: 1px;
    background-color: #D4D4D4
}

.meetperson_img img {
    max-height: 450px;
}

.Industries-block-main {
    padding: 150px 0;
}

.Industries-box {
    border-radius: 15px;
    padding: 100px;
    flex: 0 0 45%;
}

.Industries-box * {
    color: #fff;
}

.middle_points .middle_points_rgt .row p {
    font-size: 24px !important;
    padding: 25px 0;
}

.middle_points .middle_points_rgt .row [class*="col-"] p {
    border-top: 1px solid #D4D4D4;
}


.select_programm .dropdown.selectpro {
    width: 100%;
    padding: 15px 25px;
    border-radius: 10px;
    min-width: 300px;
    border-radius: 10px;
    background: white url("/wp-content/themes/twentytwentyone-child/assets/img/cto-crest/dropdown.svg") no-repeat right 25px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

select {
    width: 100%;
    background: white url("/wp-content/themes/twentytwentyone-child/assets/img/cto-crest/dropdown.svg") no-repeat right 25px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

input:not([type="submit"]):not([type="button"]) {
    color: #333 !important;

    &::placeholder {
        color: #333 !important;
    }
}

.leaders-img img {
    width: 260px !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 0.5s ease;
}

.leader-linkedin a {
    font-size: 32px;
}

.leader-linkedin {
    bottom: 30px;
    opacity: 0;
    transition: all 0.5s ease;
}

.leaders-img:hover img {
    filter: brightness(0.5);
}

.leaders-img:hover .leader-linkedin {
    opacity: 1;
}

.leaders-container .owl-stage {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.outcomes_box {
    width: 100%;
    border: 1px solid #D8C2EC;
    border-radius: 15px;
    padding: 60px;
    position: relative;
    height: 100%;
    background-color: #ffffff;
    margin-bottom: 0px;
}

.outcomes_icn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
}

.carousel-nav button {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: 0 !important;

    &:hover {
        background: #8255E4;
        border: 1px solid #8255E4;
        color: #fff;
    }
}

.carousel-nav button:hover svg path {
    fill: #fff;
}

.testimonials-block {
    border-top: 1px solid #C0C0BB;
    border-bottom: 1px solid #C0C0BB
}

.testi_img img {
    min-width: 90px;
    height: 90px;
    border-radius: 100px;
}

.program-box {
    border-radius: 15px;
    padding: 60px;
    border: 1px solid #D8C2EC;
    background: #fff;
    color: #333;
    height: 100%;
}

.upcoming-cohort .col-md-6:first-child .program-box {
    background: #D8C2EC;
}

section#footer,
section.boundary-wrap {
    display: none;
}

footer {
    color: #333;
}

.footer-contact {
    padding: 35px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.social_media ul li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border: 1px solid #333;
    border-radius: 5px;
}

.social_media ul li a svg {
    fill: #333;
    max-width: 16px;
    max-height: 16px;
}

.social_media ul li a:hover {
    color: #fff;
    background: #8255E4;
    border: 1px solid #8255E4;
}

.social_media ul li a:hover svg {
    fill: #fff;
}

a {
    color: #333;
}

.container {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.custom-popup {
    padding: 50px 150px;
}

.custom-popup .modal-content {
    border-radius: 10px;
    padding: 100px;
    height: auto;
}

.custom-popup .closing-btn-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.modal-xl {
    padding: 15px;
    max-width: 1200px;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
}

@media (max-width: 1400px) {

    body,
    p,
    a {
        font-size: 14px !important;
    }

    h1,
    .h1 {
        font-size: 40px !important;
    }

    h2,
    .h2,
    .h3,
    h3 {
        font-size: 30px !important;
    }

    h4 {
        font-size: 20px !important;
    }
}

@media (max-width: 1200px) {

    .roadmap_img img {
        height: 450px;
    }

    .middle_points .middle_points_rgt .row p {
        padding: 10px 0;
        font-size: 16px !important;
    }

    .Industries-box {
        flex: 0 0 32%;
        padding: 40px;
    }

    .custom-popup {
        padding: 50px !important;
    }

    .custom-popup .modal-content {
        padding: 80px;
    }

    .custom-popup .closing-btn-icon {
        top: 20px;
        right: 20px;
    }

}

@media (max-width: 991px) {
    body {
        font-size: 14px !important;
    }

    h1,
    .h1 {
        font-size: 30px !important;
    }

    h2,
    .h2,
    .h3,
    h3 {
        font-size: 28px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    p {
        font-size: 14px !important;
    }

    .btn-box {
        font-size: 13px !important;
    }

    .h-120 {
        height: 70px;
    }

    .h-60 {
        height: 40px;
    }

    .h-40 {
        height: 30px;
    }

    .h-30 {
        height: 22px;
    }

    .h-20 {
        height: 18px;
    }

    .industries-block-height {
        flex-direction: column;
    }

    .Industries-box {
        border-radius: 15px;
        padding: 40px;
        flex: 0 0 30%;
    }

    .header-logo img {
        width: 80px;
    }

    .roadmap_img img {
        height: 350px;
    }


    .roadmap_cnt .roadmap_repeat ul li {
        padding: 10px 0;
    }

    .work-history img {
        max-width: 100px;
        height: 25px;
    }

    .middle_points .middle_points_rgt .row p {
        padding: 10px 0;
        font-size: 14px !important;
    }

    .owl-nav {
        position: relative;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }

    .program-box,
    .outcomes_box {
        padding: 40px 35px;
    }

    .custom-popup {
        padding: 30px 15px !important;
    }

    .custom-popup .modal-content {
        padding: 50px 20px;
    }

    .custom-popup .closing-btn-icon {
        top: 15px;
        right: 15px;
    }

    .Industries-block-main {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .roadmap_img img {
        height: 450px;
    }

    .Industries-box {
        flex: 0 0 100%;
    }
}