@font-face {
  font-family: poppins;
  src: url("./Assets//fonts/Poppins-Medium.ttf");
}

* {
  font-family: poppins serif;
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 20px;
  height: 20px;
}

.Container {
  background-color: #a4eb3f;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.logo {
  border: 2px solid yellow;
  filter: none;
}

.logo-name {
  font-size: 30px;
  font-family: poppins;
  /* margin-left: 10px; */
}

.page-1 {
  height: 100vh;
  width: 100%;
  background-image: url("./Assets/images/img1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(70%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #121212;
}

.btn-1 {
  text-decoration: none;
  color: #121212;
}

a {
  text-decoration: none;
  font-family: poppins;
}

#text-1 {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: poppins;
  margin-top: 30vh;
}

#text-2 {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: poppins;
}

#text-3 {
  font: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: poppins;
  font-size: 18px;
  margin-left: 15px;
  margin-bottom: 60px;
}

.boxer {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}

#circle-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: #a4eb3f;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.circle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.btn-1 {
  display: flex;
  justify-content: center;
  margin: auto;
  background-color: #a4eb3f;
  padding: 10px 70px;
  border: none;
  border-radius: 15px;
  font-family: poppins;
  font-size: 20px;
  text-decoration: none;
}

.page-2 {
  background-image: url("./Assets/images/img2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100%;
  filter: brightness(70%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #121212;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#text1 {
  font-family: poppins;
  margin-top: 40vh;
}

#text2 {
  font-family: poppins;
  margin-bottom: 10px;
}

.text3 {
  font-family: poppins;
  font-size: 17px;
}

.text4 {
  font-family: poppins;
  font-size: 17px;
  margin-bottom: 40px;
}

.boxers {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}

#circle2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: #a4eb3f;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.circle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.btn-2 {
  display: flex;
  justify-content: center;
  margin: auto;
  background-color: #a4eb3f;
  padding: 10px 70px;
  border: none;
  border-radius: 15px;
  font-family: poppins;
  font-size: 20px;
}

.page-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #121212;
  height: 100vh;
  width: 100%;
  filter: brightness(70%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url("./Assets/images/img3.jpg");
  padding: 40px;
}

#circle-3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: #a4eb3f;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-bottom: 20px;
}

.text--1 {
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: poppins;
  margin-bottom: 10vh;
}

.text--1 {
  color: white;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: poppins;
  margin-bottom: 10vh;
  margin-top: 30vh;
}

.text2 {
  color: white;
  font-size: 17.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: poppins;
  margin-top: 20px;
}

#text3 {
  color: white;
  font-family: poppins;
  font-size: 17.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  text-decoration: none;
}

.btn-3 {
  display: flex;
  justify-content: center;
  margin: auto;
  background-color: #a4eb3f;
  padding: 10px 70px;
  border: none;
  border-radius: 15px;
  font-family: poppins;
  font-size: 20px;
}

.btn-3-1 {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  background-color: #a4eb3f;
  padding: 10px 30px;
  border: none;
  border-radius: 15px;
  font-family: poppins;
  font-size: 20px;
}

.content-4 {
  height: 100%;
}

.sign-up {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lo-go {
  display: flex;
  justify-content: center;
  width: 10em;
  height: 10em;
}

.logoname {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 30px;
  font-family: poppins;
  font-weight: bold;
}

.lo-gos {
  display: flex;
  justify-content: center;
  width: 10em;
  height: 10em;
  margin-left: 30%;
}

.lo-gos-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 30px;
  font-family: poppins;
  font-weight: bold;
  margin-left: 35%;
}

#txt {
  font-size: 20px;
  font-family: poppins;
  margin-bottom: 20px;
}

.names {
  font-size: 20px;
  font-family: poppins;
  margin-left: 10px;
}

input {
  font-family: poppins;
  outline: none;
}

#noResults {
  color: rgb(139, 37, 37);
  font-size: 15px;
  font-family: poppins;
  display: none;
  margin-left: 20%;
  text-align: center;
  margin: auto;
}

input::placeholder {
  font-size: 20px;
  font-family: poppins;
  opacity: 1;
  margin-top: 15px;
}

.checks-R {
  padding: 0;
  margin-left: 60%;
}

.checks {
  margin-top: -18px;
  padding: 0;
  margin-left: 60vw;
}

.checks a {
  font-family: poppins;
  text-decoration: none;
  color: black;
}

.labels {
  /* margin-top: 10px; */
  font-family: poppins;
  color: #a4eb3f;
}

/* profile image sizing and rounded style */
.Pf-header img#Ep-img,
.Pf-header img#Pf-img,
#Ep-img,
#Pf-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* toast used for image edited confirmation */
#ep-toast {
  position: relative;
  display: inline-block;
  transition: opacity 0.25s ease;
}

.sign-up-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#signupBtn {
  margin: auto;
}

