* {
    font-family: "inter", sans-serif;
    margin: 0;
    padding: 0;
}

/* LOADER STYLE */
.loader-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.81)
        url("https://media.giphy.com/media/8agqybiK5LW8qrG3vJ/giphy.gif") center
        no-repeat;
    z-index: 1;
    display: none;
}

.active {
    background-color: green !important ;
}

.hero-sect-landing {
    background-image: url("/customImages/landing-hero-back.png");
    padding-bottom: 6.5rem;
    padding-top: 3rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-sect {
    background-image: url("/customImages/hero.png");
    padding-bottom: 6.5rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.heroA-section {
    margin-top: 5.125rem;
    /* margin-left: auto;
    margin-right: auto; */
    padding-left: 2rem;
    padding-right: 2rem;
}

.heroA-section .heroA-section--left {
    max-width: 802px;
}

.heroA-section .heroA-section--left h1,
.course-section h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 116%;
    color: #a6ce39;
}

.heroA-section .heroA-section--left p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
    color: #ffffff;
    white-space:no-wrap;
}

.heroA-section--right {
    max-width: 402px;
}

.search-button {
    background: #a6ce39;
    border-radius: 3px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    margin-left: -3em;
}

.log-in-button {
    background-color: #0d2158;
    color: #ffffff;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}

.filter-button {
    background-color: #0d2158;
    color: #ffffff;
    border: none;
    border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
    height:100%;
    width:40%;
}

.btn-ik {
    padding-left: 12vw;
}

.ik-content-1 {
    padding: 8px;
    background-color: #0d2158;
    color: white;
    width: 80%;
    font-size: 20px;
    border: none;
}

.ik-content {
    padding: 8px;
    background-color: #0d2158;
    color: white;
    width: 100%;
    font-size: 20px;
    border: none;
}

.ik-enroll {
    padding: 4px;
    background-color: #b0d62a;
    color: white;
    width: 15%;
    font-size: 15px;
    border: none;
}

.ik-business{
    padding: 4px;
    background-color: transparent;
    color: #A6CE39;
    width: 15%;
    font-size: 15px;
    border: 1px solid #A6CE39;
    opacity: 0.81;
    border-radius:10px;
}

.vertical-line {
    height:5vh; /* Adjust the height of the line */
    width: 3px; /* Width of the line */
    background-color: #ccc; /* Color of the line */    
    margin-left:11%;
    margin-top:-1%;
}

.ik-circle {
    border-radius: 100%;
    background-color: #b0d62a;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ik-enroll-2 {
    padding: 4px;
    background-color: #ffffff;
    color: #061c58;
    width: 15%;
    font-size: 15px;
    border: 1px solid #061c58;
    border-radius: 2px;
    justify-content: center;
}

.ik-button-login {
    background: #1f3f95;
    border-radius: 2px;
    text-align: center;
    color: #fdfdfd;
    border: none;
    width: 20%;
    font-size: 15px;
    font-weight: bold;
}

.ik-content-2 {
    background-color: #0d2158;
    color: white;
    font-size: 30px;
    border: none;
    width: 280px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px; /* Adjust the gap value for space between items */
}

.grid-item {
    width: 100%;
}


.course-text {
    color: #a6ce39;
    font-size: 50px;
    font-family: Segoe UI;
    font-weight: 700;
    line-height: 88px;
    word-wrap: break-word;
}

.sign-up-button {
    background-color: white;
    color: #0d2158;
    border: 0.5px #0d2158 solid;
    border-radius: 4px;
    width:100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.archware-nav-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #0d2158 !important;
}

/* MENTORSHIP SECTION STYLES */
.mentor-wrapper {
    margin-top: 63px;
}

.mentor-wrapper .mentor-wrapper--right {
    max-width: 730px;
}

.mentor-wrapper .mentor-wrapper--right h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 116%;
    color: #0d2158;
}

.mentor-wrapper .mentor-wrapper--right p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #2d2d2d;
}

/* COURSES SECTION STYLE */
.courses-wrapper {
    margin-top: 62px;
}

.margin-bottom {
    margin-bottom: 10rem;
}

.courses-wrapper--heading {
    max-width: 1307px;
    border-radius: 3px;
    padding-left: 1.5rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    color: #0d2158;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 116%;
}

.course-content .course-content--child {
    max-width: 400px;
    width: 100%;
    cursor: pointer;
}

.course-content--card {
    transition: 0.5s;
}

.course-content--card:hover {
    scale: 1.1;
}

.course-content--child a {
    text-decoration: none;
}

.course-content--card {
    min-height: 236px;
    /* background-image: url("/customImages/course-background.png"); */
}

.course-content .course-content--child h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 116%;
    color: #2d2d2d;
}

/* END OF COURSES SECTION STYLE */

/* COURSE PAGE STYLE */
.course-section {
    max-width: 1100px;
}

.course-content--heading {
    max-width: 1307px;
    background: #faaf3a;
    border-radius: 3px;
    padding-left: 1.5rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 116%;
    margin: 40px auto 0 auto;
}

.course-content--list {
    background: #f5f5f5;
    padding-top: 1.3rem;
    padding-bottom: 1rem;
    padding-right: 15rem;
}

.course-content--list ul li,
.course-content--list li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 185%;
    color: #2d2d2d;
}

.course-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 116%;
    color: #2d2d2d;
}

.enroll-but {
    padding: 0.5rem 0;
    width: 12rem;
    max-width: 100%;
    height: auto;
    background: #3a261c;
    border-radius: 5.03656px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 33px;
    text-align: center;
    color: #fdfdfd;
    border: none;
}

.whatsapp-but {
    padding: 0.4rem 0;
    width: 12rem;
    max-width: 100%;
    height: auto;
    border: 1px solid #3a261c !important;
    border-radius: 5.03656px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 33px;
    text-align: center;
    color: #3a261c;
    background-color: #ffffff;
}

