@media(min-width:320px) and (max-width:480.98px) {
    .route-col-mar {
        margin: 4rem 0;
    }

    .nav-logo {
        min-width: auto;
    }

    .discov-title h2 {
        font-size: 26px;
    }

    .discov-title p {
        font-size: 16px;
        line-height: normal;
    }

    .discover-area.ek-mar {
        margin-top: 3rem;
    }

    .dinamik-gap {
        --bs-gutter-x: 1rem;
    }

    .route-area h2 {
        font-size: 30px;
        margin-bottom: 1rem;
    }

    .route-area ul li {
        font-size: 12px;
        line-height: 30px;
    }

    .crumb-area h1 {
        font-size: 48px;
        line-height: normal;
    }

    .crumb-area {
        margin-top: 4rem;
        height: 100vh;
        background-image: url(../img/mobil-crumb-bg.png);
    }

    .fdd {
        width: 47%;
    }

    .filter-bar {
        justify-content: space-between;
    }

    .fdd-btn {
        width: 100%;
        gap: 20px;
    }

    .fsearch {
        width: 100%;
    }

    .crumb-content p {
        max-width: 330px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 1rem auto;
    }

    .ath-cards-area .ath-card .main-img {
        aspect-ratio: 1.75/1;
    }

    .nav-right {
        display: none;
    }

    .nav-logo img {
        height: 95px;
    }

    .hero-section h1 {
        font-size: 48px;
        text-align: center;
    }

    .hero-section .col-lg-7 {
        display: none;
    }

    .hero-section .hero-desription {
        text-align: center;
        font-size: 20px;
        display: flex;
        justify-content: center;
        margin: auto;
    }

    .event-btn {
        text-align: center;
    }

    .area-two .top-title h2 {
        font-size: 24px;
    }

    .mobil-mar {
        margin-top: 0 !important;
    }

    .at-content h2 {
        text-align: center;
        font-size: 26px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 245px;
        line-height: normal;
    }

    .at-content p {
        text-align: center;
        font-size: 16px;
        line-height: normal;
    }

    .at-order .col-lg-7 {
        order: 0;
    }

    .at-order .col-lg-5 {
        order: 1;
    }

    .area-three {
        margin-top: 3.5rem;
    }

    .ath-title h2 {
        font-size: 26px;
        line-height: normal;
    }

    .ath-title p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 2rem;
    }

    .ath-cards {
        padding-left: 0;
    }

    .ath-card {
        padding: 1.25rem;
    }

    .disc-card {
        padding: 25px;
    }

    .disc-card .square {
        max-width: 100%;
    }

    .history-card h2 {
        font-size: 24px;
    }

    .history-card {
        padding: 2.5rem 1rem;
        padding-bottom: 1rem;
    }

    .history-card p {
        font-size: 14px;
        line-height: normal;
    }

    .history-card video {
        aspect-ratio: 3.2/4.5;
    }

    .at-content h2 br {
        display: none;
    }

    .at-order-2 .col-lg-5 {
        order: 0;
    }

    .at-order-2 .col-lg-7 {
        order: 1;
    }

    .at-content .copy-btn {
        text-align: center;
        margin-top: 2.5rem;
    }

    .at-content p br {
        display: none;
    }

    .gotr-area ul {
        font-size: 16px;
    }

    .gotr-area h2 br {
        display: none;
    }

    .gotr-area h2 {
        font-size: 32px;
        line-height: normal;
    }

    .gotr-area p {
        font-size: 16px;
    }

    .gotr-area p br {
        display: none;
    }

    footer {
        margin-top: 4rem;
        background-image: url(../img/m-footimg.png);
    }

    .footer-area {
        display: grid;
        justify-content: center;
        text-align: center;
        padding-top: 3rem;
    }

    .footer-area ul {
        gap: 10px;
        margin-top: 2.5rem;
    }

    .footer-area ul li a {
        font-size: 14px;
    }

    .copy-right {
        position: absolute;
        left: 50%;
        width: 100%;
        bottom: 1rem;
        transform: translateX(-50%);
    }
}

