@font-face {
  font-family: 'Cocon Arabic';
  src: url('https://raw.githubusercontent.com/Khalil20star/my-fonts/main/cocon-next-arabic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Cocon Arabic', sans-serif;
}
.s-block--features__item .feature-icon {
  opacity: 0;
}
.s-block--features__item .icon-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.s-block--features__item:nth-child(1) .icon-container::before {
  background-image: url("https://i.postimg.cc/BQ1rPz0t/Asset-93.png");
}

.s-block--features__item:nth-child(2) .icon-container::before {
  background-image: url("https://i.postimg.cc/t4zny27r/38-christmas.png");
}

.s-block--features__item:nth-child(3) .icon-container::before {
  background-image: url("https://i.postimg.cc/VkF01D5D/30-Gym-Dumbel.png");
}
.icon-container span {
  z-index: 1;
}
.s-block--features__item .icon-container span {
    background-color: #edf0ff !important;
    opacity: 1 !important;
}
.fc.fc-theme-standard .fc-scrollgrid-section .fc-daygrid-day.override:after, .fc.fc-theme-standard .fc-scrollgrid-section-body .fc-daygrid-day.override:after {
    background-color: #ff0000 !important;
}
.fc.fc-theme-standard .fc-scrollgrid-section .fc-daygrid-day-number, .fc.fc-theme-standard .fc-scrollgrid-section-body .fc-daygrid-day-number {
    font-size: 20px;
}
.s-contacts-topnav-link[href^="mailto:"] {
  display: none;
}