h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}

.footer-widget-items .gt-working-hour li a {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.5s;
}

.footer-widget-items .gt-working-hour li a:hover {
    color: var(--gt-theme);
}

.footer-widget-items .gt-contact-list li a:hover {
    color: var(--gt-theme) !important;
}

.gt-room-wrapper .gt-room-box-items .gt-theme-btn {
    padding: 12px 20px;
    font-size: 14px;
}

.gt-discount-section-2 .discount-left.style-2 .gt-section-title h2 {
    font-size: 2rem;
}


.client-image img {
    max-width: 56px;
}

.header-top-section {
    padding: 5px 0;
}

header.sticky .header-top-section {
    display: none;
}

.header-top-section .gt-social-icon a i {
    font-size: 14px;
}



.detail-price-description {
    font-size: 1.2rem;
}

.detail-price {
    color: var(--gt-theme);
    font-size: 2.5rem;
}

.service-list img {
    max-width: 30px;
    margin-right: 10px;
}

.gt-contacts-section .gt-contact-list a:hover {
    color: var(--gt-theme);
} 

.googpemap-2 iframe {
    height: 450px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    padding-top: 10px;
    color: #fff;
}

.gt-footer-widget-wrapper-3 .footer-content form .accettazione {
    width: 25px;
}

.wpcf7-acceptance .wpcf7-list-item a {
    color: var(--gt-theme);
}

.breadTitle {
    font-family: "Gilda Display", sans-serif;
    font-size: 5rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    margin-bottom: 15px;
}

.breadcrumb-item,
.breadcrumb-item a {
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.breadcrumb-item a:hover {
    text-shadow: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    margin-right: 10px;
}

.gt-contact-wrapper .gt-contact-right-items .contact-form-box .form-clt .accettazione {
    width: 25px;
}

.gt-contact-wrapper .wpcf7-acceptance .wpcf7-list-item {
    color: var(--gt-header);
}

.gt-booking {
    padding: 80px 0;
}

.availibityTitle {
    font-family: "Gilda Display", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
    color: var(--gt-header);
}

.availibityClose {
    font-family: "Gilda Display", sans-serif;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}

.roomsTitle {
    font-size: 3rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.gt-room-section {
    padding: 80px 0;
}

.gt-room-details  .gt-post-cat {
    display: inline-block;
    color: var(--gt-theme);
    font-size: 18px;
    font-family: "Gilda Display", sans-serif;
    margin-bottom: 5px;
}

.gt-room-content .detail-price-description {
    font-size: 2rem;
    color: var(--gt-theme);
}

.room-gallery img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.room-gallery {
    margin-bottom: 25px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}


.swiper-pagination-bullet-active {
    background: var(--gt-theme);
}





/* MODULI DI HBOOK */

.hb-title-search-form {
    font-weight: 800;
    margin-bottom: .9rem;
    padding-bottom: .7rem;
    border-bottom: 1.5px solid rgba(129, 129, 129, 0.24);
}


.hb-booking-search-form input {
    color: var(--gt-header);
    width: 100%;
    background-color: var(--gt-white);
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 18px 22px;
    line-height: 1;
    color: var(--gt-text);
}

.hb-booking-search-form select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    color: var(--gt-header);
    font-family: "Plus Jakarta Sans", system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.08px;
    height: 57px;
    line-height: 40px;
    outline: none;
    padding: 8px 10px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.gt-room-details .hb-button-wrapper input { 
    margin-top: 1rem;
}

.hb-button-wrapper input {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--gt-theme);
    color: #fff;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    padding: 19px 35px;
    transition: 500ms;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border-radius: 4px;
}

.hb-button-wrapper input:hover {
    background-color: var(--gt-header);
}

.hb-step-button.hb-button-wrapper input {
    margin-bottom: .8rem;
}

.hbook-wrapper input[type="text"] {
    color: var(--gt-header);
    width: 100%;
    background-color: var(--gt-white);
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 18px 22px;
    line-height: 1;
    color: var(--gt-text);
}

.hb-details-fields .hb-title {
    margin-bottom: .8rem;
}

.hb-resa-summary {
    margin-top: .8rem;
}

.hb-resa-summary .hb-title {
    margin-bottom: .8rem;
}

/* RISULTATI RICERCA */

.hb-accom-list {
    max-width: 100% !important;
}

/* FINE */

.aboutNumber {
    font-family: "Gilda Display", sans-serif;
    color: var(--gt-white);
    font-size: 72px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    line-height: 117%;
}

.aboutNumberDesc {
    font-size: 18px;
    font-weight: 400;
    color: var(--gt-white);
    font-family: "Gilda Display";
}

.pagePreTitle {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    color: var(--gt-theme);
    font-family: "Gilda Display", sans-serif;
    position: relative;
    display: flex;
    margin-bottom: 25px;
    gap: 10px;
    transition: all 0.4s ease-in-out;
}

.pageTitle {
    font-size: 48px;
    font-weight: 400;
    line-height: 117%;
    font-family: "Gilda Display", sans-serif;
    margin: 0px 0px 10px;
    padding: 0;
    color: var(--gt-header);
    transition: all 0.4s ease-in-out;
}

.pageSubTitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: normal;
    font-family: "Gilda Display", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--gt-theme);
    transition: all 0.4s ease-in-out;
}

