:root {
  --secondary-color: #167682;
}


* {
  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;
  position: relative !important;
}
.not-home-body {
  margin-bottom: unset !important;
}

a {
    text-decoration: 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);
}
  

/* Azonix */
@font-face {
    font-family: "Azonix";
    src: url(../fonts/Azonix/Azonix.otf);
}


/* 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 Global Style */
.tt-bg-noise {
    position: absolute;
    display: block;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none;
    overflow: hidden;
}

 .tt-bg-noise:before {
    position: absolute;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    z-index: 0;
    pointer-events: none;
    background-image: url(../../assets/images/bg-noise.png);
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}


.hitech-btn {
  /* width: 185px; */
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #686868;
  gap: 12px;
  padding: 9px 20px;
  color: #FFF;
  font-family: "Azonix";
  font-size: 11px;
  font-weight: 400;
  transition: .4s ease-in-out;
  cursor: pointer;
}
html[lang="ar"] .hitech-btn {
	font-size: 14px;
}

.hitech-btn svg {
    margin-top: -3px;
}
.hitech-btn:hover {
  background: #fff;
  color: #686868;
}
.hitech-btn:hover svg path {
  stroke: #686868;
}

.line-shape {
  z-index: 2 !important;
}
.line-shape.not-home {
  z-index: -2 !important;
}

.hitech-btn.book-stand {  
  padding: 11px 20px;
}
.hitech-btn.book-stand svg {  
  margin-top: unset !important;
  width: 17px !important;
  height: 17px !important;
}



.items-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;  
  gap: 10px;
}
.items-pagination .page-numbers {
  border: 1px solid #fff;
  color: #fff;
  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(--secondary-color);
  color: #fff;
	border: 1px solid var(--secondary-color);
}

@media (max-width: 576px) {
	html[lang="ar"] .hitech-btn {
		font-size: 13px;
	}
}

@media (max-width: 476px) {
  .hitech-btn {
    font-size: 10px;
    padding: 8px 17px;
  }
	html[lang="ar"] .hitech-btn {
		font-size: 12px;
	}
}

/* End Global Style */


/* Loading */
.preloader {
  z-index: 11111111111111111111;
}

/* .preloader .inner figure img {
  animation: scalePulse 2s ease-in-out infinite;
  transition: transform 0.3s ease;
} */
/* Loading */



/* Start Navbar Style */

.site-navigation {
  z-index: 15 !important;
}

.site-header {
  position: fixed;
  top: -100px !important;
  left: 0;
  right: 0;
  transition: .3s ease-in-out;
  z-index: 1000;
  background: #141517;
  transition: top .3s ease;
  transition-delay: 0.5s;
}


.non-home-nav {
  top: 30px !important;
  background: transparent !important;
}
.non-home-nav .container-fluid {
  padding-left: unset !important;
  padding-right: unset !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.site-header-show.non-home-nav .container-fluid {
  border-bottom: unset;
  padding-bottom: unset !important;
}
.site-header-show {

}

.site-header.site-header-show {
  top: 0 !important;
  background-color: rgba(24, 24, 23, 0.7) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: solid 1px rgba(210, 210, 208, 0.1);
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}


.navbar-brand img {
  width: 90px;
}
.navbar {
  padding: 5px 0 !important;
}

.navbar-collapse {
  justify-content: space-between !important;
}

.primary-menu-container {
    display: flex; 
    align-items: center;
}

.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: "Azonix";
  font-size: 11px;
  text-transform: capitalize;
  transition: .3s;
}

html[lang="ar"] .site-header .menu-item a {
	font-size: 14px;
}

.site-header .menu-item a:hover {
  color: #167682;
    transition: .3s;


}
.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;
}



@media (max-width: 1400px) {
  .navbar-nav {
    margin-left: unset !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: 90px;
  }
	.navbar-info {
		display: none;
	}
  .navbar-info-text {
    font-size: 12px;
  }
  .site-header .menu-item a {
    font-size: 12px;
  }
  .site-header .menu-item {
    margin-left: 25px !important;
  }
  .navbar-nav {
    margin-left: unset !important;
  }
}

@media (max-width: 992px) {
  .site-header.non-home-nav {
    display: none;
  }
  .site-header.site-header-show {
    top: -100px !important;
  }
  .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;
  }
}
/* End Navbar Style */



/* Start Hero Style */
.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    display: flex;
    align-items: center;
}

.hero-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}

.hero-container .container {
    z-index: 3;
}

.hero-content-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 500px;
}

.hero-data {
  color: #FFF;
  text-align: center;
  font-family: "Azonix";
  font-size: 13px;
  font-weight: 300;
}

.hero-title {
  margin-top: 10px;
  color: #FFF;
  text-align: center;
  font-family: "Azonix";
  font-size: 40px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 48px;
}

.hero-desc {
    margin-top: 12px;
    color: #FFF;
    text-align: center;
    font-family: "Azonix";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.hero-counter {
  margin-top: 25px;
  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;
    color: #fff;
    font-size: 32px;
    font-family: "Dmsans300";
    letter-spacing: 4.5px;
    text-align: center;
}

.hero-btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}



