/* Global Style */
:root {
	--main-color: #16214B;
    --primary-color-rgb-loading: 0, 39, 100;
    --secondary-color: #E94828;
	--special-color: #12647C;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin-top: 0 !important;
    overflow-x: hidden !important;
}

body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
}

.site-header .container-fluid {
	padding: unset !important;
}

.contact-btn {
    color:  #fff;
    font-family: "Inter400";
    font-size: 15px;
    padding: 12px 35px;
    background: var(--main-color);
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s ease-in-out;
    text-decoration: unset;
}
.contact-btn:hover {
    opacity: 0.8;
}

.swiper-button-next, .swiper-button-prev {
  width: 39px !important;
  height: 39px !important;
  background-repeat: no-repeat !important;
  color: transparent !important;
  background-position: center center;
  background-size: 24px !important;
}
.swiper-button-prev {
  background-image: url("../images/arrow-left-line.svg") !important;
  border: 1px solid var(--main-color) !important;
}
.swiper-button-next {
  background-image: url("../images/arrow-right.svg") !important;
  background-color: var(--main-color) !important;
}

.items-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;  
  gap: 10px;
}
.items-pagination .page-numbers {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 14px;
  font-family: "Dmsans400";
  font-weight: 400;
  padding: 10px;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.items-pagination .current {
  background: var(--main-color);
  color: #fff;
}

@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 34px !important;
    height: 34px !important;
    background-size: 21px !important;
  }
}

@media (max-width: 476px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}

/* Start Import Fonts */

/* Poppins */
@font-face {
    font-family: "Poppins100";
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
}
@font-face {
    font-family: "PoppinsItalic100";
    src: url(../fonts/Poppins/Poppins-ThinItalic.ttf);
}
@font-face {
    font-family: "Poppins200";
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}
@font-face {
    font-family: "PoppinsItalic200";
    src: url(../fonts/Poppins/Poppins-ExtraLightItalic.ttf);
}
@font-face {
    font-family: "Poppins300";
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
    font-family: "PoppinsItalic300";
    src: url(../fonts/Poppins/Poppins-LightItalic.ttf);
}
@font-face {
    font-family: "Poppins400";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: "PoppinsItalic400";
    src: url(../fonts/Poppins/Poppins-Italic.ttf);
}
@font-face {
    font-family: "Poppins500";
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: "PoppinsItalic500";
    src: url(../fonts/Poppins/Poppins-MediumItalic.ttf);
}
@font-face {
    font-family: "Poppins600";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: "PoppinsItalic600";
    src: url(../fonts/Poppins/Poppins-SemiBoldItalic.ttf);
}
@font-face {
    font-family: "Poppins700";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: "PoppinsItalic700";
    src: url(../fonts/Poppins/Poppins-BoldItalic.ttf);
}
@font-face {
    font-family: "Poppins800";
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family: "PoppinsItalic800";
    src: url(../fonts/Poppins/Poppins-ExtraBoldItalic.ttf);
}
  

/* Almarai */
@font-face {
  font-family: "Almarai300";
  src: url(../fonts/Almarai/Almarai-Light.ttf);
}
@font-face {
  font-family: "Almarai400";
  src: url(../fonts/Almarai/Almarai-Regular.ttf);
}
@font-face {
  font-family: "Almarai700";
  src: url(../fonts/Almarai/Almarai-Bold.ttf);
}
@font-face {
  font-family: "Almarai800";
  src: url(../fonts/Almarai/Almarai-ExtraBold.ttf);
}


  /* Inter */
  @font-face {
    font-family: "Inter100";
    src: url(../fonts/Inter/Inter-Thin.ttf);
  }
  @font-face {
    font-family: "Inter200";
    src: url(../fonts/Inter/Inter-ExtraLight.ttf);
  }
  @font-face {
    font-family: "Inter300";
    src: url(../fonts/Inter/Inter-Light.ttf);
  }
  @font-face {
    font-family: "Inter400";
    src: url(../fonts/Inter/Inter-Regular.ttf);
  }
  @font-face {
    font-family: "Inter500";
    src: url(../fonts/Inter/Inter-Medium.ttf);
  }
  @font-face {
    font-family: "Inter600";
    src: url(../fonts/Inter/Inter-SemiBold.ttf);
  }
  @font-face {
    font-family: "Inter700";
    src: url(../fonts/Inter/Inter-Bold.ttf);
  }
  @font-face {
    font-family: "Inter800";
    src: url(../fonts/Inter/Inter-ExtraBold.ttf);
  }
  @font-face {
    font-family: "Inter900";
    src: url(../fonts/Inter/Inter-Black.ttf);
  }

  /* Dm Sans */
  @font-face {
    font-family: "Dmsans100";
    src: url(../fonts/DmSans/DMSans-Thin.ttf);
  }
  @font-face {
    font-family: "DmsansItalic100";
    src: url(../fonts/DmSans/DMSans-ThinItalic.ttf);
  }
  @font-face {
    font-family: "Dmsans200";
    src: url(../fonts/DmSans/DMSans-ExtraLight.ttf);
  }
  @font-face {
    font-family: "DmsansItalic200";
    src: url(../fonts/DmSans/DMSans-ExtraLightItalic.ttf);
  }
  @font-face {
    font-family: "Dmsans300";
    src: url(../fonts/DmSans/DMSans-Light.ttf);
  }
  @font-face {
    font-family: "DmsansItalic300";
    src: url(../fonts/DmSans/DMSans-LightItalic.ttf);
  }
  @font-face {
    font-family: "Dmsans400";
    src: url(../fonts/DmSans/DMSans-Regular.ttf);
  }
  @font-face {
    font-family: "DmsansItalic400";
    src: url(../fonts/DmSans/DMSans-Italic.ttf);
  }
  @font-face {
    font-family: "Dmsans500";
    src: url(../fonts/DmSans/DMSans-Medium.ttf);
  }
  @font-face {
    font-family: "DmsansItalic500";
    src: url(../fonts/DmSans/DMSans-MediumItalic.ttf);
  }
  @font-face {
    font-family: "Dmsans600";
    src: url(../fonts/DmSans/DMSans-SemiBold.ttf);
  }
  @font-face {
    font-family: "DmsansItalic600";
    src: url(../fonts/DmSans/DMSans-SemiBoldItalic.ttf);
  }
  @font-face {
    font-family: "Dmsans700";
    src: url(../fonts/DmSans/DMSans-Bold.ttf);
  }
  @font-face {
    font-family: "DmsansItalic700";
    src: url(../fonts/DmSans/DMSans-BoldItalic.ttf);
  }
  @font-face {
    font-family: "Dmsans800";
    src: url(../fonts/DmSans/DMSans-ExtraBold.ttf);
  }
  @font-face {
    font-family: "DmsansItalic800";
    src: url(../fonts/DmSans/DMSans-ExtraBoldItalic.ttf);
  }
  /* End Dm Sans */


/* End Import Fonts */


/* Start Navbar Style */
.site-header {
  position: absolute;
  top: 30px !important;
  left: 0;
  right: 0;
  background: transparent !important;
  transition: .3s ease-in-out;
  z-index: 1000;
}


.site-header.scrolled {
  padding: 3px !important;
  position: fixed !important;
  top: 0 !important;
  background-color: #fff !important;
  transition: .3s ease-in-out;
  box-shadow: 0 0 16px rgba(33, 33, 33, 0.1) !important;
}

.navbar-brand img {
  width: 117px;
}

.navbar-brand .logo-scrolled {
  display: none;
}

.navbar-toggler {
  border: unset !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}

/* Show scrolled logo when header has scrolled class */
.site-header.scrolled .logo-scrolled {
  display: block;
}

/* Hide default logo when scrolled */
.site-header.scrolled .logo-default {
  display: none;
}



.primary-menu-container {
    display: flex; 
    align-items: center;
}

.navbar-nav {
  margin-left: 60px !important;
}

.site-header .nav-link {
  padding-right: unset !important;
  padding-left: unset !important;
}

.site-header .menu-item {
  margin-left: 30px !important;
}

.site-header .sub-menu .menu-item {
  margin-left: unset !important;
} 
.navbar-nav .dropdown-menu {
  padding-left: 15px;
  width: max-content;
  padding-right: 30px;
}
.site-header .menu-item a {
  color: #FFF;
  font-family: "Inter400";
  font-size: 13px;
  text-transform: capitalize;
}
.site-header.scrolled .menu-item a {
  color: #000;
}

.navbar-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.navbar-info-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.navbar-info-content:not(:last-child):after {
  position: absolute;
  content: "";
  right: -10px;
  height: 75%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: rgba(255, 255, 255, 0.43);
}

.navbar-info-text {
  color: #FFF;
  font-family: "Inter300";
  font-size: 13px;
  margin-bottom: -3px;
}

.site-header.scrolled .navbar-info-text {
  color: #000;
}
.site-header.scrolled .navbar-info-content:not(:last-child):after {
  background: #000;
}
.site-header.scrolled .navbar-info-content svg path {
  fill: #000;
}

.dropdown-menu .menu-item a {
  color: #000;
  padding: 5px 0 !important;
}

.nav-link:focus-visible {
  box-shadow: unset !important;
}
.navbar-nav .nav-link.show {
  color: #fff !important;
}
.site-header.scrolled .navbar-nav .nav-link.show {
  color: #000 !important;
}

.language-switcher {
  padding: unset !important;
  font-size: 13px !important;
  font-family: "Dmsans400" !important;
  color: #fff !important;
}
.site-header.scrolled .language-switcher  {
  color: #000 !important;
}

.btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  border: unset !important;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
  box-shadow: none !important;
}
.navbar-info-content .dropdown-menu.show {
  min-width: 90px !important;
}

/* Inner Pages Navbar */
.secondary-nav {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 20px !important;
}
.non-home-nav.scrolled .secondary-nav{
  border-bottom: unset;
  padding-bottom: 0.5rem !important;
}
/* Inner Pages Navbar */


/* Blog Details Page Navbar */
.site-header.blog-page-nav {
  background: #fff;
  top: 10px !important;
}
.site-header.blog-page-nav.scrolled {
  top: 0 !important;
}

.blog-page-nav .logo-scrolled {
  display: block;
}

/* Hide default logo when scrolled */
.blog-page-nav .logo-default {
  display: none;
}


.blog-page-nav .navbar-nav .nav-link.show {
  color: var(--main-color) !important;
}

.blog-page-nav .navbar {
  border-bottom: unset;
}

.blog-page-nav .nav-link, .blog-page-nav .navbar-info-text {
  color: var(--main-color) !important;
}

.blog-page-nav .navbar-info-content:not(:last-child):after {
  background:  var(--main-color) ;
}
.blog-page-nav .navbar-info-content svg path {
  fill:  var(--main-color) ;
}

.blog-page-nav .language-switcher  {
  color: var(--main-color) !important;
}
/* Blog Details Page Navbar */


