.hero h2,
.pet-camere p {
    font-family: Zapfino, cursive !important
}

.comfort span,
.pet-camere p,
.scopri-btn {
    color: #9ec042
}

body {
    font-family: Raleway !important;
    overflow-x: hidden
}

.hero {
    background-image: url('../images/camere/hero.webp');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 2px 2px 10px rgb(0 0 0);
    height: 100vh
}

.image-carousel,
.image-carousel-right {
    position: relative;
    height: 100%;
    width: 100%
}

.hero h2 {
    font-size: 2.4rem
}

.hero h1 {
    font-size: 3.4rem;
    margin-top: -1%
}

@media (max-width:575.98px) {
    .hero h2 {
        font-size: 1.3rem
    }

    .hero h1 {
        font-size: 1.6rem
    }
}

.comfort {
    font-size: 2.34rem
}

.comfort p {
    line-height: 1.3;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out
}

.biancheria h3.visible,
.comfort.visible p {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:575.98px) {
    .comfort {
        font-size: .98rem
    }
}

.camera,
.camera2 {
    max-width: 1200px;
    border: none;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.biancheria.visible,
.camera.visible,
.camera2.visible,
.card-body-right.visible,
.image-carousel-right.visible {
    opacity: 1
}

.camera h5,
.camera2 h5 {
    font-size: 1.6rem
}

.camera p,
.camera2 p {
    font-size: 1.3rem
}

.image-carousel {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out
}

.card-body-right,
.image-carousel-right {
    transition: opacity 1s ease-in-out;
    opacity: 0
}

.card-body-left.visible,
.image-carousel.visible {
    opacity: 1;
    transform: translateX(0)
}

.image-carousel .main-image {
    border-radius: .375rem 0 0 .375rem
}

.image-carousel-right .main-image {
    border-radius: 0 .375rem .375rem 0
}

.card-body-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out
}

.carousel-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, transform 1s, visibility 1s
}

.img-container,
.servizi h3 {
    transition: opacity 1s ease-out;
    opacity: 0
}

.carousel-preview.visible {
    opacity: 1;
    visibility: visible
}

.preview-images {
    display: flex;
    justify-content: center;
    padding: 10px
}

.preview-images img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin: 0 5px;
    cursor: pointer
}

@media (max-width:575.98px) {

    .camera,
    .camera2 {
        padding: 0 !important;
        width: 90% !important
    }

    .image-carousel .main-image {
        border-radius: .375rem .375rem 0 0
    }

    .image-carousel-right .main-image {
        border-radius: 0 0 .375rem .375rem
    }

    .camera .carousel-preview {
        position: initial
    }

    .camera2 .carousel-preview {
        bottom: 100%
    }

    .camera .card-title {
        margin-top: 15%
    }

    .camera h5,
    .camera2 h5 {
        font-size: 1.2rem
    }

    .camera p,
    .camera2 p {
        font-size: 1rem
    }

    .camera button,
    .camera2 button {
        padding: 1% !important
    }

    .camera2 button {
        margin-bottom: 20%
    }
}

@media (min-width:992px) {
    .camera .carousel-preview {
        border-radius: 0 0 0 .375rem
    }

    .camera2 .carousel-preview {
        border-radius: 0 0 .375rem
    }
}

.servizi h3 {
    font-size: 2.4rem
}

.image-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden
}

.image-circle img {
    width: 60%;
    height: 60%;
    object-fit: cover
}

.img-container {
    width: 150px
}

.img-container p {
    text-align: center;
    line-height: 1.1
}

@media (max-width:575.98px) {
    .servizi h3 {
        font-size: 1rem
    }

    .image-circle {
        width: 50px;
        height: 50px
    }

    .img-container {
        width: 25%
    }

    .img-container p {
        font-size: .8rem
    }
}

.pet-camere {
    padding: 5% 7% !important;
    overflow: hidden
}

.pet-camere img {
    width: 15%;
    border-radius: 100%;
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 1s, opacity 1s
}

.pet-camere p {
    font-size: 1.9rem;
    line-height: 2.6;
    opacity: 0;
    text-align: center;
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .pet-camere p {
        font-size: 1rem;
        margin: auto;
        width: 95%
    }

    .pet-camere img {
        display: block;
        margin: auto auto 5%;
        width: 40%
    }
}

.biancheria {
    background-image: url('../images/camere/bagno.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 89vh;
    opacity: 0;
    transition: opacity 1s
}

.biancheria h3 {
    font-size: 3.7rem;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s, transform 1s
}

@media (max-width:575.98px) {
    .biancheria h3 {
        font-size: 1.6rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .hero h2 {
        font-size: 1.6rem
    }

    .hero h1 {
        font-size: 2.1rem
    }

    .comfort {
        font-size: 1.35rem
    }

    .camera,
    .camera2 {
        padding: 0 !important;
        width: 90% !important
    }

    .image-carousel .main-image {
        border-radius: .375rem .375rem 0 0
    }

    .camera h5,
    .camera2 h5,
    .servizi h3 {
        font-size: 1.4rem
    }

    .camera p,
    .camera2 p {
        font-size: 1.2rem
    }

    .image-circle {
        width: 55px;
        height: 55px
    }

    .img-container {
        width: 25%
    }

    .pet-camere p {
        font-size: 1.4rem;
        margin: auto;
        width: 95%
    }

    .pet-camere img {
        display: block;
        margin: auto auto 5%;
        width: 40%
    }

    .biancheria h3 {
        font-size: 2.2rem
    }
}

@media (min-width:992px) and (max-width:1399.98px) {
    .hero h2 {
        font-size: 2rem
    }

    .hero h1 {
        font-size: 2.4rem
    }

    .comfort,
    .servizi h3 {
        font-size: 1.8rem
    }

    .image-circle {
        width: 60px;
        height: 60px
    }

    .pet-camere p {
        font-size: 1.4rem;
        margin-bottom: 0 !important
    }

    .pet-camere img {
        width: 25%
    }

    .biancheria h3 {
        font-size: 2.5rem
    }
}

@media (min-width:1400px) and (max-width:1599.98px) {

    .comfort,
    .servizi h3 {
        font-size: 2rem
    }

    .image-circle {
        width: 70px;
        height: 70px
    }

    .pet-camere p {
        font-size: 1.6rem;
        margin-bottom: 0 !important
    }

    .biancheria h3 {
        font-size: 3rem
    }
}

.richiedi-informazioni {
    width: 600px !important;
    max-width: 600px !important;
    margin: 20px auto;
 
}



.richiedi-informazioni .scopri-btn {
    font-size: 14px
}

.input-group-text {
    background-color: transparent;
    border: none
}

.input-group-text i {
    color: #6c757d
}

input::placeholder,
textarea::placeholder {
    color: #6c757d;
    opacity: .8
}

.btn-secondary {
    background-color: #6c757d;
    border: none
}

.btn-secondary:hover {
    background-color: #5a6268
}

input.form-control,
select.form-control,
textarea.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    box-shadow: none
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    background-color: transparent;
    border-bottom-color: #9ec042;
    outline: 0;
    box-shadow: none
}

.scopri-btn {
    background-color: transparent;
    padding: 10px 20px;
    border: 2px solid #9ec042;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: .3s ease-in-out
}

.scopri-btn:hover {
    background-color: #9ec042;
    color: #fff
}

#info-camere {
    scroll-margin-top: 150px
}

@media (max-width:575.98px) {
    .richiedi-informazioni iframe {
        width: 350px !important;
        max-width: 350px !important;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .richiedi-informazioni iframe {
        width: 550px !important;
        max-width: 550px !important;
    }
}