.partner_bg {
  background-image: url(../assets/images/partner_bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.hero-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 60px;
}
.left-info {
  width: 50%;
}
.right-img {
  width: 30%;
  transition: 0.2s;
}
.right-img img {
  width: 100%;
}
.right-img:hover {
  transform: scale(1.05);
}
.hero-headline {
  font-size: 46px;
  color: #1e1e1e;
  line-height: 55px;
  font-weight: 700;
  text-align: left;
  margin: 0;
}

.hero-headline span {
  color: #ef5e50;
}
.page-btn {
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 20px 60px;
  margin-top: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.2s;
}
.page-btn:hover {
  box-shadow: 0 20px 30px rgba(30, 30, 30, 0.2);
  transform: scale(1.05);
}
.hero-container .page-btn {
  margin-top: 60px;
}
.partner-container {
  background-color: #fff;
  padding: 80px 0 110px 0;
}
.page-headline {
  font-size: 36px;
  color: #1e1e1e;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
.pointer-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
.content-block {
  background-color: #fff;
  border: 1px solid#d8e2e7;
  border-radius: 6px;
  text-align: center;
  transition: 0.2s;
  padding: 20px;
}
.content-block h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ef5e50;
  margin: 0;
  margin-bottom: 20px;
}
.second-para {
  font-size: 16px;
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
  color: #6b6a6a;
}

.second-para span {
  color: #ef5e50;
  font-weight: 500;
}
.icon-holder {
  width: 40%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.icon-holder img {
  width: 100%;
}
.third-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 110px;
  margin-top: 60px;
}
.third-left-container,
.third-right-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.left-content-info {
  width: 50%;
}
.left-content-info h3 {
  font-size: 38px;
  color: #1e1e1e;
  font-weight: 600;
  margin: 0;
}
.left-content-info p {
  font-size: 18px;
  color: #6b6a6a;
}
.right-img-holder {
  width: 40%;
  transition: 0.2s;
}
.right-img-holder img {
  width: 100%;
}
.fourth-container {
  margin-top: 110px;
}
.fourth-container p {
  font-size: 18px;
  text-align: center;
}
.demo-info-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
.demo-block {
  background-color: #fff;
  border: 1px solid#d8e2e7;
  border-radius: 6px;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}
.demo-icon-holder {
  width: 180px;
  margin: 0 auto;
}
.demo-icon-holder img {
  width: 100%;
}
.demo-block {
  text-decoration: none;
}
.demo-block h3 {
  font-size: 18px;
  font-weight: 400;
  color: #ef5e50;
}
.demo-block:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.testimonial-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 110px;
}
.testimonial-left-info {
  width: 60%;
  background-color: #fbdedc;
  text-align: center;
  padding: 40px;
  border-radius: 6px;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.review-icon {
  font-size: 18px;
  color: #6b6a6a;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.review-icon img {
  width: 50%;
}

.name {
  font-size: 22px;
  font-weight: 400px;
  margin: 0;
  margin-top: 12px;
}
.location {
  font-size: 18px;
  font-weight: 400;
  color: #6b6a6a;
  margin: 0;
}
.testimonial-right-info {
  width: 60%;
  text-align: center;
  padding: 40px;
  background-color: #fef0d0;
  border-radius: 6px;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pricing-container {
  margin-top: 110px;
}
.pricing-div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
.plain-div {
  background-color: #fff;
  border: 1px solid#d8e2e7;
  border-radius: 6px;
  text-align: center;
  transition: 0.2s;
}
.amount-info-div {
  padding: 16px 0;
  border-radius: 6px 6px 0 0;
}
.yellow {
  background-color: #fdbc2c;
}
.red {
  background-color: #f06e61;
}
.seagreen {
  background-color: #ed2a8c;
}
.amount-info-div h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
  padding: 20px;
}
.para-info {
  font-size: 18px;
  line-height: 60px;
  color: #6b6a6a;
  font-weight: 400;
  margin: 0;
  padding: 40px;
}
.color-div {
  background-color: #ef5e50;
  color: #fff;
  padding: 55px 25px;
}
.amount-info-div h4 {
  color: #1e1e1e;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.red h3 {
  color: #fff;
}
.red h4 {
  color: #fff;
}
.seagreen h3 {
  color: #fff;
}
.seagreen h4 {
  color: #fff;
}
.pricing-btn {
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
}
.pricing-btn:hover {
  cursor: pointer;
}
.cta-bg {
  background-color: #fff;
  margin-top: 60px;
}
.cta-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}
.cta-headline {
  font-size: 38px;
  font-weight: 700;
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 60px;
}
.cta-headline span {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  color: #ef5e50;
}
.cta-left-info {
  width: 45%;
}
.cta-img {
  width: 40%;
}
.cta-img img {
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 1250px) {
  .container {
    width: 90%;
  }
  .content-block {
    padding: 0 20px;
  }
  .cta-left-info {
    width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .container {
    width: 80%;
  }
  .hero-headline {
    font-size: 36px;
  }
  .pointer-block {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .content-block {
    padding: 10px 20px;
  }
  .cta-left-info {
    margin-left: 40px;
    width: 50%;
  }
  .cta-headline {
    font-size: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .container {
    width: 90%;
  }
  .hero-container {
    flex-direction: column;
  }
  .left-info {
    width: 100%;
  }
  .right-img {
    width: 100%;
  }
  .right-img img {
    width: 100%;
  }
  .hero-headline {
    font-size: 36px;
    text-align: center;
  }
  .partner-container {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .page-btn {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 110px;
  }
  .pointer-block {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .content-block {
    padding: 10px 20px;
  }
  .third-left-container {
    flex-direction: column;
  }
  .third-right-container {
    flex-direction: column-reverse;
  }
  .left-content-info {
    width: 100%;
  }
  .right-img-holder {
    width: 100%;
  }
  .fourth-container,
  .demo-info-block {
    margin-top: 40px;
  }
  .testimonial-container {
    flex-direction: column;
  }
  .testimonial-left-info {
    width: 100%;
  }
  .pricing-container {
    margin-bottom: 40px;
  }
  .testimonial-right-info {
    width: 100%;
  }
  .cta-container {
    flex-direction: column;
  }
  .cta-left-info {
    width: 80%;
    margin: 0;
  }
  .cta-headline {
    font-size: 26px;
    text-align: center;
    line-height: 40px;
  }
  .cta-headline span {
    font-size: 28px;
  }
  .cta-btn {
    margin-top: 60px;
  }
  .cta-img {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .hero-container {
    flex-direction: column;
    margin-top: 40px;
  }
  .left-info {
    width: 100%;
  }
  .right-img {
    width: 100%;
  }
  .right-img img {
    width: 100%;
  }
  .hero-headline {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .page-btn {
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .page-headline {
    font-size: 24px;
    margin: 0 auto;
    line-height: 35px;
  }
  .pointer-block {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 40px;
  }
  .partner-container {
    padding: 0;
  }
  .content-block {
    padding: 10px 20px;
  }
  .third-container {
    margin-top: 40px;
    gap: 20px;
  }
  .third-left-container {
    flex-direction: column;
  }
  .third-right-container {
    flex-direction: column-reverse;
  }
  .left-content-info {
    width: 100%;
  }
  .right-img-holder {
    width: 100%;
  }
  .left-content-info p {
    font-size: 16px;
  }
  .demo-info-block,
  .pricing-div {
    margin-top: 40px;
  }
  .demo-icon-holder {
    margin-top: 0;
    margin-bottom: 0;
  }
  .demo-block h3 {
    font-size: 24px;
    font-weight: 500;
  }
  .pricing-div .testimonial-container {
    flex-direction: column;
  }
  .testimonial-container {
    margin-top: 60px;
  }
  .testimonial-left-info {
    width: 100%;
    padding: 30px 16px;
  }
  .testimonial-right-info {
    width: 100%;
  }
  .testimonial-para {
    font-size: 16px;
    color: #6b6a6a;
  }
  .review-icon {
    margin-top: 0;
  }
  .pricing-container,
  .cta-bg {
    margin-top: 60px;
  }
  .pricing-btn {
    width: 90%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .cta-container {
    flex-direction: column;
    padding: 0;
  }
  .cta-left-info {
    width: 90%;
    margin: 0;
  }
  .cta-headline {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .cta-headline span {
    font-size: 26px;
  }
  .cta-btn {
    margin-top: 60px;
  }
  .cta-img {
    width: 100%;
  }
}
