body {
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
  background: linear-gradient(100deg, rgb(219, 255, 247), #fff9f9);
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 0;
  overflow-x: hidden;
}
.btn-longa {
  top: 69%;
  left: 10%;
  position: absolute;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  color: #ffffff;
}
.btn-longa:hover {
  /* opacity: 1; */
  animation: comas 1s;
  background: #020f57;
}
.btn-longa a:hover {
  background: #020f57;
}

.btn-longa i {
  background: #020f57;
  margin-left: 9px;
  padding: 16px;
  border-radius: 50px;
}
.btn-longa a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 12px;
}
.main-img {
  background: url(../img/wazobiajpeg.jpeg) no-repeat center center / cover;
  width: 100%;
  height: 665px;
  display: flex;
  flex-direction: column;
}
.main-img h1 {
  font-size: 3.87rem;
  font-weight: 700;
  color: #fff9f9;
  top: 40%;
  left: 10%;
  position: absolute;
}
.main-img .first-p {
  font-size: 20px;
  color: #fff9f9;
  font-weight: 700;
  top: 35%;
  left: 10%;
  position: absolute;
}
.wa-inside-stuff {
  margin-left: 100px;
}

.wa-inside-stuff h1 {
  font-size: 33px;
}
.wa-inside-stuff p {
  font-size: 18px;
}
.wa-inside-stuff2 {
  margin-left: 100px;
  margin-top: 90px;
}
.wa-inside-stuff2 h1 {
  font-size: 30px;
}

.wa-inside-stuff2 li {
  font-size: 18px;
}

@media (max-width: 1167px) {
  .wa-inside-stuff {
    margin-left: 20px;
  }
  .wa-inside-stuff2 {
    margin-left: 20px;
    margin-top: 90px;
  }
  .wa-inside-stuff p {
    font-size: 12px;
  }
  .wa-inside-stuff2 li {
    font-size: 15px;
  }
  .wa-btn-btn {
    position: relative;
    width: 90%;
    margin-left: 20px;
  }
}

@media (max-width: 1000px) {
  .getaloaneverpag {
    position: relative;
    text-align: start;
    width: 90%;
    margin-left: -72%;
  }

  .getaloaneverpag h1 {
    font-size: 30px;
    margin-left: 45px;
  }
  .wa-btn-btn {
    position: relative;
    width: 90%;
    margin-left: 20px;
  }
}
.wa-btn-btn {
  position: relative;
  width: 40%;
  /* margin-top: 10%; */
  margin-left: 100px;
  background: #020f57;
  padding: 17px;
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  /* margin-left: 39px; */
  border-radius: 10px;
  margin-top: 28px;
  margin-bottom: 40px;
}
.wa-btn-btn::before {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  bottom: 0;
  background: #000000;
  height: 120%;
  left: -10%;
  transform: skewX(20deg);
  z-index: -1;
}
.wa-btn-btn:hover::before {
  width: 62%;
}
.wa-btn-btn::after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  height: 4px;
  background: #000000;
}
.wa-btn-btn:hover::after {
  width: 62%;
}
.wa-btn-btn:after {
  height: 120%;
  right: -10%;
  transform: skewX(20deg);
  z-index: -1;
}

.wa-btn-btn a {
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  padding: 20px;
}
.edu-lasp {
  font-size: 18px;
  margin-left: 100px;
  margin-top: 70px;
  margin-bottom: 40px;
}
.edu-main-img {
  background: url(../img/education.jpeg) no-repeat center center / cover;
}
.salary-main-imj {
  background: url(../img/shop.jpeg) no-repeat center center / cover;
}
.empoer-main-imj {
  background: url(../img/empowerment.jpeg) no-repeat center center / cover;
}
.main-shop-img {
  background: url(../img/skixten.png) no-repeat center center / cover;
}

.card-banking-products i {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 70px;
  align-items: center;
  margin-top: 50%;
}
.card-banking-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px;
  gap: 30px;
  text-align: center;
}
.banking-product-container .card {
  width: 290px;
  height: 390px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: transform 2s;
  cursor: pointer;
}

.banking-product-container .card:hover {
  transform: translateY(-20px);
}

.banking-product-container .card h3 {
  font-size: 60px;
}
.banking-product-container .card:hover img {
  transform: scale(1.05);
}
.banking-product-container h1:nth-child(1) {
  text-align: center;
  font-size: 50px;
}
.banking-product-container .card-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 15px;
  transition: bottom 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.banking-product-container .card:hover .card-content {
  bottom: 0;
}

.banking-product-container .card-content h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.banking-product-container .card-content p {
  font-size: 14px;
  text-align: center;
  padding-right: 15px;
  /* padding-left: 15px; */
  line-height: 1.6;
  color: #ffffff;
}
@media (max-width: 1068px) {
  .card-banking-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
  }
  .card {
    width: 90%;
  }
}
@media (max-width: 998px) {
  .card-banking-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .card {
    width: 90%;
  }
}
@media (max-width: 818px) {
  .card-banking-products {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    margin-left: 25%;
  }
  .card {
    width: 90%;
  }
}
@media (max-width: 518px) {
  .card-banking-products {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    margin-left: 11%;
  }
  .card {
    width: 90%;
  }
}
.exploremore {
  border: none;
  outline: none;
  width: 40%;
  text-align: center;
  word-wrap: nowrap;
  display: flex;
  justify-content: center;
  margin-left: 80px;
  align-items: center;
}
.exploremore a {
  text-decoration: none;
  color: #000000;
  font-size: 11px;
  padding: 13px;
  word-wrap: nowrap;
}
.card-content ul li {
  /* list-style: none; */
  text-align: start;
  margin-right: 10px;
}
.privacymain {
  text-align: justify;
  margin-left: 200px;
  margin-right: 200px;
  color: rgb(120, 120, 122);
}
.privacymain p {
  font-size: 20px;
}
.privacymain h3 {
  font-size: 30px;
  color: #000000;
}
.privacymain ul li {
  font-size: 20px;
}
.privacyheader {
  text-align: center;
  padding: 50px;
  background: #020f57;
  color: #fff;
}
.privacyheader p {
  text-align: center;
  font-size: 23px;
}
.privacyheader h1 {
  text-align: center;
  font-size: 43px;
}
