html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: auto !important;
}

/* #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
    background-color: #000!important;
    border-color: #000!important;
  }
  #CybotCookiebotDialog{
    background-color: #fff!important;
    color:black!important;
  }
  #CybotCookiebotDialogBodyEdgeMoreDetailsLink{
    color:black!important;
  }
  .CybotCookiebotDialogActive{
    border-bottom: black!important;
    color:black!important;
  }
  .CybotCookiebotDialogNavItemLink:hover{
    color:black!important;
  }
  #CybotCookiebotDialogBodyButtonDecline{
    color:black!important;
    border:none!important;
  }
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
    color:black!important;
    border-color: black!important;
  }
  #CybotCookiebotDialogBodyLevelButtonCustomize{
    color:black!important;
    border-color: black!important;
  }
  #CybotCookiebotDialogPoweredbyCybot{
    display: none!important;
  }
  #CybotCookiebotDialogPoweredbyImage{
    content: url('../img/logo.svg')!important;
  }
  #CybotCookiebotDialog .CybotCookiebotFader.CybotCookiebotDialogActive {
    opacity: 0 !important;
  }
  #CybotCookiebotDialogDetailBodyContentCookieContainerNecessary:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerStatistics:hover , #CybotCookiebotDialogDetailBodyContentCookieContainerPreference:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified:hover {
  color: black!important;
  }
  .CybotCookiebotDialogDetailBulkConsentCount{
    color: #154a86!important;
  }
  .CybotCookiebotDialogDetailBodyContentCookieTabContent a{
    color: black!important;
  }
  #CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #000!important;
  }
  .CybotCookiebotDialogNavItemLink{
    color:black!important;
  }
  .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
    border-bottom: 2px solid #000!important;
    color:#000!important;
  }
  #CybotCookiebotDialogPoweredByText{
    display: none!important;
  } */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.btn-whastapp {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99999 !important;
}

.g-recaptcha {
    visibility: hidden !important;
}

::-webkit-scrollbar-thumb {
    background-color: #476213;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

body {
    font-family: 'Lexend', sans-serif;
}

.text-green {
    color: #476213 !important;
}

header {
    min-height: 100vh;
    height: 100%;
    display: flex;

}

.bg-banner-faq {
    min-height: 350px;
    justify-content: center; 
    align-items: end;
    background-image: url(../img/VistaRomaBG.jpg);
    background-position: center;
    background-size: cover;
}
#map {
    height: 800px;
    z-index: 3;
}

.offcanvas-custom {
    height: 50vh;
    /* Altezza pari a metà della viewport */
    top: 50% !important;
    /* Posiziona l'elemento al 50% dall'alto */
    transform: translateY(-50%) !important;
    /* Centra verticalmente */
}

.leaflet-marker-icon {
    border: 1px solid black;
    border-radius: 7px;
}
.bg-banner-faq .box-title {
    background: #476213 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 27px;
    text-align: center;
    font: normal normal bold 50px/65px Lexend !important;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 80px;
}

.bg-banner-faq .box-title h1 {
    font: normal normal bold 40px/65px Lexend !important;
    margin-bottom: 0;
}

.img-faq-title img {
    max-height: 325px;
    object-fit: cover;
    width: 100%;
}

.box-faq {
    padding: 30px;
    border-radius: 20px;
    min-height: 315px;
    height: 100%;
}

.giubileo-faq .col-lg-6, .generali-faq .col-lg-6, .civitavecchia-faq .col-lg-6 {
    margin: 10px 0px;
}

.box-faq.bg-grey {
    background-color: #E4E4E4;
}

.box-faq h4 {
    font: normal normal bold 20px/30px Lexend !important;
    letter-spacing: 0px;
    color: #281A17;
    margin-bottom: 25px;
}

.box-faq p {
    font-size: 16px !important;
}

.icon-social-responsive {
    display: none;
}

.pika-label {
    font-size: 12px !important;
}

.bounce {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
}

.bounce:hover {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;

}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
}

.dropdown-menu {
    left: -168px !important
}

