
body {
  position: relative;
  width: 100%;
  height: 1024px;
  overflow: hidden;
  background-image: url(./public/5292889.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
}
#rowContent{
  flex-direction: column !important;
}
h2 {
  font-weight: 200;
  }
  svg{
    width: 27px;
    height: 27px;
    margin-top: 3rem;
  }
  
  @media screen and (max-width: 767px) {
    body {
      background-size: cover;
    }
  }

  /* تطبيق خصائص background-size للشاشات الكبيرة */
  @media screen and (min-width: 768px) {
    body {
      background-size: cover;
    }
  }

  li a {
    opacity: 1; /* قيمة الشفافية الافتراضية */
    transition: opacity 0.3s; /* تحويل لتغيير مستوى الشفافية */
  }
  
  li a:hover {
    opacity: 0.8; /* تغيير مستوى الشفافية عند تحويل المؤشر فوق النص */
  }
  .btn-outline-light{
    background-color: transparent !important;
    color: #fff !important;
    margin-right: 1rem;
  }
  
  .timer {
    display: flex;
    margin-top: 6rem;
  }

  .time-box {
    border: 1px solid #ffffff;
    margin-right: 10px;
    padding: 10px;
    /* background-color: #3e3e3e; */
    border-radius: 5px;
}

  .time-box span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }