@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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #000000;
  overflow-x: hidden;
  height: 100vh;
  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: 70px;
  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 20px;
  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: 120px;
  padding-top: 55px;
}
.imglogo1 {
  width: 120px;
  position: relative;
  top: 35px;
  left: -10px;
  display: none;
}

.p1p1 {
  position: relative;
  font-size: 0.7em;
  bottom: -20px;
  right: -25px;
  color: #e0e721;
}
.Logo {
  letter-spacing: 4px;
  font-family: "BrandFont57", sans-serif;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}
.listt {
  position: relative;
  color: #e0e721;
  text-decoration: none;
}
.listt:hover {
  color: #e2e2de;
}
.listt::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 20px;
  left: 0;
  background-color: #e0e721;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.listt:hover::before {
  transform: scaleX(1);
}
.mainbg {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("../image/op50.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/* PANG GITNA */
.sec1 {
  width: 100%;
  height: 100%;
}

.secdiv2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.CNT {
  color: #e0e721;
  font-family: "Black Ops One", serif;
  text-align: center;
  font-size: 2.75rem;
}

.phrase1 {
  color: #e2e2de;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 20px;
}
.sepa {
  display: flex;
  justify-content: center;
  gap: 100px;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}
.sepa1 {
  padding: 20px;
  width: 500px;
  height: 400px;
  font-family: "BrandFont57", sans-serif;
  text-align: center;
}
.sepa2 {
  padding: 20px;
  width: 500px;
  height: auto;
  background-color: #e2e2de83;
  font-family: "BrandFont57", sans-serif;
}
.sepp1 {
  color: #e2e2de;
  font-weight: bolder;
  font-size: 25px;
}
.sepp2 {
  color: #e0e721;
  font-weight: bolder;
  font-size: 30px;
  margin-top: 30px;
}
.sepp3 {
  color: #e2e2de;
  font-size: 13px;
}
.sepp4 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.sepp5 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pho2 {
  color: #ffffff;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.pho3 {
  color: #00fff2;
  font-style: italic;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}
.reppa1 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-family: "BrandFont57", sans-serif;
}
.reppa2 {
  color: #e0e721;
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
  font-family: "BrandFont75", sans-serif;
  display: flex;
  justify-content: start;
  align-items: start;
  width: 98%;
}
.reppa3 {
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 10px;
  width: 450px;
  height: 40px;
  font-size: 14px;
  font-family: "BrandFont57", sans-serif;
}
.reppa4 {
  margin-top: 5px;
  border-radius: 5px;
  width: 450px;
  height: 100px;
  font-size: 14px;
  font-family: "BrandFont57", sans-serif;
  padding: 10px;
  resize: none;
}
.reppa5 {
  border-radius: 10px;
  height: 40px;
  width: 150px;
  margin-top: 10px;
  background-color: #e0e721;
  font-weight: 900;
  font-family: "BrandFont75", sans-serif;
}

.foott {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 173px;
  background-color: #101820;
  padding-left: 30px;
}
.container {
  width: 100%;
  display: flex;
  gap: 150px;
}
.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: 0.75rem;
  margin: 30px 30px 30px 30px;
  width: 100px;
}
.footer-content2 {
  text-decoration: none;
  color: aliceblue;
  font-family: "BrandFont57", sans-serif;
  font-size: 0.75rem;
  margin: 30px 30px 30px 30px;
  width: 100px;
  position: relative;
  bottom: -25px;
}
.foo {
  width: 150px;
  font-size: 0.9375rem;
  color: #e0e721;
  padding-bottom: 10px;
}

ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.flist {
  position: relative;
  right: -30px;
}
.bo1 {
  position: relative;
  right: 0px;
}
.bottom {
  display: flex;
}
.bo2 {
  position: relative;
  height: 174px;
  width: 5000px;
  right: 20px;
  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: 174px;
  right: 30px;
}
.ally {
  display: flex;
  padding-left: 180px;
}
.pi1 {
  height: 3.125rem;
  padding-top: 1.5625rem;
  padding-left: 17.625rem;
  text-align: left;
  position: relative;
  font-weight: bold;
  font-family: "BrandFont75", sans-serif;
  color: black;
}
.pi2 {
  font-family: "BrandFont57", sans-serif;
  padding-left: 175px;
  font-size: 0.9rem;
}
.fuo {
  font-family: "BrandFont75", sans-serif;
  display: flex;
  padding-left: 13.375rem;
}
.laspinas {
  position: relative;
  left: -45px;
}
.btnmess {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

/*login*/
.Containers {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.popuplogin {
  position: relative;
  width: 500px;
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  padding: 0.625rem;
  z-index: 10;
}
.show1 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 100;
  backdrop-filter: blur(1.5px);
  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: 30px;
}

.fitts {
  font-family: "BrandFont57", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: 140px;
  letter-spacing: 5px;
  color: #e0e721;
}

form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
input,
select {
  width: 14.875rem;
  height: 1.5rem;
  padding: 0.625rem;
  border: 0.0625rem solid #000000;
  border-radius: 0.3125rem;
  outline: none;
  font-size: 1rem;
  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: 10px;
  right: 10px;
}

.back button {
  position: relative;
  left: 0px;
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.back button:hover {
  color: red;
}

.Loginbtn {
  font-size: 1.375rem;
  position: relative;
  bottom: -5px;
  left: 0px;
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  color: #fff; /* Adjust color if needed */
  padding: 5px 10px;
  border: #0c0c0c solid 1px;
  border-radius: 10px;
  transition: color 0.2s ease;
  background-color: #000000;
}
.Loginbtn:hover {
  color: #ffffff;
  background-color: #e0e721;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  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: 200px;
    background-color: #101820;
    box-shadow: -5px 0 5px 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: 60px;
    position: absolute;
    left: 10px;
    bottom: -25px;
  }
  nav a {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 20px 30px;
    justify-content: flex-start;
  }
  .open-sidebar-button,
  .close-sidebar-button {
    padding: 20px;
    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;
  }
  .p1p1 {
    position: relative;
    font-size: 0.7em;
    bottom: -20px;
    right: -35px;
    color: #e0e721;
  }

  .imglogo2 {
    display: block;
    width: 90px;
  }
  .imglogo1 {
    display: block;
  }
  .imgdes {
    bottom: -250px;
  }
  .navv .list {
    display: none; /* Show menu items in row on larger screens */
  }

  .navv .hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
  }
  nav .home-link {
    padding-left: 10px;
  }

  .secdiv2 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .CNT {
    font-size: 35px;
  }

  .phrase1 {
    font-size: 12px;
  }

  .sepp1 {
    font-size: 15px;
  }
  .sepp2 {
    margin-top: 10px;
    font-size: 20px;
  }

  .sepp3 {
    font-size: 10px;
  }
  .sepp4 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .sepp4 .pho1 {
    height: 30px;
  }
  .sepp4 .pho2 {
    font-size: 15px;
    margin: 0;
  }
  .sepp4 img {
    width: 30px;
    height: 30px;
  }
  .sepa {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 90vh;
    flex-wrap: wrap;
  }
  .sepa1 {
    padding: 20px;
    width: 500px;
    height: 350px;
    font-family: "Arial", sans-serif;
    text-align: center;
  }
  .sepa2 {
    padding: 20px;
    width: 350px;
    height: auto;
    font-family: "Arial", sans-serif;
    text-align: center;
  }

  .reppa3,
  .reppa4 {
    width: 300px;
    font-size: 12px;
  }
  .reppa4 {
    height: auto;
    font-size: 12px;
  }

  /* footer*/
  .foott {
    height: auto;
    padding: 0px;
    overflow: hidden;
  }
  .foo {
    font-size: 10px;
    padding-left: 20px;
  }
  .footer-content1,
  .footer-content2 {
    margin: 2px;
    font-size: 8.5px;
    left: 0px;
  }

  .footer-content2 {
    top: 0px;
  }

  .upper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: -15px;
  }
  .bo2 {
    height: 100px;
    position: relative;
    left: -35px;
    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: 0.6875rem;
    width: auto;
  }
  .pi2 {
    color: black;
    font-size: 7.5px;
    font-weight: 700px;
    padding: 0px;
    position: relative;
    top: -30px;
    left: 65px;
    width: auto;
  }
  .ally {
    position: relative;
    top: -20px;
    padding: 0px;
    left: 50px;
    width: auto;
  }
  .ally img {
    width: 20px;
    margin-top: 15px;
  }

  .saoll {
    height: auto;
  }
  .dot {
    position: relative;
    left: -20px;
    height: 100px;
    width: 55px;
    z-index: 1;
  }
  .fuo {
    font-family: "BrandFont75", sans-serif;
    display: flex;
    padding-left: 0rem;
    font-size: 0.625rem;
    position: relative;
    left: 2.8125rem;
    top: -1.25rem;
  }

  .qcity {
    position: relative;
    left: 10px;
  }

  .laspinas {
    position: relative;
    left: -40px;
  }
}
