@font-face {
    font-family: 'Coluna';
    src: url('../fonts/Coluna-CondensedBold.woff2') format('woff2'),
        url('../fonts/Coluna-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@400,600,700&family=Damion&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}

#navbarSupportedContent {
    position: absolute;
    top: 90px;
    z-index: 9;
    box-shadow: -2px 3px 0 0 #c0e53a;
    background: #1a1a1a;
    border: 2px solid #c0e53a;
    border-radius: 20px;
    padding: 30px;
}

.main-header .nav-item {
    margin: 6px 0;
}

.main-header .nav-item:first-child {
    display: flex;
    gap: 12px;
}

.main-header .nav-link {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #f8f8f8;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .25s;
}

.main-header .nav-link img {
    filter: grayscale(1) contrast(0) brightness(0) invert(1);
}

.main-header .nav-link.active,
.main-header .nav-link:hover {
    color: #c0e53a;
    border: 1px solid #c0e53a;
}

.main-header .nav-link.active img,
.main-header .nav-link:hover img {
    filter: unset;
}

.w-40 {
    width: 49%;
}

.w-50 {
    width: 50%;
}

.main-header {
    background: #1a1a1a;
}

.navbar-brand {
    max-width: 240px;
}

.navbar-button {
    border: 2px solid #c0e53a;
    border-radius: 60px;
    padding: 14px 28px;
    box-shadow: -2px 3px 0 #c0e53a !important;
    background: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #fff !important;
    text-decoration: none;
    transition: .25s;
    outline: none !important;
}

.navbar-button:hover {
    border: 2px solid #717efd;
    box-shadow: 0px 3px 0#717efd !important;
}

.home-banner {
    background: #1a1a1a url(../images/home-banner-bg.webp) no-repeat scroll left top;
    background-size: cover;
    padding: 50px 0;
    min-height: 100vh;
}

.banner-text {
    text-align: center;
    position: relative;
}

.hb-icon1 {
    position: absolute;
    top: 0;
    left: 0;
}

.hb-icon2 {
    position: absolute;
    top: 0;
    right: 0;
}

.hb-icon3 {
    position: absolute;
    bottom: 60px;
    left: 100px;
}

.hb-seal-icon {
    position: absolute;
    top: 7%;
    left: 230px;
}

.hb-icon4 {
    position: absolute;
    bottom: 60px;
    right: 100px;
}

.banner-white-title {
    font-family: 'Coluna';
    font-size: 96px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    line-height: 96px;
}

.yellow-banner-text {
    color: #bade38;
    text-shadow: 1px 2px 0 #d7d7d7;
}

.border-white-banner-text {
    color: #ffffff;
    -webkit-text-fill-color: #1a1a1a;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.purple-banner-text {
    border: 4px dashed #707dff;
    border-radius: 10px;
    color: #707dff;
    padding: 10px 15px 0;
    line-height: 116px;
}

.section-space {
    padding: 70px 0;
}

.our-Partner {
    background: #1a1a1a;
}

.home-cursive-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
}

.home-cursive-title {
    font-size: 40px;
    color: #f8f8f8;
}

.damion-regular {
    font-family: "Damion", cursive;
    font-weight: 400;
    font-style: normal;
}

.partner-logo {
    box-shadow: -7px 7px 0 0 #404040;
    background: #fff;
    border: 1.50px solid #404040;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    justify-content: space-around;
    gap: 15px;
    margin-top: 30px;
}

.elevate-your-skills {
    background: #1a1a1a url(../images/eys-bg-2.webp) no-repeat scroll 0 0;
    background-size: cover;
}

.eys-title {
    border-bottom: 1px solid #1a1a1a;
    display: flex;
    align-items: flex-end;
    padding-top: 30px;
    margin-bottom: 70px;
    padding-bottom: 15px;
    position: relative;
}

.skill-icon {
    position: absolute;
    right: 20%;
    top: -120px;
}

.home-title-dark {
    font-size: 72px;
    line-height: 90%;
    text-transform: capitalize;
    color: #1a1a1a;
    font-family: 'Coluna';
}

.eye-subtitle {
    display: inline-flex;
    justify-content: flex-end;
    font-weight: 600;
    font-size: 24px;
    color: #1a1a1a;
    width: 50%;
}