@media(min-width:481px) and (max-width:575.98px) {
    .nav-logo {
        min-width: auto;
    }

    .discov-title h2 {
        font-size: 26px;
    }

    .discov-title p {
        font-size: 16px;
        line-height: normal;
    }

    .discover-area.ek-mar {
        margin-top: 3rem;
    }

    .dinamik-gap {
        --bs-gutter-x: 3rem;
    }

    .route-area h2 {
        font-size: 30px;
        margin-bottom: 1rem;
    }

    .route-area ul li {
        font-size: 14px;
    }

    .crumb-area {
        margin-top: 4rem;
        background-image: url(../img/mobil-crumb-bg.png);
    }

    .filter-bar {
        flex-wrap: nowrap;
    }

    .filter-bar {
        justify-content: space-between;
    }

    .fdd-btn {
        width: 100%;
        gap: 20px;
    }

    .crumb-content p {
        max-width: 450px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 1rem auto;
    }

    .ath-cards-area .ath-card .main-img {
        aspect-ratio: 1.75/1;
    }

    .nav-right {
        display: none;
    }

    .nav-logo img {
        height: 95px;
    }

    .hero-section h1 {
        font-size: 48px;
        text-align: center;
    }

    .hero-section .col-lg-7 {
        display: none;
    }

    .hero-section .hero-desription {
        text-align: center;
        font-size: 20px;
        display: flex;
        justify-content: center;
        margin: auto;
    }

    .event-btn {
        text-align: center;
    }

    .area-two .top-title h2 {
        font-size: 24px;
    }

    .mobil-mar {
        margin-top: 0 !important;
    }

    .at-content h2 {
        text-align: center;
        font-size: 26px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 245px;
        line-height: normal;
    }

    .at-content p {
        text-align: center;
        font-size: 16px;
        line-height: normal;
    }

    .at-order .col-lg-7 {
        order: 0;
    }

    .at-order .col-lg-5 {
        order: 1;
    }

    .area-three {
        margin-top: 3.5rem;
    }

    .ath-title h2 {
        font-size: 26px;
        line-height: normal;
    }

    .ath-title p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 2rem;
    }

    .ath-cards {
        padding-left: 0;
    }

    .ath-card {
        padding: 1.25rem;
    }

    .disc-card {
        padding: 25px;
    }

    .disc-card .square {
        max-width: 100%;
    }

    .history-card h2 {
        font-size: 24px;
    }

    .history-card {
        padding: 2.5rem 1rem;
        padding-bottom: 1rem;
    }

    .history-card p {
        font-size: 14px;
        line-height: normal;
    }

    .history-card video {
        aspect-ratio: 3.2/4.5;
    }

    .at-content h2 br {
        display: none;
    }

    .at-order-2 .col-lg-5 {
        order: 0;
    }

    .at-order-2 .col-lg-7 {
        order: 1;
    }

    .at-content .copy-btn {
        text-align: center;
        margin-top: 2.5rem;
    }

    .at-content p br {
        display: none;
    }

    .gotr-area ul {
        font-size: 16px;
    }

    .gotr-area h2 br {
        display: none;
    }

    .gotr-area h2 {
        font-size: 32px;
        line-height: normal;
    }

    .gotr-area p {
        font-size: 16px;
    }

    .gotr-area p br {
        display: none;
    }

    footer {
        margin-top: 4rem;
        background-image: url(../img/m-footimg.png);
    }

    .footer-area {
        display: grid;
        justify-content: center;
        text-align: center;
        padding-top: 3rem;
    }

    .footer-area ul {
        gap: 10px;
        margin-top: 2.5rem;
    }

    .footer-area ul li a {
        font-size: 14px;
    }

    .copy-right {
        position: absolute;
        left: 50%;
        width: 100%;
        bottom: 1rem;
        transform: translateX(-50%);
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .nav-logo {
        min-width: auto;
    }

    .discov-title h2 {
        font-size: 36px;
    }

    .discov-title p {
        font-size: 18px;
        line-height: 30px;
    }

    .discover-area.ek-mar {
        margin-top: 3rem;
    }

    .dinamik-gap {
        --bs-gutter-x: 3rem;
    }

    .route-area h2 {
        font-size: 30px;
        margin-bottom: 1rem;
    }

    .route-area ul li {
        font-size: 16px;
        margin-bottom: .75rem;
    }

    .filter-bar {
        flex-wrap: nowrap;
        gap: .5rem;
    }

    .fdd-btn {
        min-width: 160px;
    }

    .nav-right {
        display: none;
    }

    .nav-logo img {
        height: 95px;
    }

    .hero-section h1 {
        font-size: 56px;
        text-align: center;
    }

    .hero-section .col-lg-7 {
        display: none;
    }

    .hero-section .hero-desription {
        text-align: center;
        font-size: 20px;
        display: flex;
        justify-content: center;
        margin: 1.5rem auto;
    }

    .event-btn {
        text-align: center;
    }

    .area-two .top-title h2 {
        font-size: 36px;
    }

    .mobil-mar {
        margin-top: 0 !important;
    }

    .at-content h2 {
        text-align: center;
        font-size: 32px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        line-height: normal;
    }

    .at-content p {
        text-align: center;
        font-size: 18px;
        line-height: normal;
    }

    .at-order .col-lg-7 {
        order: 0;
    }

    .at-order .col-lg-5 {
        order: 1;
    }

    .area-three {
        margin-top: 3.5rem;
    }

    .ath-title h2 {
        font-size: 32px;
        line-height: normal;
    }

    .ath-title p {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2rem;
    }

    .ath-cards {
        padding-left: 0;
    }

    .ath-card {
        padding: 1.25rem;
    }

    .disc-card {
        padding: 25px;
    }

    .disc-card .square {
        max-width: 100%;
    }

    .history-card h2 {
        font-size: 32px;
    }

    .history-card {
        padding: 2.5rem 1rem;
        padding-bottom: 1rem;
    }

    .history-card p {
        font-size: 16px;
        line-height: normal;
    }

    .at-content h2 br {
        display: none;
    }

    .at-order-2 .col-lg-5 {
        order: 0;
    }

    .at-order-2 .col-lg-7 {
        order: 1;
    }

    .at-content .copy-btn {
        text-align: center;
        margin-top: 2.5rem;
    }

    .at-content p br {
        display: none;
    }

    .gotr-area ul {
        font-size: 16px;
    }

    .gotr-area h2 br {
        display: none;
    }

    .gotr-area h2 {
        font-size: 32px;
        line-height: normal;
    }

    .gotr-area p {
        font-size: 16px;
    }

    .gotr-area p br {
        display: none;
    }

    footer {
        margin-top: 4rem;
        background-image: url(../img/m-footimg.png);
    }

    .footer-area {
        display: grid;
        justify-content: center;
        text-align: center;
        padding-top: 3rem;
    }

    .footer-area ul {
        gap: 10px;
        margin-top: 2.5rem;
    }

    .footer-area ul li a {
        font-size: 14px;
    }

    .copy-right {
        position: absolute;
        left: 50%;
        width: 100%;
        bottom: 1rem;
        transform: translateX(-50%);
    }

    .disc-card img {
        aspect-ratio: 1/1 !important;
        max-width: 100%;
        max-height: 100%;
        min-height: auto;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .nav-logo {
        min-width: auto;
    }

    .dinamik-gap {
        --bs-gutter-x: 3rem;
    }

    .crumb-area {
        margin-top: 6rem;
    }

    .ath-cards-area .ath-card {
        padding: 1rem;
    }

    .ath-cards-area .ath-card .badges .badge-events,
    .ath-cards-area .ath-card .badges .badge-city {
        font-size: 11px;
    }

    .nav-right {
        display: none;
    }

    .hero-section {
        text-align: center;
    }

    .hero-section .hero-desription {
        display: flex;
        justify-content: center;
        margin: 1.5rem auto;
        font-size: 28px;
        line-height: 40px;
    }

    .hero-section h1 {
        font-size: 86px;
    }

    .hero-section .col-lg-7 {
        display: none;
    }

    .mobil-mar {
        margin-top: 0rem !important;
    }

    .at-content h2 {
        max-width: 500px;
        display: flex;
        justify-content: center;
        margin: 1rem auto;
    }

    .area-two {
        text-align: center;
    }

    .at-order .col-lg-7 {
        order: 0;
    }

    .at-order .col-lg-5 {
        order: 1;
    }

    .history-card {
        padding: 3rem 2rem;
    }

    .footer-area ul,
    .footer-area ul.social-ul {
        gap: 15px;
    }

    .footer-area ul li a {
        font-size: 14px;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .nav-logo {
        min-width: auto;
    }

    .ath-cards-area .ath-card {
        padding: 1rem;
    }

    .ath-cards-area .ath-card .badges .badge-events,
    .ath-cards-area .ath-card .badges .badge-city {
        font-size: 11px;
    }

    .hero-section h1 {
        font-size: 48px;
    }

    .hero-section .container-fluid {
        padding: 0 1rem !important;
    }

    #hero-splide .splide__arrow--next {
        right: 1.5rem;
    }

    .hero-section .hero-desription {
        font-size: 18px;
    }

    .hero-section {
        height: 75vh;
    }

    .at-content h2 {
        font-size: 32px;
        line-height: normal;
    }

    .at-content p {
        font-size: 16px;
        line-height: normal;
    }

    .disc-card img {
        min-height: 225px;
    }

    .history-card {
        padding: 4rem 2rem;
    }

    .at-content h2 br {
        display: none;
    }

    .nav-menu a {
        font-size: 16px;
    }

    .nav-menu {
        gap: 25px;
    }

    .nav-right {
        gap: 16px;
    }
}

@media(min-width:1200px) and (max-width:1399.98px) {
    .nav-logo {
        min-width: 160px;
    }

    .hero-section h1 {
        font-size: 56px;
    }

    .hero-section {
        height: 80vh;
    }

    .at-content h2 {
        font-size: 42px;
    }

    .ath-card {
        padding: 1.5rem;
    }

    .history-card {
        padding: 4rem 2.5rem;
    }
}

@media(min-width:1400px) and (max-width:1599.98px) {
    .hero-section h1 {
        font-size: 48px;
    }

    .at-content h2 {
        font-size: 42px;
    }
}

@media(min-width:1600px) and (max-width:1699.98px) {
    .hero-section h1 {
        font-size: 56px;
    }

    .at-content h2 {
        font-size: 42px;
    }
}

@media(min-width:1700px) and (max-width:1799.98px) {
    .hero-section h1 {
        font-size: 56px;
    }

    .at-content h2 {
        font-size: 42px;
    }
}

@media(min-width:1800px) and (max-width:1899.98px) {
    .hero-section h1 {
        font-size: 64px;
    }

    .at-content h2 {
        font-size: 42px;
    }
}