@font-face {
  font-family: 'MaximaNouva-Bold';
  src: url("/fonts/MaximaNouva-Bold.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-ExtraBold';
  src: url("/fonts/MaximaNouva-ExtraBold.otf");
  font-family: 'MaximaNouva-Bold';
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Regular';
  src: url("/fonts/MaximaNouva-Regular.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MaximaNouva-Thin';
  src: url("/fonts/MaximaNouva-Thin.otf");
  font-weight: 300;
  font-style: normal;
}

.usp-landing-section {
  height: 450px;
  background-image: url("/images/returnable-container-prog/container-banner-mob.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.usp-landing-section:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0;
  z-index: 0;
}

.usp-title {
  position: absolute;
  bottom: 20%;
  width: 67%;
}

.usp-title:after {
  width: 100%;
}

.usp-middle-container {
  padding: 80px 35px;
  color: #828282;
}

.usp-middle-container-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

@media (min-width: 576px) {
  .usp-middle-container-text {
    font-size: calc(0.46296296vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .usp-middle-container-text {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .usp-middle-container-text {
    line-height: calc(0.46296296vw + 23.33333333px);
  }
}

@media (min-width: 1440px) {
  .usp-middle-container-text {
    line-height: 30px;
  }
}

.img-width {
  width: 100%;
}

.process-wrapper {
  padding: 50px 25px;
}

.process-wrapper-heading {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #505050;
}

@media (min-width: 576px) {
  .process-wrapper-heading {
    font-size: calc(1.15740741vw + 28.33333333px);
  }
}

@media (min-width: 1440px) {
  .process-wrapper-heading {
    font-size: 45px;
  }
}

@media (min-width: 576px) {
  .process-wrapper-heading {
    line-height: calc(1.15740741vw + 38.33333333px);
  }
}

@media (min-width: 1440px) {
  .process-wrapper-heading {
    line-height: 55px;
  }
}

.process-wrapper-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #828282;
}

@media (min-width: 576px) {
  .process-wrapper-text {
    font-size: calc(0vw + 18px);
  }
}

@media (min-width: 1440px) {
  .process-wrapper-text {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  .process-wrapper-text {
    line-height: calc(0.23148148vw + 24.66666667px);
  }
}

@media (min-width: 1440px) {
  .process-wrapper-text {
    line-height: 28px;
  }
}

.order-section {
  padding-top: 50px;
  color: #828282;
}

.order-section-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #505050;
}

@media (min-width: 576px) {
  .order-section-heading {
    font-size: calc(1.15740741vw + 13.33333333px);
  }
}

@media (min-width: 1440px) {
  .order-section-heading {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .order-section-heading {
    line-height: calc(1.73611111vw + 20px);
  }
}

@media (min-width: 1440px) {
  .order-section-heading {
    line-height: 45px;
  }
}

.advantages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 90px;
}

.advantages-wrapper .advantages-heading {
  font-size: 22px;
  line-height: 26px;
  font-family: 'MaximaNouva-Bold';
  color: #505050;
}

@media (min-width: 576px) {
  .advantages-wrapper .advantages-heading {
    font-size: calc(0.69444444vw + 18px);
  }
}

@media (min-width: 1440px) {
  .advantages-wrapper .advantages-heading {
    font-size: 28px;
  }
}

@media (min-width: 576px) {
  .advantages-wrapper .advantages-heading {
    line-height: calc(0.92592593vw + 20.66666667px);
  }
}

@media (min-width: 1440px) {
  .advantages-wrapper .advantages-heading {
    line-height: 34px;
  }
}

.advantages-text {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 1;
  width: 100%;
  background-color: #F9F9F9;
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
}

.advantages-text .advantages-para {
  letter-spacing: 0.02em;
  color: #828282;
}

.advantage-list-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #828282;
  padding-top: 25px;
}

.advantages-text {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 1;
  width: 100%;
  background-color: #F9F9F9;
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
}

.advantages-text .advantages-para {
  letter-spacing: 0.02em;
  color: #828282;
}

.advantages-img {
  z-index: 2;
  height: 340px;
}

.advent-pages-wrapper {
  margin-top: 80px;
  margin-bottom: 70px;
}

.page-img {
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.page-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.overlay-text {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  z-index: 3;
}

@media (min-width: 576px) {
  .overlay-text {
    font-size: calc(0.92592593vw + 16.66666667px);
  }
}

@media (min-width: 1440px) {
  .overlay-text {
    font-size: 30px;
  }
}

@media (min-width: 576px) {
  .overlay-text {
    line-height: calc(1.15740741vw + 17.33333333px);
  }
}

@media (min-width: 1440px) {
  .overlay-text {
    line-height: 34px;
  }
}

.webp-supported .usp-landing-section {
  background-image: url("/images/returnable-container-prog/container-banner-mob.webp");
}

@media (min-width: 1024px) {
  .usp-landing-section {
    background-image: url("/images/returnable-container-prog/container-banner.png");
    height: 667px;
    font-style: normal;
  }
  .usp-title {
    width: 35%;
  }
  .usp-middle-container {
    padding: 130px 110px;
  }
  .webp-supported .usp-landing-section {
    background-image: url("/images/returnable-container-prog/container-banner.webp");
  }
  .breadcrumb-section {
    padding-top: 20px;
  }
  .banner-glass-tile:after {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  .breadcrumb-list-item {
    padding-right: 8px;
    color: #8e8e8e;
  }
  .breadcrumb-list-item a {
    color: #8e8e8e;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }
  .breadcrumb-list-item a:hover {
    color: #8e8e8e;
  }
  .breadcrumb-list-item a:active {
    color: #FFFFFF;
  }
  .breadcrumb-list-item.semibold-font {
    color: #000;
  }
  .process-wrapper {
    padding: 100px 135px;
  }
  .process-wrapper-heading {
    width: 66%;
  }
  .advantages-wrapper {
    padding: 24px;
    margin-top: 120px;
    margin-bottom: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantages-text {
    width: 70%;
    padding: 66px 30px 60px 130px;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .advantages-para {
    padding-top: 15px;
  }
  .advantages-img {
    -webkit-transform: translate(10%, -5%);
            transform: translate(10%, -5%);
  }
  .overlay-text {
    bottom: 20px;
    left: 30px;
  }
}
