@import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Lato&family=Libre+Baskerville&family=Open+Sans:wght@300&family=Playfair+Display&family=Source+Sans+Pro&display=swap');

body {
    font-family: 'Lato', sans-serif;
    background: #1A1D24;
}

a,
a:hover,
a:active a:focus {
    text-decoration: none;
}

section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.btn-submit {
    color: #FFFFFF;
    background: #D5031E;
    border-radius: 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.5px;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
    color: #FFFFFF;
}

.bg-black {
    background-color: #1A1D24;
}

.embed-responsive-13by9::before {
    padding-top: 76.224%;
}

.border-radius-18 {
    border-radius: 18px;
}

.border-radius-12 {
    border-radius: 12px;
}

.divider-settings {
    border: 1px solid #f2f2f2;
    margin: -2.25rem;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.btn.sm-loading:before {
    content: '';
    box-sizing: border-box;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: -2.5px;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #DDDDDD;
    border-top-color: #FFFFFF;
    animation: spinner .6s linear infinite;
}

/* slick */
.slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-slider .slick-dots li button:before {
    font-size: 15px;
    color: #FFFFFF;
}

.slick-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FFFFFF;
}

.arrowNavigation {
    position: absolute;
    top: calc(50% - 40px + 25px);
    left: 50px;
    right: 50px;
}

.arrowNavigation .slick-arrow {
    position: inherit;
    display: inline-block;
    font-family: fontawesome;
    width: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 50px;
    line-height: 1;
}

.arrowNavigation .slick-arrow:hover i {
    color: rgba(255, 255, 255, 0.9);
}

.arrowNavigation .slick-arrow.slick-disabled,
.arrowNavigation .slick-disabled:hover i {
    color: rgba(255, 255, 255, 0.1);
    cursor: not-allowed;
}

.arrowNavigation .slick-arrow:hover {
    background-color: transparent;
    border: none;
}

.arrowNavigation .prevArrowNav {
    transition: left .4s ease;
    left: -20px;
}

.arrowNavigation .nextArrowNav {
    transition: right .4s ease;
    right: 0px;
}

/* end slick */

/* start */
:root {
    --star-size: 14px;
    --star-color: #fff;
    --star-background: #fc0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* end start */

/* header */

.top-information {
    background-color: white;
    font-size: 12px;
}

@media (max-width: 768px) {
    .top-information {
        display: none !important;
    }
}

/* .navbar .navbar-bg:after {
    content: "";
    width: 50vw;
    height: 80px;
    background-color: white;
    position: absolute;
    left: -20px;
    top: 0px;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: 1;
} */

.navbar-gradient {
    background: linear-gradient(90deg, #1A1D24 30%, #D5031E 50%);
}

@media (min-width: 992px) {
    .navbar .navbar-bg:after {
        width: 35vw;
    }
}

.navbar .navbar-brand {
    position: relative;
    padding: 20px 0px;
    height: 80px;
    z-index: 2;
}

.navbar-toggler {
    padding: .5rem .5rem;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
    transition: all 0.2s;
    margin-top: 4px;
}

.navbar-toggler .icon-bar:first-child {
    margin-top: 0;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.navbar .nav-link:hover,
.navbar .nav-link:active,
.navbar .nav-link:focus {
    font-weight: 600;
}

.header2 {
    display: block;
    margin-top: 66px;
    width: 100%;
}

.header2 .content-header {
    display: block;
    height: 90px;
    width: 100%;
    background: #D5031E;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

/* end header */

/* footer */
footer {
    background: transparent;
    color: #FFFFFF;
}

footer section {
    border-bottom: 2px solid #FFFFFF;
}

footer h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

footer .explore h6,
footer .contact h6 {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

footer .explore a,
footer .contact a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}

footer .download {
    max-width: 100%;
    width: 100%;
}

footer .btn {
    background-color: #ffffff;
    padding: 0.375rem 1.75rem;
    color: #1A1D24;
}

footer .btn-cs {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    border-radius: 12px;
    align-self: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

footer .btn-gp,
footer .btn-apple {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    border-radius: 12px;
    width: 100%;
    padding: 0.375rem .75rem;
}

footer .btn-gp span,
footer .btn-apple span {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    color: #1A1D24;
    text-align: left;
}

footer .btn-gp p,
footer .btn-apple p {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: #1A1D24;
    margin-bottom: 0;
    text-align: left;
}

footer .copyright {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #1A1D24;
    background-color: #FFFFFF;
}

footer .copyright a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #1A1D24;
    margin-left: 5px;
    margin-right: 5px;
}

footer .footer-logo {
    background: #FFFFFF;
    border-radius: 24px 24px 0px 0px;
}

footer .payment {
    /* margin-top: 15px; */
}

footer .payment p {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 0;
}

footer .payment span {
    font-style: normal;
    font-weight: bold;
    font-size: 7px;
    line-height: 8px;
    color: #1A1D24;
    width: 40px;
    height: 22px;
    background-color: #FFFFFF;
    margin-right: 10px;
    border-radius: 2px;
    padding-left: 5px;
    padding-top: 3px;
}

/* footer .payment span:nth-child(4) {
    padding-top: 6px;
} */

footer .footer2 {
    border-top: 2px solid #FFFFFF;
}

footer .footer2 span {
    color: #FFFFFF;
}

@media (min-width: 768px) {
    footer .download {
        width: 100%;
    }
}

@media (min-width: 992px) {
    footer .download {
        width: 100%;
    }

    footer .btn-cs {
        width: 100%;
    }
}

@media (min-width: 1140px) {
    footer .download {
        width: 100%;
    }
}

@media (max-width: 576px) {
    footer .download {
        max-width: 100%;
        width: 100%;
    }

    footer .btn-cs {
        width: 100%;
    }
}

/* end footer */

/* ui autocomplete */
ul.ui-autocomplete {
    background: #1A1D24e6;
    padding: 10px;
    border-radius: 3px;
    margin-left: -10%;
}

ul.ui-autocomplete li {
    border-bottom: 1px solid #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.ui-autocomplete li h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-bottom: 3px;
}

ul.ui-autocomplete li p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-bottom: 0;
}

/* end ui autocomplete */

/*tiket*/
.content-tiket {
    display: block;
    position: relative;
    background-color: #1A1D24;
}

.content-tiket .header-tiket {
    background: #D5031E;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: block;
    padding: 40px 30px 20px 30px;
}

.content-tiket .header-tiket .item h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.5px;
    color: #1A1D24;
    margin-bottom: 0;
    display: block;
}

.content-tiket .header-tiket .item p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #1A1D24;
    margin-bottom: 1px;
    display: block;
}

.content-tiket .header-tiket .item span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    display: block;
}

