@import url('https://fonts.googleapis.com/css2?family=Inter&family=Itim&family=Montserrat&family=Open+Sans&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800&display=swap');


:root {
    --blue: #072AC8;
    --light: #1E969F;
    --yellow: #FCF300;
    --orange: #FFC600;
    --Poppins: 'Poppins', sans-serif;
    --Montserrat: 'Poppins', sans-serif;
    --Inter: 'Poppins', sans-serif;
    /* --Montserrat: 'Montserrat', sans-serif;
    --Inter: 'Inter', sans-serif; */
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


/* li {
    list-style: none;
    font-family: var(--Montserrat);

    &:hover {
        color: var(--blue);
    }
} */



body {
    
    font-family: var(--Poppins) !important;
    overflow-x: hidden;
}

.navigation {
    padding-top: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
}

.navigation li {
    list-style: none;

    &:hover {
        color: var(--blue);
    }
}

.navigation h1,
.headingTouch {
    color: var(--blue);
    font-family: var(--Poppins);
    font-size: 22px;
    cursor: pointer;
    font-weight: 800;
    width: 100%;
}

.navigation a {
    color: #2D264B;
    font-family: var(--Montserrat);
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    font-family: var(--Montserrat);
    font-size: 12.701px;

    &:hover {
        color: var(--blue);
    }
}

#navigation__menu {
    font-size: 20px;
    cursor: pointer;
}

.navigation__home {
    display: none;
    gap: 30px;
}

.navigation__home li {
    display: flex;
    gap: 10px;
}

.navigation__home li i {
    font-size: 18px;
}

.navigation__login {
    display: none;
    margin-left: auto;
    gap: 20px;
    align-items: center;
}

.navigation__login a {
    font-size: 14px;
    text-decoration: underline;
}

.Quick {
    text-decoration: none !important;
    font-size: 1rem;
    background-color: aliceblue;
    padding: 1rem;
    border-radius: 0.7rem;
}

.Quick i {
    font-size: 20px;
    color: var(--blue);
}

#home__whatsapp {
    color: #26B53C;
    font-size: 30px;
}

.mobile_text {
    font-weight: 600;
    background-color: var(--orange);
}

.signin_nav {
    background-color: var(--blue);
    font-weight: 600;

    &:hover {
        background-color: var(--orange);
        color: #000 !important;
    }
}

.signup_nav {
    border: 2px solid var(--blue);
    color: #000;
    font-weight: 600;
}


.LoginBtn,
#nav__login {
    border: none;
    background-color: var(--blue);
    color: #fff;
    border-radius: 20px;
    padding: 10px 16px;
    font-family: var(--Poppins);
    cursor: pointer;
    transition: 2s;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;

    &:hover {
        background-color: var(--orange);
        color: #fff;
    }
}

.navigation__home__1 {
    transition: 2s;
    width: 100%;
    padding: 20px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    background: rgba(217, 217, 217, 1);
    opacity: 1;
    position: fixed;
    height: 100vh;
    z-index: 100;
}

.navigation__home__1 a {
    font-size: 14px;
    text-decoration: none;
    color: #000;

    &:hover {
        color: var(--blue);
    }
}

.nav_link {
    font-size: 14px;
    font-family: var(--Poppins);
    transition: 0.5s;

    &:hover {
        color: var(--blue) !important;
    }
}

.nav_div {
    cursor: pointer;
    transition: 0.5s;

    &:hover {
        color: var(--blue) !important;
    }
}

.navigation__home__ShowHide {
    display: flex;
    opacity: 1;
}

#nav__home,
#nav__univercities,
#nav__allCourse,
#nav__blog,
#nav__contact {
    color: #000;
    transition: 2s;
    text-decoration: none;
    font-weight: 400;
    font-family: var(--Poppins);

    &:hover {
        text-decoration: underline;
    }
}

#nav__login {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 8px 24px;
}

.navigation__home__1 li {
    display: flex;
    justify-content: flex-start;
    gap: 10px;

}

.hero {
    position: relative;
}

.hero img {
    width: 100%;
}

.hero__search {
    position: absolute;
    bottom: 9%;
    left: 32%;
    width: 34%;
}

.hero__search div {
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding: 2px;
    padding-right: 4px;
    border-radius: 67px;
    border: 1px solid rgba(90, 96, 104, 0.23);
    background: #FFF;
}

.hero__search div input {
    border: none;
    outline: none;
    width: 50%;
    border-radius: 67px;
}

