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

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

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

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

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

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



/* ====== max CSS ===== */

@media screen and (max-width:1600px) {}

@media screen and (max-width:1440px) {
    .hero-content>h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .module-and-feedback-head .button {
        padding: 10px 25px;
    }
    .course-details-banner {
        flex-direction: column;
    }
     .course-banner-thumbnail img {
        max-width: 100%;
        width: 100%;
        max-height: 300px;
    }
    .course-banner-thumbnail {
        position: relative;
        width: 100%;
    }
    header .navbar .navbar-nav li {
        padding: 0 15px !important;
    }

    .user-pro-dropdown .nav-link {
        display: flex;
        align-items: center;
        gap: 13px;
        position: relative;
        padding: 0 18px 0 10px;
    }
}

@media screen and (max-width:1199px) {
    .astro-img {
        right: 35px;
        top: -134px;
        max-width: 150px;
    }
    .user-pro-dropdown .nav-link>p {
        display: none;
    }

    .navbar-brand {
        margin-right: 0rem;
    }

    header .navbar .navbar-nav li a {
        font-size: 16px;
    }

}

@media screen and (max-width:1024px) {
     .nav-right-box .button{
        padding: 10px 15px !important;
        min-width: 135px;
        font-size: 16px;
    }
}

@media screen and (max-width:992px) {
    .navbar .navbar-toggler {
        order: 1;
    }

    .navbar .navbar-collapse {
        order: 2;
    }

    .nav-right-box {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-left: auto;
    }
}

@media screen and (max-width:767px) {
    .course-detail-login > h2 {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 50px;
    }
    .find-tutor-sec {
        margin-top: -300px;
    }
    .banner-stats .w-25{
        width: 100% !important;
    }
    .astro-img{
        display: none;
    }
    .nav-right-box .button {
        padding: 10px 15px !important;
        min-width: 100px;
        font-size: 16px;
        min-height: 45px;
    }
   
    .course-banner-inner h1 {
        font-size: 38px;
        line-height: 50px;
        max-width: 544px;
    }
    .course-banner-inner {
        min-height: 380px;
    }
    .course-detail-login {
        background-color: black;
        padding: 30px 40px;
        border-radius: 25px;
    }
    .course-details-banner .course-banner-thumbnail img {
        max-width: 100%;
        width: 100%;
    }

    .multi-module-tab-flex {
        gap: 30px;
        flex-direction: column;
    }

    .module-and-feedback-head>.button {
        min-width: fit-content;
    }

    .multi-module-tab-flex>div {
        flex-direction: row !important;
        gap: 10px;
    }

    .multi-module-tab-flex .nav-link {
        min-width: fit-content;
        min-height: 45px;
        font-size: 16px;
    }

    .module-and-feedback-body {
        padding: 20px;
    }

    .multi-module-tab-flex .nav-link+.nav-link {
        margin-top: 0px;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .dashboard-btn {
        padding: 10px 10px;
        font-size: 16px;
        min-height: 45px;
    }
}

@media screen and (max-width:575px) {
    .course-offering-box {
        min-height: 85px;
    }
    .course-detail-login .banner-stats .w-50{
        width: 100% !important;
    }
}

@media screen and (max-width:480px) {
    .dashboard-btn {
        font-size: 14px;
        line-height: 1;
        min-height: 40px;
    }

    .dashboard-btn span {
        display: none;
    }

    .user-pro-dropdown .nav-link>img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
        min-width: 30px;
    }

    .user-pro-dropdown .nav-link {
        display: flex;
        align-items: center;
        gap: 13px;
        position: relative;
        padding: 0 5px 0 5px;
    }

    .user-pro-dropdown .nav-link::after {
        display: none;
    }

    .nav-right-box {
        gap: 5px;
        margin-left: auto;
    }

}

@media screen and (max-width:360px) {}


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

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

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

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

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

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



/* ====== max CSS ===== */

@media screen and (max-width:1600px) {
    .top-event-details {
        padding: 30px 30px 30px 30px;
    }
    .upcoming-event-left {
        max-width: 560px;
    }

    .upcoming-events {
        padding: 40px 40px;
    }

    .hero-content {
        position: relative;
    }

    .upcoming-events h2 {
        margin: 0 0 30px;
    }

    .hero-sec-inner {
        padding: 140px 0 290px;
        background-color: #6D42F3;
        border-radius: 0 0 100px 100px;
    }
}

