@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --color-white: #fff;
  --bg-color: #09336C;
  --secondery-bg-color: #44aed6;
  --font-family: "Poppins", sans-serif;
}
body {
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
  color: var(--color-offblack);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 50%;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 4px;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

a,
img {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

select,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div {
  font-family: var(--font-family);
}
.cashPlus{
    min-height: calc(100vh - clamp(31px, 2.14vw, 41px));
    width: 100%;
    position: relative;
    padding: clamp(14px, 1.09vw, 21px) 0 0 0;
    overflow: hidden;
    display: flex;
}
.cashPlus_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cashPlus_bg img{
    object-fit: cover;
}
.cs_logo a {
    display: inline-block;
}
.cs_logo img {
    height: clamp(90px, 6.41vw, 123px);
}
.cp_left {
    width: 28%;
    padding-bottom: clamp(15px, 1.25vw, 24px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding-right: clamp(12px, 1.04vw, 20px);
    padding-left: clamp(12px, 1.82vw, 35px);
}
.cp_left .cp_text h1 {
    font-size: clamp(30px, 3.13vw, 60px);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: clamp(20px, 1.56vw, 30px);
    color: var(--color-white);
}
.cp_left .cp_text p {
    font-size: clamp(14px, 1.04vw, 20px);
    line-height: 1.8;
    color: var(--color-white);
}
.cp_left .cp_text {
    padding-top: clamp(60px, 5.83vw, 112px);
    padding-left: 3.39vw;
}
.csp_rectangle1 {
    position: absolute;
    border-radius: 20px;
    top: -48%;
    left: -58%;
    height: 170%;
    width: 180%;
    transform: rotate(7deg);
}
.csp_rectangle1 img, .csp_rectangle1 svg, .csp_rectangle2 svg{
  height: 100%;
  width: 100%;
}
.csp_rectangle2{
    position: absolute;
    border-radius: 20px;
    top: -17%;
    left: -56%;
    height: 170%;
    width: 180%;
    transform: rotate(8deg);
}
.csp_rectangle2 img{
  height: 100%;
}
.cp_unicef img {
    height: clamp(50px, 5.16vw, 99px);
}
/* =================================== Footer Start =================================== */
.footerInner {
    background: #020C28;
    padding: clamp(8px, 0.6vw, 11.5px) 0.42vw;
    z-index: 99;
}
.footerInner p{
    margin: 0;
    font-size: clamp(10px, 0.63vw, 12px);
    color: #fff;
}
.footerInner .text-end p{
    font-size: clamp(7px, 0.47vw, 9px);
}
.footerInner .text-end p a {
    color: #fff;
    font-weight: 700;
    font-size: clamp(10px, 0.63vw, 12px);
}
.cp_right {
    width: 72%;
    display: flex;
    align-items: end;
    padding-bottom: clamp(30px, 3.07vw, 59px);
    z-index: 1;
    position: relative;
}
.cp_right ul {
    display: flex;
    margin: 0 -10px;
    width: 100%;
}
.cp_right ul li {
    padding: 0 10px;
    position: relative;
    width: calc(100% / 4);
}
.cp_right ul li:after{
  position: absolute;
  left: 2px;
  bottom: -8px;
  content: "";
  background-color: var(--bg-color);
  border-radius: 12px;
  width: clamp(100px, 8.33vw, 160px);
  height: clamp(60px, 4.32vw, 83px);
  z-index: -1;
}
.cp_right ul li:before{
  position: absolute;
  right: 2px;
  top: -8px;
  content: "";
  background-color: var(--bg-color);
  border-radius: 12px;
  width: clamp(100px, 8.33vw, 160px);
  height: clamp(60px, 4.32vw, 83px);
  z-index: -1;
}
.cp_right ul li .logoBox {
    background: #fff;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: clamp(24px, 2.14vw, 41px) clamp(12px, 1.04vw, 20px) clamp(24px, 1.98vw, 38px);
}
.client_logo{
  height: clamp(80px, 5.42vw, 104px);
  max-width: clamp(180px, 11.51vw, 221px);
  align-content: center;
  text-align: center;
  margin-bottom: clamp(13px, 1.09vw, 21px);
}
.client_logo img{
  width: 100%;
  max-height: 100%;
}
.viewMore {
    font-size: clamp(12px, 0.78vw, 15px);
    font-weight: 500;
    border-radius: 12px;
    background: var(--bg-color);
    color: #fff;
    padding: clamp(10px, 0.81vw, 15.5px) clamp(15px, 1.12vw, 21.5px);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: clamp(4px, 0.31vw, 6px);
}
.viewMore img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(185deg) brightness(105%) contrast(101%);
}
.viewMore:hover{
  background-color: var(--secondery-bg-color);
  color: #333;
}
.viewMore:hover img{
  filter: brightness(0) saturate(100%) invert(16%) sepia(3%) saturate(19%) hue-rotate(330deg) brightness(101%) contrast(89%);
}
/* ==================================== Footer End ==================================== */
@media screen and (max-width: 1650px) {
  .cp_left .cp_text {
      padding-top: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .cp_left .cp_text {
      padding-top: 40px;
  }
}