/* Regular */
@font-face {
  font-family: 'IowanOldStyleBT';
  src: url('/assets/fonts/iowanoldst-bt-webfont/bitstream-iowan-old-style-bt-586c36a8d7712.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'IowanOldStyleBT';
  src: url('/assets/fonts/iowanoldst-bt-webfont/bitstream-iowan-old-style-italic-bt-586c3740dc396.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'IowanOldStyleBT';
  src: url('/assets/fonts/iowanoldst-bt-webfont/bitstream-iowan-old-style-bold-bt-586c371d8d669.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'IowanOldStyleBT';
  src: url('/assets/fonts/iowanoldst-bt-webfont/bitstream-iowan-old-style-bold-italic-bt-586c37701cb62.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black (Extra Bold) */
@font-face {
  font-family: 'IowanOldStyleBT';
  src: url('/assets/fonts/iowanoldst-bt-webfont/bitstream-iowan-old-style-black-bt-586c36e930225.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: 'IowanOldStyleBT';
  src: url('/assets/fonts/iowanoldst-bt-webfont/bitstream-iowan-old-style-black-italic-bt-586c378f12ca1.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

html, body {
  font-family: 'IowanOldStyleBT', serif;
}

:root {
    --neutral-white: #ffffff;
    --toya-purple: #7718a6;
    --toya-light-purple: #BB3AF9;
    --neutral-dark-grey: #30203d;
    --neutral-soft-grey: #847c8a;
    --toya-dark-purple: #360b4c;
}

html {
    scroll-behavior: smooth;
}

* {
    /*font-family: "Arsenal", sans-serif;*/
    font-family: 'IowanOldStyleBT', serif;
}

.toya-navbar {
    /*background: linear-gradient(90deg,
            rgba(119, 24, 166, 0.9) 0%,
            rgba(187, 58, 249, 0.9) 100%);*/
    background-image: linear-gradient(128deg, #AEAEAE 0%, #fff 100%);
    backdrop-filter: blur(70px);
    min-height: 90px;
}

.toya-navbar .nav-item {
    margin-left: 8px;
    margin-right: 8px;
}

body .toya-navbar .nav-link{
    font-size: 13px !important;
    color: #36455A !important;
        /* padding: 1.5em !important; */
}

.toya-navbar .nav-link {
    text-align: center;
    /*font-family: "Poppins", sans-serif;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgb(255 255 255 / 40%) !important;
}

.toya-navbar .nav-link.active,
.toya-navbar .nav-link:hover,
.toya-navbar a:active.nav-link {
    color: var(--neutral-white) !important;
}

.btn-book-now-light {
    height: 48px;
    padding: 10px 24px;
    border-radius: 0px !important;
    background: var(--neutral-white, #fff);
    transition: transform ease-in 0.25s;
}

.btn-book-now-purple {
    height: 48px;
    padding: 10px 24px;
    border-radius: 0px !important;
    background-color: #35445B;
    color: white;
    fill: #2F3545;
    /*border-radius: 99px 99px 99px 99px;*/
    backdrop-filter: blur(27px);
    transition: transform ease-in 0.25s;
}

.btn-book-now-light:hover {
    transform: scale(103%);
    border-radius: 0px !important;
    background: linear-gradient(180deg, #fff 43.75%, #9747ff 316.67%);
    box-shadow: 0px 8px 24px 0px rgba(78, 23, 122, 0.16);
}

.btn-book-now-purple:hover {
    transform: scale(103%);
    border-radius: 0px !important;
    background-color: #35445B !important;
    box-shadow: 0px 8px 24px 0px rgba(78, 23, 122, 0.16);
    opacity: 0.6;
}

.btn-next-slider {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 13.2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px !important;
    border: 0.44px solid var(--Style, #fff);
}

.btn-next-slider.disabled {
    opacity: 0.6;
}

.btn-next-slider.outlined.disabled {
    opacity: 0.2;
}

.btn-next-slider.outlined {
    border: 1px solid #0e0d0d !important;
}

main {
    padding-top: 90px;
}

.btn-reservation {
    height: 48px;
    padding: 10px 24px;
    border-radius: 0px !important;
    transition: transform ease-in 0.25s;
    background: rgba(129, 86, 163, 0.1);
    color: var(--toya-purple) !important;
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.btn-reservation:hover {
    border-radius: 0px !important;
    background: rgba(129, 86, 163, 0.3);
    backdrop-filter: blur(27px);
    transform: scale(103%);
    box-shadow: 0px 8px 24px 0px rgba(78, 23, 122, 0.16);
}

.text-toya-purple {
    color: var(--toya-purple);
}

.form-control:focus {
    border-color: var(--toya-purple);
    box-shadow: 0 0 5px 0.1rem #7718a6d4;
}
.form-control.bottom-outlined{
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none !important;
    border-bottom: 2px solid var(--neutral-soft-grey);
    border-radius: unset !important;
    transition: border-bottom ease .15s;
}
.form-control.bottom-outlined:focus{
    border-bottom: 2px solid var(--toya-purple);
    background-color: #f2f2f2;
}

.select2-bottom-outlined + .select2-container--default .select2-selection--single {
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none !important;
    border-bottom: 2px solid var(--neutral-soft-grey);
    border-radius: unset;
    height: 38px;
}

footer {
    background: linear-gradient(180deg, #360B4C 70.26%, #A42FDC 152.3%);
    background-color: #360b4c;
}

footer h1 {
    /*color: var(--neutral-white);*/
    /*font-family: Arsenal;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 38.4px */
    letter-spacing: -0.32px;
}

footer .form-control,
footer .form-control:focus {
    border-radius: 0px !important;
    opacity: 0.9;
    border: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.15);
    height: 54px;
    color: var(--neutral-white);
    font-size: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: min(100%, 400px);
}

footer p {
    /*color: var(--neutral-white);*/
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

footer .text-muted {
    color: var(--neutral-white) !important;
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
    opacity: 0.6;
}

footer a {
    color: var(--neutral-white);
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
}

footer a:hover {
    color: var(--neutral-white);
    opacity: 0.4;
}

footer .copyright {
    color: rgba(255, 255, 255, 0.75);
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.6;
}

@media (min-width: 992px) {
    .toya-navbar {
        padding-left: 30px;
        padding-right: 30px;
        min-height: 90px;
    }

    .toya-navbar .navbar-nav  {
        flex-wrap: wrap;
        justify-content: end;
        margin-right: 24px;
    }
}

@media (max-width: 992px) {
    #nav-separator {
        display: none !important;
    }
}

/* ======booking===== */
.booking-section {
    background: #F8F5F0;
}

.card.card-booking {
    /*border-radius: 32px;*/
    background: var(--neutral-white);
}

.card-booking .card-title {
    color: var(--neutral-dark-grey) !important;
    /*font-family: Arsenal;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.discount-ammount {
    color: #EA2222;
    text-align: center;
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.price {
    color: var(--neutral-soft-grey);
    text-align: center;
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: line-through;
}

.price-after-discount .currency {
    color: var(--neutral-dark-grey);
    text-align: center;
    /* Body/Medium */
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.07px;
}

.price-after-discount {
    color: var(--neutral-dark-grey);
    text-align: center;
    /*font-family: Arsenal;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.24px;
}

.btn-counter-container {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid rgba(132, 124, 138, 0.30);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-counter-container .label {
    color: var(--neutral-dark-grey);
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: .85rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.07px;
}

.counter-area {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap: 6px;
}

.btn-counter {
    border-radius: 0px !important;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.btn-counter.min {
    border: 1px solid rgba(132, 124, 138, 0.40);
    background-color: var(--neutral-white);
}

.btn-counter.plus {
    background: #BB3AF9;
    border: 1px solid #BB3AF9;
}

.counter-text {
    color: var(--neutral-dark-grey);
    text-align: center;
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.07px;
}

.benefit-title {
    color: #585858;
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.07px;
    margin-bottom: .5rem;
}

.list-benefit li {
    color: #585858;
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.alert{border-radius:0px !important;color: #2C2513 !important;background:#F8F5F0;}
.card{border-radius:0px !important;}
.btn{border-radius:0px !important;}
.form-control{border-radius:0px !important;}

.btn-group-sm>.btn, .btn-sm{
    border-radius:0px !important;
}

/* card booking */
.booking-type {
    background: #000000;
    padding: 0;
    border-radius: 0px !important;
    overflow: hidden;
}

.booking-type .image-bg:hover {
    box-shadow: 0px 8px 32px 0px rgba(54, 11, 76, 0.12);
}

.booking-type .image-bg:hover+.card-detail-action,
.card-detail-action:hover {
    bottom: 1rem;
}

.booking-type .image-bg {
    border-radius: 0px !important;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: opacity ease-in .25s;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    opacity: .5;
}

.booking-type .subtitle {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    text-decoration: none;
    color: var(--neutral-white);
    /*font-family: Arsenal;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.card-detail-action {
    z-index: 5;
    position: absolute;
    bottom: -100%;
    border-radius: 0px !important;
    border: none;
    width: calc(100% - 4rem);
    left: 2rem;
    min-height: 70%;
    cursor: pointer;
    transition: bottom ease .3s;
}

.card-detail-action .card-title {
    color: #0E0D0D;
    /*font-family: Arsenal;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.card-detail-action .card-text {
    color: #847C8A;
    text-align: center;
   /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* end of card booking */

.tab-header-activity,
.tab-header-activity:hover {
    text-decoration: none;
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0px !important;
    border: 1px solid var(--neutral-soft-grey);
    color: #30203D;
    /*font-family: Poppins;*/
    font-family: 'IowanOldStyleBT', serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.07px;
    opacity: .8;
}

.tab-header-activity.active {
    opacity: 1;
    color: var(--toya-purple);
    border: 2px solid var(--toya-purple, #7718A6);
}
/* ======booking===== */
