html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/********************* Custom Styles ***********************/
html {
  font-size: 16px;
}

body {
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  background-color: #00203F;
}

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

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.padding {
  padding: 3rem 0;
}

.margin {
  margin: 10rem 0;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ********** Button ********** */
.btn {
  padding: 1rem 2rem;
  text-transform: uppercase;
  color: #ADEFD1;
  background-color: rgba(0, 32, 63, 0.4);
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 2px #000;
          box-shadow: 1px 1px 2px #000;
  font-weight: 700;
  font-size: 1.1rem;
}

.btn:hover {
  color: rgba(0, 32, 63, 0.4);
  background-color: #ADEFD1;
  -webkit-box-shadow: 1px 1px 2px #00203F;
          box-shadow: 1px 1px 2px #00203F;
}

/*********** Flex ***********/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

/************ Headings ***********/
h1 {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

h3 {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.heading-section {
  margin: 2rem 0;
}

.heading-footer {
  text-align: left;
}

.heading-serve, .heading-service {
  color: rgba(0, 32, 63, 0.1);
}

.top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem;
  background-color: rgba(0, 32, 63, 0.4);
  text-align: center;
  color: #fff;
}

.hero {
  position: relative;
  z-index: 2;
}

/* ************ Internet Banking ********** */
.internet-banking {
  position: fixed;
  padding: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(gold), to(orange));
  background: linear-gradient(gold, orange);
  top: 15%;
  right: 2%;
  border-radius: 1rem;
  font-weight: 700;
  color: #000;
}

.internet-banking:hover {
  color: #024202;
  -webkit-box-shadow: 1px 1px 5px black;
          box-shadow: 1px 1px 5px black;
}

/************ Personal Business Agriculture NRI **********/
/* *********** About *********** */
.about-left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  color: rgba(173, 239, 209, 0.6);
  text-shadow: 1px 1px 1px #000;
  border: 0.25rem solid #01011b;
  -webkit-box-shadow: 1px 1px 2px black;
          box-shadow: 1px 1px 2px black;
}

.about-left p {
  margin-top: 1rem;
}

.about-img {
  border-radius: 1rem;
  margin: 0 2rem;
  height: 80vh;
  -webkit-box-shadow: 1px 1px 5px #000;
          box-shadow: 1px 1px 5px #000;
}

.para-about, .para-products-services {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem 0;
  color: #ADEFD1;
}

/*********** Products-Services ***********/
.products-services {
  padding: 8rem 0;
  color: #ADEFD1;
}

