h1 {}

h2 {}

.codec-font-h2 {
  font-family: 'CodecPro Fat';
  font-weight: 900;
  font-size: 96px;
  line-height: 70px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;

}

h3 {
  font-family: 'DIN Next LT Arabic';
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0px;

}

h4 {}

h5 {}

h6 {}

p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;

}

a:hover,
a.hover {
  color: inherit;
  text-decoration: none;
}

.turquoise-color {
  color: #2AE3C9;
}

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

.section-margin {
  margin: 50px 0;
}

.section-padding {
  padding: 50px 0;
}

.half-border-btn {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #2AE3C9;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
}

.half-border-btn:hover {
  background-color: #2AE3C9;
}

.half-border-btn::before {
  content: '';
  width: 1px;
  height: 25px;
  background-color: #2AE3C9;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.half-top-border {
  border-top: 1px solid #2AE3C9;
  border-bottom: 0;
}

.half-top-border::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #2AE3C9;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: auto;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boxes {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.boxes span {
  width: 40px;
  height: 40px;
  background-color: #00e0dc;
  opacity: 0;
  transform: translateX(-40px);
  animation: slideIn 0.6s forwards;
}

.boxes span:nth-child(2) {
  animation-delay: 0.2s;
}

.boxes span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* header */
header {
  padding-top: 8px;
}

header .navbar-brand img {
  width: 102px;
}

header nav .container-fluid {
  padding: 0;
}

.white-header {
  border-bottom: 1px solid #3636362e;
  background-color: #fff;
}

header.white-header .navbar-nav li a {
  color: #000;
}

header.white-header #menu-icon {
  color: #000;
}

.white-logo,
.black-logo {
  display: none;
}

header.white-header .transparent-header .white-logo {
  display: block;
}

header.white-header .black-logo {
  display: block;
}

header {
  z-index: 2;
  position: relative;
}

header .navbar-brand {
  margin-right: 0;
}

.modal-logo {
  float: right;
  margin-top: 20px;
}

.modal-logo img {
  width: 102px;
}

header .navbar-nav {
  display: flex;
  gap: 20px;
}

header .navbar-nav li a {
  color: #fff;
}

.transparent-header {}

/* Menu button */
#menu-icon {
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  padding: 10px 15px 10px 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* Fullscreen menu wrapper */
.menu-list {
  position: fixed;
  top: -1500px;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  background: black;
  transition: top 0.4s ease;
  display: flex;
  z-index: 1000;
}

.menu-list.open {
  top: 0;
}

.menu-close {
  position: relative;
}

.menu-close .close-icon {
  line-height: 20px;
  font-size: 31px;
  color: #fff;
  border: 1px solid #fff;
  height: 26px;
  width: 26px;
  display: block;
  padding: 0px 2px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 25px;
}

/* Left side - main menu */
.menu-left {
  /* width: 40%;
  border-right: 1px solid #00d6c9;
  padding: 40px; */
  margin-top: 150px;
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #2AE3C9;
}

.menu-left ul {
  list-style: none;
  padding: 0;
  margin-left: 15px;
}

.menu-left li {
  position: relative;
  padding: 0px 0px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.menu-left li a {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  padding: 4px 50px 10px 0px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: background 0.3s, color 0.3s;
}

.menu-left li:hover {
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #2AE3C9;
}

.menu-left li:hover a {
  color: #fff;
}

/* Right submenu */
.menu-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  height: 100%;
  background: black;
  padding: 0 15px;
  display: none;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #00d6c9;
}

.menu-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-right li {
  font-size: 20px;
  padding: 0px 0;
}

.menu-left .menu-right li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;

}

/* .menu-left li.p-menu:hover::after{
 content: '';
 width: 1px;
 height: 100%;
 background-color: #2AE3C9;
 position: absolute;
 right: 0;
} */
.menu-right li a:hover {
  color: #00d6c9;
}

/* Show submenu on hover */
.menu-left li:hover .menu-right {
  display: block;
}

.menu-left .menu-right li:hover {
  background-color: transparent !important;
}

.modal-menu-contact {
  align-self: self-end;
}

.modal-menu-contact h6 a {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}

