@font-face {
    font-family: "poppins";
    src: url("/fonts/poppins-regular.ttf");
}

@font-face {
    font-family: "OakesRegular";
    src: url("/event/nye2022/fonts/oakes-reg.ttf");
}
@font-face {
    font-family: "Montserrat";
    src: url("/event/nye2022/fonts/montserrat-reg.ttf");
}

@font-face {
    font-family: "proxima";
    src: url("/fonts/proximanovaregular.ttf");
}

@font-face {
    font-family: "proxima-bold";
    src: url("/fonts/proximanovablack.ttf");
}

@font-face {
    font-family: "albert";
    src: url("/fonts/albertsansregular.ttf");
}

@font-face {
    font-family: "albert-bold";
    src: url("/fonts/albertsansbold.ttf");
}

@font-face {
    font-family: "albert-black";
    src: url("/fonts/albertsansblack.ttf");
}

@font-face {
    font-family: "druk";
    src: url("/fonts/drukwidebolds.ttf");
}

html {
    scroll-behavior: smooth;
    /* overflow-x: clip; */
  }
body {
    font-family: 'proxima';
    overflow-x: hidden;
    position: relative

}
img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

    /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
  }
  #navigationMobile {
    display: none;
}

.poppins{
    font-family: 'poppins' !important;
}

.proxima{
    font-family: 'proxima' !important;
}

.proxima-bold{
    font-family: 'proxima-bold' !important;
}

.albert{
    font-family: 'albert' !important;
}

.albert-bold{
    font-family: 'albert-bold' !important;
}

.albert-black{
    font-family: 'albert-black' !important;
}

.druk{
    font-family: 'druk' !important;
}

.start-over:hover{
    border-color: white;
}

.btn-ticket{
    font-size: 0.65rem !important;
}
.btn-full {
    font-size: 0.65rem !important;
    color: black !important;
    border-radius: 0px !important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-left: none !important;
    /* --tblr-bg-opacity: 1;
    background-color: rgba(var(--tblr-white-rgb),var(--tblr-bg-opacity))!important; */
    border-right: none !important;
}
.blink {
    animation: blinker 1s step-start infinite;
  }

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .carousel-indicators {
    margin-bottom: -1rem !important;
}
.btn:disabled {
    cursor: not-allowed;
    /* background-color: grey !important; */
    /* color: white !important; */
}
.btn-grey {
    /* cursor: not-allowed; */
    background-color: grey !important;
    color: white !important;
}
.btn-outline-finns {
    border-color: #74CCCC !important;
    color: #74CCCC  !important;
}
.btn-outline-finns:hover {
    border-color: #74CCCC !important;
    color: white  !important;
    background: #74CCCC !important;
    box-shadow: none !important;
    transition-delay: 0.2s;
}
.btn-outline-finns.active {
    background-color: #74CCCC !important;
    color: #fff !important;
}

.btn-menu-map {
    border: none !important;
    color: #000  !important;
    border-radius: 0 !important;
    outline: none !important;
    border-bottom: 3px solid transparent !important;
}

.btn-menu-map:hover {
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-bottom: 3px solid #74CCCC !important;
    transition: 0s !important;
}

.btn-menu-map.active {
    border-bottom: 3px solid #74CCCC !important;
    outline: none !important;
}

.btn-menu-map:focus:not(:focus-visible) {
    box-shadow: none !important;
    outline: none !important;
}

.btn-outline-finns.active::before {
    /* content: "\2713 " !important; */
}

.accordion-button.collapsed {
    color: #fff !important;
}
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    /* padding-left: 0px !important;
    top: 0 !important;
    bottom: 50% !important;
    margin-top: -35px;
    color: white !important;
    transform: rotate(0deg); */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* .accordion-button.collapsed::after {
    padding-left: 0px !important;
    top: 0 !important;
    bottom: 50% !important;
    margin-top: -35px;
    color: white !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    opacity: 1;
    transform: rotate(0deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out;
    margin-top: -35px;
    color: white !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}  */
/* .modal-backdrop {
    width: 100% !important;
    height: 100% !important;
  } */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
wbr:after { content: "\00200B" }
.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #ddd !important;
    /* border: 1pxsolidvar(--fc-border-color,#ddd); */
}
.fc-day-disabled {
    height:75px;
    /* display: none !important;
    z-index:-1 !important;
    opacity: 0 !important; */
}
.fc-day-today {
    /* z-index:1 !important; */
}
.imp-ui-zoom-button {
    right:0px !important;
    bottom:0px !important;
}
.imp-ui-zoom-button-zoom-in {
    bottom: 34px !important;
}
.qty-container {
    width: 100%;
    text-align: center;
    padding-left:20%;
}
.form-imagecheck-image {
    opacity: 1 !important;
}
.content {
    padding-top: 16px !important;
  }
  .tooltip{
    font-size: 1rem;

 }
 .tooltip-inner {
    background-color: white;
    color: black;
    border-radius: 10px;
    border: 2px solid black;
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;

}
  .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100;

  }
  .fc .fc-day-other .fc-daygrid-day-top{
    opacity: 1 !important;
  }
  div#myHeader  {
    position: sticky !important;
    position: -webkit-sticky !important; /* Safari */
    z-index:100;
    top: 80px;
    display: flex;
    flex-direction: column;
}
#top-footer a:hover {
        text-decoration: none !important;
    }
.markdown>table>:not(caption)>*>*, .table>:not(caption)>*>*  {
        padding: 0rem 0rem;
    }
