/* +++++++++++++++++ Global css +++++++++++++++++++*/

:root {
  --heading-font: "Libre Baskerville", serif;
  --text-font: "Almarai", sans-serif;
  --heading-color: #000;
  --text-color: #1B1B1B;
  --grey-color: #EAEAEA;
  --white-color: #fff;
  --black-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  margin-bottom: 0;
}

p {
  font-family: var(--text-font);
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  font-family: var(--main-font);
  color: #4e4e4e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* responsive font size */

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: none;
}

.container-fluid-1 {
  padding: 0px 55px;
}

/* +++++++++++++++++ Global css +++++++++++++++++++*/

/* Header Sec Start */
.navbar-brand {
  height: 85px;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-bar-main .navbar-collapse {
  justify-content: end;
}

.nav-bar-main .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--black-color);
  font-family: var(--text-font);
}

.nav-bar-main .navbar-nav .nav-item {
  padding: 0px 20px;
}

.nav-bar-main .navbar-nav .nav-item .nav-link.active {
  color: var(--black-color);
}

.header-main {
  height: auto;
  width: 100%;
  z-index: 100;
  padding: 0px 0px;
}


.header-main {
  .header-container {
    padding: 0px 100px;
  }
}

.glob {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
}

.language {
  margin-left: 20px;
  .form-select {
    border-radius: 30px;
    background-color: #EAEAEA;
    box-shadow: none;
    font-size: 20px;
    font-family: var(--text-font);
    padding: 8px 40px 8px 36px;
    background-size: 19px 17px;

  }

  .form-select:focus {
    border-color: #EAEAEA;
  }
}

/* Header Sec End */
/* Banner Sec Start */
.bnr-sec {
  position: relative;
}

.bnr-bg {
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.bnr-bg {
  position: relative;
}

.bnr-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0%;
  background: rgb(0 0 0 / 37%);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.bnr-sec-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bnr-text {
  h1 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--white-color);
  }

  p {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: var(--white-color);
  }
}

/* Banner Sec End */
/* Our Project Sec Start */
.our-prj {
  padding: 70px 0px 50px;
}

.our-prj-head {
  margin-bottom: 50px;
}

.heading-1 {
  h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: var(--heading-color);
  }

  p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
  }
}

.prj-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
  }
}

.prj-name {
  border-radius: 8px;
  background: var(--white-color);
  padding: 10px 10px;
  text-align: center;
  position: relative;
  width: 85%;
  margin: -30px auto 0px;

  h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: var(--heading-color);
  }
}

.prj-box {
  margin-bottom: 35px;
}

/* Our Project Sec End */

/* Our Philosophy Sec Start */
.our-philosophy {
  background: var(--grey-color);
  padding: 130px 0px 100px;
}

/* Our Philosophy Sec End */
/* Our Directors sec Start */
.our-dir-sec {
  padding: 60px 0px 120px;
}

.our-dir-head {
  margin-bottom: 50px;
}

.dir-img {
  height: 380px;
  width: 44%;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
  }
}

.dir-div {
  background: var(--black-color);
  position: relative;
  border-radius: 15px;
}

.dir-text {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
  width: 60%;
  text-align: left;

  p {
    font-size: 16px;
    line-height: 26px;
    color: #BEBEBE;
    font-weight: 400;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 10px;

  }
}

/* Our Directors sec End */

/* client sec start */
.client-sec {
  padding: 130px 0px 100px;
  background: #DCDCDC;
}

.client-text {
  text-align: center;

  p {
    color: var(--heading-color);
    font-size: 35px;
    line-height: 45px;
    width: 100%;
  }

  h3 {
    color: #3A3A3A;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    font-family: var(--text-font);
  }
}

.client-slide {
  width: 70%;
  margin: 0 auto;
}

.client-slide .pre-arrow.slick-arrow {
  top: 50%;
  left: -15%;
  transform: translate(0px, -50%);
  position: absolute;
  font-size: 30px;
  color: #fff;
  background: #484848;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.client-slide .nest-arrow.slick-arrow {
  top: 50%;
  right: -15%;
  transform: translate(0px, -50%);
  position: absolute;
  font-size: 30px;
  color: #fff;
  background: #484848;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* client sec End */

/* Contact Sec Start */
.contact-us {
  padding: 80px 0px;
}

.con-head {
  margin-bottom: 20px;
}

.con-from {
  .form-control {
    color: #6C6C6C;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #A7A7A7;
    padding: 15px 15px;
    box-shadow: none;
  }
}

.sub-btn {
  margin-top: 20px;
  position: relative;

  .btn {
    background: var(--black-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: var(--white-color);
    font-family: var(--text-font);
    border-radius: 8px;
    padding: 5px 15px;
  }
}

.con-bg {
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Contact Sec End */
/* footer sec start*/
footer {
  background: var(--black-color);
  padding: 50px 0px 20px;
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;

  .ftr-logo {
    /* height: 60px; */

    img {
      /* width: 100%;
      height: 100%;
      object-fit: contain; */
    }
  }

  .ftr-link {
    h5 {
      font-size: 28px;
      line-height: 38px;
      font-weight: 400;
      color: var(--white-color);
      margin-bottom: 15px;
    }

    ul {
      li {
        margin-bottom: 15px;

        a,
        p {
          font-size: 16px;
          line-height: 26px;
          font-weight: 400;
          color: #DFDFDF;
          font-family: var(--text-font);
        }

        iframe {
          filter: grayscale(1);
          border-radius: 6px;
        }
      }
    }
  }

  .ftr-btm {
    padding: 20px 0px 0px;

    .copy-right {
      p , a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: var(--white-color);
      }
    }
  }
}

/* footer sec end*/

/********************* 
      Inner Pages
  **********************/
.inner-header {
  box-shadow: -12px 4px 6px 0px rgb(0 0 0 / 6%);
  position: relative;
}

/* About Page Start */
.abt-sec {
  background: var(--white-color);
  padding: 30px 0px 40px;
}

.abt-head {
  margin-bottom: 20px;
}

.abt-img {
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/* About Page End */
/* Contact page Start */
.con-page {
  .con-head {
    h2 {
      margin-bottom: 25px;
    }

    p {
      margin-bottom: 25px;
    }
  }
}

.con-det {
  a {
    font-size: 20px;
    line-height: 30px;
    color: var(--black-color) !important;
    font-family: var(--text-font);
   
    span, i {
      font-size: 15px;
      margin-right: 5px;
    }
  }
}

/* Contact page End */
/* Common sec */

.common-sec {
   padding: 50px 0px;
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--heading-font);
    margin-bottom: 0;
    color: var(--heading-color);
  }

  p {
    font-family: var(--text-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
  }

  ul {
    padding: 0;
    margin: 0;
  }

  ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-family: var(--text-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
  }

  ul li:before {
    position: absolute;
    content: "✔";
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
  }

  a {
    text-decoration: none;
    font-family: var(--text-font);
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
  }

  a:hover {
    text-decoration: none;
  }
  div{
   margin: 20px 0px 0px;
  }
}