* {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body {
  font-family: "Almarai", sans-serif !important;
}

.dark-theme {
  background-color: #2b3347 !important;
}

.dark-theme .nav-link {
  color: white !important;
}

.dark-theme time {
  color: white !important;
}

.dark-theme .bg-3DB9AB {
  background-color: #3db9ab !important;
}

.dark-theme .header-slide_top {
  background-color: #40495f !important;
}

.dark-theme .bg-light {
  border-radius: 4px !important;
  background-color: #40495f !important;
}

.dark-theme .header-slide_top span {
  color: white !important;
}

.dark-theme .bg-2B6493 {
  background-color: #2b6493 !important;
}

.dark-theme .bg-1FA2CDC4 {
  background-color: #1fa2cdc4 !important;
}

.dark-theme .bg-linear-css {
  background: linear-gradient(
    132.42deg,
    rgba(31, 162, 205, 0.85) 4.69%,
    rgba(46, 189, 170, 0.85) 100%
  ) !important;
}

.dark-theme .bg-3DB9AB {
  background-color: #3db9ab !important;
}

.dark-theme .header-top_dark_light_mode {
  background: #40495f;
  border-top: 1px solid #40495f;
}

.dark-theme .header-top_dark_light_mode button {
  background-color: #2b3347 !important;
  border: #2b3347 !important;
}

.dark-theme .header-top_dark_light_mode button:nth-child(1) {
  background-color: transparent !important;
  border: none !important;
}

.dark-theme button {
  color: white;
}

.dark-theme .card-body {
  color: white !important;
}

.dark-theme .card-body span {
  color: white !important;
}

.dark-theme .container-of-radio-c123 .form-check-input:checked {
  background-color: #2ebdaa !important;
  border-color: #2ebdaa !important;
}

.container-1550 {
  width: 1550px !important;
}

.header-top_box {
  height: 34px !important;
  background: linear-gradient(76.82deg, #46c3eb 56.64%, #83f8e8 138.32%);
}

.header-search_btn {
  width: 30px !important;
  height: 30px !important;
  outline: none;
  border: none;
  padding: 1px !important;
  background: linear-gradient(
    91.15deg,
    rgba(70, 195, 235, 0.85) 12.93%,
    rgba(131, 248, 232, 0.85) 93.36%
  );
}

.header-top_link1 {
  height: 22px;
  padding-top: 2px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
}

.header-top_link1_bg {
  background: #1fa2cd;
}

.header-top_link2_bg {
  background: #a90e1e;
}

.header-top_link1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 22px;
  background: #46c3eb;
}

.header-top_dark_light_mode {
  width: 50px;
  height: 24px;
  top: 87px;
  left: 474.16px;
  border-radius: 12px;
  border-width: stroke weight/1;
  background: #f7f7f9;
  border-top: 1px solid #e5e5e5;
}

.header-btn {
  width: 19px !important;
  height: 19px !important;
  padding: 0px !important;
}

.header-btn img {
  margin-top: -9.7px !important;
  width: 13px !important;
  height: 13px !important;
}

.light-theme .border-E7E9EA {
  border-color: #e7e9ea !important;
}

.nav-link {
  font-weight: 800 !important;
  font-size: 22px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  color: black !important;
  position: relative;
  transition: 0.3s ease;
}

.nav-link:hover {
  opacity: 80%;
}

.nav-item .nav-link {
  height: 37px !important;
  overflow: hidden;
  transition: 0.3s ease-in;
}

.nav-item .nav-link::before {
  content: "";
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: 0.4s ease;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #1fa2cd !important;
}

.nav-item .nav-link:hover::before {
  width: 100%;
}

.navbar .active::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  right: 0;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #1fa2cd !important;
}

.navbar-collapse {
  flex-grow: 0 !important;
}

.header-slide_top {
  height: 34px !important;
  border-radius: 50px;
  background-color: #e9e9e9 !important;
}

.light-theme .bg-2B6493 {
  background-color: #2b6493 !important;
}

.w-news-box {
  width: 135px !important;
}

.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-weight: 500;
}

.ticker-item img {
  height: 20px;
  width: auto;
  margin-left: 12px !important;
}

.slider-wrapper {
  position: relative;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding-bottom: 10px;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.slider-card {
  flex: 0 0 auto;
  width: 360px;
}

.slider-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1fa2cd;
  color: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s ease;
}

.slider-btn:hover {
  opacity: 80%;
}

.btn-prev {
  right: -70px;
}