.bestseller:before {
    content: "";
    z-index: -1;
    overflow: hidden;
    transform: rotate(135deg);
    width: 120px;
    display: block;
    background: red;
    background: linear-gradient(white 0%, red 100%);
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 34px;
    left: -10px;
    clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px);
    height: 20px;
    width: 120px;
  }
  .bestseller:after {
    content: attr(title);
    z-index: 1;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    color: yellow;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 120px;
    display: block;
    background: red;
    background: #F53844;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px; left: -25px;
    clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px)
  }

  .ribbon-discount:after {
    content: attr(title);
    z-index: 1;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    color: yellow;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    width: 120px;
    display: block;
    background: red;
    background: #F53844;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 25px; left: -25px;
    clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px)
  }

.form-imagecheck-figure:before {
     display: none !important;
}
  .sticky + .content {
    /* padding-top: 102px !important; */
  }
   @keyframes animateGrowCenter {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  @keyframes animateShrinkCenter {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(0);

    }
  }

element.style {
}
.form-selectgroup-boxes .form-selectgroup-label {
    text-align: left;
    padding: 1rem 1rem;
    color: inherit;
}
.form-selectgroup-label {
    border-radius: 5px !important;
}
label.form-selectgroup-item.flex-fill {
    border-radius: 5px !important;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
div#panorama {
    top:0;
    width:1585px;
    height:750px;
}
footer {
    bottom: 0;
    /* position: fixed; */
    width: 100%;
    z-index: 99;
    background-color: #222625 !important;
    color: #fff !important;
    height:66px;
}
.runtotal {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff !important;
    color: #000 !important;
    height:80px;
    /* border-top: 2px solid #74CCCC; */

}
.runtotal-label {

    font-size: 24px;
    padding-bottom: 0px;

}
.runtotal-total {
    font-size: 30px;
    line-height: 2.5rem;
}
#top-header {

    background-color: #73cbcd;
    color: #fff;
    font-family: Poppins, sans-serif;
font-size: 12px;
font-weight: 300;
justify-content: space-between;
line-height: 20px;
list-style: outside none none;
padding: 5px 10px;
height:36px;
padding-right:20px;

}
#top-header li.nav-item {

    padding-right:30px;
}
#top-header .dropdown-menu {
    background-color: #73cbcd;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 12px;
font-weight: 300;
}

/* Style the form */
#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    /* font-family: Raleway; */
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

.bg-finns {
    background-color: #74CCCC !important;
    color: #fff !important;
}

.bg-finns.active {
    background-color: #3FA0A3 !important;
    color: #fff !important;
}

.text-finns {
    color: #74CCCC !important;
}

.text-gold{
    color: #d8bf79 !important;
}

.bg-gold{
    background-color: #d8bf79 !important;
    color: #fff !important;
}
.progress-gold{
    background-color: #d8bf79 !important;
    color: #000 !important;
    font-weight: bolder;
}
.bg-gold4{
    background-color: #d8bf79 !important;
    color: #fff !important;
}
.bg-gold2{
    background-color: #d8bf79 !important;
    color: #fff !important;
}
.bg-gold3{
    background-color: #bd9115 !important;
    color: #fff !important;
}
.text-gold3 {
    color: #bd9115 !important;
}

.bg-gold:hover{
    background-color: black !important;
    color: #fff !important;
}

.bg-brown{
    background-color: #7a7a7a !important;
    color: #fff !important;
}

.fc-col-header-cell {
    background-color: #f4f4f4;
    color: black;
    border: 0px solid !important;
}

.fc-col-header-cell a {
    color: #000 !important;
    text-decoration: none !important;
}

.checkbox-bed-type:checked + .form-selectgroup-label{
    background-color: #74CCCC;
    color: #fff;
    border: 0;
}
th.fc-col-header-cell {
    background-color: #fff !important;
    border: 0px solid !important;
    padding-bottom:15px;
}
.fc .fc-scrollgrid-section-liquid>td {
    color: #2222;
    border: 1px solid !important;
}
.fc .fc-scrollgrid-liquid {
    border: 0px solid !important;
}
.checkbox-variant:checked + .form-selectgroup-label{
    background-color: #74CCCC;
    color: #fff;
    border: 0;
    outline: 4px solid #3fa0a3;

}
.checkbox-variant:checked + .form-selectgroup-label .badge {
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 4px;
    padding-left:5px !important;
    border-radius: 50%;
    background: #3fa0a3;
    color: white;
    display: inline;
    font-size:12px;
}
.checkbox-variant + .form-selectgroup-label .badge {
   display: none;
}

.checkbox-packages:checked + .form-selectgroup-label{
    background-color: #74CCCC;
    color: #fff;
    border: 0;
}

.checkbox-variant + .form-selectgroup-label{
    /* background-color: #C4C4C4; */
    /* color: #fff; */
    /* border: 0; */
}