/* 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: 48px;
}
.time-number.seconds {
  opacity: 0.22;
}
.time-label {
  color: #D9D9D9;
  text-align: center;
  font-family: "Dmsans300";
  font-size: 19px;
  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: 33px;
  }
  .hero-content {
    width: 445px;
  }
}

@media (max-width: 992px) {
  .time-number {
    font-size: 44px;
  }
  .time-label {
    font-size: 17px;
  }
  .hero-title {
    font-size: 30px;
  }
  .hero-content {
    width: 405px;
  }
  .hero-data {
    font-size: 13px;
  }

}

@media (max-width: 576px) {
  .hero-data {
    font-size: 12px;
  }
  .time-number {
    font-size: 36px;
  }
  .time-label {
    font-size: 15px;
  }
  .hero-content {
    width: 380px;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-title {
    font-size: 28px;
    line-height: 42px;
  }
  .hero-btns {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 476px) {
  .hero-content {
    width: 100%;
  }
  .hero-title {
    font-size: 25px;
    line-height: 38px;
  }
  .countdown-timer {
    justify-content: space-around;
  }
}

/* End Hero Style */ 

.hitech-section-title  {
 margin-bottom: 56px !important;
}

/* Start Section Title */
.hitech-section-title {
    color: #FFF;
    font-family: "Azonix";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px; 
    text-transform: capitalize;
    position: relative;
    text-align: center;
    margin-bottom: unset !important;
}
.hitech-section-title.contact-title {
  text-align: left;
}
.contact-form-container .hitech-section-title {
	text-align: start;
}

.hitech-section-title-desc {
  color: #989898;
  font-family: "Dmsans200";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px; 
}

.highlight-word {
  position: relative;
  z-index: -1;
}
.highlight-word::after, .highlight-word::before {
  content: "";
  position: absolute;
  width: 124px;
  left: 1px;
  z-index: -2;
}


.highlight-word.why::after, .highlight-word.why::before {
  content: "";
  position: absolute;
  width: 75px;
  left: 1px;
  z-index: -2;
}



.highlight-word::after {
  background: #A10000;
  bottom: 0;
  height: 3px;
}
.highlight-word::before {
  background: #167682;
  bottom: 3px;
  height: 10px;
}

@media (max-width: 1200px) {
  .hitech-section-title {
    font-size: 28px;
    line-height: 43px; 
  }
  .highlight-word::after, .highlight-word::before {
    width: 117px;
  }
}

@media (max-width: 992px) {
  .hitech-section-title {
    font-size: 26px;
    line-height: 39px; 
  }
  .highlight-word::after, .highlight-word::before {
    width: 108px;
  }
}

@media (max-width: 768px) {
   .hitech-section-title {
    font-size: 24px;
    line-height: 38px; 
  }
  .highlight-word::after, .highlight-word::before {
      width: 100px;
  }
}

@media (max-width: 476px) {
   .hitech-section-title {
    font-size: 22px;
    line-height: 36px; 
  }
  .highlight-word::after, .highlight-word::before {
      width: 92px;
  }
}
/* End Section Title */


/* Start Privacy And Policy */
.privacy-content {
  margin-top: 60px;
  color: #fff;
  font-family: "Dmsans400";
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.privacy-content p {
  margin: 0;
}
/* End Privacy And Policy */




/* Start About Section */
.about-section-container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-section-desc {
    max-width: 850px;
    margin-top: 30px;
    color: #BDBDBD;
    text-align: center;
    font-family: "Dmsans200";
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px; 
}
.about-section-desc strong {
    font-family: "Dmsans600";
    font-weight: 600;
}

.about-section-image-container {
  margin-top: 60px;
  width: 100%;
  position: relative;
  height: 280px;
}
.about-section-image {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.about-section-image-container::before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    left: -40px;
    bottom: -35px;
    z-index: 1;
    background: url(../images/dot-pattern.png) right;
    background-size: 10px;
}
.about-section-image-container::after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    right: -40px;
    top: -35px;
    z-index: 1;
    background: url(../images/dot-pattern.png) right;
    background-size: 10px;
}


.about-second-section-container {
    margin-top: 180px;
    padding-bottom: 160px;
}

.about-second-section-row {
  justify-content: space-between !important
}

.about-section-long-desc {
  margin-top: 30px;
  color: #BDBDBD;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 25px; /* 162.5% */
}
.about-section-long-desc strong {
  font-family: "Dmsans700";
  font-weight: 700;
}

.about-second-section-container .hitech-section-title {
  text-align: left;
}





/* Cube Style */
.cube-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  animation: floatCube 5s ease-in-out infinite;
}


.cube-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  animation: floatCube 5s ease-in-out infinite;
}


@keyframes BgNoise {
	0% { transform: translate3d(0, 9rem, 0) }
	10% { transform: translate3d(-1rem, -4rem, 0) }
	20% { transform: translate3d(-8rem, 2rem, 0) }
	30% { transform: translate3d(9rem, -9rem, 0) }
	40% { transform: translate3d(-2rem, 7rem, 0) }
	50% { transform: translate3d(-9rem, -4rem, 0) }
	60% { transform: translate3d(2rem, 6rem, 0) }
	70% { transform: translate3d(7rem, -8rem, 0) }
	80% { transform: translate3d(-9rem, 1rem, 0) }
	90% { transform: translate3d(6rem, -5rem, 0) }
	to { transform: translate3d(-7rem, 0, 0) }
}


