@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');

:root {
    --bs-primary: #0851a7;
    --bs-secondary: #DC2625;
    --bs-light: #f4f6f9;
    --bs-dark: #272d47;
    --bs-heading-color: #272d47;
    --bs-darker: #1a1c33;
    --bs-success: #0abb75;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #3F4254;
    background-color: var(--bs-white);
    font-family: 'Inter', sans-serif;
    /* font-family: "Mona Sans", sans-serif; */
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
    height: revert-layer;
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Mona Sans", sans-serif;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent;
    box-shadow: none;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn {
    font-family: "Mona Sans", sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0.45rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.5px;
}

.btn-sm {
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 13px;
}

.btn-xs {
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.btn-primary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}

.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-check:checked+.btn.btn-secondary,
.btn.btn-secondary.active,
.btn.btn-secondary.show,
.btn.btn-secondary:first-child:active,
:not(.btn-check)+.btn.btn-secondary:active,
.btn-secondary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-md {
    font-size: 18px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.form-control:focus {
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    border-color: #eee;
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--bs-gray-500);
    font-size: 0.85rem
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slick-arrow {
    background-color: rgb(51 51 51 / 20%) !important;
    color: var(--bs-white) !important;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    left: -0.6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E7EA;
}

.owl-carousel .owl-nav button.owl-next,
.slick-arrow.slick-next {
    left: auto;
    right: -0.6rem;
}

.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: rgb(51 51 51 / 60%) !important;
    color: var(--bs-white) !important;
    border-color: #E1E7EA;
}

.owl-nav button svg,
.slick-arrow svg {
    height: 9px;
    width: auto;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 100%;
}

.slick-dots li {
    display: inline-flex;
    margin-inline: 0.2rem;
}

.slick-dots button {
    font-size: 0;
    border: none;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--bs-gray-300);
    border-radius: 50%;
    margin: 0 0.2rem;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    background-color: rgb(255 255 255 / 50%);
    transform: scale(1.5);
}

.slick-dots button:hover {
    background-color: var(--bs-gray-500);
}

.breadcrumb-item {
    font-weight: 500;
}

.breadcrumb-item.active {
    color: var(--bs-dark);
}

.pagination li>* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    text-align: center;
    display: block;
    min-width: 2.5em;
    border: 1px solid var(--bs-primary);
    height: 2.5em;
    color: var(--bs-primary);
    margin: 0 2px;
    border-radius: 0.5rem;
}

.pagination li>*:hover,
.pagination li.active>* {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination {
    justify-content: center;
}

.pagination li.disabled {
    display: none;
}

.preloader {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.multiselect-spinner {
    animation: multiselect-spin 2s linear infinite;
    color: var(--ms-spinner-color, #10b981);
    color: #0d4689;
    width: 80px;
}

@keyframes multiselect-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

/* =============== Header CSS =============== */
.header-top {
    background-color: #fff4c6;
    background-color: var(--bs-light);
    padding: 0.4rem 0;
    position: relative;
    z-index: 999;
}

.header-top-content {
    padding-left: 125px;
}

.header-top-list {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.header-top-list li {
    display: inline-flex;
}

.header-top-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    line-height: 1;
}

.header-top-link:hover {
    color: var(--bs-primary);
}

.header {
    background-color: var(--bs-white);
    position: relative;
    border-bottom: 1px solid #ced8dd;
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    transition: transform 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, -o-transform 0.3s ease-in-out, background 0.3s ease-in-out;
    position: relative;
    z-index: 1021;
    width: 100%;
    /* box-shadow: 0 2px 10px rgb(34 34 34 / 10%); */
}

.header.normal {
    -webkit-transform: translateZ(0) translateY(-100%);
    -moz-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%);
}

.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
}

.header.sticky .logo-link {
    position: inherit;
    padding: 10px;
    border-top: 2px solid var(--bs-secondary);
}

.header.sticky .logo-link img {
    height: 40px;
}

.header-left,
.header-right {
    min-width: 150px;
}

.logo-link {
    display: inline-flex;
    top: -42px;
    position: absolute;
    background-color: var(--bs-white);
    padding: 0.8rem 0.5rem 0.25rem;
    border: 2px solid var(--bs-secondary);
    border-top: none;
    bottom: -1px;
}

.logo-link>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-nav-wrapper {
    min-height: 45px;
}

.header-nav {
    height: 100%;
}

.header-menu {
    height: 100%;
}

.menu-item {
    position: relative;
}

@media (min-width: 992px) {
    .menu-item {
        height: 100%;
    }

    .menu-link {
        height: 100%;
        display: inline-flex;
        align-items: center;
        font-size: 0.83rem;
        font-weight: 600;
        padding: 1.5rem 1rem;
        transition: all 0.2s ease-in-out;
    }

    .menu-item:hover .menu-link {
        color: var(--bs-primary);
    }

    .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: var(--bs-white);
        min-width: 220px;
        margin-top: 0.3rem;
        padding: 0.5rem 0;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: transform 0.2s ease-in;
        z-index: 9;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
        border-radius: 0.5rem;
    }

    .submenu::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 100%;
        height: 0.3rem;
    }

    .menu-item:hover>.submenu {
        visibility: visible;
        opacity: 1;
        transform: none;
    }
}