.sign-up-btn button {
  margin-left: 70px;
  background-color: #a4eb3f;
  padding: 10px;
  border-radius: 20px;
  border: none;
  font-size: 20px;
  font-family: poppins;
  width: 230px;
  margin-bottom: 5px;
}

.create-account {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: black;
  width: 90%;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.account-line {
  height: 1.5px;
}

.account-text {
  font-family: poppins;
  position: absolute;
  padding: 0 10px;
  background-color: white;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  width: 100%;
}

.btn-wrap button {
  margin-top: 20px;
  padding: 5px 20px;
  gap: 10px;
  border-radius: 10px;
  font-size: 20px;
  border-radius: 15px;
  font-family: poppins;
  background-color: white;
}

.last-text {
  padding: 15px 10px;
  text-align: center;
  font-size: 18px;
}

.last-text p {
  font-family: poppins;
}

.last-text a {
  text-decoration: none;
  color: #a4eb3f;
  font-family: poppins;
}

.login-page {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sign-in-text {
  font-size: 23px;
  font-family: poppins;
  margin-bottom: 30px;
  margin-top: 10px;
  margin-left: 20%;
}

.login-wrap {
  display: flex;
  align-items: center;
}

.login-name {
  font-size: 20px;
  font-family: poppins;
  margin-left: 10px;
}

.login-text {
  border-radius: 25px;
  padding: 10px 20px;
  width: 95%;
  margin-top: 10px;
  line-height: 30px;
  font-size: 20px;
  margin: 10px auto 20px;
}

.login-p-name {
  font-size: 20px;
  font-family: poppins;
  margin-left: 10px;
}

.login-p-text {
  border-radius: 25px;
  padding: 10px 20px;
  margin-left: 10px;
  width: 90%;
  margin-top: 10px;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  border: 2px solid grey;
}

.input-wrap {
  position: relative;
  width: 100%;
}

.pw-toggle {
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
}

.icon {
  display: block;
}

.login-checks {
  margin-left: 55%;
  font-size: 18px;
}

.login-checks a {
  font-family: poppins;
  text-decoration: none;
  color: black;
}

.sign-in-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.sign-in-btn button {
  background-color: #a4eb3f;
  padding: 10px;
  border-radius: 20px;
  border: none;
  font-size: 20px;
  font-family: poppins;
  width: 230px;
  margin-bottom: 5px;
}

.imageye {
  position: absolute;
  top: 60%;
  right: 50px;
  bottom: 10px;
  cursor: pointer;
}

/* Forgotten Password Page */

.head-text {
  font-size: 25px;
  margin-top: 20px;
  font-family: poppins;
}

.name-text {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: poppins;
}
.re-name-text {
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: poppins;
}

.confirm-btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.confirm-btn button {
  background-color: #a4eb3f;
  padding: 10px;
  border-radius: 20px;
  border: none;
  font-size: 20px;
  font-family: poppins;
  width: 230px;
  margin-bottom: 5px;
}

.wraps {
  width: 90%;
  margin-left: 10px;
}

/* PAYMENT PAGE */

.payment-page {
  background-color: #2a2a2a;
  display: flex;
  justify-content: center;
  height: 220vh;
}

.jared-1 {
  margin-top: 15px;
  height: 100px;
  width: 100%;
  background-image: url("Assets/images/hall4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  position: relative;
}

.jared-2 {
  margin-top: 15px;
  height: 100px;
  width: 100%;
  background-image: url("Assets/images/hall-3.jpg");
  clip-path: inset(50% 10 10 10);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  position: relative;
}

.jared {
  margin: auto;
  margin-top: 15px;
  height: 100px;
  width: 100%;
  background-image: url("Assets/images/hall1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  position: relative;
}

.jared-5 {
  margin-top: 15px;
  height: 100px;
  width: 100%;
  background-image: url("Assets/images/hall5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  position: relative;
}

.jareda {
  display: flex;
  margin-top: 15px;
  height: 100px;
  width: 100%;
  background-image: url("Assets/Icons/hall2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  position: relative;
}

.hiddes {
  display: none;
}

.jaredo {
  display: flex;
  margin-top: 15px;
  height: 100px;
  width: 100%;
  background-image: url("Assets/Icons/hall3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  position: relative;
}

#like-button {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  right: 10px;
  border: #cf2222;
}

#script {
  margin-left: 10px;
  color: white;
  padding-top: 75px;
  font-family: poppins;
}

#inputField {
  background-color: grey;
  background-position: 5px;
  border-radius: 20px;
  border: 2px solid black;
  padding: 10px 10px 10px 30px;
  width: 95%;
  margin: 10px auto;
  font-size: 17px;
  background-image: url("./Assets/Icons/search.png");
  background-repeat: no-repeat;
  margin-left: 10px;
}

#inputField input {
  width: 95%;
  text-align: center;
}

/* Responsive additions removed */

input::placeholder {
  font-size: 15px;
  font-family: poppins;
  color: rgb(68, 60, 60);
  border-radius: 20px;
  padding-left: 20px;
  width: 90%;
  margin-top: 5px;
}

#P-head {
  color: white;
  font-family: poppins;
  margin-left: 10px;
  font-size: 18px;
}

.P-view {
  width: 95%;
  color: black;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 5px auto;
}

.P-list-view {
  margin-top: 10px;
  border-radius: 15px;
  border: none;
  padding: 5px 15px;
  background-color: grey;
  font-size: 20px;
  font-family: poppins;
  text-align: center;
  cursor: pointer;
  color: #121212;
}

.P-list-view.active {
  background-color: white;
}

.M-list-view {
  margin-top: 10px;
  border-radius: 20px;
  border: 2px solid;
  padding: 10px 30px;
  background-color: grey;
  font-size: 20px;
  font-family: poppins;
  text-align: center;
  cursor: pointer;
}

.P-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.P-slide.hidden {
  opacity: 0;
  transform: translateY(-10px);
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.jareda.hidden {
  opacity: 0;
  transform: translateY(-10px);
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.jaredo.hidden {
  opacity: 0;
  transform: translateY(-10px);
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.Jacker.hidden {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.P-cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  padding: 10px 10px;
  background-color: white;
  gap: 20px;
}

.P-text {
  font-family: poppins;
  font-size: 15px;
}

.s-text {
  font-family: poppins;
  font-size: 15px;
}

.boss {
  margin-top: 20px;
}

.p-btn {
  font-family: poppins;
  text-align: center;
  font-size: 15px;
  border-radius: 15px;
  background-color: #a4eb3f;
  padding: 7px 15px;
  color: #121212;
}

.star {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.oya {
  font-size: 13px;
  gap: 20px;
}
.ona {
  font-size: 13px;
  margin-left: 25px;
}

.s-tar {
  display: flex;
  align-items: center;
}

.shift {
  margin-bottom: 100px;
}

/* MAP-VIEW */

.map-view {
  display: flex;
  justify-content: center;
  align-items: center;
}

.PM-view {
  width: 95%;
  color: black;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
  margin-left: 9px;
}

#map {
  height: 300px;
  width: 90%;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  margin: auto;
}

#face {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  height: 210px;
  background-color: white;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 20px;
}

.de-text {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-left: 40px;
}

.d-text {
  font-family: poppins;
  color: #2a2a2a;
  font-size: 20px;
  padding-top: 5px;
}

.d-text-1 {
  font-family: poppins;
  color: #2a2a2a;
  font-size: 20px;
  padding-top: 5px;
  margin-left: 40px;
}

.s-a-c {
  width: 85%;
  height: 50px;
  background-color: #a4eb3f;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 25px;
  margin-bottom: 100px;
}

#M-text {
  font-family: poppins;
  text-align: center;
  font-size: 20px;
  padding-top: 12px;
  margin-right: 10px;
  color: #121212;
}

#gramps {
  height: 60px;
  width: 60px;
  margin-top: 10px;
}

.s-class {
  display: flex;
}

#J-text {
  margin-top: 20px;
  margin-left: 10px;
  font-family: poppins;
  font-size: 15px;
}

.z-class {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.Secle {
  margin-top: 20px;
  display: flex;
}

#secle {
  margin-right: 20px;
  background-color: #a4eb3f;
  border-radius: 50%;
  padding: 13px;
}

#secle-1 {
  background-color: #a4eb3f;
  border-radius: 50%;
  padding: 13px;
}

.foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 12%;
  cursor: pointer;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
  bottom: 0;
  position: fixed;
  background-color: #2a2a2a;
  margin-top: 30px;
  margin: auto;
}

.pm-foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 12%;
  cursor: pointer;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
  bottom: 0;
  position: fixed;
  background-color: #2a2a2a;
  margin-top: 30px;
  margin: auto;
}

.pp-foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 12%;
  cursor: pointer;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
  bottom: 0;
  position: fixed;
  background-color: #2a2a2a;
  margin-top: 30px;
  margin: auto;
}

.pp-foot-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 12%;
  cursor: pointer;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
  bottom: 0;
  position: fixed;
  background-color: #2a2a2a;
  margin-top: 30px;
  margin: auto;
}

.ap-foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 12%;
  cursor: pointer;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
  bottom: 0;
  position: fixed;
  background-color: #2a2a2a;
  margin-top: 30px;
  margin: auto;
}

.oh-foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 12%;
  cursor: pointer;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
  bottom: 0;
  position: fixed;
  background-color: #2a2a2a;
  margin-top: 30px;
  margin: auto;
}

.hp-foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 12%;
  cursor: pointer;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
  bottom: 0;
  position: fixed;
  background-color: #2a2a2a;
  margin-top: 30px;
  margin: auto;
}