.topmenu {
    display: flex;
    justify-content: space-between;
    background-color: #476213;
    position: fixed !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    z-index: 9999999999;
    text-align: end;
    padding: 0 30px 0 30px
}

.title-preventivo {
    font: normal normal bold 26px/35px Lexend;
    letter-spacing: -0.3px;
    color: #476213;
    padding-left: 16px;
}

.sib-form hr {
    border-color: #476213;
}

.bg-attrazioni {
    background-size: cover;
    background-position: center;
    min-height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    object-fit: cover;
    object-position: center;
    /* Larghezza del 50% della viewport */
    height: 100%;
    padding-left: 0;
}

.bg-fori {
    background-image: url(../img/ForiImperiali.jpg);
}

.bg-altare {
    background-image: url(../img/AltarePatria.jpg);
}

.bg-musei {
    background-image: url(../img/MuseiVaticani.jpg);
}

.bg-trevi {
    background-image: url(../img/FontanaTrevi.jpg);
}

.topmenu p {
    color: white;
    font: normal normal normal 18px/30px Lexend !important;
    letter-spacing: 0px;
}

.cont-nav {
    position: fixed !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    z-index: 9999999999;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0 0 19px 19px;
    background-color: #ffffff;
    z-index: 9999999999;
    padding-left: 30px !important;
    /* max-width: 90%; */
    /* padding: 10px 100px !important; */
}

.anchor-mobile {
    position: absolute;
    margin-top: -150px
}

.nav-link:hover {
    color: #476213;
}

.nav-link:hover img {
    /* filter: invert(28%) sepia(61%) saturate(586%) hue-rotate(39deg) brightness(100%) contrast(88%); */
}

.nav-link:hover .menu-language img {
    filter: none;
}

.swiperPartner .swiper-slide {
    text-align: center;

}

.nav-link {
    font: normal normal normal 18px/30px Lexend;
    letter-spacing: 0px;
    color: black;
    padding: 8px 20px !important;
}

.p-home {
    font: normal normal 500 23px/34px Lexend;
}

.bg-home {
    background-image: url(../img/colosseo.webp);
    background-size: cover;
    background-position-y: 40%
}

.bg-green-light {
    background-color: #E2EFE4 !important;
}

.img-pulman {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    object-fit: cover;
    /* Larghezza del 50% della viewport */
    height: 100%;
    /* Altezza del 100% della viewport */
    /* background-image: url('../img/Home.jpg'); */
    /* background-image: url('../img/Home.webp'); */
    /* URL dell'immagine da visualizzare */
    background-size: cover;
    /* Scala l'immagine per coprire l'intera area */
    background-position: center;
    /* Posiziona l'immagine al centro dell'area */
    z-index: 1;
}

.form-sito {
    max-width: 540px;
    margin: auto;
    /* margin-bottom: 3rem; */
}

.form-sito label {
    display: block;
    color: black;
}

.form-sito input, .form-sito select, .form-sito textarea {
    width: 100% !important;
    height: 40px !important;
    /* background: #EFEFEF 0% 0% no-repeat padding-box !important; */
    border-radius: 20px !important;

    border: none !important;
    padding: 5px 10px !important;
    text-indent: 10px !important;
    background: #E2EFE4 0% 0% no-repeat padding-box !important;
    /* box-shadow: 0px 3px 6px #00000029 !important; */

}

.form-sito textarea {
    height: 65px !important;
}

.form-sito input[type="checkbox"] {
    box-shadow: none !important;
}

.form-sito textarea {
    height: unset;
    padding: 15px;
}

.form-sito input:focus-visible, .form-sito select:focus-visible, .form-sito textarea:focus-visible {
    /* border: none !important; */
    outline-color: transparent;
    outline-width: 0px;
}

.form-sito .g-recaptcha {
    visibility: hidden;
    height: 1px;
    width: 1px;
}

.form-sito .loading {
    cursor: not-allowed;
    opacity: 0.6;
}

.form-sito .loading-spinner {
    display: none;
}

.form-sito .loading .loading-spinner {
    display: inline-block;
}

.form-sito .box-privacy {
    display: flex;
    text-align: left;
    align-items: center;
}

.form-sito input[type="date"], .form-sito input[type="time"] {
    -webkit-appearance: none
}

