@media screen and (max-width: 1799px) {
    .padding-lr {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (max-width: 1599px) {
    .banner-logo {
        max-width: 220px;
    }

    .organizers-text span,
    .organizers-text h3 {
        font-size: 50px;
        line-height: 60px;
    }

    .organizers-img img {
        max-width: 305px;
    }

    .organizers-text span {
        line-height: 40px !important;
    }

    .padding-lr {
        padding-left: 60px;
        padding-right: 60px;
    }

    .counter {
        font-size: 80px;
    }

    .counter-detail {
        min-height: 250px;
    }

    .counter-detail p {
        font-size: 20px;
    }

    .gallery-title h5 {
        font-size: 26px;
    }

    .sticky-btn {
        left: -68px;
    }

    .section-elements {
        max-width: 210px;
    }

    h2:before,
    h2:after {
        width: 50px;
        height: 2px;
    }

    h2 {
        padding: 0 70px;
    }

    .big-title {
        font-size: 130px;
    }

    .columns.is-variable.is-8 {
        --columnGap: 24px;
    }

    h1,
    h2 {
        font-size: 40px;
    }

    .form-control {
        padding: 15px;
        font-size: 16px;
    }

    .btn {
        padding: 14px 40px;
        font-size: 16px;
    }

    section,
    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1408px) {
    .about-circle-crev {
        width: calc(100% - 10px);
    }

    .counter-detail {
        padding: 20px;
    }
}

@media screen and (max-width: 1216px) {
    .section-padding {
        padding-left: 60px;
        padding-right: 60px;
    }

    .organizers-text span,
    .organizers-text h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .sticky-btn {
        left: -53px;
    }

    .section-elements {
        max-width: 110px;
        display: none;
    }

    .marquee-slider a {
        font-size: 18px;
    }

    .big-title {
        top: 20px;
    }

    .arrow-bottom .splide__arrows {
        margin-top: 30px;
    }

    .mb-7 {
        margin-bottom: 40px !important;
    }

    .mb-6 {
        margin-bottom: 30px !important;
    }

    .columns.is-variable.is-8 {
        --columnGap: 18px;
    }


    .btn {
        padding: 8px 30px;
        font-size: 13px;
    }

    section,
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }

    .big-title-top-right.big-title-detail-page {
        transform: unset !important;
        right: 0 !important;
        top: 0 !important;
    }

    .padding-lr {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-circle-crev {
        width: 500px;
    }

    .big-title {
        top: unset;
        bottom: 0;
        font-size: 90px;
    }

    .big-title.big-title-top-right {
        bottom: unset;
        transform: rotate(90deg);
        right: -110px;
        top: 130px;
    }

    section,
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    body {
        cursor: auto;
    }

    .scrolltop {
        display: none !important;
    }

    .section-contact-form .big-title {
        display: none;
    }

    .marquee-slider {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        padding: 10px 0;
    }

    .section-marquee {
        padding: 1px 0 !important;
        background-color: #E74C3C30;
    }
}

@media screen and (max-width: 575px) {
    .testimonials-block {
        padding: 20px;
    }

    .copyright {
        max-width: 270px;
    }

    .footer-menu,
    .social-media {
        justify-content: center !important;
    }

    .padding-lr {
        padding-left: 20px;
        padding-right: 20px;
    }

    a.mobile-enquire-btn {
        border-radius: 100%;
        width: 45px;
        height: 45px;
        display: flex;
        background-color: #444444;
        animation: pulse-purple 2s infinite;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 99;
        padding: 11px;
        align-items: center;
        justify-content: center;
    }

    @keyframes pulse-purple {
        0% {
            box-shadow: 0 0 0 0 #444444;
        }

        70% {
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
    }

    .footer-row {
        flex-direction: column;
    }

    .social-icon {
        justify-content: center;
    }

    .footer-detail {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        padding-top: 12px;
        margin-top: 12px;
        border-top: 1px solid #ffffff30;
        text-align: center;
    }

    .footer-logo {
        max-width: 80px;
    }

    .theme-detail-item h4 {
        font-size: 18px;
    }

    ul.points li:before {
        width: 6px;
        height: 6px;
    }

    ul.points li {
        padding-left: 20px;
    }

    .testimonials-block::before {
        width: 70px;
        height: 70px;
    }

    .avatar img {
        width: 60px;
        height: 60px;
    }

    .testimonials-desc p {
        font-size: 13px;
    }

    .testimonials-title h4 {
        font-size: 18px;
    }

    .sticky-btn {
        top: unset;
        bottom: 0;
        transform: unset;
        left: 0;
        width: 100%;
        background-color: #fff !important;
        color: #000 !important;
        border: 0 !important;
        display: none;
    }

    .img-block .img-block-icon svg {
        width: 30px;
        height: 30px;
    }

    .counter {
        font-size: 40px;
    }

    .gallery-title h5 {
        font-size: 20px;
        margin-top: 12px;
    }

    .about-counter .column {
        padding: 6px;
    }

    .about-counter .columns {
        margin: -6px !important;
    }

    .counter-detail {
        min-height: 150px;
    }

    .counter-detail p {
        font-size: 14px;
    }

    /* .main-page footer.p-4 {
        padding-bottom: 50px !important;
    } */

    .about-us-col:first-child,
    .about-circle-crev {
        display: none;
    }

    .marquee-slider a {
        font-size: 14px;
        padding-left: 20px;
    }

    .about-circle-crev .circle-button:after {
        top: 35px;
        left: 35px;
        right: 35px;
        bottom: 35px;
        border: 40px solid rgba(255, 255, 255, 0.03);
    }

    .about-circle-crev .half-circle-img {
        height: 350px;
        width: 185px;
    }

    .about-circle-crev {
        width: 300px;
    }

    .about-circle-crev .circle-button .rotate-circle svg {
        width: 290px;
    }

    .section-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    body {
        font-size: 14px;
    }

    .footer-detail {
        flex-direction: column-reverse;
    }

    .splide__arrow {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .mt-5 {
        margin-top: 0 !important;
    }

    .form-control {
        padding: 10px;
        font-size: 14px;
    }

    .mb-7 {
        margin-bottom: 30px !important;
    }

    .is-size-7 {
        font-size: 12px !important;
    }

    h2:before,
    h2:after {
        width: 30px;
    }

    .mb-6 {
        margin-bottom: 20px !important;
    }

    h1,
    h2 {
        font-size: 30px;
    }

    h2 {
        padding: 0 40px;
    }

    .container {
        padding: 0 20px;
    }

    .banner-logo {
        max-width: 150px;
        margin: 0 auto 30px;
    }
}

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

    .organizers-text span,
    .organizers-text h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .organizers-text span {
        line-height: 24px !important;
    }

    .section-organizers .headertext {
        white-space: nowrap !important;
    }

    .organizers-img img {
        max-width: 245px;
    }

    h1,
    h2 {
        font-size: 24px;
    }

    .banner-detail h1 {
        max-width: 300px;
        margin: 0 auto;
    }
}