@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Luckiest+Guy&display=swap");
body {
  background-color: rgba(134, 214, 214, 0.316);
}

.header {
  display: flex;
  justify-content: space-between;
  margin: 10px 10px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.101);
}
.ttt {
  font-family: "Dancing Script", cursive;
  color: #000000b9;
  letter-spacing: 8px;
  font-weight: 800;
  font-size: 50px;
  margin: 0;
}
.ttt:hover {
  opacity: 0.7;
  font-size: 45px;
  letter-spacing: 9px;
}
.sa {
  font-size: 25px;
  margin-top: 10px;
  color: black;
  margin: 5px 30px;
  transition-duration: 0.5s;
}

.fa-arrow-left {
  font-size: 30px;
  color: rgb(134, 134, 134);
  transition-duration: 0.2s;
}
.fa-arrow-left:hover {
  animation-name: sahm;
  animation-duration: 0.5s;
}
@keyframes sahm {
  0% {
    translate: 0 0;
  }
  50% {
    translate: -7px 0;
  }
  100% {
    translate: 0 0;
  }
}
.fa-arrow-left:active {
  color: rgba(251, 145, 145, 0.681);
}
#backh {
  padding: 5px 20px;
  border-radius: 7px;
  background: transparent;
  border: solid 2px rgb(134, 134, 134);
  margin: 20px 0;
  transition-duration: 0.2s;
}
#backh:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.667);
}

.msakr {
  display: flex;
  justify-content: center;
  padding: 0 150px;
}
.ssssss {
  width: 1300px;
  padding: 10px;
}

.hacon {
  width: 80%;
  padding: 50px 10px;
}
.faimg {
  width: 300px;
  height: 400px;
  margin: auto;
  border-radius: 10px;
}

.upimg {
  width: 300px;
  height: 400px;
  object-fit: contain;
  transition-duration: 0.3s;
  border-radius: 30px;
  box-shadow: 0 0 5px 1px #35374b;
  margin: 0 5px;
}
.upimg:hover {
  scale: 1.05;
  box-shadow: 0 0 10px 3px white;
}
.gllery {
  display: flex;
  justify-content: center;
  margin: 15px;
}
.paimg {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border: 3px rgba(0, 0, 0, 0.667) solid;
  border-radius: 50%;
  object-fit: contain;
  transition-duration: 0.5s;
}
.paimg:hover {
  border: none;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 5px 1px white;
}
.flous {
  font-size: 22px;
  font-weight: 900;
}
sup {
  font-weight: 400;
  font-size: 12px;
}
.cash {
  margin: 10px 20px 0 0;
  font-size: 30px;
}
.cash:hover {
  scale: 1.2;
}
th {
  text-align: start;
  padding-right: 50px;
}
.div100 {
  width: fit-content;
  margin: auto;
}
.add-to {
  background: white;
  margin-top: 10px;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 5px;
  border: rgba(13, 116, 148, 0.57) solid 3px;
  outline: none;
  color: rgba(13, 116, 148, 0.57);
  transition-duration: 0.2s;
}
.add-to:hover {
  background-color: rgba(13, 116, 148, 0.089);
  scale: 1.02;
}
.add-to:active {
  outline: none;
  color: white;
  background-color: rgba(13, 116, 148, 0.57);
  text-decoration: none;
}
