:root {
  --plyr-color-main: #3f54d2;
}
@font-face {
  font-family: sitefont;
  src: url("../fonts/ArbFONTS-DINNextLTArabic-Regular-3.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: sitefont;
  src: url("../fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: sitefont;
  src: url("../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf") format("truetype");
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
html,
body {
  direction: rtl;
  text-align: right;
}
body {
  font-family: "sitefont", "sora", sans-serif;
  color: #fff;
  background-color: #252525;
}

img {
  max-width: 100%;
}

.btn:focus,
a {
  box-shadow: none;
  outline: none !important;
}

a {
  color: #e09324;
}
.sec-p-y {
  padding: 6rem 0;
}
.sec-p-y-sm {
  padding: 4rem 0;
}
.sec-p-t {
  padding-top: 4rem;
}
.page-content {
  min-height: 100vh;
}
.text-y {
  color: #e09324;
}
.text-orange {
  color: #e05724;
}
/* ================================ navbar ======================== */
.navbar {
  /* padding: 0.5rem; */
  background: #252525;
  transition: all 0.3s ease;
}
.navbar-brand {
  margin: 0;
  margin-inline-end: 1rem;
}
.navbar-brand img {
  height: 54px;
}
.navbar-nav {
  padding-inline-start: 0;
}
.navbar.scrolled {
  background: #181818;
  box-shadow: 0px 2px 6px rgba(0, 7, 69, 0.2);
}

.navbar .nav-link {
  color: #fff;
}
.navbar .active .nav-link {
  color: #e09324;
}
.navbar .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-btns {
  display: flex;
  align-items: center;
}
.nav-btns .btn-trans {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px 3px;
  margin-inline-start: 4px;
}
.nav-btns .btn-trans img {
  margin-inline-end: 6px;
  margin-bottom: 2px;
  height: 18px;
}
.nav-btns .btn-style {
  margin: 0 14px;
}
/* ssssssssss nav toggler start  sssssssssssss*/

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.08);
}

.navbar-toggler span,
.navbar-toggler span:before,
.navbar-toggler span:after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 17px;
  background-color: rgba(255, 255, 255, 0.85);
  will-change: transform;
}

.navbar-toggler span {
  background-color: transparent;
}

.navbar-toggler span {
  position: absolute;
  top: 19px;
  right: 10px;
  margin-top: -1px;
  padding: 0;
  will-change: transform;
  transition: background-color 0.3s 0s;
}

.navbar-toggler span:before,
.navbar-toggler span:after {
  content: "";
  right: 0;
  transform-origin: 0% 50%;
  transition: transform 0.3s 0.1s;
}

.navbar-toggler span:before {
  transform: translateX(3px) translateY(0px) rotate(45deg);
}

.navbar-toggler span:after {
  transform: translateX(3px) translateY(0px) rotate(-45deg);
}

.navbar-toggler span:before {
  top: -6px;
}

.navbar-toggler span:after {
  top: 6px;
}

.navbar-toggler.collapsed span {
  background: rgba(255, 255, 255, 0.85);
}

.navbar-toggler.collapsed span:before,
.navbar-toggler.collapsed span:after {
  transform: none;
}

/* eeeeeee nav toggler end  eeeeeee */

/* ================================ banner ======================== */
header .banner {
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding-top: 95px;
}
.banner .row,
.banner .container {
  height: 100%;
}
.banner .row .col-lg-6 .img-wr {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .container img {
  height: 100%;
}
.banner .text-wr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.banner .text-wr h1 {
  font-weight: 700;
  font-size: 80px;
}

.banner .text-wr h2 {
  font-weight: 600;
  font-size: 50px;
}
.banner .text-wr p {
  font-size: 1.5rem;
  max-width: 490px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.sec-title {
  font-size: 2rem;
  color: #e05724;
  font-weight: 600;
  position: relative;
  margin-bottom: 3.5rem;
}
.sec-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #3f54d2;
  right: 0;
  bottom: -8px;
  border-radius: 8px;
}
.freq-slider .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 18px;
  padding: 1px;
  position: relative;
  background: linear-gradient(270deg, #3f54d2, #e05724);
}
.freq-slider {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 8px;
  margin-top: 0.5rem;
}
.freq-slider .swiper-slide .text-container {
  width: 100%;
  height: 100%;
  background-color: #252525;
  padding: 0.5rem 0;
  border: 2px solid transparent;
  text-align: center;
}

.freq-slider .swiper-slide:hover {
  color: #e09324;
  font-weight: bold;
}
.news-card {
  background: linear-gradient(90deg, #3f54d2, #e05724);
  padding: 6px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.35s ease;
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card .c-cont {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-height: 100%;
  padding: 6px;
  transition: all 0.35s ease;
  transform: translateY(105%) translateX(105%);
}
.news-card .c-cont div {
  background-color: #e09324;
  display: flex;
  width: fit-content;
  padding: 0 0.5rem;
  font-size: 1.2rem;
}
.news-card:hover {
  background: linear-gradient(90deg, #e09324, #e09324);
}
.news-card:hover .c-cont {
  transform: translateX(0) translateY(0);
}
.program-card {
  width: 100%;
  height: 100%;
  padding-right: 15%;
  position: relative;
}
.program-card img {
  width: 100%;
}
.program-card .c-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.program-card .c-title {
  font-size: 80px;
  font-weight: 700;
}
.program-card .person {
  font-size: 1.75rem;
  background-color: #ffffff;
  color: #181818;
  margin-top: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
.program-card .time {
  background-color: #181818;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
.program-card.sm-ver:hover {
  opacity: 1;
}
.program-card.sm-ver {
  opacity: 0.6;
  transition: opacity 0.35s;
}
.sm-ver .c-title {
  font-size: 46px;
}
.sm-ver .person {
  font-size: 1.25rem;
}
.sm-ver .time {
  font-size: 0.85rem;
}
.person-card {
  text-align: center;
  background: linear-gradient(180deg, #e05724, #e09324);
  padding-top: 4rem;
  border-top-right-radius: 500px;
  border-top-left-radius: 500px;
  height: 460px;
}
.person-card .img-wr {
  padding: 0 1rem;
  height: calc(100% - 48px);
}
.person-card .img-wr img {
  height: 100%;
}
.team-slider {
  padding: 50px 0;
}
.team-slider .swiper-slide {
  width: 300px;
  border-top-right-radius: 500px;
  border-top-left-radius: 500px;
  overflow: hidden;
  opacity: 0.6;
}
.team-slider .swiper-slide-active {
  opacity: 1;
}
.person-card .name {
  background-color: #ffffff;
  color: #181818;
  padding: 0.5rem;
  padding-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.logo-wr {
  align-items: center;
  height: calc(100% - 60px);
  width: 100%;
}
.logo-wr h2 {
  color: #e09324;
  font-weight: 700;
}
.logo-wr img {
  height: 80px;
  margin-left: 1rem;
}
.logo-col {
  border-left: 2px solid rgba(224, 146, 36, 0.329);
}
footer .text-center .btn {
  height: 40px;
  padding: 4px 2px;
  border: 2px solid #e09324;
  border-radius: 6px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
footer .text-center .btn img {
  height: 100%;
  border-radius: 8px;
}
footer .text-center .btn:first-child {
  margin-left: 1rem;
}
footer .text-center h5 {
  font-weight: 700;
  color: #e09324;
  margin-bottom: 1rem;
}
footer .f-item {
  margin-bottom: 0.75rem;
}
footer .f-item a {
  color: #ffffff;
  text-decoration: none;
}
.footer-bottom {
  padding: 2.5rem 1rem;
  text-align: center;
}
footer {
  padding-top: 2.5rem;
  border-bottom: 10px solid #e09324;
}
footer .col-auto,
footer .logo-col {
  padding-top: 1rem;
}
.plyr--audio .plyr__controls {
  background-color: #252525;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.soc-wr {
  margin-top: 24px;
  display: flex;
}
.soc-wr a {
  color: #252525;
  background-color: #e09324;
  display: inline-flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-inline-end: 0.75rem;
  font-size: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.35s;
}
.soc-wr a:hover {
  background-color: transparent;
  color: #e09324;
  font-size: 20px;
}