.oh-foot .tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.ap-foot .tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hp-foot .tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.foot .tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pm-foot .tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pp-foot .tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pp-foot-1 .tags {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.tags-classes {
  margin-bottom: 1px;
}

.tags-profile {
  margin-bottom: 1px;
}

.tags-more {
  margin-top: 2.5px;
}

.tag-names {
  color: white;
  font-family: poppins;
}

.tag-name-more {
  color: white;
  top: 0;
  margin-top: 3px;
  font-family: poppins;
}

/* AMENITIES PAGE */

.A-container {
  background-color: #121212;
  margin: auto;
}

.A-play {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.A-text {
  color: white;
  font-family: poppins;
  font-size: 20px;
  padding: 20px;
}

.AT-text {
  color: white;
  font-family: poppins;
  font-size: 20px;
  padding: 20px;
}

.a-text {
  text-align: center;
  display: flex;
  justify-content: center;
  color: black;
  font-family: poppins;
  font-size: 18px;
  margin-top: 10px;
}

.b-text {
  text-align: center;
  display: flex;
  justify-content: center;
  color: black;
  font-family: poppins;
  font-size: 15px;
  margin-top: 5px;
}

.b-text-a {
  text-align: center;
  display: flex;
  justify-content: center;
  color: black;
  font-family: poppins;
  font-size: 15px;
  margin-top: 5px;
}

.A-card {
  padding: 20px;
  border-radius: 15px 10px;
  background-color: white;
  width: 220px;
  height: 240px;
  margin-bottom: 10px;
}

.A-icons {
  padding: 13px;
  border-radius: 50%;
  background-color: rgb(215, 213, 213);
  /* margin-left: 70px; */
  display: flex;
  margin-left: 50px;
}

.A-shift {
  margin-bottom: 120px;
}

/* TRAINER PAGE */

.Trainer-container {
  background-color: #2a2a2a;
  height: 200%;
}

.train-card {
  display: flex;
  flex-direction: row;
  background-color: white;
  width: 90%;
  height: 190px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: flex;
}

.t-set-1 {
  display: flex;
  margin-left: 142px;
}

.t-set-2 {
  margin-top: 7px;
  font-family: poppins;
  margin-right: 40px;
}

.t-set-3 {
  font-family: poppins;
  margin-left: 30px;
  font-size: 20px;
}

.t-set-4 {
  font-family: poppins;
  margin-left: 50px;
  font-size: 15px;
  margin-bottom: 5px;
}

.t-set-5 {
  font-family: poppins;
  margin-left: 50px;
  font-size: 13px;
  margin-bottom: 5px;
}

.t-set-6 {
  display: flex;
  justify-content: center;
  margin: auto;
  background-color: #a4eb3f;
  padding: 7px 20px;
  border: none;
  border-radius: 15px;
  font-family: poppins;
  font-size: 15px;
  margin-left: 40px;
  cursor: pointer;
}

/* Mobile footer fix: ensure footer sits at bottom and fits on very small screens */
@media (max-width: 400px) {
  .foot,
  .pp-foot-1,
  .pp-foot,
  .pm-foot,
  .ap-foot,
  .oh-foot,
  .hp-foot {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 6px 6px !important;
    box-sizing: border-box !important;
    justify-content: space-between !important;
    gap: 6px !important;
  }
}

.t-set-7 {
  display: flex;
}

#t-set-8-1 {
  width: 135px;
  height: 190px;
  clip-path: circle(60% at 22% 50%);
  background-repeat: no-repeat;
}

#t-set-8-2 {
  width: 135px;
  height: 190px;
  clip-path: circle(60% at 22% 50%);
  background-repeat: no-repeat;
}

#t-set-8-3 {
  width: 135px;
  height: 190px;
  clip-path: circle(60% at 22% 50%);
  background-repeat: no-repeat;
}

.t-shift-t {
  margin-bottom: 100px;
}

/* EQUIPMENT PAGE */

.E-container {
  background-color: #121212;
}

.E-set-1 {
  width: 90%;
  height: 230px;
  background-color: white;
  margin-left: 20px;
  display: flex;
  margin-bottom: 10px;
}
#E-img-1 {
  width: 180px;
  height: 230px;
}

#E-text-2 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-left: 10px;
  color: black;
  font-size: 30px;
  font-family: poppins;
}

.shift-2 {
  margin-bottom: 100px;
}

/* CLASS PAGE */

.C-container {
  background-color: #2a2a2a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.C-shift {
  margin-bottom: 80px;
}

.C-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: white;
  border-radius: 15px;
  height: 220px;
  width: 90%;
  margin-left: 15px;
  margin-bottom: 20px;
}

.C-text-0 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: white;
  border-radius: 15px;
  height: 220px;
  width: 90%;
  margin-left: 15px;
  margin-bottom: 20px;
}

#c-text-1 {
  font-size: 20px;
  font-family: poppins;
  margin-left: 30px;
  padding-top: 10px;
}

#c-flex {
  display: flex;
  justify-content: space-between;
}

.c-flex-1 {
  display: flex;
}

.c-flex-2 {
  padding-top: 17px;
  padding-right: 15px;
  font-size: 18px;
  font-family: poppins;
}

#c-flex-3 {
  padding-top: 10px;
}

#c-flex-4 {
  margin-left: 20px;
}

