@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");
@font-face {
  font-family: "BrandFont57";
  src: url("font/Helvetica Neue LT Pro 57 Condensed.otf") format("opentype");
}
@font-face {
  font-family: "BrandFont75";
  src: url("font/Helvetica Neue LT Pro 75 Bold.otf") format("opentype");
}
:root {
  --color-1: #1e88e5;
  --text-color: #f0f0f0;
  --accent-color: #006aff;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  background-color: #000000;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  z-index: -100000;
  font-family: "BrandFont57", sans-serif;
}
html {
  font-size: 12pt;
  font-family: "BrandFont57", sans-serif;
  scroll-behavior: smooth;
}
.mView {
  display: none;
}
nav {
  height: 4.375rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.links-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav a {
  height: 100%;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
}

nav .home-link {
  z-index: 10;
  margin-right: auto;
}
nav svg {
  fill: var(--text-color);
}
#sidebar-active {
  display: none;
}
.open-sidebar-button,
.close-sidebar-button {
  display: none;
}

.imglogo2 {
  width: 7.5rem;
  padding-top: 3.4375rem;
}
.imglogo1 {
  width: 7.5rem;
  position: relative;
  top: 2.1875rem;
  left: -0.625rem;
  display: none;
}

.p1p1 {
  position: relative;
  font-size: 0.7em;
  bottom: -1.25rem;
  right: -1.5625rem;
  color: #e0e721;
}
.Logo {
  letter-spacing: .25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}