.cube {
    width: 200px;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    cursor: grab;
    transform: rotateX(-30deg) rotateY(-45deg);
    transition: transform 0.7s ease, box-shadow 0.7s ease;

}

.ttv-portrait {
    border-radius: 50%;
    box-shadow: 49px 10px 140px 26px #17a2b8;
    width: 177px;
}

.cube:active {
    cursor: grabbing;
}

.face {
    position: absolute;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border: 2px solid #000;
}

.front  { transform: rotateY(  0deg) translateZ(124px); }
.back   { transform: rotateY(180deg) translateZ(124px); }
.left   { transform: rotateY(-90deg) translateZ(124px); }
.right  { transform: rotateY( 90deg) translateZ(124px); }
.top    { transform: rotateX( 90deg) translateZ(124px); }
.bottom { transform: rotateX(-90deg) translateZ(124px); }

.face-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media (min-width: 992px) {
	.cube-container:hover .cube {
	  transform: rotateX(-20deg) rotateY(-20deg) ;
	}

}



@keyframes floatCube {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  20% {
    transform: translate3d(8px, -12px, 5px);
  }
  40% {
    transform: translate3d(-10px, -8px, -6px);
  }
  60% {
    transform: translate3d(6px, -18px, 8px);
  }
  80% {
    transform: translate3d(-7px, -10px, -4px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}


@media (max-width: 768px) {
	.cube {
		    transform: rotateX(-30deg) rotateY(130deg);
	}
}

/* Cube Style */


@media (max-width: 1200px) {
  .about-section-desc {
    max-width: 700px;
  }
  .about-section-image-container::before, .about-section-image-container::after {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 992px) {
  .about-second-section-container-title {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-section-long-desc {
    margin-top: 30px;
    text-align: center;
  }
  .about-section-desc, .about-section-long-desc {
	  font-size: 14px;
    max-width: 85%;
  }
  .about-section-image-container::before, .about-section-image-container::after {
    width: 160px;
    height: 160px;
  }
  .cube-container {
    justify-content: center !important;
    margin-top: 120px;
  }
  .works {
    padding: 0 !important;

  }
  .about-second-section-container {
    padding-bottom: 200px;
  }
  .about-second-section-container .hitech-section-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
   .about-section-desc, .about-section-long-desc {
    max-width: 98%;
    font-size: 13px;
    margin-top: 20px;
  }
  .about-section-image-container::before, .about-section-image-container::after {
    width: 120px;
    height: 120px;
  }
  .face {
    width: 170px;
    height: 170px;
  }
  .front  { transform: rotateY(  0deg) translateZ(85px); }
  .back   { transform: rotateY(180deg) translateZ(85px); }
  .left   { transform: rotateY(-90deg) translateZ(85px); }
  .right  { transform: rotateY( 90deg) translateZ(85px); }
  .top    { transform: rotateX( 90deg) translateZ(85px); }
  .bottom { transform: rotateX(-90deg) translateZ(85px); }
  .ttv-portrait {
    width: 216px;
    height: 170px;
  }
}

@media (max-width: 467px) {
  .about-section-image-container::before, .about-section-image-container::after {
    width: 80px;
    height: 80px;
  }
}
/* End About Section */



/* Start Draw Section */
.draw-section {
  position: relative;
  margin-top: 60px;
}


.hotspot-info {
  display: none;

}

.hotspots-placeholder {
	padding: unset !important;
}

.draw-section-container {
  position: relative;
}


.draw-section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.draw-image {
  flex: 0.4;
}

.draw-section-texts {
  color: #BDBDBDff;
  font-family: "Dmsans200";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 31px; /* 165% */
  flex: 0.25;
  
}
.draw-section-texts p {
  margin-bottom: 0 !important;
}

.hotspots-image-container, .hotspots-map-container {
  border-radius: 40px !important;
}

@media (max-width: 1200px) {
	.draw-section-texts {
		font-size: 15px;
		line-height: 29px; /* 165% */
	}
}

@media (max-width: 992px) {
  .draw-section {
    margin-top: 120px;
  }
	.draw-section-texts {
		font-size: 16px;
		flex: 1;
		text-align: center !important;
	}
	.draw-section-texts li {
		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;
	}
}



html[lang="ar"] .draw-section-texts ul {
	padding-right: 2rem !important;
	padding-left: unset !important;
}

html[lang="ar"] .draw-section-row .draw-section-texts:last-child {
	padding-right: 40px;
	display: flex;
    justify-content: center;
}

@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
	}
}
/* End Draw Section */



/* Video Section Style */
.video-container {
    position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 3;
}

.video-wrapper {
  position: relative;
  width: fit-content;
  height: 100%;
}

.video-container video {
  cursor: pointer;
  transition: clip-path 0.3s ease-out;
  transform-origin: center center;
  height: 100%;
  object-fit: cover;
  width: 50vw;
  max-width: 100%;
}

#hoverText {
    position: absolute;
    background: #167682;
    padding: 6px 12px;
    /* border-radius: 50%; */
    clip-path: circle();
    font-size: 22px;
    font-family: "Azonix";
    font-weight: 400;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 10;
    white-space: nowrap;
    height: 185px;
    width: 185px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
  .video-container {
    height: 85vh;
  }
  #hoverText {
     width: 170px;
        height: 170px;
          font-size: 20px;
  }
}

