
:root{
  --bs-border-color: #E52B1D;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  text-align: justify;
}


h1,h2,h3 {
    font-weight: 800; /* Bold */
}

.icon-features img {
  width: 60px;
}

.logo {
  position: absolute;
  top: 0;
  left: 20px;

  z-index: 1;
  max-height: 15vh;
}


.genericParagraph{

  background: #FFF;
}

.firstParagraph{
  position: relative;
  background: #E7E4E4;
  background-image: url('../images/boxes/berlino-silhouette.png?v=2'); 
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
}

.white {
  color: white;
}

.yellow{
  color: #F7B234;
}

.title-box{

  height: 60vh;
}

.flexContainer {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; /* Or any other alignment you prefer */
    }

.flexContent {
  flex: 1;
  max-width: 100%; 
  box-sizing: border-box; 
  align-items: center; 
  text-align: center;
}

.flexContent  i {
  font-size: 50pt;
}

.main-text{
      color: white;
      background-color: #303230;
      height:80%;
    }




.big-text{
  font-size: 20pt;
}


.xxl-text{
  font-size: 40pt;
}

.red {
  color:  #E52B1D;
}

/* INDEX */
.contact-us{
        background: black;
        color: white;
        --bs-border-color: #FFF; 
}
/*linear-gradient(to left, white 25%, transparent 25%),*/
.why-us-image{
  background: 
        url('../images/boxes/de-perche.jpg') no-repeat center;
  background-attachment: fixed; /* Optional, keeps the image fixed while scrolling */
  background-size: cover; /* Optional, adjusts the image size to cover the entire body */
}




.why-us > div > hr {
  margin: auto;
  width:30%;
}

.workwithus > div > hr {
  margin: auto;
  width:10%;
}

.kit  hr {
  margin: auto;
  width:20%;
}

.why-us-text {
  background-color: rgba(37, 31, 29, 0.9);
  opacity: 1;
  height: 100%;
}

.why-us-text > p {
  color: white;
}
.why-us-text > i {
  color: #F7B234;
  font-size:25pt;
}

.kit{
  background: #E52B1D;

}

.kit{
 --bs-border-color: #303230;
 }

.btn-custom{
  --bs-btn-border-radius: 0px;
}

.footer-logo{
  border: 0px;
  height: 125px;
}

a{
  color: #E52B1D;
  text-decoration: none;
}

table{
  --bs-border-color: black;
  background: #E6E4E5;
}

/* IMMAGINE INDEX */

.pictures {
  position: relative;
}

.pictures img{
  opacity: 1;
  display: block;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  height: auto;
  width: auto;
  max-height: 70vh;
  margin: 0 auto;
}

.overlay{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.pictures:hover img {
  opacity: 0.3;
}

.pictures:hover .overlay {
  opacity: 1;
}

.pictures .text {
  color: black !important;
}

.content{
  max-width:  1320px;
  margin: 0 auto;
}

.firstParagraph table{
  --bs-table-bg: #E7E4E4 !important;
  --bs-body-bg: #E7E4E4 !important;
}

.infoSquare{
  min-height: 200px;
  min-width: 200px;
}

.infoSquare i{
    font-size: 40pt;
}

