@charset "UTF-8";
/*! Xtravel.hu custom CSS * Compatibility: Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2026 IT Kraft Kft.
* www.itkraft.hu
* Xtravel  kék: #38a4d9
* Xtravel  sötét kék: #246a8c
*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', Tahoma, Verdana, sans-serif;
    background-color: #38a4d9;
}

a {
    color: #38a4d9;
}

a:hover {
    color: #246a8c;
}

header {
    background-color: #38a4d9 !important;
}



/*.hero {*/
/*    background-image: url("assets/img/xtravel/xtravel_head_bg0.jpg");*/
/*    background-size: cover;*/
/*    background-position: 100% center;*/
/*    background-repeat: no-repeat;*/
/*    min-height: 60vh;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.hero-mobile {
    display: none;
}

.hero {
    --hero-edge: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    min-height: 400px;
    display: flex;
    align-items: center;
    height: auto;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: var(--hero-edge);

    background-image: url("assets/img/xtravel/xtravel_cover.jpeg");
    background-position: 100% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: var(--hero-edge);

    /*background-image: linear-gradient(*/
    /*        to right,*/
    /*        rgba(0, 0, 0, 1) 0%,*/
    /*        rgba(0, 0, 0, 1) 25%,*/
    /*        rgba(0, 0, 0, 1) 30%,*/
    /*        rgba(0, 0, 0, 0.9) 40%,*/
    /*        rgba(0, 0, 0, 0.4) 45%,*/
    /*        rgba(0, 0, 0, 0.2) 55%,*/
    /*        rgba(0, 0, 0, 0.1) 65%,*/
    /*        rgba(0, 0, 0, 0) 75%*/
    /*);*/

    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.6) 5%,
            rgba(0, 0, 0, 0.3) 10%,
            rgba(0, 0, 0, 0.15) 20%,
            rgba(0, 0, 0, 0) 30%
    );
    z-index: 1;
}

.hero .container,
.hero .container-xl {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .hero {
        --hero-edge: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .hero {
        --hero-edge: 35.5%;
    }
}

@media only screen and (min-width: 1300px) {
    .hero {
        --hero-edge: 38%;
    }
}


.xtravel-logo {
    width: 32%;
}

.hero h4 {
    font-size: 1.27rem;
    font-weight: 600;
}

.hero-mobile {
    background-color: #000;
    padding: 2rem 0 0 0;
}

.hero-mobile .xtravel-logo {
    padding: 0 0.5rem;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.hero-mobile .xtravel-cover {
    mask-image: linear-gradient(
            to bottom,
            rgba(0,0,0,0.1) 0%,
            rgba(0,0,0,0.6) 15%,
            rgba(0,0,0,1) 35%
    );
}

.hero-mobile h4 {
    text-align: center;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.hero-mobile .xtravel-cover img {
    width: 100%;
    min-height: 16rem;
    object-fit: cover;
}


.bg-xtravel {
    background-color: #38a4d9;
}

.bg-dark {
    background-color: black !important;
    color: white;
}

.text-x-blue {
    color: #38a4d9;
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-title {
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 3rem;
    font-size: 2.4rem;
}

#TRANSFERKALK {
    /*height: 650px;*/
    overflow: hidden;
}

#TRANSFERKALK #transfer-row {
    padding: 4rem 0;
}

.calc-header {
    font-weight: 900;
    font-size: 1.7rem;
}

.calc-title {
    padding-top: 0;
    font-weight: bold;
    font-size: 1.5rem;
    color: black;
}

.transfer-calc-title {
    padding-top: 0;
    font-weight: bold;
    font-size: 1.5rem;
    color: #38a4d9;
}

.transfer-calc-bg {
    --calc-form-edge: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
    /*min-height: 50rem;*/
    height: auto;
    display: flex;
}

.transfer-calc-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: var(--calc-form-edge);
    background-image: url("assets/img/airport.jpg");
    background-position: 0 20%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.transfer-calc-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: var(--calc-form-edge);

    /*background-image: linear-gradient(*/
    /*        to right,*/
    /*        rgba(0, 0, 0, 1) 0%,*/
    /*        rgba(0, 0, 0, 1) 10%,*/
    /*        rgba(0, 0, 0, 1) 35%,*/
    /*        rgba(0, 0, 0, 0.8) 40%,*/
    /*        rgba(0, 0, 0, 0.4) 45%,*/
    /*        rgba(0, 0, 0, 0.2) 55%,*/
    /*        rgba(0, 0, 0, 0.1) 65%,*/
    /*        rgba(0, 0, 0, 0) 75%*/
    /*);*/

    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.6) 5%,
            rgba(0, 0, 0, 0.3) 10%,
            rgba(0, 0, 0, 0.15) 20%,
            rgba(0, 0, 0, 0) 30%
    );
    z-index: 1;
}

