@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.border-rad-5 {
  border-radius: 5px;
}
.m-auto {
  margin: auto;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-17 {
  margin-top: 17px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-17 {
  margin-top: 17px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-94 {
  margin-top: 94px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-200 {
  margin-top: 200px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-17 {
  margin-bottom: 17px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.media-min-1450-mt-90 {
  @media only screen and (min-width: 1450px) {
    margin-top: 90px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-17 {
  padding-top: 17px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-50 {
  padding-top: 50px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.height-100prc {
  height: 100%;
}
.max-width-500 {
  max-width: 500px;
}
#width-auto {
  width: auto !important;
}
.width-100prc {
  width: 100%;
}
.width-auto {
  width: auto !important;
}
.width-500 {
  width: 500px;
}
.mw-max-content {
  max-width: max-content;
}
.media-min-768-mt-94 {
  @media only screen and (min-width: 950px) {
    margin-top: 94px;
  }
}
.media-min-768-width-500 {
  @media only screen and (min-width: 950px) {
    width: 500px;
  }
}
.width-60prc {
  width: 63%;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.media-max-768-d-flex {
  @media only screen and (max-width: 768px) {
    display: flex;
  }
}
.media-max-768-jc-center {
  @media only screen and (max-width: 768px) {
    justify-content: center;
  }
}
.jc-center {
  justify-content: center !important;
}
.j-space-between {
  justify-content: space-between;
}
.gap-15 {
  gap: 15px;
}
.gap-30 {
  gap: 30px;
}
.al-item-center {
  align-items: center;
}
.t-align-center {
  text-align: center;
}
.yellow-bg-color {
  background-color: #ffcd00;
}
.pink-bg-color {
  background-color: #d6306a;
}
.plusde {
  font-size: clamp(25px, 4vw, 40px);
}
/* .container {
  max-width: 1190px;
  margin: 0 auto;
  @media only screen and (max-width: 600px) {
  }
} */
.c-white {
  color: #fff;
}
.c-black {
  color: #333333;
}
.c-blue {
  color: #3b3663 !important;
}
.ft-14 {
  font-size: 14px;
}
.ft-16 {
  font-size: 16px;
}
.ft-20 {
  font-size: 20px;
}
.ft-35 {
  font-size: 35px;
}
.ft-weight-400 {
  font-weight: 400;
}
.ft-weight-700 {
  font-weight: 700;
}
a {
  color: #191919;
  font-size: 14px;
  font-weight: 500;
  line-height: 23.8px;
}
a:hover {
  color: #191e62;
}
h1 {
  font-weight: 800;
  font-size: 36px;
  color: #333333;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #191e62;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #191e62;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #191e62;
}
h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #191e62;
}
p {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #696687;
}
.link-button {
  padding: 13px 25px;
  border-radius: 10px;
  background: #05f6a7;
  border: 1px solid #05f6a7;
}
.link-button:hover {
  padding: 13px 25px;
  border-radius: 10px;
  background: #191e62;
  color: #fff !important;
  border: 1px solid #05f6a7;
}
.link-button-blue {
  padding: 13px 25px;
  border-radius: 10px;
  background: #191e62;
  color: #fff;
  border: none;
}
.link-button-blue:hover {
  padding: 13px 25px;
  border-radius: 10px;
  background: #05f6a7;
  color: #191919;
  border: none;
}
button {
  padding: 13px 25px;
  border-radius: 10px;
  background: #191e62;
  color: #fff;
  border: none;
}
button:hover {
  background: #05f6a7;
  font-weight: 600;
  color: #191919;
}
.container {
  padding: 54px 30px;
  max-width: 1190px;
  margin: 0 auto;
  @media only screen and (max-width: 500px) {
    padding: 50px 10px;
  }
}
