/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.bg-dark-opacity {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-light-opacity {
  background-color: rgba(255, 255, 255, 0.25);
}

.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 1px);
    min-height: 10rem;
    width: 100%;
    overflow: hidden;
    /* padding-top: 10rem; */
  }

  .video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 145%;
    object-fit: contain ;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-55%);
    -moz-transform: translateX(-50%) translateY(-55%);
    -webkit-transform: translateX(-50%) translateY(-55%);
    transform: translateX(-50%) translateY(-55%);
    opacity: 0.5;
  }
  
  .video-background-content {
    position: relative;
    z-index: 2;
  }


  @media (max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
      display: block !important;
      height: 6px;
    }

    html .scroll-to-top {
      padding: 4px 10px 30px;
    }

  }  

/*
*
* ==========================================
* TITLE HEADER
* ==========================================
*
*/  
.title-header-1 {
    color: var(--primary-inverse);
    font-weight: bold;
}

.title-header-2 {
    color: var(--grey-900);  
    font-weight: bold;  
}

/*
*
* ==========================================
* LOGO IMAGE
* ==========================================
*
*/ 
.video-background-holder .logo img {
  width: 6.5rem;
}

.video-background-holder .logo img.logo-cmd-av {
  width: 4.0rem;
}

.custom-section-padding {
  padding: 6px 0px;
}

.logo-customers img {
  height: 100px;
}

.custom-position-1 {
  position: relative;
  margin-top: -184px;
}

.pb-5 {
  padding-bottom: 3rem !important;
}
@media (max-width: 991px) {
  .custom-border-radius {
	border-radius: 5px !important;
	padding: 11px 5px !important;
    }

  .custom-position-1 {
      /* background: #101019; */
      background-color: rgba(255, 255, 255, 0.25);
      margin-top: -94px !important ;
    }
    
  .logo-customers img {
    height: 64px !important;
    width: auto ;
  } 
  
  .pb-5 {
    padding-bottom: 0 !important;
  } 

}

  i.fa-volume-up: {
    color: rgba(0,0,0,0.5) !important ;
  } 

/*
*
* ==========================================
* SOLVE
* ==========================================
*
*/ 
section.solve {
	color: var(--secondary-inverse) !important;
	background: var(--secondary-200);
}

section.solve p {
	color: var(--secondary-inverse) !important;
}

section.solve div.card{
  -webkit-box-shadow: 6px 6px 0px 0px rgba(171,161,171,0.14);
  -moz-box-shadow: 6px 6px 0px 0px rgba(171,161,171,0.14);
  box-shadow: 6px 6px 0px 0px rgba(171,161,171,0.14);
}

section.solve div.as-image {
  position: relative;
  display: inline-flex; 
  justify-content: center; 
  align-items: center; 
  width: 200px; 
  height:140px ;
	color: var(--dark-rgba-0) !important;
	background: var(--dark-rgba-20);
  margin-bottom: 4px;
  /* background-image: url('../imgs/arrow-drop-right-01.svg');
  background-position: right bottom; 
  background-repeat: no-repeat;   */
  margin-right: 4px ;
}


@media (max-width: 575px) {
  section.solve img.arrow-solve {
    transform: rotate(90deg);
  }  

  section.solve div.as-image  {
    width: 240px; 
    height:180px ;
    /* background-image: url('../imgs/arrow-drop-down-01.svg');
    background-position: center bottom; */
  }
}

section.solve div.as-image-last {
  background-image: none;
}

section.capabilites div.as-image {
  position: relative;
  display: inline-flex; 
  justify-content: center; 
  align-items: center; 
  width: 100%; 
  height:240px;
	color: var(--dark-rgba-0) !important;
	background: var(--dark-rgba-20);
  margin-bottom: 4px;
  margin-right: 4px ;
}



/*
*
* ==========================================
* CAPABILITIES
* ==========================================
*
*/ 
section.capabilites {
	color: var(--secondary-inverse) !important;
}

section.capabilites p {
	color: var(--secondary-inverse) !important;
}

/*
*
* ==========================================
* DEMOS
* ==========================================
*
*/ 
section.demos {
	color: var(--secondary-inverse) !important;
	background: var(--secondary-200);
}

section.demos p {
	color: var(--secondary-inverse) !important;
}

section.demos div.as-image {
  position: relative;
  display: inline-flex; 
  justify-content: center; 
  align-items: center; 
  width: 100%; 
  height:200px ;
	color: var(--dark-rgba-0) !important;
	background: var(--dark-rgba-20);
  margin-bottom: 4px;
}

/*
*
* ==========================================
* ABOUT-US
* ==========================================
*
*/ 
section.about-us {
	color: var(--secondary-inverse) !important;
}

section.about-us p {
	color: var(--secondary-inverse) !important;
}

/*
*
* ==========================================
* ABOUT-US
* ==========================================
*
*/ 
section.contact-us {
	color: var(--quaternary-rgba-90) !important;
  background: var(--secondary--300);
}

section.contact-us p, section.contact-us span {
	color: var(--quaternary-rgba-90) !important;
}

@media (min-width: 576px) {
	.px-sm-0 {
		padding-left: 0.0rem !important;
		padding-right: 0.0rem !important;
	}
}

/*
*
* ==========================================
* CAROUSEL CLIENTS
* ==========================================
*
*/ 

.logo-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 132px; /* Altezza fissa per tutti gli item */
}

.logo-carousel img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Stile per le frecce di navigazione */
.owl-nav button {
    background: rgba(0,0,0,0.2) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
}

.owl-nav button span {
    font-size: 30px !important;
    line-height: 40px !important;
}

@media (max-width: 991px) {
  .logo-carousel .item {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 72px; /* Altezza fissa per tutti gli item */
  }

  .owl-carousel .owl-item > div {
      background-color: rgba(255, 255, 255);
      border-radius: 5px;
  }
}

@media only screen and (max-height: 844px) {

}