body {
    font-family: nunito, Arial, sans-serif;
    background: #f7f7f7b9;
    color: #999;
}

.about-us {
    padding: 150px;
    text-align: center;
}

.about-text {
    text-align: center;
    color: #c7c07e;
    font-family: 'Montserrat', serif;
    font-size: 2vh;
    margin-bottom: 40px;
}

.photo-container {
    width: 10vw;
    height: 40vh;
}

#QF1 {
    height: 20vh;
    width: 100%;
    padding: 30px;
}

.shadow {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important
}

.shadow-hover:hover {
    background-color: #c7c07e;
    transition: 0.3s;
}

.shadow-hover:hover h2 {
    color: #ffffff !important;
    transition: 0.3s;
}

.shadow-hover:hover p {
    color: black !important;
    transition: 0.3s;
}

.section-title {
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    color: #c7c07e;
    font-family: 'Times New Roman', Times, serif;
    font-size: 3vh;
}

.fade-in {
    opacity: 1;
    animation: infinite;
    animation-name: fadeInOpacity;
    animation-timing-function: ease-in-out;
    animation-duration: 20s;
}

@keyframes fadeInOpacity {
    0% {
        background-image: url(/image/garni_ischia_01_background.jpg);
    }
    27% {
        background-image: url(/image/garni_ischia_01_background.jpg);
    }
    33% {
        background-image: url(/image/garni_ischia03_auto_x2_colored_toned.jpg);
    }
    60% {
        background-image: url(/image/garni_ischia03_auto_x2_colored_toned.jpg);
    }
    66% {
        background-image: url(/image/garni_ischia14_auto_x2_colored_toned.jpg);
    }
    100% {
        background-image: url(/image/garni_ischia14_auto_x2_colored_toned.jpg);
    }
}

@media (max-width: 720px) {
    .card-deck {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 720px) {
    .card-deck {
        margin-left: 50px;
        margin-right: 50px;
    }
}

.card-deck .card {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    cursor: pointer;
    align-items: center;
    padding-top: 10px;
}

#card-chi-siamo :hover {
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transform: scale(1.5);
    transition: transform 0.2s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.box-promozioni {
    align-items: center;
    height: fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 10px;
    margin: auto;
}

@media (min-width: 1140px) {
    .box-promozioni {
        margin-left: 10vw!important;
    }
}

.icon-button {
    position: relative;
    height: 50%;
    background-color: rgb(231, 231, 231);
    width: 35px;
    height: 35px;
    text-align: center;
    margin-left: 10px;
}

.icon-button .a {
    height: 50%;
    margin: auto;
}

.i {
    color: black;
}

.facebook:hover {
    background-color: #3B5998;
    transition: 0.2s;
    cursor: pointer;
}

.instagram:hover {
    /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);*/
    background-color: rgb(178, 86, 187);
    transition: 0.2s;
    cursor: pointer;
}

.twitter:hover {
    background-color: rgb(58, 193, 255);
    transition: 0.2s;
    cursor: pointer;
}

.facebook:hover #facebook {
    -webkit-filter: invert(100%);
}

.instagram:hover #instagram {
    -webkit-filter: invert(100%);
}

.twitter:hover #twitter {
    -webkit-filter: invert(100%);
}

.icon-div #hideIcon {
    transition: .6s ease opacity, .6s ease transform;
}

.nav-item:hover {
    background-color: rgb(151, 201, 229);
    cursor: pointer;
    transition: 0.5s;
}

.nav-item:hover .nav-link {
    color: black;
}

#logo {
    font-family: 'Coustard', serif;
    font-weight: bold;
    font-size: 4vh;
    margin-left: 10px;
    bottom: 40px;
    height: auto;
    z-index: 1000;
}

.icon-div {
    display: flex;
    margin-bottom: 0px;
    margin-right: 10px;
    float: right
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #222;
    z-index: -1;
}

.hero-wrap {
    height: fit-content;
    min-height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: 0;
}