.bg-black{
    /* background-origin: #1F2221; */
    background-origin: #000;
    color: #fff;
}
/* .service-title {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 0.8vw;
    letter-spacing: 2px;
    color: #000;
    margin-top:0px;
    margin-bottom:0px;
}
.service-card {
    background: #fff;
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    border: 0.5px solid rgba(0, 0, 0, 0.05);

    transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;

} */
/* .service-title{
    height: 80px;
} */
/* @media screen and (min-width:200px) and (max-width: 1099px) {
    .qty-container {
        width: 100%;
        text-align: center;
        padding-left: 20%;
    }
} */
/* @media screen and (min-width:300px) and (max-width: 991px) { */
/* @media only screen and (min-width:400px)  and (max-width: 600px) {
    .qty-container {
        width: 100%;
        text-align: center;
        padding-left: 28%;
    }
    .progressbar{
        width:85% !important;
        height: 40px !important;
    }
    span.ms-2.progress-text {
        display: none !important;
    }
    .text-center.bg-white.text-finns.bg-finns.active.text-white.rounded-pill {
        width: 290px !important;

    }
    .text-center.bg-white.text-finns.text-white.rounded-pill {
        width: 290px !important;
    }
} */
/* @media screen and (min-width:992px) and (max-width: 1039px) { */
@media only screen and (min-width:600px) and (max-width:992px)  {
    .countdown-container {
        width: 100% !important;
        margin-left: 1% !important;
        padding-left:0% !important;
    }
    .countdown {

            position: relative;
            float: left;
            height: 130px;
            width: 80px !important;
            /* margin-left: 5px; */
            margin-right: 5px;
            background-color: #000;
            border-radius: 8px;
            -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
            -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);

    }
    .btn-ticket {
        font-size: 0.40rem !important;
    }
    .btn-full, .addtocart {
        font-size: 0.40rem !important;
    }
    .qty-container {
        width: 100%;
        text-align: center;
        padding-left: 15%;
    }
    .row.text-center {
        padding-bottom: 0px !important;
    }
    span#bednavigation {
        padding-top: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    div#myContent {
        padding-top:0px !important;
    }
    div#scrolling-wrapper {
        height: 100% !important;
        margin-bottom: 20px !important;
    }
    .sticky {
        position: relative !important;
        top: 0;
        width: 100%;
        z-index: 100;

      }
    /* .service-title{
        height: 60px;
    } */
    .progressbar{
        /* width:85% !important;
        height: 40px !important; */
    }
    span.ms-2.progress-text {
        display: none !important;
    }
    .text-center.bg-white.text-finns.bg-finns.active.text-white.rounded-pill {
        width: 290px !important;

    }
    .text-center.bg-white.text-finns.text-white.rounded-pill {
        width: 290px !important;
    }
    div#booking-date{
        display:none !important;
    }

    .col-8 {
        text-align: left !important;
    }
}
/* @media screen and(min-width:1101px) and (max-width: 1350px) { */
    /* @media screen and(min-width:1801px) and (max-width: 2600px) { */
