/* Font Family ***********************************************************************/

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.eot');
  src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBold.woff') format('woff'),
      url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
      url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff'),
      url('../fonts/Poppins-Bold.ttf') format('truetype'),
      url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alumni Sans';
  src: url('../fonts/AlumniSans-ExtraBold.eot');
  src: url('../fonts/AlumniSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AlumniSans-ExtraBold.woff2') format('woff2'),
      url('../fonts/AlumniSans-ExtraBold.woff') format('woff'),
      url('../fonts/AlumniSans-ExtraBold.ttf') format('truetype'),
      url('../fonts/AlumniSans-ExtraBold.svg#AlumniSans-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alumni Sans';
  src: url('../fonts/AlumniSans-Black.eot');
  src: url('../fonts/AlumniSans-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AlumniSans-Black.woff2') format('woff2'),
      url('../fonts/AlumniSans-Black.woff') format('woff'),
      url('../fonts/AlumniSans-Black.ttf') format('truetype'),
      url('../fonts/AlumniSans-Black.svg#AlumniSans-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alumni Sans';
  src: url('../fonts/AlumniSans-Bold.eot');
  src: url('../fonts/AlumniSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AlumniSans-Bold.woff2') format('woff2'),
      url('../fonts/AlumniSans-Bold.woff') format('woff'),
      url('../fonts/AlumniSans-Bold.ttf') format('truetype'),
      url('../fonts/AlumniSans-Bold.svg#AlumniSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}




body {
  font-family: 'Poppins';
  font-weight: bold;
  height: 100svh;
  /* background-image: -webkit-linear-gradient(90deg, #FFE5F0, #E4EDFF);
    background-image:-moz-linear-gradient(90deg, #FFE5F0, #E4EDFF);
    background-image:-ms-linear-gradient(90deg, #FFE5F0, #E4EDFF);
    background-image:-o-linear-gradient(90deg, #FFE5F0, #E4EDFF);
    background-image:linear-gradient(90deg, #FFE5F0, #E4EDFF); */
  background-image: url(../images/bg-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

:root {
  --white: #FFFFFF;
  --black: #000000;
}

.white {
  color: var(--white) !important;
}

* { padding: 0; margin: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { 
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--black);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child { margin-bottom: 0; }
h1 { font-size: 40px; }
h2 { font-size: 30px; }
h3 { font-size: 36px; }
h4 { font-size: 28px; }
h5 { font-size: 24px; }
h6 { font-size: 21px; }
p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 15px;
}
p:last-child { margin-bottom: 0; }
ul, ol { list-style-type: none; margin: 0; padding: 0; }
a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
}
span {
  display: inline-block;
}
img, video {
  max-width: 100%;
}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}
:focus-visible { 
  outline: none;
}

/* Home Start *********************************************/
.home {
  width: 100%;
  /* min-height: 95vh; */
  max-width: 515px;
  /* padding: 15px 0 0; */
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: inherit;
}
.home-inner {
 height: 90vh; 
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 20px;
}
.ipl-image-box img {
  width: 100%;
  max-width: 350px;
}
.home-inner .top-content-bx {
  max-width: 81%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: right;
  align-items: center;
}

.home-inner .btm-content-bx {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  font-family: 'Alumni Sans';
  font-weight: bold;
}
.home-inner .btm-content-bx .btm-heading {
  color: #01349A;
  margin-bottom: 0;
  font-weight: bold;
}
.home-inner .btm-content-bx .pink-heading {
  color: #FE0068;
  font-weight: 900;
  font-size: 50px;
}
.home-inner .btm-content-bx .pink-heading span {
  font-size: 40px;
  font-weight: bold;
}
.btm-withdrawal-block .btm-blue-heading{
  font-family: 'Poppins';
  font-weight: 900;
  color: #01349A;
  margin-bottom: 0;
  font-size: 60px;
}
.btm-withdrawal-block h3 {
  color: #FE0068;
}
.head-title {
  width: 100%;
}
.logo-box img {
  max-width: 30%;
  margin-bottom: 6px;
  width: 100%;
}
.head-title h1 {
  font-size: 100px;
  color: #032D8C;
}
.head-title h2 {
  font-size: 40px;
  color: #FE0068;
}
.zoom {
  animation: zoom 1.5s infinite;
}

.zoom {
  animation: zoom 1.5s infinite;;
}

.zoom:hover{
  animation-play-state: paused;
}

@keyframes zoom {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-20px);
  }
  60% { 
      transform: translateY(-10px);
  }
}


/* Responsive ******************************/

@media (max-width:479px) {
  .super6-image-box img {
    max-width: 60%;
  }
  .head-title h1 {
    font-size: 60px;
    margin-bottom: 6px;
  }
  .head-title h2 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  .btm-withdrawal-block .btm-blue-heading{
    font-size: 50px;
  }
}

@media (max-width: 400px) {
  .btm-withdrawal-block .btm-blue-heading {
      font-size: 40px;
  }
  .ipl-image-box img {
      width: 100%;
      max-width: 230px;
  }

}


@media (max-width: 320px) {
  .btm-withdrawal-block .btm-blue-heading {
      font-size: 30px;
  }
  .ipl-image-box img {
      width: 100%;
      max-width: 200px;
  }
  h3 {
      font-size: 30px;
  }
}
