.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.5s ease-in-out;
    background-color: white;
    border-radius: 50%;
}

@media (max-width: 800px) {
    .mousefollow {
        display: none;
    }

    .hamburger {
        color: white;
        display: block;
        left: 2%;
        position: absolute;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .navbar {
        background-color: var(--logo-color);

    }

    .nav-branding img {
        display: none;
    }

    .nav-menu {
        position: absolute;
        left: -100%;
        top: 70px;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 30vh;
        transition: 0.3s;
        background-color: var(--logo-color);
    }

    .nav-menu a {
        color: white;
    }

    .dropbtn {
        color: white;
    }

    .nav-menu.active {
        left: 0;
    }

    .dropdown-content {
        text-align: end;
        top: -10%;
        left: 0%;
    }

    .landingpage {
        flex-direction: column;
    }

    .landingpage .backptn {
        height: 80vh;
    }

    .landingpage .texts {
        padding: 10px;
        margin-top: 70px;
        align-items: center;
    }

    .firstLine p {
        font-size: 25px;
    }

    .autoScroll {
        font-size: 25px;
        font-weight: 900;
    }

    .scrollBox {
        height: 40px;
    }

    .benifit .normalText {
        font-size: 25px;
    }

    .ShowText-contener {
        font-size: 25px;
    }

    .img-seciton .techImg {
        padding: 0px;
        height: 30vh;
        z-index: 1;
    }

    .course-contener {
        width: 100%;
        border-radius: 0px;
    }
    .side-part{
        display: none;
    }

    .contect-contener,.form{
        width: 100%;
    }

}

@media (max-width: 700px) {

    .About-page .About-heading,
    .team-heading,
    .blog-heding,.contect-heding {
        font-size: 1rem;
    }
    

    .About-heading::after {
        width: 100%;
        margin-left: 0;
    }

    .main-content .About-cards {
        width: 90%;
        transform: translateX(0%);
    }

    .About-cards::after {
        top: -10%;
        left: 0%;
    }

    .About-cards:nth-child(2)::after {
        width: fit-content;
    }

    .About-cards:nth-child(4)::after {
        width: fit-content;
    }

    .couse-page .cours-heading{
        margin-top: 10px;
        font-size: 0.8rem;
    }
   

}

@media (max-width: 500px) {
    .slider-container {
        width: 100%;
    }

    .slide img {
        height: 30vh;
    }
}


@media (max-width: 800px) {
    .team-page {
        display: none;
    }

    .teamslide-page {
        display: block;
    }

    .teamslide-page .team-heading {
        font-size: 1rem;
    }

}

@media (max-width: 400px) {
    .landingpage .texts {
        text-align: center;
    }

    .autoScroll {
        font-size: 22px;
        text-align: center;
    }

    .texts .Btncontener {
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 500px){
    .benifit .normalText {
        font-size: 20px !important;
    }
    .ShowText-contener {
        font-size: 18px !important;
    }
    .course-contener {
        background: radial-gradient(#4e43ad, transparent);
    }
    .course-contener {
        padding: 10px;
    }
    .course-contener h1 {
        margin: 0;
    }
    .About-cards p {
        font-size: 14px;
    }
    .About-cards::after {
        font-size: 16px;
        top: -20%;
    }
    .main-content {
        gap: 2rem;
    }
    .main-content .About-cards{
        padding-top: 30px;
        padding-bottom: 0;
    }
    .course-cardContener{
        justify-content: unset;
    }
    .cards .link{
        font-size: 12px;
    }

    footer{
        padding-top: 1em;
        padding-left: 1em;
        padding-right: 2em;
    }
    .footer-content i {
        font-size: 16px;
    }
}