@media only screen and(min-width:1200px)  {
    .countdown-container {
        width: 100% !important;
        margin-left: 1% !important;
        padding-left:5% !important;
    }
    .countdown {

            position: relative;
            float: left;
            height: 130px;
            width: 80px !important;
            /* margin-left: 5px; */
            margin-right: 5px;
            background-color: #000;
            border-radius: 8px;
            -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
            -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);

    }
    .btn-ticket {
        font-size: 12px !important;
    }
    #row-spacing {

        margin-bottom:12.5% !important;
    }
        .service-title {
            font-family: 'Poppins', sans-serif;
            font-size: 0.9vw !important;
            font-weight:600;
            letter-spacing: 2px;
            color: #000;
            margin-top:0px;
            margin-bottom:0px;
            height:70px;
        }
        #booking-date{
            display:none !important;
        }

    }
    @media only screen and(min-width:2000px)  {
        .countdown-container {
            width: 100% !important;
            margin-left: 1% !important;
            padding-left:0% !important;
        }
        .countdown {

                position: relative;
                float: left;
                height: 130px;
                width: 80px !important;
                /* margin-left: 5px; */
                margin-right: 5px;
                background-color: #000;
                border-radius: 8px;
                -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
                -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
                box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);

        }
        .btn-ticket{
            font-size: 12px !important;
        }
        .qty-container {
            padding-left:20% !important;
        }
        .service-title {
            font-family: 'Poppins', sans-serif;
            font-size: 0.7vw !important;
            font-weight:600;
            letter-spacing: 2px;
            color: #000;
            margin-top:0px;
            margin-bottom:0px;
            height:70px;
        }

    }

    a.btn.float-end.next.rounded-pill.href-navigation:hover {
        background-color: #d8bf79 !important;
        color: #fff !important;
    }
    a.btn.float-end.next.rounded-pill.href-navigation-back:hover {
        background-color: #d8bf79 !important;
        color: #fff !important;
    }
    /* @media screen and(min-width:1101px) and (max-width: 1800px) { */
    /* @media screen   and (min-width:368px) and (max-width: 1499px) {
        .href-navigation{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:white;
            color:#3FA0A3;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;

        }
        .href-navigation-back{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:white;
            color:#3FA0A3;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;

        }
        .hsref-navigation:hover{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:#3FA0A3;
            color:white;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;

        }
        .href-navigation-back:hover{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:#3FA0A3;
            color:white;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;

        }
        .runtotal-label {
            padding-right: 12px;
        }
        .runtotal-total {
            padding-right: 12px;
        }
        .qty-container {
            padding-left:30% !important;
        }
        .service-title {
            font-family: 'Poppins', sans-serif;
            font-size: 13px;
            font-weight:600;
            letter-spacing: 2px;
            color: #000;
            margin-top:0px;
            margin-bottom:0px;
        }
        #change-date {
            display: none;
        }
        #booking-date {

            display: none;
        }
        .progressbar{
            width:85% !important;
            height: 40px !important;
        }
        span.ms-2.progress-text {
            display: none !important;
        }
        .text-center.bg-white.text-finns.bg-finns.active.text-white.rounded-pill {
            width: 290px !important;

        }
        .text-center.bg-white.text-finns.text-white.rounded-pill {
            width: 290px !important;
        }

    } */
    @media screen  and (min-width:1332px) and (max-width: 3499px) {
        .countdown-container {
            width: unset;
            margin-left: 25% !important;
            padding-left:0% !important;
        }
        .countdown-table {
            margin-left: 30% !important;
        }
        .countdown {

                position: relative;
                float: left;
                height: 130px;
                width: 100px !important;
                /* margin-left: 5px; */
                margin-right: 5px;
                background-color: #000;
                border-radius: 8px;
                -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
                -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
                box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);

        }
        .btn-ticket {
            font-size: 13px !important;
        }
        .btn-full, .addtocart {
            font-size: 13px !important;
        }
        .href-navigation{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:white;
            color:#3FA0A3;
            margin-top:0;
            margin-right:12px;
            margin-left:12px;
            /* padding-top: 1%;padding-right:20px; */
        }
        .href-navigation-back{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:white;
            color:#3FA0A3;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            /* padding-top: 1%;padding-right:20px; */
        }
        .start-over{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            margin-bottom: 30px;

            /* padding-top: 1%;padding-right:20px; */
        }
        .hsref-navigation:hover{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:#3FA0A3;
            color:white;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;
            /* padding-top: 1%;padding-right:20px; */
        }
        .href-navigation-back:hover{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:#3FA0A3;
            color:white;
            /* margin-top:12px; */
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;
            /* padding-top: 1%;padding-right:20px; */
        }
        /* .sstart-over:hover{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            /* margin-top:12px; */
            /* margin-right:12px; */
            /* margin-left:12px; */
            /* border: 1px solid white; */
            /* padding-top: 1%;padding-right:20px; */
        /* } */
        .start-over{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:#fff;
            color:#000;
            /* margin-top:12px; */
            margin-right:12px;
            margin-left:12px;
            /* margin-bottom:15px; */
            /* padding-top: 1%;padding-right:20px; */
        }
        .sstart-over:hover{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            /* margin-top:12px; */
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;
            margin-bottom:15px;
            /* padding-top: 1%;padding-right:20px; */
        }
    }

    @media screen and (max-width: 1199px) {
        #nearlySoldOut{
            display:none !important;
        }
    }

    @media screen  and (min-width:501px) and (max-width: 1100px) {
        .countdown-container {
            width: 50% !important;
            margin-left: 25% !important;
            padding-left:0% !important;
        }
        .countdown-table {
            margin-left: 15% !important;
        }
        .countdown {

                position: relative;
                float: left;
                height: 130px;
                width: 80px !important;
                /* margin-left: 5px; */
                margin-right: 5px;
                background-color: #000;
                border-radius: 8px;
                -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
                -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
                box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);

        }
        .btn-ticket {
            font-size: 0.40rem !important;
        }
        .btn-full, .addtocart {
            font-size: 0.40rem !important;
        }
        #row-spacing {

            margin-bottom:14.5% !important;
        }
        .card-addons {
            margin-top: 5px;

        }
        div#booking-date {
            width: 110%;
            margin-top: 0px !important;
            margin-bottom: 10%;
            margin-left: 10%;
        }

        .href-navigation{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:white;
            color:#3FA0A3;
            margin-top:0;
            margin-right:12px;
            margin-left:12px;
            /* padding-top: 1%;padding-right:20px; */
        }
        .href-navigation-back{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:white;
            color:#3FA0A3;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            /* padding-top: 1%;padding-right:20px; */
        }
        .start-over{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            margin-bottom: 30px;

            /* padding-top: 1%;padding-right:20px; */
        }
        .hsref-navigation:hover{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:#3FA0A3;
            color:white;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;
            /* padding-top: 1%;padding-right:20px; */
        }
        .href-navigation-back:hover{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:#3FA0A3;
            color:white;
            /* margin-top:12px; */
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;
            /* padding-top: 1%;padding-right:20px; */
        }
        /* .sstart-over:hover{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            /* margin-top:12px; */
            /* margin-right:12px; */
            /* margin-left:12px; */
            /* border: 1px solid white; */
            /* padding-top: 1%;padding-right:20px; */
        /* } */
        .start-over{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            /* margin-top:12px; */
            margin-right:12px;
            margin-left:12px;
            /* margin-bottom:15px; */
            /* padding-top: 1%;padding-right:20px; */
        }
        .sstart-over:hover{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            /* margin-top:12px; */
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;
            margin-bottom:15px;
            /* padding-top: 1%;padding-right:20px; */
        }
    .qty-container {
        padding-left:20% !important;
    }
    .progressbar{
        /* width:85% !important; */
    }
    /* span.ms-2.progress-text {
        display: none !important;
    } */
    .service-title {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight:600;
        letter-spacing: 2px;
        color: #000;
        margin-top:0px;
        margin-bottom:0px;
        height:70px;
    }
    /* .progressbar{
        width:85% !important;
        height: 40px !important;
    } */
    span.ms-2.progress-text {
        /* display: none !important; */
    }
    .text-center.bg-white.text-finns.bg-finns.active.text-white.rounded-pill {
        width: 290px !important;

    }
    .text-center.bg-white.text-finns.text-white.rounded-pill {
        width: 290px !important;
    }
    }
    @media screen  and (min-width:1101px) and (max-width: 1331px) {
        .btn-ticket {
    font-size: 0.60rem !important;
}
.btn-full, .addtocart {
    font-size: 0.60rem !important;
}
        #row-spacing {

            margin-bottom:14.5% !important;
        }
        .card-addons {
            margin-top: 5px;

        }
        div#booking-date {
            width: 110%;
            margin-top: 0px !important;
            margin-bottom: 10%;
            margin-left: 10%;
        }

        .href-navigation{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:white;
            color:#3FA0A3;
            margin-top:0;
            margin-right:12px;
            margin-left:12px;
            /* padding-top: 1%;padding-right:20px; */
        }
        .href-navigation-back{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:white;
            color:#3FA0A3;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            /* padding-top: 1%;padding-right:20px; */
        }
        .start-over{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            margin-bottom: 30px;

            /* padding-top: 1%;padding-right:20px; */
        }
        .hsref-navigation:hover{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:#3FA0A3;
            color:white;
            margin-top:12px;
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;
            /* padding-top: 1%;padding-right:20px; */
        }
        .href-navigation-back:hover{
            width:100px;
            height:50px;
            font-size:16px;
            background-color:#3FA0A3;
            color:white;
            /* margin-top:12px; */
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;
            /* padding-top: 1%;padding-right:20px; */
        }
        /* .sstart-over:hover{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            /* margin-top:12px; */
            /* margin-right:12px; */
            /* margin-left:12px; */
            /* border: 1px solid white; */
            /* padding-top: 1%;padding-right:20px; */
        /* } */
        .start-over{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            /* margin-top:12px; */
            margin-right:12px;
            margin-left:12px;
            /* margin-bottom:15px; */
            /* padding-top: 1%;padding-right:20px; */
        }
        .sstart-over:hover{
            width:125px;
            height:50px;
            font-size:16px;
            background-color:black;
            color:white;
            /* margin-top:12px; */
            margin-right:12px;
            margin-left:12px;
            border: 1px solid white;
            margin-bottom:15px;
            /* padding-top: 1%;padding-right:20px; */
        }
    .qty-container {
        padding-left:20% !important;
    }
    .progressbar{
        /* width:85% !important; */
    }
    /* span.ms-2.progress-text {
        display: none !important;
    } */
    .service-title {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight:600;
        letter-spacing: 2px;
        color: #000;
        margin-top:0px;
        margin-bottom:0px;
        height:70px;
    }
    /* .progressbar{
        width:85% !important;
        height: 40px !important;
    } */
    span.ms-2.progress-text {
        /* display: none !important; */
    }
    .text-center.bg-white.text-finns.bg-finns.active.text-white.rounded-pill {
        width: 290px !important;

    }
    .text-center.bg-white.text-finns.text-white.rounded-pill {
        width: 290px !important;
    }
}
@media screen  and (min-width: 1500px) and (max-width:3000px) {
    .btn-ticket {
        font-size: 15px !important;
    }
    .btn-full, .addtocart {
        font-size: 15px !important;
    }
    .card-addons {
        margin-top: 5px;

    }
    div#booking-date {
        width: 110%;
        margin-top: 0px !important;
        margin-bottom: 10%;
    }

    .href-navigation{
        width:100px;
        height:50px;
        font-size:16px;
        background-color:white;
        color:#3FA0A3;
        margin-top:0;
        margin-right:12px;
        margin-left:12px;
        /* padding-top: 1%;padding-right:20px; */
    }
    .href-navigation-back{
        width:100px;
        height:50px;
        font-size:16px;
        background-color:white;
        color:#3FA0A3;
        margin-top:12px;
        margin-right:12px;
        margin-left:12px;
        /* padding-top: 1%;padding-right:20px; */
    }
    .start-over{
        width:125px;
        height:50px;
        font-size:16px;
        background-color:black;
        color:white;
        margin-top:12px;
        margin-right:12px;
        margin-left:12px;
        margin-bottom: 30px;

        /* padding-top: 1%;padding-right:20px; */
    }
    .hsref-navigation:hover{
        width:100px;
        height:50px;
        font-size:16px;
        background-color:#3FA0A3;
        color:white;
        margin-top:12px;
        margin-right:12px;
        margin-left:12px;
        border: 1px solid white;
        /* padding-top: 1%;padding-right:20px; */
    }
    .href-navigation-back:hover{
        width:100px;
        height:50px;
        font-size:16px;
        background-color:#3FA0A3;
        color:white;
        /* margin-top:12px; */
        margin-right:12px;
        margin-left:12px;
        border: 1px solid white;
        /* padding-top: 1%;padding-right:20px; */
    }
    .sstart-over:hover{
        width:125px;
        height:50px;
        font-size:16px;
        background-color:black;
        color:white;
        /* margin-top:12px; */
        margin-right:12px;
        margin-left:12px;
        border: 1px solid white;
        /* padding-top: 1%;padding-right:20px; */
    }
    .qty-container {
        padding-left:20% !important;
    }
    #booking-date {
        /* padding-top:30px; */
    }
    .progressbar{
        /* width:85% !important; */
    }
    /* span.ms-2.progress-text {
        display: none !important;
    } */
    .service-title {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight:600;
        letter-spacing: 2px;
        color: #000;
        margin-top:0px;
        margin-bottom:0px;
        height:70px;
    }
}
@media screen and (min-width: 300px) and (max-width: 900px) {

    .card-body {
        /* font-size: 11px !important; */
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .row .card-text {
        padding-left: 15px !important;
    }

    .container-services {
        width: 100%;
        --tblr-gutter-x: 1rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .countdown-container {
        width: 100% !important;
        margin-left: 1% !important;
        padding-left: unset !important;
    }
    .countdown-table {
        margin: auto !important;
        width: 100% !important;
        display: contents !important;
    }
/*
    .raleway-reg {
        font-size:24px !important;
    }
    th#days,  th#hours, th#minutes, th#seconds {
        font-size: 55px !important;
    } */
    .countdown {
            /* font-size: 26px !important; */
            position: relative;
            float: left;
            height: 130px;
            width: 75px !important;
            /* margin-left: 5px; */
            margin-right: 1px;
            background-color: #000;
            border-radius: 8px;
            -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
            -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);

    }
    #formgroupbooking {
        padding-top: 20% !important;
        padding-left: 0px !important;
    }
    .carousel-indicators {
        margin-bottom: -1rem !important;
    }
      body {
        position: relative;
        overflow-x: hidden;
      }
    .overflow-x-hidden {
        /*   overflow-x: hidden; */

        }

     div#myHeader {
        position: -webkit-sticky !important; /* Safari */
        position: sticky !important;
        /* overflow-x: initial !important; */
      }
      .cart-label {
        margin-top:20px;
        margin-bottom:20px;
      }
    #row-spacing {
        display: block !important;
    }
    .btn-ticket, .btn-full, .addtocart {
        font-size: 14px !important;
    }
    .text-save {
        font-size:12px !important;
        width: 130px !important;
    }
    .text-early {
        font-size:12px !important;
        width: 120px !important;

    }

    .footer-previous{
        margin-top:5px !important;
    }
    .footer-startover{
        margin-top:-5px !important;
        margin-left: 30px !important;
    }
    #row-spacing {
        margin-bottom:10% !important;
    }
    .row-total {
        padding-top:20px !important;
    }

    .card-addons {
        margin-top: 15px;
        width: 98%;

    }
    .col-addons {
        padding-right: 15px;
    }
    #cchange-resource {
        font-size:10px !important;
    }
    #cancelModal {
        font-size:10px !important;
    }
    .txt-selected {
        display: none !important;
    }
    #top-footer li {
        font-size: 10px !important;
    }
    #top-footer img {
       width: 90% !important;
       height: auto !important;
    }
    #top-footer ul {
        padding-left: 5px !important;
    padding-right: 10px !important;
    }
    .fc .fc-daygrid-day-number {
        font-size: 8px !important;
    }
    .brand-logo {
        width: 100px !important;
        height: auto;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    #formgroupbooking .modal-dialog {
        width:95% !important;
    }
    .progressbar{
        width:85% !important;
        top:40px !important;
    }
    span.ms-2.progress-text {
        display: none !important;
    }
    .main-title {
        font-size: 18px !important;
    }
    .href-navigation, .href-navigation-back {
        width:80px;
        height:30px;
        margin-top:0px !important;
    }
    .runtotal .row .col-5 {
        text-align: center !important;
        padding-top:5px !important;
        width: 48% !important;
        /* padding-right:10% !important; */
        /* margin-right: 20px; */
        margin-top: 10px;
    }
    .any-bed {
        font-size:12px !important;
    }

    #footer-link {
        display: none;
    }
    #show360 {
        width:100% !important;
        height:50% !important;

    }
    /* .modal-dialog {
        position:fixed;
    } */
    .modal-dialog.modal-xl {

        width: 95% !important;

    }
    canvas {
        width: 100% !important;
    }
    #panorama {
        width:100% !important;

    }
    #down, #up {
        display: none !important;
    }

    /* label.form-imagecheck.me-3.mb-3.text-center  { */
    label.form-imagecheck {
        width:46% !important;
        margin-left: 7px !important;
    }
    label.form-imagecheck2 {
        width:100% !important;
        margin-left: 7px !important;
    }
    .form-imagecheck {
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .form-imagecheck2 {
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .accordion-body {
        padding: 0.5rem 0.5rem !important;
    }
    .container.bestseller {
        width:auto !important;
        height: 100% !important;
    }
    .addons-title {
        font-size: 0.7rem !important;

    }

    .container.bestseller img {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
        height:50% !important;
        width: auto !important;
    }
    .form-imagecheck-figure {
        height: 170px;
    }
    .benefit-list-ul {
       display:grid;
       line-height: 1.25rem !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    }
    .benefit-list {
        width: 100%;
    }
    #cgetresource__detail, #cgetresourcePrev__detail {
        font-size:10px;
    }
    .bestseller:after {
        content: attr(title);
        z-index: 1;
        overflow: hidden;
        font-size: 6px;
        font-weight: bold;
        color: yellow;
        text-transform: uppercase;
        text-align: center;
        /* line-height: 20px; */
        transform: rotate(-45deg);
        width: 40px;
        display: block;
        background: red;
        background: #F53844;
        box-shadow: 0 3px 10px -5px rgb(0 0 0);
        position: absolute;
        top: 5px;
        left: -10px;
        clip-path: initial;
        /* /* clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px, 110px 30px); */
    }

    #start-over{
        width:25px;
        height:35px;
        font-size:16px;
        background-color:black;
        color:white;
        margin-bottom:0px;
        margin-right:12px;
        margin-left:12px;
        border-radius: 50px;
        text-align: center;
     /* padding-top: 1%;padding-right:20px; */
    }
    #start-over-text {
        display: none;
    }
    a#start-over {
        margin-left: 18px !important;
    }
    #startOverContainer  {
        width: 29%;
    }
    .qty-container {
        padding-left:30% !important;
    }
    #booking-date {
        font-size: 10px !important;
        margin-top:20px !important;
        z-index: -1 !important;
    }
    .runtotal-label {
        font-size: 12px !important;
        /* text-align: left !important; */
        margin-bottom:0px !important;
        line-height: 1rem !important;
        margin-top:20px !important;

    }
    #runtotal {
        margin-top: 0px !important;
        font-size: 14px !important;
        /* text-align: left !important; */
        line-height: 1rem !important;
    }
   #review-tax {
        font-size: 14px !important;
   }
   td#review-gt {
    font-size: 16px !important;
    font-weight: bolder !important;
    }
    #container-side-addon {
        width: 120px !important;
        margin-left: -25px;
        /* max-width: 115px !important; */
    }

    .link-navigation.href-navigation.cursor-pointer {
        /* color : white !important; */
    }
    .href-navigation {
        font-size: 10px !important;
        /* color :#3FA0A3 !important; */
        margin-top:0 !important;
        margin-right:12px !important;
        margin-left:12px !important;
    }
    .href-navigation-back {
        font-size: 10px !important;
        color :#3FA0A3 !important;
        /* margin-top:20px !important; */
        margin-right:12px !important;
        margin-left:12px !important;
    }
    .col-runtotal {
        padding-top: 20px !important;
        padding-left:10px !important;
        font-size: 8px !important;
    }
    .calendar-today {
        font-size:8px !important;
        width: 80% !important;
        overflow:hidden !important;
        content: '' !important;
        border: 0px;
    }
    .txt-today {
        display: none !important;
    }
    #booking-date {
        display: none !important;
    }
    #change-date {
        display: none !important;
    }
    .progressbar{
        width:85% !important;
        height: 40px !important;
    }
    #selectDate{
        width: 50% !important;
        color: white !important;
    }
    #selectDate.active a {
        color : white !important;
    }
    #selectBeds.active a {
        color : white !important;
    }
    #selectPlace.active a {
        color : white !important;
    }
    #selectBeds{
        width: 30% !important;
        margin-left: -30px !important;
    }
    #selectPlace{
        width: 40% !important;
        margin-left: -30px !important;
    }
    #selectAddons.active a {
        color : white !important;
    }
    #orderReview.active a {
        color : white !important;
    }
    #selectAddons{
        width: 30% !important;
        margin-left: -30px !important;
    }
    #orderReview{
        width: 50% !important;
        margin-left: -30px !important;
    }
    .month-scroll {
        width:82px !important;
    }
    .special-event-text {
        display: none;
    }
    .special-event {
        left:2px !important;
        margin-left:0 !important;
        padding-left:5px !important;
        width:90% !important;
    }
    #selectDate.a {
        font-size:8px !important;
    }
    #bednavigation {
        margin-top: 25px !important;
    }
    #image-map-pro-container {
        width: 100% !important;
    }
    .imp-fullscreen-tooltip {
        display: none !important;
    }
    .imp-tooltips-container {
        display: none !important;
    }
    .imp-fullscreen-tooltips-container {
        display: none !important;
    }
    .imp-ui-layers-menu-wrap {
        display: none !important;
        top:100% !important;
        left: 0 !important;
        width: 85% !important;
    }
    .imp-ui-element.imp-ui-layers-select {
        width: 97% !important;
        text-align: center !important;
        text-indent: 40%;
    }
}
@media screen  and (min-width: 0px) and (max-width: 400px){
.title-nye {
    font-size: 15px !important;
}
.title-less {
    font-size: 10px !important;
}
h3.d-flex.justify-content-start.card-title.text-finns.fw-bolder.fs-1 {
    margin-bottom:1px !important;
}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
    .qty-container {
        padding-left:25% !important;
    }
    .sticky {
        position: relative !important;
        top: 0;
        width: 100%;
        z-index: 100;

      }
      #navigationLogo {
          display: none !important;
      }
    td.fc-daygrid-day {
        width: auto !important;
        height: auto !important;
    }
    .progressbar{
        width:95% !important;
    }
    span.ms-2.progress-text {
        display: none !important;
    }
    .text-center.bg-white.text-finns.bg-finns.active.text-white.rounded-pill {
        width: 30% !important;
        padding-left:10px !important;
        /* padding-right:10px !important; */
        /* margin-right: 10px !important; */
        margin-left: 0px !important;

    }
    .text-center.bg-white.text-finns.text-white.rounded-pill {
        width: 25% !important;
        /* padding-left:10px !important; */
        margin-left: -35px !important;
        /* padding-right:10px !important; */
        /* margin-right: 10px !important; */
    }
    .runtotal-total {
        text-align:right;
        font-size: 20px;
    }
    .runtotal-label {
        text-align:right;
        font-size: 16px;
    }
    footer {
        text-align: left !important;
    }
    footer .runtotal-total {
        text-align:right;
        font-size: 20px;
    }
    div#booking-date{
        font-size:12px !important;
       display: none;
    }
    a#change-date{
        visibility: hidden;
    }
    img#navigationLogo {
        display: none !important;
    }
    .col-7 {
        text-align: left !important;
    }
    .col-8 {
        text-align: left !important;
    }
    h2 {
        font-size: 20px !important;
    }

}

