
.container{
  display: inline-flex;

}
.testo{
  text-align: center;
  color: white;
}
.box-testo{
  padding-top: 50px
}
.res{
  padding-top: 50px;
}
.bgbody{
  background-color: white;
}
.bgnav{
  background-color: black;
}
.bg-card{
  background-color: #696969;
  color:white;
  text-decoration: none;
}
.bug{
  background-color: #696969
}
.box{
  background-color: white;
  height: 150px;;
}
.ads-box{
  background-color: white;
}
.a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

.a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
.div1{
  position: absolute;
  top: 0;
 right: 100px;

}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: black;
}
.site-footer {
  background-color: black;
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}



@media (min-width: 576px) {
  .posi{
    margin-top: 0rem;
  }
 }


@media (min-width: 768px) {
  .posi{
    margin-top: -2rem;
  }
 }

@media (min-width: 992px) {
  .posi{
    margin-top: -5rem;
  }
 }

@media (min-width: 1200px) {
  .posi{
    margin-top: -5rem;
  }
 }

@media (min-width: 1400px) {
  .posi{
    margin-top: -5rem;
  }
 }

 html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.navbar{
  background-color: black;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}
.herobar{
  margin-top: 50px
}


.social-link-footer{
    width: 100%;
    display: inline-flex;
    column-gap: 30px;


}

.icon{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    color: #DAA520;
    border-radius: 50%;
    outline: 2px solid black;
    transition-duration: .25s;
    margin-left: 10px;
    margin-right: 10px;
}

.icon:hover{
    outline-offset: 4px;
}

.icon--instagram:hover{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
      outline-color: #a02d76;
}

.icon--facebook:hover{
    background-color: #4267B2;

    outline-color: #4267B2;
}

.icon--twitter:hover{

    background-color: #1DA1F2;
    outline-color: #1DA1F2;

}
.lead{
  color: black;
}