.transfer-calc-bg .container-xl {
    position: relative;
    z-index: 2;
}

/* Fekete átlátszó szegély jobb és bal oldalra a képekhez*/
.black-rl-innerborder {
    position: relative;
    display: block;
    overflow: hidden;
}

.black-rl-innerborder img {
    display: block;
    width: 100%;
    height: auto;
}

.black-rl-innerborder::before,
.black-rl-innerborder::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14%;
    pointer-events: none;
    z-index: 1;
}

.black-rl-innerborder::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
}

.black-rl-innerborder::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (min-width: 768px) {
    .transfer-calc-bg {
        --calc-form-edge: 50%;
    }

      * {
        scrollbar-width: auto;
        scrollbar-color: #38a4d9 black;
    }

}

@media only screen and (min-width: 992px) {
    .transfer-calc-bg {
        /*--calc-form-edge: 30.333333%;*/
        --calc-form-edge: 35.3%;
    }

    .mm10 {
        margin-top: -10px;
    }

    #top_btn {
        mix-blend-mode: difference;
    }
}

@media only screen and (min-width: 1300px) {
    .transfer-calc-bg {
        --calc-form-edge: 40%;
    }
}

.transfer-airport-img {
    display: none;
}

.transfer-airport-img img {
    width: 100%;
    min-height: 16rem;
    object-fit: cover;
    object-position: 25%;
}


.bg-black {
    background: black !important;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.smallest {
    font-size: 0.9rem;
}

.hardest {
    font-weight: bold;
}

.navbar-nav .nav-link {
    margin-left: 0 !important;
    margin-right: 1.4rem !important;
    padding-left: 0 !important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav {
    color: #ffffff !important;
    letter-spacing: 0.15rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    text-transform: uppercase;
    margin-left: 1.4rem;
    /*font-weight: bold;*/
    font-size: 0.9rem;
}

.nav-label h2 {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 1.2rem;
}

.menu-bg {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.menu-second {
    padding-bottom: 0.5rem;
}

.btn-x {
    padding: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
}

.btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #212529;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
}

.btn-grey {
    color: #fff;
    background-color: #41484e;
    border-color: #41484e;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    /*font-weight: bold;*/
}

.btn-grey:hover {
    color: #fff;
    background-color: #4f595f;
    border-color: #4f595f;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
}

.btn-secondary {
    padding: 0.5rem 1rem !important;
    border-radius: 1.5rem !important;
}

.content-x h2 {
    font-weight: bold;
    font-size: 2.4rem;
}

.content-text {
    text-align: left !important;
}

#ROLUNK {
}

#aboutimg {
    display: block;
    background-image: url('assets/img/rolunk/X7.jpg');
    background-position: 70% 50%;
    background-size: cover;
    opacity: 1;
    margin: 0;
    padding: 0;
    /*z-index: -1;*/
    background-repeat: no-repeat;
    width: 100%;
    /*min-height: 550px;*/
    min-height: 100%;
    border-radius: 5px;
}

/*#about-text {*/
/*    font-size: 1.2rem;*/
/*    font-weight: 400;*/
/*}*/

#about-text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3rem;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

#about-text .text-x-blue {
    /*font-weight: 900;*/
}

.about-header {
    font-size: 1.4rem;
    font-weight: 900;
}

.card-col {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
}

.card-x {
    background-color: #38a4d9;
    padding: 10px;
    border: none;
}

