@media all and (min-width: 1200px) {
    #mobile_sports {
        display: none;
    }
}

@media all and (max-width: 1199px) {
    #desktop_sports {
        display: none;
    }
}

@media all and (min-width: 1440px) {
    .container,
    .container-md,
    .container-lg {
        max-width: calc(100% - 200px);
    }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
    .navbar .site-menu > ul > li {
        padding: 0 7px;
    }

    .navbar .site-menu ul li a {
        font-size: 14px;
    }
}

@media all and (min-width: 992px) {
    .regional_centres_mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
    .mobile-menu {
        align-items: flex-start;
        padding: 50px;
    }

    .mobile-menu .site-menu .dropdown .dropdown-menu {
        position: static !important;
        transform: translate3d(0px, 5px, 0px) !important;
        min-width: unset;
        max-width: 200px;
        box-shadow: none;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    #viewDiv {
        height: 400px;
    }

    .key_counters {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (max-width: 991px) {
    .navbar {
        padding: 0;
    }

    .navbar.is-sticky {
        padding: 10px 0;
    }

    .hamburger-menu {
        display: flex !important;
        justify-content: space-between !important;
        flex-direction: row-reverse;
        align-items: center;
        margin-left: 0 !important;
        width: 100%;
    }

    .speaker > figure.left_fig::before,
    .speaker > figure.right_fig::before {
        display: none;
    }

    .section-bg {
        display: none !important;
        position: static !important;
    }

    .speaker .content-box {
        padding-bottom: 0;
    }

    #upcoming_nav {
        display: flex;
        flex-direction: row;
    }

    .regional_centres_mobile {
        width: 100%;
    }

    .highlights_slider {
        display: none;
    }

    .schedule-box .tab-content {
        height: 400px !important;
        overflow-y: auto;
    }

    .footer .footer-bar {
        justify-content: center;
        padding: 25px 0;
        margin-bottom: 20px;
    }

    .footer .social-media {
        justify-content: center;
        margin-top: 20px;
    }

    .footer .footer-widget {
        margin-bottom: 0;
    }

    .footer .footer-widget .widget-title {
        margin-bottom: 10px;
        text-align: center;
    }

    .sponsor-logo figcaption {
        display: none;
    }

    .col-form-label label {
        font-size: 15px !important;
    }

    .pressSlideContent > p {
        font-size: 1.6rem;
    }

    .footer .footer-widget {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 15px;
    }

    p {
        font-size: 16px;
    }

    .about_img > span {
        display: block;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .about_img > span > img {
        width: 100%;
        object-position: center center;
        height: 100%;
        object-fit: cover;
    }

    .img_caption {
        padding: 20px;
        margin-bottom: 30px;
    }

    .img_caption > span {
        font-size: 24px;
    }

    .about_description > p {
        font-size: 16px;
        line-height: 26px;
    }

    .site_list > ul > li {
        font-size: 15px;
        line-height: 22px;
    }

    .site_btn {
        font-size: 13px;
    }

    .org_tabs .nav-pills .nav-link {
        font-size: 16px;
        padding: 6px 14px;
    }

    .site_table thead tr th,
    .site_table tbody tr td {
        padding: 12px 14px;
    }

    .site_table thead tr th {
        font-size: 15px;
    }

    .site_table tbody tr td {
        font-size: 14px;
    }

    .event-box.custom_event_box .content-box {
        padding: 20px;
    }

    .event-box.custom_event_box .content-box h2 {
        font-size: 22px;
    }

    .swiper_pagination {
        right: 20px;
    }

    .swiper_pagination .swiper-button-prev,
    .swiper_pagination .swiper-button-next {
        height: 60px;
        margin-top: -20px;
    }

    .contact-form {
        margin-top: 0;
    }

    .contact-form input[type="text"] {
        height: 50px;
        padding: 0 20px;
    }

    .contact-form textarea {
        height: 90px;
        padding: 15px 20px;
    }

    .contact-form button[type="submit"] {
        height: 50px;
    }

    .tl_content {
        max-width: 100%;
    }

    .site-menu .dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
        white-space: normal;
    }
}

@media all and (max-width: 991px) and (min-width: 576px) {
    .content-section {
        padding: 40px 0;
    }

    #slider-service .swiper-container .swiper-slide .text-slide h2 {
        font-size: 2.2em;
        padding-right: 20px;
    }

    #highlights_slider_mobile .equal_cols_div {
        display: flex;
        flex-wrap: wrap;
    }

    #highlights_slider_mobile .equal_cols_div > * {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
        max-width: 100%;
    }

    .highlights_block {
        width: 50%;
        flex: 0 0 auto;
    }

    .highlights_img img {
        height: 280px;
    }

    .site_btn {
        white-space: nowrap;
        font-size: 13px;
    }
}

