/*                    variabels
/***********************************************************/
@font-face {
    font-family: "arabicFontLight";
    src: url('../fonts/ar/GE_SS_Unique_Light_1.otf');
}
@font-face {
    font-family: "arabicFontBold";
    src: url('../fonts/ar/GE_SS_Unique_Bold_5.otf');
    font-weight: bold;
}
@font-face {
    font-family: "EN-Font-Light";
    src: url('../fonts/en/times_new_roman.ttf');
    /* font-weight: 900; */
}
@font-face {
    font-family: "EN-Font-Bold";
    src: url('../fonts/en/times_new_roman_bold.ttf');
    font-weight: bold;
}
body {
  
  background-color: #161616 !important;
  color: #fff !important;
}
html[dir=rtl] body {
font: 100% "arabicFontLight";
}
html[dir=ltr] body {
font: 100% "EN-Font-Light";

}

 html[dir=rtl] input[type='email']{
text-align:right;
}

.primary-bg {
  background-color: #262626 !important;
}

.secondary-bg {
  background-color: #2D2C28 !important;
}

.primary-color {
  color: #ffc50a !important;
}

.secondary-color {
  color: #2D2C28 !important;
}

.white {
  color: #fff !important;
}

.white-bg {
  background-color: #fff !important;
}

.gray-bg {
  background-color: #EEEEEF !important;
}

.col {
  background-color: #F9C03F;
}

a {
  text-decoration: none;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item a.active {
  color: #F9C03F;
}

section.section {
  position: relative;
  background: transparent;
}

.m-btn {
  background: transparent;
  padding: 10px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  transition: .15s ease-in-out;
}

.primary-btn {
  background: transparent;
  color: #f9c03f;
  border: 3px solid #f9c03f;
  -webkit-filter: drop-shadow(0px 3px 10px #f9c03f);
          filter: drop-shadow(0px 3px 10px #f9c03f);
}

.primary-btn:hover {
  background: #f9c03f !important;
  color: #fff;
}

.secondary-btn {
  color: #2D2C28;
  border: 5px solid #2D2C28;
  -webkit-filter: drop-shadow(0px 3px 10px #2D2C28);
          filter: drop-shadow(0px 3px 10px #2D2C28);
}

.secondary-btn:hover {
  color: #fff;
  background: #2D2C28 !important;
}

.form-control, .form-select {
  color: #999;
  border-radius: 14px;
  background: #2d2c28;
  border: 1px solid #707070;
  padding: 0.6rem 0.75rem;
}
.form-control:focus {
    color: #fff;
    background-color: #2d2c28;
    border-color: #fee7b1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(249, 192, 63,.25);

}
.input-group-text {
  color: #999;
  border-radius: 14px;
  background: #212121;
  border: 1px solid #707070;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-check-input:checked{
  background-color: rgb(249, 192, 63);
  color: #f9c03f;
}
.form-check-input:focus{
      border-color: #fee7b1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(249, 192, 63,.25);
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-ms-input-placeholder {
  color: #999;
}

.form-control::placeholder {
  color: #999;
}

 input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(249, 192, 63,.25) inset !important;
  -webkit-text-fill-color: #b4b7bd !important;
}
input.form-control,
select.form-select,
textarea.form-control {
  background-color: #2d2c28;
  color: #b4b7bd;
}
input.form-control:not(:focus),
select.form-select:not(:focus),
textarea.form-control:not(:focus) {
  border-color: #fee7b1;
}
input.form-control::-moz-placeholder, select.form-select::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #676d7d;
}
input.form-control::placeholder,
select.form-select::placeholder,
textarea.form-control::placeholder {
  color: #676d7d;
}
input.form-control:disabled, input.form-control[readonly=readonly],
select.form-select:disabled,
select.form-select[readonly=readonly],
textarea.form-control:disabled,
textarea.form-control[readonly=readonly] {
  opacity: 0.5;
}
.form-floating textarea.form-control::-moz-placeholder {
  color: transparent;
}
.form-floating textarea.form-control::placeholder {
  color: transparent;
}
.form-control::-webkit-file-upload-button {
  background-color: #2d2c28;
  color: #d0d2d6;
}
.form-control::file-selector-button {
  background-color: #2d2c28;
  color: #d0d2d6;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #2d2c28;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #2d2c28;
}
.char-textarea.active {
  color: #b4b7bd !important;
}

.form-check-input:not(:checked) {
  background-color: #2d2c28;
  border-color: #fee7b1;
}
.form-check-input:not(:checked):not(:indeterminate) {
  background-color: #2d2c28;
}
.form-check-input:not(:checked):not(:indeterminate):not(:focus) {
  border-color: #fee7b1;
}


.to_top_btn{
 position: fixed;
  bottom: 2rem;
  z-index: 1000;
cursor: pointer;

}
html[dir=ltr] .to_top_btn{
  left: 2rem;
}
html[dir=rtl] .to_top_btn{
  right: 2rem;
}

.chat{
  z-index: 1000;
 position: fixed;
  bottom: 2rem;
}
html[dir=ltr] .chat{
  right: 2rem;
}
html[dir=rtl] .chat{
  left: 2rem;
}
.chat .chat_btn{
background: transparent;
border: 1px solid #f9c03f;
border-radius: 50%;
padding: 1rem;
backdrop-filter: blur(30px);
--webkit-backdrop-filter: blur(30px);
background-color: rgba(255, 255, 255, 0.05);
cursor: pointer;

}
/*                    footers
/***********************************************************/
footer .copyright {
  background: #C48F33;
}

footer .footer-logo {
  width: 100px;
}

footer .footer-link li a {
  color: #fff;
}

footer li {
  list-style: none;
}

footer .form-control, footer .input-group-text {
  border-radius: 50rem;
}

footer .footer-info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-info li a p {
  margin: 0;
}

footer .footer-info li a svg {
  width: 40px;
  height: 40px;
  stroke: #F9C03F;
}
html[dir=ltr] footer .footer-info li a svg{
  padding-right: 1rem;
}
html[dir=rtl] footer .footer-info li a svg{
  padding-left: 1rem;
}
/*                    headers
/***********************************************************/
.swiper.homeSwiper {
  height: 780px;
}

.slide-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#212121));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #212121 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #212121 100%);
}
.swiper-slide, swiper-slide{
height: 100% !important;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide img {
  width: 100%;
  height: 100%;

}

.slide-vid {
  min-width: 100%;
  min-height: 100%;

}

.slide-vid-content {
  top: 37%;
  -webkit-transform: translate(50%, 0%);
      -ms-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  right: 50%;

}

.slide-title {
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
  color: #fff;
}

.slide-subtitle {
  font-weight: normal;
  font-size: 2vw;
  text-align: center;
  color: #fff;
}
.content-header-title {
    font-weight: 500;
    color: #636363;
}
html[dir=ltr] .content-header-title {
    padding-right: 1rem;
    border-right: 1px solid #d6dce1;

}
html[dir=rtl] .content-header-title {
    padding-left: 1rem;
    border-left: 1px solid #d6dce1;

}
/*                    navbars
/***********************************************************/
.navbar {
  z-index: 10;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.05);
}

.navbar-collapse {
  -webkit-box-flex: 0.8;
      -ms-flex-positive: 0.8;
          flex-grow: 0.8;
}
@media (max-width: 992px) {
  .navbar-collapse.show{
          margin-top: 2rem;;

  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    margin-bottom: 0.5rem;

  }
}

.navbar-light .navbar-nav {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  background: #f9c03f;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 50px #f9c03f;
          box-shadow: 0px 3px 50px #f9c03f;
}

.navbar-light .navbar-nav .nav-link.lang {
      width: 37px;
    display: flex;
    /* height: 50px; */
    justify-content: center;
  background: transparent;
  border: 2px solid #f9c03f;
  -webkit-filter: drop-shadow(0px 3px 6px #f9c03f);
          filter: drop-shadow(0px 3px 6px #f9c03f);
  border-radius: 20px;
}
.navbar-light .navbar-nav .nav-link.lang.dropdown-toggle {
      width: 100%;
    display: flex;
    /* height: 50px; */
    align-items: center;
    justify-content: center;
  background: transparent;
  border: 2px solid #f9c03f;
  -webkit-filter: drop-shadow(0px 3px 6px #f9c03f);
          filter: drop-shadow(0px 3px 6px #f9c03f);
  border-radius: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

html[dir=ltr] .navbar-light .navbar-nav .nav-link {
  margin-left: 1rem !important;
}

html[dir=rtl] .navbar-light .navbar-nav .nav-link {
  margin-right: 1rem !important;
}

.navbar-light .navbar-brand img.logo {
  height: 60px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: #f9c03f;
}
.navbar-light .navbar-nav .active.nav-link:focus, .navbar-light .navbar-nav .active.nav-link:hover{
  color: #262626;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
    /* background: border-box; */
     /* top: 50px; */
    position: absolute;
      background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color:rgba(249, 193, 63, 0.31);
  color: #fff;

   /* rgba(255, 255, 255, 0.05); */
}
}
.dropdown-item{
  color: #fff;
  /* display: block; */
  
}
  html[dir=ltr] ul.dropdown-menu.dropdown-menu-lang{
    right: 20px;
	left:unset;
  }
  html[dir=rtl] ul.dropdown-menu.dropdown-menu-lang{
    left: 20px;
	right:unset;
  }

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #f9c03f;
}
@media (max-width: 992px) {
  .navbar-nav.lan_btn{
        display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .navbar-light .navbar-nav .nav-link.lang{
    margin-bottom: .5rem;
  }
  html[dir=ltr] ul.dropdown-menu.dropdown-menu-lang{
    right: 0;
  }
  html[dir=rtl] ul.dropdown-menu.dropdown-menu-lang{
    left: 0;
  }


  .dropdown-menu{
      background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color:rgba(249, 193, 63, 0.31);
  color: #fff;

  }
  .navbar-light .navbar-nav .dropdown .nav-link{
     display: flex;
     justify-content: center;

  }
  .navbar-collapse.show{
          margin-top: 2rem;;

  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    margin-bottom: 0.5rem;

  }

.navbar.navbar-light .navbar-toggler .navbar-icon-toggle {
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.navbar.navbar-light .navbar-toggler {
  color: transparent;
  border-color: #f9c03f;

  width: 50px;
  height: 40px;
}

.navbar.navbar-light .navbar-toggler[aria-expanded="false"] .navbar-icon-toggle div {
  width: 28px;
  position: absolute;
  height: 2px;
  border-radius: 5px;
  background: #f9c03f;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar.navbar-light .navbar-toggler[aria-expanded="false"] .navbar-icon-toggle div:nth-child(1) {
  top:8px;
}
.navbar.navbar-light .navbar-toggler[aria-expanded="false"] .navbar-icon-toggle div:nth-child(2) {
  top:0;
}
.navbar.navbar-light .navbar-toggler[aria-expanded="false"] .navbar-icon-toggle div:nth-child(3) {
  top:-8px;
}
.navbar.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-icon-toggle div {
    width: 28px;
  position: absolute;
  height: 2px;
  border-radius: 5px;
  background: #f9c03f;
top:0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.navbar.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-icon-toggle div:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-icon-toggle div:nth-child(2) {
  opacity: 0;
}

.navbar.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-icon-toggle div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
}
/*                    about us
/***********************************************************/
section.section.aboutus {
  color: #fff;
}

section.section.loyal {
  color: #fff;
  background: #C48F33;
}

section.section.aboutus .div.col-md-6,
section.section.loyal .div.col-md-6 {
  padding: 5rem 0px;
}

section.section .title {
  position: relative;
  margin-bottom: 2rem;
  font-weight: bold;
}

section.section.aboutus .title {
  color: #F9C03F;
}

section.section.loyal .title {
  color: #fff;
}

.title::after {
  border-radius: 6px;
  box-shadow: 0px 3px 10px #F9C03F;
}

section.section.aboutus .title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background-color: #F9C03F;
  width: 60px;
  height: 5px;
}
html[dir=ltr] section.section.aboutus .title::after {
  left: 0;
}
html[dir=rtl] section.section.aboutus .title::after {
  right: 0;
}
section.section.aboutus .title span {
  color: #fff;
}

section.section.aboutus .content,
section.section.loyal .content {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
html[dir='ltr'] section.section.aboutus .content,
html[dir='ltr'] section.section.loyal .content {
  padding-right: 8rem;
}
html[dir='rtl'] section.section.aboutus .content,
html[dir='rtl'] section.section.loyal .content {
  padding-left: 8rem;
}

section.section.aboutus img,
section.section.loyal img {
  width: -webkit-fill-available;
}

section.section.loyal img.loyal {
  width: 200px;
}
 /* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { ... }

 /* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { ... }

 /* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
  section.section.loyal .div.col-md-6,
  section.section.aboutus .div.col-md-6
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
section.section.aboutus .content,
section.section.loyal .content {
  padding-right: unset !important;
  padding-left: unset !important;
  margin: 4rem !important;

}

 }
/*                    category
/***********************************************************/
section.section.category {
  color: #fff;
}

section.section.category .title {
  position: relative;
  margin-bottom: 2rem;
  font-weight: bold;
}

section.section.category .title {
  color: #F9C03F;
}

section.section.category .title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background-color: #F9C03F;
  width: 60px;
  height: 5px;
}
html[dir=ltr] section.section.category .title::after {
    left: 0;
}
html[dir=rtl] section.section.category .title::after {
    right: 0;
}
section.section.category .title span {
  color: #fff;
}

section.section.category .card {
  background: #2d2c28;
  border-radius: 21px;
  width: 300px;
  height: 320px;
  margin: auto;
}

section.section.category .cat-title {
  height: 50px;
  margin: 20px;
  padding-top: 0px;
  border-radius: 21px;
  -webkit-box-shadow: inset 0px 0px 20px 0px #F9C03F;
          box-shadow: inset 0px 0px 20px 0px #F9C03F;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.15);
  transition: .15s ease-in-out;
}

section.section.category .cat-title:hover {
  background: #f9c03f;
}

        section.category .swiper-button-next,section.category .swiper-rtl .swiper-button-prev,
        section.section.news .swiper-button-next,section.section.news .swiper-rtl .swiper-button-prev{
            top:68px;
            background: transparent;
            /* Note: currently only Safari supports backdrop-filter */
            backdrop-filter: blur(30px);
            --webkit-backdrop-filter: blur(30px);
            background-color: rgba(255, 255, 255, 0.15);
            color: #f9c03f;
            border-radius: 50rem;
            width: 60px;
            
        }
          html[dir=ltr] section.category .swiper-button-next,section.category .swiper-rtl .swiper-button-prev,
          html[dir=ltr] section.news .swiper-button-next,section.news .swiper-rtl .swiper-button-prev{
            right: 0;
          }
          html[dir=rtl] section.category .swiper-button-next,section.category .swiper-rtl .swiper-button-prev,
          html[dir=rtl] section.news .swiper-button-next,section.news .swiper-rtl .swiper-button-prev{
            left: 0;
          }
        section.category .swiper-button-next:after, section.category .swiper-button-prev:after,
        section.news .swiper-button-prev:after, section.news .swiper-button-next:after{

            font-size: 16px;
            font-weight: bold;
        }
        section.category .swiper-button-prev,section.category .swiper-rtl .swiper-button-next,
        section.news .swiper-button-prev,section.news .swiper-rtl .swiper-button-next{
            top:68px;
            background: transparent;
            /* Note: currently only Safari supports backdrop-filter */
            backdrop-filter: blur(30px);
            --webkit-backdrop-filter: blur(30px);
            background-color: rgba(255, 255, 255, 0.15);
            color: #f9c03f;
            border-radius: 50rem;
            width: 60px;
        }
        html[dir=ltr] section.category .swiper-button-prev,section.category .swiper-rtl .swiper-button-next,
        html[dir=ltr] section.news .swiper-button-prev,section.news .swiper-rtl .swiper-button-next{
          right: 80px;
            left: auto;
        }
        html[dir=rtl] section.category .swiper-button-prev,section.category .swiper-rtl .swiper-button-next,
        html[dir=rtl] section.news .swiper-button-prev,section.news .swiper-rtl .swiper-button-next{
          right: auto;
            left: 80px;
        }

/*                    product
/***********************************************************/
section.section.product {
  color: #fff;
  background: #161616;
}

section.section.product .title {
  position: relative;
  margin-bottom: 2rem;
  font-weight: bold;
  text-align: center;
}

section.section.product .title {
  color: #F9C03F;
}

section.section.product .title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background-color: #F9C03F;
  width: 75px;
  height: 5px;
}
html[dir=ltr] section.section.product .title::after {
  left: 47%;
}
html[dir=rtl] section.section.product .title::after {
  right: 47%;
}

section.section.product .card,.product-card {
  max-width: 320px; 
  max-height: 350px;
  margin: auto;
  z-index: 1;
  background: transparent;
  transition: 0.15s;
  border-color: transparent;
}
section.section.product .card:hover,.product-card:hover,
section.section.product .card:focus,.product-card:focus{
  border: 1px solid #F9C03F;
  transition: 0.15s;
  box-shadow: 0px 3px 10px #f9c03f;
}
section.section.product .card-img,.product-card .card-img{
  display: flex;
}
section.section.product .card img,.product-card img{
width: 250px;
height: 250px;
  position: relative;
  filter: drop-shadow(2px 4px 6px black);

  
}

section.section.product .card-img::before,.product-card .card-img::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: -2;
  border-radius: 50%;
  background: transparent;
  -webkit-filter: drop-shadow(0px 3px 0px #f9c03f);
          filter: drop-shadow(0px 3px 0px #f9c03f);
  -webkit-box-shadow: 0px 3px 50px #F9C03F, inset 0px 3px 99px #F9C03F;
          box-shadow: 0px 3px 50px #F9C03F, inset 0px 3px 99px #F9C03F;
}
section.section.product .card-img::before{
  top: 50%;
  transform: translate(-50%, -90%);
  left: 50%;

}

.product-card .card-img::before {
  top: 50%;
  transform: translate(-50%, -100%);
  left: 50%;

}

section.section.product .card .card-img::after,.product-card .card-img::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background: transparent;
  border-radius: 50%;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
}

section.section.product .card-img::after{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
}
.product-card .card-img::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -95%);
}

section.section.product .cat-title {
  height: 50px;
  margin: 20px;
  padding-top: 0px;
  border-radius: 21px;
  -webkit-box-shadow: inset 0px 0px 20px 0px #F9C03F;
          box-shadow: inset 0px 0px 20px 0px #F9C03F;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.15);
  transition: .15s ease-in-out;
}

section.section.product .cat-title:hover {
  background: #f9c03f;
}

/*                    about us
/***********************************************************/
section.section.news {
  color: #fff;
}

section.section.news .title {
  position: relative;
  margin-bottom: 2rem;
  font-weight: bold;
}

section.section.news .title {
  color: #F9C03F;
}

section.section.news .title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background-color: #F9C03F;
  width: 60px;
  height: 5px;
}
html[dir=ltr] section.section.news .title::after{
  left: 0;
}
html[dir=rtl] section.section.news .title::after{
  right: 0;
}
section.section.news .title span {
  color: #fff;
}

section.section.news .date {
  position: absolute;
  top: 0;
  padding: 10px;
  background: #F9C03F;
  border-radius: 0px 24px;
}
html[dir=ltr] section.section.news .date {
  right: 0;
}
html[dir=rtl] section.section.news .date {
  left: 0;
}
section.section.news .date p {
  margin: 0 !important;
}

section.section.news .card {
  background: #2d2c28;
  border-radius: 24px;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 9rem;
}
section.section.news .card:hover img{
transform: scale(1.5);
}
section.section.news .card div.img img {
  transition: .5s;
}
section.section.news .card div.img, section.section.news .card div.img img {
  width: 100%;
  height: 100%;
}

section.section.news .card div.img {
  overflow: hidden;
  border-radius: 24px;
}

section.section.news .card .content {
  border-radius: 15px;
  width: 80%;
  padding: 1rem;
  position: absolute;
  bottom: -100px;
  font-size: 14px;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
}
html[dir=ltr] section.section.news .card .content {
  left: 10%;
}
html[dir=rtl] section.section.news .card .content {
  right: 10%;
}
section.section.news .card .content a {
  width: 111px;
  padding: 7px 10px;
  border: 3px solid #f9c03f;
  text-align: center;
}

/*                    counter 
/***********************************************************/
section.section.counter {
  background: #2d2c28;
}
section.section.counter .card{
border-radius: 10px;
padding: .5rem;
background: rgba(249, 192, 63, 0.169);
border: 1px solid rgba(249, 192, 63, 0.169);
/* Note: currently only Safari supports backdrop-filter */
backdrop-filter: blur(0px);
--webkit-backdrop-filter: blur(0px);
/* (plus shape's fill blended on top as a separate layer with 11% opacity) */
}
section.section.counter .card img{
  width: 120px;
}
/*                    about us
/***********************************************************/
section.section.contact_us {
  color: #fff;
  background: #0a0a0a;
  margin-top: 10rem !important;
}

section.section.contact_us .title {
  position: relative;
  margin-bottom: 2rem;
  font-weight: bold;
}

section.section.contact_us .title {
  color: #F9C03F;
}

section.section.contact_us .title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  background-color: #F9C03F;
  width: 60px;
  height: 5px;

}
html[dir=ltr] section.section.contact_us .title::after {  left: 0;}
html[dir=rtl] section.section.contact_us .title::after {  right: 0;}
section.section.contact_us .title span {
  color: #fff;
}

section.section.contact_us .m-btn {
  border: 4px solid #F9C03F;
}

section.section.contact_us .contact-form, section.section.contact_us .contact-info {
  margin-bottom: 6rem;
}

section.section.contact_us .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.section.contact_us li {
  list-style: none;
}

section.section.contact_us .contact-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.section.contact_us .contact-list li a p {
  margin: 0;
}

section.section.contact_us .contact-list li a svg {
  width: 40px;
  height: 40px;
  stroke: #F9C03F;
}
html[dir=ltr] section.section.contact_us .contact-list li a svg {padding-right: 1rem;}
html[dir=rtl] section.section.contact_us .contact-list li a svg {padding-left: 1rem;}
section.section.contact_us .contact-social li {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  transition: .15s ease-in-out;
}

.contact-social li:hover {
  background: #F9C03F !important;
}

section.section.contact_us .contact-social li a svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
}

.text-with-glow {
    color: white; /* لون النص */
    font-size: 32px; /* حجم الخط */
    font-weight: bold; /* وزن النص */
}

.text-with-glow .highlight {
    position: relative; /* لتموضع الخط والتأثير */
    color: #FFC107; /* لون الكلمة */
}

.text-with-glow .highlight::after {
    content: ''; /* إنشاء خط تحت الكلمة */
    position: absolute; /* تموضع الخط */
    bottom: -5px; /* المسافة بين النص والخط */
    left: 0; /* بداية الخط */
    width: 100%; /* عرض الخط */
    height: 4px; /* سماكة الخط */
    background-color: #FFC107; /* لون الخط */
    box-shadow: 0 0 8px #FFC107; /* توهج حول الخط */
    border-radius: 2px; /* لجعل الحواف مستديرة */
}
/*# sourceMappingURL=all.css.map */
