body {
  background-color: #141E28;
  color: #B9C2CC;
  font-family: 'Tajawal';
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

header#masthead {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
  padding-block: 15px;
  border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
}

ul#primary-menu {
  display: flex;
  gap: 55px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.container-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-slider .item {
  min-height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: grid;
  place-content: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.main-slider>svg {
  position: absolute;
  top: 90px;
  left: -140px;
}

.main-slider .item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #141E28;
  opacity: 75%;
}

.main-slider .item h2 {
  position: relative;
  z-index: 1;
  color: #D09A23;
  margin: 0;
  font-size: 50px;
}

a {
  text-decoration: none;
  color: #FFF;
  transition: color 300ms;
}

a:hover {
  color: #D09A23;
}

span.logo {
  background-image: url('../images/Logo.svg');
  display: block;
  height: 133px;
  width: 58px;
  margin: auto;
  margin-block-end: 15px;
}

.main-slider .item h2 span:not(.logo) {
  font-size: 16px;
  display: block;
  margin-block-start: 25px;
}

.main-slider {
  position: relative;
  overflow: hidden;
}

.main-slider::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #d09a23;
  transform: translateY(14px);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 99%);
}

.about {
  padding-block: 70px;
}

.head {
  width: fit-content;
  margin-block-end: 55px;
}

.head:is(.text-center) {
  margin-inline: auto
}

.head h2 {
  margin: 0;
  color: #FFF;
  font-size: 24px;
  position: relative;
  padding-block-end: 10px;
}

.head h2::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 37px;
  background: #D09A23;
  bottom: 0;
  right: 0;
}

.head.text-center h2::after {
  left: 0;
  margin: auto
}

.team .head.text-center h2::after {
  background: #FFF
}

a[data-btn] {
  background-color: #D09A23;
  color: #FFF;
  width: 155px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  transition: background-color 300ms;
}

a[data-btn]:hover {
  background: #956806;
}

.statistics {
  background-image: url('../images/001.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 580px;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
}

.statistics::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #141E28;
  opacity: 82%;
}

.statistics .container {
  padding-block-start: 150px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFF;
}

.statistics .item {
  border-inline-end: 1px solid hsl(0deg 0% 100% / 20%);
}

.statistics .item figure {
  height: 50px;
}

.statistics .item figure img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.statistics .item .content strong {
  font-weight: 400;
  font-size: 42px;
  display: block;
  margin-block-end: 5px;
}

.statistics .item .content h3 {
  font-size: 14px;
}

.home .service {
  padding-block: 100px;
}

.service .item {
  background-size: cover;
  background-position: center;
  min-height: 340px;
  border: 1px solid #54606D;
  text-align: center;
  position: relative;
  color: #FFF;
  font-size: 14px;
  padding-inline: 35px;
}

.service .item a {
  position: absolute;
  inset: 0;
}

.service .item figure {
  padding-block-start: 50px;
  height: 110px;
}

.service .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.service .item h5 {
  font-size: 22px;
  margin-block-end: 20px;
}

.service .item p {
  margin: 0;
}

.team {
  background-image: url('../images/sbg1ws7p.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-block: 135px;
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
}

.team::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #D09A23;
  opacity: 92%;
}

.team .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.team .item {
  background: #232E3A;
  color: #FFF;
  padding: 25px;
  position: relative;
}

.team .item>a {
  position: absolute;
  inset: 0;
}

.team .item figure {
  width: 93px;
  height: 93px;
  margin-inline: auto;
  border-radius: 50%;
  overflow: hidden;
}

.team .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team .item h5 {
  font-size: 18px;
}

.team .item p {
  font-size: 12px;
  color: #D09A23;
}

.team .item ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.team .item ul li a {
  color: #D09A23;
  position: relative;
  z-index: 1;
}

.home .blog {
  padding-block: 80px;
}

.blog .item {
  position: relative;
  background: #1C2936;
  padding-inline: 25px;
}

.blog .item a {
  position: absolute;
  inset: 0;
}

.blog .item figure {
  margin-inline: -25px;
  height: 240px;
  overflow: hidden;
}

.blog .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog .item h5 {
  color: #FFF;
  font-size: 19px;
  line-height: 28px;
  margin-block-end: 15px;
}