.mean-container {
    display: flex;
    align-items: center;
}

.submenu-item {
    display: block;
}

.submenu-link {
    display: block;
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    color: var(--bs-gray-600);
}

.submenu-link:hover {
    color: var(--bs-primary);
}

.header-social {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.social-link {
    font-size: 1.3rem;
    height: 28px;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover {
    color: var(--bs-primary);
}

.header-icons {
    display: flex;
    justify-content: flex-end;
    gap: 0.7rem;
}

.header-icon {
    position: relative;
    padding-inline: 5px;
}

.header-icon.active::after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    bottom: -2px;
    background-color: var(--bs-primary);
    height: 3px;
}

.modal__content {
    position: fixed;
    top: calc(100% - -1px);
    left: 0;
    width: 100%;
    background: var(--bs-white);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.header.sticky~.modal__content {
    top: 69px;
}

.modal-overlay::after {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}

.sticky .modal-overlay::after {
    height: calc(100vh - 15px);
}

.login-overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 50%);
    width: 100vw;
    height: 100vh;
    z-index: 99;
}

.search-modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 1rem;
    padding-right: 0.4rem;
}

.search-modal__form {
    width: 100%;
    max-width: 550px;
    position: relative;
    margin-right: 0.3rem;
}

.field {
    position: relative;
    width: 100%;
}

.field__input,
.search__input {
    border: 2px solid #ced8dd;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
}

.search__input {
    padding-right: 40px;
}

.field__label {
    font-size: 14px;
    left: calc(15px);
    top: calc(10px);
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top 0.1s ease, font-size 0.1s ease;
    color: rgb(0 0 0 / 75%);
    letter-spacing: 1px;
    line-height: 1.5;
}

.field__input::placeholder,
.search__input::placeholder {
    opacity: 0 !important;
}

.field__input:not(:placeholder-shown),
.search__input:not(:placeholder-shown),
.field__input:focus,
.search__input:focus {
    padding: 16px 15px 8px 15px;
    border-color: var(--bs-primary);
    border-width: 2px;
    box-shadow: none;
}

.search__input:not(:placeholder-shown)~.reset__button.hidden {
    visibility: visible;
}

.field__input:not(:placeholder-shown)~.field__label,
.field__input:focus+.field__label,
.search__input:not(:placeholder-shown)~.field__label,
.search__input:focus+.field__label {
    font-size: 12px;
    top: calc(3px);
    left: calc(15px);
    letter-spacing: .04rem;
}

.reset__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    right: calc(1px + 50px);
    top: 0;
}

.reset__button svg {
    height: 16px;
    width: 16px;
    border: 1px solid var(--bs-gray-500);
    border-radius: 50%;
    padding: 2px;
    color: var(--bs-black);
}

.reset__button:not(:focus):after {
    border-right: 1px solid rgb(0 0 0 / 8%);
    display: block;
    height: calc(100% - 18px);
    content: "";
    position: absolute;
    right: 0;
}

.search__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--bs-gray-800);
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.modal__close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 40px;
    width: 40px;
    background-color: transparent;
    position: initial;
    color: var(--bs-gray-700);
}

.modal__close-button:hover {
    transform: scale(0.9);
}

.btn-check:checked+.modal__close-button,
.modal__close-button.active,
.modal__close-button.show,
.modal__close-button:first-child:active,
:not(.btn-check)+.modal__close-button:active {
    border-color: transparent;
}

.login-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    width: 350px;
    background-color: var(--bs-white);
}