/* ENROLL PAGE STYLE */
.course-link {
    max-width: 1307px;
}
.course-content--link {
    padding-left: 1rem;
    padding-bottom: 3.5rem;
}

.course-content--link h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 116%;
    color: #2d2d2d;
    /* margin-top: 48px!important; */
}

.login-det {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 185%;
    color: #2d2d2d;
}

.log {
    cursor: pointer;
}

.youtube-left {
    width: 100%;
    max-width: 50rem;
    min-height: 60vh;
}

.youtube-left h5 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 0.875rem;
    line-height: 2rem;
}

.youtube-left--wrapper {
    width: 100%;
    max-width: 50rem;
    min-height: 60vh;
}

.youtube-right-1 {
    width: 100%;
    max-width: 25rem;
}

.youtube-right {
    width: 100%;
    max-width: 25rem;
    height: 60vh;
    padding: unset !important;
    overflow-y: scroll;
}

.youtube-right h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-left: 1rem;
}

.youtube-right h6 {
    margin-left: 1rem;
}

.youtube-section {
    margin-top: 2rem;
}

.youtube-right--img {
    max-width: 8rem;
}

.youtube-right--img img {
    border-radius: 5px;
}

.youtube-copy {
    cursor: pointer;
}

.youtube-copy .youtube-copy-eli a {
    text-decoration: none;
}

.youtube-copy .youtube-copy-eli a h3 {
    font-size: 0.95rem;
    font-weight: bold;
    white-space: nowrap;
    max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 1rem;
    color: #000000;
}

.youtube-copy .youtube-copy-eli a h6 {
    font-size: 0.75rem;
    font-weight: 400;
    color: #000000;
}

.youtube-copy .youtube-copy-eli:hover {
    background: rgba(250, 175, 58, 0.29);
    color: #000000;
    padding: 0.5rem;
    transition: 0.2s ease-in-out;
    /* opacity: 50%; */
}

.youtube-copy h6 {
    font-size: 0.7rem;
}
/* Navbar responsive style */
@media (max-width: 1192px) {
    .mobile-hero {
        display: block;
    }
    .hero-wrapper {
        display: none;
    }
    .btn-ik{
        padding-left:15vw;
    }
}

@media (min-width: 1440px) {
    .mobile-hero {
        display: block;
    }
    .hero-wrapper {
        display: none;
    }
    .btn-ik{
        padding-left:10vw;
    }
    .ik-large{
        padding-left:10vw;
    }
    .vertical-line{
        margin-left: 19.5vw;
    }
}

@media (max-width: 990px) {
    /* Support responsive style */
    .support {
        margin-top: 4% !important;
    }
    .support .support-section {
        /* flex-direction: row-reverse!important; */
    }
    .mobile-hero button {
        padding: 1rem 1.5rem;
        background: #1f3f95;
        border-radius: 8px;
        font-style: normal;
        font-weight: 500;
        font-size: 0.9rem;
        line-height: 19px;
        text-align: center;
        color: #fdfdfd;
        border: none;
        margin-top: 1rem;
    }

    .ik-business{
        margin-left:40%;
        padding: 4px !important;
        width:25% !important;
    }

    .ik-enroll {
        padding: 4px;
        background-color: #b0d62a;
        color: white;
        width: 30% !important;
        font-size: 15px;
        border: none;
    }

    .ik-enroll-2 {
        padding: 4px;
        background-color: #ffffff;
        color: #061c58;
        width: 30% !important;
        font-size: 15px;
        border: 1px solid #061c58;
        border-radius: 2px;
        justify-content: center;
    }

}

@media (max-width: 414px) {
    .heroA-section {
        padding: unset;
    }

    .heroA-section .heroA-section--left {
        max-width: 463px;
    }

    .heroA-section .heroA-section--left h1 {
        padding-left: 0.7rem;
    }

    .heroA-section .heroA-section--left h1,
    .course-section h1 {
        font-size: 1.8rem;
        text-align: center;
    }

    .heroA-section .heroA-section--left p {
        font-size: 0.875rem;
        text-align: center;
    }

    .mentor-wrapper .mentor-wrapper--right {
        max-width: unset;
    }

    .mentor-wrapper .mentor-wrapper--right h1 {
        font-size: 1.8rem;
        max-width: unset !important;
        text-align: center;
        font-weight: 800;
        margin-top: 1rem;
    }

    .mentor-wrapper .mentor-wrapper--right p {
        font-size: 0.875rem;
        text-align: center;
    }

    .inter-wrap {
        flex-direction: column-reverse !important;
        margin-top: 2rem;
    }

    /* COURSE PAGE MOBILE STYLE */
    .course-content--list {
        padding-right: unset;
    }

    .course-content--list ul li {
        font-size: 1rem;
    }

    .course-content--list h2 {
        font-size: 1.4rem;
    }

    /* ENROLL STYLE */
    .login-det {
        font-size: 0.98rem;
    }
}

/* LOGIN STYLE    */
.log-card {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    padding: 1rem;
    padding-bottom: 4rem;
}

.but-wrapper {
}

.login-but {
    padding: 0.45rem 17.5rem;
    background: #3a261c;
    border-radius: 5.03656px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 33px;
    text-align: center;
    color: #fdfdfd;
    border: none;
    margin-top: 1.5rem;
}

/* ENROLL STYLE */
.modal-head {
    font-weight: bold !important;
    font-size: 1.5rem !important;
}

/* Ipad screen */
@media (min-width: 601px) and (max-width: 1098px) {
    .proj-man .proj-wrapper,
    .service-wrapper {
        flex-direction: column-reverse !important;
    }
}
/* End of Project management section */