.link-navigation {
   all: unset;
    cursor: pointer;
}
.make-shine2 {
    animation: animate 4s linear infinite;
}
@keyframes animate {
    0% {
    transform:scaleX(0);
    transform-origin: left;
    }
    50%
    {
      transform:scaleX(1);
    transform-origin: left;
    }
    50.1%
    {
      transform:scaleX(1);
    transform-origin: right;

    }

    100%
    {
      transform:scaleX(0);
    transform-origin: right;

    }


  }
.make-shine {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 0.25rem;
    /* padding: 2rem; */
  }
  .make-shine::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #73cbcd;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#73cbcd, #73cbcd), linear-gradient(#3fa0a3,#3fa0a3), linear-gradient(yellow, yellow),linear-gradient(#377af5, #377af5);
    -webkit-animation: rotate 4s linear infinite;
            animation: rotate 4s linear infinite;
  }
  .make-shine::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 5px;
  }

.link-navigation:hover {
    all: unset;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }

    to {
      -webkit-mask-position: -50%;
    }
  }

.nav-item {

    color: white !important;
}

.navbar .navbar-nav .nav-link {
    color: white !important;
}

#navbarNavAltMarkup {
    z-index : 100;
    background-color: #222625 !important;
}

.navbar .navbar-toggler {
    color: white;
    /* padding-top:80px; */
}