.login-dropdown-title {
    font-size: .75rem;
    line-height: 1rem;
    color: #7c8d97;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.auth-link-item {
    margin-top: 1rem;
}

.auth-link {
    color: #0d4689;
    display: flex;
    flex-direction: column;
    border: 2px solid rgb(225 231 234);
    background-color: rgb(250 251 252);
    transition: all 0.2s ease-in-out;
    padding: 1rem;
    border-radius: .75rem;
}

.auth-link:hover {
    color: #0066b3;
    text-decoration: underline;
}

.auth-link-title {
    color: inherit;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.auth-link-title svg {
    margin-left: 3px;
    height: 16px;
    margin-top: -3px;
}

.auth-link-text {
    margin-bottom: 0;
    font-size: 13px;
}

/* =============== Header CSS =============== */
#content-wrapper {
    min-height: calc(100vh - 500px);
}

/* =============== Hero CSS =============== */
.hero-carousel .slick-dots {
    bottom: 20px;
}

.slide-image {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

/* =============== Hero CSS =============== */

/* =============== Tour CSS =============== */
.tour-section {
    border-radius: 0 0 0 5rem;
    overflow: hidden;
}

.tour-card {
    border: 1px solid #e1e7ea;
    border-radius: 24px;
    overflow: hidden;
    background-color: var(--bs-white);
}

.tour-card-content {
    padding: 1.5rem;
}

.tour-card-title {
    color: var(--bs-dark);
}

.tour-card-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--bs-primary);
    transition: all 0.3s ease-in-out;
}

.tour-card-link:hover {
    text-decoration: underline;
}

/* =============== Tour CSS =============== */

/* =============== Destination CSS =============== */
.section-title {
    font-weight: 800;
}

@media (min-width: 1200px) {
    .section-title {
        font-size: 2.5rem;
    }

    .title-text {
        font-size: 1.05rem;
        color: var(--bs-gray-600);
    }
}