.content-tiket .body-tiket {
    background-color: #FFFFFF;
    padding: 30px;
}

.content-tiket .body-tiket .dtl .form-group label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #AAAAAA;
    display: block;
    margin-bottom: 3px;
}

.content-tiket .body-tiket .dtl .form-group span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #000000;
    display: block;
}

.content-tiket .footer-tiket {
    display: block;
    position: relative;
    background-color: #FFFFFF;
    padding: 15px 30px;
    border-top: 3px dashed #1A1D24;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.dots {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    top: -2px;
    transform: translateY(-50%);
    background-color: #1A1D24;
}

.dots.dot-left {
    left: -10px;
}

.dots.dot-right {
    right: -10px;
}

.dots.dot-left-top {
    left: -12px;
    top: 6px;
}

.dots.dot-left-bottom {
    left: -12px;
    bottom: -13px;
    top: auto;
}

.content-tiket-landscape {
    display: block;
    position: relative;
    background-color: #1A1D24;
}

.content-tiket-landscape .header-tiket {
    background: #1A1D24;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: block;
    padding: 20px 30px 20px 15px;
    border: 1px solid #FFFFFF;
    border-right: dashed 2px #FFFFFF;
}

.content-tiket-landscape .header-tiket .item p {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-bottom: 0;
    display: block;
}

.content-tiket-landscape .header-tiket .item span {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.5px;
    color: #AAAAAA;
    display: block;
}

.content-tiket-landscape .dots-vertical {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-tiket-landscape .dots-vertical span {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background-color: #AAAAAA;
    margin-left: auto;
    margin-right: auto;
}

.content-tiket-landscape .dots-vertical span:nth-child(2) {
    width: 1px;
    height: 15px;
    display: block;
    border-left: 1px dashed #AAAAAA;
    background-color: transparent;
    margin: 2px auto;
}

.content-tiket-landscape .body-tiket {
    position: relative;
    background: #1A1D24;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
    padding: 30px 15px 15px 15px;
    border: 1px solid #FFFFFF;
    border-left: 0px;
}

.content-tiket-landscape .body-tiket .dtl .form-group {
    padding-left: 5px;
    padding-right: 5px;
}

.content-tiket-landscape .body-tiket .dtl .form-group label {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #AAAAAA;
    display: block;
}

.content-tiket-landscape .body-tiket .dtl .form-group span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    display: block;
}