.service-col {
    padding-left:0px !important;
    padding-right:0px !important;
    margin-left:0px !important;
    margin-right:0px !important;
}

.btn-service-save {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius:5px;
    height: 24px;
    margin-top: 1px;
padding-bottom: 5px;
padding-top: 5px;
}

.list-benefits {
    font-family: 'OakesRegular';
    font-size: 13px !important;
    font-weight: 300;
}

.main-title {
    font-family: 'OakesRegular';
    /* font-size: 2.6vw !important; */
    font-size: 49px;
    font-weight: 600;
}

.service-online {
    font-family: 'Poppins', sans-serif;
    font-size: 11px !important;
    font-weight: 800;

}
.any-bed {
    font-size:0.8vw;
}
.change-resource {
    /* font-size:0.7vw; */
}
.cchange-resource {
    /* font-size:0.7vw; */
}
.input-group>.form-control, .input-group>.form-select {
    width: 0.5% !important;
}

.swal2-styled {
    border-radius: 15px !important;
    min-width: 100px;
}

.btn-price {
    position: relative;
    box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);
    border-radius: 5px;
}
button {
    position: relative;
    display: inline-block;
    /* box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26); */
    border-radius: 5px;
    transition: 0.2s;
    margin-bottom:10px;
}
button:hover {
    color: #255784;
    background: #73cbcd;
    box-shadow: 0 0 10px #73cbcd, 0 0 40px #73cbcd, 0 0 80px #73cbcd;
    transition-delay: 0.2s;
}

