@font-face {
    font-family: 'alumni-medium';
    src: url(../alumni-sans/AlumniSansMedium.ttf);
}

@font-face {
    font-family: 'alumni-bold';
    src: url(../alumni-sans/AlumniSansSemiBold.ttf);
}

@font-face {
    font-family: 'alumni-italic';
    src: url(../alumni-sans/AlumniSansItalic.ttf);
}

.cour-page1 {
    min-height: 90vh;
    width: 100%;
    background-color: #dcdada;
}

.all_cour {
    min-height: 40vh;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.all_cour h3 {
    font-family: alumni-bold;
    font-weight: 900;
    font-size: 2.5rem;
}

.all_cour_in {
    min-height: auto;
    width: 100%;
    /* background-color: blue; */
}

.cour_head {
    height: 34px;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    background-color: blue;
    padding: 6px 20px;
}

.cour_head h2 {
    /* font-family: alumni-bold; */
    font-weight: 600;
    font-size: 1rem;
    color: #F8F8F8;
}

.cour_body {
    height: auto;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    /* background-color: rgb(62, 62, 62); */
    padding: 6px 20px;
    border: 2px solid #686262;
    display: flex;
    flex-wrap: wrap;
}

.cour {
    text-decoration: none;
    color: #2c2b2b;
    height: auto;
    width: 50%;
    transition: all 0.7s ease;


}

.cour h3 {
    font-size: 1rem;
    padding-bottom: 3px;
}

.cour:hover {
    cursor: pointer;
    padding-left: 10px;
    color: blue;
    transition: all 0.7s ease;
}

.cour-page2 {
    min-height: 100vh;
    width: 100%;
    background-color: #dcdada;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-bottom: 30px;
}

.onlinepage1 {
    min-height: 80vh;
    width: 100%;
}

.onlinecour-page1 {
    min-height: fit-content;
    width: 100%;
    /* background-color: #F8F8F8; */
    box-shadow: 0px 0px 8px 0px;
    margin: 10px 0px;
    border-radius: 10px;
    padding-bottom: 10px;
}

.allinfo {
    min-height: 40vh;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.allinfo h3 {
    /* font-family: alumni-bold; */
    font-weight: 700;
    font-size: 1.4rem;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 1rem;
}

table thead {
    background-color: blue;
    color: #F8F8F8;
    border-radius: 8px 8px 0px 0px;
}

table tbody {
    border: 2px solid #686262;
    border-radius: 0px 0px 8px 8px;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.onlinepage2 {
    min-height: fit-content;
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 10px;
}

.licont li {
    font-size: 1rem;
    /* font-family: alumni-medium; */
    color: #686262;
    list-style: inside 👍;
}

.onlinepage3 {
    min-height: fit-content;
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 15px;
}

.onlinepage3 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}



/* -------------------- computer courses -------------------- */


/* header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.5s;
} */

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}

nav ul li a:hover {
    color: #ffd700;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.hero {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(45deg, #3498db, #8e44ad);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.5rem;
}

/* ------------- Computer ----------------  */
.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.all-course {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 30px;
}

.all-course button {
    padding: 5px 10px;
    font-size: 1.2rem;
    border: none;
    color: #2c2b2b;
    background-color: white;
    transition: background-color 0.3s;
}

.all-course button:first-child {
    border-radius: 30px 0 0 30px;
}

.all-course button:nth-child(2) {
    border-left: 1.5px solid;
    border-right: 1.5px solid;
}

.all-course button:last-child {
    border-radius: 0 30px 30px 0;
}

.all-course button.active {
    background-color: #0e9fff;
    color: white;
}

.in-nots{
    padding: 0px 10%;
    width: 100%;
    height: fit-content;
}
.com-co-no{
    position: fixed;
    top: 50%;
    right: 5%;
    z-index: 999999;
}

.notes{
    min-height: 100vh;
    width: 70%;
    overflow: hidden;
}
.notes img{
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}


/* ---------------- admission form -----------------  */

.admission-form {
    min-height: 100vh;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form {
    width: 60%;
    background-color: #2c2b2b;
    padding: 10px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media screen and (max-width: 968px) {
    main{
        flex-direction: column;
        padding: 0px 10px;
    }
    .form{
        width: fit-content;
    }
    main section{
        padding: 13px;
    }
    .hero {
        height: 38vh;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .allinfo {
        min-height: 40vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: unset;
        padding-top: 10px;
    }
    table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
        font-size: 0.5rem;
    }
    .allinfo h3 {
        /* font-family: alumni-bold; */
        font-weight: 600;
        font-size: 1.2rem;
    }
    .licont li {
        font-size: 0.8rem;
        /* font-family: alumni-medium; */
        color: #686262;
        list-style: inside 👍;
    }
    .cour {
        width: 100%;
    }
    .cour h3 {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding: 0px;
    }

    nav {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background-color: rgba(0, 0, 0, 0.9);
        transition: 0.5s;
    }

    nav.active {
        left: 0;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    nav ul li {
        margin: 20px 0;
    }

    .hamburger {
        display: block;
    }

    .hamburger.active .line:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.active .line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .line:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .all-course button {
        font-size: 0.5rem;
    }

    .buttons {
        padding: 7px;
    }
}





@media (max-width:700px) {
    .cour_body {
        display: flex;
        flex-direction: column;
        flex-wrap: unset;
    }
}
@media (max-width:600px) {
    .in-nots{
        padding: 0px 2%;
        width: 100%;
        height: fit-content;
    }
    .notes{
        min-height: 70vh;
        width: 100%;
        overflow: hidden;
    }
    .notes{
        min-height: 70vh;
        width: 100%;
        overflow: hidden;
    }
}
@media (max-width:300px) {
    .in-nots{
        padding: 0px 2%;
        width: 100%;
        height: fit-content;
    }
    .notes{
        min-height: 50vh;
        width: 100%;
        overflow: hidden;
    }
    .notes{
        min-height: 50vh;
        width: 100%;
        overflow: hidden;
    }
}