@font-face {
  font-family: "Chronicle Hairline";
  src: url("../fonts/ChronicleHairline-Roman.woff2") format("woff2"), url("../fonts/ChronicleHairline-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.projects-main-content {
  padding-bottom: 80px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .projects-main-content {
    padding-bottom: 42px;
    padding-top: 50px;
  }
}
.projects-main-content .container {
  text-align: center;
  max-width: 1051px;
}

.project-lists-row {
  align-items: center;
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .project-slider-sec {
    margin: 0 -20px 0 0;
  }
}
.project-slider-sec .swiper-slide {
  width: auto;
  /* Key part */
}
@media (max-width: 767px) {
  .project-slider-sec .swiper-slide:nth-child(1) .project-slide-box {
    width: 330px;
    height: 216px;
  }
}
@media (max-width: 767px) {
  .project-slider-sec .swiper-slide:nth-child(2) .project-slide-box {
    width: 214px;
    height: 214px;
  }
}
@media (max-width: 767px) {
  .project-slider-sec .swiper-slide:nth-child(3) .project-slide-box {
    width: 330px;
    height: 216px;
  }
}
.project-slider-sec .project-slide-box {
  height: 380px;
}
@media (max-width: 767px) {
  .project-slider-sec .project-slide-box {
    height: 214px;
  }
}
.project-slider-sec .project-slide-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-slider-sec .swiper-pagination {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .project-slider-sec .swiper-pagination {
    margin-top: 35px;
  }
}
.project-slider-sec .project-progress {
  max-width: 390px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .project-slider-sec .project-progress {
    max-width: 194px;
  }
}
.project-slider-sec .project-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FFF;
  height: 3px;
}

.project-list-last-section {
  border-bottom: none !important;
}

.project-lists:nth-child(1) {
  text-transform: none;
}

.project-lists {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5254901961);
  padding-bottom: 75px;
  padding-top: 56px;
}
@media (max-width: 1000px) {
  .project-lists {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.p-logo img {
  position: relative;
  left: -25px;
  width: 300px;
}
@media (max-width: 1000px) {
  .p-logo img {
    left: 0 !important;
  }
}
@media (max-width: 1000px) {
  .p-logo {
    text-align: center;
    margin-bottom: 32px;
  }
}

.project-list-last-section .p-logo img {
  left: 15px;
}

body .project-lists .container {
  padding-left: 30px;
}

.project-list-content-main section:last-child {
  border-bottom: none;
}

@media (min-width: 1000px) {
  .project-lists {
    --scroll-bar: 8px;
  }
  .project-slider-sec {
    margin-right: calc(-50vw + 50% + var(--scroll-bar) / 2) !important;
    position: relative;
    right: 10px !important;
  }
}
.project-progress {
  position: relative;
}

.project-progress:after {
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  content: "";
  background: #484545;
  height: 1px;
}

.pastproject-sec .common-cta-btn.past-pro {
  width: 248px !important;
}
@media (max-width: 1000px) {
  .pastproject-sec .common-cta-btn.past-pro {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.pastproject-sec {
  background: #000;
  padding: 53px 0 53px;
}

.pastproject-sec h3 {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 60px;
  letter-spacing: -1.5px;
  text-align: center;
}

.pastproject-sec h4 {
  font-size: 25px;
  line-height: 66px;
  color: rgba(255, 255, 255, 0.5019607843);
  font-family: "Ringside";
  font-weight: 200;
  text-align: center;
  margin: 0 0 0;
}

.pastproject-sec .past-img {
  margin: 0 0 28px;
}

.pastproject-sec .col-md-4 {
  margin-bottom: 43px;
}

.pastproject-sec .common-cta-btn.past-pro {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.pastproject-sec .row.pastrow {
  display: none;
}

.pastproject-sec .row.pastrow.show {
  display: flex;
  flex-wrap: wrap;
}

.pastrow {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.6s ease;
}

.pastrow.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pastproject-sec .past-img img {
  width: 100%;
}

@media (max-width: 1399px) {
  .pastproject-sec h3 {
    font-size: 50px;
    line-height: 52px;
  }
  .pastproject-sec h4 {
    font-size: 23px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .pastproject-sec .col-md-4 {
    width: 49%;
  }
  .pastproject-sec .col-md-4 {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .pastproject-sec h3 {
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 45px;
  }
  .pastproject-sec .col-md-4 {
    width: 100%;
    margin: 0 0 45px;
  }
  .pastproject-sec .past-img {
    margin: 0 0 23px;
  }
  .pastproject-sec h4 {
    font-size: 25px;
    line-height: 43px;
    color: #fff;
  }
  .row.pastrow.show {
    padding-top: 30px;
  }
}
.inner-content-sction {
  background: #000 url(../images/our-story-bg.webp) no-repeat right top -3% !important;
}
.inner-content-sction::after {
  height: 18px !important;
}

.main-banner-section h1 {
  margin-bottom: 12px;
}

.swiper-scrollbar {
  background: #d6d6d6;
}

.swiper-scrollbar {
  border-radius: 2px;
  height: 5px !important;
  width: 386px !important;
  left: 50% !important;
  background-color: transparent !important;
  transform: translateX(-50%);
}

.swiper-scrollbar::after {
  content: "";
  background-color: #4d4d4d !important;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 2px;
  z-index: 0;
}

.swiper-scrollbar-drag {
  height: 5px;
  background-color: #d9c9af;
  z-index: 1;
  cursor: pointer;
}

.main-banner-section {
  width: 100%;
}
.main-banner-section video {
  width: 100%;
}

.inner-content-sction {
  padding-top: 0 !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
}

article.inner-content-sction section:nth-child(3) .p-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

article.inner-content-sction section:nth-child(3) .p-logo img {
  position: relative;
  left: 0;
  width: 300px;
}

article.inner-content-sction section:nth-child(4) .p-logo img {
  position: relative;
  left: 0px;
  width: 300px;
}

article.inner-content-sction section:nth-child(5) .p-logo img {
  position: relative;
  left: 0px;
  width: 300px;
}/*# sourceMappingURL=style-projects.css.map */