.openingHomeTitle {
    font-family: "Gilda Display", sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 72px;
    font-weight: 400;
    line-height: 112%;
    transition: all 0.4s ease-in-out;
    text-transform: none;
    color: var(--gt-white);
}

.openingHomeTxt {
    color: var(--gt-white);;
    opacity: 0.7;
    max-width: 720px;
    margin: 15px 0 0 0;
    transition: all 0.4s ease-in-out;
}

.hb-title.hb-title-search-form {
    text-align: center;
}

.home .hb-title.hb-title-search-form {
    display: none;
}

.home .hb-booking-search-form label {
    color: #fff;
}

.gt-about-content .gt-section-title h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 117%;
    font-family: "Gilda Display", sans-serif;
    margin: 0px 0px 10px 0px;
    padding: 0;
    color: var(--gt-header);
    transition: all 0.4s ease-in-out;
}

.gt-about-content .gt-section-title h2,
.gt-enjoy-hotel-section-3 .gt-section-title h2,
.roomsSubTitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    font-family: "Gilda Display", sans-serif;
    margin: 0px 0px 10px 0px;
    padding: 0;
    color: var(--gt-theme);
    transition: all 0.4s ease-in-out;
    text-transform: none;
}

.sectionTitle {
    font-family: "Gilda Display", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 117%;
    margin: 0px;
    padding: 0px;
    color: var(--gt-header);
    transition: all 0.4s ease-in-out;
    text-transform: none;
}

.ctaTitle {
    font-family: "Gilda Display", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 117%;
    margin: 0px;
    padding: 0px;
    color: var(--gt-header);
    transition: all 0.4s ease-in-out;
    text-transform: none;
}

.gt-room-box-items h3 {
    font-size: 2.2rem;
    font-weight: 700;
}

.gt-enjoy-hotel-section-3 .gt-hotel-text p {
    margin-bottom: 10px;
}






@media (max-width: 991px) {
    .detail-price-description {
        display: block;
    }

    .offcanvas__logo img {
        max-width: 200px;
    }

    .hb-button-wrapper input {
        margin-top: 1rem;
    }

    .openingHomeTitle {
        font-size: 2.2rem;
        line-height: 112%;
    }

    .hero-3 {
        padding-top: 40px;
    }

    .gt-booking-reserve-wrapper.style-2 {
        margin-top: -200px;
    }

    .sectionTitle {
        font-size: 2.5rem;
    }

    .service-box-items .icon img {
        max-width: 75px;
    }

    .breadTitle {
        font-size: 3rem;
        line-height: 112%;
    }

    .gt-enjoy-hotel-wrapper-3 .gt-theme-btn {
        margin-bottom: 10px;
    }
}



@media (min-width: 992px) {
    .main-menu .has-dropdown > a::after {
        font-family: FontAwesome;
        content: "\f107";
        font-size: 12px;
    }

    .gt-hero-section .hero-content .star-items span {
        letter-spacing: 0.3rem;
    }

    .header-main .main-menu ul li {
        margin-inline-end: 25px;
    }

    .header-main .main-menu ul li a {
        font-size: 18px;
    }

    .gt-service-section .service-box-items .icon img {
        max-width: 58px;
    }
}

@media (min-width: 1200px) {

}


@media (min-width: 1312px) and (max-width: 1480px) {
    .header-1 .header-left {
        gap: 80px;
    }
}