.hero-wrap .slider-text {
    height: fit-content;
    min-height: 100vh;
    margin-bottom: 5vh;
    color: rgba(255, 255, 255, .8);
    z-index: 3;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ftco-navbar-light {
    background: 0 0!important;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #222!important;
        position: sticky;
        top: 0;
        padding: 7px 0;
    }
    #footer-icon {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item {
    font-size: 13px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 25px;
    padding-right: 25px;
    color: rgba(255, 255, 255, .7);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-link {
    color: rgba(255, 255, 255, .7);
}

.navbar-brand span {
    color: #fff;
    display: block;
    line-height: 1.1;
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 1rem;
}

.heading-promozioni {
    text-align: center;
    padding: 15px;
    background-color: #c7c07e;
    opacity: 0.90;
    border-radius: 10px;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.navbar-brand span small,
.navbar-brand span .small {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 992px) {
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
}

.ftco-section {
    padding: 2em 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.services {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    border-radius: 50% 50% 50% 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 5px 25px -2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
    box-shadow: 0 5px 25px -2px rgb(0 0 0 / 6%);
}

a,
button {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #c5a880;
    text-decoration: none;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.text-center {
    text-align: center!important;
}

.row-carousel {
    background: #ffffff;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 2px 2px 4px #979797;
    border-radius: 30px;
}

h1 {
    color: #c7c07e !important;
    font-family: 'Acme', serif !important;
    font-size: 5.5vh !important;
    font-weight: normal !important;
    margin: 10px !important;
    text-align: left;
}

h2 {
    color: #9b9775 !important;
    font-family: 'Acme', serif !important;
    font-size: 3.5vh !important;
    font-weight: 400 !important;
    margin: 0 0 1vh !important;
}

h3 {
    color: #ffffff !important;
    font-family: 'Acme', serif !important;
    font-size: 4.5vh !important;
    font-weight: 400 !important;
    margin: 0 0 1vh !important;
}

h4 {
    font-family: 'Acme', serif !important;
    font-size: 4.5vh !important;
    font-weight: 400 !important;
    margin: 0 0 1vh;
}

p {
    color: #1f1e1d;
    font-family: 'Montserrat', serif !important;
    font-size: 2.5vh !important;
    margin: 0 0 1vh;
}

#booking {
    background-color: #003580 !important;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.ftco-intro {
    color: rgba(255, 255, 255, .8);
    z-index: 0;
    position: relative;
    padding: 6em 0;
}

.ftco-no-pb {
    padding-bottom: 0!important;
}

.ftco-no-pt {
    padding-top: 0!important;
}

html {
    scroll-behavior: smooth;
}

.display-flex {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

div {
    text-align: justify;
    text-justify: inter-word;
}

#map:hover {
    cursor: pointer;
    color: #c7c07e;
}

.feature:hover {
    cursor: default;
    background-color: #c7c07e;
    transition: 0.5s;
}

.btn.btn-primary {
    background: #c7c07e!important;
    border: 1px solid #c7c07e!important;
    color: #fff!important;
}

.map-container-section {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-container-section iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.map {
    text-align: center;
}

.icon-map {
    color: #c7c07e;
    margin-right: 15px;
}

.chi-siamo {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.mail {
    text-align: center;
    background-color: #82b1ff;
    padding: 30px;
    margin-top: -100px;
    border-radius: 15px;
    box-shadow: 2px 2px 4px #383636;
}

#chiSiamo {
    background-image: url('image/background.jpg');
    z-index: -1;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -60px;
    height: fit-content !important;
}

#contactUs {
    margin-top: 90px;
    margin-left: 100px;
    margin-right: 100px;
}

@media (max-width: 720px) {
    #contactUs {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 720px) and (max-width: 960px) {
    #contactUs {
        margin-left: 50px;
        margin-right: 50px;
    }
}

#mapInfo {
    font-size: 1vw;
    line-height: 1vw;
}

.mainFooter {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    height: fit-content;
    background-color: #222;
    margin-left: 0px;
    margin-right: 0px;
}

.nav-footer {
    color: rgba(255, 255, 255, .7);
    font-weight: 700;
}

.footer-p {
    color: #c7c07e;
    margin-left: 10px;
    margin-bottom: 2px;
    font-size: 1.5vh !important;
    margin: 0 0 1vh;
    text-decoration: none;
}

.footer-col {
    margin-bottom: 20px;
}

.container-foto {
    margin-left: 20px;
    margin-right: 20px;
}

.send-button {
    z-index: 9999;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    background: #c7c07e;
    color: #c7c07e;
    width: 6vw;
    font-size: 20px;
    height: 6vw;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    box-shadow: inset 0px 3px 0 rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    border-bottom: solid 3px #c7c07e;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
    transition: .4s;
    position: fixed;
    bottom: 0;
    right: 0;
}

.send-button:hover {
    transform: rotate(360deg);
    transition: 0.5s;
}

@media (min-width: 1140px) {
    #mail-image {
        display: grid;
        width: 5vw;
        height: 4vw;
        margin-top: 1vw;
        margin-left: 0.5vw;
    }
}

