.orange {
  color: #f45a00;
}

.new-header-section {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .new-header-section {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .new-header-section .text-section {
    margin-bottom: 35px;
  }
}
.new-header-section .box-section {
  background-color: #13100c;
  border: 1px solid #1f1c18;
  border-radius: 24px;
  padding: 40px 45px;
}
@media (max-width: 767px) {
  .new-header-section .box-section {
    padding: 30px 20px;
  }
}
.new-header-section .box-section .title {
  color: #f45a00;
  font-size: 16px;
}
.new-header-section .box-section .points {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.new-header-section .box-section .points li {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}
.new-header-section .box-section .points li .number {
  display: inline-block;
  color: #f45a00;
  background-color: rgba(244, 90, 0, 0.1);
  height: 42px;
  width: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.new-header-section .box-section .points li .text {
  width: 181%;
}
.new-header-section .quote-section {
  margin-top: 100px;
  color: #fff7f0;
}
@media (max-width: 991px) {
  .new-header-section .quote-section {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .new-header-section .quote-section {
    margin-top: 70px;
  }
}

.new-drive-us-section {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .new-drive-us-section {
    margin-top: 70px;
  }
}
.new-drive-us-section .box {
  background-color: #13100c;
  padding: 20px;
  border-radius: 20px;
}
.new-drive-us-section .box .sub-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.new-case-studies-section {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .new-case-studies-section {
    margin-top: 70px;
  }
}
.new-case-studies-section .each-case-study {
  width: 100%;
  height: 120px;
  border: 1px solid rgba(255, 169, 110, 0.25);
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1000;
  background-color: rgba(22, 12, 6, 0.9);
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .new-case-studies-section .each-case-study {
    height: 80px;
    padding: 0px;
    border-radius: 18px;
  }
}
.new-case-studies-section .each-case-study .img {
  width: 160px;
  height: auto;
  display: flex;
}
@media (max-width: 767px) {
  .new-case-studies-section .each-case-study .img {
    width: 110px;
  }
}
.new-case-studies-section .each-case-study .img img {
  width: 100%;
  object-fit: contain;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.new-case-studies-section .each-case-study .img img:hover {
  filter: none;
}
.new-case-studies-section .each-case-study:hover {
  border: 1px solid #f3c7a0;
  background-color: #090502;
}

.new-partners-section {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .new-partners-section {
    margin-top: 70px;
  }
  .new-partners-section .row {
    --bs-gutter-x: 0.5rem;
  }
}
.new-partners-section .box {
  width: 100%;
  height: 120px;
  background-color: rgba(19, 16, 12, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 18px;
}
@media (max-width: 991px) {
  .new-partners-section .box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .new-partners-section .box {
    height: 60px;
  }
  .new-partners-section .box img {
    height: 100%;
  }
}

.new-cta-section {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .new-cta-section {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .new-cta-section {
    margin-top: 70px;
  }
}
.new-cta-section .box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  padding-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.new-cta-section .box .text-section {
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .new-cta-section .box .text-section {
    padding: 30px 10px;
  }
}
@media (max-width: 991px) {
  .new-cta-section .box {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100%;
    margin: auto;
  }
}
.new-cta-section .text-section {
  text-align: center;
}
.new-cta-section .text-section .text {
  margin-bottom: 0;
}
.new-cta-section .text-section .primary-btn-new {
  margin-top: 30px;
}
.new-cta-section .text-section .title {
  font-size: 48px;
}
@media (max-width: 767px) {
  .new-cta-section .text-section .title {
    font-size: 24px;
  }
}
.new-cta-section .image-section .team-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .new-cta-section .image-section .team-image {
    margin-top: 0px;
  }
}
/*# sourceMappingURL=home_v2.css.map */