.products-services .service-accounts {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.products-services .service-insurance {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.products-services h3 {
  color: #00203F;
}

.products-services p {
  text-align: center;
}

.products-services img {
  padding: 2rem;
}

.products-services .para-products-services {
  margin-bottom: 2rem;
}

.products-services .service-para {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem 0;
  color: #ADEFD1;
}

/********************** Media Query *********************/
@media screen and (max-width: 1200px) {
  .about {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .about {
    border: 0.5rem solid #01011b;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8rem;
    padding: 2rem;
  }
  .about img {
    margin: 0;
  }
  .about-left {
    margin-bottom: 2rem;
    border: 0;
    -webkit-box-shadow: 1px 1px 1px transparent;
            box-shadow: 1px 1px 1px transparent;
  }
  .products-services .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-services .service img {
    width: 100%;
  }
}

/* *********** Header ********** */
/* ****** Brand ******/
header {
  background-color: #00203F;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  z-index: 5;
}

.container-header {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 2rem;
}

.logo {
  color: #bbb7b7;
}

.logo-text {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.coins {
  font-size: 5rem;
  margin-right: 1rem;
}

.bank-name {
  font-size: 3rem;
}

.tag-line {
  line-height: 0.1;
  text-align: left;
  margin-left: .5rem;
}

/********* Navigation **********/
.navigation li {
  margin-left: 4rem;
}

.btn {
  color: #ADEFD1;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.active {
  background-color: whitesmoke;
  color: #00203F;
}

.navigation li a:hover {
  color: #504747;
}

.fa-bars, .fa-times-circle {
  color: #ADEFD1;
  font-size: 2rem;
}

#toggle, .fa-bars, .close {
  display: none;
}

@media screen and (max-width: 768px) {
  .bank-name {
    font-size: 2rem;
  }
  .logo {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .nav-header {
    display: none;
  }
  .fa-bars {
    display: inline-block;
  }
  header .container-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #toggle:checked ~ .nav-header {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #toggle:checked ~ .bars {
    display: none;
  }
  #toggle:checked ~ .close {
    display: inline-block;
  }
  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    background-color: rgba(0, 32, 63, 0.9);
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: absolute;
    width: 100%;
  }
  .navigation li a {
    font-size: 3rem;
  }
  .nav-bar {
    position: relative;
  }
  .logo, .close {
    z-index: 5;
  }
}

/********************** Footer *********************/
.grid-footer {
  margin: 0 auto;
  max-width: 1335px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
      grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding: 2rem;
}

footer {
  width: 100%;
  position: relative;
}

footer, footer a {
  color: #00203F;
  background-color: #ADEFD1;
}

footer li {
  line-height: 1.8;
}

footer li a {
  font-weight: 500;
}

footer li a:hover {
  text-shadow: 1px 1px 1px black;
}

footer .contact {
  color: #555252;
}

.follow-footer, h1 {
  text-align: left;
}

.follow-footer {
  margin-top: 2rem;
  text-transform: capitalize;
}

.footer-social a {
  color: #555252;
  margin-right: 2rem;
  font-size: 2rem;
}

.footer-social a:hover {
  color: #1DA1F2;
}

.footer-social a:link {
  color: grey;
}

.footer-social a:focus {
  color: brown;
}

.footer-social a:active {
  color: green;
}

/* Copyright */
.copyright {
  display: inline-block;
  width: 98%;
  margin: 0 1%;
  font-size: 0.8rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 32, 63, 0.2);
  text-align: center;
  color: rgba(0, 32, 63, 0.5);
}

/*********** Media Querries ***********/
@media screen and (max-width: 768px) {
  .grid-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .grid-footer .follow-footer {
    text-align: center;
  }
  .grid-footer .footer-social {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 1rem;
  }
  .heading-footer {
    text-align: center;
    margin-top: 1rem;
    text-decoration: underline;
  }
  .description {
    text-align: center;
  }
  h1 {
    text-align: center;
  }
}

/********************* Home Page ********************/
/*********** Grid *********/
.container-grid {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
      grid-template-areas: "to-do to-do to-do to-do" "serve-farmer serve-businessman serve-salaried serve-students" "numbers numbers numbers numbers" "service-accounts service-loans service-cards  service-insurance";
  color: #ADEFD1;
  text-shadow: 1px 1px 1px #00203F;
}

.to-do, .serve-farmer, .serve-businessman, .serve-salaried, .serve-students, .service-accounts, .service-loans, .service-cards, .service-insurance {
  padding: 3rem;
}

.to-do {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: to-do;
  background: rgba(173, 239, 209, 0.3);
}

.serve-farmer {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: serve-farmer;
  background: rgba(173, 239, 209, 0.5);
}

.serve-businessman {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: serve-businessman;
  background: rgba(173, 239, 209, 0.6);
}

.serve-salaried {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: serve-salaried;
  background: rgba(173, 239, 209, 0.5);
}

.serve-students {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: serve-students;
  background: rgba(173, 239, 209, 0.6);
}

.numbers {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: numbers;
}

.service-accounts {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: service-accounts;
  background: rgba(173, 239, 209, 0.6);
}

.service-loans {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: service-loans;
  background: rgba(173, 239, 209, 0.5);
}

.service-cards {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  grid-area: service-cards;
  background: rgba(173, 239, 209, 0.6);
}

.service-insurance {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
  grid-area: service-insurance;
  background: rgba(173, 239, 209, 0.5);
}

/********** Hero **********/
.hero {
  display: -ms-grid;
  display: grid;
  width: 100%;
  position: relative;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100vh;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem;
  padding-top: 9rem;
  background: #00203F;
}