.form-sito .box-privacy input {
    max-height: 20px;
    max-width: 50px;
    width: 50px !important;
}

.form-sito hr {
    border-color: #476213;
    opacity: 1;
}

.box-preventivo {
    background: #fff;
    /* margin: 0 auto; */
    max-width: 540px;
    padding: 17px;
    display: inline-block;
    width: 100%;
    border-radius: 25px;
}

.box-preventivo .btn-style {
    margin: 0;
    margin-top: 1rem;
}

.box-preventivo .btn-style:hover {
    margin: 0;
    margin-top: 1rem;
}

h1 {
    font: normal normal normal 42px/50px Lexend;
    letter-spacing: -0.5px;
}

h2 {
    margin-bottom: 2rem !important;
    font: normal normal bold 28px/36px Lexend;
    letter-spacing: 0px;
}


#footer-dynamic {
    padding-top: 3rem;
}

#footer-dynamic p {
    margin-bottom: 0 !important;
    font: normal normal normal 16px/30px Lexend;
}

#footer-dynamic a {
    color: #476213 !important;
    text-decoration: none;
}

.box-home {
    background: #476213 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 63px;
    padding: 3rem 2rem;
    text-align: center;
    color: white;
}

.footer-box {
    padding: 3rem 7rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 33px 33px 0 0;
}

section {
    padding: 3rem 0;
}

p, h3 {
    font: normal normal normal 18px/28px Lexend;
}