.blog .item p {
  padding-block-end: 30px;
  font-size: 14px;
}

.home .client {
  background: #1C2936;
  padding-block: 95px;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.client figure {
  margin: 0;
  height: 137px;
  background: #232E3A;
  border: 1px solid #54606D;
}

.client figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.form-control {
  background: #212B34 !important;
  border-radius: 1px;
  min-height: 50px;
  border-color: #54606D;
  box-shadow: none !important;
}

.home .contact {
  padding-block: 70px;
  background: #141E28;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  width: 155px;
  margin-inline: auto;
  display: block;
  background-color: #D09A23;
  height: 48px;
  border: 0;
  color: #FFF;
  transition: background-color 300ms;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #b37f0b;
}

footer .items {
  display: grid;
  grid-template-columns: 30% 20% 20% 30%;
}

footer .items .social {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.item-footer h2 {
  font-size: 18px;
  color: #FFF;
  margin-block-end: 15px;
  position: relative;
  padding-block-end: 15px;
}

.item-footer h2::after {
  content: '';
  background-color: #D09A23;
  position: absolute;
  height: 1px;
  width: 19px;
  bottom: 0;
  right: 0;
}

.item-footer ul {
  padding: 0;
  list-style: none;
  line-height: 2;
  margin: 0;
}

footer#colophon {
  position: relative;
}

.item-footer ul li>i {
  color: #D09A23;
  display: inline-block;
  width: 25px;
  text-align: center;
}

footer#colophon .bottom {
  border-top: 1px solid hsl(0deg 0% 100% / 15%);
  margin-block-start: 50px;
  padding-block-start: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

footer#colophon .bottom p {
  margin: 0;
}

footer#colophon::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #d09a23;
  z-index: 0;
  transform: translateY(-45px);
  clip-path: polygon(0% 13%, 100% 0, 100% 100%, 0 100%);
}

footer#colophon .content {
  background: #141e28;
  padding-block-start: 90px;
  padding-block-end: 40px;
  color: #FFF;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
}

button[data-topline-menu] {
  all: unset;
  cursor: pointer;
  font-size: 18px;
  color: #FFF;
  display: none;
}

.swiper-pagination {
  bottom: -50px !important;
}

.swiper-pagination-bullet {
  background: #FFF;
}

.overlay {
  display: none;
}

/* entry */
.entry-header {
  background-image: url(../images/bg-page.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 260px;
  margin-block-end: 35px;
  z-index: 0;
}

.entry-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #141E28;
  opacity: 70%;
}

.entry-header .entry-title {
  position: relative;
  color: #FFF;
  z-index: 1;
  text-align: center;
  padding-block-start: 151px;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

.post-thumbnail {
  text-align: center;
  margin-block-end: 30px;
}

.post-thumbnail img {
  max-width: 100%;
  display: block;
  margin-inline: auto;
}

.entry-content {
  line-height: 2;
  margin-block-end: 60px;
}

body:not(.home) footer#colophon {
  margin-block-start: 130px;
}

@media (max-width:992px) {
  ul#primary-menu {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    background: #141e28;
    min-width: 250px;
    padding-inline: 30px;
    height: 100dvh;
    padding-block-start: 30px;
    gap: 20px;
    transition: transform 300ms;
    transform: translateX(250px);
    z-index: 99;
  }

  ul#primary-menu.active {
    transform: translateX(0);
  }

  button[data-topline-menu] {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .main-slider .item {
    min-height: 550px;
  }

  .statistics .container {
    padding-block-start: 60px;
  }

  .statistics .item {
    border: 0;
    margin-block-end: 60px;
  }

  .service .item {
    margin-block-end: 30px;
  }

  .blog .item {
    margin-block-end: 40px;
  }

  footer .items {
    display: block;
  }

  footer#colophon .bottom {
    display: block;
    text-align: center;
  }

  footer#colophon .bottom a {
    margin-block-start: 20px;
    display: block;
  }

  .item-footer .logo {
    text-align: center;
  }

  .item-footer {
    margin-block-end: 25px;
  }

  footer#colophon::after {
    clip-path: polygon(0% 7%, 100% 0, 100% 100%, 0 100%);
  }

  .overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: hsl(206.67deg 16.15% 20.81% / 55%);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 100ms, opacity 300ms;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}