@media (max-width: 768px) {
  #hoverText {
    width: 150px;
    height: 150px;
    font-size: 18px;
  }
}


@media (max-width: 576px) {
  .video-container {
    height: 72vh;
	  display: none;
  }
  #hoverText {
     width: 135px;
        height: 135px;
          font-size: 17px;
  }
}

@media (max-width: 476px) {
  .video-container {
    height: 70vh;
  }
  #hoverText {
     width: 115px;
        height: 115px;
          font-size: 16px;
  }
}
/* Video Section Style */


/* Sponsored Section */
.clients {
  z-index: 9 !important;
}

.sponsors-container {
  align-items: center !important;
}

.section-title.font {
  font-family: "Azonix";
  margin-bottom: unset !important;
  font-size: 40px;
}

.sponsors-title-container {
  display: flex; 
  align-items: center;
}

.organizers {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .section-title.font {
    font-size: 36px;
  }
}


@media (max-width: 1200px) {
  .section-title.font {
    font-size: 34px;
  }
}

@media (max-width: 992px) {
  .section-title.font {
    font-size: 32px;
  }
  .sponsors-container {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-title.font {
    font-size: 30px;
  }
}


@media (max-width: 576px) {
  .section-title.font {
    font-size: 28px;
  }
  .sponsors-container {
    gap: 30px;
  }
}

@media (max-width: 476px) {
  .section-title.font {
    font-size: 26px;
  }
}



@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .clients ul li:last-child {
        display: block;
    }
}
/* Sponsored Section */


/* footer Style */
.footer {
  background-color: #26272b !important;
  padding-top: unset !important;
}

.footer.not-home-footer {
  position: relative;
  margin-top: 100px;
	z-index: 1 !important;
}

.footer-container {
  padding-top: 100px ;
  width: 100%;
  height: 100%;
    position: relative;
}

  .social-links {
    display: flex;
    align-items: center;
    gap: 15px;
  }

.footer-menu-container {
	flex: 1;
}

.footer-menu-container ul {
	width: 100%;
  float: left !important;
  display: flex;
  align-items: start;
  gap: 80px;
  row-gap: 40px;
	    justify-content: space-between;
  flex-wrap: wrap;
}
.footer-menu-container .sub-menu {
	gap: 15px !important;
	flex-direction: column !important;
}
.footer-menu-container ul li {
  margin-left: unset !important;
  
}


.footer .footer-bar {
  position: relative !important;
  justify-content: center !important;
}

.footer .menu-item-has-children {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

 .social-links.responsive {
  display: none;
 }

.organizers-container {
	position: absolute;
	left: 0;
	top: 36px;
	display: flex;
	align-items: center;
	gap: 30px;
	
}
.organizers-container .footer-organizer:first-child::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 47%;
	transform: translateY(-50%);
	top: 50%;
	right: -15px;
	background: #ccc;
}
html[lang="ar"] .organizers-container .footer-organizer:first-child::after {
	right: unset;
	left: -15px;
}
 .footer-organizer {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-family: "Dmsans400";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.footer-organizer img {
     width: 65px;
    height: 30px;
    object-fit: contain;
}

.footer .menu-item-has-children a {
	font-size: 15px !important;
	font-weight: 500 !important;
}

.footer .sub-menu a {
	font-size: 15px !important;
	font-weight: 300 !important;
}

.footer ul li {
	margin-right: unset !important;
}

.footer .menu-item-has-children > a {
	pointer-events: none !important;
}

.footer-contact-title, .footer-menu .menu-item-has-children > a {
  color: #FFF !important;
  font-family: "Dmsans800";
  font-size: 14px;
  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-container-content {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 200px;
}

#age-img {
	width: 80px;
}

@media (max-width: 1200px) {
	.footer-container-content {
		gap: 160px;
	}
}

@media (max-width: 992px) {
	.footer {
		position: relative !important;
		z-index: 2 !important;
	}
	.footer-container-content {
		flex-direction: column;
		gap: 0;
	}
  .footer-bar {
    justify-content: center !important;
    align-items: center;
  }
   .footer-bar.lang-ar {
        flex-direction: column-reverse;
    }

    .footer-bar.lang-en {
        flex-direction: column;
    }
  .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;
	
	}
	.organizers-container {
		margin-top: 30px;
		position: relative;
		top: unset;
	}
	body {
		margin-bottom: unset !important;
	}
}