.hero__search div button {
    cursor: pointer;
    background-color: var(--blue);
    font-family: var(--Inter);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 4px;
    border: none;
    height: 35px;
    border-radius: 20px;
    width: 100px;
    color: #fff;
}

.hero__search a {
    margin-top: 20px;
    color: var(--yellow);
    font-family: var(--Inter);
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}


.courseHeading {
    padding: 20px;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background: rgba(217, 217, 217, 0.26);
}

.courseHeading__btns {
    background-color: #fff;
    padding: 16px;
    border-radius: 50px;
    text-align: center;
}

.courseHeading button {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 20px;
    padding: 6px 8px;
    transition: 2s;
    /* font-family: var(--Inter); */
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    width: 200px;
    height: 50px;
    font-weight: 800;
    text-transform: uppercase;

    &:hover {
        background-color: var(--blue);
        color: #fff;
        border: none;
    }
}

.courseHeading button:last-child {
    /* margin-left: auto; */
    background-color: var(--orange);
    width: 130px;

    &:hover {
        color: #fff;
        background-color: var(--blue);
    }
}

.home__course {
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: rgba(217, 217, 217, 0.26);
    overflow: hidden;
}

.courseEllipse {
    stroke: #fff;

}

.home__course__Card {
    width: 160px;
    height: 153px;
    flex-shrink: 0;
    border-radius: 3.544px;
    background: rgba(246, 248, 250, 0.94);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* box-shadow: 0px 3.13px 8.215px 0px rgba(0, 0, 0, 0.25); */
    padding-top: 6px;
    cursor: pointer;
    text-decoration: none;

    &:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: var(--orange);
    }

    &:hover .home__course__Card__para {
        background-color: #fff;
        color: #111;
    }

    &:hover .home__course__Card__round {
        background-color: #fff;
        color: #111;
    }

    &:hover .home__course__Card__round i {
        background-color: #fff;
        color: #111;
    }

    &:hover .courseEllipse {
        stroke: #000;
    }
}

.home__course__Card__para {
    font-size: 12px;
    padding: 2px;
    font-family: var(--Inter);
    font-weight: 500;
    border-radius: 4px;
    background: var(--blue);
    width: 60px;
    height: 20px;
    color: #fff;
    overflow: hidden;
    font-weight: 700;
}

.home__course__Card__round {
    margin-top: 4%;
    margin-left: 36%;
    width: 44.596px;
    height: 44.596px;
    border-radius: 625.91px;
    background: var(--blue);

    display: flex;
    justify-content: center;
    align-items: center;

}

.home__course__Card h4 {
    margin-top: 2px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    height: 20px;
}

.home__course__Card__round i {
    font-size: 20px;
    color: #fff;
}

.home__course__Card__degree {
    margin-left: 65.5%;
    font-size: 10px;
    font-weight: 600;
    margin-top: 11.5%;
    position: relative;
    color: #000;
    overflow: hidden;
}

.home__course__Card__degree span,
.home__course__Card__degree p {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #000;
    font-weight: 700;
}

