@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
.theme-demos {
    display: none !important;
}

body {
    background-color: #F0F0F0 !important;
    font-family: "DM Sans", sans-serif !important;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
    margin-bottom: 0px;
}

p, a {
    font-family: "DM Sans", sans-serif !important;
    margin-bottom: 0px;
}

.poppins {
    font-family: "Poppins", sans-serif !important;
}

.dm-sans {
    font-family: "DM Sans", sans-serif !important;
}

.inter-tight {
    font-family: "Inter Tight", sans-serif !important;
}

:root {

    --yellow: #FFC853;
    --yellow-light: #FFC8531F;
    --light-green: #F0FFE5;
    --purple: #3E0E9E;
    --purple-light: #3E0E9E14;
    --green: #00B430;
    --red: #F74344;
    --light-red: #F743441F;
    --pink: #F743441A;
    --blue: #6AB3F6;
    --blue-light: #EEF7FF;
    --blue-lighter: #6AB3F633;
}

.bg-light-green {
    background-color: var(--light-green);
}

.bg-yellow {
    background-color: var(--yellow);
}

.bg-yellow-light {
    background-color: var(--yellow-light);
}

.bg-purple {
    background-color: var(--purple);
}

.bg-purple-light {
    background-color: var(--purple-light);
}

.bg-red {
    background-color: var(--red);
}

.bg-light-red {
    background-color: var(--light-red);
}

