@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Shrikhand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --gb-51: #111827;
  --gb-52: #2196f3;
  --gb-52d: #0e71c1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

input::-moz-placeholder {
  letter-spacing: 1px;
}

input:-ms-input-placeholder {
  letter-spacing: 1px;
}

input::placeholder {
  letter-spacing: 1px;
}

html,
body {
  height: 100%;
  font-family: "PT Sans", sans-serif;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  letter-spacing: 1px;
}

input, select {
  padding: 13px !important;
  border: 2px solid #0d6efd !important;
  border-radius: 10px;
  letter-spacing: 1px;
  font-size: 15px;
  width: 100%;
}

.showLoader {
  display: block !important;
}
.showLoader .lds-ellipsis {
  display: block !important;
}

.sticky {
  /* Sticky & blur */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-image: linear-gradient(-60deg, #ff73b9 0%, #ffd263 100%);
  /* Layout */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 50px;
  background-color: rgba(238, 238, 238, 0.2);
  border-bottom: 1px solid rgba(238, 238, 238, 0.3);
  height: 200px;
  padding: 20px 50px;
}
.sticky img {
  width: 70px;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
}

nav a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  margin-top: 11px;
  display: inline-block;
}

main {
  width: 80%;
  margin: 1rem auto;
  min-height: 400px;
  position: relative;
  top: -6rem;
  border-radius: 10px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .left {
  padding: 20px;
  width: 50%;
}
main .left h3 {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 800;
  margin-bottom: 1rem;
}
main .left ul li strong {
  font-size: 15px;
  letter-spacing: 1px;
}
main .left ul li p {
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
main .right {
  padding: 20px;
  width: 40%;
}
main .right img {
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  margin-top: 1rem;
}
main .right #userName {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.menu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu ul {
  margin: 0 10px;
  display: flex;
}
.menu ul li {
  display: block;
  margin: 0 10px;
}
.menu ul li a {
  color: #000;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s;
}
.menu ul li a:hover {
  color: #fff;
}
.menu ul .active a {
  color: #fff;
  text-decoration: underline;
  font-weight: 800;
  font-size: 18px;
}

#bankForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
}
#bankForm .app_input {
  width: 32%;
  margin-right: 10px;
  margin-bottom: 10px;
}
#bankForm .app_input label {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
/* main class name */
.gm-btn {
  background: none;
  border: none;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 24px;
  width: 400;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  outline: none;
}

.gb-cutter::before,
.gb-shutter::before,
.gb-shutter::after,
.gb-bordered::before,
.gb-split::before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: 0.5s;
}

/* cutter */
.gb-cutter {
  border: 2px solid var(--gb-51);
  border-radius: 5px;
  box-shadow: 3px 3px 0 var(--gb-51);
  font-size: 1.125rem;
  font-weight: 700;
  overflow: hidden;
  color: var(--gb-51);
}

.gb-cutter::before {
  top: 100%;
  left: 0;
  width: 150%;
  aspect-ratio: 1;
  background: var(--gb-51);
  transform: translate(50%, 0%) rotateZ(-45deg);
}

.gb-cutter:hover::before {
  transform: translate(-20%, -60%) rotateZ(-45deg);
}

.gb-cutter:hover {
  box-shadow: 0 0 0;
  color: #eee;
}

/* shutter */
.gb-shutter {
  border: 2px solid var(--gb-51);
  border-radius: 5px;
  box-shadow: 3px 3px 0 var(--gb-51);
  font-size: 1.125rem;
  font-weight: 700;
  overflow: hidden;
  color: var(--gb-51);
}

.gb-shutter::after, .gb-shutter::before {
  top: 0;
  left: 0;
  width: 130%;
  aspect-ratio: 1;
  background: var(--gb-51);
}

.gb-shutter::after {
  transform: translate(-100%, -80%) rotate(30deg);
}

.gb-shutter::before {
  transform: translate(100%, 30%) rotate(30deg);
}

.gb-shutter:hover::after {
  transform: translate(-50%, -50%) rotate(30deg);
}

.gb-shutter:hover::before {
  transform: translate(30%, -10%) rotate(30deg);
}

.gb-shutter:hover {
  color: #eee;
  box-shadow: 0 0 0;
}

/* bordered */
.gb-bordered {
  background: var(--gb-52);
  color: #eee;
  border-radius: 5px;
}

.gb-bordered::before {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--gb-52);
  border-radius: 8px;
}

.gb-bordered:hover::before {
  width: calc(100% + 4px);
  height: calc(100% + 5px);
}

.gb-bordered:hover {
  background: linear-gradient(to left, var(--gb-52), var(--gb-52d));
}

/* gb-split */
.gb-split {
  border: 1px solid #6a5acd;
  color: #6a5acd;
  border-radius: 5px;
  font-size: 1.125rem;
}

.gb-split::before {
  width: 100%;
  height: 0;
  background: #6a5acd;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.gb-split:hover::before {
  height: 100%;
}

.gb-split:hover {
  color: #eee;
}

#main_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background: white;
  padding: 10px;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */