@import url(./fonts.css);
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

:root {
  --black: #000000;
  --white: #fff;
  --offwhite: #F7F7F7;
  --gray: #434343;
  --gray2: #262626;
  --black2: #5A5A5A;
  --maroon: #761013;
  --orange: #F37021;
  --green: #5AB847;
}

* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  scroll-behavior: smooth;
  font-family: "Almarai", sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Brandon Grotesque';
}

/**** | ---------- | *****/
/**** | GLOBAL CSS | *****/
/**** | ---------- | *****/


/* font family  */

/* .font-avenir {
  font-family: 'Avenir';
} */

/* .font-tisa {
  font-family: 'TisaOT';
} */

.font-almarai {
  font-family: "Almarai", sans-serif;
}

.font-brandon {
  font-family: 'Brandon Grotesque';
}


/* Color utility classes */

.txt-gray {
  color: var(--gray);
}

.txt-gray2 {
  color: var(--gray2);
}

.txt-black2 {
  color: var(--black2);
}

.txt-maroon {
  color: var(--maroon);
}

.txt-orange {
  color: var(--orange);
}

.txt-green {
  color: var(--green);
}

.bg-offwhite {
  background-color: var(--offwhite);
}

.bg-gray {
  background-color: var(--gray);
}

.bg-gray2 {
  background-color: var(--gray2);
}

.bg-maroon {
  background-color: var(--maroon);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-green {
  background-color: var(--green);
}


/* Font size utility classes */
.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}


a:hover {
  color: var(--orange);
}


.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.customContainer {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.-top-80 {
    top: -80px;
    position: relative;
}

.solidBtn {
  display: inline-flex;
  justify-content: center;
  min-width: 162px;
  align-items: center;
  text-decoration: none;
  color: var(--white);
  padding: 10px 25px;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 4px;
  box-shadow: -2px 4px 8px 2px #00000029;
  transition: all 300ms ease-in-out;
}

.solidBtn:hover {
  background: var(--white);
  color: var(--orange);
}

/* GLOBAL CSS */





/* header css */


.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.logo {
  background: var(--white);
  border-bottom-right-radius: 48px;
  padding: 16px;
  text-align: center;
}

.header .navbar-nav {
  justify-content: center;
}

.header .navbar-nav .nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  line-height: 1.2;
  padding: 0 8px;
  font-family: 'Brandon Grotesque';
  font-weight: bold;
  letter-spacing: 1.2px;
}

.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-item.active .nav-link {
  color: var(--orange);
}

.header .navbar-nav .nav-item {
  padding: 4px 0;
}

.header .navbar-nav .nav-item:not(:first-child) .nav-link {
  border-left: 1px solid var(--white);
}

.header .mob_logo {
  max-width: 130px;
  background: #fff;
  padding: 10px 20px 15px 10px;
  border-bottom-right-radius: 30px;
}

span.bars {
  background: #fff;
  height: 2px;
  display: inline-block;
  width: 100%;
  margin: 0;
  border-radius: 1px;
}

.mobile-nav.navbar-toggler-icon {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.3rem;
}

/* header css end  */


/* video section starts */

.videoSec::before,
.videoSec::after,
.heroSec::before,
.heroSec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
}

