body {
    font: 16px "Montserrat", sans-serif;
    line-height: 1.6;
    padding-top: 6rem;
}

nav.navbar.navbar-expand-lg {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    background-color: #fff;
}

@media screen and (max-width: 1350px) {
    body {
        font-size: 14px;
    }
    body .btn {
        font-size: 14px;
    }
}

a,
.nav-link {
    color: #000;
}

a:hover,
.nav-link:hover {
    color: #34265c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.button-custom {
    background-color: #34265c;
    color: #fff;
    font-weight: 500;
    padding-block: 12px;
}

.button-custom:disabled {
    background-color: #e5e5e5;
    color: #000;
}

.button-custom:hover {
    color: #fff;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/menu-icon.svg);
    background-repeat: no-repeat;
}

@media screen and (max-width: 990px) {
    nav.navbar.navbar-expand-lg {
        justify-content: initial;
    }
    nav.navbar.navbar-expand-lg .navbar-toggler {
        margin-left: auto;
    }
    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        left: 0;
        z-index: 111;
        top: 76px;
        background-color: #fff;
        width: 80%;
        padding: 1rem;
    }
    .navbar-expand-lg .navbar-collapse .dropdown-menu {
        margin: 0 1rem 1rem;
    }
}

.navbar-expand-lg .navbar-collapse .button-custom {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.theme-color {
    color: #34265c;
}

.fw-500 {
    font-weight: 500;
}

@media screen and (min-width: 1365px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-inline: 1rem;
    }
}

@media screen and (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-inline: 1.5rem;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

.top-strip {
    background-color: #ef1d4a;
    color: #fff;
    padding: 0.8rem;
}

@media screen and (max-width: 660px) {
    .top-strip {
        font-size: 13px;
    }
}

div#exampleModal1.show {
    position: absolute !important;
    right: 0;
    margin-inline: auto;
}

.modal.show .modal-dialog {
    float: initial;
}

.main-banner {
    overflow: hidden;
    position: relative;
    max-height: 60dvh;
}

.main-banner .container {
    position: absolute;
    inset: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    justify-content: space-between;
    padding: 8rem 0;
    align-items: start;
}

.main-banner .container .ityped {
    position: relative;
    max-width: 720px;
}

@media screen and (max-width: 820px) {
    .main-banner .container {
        padding: 24px;
    }
}

.main-banner img {
    animation: zoomEffect 7s infinite;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-banner img:last-child {
    display: none;
}

@keyframes zoomEffect {
    0% {
        height: 100%;
        transform: scale(1);
        width: 100%;
    }
    100% {
        height: 100%;
        transform: scale(1.2);
        width: 100%;
    }
}

.card {
    border-radius: 18px 18px 0px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.card .card-content h3 {
    z-index: 1;
    bottom: 0;
}

.card .card-content img {
    border-radius: 18px 18px 0px 0px;
}

.card .btn-group {
    border-radius: 0px 0px 18px 18px;
    background-color: #34255c;
    border-top: 1px solid #fff;
}

.card .btn-group .dropdown-toggle {
    padding: 22px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.card .btn-group .dropdown-menu {
    background: linear-gradient(rgb(52, 37, 92) 53.85%, rgb(110, 78, 194) 100%);
    position: relative;
    color: #fff;
    border-radius: 0px 0px 18px 18px;
}

.card .btn-group .dropdown-menu.show {
    position: initial !important;
    transform: initial !important;
}

.card .btn-group .dropdown-menu .dropdown-item {
    color: #fff;
    padding-block: 14px;
}

.card .btn-group .dropdown-menu .dropdown-item img {
    -o-object-fit: cover;
    object-fit: cover;
}

.card .btn-group .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0);
}

.find-us {
    background-color: #edecea;
    padding: 1rem;
}

.rounded20,
.instagram-content img {
    border-radius: 20px;
}

.carousel-fade .carousel-indicators {
    margin: 0;
    left: auto;
    bottom: -30px;
}

.carousel-fade .carousel-indicators [data-bs-target] {
    background-color: #afafaf;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    border: 0;
    opacity: 1;
}

.carousel-fade .carousel-indicators [data-bs-target].active {
    width: 40px;
    background-color: #34265c;
}

.carousel-fade .carousel-item {
    background-color: #fff;
}

.carousel-fade .carousel-control-next,
.carousel-fade .carousel-control-prev {
    color: #000;
    width: auto;
}

.carousel-fade .carousel-control-next-icon,
.carousel-fade .carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    background-size: 20px;
}