.menu-contact,
.modal-social-media ul {
  padding: 0;
}

.modal-social-media ul {
  margin-bottom: 0;
}

.menu-contact li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-social-media li a img {
  width: 18px;
}

.modal-social-media li {
  margin: 0 15px 0 0 !important;
}

.menu-contact li a {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

/* header */
/* home banner */
.banner-section {
  /* background-image: url(../images/banner.png); */
  background-size: cover;
  min-height: 100vh;
  display: flex;
  position: relative;
  margin-top: -100px;
}

.banner-section .container {
  position: relative;
  display: flex;
  align-items: end;
  align-self: end;
  height: 100%;
}

.banner-section h2 {
  z-index: 1;
  position: relative;
  bottom: 50px;
}

.border-animate::before,
.border-animate::after {
  content: '';
  position: absolute;
  background: white;
  transition: transform 1s ease;
}

.border-animate::after {
  bottom: 0px;
  left: 15px;
  height: 1px;
  width: calc(100% - 25px);
  transform: scaleX(0);
  transform-origin: right;
}

/* Vertical borders */
.border-animate span::before,
.border-animate span::after {
  content: '';
  position: absolute;
  background: white;
  transition: transform 1s ease;
}

.border-animate span::before {
  bottom: 0px;
  left: 15px;
  width: 1px;
  height: 50px;
  transform: scaleY(0);
  transform-origin: top;
}

.border-animate span::after {
  bottom: 0;
  right: 10px;
  width: 1px;
  height: calc(100% - 100px);
  transform: scaleY(0);
  transform-origin: bottom;
}

.border-animate.active::before,
.border-animate.active::after {
  transform: scaleX(1);
}

.border-animate.active span::before,
.border-animate.active span::after {
  transform: scaleY(1);
}

.banner-section .banner-opacity {
  position: absolute;
  min-height: 100%;
  width: 100%;
  background: radial-gradient(44.31% 44.31% at 50% 49.94%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);

  left: 0;
  top: 0;
}

.banner-heading {
  position: relative;
}

/* home banner */
/* our movement */
.our-moment-section {
  border-bottom: 1px solid #000;
}

.our-moment-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.cta-block {
  display: flex;
}

/* our movement */
/* our services */
.services-section .service-opacity {
  position: absolute;
  min-height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 10.56%, rgba(0, 0, 0, 0) 51.59%, rgba(0, 0, 0, 0.7) 93.99%);
  left: 0;
  top: 0;
}