.fft {
  font-size: 0.7em;
  font-family: "BrandFont57", sans-serif;
}
.listt {
  position: relative;
  color: #e0e721;
  text-decoration: none;
}
.listt:hover {
  color: #e2e2de;
}
.listt::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: .125rem;
  bottom: 1.25rem;
  left: 0;
  background-color: #e0e721;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.listt:hover::before {
  transform: scaleX(1);
}
.Container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
}
.popupreges {
  position: fixed;
  width: 40%;
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid .0625rem;
  background-color: #f4f5f0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  backdrop-filter: blur(.0938rem);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: fixed;
}
.open-popupreges {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.page11 {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  background-image: url("../image/bgfitpad.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.titles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fill {
  position: relative;
  background-color: #d8dfe693;
  text-align: center;
  font-family: "poppins", sans-serif;
  font-size: 1em;
  width: 18.75rem;
  height: 12.5rem;
  bottom: -1.25rem;
  border-radius: .625rem;
}
.forms1 {
  background-color: #e2e2de60;
}
form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.reges {
  width: 14.875rem;
  padding: .3125rem;
  border: .0625rem solid #000000;
  border-radius: .3125rem;
  outline: none;
  font-size: .625rem;
  transition: all 0.3s ease-in-out;
  font-family: "poppins", sans-serif;
}
label {
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: 1rem;
  padding: .125rem;
  font-family: "poppins", sans-serif;
}
.back {
  position: absolute;
  top: .625rem;
  right: .625rem;
  z-index: 10000000;
}
.back button {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff; /* Adjust color if needed */
    padding: .3125rem .625rem;
    transition: color 0.3s ease;
    width: fit-content;
  }

.back button:hover {
  color: red; /* Change color when hovered */
}

.Registerbtn {
  position: relative;
  top: .5rem;
  left: 0rem;
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  color: #e2e2de;
  background-color: #111111; /* Adjust color if needed */
  padding: .3125rem .625rem;
  border-radius: .625rem;
  transition: color 0.2s ease;
}
.Registerbtn:hover {
  color: #ffffff;
  background-color: #e0e721;
  transition: all 0.3s ease;
}

/*login*/
.Containers {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  visibility: hidden;
  position: fixed;
}

.popuplogin {
  position: relative;
  width: 31.25rem;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  padding: .625rem;
  z-index: 10;
}
.show1 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 100;
  backdrop-filter: blur(.0938rem);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  position: fixed;
}
.open-popuplogin {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.page1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("../image/lasbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.imglogosss {
  position: absolute;
  top: 1.875rem;
}

.fitts {
  font-family: "poppins", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: 8.75rem;
  letter-spacing: .3125rem;
  color: #e0e721;
}

form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
input,
select .login {
  width: 14.875rem;
  padding: .625rem;
  border: .0625rem solid #000000;
  border-radius: .3125rem;
  outline: none;
  font-size: .7rem;
  transition: all 0.3s ease-in-out;
  font-family: "poppins", sans-serif;
}
label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: 1rem;
  padding: 0.2em;
  font-family: "poppins", sans-serif;
}
.back {
  position: absolute;
  top: .625rem;
  right: .625rem;
}

.back button {
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  padding: .3125rem .625rem;
  transition: color 0.3s ease;
}

.back button:hover {
  color: red;
}

.Loginbtn {
  position: relative;
  top: .3125rem;
  left: 0rem;
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  color: #fff; /* Adjust color if needed */
  padding: .3125rem .625rem;
  border: #0c0c0c solid .0625rem;
  border-radius: .625rem;
  transition: color 0.2s ease;
  background-color: #000000;
}
.Loginbtn:hover {
  color: #ffffff;
  background-color: #e0e721;
  transition: all 0.3s ease;
}

.sec1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  overflow: hidden;
  z-index: -10000000;
}
.play {
  position: relative;
  bottom: -3.125rem;
  left: -4.5rem;
  width: 31.25rem;
  opacity: 0.7;
  clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%);
  z-index: 1000;
}
.secdiv {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 125rem 75rem;
  position: absolute;
  top: -5.9375rem;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lolog {
  position: relative;
  opacity: 0.2;
  bottom: -21.875rem;
  right: -21.875rem;
}
.uup {
  position: relative;
  width: 43.75rem;
  height: 43.75rem;
  --animate-duration: 3s;
}
.ddown {
  position: relative;
  top: -28.75rem;
  right: -5rem;
  width: 34.375rem;
  height: 34.375rem;
  --animate-duration: 3s;
}
.secdiv2 {
  width: 100%;
  height: 100vh;
  position: relative;
  left: 31.25rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.secdiv2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  right: 31.25rem;
  background-image: url("../image/carbon.png");

  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.intro {
  position: relative;
  bottom: -5.625rem;
  left: -23.75rem;
  z-index: 0;
}
.imgdes {
  position: relative;
  display: flex;
  width: 15.625rem;
  height: 15.625rem;
  bottom: -5rem;
  right: 25rem;
  z-index: -1;
}
.img1 {
  position: relative;
  left: -18.75rem;
  --animate-duration: 3s;
}
.img2 {
  position: relative;
  left: -42.5rem;
  top: -0.625rem;
  --animate-duration: 4s;
}

.gym {
  font-family: "Black Ops One", serif;
  font-size: 6em;
  color: #4a4947;
  line-height: 1;
  gap: 0;
  position: relative;
  top: 3.125rem;
  left: 7.5rem;
  --animate-duration: 2s;
}
.live {
  font-family: "Black Ops One", serif;
  font-size: 8em;
  margin-left: 7.5rem;
  color: #f4f5f0;
  line-height: 1;
  gap: 0;
  position: relative;
  top: 1.25rem;
  left: 7.5rem;
  --animate-duration: 3s;
}
.repeat {
  font-family: "poppins", sans-serif;
  font-size: 10em;
  color: #e0e721;
  line-height: 1;
  gap: 0;
  color: transparent;
  -webkit-text-stroke: .1875rem #e0e721;
  text-transform: uppercase;
  --animate-duration: 3s;
}
.parag {
  font-family: "BrandFont57", sans-serif;
  font-size: 0.9em;
  margin-left: 7.5rem;
  color: #f4f5f0;
  position: sticky;
  bottom: 12.5rem;
}
button {
  position: relative;
  top: 1.25rem;
  left: 70%;
  width: 9.375rem;
  padding: .9375rem;
  cursor: pointer;
  background-color: #e0e721;
  color: #101820;
  font-family: "BrandFon75", sans-serif;
  font-weight: bolder;
  z-index: 1;
  font-size: 1.1em;
  border-radius: 1.875rem;
  pointer-events: auto;
  display: inline-block;
}
button:hover {
  color: #f4f5f0;
}
.sec2 {
  width: 100%;
  height: 22rem;
  background: linear-gradient(to bottom, #000000 10%, #0c141d 100%);
  z-index: 1;
  right: 56.25rem;
  justify-content: center;
}
.secc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secas {
  width: 100%;
  height: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 100px;
}
.seca {
  text-decoration: none;
  height: 100%;
  width: auto;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  border: 0px;
  background-color: #e0e721;
}

.seca:hover {
  color: #ffffff;
  transition: all 0.3s ease;
}

.seca {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  padding: 10px 20px;
  border-radius: 100px;
  background: #e0e721;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.seca:hover {
  background: #e0e721;
}

.seca > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.seca:hover svg {
  transform: translateX(10px);
}

.logo1 {
  display: flex;
  gap: 5.625rem;
  position: relative;
  bottom: -50px;
  font-family: "BrandFont57", sans-serif;
  font-size: 1.3rem;
}
.l1 {
  width: 14.375rem;
  height: 12.5rem;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  --animate-duration: 1s;
}
.card1 {
  height: 2.5rem;
  background-color: #e0e721;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-family: "BrandFont75", sans-serif;
}

.card1:hover {
  background-color: #4fe721;
}
.pp1 {
  width: 4.6875rem;
}
.para {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.5rem;
  width: auto;
  text-align: justify;
  font-size: 0.7em;
  padding: 1.25rem 0rem 1.25rem 0rem;
  color: #f4f5f0;
  font-family: "BrandFont57", sans-serif;
}
.adj {
  position: relative;
  top: -0.625rem;
}
.Tcard {
  display: flex;
  justify-content: left;
  align-items: left;
  text-align: left;
  height: 3.125rem;
  color: #e0e721;
  font-size: 1.5625rem;
  font-family: "BrandFont75", sans-serif;
}
.sec3 {
  width: 100%;
  height: 100vh;
  background-image: url("../image/bgfitpad.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.backgroundsec4 {
  width: 100%;
  height: 100vh;
  background-image: url("../image/bgfitpad.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.twobranch {
  width: 100%;
  height: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15.625rem;
}

.contaai {
  width: 100%;
  height: 37.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  bottom: -1.25rem;
}
.we2branch {
  height: 13.125rem;
  width: 37.5rem;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 2.8em;
  font-family: "Black Ops One", serif;
  color: #000000;
  background-color: rgba(244, 245, 240, 0.7);
  --animate-duration: 3s;
}
.we {
  position: relative;
  top: 2.8125rem;
  --animate-duration: 3s;
}
.location {
  gap: 6.25rem;
  width: 100%;
  height: 34.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.branch {
  width: 25rem;
  height: 31.25rem;
  background-color: rgba(255, 255, 255, 0.548);
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.imgloc {
  width: 100%;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imglocs {
  width: 21.25rem;
  height: 19.6875rem;
  border-radius: 1.25rem;
  cursor: pointer;
  box-shadow: rgba(14, 30, 37, 0.12) 0rem .125rem .25rem 0rem,
    rgba(14, 30, 37, 0.32) 0rem .125rem 1rem 0rem;
}
.address {
  width: 100%;
  height: 5.625rem;
  display: flex;
  justify-content: center;
  font-family: "BrandFont57", sans-serif;
  align-items: center;
}

.addresss {
  text-align: center;
  width: 70%;
  font-size: 1.3em;
}
.addresss1 {
  text-align: center;
  width: 80%;
  font-size: 1.3em;
}
.qln {
  color: #000000;
  font-family: "BrandFont75", sans-serif;
  padding-bottom: .625rem;
  font-size: 1.1em;
}
.branchs {
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
  color: #101820;
  font-family: "BrandFont75", sans-serif;
}
.sec4 {
  width: 100%;
  height: 100vh;
  background-color: #101820;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.none {
  height: 100%;
}
.sec5 {
  height: 15.625rem;
  width: 100%;
  font-family: "BrandFont57", sans-serif;
  z-index: 1;
}
.marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

.marquee-content {
  display: inline-block;
  font-size: 3.75rem;
  font-weight: 900;
  color: transparent;
  font-family: "BrandFont57", sans-serif;
  color: #ffffff;
  padding-right: 2rem;
  animation: marquee 15s linear infinite;
}
.bem {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.covss {
  display: flex;
  align-items: center;
  background-color: #101820;
  width: 50rem;
  height: 9.375rem;
  gap: 3.125rem;
  padding: .625rem .625rem .625rem 3.75rem;
  border-radius: .625rem;
  position: relative;
}
.division12 {
  font-size: 1.2em;
  display: flex;
}
.divs1,
.divs2 {
  color: #ffffff;
  justify-content: center;
  font-size: 1.2em;
  font-family: "BrandFont57", sans-serif;
}
.grup {
  opacity: 0.1;
  width: 100%;
  height: 100vh;
  background-image: url("../image/carbon.png");
  background-position: center;
  position: absolute;
  overflow: hidden;
}
.backgi {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50rem;
}
.lay1 {
  display: flex;
}
.lay11 {
  display: flex;
}
#triYT {
  position: relative;
  left: -9.375rem;
  background-color: #e0e721;
  width: 34.375rem;
  height: 15.625rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(-180deg);
}
#triWT {
  position: relative;
  left: -18.75rem;
  background-color: #e2e2de;
  width: 18.75rem;
  height: 9.375rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(-180deg);
}
#triYB {
  position: relative;
  background-color: #e2e2de;
  right: -5.625rem;
  bottom: -25rem;
  width: 34.375rem;
  height: 15.625rem;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.history {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40.0625rem;
  gap: 3.75rem;
}
.brief {
  position: relative;
  bottom: -4.375rem;
  background-color: #ffffff7a;
  width: 31.25rem;
  height: 31.25rem;
  z-index: 5;
  box-shadow: 1.25rem 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.6);
}
.his {
  display: flex;
  height: 9.375rem;
}
.hiss {
  width: 21.875rem;
  font-family: "Black Ops One", serif;
  font-size: 2.5rem;
  padding-top: 3.125rem;
  padding-left: 1.5625rem;
}
.hisst {
  width: 9.375rem;
  height: 9.375rem;
  padding: .625rem;
}
.nametag {
  position: relative;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #e0e721;
  text-align: right;
  letter-spacing: .3125rem;
  bottom: -0.3125rem;
  padding-right: .8125rem;
}
.paragraphs {
  padding: 1.5625rem;
  text-align: justify;
  font-size: 1.13em;
  font-family: "BrandFont57", sans-serif;
}
.mivi {
  width: 31.25rem;
  height: 31.25rem;
  z-index: 5;
  position: relative;
  bottom: -4.375rem;
}
.mission {
  height: 15rem;
  background-color: #ffffff7a;
  box-shadow: 1.25rem 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.6);
  margin-bottom: 1.25rem;
}
.vision {
  height: 15rem;
  background-color: #ffffff7a;
  box-shadow: 1.25rem 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.6);
}
.mv1 {
  font-family: "Black Ops One", serif;
  font-size: 2.5rem;
  text-align: center;
  padding-top: .625rem;
}
.parr1 {
  padding: 1.25rem;
  text-align: justify;
  font-size: 1.2em;
  font-family: "BrandFont57", sans-serif;
  animation: typing 3s steps(20, end) forwards, blink 0.7s infinite;
}

.foott {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 10.8125rem;
  background-color: #101820;
  padding-left: 1.875rem;
}
.container {
  width: 100%;
  display: flex;
  gap: 9.375rem;
}
.upper {
  display: flex;
  position: relative;
}
.a {
  text-decoration: none;
  color: aliceblue;
}
.footer-content1 {
  text-decoration: none;
  color: aliceblue;
  font-family: "BrandFont57", sans-serif;
  font-size: .75rem;
  margin: 1.875rem 1.875rem 1.875rem 1.875rem;
  width: 6.25rem;
}
.footer-content2 {
  text-decoration: none;
  color: aliceblue;
  font-family: "BrandFont57", sans-serif;
  font-size: .75rem;
  margin: 1.875rem 1.875rem 1.875rem 1.875rem;
  width: 6.25rem;
  position: relative;
  bottom: -1.5625rem;
}
.foo {
  width: 9.375rem;
  font-size: .9375rem;
  color: #e0e721;
  padding-bottom: .625rem;
}

ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.flist {
  position: relative;
  right: -1.875rem;
}
.bo1 {
  position: relative;
  right: 0rem;
}
.bottom {
  display: flex;
}
.bo2 {
  position: relative;
  height: 10.875rem;
  width: 312.5rem;
  right: 1.25rem;
  background-color: #e0e721;
  clip-path: polygon(100% 0%, 1.5% 0%, 0% 50%, 1.5% 100%, 100% 100%);
}
.saoll {
  position: relative;
  font-family: "Arial", sans-serif;
  height: 10.875rem;
  right: 1.875rem;
}
.ally {
  display: flex;
  padding-left: 11.25rem;
}
.pi1 {
  height: 3.125rem;
  padding-top: 1.5625rem;
  padding-left: 20.625rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  font-family: "BrandFont75", sans-serif;
  color: black;
}
.pi2 {
  font-family: "BrandFont57", sans-serif;
  padding-left: 14rem;
  font-size: .9rem;
}
.fuo {
  font-family: "BrandFont75", sans-serif;
  display: flex;
  padding-left: 14.375rem;
}
/* Chat Icon */
#chat-icon {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  background-color: #ffffff;
  color: white;
  font-size: 1.625rem;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

/* Chat Popup */
#chat-popup {
  position: fixed;
  bottom: 5.625rem;
  right: 1.25rem;
  width: 20rem;
  max-height: 25rem;
  background-color: #fff;
  border-radius: .75rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(1.875rem);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1001;
}

#chat-popup.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Header */
.chat-header {
  background-color: #e0e721;
  color: white;
  padding: .75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header button {
  position: absolute;
  top: 0rem;
  background: none;
  border: none;
  color: white;
  font-size: 1.125rem;
  cursor: pointer;
}

/* Messages */
.chat-messages {
  padding: .625rem;
  flex-grow: 1;
  overflow-y: auto;
  background-color: #f9f9f9;
}

.bot-message,
.user-message {
  margin: .5rem 0;
  padding: .625rem;
  border-radius: .5rem;
  max-width: 80%;
  font-size: .875rem;
}

.bot-message {
  background-color: #e0e0e0;
  align-self: flex-start;
  justify-self: baseline;
}

.user-message {
  justify-self: end;
  background-color: #0078d4;
  color: white;
  align-self: flex-end;
  text-align: left;
  word-break: break-word;
}

/* Input */
#chat-form {
  display: flex;
  border-top: .0625rem solid #ddd;
}

#chat-input {
  flex: 1;
  padding: .625rem;
  border: none;
  outline: none;
}

#chat-form button {
  margin: .625rem;
  position: static;
  padding: .3125rem .625rem;
  background-color: #0078d4;
  color: white;
  border: none;
  cursor: pointer;
}
.chat-button,
#sugglocation,
#suggparking,
#suggcontact {
  font-size: .625rem;
  background-color: #eeeeee;
  padding: .3125rem;
  width: auto;
  border: 0rem;
  position: unset;
  border-radius: .4375rem;
}
.chat-button:hover {
  color: #1c6438;
}
.container-suggest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.sugg {
  font-size: .625rem;
  color: #686d76;
  margin-left: .625rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1920px) and (max-height: 1080px) {
  .mView {
    display: none;
  }
  nav {
    height: 4.375rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .links-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  nav a {
    height: 100%;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
  }

  nav .home-link {
    z-index: 10;
    margin-right: auto;
  }
  nav svg {
    fill: var(--text-color);
  }
  #sidebar-active {
    display: none;
  }
  .open-sidebar-button,
  .close-sidebar-button {
    display: none;
  }

  .imglogo2 {
    width: 7.5rem;
    padding-top: 3.4375rem;
  }
  .imglogo1 {
    width: 7.5rem;
    position: relative;
    top: 2.1875rem;
    left: -0.625rem;
    display: none;
  }

  .p1p1 {
    position: relative;
    font-size: 0.7em;
    bottom: -1.25rem;
    right: -1.5625rem;
    color: #e0e721;
  }
  .Logo {
    letter-spacing: .25rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }
  .fft {
    font-size: 0.7em;
    font-family: "BrandFont57", sans-serif;
  }
  .listt {
    position: relative;
    color: #e0e721;
    text-decoration: none;
  }
  .listt:hover {
    color: #e2e2de;
  }
  .listt::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: .125rem;
    bottom: 1.25rem;
    left: 0;
    background-color: #e0e721;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  .listt:hover::before {
    transform: scaleX(1);
  }

  .Container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 10;
  }
  .popupreges {
    position: fixed;
    width: 35%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid .0625rem;
    background-color: #f4f5f0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
    z-index: 100;
  }
  .show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    backdrop-filter: blur(.0938rem);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: fixed;
  }
  .open-popupreges {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .page11 {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    background-image: url("../image/bgfitpad.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  .titles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .fill {
    position: relative;
    background-color: #d8dfe693;
    text-align: center;
    font-family: "poppins", sans-serif;
    font-size: 1em;
    width: 18.75rem;
    height: 12.5rem;
    bottom: -1.25rem;
    border-radius: .625rem;
  }
  .forms1 {
    background-color: #e2e2de60;
  }
  form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .reges {
    width: 21.125rem;
    padding: .625rem;
    border: .0625rem solid #000000;
    border-radius: .3125rem;
    outline: none;
    font-size: .9375rem;
    transition: all 0.3s ease-in-out;
    font-family: "poppins", sans-serif;
  }
  label {
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1rem;
    padding: .125rem;
    font-family: "poppins", sans-serif;
  }
  .back {
    position: absolute;
    top: .625rem;
    right: .625rem;
    z-index: 10000000;
  }
  .back button {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff; /* Adjust color if needed */
    padding: .3125rem .625rem;
    transition: color 0.3s ease;
    width: fit-content;
  }

  .back button:hover {
    color: red; /* Change color when hovered */
  }

  .Registerbtn {
    position: relative;
    top: .5rem;
    left: 0rem;
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    color: #e2e2de;
    background-color: #111111; /* Adjust color if needed */
    padding: .3125rem .625rem;
    border-radius: .625rem;
    transition: color 0.2s ease;
  }
  .Registerbtn:hover {
    color: #ffffff;
    background-color: #e0e721;
    transition: all 0.3s ease;
  }

  /*login*/
  .Containers {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    visibility: hidden;
    position: fixed;
  }

  .popuplogin {
    position: relative;
    width: 31.25rem;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    padding: .625rem;
    z-index: 10;
  }
  .show1 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    z-index: 100;
    backdrop-filter: blur(.0938rem);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    position: fixed;
  }
  .open-popuplogin {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }

  .page1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../image/lasbg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  .imglogosss {
    position: absolute;
    top: 1.875rem;
  }

  .fitts {
    font-family: "poppins", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    top: 8.75rem;
    letter-spacing: .3125rem;
    color: #e0e721;
  }

  form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  input,
  select .login {
    width: 14.875rem;
    padding: .625rem;
    border: .0625rem solid #000000;
    border-radius: .3125rem;
    outline: none;
    font-size: .7rem;
    transition: all 0.3s ease-in-out;
    font-family: "poppins", sans-serif;
  }
  label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.2rem;
    padding: 0.2em;
    font-family: "poppins", sans-serif;
  }
  .back {
    position: absolute;
    top: .625rem;
    right: .625rem;
  }

  .back button {
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    padding: .3125rem .625rem;
    transition: color 0.3s ease;
  }

  .back button:hover {
    color: red;
  }

  .Loginbtn {
    position: relative;
    top: .3125rem;
    left: 0rem;
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    color: #fff; /* Adjust color if needed */
    padding: .3125rem .625rem;
    border: #0c0c0c solid .0625rem;
    border-radius: .625rem;
    transition: color 0.2s ease;
    background-color: #000000;
  }
  .Loginbtn:hover {
    color: #ffffff;
    background-color: #e0e721;
    transition: all 0.3s ease;
  }

  .sec1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    overflow: hidden;
    z-index: -10000000;
  }
  .play {
    position: relative;
    bottom: -3.125rem;
    left: -16.5625rem;
    width: 42.5rem;
    opacity: 0.7;
    clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%);
    z-index: 1000;
  }
  .secdiv {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 125rem 75rem;
    position: absolute;
    top: -5.9375rem;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lolog {
    position: relative;
    opacity: 0.2;
    bottom: -21.875rem;
    right: -21.875rem;
  }
  .uup {
    position: relative;
    width: 43.75rem;
    height: 43.75rem;
    --animate-duration: 3s;
  }
  .ddown {
    position: relative;
    top: -28.75rem;
    right: -5rem;
    width: 34.375rem;
    height: 34.375rem;
    --animate-duration: 3s;
  }
  .secdiv2 {
    width: 100%;
    height: 100vh;
    position: relative;
    left: 31.25rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .secdiv2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    right: 31.25rem;
    background-image: url("../image/carbon.png");

    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
  }
  .intro {
    position: relative;
    bottom: -5.625rem;
    left: -23.75rem;
    z-index: 0;
  }
  .imgdes {
    position: relative;
    display: flex;
    width: 15.625rem;
    height: 15.625rem;
    bottom: -5rem;
    right: 25rem;
    z-index: -1;
  }
  .img1 {
    width: 31.25rem;
    height: 31.25rem;
    position: relative;
    left: -18.75rem;
    --animate-duration: 3s;
  }
  .img2 {
    width: 31.25rem;
    height: 31.25rem;
    position: relative;
    left: -36.25rem;
    top: -0.625rem;
    --animate-duration: 4s;
  }

  .gym {
    font-family: "Black Ops One", serif;
    font-size: 6em;
    color: #4a4947;
    line-height: 1;
    gap: 0;
    position: relative;
    top: 3.125rem;
    left: 7.5rem;
    --animate-duration: 2s;
  }
  .live {
    font-family: "Black Ops One", serif;
    font-size: 8em;
    margin-left: 7.5rem;
    color: #f4f5f0;
    line-height: 1;
    gap: 0;
    position: relative;
    top: 1.25rem;
    left: 7.5rem;
    --animate-duration: 3s;
  }
  .repeat {
    font-family: "poppins", sans-serif;
    font-size: 10em;
    color: #e0e721;
    line-height: 1;
    gap: 0;
    color: transparent;
    -webkit-text-stroke: .1875rem #e0e721;
    text-transform: uppercase;
    --animate-duration: 3s;
  }
  .parag {
    font-family: "BrandFont57", sans-serif;
    font-size: 0.9em;
    margin-left: 7.5rem;
    color: #f4f5f0;
    position: sticky;
    bottom: 12.5rem;
  }
  button {
    position: relative;
    top: 1.25rem;
    left: 70%;
    width: 9.375rem;
    padding: .9375rem;
    cursor: pointer;
    background-color: #e0e721;
    color: #101820;
    font-family: "BrandFon75", sans-serif;
    font-weight: bolder;
    z-index: 1;
    font-size: 1.1em;
    border-radius: 1.875rem;
    pointer-events: auto;
    display: inline-block;
  }
  button:hover {
    color: #f4f5f0;
  }
  .sec2 {
    width: 100%;
    height: 21.875rem;
    background: linear-gradient(to bottom, #000000 10%, #0c141d 100%);
    z-index: 1;
    right: 56.25rem;
    justify-content: center;
  }
  .secc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .secas {
    width: 100%;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 100px;
  }
  .seca {
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    border: 0px;
  }

  .seca:hover {
    color: #ffffff;
    transition: all 0.3s ease;
  }

  .seca {
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: #cfef00;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .seca:hover {
    background: #c4e201;
  }

  .seca > svg {
    width: 34px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
  }

  .seca:hover svg {
    transform: translateX(10px);
  }

  .logo1 {
    display: flex;
    gap: 5.625rem;
    font-family: "BrandFont57", sans-serif;
    font-size: 1.3rem;
  }
  .l1 {
    width: 14.375rem;
    height: 12.5rem;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    --animate-duration: 1s;
  }
  .card1 {
    height: 2.5rem;
    background-color: #e0e721;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-family: "BrandFont75", sans-serif;
  }

  .card1:hover {
    background-color: #4fe721;
  }
  .pp1 {
    width: 4.6875rem;
  }
  .para {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12.5rem;
    width: auto;
    text-align: justify;
    font-size: 0.7em;
    padding: 1.25rem 0rem 1.25rem 0rem;
    color: #f4f5f0;
    font-family: "BrandFont57", sans-serif;
  }
  .adj {
    position: relative;
    top: -0.625rem;
  }
  .Tcard {
    display: flex;
    justify-content: left;
    align-items: left;
    text-align: left;
    height: 3.125rem;
    color: #e0e721;
    font-size: 1.5625rem;
    font-family: "BrandFont75", sans-serif;
  }
  .sec3 {
    width: 100%;
    height: 100vh;
    background-image: url("../image/bgfitpad.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .backgroundsec4 {
    width: 100%;
    height: 100vh;
    background-image: url("../image/bgfitpad.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .twobranch {
    width: 100%;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15.625rem;
  }

  .contaai {
    width: 100%;
    height: 37.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    bottom: -1.25rem;
  }
  .we2branch {
    height: 13.125rem;
    width: 37.5rem;
    border-radius: 6.25rem;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 2.8em;
    font-family: "Black Ops One", serif;
    color: #000000;
    background-color: rgba(244, 245, 240, 0.7);
    --animate-duration: 3s;
  }
  .we {
    position: relative;
    top: 2.8125rem;
    --animate-duration: 3s;
  }
  .location {
    gap: 6.25rem;
    width: 100%;
    height: 34.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }

  .branch {
    width: 25rem;
    height: 31.25rem;
    background-color: rgba(255, 255, 255, 0.548);
    border-radius: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .imgloc {
    width: 100%;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imglocs {
    width: 21.25rem;
    height: 19.6875rem;
    border-radius: 1.25rem;
    cursor: pointer;
    box-shadow: rgba(14, 30, 37, 0.12) 0rem .125rem .25rem 0rem,
      rgba(14, 30, 37, 0.32) 0rem .125rem 1rem 0rem;
  }
  .address {
    width: 100%;
    height: 5.625rem;
    display: flex;
    justify-content: center;
    font-family: "BrandFont57", sans-serif;
    align-items: center;
  }

  .addresss {
    text-align: center;
    width: 70%;
    font-size: 1.3em;
  }
  .addresss1 {
    text-align: center;
    width: 80%;
    font-size: 1.3em;
  }
  .qln {
    color: #000000;
    font-family: "BrandFont75", sans-serif;
    padding-bottom: .625rem;
    font-size: 1.1em;
  }
  .branchs {
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    color: #101820;
    font-family: "BrandFont75", sans-serif;
  }
  .sec4 {
    width: 100%;
    height: 70vh;
    background-color: #101820;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .none {
    height: 100%;
  }
  .sec5 {
    height: 15.625rem;
    width: 100%;
    font-family: "BrandFont57", sans-serif;
    z-index: 1;
  }
  .marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
  }

  .marquee-content {
    display: inline-block;
    font-size: 3.75rem;
    font-weight: 900;
    color: transparent;
    font-family: "BrandFont57", sans-serif;
    color: #ffffff;
    padding-right: 2rem;
    animation: marquee 15s linear infinite;
  }
  .bem {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
  }
  .covss {
    display: flex;
    align-items: center;
    background-color: #101820;
    width: 50rem;
    height: 9.375rem;
    gap: 3.125rem;
    padding: .625rem .625rem .625rem 3.75rem;
    border-radius: .625rem;
    position: relative;
  }
  .division12 {
    font-size: 1.2em;
    display: flex;
  }
  .divs1,
  .divs2 {
    color: #ffffff;
    justify-content: center;
    font-size: 1.2em;
    font-family: "BrandFont57", sans-serif;
  }
  .grup {
    opacity: 0.1;
    width: 100%;
    height: 70vh;
    background-image: url("../image/carbon.png");
    background-position: center;
    position: absolute;
    overflow: hidden;
  }
  .backgi {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50rem;
  }
  .lay1 {
    display: flex;
  }
  .lay11 {
    display: flex;
  }
  #triYT {
    position: relative;
    left: -9.375rem;
    background-color: #e0e721;
    width: 34.375rem;
    height: 15.625rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-180deg);
  }
  #triWT {
    position: relative;
    left: -18.75rem;
    background-color: #e2e2de;
    width: 18.75rem;
    height: 9.375rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-180deg);
  }
  #triYB {
    position: relative;
    background-color: #e2e2de;
    right: -5.625rem;
    bottom: -25rem;
    width: 34.375rem;
    height: 15.625rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .history {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 3.75rem;
  }
  .brief {
    position: relative;
    bottom: -4.375rem;
    background-color: #ffffff7a;
    width: 31.25rem;
    height: 31.25rem;
    z-index: 5;
    box-shadow: 1.25rem 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.6);
  }
  .his {
    display: flex;
    height: 9.375rem;
  }
  .hiss {
    width: 21.875rem;
    font-family: "Black Ops One", serif;
    font-size: 2.5rem;
    padding-top: 3.125rem;
    padding-left: 1.5625rem;
  }
  .hisst {
    width: 9.375rem;
    height: 9.375rem;
    padding: .625rem;
  }
  .nametag {
    position: relative;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #e0e721;
    text-align: right;
    letter-spacing: .3125rem;
    bottom: -0.3125rem;
    padding-right: .8125rem;
  }
  .paragraphs {
    padding: 1.5625rem;
    text-align: justify;
    font-size: 1.13em;
    font-family: "BrandFont57", sans-serif;
  }
  .mivi {
    width: 31.25rem;
    height: 31.25rem;
    z-index: 5;
    position: relative;
    bottom: -4.375rem;
  }
  .mission {
    height: 15rem;
    background-color: #ffffff7a;
    box-shadow: 1.25rem 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.6);
    margin-bottom: 1.25rem;
  }
  .vision {
    height: 15rem;
    background-color: #ffffff7a;
    box-shadow: 1.25rem 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.6);
  }
  .mv1 {
    font-family: "Black Ops One", serif;
    font-size: 2.5rem;
    text-align: center;
    padding-top: .625rem;
  }
  .parr1 {
    padding: 1.25rem;
    text-align: justify;
    font-size: 1.2em;
    font-family: "BrandFont57", sans-serif;
    animation: typing 3s steps(20, end) forwards, blink 0.7s infinite;
  }

  .foott {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 10.8125rem;
    background-color: #101820;
    padding-left: 1.875rem;
  }
  .container {
    width: 100%;
    display: flex;
    gap: 9.375rem;
  }
  .upper {
    display: flex;
    position: relative;
  }
  .a {
    text-decoration: none;
    color: aliceblue;
  }
  .footer-content1 {
    text-decoration: none;
    color: aliceblue;
    font-family: "BrandFont57", sans-serif;
    font-size: .75rem;
    margin: 1.875rem 1.875rem 1.875rem 1.875rem;
    width: 6.25rem;
  }
  .footer-content2 {
    text-decoration: none;
    color: aliceblue;
    font-family: "BrandFont57", sans-serif;
    font-size: .75rem;
    margin: 1.875rem 1.875rem 1.875rem 1.875rem;
    width: 6.25rem;
    position: relative;
    bottom: -1.5625rem;
  }
  .foo {
    width: 9.375rem;
    font-size: .9375rem;
    color: #e0e721;
    padding-bottom: .625rem;
  }

  ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  .flist {
    position: relative;
    right: -1.875rem;
  }
  .bo1 {
    position: relative;
    right: 0rem;
  }
  .bottom {
    display: flex;
  }
  .bo2 {
    position: relative;
    height: 10.875rem;
    width: 312.5rem;
    right: 1.25rem;
    background-color: #e0e721;
    clip-path: polygon(100% 0%, 1.5% 0%, 0% 50%, 1.5% 100%, 100% 100%);
  }
  .saoll {
    position: relative;
    font-family: "Arial", sans-serif;
    height: 10.875rem;
    right: 1.875rem;
  }
  .ally {
    display: flex;
    padding-left: 11.25rem;
  }
  .pi1 {
    height: 3.125rem;
    padding-top: 1.5625rem;
    padding-left: 17.625rem;
    text-align: left;
    position: relative;
    font-family: "BrandFont75", sans-serif;
    color: black;
  }
  .pi2 {
    font-family: "BrandFont57", sans-serif;
    padding-left: 15.625rem;
    font-size: .9rem;
  }
  .fuo {
    font-family: "BrandFont75", sans-serif;
    display: flex;
    padding-left: 13.375rem;
  }

  .laspinas {
    position: relative;
    left: -45px;
  }

  /* Chat Icon */
  #chat-icon {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    background-color: #ffffff;
    color: white;
    font-size: 1.625rem;
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }

  /* Chat Popup */
  #chat-popup {
    position: fixed;
    bottom: 5.625rem;
    right: 1.25rem;
    width: 20rem;
    max-height: 25rem;
    background-color: #fff;
    border-radius: .75rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(1.875rem);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1001;
  }

  #chat-popup.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* Header */
  .chat-header {
    background-color: #e0e721;
    color: white;
    padding: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .chat-header button {
    position: absolute;
    top: 0rem;
    background: none;
    border: none;
    color: white;
    font-size: 1.125rem;
    cursor: pointer;
  }

  /* Messages */
  .chat-messages {
    padding: .625rem;
    flex-grow: 1;
    overflow-y: auto;
    background-color: #f9f9f9;
  }

  .bot-message,
  .user-message {
    margin: .5rem 0;
    padding: .625rem;
    border-radius: .5rem;
    max-width: 80%;
    font-size: .875rem;
  }

  .bot-message {
    background-color: #e0e0e0;
    align-self: flex-start;
    justify-self: baseline;
  }

  .user-message {
    justify-self: end;
    background-color: #0078d4;
    color: white;
    align-self: flex-end;
    text-align: left;
    word-break: break-word;
  }

  /* Input */
  #chat-form {
    display: flex;
    border-top: .0625rem solid #ddd;
  }

  #chat-input {
    flex: 1;
    padding: .625rem;
    border: none;
    outline: none;
  }

  #chat-form button {
    margin: .625rem;
    position: static;
    padding: .3125rem .625rem;
    background-color: #0078d4;
    color: white;
    border: none;
    cursor: pointer;
  }
  .chat-button,
  #sugglocation,
  #suggparking,
  #suggcontact {
    font-size: .625rem;
    background-color: #eeeeee;
    padding: .3125rem;
    width: auto;
    border: 0rem;
    position: unset;
    border-radius: .4375rem;
  }
  .chat-button:hover {
    color: #1c6438;
  }
  .container-suggest {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }
  .sugg {
    font-size: .625rem;
    color: #686d76;
    margin-left: .625rem;
  }

  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

