:root {
  --head-font: 'Plus Jakarta Sans', sans-serif;
  --body-font: 'Plus Jakarta Sans', sans-serif;
  --main-color: #95160c;
  --sub-color: #eed489;
  --grey-color: #6a6a6a;
  --text-dark: #252525;
  --smooth: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 800 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
p {
      font-family: 'Plus Jakarta Sans', sans-serif !important;
    /* color: #4B4B4B; */
    font-weight: 500 !important;
    font-size: 15px !important;
}

.main-color {
  color: var(--main-color);
}

.sub-color {
  color: var(--sub-color);
}

.color-text-dark {
  color: var(--text-dark);
}

.section-padding-lg {
  padding-top: 110px;
  padding-bottom: 110px;
}

.display-text {
  font-family: var(--head-font);
  font-size: 72px;
  font-weight: 800;
  line-height: 83px;
  letter-spacing: -1.44px;
}

.sub-head {
  font-family: var(--head-font);
  font-size: 20px !important;
 font-style: normal;
 font-weight: 800 !important;
 line-height: 24px /* 120% */ !important;
 letter-spacing: -0.4px !important;
}

.para-sm {
   font-size: 14.4px !important;
 font-style: normal;
 font-weight: 500 !important;
 line-height: 24.48px /* 170% */ !important;
 letter-spacing: 0.5px !important;
}

.auto-container {
  position: static;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}
header .auto-container {
  max-width: 1810px;
  transition: all 0.3s ease;
}

.bg-white {
  background-color: white !important;
}



.main-banner .banner-para {
  width: 50%;
}

.banner-content {
  width: 100%;
}


.main-banner {
  padding-block-end: 75px !important;
  padding-block-start: 145px !important;
}

.award-widget {
  width: 620px;
  color: #686868;
}
.award-widget img {
  flex-shrink: 0;
}

.project-section {
  background-image: url(../images/project-bg-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.project-section-type {
  --main-color: var(--sub-color);
}
.main-project {
  position: relative;
}
.main-project::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 34.77%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 0;
  transition: var(--smooth);
}
.main-project:hover:before {
  opacity: 1;

}
.main-project img {
  border-radius: 5px;
}

.main-project .project-desc-box {
    display: none;
}

.main-project:hover .project-desc-box {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 40px 40px 40px;
}
.main-project .project-desc-box .project-name {
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
    color: var(--sub-color);
}
.project-desc {
    border-left: 1px solid #C5C5C5;
    padding-left: 42px;
}

.project-desc-box .project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.project-desc-box .project-tags div {
    width: fit-content;
    padding: 5px 10px;
    color: var(--sub-color);
    border-radius: 50px;
    border: 1px solid;
    font-size: 15px;
    line-height: normal;
}

.home-cta-section {
     background: #FFFBEF;
}

.home-cta-section .cta-box {
      padding-right: 162px;
    border-right: 1px solid var(--sub-color);
}

.gallery-slider-section  .auto-container{
  max-width: 1810px;
  transition: all 0.3s ease;
}

.gallery-slider .gallery-card {
  width: 345px;
  height: 417px;
}
.gallery-slider .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-control {
   border-radius: 5px !important;
 border: 1px solid  #2E6F40 !important;
 background: #FFF !important;
 outline: none;
}
.btn-submit {
  background-color: var(--main-color) !important;
}

/* footer */
.footer-start {
  padding-top: 75px;
  background-color: #182D09;
}
/* .footer-logo img {
  height: 84px;
  width: auto;
} */

.footer-number {
  font-family: var(--body-font) !important;
   font-size: 28px !important;
 font-style: normal;
 font-weight: 800 !important;
 line-height: 33.6px /* 120% */ !important;
 letter-spacing: -0.56px !important;
}