button .cart-item {
    visibility: hidden;
    position: absolute;
    height: 24px;
    width: 24px;
    top: -10px;
    right: -10px;
  }
button .cart-item:before {
    content: "1";
    display: block;
    line-height: 24px;
    height: 24px;
    width: 24px;
    font-size: 12px;
    font-weight: 600;
    background: #2bd156;
    color: white;
    border-radius: 20px;
    text-align: center;
  }

button.sendtocart .cart-item {
    /* display: block; */
    /* animation: xAxis 1s forwards cubic-bezier(1, 0.44, 0.84, 0.165); */
  }
button.sendtocart .cart-item:before {
    /* animation: yAxis 1s alternate forwards cubic-bezier(0.165, 0.84, 0.44, 1); */
  }
.cart {
    position: fixed;
    bottom: 50%;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #292d48;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    z-index:1;
  }
  .cart i {
    font-size: 25px;
    color: white;
  }
  .cart:before {
    content: attr(data-totalitems);
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: -12px;
    background: #2bd156;
    line-height: 24px;
    padding: 0 5px;
    height: 24px;
    min-width: 24px;
    color: white;
    text-align: center;
    border-radius: 24px;
  }
  .cart.shake {
    animation: shakeCart 0.4s ease-in-out forwards;
  }

  @keyframes xAxis {
    100% {
      transform: translateX(calc(50vw - 105px));
    }
  }
  @keyframes yAxis {
    100% {
      transform: translateY(calc(-50vh + 75px));
    }
  }
  @keyframes shakeCart {
    25% {
      transform: translateX(6px);
    }
    50% {
      transform: translateX(-4px);
    }
    75% {
      transform: translateX(2px);
    }
    100% {
      transform: translateX(0);
    }
  }

