@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --purple-color: #74069b;
  --blue-color: #00177b;
}

body {
  font-family: "Jost", sans-serif !important;
}
.slider {
  position: relative;
  min-height: 550px;
  width: 100%;
  overflow: hidden;
  max-height: 650px;
  display: flex;
  align-items: center;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px;
}
.slider-path-left {
  position: absolute;
  left: -300px;
  top: -100px;
  z-index: -10;
}
.slider-path-right {
  position: absolute;
  right: -300px;
  bottom: -100px;
  z-index: -10;
}
.slider-center {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.slider-icon {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.slider-head {
  font-size: 55px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0px !important;
}
.slider-desc {
  color: var(--purple-color);
  font-size: 30px;
  font-weight: 300;
}
.slider-desc strong {
  font-weight: 500;
  font-style: italic;
}
.rebate {
  position: relative;
  padding: 100px 0px;
}
.rebate-mockup {
  position: absolute;
  left: 0px;
  width: 48%;
  max-width: 650px;
  bottom: 0px;
  z-index: 0;
}
.rebate-content {
  width: 50%;
  margin-left: auto;
}
.rebate-small-head {
  font-size: 35px;
  font-weight: 300;
}
.rebate-big-head {
  font-size: 70px;
  font-weight: 600;
  color: var(--purple-color);
  margin-bottom: 25px !important;
}
.rebate-desc {
  font-size: 20px;
  font-weight: 400;
}
.feature {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px;
}
.feature-path {
  z-index: -10;
  position: absolute;
  left: 0;
  width: 104%;
  height: 100%;
  top: -70px;
  transform: rotate(40deg);
}
.feature-path img {
  width: 100%;
}
.feature-content-bg {
  display: flex;
  align-items: center;
}
.feature-left {
  background-color: #fafafa;
  padding: 45px 35px;
  width: 60%;
}
.feature-left-item {
  max-width: 600px;
  margin-bottom: 20px;
}
.feature-item-top {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.feature-item-head {
  font-size: 25px;
  font-weight: 600;
}
.feature-item-icon {
  max-width: 50px;
}
.feature-item-bottom {
  font-size: 18px;
  margin-top: 10px;
}
.feature-item-line {
  width: 100%;
  height: 1px;
  background-color: black;
  margin-top: 15px;
}
.feature-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}
.feature-right-icon {
  max-width: 150px;
}
.feature-right-text {
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}
.feature-right-text strong {
  font-weight: 600;
  color: var(--purple-color);
}
.change {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
}
.change-bg-img {
  position: absolute;
  left: 0;
  width: 60%;
  z-index: 0;
  height: 100%;
}
.change-bg-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.change-content {
  max-width: 600px;
  margin-left: auto;
}
.change-icon {
  max-width: 200px;
  margin-left: 100px;
  position: relative;
  top: 80px;
}
.change-card {
  width: 100%;
  background-color: #fafafa;
  padding: 45px 35px;
  padding-top: 100px;
}
.change-card-head {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
.change-card-head strong {
  color: var(--purple-color);
  font-weight: 600;
}
.change-card-desc {
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .rebate-mockup {
    left: -200px;
    width: 70%;
    display: flex;
    align-items: center;
    bottom: 0px;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .change {
    height: 600px;
  }
  .change-icon {
    max-width: 120px;
  }
  .change-bg-img {
    width: 100%;
  }
  .rebate {
    padding: 40px 0px;
  }
  .rebate-content {
    padding-top: 300px;
    width: 100%;
  }
  .rebate-mockup {
    padding-top: 50px;
    left: -100px;
    align-items: start;
    width: 100%;
    max-width: 450px;
  }
  .rebate-big-head {
    font-size: 50px;
  }
  .rebate-small-head {
    font-size: 25px;
  }
  .rebate-desc {
    font-size: 18px;
  }
  .slider-head {
    font-size: 50px;
  }
  .slider-desc {
    font-size: 25px;
  }
  .feature-content-bg {
    flex-wrap: wrap;
  }
  .feature-left {
    width: 100%;
    order: 2;
    margin-top: 25px;
  }
  .feature-right {
    width: 100%;
    order: 1;
  }
  .feature {
    padding: 20px 0px;
  }
  .feature-path {
    z-index: -10;
    position: absolute;
    left: -40px;
    width: 115%;
    height: 120%;
    top: -50px;
    transform: rotate(0deg);
  }
  .feature-item-head {
    font-size: 22px;
  }
  .feature-item-icon {
    max-width: 45px;
  }
  .feature-item-bottom {
    font-size: 16px;
  }
  .feature-left {
    padding: 35px 25px;
  }
  .feature-right-icon {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-right-content {
    text-align: center;
  }
  .change-card-head {
    font-size: 35px;
  }
  .change-card-desc {
    font-size: 16px;
  }
  .change-card {
    padding: 35px 25px;
    padding-top: 50px;
  }
  .change-icon{
    top: 40px;
  }
}
