@import url('clash-display.css');
@import url('sofia.css');


@font-face {
    font-family: Gilroy-Regular;
    src: url('../fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: Gilroy-Medium;
    src: url('../fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: Gilroy-Bold;
    src: url('../fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url('../fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

a {
    text-decoration: none;
    font-family: Gilroy-Regular;
    color: #fff;
}

code {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    padding: inherit !important;
    word-wrap: inherit !important;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.overlay {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.30);
    mix-blend-mode: overlay;
}

.nav-link,
.nav-link:focus-visible {
    color: #fff;
    font-family: Gilroy-Medium !important;
}

.nav-link,
.dropdown-item {
    font-size: 0.9rem;
    font-family: Gilroy-Medium !important;
}

.dropdown-item:hover {
    background-color: #EAEAEA;
    border-radius: 6px;
}


.nav-link:hover,
.nav-link:focus {
    color: rgba(193, 39, 45, 1) !important;
    font-size: 0.9rem;
    font-family: Gilroy-Medium !important;
}

.main-button-sofia {
    font-family: Gilroy-SemiBold;
    color: #fff;
    background-color: #C1272D;
    border: 1px solid#C1272D;
    border-radius: 5px;
    font-size: 0.9rem;
}

.gilroy-button-body {
    font-family: Gilroy-SemiBold;
    color: #fff;
    background-color: #C1272D;
    border: 1px solid #C1272D;
    border-radius: 5px;
    font-size: 0.9rem;
}

.gilroy-button-body:hover {
    background-color: #A62127;
    border: 1px solid #A62127;
}

.gilroy-button-body-white {
    font-family: Gilroy-SemiBold;
    color: #0000;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 0.9rem;
}

.gilroy-button-body-white:hover {
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
}

.main-button-sofia:hover {
    color: white;
    background-color:#A62127;
    border: 1px solid #A62127;
}

.main-button-highlight-sofia {
    background-color: transparent;
    color: white;
    font-family: Gilroy-SemiBold;
    border: 1px solid rgba(227, 227, 227, 1);
    border-radius: 5px;
    font-size: 0.9rem;
}

.tilt-10  {
    transition: ease transform 10s;
}

.tilt-parent:hover .tilt-child, .tilt-parent:hover .text-yellow{
    transform: rotate(-2deg);
    color: #dfeb43;
}

.tilt-parent:hover .text-teal{
    color: #27C1BB;
}

.learning:hover {
    background-color: #F7E0E0 !important;
    border: 1px solid #D46F73 !important;
}

.learning-colour{
    fill:#0E182C;
}

.learning-model{
    border: 1px solid #BDBDBD;
    border-radius: 10px;
}

.learning-model:hover{
    border: 1px solid #27C1BB;
}

.learning-model:hover .learning-colour {
    fill: #27C1BB;
}

.main-button-highlight-sofia:hover {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.main-button-highlight-sofia-white {
    background-color: transparent;
    color: rgba(193, 39, 45, 1);
    border: 1px solid rgba(193, 39, 45, 1);
    border-radius: 5px;
    font-size: 0.95rem;
}

.main-header-transparent {
    border: 1px solid #0E182C4D;
    color:#0E182C;
    font-family: Gilroy-SemiBold;
    font-size: 0.9rem;
}

.main-header-white {
    background-color: #fff;
    border: 1px solid #fff;
    color:#0E182C;
    font-family: Gilroy-SemiBold;
    font-size: 0.9rem;
}

.main-header-white:hover {
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA;
}

.main-header-transparent:hover {
    color: #0E182C;
    border: 1px solid #0E182C;
}

.main-button-highlight-sofia-white:hover {
    background-color: rgba(193, 39, 45, 1);
    color: white;
    border: 1px solid rgba(193, 39, 45, 1);
}

.header-hero-text {
    font-family: ClashDisplay-Bold;
    font-size: 2.7rem;
    line-height: 2.9rem;

}

.header-homepage-text {
    font-family: ClashDisplay-Variable;
    font-size: 3rem;
    line-height: 3.1rem;
    font-weight: 600;
}

.header-homepage-text-2 {
    font-family: ClashDisplay-Variable;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 3.2rem;
}

.markdown-paragragh p {
    padding-top: 1rem
}

.gilroy-bold {
    font-family: Gilroy-Bold !important;
}

.gilroy-SemiBold {
    font-family: Gilroy-SemiBold !important;
}

.benefits-size{
    font-size: 20px;
}

.subtext-gilroy,
.MsoNormal {
    font-family: Gilroy-Regular;
    font-size: 1.1rem;
    color: rgba(102, 102, 102, 1);
}

.MsoNormal{
    color: rgba(21, 21, 21, 1) !important;
}
.head-text{}


.subtext-gilroy-learning-tools {
    font-family: Gilroy-Regular;
    font-size: 1.rem;
    color: rgba(0, 0, 0, 1);
}

.subtext-gilroy-footer {
    font-family: Gilroy-Regular;
    font-size: 1rem;
    color: rgba(102, 102, 102, 1);
}

.footerbody-gilroy {
    font-family: Gilroy-Regular;
    font-size: 0.95rem;
    padding-bottom: 10px;
    color: rgba(209, 209, 209, 1);
}

.subhead-gilroy {
    font-family: Gilroy-Medium;
    color: rgba(225, 225, 225, 1) !important;
    font-size: 1.1rem;
    ;
}

.text-clash-body {
    font-family: ClashDisplay-Variable;
    color: rgba(225, 225, 225, 1);
}

.text-clash-body-head {
    font-family: ClashDisplay-Variable;
    color: rgba(225, 225, 225, 1);
    font-size: 1.25rem;
    font-weight: 600;
}

.checkbox {
    accent-color: rgba(193, 39, 45, 1);
    width: 1rem;
    height: 1rem;
    border-radius: 0.25em;
}

.text-clash-bold-body {
    font-family: ClashDisplay-Variable;
    color: rgba(225, 225, 225, 1);
    font-size: 2.3rem;
    font-weight:600;
}

.text-clash-body-amount {
    color: rgba(255, 255, 255, 1);
    font-family: ClashDisplay-Variable;
    font-weight: 600;
}

.text-clash-bold-body-head {
    font-family: ClashDisplay-Variable !important;
    color: rgba(27, 32, 32, 1) !important;
    font-size: 2.5rem  !important;
    font-weight: 600 !important;
}

.text-head h1 span,
.text-head h2 span {
    font-family: ClashDisplay-Variable;
    color: rgba(27, 32, 32, 1);
    font-size: 2.5rem !important;
    font-weight: 600;
}

.text-headh2 h2  {
    font-family: ClashDisplay-Variable;
    color: rgba(27, 32, 32, 1);
    font-size: 1.2rem !important;
    /* font-weight: 00; */
}

input:disabled,
input:disabled:hover {
    background-color: gray; /* Change to any color you want */
    color: black; /* Adjust text color if needed */
    cursor: not-allowed;
    opacity: 0.4; /* Optional: makes it look visually disabled */
    border-color: gray;
}

.text-clash-alumni-bold-body {
    font-family: ClashDisplay-Bold;
    color: rgba(225, 225, 225, 1);
    font-size: 1.75rem;
}

.text-clash-bold-body-prerequisite {
    font-family: ClashDisplay-Variable;
    color: rgba(225, 225, 225, 1);
    font-size: 1.15rem;
    font-weight: 500;
}

.text-clash-body-explore {
    font-family: ClashDisplay-Variable;
    color: rgba(225, 225, 225, 1);
    font-size: 1rem;
    font-weight: 600;
}

.btn-courses-link2 {
    background-color: #F3F4F7;
    border: 1px solid #F3F4F7;
    font-family: Gilroy-SemiBold;
    font-size: 0.7rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-right: 0.92rem;
    padding-left: 0.92rem;
    color: #0E182C !important;
}

.btn-courses-link2:after{
    transition: content ease 2s;
    transition: padding-left ease 2s;
}

.btn-courses-link2:hover,
.btn-courses-link2:hover:after {
    content: "→";
    padding-left: 1rem;
    font-size: 0.7rem;
    /* margin-left: 1rem; */
    /* padding-right: 1rem; */
    background-color: #F3F4F7 !important;
    border: 1px solid #F3F4F7 !important;
}

.learning-tools-size {
    font-size: 2.78rem;
}

.gilroy-Medium {
    font-family: Gilroy-Medium !important;
    font-size: 0.9rem;
}

.gilroy-SemiBold2 {
    font-family: Gilroy-SemiBold !important;
    font-size: 0.9rem;
}

.key-differentiator-size {
    font-size: 2.5rem;
}

.gilroy-regular {
    font-family:  Gilroy-Regular !important;
    font-size: 0.85rem;
}

.hidden {
    display: none;
}


/* Custom Accordion Settings */
.accordion-button {
    border: 0px !important;
    outline: 0px !important;
    padding: 0px !important;
    background: transparent !important;
    font-family: Gilroy-SemiBold;
    font-size: 1.2rem;
    font-weight: 400;
    color: #0E182C;
    --bs-accordion-inner-border-radius: none !important;
    --bs-accordion-active-color: rgba(21, 21, 21, 1) !important;

}

.accordion-button::before  {
    display: none ;
}

.accordion-button::after {
    content: '+' !important;
    font-size: inherit !important;
    font-weight: bold !important;
    color: inherit !important;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out !important;
    --bs-accordion-btn-active-icon: none !important;
    --bs-accordion-btn-icon: none !important;
    --bs-accordion-btn-icon-transform: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: '-' !important;
    color: inherit !important;
    --bs-accordion-btn-active-icon: none !important;
    --bs-accordion-btn-icon: none !important;
    --bs-accordion-btn-icon-transform: none !important;
}

.accordion-button:focus {
    --bs-accordion-btn-focus-box-shadow: none !important;
}

.accordion {
    --bs-accordion-border-color: none !important;
}

.accordion-item {
    padding: 1rem;
    border: 1px solid #BDBDBD !important;
    margin-bottom: 1rem;
    border-radius: 10px;
    --bs-accordion-border-radius: 10px !important;

}

.accordion-body {
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-family: Gilroy-Regular;
    font-size: 1.2rem !important;
    color: rgba(21, 21, 21, 1) !important;
}

/* CUSTOMIZING SCROLLBAR */
::-webkit-scrollbar {
    width: 0px;
}

.contact-label {
    font-family: Gilroy-Medium;
    color: rgba(21, 21, 21, 1);
}

.contact-input {
    border: 1px solid rgba(39, 39, 39, 1);
    border-radius: 3px;
    font-family: Gilroy-Medium;
    size: 0.9rem;
}

.contact-buttons:hover {
    background-color: #fff !important;
    border-color: white !important;
    color: rgba(193, 39, 45, 1) !important;
    font-weight: 500;
}

.book-consultation-seo:hover {
    color: rgb(233, 230, 230) !important;
}

.home-hero-banner {
    min-height: 85vh;
}

.home-hero-banner2 {
    padding-top: 8rem !important;
}

.card-text {
    font-size: 0.95rem;
    color: rgba(102, 102, 102, 1);
    font-family: Gilroy-Medium;
    padding-bottom: 1.2rem;
}

.btn-courses-link {
    background-color: rgba(193, 39, 45, 0.1);
    border: 1px solid rgba(193, 39, 45, 0.2);
    font-family: Gilroy-SemiBold;
    font-size: 0.85rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-right: 0.92rem;
    padding-left: 0.92rem;
}

.btn-courses-link:hover {
    border: 1px solid rgba(193, 39, 45, 1) !important;
    background-color: rgba(193, 39, 45, 1) !important;
    color: #fff !important;
}

.bg-top-padding {
    padding-top: 6.2rem;
}

.home-page-layer-transform {
    transform: translateX(-50%) !important;
    position: absolute;
}

.blog-home-header {
    font-family: Gilroy-Bold;
    font-size: 18px;
    font-weight: 400;
    color: #151515;

}

.pagination {
    --bs-pagination-padding-x: 0px !important;
    --bs-pagination-padding-y: 0px !important;
    --bs-pagination-font-size: inherit !important;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0 !important;
}

.page-link:focus, .page-link:hover, .page-link:active, .page-link:focus-visible {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: none;
    border-radius: 50%;
    background-color: #C1272D !important;
}

.page-item:not(:first-child) .page-link {
    margin: 0px !important;
}


.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff !important;
    padding: 0px !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #fff !important;
    padding: 0px !important;
}

.page-item:hover {
    border-radius: 50% !important;
}

.page-link {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0px !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 16px !important;
    font-family:  Gilroy-Medium;
    color: #666666 !important;
    text-decoration: none;
    margin: 0px !important;
    border : 0px !important;
    background-color: white !important;
    border-radius: 50%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Slider Carousel */
.slider {
    height: 100px;

    .sliderTrack {
        animation: scroll 10s linear infinite;
        width: auto;
        transform: translate(0, -50%);

        &:hover {
            animation-play-state: paused;
        }
    }

    .sliderTrackx {
        animation: scrollx 10s linear infinite;
        width: auto;
        transform: translate(0, -50%);

        &:hover {
            animation-play-state: paused;
        }
    }

    .slide {
        width: 21rem;
    }
}

/* Logo SLider Carousel */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  .slideing {
    overflow: hidden;
    position: relative;
    /* width: 960px; */
  }
  .slideing::before, .slideing::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    z-index: 2;
  }
  .slideing::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slideing::before {
    left: 0;
    top: 0;
  }
  .slideing .slide-track {
    animation: scroll 10s linear infinite;
    display: flex;
    width: calc(250px * 16);
  }

.slid img {
    height: 40px;
}


/* vertical Scrol for explore courses */
.container1 {
    display: flex;
    flex-direction: column;
    height: 300%; /* Three sections stacked vertically */
    width: 100%;
}

.section1 {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-scroll {
    overflow-y: auto;
    background-color: #f0f0f0;
    padding: 20px;
}

.horizontal-scroll {
    display: flex;
    align-items: center;
    overflow: hidden; /* Hide the scrollbar */
    background-color: #e0e0e0;
    white-space: nowrap; /* Ensures items are displayed inline */
    scroll-behavior: smooth; /* Enables smooth scrolling */
}

.scroll-item {
    flex-shrink: 0; /* Prevent items from shrinking */
    width: 300px; /* Ensure items have a consistent width */
    height: 150px;
    background-color: #ccc;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: bold;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollx {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 576px) {
    .header-hero-text {
        font-size: 2rem;
    }

    .header-homepage-text {
        font-size: 2.5rem;
    }

    .hero-img-backend {
        border-radius: 0px !important;
    }

    .hero-padding-bottom {
        padding-bottom: 6rem;
    }

    .home-hero-banner {
        min-height: inherit;
    }

    .text-clash-bold-body {
        font-size: 1.6rem;
    }

    .subtext-gilroy {
        font-size: 1rem;
    }

    .text-clash-bold-body-head {
        font-size: 2rem !important;
        line-height: 2rem !important;
        text-align: left !important;
    }

    .text-head h1 span
    .text-head h2 span {
        font-size: 2rem !important;
        line-height: 2rem !important;
        text-align: left !important;
    }

    .text-headh2 h2  {
        font-family: ClashDisplay-Variable;
        color: rgba(27, 32, 32, 1);
        font-size: 1rem !important;
        font-weight: 600;
    }

    .text-clash-alumni-bold-body {
        font-size: 1.8rem;
    }

    .bg-top-padding {
        padding-top: 6.2rem;
    }

    .accordion-button {
        font-size: 1.2rem;
    }

    .accordion-body {
        font-size: 1rem;
    }

    .learning-tools-size {
        font-size: 2rem;

    }

    .key-differentiator-size {
        font-size: 2rem;
    }

    .header-homepage-text-2 {
        font-size: 2.9rem;
    }

}

.navbar-onscroll-white {
    background-color: white !important;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    box-shadow: 16px 0px 32px 0px #BDBDBD;
}

.navlink-onscroll-dark {
    color: black !important;
}

@media (max-width: 990px) {
    .small-size-navbar {
        background-color: white !important;
        border-bottom: 1px solid rgba(218, 218, 218, 1);
    }

    .small-size-navbar .nav-link {
        color: black !important;
    }

    .home-page-layer-transform {
        transform: none !important;
        position: static;
    }

}

@media (min-width: 700px) {
    .be-ready-transfix-1 {
        translate: 3.06rem 0px;
    }

    .be-ready-transfix-2 {
        translate: -3.06rem 4.125rem;
    }
}

@media (min-width: 1400px) {
    .be-ready-transfix-1 {
        translate: 4.2rem 0px;
    }

    .be-ready-transfix-2 {
        translate: -4.2rem 5.125rem;
    }
}