.services-section {
  position: relative;
  min-height: auto;
  color: white;
  background-size: cover;
  background-position: top center;
  padding: 100px 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.services-slider-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.services-section .fade-out {
  opacity: 0;
}

.services-section .services-left {
  flex: 1;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
}

.services-section .service-list {
  margin-top: 30px;
  list-style: none;
  padding: 0;
}

.services-section .service-list li {
  margin: 10px 0;
  cursor: pointer;
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;

}

.services-section .service-list li.active {
  color: #2AE3C9;
}

.services-section .services-right {
  z-index: 1;
  flex: 1;
  max-width: 424px;
  padding: 20px;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.services-section .services-right.fade-out {
  opacity: 0;
}

.services-right .content p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

.services-right .boxes span {
  width: 16px;
  height: 16px;
}

.services-right .boxes {
  margin-bottom: 20px;
}

.services-right .content .half-border-btn {
  margin-top: 20px;
  display: inline-block;
}

.services-left ul {
  position: relative;
}

.services-slider-content ul::before {
  content: '';
  height: 100px;
  width: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 35px;
  top: -100px;
}

.services-slider-content ul::after {
  content: '';
  height: 40px;
  width: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 35px;
  bottom: -36px;
}

.services-slider-content::after {
  content: '';
  height: 1px;
  width: calc(100% - 35px);
  background-color: #fff;
  display: block;
  position: absolute;
  left: 35px;
  bottom: -20px;
}

.services-slider-content::before {
  content: '';
  height: 50px;
  width: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0px;
  bottom: -20px;
}

.services-section h2 {
  z-index: 1;
  position: relative;
}

.mobile-services-block {
  margin-top: 30x;
}

.mobile-services-block .accordion .accordion-collapse {
  /* transition: height 0.5s ease, opacity 0.3s ease; */
  opacity: 0;
}

.mobile-services-block .accordion .accordion-collapse.show {
  opacity: 1;
}

.mobile-services-block {
  z-index: 1;
  position: relative;
}

.mobile-services-block .accordion-item {
  background-color: transparent;
  border: 0;
  margin: 15px 0;
}

.mobile-services-block button.accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
  border-top: 1px solid #ddd;
  border-radius: 0 !important;
  border-left: 1px solid #fff;
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0 15px;
}

.mobile-services-block .boxes {
  gap: 6px;
  margin-bottom: 10px;
}

.mobile-services-block .boxes span {
  width: 14px;
  height: 14px;
}

.mobile-services-block .accordion-body {
  padding: 0;
  margin: 30px 0;
}

.mobile-services-block .accordion-body .half-border-btn {
  margin-top: 15px;
  display: inline-block;
}

.mobile-services-block .accordion-body p,
.mobile-services-block .accordion-body ul li {
  color: #fff;
}

.mobile-services-block .accordion-header.active button {
  color: #2AE3C9;
}

.mobile-services-block .accordion-button::after {
  display: none;
}

/* our services */
/* our work */
/* Masonry grid */
.masonry {
  display: grid;
  /* responsive columns */
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0px;
  /* gutter */
  grid-auto-rows: 1px;
  /* base row height for the JS math */
  padding: 0px;
  align-items: start;
}

/* Card */
.brick {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
  overflow: hidden;
  position: relative;
}

.brick:hover {
  text-decoration: none;
}

.brick:hover .gallery-details {
  opacity: 1;
  text-decoration: none;
}

.gallery-details:hover h6 {
  text-decoration: none;
}

.gallery-details h6 {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}

.gallery-details p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}

.gallery-details {
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background-color: #0000009e;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
}

.gallery-details .boxes {
  justify-content: center;
  margin-top: 0;
}

.gallery-details .boxes span {
  width: 14px;
  height: 14px;
}

.gallery-details .boxes {
  gap: 6px;
}

.gallery-details:hover h6 {
  text-decoration: underline;
  text-decoration-color: #00e0dc;
}

/* Image keeps natural aspect ratio */
.brick img {
  width: 100%;
  height: auto;
  display: block;
}

/* Make selected items wider */
.brick.big {
  grid-column: span 2;
  /* spans two columns */
}

/* our work */
/* news section */
.news-detials-section {
  margin-top: 50px !important;
}

.news-block {
  display: flex;
  gap: 15px;
  border-top: 1px solid #000000;
  position: relative;
  padding: 15px;
  cursor: pointer;
  color: #363636;
  text-decoration: none;
}

.news-block:hover {
  color: #363636;
}

.news-block:hover .news-details p {
  text-decoration: underline;
  text-decoration-color: #00e0dc;
  color: #363636;
}

.news-block:hover .boxes {
  display: inline-flex;
}

.news-details .boxes {
  margin-left: 5px;
  display: none;
  gap: 5px;
}

.news-details .boxes span {
  width: 13px;
  height: 13px
}

.news-block::before {
  content: '';
  width: 1px;
  height: 25px;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}

.news-block .news-image img {
  max-width: 100%;
  width: 300px;
  margin-top: 15px;
}

.news-block .news-date {
  min-width: 120px
}

.news-block .news-image {
  min-width: 300px;
}

.news-block .news-date p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #363636;
}

.news-block .news-details {
  width: 100%;
}

.news-block .news-details p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
}

.news-image {
  position: relative;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300 / 199;
  overflow: hidden;
  display: inline-block;
}

.news-image-box {
  position: absolute;
  bottom: -100%;
  /* hidden below */
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.news-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 199px;
  /* NO STRETCH, NO CROP */
  object-position: top;
  /* center align */
  display: block;
}

.news-block:hover .news-image-box {
  bottom: 0;
  /* slide up */
}

/* news section */
/* form css */
.form-heading {
  padding-right: 30px;
}