.partnerCompany {
    padding-top: 80px;
    text-align: center;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partnerCompany__heading {
    text-align: center;
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.partnerCompany__Images {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 70%;
    padding: 1rem;
    overflow: hidden;
    animation-name: partyScroll;
    animation-duration: 5s;
    animation-iteration-count: infinite;

}



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

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.footer__social__icons__box {
    display: flex;
    gap: 20px;
}

.footer__social__icons {
    font-size: 20px;
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    /* width: 960px; */
    width: 100%;

    &::before,
    &::after {
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    &::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    &::before {
        left: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slide-track {
        animation: scroll 10s linear infinite;
        display: flex;
        width: calc(300px * 14);
        gap: 2px;
    }

    .slide {
        width: 200px;
        padding: 1rem;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slide img {
        background-color: #fff;
        width: 100%;
    }
}

.univercity__Approvel__home {
    display: flex;
    gap: 20px;
}

.univercity__Approvel__home__box {
    width: 180px;
    height: 70px;

}

.univercity__Approvel__home img {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #999;
    width: 100%;
    height: 100%;
}

/* .partnerCompany__Images__img {
    animation-name: partyScroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
} */

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

    100% {
        transform: translateX(200px);
    }
}

.trademark__head {
    color: #0F172A;
    text-align: center;
    font-family: var(--Poppins);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.trademark__boxes {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
}

.trademark__box {
    width: 100%;
    height: 200px;
    background: rgba(15, 23, 42, 0.80);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFC600;
    font-family: 'Open Sans', sans-serif;
    gap: 10px;

    &:hover {
        background: rgba(15, 23, 42, 0.79);
    }

}

.trademark__box i {
    color: #FFC600;
    font-weight: 900;
    font-size: 40px;

}

.trademark__box span {
    width: 46.469px;
    height: 1.549px;
    flex-shrink: 0;
    background-color: #FFC600;
}

.trademark__box2 {
    background: rgba(15, 23, 42, 0.85);
}

.trademark__box3 {
    background: rgba(15, 23, 42, 0.95);
}

.trademark__box4 {
    background: #0F172A;
}

.Choose__Campus {
    padding: 10px;
    padding-top: 100px;
    background: rgba(217, 217, 217, 0.26);
}

.Choose__Campus__head {
    color: #0F172A;
    font-family: var(--Inter);
    font-weight: 100;
    text-align: center;
}

.Choose__Campus__head span {
    font-weight: 800;
    color: var(--blue);
}

.Choose__Campus__Para {
    text-align: center;
    font-size: 14px;
}

.Choose__Campus__boxes {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px;
}

.Choose__Campus__box {
    margin-top: 10px;
    padding: 10px;
    height: 110px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #c0c0c0;
    transition: 0.5s;
    background: #F6F8FA;
    border-radius: 4.532px;
    border: 0.755px solid rgba(0, 0, 0, 0.18);
    background: #F6F8FA;
    box-shadow: 0px 0px 9.819px 0px rgba(236, 236, 241, 0.44);

    &:hover {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}


.Choose__Campus__box h4 {
    color: #072AC8;
    font-family: 'Poppins', sans-serif;
    font-size: 15.105px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.127px;
    /* 120% */
}

.Choose__Campus__box div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 10PX;

}

.Choose__Campus__box div i {
    width: 50px;
    height: 50px;
    border-radius: 35px;
    background: var(--blue);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Choose__Campus__box div p {
    color: #3C3C3C;
    font-family: var(--Poppins);
    font-size: 15.105px;
    font-style: normal;
    font-weight: 400;
}

.admission__process {
    margin-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
}

.admission__process h1 {
    color: #010E12;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 24.169px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.003px;
    /* 120% */
    text-transform: uppercase;
}

.admission__process span {
    font-weight: 700;
    color: var(--blue);
}

.admission__process__Para {
    color: #2F2F2F;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14.11px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.658px;
}

.admission__process__box {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    border-top: 2.266px solid #E9ECEF;
    gap: 40px;

    /* display: flex;
    
    padding-left: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px; */
}

.admission__process__box__boxStep {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3.021px;
    background: rgba(64, 144, 203, 0.30);
    color: #0080FF;
    font-family: 'Poppins', sans-serif;
    font-size: 11.82px;
    font-style: normal;
    font-weight: 600;
    width: 100px;
}

.admission__process__box__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.admission__process__box__box i {
    display: flex;
    width: 38.03px;
    height: 37.764px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #0080FF;
    text-align: center;
    font-size: 37.764px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.178px;
    margin-top: 30px;
    /* 3.12% */
}

.navigation__login__mobile {
    border: none;
    background: rgba(252, 215, 43, 0.21);
    color: #000;
    border-radius: 20px;
    padding: 10px 16px;
    font-family: var(--Poppins);
    cursor: pointer;
    transition: 2s;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;

    &:hover {
        background-color: var(--orange);
        color: #fff;
    }
}

.admission__process__box__box h4 {
    display: flex;
    width: 250px;
    height: 18.127px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #212529;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.127px;
    margin-top: 20px;
    /* 120% */
}

.admission__process__box__box__para {
    color: rgba(33, 37, 41, 0.75);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.728px;
}

.aboutUs__slider {
    margin-top: 50px;
    padding: 50px;
    background: rgba(217, 217, 217, 0.26);
}

.aboutUs__slider__head {
    color: #010E12;
    text-align: center;
    font-weight: 200;
    font-family: var(--Inter);
    text-transform: uppercase;
    font-size: 24px;
}

.aboutUs__slider__head span {

    font-weight: 900;
    color: var(--blue);
}

.aboutUs__slider__para {
    text-align: center;
}

.student__Speaks {
    margin-top: 50px;
}

.student__Speaks {
    padding: 10px;
}

.student__Speaks__h1 {
    color: #010E12;
    text-align: center;
    font-family: var(--Inter);
    font-size: 24.169px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.003px;
    /* 120% */
    text-transform: uppercase;
}

.student__Speaks__para {
    color: #2F2F2F;
    text-align: center;
    font-family: var(--Inter);
    font-size: 14.11px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.658px;
    /* 160.583% */
}

.student__Speaks__cards {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.student__Speaks__card__box {
    width: 445.49px;
    height: 59.889px;
    flex-shrink: 0;
    background: #1E969F;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}

.student__Speaks__card__box__para {
    color: #0F172A;
    text-align: center;
    font-family: var(--Inter);
    font-size: 11.436px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.474px;
}

.student__Speaks__card__box__para1 {
    color: #0F172A;
    text-align: center;
    font-family: var(--Inter);
    font-size: 11.436px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.474px;
    margin-top: -18px;
}

.student__Speaks__card__Title {
    display: flex;
    gap: 40px;
    align-items: center;
}

.student__Speaks__card__Title img {
    width: 70px;
    border-radius: 50px;
}

.student__Speaks__card__Title__Content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.student__Speaks__card__Title__StudentNAme {
    color: #007EFC;
    text-align: center;
    font-family: var(--Inter);
    font-size: 11.436px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.student__Speaks__card__Title__para {
    color: #4D4D4D;
    text-align: center;
    font-family: var(--Inter);
    font-size: 11.436px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.154px;
    /* 150% */
}


.student__Speaks__card__Stars i {
    color: #1E969F;
}

.mySwiper {
    margin-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

.mySwiper img {
    width: 100vw;
}

footer {
    background: #012935;
    padding: 10px;
    padding-top: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer ul li {
    font-size: var(--Inter);
    font-size: 14px;
    cursor: pointer;

    &:hover {
        color: var(--orange);
    }
}

footer a {
    text-decoration: none;
    color: #fff;

    &:hover {
        color: var(--orange);
    }
}

footer ul li h1 {
    font-size: 18px;
    color: var(--orange);
    font-weight: 600;
}

footer button {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    border: none;
    padding: 6px 16px;
    background-color: var(--orange);
    border-radius: 4px;
}

.footer__2 {
    padding: 0 1rem;
    font-size: var(--Poppins);
    text-align: center;
    margin-top: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.footer__2 li,
footer li {
    list-style: none;
}

.footer__2 h1 {
    font-size: 26px;
}

.footer__2 p {
    font-size: 12px;
    width: 90%;
    color: #FFF;
}

.copyRight {
    padding: 20px;
    background-color: #004257;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.copyRight p {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
}

.aboutUs__slider__cards {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.aboutUs__slider__card {
    width: 274px;
    height: 339px;
    border-radius: 8.236px;
    border: 1.029px solid #D1D1D1;
    background: #FFF;

}

.aboutUs__slider__card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;

    & i {
        color: var(--blue);
    }

}

.aboutUs__slider__card__h1 {
    color: #131313;
    font-family: var(--Poppins);
    font-size: 15.442px;
    font-weight: 500;
    line-height: 19.56px;
    text-transform: uppercase;
    padding: 10px;
}

.aboutUs__slider__card__image {

    padding: 4px;
    width: 99%;
    height: 157.093px;
    flex-shrink: 0;
}

.aboutUs__slider__card__para {
    color: #263238;
    font-family: var(--Inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.412%;
    /* 17.209px */
    letter-spacing: 0.36px;
    padding: 10px;
    text-transform: lowercase;
}

.trademark {
    margin-top: 80px;
}

@media screen and (min-width:768px) {



    .courseHeading {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .home__course {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .trademark__boxes {
        grid-template-columns: 1fr 1fr;
    }

    .Choose__Campus__boxes {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .admission__process__box {
        grid-template-columns: 1fr 1fr;
    }

    .aboutUs__slider__cards {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .student__Speaks__cards {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    footer {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media screen and (min-width:1024px) {

    footer {
        flex-direction: row;
        justify-content: center;
        justify-content: space-around;
    }

    .courseHeading {
        display: flex;
        justify-content: center;
    }

    /* .courseHeading button:last-child {
        margin-left: auto;

    } */




    .navigation {
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    #navigation__menu {
        display: none;
    }

    .navigation__home {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navigation__login {
        display: flex;
    }

    .home__course {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .trademark__boxes {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .Choose__Campus__boxes {
        padding-left: 100px;
        padding-right: 100px;
        /* height: 100px; */
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        margin-top: 0px;
    }

    .admission__process__box {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .navigation__home__1 {
        display: none;
    }

    .slider {
        width: 80%;
    }

}

@media screen and (min-width:1440px) {
    .home__course {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .student__Speaks__cards {
        display: grid;
        grid-template-columns: 550px 550px;
    }

}