.section-title span {
    color: var(--bs-secondary);
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.section-title span::before {
    content: "";
    position: absolute;
    bottom: calc(-100% - 4px);
    left: -.5rem;
    right: -.5rem;
    height: 100%;
    width: calc(100% + 1em);
    background-image: url(../images/icons/title-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.destination-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-blend-mode: multiply;
    background: no-repeat linear-gradient(to bottom, #0000, #0000 35%, #0006 50%, #000);
}

.ticket-punch {
    border-radius: 100%;
    width: 48px;
    height: 48px;
    background-color: var(--bs-white);
    position: absolute;
    top: 31%;
}

.ticket-punch.left {
    left: -24px;
}

.ticket-punch.right {
    right: -24px;
}

.destination-card-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    color: var(--bs-white);
}

.destination-card-title {
    font-weight: 400;
    font-family: sheila;
    font-family: "Yellowtail", cursive;
    color: #fff;
    transform: matrix(.98, -.19, .19, .98, 0, 0);
    letter-spacing: 0;
    text-align: center;
}

.destination-card-link {
    color: var(--bs-primary);
}

.destination-card-link:hover {
    text-decoration: underline;
}

.card-carousel .slick-arrow {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.card-carousel .slick-arrow.slick-prev {
    left: 1.2rem;
}

.card-carousel .slick-arrow.slick-next {
    right: 1.2rem;
}

.card-carousel:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.destination-section {
    background-image: url(../images/others/bg.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 0 5rem 0 0;
    background-color: var(--bs-light);
    overflow: hidden;
}

/* =============== Destination CSS =============== */

/* =============== Hotel CSS =============== */
.hotel-section {
    background-color: rgb(255, 249, 240);
}

.hotel-card {
    border: 1px solid #e1e7ea;
    border-radius: 24px;
    overflow: hidden;
    background-color: var(--bs-white);
}

.hotel-card-content {
    padding: 1.5rem;
}

.hotel-card-title {
    color: var(--bs-primary);
}

.hotel-content-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.hotel-card-link {
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 400;
    border-radius: 5px;
}

.hotel-card-link:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/* =============== Hotel CSS =============== */

/* =============== Blog CSS =============== */
.blog-section {
    background-color: rgb(246, 244, 244);
}

.blog-card {
    border: 1px solid #e1e7ea;
    border-radius: 24px;
    overflow: hidden;
    background-color: var(--bs-white);
}

.blog-card-content {
    padding: 1.5rem;
    font-size: 13px;
}

.blog-card-title {
    color: var(--bs-primary);
}

.blog-card-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--bs-primary);
    transition: all 0.3s ease-in-out;
}

.blog-card-link:hover {
    text-decoration: underline;
}

/* =============== Blog CSS =============== */

/* =============== Why Choose CSS =============== */
.choose-card {
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--bs-secondary);
    background-color: #f7a015;
    border-radius: 10px;
}

.choose-card-image {
    flex-shrink: 0;
    width: 100px;
}

.choose-card-image img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.choose-card-content {
    padding: 1rem;
    flex-grow: 1;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* =============== Why Choose CSS =============== */

/* =============== Footer CSS =============== */
.footer-section {
    background-color: var(--bs-primary, #0851a7);
    padding-top: 2rem;
    color: var(--bs-white);
    font-size: 13px;
}

.footer-top {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 2rem;
}

.newsletter {
    max-width: 500px;
    /* margin: 0 auto; */
}

.newsletter-title {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: var(--bs-white);
}

.newsletter-text {
    display: block;
    color: var(--bs-white);
    font-size: 13px;
    margin-bottom: 0.8rem;
}

.newsletter-form {
    display: flex;
    border-radius: 0.5rem;
    overflow: hidden;
}

.newsletter-input {
    flex-grow: 1;
    padding: 0.6rem 1rem;
    border-radius: 0;
}

.newsletter-btn {
    flex-shrink: 0;
    background-color: #009cde;
    color: var(--bs-white);
    border-radius: 0;
}

.newsletter-btn:hover {
    background-color: #0062d5;
    color: var(--bs-white);
}

.footer-middle {
    padding-block: 2rem;
}

.footer-title {
    color: var(--bs-white);
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-contact {
    color: var(--bs-white);
    padding-bottom: 0.5rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 6px;
}

.footer-contact-title {
    flex-shrink: 0;
    margin-right: 8px;
}

.footer-contact-text {
    margin-bottom: 0;
    font-size: 13px;
    text-decoration: underline;
}

.footer-social-link {
    color: var(--bs-white);
    background-color: rgb(255 255 255 / 15%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    transition: all 0.3s ease-in-out;
}

.footer-social-link:hover {
    background-color: rgb(255 255 255 / 30%);
}

.footer-link {
    display: inline-block;
    padding: 0.25rem 0;
}

.footer-link:hover {
    color: var(--bs-gray-300);
    text-decoration: underline;
}

.footer-bottom {
    background-color: #06449a;
    padding: 1rem 0 0.8rem;
}

/* =============== Footer CSS =============== */

/* =============== Page Heading CSS =============== */
.page-heading {
    min-height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 70px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-heading-title {
    text-align: center;
}

/* =============== Page Heading CSS =============== */

/* =============== Photo Gallery CSS =============== */

.main-gallery {
    padding: 0 0 15px
}

.ftg-items .virtual-tour {
    background: url('../images/icons/sprite_vv.svg') no-repeat;
    background-position: 0 0;
    width: 80px;
    height: 80px;
    text-indent: -99999em;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 1
}

.ftg-items .video {
    background: url('../images/icons/sprite_vv.svg') no-repeat;
    background-position: 0 -80px;
    width: 80px;
    height: 80px;
    text-indent: -99999em;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 1
}

.tile-inner:hover .virtual-tour,
.tile-inner:hover .video {
    opacity: .8
}

a:hover .hoverimg {
    clear: both;
    display: block;
    background-color: rgb(8 81 167 / 60%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 5;
    position: absolute;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

a:hover .hoverimg em {
    position: absolute;
    z-index: 5;
    top: calc(50% - 25px) !important;
    left: calc(50% - 25px) !important;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: rotating-view 0.2s linear;
    -moz-animation: rotating-view 0.2s linear;
    -ms-animation: rotating-view 0.2s linear;
    -o-animation: rotating-view 0.2s linear;
    animation: rotating-view 0.2s linear
}

a:hover .hoverimg em:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
}

a:hover .hoverimg em:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    width: 2px;
    height: 50px;
    background-color: #fff;
}

@-webkit-keyframes rotating-view {
    from {
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    to {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes rotating-view {
    from {
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    to {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

/* =============== Photo Gallery CSS =============== */
.map-wrapper iframe {
    min-height: 350px;
    width: 100%;
    border: 0;
    aspect-ratio: 1/.45;
}