@media all and (max-width: 991px) and (min-width: 481px) {
    .schedule-box .nav div {
        height: 70px;
        padding: 0 24px;
    }

    .schedule-box .nav div .day {
        font-size: 26px;
    }
}

@media all and (max-width:767px) {
    .navbar {
        padding: 0;
    }

    .lang_selector .search_bar {
        display: none;
    }

    .lang_selector .login_btn > a {
        display: none;
    }

    .logos_holder ul > li {
        flex: none;
    }

    .logos_holder ul > li:last-child {
        margin-right: 0;
    }

    .section-wrapper {
        padding-top: 70px;
    }

    #slider-service {
        margin-bottom: 20px;
    }

    .mobile_banner_spacing {
        margin-top: 50px;
    }

    .schedule-box .tab-content {
        padding: 20px 30px;
    }

    .schedule-box .tab-content .timeline {
        margin-bottom: 20px;
    }

    .schedule-box .tab-content .timeline .event-description h5 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .schedule-box .tab-content .timeline .event-description p {
        font-size: 16px;
    }

    .schedule-box .tab-content .timeline .event-time {
        align-items: center;
        font-size: 13px;
        margin-bottom: 6px;
    }

    .sponsor-logo {
        height: 100px;
        margin-top: 20px;
    }

    .col-lg-4:nth-child(1) .counter-box,
    .col-lg-4:nth-child(3) .counter-box {
        margin: 0 auto;
    }

    .col-lg-4:nth-child(2) .counter-box {
        margin: 30px auto;
    }

    .event-box {
        flex-direction: column;
    }

    .event-box::after {
        display: none;
    }

    .event-box:hover {
        transform: none;
    }

    .event-box .content-box::before {
        display: none;
    }

    .event-box .content-box {
        padding: 20px;
    }

    .event-box .content-box h2 {
        font-size: 24px;
    }

    .footer_about > p {
        text-align: center;
    }

    .footer_menu ul {
        padding-left: 0;
        flex-direction: column;
    }

    .footer .footer-bar .logo {
        margin-bottom: 0;
    }

    .footer .footer-widget,
    .footer .footer-widget .widget-title {
        justify-content: center;
    }

    .footer .bottom-bar .copyright {
        text-align: center;
        margin-bottom: 5px;
    }

    .footer .bottom-bar .creation {
        text-align: center;
    }

    .mobile-menu {
        padding: 30px;
    }

    .latest_updates {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    }

    .key_initimg.left {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .key_initiatives .org_tabs .nav-pills {
        margin-bottom: 20px !important;
    }

    #viewDiv {
        height: 350px;
    }

    .key_counters {
        gap: 20px 100px;
    }

    .key_counter:nth-child(odd) > span::after {
        display: none;
    }

    .athlete_videos {
        padding: 0 5% 40px;
        top: -130px;
    }

    .toggle-arrow {
        cursor: pointer;
    }

    .toggle-arrow > span {
        transition: transform 0.3s ease;
        transform: rotate(-90deg);
        background-color: #ed6037 !important;
        width: 25px !important;
        height: 25px !important;
    }

    .collapsed .toggle-arrow > span {
        transform: rotate(90deg);
        background-color: #702186 !important;
        width: 25px !important;
        height: 25px !important;
    }

    .latest_updates.collapsed .tab-content {
        display: none;
    }

    .latest_news_tabs {
        position: relative;
    }

    .latest_news_tabs .nav-pills {
        padding-bottom: 15px;
    }

    .toggle-arrow {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

@media all and (min-width: 768px) {
    .toggle-arrow {
        display: none !important;
    }
}

@media all and (max-width: 575px) {
    .content-section {
        padding: 25px 0;
    }

    #slider-service .swiper-container .swiper-slide .text-slide h2 {
        font-size: 1.6em;
        padding-right: 15px;
    }

    #slider-service .swiper-container .swiper-slide .text-slide .intro-service {
        font-size: 0.9em;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .event-box .image {
        max-height: 300px;
    }

    .pressSlideContent {
        padding: 0 30px;
    }

    .org_tabs #pills-tab {
        justify-content: center;
    }

    .key_functions {
        width: 100%;
    }

    .culture_gallery_left,
    .culture_gallery_right {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media all and (max-width: 480px) {
    .navbar {
        padding: 0 0 5px;
        min-height: auto;
    }

    .logos_bar {
        padding-top: 10px;
    }

    .logos_holder ul {
        flex-wrap: wrap;
    }

    .logos_holder ul > li {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .logos_holder ul > li:nth-child(4) {
        margin-right: 0;
    }

    a.logos_div {
        height: 50px;
    }

    .hamburger-menu {
        position: relative;
        top: 2px;
    }

    .lang_selector select {
        padding: 2px 10px 2px;
        height: 30px;
        background-position: calc(100% - 15px) 16px, calc(100% - 10px) 16px, -1px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .schedule-box .nav div {
        height: 70px;
    }

    .schedule-box .nav div .day {
        font-size: 24px;
    }

    .mobile-menu .inner .site-menu > ul > li > a {
        font-size: 17px;
    }

    .site-menu .dropdown .dropdown-menu {
        padding: 2px 12px;
    }

    .site-menu .dropdown .dropdown-menu .dropdown-item {
        padding: 8px 10px;
        font-size: 13px;
    }

    .timeline-container {
        margin-top: 0;
    }

    .timeline {
        flex-direction: column;
    }

    .timeline-line {
        width: 2px;
        height: 100%;
        top: 0;
        left: 50%;
    }

    .timeline-item .year {
        top: 10px;
        left: -45px;
    }

    .timeline-content {
        position: relative;
        margin-top: 120px;
    }

    .timeline-content .timeline_nav {
        position: absolute;
        display: flex;
        height: auto;
        justify-content: space-between;
        font-size: 45px;
        bottom: -100px;
        z-index: 1;
    }

    .timeline-content .timeline_nav.prev_tl {
        left: 0;
        right: auto;
    }

    .timeline-content .timeline_nav.next_tl {
        right: 0;
        left: auto;
    }

    .tl_content {
        position: absolute;
        bottom: -60px;
        padding: 0;
    }

    .key_functions .key_header {
        flex-direction: column;
        padding: 15px;
        justify-content: center;
    }

    .key_functions .key_header .key__title {
        font-size: 18px;
        letter-spacing: 5px;
        margin-top: 10px;
    }

    .key__profile {
        padding: 10px;
    }

    .key__name {
        font-size: 15px;
        padding-left: 30px;
    }

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

    .key_counter:nth-child(5) > span {
        border-bottom: inset;
    }

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

    .latest_news_tabs .nav-pills .nav-link {
        font-size: 13px;
        padding: 5px 10px;
    }
}

/*For foldable phones*/
@media all and (max-width: 380px) {
    .twitter-timeline iframe {
        width: 200px !important;
    }

    .swiper_pagination .swiper-button-prev,
    .swiper_pagination .swiper-button-next {
        width: 30px;
        height: 120px;
        margin-top: -20px;
        background-size: 20px auto;
    }

    .latest_news_tabs .nav-pills {
        --bs-nav-link-padding-x: 0.9rem;
    }

    .key_initiatives .org_tabs .nav-pills .nav-link {
        font-size: 14px;
        padding: 6px 10px;
    }
}

@media all and (max-width: 339px) {
    a.sai_logo,
    a.logos_div {
        margin-right: 15px;
    }

    a.logos_div {
        height: 45px;
    }
}

@media all and (max-width: 319px) {
    .footer .social-media li a span {
        display: none;
    }
}