@media (max-width: 90.1875rem) {
  .mView {
    display: none;
  }
  nav {
    height: 4.375rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .links-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  nav a {
    height: 100%;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
  }

  nav .home-link {
    z-index: 10;
    margin-right: auto;
  }
  nav svg {
    fill: var(--text-color);
  }
  #sidebar-active {
    display: none;
  }
  .open-sidebar-button,
  .close-sidebar-button {
    display: none;
  }

  .imglogo2 {
    width: 7.5rem;
    padding-top: 3.4375rem;
  }
  .imglogo1 {
    width: 7.5rem;
    position: relative;
    top: 2.1875rem;
    left: -0.625rem;
    display: none;
  }

  .p1p1 {
    position: relative;
    font-size: 0.7em;
    bottom: -1.25rem;
    right: -1.5625rem;
    color: #e0e721;
  }
  .Logo {
    letter-spacing: .25rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }
  .fft {
    font-size: 0.7em;
    font-family: "BrandFont57", sans-serif;
  }
  .listt {
    position: relative;
    color: #e0e721;
    text-decoration: none;
  }
  .listt:hover {
    color: #e2e2de;
  }
  .listt::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: .125rem;
    bottom: 1.25rem;
    left: 0;
    background-color: #e0e721;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  .listt:hover::before {
    transform: scaleX(1);
  }

  .Container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 10;
  }

  .popupreges {
    position: fixed;
    width: 35%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid .0625rem;
    background-color: #f4f5f0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
    z-index: 100;
  }
  .show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    backdrop-filter: blur(.0938rem);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: fixed;
  }
  .open-popupreges {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .page11 {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    background-image: url("../image/bgfitpad.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  .titles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .fill {
    position: relative;
    background-color: #d8dfe693;
    text-align: center;
    font-family: "poppins", sans-serif;
    font-size: 1em;
    width: 18.75rem;
    height: 12.5rem;
    bottom: -1.25rem;
    border-radius: .625rem;
  }
  .forms1 {
    background-color: #e2e2de60;
  }
  form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .reges {
    width: 14.875rem;
    padding: .3125rem;
    border: .0625rem solid #000000;
    border-radius: .3125rem;
    outline: none;
    font-size: .75rem;
    transition: all 0.3s ease-in-out;
    font-family: "poppins", sans-serif;
  }
  label {
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1rem;
    padding: .125rem;
    font-family: "poppins", sans-serif;
  }
  .back {
    position: absolute;
    top: .625rem;
    right: .625rem;
    z-index: 10000000;
  }
  .back button {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff; /* Adjust color if needed */
    padding: .3125rem .625rem;
    transition: color 0.3s ease;
    width: fit-content;
  }

  .back button:hover {
    color: red; /* Change color when hovered */
  }

  .Registerbtn {
    position: relative;
    top: .5rem;
    left: 0rem;
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    color: #e2e2de;
    background-color: #111111; /* Adjust color if needed */
    padding: .3125rem .625rem;
    border-radius: .625rem;
    transition: color 0.2s ease;
  }
  .Registerbtn:hover {
    color: #ffffff;
    background-color: #e0e721;
    transition: all 0.3s ease;
  }

  /*login*/
  .Containers {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    visibility: hidden;
    position: fixed;
  }

  .popuplogin {
    position: relative;
    width: 31.25rem;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    padding: .625rem;
    z-index: 10;
  }
  .show1 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    z-index: 100;
    backdrop-filter: blur(.0938rem);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    position: fixed;
  }
  .open-popuplogin {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }

  .page1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../image/lasbg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  .imglogosss {
    position: absolute;
    top: 1.875rem;
  }

  .fitts {
    font-family: "poppins", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    top: 8.75rem;
    letter-spacing: .3125rem;
    color: #e0e721;
  }

  form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  input,
  select .login {
    width: 14.875rem;
    padding: .625rem;
    border: .0625rem solid #000000;
    border-radius: .3125rem;
    outline: none;
    font-size: .7rem;
    transition: all 0.3s ease-in-out;
    font-family: "poppins", sans-serif;
  }
  label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1rem;
    padding: 0.2em;
    font-family: "poppins", sans-serif;
  }
  .back {
    position: absolute;
    top: .625rem;
    right: .625rem;
  }

  .back button {
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    padding: .3125rem .625rem;
    transition: color 0.3s ease;
  }

  .back button:hover {
    color: red;
  }

  .Loginbtn {
    position: relative;
    top: .3125rem;
    left: 0rem;
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    color: #fff; /* Adjust color if needed */
    padding: .3125rem .625rem;
    border: #0c0c0c solid .0625rem;
    border-radius: .625rem;
    transition: color 0.2s ease;
    background-color: #000000;
  }
  .Loginbtn:hover {
    color: #ffffff;
    background-color: #e0e721;
    transition: all 0.3s ease;
  }

  .sec1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    overflow: hidden;
    z-index: -10000000;
  }
  .play {
    position: relative;
    bottom: -3.125rem;
    left: -4.5rem;
    width: 31.25rem;
    opacity: 0.7;
    clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 0% 100%);
    z-index: 1000;
  }
  .secdiv {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 125rem 75rem;
    position: absolute;
    top: -5.9375rem;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lolog {
    position: relative;
    opacity: 0.2;
    bottom: -21.875rem;
    right: -21.875rem;
  }
  .uup {
    position: relative;
    width: 43.75rem;
    height: 43.75rem;
    --animate-duration: 3s;
  }
  .ddown {
    position: relative;
    top: -28.75rem;
    right: -5rem;
    width: 34.375rem;
    height: 34.375rem;
    --animate-duration: 3s;
  }
  .secdiv2 {
    width: 100%;
    height: 100vh;
    position: relative;
    left: 31.25rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .secdiv2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    right: 31.25rem;
    background-image: url("../image/carbon.png");

    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
  }
  .intro {
    position: relative;
    bottom: -5.625rem;
    left: -23.75rem;
    z-index: 0;
  }
  .imgdes {
    position: relative;
    display: flex;
    width: 15.625rem;
    height: 15.625rem;
    bottom: -5rem;
    right: 25rem;
    z-index: -1;
  }
  .img1 {
    width: 21.875rem;
    height: 21.875rem;
    position: relative;
    left: -11.25rem;
    top: -2.8125rem;
    --animate-duration: 3s;
  }
  .img2 {
    width: 21.875rem;
    height: 21.875rem;
    position: relative;
    left: -23.75rem;
    top: -3.4375rem;
    --animate-duration: 4s;
  }

  .gym {
    font-family: "Black Ops One", serif;
    font-size: 6em;
    color: #4a4947;
    line-height: 1;
    gap: 0;
    position: relative;
    top: 3.125rem;
    left: 7.5rem;
    --animate-duration: 2s;
  }
  .live {
    font-family: "Black Ops One", serif;
    font-size: 8em;
    margin-left: 7.5rem;
    color: #f4f5f0;
    line-height: 1;
    gap: 0;
    position: relative;
    top: 1.25rem;
    left: 7.5rem;
    --animate-duration: 3s;
  }
  .repeat {
    font-family: "poppins", sans-serif;
    font-size: 10em;
    color: #e0e721;
    line-height: 1;
    gap: 0;
    color: transparent;
    -webkit-text-stroke: .1875rem #e0e721;
    text-transform: uppercase;
    --animate-duration: 3s;
  }
  .parag {
    font-family: "BrandFont57", sans-serif;
    font-size: 0.9em;
    margin-left: 7.5rem;
    color: #f4f5f0;
    position: sticky;
    bottom: 12.5rem;
  }
  button {
    position: relative;
    top: 1.25rem;
    left: 70%;
    width: 9.375rem;
    padding: .9375rem;
    cursor: pointer;
    background-color: #e0e721;
    color: #101820;
    font-family: "BrandFon75", sans-serif;
    font-weight: bolder;
    z-index: 1;
    font-size: 1.1em;
    border-radius: 1.875rem;
    pointer-events: auto;
    display: inline-block;
  }
  button:hover {
    color: #f4f5f0;
  }
  .sec2 {
    width: 100%;
    height: 22rem;
    background: linear-gradient(to bottom, #000000 10%, #0c141d 100%);
    z-index: 1;
    right: 56.25rem;
    justify-content: center;
  }

  .secc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .secas {
    width: 100%;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 100px;
  }
  .seca {
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    border: 0px;
  }

  .seca:hover {
    color: #ffffff;
    transition: all 0.3s ease;
  }

  .seca {
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: #cfef00;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .seca:hover {
    background: #c4e201;
  }

  .seca > svg {
    width: 34px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
  }

  .seca:hover svg {
    transform: translateX(10px);
  }

  .logo1 {
    display: flex;
    gap: 5.625rem;
    font-family: "BrandFont57", sans-serif;
    font-size: 1.3rem;
  }
  .l1 {
    width: 14.375rem;
    height: 12.5rem;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    --animate-duration: 1s;
  }
  .card1 {
    height: 2.5rem;
    background-color: #e0e721;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-family: "BrandFont75", sans-serif;
  }

  .card1:hover {
    background-color: #4fe721;
  }
  .pp1 {
    width: 4.6875rem;
  }
  .para {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12.5rem;
    width: auto;
    text-align: justify;
    font-size: 0.7em;
    padding: 1.25rem 0rem 1.25rem 0rem;
    color: #f4f5f0;
    font-family: "BrandFont57", sans-serif;
  }
  .adj {
    position: relative;
    top: -0.625rem;
  }
  .Tcard {
    display: flex;
    justify-content: left;
    align-items: left;
    text-align: left;
    height: 3.125rem;
    color: #e0e721;
    font-size: 1.5625rem;
    font-family: "BrandFont75", sans-serif;
  }
  .sec3 {
    width: 100%;
    height: 100vh;
    background-image: url("../image/bgfitpad.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .backgroundsec4 {
    width: 100%;
    height: 100vh;
    background-image: url("../image/bgfitpad.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .twobranch {
    width: 100%;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15.625rem;
  }

  .contaai {
    width: 100%;
    height: 37.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    bottom: -1.25rem;
  }
  .we2branch {
    height: 13.125rem;
    width: 37.5rem;
    border-radius: 6.25rem;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 2.8em;
    font-family: "Black Ops One", serif;
    color: #000000;
    background-color: rgba(244, 245, 240, 0.7);
    --animate-duration: 3s;
  }
  .we {
    position: relative;
    top: 2.8125rem;
    --animate-duration: 3s;
  }
  .location {
    gap: 6.25rem;
    width: 100%;
    height: 34.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }

  .branch {
    width: 25rem;
    height: 31.25rem;
    background-color: rgba(255, 255, 255, 0.548);
    border-radius: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .imgloc {
    width: 100%;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imglocs {
    width: 21.25rem;
    height: 19.6875rem;
    border-radius: 1.25rem;
    cursor: pointer;
    box-shadow: rgba(14, 30, 37, 0.12) 0rem .125rem .25rem 0rem,
      rgba(14, 30, 37, 0.32) 0rem .125rem 1rem 0rem;
  }
  .address {
    width: 100%;
    height: 5.625rem;
    display: flex;
    justify-content: center;
    font-family: "BrandFont57", sans-serif;
    align-items: center;
  }

  .addresss {
    text-align: center;
    width: 70%;
    font-size: 1.3em;
  }
  .addresss1 {
    text-align: center;
    width: 80%;
    font-size: 1.3em;
  }
  .qln {
    color: #000000;
    font-family: "BrandFont75", sans-serif;
    padding-bottom: .625rem;
    font-size: 1.1em;
  }
  .branchs {
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    color: #101820;
    font-family: "BrandFont75", sans-serif;
  }
  .sec4 {
    width: 100%;
    height: 100vh;
    background-color: #101820;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .none {
    height: 100%;
  }
  .sec5 {
    height: auto;
    width: 100%;
    font-family: "BrandFont57", sans-serif;
    z-index: 1;
  }
  .marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
  }

  .marquee-content {
    display: inline-block;
    font-size: 3.75rem;
    font-weight: 900;
    color: transparent;
    font-family: "BrandFont57", sans-serif;
    color: #ffffff;
    padding-right: 2rem;
    animation: marquee 15s linear infinite;
  }
  .bem {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
  }
  .covss {
    display: flex;
    align-items: center;
    background-color: #101820;
    width: 50rem;
    height: 9.375rem;
    gap: 3.125rem;
    padding: .625rem .625rem .625rem 3.75rem;
    border-radius: .625rem;
    position: relative;
  }
  .division12 {
    font-size: 1.2em;
    display: flex;
  }
  .divs1,
  .divs2 {
    color: #ffffff;
    justify-content: center;
    font-size: 1.2em;
    font-family: "BrandFont57", sans-serif;
  }
  .grup {
    opacity: 0.1;
    width: 100%;
    height: 100vh;
    background-image: url("../image/carbon.png");
    background-position: center;
    position: absolute;
    overflow: hidden;
  }
  .backgi {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50rem;
  }
  .lay1 {
    display: flex;
  }
  .lay11 {
    display: flex;
  }
  #triYT {
    position: relative;
    left: -9.375rem;
    background-color: #e0e721;
    width: 34.375rem;
    height: 15.625rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-180deg);
  }
  #triWT {
    position: relative;
    left: -18.75rem;
    background-color: #e2e2de;
    width: 18.75rem;
    height: 9.375rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-180deg);
  }
  #triYB {
    position: relative;
    background-color: #e2e2de;
    right: -5.625rem;
    bottom: -25rem;
    width: 34.375rem;
    height: 15.625rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .history {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 3.75rem;
  }
  .brief {
    position: relative;
    bottom: -4.375rem;
    background-color: #ffffff7a;
    width: 31.25rem;
    height: 31.25rem;
    z-index: 5;
    box-shadow: 1.25rem 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.6);
  }
  .his {
    display: flex;
    height: 9.375rem;
  }
  .hiss {
    width: 21.875rem;
    font-family: "Black Ops One", serif;
    font-size: 2.5rem;
    padding-top: 3.125rem;
    padding-left: 1.5625rem;
  }
  .hisst {
    width: 9.375rem;
    height: 9.375rem;
    padding: .625rem;
  }
  .nametag {
    position: relative;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #e0e721;
    text-align: right;
    letter-spacing: .3125rem;
    bottom: -0.3125rem;
    padding-right: .8125rem;
  }
  .paragraphs {
    padding: 1.5625rem;
    text-align: justify;
    font-size: 1.13em;
    font-family: "BrandFont57", sans-serif;
  }
  .mivi {
    width: 31.25rem;
    height: 31.25rem;
    z-index: 5;
    position: relative;
    bottom: -4.375rem;
  }
  .mission {
    height: 15rem;
    background-color: #ffffff7a;
    box-shadow: 1.25rem 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.6);
    margin-bottom: 1.25rem;
  }
  .vision {
    height: 15rem;
    background-color: #ffffff7a;
    box-shadow: 1.25rem 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.6);
  }
  .mv1 {
    font-family: "Black Ops One", serif;
    font-size: 2.5rem;
    text-align: center;
    padding-top: .625rem;
  }
  .parr1 {
    padding: 1.25rem;
    text-align: justify;
    font-size: 1.2em;
    font-family: "BrandFont57", sans-serif;
    animation: typing 3s steps(20, end) forwards, blink 0.7s infinite;
  }

  .foott {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 10.8125rem;
    background-color: #101820;
    padding-left: 1.875rem;
  }
  .container {
    width: 100%;
    display: flex;
    gap: 9.375rem;
  }
  .upper {
    display: flex;
    position: relative;
  }
  .a {
    text-decoration: none;
    color: aliceblue;
  }
  .footer-content1 {
    text-decoration: none;
    color: aliceblue;
    font-family: "BrandFont57", sans-serif;
    font-size: .75rem;
    margin: 1.875rem 1.875rem 1.875rem 1.875rem;
    width: 6.25rem;
  }
  .footer-content2 {
    text-decoration: none;
    color: aliceblue;
    font-family: "BrandFont57", sans-serif;
    font-size: .75rem;
    margin: 1.875rem 1.875rem 1.875rem 1.875rem;
    width: 6.25rem;
    position: relative;
    bottom: -1.5625rem;
  }
  .foo {
    width: 9.375rem;
    font-size: .9375rem;
    color: #e0e721;
    padding-bottom: .625rem;
  }

  ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  .flist {
    position: relative;
    right: -1.875rem;
  }
  .bo1 {
    position: relative;
    right: 0rem;
  }
  .bottom {
    display: flex;
  }
  .bo2 {
    position: relative;
    height: 10.875rem;
    width: 312.5rem;
    right: 1.25rem;
    background-color: #e0e721;
    clip-path: polygon(100% 0%, 1.5% 0%, 0% 50%, 1.5% 100%, 100% 100%);
  }
  .saoll {
    position: relative;
    font-family: "Arial", sans-serif;
    height: 10.875rem;
    right: 1.875rem;
  }
  .ally {
    display: flex;
    padding-left: 11.25rem;
  }
  .pi1 {
    height: 3.125rem;
    padding-top: 1.5625rem;
    padding-left: 17.625rem;
    text-align: left;
    position: relative;
    font-family: "BrandFont75", sans-serif;
    color: black;
  }
  .pi2 {
    font-family: "BrandFont57", sans-serif;
    padding-left: 11rem;
    font-size: .9rem;
  }
  .fuo {
    font-family: "BrandFont75", sans-serif;
    display: flex;
    padding-left: 14.375rem;
  }

  .laspinas {
    position: relative;
    left: -65px;
  }

  .qcity {
    position: relative;
    left: -10px;
  }

  /* Chat Icon */
  #chat-icon {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    background-color: #ffffff;
    color: white;
    font-size: 1.625rem;
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }

  /* Chat Popup */
  #chat-popup {
    position: fixed;
    bottom: 5.625rem;
    right: 1.25rem;
    width: 20rem;
    max-height: 25rem;
    background-color: #fff;
    border-radius: .75rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(1.875rem);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1001;
  }

  #chat-popup.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* Header */
  .chat-header {
    background-color: #e0e721;
    color: white;
    padding: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .chat-header button {
    position: absolute;
    top: 0rem;
    background: none;
    border: none;
    color: white;
    font-size: 1.125rem;
    cursor: pointer;
  }

  /* Messages */
  .chat-messages {
    padding: .625rem;
    flex-grow: 1;
    overflow-y: auto;
    background-color: #f9f9f9;
  }

  .bot-message,
  .user-message {
    margin: .5rem 0;
    padding: .625rem;
    border-radius: .5rem;
    max-width: 80%;
    font-size: .875rem;
  }

  .bot-message {
    background-color: #e0e0e0;
    align-self: flex-start;
    justify-self: baseline;
  }

  .user-message {
    justify-self: end;
    background-color: #0078d4;
    color: white;
    align-self: flex-end;
    text-align: left;
    word-break: break-word;
  }

  /* Input */
  #chat-form {
    display: flex;
    border-top: .0625rem solid #ddd;
  }

  #chat-input {
    flex: 1;
    padding: .625rem;
    border: none;
    outline: none;
  }

  #chat-form button {
    margin: .625rem;
    position: static;
    padding: .3125rem .625rem;
    background-color: #0078d4;
    color: white;
    border: none;
    cursor: pointer;
  }
  .chat-button,
  #sugglocation,
  #suggparking,
  #suggcontact {
    font-size: .625rem;
    background-color: #eeeeee;
    padding: .3125rem;
    width: auto;
    border: 0rem;
    position: unset;
    border-radius: .4375rem;
  }
  .chat-button:hover {
    color: #1c6438;
  }
  .container-suggest {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }
  .sugg {
    font-size: .625rem;
    color: #686d76;
    margin-left: .625rem;
  }
}