#c-flex-4-1 {
  padding-left: 20px;
  font-family: poppins;
}

#c-flex-5 {
  display: flex;
}

#c-flex-6 {
  font-family: poppins;
  font-size: 15px;
  padding-left: 5px;
  padding-top: 2px;
}

#c-flex-6-0 {
  font-family: poppins;
  font-size: 15px;
  padding-left: 5px;
  font-weight: bold;
}

#c-flex-6-1 {
  font-family: poppins;
  font-size: 15px;
  padding-right: 40px;
}

#c-flex-7 {
  margin-left: 20px;
  margin-bottom: 10px;
}

#c-flex-8 {
  margin-top: 10px;
  display: flex;
  gap: 5px;
}

#c-flex-9 {
  border-radius: 15px;
  background-color: #a4eb3f;
  display: flex;
  justify-content: center;
  border: none;
  font-family: poppins;
  font-size: 17px;
  margin-left: 20%;
  padding: 8px 50px;
  margin-top: 5px;
  cursor: pointer;
}

.t-full {
  width: 100%;
}

/* EXPORE MORE BUTTON PAGE */

.Em-Container {
  background-color: #2a2a2a;
}

.Em-day {
  gap: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 90%;
  margin-inline: auto;
}

.Em-days-1 {
  font-family: poppins;
  background-color: gray;
  padding: 15px 13px;
  border-radius: 15px;
  font-size: 20px;
}

.Em-days {
  font-family: poppins;
  background-color: grey;
  padding: 15px 13px;
  border-radius: 15px;
  font-size: 20px;
}

.Em-week {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px 15px;
  gap: 20px;
  margin-left: 10px;
  margin-inline: auto;
}

.Em-week-1 {
  margin-left: 5px;
  background-color: grey;
  width: 95%;
  font-size: 20px;
  font-family: poppins;
  border-radius: 15px;
  padding: 20px 20px;
}

.Em-weeks {
  width: 95%;
  font-size: 20px;
  margin-left: 5px;
  border-radius: 15px;
  font-family: poppins;
  padding: 20px 20px;
  cursor: pointer;
  background-color: grey;
}

.Em-space {
  margin-bottom: 100px;
}

.Em-yah {
  display: flex;
  justify-content: center;
}
.Em-button {
  background-color: #a4eb3f;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  padding: 15px 100px;
  font-family: poppins;
  color: black;
}

/* BOOKING PAGE */

.B-container {
  /* align-items: baseline; */
  background-color: lightgray;
}

.B-text {
  color: #121212;
  font-family: poppins;
  font-size: 20px;
  padding: 20px;
}

.B-cards {
  font-family: poppins;
  font-size: 15px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.B-box {
  margin-left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: grey;
}

input .B-box {
  margin-left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: grey;
}

.B-set input[type="checkbox"] {
  appearance: none;
  cursor: pointer;
}

.B-set-1 input[type="checkbox"] {
  appearance: none;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #a4eb3f;
  cursor: pointer;
}

.B-set {
  display: flex;
}

.B-set-1 {
  display: flex;
  margin-bottom: 20px;
}

.B-set-2 {
  margin-left: 20px;
  font-size: 20px;
  font-family: poppins;
  margin-bottom: 20px;
}

.B-button {
  border-radius: 20px;
  background-color: #a4eb3f;
  display: flex;
  justify-content: center;
  border: none;
  font-family: poppins;
  font-size: 20px;
  margin: auto;
  padding: 10px 80px;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 100px;
}

/* BOOKING AUTH */

.BA-container {
  height: 100%;
  background-color: #2a2a2a;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.BA-text {
  margin-top: 10px;
  font-size: 20px;
  font-family: poppins;
  color: white;
}

.BA-text-1 {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-family: poppins;
  color: white;
}

/* PROFILE PAGE */

.Pf-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  background-color: grey;
}
.Pf-header {
  margin: auto;
  position: relative;
  width: 120px;
  height: 120px;
}

#Pf-img {
  width: 100px;
  height: 100px;
}

.Pf-text {
  margin-top: 10px;
  font-family: poppins;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.Pf-text-1 {
  font-family: poppins;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.Pe-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: lightgray;
  border-radius: 20px;
  padding: 12px 18px;
  width: 325px;
  margin-bottom: 20px;
}

.Pe-row span {
  font-family: poppins;
  margin-right: 150px;
  color: black;
  gap: 8px;
  right: 0;
}

.Pp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: lightgray;
  border-radius: 20px;
  padding: 12px 8px;
  /* width: 325px; */
  margin-bottom: 20px;
}

Pp-row-1 {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* text-align: center; */
  /* margin: auto; */
  gap: 28px;
}

.Pp-row span {
  font-family: poppins;
  /* margin-left: 10px; */
  color: black;
  gap: 20px;
}

.Pf-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: lightgray;
  border-radius: 20px;
  padding: 12px 18px;
  width: 310px;
  margin-bottom: 20px;
}

