/* home page design */

.home-banner {
  position: relative;
  padding: 200px 0 50px;
}

.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  clip-path: polygon(100% 90%, 80% 100%, 20% 100%, 0% 90%, 0% 0%, 100% 0%);
  background-color: var(--blue_color);
  backdrop-filter: blur(13.399999618530273px);
  background-image: url("../images/bg-vector.svg");
  background-repeat: no-repeat;
  background-position: top;
}

.home-banner .custom-container {
  position: relative;
}

.home-banner h1 {
  max-width: 1485px;
  margin-left: auto;
  margin-right: auto;
  color: var(--white_color);
}

.home-banner h4 {
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: var(--white_color);
  max-width: 1080px;
  margin: 0 auto 20px;
}

.home-banner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 20px;
  color: var(--white_color);
  max-width: 821px;
}

.home-banner .primary-btn {
  margin: 0 auto 80px;
}

.home-banner .banner-img {
  text-align: center;
}

.home-banner .banner-img img {
  width: 100%;
  max-width: 1240px;
}

.cta{
  padding: 150px 0px;
  text-align: center;
  background: url("../images/cta-bg.svg"), url("../images/cta-bg2.svg");
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
}

.cta .img-div{
  max-width: 212px;
  margin: 0 auto 25px;
}

.cta .primary-btn{
  margin: 0 auto;
}

.cta .section-title{
  margin-bottom: 20px;
}

