* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background: #ffffff;
  color: #ffffff;
}



.phone {
  width: 100%;
  height: 100vh;
  max-width: 420px;
  aspect-ratio: 9 / 16;
  min-height: 100vh;

  background-image: url("../img/background_for_gullak.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow-x: hidden;
  scrollbar-width: none;

  justify-items: center;
}

.gullak {
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #CEFFFB, #CEFFFB, #00998F, #00998F);
  background-position: center;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.hed {
  width: 97%;
  background: linear-gradient(90deg, #ffffff, #D5E9F3, #bfdfec20);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  padding: 5px;
  border-radius: 20px 0px 0px 20px;
  color: black;
}

.prolo {
  display: flex;
  align-items: center;
}

.prolo i {
  border: solid;
  border-radius: 50%;
  padding: 3px;
}

.prolo img {
  height: 30px;
  border-radius: 50%;
  border: solid 1px;
}

.btn {
  color: #ffffff;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menupop{
  display: none;
  position: absolute;
  background-color: #6768686d;
  padding: 20px;
  top: 50px;
  right: 10px;
  width: 150px;

}

.menulist {
  display: grid;
  text-align: center;
  gap: 5px;
}

.menulist a{
  color: white;
  text-decoration: none;
  padding: 5px;
  background-color: #00000051;
  /* margin: px; */

}

.box {
  width: 90%;
  height: 200px;
  border-radius: 20px;
  background: linear-gradient(180deg, #E9F7FE, #E9F7FE, #E9F7FE, #AAD4E6);
  padding: 10px;
  margin: 20px 0px 20px 0px;
  color: black;
  /* justify-items: center; */
}

.boxchild {
  display: flex;
  /* justify-content: center; */
  height: 50%;
}

.border {
  border-bottom: #010A4E solid 1px;
}

.boch {
  width: 70%;
  height: 100%;
  text-align: left;
  border-right: #010A4E solid 1px;
  padding: 10px 0px 0px 20px;

  h2 {
    background: linear-gradient(90deg, #021081, #020D68, #020c5b, #010A4E);
    background-clip: text;
    color: transparent;
    text-shadow: none;
    padding: 3px 0px 0px 10px;
  }

}

.boch1 {
  width: 30%;
  text-align: center;
  color: #021081;
  /* align-content: center; */

  h3 {
    padding-top: 10px;
  }

  h4 {
    padding-top: 10px;

  }
}

.e1,
.e3 {
  width: 30%;
  text-align: center;
  align-content: center;
  color: #021081;
}

.e2 {
  width: 40%;
  border-left: #010A4E solid 1px;
  border-right: #010A4E solid 1px;
}

.box2 {
  width: 90%;
  height: 240px;
  border-radius: 20px;
  background: linear-gradient(180deg, #E9F7FE, #E9F7FE, #E9F7FE, #AAD4E6);
  padding: 10px;
  margin: 20px 0px 20px 0px;
  color: black;
}

.item {
  padding: 10px 10px 0px 10px;
  display: flex;
  height: 50%;
  width: 100%;
}

.item2 {
  padding: 20px 10px 20px 10px;
  display: flex;
  height: 50%;
  width: 100%;
}

.ileft {
  width: 30%;

}

.ileft img {
  height: 90px;
  width: 90px;
}

.iright {
  width: 70%;
  text-align: right;

  h6 {
    padding-right: 79px;
  }

  h3,
  h4 {
    color: #021081;
  }
}

.ev4 {
  width: 50%;

  h4 {
    color: #021081;
    text-align: right;
    padding-right: 6px;
  }
}

.ev5 {
  border-left: #010A4E solid 1px;
  border-right: #010A4E solid 1px;
}

.ev5,
.ev6 {
  width: 50%;
  text-align: center;

  h4 {
    color: #021081;
  }

}

#pay {
  background-color: red;
  border-radius: 20px;
  padding: 7px;
  color: white;
  justify-self: center;

}

.box3 {
  width: 90%;
  height: 240px;
  border-radius: 20px;
  background: linear-gradient(180deg, #E9F7FE, #E9F7FE, #E9F7FE, #AAD4E6);
  padding: 10px;
  margin: 20px 0px 20px 0px;
  color: black;
}

.scorl {
  /* border: solid; */
  height: 90%;

  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.boxmini {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: none;
  border-radius: 20px;
  background-color: #cfe1e8;
  margin-top: 6px;
}

.boxmini img {
  height: 30px;
  width: 30px;
  border-radius: 20px;
}

#pay1 {
  background-color: red;
  border-radius: 20px;
  padding: 7px;
  color: white;
  justify-self: center;

}

.box4 {
  width: 90%;
  height: 240px;
  border-radius: 20px;
  background: linear-gradient(180deg, #E9F7FE, #E9F7FE, #E9F7FE, #AAD4E6);
  padding: 10px;
  margin: 20px 0px 20px 0px;
  color: black;
}
.box5 {
  width: 90%;
  height: 240px;
  border-radius: 20px;
 
  padding: 10px;
  margin: 20px 0px 20px 0px;
  color: black;
  display: grid;
}

.br1{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.br1 button{
  background: linear-gradient(180deg, #E9F7FE, #E9F7FE, #E9F7FE, #AAD4E6);
  padding: 20px; 
  border: none;
  border-radius: 20px;
  font-size: medium; 
  width: 150px;
}
.br1 button:hover{
  transform: scale(0.9s);
}





.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #00000051;
  padding: 10PX;
  border: none;
  border-radius: 20px 20px 0px 0px;

  button{
    background: none;
    border: none;
    padding: 5px;
    color: #cfe1e8;
    font-size: x-large;
  }
}