.Pl-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: lightgray;
  border-radius: 20px;
  padding: 12px 18px;
  width: 325px;
  margin-bottom: 20px;
}

.Pl-row span {
  font-family: poppins;
  margin-right: 150px;
  color: black;
}

.Po-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: lightgray;
  border-radius: 20px;
  padding: 12px 18px;
  width: 325px;
  margin-bottom: 20px;
}

.Po-row span {
  font-family: poppins;
  margin-right: 120px;
  color: black;
}

.Ph-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: lightgray;
  border-radius: 20px;
  padding: 12px 18px;
  width: 325px;
  margin-bottom: 80px;
}

.Ph-row span {
  font-family: poppins;
  margin-right: 120px;
  color: black;
  gap: 5px;
}

.Pf-shift {
  margin-top: 50px;
}

span {
  font-family: poppins;
  margin-right: 230px;
  color: black;
}

#span-1 {
  font-family: poppins;
  margin-right: 120px;
  gap: 10px;
}

/* EDIT PROFILE PAGE */

.Ep-container {
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
  text-align: center;
}

.Pf-header {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-bottom: 80px;
}
#Ep-img {
  height: 130px;
  margin-top: 20px;
  width: 130px;
  object-fit: cover;
  border-radius: 50%;
}

#Ep-img-1 {
  width: 30px;
  height: 30px;
  margin-top: 100px;
  position: absolute;
  bottom: 15px;
  right: 6px;
  border-radius: 50%;
  background-color: lightgray;
  padding: 5px;
  cursor: pointer;
}

.Ep-gap {
  margin-bottom: 35px;
}

.Ep-tag {
  margin-left: 25px;
}

#Ep-btn {
  border-radius: 25px;
  border: 2px solid #a4eb3f;
  display: flex;
  justify-content: center;
  font-family: poppins;
  font-size: 20px;
  margin: auto;
  padding: 10px 80px;
  /* margin-top: 10px; */
  margin-bottom: 100px;
  cursor: pointer;
  margin-top: 30px;
}

/* MORE PAGE */

.M-ctn {
  background-color: #2a2a2a;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.More-card {
  padding-left: 10px;
  margin-left: 25px;
  width: 90%;
  background-color: white;
  border-radius: 15px;
  height: 300px;
}

#M-class-1 {
  display: flex;
  gap: 30px;
}

#M-set-1 {
  margin-top: 40px;
}

#M-set-2 {
  margin-top: 40px;
  font-family: poppins;
  font-size: 20px;
}

#M-set-3 {
  margin-top: 20px;
  width: 30px;
  height: 30px;
}

#M-set-4 {
  margin-top: 20px;
  font-family: poppins;
  font-size: 20px;
}

#M-set-5 {
  margin-top: 19px;
  height: 30px;
  width: 30px;
}

/* PAYMENT METHOD */

.Pm-container {
  height: 120%;
}

#visa-card {
  height: 50px;
  width: 150px;
}

#Pc-row-img-1 {
  margin-left: 20px;
}

.Pc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  margin-bottom: 20px;
  gap: 15px;
}

.Pc-row span {
  /* font-family: poppins; */
  margin-right: 30px;
  color: black;
  gap: -5px;
}

.Pm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  width: 200px;
  margin-bottom: 10px;
  font-family: poppins;
}

.pm-text {
  font-size: 20px;
  font-family: poppins;
  margin-left: 20px;
  margin-bottom: 10px;
}

.pm-text-0 {
  font-size: 20px;
  font-family: poppins;
  margin-bottom: 10px;
}

#pm-text-1 {
  font-family: poppins;
  margin-left: 20px;
  padding-top: 8px;
  color: #2a2a2a;
  background-color: lightgray;
  font-size: 18px;
  width: 350px;
  border: none;
}

#pm-text-5 {
  font-family: poppins;
  margin-left: 20px;
  padding-top: 12px;
  color: #2a2a2a;
  background-color: lightgray;
  font-size: 18px;
  width: 165px;
  border: none;
  margin-bottom: 10px;
}

#pm-class-1 {
  /* utility classes to restore default payment input styling */
  .pm-input {
    font-family: poppins;
    margin-left: 20px;
    padding-top: 8px;
    color: #2a2a2a;
    background-color: lightgray;
    font-size: 18px;
    width: 350px;
    border: none;
  }

  .pm-input-small {
    font-family: poppins;
    margin-left: 20px;
    padding-top: 12px;
    color: #2a2a2a;
    /* background-color: lightgray; */
    font-size: 18px;
    /* width: 165px; */
    border: none;
    margin-bottom: 10px;
  }
  height: 40px;
  margin-bottom: 20px;
}

#pm-class-2 {
  display: flex;
}

.pm-class-3 {
  background-color: lightgray;
  margin-left: 20px;
  width: 50%;
  height: 30px;
  margin-bottom: 20px;
  /* gap: 20px; */
}

#pm-cvc {
  background-color: lightgray;
  border: none;
  /* margin-top: 20px; */
  width: 140px;
  height: 30px;
}

