@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html,
body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: white !important;
    padding: 0;
    margin: 0;
    height: 100%;
    font-weight: 500 !important;
}

small {
    font-weight: 500;
}

.text-decoratione-none {
    text-decoration: none !important;
}

.text-decoratione-none:hover {
    text-decoration: underline !important;
}

.text-decoration-border:hover {
    border: 1px solid black !important
}

.no-focus,
.no-focus:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.carousel-item {
    transition: transform 1.5s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 1.5s;
}

.btn-fixed-dx {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.btn-fixed-sx {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.bg-whitesmoke {
    background: whitesmoke !important;
}

.card {
    display: flex;
    flex-direction: column;
}

.card-body {
    flex: 1 1 auto;
}

.card-footer {
    flex-shrink: 0;
}

.bi-caret-right-fill {
    margin-right: 10px;
}

.accordion-button-noarrow::after {
    display: none !important;
}

.lb-outerContainer {
    background-color: transparent !important;
}

.lb-container img {
    border: 0 !important;
    border-radius: 0 !important;
}

input::placeholder {
    color: white;
    opacity: 1;
}

input:-moz-placeholder {
    color: white;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: white;
    opacity: 1;
}

.fs-1,
.display-4 {
    letter-spacing: -0.125rem;
}


.display-1 {
    letter-spacing: -0.25rem;
}

.no-focus,
.no-focus:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important
}

.no-focus-light,
.no-focus-light:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.video-section {
    height: 75vh;
    padding: 0.5rem 1.5rem;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 0.5rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    color: white;
    text-align: center;
    pointer-events: none;
}

.video-overlay .content {
    pointer-events: auto;
}

.carousel-wrapper {
    overflow: hidden;
    position: relative;
}

.scroll-carousel {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.product-card {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 992px) {
    .product-card {
        width: 25%;
    }
}

.logo-card {
    flex: 0 0 auto;
    width: 50%;
    /* 2 per riga su mobile */
}

@media (min-width: 992px) {
    .logo-card {
        width: 16.6667%;
        /* 6 per riga su desktop */
    }
}