.triangle {
  position: absolute;
  border-top: 5rem solid transparent;
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  height: 2rem;
  width: 2rem;
  top: 88%;
  left: 45%;
  -webkit-animation: arrow 5s ease-in 8s 1 normal forwards;
          animation: arrow 5s ease-in 8s 1 normal forwards;
}

.hero-text {
  position: absolute;
  top: 22%;
  text-align: center;
  color: transparent;
  width: 100%;
  padding: 1rem 5%;
  line-height: 1.3;
  font-size: 5rem;
  -webkit-animation: see 1s linear 7s 1 normal forwards;
          animation: see 1s linear 7s 1 normal forwards;
}

.farming {
  background: url("../media/farming.jpg");
}

.businessman {
  background: url("../media/businessman.jpg");
}

.businesswoman {
  background: url("../media/business-women.jpg");
}

.students {
  background: url("../media/students.jpg");
}

.farming, .businessman, .businesswoman, .students {
  overflow: hidden;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 10px 5px #000;
          box-shadow: 1px 1px 10px 5px #000;
  position: relative;
}

.farming, .businesswoman {
  -webkit-animation: slide-right 5s ease-in 0s 1 normal forwards;
          animation: slide-right 5s ease-in 0s 1 normal forwards;
}

.businessman, .students {
  -webkit-animation: slide-left 5s ease-in 0s 1 normal forwards;
          animation: slide-left 5s ease-in 0s 1 normal forwards;
}

@-webkit-keyframes slide-left {
  0% {
    width: 25%;
    right: calc(25% + 1rem);
  }
  25% {
    width: 100%;
    right: calc(100% + 1rem);
  }
  50% {
    width: 75%;
    right: calc(25% + 1rem);
  }
  100% {
    width: 100%;
    right: 0%;
  }
}

@keyframes slide-left {
  0% {
    width: 25%;
    right: calc(25% + 1rem);
  }
  25% {
    width: 100%;
    right: calc(100% + 1rem);
  }
  50% {
    width: 75%;
    right: calc(25% + 1rem);
  }
  100% {
    width: 100%;
    right: 0%;
  }
}

@-webkit-keyframes slide-right {
  0% {
    width: 25%;
    left: calc(25% + 1rem);
  }
  25% {
    width: 100%;
    left: calc(100% + 1rem);
  }
  50% {
    width: 75%;
    left: calc(25% + 1rem);
  }
  100% {
    width: 100%;
    left: 0%;
  }
}

@keyframes slide-right {
  0% {
    width: 25%;
    left: calc(25% + 1rem);
  }
  25% {
    width: 100%;
    left: calc(100% + 1rem);
  }
  50% {
    width: 75%;
    left: calc(25% + 1rem);
  }
  100% {
    width: 100%;
    left: 0%;
  }
}

@-webkit-keyframes see {
  0% {
    color: #ADEFD1;
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px 1px #fff;
  }
  100% {
    color: #ADEFD1;
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px 1px #fff;
  }
}

@keyframes see {
  0% {
    color: #ADEFD1;
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px 1px #fff;
  }
  100% {
    color: #ADEFD1;
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px 1px #fff;
  }
}

@-webkit-keyframes arrow {
  0% {
    top: 50%;
    border-top: 5rem solid rgba(173, 239, 209, 0.2);
  }
  25% {
    top: 90%;
    border-top: 5rem solid rgba(173, 239, 209, 0.4);
  }
  50% {
    top: 60%;
    border-top: 5rem solid rgba(173, 239, 209, 0.6);
  }
  100% {
    top: 75%;
    border-top: 5rem solid rgba(173, 239, 209, 0.8);
  }
}

@keyframes arrow {
  0% {
    top: 50%;
    border-top: 5rem solid rgba(173, 239, 209, 0.2);
  }
  25% {
    top: 90%;
    border-top: 5rem solid rgba(173, 239, 209, 0.4);
  }
  50% {
    top: 60%;
    border-top: 5rem solid rgba(173, 239, 209, 0.6);
  }
  100% {
    top: 75%;
    border-top: 5rem solid rgba(173, 239, 209, 0.8);
  }
}