#pm-exp {
  background-color: lightgray;
  border: none;
  width: 140px;
  height: 30px;
  margin-right: 65px;
}

#pm-text-2 {
  font-family: poppins;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#pm-class-2-1 {
  display: flex;
  justify-content: center;
  gap: 25px;
}

#pm-class-2-2 {
  display: flex;
  justify-content: center;
  gap: 170px;
}

#pm-class-2-3 {
  display: flex;
  justify-content: center;
  gap: 270px;
}

#pm-btn {
  border-radius: 20px;
  background-color: #a4eb3f;
  display: flex;
  border: none;
  justify-content: center;
  font-family: poppins;
  font-size: 20px;
  margin: auto;
  padding: 10px 60px;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 100px;
}

hr {
  margin-bottom: 10px;
  height: 2px;
  width: 80%;
  margin-left: 50px;
}

/* COMPLETE PAYMENT PAGE */

.Cp-ctn {
  height: 100%;
  background-color: #2a2a2a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Cp-img {
  border-radius: 50%;
  background-color: lightgray;
  padding: 70px 70px;
  height: 200px;
  margin-bottom: 20px;
}

#C-text {
  font-family: poppins;
  font-size: 25px;
  color: white;
}

/* LANGUAGE PAGE */

.lang-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lang-class {
  display: flex;
  justify-content: center;
  position: relative;
}

.lang-btn {
  display: flex;
  /* justify-content: flex-end; */
  background-color: lightgray;
  color: #121212;
  width: 90%;
  height: 50px;
  border-radius: 10px;
  border: 3px solid #a4eb3f;
  margin-bottom: 25px;
  font-size: 20px;
  font-family: poppins;
  gap: 10px;
  padding-left: 80px;
  display: flex;
  align-items: center;
}

.lang-btn.active {
  display: flex;
  background-color: gray;
  color: #121212;
  width: 90%;
  height: 50px;
  border-radius: 10px;
  border: 3px solid #a4eb3f;
  margin-bottom: 25px;
  font-size: 20px;
  font-family: poppins;
  gap: 10px;
  padding-left: 60px;
  display: flex;
  align-items: center;
}

.lang-btn-1 {
  margin-top: 10px;
  background-color: #a4eb3f;
  color: #121212;
  width: 90%;
  height: 50px;
  border-radius: 10px;
  border: 4px solid lightgray;
  margin-bottom: 80px;
  font-size: 20px;
  font-family: poppins;
  gap: 10px;
}

.flags {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 8px;
  left: 30px;
  border-radius: 5px;
}

/* HELP CENTER */

.help-card {
  background-color: lightgray;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 80%;
  margin-left: 40px;
  border: 2px solid grey;
}

.h-text {
  color: black;
  font-family: poppins;
  font-size: 18px;
  padding: 10px;
  margin-left: 10px;
}

.h-text-1 {
  color: black;
  font-family: poppins;
  font-size: 18px;
  padding: 10px 20px;
}

.help-dc {
  display: flex;
  padding: 5px 30px;
  margin-bottom: 10px;
  margin-left: 40px;
  gap: 40px;
}

.help-1 {
  background-color: lightgray;
  border-radius: 10px;
  border: 1px solid grey;
}

.help-2 {
  border: 1px solid grey;
  background-color: lightgray;
  border-radius: 10px;
  width: 62.5%;
  margin: auto;
  text-align: center;
  margin-bottom: 100px;
}

/* INVITE PAGE */

.ref-card {
  background-color: lightgray;
  border: 10px;
  margin-bottom: 30px;
  width: 90%;
  margin-left: 20px;
  border-radius: 15px;
  border: 2px solid grey;
}

.ref {
  display: flex;
  justify-content: space-between;
}

#rf-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* display: block; */
  margin-top: 10px;
  margin-right: 10px;
}

.ref-btn {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-family: poppins;
  font-size: 18px;
  margin-left: 70%;
  background-color: #a4eb3f;
  padding: 5px 12px;
}

.r-shift {
  margin-bottom: 100px;
}

/* ORDER HISTORY */

.order-card {
  padding: 10px;
  background-color: lightgray;
  color: #121212;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 90%;
  border: 2px solid black;
  margin-bottom: 10px;
}

.order-1 {
  display: flex;
  justify-content: space-between;
}

.order-text {
  color: black;
  font-family: poppins;
  font-size: 18px;
  margin-bottom: 10px;
}