.videoSec::before,
.heroSec::before {
  background: linear-gradient(180deg, #00000069, transparent);
  top: 0;
}

.videoSec::after {
  background: linear-gradient(0deg, #00000069, transparent);
  bottom: 8px;
}

.heroSec::after {
  background: linear-gradient(0deg, #00000069, transparent);
  bottom: 0;
}

.videoSec video {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

/* video section end */


/* banner starts */
.heroSec .bannerImg {
  width: 100%;
  height: 100%;
  max-height: 700px;
  min-height: 460px;
  object-fit: cover;
}

.heroSec-content {
  z-index: 1;
}

.heroSec h1 {
  letter-spacing: 0.3em;
}

/* banner end */



/* txt section starts  */

.bgWhiteLeaf {
  position: relative;
  z-index: 0;
}

.bgWhiteLeaf::before {
  content: "";
  background-image: url(../images/bg-white-leaf.png);
  width: 100%;
  max-width: 830px;
  height: 100%;
  max-height: 540px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.bgGreenLeaf {
  position: relative;
  z-index: 0;
}

.bgGreenLeaf::before {
  content: "";
  background-image: url(../images/bg-green-leaf.svg);
  background-repeat: no-repeat;
  width: 40%;
  height: 100%;
  position: absolute;
  bottom: -16%;
  right: 20px;
  z-index: -1;
}

/* txt section end  */


/* title box css  */


.cardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  column-gap: 150px;
  row-gap: 45px;
}

.txtBoxWrapper .title {
  letter-spacing: 2.2px;
  position: relative;
  width: fit-content;
}

.txtBoxWrapper .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background: var(--black);
}

/* title box css end */


/* project gallery section css starts  */

.owl-nav,
.owl-nav.disabled {
  display: block !important;
}

.projects-gallerySec .owl-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--green);
  color: var(--white);
  font-size: 25px;
  line-height: 1;
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}

.projects-gallerySec .owl-carousel .owl-nav button.owl-prev {
  left: 1.5rem;
  right: auto;
}

/* project gallery section css end */


/* service locations section  */

.service-locationSec h2 {
  letter-spacing: 9px;
}

/* service locations section  */


/* contact section  */

.contactSec h2 {
  letter-spacing: 9px;
}

.contactSec form {
  width: 100%;
  max-width: 920px;
}

.inp-wrap .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.inp-wrap textarea.form-control {
  min-height: 98px;
}

.contactSec form>.row>div:nth-child(odd) {
  padding-left: 0;
}

/* contact section  */


/* footer css starts */

.footer {
  background: transparent linear-gradient(286deg, #0519371a 0%, #06162e1a 16%, #0713261a 45%, #050e1e1a 79%, #0209161a 100%) 0% 0% no-repeat padding-box;
}

.ftr-title {
  letter-spacing: 1.8px;
}

.ftr-col {
  height: 100%;
}

.ftr-col li a {
  text-decoration: none;
}

.ftr-col-end ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, auto));
  justify-content: space-between;
}

.ftr-copyright p {
  font-size: 11px;
  font-family: Arial;
}


/* footer css end */



/* servicess page  */


.imgCardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  row-gap: 3rem;
  column-gap: 6rem;
}

.imgCardGrid .txtbox-content {
  min-height: 220px;
}


/* servicess page  */


/* locations page  */

.areaTxt {
  position: absolute;
  top: 10%;
  left: 25%;
  font-size: 2.3svw;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.img4ColGrid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  height: 100%;
}

img.grid-img {
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
  max-height: 256px;
  height: 100%;
}


/* commercial page  */

.commercialPropSec .commImg img {
  min-height: 270px;
  object-fit: cover;
}



/* hover effects  */

.txtBoxWrapper .txtBox-img {
  overflow: hidden;
  transition: all 300ms linear;
}

.txtBoxWrapper:hover .txtBox-img img {
  transform: scale(1.2);
  transition: all 300ms linear;
}

.txtBoxWrapper:hover .txtbox-content .title::before {
  width: 100%;
  transition: all 300ms ease-in-out;
}




@media (min-width:992px) {
  .ftr-col-mid {
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
  }

  .ftr-col {
    padding: 90px 0 100px;
  }

  .header .offcanvas-body {
    background: linear-gradient(180deg, #00000069, transparent);
  }
}



/* .............New CSS............. */

.imgCardGrid a {
    text-decoration: none;
}

.textpd {
    padding-top: 150px;
    
}

.ftr-copyright a {
    text-decoration: none;
}

.projects-gallerySec .owl-carousel .owl-item img {
    height: 490px;
    border-radius: 10px;
  /*  border: 1px solid #9f9f9f; */
    object-fit: cover;
}
 
@media (max-width:1399px){
    .projects-gallerySec .owl-carousel .owl-item img {
        height: 360px;
    }
}
 
 
@media (max-width: 992px){
    .projects-gallerySec .owl-carousel .owl-item img {
        height: 250px;
    }
}

.error-image {
        max-width: 550px;
    }
    
/* Force video to take full width */
.video-slide video {
    object-fit: cover;
    border-radius: 10px;
    max-height: 490px;
}