@media screen and (max-width:1440px) {
    .upcoming-event-wrapper {
        flex-direction: column;
    }

    .top-event-details {
        gap: 15px;
    }

    .top-event-date {
        gap: 10px;
    }

    .event-date-box {
        font-size: 16px;
    }

    .top-event-date {
        flex-wrap: wrap;
    }

    .upcoming-event-left {
        max-width: 380px;
    }

    .upcoming-events h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .hero-wrapper>.row {
        align-items: center;
    }

    header .navbar .navbar-nav li {
        padding: 0 15px !important;
    }

    .user-pro-dropdown .nav-link {
        display: flex;
        align-items: center;
        gap: 13px;
        position: relative;
        padding: 0 18px 0 10px;
    }

    .find-tutor-search {
        width: 100%;
    }

    .find-tutor-search .formfield .form-control {
        min-width: 100%;
    }

    .find-tutor-head>h2 {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .course-offering-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .course-offering-box:nth-of-type(n+5):nth-of-type(-n+8),
    .course-offering-box,
    .course-offering-left {
        max-width: 100%;
    }
}

@media screen and (max-width:1199px) {
    .home-filter {
        gap: 0px;
        flex-wrap: wrap;
    }

    .footer-formul2 {
        left: 40px;
        width: 120px;
    }

    .planet {
        top: 20px;
        right: 25px;
    }

    .footer-formul1 {
        right: 50px;
        bottom: 29px;
        width: 110px;
    }

    .upcoming-event-left {
        max-width: 500px;
        margin-bottom: -20px;
        margin-right: 0;
    }

    .upcoming-event-sec {
        padding: 80px 0 250px;
    }

    .footer-inner {
        margin-top: -160px;
    }

    .course-offering-warapper {
        gap: 20px;
        flex-direction: column;
    }

    .user-pro-dropdown .nav-link>p {
        display: none;
    }

    .navbar-brand {
        margin-right: 0rem;
    }

    header .navbar .navbar-nav li a {
        font-size: 16px;
    }

}

@media screen and (max-width:1080px) {}

@media screen and (max-width:992px) {
    .top-event-head{
        flex-wrap: wrap;
    }
    .top-event-badge {
        padding: 3px 12px;
        font-size: 16px;
        line-height: 19px;
        outline: 2px solid #FF576D;
        min-width: fit-content;
        text-align: center;
    }
    .navbar-collapse {
        background-color: #0a0a0a;
        position: absolute;
        width: 100%;
        top: 128px;
        left: 0;
        padding: 20px;
        z-index: 2;
    }

    .navbar-collapse ul li a {
        font-size: 20px !important;
        width: fit-content;
    }

    .navbar-collapse ul {
        gap: 15px;
    }

    .hero-content {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .hero-img {
        max-width: 500px;
        margin: 0 auto;
    }

    .hero-content>h1 {
        max-width: 100%;
    }

    .hero-content>p {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    .navbar .navbar-toggler {
        order: 1;
    }

    .navbar .navbar-collapse {
        order: 2;
    }

    .nav-right-box {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-left: auto;
    }
}

@media screen and (max-width:767px) {
    .event-date > p {
        flex: 0 0 85px;
    }
    .event-date-time .event-date {
        width: 100%;
    }
    .event-date-time .event-date h5 {
        padding: 4px 12px;
        font-size: 14px;
        line-height: 32px;
        width: 100%;
    }
    .event-details-img img {
        max-height: 175px;
        height: 175px;
    }
    .event-details-card {
        padding: 20px;
    }
    .event-details-heading h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .course-banner-details > h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .course-banner-head {
        margin-bottom: 10px;
    }
    .course-banner-head h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .module-tab-content h3 {
        font-size: 22px;
        line-height: 28px;
        margin: 0px 0 10px;
    }
    .module-tab-content > p {
        margin: 0 0 10px;
    }
    .module-dtail-card {
        padding: 20px 10px;
    }
    .multi-sec-detail h3 {
        font-size: 18px;
    }
    .course-offering-sec {
        padding: 40px 0 40px;
    }

    .course-offering-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .upcoming-events h2 {
        font-size: 26px;
        line-height: 34px;
        margin: 0 0 15px;
    }

    .upcoming-events {
        padding: 20px;
    }

    .hero-content {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .top-event-cards {
        padding: 20px;
    }

    .top-event-head h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .top-event-cards h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .top-event-head {
        margin: 0 0 10px;
    }

    .range-slide {
        width: 75%;
    }

    .find-tutor-head>h2 {
        font-size: 32px;
    }

    .course-offering-left>p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 25px;
    }

    .course-offering-left h2 {
        margin: 0 0 22px;
        max-width: 100%;
        font-size: 34px;
    }

    .course-card-top img {
        max-height: 202px;
        min-height: 200px;
    }

    .find-tutor-wrapper {
        padding: 50px 20px 55px;
    }

    .planet {
        max-width: 100px;
    }

    .footer-formul2 {
        left: 20px;
        width: 80px;
        bottom: 60px;
    }

    .hero-content>h1 {
        font-size: 34px;
        max-width: 60%;
        line-height: 42px;
    }

    .footer-wrapper {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 40px;
    }

    .social-media-links {
        margin: 0 0 60px;
    }

    .footer-inner {
        padding: 60px 0;
    }

    .top-event-details {
        grid-template-columns: 1fr;
    }

    .upcoming-events p {
        max-width: 100%;
    }

    .upcoming-events {
        max-width: 100%;
        width: 100%;
    }

    .upcoming-event-left {
        max-width: 100%;
    }

    .upcoming-event-left {
        max-width: 100%;
        margin-bottom: -20px;
    }

    .find-tutor-head>h2 {
        line-height: 1.1;
        font-size: 32px;
    }

    .find-tutor-wrapper {
        padding: 40px 20px;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .dashboard-btn {
        padding: 10px 10px !important;
        font-size: 16px;
        min-height: 45px;
    }
}

@media screen and (max-width:575px) {
    .event-details-card {
        padding: 13px;
    }
    .event-details-img {
        margin: 0px 0 15px;
    }
    .event-details-heading h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .event-details-heading .paid-badge {
        padding: 4px 17px;
        font-size: 16px;
        line-height: 17px;
    }
    .event-date-time .event-date {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }
    .event-date > p {
        flex: 0 0 auto;
    }
    .db-comman-head>h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .db-comman-head {
        padding: 10px 0 15px;
    }
    .course-banner-thumbnail img {
        max-height: 150px;
    }
    .course-details-banner {
        gap: 10px;
    }
    .module-and-feedback-head {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 10px;
    }
    .module-and-feedback-head>.button {
        width: 100%;
    }
    .course-detail-login {
        padding: 10px;
    }
    .module-and-feedback-body {
        padding: 10px;
    }
    .container {
        padding: 0 15px !important;
    }
    .navbar-toggler{
        padding: 4px 6px;
    }
    .before-login-btn, .get-start-btn {
        padding: 10px 8px !important;
        min-width: 60px !important;
        font-size: 14px !important;
    }
    header .navbar {
        padding: 20px 0 20px;
    }
    .top-event-badge {
        line-height: 23px;
    }
    h2.event-head-txt {
        margin: 0 0 20px;
        font-size: 30px;
    }
    .course-banner-inner h1 {
        font-size: 28px;
        line-height: 36px;
        max-width: 406px;
    }
    .course-detail-login {
        padding: 10px;
    }
    .footer-logo {
        margin: 0 auto 22px;
        max-width: 154px;
    }

    .range-slide {
        width: 65%;
    }

    .service-range-wrapper .display #min,
    .service-range-wrapper .display #max {
        min-width: 35px;
        font-size: 12px;
    }

    .find-tutor-wrapper {
        border-radius: 30px;
    }

    .hero-content>span {
        font-size: 14px;
        padding: 7px 20px;
        margin: 0 0 10px;
    }

    .hero-content>p {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 20px;
    }

    .hero-content>h1 {
        font-size: 32px;
        max-width: 100%;
        text-align: center;
    }

    .find-tutor-head>h2 {
        line-height: 1.1;
        font-size: 24px;
    }

    .find-tutor-search {
        flex-wrap: wrap;
    }

    .find-tutor-search .primary-btn {
        width: 100%;
    }

    .course-card-title h3 {
        font-size: 24px;
    }

    .course-card-title strong {
        font-size: 22px;
    }

    .course-card-bottom h5 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .course-offering-left h2 {
        margin: 0 0 10px;
        font-size: 28px;
    }

    .course-offering-left>p {
        text-align: justify;
    }

    .course-offering-list {
        gap: 15px;
    }

    .upcoming-events p {
        text-align: justify;
        line-height: 22px;
    }

    .top-event-details {
        padding: 25px 15px 15px;
    }

    .top-event-head h3 {
        font-size: 22px;
    }

    .top-event-cards>p {
        text-align: justify;
    }

    .upcoming-event-sec {
        padding: 80px 0 210px;
    }

    .footer-menu-list {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-menu-list a {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-formul1 {
        right: 16px;
        bottom: 5px;
        width: 80px;
    }

    .footer-formul2 {
        left: 20px;
        width: 60px;
        bottom: auto;
        top: 29px;
    }

    .navbar-collapse {
        top: 100px;
    }
}

@media screen and (max-width:480px) {
    .social-media-links {
        margin: 0 0 30px;
    }

    .footer-wrapper {
        padding: 0 20px;
    }

    .course-card-stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dashboard-btn {
        font-size: 14px !important;
        line-height: 1;
        min-height: 40px !important;
    }

    .dashboard-btn span {
        display: none; 
    }

    .user-pro-dropdown .nav-link>img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
        min-width: 30px;
    }

    .user-pro-dropdown .nav-link {
        display: flex;
        align-items: center;
        gap: 13px;
        position: relative;
        padding: 0 5px 0 5px;
    }

    .user-pro-dropdown .nav-link::after {
        display: none;
    }

    .nav-right-box {
        gap: 5px;
        margin-left: auto;
    }

}

@media screen and (max-width:360px) {}