* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.glider-next {
    right: -23px;
    left: auto;
    top: 45%;
    transform: translateY(-45%);
}

.glider-prev {
    left: -23px;
    right: auto;
    top: 45%;
    transform: translateY(-45%);
    ;
}

html {
    scroll-behavior: smooth;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}

.mymodal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)scale(0);
    background: white;
    transition: 200ms ease-in-out;
    z-index: 1000;
    padding: 10px 30px;
    border: 1.5px solid black;
}

.mymodal.active {
    transform: translate(-50%, -50%)scale(1);
}

.mymodal-header {
    display: flex;
    justify-content: space-between;
    font-weight: 900;
    align-items: center;
    border-bottom: 1px solid gray;
}

.mymodal-content {
    margin-top: 7px;
    font-size: 1.2em;
}

.mymodal-header button {
    background: none;
    border: none;
    font-size: 2em;
    cursor: pointer;
}

#myoverlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    opacity: 0;
    transition: 200ms ease-in-out;
    position: fixed;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
}

#myoverlay.active {
    pointer-events: all;
    opacity: 1;
}

.main {
    /* background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%); */
    background-image: url("https://courses.cimindia.in/wp-content/uploads/2025/01/consultation2023_banner-scaled.jpg");
    background-size: cover;
    background-position: right;
    height: 60vh;
    width: 100vw;
}