.card-x h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.7rem;
    padding-top: 1rem;
}

.card-x h2 {
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.card-x .price-card-info-text {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.card-x .price-card-info-row {
    height: 90px;
}

.card-x .price-card-vip {
    display: block;
    margin-top: 1rem;
}

.card-x input {
    border-radius: 1.5rem;
}

input {
    border-radius: 1.5rem !important;
}

.price-card a {
    color: #38a4d9;
    text-decoration: none;
}

.price-card a:hover {
    color: #000000;
}

.news-more {
    text-transform: uppercase;
    color: #38a4d9;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.news-img {
    width: 100%;
    height: 24vw;
    object-fit: cover;
}

.news-box {
    height: 148px;
    overflow: hidden;
}

.tu-img {
    background-image: url('assets/img/torzsutas.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.vip-img {
    background-color: #38a4d9;
    background-image: url('assets/img/vipcard.png');
    background-repeat: no-repeat;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}

.app-img {
    background-color: #38a4d9;
    /*background-image: url('assets/img/Xtravel_app.png');*/
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}

.pimg {
    max-height: 160px;
    max-width: 100%;
}

.pbimg {
    max-height: 230px;
}

#VIP {
    background-color: #38a4d9 !important;
}

#APPBOX {
    background-color: #38a4d9 !important;
}

.contact-spacer-2 {
    padding-left: 2;
}

.contact-spacer-4 {
    padding-left: 5rem;
}

.socials {
    text-align: right !important;
    padding-right: 1rem;
}

.social-icon {
    width: 58px;
    margin-right: 4px;
    background-color: black;
}

.table-x {
    line-height: 1rem;
}

.table-x td {
    border-bottom-width: 0px;
}

.table-x .text-left {
    text-align: left !important;
}

.table-x .text-left span {
    font-size: 0.9rem;
}

.table-x h3 {
    font-weight: bold;
    font-size: 1.9rem;
}

.footer-x {
    font-size: 0.9rem;
    color: #fff;
    /*background-color: #38a4d9 !important;*/
    background-color: black;
}

.footer-x a {
    color: #fff;
    text-decoration: none;
    margin-left: 1.9rem;
}

.footer-x a:hover {
    color: #38a4d9;
}

#MC {
    display: none;
}

#KMP-mobil {
    display: none;
}

#KMP {
    display: flex;
}

#VIPREG {
    display: block;
    background-color: #000000;
    color: #ffffff;
    padding-left: 10vw;
    padding-right: 10vw;
    margin-top: 2vw;
    border-radius: 10px;
}

#VIPREG label {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

#VIPREG .form-text-w {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff !important;
    font-size: 0.8rem;
}

.img-btn {
    background-color: #000000;
    color: #ffffff;
    border: 0;
}

/*map*/
#googleMap {
    width: 100%;
    height: 32rem;
    margin: 0;
    border: 1px solid black;
}

/*back to top button*/
#top_btn {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000000;
    color: #38a4d9;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 3rem;
    border-radius: 5px;
    font-weight: bold;
    font-size: 2.8rem;

}

#top_btn img {
    width: 48px;
}

#top_btn:hover {
    background-color: #1f1f1f;
}

#calc_button {
    background-color: #000000;
    color: #ffffff !important;
}

#news_button {
    background-color: #38a4d9;
    color: #ffffff !important;
    width: 255px;
}

.calc-info {
    line-height: 1.8rem;
}

.transfer-calc-info {
    line-height: 1.8rem;
}

.calc-error {
    padding-top: 20px;
    color: red !important;
}

.btn-primary {
    border-radius: 1.5rem !important;
    color: black !important;
    background-color: #38a4d9;
    border-color: #38a4d9;
}

.btn-primary:hover {
    border-radius: 1.5rem !important;
    color: white !important;
    background-color: #63b9e6;
    border-color: #38a4d9;
}


.btn-outline-primary:hover {
    color: #fff;
    background-color: #38a4d9;
    border-color: #38a4d9;
}

.btn-outline-primary {
    background-color: #fff;
    color: #38a4d9;
    border-color: #38a4d9;
}