.bg-pink {
    background-color: var(--pink);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-blue-light {
    background-color: var(--blue-light);
}

.bg-blue-lighter {
    background-color: var(--blue-lighter);
}

.bg-grey1 {
    background-color: #E6E6E6;
}

.bg-grey2 {
    background-color: #F9F9F9;
}

.bg-grey3 {
    background-color: #F4F4F4;
}

.bg-grey4 {
    background-color: #F0F0F0;
}

.bg-grey5 {
    background-color: #FAFAFA;
}

.bg-grey6 {
    background-color: #F5F5F5;
}

.bg-grey7 {
    background-color: #F3F3F3;
}

.bg-grey8 {
    background-color: #F7F7F7;
}

.bg-transparent-black {
    background-color: #00000014;
}

.bg-purple-gradient {
    background: linear-gradient(90deg, var(--purple) 0%, #6AB3F6 100%);
}

.btn-purple {
    background-color: var(--purple);
    color: #ffffff;
}

.btn-blue-light {
    background-color: var(--blue-light);
}

.btn-light-transparent {
    background-color: #FFFFFF4D;
}

.text-light-red {
    color: var(--light-red);
}

.text-red {
    color: var(--red);
}

.text-blue {
    color: var(--blue);
}

.btn-purple-light {
    background-color: var(--purple-light);
    color: #000000;
}

.btn-red {
    background-color: var(--red);
}

.btn-red-light {
    background-color: var(--light-red);
}

.btn-blue {
    background-color: var(--blue);
}

.btn-green {
    background-color: var(--green);
}

.btn-green-light {
    background-color: var(--light-green);
}

.btn {
    text-transform: unset;
    border-radius: 30px;
    padding: 10px 20px;
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
}   

.btn-outline-black {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
}

.navbar-wrapper, .navbar {
    padding: 10px 0;
    position: fixed;
    z-index: 1000;
}

.navbar-brand {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 20px;
}

.navbar-custom {
    justify-content: space-between;
}

.nav-group {
    display: flex;
}

.sticky.header-appear .header-light {
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

.btn-yellow {
    background-color: var(--yellow);
    color: #000000;
}

.btn-yellow-light {
    background-color: var(--yellow-light);
    color: #000000;
}

.navbar-nav {
    background-color: #E7E7E7F2;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 10px 20px;
}

.nav-link {
    padding: 0px !important;
}

.navbar-nav {
    margin-right: 10px;
}

.nav-link {
    color: #000000 !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    /* line-height: 100%; */
}

.navbar.navbar-dark .navbar-nav .nav-link.active {
    font-weight: 600 !important;
    color: #000000 !important;
}

.no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.tp-rad {
    border-top-left-radius: 20px;
}

.section-pill {
    display: flex;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 30px;
    align-items: center;
    color: #000000;
    font-size: 14px;
    line-height: 121%;
    font-weight: 500;
    font-family: "DM Sans", sans-serif !important;
}

.star {
    height: 18px;
    width: 18px;
}

.section-title, .section-title2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 108%;
    padding-top: 20px;
}

.section-title2 {
    font-size: 40px;
}

.section-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}

.section-col {
    padding-top: 200px;
}

.banner-cf {
    position: absolute;
    top: 0;
}

.section-pill-container {
    z-index: 50;
    position: relative;
}

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

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

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

.course-card {
    padding: 10px;
}

.course-card-title {
    padding: 20px;

    h6 {
        font-weight: 700;
        font-size: 36px;
        line-height: 122%;
        margin-bottom: 10px;
    }

    p {
        font-weight: 300;
        font-size: 18px;
        line-height: 143%;
        margin: 10px 0px;
    }
}

.green-dot, .purple-dot {
    height: 5px;
    width: 5px;
    background-color: var(--green);
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.purple-dot {
    background-color: var(--purple);
}

.course-card-pill {
    border-radius: 10px;
    padding: 5px 10px;
    font-style: italic;
    align-items: center;
    display: flex;
    width: fit-content;
}

.course-card-list {
    
    padding: 25px;
}

.cc-list {
        list-style: none;

        li {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 18px;
            font-weight: 400;
            line-height: 202%;
            color: #000000;
            margin-bottom: 5px;
        }
    }

.feature-wrapper {
    padding: 15px;
}

.feature-card {
    padding: 20px;
    height: 250px;
}

.col-lg-4:has(.feature-card),.col-6:has(.feature-card) {
    padding-left: 0px;
    padding-right: 0px;
}

.fc-num {
    height: 30px;
    width: 35px;
    border-radius: 8px;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    font-family: "Inter Tight", sans-serif;
    line-height: 140%;
}

.fc-text {
    margin-top: 10px;
}

.fc-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

.fc-description {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}

.pt-card {
    border-radius: 11px;
    padding: 20px; 
}

.pt-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}

.testimonial-card {
    height: 550px;
    padding: 20px;
    display: flex;
}

.quotes, .quotes-yellow {
    background-image: url('../../pictures/quotes.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 45px;
}

.quotes-yellow {
    background-image: url('../../pictures/quotes2.png');
    /* background-repeat: no-repeat;
    height: 35px;
    width: 45px; */
}

.testimonial-text {
    font-weight: 700;
    font-size: 22px;
    line-height: 152%;
}

.testifier-wrapper, .testifier-wrapper-white {
    border-left: 4px solid var(--purple);
    padding: 0px 20px;
}

.testifier-wrapper-white {
    border-left: 4px solid #ffffff;
}

.testifier-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
}

.testifier-role {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

.alumni-emp-card {
    background-color: #ECECEC;
    padding: 15px;
    border-radius: 10px;
    height: 60px;
    align-items: center;
    text-align: center;
    /* width: fit-content; */
}

.col:has(.alumni-emp-card) {
    padding-left: 5px;
    padding-right: 5px;
}

.num-speak-card {
    height: 204px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 10px;
}

.smaller-side-padding, .col-lg-4:has(.num-speak-card), .col-lg-6:has(.num-speak-card) {
    padding-left: 5px;
    padding-right: 5px;
}

.small-side-padding2 {
    padding-left: 10px;
    padding-right: 10px;
}

.num-speak-inner-bg {
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    background-color: #F4F4F4ED;
    text-align: left;

    h4 {
        font-size: 60px;
        font-weight: 400;
        line-height: 152%;

    }

    p {
        font-size: 18px;
        font-weight: 400;
        line-height: 112%;
    }
}

.countdown-card {
    background-color: #EEEFFF;
    border-radius: 28px;
    padding: 10px;
    height: 325px;
}

.countdown-card-inner {
    border-radius: 28px;
    padding: 40px;
    height: 100%;

    h4 {
        font-weight: 400;
        font-size: 40px;
        line-height: 112%;
    }
}

.w-fit {
    width: fit-content;
}

.col-lg-4:has(.countdown-card) {
    padding-left: 8px;
    padding-right: 8px;
}

.bootcamp-card {
    border-radius: 10px;
    padding: 10px;
    height: 350px;
}

.bootcamp-card-inner {
    padding: 30px;
    height: 100%;
    border-radius: 10px;

    h4 {
        font-size: 36px;
    }
}

.footer {
    padding: 100px 0;
}

.footer-text {
    font-size: 18px;
}

.footer-title {
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    font-weight: 700;
}

.footer-links  {
    li {
        font-family: "Inter Tight", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 140%;
        a {
            color: #000000;
        }
    }
    
}

/* .nav-item > .dropdown-toggle {
    display: block !important;
} */

.dropdown-toggle:after {
    visibility: inherit;
}

.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: space-between;

    input {
        width: 70%;
        background-color: #E7E7E7F2;
        border: none;
        border-radius: 30px;
        padding: 10px 20px;
        margin: 0px;
        font-size: 16px;
    }
}

.br-10 {
    border-radius: 10px;
}

.br-20 {
    border-radius: 20px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-40 {
    padding: 40px;
}

.pd-80 {
    padding: 80px;
}

.benefit-card, .benefit-card2, .benefit-card3 {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.benefit-card3 {
    height: 450px;
}

.benefit-card2 {
    height: 550px;
}

.bc-title {
    padding: 40px 25px;

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 35px;
    }
}

.course-detail-card {
    padding: 50px 35px;
    h4 {
        font-size: 40px;
    }
}

.brochure-card {
    height: 350px;
    padding: 60px 35px;

    h4 {
        font-size: 32px;
        line-height: 108%;
    }

    p {
        font-size: 18px;
        line-height: 140%
    }
}

.brochure-img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.brochure-icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.brochure-icon2 {
    position: absolute;
    top: 20px;
    right: 20px;
}

.brochure-overlay {
    position: absolute;
 
    left: 0;
    bottom: 0;
}

.brochure-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    transform: rotate(10deg);
}

.mission-card {
    height: 300px;

    img {
        height: 45px;
        width: 45px;
    }

    h2 {
        font-size: 56px;
        line-height: 108%;
    }

    h4 {
        font-size: 24px;
        line-height: 136%;
    }
}

.instructor-card {
    height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.instructor-det {
    h5 {
        font-size: 24px;
        line-height: 122%;
    }

    p {
        font-size: 16px;
        line-height: 122%;
    }
}

.abt-card {
    height: 475px;

    
}

.abt-card-inner {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    h5 {
        font-size: 30px;
        line-height: 108%;
    }

    p {
        font-size: 20px;
        line-height: 100%;
    }
}

.inner {
    padding: 40px 30px;
}

.abt-list {
    list-style: none;
    padding: 0;
    margin: 0;

    li {
        position: relative;
        font-size: 16px;
        color: #000000;
        display: flex;
        font-family: "Inter Tight", sans-serif;
        margin-bottom: 10px;
        /* align-items: center; */

        img {
            margin-right: 10px;
            height: fit-content;
            align-self: flex-start;
            margin-top: 5px;
        }
    }
}

.partner-card {
    h4 {
        font-size: 32px;
        line-height: 108%;
    }

    p {
        font-size: 18px;
        line-height: 140%;
    }
}

.blog-card {
    height: 650px;
}

.blog-img {
    height: 302px;
    width: 100%;
    object-fit: cover;
}

.blog-card-inner {
    padding: 25px;

    h4 {
        font-size: 24px;
        line-height: 126%;
    }
}

.blog-card:hover {
   background-color: #EAEAEA85 !important;
}

.search-form {
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 10px 5px;
    height: 55px;
}

.search-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #000000 !important;
    width: 80%;
    margin: 0px;
    margin-left: 20px;
}

.search-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 50% !important;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    /* border: 1px solid #000000 !important; */
    box-shadow: 0 0 15px rgba(0, 0, 0, .1) !important;

    i {
        color: #000000 !important;
    }
}

