.header__logo,
.footer__logo {
    color: #004898;
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-style: italic;
}

.header__logo:hover,
.footer__logo:hover {
    text-decoration: none;
}

.footer__logo {
    color: #fff;
}

@media only screen and (min-width: 767px) {

    .header__logo,
    .footer__logo {
        font-size: 2.8rem;
    }
}


.btn-inquiry:hover {
    text-decoration: none;
}

.the_content p:not(:last-of-type) {
    margin-bottom: 1.9rem;
}

body .the_content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5625;
    letter-spacing: 0.03em;
    color: #333333;
}

body .the_content strong {
    font-weight: 500;
}



@media only screen and (min-width:992px) {
    .hero-contact__iframe {
        margin-top: -13rem;
    }
}

@media only screen and (min-width:1200px) {
    .hero-contact__iframe {
        margin-top: -16rem;
    }
}

@media only screen and (min-width:1400px) {
    .hero-contact__iframe {
        margin-top: -32rem;
    }
}

.rent__tag {
    font-size: 1rem !important;
}

.hero__heading .footer__logo {
    font-size: 2.5rem !important;
}

@media only screen and (min-width:768px) {
    .hero__heading .footer__logo {
        font-size: 4.4rem !important;
    }
}

.access__row.-no-img .access__col {
    width: auto;
    margin-inline: auto;
    padding-right: 0;
}

@media only screen and (min-width: 768px) {
    .cta__wrapper .hero-contact {
        padding: 32px 10px !important;
    }
}

.cta__wrapper .rent__iframe {
    margin-top: 40px !important;
    margin-bottom: -190px;
}

@media only screen and (min-width: 1200px) {
    .cta__wrapper .rent__iframe {
        margin-left: 22px;
    }
}

.hero__heading .footer__logo img {
    width: 100%;
    max-width: 547px;
}

span.footer__logo:hover {
    opacity: 1;
}

.floating-icons {
    transition: bottom 0.3s ease-in-out;
}


/* Multilingual button addition */

.header__right-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__lang {
    position: relative;
    cursor: pointer;
    display: flex;
}

@media only screen and (max-width: 1400px) {

    .btn-contact {
        width: auto;
        padding: 0 15px;
    }

    .header__lang-txt {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .header__lang-txt {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {


    .header__logo {
        margin-left: 5px;
    }

    .btn-contact {
        width: auto;
        padding: 0 10px;
    }

    .btn-contact.-click {
        padding-left: 10px;
    }

    .btn-contact__txt.-lg {
        gap: 8px;
    }
}

@media only screen and (max-width: 576px) {
    .header__lang-txt {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .header__lang {
        display: flex
    }
}

.header__lang-txt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 10px
}

.header__lang-img {
    line-height: 0;
    width: 24px
}

.header__lang-dropdown {
    background-color: #fff;
    position: absolute;
    width: 80px;
    top: calc(100% + 6px);
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in
}

@media only screen and (max-width: 767px) {
    .header__lang-dropdown {
        top: calc(100% + 12px);
        left: -25%
    }
}

.header__lang-dropdown-list {
    position: relative;
    box-shadow: 0 0 6px #00000029
}

.header__lang-dropdown-list:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 16px;
    border: 5px solid;
    background-color: #0000;
    border-color: #fff;
    pointer-events: none;
    transform: rotate(-45deg)
}

.header__lang-dropdown-list li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .4)
}

@media only screen and (max-width: 767px) {
    .header__lang-dropdown.show {
        opacity: 1;
        visibility: visible
    }
}

.header__lang-link {
    text-align: center;
    display: block;
    padding: 4px 0;
    text-decoration: none;
    color: #191919;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    transition: background-color .25s ease-in
}

.header__lang-link:hover {
    background-color: #f8f8f8
}

@media only screen and (min-width: 768px) {
    .header__lang:hover .header__lang-dropdown {
        opacity: 1;
        visibility: visible
    }
}


.nav__item {
    position: relative;
}

.nav__item:last-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #000;
    position: absolute;
    top: 56%;
    right: -25px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1230px) {
    .nav__item:last-child:after {
        right: -15px;
    }
}

.btn-inquiry {
    display: inline-block;
    background-color: #004898;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.25s ease;
}

.btn-inquiry:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 1230px) {
    .scenes-location__box {
        padding: 60px 60px 60px 60px;
    }
}

/* iframe tab */
/* --- Tabs styling --- */
/* --- Tabs styling --- */
.tabs {
    max-width: 949px;
    display: flex;
    margin: auto;
    padding: 0 6px;
}

@media only screen and (min-width: 991px) {
    .tabs {
        padding-right: 20px;
    }
}

.tab-btn {
    padding: 16px 25px;
    cursor: pointer;
    border: none;
    transition: all 0.18s ease;
    background: #eee;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
    flex: 1;
    border: 1px solid #fff;
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    .tab-btn {
        padding: 15px 7px;
        font-size: 1.2rem;
    }
}


.tab-btn:hover {
    opacity: 0.7;
}

.tab-btn.active {
    background: #004898;
    color: #fff;
}

.tab-btn.active:hover {
    opacity: 1;
}

.tab-pane {
    display: none;
}

.tab-pane.is-active {
    display: block;
}

.info__pdf-box li:not(:last-child) {
    margin-bottom: 5px;
}

/* @media (min-width: 768px) {
    .header__logo img {
        max-width: 230px;
    }
} */
@media (min-width:1400px) and (max-width: 1500px) {
    .hero__heading {
        top: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .hero .footer__logo {
        max-width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .hero .footer__logo {
        max-width: 260px;
    }
}