
  @font-face {
    font-family: 'Harmattan';
    src: url('assets/fonts/Harmattan/Harmattan-Regular.ttf') format('truetype'); /* تأكد من وضع اسم الملف الصحيح */
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Harmattan';
    src: url('assets/fonts/Harmattan/Harmattan-Medium.ttf') format('truetype'); /* تأكد من وضع اسم الملف الصحيح */
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Harmattan';
    src: url('assets/fonts/Harmattan/Harmattan-SemiBold.ttf') format('truetype'); /* تأكد من وضع اسم الملف الصحيح */
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'Harmattan';
    src: url('assets/fonts/Harmattan/Harmattan-Bold.ttf') format('truetype'); /* تأكد من وضع اسم الملف الصحيح */
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Amiri Quran';
    src: url('assets/fonts/Amiri_Quran/AmiriQuran-Regular.ttf') format('truetype'); /* تأكد من وضع اسم الملف الصحيح */
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Amiri Quran';
    src: url('assets/fonts/Amiri_Quran/AmiriQuran-Bold.ttf') format('truetype'); /* تأكد من وضع اسم الملف الصحيح */
    font-weight: 700;
    font-style: normal;
  }

  /* استخدام الخطوط */
  body {
    font-family: 'Harmattan', sans-serif; /* استخدم "Harmattan" كخط افتراضي */
  }

  h1 {
    font-family: 'Amiri Quran', serif; /* استخدم "Amiri Quran" كخط شعار */
  }

  /* استخدم "Montserrat" كما هو */
  .montserrat {
    font-family: 'Montserrat', sans-serif;
  }


        /* تأثيرات تبديل نصوص الديليفري  */
        #deliveryMessageContainer, #currentTime {
            font-size: 18px; /* اختيار حجم الخط بالبكسل */
            color: #D6E6E1; /* تعيين لون النص إلى الأبيض */
            text-shadow: 1px 1px 0px rgba(0,0,0, 0.4)
            
        }
        
.content {
  position: relative;
  display: inline-block;
  height: px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  text-align: center;
  line-height: 25px;
  color: #ecf0f1;
}

.content__container {
  font-weight: 500;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.content__container:before {
  content: ']';
  position: absolute;
  left: 20px;
}

.content__container:after {
  content: '[';
  position: absolute;
  right: 20px;
}

.content__container:after, .content__container:before {
  position: absolute;
  top: 0;
  
  color: #16a085;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1.55s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 1.58s;
  animation-iteration-count: infinite;
}

.content__container__list {
  margin-top: 0;
  list-style: none;
  
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

.content__container__list__item {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {opacity: 0;}
  50% {opacity: 1;}
}

@-webkit-keyframes change {
  0%, 12.66%, 100% {transform: translate3d(0, 0, 0);}
  16.66%, 29.32% {transform: translate3d(0, -25%, 0);}
  33.32%, 45.98% {transform: translate3d(0, -50%, 0);}
  49.98%, 62.64% {transform: translate3d(0, -75%, 0);}
  66.64%, 79.3% {transform: translate3d(0, -50%, 0);}
  83.3%, 95.96% {transform: translate3d(0, -25%, 0);}
}

@keyframes opacity {
  0%, 100% {opacity: 0;}
  50% {opacity: 1;}
}

@keyframes change {
  0%, 12.66%, 100% {transform: translate3d(0, 0, 0);}
  16.66%, 29.32% {transform: translate3d(0, -25%, 0);}
  33.32%, 45.98% {transform: translate3d(0, -50%, 0);}
  49.98%, 62.64% {transform: translate3d(0, -75%, 0);}
  66.64%, 79.3% {transform: translate3d(0, -50%, 0);}
  83.3%, 95.96% {transform: translate3d(0, -25%, 0);}
}