@media (min-width: 960px) and (max-width: 1140px) {
    #mail-image {
        display: grid;
        width: 6vw;
        height: 5vw;
        margin-top: 1vw;
        margin-left: 0.5vw;
    }
    .send-button {
        height: 7vw;
        width: 7vw;
    }
}

@media (min-width: 720px) and (max-width: 960px) {
    #mail-image {
        display: grid;
        width: 8vw;
        height: 7vw;
        margin-top: 1vw;
        margin-left: 0.5vw;
    }
    .send-button {
        height: 9vw;
        width: 9vw;
    }
}

@media (min-width: 540px) and (max-width: 720px) {
    #mail-image {
        display: grid;
        width: 8vw;
        height: 7vw;
        margin-top: 1vw;
        margin-left: 0.5vw;
    }
    .send-button {
        height: 9vw;
        width: 9vw;
    }
}

@media (max-width: 540px) {
    #mail-image {
        display: grid;
        width: 14vw;
        height: 13vw;
        margin-top: 1vw;
        margin-left: 0.5vw;
    }
    .send-button {
        height: 15vw;
        width: 15vw;
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.apply-shake {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
}

.booking-form {
    background: #ffffff;
    padding: 44px 40px 50px 40px;
    border-radius: 4px;
    margin-top: 15vh;
    height: 75vh;
    margin-left: -10vh;
}

.booking-form h3 {
    color: #19191a;
    margin-bottom: 36px;
}

.booking-form form .check-date {
    position: relative;
    margin-bottom: 15px;
}

.booking-form form .check-date label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}

.booking-form form .select-option label {
    font-size: 14px;
    color: #707079;
    display: block;
    margin-bottom: 10px;
}

.booking-form form .select-option .nice-select .list {
    margin-top: 0;
    width: 100%;
}

.booking-form form .check-date input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}

.booking-form form .select-option .nice-select span {
    font-size: 16px;
    color: #19191a;
    text-transform: uppercase;
    font-weight: 500;
}

.booking-form form button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #dfa974;
    border-radius: 2px;
    color: #dfa974;
    font-weight: 500;
    background: transparent;
    width: 100%;
    height: 46px;
    margin-top: 30px;
}

.hero-text h1 {
    font-size: 80px;
    line-height: 90px;
    color: #ffffff;
    margin-bottom: 16px;
}

.hero-text p {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 35px;
}

.booking-form form .select-option .nice-select {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 20px;
    width: 100%;
    float: none;
}

.hp-room-items .hp-room-item {
    height: 600px;
    margin-right: -15px;
    position: relative;
    overflow: hidden;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}


/*---------------------
  Service Section
-----------------------*/

.services-section {
    padding-bottom: 60px;
    margin: auto;
    margin-top: 80px!important;
}

.service-item {
    text-align: center;
    padding: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item:hover {
    background: #c7c07e;
}

.service-item:hover i {
    color: #ffffff !important;
}

.service-item:hover h4 {
    color: #ffffff!important;
}

.service-item:hover p {
    color: #080808 !important;
}

.service-item i {
    display: inline-block;
    color: #dfa974;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item h4 {
    color: #9b9775!important;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item p {
    color: #707079;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*------------------------
  Home Page Room Section 
-------------------------*/

.hp-room-items {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.hp-room-items .hp-room-item {
    height: 600px;
    margin-right: -15px;
    position: relative;
    overflow: hidden;
}

.hp-room-items .hp-room-item:hover .hr-text {
    bottom: 10vh;
}

.hp-room-items .hp-room-item:hover .hr-text h2 {
    margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text {
    position: absolute;
    left: 45px;
    right: 25px;
    bottom: -250px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hp-room-items .hp-room-item .hr-text h3 {
    color: #ffffff;
    margin-bottom: 15px;
}

.hp-room-items .hp-room-item .hr-text h2 {
    color: #c7c07e;
    font-weight: 700;
    margin-bottom: 50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.hp-room-items .hp-room-item .hr-text h2 span {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.hp-room-items .hp-room-item .hr-text table {
    margin-bottom: 30px;
}

.hp-room-items .hp-room-item .hr-text table tbody tr td {
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
    line-height: 36px;
    font-family: "Montserrat";
}

.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
    width: 120px;
}

.hp-room-items .hp-room-item .hr-text .primary-btn:after {
    background: #ffffff;
}

.gallery_pics:hover {
    cursor: pointer;
}

.gallery_pics.fullscreen img {
    width: 100%;
    height: 100%;
}

.gallery_pics.fullscreen {
    z-index: 9999;
    position: fixed;
    margin: 0 auto;
    width: 70%;
    height: 50%;
    top: 0%;
    left: 0%;
}

.servizi {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    border-radius: 50% 50% 50% 0;
    margin-bottom: 3vh;
}

@media (max-width: 767.98px) {
    .servizi {
        border-radius: 2px;
        margin-bottom: 10px;
    }
}

.servizi .text {
    width: 100%;
}

.servizi:hover {
    background: #c7c07e;
}

.servizi .testo h2 {
    text-align: center;
    margin-top: 2vh;
}

.servizi:hover .testo h2,
.servizi:hover .testo .h2 {
    color: #fff;
}

.container-servizi {
    margin: auto;
    width: 80%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.ftco-gallery .gallery-wrap {
    width: 100%;
    height: 250px;
    display: block;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
}

.ftco-gallery .gallery-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #000000;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-gallery .gallery-wrap .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c5a880;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.ftco-gallery .gallery-wrap .icon span {
    color: #fff;
}

.ftco-gallery .gallery-wrap:hover:after {
    opacity: .3;
}

.ftco-gallery .gallery-wrap:hover .icon {
    opacity: 1;
}

.img-thumbnail:hover {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background-color: #c7c07e;
    border-color: #c7c07e;
    transition: 0.5s;
}

.fade-in-activities {
    opacity: 1;
    animation: infinite;
    animation-name: fadeInOpacityActivities;
    animation-timing-function: ease-in-out;
    animation-duration: 20s;
}

@keyframes fadeInOpacityActivities {
    0% {
        background-image: url(/image/road-bike-garda-trentino.jpg);
    }
    27% {
        background-image: url(/image/road-bike-garda-trentino.jpg);
    }
    33% {
        background-image: url(/image/452_TerritorioGardaTrentino©2015Roberto_Vuilleumier.jpg);
    }
    60% {
        background-image: url(/image/452_TerritorioGardaTrentino©2015Roberto_Vuilleumier.jpg);
    }
    66% {
        background-image: url(/image/WhatsApp\ Image\ 2020-11-21\ at\ 19.16.02.jpeg);
    }
    100% {
        background-image: url(/image/WhatsApp\ Image\ 2020-11-21\ at\ 19.16.02.jpeg);
    }
}