@media (max-width: 768px) {
  .social-links.big-screen {
    display: none;
  }
  .social-links.responsive {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}

@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;
  }
	.organizers-container .footer-organizer:first-child::after {
		display: none;
	}
	.organizers-container {
		flex-direction: column;
	}
	.footer-menu-container .menu {
		        justify-content: start;
	}

}



/* footer Style */



/* Start Left-Side */
.left-side {
  -webkit-transition: unset !important;
  -moz-transition:  unset !important;
  transition:  unset !important; 
  transition-timing-function:  unset !important;
  -webkit-transition-timing-function:  unset !important;
  transition-delay:  0s !important;
  transition-property: color, transform, padding, height, width, justify-content !important;
  transition-duration: 0.3s !important;
}

.left-side.scrolled-header {
  flex-direction: row !important;
  /* background: #141517 !important; */
  position: fixed !important;
  justify-content: center !important;
  height: unset !important;
  width: 100% !important;
  padding: 20px 0 !important;
  transition: .3s ease;  
    background-color: rgba(24, 24, 23, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: solid 1px rgba(210, 210, 208, 0.1);
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}


.left-side-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.left-side.scrolled-header .left-side-container {
  flex-direction: row;
  width: 80%;
  justify-content: space-between;
}
.left-side.scrolled-header .hamburger {
  margin: unset !important;
}
.hamburger {
  transition: .3s ease;
}

.left-side {
  z-index: 20 !important;
  transition-delay: 0s !important;
}

.site-navigation .inner ul li a {
	font-size: 36px !important;
	font-family: "Azonix";
}

.site-navigation .menu-item-has-children svg {
	margin-left: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

html[lang = "ar"] .site-navigation .menu-item-has-children svg {
	margin-right: 20px !important;
	margin-left: unset !important;
}
@media (min-width: 992px) {
  .left-side.not-home {
    display: none;
  }
}

@media (max-width: 768px) {
	.site-navigation .menu-item-has-children svg {
		width: 16px !important;
		height: 16px !important;
	}
}

@media (max-width: 576px) {
	.site-navigation .menu-item-has-children svg {
		margin-left: 14px;
		width: 12px;
		height: 12px;
	}
	html[lang="ar"] .site-navigation .menu-item-has-children svg {
		margin-right: 14px !important;
		margin-left: unset !important;
	}
}


/* End Left-Side */





/* 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 !important;
}

.item01:hover svg path,
.item02:hover svg path,
.item03:hover svg path,
.item04:hover svg path,
.item05:hover svg path {
  fill: #fff !important;
}
.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 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;
}

.history-timeline-content {
  position: relative;
  padding: 25px;
  background: #fff;
}

.history-timeline-item.right {
  left: 58%;
}
.history-timeline-item.left {
  left: 13%;
}

.history-timeline-item.left .history-timeline-content {
  background: #3B3B3B;
}
.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: url(../images/dot-pattern.png) right;
  background-size: 10px;
  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: url(../images/dot-pattern.png) right;
  background-size: 10px;
  z-index: -1;
}

.history-title {
  margin-bottom: 12px;
  color: #000;
  font-family: "Azonix";
  font-size: 23px;
  font-weight: 400;
}
.history-timeline-item:last-child .history-title {
  font-size: 28px;
  text-transform: uppercase;
}
.history-timeline-item.left .history-title {
  color: #fff;
}
.history-timeline-item.right .history-title {
  color: var(--secondary-color);
}

.history-desc {
  color: #000;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
}
html[lang="ar"] .history-desc {
	font-size: 15px;
	line-height: 26px;
}

.history-timeline-item:last-child .history-desc {
  text-align: center;
}
.history-timeline-item.left .history-desc {
  color: #fff;
}

.history-desc ul {
  padding-left: 20px;
}

@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;
  }
	html[lang="ar"] .history-desc {
		font-size: 13px;
	}
  .history-title {
    font-size: 21px;
  }
  .history-timeline-item {
    max-width: 370px !important;
  }
  .history-timeline-item:last-child .history-title {
    font-size: 26px;
  }
}

@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 Header Style */
.header-container {
  padding: 160px 0 50px;
  position: relative;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.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: "Dmsans300";
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.header-title {
  color: #FFF;
  font-family: "Dmsans200";
  font-size: 27px;
  font-weight: 200;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
/* End Header Style */



/* Start Exhibiting About */
.exhibiting-about-container {
  width: 100%;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.exhibiting-about-texts {
  flex: 0.45;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.exhibiting-about-desc {
  margin-top: 20px;
  color: #BDBDBD;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px; 
}
html[lang="ar"] .exhibiting-about-desc {
	margin-bottom: 10px;
	font-size: 15px;
}

.exhibiting-about-image {
  flex: 0.55;
  height: 270px;
}
.exhibiting-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .exhibiting-about-image img {
    object-fit: contain;
  }
  .exhibiting-about-desc {
    font-size: 13px;
  }
	html[lang="ar"] .exhibiting-about-desc {
	font-size: 14px;
}

}

@media (max-width: 992px) {
  .exhibiting-about-desc {
    font-size: 14px;
  }
	html[lang="ar"] .exhibiting-about-desc {
		font-size: 15px;
	}

  .exhibiting-about-container {
    flex-direction: column;
    justify-content: start;
  }
  .exhibiting-about-texts {
    flex: 1;
  }
  .exhibiting-about-image {
    flex: unset !important;
    height: 330px;
    width: 100%;
  }
  .exhibiting-about-image img {
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .exhibiting-about-desc {
    font-size: 13px;
  }
	html[lang="ar"] .exhibiting-about-desc {
		font-size: 14px;
	}

  .exhibiting-about-image {
    height: 240px;
  }
}

@media (max-width: 576px) {
  .hitech-btn.book-stand {
    font-size: 10px;
  }
  .exhibiting-about-image {
    height: 210px;
  }
  .exhibiting-about-desc {
    font-size: 12px;
  }
	html[lang="ar"] .exhibiting-about-desc {
		font-size: 13px;
	}

}

@media (max-width: 476px) {
  .exhibiting-about-container {
    margin-top: 50px;
  }
  .exhibiting-about-image {
    height: 180px;
  }
}

@media (max-width: 420px) {
  .exhibiting-about-image {
    height: 160px;
  }
}
/* End Exhibiting About */


/* Start Highlights */
.highlights-container {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px dashed rgba(189, 189, 189, 0.2);
}


.highlights-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-items: center;
  margin-top: 50px;
  column-gap: 25px;
  row-gap: 35px;
}

.highlight-row-center {
  grid-column: span 3;
  display: flex;
  justify-content: center;
    column-gap: 25px;
  row-gap: 35px;
}

.highlight-content.is-centered {
  width: 400px; 
}

/* العناصر العادية */
.highlight-content:not(.is-centered) {
  width: 100%;
}

.highlight-content {
  padding: 25px 15px;
  border: 1px solid transparent;
  border-image: linear-gradient(to bottom, #167682 15%, #00ffff22 100%) 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlight-title {
  color: #FEFEFE;
  font-family: "Dmsans300";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}

html [lang="ar"] .highlight-title {
	font-size: 15px;
}

@media (max-width: 1200px) {
  .highlight-title {
    font-size: 14px;
    line-height: 21px;
  }
	html [lang="ar"] .highlight-title {
		font-size: 14px;
	}
  .highlights-content {
    row-gap: 30px;
  }
  .highlight-content.is-centered {
    width: 330px;
  }
}

@media (max-width: 992px) {
  .highlight-content {
    padding: 22px 13px;
  }
  .highlights-content {
    row-gap: 25px;
    column-gap: 20px;
  }
  .highlight-content.is-centered {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .highlights-content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 20px;
  }

  .highlight-row-center {
    display: contents; /* نلغي flex layout على هذا الحجم */
  }

  .highlight-content,
  .highlight-content.is-centered {
    width: 100%; /* كل العناصر تاخذ العرض الكامل ضمن العمود */
  }
}

@media (max-width: 576px) {
  .highlights-content {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
/* End Highlights */


/* Start Facts Section */
.facts-container {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px dashed rgba(189, 189, 189, 0.2);
}

.facts-content {
  margin-top: 60px;
  display: flex;
  width: 100%;
  gap: 70px;
}

.facts-content-container {
    width: 100%;
    min-height: 600px;
    flex: 0.7;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}

.facts-image {
    min-height: 600px;
    height: 100%;
    width: 435px;
}
.facts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facts-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
  height: 100%;
}
.facts-row.left-row {
  max-width: 150px;
}
.facts-row.right-row  {
  max-width: 190px;
}

.fact-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fact-title {
  color: rgba(255, 255, 255, 0.63);
  leading-trim: both;
  text-edge: cap;
  font-family: "Poppins400";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
html[lang="ar"] .fact-title {
	font-size: 15px;
}

.fact-number {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Poppins400";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.facts-texts {
    padding-top: 17%;
    display: flex;
    align-items: end;
    /* justify-content: center; */
    flex-direction: column;
    gap: 130px;
    flex: 0.3;
}
.facts-text {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Dmsans300";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}
.facts-text.text-one::before {
  content: "";
  width: 300px;
  height: 50px;
  position: absolute;
  left: -85px;
  bottom: -29px;
  z-index: 1;
  background: url(../images/svg/blue-line.svg) right;
  background-size: 300px;
  background-repeat: no-repeat;
}
.facts-text.text-two::before {
  content: "";
  width: 300px;
  height: 50px;
  position: absolute;
  left: -85px;
  bottom: -29px;
  z-index: 1;
  background: url(../images/svg/white-line.svg) right;
  background-size: 300px;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .facts-texts {
    padding-top: 21%;
  }
  .fact-title {
    font-size: 12px;
  }
	html[lang="ar"] .fact-title {
	font-size: 14px;
}
	
  .fact-number {
    font-size: 28px;
  }
  .facts-row.left-row {
    max-width: 125px;
  }
  .facts-row.right-row {
    max-width: 170px;
  }
  .facts-text {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .facts-row {
    max-width: 100% !important;
    display: flex;
    gap: 40px;
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .fact-title {
    font-size: 14px;
  }
	html[lang="ar"] .fact-title {
		font-size: 15px;
	}
  .fact-number {
    font-size: 32px;
  }
  .facts-content-container {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: start; 
    align-items: start;
    gap: 60px;
    flex-direction: column;
  }
  .facts-content {
    flex-direction: column;
    gap: 80px;
  }
  .facts-image {
    height: 500px;
    width: 100%;
    min-height: unset;
  }
  .facts-text {
    font-size: 18px;
  }
  .facts-texts {
    padding-top: unset !important ;
    justify-content: space-around;
    gap: unset !important;
    flex-direction: row;
    flex: 1;
  }
}

@media (max-width: 768px) {
  .facts-text.text-one::before, .facts-text.text-two::before {
    width: 250px;
    left: -68px;
    bottom: -26px;
       background-size: 250px;
  }
  .facts-text {
    font-size: 16px;
  }
  .fact-number {
    font-size: 30px;
  }
  .fact-title {
    font-size: 13px;
  }
	html[lang="ar"] .fact-title {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
  .facts-text.text-one::before, .facts-text.text-two::before {
    width: 250px;
    left: -75px;
    bottom: -29px;
    background-size: 235px;
  }
  .facts-text {
    font-size: 15px;
  }
  .fact-number {
    font-size: 28px;
  }
  .fact-title {
    font-size: 12px;
  }
	html[lang="ar"] .fact-title {
		font-size: 13px;
	}
}

@media (max-width: 476px) {
  .fact-number {
    font-size: 26px;
  }
  .facts-texts {
    justify-content: center;
    align-items: center;
    gap: 80px !important;
    flex-direction: column;
  }
}
/* End Facts Section */




/* Start Contact Us */
.contact-form-container {
  margin-top: 120px;
  margin-bottom: 120px;
	position: relative;
	z-index: 3;
}

.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: #fff;
  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: #fff;
  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%;
  position: relative;
  z-index: 3;
}

.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: #BDBDBD;
  font-family: "Dmsans300";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 14px */
  letter-spacing: 0.23px;
}

.contact-form .ninja-forms-field {
  padding: 12px 15px;
  border: 1px solid #5C5C5C;
  background: transparent;
  color: #BDBDBD;
  font-family: "Dmsans300";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.24px;
  resize: none;
}
.contact-form textarea.ninja-forms-field {
  line-height: 20px;
  height: calc(20px * 4); /* يعادل 5 أسطر */
}
.contact-form .ninja-forms-field::placeholder {
  color: #BDBDBD;
  font-family: "Dmsans200";
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.24px;
  opacity: 0.4;
}
.contact-form input[type="submit"] {
  background: var(--secondary-color) !important;
  color: #fff !important;
  width: 100% !important;
  font-family: "Azonix" !important;
  font-weight: 400 !important;
  transition: .3s ease;
  margin-bottom: -18px !important;
  letter-spacing: 0.25px !important;
  font-size: 14px !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-container {
    margin-top: 80px;
  }
  .contact-form-divider {
    display: none;
  }
  .contact-form {
    margin-top: 80px;
  }
  .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 {
  color: #BDBDBD;
  font-family: "Dmsans300";
  font-size: 16px;
  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 {
  color: #BDBDBD;
  font-family: "Dmsans300";
  font-size: 13px;
  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: 50px;
  flex-grow: 1;
}

.book-stand-form-container .hotspots-image-container, 
.book-stand-form-container .hotspots-map-container {
  border-radius: unset !important;
} 

/* End Book A Stand */




/* Start Sponsorship */
.sponsor-form-content {
  display: flex;
  align-items: start;
  flex-direction: column;
  height: 100%;
}

.sponsorship-text {
  margin-top: 20px;
  color: #BDBDBD;
  text-align: justify;
  font-family: "Dmsans200";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 25px; /* 162.5% */
}
.sponsorship-text ol {
  padding-left: 10px !important;
}

.sponsorship-desc {
  color: #FFF;
  font-family: "Dmsans100";
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 25px; /* 162.5% */
}
.sponsorship-desc strong {
  color: #BDBDBD;
  text-align: justify;
  font-family: "Dmsans500";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.sponsorship-image {
  margin-top: 60px;
  position: relative;
  width: 100%;
  min-height: 400px;
  flex-grow: 1;
}
.sponsorship-img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sponsorship-image::before {
    content: "";
    width: 100px;
    height: 90px;
    position: absolute;
    left: -40px;
    bottom: -35px;
    z-index: 1;
    background: url(../images/dot-pattern.png) right;
    background-size: 10px;
}
.sponsorship-image::after {
    content: "";
    width: 100px;
    height: 90px;
    position: absolute;
    right: -40px;
    top: -35px;
    z-index: 1;
    background: url(../images/dot-pattern.png) right;
    background-size: 10px;
}
/* End Sponsorship */








/* Animations */
@keyframes scalePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}


.hitech-figure {
  padding-top: 130px;
}

.hitech-figure-row-container {
  padding-top: 50px;
}




.mil-tapes-frame {
    padding-bottom: 27%;
    position: relative;
}

.mil-tapes-frame .mil-tape-1 {
    position: absolute;
    top: 40%;
    left: -50%;
    width: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    pointer-events: none;
}


.mil-tapes-frame .mil-tape-2 {
    position: absolute;
    top: 40%;
    right: -51%;
    width: 150%;
    background-color: #167682;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-6deg);
}

.mil-btn {
    position: relative;
    border: none;
    cursor: pointer;
    border-radius: 70px;
    padding: 0 40px;
    height: 60px;
    font-family: "Azonix";
    background-color: #ececeaa2;
    color: #ECECEA;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #353639;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-tapes-frame .mil-tape-2 h4 {
    white-space: nowrap;
    margin-right: 28px;
    color: white;
    font-family: "Azonix";
    font-size: 14px;
    margin-bottom: unset;
}

/* .mil-tapes-frame .mil-tape-2 h4 {
    white-space: nowrap;
    margin-right: 28px;
    color: white;
    font-family: "DMSans600";
    font-size: 14px;
    margin-bottom: unset;
}
 */

.process .odometer {
	 font-size: 50px !important;
}
.process small {
	font-size: 15px !important;
}

html[lang="ar"] .process small {
	font-size: 16px !important;
}

@media (max-width: 768px) {
  .mil-tapes-frame {
    padding-bottom: 40%;
	margin-top: -90px;
  }
	.process .col-lg-3 {
		margin-bottom: 60px !important;
	}
	.process .odometer {
	 	font-size: 34px !important;
	}
}

@media (max-width: 576px) {
  .mil-tapes-frame {
    padding-bottom: 48%;
  }
  .carousel-hero .swiper-button-next, .carousel-hero .swiper-button-prev {
    bottom: 70px !important;
  }
  .carousel-hero .swiper-button-prev {
    left: 40px !important;
    right: unset !important;
  }
}

@media (max-width: 476px) {
  .mil-tapes-frame {
    padding-bottom: 60%;
  }
}







 /* Start Arabic Langauge Styles */
html[lang="ar"] * {
  font-family: "Almarai400" !important;
  
}

html[lang="ar"] .hero-counter.loaded {
  letter-spacing: 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"] .organizers-container {
	right: 0;
	left: unset;
}

html[lang="ar"] .our-company-middle-text {
  padding-left: unset;
  padding-right: 30%;
}

html[lang="ar"] .figure-content::after {
  left: -30px;
  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"] .highlight-word::after, html[lang="ar"] .highlight-word::before {
  right: 1px;
  left: unset;
}
html[lang="ar"] .highlight-word.why::after, html[lang="ar"] .highlight-word.why::before {
  right: 1px;
  left: unset;
}

html[lang="ar"] .about-second-section-container .hitech-section-title , html[lang="ar"] .hitech-section-title.contact-title {
  text-align: right;
}

html[lang="ar"] .odometer {
    direction: ltr;
}

html[lang="ar"] .sponsorship-text ol {
  padding-right: 10px !important;
  padding-left: unset !important;
}

html[lang="ar"] .facts-text.text-one::before, html[lang="ar"] .facts-text.text-two::before {
  left: unset;
  right: -85px;
  transform: rotateY(180deg);
}

html[lang="ar"] .facts-texts {
  align-items: center;
}

html[lang="ar"] .footer-menu-container ul {
  float: 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"] .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"] .navbar-brand {
    margin-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) {
  html[lang="ar"] .facts-text.text-one::before, html[lang="ar"] .facts-text.text-two::before {
    left: unset;
    right: -68px;
  }
}


@media (max-width: 576px) {
   html[lang="ar"] .facts-text.text-one::before, html[lang="ar"] .facts-text.text-two::before {
    left: unset;
    right: -75px;
  }
  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"] .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;
  }
}

.phone-number-label {
	direction: ltr !important;
}
/* End Arabic Langauge Styles */


@media (max-width: 768px) {
	.site-navigation .inner ul li {
		margin: 20px 0 !important;
	}
	.site-navigation {
		padding-left: 60px !important;
	}
	html[dir=rtl] .site-navigation .inner {
		padding-left: 0 !important;
		padding-right: 60px !important;
	}
	.carousel-hero .carousel-slider .swiper-slide .inner h2 {
		font-size: 32px !important;
	}
	

	.footer ul li {
		margin-right: unset !important;
	}
	.hitech-figure {
		margin-bottom: unset !important;
	}
	.mil-btn {
		padding: 0 15px !important;
		font-size: 11px !important;
	}
}



@media (max-width: 576px) {
	 .site-navigation .inner ul li a {
        font-size: 22px !important;
        line-height: 30px !important;
    }

}


@media (max-width: 476px) {
	.mil-btn {
		padding: 0 10px !important;
		font-size: 9px !important;
	}
}


@media (min-width: 992px) {
	.footer-bar {
		padding: 100px 0 50px !important;
	}
}

.creator {
	font-size: 11px;
	font-family: "Azonix";
	font-weight: 400;
	text-transform: uppercase;
}

.site-navigation .inner ul li ul li a {
	font-size: 24px !important;
}



/* Start Insta Posts Page */
.section-title-pages-container {
	display: flex;
    flex-direction: column;
    align-items: start;
}

.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 */
