@media screen and (max-width: 480px) {
.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 0% !important;
    top: 100% !important;
}
.header.sticky .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 0% !important;
    top: 100% !important;
}
}
@media screen and (max-width: 992px) {
	.hamburger {
    display: flex !important;
    width: 40px;
    height: 40px;
    background: var(--thm-color-one);
    align-items: center;
    justify-content: center;
}
.navigation {
    display: block !important;
    position: fixed;
    left: -100% !important;
    top: 80px;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background-color: var(--thm-color-one);
    transition: 0.5s all;
    z-index: 100;
}
.header .navigation.open {
    left: 0 !important;
}
.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu, .menu-item-has-megamenu:hover>.megamenu, .menu-item-has-megamenu .megamenu, .menu-item-has-children .sub-menu {
    opacity: 1 !important;
    visibility: visible!important;
    left: 0!important;
    width: 100%!important;
    position: relative;
    display: none;
    padding: 0;
}
.menu-item-has-children .sub-menu {
    position: relative !important;
    top: 10px!important;
    left: 0px!important;
    right: 0!important;
    width: 200px!important;
    transition: 0s all !important;
    z-index: 1!important;
}
.header .navigation .main-menu {
    display: block !important;
}
.menu-item {
    color: #000 !important;
    font-size: 16px !important;
    font-family: 'Sora';
    font-weight: 500;
    margin: 1px 2px;
    padding: 12px 10px;
    border-bottom: 1px solid #fff;
}
.header .navigation .menu-item a {
    color: var(--thm-white);
}
.header .navigation .menu-item .active {
    color: var(--thm-black);
}
.menu-item.telegram-btn {
    padding-right: 0;
    padding: 12px;
}
    .menu-item a {
    display: flex;
    justify-content: space-between;
}

.header .navigation .menu-item-has-children .sub-menu {
        width: 100% !important;
}
.header .navigation .menu-item-has-children .sub-menu .menu-item {
    background-color: var(--thm-color-one) !important;
    border: 0 ;
}
.header .navigation .menu-item-has-children .sub-menu .menu-item>a {
    font-size: 16px !important;
}

.header-btn {
    display: none;
}
.header {
    padding: 10px 0;
}
.announcement-heading {
    background: #FFE11B;
    padding: 10px 20px;
    position: relative;
    color: #000;
    padding-left: 10px;
}
.marquee-content {
    display: flex;
    gap: 60px;
}
.about-card {
    height: auto;
}
.custom-content {
    text-align: center;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    padding-left: 0;
}
}

@media screen and (max-width: 576px) {
    .subheader-title h1 {
        color: #fff;
        font-size: 25px;
    }
    .headding h1 {
        font-size: 25px;
    }
    .about-text h1 {
        font-size: 28px;
    }
    .social-item {
        justify-content: flex-start !important;
    }
    .section-title {
        font-size: 24px;
    }
    .play-button .button-icon {
        width: 35px;
        height: 35px;
    }
    .banner-perra {
        font-size: 20px;
    }

}

@media screen and (min-width: 576px) and (max-width: 767px) {


}
@media screen and (max-width: 767px) {
    .banner-title {
        font-size: 36px !important;
    }
    .subheader {
        height: 200px;
    }
    .breadcrumb {
        padding: 10px;
        font-size: 20px;
        margin-bottom: 0;
    }
    .banner-title {
        font-size: 36px !important;
        display: grid;
        align-items: center;
        gap: 18px;
    }
    .play-image i {
        top: 30%;
        left: 40%;
    }
    .about-list {
        columns: 1;
        margin-bottom: 20px;
    }
    .about-text {
        padding-left: 0px;
    }
    .popular-box {
        display: block;
    }
    .popular-image {
        width: 100%;
        padding-bottom: 20px;
    }
    .registration-form .form-group label {
        white-space: nowrap;
        width: 50%;
    }
    .about-text {
        padding-top: 31px;
    }
    .about-faq-detail {
        padding-top: 20px;
    }
    .about-faq-detail h1 {
        font-size: 26px;
    }
    .banner-image img {
        width: 80%;
    }
    .about-section .px-5 {
        padding: 0 10px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .banner-title {
        font-size: 38px !important;
    }
    .testimonial-image img {
        width: auto;
    }
    .testimonial-image:after {
        bottom: -39px;
        right: 24%;
    }
    .testimonial-slider .slick-next.slick-arrow {
        top: 48%;
        right: 36%;
    }
    .registration-form .form-group label {
        white-space: nowrap;
        width: 45%;
    }
}
@media screen and (min-width: 360px) and (max-width: 576px) {
    .banner-title {
        font-size: 32px !important;
        display: block;
    }
    .banner-title p {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .testimonial-image:after {
        bottom: -50px;
        right: -10%;
    }

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-title {
        font-size: 26px !important;
    }
    .ft-title h4 {
        font-size: 22px;
    }
    .hover-border {
        padding: 4px 25px;
    }
    .popular-slider .slick-next.slick-arrow {
        right: 45%;
    }
    .about-text h1 {
        font-size: 30px;
    }
    .testimonial-image img {
        width: 100%;
    }
    .testimonial-image:after {
        bottom: -42px;
        right: -9%;
    }
    .testimonial-image:before {
        top: -42px;
        left: -40px;
    }
    .testimonial-main {
        padding: 37px;
    }
    .registration-form .form-group label {
        white-space: nowrap;
        width: 35%;
    }
    .student-back:before {
        top: 0;
        left: 25px;
        height: 100%;
    }
    .student-back {
        padding: 13px;
    }
    .date-student {
        top: 5px;
        right: -10px;
    }
}


