:root {
  --bs-body-font-family: "Cairo", sans-serif;
  --bs-primary: $primary;
}

:root .navbar {
  --bs-primary: $primary;
}
.no-right-click {
    pointer-events: none;
}
.x-title {
  font-weight: bolder;
  font-size: 2.4rem;
  color: #000;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
@media (max-width:767px) {
  .x-title {
    font-size: 2.5rem;
  }
}
.x-title:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 75px;
  background-image: url("../images/bolids-green.png");
  background-size: cover;
  background-position: center;
  left: calc(50% - 37.5px);
  bottom: -25px;
}
.x-title.x-title-start {
  text-align: start;
}
.x-title.x-title-start:after {
  left: 0;
}
.x-title.x-title-primary {
  color: #e8be42;
}
.x-title.x-title-white {
  color: #FFFFFF;
}
.x-title.x-title-white:after {
  background-image: url("../images/bolids-orange.png");
}

[dir=rtl] .x-title:not(.x-title-start):after {
  left: auto;
  right: calc(50% - 37.5px);
}
[dir=rtl] .x-title.x-title-start:after {
  left: auto;
  right: 0;
}

.x-date {
  padding: 15px 0px;
  margin: 10px 0;
  border-top: 1px dashed #000;
  position: relative;
}
.x-date:after {
  content: "";
  position: absolute;
  height: 39px;
  width: 21px;
  scale: 0.8;
  background-image: url("../images/square-skew.png");
  background-size: cover;
  background-position: center;
  left: -5px;
  top: -21px;
}
.x-date .x-date-title {
  color: #ffff1c;
  font-weight: 900;
  font-size: 1.3rem;
  margin: 5px 0;
  max-width: 95%;
}
.x-date .x-date-content {
  font-size: 0.85rem;
  max-width: 95%;
}

.x-dates-grid > div {
  width: 20% !important;
}
@media (min-width:768px) {
  .x-dates-grid > div:nth-child(5n) .x-date {
    border-top: 0px;
  }
  .x-dates-grid > div:nth-child(5n) .x-date:before {
    display: none;
  }
}
@media (max-width:767px) {
  .x-dates-grid > div {
    width: 50% !important;
  }
  .x-dates-grid > div .x-date {
    border-top: 1px dashed #000;
  }
  .x-dates-grid > div .x-date:before {
    display: block;
  }
}
.x-dates-grid > div .x-date:before {
  content: "\f285";
  position: absolute;
  height: 20px;
  width: 20px;
  scale: 1;
  font-family: bootstrap-icons !important;
  color: #e8be42;
  background-size: cover;
  background-position: center;
  left: calc(50% - 10px);
  top: -12px;
  z-index: 1;
}

[dir=rtl] .x-date:before {
  left: auto;
  right: calc(50% - 10px);
  transform: rotateY(180deg);
}
[dir=rtl] .x-date:after {
  left: auto;
  right: -5px;
}

.x-speaker .x-speaker-img {
  height: 325px;
  width: fit-content;
  max-width: 400px;
  display: flex;
  position: relative;
  justify-content: center;
}
.x-speaker .x-speaker-img:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -17px;
  height: 102px;
  width: 35px;
  background-image: url("../images/bolids-orange-vertical.png");
}
.x-speaker .x-speaker-img img {
  width: 100%;
  object-fit: cover;
}
.x-speaker .x-speaker-content {
  padding: 0 20px;
  position: relative;
  top: -30px;
}
.x-speaker .x-speaker-content .x-speaker-name {
  padding: 5px 20px;
  font-size: 1.4rem;
  font-weight: bolder;
  position: relative;
  width: fit-content;
}
.x-speaker .x-speaker-content .x-speaker-name span {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.x-speaker .x-speaker-content .x-speaker-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8be42;
  transform: skewX(-20deg);
  z-index: 0;
}
.x-speaker .x-speaker-content .x-speaker-about {
  margin-top: 15px;
  font-size: 1rem;
}

.x-news {
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 5px auto;
  max-width: 25rem;
}
.x-news .x-news-img {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-news .x-news-img img {
  width: 100%;
  object-fit: cover;
}
.x-news .x-news-content .x-news-title {
  color: #e8be42;
  font-weight: bolder;
  margin: 5px 0px 0px;
  font-size: 15px;
}
.x-news .x-news-content .x-news-date {
  color: #e8be42;
  font-weight: 300;
  font-size: 14px;
}
.x-news .x-news-content .x-news-about {
  margin-top: 10px;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-img {
  width: 55%;
  position: relative;
  overflow: visible !important;
}
.about-img:before {
  content: "";
  position: absolute;
  top: calc(50% - 51px);
  right: -17px;
  height: 102px;
  width: 35px;
  scale: 1.2;
  background-image: url("../images/bolids-orange-vertical.png");
}

[dir=rtl] .about-img:before {
  right: auto;
  left: -17px;
}

.about-content {
  width: 45%;
}
.about-content p {
  height: 26rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  /*font-weight: bolder;*/
}

.about-section {
  max-height: 800px;
  overflow: hidden;
}

.about-img, .about-content {
  display: flex;
  align-items: center;
}
@media (max-width:767px) {
  .about-img, .about-content {
    width: 100%;
  }
}

.x-number-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #e8be42;
  text-align: end;
  flex-direction: row-reverse;
}
.x-number-item .x-number-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.x-number-item .x-number-img img {
  width: 80px;
}
.x-number-item .x-number {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bolder;
  color: #e8be42;
}
.x-number-item .x-number-title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #e8be42;
}