.link-light {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.link-light:hover {
    color: #dddddd;
}

#order-delete-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;

    width: 48px;
    height: 48px;

    background-color: #000;
    color: #38a4d9;

    border: 2px solid #000;
    border-radius: 25%;

    font-size: 1.8rem;
    font-weight: bold;
    line-height: 42px;
    text-align: center;

    cursor: pointer;
    transition: all 0.25s ease;
}

#order-delete-btn:hover {
    /*background-color: #38a4d9;*/
    color: white;
}

#order-delete-btn:active {

}

#cancel-modal .modal-content, #form-error-modal .modal-content {
    background-color:black;
    color: #fff;
    border: 2px solid #38a4d9;
    border-radius: 1rem;
    /*box-shadow: 0 0 30px rgba(56, 164, 217, 0.3);*/
    padding: 2rem;
}

#cancel-modal .btn-primary ,#form-error-modal .btn-primary {
    color: white !important;
    /*font-weight: bold;*/
}

primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #38a4d9;
    border-color: #38a4d9;
}

/*output box*/
#output {
    display: block;
    font-weight: bold;
}

/*SLIDER*/
.tech-slideshow {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.mover-1 {
    display: inline-block;
    position: relative;
    animation: moveSlideshow 55s linear infinite;
}

.mover-1 .slide {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0;
}

.mover-1 .slide img {
    height: 150px;
    width: auto;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-5012px);
    }
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.blacka {
    color: #000000;
    text-decoration: none;
}

.blacka:hover {
    color: #38a4d9;
    text-decoration: underline;
}

.form-error {
    display: inline-block;
    visibility: hidden;
    /*min-height: 1rem;*/
    background-color: white;
    color: red;
    font-weight: bold;
    padding: 0.2rem 0.5rem;
    border-radius: 0.8rem;
    margin-top: 2px;
    font-size: 0.7rem;
}

#billing-tax-wrapper .form-error:empty {
    display: none;
}

.phone-icon {
    width: 2rem;
}

.btn-phone {
    font-weight: 800;
    border: none !important;
    text-decoration: none;
    font-size: 2.1rem;
    color: white;
    transition: all ease 0.3s;
    letter-spacing: 0.15rem;
}

.btn-phone:hover {
    border: none !important;
    text-decoration: none;
    color: black;
}


/* Reszponzív rész  */

@media only screen and (min-width: 1060px) {
    .price-card {
        display: block;
        height: 420px
    }

    .card-x .price-card-info-row {
        height: 100px;
    }

    .calc-info {
        /*padding-top: 2.3rem;*/
        line-height: 1.8rem;
    }

}

@media only screen and (max-width: 1140px) {
    .price-card {
        display: block;
        height: 400px
    }

    .card-x .price-card-info-row {
        height: 100px;
    }

    .calc-info {
        line-height: 1.8rem;
    }

}

@media only screen and (max-width: 1115px) {
    .price-card {
        display: block;
        height: 420px
    }

    .card-x .price-card-info-row {
        height: 100px;
    }
}

@media only screen and (max-width: 1050px) {
    .price-card {
        display: block;
        height: 410px
    }

    .table-x h3 {
        font-weight: bold;
        font-size: 1.2rem;
    }

    .card-x .price-card-info-row {
        height: 120px;
    }

    .calc-title, .transfer-calc-title {
        font-size: 1.1rem;
    }

    .calc-header {
        font-size: 1.3rem;
    }

}

@media only screen and (max-width: 980px) {
    .price-card {
        display: block;
        height: 410px
    }

    .table-x h3 {
        font-weight: bold;
        font-size: 1rem;
    }

    .card-x h2 {
        font-size: 0.9rem;
    }

    .card-x small {
        font-size: 0.8rem;
    }

    .card-x .price-card-info-row {
        height: 120px;
    }

    .contact-spacer-2 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .contact-spacer-4 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

}

@media only screen and (max-width: 920px) {
    .price-card {
        display: block;
        height: 460px
    }

    .table-x h3 {
        font-weight: bold;
        font-size: 1rem;
    }

    .card-x .price-card-info-row {
        height: 130px;
    }

    .contact-spacer-2 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .contact-spacer-4 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

}