.btn-next {
  left: -70px;
}

.dot {
  width: 8px;
  height: 8px;
  margin-top: -5px !important;
  display: inline-block;
}

.right-side-red-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 40px;
  background: #ff7c89;
}

.mySwiper {
  height: 520px !important;
}

.col-xl-5-5 {
  width: 37% !important;
}

.section-3-slider-width {
  height: 520px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.start-bottom-10 {
  left: 60px !important;
  bottom: 40px !important;
}

.fs-5-5 {
  font-size: 19px !important;
  min-height: 60px;
  line-height: normal;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.card-img-top {
  height: 200px !important;
}

.swiper-pagination-bullet {
  width: 22px !important;
  height: 26px !important;
  text-align: center;
  line-height: 24px;
  font-size: 21px;
  color: #fff;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 !important;
  border-radius: 5px !important;
  background: #3db9ab;
}

.swiper-pagination-bullet-active {
  color: #000;
  background: #fff;
}

.light-theme .bg-1FA2CDC4 {
  background-color: #1fa2cdc4 !important;
}

.light-theme .bg-3DB9AB {
  background-color: #3db9ab !important;
}

.border-start-5 {
  border-left: 5px solid white !important;
}

.bottom-140 {
  bottom: 140px;
}

.end-60 {
  right: 60px;
}

.right-side-blue-green-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 40px;
  background: #1fa2cdc4;
}

.right-side-dark-blue-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 40px;
  background: #0e6091;
}

.w-90 {
  width: 90% !important;
}

.w-10 {
  width: 10% !important;
}

.light-theme .left-btn-hr {
  width: 95px !important;
  height: 40px !important;
  border: 1px solid #151515 !important;
}

.dark-theme .left-btn-hr {
  width: 95px !important;
  height: 40px !important;
  color: white !important;
  border: 1px solid #fff !important;
}

.left-hr-center {
  width: 100%;
  height: 2px;
  background-color: #e7e9ea;
}

.right-side-dark-blue-box-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 24px;
  background: #24a1cd;
}

.right-side-dark-blue-box-card p {
  font-size: 16px !important;
}

.card-css-design {
  border: none !important;
  background-color: #d9d9d914 !important;
}

.light-theme .bg-linear-css {
  background: linear-gradient(
    132.42deg,
    rgba(31, 162, 205, 0.85) 4.69%,
    rgba(46, 189, 170, 0.85) 100%
  ) !important;
}

.bg-img-b124 {
  width: 105% !important;
}

.img-btn-b534 {
  width: 22px !important;
  height: 16px !important;
}

.img-btn-b129 {
  width: 15px !important;
  height: 22px !important;
}

.light-theme .bg-116192 {
  background-color: #116192 !important;
}

.light-theme .container-of-radio-c123 .form-check-input:checked {
  background-color: #2ebdaa !important;
  border-color: #2ebdaa !important;
}

.fs-8 {
  font-size: 15px !important;
}

.article-number-size {
  /* margin-top: -22px !important; */
  font-size: 85px !important;
  color: #1a6293 !important;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.article-image-bottom-on-card {
  width: 197px !important;
  height: 133px  !important;
}

.light-theme .text-1A6293 {
  color: #1a6293 !important;
}

.bg-1FA2CD38 {
  background-color: #1fa2cd38 !important;
}

.end-30 {
  right: 20px !important;
}

.top-3px {
  top: 3px !important;
}

.user-post-image {
  width: 60px !important;
  height: 60px !important;
}

.bg-img-b124 {
  background-image: url(../assets/images/bg-section-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.top-before-element::before {
  content: "";
  width: 150px;
  height: 4px;
  position: absolute;
  top: -3px;
  right: 46px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #55ccbe;
}

.rs-height::after {
  height: 30px !important;
}

.left-btn-hr-four-img {
  width: 95px !important;
  height: 40px !important;
  border: 1px solid #ffffff !important;
}

.footer-bg {
  background-image: url(../assets/images/footer-bg-image.png);
  background-color: #116192;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.px-2-css {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.footer-logo {
  width: 337px !important;
}

.bg-1877F2 {
  background-color: #1877f2;
}

.bg-black {
  background-color: #000;
}

.bg-FF543E {
  background-color: #ff543e;
}

.bg-FFFC00 {
  background-color: #fffc00;
}

.bg-f00 {
  background-color: #f00;
}

.bg-2767B2 {
  background-color: #2767b2;
}

.bg-1FA2CD {
  background-color: #1fa2cd;
}