.x-info-item {
  text-align: center;
}
.x-info-item .x-info-icon {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: 2px solid #e8be42;
  color: #e8be42;
  margin: auto;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-info-item .x-info-title {
  color: #e8be42;
  font-weight: bolder;
  font-size: 1rem;
  margin-top: 10px;
}
.x-info-item p {
  color: #FFFFFF;
  font-size: 14px;
}

.x-btn {
  background-color: #000;
  color: #FFFFFF;
  border-radius: 0px;
  border: none;
  text-decoration: navajowhite;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: bolder;
  transition: all 0.2s ease-in-out;
}
.x-btn:hover {
  background-color: #355c59;
}

.x-banner {
  height: 200px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width:767px) {
  .x-banner {
    height: 300px;
  }
}
.x-banner .main-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}
.x-banner .x-banner-content {
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: start;
  color: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.x-banner .x-banner-content h1 {
  font-weight: bolder;
  font-size: 2.5rem;
}
.x-banner .x-banner-path {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

[dir=rtl] .x-banner .x-banner-path {
  right: auto;
  left: 0;
  transform: rotateY(180deg);
}

.x-navbar {
  background-color: #000;
  color: #FFFFFF;
}

.x-navbar a{
  color: #FFFFFF;
}
.x-navbar .top-nav {
  padding-top: 20px;
}
@media (max-width:767px) {
  .x-navbar .top-nav {
    padding-top: 20px;
  }
}
.x-navbar .top-nav img.main-nav-top-image {
  height: 100px;
  max-width: 100%;
}
.x-navbar .top-nav .nav-top-items {
  margin: 0px 0 20px;
  display: flex;
  gap: 1rem;
}
.x-navbar .top-nav .nav-top-items li a {
  display: flex;
  gap: 5px;
  text-decoration: none;
  /*color: #000;*/
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.x-navbar .top-nav .nav-top-items li a img, .x-navbar .top-nav .nav-top-items li a svg {
  transition: all 0.3s ease-in-out;
  height: 18px;
  font-size: 16px;
  font-weight: 200;
}
.x-navbar .top-nav .nav-top-items li a svg path {
  transition: all 0.3s ease-in-out;
}
.x-navbar .top-nav .nav-top-items li a:hover {
  color: #e8be42;
}
.x-navbar .top-nav .nav-top-items li a:hover svg path, .x-navbar .top-nav .nav-top-items li a:hover i {
  color: #e8be42;
  fill: #e8be42;
}
.x-navbar .bottom-nav {
  border-top: 1px solid #ffff1c;
  padding: 10px 0;
  margin-top: 30px;
}
@media (max-width:767px) {
  .x-navbar .bottom-nav {
    border-top: 0;
    margin-top: 0px;
    padding: 0;
  }
}
.x-navbar .nav-item .nav-link {
  /*color: #000;*/
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ffff1c;  
}
.x-navbar .nav-item .nav-link:hover, .x-navbar .nav-item .nav-link.active {
  color: #ffff1c;
}
.x-navbar .nav-item .dropdown-menu {
  padding: 0;
  border: 0;
  border-top: 7px solid #ffff1c;
  border-radius: 0;
  font-weight: bolder;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin-top: 17px;
}
@media (max-width:767px) {
  .x-navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
.x-navbar .nav-item .dropdown-menu .dropdown-item {
  font-weight: 500;
  padding: 0.5rem 0.7rem !important;
  position: relative;
  color:#000;
}
.x-navbar .nav-item .dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #CCC;
}
.x-navbar .nav-item .dropdown-menu .dropdown-item:last-of-type:before {
  display: none;
}
.x-navbar .nav-item .dropdown-menu .dropdown-item:active {
  background-color: #e8be42 !important;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Cairo", sans-serif;
}

body, .tooltip, .popover, .carousel-control .icon-prev, .carousel-control .icon-next {
  font-family: "Cairo", Tahoma, Arial, sans-serif !important;
}

.bg-gray {
  background-color: #f0f0f0;
}

.bg-alt {
  background-color: #715741;
}

.bg-second {
  background-color: #000;
}

.w-90 {
  width: 90%;
}

.x-carousel-img {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  filter: brightness(0.9);
}
.x-carousel-img img {
  object-fit: cover;
  justify-content: center;
}
@media (max-width:767px) {
  .x-carousel-img {
    height: auto;
  }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 4rem;
  width: 4rem;
}

.carousel-caption {
  bottom: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: start;
}
@media (max-width:767px) {
  .carousel-caption {
    width: 100%;
    text-align: center;
  }
}
.carousel-caption h2, .carousel-caption h1 {
  font-size: 45px;
  width: 75%;
  font-weight: bolder;
}
@media (max-width:767px) {
  .carousel-caption h2, .carousel-caption h1 {
    width: 80%;
    margin: auto;
    font-size: 30px;
  }
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
}
.gallery-grid > div, .gallery-grid > a {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-grid > div img, .gallery-grid > a img {
  object-fit: cover;
}

.x-gallery {
  position: relative;
  display: flex;
}
.x-gallery i {
  position: absolute;
  font-size: 50px;
  color: #FFF;
  top: calc(50% - 40px);
  left: calc(50% - 25px);
  z-index: 1;
}

.x-logo-item {
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-logo-item img {
  transform: scale(0.9);
}

.x-section-bg {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  height: 100%;
  width: 100%;
  background-color: rgba(35, 117, 28, 0.7);
}
@media (max-width:767px) {
  .section-content {
    padding: 10px;
  }
}
.section-content.section-alt {
  background-color: transparent;
}

.about-banner h2 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bolder;
}
.about-banner .date {
  font-weight: bolder;
  font-size: 2rem;
  color: #e8be42;
  margin-bottom: 10px;
}

.x-footer .footer-list-bg {
  background-color: #272a2a;
}
.x-footer .footer-info-bg {
  background-color: #212223;
}
.x-footer .footer-list {
  list-style: none;
  padding: 0;
  width: 90%;
}
@media (max-width:767px) {
  .x-footer .footer-list {
    width: 100%;
  }
}
.x-footer .footer-list li a {
  display: flex;
  text-decoration: none;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  padding: 3px 0;
  font-weight: 400;
}
.x-footer .footer-list li:not(:last-of-type) a {
  border-bottom: 2px solid #ffff1c;
}
.x-footer .footer-bottom {
  background-color: #323334;
  padding: 20px 10px;
}
.x-footer .footer-bottom a {
  color: #e8be42;
  transition: all 0.3s ease-in-out;
}
.x-footer .footer-bottom a:hover {
  color: #FFF;
}

.nav-underline {
  padding: 0;
}
.nav-underline .nav-link {
  color: #ffff1c;
}
.nav-underline .nav-link.active {
  color: #e8be42;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #ffff1c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(72, 124, 120, 0.25);
}

.modal-header {
  display: flex;
  justify-content: space-between;
}
.modal-header .btn-close {
  margin: 0;
}

/*# sourceMappingURL=main.css.map */