@media (max-width: 1400px) {
	.navbar-info-content {
    display: none;
  }
  .navbar-nav {
    margin-left: 20px !important;
  }
  .navbar-info {
    gap: 16px;
  }
  .navbar-info-content:not(:last-child):after {
    right: -8px;
  }
  .navbar-info-content svg {
    margin-bottom: -3px;
  }
}

@media (max-width: 1200px) {
  .navbar-brand img {
    width: 95px;
  }
  .navbar-info-text {
    font-size: 11px;
  }
  .site-header .menu-item a {
    font-size: 12px;
  }
  .site-header .menu-item {
    margin-left: 15px !important;
  }
  .navbar-nav {
    margin-left: unset !important;
  }
}

@media (min-width: 992px) {
	.site-header {
		max-height: 70px;
	}
}
@media (max-width: 992px) {
	.navbar-info-content {
    display: flex;
  }
  .site-header .menu-item {
    margin-left: unset !important;
  }
  /* .navbar-nav .dropdown-menu {
    padding-left: 15px;
    width: 120px;
  } */
  /* .navbar-collapse {
    backdrop-filter: blur(5px);
  } */
  .site-header .menu-item a {
    font-size: 14px;
  }
  .navbar-info {
    margin-top: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
  }
  .navbar-info-text {
    font-size: 13px;
  }
}

@media (max-width: 476px) {
	.navbar-info {
		column-gap: 12px;
	}
	.navbar-info-text {
        font-size: 12px;
    }
	.navbar-info-content:not(:last-child):after {
    	right: -6px;
  	}
}
/* End Navbar Style */


