@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+NZ:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
    background-color: #F5F5DC;
}


/* .welcome{
    height: 75vh;
}


.sezionesinistra{
    height: 65vh;
}

.sezionedestra{
    height: 65vh;
} */



h2,h1{
    font-size: 1.5rem;
}
p{
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .welcome {
        height: auto;
    }

    .sezionesinistra {
        height: 100%;
    }

    .sezionedestra {
        height: 100%;
    }
}




.sfondo{
    height: 100vh !important;
}

.video{
    object-fit: cover;
}



@media screen and (max-width: 600px) {
    .padding3 {
        padding: 3% !important;
    
    }
}

.padding3{
    padding: 3rem;
}


.dovesiamo{
    width: 100vw;
    height: 35vh;
}




.carousel-inner img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

nav,.sectionfooter{
    background-color: #5A1F1A;
}

.nav-link{
    color:white !important;
}


footer{
    background-color: #303030 !important;
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5A1F1A;
    --bs-btn-border-color: #5A1F1A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6e221de5;
    --bs-btn-hover-border-color: #6e221de5;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e221de5;
    --bs-btn-active-border-color: #6e221de5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5A1F1A;;
    --bs-btn-disabled-border-color: #5A1F1A;;
}

h2,h1{
    font-size: 1.5rem;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}


p,a,span,.btn-primary,h3{
    font-size: 1rem;
    font-family: "Open Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: weight !important;
    font-style: normal !important;
    font-variation-settings:  "wdth" 100 !important;
}



/* @keyframes slideUp {
    from {
        transform: translateX(100%);
    }
    to {
      transform: translateX(0); 
    }
  }
  .sectionanimate{
    animation: slideUp 1s ease forwards; 

} */

.navbar-toggler{
    background-color:#F5F5DC !important;
}




body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}
.carousel-inner img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.modal-fullscreen .modal-body {
    /* display: flex;
    align-items: center;
    justify-content: center;  */
    width: 100%;
    height: 100%;
    padding-inline: 20%;
    background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 600px) {
    .modal-fullscreen .modal-body {
        padding-inline: 3% !important;

}
}
.modal-fullscreen .carousel-inner img {
    height: 80vh;
    object-fit: cover;
}
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.modal-header{
    background-color: black;
}