.whybuyus.fade:not(.show) {
    opacity: 1;
}

.whybuyus.fade:not(.show) .slick-dots {
    right: 0;
    width: auto;
    bottom: -44px;
}

@media screen and (max-width: 660px) {
    .whybuyus.fade:not(.show) .slick-dots {
        bottom: 0;
        width: 100%;
    }
}

.whybuyus.fade:not(.show) .slick-dots li {
    width: auto;
}

.whybuyus.fade:not(.show) .slick-dots li button {
    background-color: gray;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.whybuyus.fade:not(.show) .slick-dots li button:before {
    display: none;
}

.whybuyus.fade:not(.show) .slick-dots li.slick-active button {
    background-color: #34265c;
    width: 30px;
}

.reviews-slider .reviews-item {
    background-color: #eaecfa;
    padding: 24px;
    border-radius: 20px;
    margin-inline: 1rem;
}

.slick-next:before,
.slick-prev:before {
    color: #363636;
    font-size: 24px;
}

.doubts-section {
    background-color: #34265c;
    padding: 1rem;
}

.doubts-section .col .bg-white,
.doubts-section .col .bg-warning {
    height: 100%;
}

.bg-warning {
    background-color: #fdbd18;
}

.bg-theme {
    background-color: #34265c;
}

.service-slider .service-list {
    margin-inline: 1.7rem;
}

.service-slider .service-list img {
    border-radius: 16px 16px 0px 0px;
}

.service-slider .service-list .fs-5 {
    background-color: #fff;
    border-radius: 0px 0px 16px 16px;
    padding: 10px 1rem;
}

.instagram-content {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.instagram-content img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

footer {
    background-color: #ebe5d4;
    padding: 2rem 0 0;
}

.footer-lower {
    background-color: black;
    padding: 16px 0;
    font-size: 14px;
}

.footer-lower a {
    padding-inline: 0.5rem;
}

@media screen and (max-width: 1350px) {
    .footer-lower {
        font-size: 12px;
    }
    .footer-lower a {
        -webkit-padding-start: 0rem;
        padding-inline-start: 0rem;
    }
}

@media screen and (max-width: 660px) {
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
        z-index: 1;
    }
    .whybuyus.fade:not(.show) .slick-next,
    .whybuyus.fade:not(.show) .slick-prev {
        display: none !important;
    }
}

.fs-14,
.time-slot-selection button,
.selected-location .d-flex {
    font-size: 14px;
}

.fs-11 {
    font-size: 11px;
}

.package-main {
    grid-template-columns: 30% 70%;
    max-width: 1600px;
    margin-inline: auto;
}

@media screen and (max-width: 767px) {
    .package-main {
        grid-template-columns: 100%;
    }
}

.package-main .side-bar {
    background-color: #edecea;
    padding: 2rem;
}

@media screen and (max-width: 767px) {
    .package-main .side-bar {
        padding-inline: 1rem;
    }
}

.package-main .side-bar .doubts-section {
    margin-inline: -2rem;
}

@media screen and (max-width: 767px) {
    .package-main .side-bar .doubts-section {
        margin-inline: 0;
    }
}

.package-main .package-content {
    padding: 2rem;
}

@media screen and (max-width: 767px) {
    .package-main .package-content {
        padding-inline: 0;
    }
}

.back-btn {
    margin-bottom: 1rem;
    display: block;
}

.selected-location .d-flex {
    gap: 6px;
}

.select-dropdown {
    position: relative;
    display: block;
    max-width: 100%;
}

.select-dropdown__button {
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    color: #616161;
    border: 2px solid #cecece;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: flex;
}

.select-dropdown__button svg {
    margin-left: auto;
}

.select-dropdown__button::focus {
    outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item span {
    color: red;
    font-size: 13px;
}

.package-images img {
    border-radius: 24px 0px;
}

.package-list {
    border: 1px solid #ccc;
    border-radius: 24px;
}

@media screen and (max-width: 767px) {
    .package-list .p-3 {
        display: flex;
        flex-direction: column;
    }
    .package-list .p-3 .d-flex.flex-wrap.align-items-center.mb-2 {
        order: 10;
    }
    .package-list .p-3 .fs-5 {
        order: 9;
        margin-block: 10px;
    }
    .package-list .p-3 .fs-5+.fs-14,
    .package-list .p-3 .time-slot-selection .fs-5+button,
    .time-slot-selection .package-list .p-3 .fs-5+button,
    .package-list .p-3 .selected-location .fs-5+.d-flex,
    .selected-location .package-list .p-3 .fs-5+.d-flex {
        order: 8;
    }
}

.seat-available {
    background-color: #ff5208;
}

.info {
    gap: 8px;
}

.info button.btn-secondary {
    background-color: #e9e3f5;
    color: #000;
    border: 0;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .info button.btn-secondary {
        font-size: 11px;
    }
}

.time-slot-selection button {
    font-size: 12px;
    flex: auto;
}

.time-slot-selection {
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .time-slot-selection {
        gap: 8px;
    }
}

.time-slot-selection button {
    border-radius: 20px;
    background-color: #e5e5e5;
    color: #000;
    padding: 0.5rem;
    border: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .time-slot-selection button {
        font-size: 11px;
        padding: 0.5rem 0.3rem;
    }
    .time-slot-selection button img {
        width: 16px;
    }
}

.time-slot-selection button.not-available span {
    text-decoration: line-through;
}

.time-slot-selection button.available {
    background-color: #e9e3f5;
}

.time-slot-selection button.available:focus {
    outline: 1px solid #34265c;
}

.jcalendar-table {
    padding: 0;
}

.jcalendar-table>table {
    border-radius: 8px;
}

.jcalendar-table>table>tbody td {
    border-radius: 8px;
}

.jcalendar-table .jcalendar-selected {
    background-color: #34265c;
    color: #fff;
}

.other-branches-section .other-branches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.other-branches-section .other-branches button {
    padding: 16px 16px;
    border-radius: 8px;
    background-color: #e9e3f5;
    flex: 1 1;
    min-width: 48%;
}

.other-branches-section .other-branches button:focus {
    outline: 1px solid #34265c;
}

.other-branches-section .other-branches button em {
    color: red;
    font-size: 13px;
    font-style: normal;
}

.input-group.quantity {
    align-items: center;
    gap: 12px;
}

.input-group.quantity .form-control {
    max-width: 80px;
    border-radius: 8px !important;
    text-align: center;
}

.input-group.quantity .btn-default {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group.quantity .btn-default:disabled {
    background-color: #e5e5e5;
    color: #000;
}

.input-group.quantity .btn-default svg {
    width: 24px;
    height: 24px;
}

.form-select-lg,
.form-control-lg {
    font-size: 1rem;
}

.select-option {
    position: relative;
    cursor: pointer;
}

.select-option .frame {
    position: relative;
}

.select-option img {
    max-width: 150px;
}

.select-option input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
}

.select-option input:checked+.frame img {
    background-color: rgba(52, 38, 92, 0.23);
    border-radius: 20px;
    border-style: dotted;
    border-color: navy blue;
}

.select-option input:checked~.frame i {
    background-image: url(../img/check-mark.webp);
    width: 32px;
    height: 32px;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1;
}

.select-option p {
    margin-top: 1rem;
}

#myBtn {
    display: none;
    position: fixed;
    background: #fff;
    border: 1px solid #d8d9d8;
    border-radius: 2px;
    bottom: 94px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    height: 46px;
    justify-content: center;
    padding: 3px 16px;
    position: fixed;
    right: 10px;
}

.whatsapp-buttons {
    position: fixed;
    background: rgba(0, 0, 0, 0);
    border: 0px solid #d8d9d8;
    border-radius: 2px;
    bottom: 20px;
    right: 0px;
}

.whatsapp-buttons img {
    width: 60px;
    height: auto;
}

.card-labels {
    gap: 16px;
    row-gap: 20px;
}

.card-labels span {
    flex: auto;
}