@import url(styles.css);

.hero-section .left-wrapper,
.hero-section .right-wrapper{
  /* height: 90%; */
}
.hero-section .left-wrapper::before{
  content: '';
  position: absolute;
  background-color: var(--bank-card-hero-bg);
  border-radius: 100%;
  height: 100%;
  width: 100%;
  left: -13%;
  top:-15%;
  z-index: -1;
}
.hero-section .left-wrapper::after{
  content: '';
  position: absolute;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  left: -13%;
  top:-25%;
  z-index: -1;
  border:2px solid var(--primary-grey-30);
}
.hero-section .right-wrapper::before{
  content: '';
  position: absolute;
  background-color: var(--bank-card-hero-bg);
  border-radius: 100%;
  height: 90%;
  width: 85%;
  right: 0%;
  top:-15%;
  z-index: -1;
}
.hero-section .right-wrapper::after{
  content: '';
  position: absolute;
  border-radius: 100%;
  height: 90%;
  width: 85%;
  right: 0%;
  top:-25%;
  z-index: -1;
  border:2px solid var(--primary-grey-30);
}
.hero-section .right-wrapper img{
  max-width: 80%;
}

.about-section .wrapper{
  margin-top: 0;
}



@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1248px) {}
@media only screen and (max-width: 1180px) {}
@media only screen and (max-width: 1120px) {}
@media only screen and (max-width: 1080px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 880px) {
  .hero-section .main-wrapper{
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-section .left-wrapper,
  .hero-section .right-wrapper{
    height: 380px;
  }
  .hero-section .right-wrapper{
    text-align: center;
  }
  .hero-section .right-wrapper::before{
    height: 400px;
    width: 400px;
    left: 50%;
    transform: translateX(-50%)
  }
  .hero-section .right-wrapper::after{
    height: 400px;
    width: 400px;
    left: 50%;
    transform: translateX(-50%)
  }
  .hero-section .right-wrapper img{
    height: 230px;
  }
  .hero-section .left-wrapper{
    padding: 0;
  }
  .hero-section .left-wrapper::before{
    left: 50%;
    top: 0;
    height: 400px;
    width: 400px;
    transform: translateX(-50%)
  }
  .hero-section .left-wrapper::after{
    left: 50%;
    top: -5%;
    height: 400px;
    width: 400px;
    transform: translateX(-50%)
  }
  .hero-section .left-wrapper .max-w-400{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
  }
  .hero-section .left-wrapper .max-w-400 .text-5xl{
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 560px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 420px) {
  .hero-section .right-wrapper::before,
  .hero-section .right-wrapper::after,
  .hero-section .left-wrapper::before,
  .hero-section .left-wrapper::after{
    height: 320px;
    width: 320px;
  }
  .hero-section .right-wrapper img{
    height: 180px;
  }
  .hero-section .left-wrapper,
  .hero-section .right-wrapper{
    height: 320px;
  }
  .hero-section .left-wrapper .max-w-400{
    padding: 30px;
  }
  .hero-section .left-wrapper .max-w-400 .text-5xl{
    font-size: 22px;
  }
  .hero-section .left-wrapper .max-w-400 .text-base{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .hero-section .left-wrapper .max-w-400 a.text-lg{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 16px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 375px) {}
@media only screen and (max-width: 320px) {}