.box-sceglierci {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 38px;
    min-width: 145px;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-sceglierci:hover {
    background-color: #476213;

}

.box-sceglierci:hover img {
    filter: invert(312%) sepia(123%) saturate(1%) hue-rotate(135deg) brightness(70%) contrast(440%);

}

.bg-preventivo {
    background-image: url('../img/RomaPonte.jpg');
    background-size: cover;
    background-position: center;
}

.box-attrazioni {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 38px;
    /* padding: 3rem; */
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;

}

.box-attrazioni p {
    margin-bottom: 0;
}

.carousel-item {
    justify-content: space-between;
}

.carousel-indicators [data-bs-target] {
    text-indent: 0px !important;
    background-color: transparent !important;
}

.carousel-indicators {
    margin-bottom: 0 !important;
}

.btn-style, .btn-style:hover {
    background: #476213 0% 0% no-repeat padding-box;
    border-radius: 29px;
    text-align: center;
    font: normal normal normal 20px/34px Lexend;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 5px 30px;
    margin: 25px 0px;
}

.btn-style-white, .btn-style-white:hover {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 29px;
    text-align: center;
    font: normal normal normal 20px/34px Lexend;
    letter-spacing: 0px;
    color: #476213;
    padding: 5px 30px;
    margin: 25px 0px 0px;
}

.prima-section {
    padding-top: 125px;
}

.arrow-down {

    margin: auto;
    background-color: #476213;
    padding: 10px;
    border-radius: 50%;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-scrollbar {
    opacity: 0;
}

:root {
    --swiper-theme-color: #476213 !important;
}

.swiper-pagination-bullet {
    height: 20px !important;
    width: 20px !important;
}

input, textarea {
    background: #E2EFE4 0% 0% no-repeat padding-box;
    border-radius: 29px !important;
    font-family: 'Lexend' !important;
    /* text-indent: 20px; */
    padding-left: 20px !important;
    -webkit-overflow-scrolling: auto;
}

.sib-form .entry__field {
    border-radius: 29px !important;
    border: none !important;
}

#sib-container {
    box-shadow: 0px 3px 6px #00000029 !important;
}

.entry__error {
    margin: 0 !important;
}

/* .box-preventivo {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 63px;
    padding: 3rem 5rem;
}
.box-preventivo hr{
    border: 1px solid #476213;
    opacity: 0.5;
    margin: 2rem 0px;
} */
.menu-language img {
    width: 40px;
}

iframe {
    max-height: 100vh !important;
}

.menu-language li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-preventivo img {
    max-width: 200px;
}

.box-preventivo img {
    max-width: 200px;
    max-height: 65px;
}

@media (max-width:1400px) {
    .box-sceglierci {

        min-width: 130px;
        height: 130px;

    }

    h1 {
        font-size: 38px;
    }

    p {
        font-size: 17px;
    }

    .navbar-brand img {
        height: 30px;
    }

    .topmenu p {
        color: white;
        font: normal normal normal 16px/24px Lexend !important;
        letter-spacing: 0px;
    }

    .cont-nav {
        top: 24px
    }
}

@media (max-width:1200px) {
    .box-home {
        padding: 2rem 1rem;
    }

    h1 {
        font-size: 33px;
    }

    .navbar-brand img {
        max-width: 180px;
    }

    .nav-link {
        font: normal normal normal 17px/28px Lexend;
        padding: 8px 13px !important;
    }

    .box-sceglierci {
        width: 110px;
        height: 110px;
        max-width: 110px;
        min-width: 110px;
    }

    .box-sceglierci img {
        max-width: 80%;
    }
}

@media (max-height:750px) and (min-width:991px) {
    .box-home-div {
        margin-top: 50px;
    }
}

@media (max-width:991px) {
    header {
        display: block;
    }
    #map {
        height: 100dvh;
    }
    .bg-banner-faq {
        display: flex;
        align-items: end;
        min-height: 320px;
    }
    .bg-banner-faq .box-title h1 {
        font: normal normal bold 28px / 36px Lexend !important;
        margin-bottom: 0;
    }
    .generali-faq h2, .giubileo-faq h2, .civitavecchia-faq h2{
        font-size: 25px;
    }

    .menu-responsive-2 {
        position: relative;
    }

    .swiperPartner .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .icon-social-responsive {
        display: flex;
        position: absolute;
        top: 400px;
        justify-content: center;
        width: 100%;
    }

    .icon-social {
        display: none;
    }

    .sib-form hr {
        width: 90%;
        margin: 1rem auto;
    }

    .topmenu {
        display: block;
    }

    .bounce {
        position: relative;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: auto;
    }

    .box-home-div {
        padding-top: 115px;
    }

    .sib-form {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .collapsing {
        transition: unset !important;
        height: 100vh !important;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .bg-preventivo img {
        max-height: 65px;
    }

    .box-attrazioni {
        overflow: hidden;
    }

    .navbar-collapse {
        height: 120vh;
        text-align: center;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .opened .line {
        stroke: #476213
    }

    .line {
        fill: none;
        stroke: #476213;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;

    }

    .navbar-brand img svg g path {
        fill: #FFFFFF !important
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .navbar-light .navbar-toggler {
        color: unset !important;
        border-color: unset !important;
        border: none !important;
    }

    .navbar-toggler {
        padding: 0 !important;
        border: none !important;
    }

    .navbar {
        justify-content: center;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .sect-img {
        padding-top: 0;
    }

    .img-pulman {
        position: relative;
        width: 100%;
    }

    .menu-responsive {
        width: 100%;
        display: flex;
        justify-content: space-between;

    }

    .p-home {
        font-size: 20px !important;
    }

    h1 {
        font: normal normal normal 28px/40px Lexend;
        letter-spacing: -0.5px;
    }

    p {
        font-size: 17px;
    }

    .box-home {
        padding: 2rem 1.3rem;
    }

    .box-preventivo {
        /* padding: 2.5rem; */
        margin: 25px 0;
    }

    .bg-attrazioni {
        position: relative;
        width: 100%;
        min-height: 250px;
    }
}

@media(max-width:568px) {
    .topmenu p {
        font-size: 15px !important;
        text-align: center;
    }

    .box-sceglierci {
        min-width: 90px;
        height: 90px;
        border-radius: 22px;
    }

    .box-sceglierci img {
        max-width: 80px;
    }

    .container {
        padding: 0 20px !important
    }

    #footer-dynamic .container {
        padding: 3rem !important;
    }

    #footer-dynamic .telefono-block {
        display: block;
    }

    #footer-dynamic h4 {
        font-size: 17px;
    }

    /* .box-attrazioni{
        min-height: 455px;
    } */
    .bg-home {
        background-position-x: 15%;
    }

}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}