.content-tiket-landscape .body-tiket .dtl .form-group span.harga {
    font-weight: 600;
    color: #D5031E;
}

.content-tiket-landscape .dots.dot-left-bottom {
    border: 1px solid #FFFFFF;
    border-bottom: 1px solid #1A1D24;
}

.content-tiket-landscape .dots.dot-left-top {
    border: 1px solid #FFFFFF;
    border-top: 1px solid #1A1D24;
}

/*end tiket*/

/*end wizard*/
.wizard {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.wizard .nav-tabs {
    border: unset;
    width: auto;
}

.wizard ul>li span:nth-child(1) {
    position: relative;
    width: 58px;
    height: 3px;
    border: 3px solid #FFFFFF;
}

.wizard ul>li:nth-child(1) span,
.wizard ul>li span:nth-child(2) {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 3px solid #FFFFFF;
}

.wizard ul>li.active span {
    background-color: #1A1D24;
    border: 3px solid #1A1D24;
}

/*end wizard*/
.gj-icon {
    display: none;
}

.reservasi-header select,
.reservasi-header input.datepicker {
    box-sizing: border-box;
    color: #FFFFFF;
    background-color: rgb(26, 29, 36) !important;
    height: 28px;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0px 20px 0px 8px;
}

.reservasi-header input.datepicker {
    border: 1px solid #FFFFFFa6;
    border-radius: 5px;
}

.select2-results {
    border: 1px solid #FFFFFF;
    border-top: unset;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-search--dropdown {
    padding: 0 !important;
    background-color: rgb(26, 29, 36) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    box-sizing: border-box;
    color: black;
    background-color: white !important;
    height: 28px;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0px 20px 0px 8px;
}

.select2-container--default .select2-selection--single {
    color: #FFFFFF !important;
    background: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFFFFF !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FFFFFF transparent transparent transparent !important;
    top: 14px !important;
    right: 4px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: white;
    border: unset;
}

.select2-results__option {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: black;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    color: black;
    background-color: white !important;
    font-weight: 800;
}

.select2-container--open .select2-dropdown--below {
    border: unset !important;
    margin-top: -30px;
    background-color: transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 4px 0 4px !important;
}

.gj-datepicker input {
    margin-top: 5px;
}

.gj-datepicker [role=right-icon] {
    display: none;
}

/*loading bar*/
#loadingbar {
    padding: 10px;
    width: 100%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    display: block;
    width: 70px;
    height: 78px;
    margin: 30px auto;
    background-image: url(../img/logo-2.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

.loading .spin {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin-left: -8px;
    margin-top: -9px;
    border: 0.25rem solid rgba(138, 138, 138, 0.2);
    border-top-color: #D5031E;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: absolute;
}

.text-label {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    margin-top: 10px;
}

.text-label span {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.text-content {
    background-color: transparent;
    border-radius: 4px;
    display: flex;
    border: 1px solid #FFFFFF;
    width: 100%;
    margin-bottom: 7px;
}

.text-content input {
    border: none;
    background-color: transparent !important;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
    color: #ffffff;
    border-radius: 4px;
    padding: 8.5px 8px;
    box-shadow: none !important;
    outline-style: none !important;
}

.text-content input:hover,
.text-content input:active,
.text-content input:focus {
    border: none !important;
    box-shadow: none !important;
    outline-style: none !important;
    color: #ffffff !important;
}

.text-icon {
    padding: 0 2.5px;
    display: flex;
    align-items: center;
}

.text-icon.right {
    margin-left: 8px;
}

.text-icon span {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-right: 10px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

/* login */
#loginmodal .modal-content {
    background-color: #FFFFFF;
    color: #1A1D24;
    border: 1px solid rgb(255, 255, 255, 0.8);
}

#loginmodal .text-label span {
    color: #1A1D24;
}

#loginmodal .text-content {
    border: 1px solid #1A1D24 !important;
}

#loginmodal .text-content input {
    color: #1A1D24;
}

#loginmodal .text-content input:hover,
#loginmodal .text-content input:active,
#loginmodal .text-content input:focus {
    color: #1A1D24 !important;
}

#loginmodal .forgot-pass {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding-right: 10px;
    letter-spacing: 0.5px;
    color: #1A1D24;
    text-align: right;
    display: block;
}

#loginmodal .text-daftar {
    color: #1A1D24;
}

#loginmodal .close {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #1A1D24;
}