.nav-link.eys-course-button {
    border: 1px solid #1a1a1a;
    border-radius: 20px;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    text-align: left;
    margin: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-link.eys-course-button.active {
    background: #f8f8f8;
    color: #1a1a1a;
}

.course-pane {
    box-shadow: -10px 10px 0 0 #1a1a1a;
    background: #f8f8f8;
    border: 1.50px solid #1a1a1a;
    border-radius: 20px;
    padding: 40px;
}

.cp-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.cp-duration {
    border-radius: 10px;
    padding: 15px;
    background: #1a1a1a;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #f8f8f8;
}

.cp-cost {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.cp-discount-cost {
    background: #e6baff;
    border-radius: 40px;
    padding: 10px;
    margin-right: 15px;
}

.dark-dash-border {
    border: 2px dashed #1a1a1a;
    border-radius: 30px;
    padding: 10px 20px 0;
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 90%;
    text-transform: capitalize;
    color: #1a1a1a;
}
.gst {
    font-size: 15px;
    display: block;
    text-align: center;
  }
.cp-strikeout-cost {
    text-decoration: line-through;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.cp-save-amt {
    border-radius: 10px;
    padding: 15px;
    background: rgba(26, 26, 26, 0.1);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.btn.btn-green {
    box-shadow: -2px 3px 0 0 #1a1a1a;
    background: #c0e53a;
    border: 2px solid #1a1a1a;
    border-radius: 60px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    display: block;
    width: 100%;
}

.more-link {
    text-decoration: none;
    color: #6e80fa !important;
}

.more-link:hover {
    text-decoration: underline;
}

.why-us {
    background: #1A1A1A;
}

.why-sub-title {
    font-weight: 400;
    font-size: 24px;
    color: #f8f8f8;
}

.home-title-white {
    font-family: 'Coluna';
    font-weight: 700;
    font-size: 72px;
    line-height: 90%;
    text-transform: capitalize;
    color: #f8f8f8;
    margin-bottom: 40px;
    position: relative;
}

.why-accordion-item {
    margin: 18px 0;
}

.why-accordion-button {
    background: transparent;
    border: 0;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #f8f8f8;
}

.why-icon-img {
    margin-right: 12px;
}

.why-accordion-body {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #ccc;
    margin-left: 70px;
}

.why-action-box {
    position: relative;
}

.why-section-2 {
    border-radius: 80px;
    padding: 30px;
    background: #262626;
    margin-top: 70px;
    position: relative;
    z-index: 1;
}

.dashed-dark {
    border: 4px dashed rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 20px 50px;
}

.home-action-text {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    text-shadow: 1px 3px 0 0 #1a1a1a;
}

.why-triangle {
    position: absolute;
    left: -40px;
    top: -30px;
    z-index: 0;
}
.join-now-icon{
    position: absolute;
    bottom: 0px;
    left: 40px;
}
.why-knot {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 2;
}

.blog-bg {
    background: url(../images/blog-bg.webp) no-repeat scroll 0 0;
    background-size: cover;
    padding: 280px 0 70px 0;
    margin-top: -140px;
}

.blog-content {
    position: relative;
}

.pencil-icon {
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -180px;
}

.bl-icon {
    position: absolute;
    left: 65px;
    margin-left: -110px;
    top: 80px;
}

.br-icon {
    position: absolute;
    right: -40px;
    margin-left: -110px;
    top: 80px;
}

.blog-gard.yellow-card {
    background: #fad85d;
    border: 1.50px solid #1a1a1a;
    box-shadow: 0 10px 0 0 #1a1a1a;
    border-radius: 16px;
    padding: 24px;
}

.blog-gard.blue-card {
    background: #707dff;
    border: 1.50px solid #1a1a1a;
    box-shadow: 0 10px 0 0 #1a1a1a;
    border-radius: 16px;
    padding: 24px;
}

.blog-gard.pink-card {
    background: #e6baff;
    border: 1.50px solid #1a1a1a;
    box-shadow: 0 10px 0 0 #1a1a1a;
    border-radius: 16px;
    padding: 24px;
}

.blog-card-title {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.05em;
    color: #1a1a1a !important;
    text-decoration: none;
    margin: 24px 0;
}

.blog-card-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1a1a1a;
}

.blog-card-more-link {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #1a1a1a !important;
}

.blog-card-more-link:hover {
    text-decoration: none;
}

.home-testimonials {
    background: #1A1A1A;
    padding-bottom: 200px !important;
}

.ht-slider .slick-arrow::before {
    display: none !important;
}

.ht-slider .slick-prev.slick-arrow {
    left: auto;
    right: 70px;
    top: -105px;
    background: #f8f8f8 url(../images/course-arrow.webp) no-repeat scroll center center !important;
    border-radius: 7px;
    width: 60px;
    height: 60px;
    transform: rotate(180deg);
    filter: invert(1);
    transition: .25s;
}

.ht-slider .slick-prev.slick-arrow:hover {
    filter: invert(0);
}

.ht-slider .slick-next.slick-arrow {
    right: 0;
    top: -75px;
    background: #f8f8f8 url(../images/course-arrow.webp) no-repeat scroll center center !important;
    border-radius: 7px;
    width: 60px;
    height: 60px;
    filter: invert(1);
    transition: .25s;
}

.ht-slider .slick-next.slick-arrow:hover {
    filter: invert(0);
}

.ht-text {
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 180%;
    color: #f8f8f8;
}

.ht-student-detail {
    font-weight: 400;
    font-size: 20px;
    color: #f8f8f8;
}

.ht-student-name {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 3px 0 0 #000;
}

.ht-title-img {
    position: absolute;
    top: -40px;
}

.home-form {
    background: url(../images/hf-bg.webp) no-repeat scroll 0 0;
    background-size: cover;
    margin-top: -160px;
    padding-top: 150px;
    padding-bottom: 70px;
}

.hf-content {
    border: 1.50px solid #1a1a1a;
    border-radius: 20px;
    padding: 40px;
    box-shadow: -10px 10px 0 0 #1a1a1a;
    background: #f8f8f8;
    margin-bottom: 70px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    resize: none;
}

.form-group {
    margin-bottom: 24px;
}

.form-control {
    border: 1.50px solid #1a1a1a !important;
    border-radius: 10px !important;
    padding: 20px !important;
    background: #f8f8f8 !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #c0e53a !important;
    background: #ffffff !important;
}

.hf-title {
    font-weight: 700;
    font-size: 44px;
    line-height: 90%;
    text-transform: capitalize;
    color: #191919;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hf-title-green {
    border-radius: 40px;
    padding: 10px;
    width: 313px;
    background: #7df2a0;
    transform: rotate(3deg);
    text-align: center;
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
    margin-left: 12px;
}

.hfg-dash {
    border: 2px dashed #1a1a1a;
    border-radius: 30px;
    padding: 20px;
    width: 293px;
    display: inline-flex;
    align-items: center;
    font-size: 36px;
}

.hf-sub-title {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-shadow: -2px 5px 0 #1a1a1a;
    text-align: center;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

.hf-img {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    padding-top: 50px;
}

.footer-main {
    background: #1a1a1a;
}

.footer-mail-label {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #808080;
    margin: 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fm-link-text {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.05em;
    text-decoration: underline;
    color: #fff !important;
}

.fm-link-text:hover {
    text-decoration: none;
}

.ft-right {
    text-align: right;
}

.ft-call-number {
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -0.05em;
    color: #c0e53a;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 18px;
}

.fl-link-text {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #fff;
    text-decoration: none;
    transition: .25s;
}

.fl-link-text:hover {
    color: #c0e53a;
}

.footer-address {
    text-align: right;
}

.fa-text-label {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.05em;
    color: #fff;
}

.fa-text {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    text-align: right;
    color: #ffffff;
}

.footer-brand {
    position: relative;
}

.fls-image {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid #333333;
    margin-top: 30px;
}

.social-share {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-share li {
    margin: 0 12px;
}

.social-share li:last-child {
    margin-right: 0;
}

.copyrights-text {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #808080;
}
@media screen and (max-width: 1399px) {
    .dark-dash-border{
        font-size: 26px;
    }
    .eys-student {
        display: flex;
        align-items: flex-end;
        height: 100%;
        justify-content: center;
      }
}
@media screen and (max-width: 1199px) {
    .hb-seal-icon {
        position: absolute;
        top: 35%;
        left: 80px;
      }
      .bl-icon{
        display: none;
      }
      .br-icon{
        display: none;
      }
      .hf-title-green{
        margin-left: 7px;
        margin-right: 7px;
      }
}
@media screen and (max-width: 991px) {
    .banner-white-title{
        font-size: 74px;
        line-height: 100%;
    }
    .home-banner{
        min-height: auto;
    }
    .hb-student-img{
        display: none;
    }
    .hb-icon1,
    .hb-icon2,
    .hb-icon3,
    .hb-icon4,
    .hb-seal-icon{
        display: none;
    }
    .partner-logo{
        flex-wrap: wrap;
    }
    .our-Partner{
        padding-top: 0 !important;
    }
    .skill-icon{
        display: none;
    }
    .eys-title{
        flex-direction: column;
    }
    .w-50{
        width: 100% !important;
    }
    .elevate-your-skills{
        padding-top: 100px;
    }
    .eye-subtitle{
        width: 100%;
    }
    .home-title-dark{
        text-align: center;
        font-size: 54px;
        line-height: 100%;
    }
    .eye-subtitle{
        font-size: 18px;
        text-align: center;
        justify-content: center;
    }
    .eys-title{
        margin-bottom: 40px;
    }
    .course-pane{
        padding: 20px;
    }
    .cp-save-amt{
        font-size: 16px;
    }
    .why-sub-title{
        text-align: center;
    }
    .home-title-white{
        font-size: 54px;
        text-align: center;
    }
    .home-title-white br{
        display: none;
    }
    .why-icon-img,
    .professional-img,
    .why-triangle,
    .why-knot,
    .join-now-icon,
    .pencil-icon
    {
        display: none;
    }
    .why-accordion-body{
        margin-left: 0;
    }
    .blog-bg{
        margin-top: -210px;
        padding-top: 320px;
    }
    .blog-gard{
        margin-bottom: 24px;
        text-align: center;
    }
    .ht-title-img{
        display: none;
    }
    .ht-text{
        text-align: center;
    }
    .ht-student-detail{
        text-align: center;
    }
    .home-form{
        margin-top: -240px;
        padding-top: 200px;
    }
    .fm-link-text,
    .ft-call-number{
        font-size: 24px;
    }
    .why-accordion-button,
    .why-accordion-body{
        display: block;
        width: 100%;
        text-align: center;
    }
    .why-accordion-body{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .container{
        max-width: 94%;
    }
    .navbar-brand{
        max-width: 200px;
    }
    .navbar-button{
        padding: 10px 20px;
        font-size: 16px;
    }
    .banner-white-title{
        font-size: 54px;
    }
    .home-cursive-title{
        font-size: 30px;
    }
    .home-title-dark{
        font-size: 44px;
    }
    .course-tab-content{
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
    .tab-content.course-tab-content > .tab-pane {
        display: block;
        opacity: 1;
        margin: 12px;
      }
}
@media screen and (max-width: 575px) {
    .navbar .container-fluid{
        flex-direction: row-reverse;
    }
    .navbar-button{
        display: none;
    }
    .navbar-toggler.navbar-button{
        display: inline-flex;
    }
    .navbar-brand.mx-auto{
        max-width: 180px;
        margin-left: 0 !important;
    }
    .main-header .nav-link{
        font-size: 16px;
    }
    #navbarSupportedContent{
        padding: 15px;
        right: 0;
    }
    .main-header .nav-link img{
        display: none;
    }
    .footer-top{
        flex-direction: column;
    }
    .ft-left{
        text-align: center;
        margin-bottom: 24px;
        width: 100%;
    }
    .ft-right{
        text-align: center;
        width: 100%;
    }
    .footer-address{
        text-align: center;
    }
    .fa-text{
        text-align: center;
    }
    .footer-brand{
        display: none;
    }
    .footer-links{
        text-align: center;
    }
    .footer-bottom{
        flex-direction: column;
    }
    .hf-title-green {
        border-radius: 0;
        padding: 0;
        width: auto;
        background: transparent;
        transform: none;
        text-align: center;
        display: inline-flex;
        align-items: center;
        margin-right: 0;
        margin-left: 0;
      }
      .hfg-dash {
        border: 0;
        border-radius: 0;
        padding: 0;
        width: auto;
        display: inherit;
        align-items: flex-start;
        font-size: 30px;
      }
      .hf-title{
        display: inherit;
        line-height: 90%;
      }
      .home-cursive-title{
        text-align: center;
      }
      .home-cursive-title img{
        display: none;
      }
      .banner-white-title{
        margin-bottom: 0;
      }
      .elevate-your-skills {
        padding-top: 180px;
      }
      .our-Partner{
        padding-bottom: 0;
      }
      .course-pane {
        padding: 16px;
      }
      .tab-content.course-tab-content > .tab-pane{
        margin: 12px 0;
      }
      .why-accordion-button{
        font-size: 20px;
      }
      .dashed-dark{
        padding: 20px;
      }
      .home-action-text{
        font-size: 24px;
      }
      .blog-card-title{
        font-size: 20px;
      }
      .ht-text{
        font-size: 18px;
      }
      .ht-student-name {
        display: block;
      }
      .hf-content{
        padding: 24px 16px;
      }
      .form-group:last-child{
        margin-bottom: 0;
      }
      .btn.btn-green{
        font-size: 20px;
      }
      .ft-call-number{
        margin-bottom: 0;
      }
      .footer-address{
        margin-top: 20px;
      }
      .fa-text-label{
        margin-bottom: 12px;
      }
      .footer-links li{
        margin-bottom: 16px;
      }
      .copyrights-text{
        text-align: center;
      }
}