@media only screen and (max-width: 860px) {
    .card-x .price-card-info-row {
        height: 140px;
    }

    .card-x h2 {
        font-size: 0.7rem;
    }

    .card-x small {
        font-size: 0.6rem;
    }

    .contact-spacer-2 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .contact-spacer-4 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media only screen and (max-width: 767px) {
    .price-card {
        display: block;
        height: auto;
    }

    .card-x .price-card-info-row {
        height: auto;
    }

    .card-x h2 {
        font-size: 1.1rem;
    }

    .table-x h3 {
        font-weight: bold;
        font-size: 1.3rem;
    }

    .card-x small {
        font-size: 0.9rem;
    }

    .socials {
        text-align: center;
    }

    .btn-phone {
        font-weight: bold;
        border: none !important;
        text-decoration: none;
        font-size: 1.65rem;
        color: white;
    }

    .btn-phone .phone-icon {
        width: 1.5rem;
    }

    .hero-text {
        padding-left: 0.7rem;
        padding-right: 0;
        margin: 0;
        overflow: hidden;
    }

    .hero h4 {
        font-size: 1rem;
    }

    .xtravel-logo {
        width: 40%;
    }

    .contact-spacer-2 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .contact-spacer-4 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    #aboutimg {
        min-height: 300px;
    }

    .pbimg {
        max-height: 100%;
        width: 85%;
    }

    .section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .section-title {
        text-align: center;
        font-weight: 800;
        letter-spacing: 0.08em;
        margin-bottom: 0.5rem;
        font-size: 1.8rem;
        color: #fff;
    }

    .calc-title, .transfer-calc-title {
        padding-top: 0;
        font-weight: bold;
        font-size: 1.1rem;
        color: black;
    }

    .calc-header {
        font-weight: 900;
        font-size: 1.8rem;
    }

    #transfer-search {
        max-height: 200px !important;
    }

    .transfer-calc-bg {
        min-height: auto;
    }

    .transfer-calc-bg::before,
    .transfer-calc-bg::after {
        display: none;
    }

    .hero::before,
    .hero::after {
        display: none;
    }


    .transfer-airport-img {
        display: block;
    }

    #TRANSFERKALK {
        height: auto !important;
    }

    #TRANSFERKALK #transfer-row {
        padding: 1.5rem 0 0 0;
    }

    .mm10 {
        margin-top: 1rem;
    }

    #RENDELES .form-error:empty {
        display: none;
    }

    body {
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    body::-webkit-scrollbar {
        display: none;
    }

    html, body {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none !important;
    }

    * {
        scrollbar-width: none !important;
    }

}

@media only screen and (max-width: 1050px) {
    header {
        background-color: #38a4d9 !important;
        background-repeat: repeat;
    }

    .pbimg {
        max-height: 230px;
    }

    .pimg {
        max-height: 150px;
    }

    .news-img {
        width: 100%;
        height: 24vw;
        object-fit: cover;
    }

    .calc-header {
        font-weight: 900;
        font-size: 1.3rem;
    }


}

@media only screen and (max-width: 800px) {
    #KMP-mobil {
        display: flex;
    }

    #KMP {
        display: none;
    }


    .pimg {
        max-height: 150px;
    }

    .news-img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }

    .tu-img {
        min-height: 320px;
    }

    .vip-img {
        min-height: 320px;
    }

    .pbimg {
        /*max-height: 140px;*/
        max-height: 100%;
        width: 85%;
    }
}

@media only screen and (max-width: 600px) {
    .tu-img {
        min-height: 320px;
    }

    .vip-img {
        min-height: 320px;
    }

    .pbimg {
        max-height: 150px;
    }

    .content-text {
        text-align: center !important;
    }

    .btn-group, .btn-group-vertical {
        display: block !important;
    }

    .btn-group .btn {
        border: 0 !important;
        border-radius: 3px !important;
        margin-bottom: 2px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .btn-x {
        width: 100%;
    }

    .nav-label h2 {
        font-size: 1.4rem;
        text-align: center;
    }

    .footer-x a {
        display: block;
        width: 100%;
        margin: 0;
        padding-top: 10px;
    }

    #MC {
        display: block;
        width: 100%;
    }

    .news-img {
        width: 100%;
        height: 50vw;
        object-fit: cover;
    }

    .pbimg {
        max-height: 100%;
        width: 85%;
    }
}

