@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    /*font-family: "Titillium Web", Arial, Helvetica, sans-serif;*/
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.55;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

    /*color: #676a6b;*/
    color: #5a6772;
    /*background-color: #f4f4ef;*/
    background-color: #fcfcfc;
}

body, html {
    height: 100vh;
}

#page-container {
    min-height: 100vh;
    position: relative;
    padding-bottom: 500px;
}

b {
    font-weight: bold;
}

footer.page-footer img {
    margin-bottom: 1.5rem;
}

footer.page-footer a {

    color: #ffffff;
    font-weight: bold;
}

footer.page-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    /*background: #30373d;*/
    background: linear-gradient(90deg, #00a4d3, #cdd200);
    color: #fff;
    font-size: 1.125rem;
}

footer .footer-logo img{
    display: inline-block;
    margin-left: 25px;
}

.volcano-seat-card-warning.volcano-seat-card-close {
    background-color: #fff9ec;
}

.volcano-seat-card-danger.volcano-seat-card-close {
    opacity: 0.5;
    cursor: not-allowed;
}

.bg-primary {
    /*background-color: #1186d0 ! important;*/
    background-color: #00a4d3 ! important;
}

.text-primary {
    /*color: #1186d0 !important;*/
    color: #00a4d3 !important;
}

.bg-white {
    background-color: #fff ! important;
}

.text-white {
    color: #fff !important;
}

.bg-light {
    background-color: #f4f4ef ! important;
}

.text-light {
    color: #f4f4ef !important;
}

.bg-dark {
    background-color: #003252 ! important;
}

.text-dark {
    color: #003252 !important;
}

form .card:not(.volcano-seat-card-close) {
    margin-bottom: 50px;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}
form .card.volcano-seat-card-close {
    margin-bottom: 15px;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.card, label {
    color: #5a6771;
}
span.flatpickr-weekday, .flatpickr-weekdays {
    background: #d6dd14 !important;
}
.flatpickr-months .flatpickr-month, .flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #11a4cc !important;
    height: 44px !important;
}
.flatpickr-current-month {
    padding-top: 0 !important;
}

.volcano-seat-card-close {
    position: relative;
    overflow: hidden;
    border: 1px solid #dadada;
    border-radius: 10px !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 15%);
}
.volcano-seat-card-close:active {
    box-shadow: none;
    transform: translateY(1px);
}
.volcano-seat-card-close .card-header {
    transition: all 200ms ease;    
}
.volcano-seat-card-close .card-header>span {
    position: relative;
    z-index: 1;
}
.volcano-seat-card-close .card-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(90deg, #00a4d3, #cdd200);
    transform: translateX(-105%);
    transition: all 300ms ease;
}
.volcano-seat-card-close .card-header:hover::after {
    transform: translateX(0);
}
select + .select2-container, .form-control {
    border: none;
}
.volcano-seat-card-close .card-header:hover {
    color: #fff;    
}
.volcano-input-solid-dynamic .form-dyn .form-control:not(:disabled), .volcano-input-solid-dynamic .form-dyn .select2-container:not(.select2-container--disabled) {
    border-bottom: 1px solid #ccc;
}
.volcano-input-solid-dynamic .form-dyn .form-control:focus:not(.select2-container--disabled), .volcano-input-solid-dynamic .form-dyn .select2-container--focus:not(.select2-container--disabled), .volcano-input-solid-dynamic .form-dyn .select2-container--default:not(.select2-container--disabled) {
    border: none;
    outline: 2px solid #ccc;
}
.card-header a {
    text-decoration: underline;
}

form .alert {
    padding: 3rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eee;
}

div#page-container {
    min-height: calc(100vh - 71px);
    display: flex;
    flex-direction: column;
}

footer.page-footer.bg-light {
    margin-top: auto;
}

.column-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

img.card-img-top {
    width: 100%;
    height: auto;
}

.jumbotron {
    background-size: cover;
    background-position: center;
}

.bg-light {
    background-color: #f6f9f8 !important;
}

.text-dark {
    color: #272b2b !important;
}

.scrolldown footer a.scrollpage {
    transform: translateY(0px);
}

a {
    color: #0073b8;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: hsl(95deg 28% 29%);
    text-decoration: underline;
}

footer a.scrollpage {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    transition: transform .15s ease-in-out;
    transform: translateY(150px);
    background: black;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
}

.btn {
    text-transform: none;
    font-weight: 400;
    border-radius: 4px;
    font-size: 1.25rem;
    padding: 1.5rem 2rem;
    -webkit-box-shadow: 1px 1px 2px #aaa !important;
    box-shadow: 1px 1px 2px #aaa !important;
}

.btn-primary {
    color: var(--colorTextPrimaryHover);
    background-color: var(--colorBorderPrimaryDefault);
    border-color: var(--colorBackgroundPrimaryDefault);
}

.btn-light {
    color: #212529;
    background-color: #f6f9f8;
    border-color: #f6f9f8;
}

/*
.btn-primary {
    color: #fff;
    background-color: #618249;
    border-color: #618249;
}

.btn-primary:hover {
    color: #fff;
    background-color: hsl(95deg 28% 29%);
    border-color: hsl(95deg 28% 29%);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: hsl(95deg 28% 26%);
    border-color: hsl(95deg 28% 26%);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsl(96deg 28% 56%);
}
*/


.display-2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
}

.alert {
    background: #fff;
    -webkit-box-shadow: 0 8px 24px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 8px 24px 0 rgba(50, 50, 50, 0.3);
    margin-bottom: 2rem;
    border-radius: .5rem;
    padding: .75rem 1.25rem;
}

h1, .h1 {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.15;
}

.h2, h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.15;
}

.h3, h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.15;
}

.h4, h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.15;
}

.navbar-brand {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.1;
    color: #00a4d3;
    display: flex;
    align-items: center;
    /*gap: 1rem;*/
    gap: 2rem;
}

.navbar-brand .small {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.navbar-brand img {
    /*max-width: 55px;*/
    width: auto;
    /*max-height: 55px;*/
    height: auto;
    max-width: 75px;
    max-height: 75px;
}

.black-title {
    color: #000000;
}

@media screen and (min-width: 768px) {
    .h1 {
        font-size: 36px;
    }

    .h2, h2 {
        font-size: 1.9rem;
    }

    .h3, h3 {
        font-size: 25px;
    }

    .h4, h4 {
        font-size: 1.35rem;
    }

    .navbar-brand {
        font-size: 1.35rem;
    }

    .navbar-brand .small {
        font-size: 1.125rem;
    }

    .navbar-brand img {
        /*max-width: 75px;*/
        /*max-height: 75px;*/
        max-width: 160px;
        max-height: 160px;
    }

    body {
        padding-top: 101px;
    }

    div#page-container {
        min-height: calc(100vh - 101px);
        padding-bottom: 330px;
    }
}

@media screen and (min-width: 992px) {

    .navbar-brand {
        font-size: 1.9rem;
    }

    .navbar-brand .small {
        font-size: 1.35rem;
    }

    .h1 {
        font-size: 40px;
    }

    .h2, h2 {
        font-size: 36px;
    }

    .h3, h3 {
        font-size: 27px;
    }

    .h4, h4 {
        font-size: 1.35rem;
    }
}

@media screen and (min-width: 1400px) {
    .h1 {
        font-size: 48px;
    }

    .h2, h2 {
        font-size: 40px;
    }

    .h3, h3 {
        font-size: 35px;
    }

    .h4, h4 {
        font-size: 23px;
    }
}

/* accordion */
.card-header .btn.btn-link.collapsed::before {
    content: '-';
}

.card {
    padding: 0;
    border: none;
    /*border-bottom: 1px solid #555 !important;*/
    border-radius: 0;
    margin-bottom: 0px;
    text-align: left;
}

.card-header .btn.btn-link::before {
    content: '+';
    position: absolute;
    transition: all .6s;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 3px 6px;
    margin-top: 18px;
    background-color: #618249;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-header .btn.btn-link {
    font-weight: 500 !important;
    color: #272b2b;
    padding: 20px 15px 20px 45px;
    border: none !important;
    margin: 0 !important;
}

.accordion > .card .card-header {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}

/* slider */
.swiper-slide {
    height: auto;
}

.swiper-container {
    width: 100vw;
    max-width: 100%;
}

.testata a,
.swiper-container.swiper-slider a {
    margin-top: 2rem
}

.testata, .swiper-slide {
    background-size: cover;
    background-color: #0a0e14;
    display: flex;
    background-position: center;
}

.swiper-container.swiper-slider p, .testata p {
    font-weight: 700;
    text-transform: uppercase;
}

.swiper-slider .container > *, .testata .container > * {
    max-width: 700px
}

.swiper-slider .container, .testata .container {
    padding: 3rem 1rem;
    color: #272b2b;
    padding-left: 3rem;
    border-left: 2px solid;
    margin: 3rem auto;
}

.testata .container {
    color: #fff;
}

/* navbar */
nav.fixed-top.navbar.navbar-inverse.bg-inverse.navbar-expand-lg {
    /*background: #0073b8;*/
    background: #fff;
    box-shadow: 0 0 15px #00000030;
}

body {
    padding-top: 71px;
}

img.nav-brand {
    width: 117px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.8rem;
    font-weight: 500;
    color: #444;
    padding: 1rem 1rem;
}

.navbar-expand-lg .navbar-nav .active a.nav-link {
    color: #618249;
}

/*hamburger*/

.navbar-toggler {
    font: inherit;
    display: inline-block;
    height: 55px;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.navbar-toggler > div {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.navbar-toggler-inner, .navbar-toggler-inner:after, .navbar-toggler-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-property: transform;
    border-radius: 4px;
    background-color: #11416e;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s;
}

.navbar-toggler-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.navbar-toggler-inner:after, .navbar-toggler-inner:before {
    display: block;
    content: "";
}

.navbar-toggler-inner:before {
    top: -10px;
    transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.navbar-toggler-inner:after {
    bottom: -10px;
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

button.navbar-toggler:focus {
    outline: none;
}

ul.list-style-none {
    list-style: none;
    padding: 15px 0px;
}

.messageContainer-body-text {
    line-height: 1.5em;
}


/*//hamburger*/
@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    body {
        padding-top: 100px
    }

    img.nav-brand {
        width: 189px;
    }

    .dropdown-menu.show {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 100%;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    .dropdown-menu {
        min-width: 15rem;
        display: block;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        border: 0;
        opacity: 0;
        border-radius: 0 0 0.25rem 0.25rem;
        border-top: 3px solid #618249;
        box-shadow: 0 3px 25px 0px rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
        padding: 0.5rem 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media (min-width: 1200px) {
}