.share-form {
  padding-left: 100px;
}

.form-field .form-control {
  border-color: #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-top: 0;
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
}

.form-field {
  position: relative;
  margin: 30px 0;
}

.form-field::before {
  content: '';
  width: 1px;
  height: 25px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.form-field .form-control::placeholder {
  color: #000;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: inherit !important;
}

/* .custom-dropdown {
  width: 180px;
} */

.dropdown-selected::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
  border: solid #2AE3C9;
  border-width: 0 2px 2px 0;
  padding: 4px;
  pointer-events: none;
}

.dropdown-selected {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #000;
  background-color: #fff;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1;
  border-radius: 0;
  color: #000;
  font-family: 'DINPro-CondBold';
  font-size: 20px;
}

.dropdown-options div {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #00000024;
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
}

.dropdown-options div:hover {
  background-color: #000;
  color: #fff;
}

.custom-dropdown.open .dropdown-options {
  display: block;
  z-index: 11;
}

.checkbox-group {
  display: flex;
  gap: 15px;
}

.cstm-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;

}

.no-before::before {
  display: none;
}

/* Hide the browser's default checkbox */
.cstm-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cstm-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid;
}

/* On mouse-over, add a grey background color */
.cstm-checkbox:hover input~.checkmark {
  background-color: transparent;
  border: 1px solid;
}

/* When the checkbox is checked, add a blue background */
.cstm-checkbox input:checked~.checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cstm-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cstm-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.border-btn {
  border: 1px solid #2AE3C9 !important;
  border-radius: 0 !important;
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 5px 20px 10px 20px;
  background-color: transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
}

.border-btn:hover {
  background-color: #2AE3C9;
}

.term-check-box .cstm-checkbox,
.term-check-box .cstm-checkbox a {
  color: #363636;
}

.term-check-box .cstm-checkbox .checkmark {
  border-radius: 5px;
}

/* form css */
/* work page css */
.normarl-filter .dropdown-selected::after {
  display: none;
}

.work-filter .form-field::before,
.work-filter .form-field::after {
  display: none;
}

.work-filter .form-control {
  transition: none;
  border-bottom: 0;
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  width: 100%;
}

.counter-block h3 {
  font-weight: 500;
}

.counter-block p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0px;
}

.tag-line {
  font-family: 'DIN Next LT Arabic';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.counter-details {
  width: 100%;
}

.counter-list ul li {
  list-style: none;
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.counter-list ul {
  padding: 0;
}

/* .counter-details .counter-list {
  max-width: 100%;
  width: 300px;
} */

/* work page css */
/* work detail page css */
.detail-page-banner {
  padding-top: 0;
  background-image: url('../images/work-banner.jpg');
  background-size: cover;
  min-height: calc(100vh - 80px);
  display: flex;
  background-position: center;
}

.detail-page-banner .container {
  position: relative;
  display: flex;
  align-items: end;
  align-self: end;
  height: 100%;
}

/* .detail-page-banner img{
  width: 100%;
} */
.detail-page-banner h2 {
  /* position: absolute;
  bottom: 0; */
  color: #fff;
}

/* work detail page css */
/* news page */
/* .heilight-news {
  margin-bottom: 50px;
} */

.heilight-news .news-date p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #363636;
  margin-bottom: 30px;
}

.heilight-news .news-pera a {
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 50px;
}

.heilight-news .news-pera p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0px;

}

.heilight-news.news-block:hover .news-details p {
  text-decoration: none;
}

.open-img {
  max-width: 100%;
  aspect-ratio: auto;
}

.open-img .news-image-box {
  bottom: 0;
  position: relative;
}

.open-img .news-image-box img {
  width: 100%;
  height: auto;
}

.news-image.open-img a {
  display: inline-block;
  margin-top: 30px;
}

.news-detail-section h2 {
  font-family: 'DIN Next LT Arabic';
  font-weight: 300;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0px;
  margin-bottom: 30px;

}

.news-detail-date p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: right;
  color: #363636;
}

/* news page */
/* partner css */
.our-moment-detials p a {
  font-family: 'DIN Next LT Arabic';
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none;

}