.services-row:hover {
    border-color: #73cbcd;
    /* border: 0; */
    width: calc(100% + 2px);
    left: -1px;
    z-index: 15;
    -webkit-box-shadow: inset 0 0 0 4px #73cbcd, 0 8px 8px 0 rgb(0 0 0 / 16%), 0 4px 4px 0 rgb(0 0 0 / 16%), 0 0 12px 0 rgb(0 0 0 / 20%);
    box-shadow: inset 0 0 0 4px #73cbcd, 0 8px 8px 0 rgb(0 0 0 / 16%), 0 4px 4px 0 rgb(0 0 0 / 16%), 0 0 12px 0 rgb(0 0 0 / 20%);
    -webkit-transition: all 90ms cubic-bezier(.6,0,1,1);
    transition: all 90ms cubic-bezier(.6,0,1,1);
}
@media screen and (max-width: 500px) {

    .limited-text {
        font-size: 20px !important;
    }
    .limited-text2 {
        font-size:14px !important;
    }
    .col-date {
        z-index: -1 !important;
    }
    #navigationMobile{
        display: block;
    }
    .progressbar {
        top:50px !important;
    }
}
.input-group>.form-control, .input-group>.form-select {
    width: 0.5% !important;
    height: 0.5% !important;
}
.countdown {
    position: relative;
    float: left;
    height: 130px;
    width: 120px;
    /* margin-left: 5px; */
    margin-right: 5px;
    background-color: #000;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown-table {
    display: contents;
    margin: auto;
    width:50%;
}
.countdown-container {
    width: 50%;
    margin-left: 25%;
    padding-left:3.5%;
}