@media (max-width: 48rem) {
  body {
    background-color: #000000;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    z-index: -100000;
    font-family: "poppins", Arial, sans-serif;
  }
  .links-container {
    flex-direction: column;
    align-items: flex-start;

    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 12.5rem;
    background-color: #101820;
    box-shadow: -0.3125rem 0 .3125rem rgba(0, 0, 0, 0.25);
    transition: 0.75s ease-out;
  }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mView {
    display: block;
    width: 3.75rem;
    position: absolute;
    left: .625rem;
    bottom: -1.5625rem;
  }
  nav a {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 1.25rem 1.875rem;
    justify-content: flex-start;
  }
  .open-sidebar-button,
  .close-sidebar-button {
    padding: 1.25rem;
    display: block;
  }
  #sidebar-active:checked ~ .links-container {
    right: 0;
  }
  #sidebar-active:checked ~ #overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }

  .listt::before {
    content: "";
    position: absolute;
    display: block;
    width: 60%;
    height: .125rem;
    bottom: 1.25rem;
    left: 1.25rem;
    background-color: #e0e721;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  .listt:hover::before {
    transform: scaleX(1);
  }
  .imglogo2 {
    display: block;
    width: 5.625rem;
  }
  .imglogo1 {
    display: block;
  }
  .imgdes {
    bottom: -15.625rem;
  }
  .navv .list {
    display: none; /* Show menu items in row on larger screens */
  }
  nav .home-link {
    padding-left: .625rem;
  }

  .navv .hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0rem;
  }
  .sec1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .p1p1 {
    position: relative;
    font-size: 0.7em;
    bottom: -1.25rem;
    right: -2.1875rem;
    color: #e0e721;
  }

  .uup {
    width: 13.75rem;
    left: -37.5rem;
    top: -12.5rem;
  }
  .ddown {
    top: -48.4375rem;
    width: 13.75rem;
    left: -37.4375rem;
  }
  .play {
    width: 620px;
    left: -10rem;
  }

  .idkk {
    overflow: hidden;
  }
  .gym {
    font-family: "Black Ops One", serif;
    left: -1.25rem;
    top: .625rem;
    font-size: 3.125rem;
    width: .625rem;
  }
  .live {
    left: -5.625rem;
    top: .625rem;
    font-size: 4.0625rem;
    font-family: "Black Ops One", serif;
  }
  .repeat {
    font-size: 4.6875rem;
    position: relative;
    right: 6.25rem;
  }
  .parag {
    margin: 0;
    font-size: .625rem;
    position: relative;
    right: 6.25rem;
    bottom: 0rem;
  }
  .intro {
    position: relative;
    top: 7.5rem;
  }
  .btn {
    left: 0rem;
    width: auto;
    font-size: 15px;
    padding: 10px;
  }

  .lolog {
    overflow: hidden;
  }

  .sec2 {
    width: 100%;
    height: 140vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .secc {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .secas {
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0px;
  }
  .seca {
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    border: 0px;
  }

  .seca:hover {
    color: #ffffff;
    transition: all 0.3s ease;
  }

  .seca {
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: #cfef00;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .seca:hover {
    background: #c4e201;
  }

  .seca > svg {
    width: 34px;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
  }

  .seca:hover svg {
    transform: translateX(5px);
  }

  .logo1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .625rem;
    position: unset;
  }

  .l1 {
    width: 17.5rem;
    height: 11.875rem;
    margin-top: 1.25rem;
  }
  .l1 img {
    width: 3.125rem;
  }

  .Tcard {
    font-size: 1.25rem;
  }

  .para {
    font-size: .6875rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }

  .card1 {
    font-size: .625rem;
  }

  .sec3 {
    height: 130vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .location {
    flex-wrap: wrap;
  }

  .sec4 {
    width: 100%;
    height: auto;
  }
  .history {
    flex-wrap: wrap;
  }
  .brief {
    width: 80%;
    height: 240px;
  }

  .brief img {
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    justify-content: end;
  }
  .brief .his {
    display: flex;
    justify-content: end;
  }
  .brief .hiss {
    font-size: 1.25rem;
    padding-top: 1.5625rem;
    padding-left: 1.5625rem;
  }

  .brief .nametag {
    font-size: .3125rem;
    top: -5.3125rem;
    display: flex;
    justify-content: end;

    padding: .625rem;
  }
  .brief .paragraphs {
    font-size: .625rem;
    padding: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5.625rem;
    position: relative;
  }
  .brief .hisst {
    width: 9.375rem;
    height: 3.75rem;
    padding: .625rem;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .mv1 {
    font-family: "Black Ops One", serif;
    font-size: 2.5rem;
    text-align: center;
    padding-top: .625rem;
  }

  .mivi {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .mivi 
  .mission,
  .vision {
    width: 80%;
    
  }
  .mission{
    height: 150px;
  }
  .vision{
    height: 155px;
    margin-bottom: 150px;
  }
  .mivi .parr1 {
    font-size: .625rem;
    padding: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #triYB {
    position: relative;
    background-color: #e2e2de;
    right: 5.625rem;
    bottom: -43.75rem;
    width: 21.875rem;
    height: 9.375rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }

  #triWT {
    position: relative;
    left: -2.1875rem;
    background-color: #e2e2de;
    width: 9.375rem;
    height: 4.6875rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-180deg);
  }
  #triYT {
    position: relative;
    left: 4.6875rem;
    background-color: #e0e721;
    width: 17.1875rem;
    height: 7.8125rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-180deg);
  }

  .backgi {
    overflow: hidden;
  }
  .backgroundsec4 {
    height: 130vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contaai {
    height: auto;
  }
  .location {
    height: 120vh;
    width: 100%;
    gap: 0rem;
  }
  .branch {
    width: 80%;
    height: 21.875rem;
    border-radius: .625rem;
  }
  .branch .address {
    font-size: .75rem;
  }
  .branch .imglocs {
    width: 80%;
    height: 12.5rem;
    border-radius: .625rem;
  }
  .contaai {
    height: 100vh;
  }

  .iframeloc {
    width: 16.875rem;
    height: 12.5rem;
  }

  /* footer*/
  .foott {
    height: auto;
    padding: 0rem;
    overflow: hidden;
  }
  .foo {
    font-size: .625rem;
    padding-left: 1.25rem;
  }
  .footer-content1,
  .footer-content2 {
    margin: .125rem;
    font-size: .5313rem;
    left: 0rem;
  }

  .footer-content2 {
    top: 0rem;
  }

  .upper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: -0.9375rem;
  }
  .bo2 {
    height: 6.25rem;
    position: relative;
    left: -2.1875rem;
    clip-path: polygon(100% 0%, 0.5% 0%, 0% 50%, 0.5% 100%, 100% 100%);
  }
  .container {
    width: 100%;
    display: flex;
    gap: 0;
  }
  .pi1 {
    height: 3.125rem;
    padding-top: 1.5625rem;
    padding-left: 5.4375rem;
    color: rgb(0, 0, 0);
    font-size: .6875rem;
    width: auto;
  }
  .pi2 {
    color: black;
    font-size: .4688rem;
    font-weight: 43.75rem;
    padding: 0rem;
    position: relative;
    top: -1.875rem;
    left: 4.0625rem;
    width: auto;
  }
  .ally {
    position: relative;
    top: -1.25rem;
    padding: 0rem;
    left: 3.125rem;
    width: auto;
  }
  .ally img {
    width: 1.25rem;
    margin-top: .9375rem;
  }

  .saoll {
    height: auto;
  }
  .dot {
    position: relative;
    left: -1.25rem;
    height: 6.25rem;
    width: 3.4375rem;
    z-index: 1;
  }
  .fuo {
    font-family: "BrandFont75", sans-serif;
    display: flex;
    padding-left: 0rem;
    font-size: .625rem;
    position: relative;
    left: 2.8125rem;
    top: -1.25rem;
  }

  .qcity {
    position: relative;
    left: 7px;
  }

  .laspinas {
    position: relative;
    left: -40px;
  }

  label {
    font-size: .7rem;
  }

  .back button {
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    padding: .3125rem .625rem;
    transition: color 0.3s ease;
    width: 3.125rem;
    position: relative;
    top: 0;
    left: .625rem;
  }

  .Registerbtn {
    top: .1875rem;
    width: auto;
    font-size: .9375rem;
  }
  .bem {
    border-radius: 0rem;
  }
  .covss {
    font-size: .5625rem;
    border-radius: 0rem;
    padding-left: .625rem;
  }

  .marquee-content {
    font-size: 1.25rem;
  }

  /* Chat Icon */
  #chat-icon {
    position: fixed;
    bottom: 2.5rem;
    right: .625rem;
    background-color: #ffffff;
    color: white;
    font-size: 1.625rem;
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }

  /* Chat Popup */
  #chat-popup {
    position: fixed;
    bottom: 7.5rem;
    right: 1.25rem;
    width: 20rem;
    max-height: 25rem;
    background-color: #fff;
    border-radius: .75rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(1.875rem);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1001;
  }

  #chat-popup.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* REGISTER*/
  .Container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 10;
  }

  .popupreges {
    position: fixed;
    width: 85%;
    height: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid .0625rem;
    background-color: #f4f5f0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
    z-index: 100;
  }
  .show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    z-index: 1;
    backdrop-filter: blur(.0938rem);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: fixed;
  }
  .open-popupreges {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .page11 {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    background-image: url("../image/bgfitpad.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  .titles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .fill {
    position: relative;
    background-color: #d8dfe693;
    text-align: center;
    font-family: "poppins", sans-serif;
    font-size: 1em;
    width: 18.75rem;
    height: 12.5rem;
    bottom: -1.25rem;
    border-radius: .625rem;
  }
  .forms1 {
    background-color: #e2e2de60;
  }
  form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .reges {
    width: 14.875rem;
    padding: .3125rem;
    border: .0625rem solid #000000;
    border-radius: .3125rem;
    outline: none;
    font-size: .75rem;
    transition: all 0.3s ease-in-out;
    font-family: "poppins", sans-serif;
  }
  label {
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 1rem;
    padding: .125rem;
    font-family: "poppins", sans-serif;
  }
  .back {
    position: absolute;
    top: .625rem;
    right: .625rem;
    z-index: 10000000;
  }
  .back button {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff; /* Adjust color if needed */
    padding: .3125rem .625rem;
    transition: color 0.3s ease;
    width: fit-content;
  }

  .back button:hover {
    color: red; /* Change color when hovered */
  }

  .Registerbtn {
    position: relative;
    top: .5rem;
    left: 0rem;
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    color: #e2e2de;
    background-color: #111111; /* Adjust color if needed */
    padding: .3125rem .625rem;
    border-radius: .625rem;
    transition: color 0.2s ease;
  }
  .Registerbtn:hover {
    color: #ffffff;
    background-color: #e0e721;
    transition: all 0.3s ease;
  }
}
