@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
.sora-<uniquifier> {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px !important;
  }
}
body {
  font-family: "Sora", sans-serif;  
}
.hero {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 40px;
}
.reward-box {
  border-radius: 15px;
  padding: 20px;
}
.points-box {
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  background: #f9f9f9;
}
.custom-header-top {
    border-radius: 50px;
    background: #fff;
    padding: 10px 0 10px 25px;
    margin-top: 30px;
    background: #25327B;
    background: linear-gradient(284deg, rgba(37, 50, 123, 1) 0%, rgba(8, 123, 181, 1) 100%);
}
section img, footer img {
	max-width: 100%;
}
.bottom-footer{
	color: #fff;
	background: #25327B;
  background: linear-gradient(284deg, rgba(37, 50, 123, 1) 0%, rgba(8, 123, 181, 1) 100%);
	padding: 15px;
}
.nav-link{
  color: #fff;
}
header .active{
  color: #fff !important;
}
.graph-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.points-display {
  font-size: 16px;
  font-weight: 400;
}
.points-display strong {
  font-size: 24px;
  color: #277eb3;
}
.points-display span {
  font-size: 24px;
  color: #007bff;
  font-weight: 600;
}
.buttons-2 {
  display: flex;
  gap: 10px;
}
.buttons-2 button {
    border-radius: 50px;
    padding: 12px 25px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: #25327B;
    background: linear-gradient(284deg, rgba(37, 50, 123, 1) 0%, rgba(8, 123, 181, 1) 100%);
}
.points-display-btn {
    border-radius: 30px;
    color: #fff;
    background: #784A17;
    padding: 12px 25px;
}
.points-display-btn:hover {
  background: #fff;
  border: 2px solid #E6F2F8;
}
.banner-section{
  background: url(../images/img-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  margin-top: 20px;
  min-height: 420px;
  display: flex;
  text-align: center;
}
.top-banner-p{
  max-width: 70%;
  margin: 0 auto;
}
.main-heading-1{
  font-size: clamp(32px, 5vw, 68px); /* min 32px, scales with viewport, max 70px */
  color: #111111;
  font-weight: bold;
  font-size: 40px;
}
.banner-section p{
  font-size: 18px;
  color: #666666;
}
.custom-btn{
  background: #25327B;
  background: linear-gradient(284deg,rgba(37, 50, 123, 1) 0%, rgba(8, 123, 181, 1) 100%);
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
}
.custom-btn:hover{
  color: #fff;
  background: #087BB5;
}
.pad-l50{
  padding-left: 50px;
}
.under-banner-p{
  padding: 0 150px;
  color: #464646;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}
.heading-2{
  font-size: clamp(24px, 4vw, 30px);
  color: #111111;
  font-weight: bold;
  text-align: center;
}
.heading-3{
  font-size: clamp(25px, 3vw, 32px);
  color: #111111;
  font-weight: bold;
}
.small-banner-section {
  background: url(../images/card-1bg.png);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.small-banner-section-2 {
  background: url(../images/card-2bg.png);
}
.custom-header-top .btn{
  color: #fff;
}

.imgcanter{
  margin: 30px auto;
  display: block;
}
.point-box {
  width: 100%;
  padding: 0 150px;
}
.point-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  margin: 0;
  list-style: none;
  border-radius: 100px;
  border: 10px solid #213C83;
  background: url(../images/img-03.png) #FCFCFC repeat-x bottom center;
  flex-wrap: wrap; /* makes it responsive */
}
.point-box ul li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
}
.point-box ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 1px;
  height: 35px;
  background: #E4E4E4;
}

.point-box ul li img {
  width: 65px;
  flex-shrink: 0;
}

.point-box ul li div {
  padding-left: 20px;
}

.point-box ul li span {
  font-size: 20px;
  color: #323232;
  display: block;
}

.point-box ul li label {
  color: #143156;
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.client-logo{
  padding: 0;
  margin: 30px auto;
  list-style: none;
  text-align: center;
}
.client-logo li{
  display: inline-block;
  padding: 0 30px;
}
.client-logo li img{
  max-width: 100%;
}
@media only screen and (max-width: 1400px) {
  .point-box{
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .top-banner-p{
    max-width: 100%;
  }
  .custom-header-top .btn img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-toggler {
    position: absolute;
    right: 0;
  }
  .custom-header-top{
    border-radius: 10px;
    padding-top: 30px;
  }
  .navbar-toggler {
      position: absolute;
      right: 12px;
      background: #ffffff;
  }
  .nav-link {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .point-box ul li{
    display: block;
    width: 100%;
    flex: auto;
    text-align: center;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .buttons-2 button{
    font-size: 12px;
    padding: 12px 8px;
  }
}