.blog-cont-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.event-cont-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.blog-content {
    color: #000000 !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 18px;
}

.event-img {
    height: 433px;
    width: 100%;
    object-fit: cover;
}

.event-date {
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.event-card-inner {
    h5 {
        font-size: 46px;
        line-height: 110%;
    }
}

.form-input{
    background-color: #F0F0F0;

    label {
        color: #666666;
        font-size: 16px;
        line-height: 110%;
    }

    input, select {
        background-color: transparent !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        width: 100%;

        color: #000000;
        font-size: 20px;
        font-weight: 700;
        line-height: 89%;
        padding: 10px 0px;
        font-family: "DM Sans", sans-serif !important;
    }

    input::placeholder {
        color: #0000007D;
        font-size: 20px;
        font-weight: 400;
        line-height: 89%;
    }

    .placeholder-select {
        color: #0000007D;
        font-size: 20px;
        font-weight: 400;
        line-height: 89%;
    }
}

.rad {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rad input {
    margin: 0px 8px !important;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.check-mark {
  /* position: absolute; */
  height: 17.5px;
  width: 17.5px;
  margin: 0px 8px !important;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #787878;
}

.rad:hover input ~ .check-mark {
    background-color: #ffffff;
    border: none;
    background-image: url('../../pictures/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.rad input:checked ~ .check-mark {
    background-color: var(--light-green);
    border: none;
    background-image: url('../../pictures/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.course-price {
    color: #0000007D;
    font-size: 20px;
}

.course-total {
    font-size: 30px;
    line-height: 89%;
}

.course-card {
    margin-bottom: 20px;
}

.btc-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}