.order-text-0 {
  color: black;
  font-family: poppins;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.order-text-1 {
  color: black;
  font-family: poppins;
  font-size: 16px;
}

.order-btn {
  background-color: #a4eb3f;
  font-family: poppins;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 10px;
  padding: 5px 12px;
  cursor: pointer;
}

.order-btn-1 {
  background-color: #a4eb3f;
  font-family: poppins;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 10px;
  padding: 5px 20px;
  cursor: pointer;
}

.order-btn-2 {
  background-color: gray;
  font-family: poppins;
  font-size: 18px;
  border-radius: 10px;
  margin-top: 10px;
  padding: 5px 20px;
  cursor: pointer;
}

/* RESPONSIVE DESIGN */

@media screen and (min-width: 360px) {
  .C-text-0 {
    height: 245px;
  }

  .A-card {
    padding: 20px;
    border-radius: 15px 10px;
    background-color: white;
    width: 220px;
    height: 258px;
    margin-bottom: 10px;
  }

  .A-shift {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 428px) {
  /* .foot {
    min-width: 428px;
    left: 0;
    right: 0;
    position: fixed;
  } */

  .M-ctn {
    max-width: 428px;
    margin: auto;
    border-radius: 10px;
    border: 3px solid black;
  }
}

@media screen and (min-width: 400px) {
  .Em-Container {
    max-width: 360px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .shift {
    margin-bottom: 80px;
  }

  .B-container {
    max-width: 360px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .Pm-container {
    max-width: 380px;
    margin: 0 auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .pm-shift {
    margin-bottom: 50px;
  }

  .Pf-container {
    max-width: 360px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  #C-text {
    font-size: 20px;
    margin: auto;
  }

  .payment-page {
    margin: auto;
    min-width: 400px;
    border: 3px solid black;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .P-cards {
    width: 100%;
    border: 2px solid black;
    margin: 0 auto;
  }

  .jared {
    width: 100%;
    height: 100px;
    margin: 20px auto 0;
  }

  .shift {
    margin-bottom: 100px;
  }

  .jared-1 {
    width: 100%;
    margin: 20px auto 0;
    height: 100px;
  }

  .jared-2 {
    width: 100%;
    min-height: 100px;
    margin: 20px auto 0;
  }

  .jared-5 {
    width: 100%;
    min-height: 100px;
    margin: 20px auto 0;
  }

  .jareda {
    width: 100%;
    margin: 20px auto 0;
    height: 100px;
  }

  #inputField {
    max-width: 340px;
    margin-left: 2%;
    background-image: url("./Assets/Icons/search.png");
    background-repeat: no-repeat;
  }

  #noResults {
    margin-left: 2px;
    margin-right: 2px;
  }

  #map {
    width: 360px;
    max-width: 375px;
  }

  .details {
    min-width: 360px;
    margin: 20px auto 20px;
  }

  .s-a-c {
    max-width: 320px;
    text-align: center;
  }

  .M-ctn {
    max-width: 380px;
    margin: auto;
    border-radius: 10px;
    border: 3px solid black;
  }

  .More-card {
    margin-left: 18px;
  }

  .Ep-container {
    min-width: 360px;
    margin: 0 auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .login-text {
    margin: auto;
    border: 2px solid;
  }

  .C-container {
    max-width: 390px;
    margin: 0 auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .Container {
    max-width: 380px;
    margin: 0 auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .A-container {
    max-width: 400px;
    margin: 0 auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .page-1 {
    max-width: 380px;
    margin: 0 auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .page-2 {
    max-width: 380px;
    margin: 0 auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .page-3 {
    max-width: 380px;
    margin: 0 auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .Trainer-container {
    max-width: 380px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
    height: 200%;
  }

  .AT-text {
    padding: 0;
    margin-left: 10px;
  }

  .t-set-1 {
    margin-right: 20vw;
  }

  .train-card {
    width: 95%;
    margin: 10px auto 10px;
  }

  .C-text {
    min-height: 250px;
  }

  .content-4 {
    max-width: 360px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .login-p-text {
    width: 95%;
  }
  .login-text {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .login-page {
    max-width: 360px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .Cp-ctn {
    min-width: 360px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .order-ctn {
    min-width: 350px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .order-btn-2 {
    padding: 5px 5px;
  }

  .Inv-ctn {
    max-width: 360px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .help-ctn {
    max-width: 360px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .help-btn-2 {
    margin: auto;
  }

  .Lang-ctn {
    min-width: 360px;
    margin: auto;
    border: 3px solid black;
    border-radius: 10px;
  }

  .lang-btn-1 {
    margin-bottom: 80px;
  }

  .BA-container {
    max-width: 360px;
    margin: auto;
  }

  .foot {
    max-width: 360px;
    left: 0;
    right: 0;
    position: fixed;
  }

  .pp-foot {
    max-width: 360px;
    left: 0;
    right: 0;
    position: fixed;
  }

  .pp-foot-1 {
    max-width: 400px;
    left: 0;
    right: 0;
    position: fixed;
  }

  .pm-foot {
    max-width: 370px;
    left: 0;
    right: 0;
    position: fixed;
  }

  .hp-foot {
    max-width: 355px;
    left: 0;
    right: 0;
    position: fixed;
  }

  .oh-foot {
    max-width: 350px;
    left: 0;
    right: 0;
    position: fixed;
  }

  .ap-foot {
    max-width: 400px;
    left: 0;
    right: 0;
    position: fixed;
  }
}