/* Start Header Style */
.header-container {
  padding: 160px 0 50px;
  position: relative;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.header-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.header-content {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}

.header-subtitle {
  color: #FFF;
  font-family: "Poppins400";
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-title {
  color: #FFF;
  font-family: "Dmsans400";
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
/* End Header Style */


/* Start Section Title Style */
.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.section-title-container {
  display: flex;
  align-items: start;
  gap: 10px;
}

.section-title-text {
  max-width: 470px;
  color: #000;
  font-family: "Dmsans200";
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
}

.section-title-para {
  max-width: 450px;
  color: #353535;
  text-align: center;
  font-family: "Dmsans200";
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
}

.section-title.different {
  justify-content: start !important;
  align-items: start !important;
}

.section-title.different .section-title-text {
  font-size: 22px;
}

.section-title.different .section-title-para {
  text-align: start !important;
}


@media (max-width: 1200px) {
  .section-title-text {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .section-title-text {
    font-size: 21px;
  }
}

@media (max-width: 476px) {
  .section-title-text {
    font-size: 20px;
  }
}


.section-title-pages-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-title-pages-container img {
  width: 42px;
}

.section-title-pages {
  color: #000;
  font-family: "Dmsans200";
  font-size: 24px;
  font-weight: 200;
  max-width: 400px;
  text-transform: uppercase;
  line-height: 28px;
}

.section-title-pages-desc {
  color: #353535;
  font-family: "Dmsans200";
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .section-title-pages-container img {
    width: 40px;
  }
  .section-title-pages {
    font-size: 22px;
  }
  
}
@media (max-width: 992px) {
  .section-title-pages {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .section-title-pages-container img {
    width: 36px;
  }
  .section-title-pages {
    max-width: 350px;
    font-size: 19px;
  }
  .section-title-pages-desc {
    font-size: 13px;
    line-height: 20px;
    margin-top: 2px;
  }
}
@media (max-width: 576px) {
  .section-titl-pages-container {
    gap: 18px;
  }
  .section-title-pages-container img {
    width: 34px;
  }
  .section-title-pages {
    font-size: 18px;
    max-width: 300px;
  }
}
@media (max-width: 476px) {
  .section-title-pages-container {
    gap: 15px;
  }
  .section-title-pages-container img {
    width: 32px;
  }
  .section-title-pages {
    font-size: 17px;
  }
}
/* End Section Title Style */


/* Start Hero Style */
.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    display: flex;
    align-items: center;
}

.hero-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-content-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 550px;
}

.hero-data {
  color: #FFF;
  text-align: center;
  font-family: "Inter300";
  font-size: 16px;
  font-weight: 300;
}

.hero-title {
  margin-top: 10px;
  color: #FFF;
  text-align: center;
  font-family: "Dmsans200";
  font-size: 26px;
  font-weight: 200;
  text-transform: capitalize;
  line-height: 42px;
}

.hero-counter {
  margin-top: 15px;
  width: 100%;
}
.hero-counter {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-out;
    visibility: hidden;
}

.hero-counter.loaded {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
	font-family: "Dmsans300";
	color: #fff;
	font-size: 32px;
	letter-spacing: 3.5px;
	text-align: center;
	text-transform: uppercase;
}

.hero-btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hero-btn {
  width: 185px;
  background: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 9px;
  color: #FFF;
  font-family: "Inter400";
  font-size: 13px;
  font-weight: 400;
  transition: .4s ease-in-out;
  cursor: pointer;
}
.hero-btn:hover {
  opacity: 0.8;
  transform: scale(1.03);
}


/* Start Countdown Section */

.countdown-timer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.time-contianer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.time-number {
  color: #FFF;
  text-align: justify;
  font-family: "Inter200";
  font-size: 40px;
}
.time-number.seconds {
  opacity: 0.22;
}
.time-label {
  color: #D9D9D9;
  text-align: center;
  font-family: "Dmsans300";
  font-size: 17px;
  letter-spacing: normal !important;
}

.countdown {
  text-align: center;
  color: #fff;
  font-family: "Dmsans200";
  font-size: 46px;
  letter-spacing: 9px;
}


@media (max-width: 1200px) {
  .time-number {
    font-size: 46px;
  }
  .time-label {
    font-size: 18px;
  }
  .countdown {
    font-size: 40px;
    letter-spacing: 8px;
  }
  .hero-title {
    font-size: 26px;
	  line-height: 39px;
  }
  .hero-content {
    max-width: 520px;
  }
}

@media (max-width: 992px) {
  .time-number {
    font-size: 44px;
  }
  .time-label {
    font-size: 17px;
  }
  .hero-title {
    font-size: 24px;
	  line-height: 38px;
  }
  .hero-content {
    max-width: 480px;
  }
  .hero-data {
    font-size: 15px;
  }
  .hero-btn {
    font-size: 12px;
    padding: 8px;
    width: 180px;
  }
}

@media (max-width: 576px) {
	.hero-counter.loaded  {
	font-size: 26px;
	}
  .hero-data {
    font-size: 14px;
  }
  .time-number {
    font-size: 36px;
  }
  .time-label {
    font-size: 15px;
  }
  .hero-content {
    max-width: 420px;
  }
  .hero-title {
    font-size: 22px;
	line-height: 35px
  }
  .hero-btns {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 476px) {
  .hero-content {
    max-width: 100%;
  }
.hero-title {
    font-size: 20px;
	line-height: 33px
  }
	.hero-data {
		font-size: 13px;
	}
  .countdown-timer {
    justify-content: space-around;
  }
}

/* End Hero Style */ 


/* Start About Section */
.about-section-container {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section-content {
  max-width: 740px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-section-desc {
  margin-top: 15px;
  color: #000;
  text-align: center;
  font-family: "Dmsans200";
  font-size: 14px;
  font-weight: 200;
  line-height: 25px; 
}
.about-section-desc strong {
  font-family: "Dmsans500";
  font-weight: 500;
}

@media (max-width: 992px) {
  .about-section-desc {
    font-size: 13px;
    line-height: 24px; 
  }
  .about-section-content {
    padding: 0 20px;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .about-section-desc {
    font-size: 12px;
    line-height: 24px; 
  }
  .about-section-content {
    padding: 0;
    max-width: 90%;
  }
}
/* End About Section */


/* Start Sponsors Section */
.sponsors-container {
  margin: 50px 20px 0;
  position: relative;
}
.sponsors-bg-right {
  position: absolute;
  right: 0;
  bottom: -150px;
  width: 700px;
  z-index: -1;
}

.sponsors-bg-left-top {
  width: 300px;
  position: absolute;
  left: -30px;
  bottom: 250px;
  z-index: -1;
}
.sponsors-bg-left-bottom {
  width: 300px;
  position: absolute;
  left: -30px;
  bottom: -150px;
  z-index: -1;
}
.sponsors-bg-right-top {
  width: 300px;
  position: absolute;
  right: -30px;
  bottom: 250px;
  z-index: -1;
}
.sponsors-bg-right-bottom {
  width: 300px;
  position: absolute;
  right: -30px;
  bottom: -150px;
  z-index: -1;
}

.special-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sponsors-level2-title {
  margin-top: 60px;
}
.level2-row, .level4-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 15px;
}
.level2 .sponsor-desc, .level2 .section-title,
.level4 .sponsor-desc, .level4 .section-title {
  display: none;
}

.level3-row {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
flex-direction: row-reverse;
  column-gap: 40px;
  row-gap: 15px;
  flex-wrap: wrap;
} 

.level3-row .sponsor-content {
  min-height: 100px;
  justify-content: space-between;
}

.sponsor-content {
  margin-top: 40px;
  max-width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sponsor-desc {
  margin-top: 12px;
  color: #000;
  font-family: "Dmsans200";
  font-size: 14px;
  font-weight: 200;
  line-height: 24px; 
  text-align: center; 
  overflow: hidden; 
}
.sponsor-desc strong {
  font-family: "Dmsans500";
  font-family: 500;
}

.sponsor-image {
  max-width: 250px;
  max-height: 85px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .sponsor-desc {
    font-size: 13px;
    margin-top: 17px;
    max-width: 85%;
  }
  .sponsor-image {
    max-height: 80px;
  }
}

@media (max-width: 992px) {
  .sponsors-bg-left-top,
  .sponsors-bg-left-bottom {
    display: none;
  }
  .sponsors-container {
    margin: 90px 20px 0;
  }
  .sponsor.special {
    margin-top: 80px !important;
  }
  .sponsor {
    margin-top: 60px !important;
  }
  .sponsor-desc {
    height: unset;
    max-width: 60%;
  }
  .sponsor-image {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .sponsor-desc {
    max-width: 80%;
  }
}

@media (max-width: 576px) {
	.sponsors-level2-title {
	  margin-top: 50px;
	}
	.sponsor-content {
		margin-top: 45px;
	}
	.level3-row {
		margin-top: 20px;
	}
	.level2-row .sponsor-image,
	.level4-row .sponsor-image {
    max-width: 160px;
    margin-top: 10px;
  }
  .level2-row, .level4-row {
    column-gap: 30px;
    row-gap: 0;
  }
  .sponsor-desc {
    max-width: 100%;
    font-size: 12px;
  }
  .sponsor-image {
    margin-top: 15px;
    max-width: 180px;
    max-height: 70px;
  }
}

@media (max-width: 476px) {
  .level3-row .sponsor-content {
    min-height: 60px;
  }
	.level3-row {
		flex-direction: column-reverse;
	}
	.level3-row.arabic-rtl {
		flex-direction: column !important;
	}
}
/* End Sponsors Section */


/* Start Gallery Section */
.gallery-container {
  margin-top: 120px;
}

.gallery-splide {
  margin-top: 50px;
}

.image-grid {
  display: grid !important;
  grid-auto-flow: column; 
  gap: 2px;
  white-space: nowrap;
  direction: ltr !important;
}

.grid-item {
  overflow: hidden;
}

.grid-item-image-container {
  position: relative;
  display: block;
  height: 100%;
}


/* Big images span two rows */
.grid-item.big {
  grid-row: span 2;
  width: 360px;
  height: 400px;
}

/* Small images take one row */
.grid-item.small {
  
  width: 220px;
  height: 199px;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-image {
  transition: 1.5s ease;
}
.grid-image:hover {
  transform: scale(1.3) !important;
}

@media (min-width: 1300px) {
  .grid-item {
    width: 100% !important;
  }
}

/* End Gallery Section */


/* Start Blogs Section */
.blogs-container {
  margin-top: 80px;
}

.skeleton-container {
	width :100%
}

.blogs-content {
  margin-top: 60px;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.blog-btn-link {
  display: inline-block;
  color:  var(--main-color);
  border: 1px solid var(--main-color);
  margin-top: 15px;
  padding: 9px 32px;
  transition: .3s ease;
  font-size: 14px;
  font-family: "Dmsans300";
}
.blog-btn-link:hover {
  background: var(--main-color);
  color: #fff;
}

.blog-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}


.blog-image {
  position: relative;
  height: 206px;
  width: 100%;
}
.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-header {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EaEaEa !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blog-author {
  color: #333;
  font-family: "Dmsans400";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-author span {
  text-decoration: underline;
  text-transform: capitalize;
}

.blog-date {
  color: #828282;
  font-family: "Dmsans300";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.blog-desc {
  padding-bottom: 5px;
  width: 100%;
  text-align: left;
  color: var(--main-black, #2C2C2C);
  font-family: "Dmsans300";
  font-size: 16px;
  font-style: normal;
  font-weight: 200 ;
  line-height: 23px;
}

.blogs-splide .splide__arrow {
  top: 40% !important;
  width: 38px !important;
  height: 38px !important;
  background: rgba(0, 39, 100, 0.10) !important;
}
.blogs-splide .splide__arrow svg {
  width: 15px !important;
  fill: var(--main-color) !important;
}
.blogs-splide .splide__arrow--prev {
  left: -3em !important;
}
.blogs-splide .splide__arrow--next {
  right: -3em !important;
}


@media (max-width: 1200px) {
  .blog-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .blog-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .blog-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* @media ((min-width: 992px) and (max-width: 1200px)) {
  .blog-desc {
    font-size: 14px;
  }
} */



@media (max-width: 768px) {
  .blogs-splide .splide__arrow--prev {
    left: -25px !important;
  }
  .blogs-splide .splide__arrow--next {
    right: -25px !important;
  }
  .blogs-splide .splide__arrow {
    background: #ccc !important;
  }
}

@media (max-width: 576px) {
  .blogs-splide .splide__arrow--prev {
    left: -15px !important;
  }
  .blogs-splide .splide__arrow--next {
    right: -15px !important;
  }
  .blog-desc {
    font-size: 15px;
  }
  
}
/* End Blogs Section */


/* Start Subscribe Section */
.subscribe-container {
  margin-top: 60px;
  background: rgba(242, 242, 242, 0.73);
  padding: 45px 0;
}

.subscribe-content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.subscribe-inputs {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.subscribe-desc {
  max-width: 300px;
  color: #000;
  font-family: "Dmsans200";
  font-size: 16px;
  font-weight: 200;
  line-height: 25px; 
}

.tnp-subscription {
  margin: 0 !important;
  max-width: 100% !important;
}

.tnp-subscription form {
  display: flex !important;
  align-items: center !important; 
  gap: 15px;
}

.tnp-field-button, .tnp-field-email {
  margin-bottom: unset !important;
}

.tnp-field-email {
  flex: 1 !important;
}
.tnp-subscription label {
  display: none !important;
}

.subscribe-input, .tnp-email {
  background: transparent !important;
  border: 1px solid #AFAFAF !important;
  padding: 16px 13px !important;
  color: #000 !important;
  font-family: "Dmsans200" !important;
  font-size: 14px !important; 
  font-style: normal !important;
  font-weight: 200 !important;
  text-transform: capitalize !important;
}
.subscribe-input::placeholder, .tnp-email::placeholder {
	font-family: "Dmsans200" !important;
	font-size: 14px !important;
}
.subscribe-input.small {
  width: 300px;
}
.subscribe-input.big {
  flex: 1 !important;
}

.subscribe-btn, .tnp-submit {
  padding: 16px 27px !important;
  background: var(--secondary-color) !important;
  color: #FFF !important;
  font-family: "Inter300" !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  transition: .3s ease-in-out !important;
}
.subscribe-btn:hover {
  transform: scale(1.05) !important;
}

@media (max-width: 992px) {
  .subscribe-content {
    flex-direction: column;
  }
  .subscribe-desc {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .tnp-field-email {
    width: 300px !important;
  }
  .tnp-subscription form {
    flex-direction: column !important;
  }
  .subscribe-inputs {
    flex-direction: column !important;
  }
}

/* End Subscribe Section */


/* Who Attends Texts */
.who-attends-texts-content .section-title {
  align-items: start;
}
.who-attends-texts-content {
  margin-top: 60px;
}

.who-attends-texts-container {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.who-attends-text-container {
  color: #000;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 25px; 
}
.who-attends-text-container strong {
  font-family: "Dmsans500";
  font-family: 500;
}

@media (max-width: 1200px) {
  .who-attends-texts-container {
    gap: 70px;
  }
  .who-attends-text-container {
    font-size: 14px;
  }
}

@media  (max-width: 992px) {
  .who-attends-texts-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

@media  (max-width: 576px) {
  .who-attends-text-container {
    font-size: 13px;
    line-height: 24px; 
  }
}
/* Who Attends Texts */


/* Start Privacy And Policy */
.privacy-content {
  margin-top: 60px;
  color: #000;
  font-family: "Dmsans400";
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.28px;
}

.privacy-content p {
  margin: 0;
}
/* End Privacy And Policy */




/* Start Objectives  */
.objectives-section-container {
  margin-top: 80px;
}
.objectives-section-container .section-title {
  align-items: start;
}
.objectives-section-container .section-title-para {
  text-align: start;
}

.objectives-container {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 40px;
}

.objective-card-container {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.objective-card {
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(0, 39, 100, 0.33) 100%);
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.objective-number {
  color: var(--main-color);
  font-family: "Dmsans200";
  font-size: 23px;
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
}

.objective-img {
   width: 123%;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.objective-desc {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: "Dmsans300";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 21px; 
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .objective-img {
    bottom: -29px;
	width: 123%;
  }
}

@media (max-width: 1200px) {
  .objectives-container {
    grid-template-columns: repeat(8, 1fr);
  }
	.objective-img {
    bottom: -32px;
  }
}

@media (max-width: 992px) {

  .objective-number {
    font-size: 20px;
  }
  .objectives-container {
    grid-template-columns: repeat(6, 1fr);
  }
  .objective-desc {
    font-size: 14px;
    line-height: 22px;
  }

}

@media (max-width: 768px) {
  .objective-number {
    font-size: 18px;
  }
  .objectives-container {
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
  }
  .objective-desc {
    font-size: 13px;
    line-height: 20px;
  }
  .objective-card-container {
    gap: 40px;
  }
	.objective-img {
    bottom: -29px;
  }
}

@media (max-width: 576px) {
  .objectives-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
  .objective-desc {
    width: 100%;
  }

}

@media (max-width: 476px) {
  .objective-number {
    font-size: 16px;
  }
  .objectives-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
	.objective-img {
    	bottom: -42px;
        width: 119%;
    }
}

@media (max-width: 420px) {
	.objective-card {
		height: 170px;
	}
  .objectives-container {
    gap: 55px;
  }
  .objective-desc {
    font-size: 12px;
    line-height: 19px;
  }
	.objective-img {
    	bottom: -33px;
		width: 119%;
    }
}
/* End Objectives  */


/* Start Visitors */
.visitors-container {
  margin-top: 80px;
  background: #F9F9F9;
}

.visitors-content {
  padding: 80px 0;
  width: 100%;
  display: flex;
  gap: 120px;
}

.visitors-desc,
.visitors-numbers {
  flex: 1;
}

.visitors-desc {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1; 
}
.visitors-desc::after {
  position: absolute;
  content: "";
  right: -60px;
  width: 1px;
  background: #D9D9D9;
  height: 100%;
  top: 0;
}

.visitors-title {
  color: #000;
  font-family: "Dmsans200";
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
  line-height: 34px; /* 139.286% */
  text-transform: uppercase;
}

.visitors-text {
  margin-top: 30px;
  color: #000;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px; /* 162.5% */
}
.visitors-text strong {
  font-family: "Dmsans600";
  font-weight: 600;
}

.visitors-image {
  position: relative;
  flex-grow: 1;
  min-height: 240px;
  margin-top: 30px; /* optional spacing from the text */
}
.visitors-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experts-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.experts-card-container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}

.experts-card {
  min-width: 73px;
  max-width: 73px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.experts-number {
  color: #FFF;
  font-family: "Dmsans200";
  font-size: 26px;
  font-weight: 200;
}

.experts-desc {
  color: #000;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px; /* 162.5% */
}

@media (max-widht: 1200px) {
  .visitors-title {
    font-size: 23px;
    line-height: 32px;
  }
  .visitors-text {
    font-size: 13px;
    margin-top: 25px;
    line-height: 23px;
  }
  .experts-number {
    font-size: 23px;
  }
  .experts-desc {
    font-size: 13px;
    line-height: 20px;
  }
  .experts-card {
    min-width: 68px;
    max-width: 68px;
    height: 68px;
  }
}

@media (max-width: 992px) {
  .visitors-content {
    flex-direction: column;
  }
  .visitors-desc::after {
    position: absolute;
    content: "";
    bottom: -60px;
    height: 1px;
    background: #D9D9D9;
    width: 100%;
    right: 0 !important;
    left: 0 !important;
    top: unset;
  }
}
/* End Visitors */


/* Start Draw Section */
.draw-section {
  position: relative;
  margin-top: 90px;
}


.hotspot-info {
  display: none;

}

.hotspots-placeholder {
	padding: unset !important;
}

.draw-section-container {
  position: relative;
}


.draw-section-row {
  display: flex;
  align-items: center;
  gap: 25px;
}

.draw-image {
  flex: 0.4;
}

.draw-section-texts {
  color: #000;
  font-family: "Dmsans200";
  font-size: 17px;
  font-style: normal;
  font-weight: 200;
  line-height: 31px; /* 165% */
  flex: 0.3;
}

@media (max-width: 1200px) {
	.draw-section-texts {
		font-size: 15px;
		line-height: 29px; /* 165% */
	}
}

@media (max-width: 992px) {
	.draw-section-texts {
		flex: 1;
		text-align: center !important;
	}
	.draw-section-texts p {
		text-align: center !important;
	}
	.draw-section-texts ul {
		padding-left: unset !important;
		list-style: none !important;
	}
	.draw-image {
		flex: 1; 
	}
	.draw-section-row {
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
		justify-content: center;
	}

}

@media (max-width: 768px) {
	.draw-section-texts {
		font-size: 15px;
		line-height: 28px;
	}
}

@media (max-width: 476px) {
	.draw-section-texts {
		font-size: 14px;
	}
}
/* End Draw Section */


/* Start Guide Maps Section */
.design-slider {
  margin-top: 20px;
  position: relative;
}
/* 
.design-slider .splide__slide {
  max-width: 300px !important;
} */

.design-slider .splide__arrow {
  width: 38px !important;
  height: 38px !important;
  background: rgba(0, 39, 100, 0.10) !important;
}
.design-slider .splide__arrow svg {
  width: 15px !important;
  fill: var(--main-color) !important;
}
.design-slider .splide__arrow--prev {
  left: -3em !important;
}
.design-slider .splide__arrow--next {
  right: -3em !important;
}


.design-image {
  position: relative;
  cursor: pointer;
  height: 350px;
}
.design-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1400px) {
  .design-image {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  .design-image {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .design-image {
    height: 280px;
    margin-bottom: 30px;
  }
  .design-slider .splide__arrow--prev {
    left: -25px !important;
  }
  .design-slider.splide__arrow--next {
    right: -25px !important;
  }
  .design-slider .splide__arrow {
    background: #ccc !important;
  }
}

@media (max-width: 576px) {
  .design-image {
    height: 240px;
  }
  .design-slider .splide__arrow--prev {
    left: -15px !important;
  }
  .design-slider .splide__arrow--next {
    right: -15px !important;
  }
  
}
/* End Guide Maps Section */


/* Start Board Detail */
.board-deatil-container {
  margin-top: 80px;
}

.board-detail-page .section-title {
  justify-content: start;
  align-items: start;
}
.board-detail-page .section-title-para{
  text-align: start;
}


.board-deatil-container .section-title-text {
  font-size: 19px;
}

.board-detail-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EDEDED;
  width: 100%;
}

.board-detail-specs {
  margin-top: 20px;
}

.board-detail-spec {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.board-detial-spec-title,
.board-detail-spec-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  flex: 1; 
  padding: 20px 15px;
  text-align: center;
  font-size: 13px;
  font-family: "Dmsans600";
  text-transform: capitalize;
}

.board-detial-spec-title {
  color: var(--main-color);
  background: rgba(0, 39, 100, 0.10);
}
.board-detail-spec-desc {
  color: #000;
  background: #F4F4F4;
}

.board-detail-btn {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: "Dmsans600";
  padding: 13px 22px;
  transition: .3s ease;
}
.board-detail-btn:hover {
  opacity: 0.8;
}

.board-detail-row { /* Add this class to your row */
  min-height: 320px; /* Ensures minimum row height */
}

.board-detail-image {
  height: 100%; /* Take full height of parent column */
  min-height: 320px; /* Fallback for older browsers */
  position: relative;
}

.board-detail-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Prevents stretching (crops if needed) */
  object-position: center; /* Centers the image */
}

.boards-list-container {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #EDEDED;
}

@media (max-width: 1200px) {
  .board-detail-divider {
    display: none;
  }
}

@media (max-width: 992px) {
  .board-detail-image {
    height: 450px;
    min-height: unset;
  }
  .board-deatil-container {
    margin-top: 60px;
  }
  .board-detail-row { /* Add this class to your row */
    flex-direction: column-reverse;
  }
  .board-detail-data {
    margin-top: 40px !important;
  }
  .board-deatil-container .section-title-text {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .board-detail-data {
    margin-top: 20px !important;
  }
  .board-detail-btn {
    font-size: 12px;
  }
  .board-deatil-container .section-title-text {
    font-size: 16px;
  }
  .board-detial-spec-title,
  .board-detail-spec-desc {
    font-size: 12px;
  }
  .board-detail-page .section-title-para{
    font-size: 14px;
  }
}

@media (max-width: 476px) {
  .board-detial-spec-title,
  .board-detail-spec-desc {
    font-size: 11px;
  }
  .board-detail-page .section-title-para{
    font-size: 13px;
  }
}
/* End Board Detail */


/* Start Opinions */
.opinions-section-container {
  margin-top: 80px;
}

.opinions-section-container .section-title {
  align-items: start;
}
.opinions-section-container .section-title-para {
  text-align: start;
}

.opinions-container {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.opinion-card {
  padding: 45px 20px 20px;
  background-color: #16214B;
  background-image: url("../../assets/images/bg/opinions.svg");
  background-position: right center;
  background-repeat: no-repeat;
  height: 200px;
  text-align: center;
}


.opinion-number {
  color: #FFF;
  text-align: center;
  font-family: "Dmsans200";
  font-size: 26px;
  font-weight: 200;
}

.opinion-desc {
  color: #FFF;
  text-align: center;
  font-family: "Dmsans200";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 22px;
}


@media (max-width: 1400px) {
  .opinions-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .opinions-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .opinions-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 476px) {
  .opinions-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .opinion-card {
    padding: 45px 30px 20px;
  }
}
/* End Opinions */


/* Start Contact Us */
.contact-form-container {
  margin-top: 120px;
}

.contact-form {
  width: 100%;
}

.contact-form-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-form-content .section-title {
  align-items: start;
}

.contact-form-text {
  margin-top: 25px;
  color: #211E1F;
  font-family: "Dmsans200";
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
  text-transform: capitalize;
  max-width: 80%;
}

.contact-form-details {
  width: 100%;
  border-top: 1px solid #D3D3D3;
  margin-top: 30px;
  padding-top: 30px;
}

.contact-form-detail {
  color: #000;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 14px;
  font-weight: 200;
  display: flex;
	align-items: center;
	gap: 10px;
}
.contact-form-detail:not(:first-child) {
  margin-top: 20px;
}
.contact-form-detail svg {
  margin-top: -3px;
  margin-right: 10px;
}

.contact-form-map {
  margin-top: 30px;
  flex-grow: 1;
  display: flex;
  position: relative;
}
.contact-form-map iframe {
  width: 100%;
  height: 100%;
}

.contact-form-divider {
  padding: unset !important;
}

.contact-form .nf-form-fields-required {
  display: none !important;
}
.contact-form .nf-field-container {
  margin-bottom: 18px !important;
} 

.contact-form .nf-field-label {
  color: #000;
  font-family: "Dmsans100","Almarai300";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.24px;
}

.contact-form .ninja-forms-field {
  padding: 12px 15px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  color: #000;
  font-family: "Inter400";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  resize: none;
}
.contact-form .ninja-forms-field::placeholder {
  color: #000;
  font-family: "Inter400";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  opacity: 0.4;
}
.contact-form input[type="submit"] {
  background: var(--main-color) !important;
  color: #fff !important;
  width: 100% !important;
  font-family: "Inter700" !important;
  font-weight: 700 !important;
  transition: .3s ease;
  margin-bottom: -18px !important;
}
.contact-form input[type="submit"]:hover {
  opacity: 0.8;
}

.contact-form .nf-error-msg {
  font-family: "Inter400";
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .contact-form-divider {
    display: none;
  }
  .contact-form {
    margin-top: 30px;
  }
  .contact-form-map {
    display: block;
    height: 350px;
  }
  .contact-form-text {
    max-width: 350px;
  }
}

@media (max-width: 576px) {
  .contact-form-detail {
    font-size: 13px;
  }
  .contact-form-text {
    font-size: 15px;
    line-height: 27px;
  }
}

@media (max-width: 476px) {
  .contact-form-text {
    font-size: 14px;
    line-height: 25px;
  }
  .contact-form-details {
    margin-top: 25px;
    padding-top: 25px;
  }
  .contact-form .ninja-forms-field, .contact-form .ninja-forms-field::placeholder,
  .contact-form .nf-field-label, .contact-form .nf-error-msg {
    font-size: 11px;
  }
}
/* End Contact Us */


/* Start Book A Stand */

.book-stand-form-container {
  margin-top: 60px;
}

.book-a-stand-text {
  padding-left: 10px;
  color: #000;
  font-family: "Dmsans300";
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 127.778% */
}
.book-a-stand-text strong {
  font-family: "Dmsans600";
  font-weight: 600;
}

.book-a-stand-desc {
  padding-left: 10px;
  margin-top: 30px;
  color: #000;
  font-family: "Dmsans300";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 164.286% */
}
.book-a-stand-desc strong {
  font-family: "Dmsans600";
  font-weight: 600;
}

.book-stand-design {
  margin-top: 30px;
  flex-grow: 1;
}
/* End Book A Stand */


/* Start Sponsorship */
.sponsorship-form-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.sponsorship-content-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sponsorship-content {
  width: 80%;
}

.sponsorship-btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.sponsorship-btn-download {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  background: var(--main-color);
  padding: 9px 22px;
  color: #fff;
  font-family: "Dmsans400";
  transition: .3s ease;
}
.sponsorship-btn-download:hover {
  opacity: 0.8;
}

.sponsorship-form {
  width: 80%;
}

.sponsor-control-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
  align-items: start;
  width: 100%;
  margin-bottom: 20px;
}

.sponsor-control-label {
  color: #000;
  font-family: "Almarai400";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.24px;
  text-transform: capitalize;
}

.sponsor-control-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  color: #000;
  font-family: "Inter400";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  resize: none;
}
.sponsor-control-input::placeholder {
  color: #000;
  font-family: "Inter400";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  opacity: 0.4;
}

.ninja-forms-field:disabled {
    background-color: #f2f2f2 !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important; 
}

.modal-sponsor-desc {
  font-family: "Almarai400";
  font-size: 16px;
}

.modal-sponsor-btn {
  background: var(--main-color) !important;
  color: #fff !important; 
  font-family: "Almarai400" !important;
  font-size: 14px !important;
  padding: 10px 18px !important;
}

@media (max-width: 992px) {
  .sponsorship-form {
    width: 100%;
  }
  .sponsorship-content {
    width: 100%;
  }
  .sponsorship-form-container {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .sponsorship-btn-download {
    font-size: 12px;
  }
}

@media (max-width: 476px) {
  .sponsorship-btns {
    gap: 8px;
    flex-direction: column;
  }
  .sponsorship-btn-download {
    font-size: 11px;
    padding: 9px 13px;
    justify-content: center;
    width: 100%;
  }
  .sponsor-control-label, 
  .sponsor-control-input, 
  .sponsor-control-input::placeholder {
    font-size: 11px;
  }
}
/* End Sponsorship */


/* Start Boards Page */

.boards-content {
  width: 100%;
  margin-top: 15px;
}

.boards-cards {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}

.board-card-container {
  width: 100%;
  height: 300px;
}

.board-card {
  display: block;
  height: 300px;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.board-card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #FFF;
  font-family: "Inter300";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.16px;
  text-transform: uppercase;
  z-index: 1;
}

.board-image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}

.board-card svg {
  margin-left: 10px;
  transition: .3s ease;
}
.board-card:hover svg {
  margin-left: 20px;
}



.board-filters-wrapper {
    margin: 30px 0;
    background: #f5f5f5;
    padding: 20px;
}


.board-filters-inputs {
	display: flex;
	align-items: center;
	gap: 15px;
	
}
.board-filters-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
	justify-content: space-between;
	width: 100%;
}

.board-filter input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    min-width: 150px;
	max-width: 180px;
	font-family: "Dmsans300";
	font-size: 14px;
}
.board-filter input::placeholder {
	font-family: "Dmsans300";
	font-size: 14px;
}

.btn-filter {
	background: var(--secondary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 9px 22px;
	color: #FFF;
	font-family: "Inter400";
	font-size: 13px;
	font-weight: 400;
	transition: .4s ease-in-out;
	cursor: pointer;
	border-radius: unset;
	border: unset;
	outline: unset;
}

.btn-filter:hover {
   opacity: 0.8;
}



@media (max-width: 1400px) {
  .board-card-title  {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .boards-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .boards-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .board-card-title  {
    font-size: 14px;
    max-width: 75%;
  }
  .board-card-title svg {
    width: 28px;
  }
}

@media (max-width: 768px) {
	.board-filters-inputs {
		width: 100%;
    	flex-direction: column;
	}
	.board-filters-form {
		flex-direction: column;
	}
	.board-filters-inputs div,
	.board-filters-inputs input {
		width: 100%;
	}
	.board-filter input {
		max-width: unset;
	}
}

@media (max-width: 576px) {
  .boards-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 476px) {
  .board-card-title  {
    max-width: 60%;
  }
}
/* End Boards Page */


/* Start History Cover Page */
.history-cover-container {
  margin-top: 60px;
}

.history-covre-desc {
  margin-top: 40px;
  color: #000;
  font-family: "Dmsans200";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px; /* 162.5% */
}
.history-covre-desc strong {
  font-family: "Dmsans600";
}

.history-cover-timeline {
  margin-top: 40px;
}

.timeline-container {
  position: relative;
}

.timeline-container::after {
  content: '';
  position: absolute;
  width: 1.5px;
  background: #E6E6E6;
  top: 10px;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: 1;
}


.timeline-item {
  padding-left: 40px;
  margin-bottom: 30px;
  position: relative;
}
.timeline-item::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 10px;
  left: -5.5px;
  background: #C0C0C0;
  z-index: 2;
}
.timeline-item::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  border-radius: 50%;
  top: 15.5px;
  left: 0;
  background: #C0C0C0;
  z-index: 2;
}

.timeline-content {
  background: #fff;
  position: relative;
}

.timeline-cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.timeline-card {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.timeline-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "Dmsans200";
  font-size: 19px;
  font-style: normal;
  font-weight: 200;
  text-transform: capitalize;
}
.timeline-date span {
  font-family: "Dmsans600";
}

.timeline-image {
  position: relative;
  width: 100%;
  height: 400px;
}
.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-title {
  margin-top: 15px;
  color: #000;
  text-align: center;
  font-family: "Dmsans200";
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  text-transform: capitalize;
}

@media (max-width: 1200px) {
  .timeline-image {
    height: 340px;
  }
}

@media (max-width: 992px) {
  .timeline-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .timeline-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-image {
    width: 100%;
  }
}

@media(max-width: 576px) { 
	.timeline-image img {
		object-fit: fill;
	}
}

@media(max-width: 476px) {
	
	
  .timeline-cards {
    grid-template-columns: repeat(2, 1fr);
  }
	.timeline-item {
		padding-left: 10px;
	}
	.timeline-item::before {
		z-index: -1;
	}
}
/* End History Cover Page */


/* Start Services Page */
.services-page .section-title-container {
  margin-top: 60px;
}
.services-text {
  margin-top: 25px;
  color: #353535;
  font-family: "Dmsans300";
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  max-width: 59%;
}
.services-text span {
  font-family: "Dmsans700";
  font-weight: 700;
}

.brochure-download {
  margin-top: 27px;
}
.brochure-download-btn {
  cursor: pointer;
  padding: 10px 24px;
  color: #FFF;
  font-family: "Inter300";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background: var(--main-color);
  transition: .3s ease;
}
.brochure-download-btn svg {
  margin-left: 5px;
  width: 18px;
}
.brochure-download-btn:hover {
  opacity: 0.8;
}

.services-container {
  border-top: 1.2px solid #CECECE;
  margin-top: 65px;
}

.service-card {
  min-height: 160px;
  margin-top: 80px !important; 
  display: flex;
  flex-direction: column;
}

.service-title {
  color: var(--main-color);
  font-family: "Dmsans300";
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
}

.service-divider {
  margin: 10px 0;
  height: 1px;
  width: 50%;
  background: var(--main-color);
}

.service-desc {
  color: #656565;
  font-family: "Inter400";
  font-size: 14px;
  line-height: 26px;
  max-width: 95%;
}

@media (max-width: 992px) {
  .services-text {
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .service-title {
    font-size: 15px;
  }
  .service-desc {
    font-size: 13px;
    line-height: 25px;
    max-width: 100%;
  }
  .services-text {
    font-size: 13px;
  }
  .brochure-download-btn {
    font-size: 13px;
    padding: 9px 20px;
  }
  .brochure-download-btn svg {
    width: 17px;
  }
}

@media(max-width: 576px) {
  .service-card {
    margin-top: 70px !important;
    min-height: unset;
  }
  .service-desc {
    max-width: 90%;
  }
}

@media (max-width: 476px) {
  .services-text {
    font-size: 12px;
  }
  .brochure-download-btn {
    font-size: 12px;
    padding: 9px 17px;
  }
  .brochure-download-btn svg {
    width: 15px;
  }
}
/* End Services Page */

/* Start Countries Slider */
.countries-container {
  margin-top: 100px;
}

.countries-splide {
  margin-top: 50px;
}

.country-item {
  position: relative;
  width: 170px !important;
  height: 100px !important;
}
.country-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End Countries Slider */


/* Start History TimeLine */
.history-timeline-container {
  position: relative;;
  margin: 100px auto 0;
}

.history-timeline-container::after {
  content: '';
  position: absolute;
  width: 6px;
  background: rgba(209, 209, 209, 0.30);
  top: 10%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.history-timeline-item {
  position: relative;
  width: 450px;
  z-index: 2;
  background: #fff;
  filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.07));
}

.history-timeline-content {
  position: relative;
  padding: 25px;
  background: #fff;
}

.history-timeline-item.right {
  left: 58%;
}
.history-timeline-item.left {
  left: 13%;
}
.history-timeline-item:last-child {
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 0 20px;
  margin-top: 80px;
  min-width: 590px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.history-timeline-item.left::before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -20px;
  width: 200px;
  height: 150px;
  background: rgba(187, 187, 187, 0.20);
  z-index: -1;
}
.history-timeline-item:last-child::before {
  display: none;
}
.history-timeline-item.right::before {
  position: absolute;
  content: "";
  right: -20px;
  bottom: -20px;
  width: 205px;
  height: 160px;
  background: rgba(233, 72, 40, 0.20);
  z-index: -1;
}

.history-title {
  margin-bottom: 12px;
  color: #000;
  font-family: "Inter300";
  font-size: 23px;
  font-weight: 300;
}
.history-timeline-item:last-child .history-title {
  font-size: 36px;
  text-transform: uppercase;
}
.history-desc {
  color: #353535;
  text-align: justify;
  font-family: "Dmsans300";
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.history-timeline-item:last-child .history-desc {
  text-align: center;
}

@media (max-width: 1400px) {
  .history-timeline-item.right {
    left: 55%;
  }
  .history-timeline-item.left {
    left: 9%;
  }
}

@media (max-width: 1200px) {
  .history-timeline-item {
    width: 400px;
  }
  .history-timeline-item.right {
    left: 55%;
  }
  .history-timeline-item.left {
    left: 5%;
  }
}

@media (max-width: 992px) {
  .history-timeline-container::after {
    top: 0;
  }
  .history-timeline-container::after {
    left: 50px;
  }
  .history-timeline-item.right,  .history-timeline-item.left {
    left: 100px !important;
    margin-top: 40px;
  }
  .history-timeline-item:last-child {
    left: 100px !important;
    margin-top: 40px;
    transform: translateX(0) !important;
  }
  .history-timeline-item.right::before,  .history-timeline-item.left::before {
    display: none;
  }
  
}

@media (max-width: 768px) {
  .history-timeline-item {
    min-width: unset !important;
    max-width: 400px !important;
    padding: 0 !important;
  }
}

@media (max-width: 576px) {
  .history-timeline-container::after {
    left: 20px;
  }
  .history-timeline-item.right,  .history-timeline-item.left {
    left: 50px !important;
  }
  .history-timeline-item:last-child {
    left: 50px !important;
  }
  .history-desc {
    font-size: 12px;
    text-align: left;
  }
  .history-title {
    font-size: 21px;
  }
  .history-timeline-item {
    max-width: 370px !important;
  }
  .history-timeline-item:last-child .history-title {
    font-size: 28px;
  }
}

@media (max-width: 476px) {
  .history-timeline-item {
    max-width: 310px !important;

  }
  .history-timeline-content {
    padding: 17px;
  }
  .history-timeline-item.right,  .history-timeline-item.left {
    left: 40px !important;
  }
  .history-timeline-item:last-child {
    left: 40px !important;
  }
}
/* End History TimeLine */



/* Start Certificates Page */
.certificate-container {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(5, minmax(200px, 1fr));
  gap: 55px;
}

.certificate-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cerificate-image-container {
  width: 100%;
  height: 170px;
  margin-bottom: 27px;
}
.certificate-image {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.cerificate-title, .cerificate-desc {
  color: #000;
  text-align: center;
  font-size: 15px;
}
.cerificate-title {
  font-family: "Inter300";
  font-weight: 300;
}
.cerificate-desc {
  font-family: "Inter700";
  font-weight: 700;
}
@media (max-width: 1400px) {
  .certificate-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1200px) {
  .certificate-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .certificate-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .cerificate-image-container {
    height: 120px;
    margin-bottom: 21px;
  }
  .cerificate-title, .cerificate-desc {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .cerificate-image-container {
    
    height: 120px;
    margin-bottom: 21px;
  }
  .cerificate-title, .cerificate-desc {
    font-size: 14px;
  }
}

@media (max-width: 510px) {
  .certificate-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 476px) {
  .cerificate-image-container {
    height: 100px;
  }
  .cerificate-title, .cerificate-desc {
    font-size: 13px;
  }
}
/* End Certificates Page */


/* Start Privacy And Policy */
.privacy-content {
  margin-top: 60px;
  color: #000;
  font-family: "Dmsans400";
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.28px;
}

.privacy-content p {
  margin: 0;
}
/* End Privacy And Policy */


/* Start Figures */
.figure-container {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  padding: 80px 0 90px;
}

.figure-container .section-title-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.figure-container .section-title-text {
  color: #fff;
}
.figures-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.figures-container {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.figure-content {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.figure-container .figure-content:last-child::after {
  display: none;
}
.figure-content::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #BCBCBC;
  right: -30px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}


.figure-number {
  color: #FFF;
  font-family: "Inter200";
  font-size: 45px;
  font-weight: 200;
}

.figure-title {
  margin-top: 7px;
  color: #FFF;
  font-family: "Inter300";
  font-size: 17px;
  font-weight: 300;
}

@media (max-width: 1400px) {
  .figure-title {
    font-size: 15px;
  }
  .figure-number {
    font-size: 42px;
  }
}

@media (max-width: 1200px) {
  .figure-title {
    font-size: 13px;
  }
  .figure-number {
    font-size: 38px;
  }
  .figures-container {
    gap: 50px;
  }
  .figure-content::after {
    right: -25px;
    height: 30px;
  }
}

@media (max-width: 992px) {
  .figure-container {
    margin-top: 80px;
  }
  .figures-container  {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .figure-content::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .figures-container {
    flex-direction: column;
  }
  .figure-container .section-title-container {
    justify-content: center;
  }
  .figure-content {
    justify-content: center;
    align-items: center;
  }
}
/* End Figures */


/* Start Insta Posts Page */
.insta-content {
  margin-top: 80px;
}

.insta-card-container {
  margin-top: 40px !important;
}

.insta-card-container iframe {
  height: 580px;
  width: 100%;
}

@media (max-width: 1400px) {
  /* .insta-card-container iframe {
    height: 650px;
  } */
}

@media (max-width: 1200px) {
  /* .insta-card-container iframe {
    height: 600px;
  } */
}

@media (max-width: 992px) {
  /* .insta-card-container iframe {
    height: 500px;
  } */
  .insta-card-container {
    margin-top: 30px !important;
  }
}

@media (max-width: 768px) {
  /* .insta-card-container iframe {
    height: 520px;
  } */
  .insta-posts-container {
    justify-content: center !important;
  }
  .insta-card-container {
    text-align: center;
  }
}

@media (max-width: 576px) {
  /* .insta-card-container iframe {
    height: 850px; */
  /* } */
   .insta-card-container {
    margin-top: 40px !important;
  }

}

@media (max-width: 476px) {
  /* .insta-card-container iframe {
    height: 750px;
  } */
  .insta-card-container iframe {
    height: 625px;
  }
}

@media (max-width: 415px) {
  /* .insta-card-container iframe {
    height: 650px;
  } */
}
/* End Insta Posts Page */


/* Start Blog Details Page */
.blog-details-page {
  margin-top: 80px;
}

.blog-featured-image {
  position: relative;
  height: 400px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

html[lang="ar"] .blog-details-long-description {
  line-height: 29px;

}

.blog-details-title {
  width: 90%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Dmsans300";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.blog-featured-image img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "Dmsans200";
  font-size: 17px;
  font-style: normal;
  font-weight: 200;
}

.blog-details-long-description {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  color: #000;
  font-family: "Dmsans200";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
}


.blog-details-long-description strong {
  font-family: "Dmsans600";
  font-weight: 600;
}

@media (max-width: 1400px) {
.blog-details-long-description img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
}


@media (max-width: 1200px) {
  .blog-details-title {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .blog-details-title {
    font-size: 26px;
    width: 80%;
  }
  .blog-details-long-description {
    font-size: 15px;
  }
  .blog-meta {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .blog-details-title {
    font-size: 24px;
  }
  .blog-details-long-description {
    font-size: 15px;
  }
  .blog-meta {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .insta-content {
    margin-top: 40px;
  }
  .blog-details-long-description {
    font-size: 14px;
  }
  .blog-meta {
    font-size: 14px;
  }
}

@media (max-width: 476px) {
  .blog-details-title {
    font-size: 20px;
    width: 95%;
  }
  .blog-details-long-description {
    font-size: 13px;
  }
}
/* End Blog Details Page */



/* Start About Page */
.about-section-big-container {
  position: relative;
  overflow: hidden;
}
.about-section-img {
  width: 120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.about-page-image {
  height: 380px;
  margin-top: 60px;
  position: relative;
}
.about-page-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.btns-links-pages {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-links-pages {
  text-align: center;
  min-width: 300px;
  color: #fff;
  font-family: "Dmsans300";
  text-decoration: unset;
  background: var(--main-color);
  padding: 9px 26px;
  font-size: 14px;
  transition: .3s ease;
  text-transform: uppercase;
}
.btn-links-pages:hover {
  opacity: 0.8
}

.card-arrow {
  margin-top: 35px;
  position: relative;
  -webkit-animation: floating 2s ease-in-out infinite;
  animation: floating 2s ease-in-out infinite;
}

.about-links {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .btn-links-pages {
    min-width: 270px;
  }
}

@media (max-width: 992px) {
  .about-section-img {
    width: 80px;
  }
  .about-links img {
    width: 48px;
  }
  .btns-links-pages {
    justify-content: center;
    min-width: 250px;
  }
}

@media (max-width: 768px) {
  .about-section-img {
    top: 28%;
  }
  .about-links img {
    width: 44px;
  }
  .btns-links-pages {
    min-width: 230px;
  }
}

@media (max-width: 576px) {
  .about-links img {
    width: 38px;
  }
  .btn-links-pages {
    font-size: 13px;
    padding: 7px 24px;
    min-width: 200px;
  }
}

@media (max-width: 476px) {
  .about-section-img {
    width: 55px;
    top: 13%;
  }
  .btn-links-pages {
    min-width: 150px;
    font-size: 12px;
    padding: 7px 22px;
  }
}
/* End About Page */



/* Start Footer */
.site-footer {
  position: relative;
  width: 100%;
  background: var(--main-color);
  margin-top: 120px;
  padding: 55px 0 30px;
}

.footer-bg {
  position: absolute;
  right: 0;
  top: -70px;
}

.footer-logo {
  margin-bottom: 15px;
  width: 150px;
  object-fit: contain;  
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer-logo-container {
  max-width: 300px;
}

.footer-menu-container {
  flex: 1;
}
.footer-menu-container .menu {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  padding-left: unset !important;
}
.footer-menu-container .sub-menu {
  padding-left: unset !important;
}

.footer-desc {
  color: #FFF;
  font-family: "Dmsans300";
  font-size: 12px;
  font-weight: 300;
  line-height: 24px; 
}

.site-footer .menu-item {
  list-style: none;
}

.site-footer .menu-item {
  margin-top: 15px !important;
}
.site-footer .menu-item a {
  color: #FFF;
  font-family: "Inter400";
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-menu .menu-item-has-children {
  margin-top: -3px !important;
}
.footer-contact-title, .footer-menu .menu-item-has-children > a {
  color: #FFF !important;
  font-family: "Dmsans800";
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  pointer-events: none;
  list-style: none;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0 20px;
}
.footer-social-links a {
  transition: .3s ease;
}
.footer-social-links a:hover {
  transform: scale(1.2);
}

.footer-contact-info {
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 3px;
  color: #FFF;
  font-family: "Dmsans300";
  font-size: 13px;
  font-weight: 300;
}
.footer-contact-info p {
  margin: 0;
}
.footer-contact-info span {
  font-family: "Dmsans600";
  font-weight: 600;
}

.footer-down {
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 50px;
  text-align: center;
  color: #FFF;
  font-family: "Inter300";
  font-size: 11px;
  font-weight: 300;
	position: relative;
}
.footer-down span {
  font-family: "Inter700";
  margin: 0 5px;
}

.footer-organizer {
	position: absolute;
	right: 0;
	top: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-family: "Dmsans400";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

@media (max-width: 992px) {
  .footer-menu {
    justify-content: start;
    flex-direction: column;
    gap: 20px;
  }
  .footer-logo-container {
    max-width: unset;
  }
  .footer-menu-container {
    width: 100%;
  }
  .footer-menu-container .menu {
    margin-top: 25px;
    justify-content: space-between;
  }
  .footer-contact {
    margin-top: 20px;
  }
	.footer-organizer {
		justify-content: center;
		margin-top: 30px;
		position: relative;
		top: unset;
	}
}

@media (max-width: 476px) {
  .footer-menu-container .menu {
    margin-top: unset;
    flex-wrap: wrap;
    column-gap: 60px;
    justify-content: start;
  }
  .footer-menu .menu-item-has-children {
    margin-top: 40px !important;
  }
}
/* End Footer */





/* Loading Style */
#site-loader{
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 3px solid;
  border-top-color: rgba(var(--primary-color-rgb-loading), 0.65);
  border-bottom-color: rgba(var(--primary-color-rgb-loading), 0.1);
  border-left-color: rgba(var(--primary-color-rgb-loading), 0.1);
  border-right-color: rgba(var(--primary-color-rgb-loading), 0.1);
  -webkit-animation: preloader1 1s ease-in infinite;
  animation: preloader1 1s ease-in infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  bottom: 0;
  margin: 0 auto;
  margin-top: -25px;
}

@keyframes preloader1 {
  from {
      transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader1 {
  from {
      -webkit-transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
  }
}

/* Loading Style */







/* Start Float Button */
.book-stand-float-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 75px;
  width: 75px;
  cursor: pointer;
  z-index: 1111;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transform: scale(0.8, 0.8);
  border-radius: 100px;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  filter: drop-shadow(0px 10px 12px rgba(0, 0, 0, 0.13));
}
.book-stand-float-button:hover {
  transform: scale(1, 1);
}

.float-button-container {
  position: fixed;
  right: -5px;
  bottom: 100px;
  height: 100px;
  width: 100px;
  cursor: pointer;
  z-index: 1111;
}
.open-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  width: 75px;
  height: 75px;
  bottom: 0;
  transform: scale(0.8, 0.8);
  border-radius: 100px;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  filter: drop-shadow(0px 10px 12px rgba(0, 0, 0, 0.13));
}

.item01, .item02, .item03, .item04, .item05 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  height: 75px;
  width: 75px;
  border-radius: 100px;
  bottom: 0;
  transform: scale(0.4, 0.4);
  transition: all 0.3s cubic-bezier(0.68, -0.15, 0.265, 1.15);
  filter: drop-shadow(0px 10px 12px rgba(0, 0, 0, 0.13));
}
.item01 svg, .item02 svg, .item03 svg, .item04 svg, .item05 svg {
  width: 25px;
  height: 25px;
}

.item01.active, .item02.active, .item03.active, .item04.active, .item05.active {
  background: var(--secondary-color);
}
.item01:hover, .item02:hover, .item03:hover, .item04:hover, .item05:hover {
  background: var(--secondary-color);
}
.item01.active svg path,
.item02.active svg path,
.item03.active svg path,
.item04.active svg path,
.item05.active svg path {
  fill: #fff;
}

.item01:hover svg path,
.item02:hover svg path,
.item03:hover svg path,
.item04:hover svg path,
.item05:hover svg path {
  fill: #fff;
}
.float-button-container.active {
  height: 100%;
}
.float-button-container.active .open-button {
  transform: scale(1, 1);
}
.float-button-container.active .item01,
.float-button-container.active .item02,
.float-button-container.active .item03,
.float-button-container.active .item04, 
.float-button-container.active .item05 {
  transform: scale(0.6, 0.6);
}
.float-button-container.active .item01 {
  bottom: 70px;
}
.float-button-container.active .item02 {
  bottom: 125px;
}
.float-button-container.active .item03 {
  bottom: 180px;
}
.float-button-container.active .item04 {
  bottom: 235px;
}
.float-button-container.active .item05 {
  bottom: 290px;
}
/* End Float Button */




/* Start Popupm Submit Form */
.pum-container {
  width: 400px !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: start !important;
  height: 250px !important;
}

.pum-title {
  display: none; 
}

.pum-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px !important;
  font-family: "Dmsans300" !important;
  line-height: 33px !important;
  text-align: center !important;
  padding-top: unset !important;
}

.pum-content p {
  margin: 0 !important;
}

.pum-close {
  font-family: "Dmsans300" !important;
  transition: .3s ease !important;
}
.pum-close:hover {
  opacity: 0.7 !important;
}
/* End Popupm Submit Form */








.map-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1;
  top: 0;
  left: 0;
}


.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #002764;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}






/* Start Arabic Langauge Styles */
html[lang="ar"] * {
  font-family: "Almarai400" !important;
}

html[lang="ar"] .hero-counter.loaded {
	letter-spacing: unset !important;
}

html[lang="ar"] .draw-section-texts ul {
	padding-right: 2rem !important;
	padding-left: unset !important;
}
html[lang="ar"] .events-slider-container .swiper-button-next, html[lang="ar"] .design-slider .swiper-button-next {
  left: 50px !important;
  right: unset !important;
}
html[lang="ar"] .design-slider .swiper-button-prev, html[lang="ar"] .events-slider-container .swiper-button-prev {
  right: unset !important;
  left: 0 !important;
}

html[lang="ar"] .history-timeline-item.right {
  left: unset;
  right: 13%;
}
html[lang="ar"] .history-timeline-item.left {
  left: unset;
  right: 58%;
}

html[lang="ar"] .history-timeline-item:last-child {
  right: 50% !important;
  left: unset !important;
  transform: translateX(50%) !important;
}

html[lang="ar"] .timeline-item.right {
  left: unset;
  right: 0;
  text-align: right;
}
html[lang="ar"] .timeline-item.left {
  left: unset;
  right: 50%;
  text-align: right;
}

html[lang="ar"] .timeline-event-date svg, html[lang="ar"] .timeline-event-location svg {
  margin-right: unset;
  margin-left: 5px;
}

html[lang="ar"] .our-company-middle-text {
  padding-left: unset;
  padding-right: 30%;
}

html[lang="ar"] .figure-content::after {
  left: -80px !important;
  right: unset;
} 

html[lang="ar"] .navbar-info-content:not(:last-child):after {
  left: -10px;
  right: unset;
}

html[lang="ar"] .countdown-timer {
  flex-direction: row-reverse;
}

html[lang="ar"] .visitors-desc::after {
  left: -60px;
  right: unset;
}

html[lang="ar"] .timeline-container::after {
  right: 0;
  left: unset;
}
html[lang="ar"] .timeline-item {
  padding-right: 40px;
  padding-left: unset;
}
html[lang="ar"] .timeline-item::after {
  right: -5.5px;
  left: unset;
}
html[lang="ar"]  .timeline-item::before {
  right: 0;
  left: unset;
}

html[lang="ar"] .splide__list {
  flex-direction: row-reverse !important;
}

html[lang="ar"] .board-card-title {
  left: unset;
  right: 20px;
}

html[lang="ar"]  .board-card svg {
  margin-right: 10px;
  margin-left: unset;
  transform: rotate(180deg);
}
html[lang="ar"] .board-card:hover svg {
  margin-right: 20px;
  margin-left: unset;
}

html[lang="ar"] .float-button-container {
  right: 20px;
}

html[lang="ar"] .navbar-nav .dropdown-menu {
  padding-right: 15px;
  width: max-content;
  padding-left: 30px;
  text-align: right;
  right: 0;
  left: unset !important;
}

html[lang="ar"] .blog-desc {
  text-align: right;
}

html[lang="ar"] .navbar-nav {
  margin-right: 20px !important;
  margin-left: auto !important;
}

html[lang="ar"] .site-header .sub-menu .menu-item {
  margin-right: unset !important;
}

html[lang="ar"] .site-header .menu-item {
  margin-right: 30px !important;
  margin-left: unset !important;
}

html[lang="ar"] .draw-section-row .draw-section-texts:last-child {
	padding-right: 40px;
	display: flex;
    justify-content: center;
}

html[lang="ar"] .board-filter input {
	font-family: 'Almarai300';
}
html[lang="ar"] .board-filter input::placeholder {
	font-family: 'Almarai300';
}

  html[lang="ar"] .navbar-brand {
    margin-right: unset !important;
  }

@media ((min-width: 1200px) and (max-width: 1400px)) {
  html[lang="ar"] .navbar-info-content:not(:last-child):after {
    left: -8px;
  }
  html[lang="ar"] .history-timeline-item.right {
    right: 9%;
  }
  html[lang="ar"] .history-timeline-item.left {
    right: 55%;
  }
}

@media (max-width: 1300px) {
 
}

@media (max-width: 1200px) {
  html[lang="ar"] .site-header .menu-item {
    margin-right: 15px !important;
  }
  html[lang="ar"] .navbar-info-content:not(:last-child):after {
    left: -8px;
  }
  html[lang="ar"] .history-timeline-item.right {
    right: 5%;
  }
  html[lang="ar"] .history-timeline-item.left {
    right: 55%;
  }
  html[lang="ar"] .our-company-middle-text {
    padding-right: 25%;
  }
}

@media (max-width: 1100px) {
 
}

@media (max-width: 992px) {
	html[lang="ar"] .draw-section-row .draw-section-texts:last-child {
		padding-right: unset;
	}

	html[lang="ar"]	.draw-section-texts ul {
		padding-right: unset !important
	}

  html[lang="ar"] .navbar-nav {
    margin-right: unset !important;
  }
  html[lang="ar"] .site-header .menu-item {
    margin-right: unset !important;
  }
  html[lang="ar"] .history-timeline-container::after {
    right: 50px;
  }
  html[lang="ar"] .history-timeline-item.right, html[lang="ar"] .history-timeline-item.left {
    right: 100px !important;
    left: unset !important;
  }
  html[lang="ar"] .history-timeline-item:last-child {
    right: 100px !important;
    left: unset !important;
    transform: unset !important;
  }
  html[lang="ar"] .timeline-container::after {
    right: 0px;
    left: unset;
  }
}


@media (max-width: 768px) {

}

@media (max-width: 576px) {
  html[lang="ar"] .history-timeline-container::after {
    right: 20px !important;
    left: unset !important;
  }
  html[lang="ar"] .history-timeline-item.right, html[lang="ar"] .history-timeline-item.left {
    right: 50px !important;
    left: unset !important;
  }
  html[lang="ar"] .history-timeline-item:last-child {
    right: 50px !important;
    left: unset !important;
  }
}

@media (max-width: 476px) {
	html[lang="ar"] .navbar-info-content:not(:last-child):after {
    	right: -unset;
		left: -6px;
  	}
  html[lang="ar"] .history-timeline-item.right, html[lang="ar"] .history-timeline-item.left {
    right: 40px !important;
  }
  html[lang="ar"] .history-timeline-item:last-child {
    right: 40px !important;
  }
	html[lang="ar"] .timeline-item {
	  padding-right: 10px;
	  padding-left: unset;
	}
}

.phone-number-label {
	direction: ltr !important;
}
/* End Arabic Langauge Styles */





@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes floating {
  0% { -webkit-transform: translateY(0); }
  50% { -webkit-transform: translateY(-15px); }
  100% { -webkit-transform: translateY(0); }
}

@keyframes floating {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}







.iframe-wrapper {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}

.skeleton-loader {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  background-image: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  z-index: 10;
}

@keyframes shimmer {
  0% { background-position: -100% 0; }
  100% { background-position: 200% 0; }
}




/* Scroll Lines */
.scroll-lines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.line {
  position: absolute;
  width: 1.5px;
  height: 0;
  background: #f6f5f5;
  transition: height 0.2s ease;
}

.line-left {
  left: 10%;
}

.line-inner-left {
  left: 30%;
}

.line-inner-right {
  right: 30%;
}

.line-right {
  right: 10%;
}
/* End Scroll Lines */


html[lang="ar"] #lp_ls_img {
	margin-right: -50% !important;
}











/* Buildex 23rd Edition */

.buildex-23rd-edition .opinions-section-container {
    margin-top: 60px;
}


/* Header */
.buildex-edition-logo, .buildex-edition-logo-scorlled {
  display: none;
}
.site-header.buildex-header .logo-scrolled, .site-header.buildex-header .logo-default {
  display: none;
}

.site-header.buildex-header .buildex-edition-logo {
  display: block;
}
.buildex-header.scrolled .buildex-edition-logo-scorlled {
  display: block;
}
.buildex-header.scrolled .buildex-edition-logo {
  display: none;
}
/* Header */

/* Footer */
.site-footer.buildex-footer {
  background: #082F3B;
}
.buildex-edition-footer-logo {
  display: none;
}
.site-footer.buildex-footer .buildex-edition-footer-logo {
  display: block;
}
.site-footer.buildex-footer .main-footer-logo {
  display: none;
}
/* Footer */

/* First Section */
.buildex-edition-first-section {
  margin-top: 50px;
}

.buildex-edition-first-section-logo {
  width: 140px;
}

.buildex-edition-first-section-title {
  color: #353535;
  font-family: "Dmsans300";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; 
  margin: 15px 0 7px;
}

.buildex-edition-first-section-data {
  display: flex;
  align-items: center;
  gap: 15px;
}
.buildex-edition-first-section-date, .buildex-edition-first-section-location {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--special-color);
  font-family: "Dmsans500";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 185.714% */
}
.buildex-edition-first-section-date.build-up, .buildex-edition-first-section-location.build-up {
	color: #000;
}

.buildex-edition-first-section-desc {
  margin-top: 20px;
  color: #000;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 14px;
  font-style: italic;
  font-weight: 200;
  line-height: 26px; /* 162.5% */
}
.buildex-edition-first-section-desc strong {
  font-family: "Dmsans500";
}

.buildex-edition-first-section-brochure {
  padding: 10px 22px;
  margin-top: 10px;
  background: var(--special-color);
  color: #FFF;
  font-family: "Inter400";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: .3s ease;
}
.buildex-edition-first-section-brochure.build-up-brochure {
	background: var(--secondary-color) !important;
}
.buildex-edition-first-section-brochure:hover {
  opacity: 0.8;
}
/* First Section */

.buildex-23rd-edition .opinion-card {
  background-color: #082F3B !important;
}



.second-section-container {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #E6E6E6;
}

.second-section-desc {
  margin-top: 30px;
  color: #000;
  text-align: justify;
  font-family: "Dmsans300";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 162.5% */
}
.second-section-desc strong {
  font-family: "Dmsans500";
  font-weight: 500;
}
/* Second Section */


/* Visitors Section */
.buildex-23-edition-visitors-title {
  color: #000;
  font-family: "Dmsans200";
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  line-height: 36px; /* 139.286% */
  text-transform: uppercase;
  max-width: 80%;
}

@media ((min-width: 992px) and (max-width: 1200px)) {
  .buildex-23-edition-visitors-title {
    font-size: 22px;
    line-height: 34px;
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  .buildex-23-edition-visitors-title {
    height: 100px;
  }
  .experts-container {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .buildex-23-edition-visitors-title {
    font-size: 23px;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .buildex-23-edition-visitors-title {
    font-size: 21px;
  }
  .experts-container {
    margin-top: 30px;
  }
  .visitors-content {
    padding: 50px 0;
  }
}

@media (max-width: 476px) {
  .buildex-23-edition-visitors-title {
    font-size: 20px;
  }
}
/* Visitors Section */

/* Sector Section */
.sector-23-contianer {
  margin-top: 60px !important;
}

.hotspots-container {
	z-index: 100 !important;
}

.sector-23-texts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  padding-left: 25% !important;
  transform: translateX(-25%);
}

.sector-23-text ul {
  margin: 0 !important;
  padding: unset !important;
}


.companies-desc {
  margin-top: 50px;
  color: #000;
  font-family: "Dmsans200";
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 26px;
}
.companies-desc strong {
  font-family: "Dmsans400";
  font-weight: 400;
}

.companies-container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}


.company-img img {
  width: 100%;
}

@media (max-width: 1400px) {
  .sector-23-text {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 1200px) {
  .sector-23-text {
    font-size: 15px;
    line-height: 29px;
  }
}
 
@media (max-width: 992px) {
  .sector-23-contianer {
    margin-top: 40px !important;
  }
  .sector-23-texts {
    align-items: center;
    padding-left: unset !important;
    transform: unset;
    text-align: center;
    margin-top: 20px !important;
  }
  .draw-section-texts {
    list-style: none;
  }
  .sector-23-text {
    font-size: 17px;
    line-height: 31px;
  }
}

@media (max-width: 768px) {
  .sector-23-contianer {
    margin-top: 20px !important;
  }

  .sector-23-text {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .sector-23-text {
    font-size: 15px;
    line-height: 29px;
  }
}

@media (max-width: 476px) {
  .sector-23-text {
    font-size: 14px;
    line-height: 29px;
  }
}
/* Sector Section */


/* Services Section */
	.services-23-main-container {
  		margin-top: 60px;
	}

.services-23-container {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.service-23-card-title-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-23-card-title {
  color: var(--special-color);
  text-align: justify;
  font-family: "Dmsans500";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.build-up-service .service-23-card-title {
	color: var(--secondary-color) !important;
}
.service-23-card-icon {
  width: 22px;
  height: 22px;
}

.service-card-number {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--special-color);
  text-align: justify;
  font-family: "Dmsans700";
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.1;
}
.build-up-service .service-card-number {
	color: var(--secondary-color) !important;
}

.service-23-card-desc {
  margin-top: 20px;
  color: #000;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 31px; /* 206.25% */
}

@media (max-width: 992px) {
  .services-23-container {
    grid-template-columns: repeat(2, 1fr);
  }
	.services-23-main-container {
  		margin-top: 20px;
	}
}

@media (max-width: 576px) {
  .services-23-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Services Section */

/* Insta Section */
.insta-slider {
  margin-top: 60px;
}
/* Insta Section */



/* Start Countdown Section */
.countdown-banner {
  position: relative;
  margin-top: 100px;
  min-height: 340px;
  padding: 40px 0;
  width: 100%;
  /* background-image: url("../images/bg/header.webp"); */
  background-color: rgba(0, 0, 0, 0.7);
  /* background-size: cover;
  background-repeat: no-repeat; */
  display: flex;
  align-items: center;
}
.counter-section-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.countdown-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.countdown-text {
  max-width: 265px;
  color: #D6D6D6;
  font-family: "Dmsans700";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.countdown-text-title {
  color: #D6D6D6;
  font-family: "Dmsans200";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 200;
}
.countdown-text-title strong {
  font-family: "Dmsans400";
  font-weight: 400;
}

.countdown-timer {
  display: flex;
  align-items: center;
  gap: 60px;
}
.time-contianer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.time-number {
  color: #FFF;
  text-align: justify;
  font-family: "Inter200";
  font-size: 64px;
}
.time-number.seconds {
  opacity: 0.22;
}
.time-label {
  color: #D9D9D9;
  text-align: center;
  font-family: "Dmsans300";
  font-size: 21px;
  letter-spacing: normal !important;
}

.event-image img {
  width: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}
.event-title {
  margin-top: 5px;
  max-width: 220px;
  color: #FFF;
  font-family: "Dmsans100";
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  line-height: 25px; 
  text-transform: capitalize;
}
.event-desc {
  font-family: "Dmsans300";
  font-weight: 300;
  margin-top: unset;
}

.event-date {
  color: #FFF;
  font-family: "Dmsans500";
  font-size: 13px;
}
.event-location {
  margin-top: 5px;
  color: #FFF;
  font-family: "Dmsans500";
  font-size: 13px;
}
.event-location svg, .event-date svg {
  margin-top: -3px;
  margin-right: 5px;
}

.event-btn {
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  padding: 7px 25px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 6px 12px 0px rgba(0, 0, 0, 0.10), 0px 22px 22px 0px rgba(0, 0, 0, 0.09), 0px 50px 30px 0px rgba(0, 0, 0, 0.05), 0px 89px 35px 0px rgba(0, 0, 0, 0.01), 0px 138px 39px 0px rgba(0, 0, 0, 0.00);
  color: var(--main-color);
  font-family: "Dmsans700";
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .3s ease;
}
.event-btn:hover {
  transform: scale(1.1);
}

.countdown {
  text-align: center;
  color: #fff;
  font-family: "Dmsans200";
  font-size: 46px;
  letter-spacing: 9px;
}

@media (max-width: 1400px) {
  .time-number {
    font-size: 58px;
  }
  .time-label {
    font-size: 20px;
  }
  .countdown-timer {
    gap: 35px;
  }
}

@media (max-width: 1200px) {
  .time-number {
    font-size: 50px;
  }
  .time-label {
    font-size: 18px;
  }
  .countdown-timer {
    gap: 28px;
  }

  .countdown-text-title {
    font-size: 22px;
  }
  .countdown-text-desc {
    font-size: 28px;
    line-height: 38px;
    margin-top: 3px;
  }
  .countdown {
    font-size: 40px;
    letter-spacing: 8px;
  }
	.countdown-text {
		max-width: 230px;
	}
  .event-btn {
    padding: 6px 25px;
    font-size: 11px;
  }
  .event-date, .event-location {
    font-size: 12px;
  }
  .event-title {
    font-size: 13px;
  }
  .event-image img {
    width: 100px;
  }
}

@media (max-width: 992px) {
	.event-image img {
		width: 120px;
		margin-bottom: 20px;
	}
  .countdown {
    font-size: 38px;
  }
  .countdown-text {
    text-align: center;
    max-width: unset;
  }
  .countdown-container {
    flex-direction: column;
    gap: 50px;
  }
  .countdown-header {
    text-align: center;
  }
  .countdown-banner {
    padding: 55px 0;
  }
	.event-date, .event-location {
        font-size: 13px;
    }
	.countdown-text-title {
        font-size: 23px;
		margin-top: 5px;
    }
}

@media (max-width: 576px) {
  .countdown {
    font-size: 34px;
  }
  .time-number {
    font-size: 42px;
  }
  .time-label {
    font-size: 16px;
  }
  .countdown-timer {
    gap: 20px;
  }
  .countdown-text-title {
    font-size: 20px;
  }
  .countdown-text-desc {
    font-size: 24px;
    line-height: 34px;
  }
	.event-date, .event-location {
        font-size: 12px;
    }
}

@media (max-width: 476px) {
  .countdown {
    font-size: 32px;
    letter-spacing: 6px;
  }
  .countdown-text-desc {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }
  .countdown-text-title {
    font-size: 18px;
  }
}
/* End Countdown Section */


/* Float Buttons */
.buildex-editio-float-button svg path {
  fill: var(--special-color) !important;
}
.buildex-editio-float-button .open-button svg path {
  fill: #fff !important;
  stroke: var(--special-color) !important;
}
.buildex-editio-float-button .item01.active,
.buildex-editio-float-button .item02.active,
.buildex-editio-float-button .item03.active,
.buildex-editio-float-button .item04.active, 
.buildex-editio-float-button .item05.active {
  background: var(--special-color);
}
.buildex-editio-float-button .item01:hover,
.buildex-editio-float-button .item02:hover,
.buildex-editio-float-button .item03:hover,
.buildex-editio-float-button .item04:hover, 
.buildex-editio-float-button .item05:hover {
  background: var(--special-color);
}
/* Float Buttons */


/* Organizers Section */
.organizers-section {
  margin-top: 80px;
}
.organizers-container {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}


.organizer-image {
	width: 160px;
}
.organizer-image img {
	width: 100%;
    height: 100%;
	object-fit: content;
}


@media (max-width: 992px) {
	.organizer-image {
		width: 140px;
	}
}

@media (max-width: 768px) {
	.organizer-image {
		width: 130px;
	}
	.organizers-container {
		gap: 40px;
	}
}

@media (max-width: 576px) {
	.organizer-image {
		width: 120px;
	}
}

@media (max-width: 476px) {
	.organizer-image {
		width: 110px;
	}
}
/* Organizers Section */


.hotspot-thumb img {
	width: 250px !important;
	object-fit: contain;
}


html[lang="ar"] .service-card-number {
	right: 0;
}



html[lang="ar"] .sector-23-texts {
  padding-right: 25% !important;
	padding-left: unset !important;
	transform: translateX(19%) !important;
}

@media (max-width: 992px) {
	html[lang="ar"] .sector-23-texts {
		transform: unset !important;
		padding-right: unset !important;
	}
}

/* Buildex 23rd Edition */

/* Build Up */
.build-up-sector-image {
	height: 400px;
}
.build-up-sector-image img {
	width: 100%;
	height: 100%;
}

.buildup-footer {
	background: #000 !important;
}

.opinion-card.build-up-opinion {
	background-color: #000000d6 !important;
}

.build-up-event-title {
	font-family: "Dmsans400";
	font-weight: 400;
}

@media (max-width: 576px) {
	.build-up-sector-image {
		height: 360px;
	}
}
@media (max-width: 476px) {
	.build-up-sector-image {
		height: 300px;
	}
}
@media (max-width: 400px) {
	.build-up-sector-image {
		height: 280px;
	}
}
/* Build Up */