.hero {
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.hero-text {
    color: #ffbd59;
}

.top {
    padding: 10px 50px 10px 150px;
    display: flex;
    justify-content: flex-start;
    background-color: white;
}

.logos {
    height: 5vh;
    align-items: center;
    display: flex;
    flex-grow: 2;
}

.logos img {
    max-width: 10rem;
    margin-right: 1rem;
    max-height: 3rem;
}

.menu {
    align-items: flex-end;
    padding: 10px;
    z-index: 100;
    height: 5vh;
    display: flex;
    flex-wrap: wrap;
}

.menu ul {
    list-style: none;
    display: flex;
    z-index: 5;
    flex-wrap: wrap;
}

.menu ul a {
    color: black;
    text-decoration: none;
}

.menu ul li {
    margin-left: 4rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.menu ul li a:hover {
    color: red;
}

.hero-content {
    margin: 10px 0px 10px 150px;
    padding-top: 60px;
    color: white;
    display: flex;
}

.hero-text {
    width: 85vw;
}

.hero-content h2 {
    font-weight: 400;
    font-size: 2.5rem;
}

.hero-content h1 {
    font-weight: 600;
    font-size: 3.7rem;
}

.hero-content .in-a {
    font-weight: 400;
    font-size: 2rem;
}

.hero-content h3 {
    color: #fff;
    margin-top: 1.99rem;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    /* text-transform: uppercase; */
}

.hero-illustration {
    text-align: center;
    vertical-align: baseline;
}

.hero-illustration img {
    max-width: 75%;
}

/* Section - Schedule */

.schedule {
    padding: 50px;
}

.cards {
    display: flex;
}

.sch {
    height: 600px;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
    box-shadow: 2px 2px 20px grey;
    padding: 40px;
    margin-bottom: 80px;
}

.schedule h4 {
    font-size: 1.3rem;
    color: rgb(106, 106, 106);
    font-weight: 400;
    margin: 0.4rem 0rem;
}

.schedule h5 {
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.7rem;
}

.card {
    height: 400px;
    width: 360px;
    margin: auto;
    border-radius: 10%;
    box-shadow: 5px 5px 10px grey;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.93) 0%, rgb(63, 61, 61)29%, rgb(255, 255, 255) 30%); */
    background-image: linear-gradient(#182c3a 0%, #172d45 29%, rgb(255, 255, 255) 30%);
    position: relative;
    padding: 1rem;
}

.photo {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.photo img {
    border-radius: 50%;
    border-color: black;
    border-width: 2px;
    border-style: solid;
}

.card-text {
    text-align: center;
    margin-top: 190px;
}

.card-name {
    font-size: 1.2rem;
    font-weight: 500;
    color: black;
}

.card-desig {
    color: grey;
    font-size: 0.8rem;
}

.card-title-section {
    margin-top: 0.5rem;
}

.card-topic-section {
    margin-top: 1rem;
}


.card-topic-title {
    color: rgb(106, 106, 106);
    text-transform: uppercase;
    font-size: 0.6rem;
}

.card-topic {
    font-size: 1rem;
    /* text-transform: uppercase; */
    color: black;
    font-weight: 400;
    line-height: 1.1;
}

/* section - concept note */

.concept-note {
    /* background-image: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%); */
    background-image: linear-gradient(#182c3a 11.2%, #172d45 78.9%);
    height: 100%;
}

.concept-note-content {
    padding: 1.5rem;
    height: 100%;
    margin: auto 160px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.note-text {
    color: white;
    font-size: 1.3rem;
    padding-right: 15px;
}

.note-button {
    padding: 0.8rem 1.5rem;
    color: black;
    border: none;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    font-size: 1.2rem;
    ;
}

.note-button:hover {
    cursor: pointer;
    color: white;
    background-color: rgb(92, 92, 92);
}

/* Papers */

.papers {
    padding: 2rem;
    margin: auto;
    text-align: center;
}

.parent-papers {
    margin-top: 40px;
    height: 80vh;
    width: 90vw;
    position: relative;
    box-shadow: 1px 5px 10px;
    margin-bottom: 50px;
}

.left-menu {
    background: rgb(245, 245, 245);
    border-style: none solid none none;
    border-width: 2px;
    height: 80vh;
    width: 20vw;
    position: absolute;
    left: 0px;
    padding: 1rem;
    text-align: left;
    font-size: 1rem;
    overflow: auto;
}

.left-menu h4 {
    font-size: 1rem;
}

.left-menu ol {
    margin-left: 20px;
}

.left-menu li {
    margin-bottom: 11px;
}

.paper-select:hover {
    color: rgb(28, 96, 222);
    cursor: pointer;
}

.right-content {
    position: absolute;
    right: 0px;
    width: 70vw;
    height: 100%;
    padding: 10px;
}

.paper-content {
    height: 100%;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 10px;
}

.collapsible:hover {
    background-color: #555;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

/* divider */

.divider {
    /* background-image: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%); */
    background-image: linear-gradient(#182c3a 11.2%, #172d45 78.9%);

    height: 5vh;
}

/* recordings */

.recordings {
    padding: 2rem;
    margin: auto;
    text-align: center;
}

.ytVideos {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.video {
    margin: 30px;
}

/* section - registration form */

.register {
    margin: 25px;
    width: 90vw;
    margin: auto;
    text-align: center;
}

.register h5 {
    font-size: 1.3rem;
    margin: 30px 100px 10px 100px;
}

.form {
    width: 90vw;
    margin: auto;
    padding-bottom: 30px;
}

.form-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-line select {
    width: 15%;
    margin: 30px 1rem 0px 0px;
    background: rgb(248, 248, 248);
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgb(226, 226, 226);
    font-size: 1rem;
}

.form-line input {
    width: 50%;
    margin: 30px 1rem 0px 0px;
    background: rgb(248, 248, 248);
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgb(226, 226, 226);
    font-size: 1rem;
}

.form-button {
    margin-top: 2rem;
    padding: 0.8rem 1rem;
    color: white;
    border: none;
    background-color: rgb(78, 118, 192);
    border-radius: 10px;
    font-size: 1rem;
    width: 50%;
}

.form-button:hover {
    background-color: rgb(18, 78, 190);
    cursor: pointer;
}

/* Different Screen Sizes */

@media only screen and (max-height:700px) {
    .main {
        height: 75vh;
    }

    .hero {
        height: 75vh;
    }
}

@media only screen and (max-width:1339px) {
    .hero-content h2 {
        font-weight: 400;
        font-size: 2rem;
    }

    .hero-content h1 {
        font-weight: 600;
        font-size: 3rem;
    }

    .hero-content .in-a {
        font-weight: 400;
        font-size: 1.5rem;
    }

    /* .hero-content h3 {
        font-size: 1.2rem;
    } */
    .hero-illustration img {
        max-width: 60%;
    }

    /* Section - Schedule */
    .schedule h4 {
        font-size: 1.1rem;
    }

    .schedule h5 {
        font-size: 1.1rem;
    }

    .card {
        height: 390px;
        width: 300px;
    }

    .photo {
        margin: auto;
    }


    .card-name {
        font-size: 1rem;
    }

    .card-topic-title {
        font-size: 0.6rem;
    }

    .card-topic {
        font-size: 0.8rem;
    }

    @media only screen and (max-width:1138px) {
        .menu ul li {
            font-size: 1rem;
        }

        .hero-content h2 {
            font-weight: 400;
            font-size: 1.8rem;
        }

        .hero-content h1 {
            font-weight: 600;
            font-size: 2.8rem;
        }

        .hero-content .in-a {
            font-weight: 400;
            font-size: 1.3rem;
        }

        .hero-content h3 {
            font-size: 1.3rem;
        }

        .hero-illustration img {
            max-width: 55%;
        }
    }

    @media only screen and (max-width:1091px) {
        .main {
            height: 35vh;
        }

        .menu ul li {
            font-size: 1rem;
        }

        .e3 {
            display: none;
        }

        .e4 {
            display: none;
        }

        .logos img {
            max-width: 10rem;
            margin-right: 1rem;
            max-height: 3rem;
        }

        .hero-content {
            padding-top: 20px;
        }

        .hero-content h2 {
            font-weight: 400;
            font-size: 1.5rem;
        }

        .hero-content h1 {
            font-weight: 600;
            font-size: 2.5rem;
        }

        .hero-content .in-a {
            font-weight: 400;
            font-size: 1rem;
        }

        .hero-content h3 {
            font-size: 1rem;
        }

        .hero-illustration img {
            max-width: 50%;
        }

        /* Section - Schedule */
        .sch {
            height: 500px;
        }

        .schedule h4 {
            font-size: 1rem;
        }

        .schedule h5 {
            font-size: 1rem;
        }

        .card {
            height: 350px;
            width: 200px;
        }

        .photo {
            margin: auto;
        }

        .photo img {
            width: 120px;
        }

        .card-text {
            margin-top: 153px;
        }

        .card-name {
            font-size: 0.8rem;
        }

        .card-desig {
            font-size: 0.8rem;
        }

        .card-topic-title {
            font-size: 0.6rem;
            margin-top: 1rem;
        }

        .card-topic {
            font-size: 0.7rem;
        }
    }

    @media only screen and (max-width:1021px) {
        .hero-illustration {
            display: none;
        }

        .hero-content h2 {
            font-weight: 400;
            font-size: 2rem;
        }

        .hero-content h1 {
            font-weight: 600;
            font-size: 3rem;
        }

        .hero-content .in-a {
            font-weight: 400;
            font-size: 1.5rem;
        }

        .hero-content h3 {
            font-size: 1.5rem;
        }

        .menu {
            display: none;
        }
    }

    @media only screen and (max-width:909px) {

        /* Section - Schedule */
        .sch {
            height: 450px;
        }

        .schedule h4 {
            font-size: 0.9rem;
        }

        .schedule h5 {
            font-size: 0.9rem;
        }

        .card {
            height: 280px;
            width: 180px;
        }

        .photo {
            margin: auto;
        }

        .photo img {
            width: 100px;
        }

        .card-text {
            margin-top: 120px;
        }

        .card-name {
            font-size: 0.7rem;
        }

        .card-desig {
            font-size: 0.7rem;
        }

        .card-topic-title {
            font-size: 0.5rem;
            margin-top: 0.9rem;
        }

        .card-topic {
            font-size: 0.7rem;
        }

        .concept-note-content {
            margin: 30px;
        }
    }

    @media only screen and (max-width:825px) {
        .top {
            margin-left: 50px;
        }

        .hero-content {
            margin-left: 50px;
        }

        /* Section - Schedule */
        .sch {
            width: 100%;
        }
    }

    @media only screen and (max-width:759px) {

        /* Section - Schedule */
        .schedule {
            padding: 20px;
        }

        .sch {
            width: 100%;
            padding: 18px;
        }
    }

    @media only screen and (max-width: 680px) {
        .hero-content h2 {
            font-weight: 400;
            font-size: 1.5rem;
        }

        .hero-content h1 {
            font-weight: 600;
            font-size: 2.5rem;
        }

        .hero-content .in-a {
            font-weight: 400;
            font-size: 1rem;
        }

        .hero-content h3 {
            font-size: 1rem;
        }

        .e1 {
            display: none;
        }

        .e2 {
            display: none;
        }

        .sch {
            height: 400px;
        }

        .note-text {
            font-size: 1rem;
        }

        .note-button {
            font-size: 1rem;
            padding: 10px;
        }
    }

    @media only screen and (max-width:608px) {
        .main {
            height: 40vh;
        }

        .hero {
            height: 40vh;
        }

        .top {
            margin-left: 30px;
        }

        .logos img {
            max-width: 10rem;
            margin-right: 1rem;
            max-height: 3rem;
        }

        .hero-content {
            margin-left: 30px;
        }

        .hero-content h1 {
            font-weight: 600;
            font-size: 1.8rem;
        }

        /* Section - Schedule */
        .sch {
            height: 1100px;
        }

        .schedule h4 {
            font-size: 0.9rem;
        }

        .schedule h5 {
            font-size: 0.9rem;
        }

        .cards {
            flex-direction: column;
        }

        .card {
            height: 310px;
            width: 80%;
            margin-bottom: 2rem;
        }

        .photo {
            top: 20;
            bottom: 0;
            margin: auto;
        }

        .card-text {
            margin-top: 130px;
        }

        .card-name {
            font-size: 1rem;
        }

        .card-desig {
            font-size: 0.7rem;
        }

        .card-topic-title {
            font-size: 0.7rem;
            margin-top: 0.9rem;
        }

        .card-topic {
            font-size: 0.8rem;
        }
    }

    @media only screen and (max-width:360px) {
        .note-text {
            font-size: 0.8rem;
        }

        .note-button {
            font-size: 0.8rem;
        }

        .form-line {
            flex-direction: column;
            align-items: flex-start;
        }

        .form-line select {
            width: 80%;
        }

        .form-line input {
            width: 80%;
        }
    }
}