@font-face {
    font-family: Abril_Display_Bold;
    src: url(/assets/fonts/Abril_Display_Bold.otf);
}

@font-face {
    font-family: Abril_Display_Italic;
    src: url(/assets/fonts/Abril_Display_Italic.otf);
}

@font-face {
    font-family: Lora_Regular;
    src: url(/assets/fonts/Lora-Regular.ttf);
}

@font-face {
    font-family: Fira_Sans_Bold;
    src: url(/assets/fonts/FiraSans-Bold.ttf);
}

@font-face {
    font-family: Fira_Sans_Italic;
    src: url(/assets/fonts/FiraSans-LightItalic.ttf);
}

.page-wrapper .main-nav-one {
    background-color:#bb9f69;
}

.cta-two {
    padding-bottom: 50px;
}

.cta-two .inner-container {
    margin-top: -100px;
    position: relative;
    z-index: 11;
    background: none;
    box-shadow: none;
}

.cta-two__box {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    background-color: #dccdb1;
    overflow: hidden;
}

[class*="col-"]:nth-child(1) .cta-two__box {
    background-color: #dccdb1;
}

[class*="col-"]:nth-child(2) .cta-two__box {
    background-color: #dccdb1;
}

[class*="col-"]:nth-child(3) .cta-two__box {
    background-color: #dccdb1;
}

.banner-bianco {
    width: 100%;
    background-color: white;
}

.banner-blu {
    background-color: #155b65;
    z-index: 2;
}

.banner-marrone {
    height: 10px; /* Altezza della striscia */
    background-color: #bb9f69;
}

footer .musei-icons img {
    width: 200px; /* Regola la larghezza dell'immagine secondo le tue esigenze */
    height: auto; /* Mantiene le proporzioni dell'immagine */
}

.inner-container .row {
    display: flex;
    flex-wrap: wrap;
}

.inner-container .col-lg-3 {
    flex: 1;
    margin: 0 5px; /* Aggiungi margini per separare le colonne */
}

.cta-two__box {
    height: 100%; /* Fai in modo che il contenuto si estenda per riempire l'altezza */
    display: flex;
    flex-direction: column;
}

.cta-two__box > * {
    flex: 1;
}

.about-one .container {
    padding-bottom: 30px;
}

.cta-two .cta-two__box .text-italic {
    font-family: Abril_Display_Italic;
    font-style: italic;
    color: black;
}

.about-one .about-one__highlighted-text {
    font-family: Fira_Sans;
    font-size: 20px;
}

.banner-blu h4, .banner-blu h5 {
    font-family: Abril_Display_Bold;
    font-style: normal;
    color: #155b65;
}

.about-one .block-title h3 {
    font-family: Abril_Display_Italic;
    font-style: italic;
    font-size: 60px;
    color: #155b65;
}

.collection-two .block-title h3 {
    font-family: Abril_Display_Italic;
    color: #155b65;
}

.cta-two__box .banner-bianco h4 {
    font-family: Abril_Display_Bold;
    color: #155b65;
}

.cta-two__box {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.banner-blu {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.contact-one__box-social a{
    background-color: #dccdb1;
}

.cta-two__box .text-italic p {
    line-height: 1;
}

.cta-two__box .banner-bianco h4 {
    width: 100%;
}

.musei-icons {
    background-color: #c19868;
}

.scopri-pinacoteca-header {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.scopri-pinacoteca-header h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

.text-description {
    font-family: Lora-Regular;
    color: #000000;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-right: 35px;
}

.beige-screen {
    background-color: #eae6df;
}

.ophelia-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40vh; /* Full screen height */
    display: flex;
    align-items: center; /* Optional: centers content vertically */
    justify-content: center; /* Optional: centers content horizontally */
}

.ophelia-header h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

.text-left {
    font-family: Fira_Sans_Bold;
    font-size: 40px;
    color: #bf1e2d;
}