/******************** To do **********************/
.action {
  font-size: 1.5rem;
  padding: 2rem;
  padding: 1.3rem 2rem;
  border: 7px double rgba(0, 32, 63, 0.6);
  margin-top: 1rem;
  border-radius: 1rem;
}

.action .action-btn {
  background: rgba(0, 0, 0, 0);
}

.action:hover {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 32, 63, 0.4);
          box-shadow: 1px 1px 5px 2px rgba(0, 32, 63, 0.4);
  padding: 1.3rem 2rem;
}

.action:hover .action-btn {
  background-color: rgba(0, 32, 63, 0.4);
}

.action:hover .action-btn:hover {
  background-color: rgba(173, 239, 209, 0.4);
}

/*********** We Serve ***********/
.serve i {
  font-size: 6rem;
  margin: 2rem 0;
}

.para-serve, .para-service {
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem 0;
  color: #ADEFD1;
}

.serve-btn, .service-btn {
  margin-top: 1rem;
}

/* ********* Numbers *********** */
.numbers {
  background-color: rgba(61, 56, 56, 0.6);
}

.numbers .flex {
  width: 20%;
}

.numbers i {
  margin: 1rem 0;
  font-size: 2rem;
}

.count {
  font-size: 4rem;
}

/*********** We Provide  Service ***********/
.service img {
  height: 35%;
  margin-bottom: 1rem;
}

/*********** Media Querries ************/
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
  .hero {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 100vh;
        grid-template-rows: 100vh;
    height: 100vh;
    padding: 0rem;
    margin-bottom: 0;
    z-index: 2;
  }
  .farming, .businessman, .students {
    display: none;
  }
  .businesswoman {
    background-position: 20% 60%;
    -webkit-animation: none;
            animation: none;
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
  }
  .hero-text {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .triangle {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}

@media screen and (max-width: 970px) {
  .container-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "to-do to-do" "serve-farmer serve-businessman"  "serve-students serve-salaried " "numbers numbers" "service-accounts service-loans"  "service-insurance service-cards";
  }
  .service img {
    width: auto;
    height: 12rem;
  }
  .container-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-header {
    margin-top: 1rem;
  }
  .hero-text {
    padding: 2rem;
  }
  .internet-banking {
    top: 10rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 11px;
  }
  .container-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "to-do" "serve-farmer"  "serve-students"                                                    "serve-salaried " "serve-businessman"  "numbers" "service-accounts" "service-insurance" "service-cards" "service-loans";
  }
  .sm-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sm-padding {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 10px;
  }
  .to-do li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .to-do li .btn {
    margin-top: 1rem;
  }
  .hero-text {
    font-size: 4rem;
  }
}

/* ******************* Internet Banking ********************** */
.keyboard {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  color: #00203F;
  background-color: #ADEFD1;
  border-top: 7px solid #cac8c8;
  border-bottom: 7px solid #cac8c8;
  border-left: 10px solid grey;
  border-right: 10px solid grey;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  margin-bottom: 2rem;
}

.keyboard .btn {
  padding: 0.2rem 1rem;
  background-color: #ADEFD1;
  color: #00203F;
  border-radius: 0rem;
}

.keyboard .btn:hover {
  color: #00203F;
  background-color: #00203F;
  color: #ADEFD1;
  outline: 5px solid transparent;
}

.padding-10 {
  padding-top: 10rem;
}

#userid, #password {
  padding: 0.5rem;
  border: none;
  margin-right: 2rem;
  margin-left: 0.5rem;
  border-radius: .2rem;
  outline: none;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.heading-keyboard {
  margin-bottom: 1rem;
  text-align: left;
}

.form-keyboard {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 32, 63, 0.5);
}

/* ********** Key Grid ********** */
.key-grid {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  padding: 2rem;
  background-color: rgba(0, 32, 63, 0.5);
  -ms-grid-columns: (1fr)[11];
      grid-template-columns: repeat(11, 1fr);
  gap: 1rem;
  place-items: center;
  position: relative;
}