@media only screen and (max-width: 500px) {
    .pbimg {
        max-height: 100%;
        width: 85%;
    }

    .pimg {
        max-height: 140px;
    }
}

@media only screen and (max-width: 400px) {
    .pbimg {
        max-height: 100%;
        width: 85%;
    }

    .pimg {
        max-height: 140px;
    }

    .news-img {
        width: 100%;
        height: 50vw;
        object-fit: cover;
    }
}

@media (max-width: 1400px) {
    .calc-title, .transfer-calc-title {
        font-size: 1.3rem;
    }

    #about-text {
        font-size: 1.1rem;
    }

    #aboutimg {
        max-height: 450px;
    }

    .calc-header {
        font-size: 1.45rem;
    }


}

#transfer .list-group {
    border-radius: 0.2rem;
    z-index: 1000;
}

#transfer .list-group-item {
    padding: 0.2rem 0.5rem;
}

#transfer a:hover {
    background-color: #38a4d9;
    color: white;
    transition: ease all 0.2s;
}

#transfer a {
    color: white;
    font-weight: 600;
    background-color: black;
    font-size: 1rem;
}

#transfer-search {
    border: 2px solid #38a4d9;
}

#order-transfer-search {
    border: 2px solid #38a4d9;
    max-height: 350px;
    overflow-y: auto;
}

#order-transfer-search a {
    font-size: 1rem;
}

#order-transfer-search a:hover {
    font-size: 1rem;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background-color: black;
}

::-webkit-scrollbar-thumb {
    background-color: #38a4d9;
}

::-webkit-scrollbar {
    width: 1rem;
    height: 1rem
}

#transfer {
    scrollbar-width: auto;
    scrollbar-color: #38a4d9 black;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #38a4d9 black;
}

#bus1:checked + label, #car1:checked + label {
    color: white;
}

.form-select {
    border-radius: 1rem;
}

#transfer .form-select {
    /*background-color: black;*/
    /*color: white;*/
}

.btn-danger {
    border-radius: 1.5rem !important;
    padding: 0.5rem 1rem;
}

.multiselect-container.dropdown-menu {
    width: 100%;
}

.multiselect-container .dropdown-item.active,
.multiselect-container .dropdown-item:active {
    color: black !important;
}

.multiselect-option.dropdown-item {
    background-color: white;
    color: black;
}

#order-summary .card {
    border: none;
}

.order-title {
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.08em;
    font-size: 2.4rem;
    color: #fff;
}

.hr-full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-top: 1px solid black;
}

/* oszlop legyen flex */
#DIJKALK .card-col {
    display: flex;
}

#DIJKALK .card-col .card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#DIJKALK .card-x .price-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto !important;
}

#DIJKALK #googleMap {
    flex: 1;
    height: 100% !important;
    min-height: 16rem;
}

/*
Háttérkép és szöveg egymás mellett legyen, ne fedjék át egymást, és a háttérkép ne legyen túl nagy vagy túl kicsi.
*/

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .calc-header {
        font-size: 1.4rem;
    }

    .calc-title, .transfer-calc-title {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1150px) {
    .calc-header {
        font-size: 1.3rem;
    }

    .calc-title, .transfer-calc-title {
        font-size: 1.1rem;
    }

    .about-header {
        font-size: 1.1rem;
    }

    .btn-phone{
        font-size: 1.2rem;
    }

}

@media (max-width: 991px) {
    #KAPCSOLAT .content-text,
    #KAPCSOLAT .socials {
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hero h4 {
        font-size: 0.9rem;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1900px) {
    .hero h4 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 991px) {
    .hero-mobile {
        display: block;
    }

    .hero {
        display: none !important;
    }
}