.how-works{
  padding: 80px 0;
  background-color: var(--blue_color);
  background-image: url("../images/bg-vector.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.how-works .custom-container{
  max-width: 1760px;
}

.how-works .section-title{
  margin-bottom: 80px;
}

.how-works .step-flex{
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.how-works .step-flex .step-card {
  color: var(--white_color);
  max-width: 370px;
}

.how-works .step-flex .step-card:nth-child(2){
  max-width: unset;
}

.how-works .step-flex .step-card .img-div{
  max-width: 70px;
  margin: 0 auto 15px;
}

.how-works .step-flex .step-card h5{
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}

.how-works .step-flex .step-card h5 span{
  display: block;
}

.how-works .step-flex .step-card .mobile-img{
  max-height: 500px;
  min-height: 500px;
  width: auto;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-works .step-flex .step-card .mobile-img img{
  object-fit: contain;
  width: auto;
  height: 100%;
  max-width: unset;
}

.how-works .step-flex .step-card p{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}

.how-works .section-title h2{
  color: var(--white_color);
}

.how-works .section-title p{
  color: var(--white_color);
}

.how-works .step-flex .step-card .mob-img{
  display: none;
}

.four-pillor{
  padding: 100px 0;
}

.four-pillor .section-title{
  margin-bottom: 150px;
}

.four-pillor .section-title p{
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.four-pillor .pillor-stack{
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.four-pillor .pillor-stack .pillor-flex{
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
}

.four-pillor .pillor-stack .pillor-flex:nth-child(odd)::before{
  content: '';
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  height: 150px;
  width: 100%;
  background-image: url("../images/step-vector1.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.four-pillor .pillor-stack .pillor-flex:nth-child(even)::before{
  content: '';
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  height: 150px;
  width: 100%;
  background-image: url("../images/step-vector2.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.four-pillor .pillor-stack .pillor-flex:last-child::before{
  display: none;
}

.four-pillor .pillor-stack .pillor-flex > div{
  width: 100%;
}

.four-pillor .pillor-stack .pillor-flex:nth-child(even){
  flex-direction: row-reverse;
}

.four-pillor .pillor-stack .pillor-flex .left-part{
  max-width: 800px;
  min-width: 600px;
}

.four-pillor .pillor-stack .pillor-flex .heading{
  display: flex;
  gap: 15px;
  align-items: start;
  margin-bottom: 38px;
}

.four-pillor .pillor-stack .pillor-flex .heading img{
  max-width: 70px;
}

.four-pillor .pillor-stack .pillor-flex .heading h3{
  font-weight: 600;
  font-size: 48px;
  color: var(--dark_color);
}

.four-pillor .pillor-stack .pillor-flex .right-part > p{
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--blue_color);
  margin-bottom: 20px;
}

.four-pillor .pillor-stack .pillor-flex .right-part .feature-text{
  margin-bottom: 20px;
}

.four-pillor .feature-flex{
  display: flex;
  gap: 30px 20px;
  align-items: start;
}

.four-pillor .feature-flex > div{
  text-align: center;
  padding: 0 12px;
  min-width: 235px;
  position: relative;
}

.four-pillor .feature-flex > div img{
  max-width: 40px;
  margin: 0 auto 15px;
}

.four-pillor .feature-flex > div h5{
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--blue_color2);
}

.four-pillor .feature-flex > div:nth-child(2)::before{
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  background-image: url("../images/line.svg");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

.four-pillor .feature-flex > div:nth-child(2)::after{
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background-image: url("../images/line.svg");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

.four-pillor .feature-flex > div:last-child::after{
  display: none !important;
}


@media (min-width: 1200px){
  .cta .section-title h2{
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1700px) {
  .how-works .step-flex .step-card .mobile-img {
    max-height: 400px;
    min-height: 400px;
  }
  .how-works .step-flex .step-card .mobile-img img{
    max-height: 400px;
    min-height: 400px;
  }
  .four-pillor .feature-flex > div{
    min-width: unset;
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .how-works .step-flex{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .how-works .step-flex .step-card{
    max-width: unset;
  }
  .four-pillor .pillor-stack .pillor-flex .left-part {
    max-width: 500px;
    min-width: 500px;
  }
}

@media (max-width: 1200px) {
  .home-banner {
    padding: 150px 0 50px;
  }
  .home-banner::before {
    height: 80%;
  }
  .home-banner h4 {
    font-size: 36px;
    line-height: 42px;
  }
  .cta .img-div {
    max-width: 160px;
    margin: 0 auto 25px;
  }
  .cta{
    background-size: 200px;
    padding: 100px 0;
  }
  .four-pillor .pillor-stack .pillor-flex{
    flex-direction: column !important;
  }
  .four-pillor .section-title {
    margin-bottom: 70px;
  }
  .four-pillor .pillor-stack{
    gap: 100px;
  }
  .four-pillor .pillor-stack .pillor-flex .heading h3 {
    font-size: 38px;
  }
  .four-pillor .pillor-stack .pillor-flex .heading img {
    max-width: 50px;
  }
  .four-pillor .pillor-stack .pillor-flex .heading{
    margin-bottom: 20px;
  }
  .four-pillor .pillor-stack .pillor-flex:nth-child(odd)::before, .four-pillor .pillor-stack .pillor-flex:nth-child(even)::before{
    display: none;
  }
}

@media (max-width: 991px) {
  .how-works .step-flex .step-card .mob-img{
    display: block;
  }
  .how-works .step-flex .step-card .desktop-img{
    display: none;
  }
}

@media (max-width: 767px) {
  .home-banner p {
    font-size: 16px;
    line-height: 27px;
  }
  .home-banner {
    padding: 80px 0 50px;
  }
  .home-banner .primary-btn {
    margin: 0 auto 50px;
  }
  .home-banner h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .cta .img-div {
    max-width: 100px;
    margin: 0 auto 15px;
  }
  .cta{
    background: none;
    padding: 80px 0;
  }
  .how-works .step-flex .step-card .img-div {
    max-width: 50px;
  }
  .how-works .step-flex .step-card h5 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .how-works .step-flex .step-card p {
    font-size: 15px;
    line-height: 24px;
  }
  .four-pillor .pillor-stack .pillor-flex .heading h3 {
    font-size: 25px;
  }
  .four-pillor .pillor-stack .pillor-flex .heading img {
    max-width: 37px;
  }
  .four-pillor .pillor-stack .pillor-flex .right-part > p {
    font-size: 16px;
    line-height: 26px;
  }
  .four-pillor .feature-flex > div img {
    max-width: 30px;
  }
  .four-pillor .feature-flex > div h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .four-pillor {
    padding: 50px 0;
  }
  .four-pillor .pillor-stack .pillor-flex .left-part {
    min-width: unset;
  }
  .four-pillor .pillor-stack{
    gap: 80px;
  }
}

@media (max-width: 600px) {
  .how-works .step-flex .step-card .img-div {
    max-width: 30px;
    margin: 0 auto 10px;
  }
  .how-works .step-flex .step-card h5 {
    font-size: 12px;
    margin-bottom: 19px;
  }
  .how-works .step-flex .step-card .mobile-img {
    max-height: 250px;
    min-height: 250px;
  }
  .how-works .step-flex .step-card .mobile-img img {
    max-height: 250px;
    min-height: 250px;
  }
  .how-works .step-flex .step-card p {
    font-size: 12px;
    line-height: 20px;
  }
  .how-works .step-flex{
    gap: 40px 5px;
  }
  .how-works .section-title {
    margin-bottom: 40px;
  }
  .how-works {
    padding: 40px 0;
  }
  .four-pillor .pillor-stack .pillor-flex .heading img {
    max-width: 32px;
  }
  .four-pillor .pillor-stack .pillor-flex .heading h3 {
    font-size: 22px;
  }
  .four-pillor .pillor-stack .pillor-flex .right-part > p {
    font-size: 14px;
    line-height: 24px;
  }
  .four-pillor .feature-flex > div h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 576px) {
  .four-pillor .feature-flex{
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 20px;
  }
  .four-pillor .feature-flex > div{
    width: 45%;
  }
  .four-pillor .feature-flex > div:nth-child(2)::before, .four-pillor .feature-flex > div:nth-child(2)::after{
    display: none;
  }
  .four-pillor .feature-flex > div:nth-child(1)::before{
    content: "";
    width: 2px;
    height: 80%;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    background-image: url(../images/line.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .four-pillor .feature-flex > div:nth-child(3)::before{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/lineh.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 520px) {
  .home-banner {
    padding: 60px 0 50px;
  }
  .home-banner h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .home-banner p {
    font-size: 14px;
    line-height: 25px;
  }
  .cta .section-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 365px) {
  .how-works .step-flex .step-card .mobile-img img {
    max-height: 200px;
    min-height: 200px;
  }
  .how-works .step-flex .step-card .mobile-img {
    max-height: 200px;
    min-height: 200px;
  }
  .four-pillor .feature-flex > div{
    width: 100%;
  }
}