.key {
  background-color: #d3cdcd;
  width: 100%;
  text-align: center;
  border-radius: 0.1rem;
  -webkit-box-shadow: 1px 1px 1px black;
          box-shadow: 1px 1px 1px black;
}

.cover {
  background-color: rgba(128, 128, 128, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

/* ********** Enable virtual keyboard ************ */
#cb:checked ~ .key-grid .cover {
  background-color: transparent;
  z-index: -1;
}

/************ Media Querries ************/
@media screen and (max-width: 970px) {
  .form-keyboard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-keyboard div {
    margin-bottom: 1rem;
  }
  .form-keyboard #userid {
    margin-left: 1.4rem;
    color: red;
  }
}

@media screen and (max-width: 768px) {
  .key-grid {
    -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (max-width: 540px) {
  .key-grid {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
}

/* ********************** Personal ******************** */
/* ********* Hero ********** */
.personal-01 {
  background: url("../media/personal/personal-01.jpg");
}

.personal-02 {
  background: url("../media/personal/personal-02.jpg");
}

.personal-03 {
  background: url("../media/personal/personal-03.jpg");
}

.personal-04 {
  background: url("../media/personal/personal-04.jpg");
}

.personal-01, .personal-02, .personal-03, .personal-04 {
  overflow: hidden;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 10px 5px #000;
          box-shadow: 1px 1px 10px 5px #000;
  position: relative;
}

.personal-01, .personal-03 {
  -webkit-animation: slide-right 5s ease-in 0s 1 normal forwards;
          animation: slide-right 5s ease-in 0s 1 normal forwards;
}

.personal-02, .personal-04 {
  -webkit-animation: slide-left 5s ease-in 0s 1 normal forwards;
          animation: slide-left 5s ease-in 0s 1 normal forwards;
}

@media screen and (max-width: 1200px) {
  .personal-01, .personal-02, .personal-04 {
    display: none;
  }
  .personal-03 {
    background-position: 20% 60%;
    -webkit-animation: none;
            animation: none;
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
  }
  .hero-text {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.3;
  }
}

/* ********************** Business ******************** */
/*********** Hero ************/
.business-01 {
  background: url("../media/business/business-01.jpg");
}

.business-02 {
  background: url("../media/business/business-02.jpg");
  background-position: 60% 10%;
}

.business-03 {
  background: url("../media/business/business-03.jpg");
  background-position: 40% 10%;
}

.business-04 {
  background: url("../media/business/business-04.jpg");
}

.business-01, .business-02, .business-03, .business-04 {
  overflow: hidden;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 10px 5px #000;
          box-shadow: 1px 1px 10px 5px #000;
  position: relative;
}

.business-01, .business-03 {
  -webkit-animation: slide-right 5s ease-in 0s 1 normal forwards;
          animation: slide-right 5s ease-in 0s 1 normal forwards;
}

.business-02, .business-04 {
  -webkit-animation: slide-left 5s ease-in 0s 1 normal forwards;
          animation: slide-left 5s ease-in 0s 1 normal forwards;
}

@media screen and (max-width: 1200px) {
  .business-01, .business-02, .business-04 {
    display: none;
  }
  .business-03 {
    background-position: 45% 100%;
    -webkit-animation: none;
            animation: none;
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
  }
  .hero-text {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.3;
  }
}

/* ********************** Agriculture ******************** */
/*********** Hero ************/
.agriculture-01 {
  background: url("../media/agriculture/agriculture-01.jpg");
}

.agriculture-02 {
  background: url("../media/agriculture/agriculture-02.jpg");
}

.agriculture-03 {
  background: url("../media/agriculture/agriculture-03.jpg");
}

.agriculture-04 {
  background: url("../media/agriculture/agriculture-04.jpg");
  background-position: 40% 10%;
}

.agriculture-01, .agriculture-02, .agriculture-03, .agriculture-04 {
  overflow: hidden;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 10px 5px #000;
          box-shadow: 1px 1px 10px 5px #000;
  position: relative;
}

.agriculture-01, .agriculture-03 {
  -webkit-animation: slide-right 5s ease-in 0s 1 normal forwards;
          animation: slide-right 5s ease-in 0s 1 normal forwards;
}

.agriculture-02, .agriculture-04 {
  -webkit-animation: slide-left 5s ease-in 0s 1 normal forwards;
          animation: slide-left 5s ease-in 0s 1 normal forwards;
}

@media screen and (max-width: 1200px) {
  .agriculture-02, .agriculture-03, .agriculture-04 {
    display: none;
  }
  .agriculture-01 {
    background-position: 20% 60%;
    -webkit-animation: none;
            animation: none;
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
  }
  .hero-text {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.3;
  }
}

/* ********************** NRI ******************** */
/*********** Hero ************/
.nri-01 {
  background: url("../media/nri/nri-01.jpg");
}

.nri-02 {
  background: url("../media/nri/nri-02.jpg");
}

.nri-03 {
  background: url("../media/nri/nri-03.jpg");
}

.nri-04 {
  background: url("../media/nri/nri-04.jpg");
  background-position: 80%;
}

.nri-01, .nri-02, .nri-03, .nri-04 {
  overflow: hidden;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 10px 5px #000;
          box-shadow: 1px 1px 10px 5px #000;
  position: relative;
  -webkit-transition: all;
  transition: all;
}

.nri-01, .nri-03 {
  -webkit-animation: slide-right 5s ease-in 0s 1 normal forwards;
          animation: slide-right 5s ease-in 0s 1 normal forwards;
}

.nri-02, .nri-04 {
  -webkit-animation: slide-left 5s ease-in 0s 1 normal forwards;
          animation: slide-left 5s ease-in 0s 1 normal forwards;
}

@media screen and (max-width: 1200px) {
  .nri-02, .nri-03, .nri-04 {
    display: none;
  }
  .nri-01 {
    background-position: 20% 60%;
    -webkit-animation: none;
            animation: none;
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
  }
  .hero-text {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.3;
  }
}

/*********************** Form ***********************/
.form {
  max-width: 500px;
  width: 100%;
  color: rgba(173, 239, 209, 0.8);
  padding: 2rem;
  background: rgba(173, 239, 209, 0.2);
  margin: 0 auto;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: block;
}

.form h3 {
  font-size: 3rem;
}

.form label, .form input, .form textarea {
  display: block;
  width: 100%;
}

.form textarea {
  height: 10rem;
}

.form label {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.form input, .form textarea {
  padding: 0.5rem;
  border-radius: 0.3rem;
  outline: none;
  border: none;
  background: rgba(173, 239, 209, 0.5);
  color: rgba(0, 32, 63, 0.8);
  font-size: 1.2rem;
}

.form input:focus, .form textarea:focus {
  background: rgba(173, 239, 209, 0.8);
}

.form button {
  padding: 0.5rem 2rem;
  margin-top: 2rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(173, 239, 209, 0.8);
  background-color: rgba(0, 32, 63, 0.8);
  border: 3px double rgba(0, 32, 63, 0.8);
  -webkit-box-shadow: 1px 1px 2px #000;
          box-shadow: 1px 1px 2px #000;
}

.form button:hover {
  color: rgba(0, 32, 63, 0.8);
  background-color: #adefd1;
}

.form-main {
  padding: 10rem 2rem;
}

/************* Acknowledgement ************/
.acknowledgement {
  color: #ADEFD1;
  background-color: rgba(173, 239, 209, 0.1);
  padding: 2rem;
  -webkit-box-shadow: 1px 1px 4px black;
          box-shadow: 1px 1px 4px black;
  border: 3px double rgba(173, 239, 209, 0.5);
}

/********************** Product and Services *********************/
.products-and-services {
  background-color: rgba(173, 239, 209, 0.7);
  color: #00203F;
}

.products-and-services h3, .products-and-services a {
  color: #ADEFD1;
}

.products-and-services a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.2rem;
}

.products-and-services .link {
  text-align: right;
  margin-top: 1rem;
  margin-right: 2rem;
}

.products-services-grid {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2rem;
}

.products-services-grid .accounts, .products-services-grid .loans, .products-services-grid .cards, .products-services-grid .insurance {
  background-color: rgba(0, 32, 63, 0.8);
  padding: 2rem;
}

.accounts-grid, .loans-grid, .insurance-grid, .cards-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 2rem 1rem 1rem 1rem;
}

.accounts-grid .accounts-savings, .accounts-grid .account-current, .accounts-grid .account-salary, .accounts-grid .account-kids,
.accounts-grid .loans-personal, .accounts-grid .loans-home, .accounts-grid .loans-vehicle, .accounts-grid .loans-education,
.accounts-grid .insurance-life, .accounts-grid .insurance-non-life, .accounts-grid .insurance-health,
.accounts-grid .cards-visa, .accounts-grid .cards-master, .accounts-grid .cards-text, .loans-grid .accounts-savings, .loans-grid .account-current, .loans-grid .account-salary, .loans-grid .account-kids,
.loans-grid .loans-personal, .loans-grid .loans-home, .loans-grid .loans-vehicle, .loans-grid .loans-education,
.loans-grid .insurance-life, .loans-grid .insurance-non-life, .loans-grid .insurance-health,
.loans-grid .cards-visa, .loans-grid .cards-master, .loans-grid .cards-text, .insurance-grid .accounts-savings, .insurance-grid .account-current, .insurance-grid .account-salary, .insurance-grid .account-kids,
.insurance-grid .loans-personal, .insurance-grid .loans-home, .insurance-grid .loans-vehicle, .insurance-grid .loans-education,
.insurance-grid .insurance-life, .insurance-grid .insurance-non-life, .insurance-grid .insurance-health,
.insurance-grid .cards-visa, .insurance-grid .cards-master, .insurance-grid .cards-text, .cards-grid .accounts-savings, .cards-grid .account-current, .cards-grid .account-salary, .cards-grid .account-kids,
.cards-grid .loans-personal, .cards-grid .loans-home, .cards-grid .loans-vehicle, .cards-grid .loans-education,
.cards-grid .insurance-life, .cards-grid .insurance-non-life, .cards-grid .insurance-health,
.cards-grid .cards-visa, .cards-grid .cards-master, .cards-grid .cards-text {
  background-color: rgba(173, 239, 209, 0.9);
  padding: 2rem;
}

.accounts-grid .cards-text, .loans-grid .cards-text, .insurance-grid .cards-text, .cards-grid .cards-text {
  text-align: center;
}

.accounts-grid .cards-text a, .loans-grid .cards-text a, .insurance-grid .cards-text a, .cards-grid .cards-text a {
  text-align: center;
}

.accounts-grid .accounts-icon, .accounts-grid .loans-icon, .accounts-grid .insurance-icon, .accounts-grid .cards-icon, .loans-grid .accounts-icon, .loans-grid .loans-icon, .loans-grid .insurance-icon, .loans-grid .cards-icon, .insurance-grid .accounts-icon, .insurance-grid .loans-icon, .insurance-grid .insurance-icon, .insurance-grid .cards-icon, .cards-grid .accounts-icon, .cards-grid .loans-icon, .cards-grid .insurance-icon, .cards-grid .cards-icon {
  font-size: 4rem;
  margin-top: 1rem;
}

.insurance-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.cards-grid {
  -ms-grid-columns: 1fr 1fr 2fr;
      grid-template-columns: 1fr 1fr 2fr;
}

.cards-grid a {
  color: #00203F;
}

/* ********* Media Queries ********** */
@media screen and (max-width: 756px) {
  .accounts-grid, .loans-grid, .insurance-grid, .cards-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

/* ********** Welcome ********** */
.main-welcome {
  padding: 10rem 2rem;
  background-color: rgba(173, 239, 209, 0.5);
  color: #00203F;
  height: 60vh;
}

.main-welcome h2 {
  padding-top: 2rem;
}
/*# sourceMappingURL=style.css.map */