.partner-details .half-border-btn {
  margin-top: 30px;
  display: inline-block;
}

.partner-section .news-date p {
  margin-bottom: 0;
}

.partner-section {
  margin-bottom: 30px;
}

.partner-section .news-pera img {
  max-width: 100%;
}

/* partner css */
/* venue accordion css */
.venue-list-section .accordion-item {
  border: 0;
  margin: 30px 0;
}

.venue-list-section .accordion-button {
  background-color: transparent;
  box-shadow: none;
  border-top: 1px solid;
  border-left: 1px solid;
  padding-bottom: 0;
  border-radius: 0 !important;
  font-family: 'DIN Next LT Arabic';
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #363636;
  padding-top: 5px;
  padding-left: 15px;

}

.venue-list-section .accordion-body p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
}

.venue-list-section .accordion-body p .boxes {
  display: inline-flex;
  margin-left: 5px;
  gap: 5px;
}

.venue-list-section .accordion-body p .boxes span {
  width: 13px;
  height: 13px;

}

.venue-list-section .accordion-button::after {
  display: none;
}

/* venue accordion css */
footer {
  background-color: #000000;
}

.footer-quick-links ul {
  padding: 0;
  margin: 0;
}

.footer-quick-links ul li {
  list-style: none;
  margin: 15px 0;
}

.footer-quick-links ul li a {
  font-family: 'DIN Next LT Arabic';
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #E5E5E5;
  text-decoration: none;
}

.footer-logo {
  text-align: right;
}

.footer-copy-rights {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.copy-rights p {
  font-family: 'DIN Next LT Arabic';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #E5E5E5;
}

.footer-social-media ul li {
  display: inline-block;
  margin: 0 15px;
}

.footer-social-media ul li:last-child {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .mobile-services-block {
    display: none;
  }

  .news-image.open-img a {
    display: none;
  }
}

@media (max-width: 768px) {
  .venue-list-section .accordion-button{
    font-size: 24px;
  }
  .venue-list-section .accordion-body p{
    font-size: 20px;
    line-height: normal;
  }
  .banner-heading {
    word-break: break-word;
  }

  .white-header {
    padding-top: 0;
  }

  .news-detials-section {
    margin-top: 30px !important;
  }

  .heilight-news .news-pera a {
    display: none;
  }

  .news-detail-date p {
    text-align: left;
    margin-bottom: 30px;
  }

  .news-detail-section h2 {
    margin-bottom: 30px;
  }

  .heilight-news .news-pera p,
  .news-detail-section h2 {
    font-weight: 400;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  h3 {
    font-size: 32px;
    line-height: normal;
  }

  .services-section {
    padding: 30px 0;

  }

  .services-slider-content {
    display: none;
  }

  .news-image-box {
    position: relative;
    bottom: 0;
  }

  .news-block .news-image img {
    margin-top: 0px;
  }

  p {
    font-size: 16px;
  }

  .section-heading {
    align-items: baseline;
    flex-direction: column;
  }

  .news-block .news-date p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .form-field .form-control,
  .news-block .news-details p {
    font-size: 18px;
    line-height: 28px;
  }

  .share-form {
    padding-left: 0;
    margin-top: 50px;
  }

  .news-block {
    flex-direction: column;
  }

  .our-moment-block {
    margin-top: 30px;
  }

  .boxes span {
    width: 20px;
    height: 20px;
  }

  .codec-font-h2 {
    font-size: 44px;
    line-height: 33px;
    word-break: break-all;
  }

  .brick.big {
    grid-column: span 1;
  }

  .footer-quick-links {
    margin-top: 50px !important;
    margin-bottom: 30px;
  }

  .footer-quick-links ul li a {
    font-size: 18px;
  }

  .footer-quick-links ul li {
    margin: 5px 0;
  }

  .footer-copy-rights {
    display: block;
  }

  .footer-social-media ul {
    padding: 0;
    margin: 0;
  }

  .footer-social-media ul li:first-child {
    margin-left: 0px;
  }

  .footer-social-media ul li a img {
    width: 22px;
  }

  .footer-social-media ul li {
    margin: 0 5px;
  }
}