@font-face {
  font-family: 'Cairo';
  src: url('https://egy4server.com/fonts/Cairo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Cairo', sans-serif;
}




.social-icons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  background: white;
  padding: 5px;
  border: 1px solid blue;
  border-radius: 5px;
}

.social-icons a {
  display: block;
  margin: auto;
}



.carousel-item h1,
.carousel-item h2,
.carousel-item button {
  position: relative;
  z-index: 2;

}
.center-carousel{
  margin-bottom: 150px;
}
/* counter section */

.counter {
  text-align: center;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.counter i {
  color: #007bff;
}

.counter h2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .counter {
    margin-top: 50px;
  }
}

/* counter section */
