@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: #ffffff;
  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: 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: "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: 2px;
  bottom: 20px;
  left: 0;
  background-color: #e0e721;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.listt:hover::before {
  transform: scaleX(1);
}

/*main body*/

.sec1 {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 100%;
}
body {
  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%;
}

/*Body*/
.secdiv2 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}
.jogt {
  display: flex;
  font-family: "Black Ops One", serif;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.jo1 {
  color: #e0e721;
}
.go1 {
  color: #e2e2de;
}
.pp1 {
  color: #e2e2de;
  text-align: center;
  font-size: 20px;
}
.conte {
  background-color: #e2e2de85;
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  gap: 50px;
  flex-wrap: wrap;
  padding: 50px;
}
.bux1 {
  background-color: #e2e2de;
  width: 200px;
  height: 350px;
  text-align: center;
  border-radius: 10px;
}
.buxx1 {
  font-weight: bold;
  font-size: 20px;
  height: 70px;
  padding: 15px;
}
.mes {
  font-size: 12px;
  height: 200px;
  padding: 10px;
}
.bot1 {
  height: 50px;
  padding: 10px;
}
.but1 {
  background-color: rgb(27, 27, 250);
  font-family: "Arial", sans-serif;
  font-size: 15px;
  height: 30px;
  padding: 4px;
  font-weight: bold;
  color: #e2e2de;
}

/*footer*/
.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: 50px;
  padding-top: 25px;
  padding-left: 290px;
  text-align: left;
  font-weight: bold;
  position: relative;
  font-family: "BrandFont75", sans-serif;
  color: black;
}
.pi2 {
  font-family: "BrandFont57", sans-serif;
  padding-left: 170px;
  font-size: 0.9rem;
}
.fuo {
  font-family: "BrandFont75", sans-serif;
  display: flex;
  padding-left: 215px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 12px;
  width: 80%;
  max-width: 400px;
  text-align: center;
  position: relative;
  animation: fadeIn 0.4s ease;
}

.popup-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.apply-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffd700;
  color: black;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}

.apply-btn:hover {
  background-color: #ffcc00;
}

.close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 1090px) {
  .secdiv2 {
    margin-top: 120px;
  }
}

@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: 165px;
    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;
  }

  .listt::before {
    content: "";
    position: absolute;
    display: block;
    width: 60%;
    height: 2px;
    bottom: 20px;
    left: 20px;
    background-color: #e0e721;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  .listt:hover::before {
    transform: scaleX(1);
  }
  .imglogo2 {
    display: block;
    width: 120px;
  }
  .imglogo1 {
    display: block;
  }
  .imgdes {
    bottom: -250px;
  }
  .navv .list {
    display: none; /* Show menu items in row on larger screens */
  }
  .home-link {
    padding-left: 0px;
  }

  .navv .hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
  }

  .sec1 {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 100%;
  }

  /*body - content*/

  .secdiv2 {
    height: auto;
    padding: 10px;
  }

  .jogt {
    display: flex;
    font-family: "Black Ops One", serif;
    justify-content: center;
    font-size: 30px;
  }

  .pp1 {
    color: #e2e2de;
    text-align: center;
    font-size: 10px;
    width: 250px;
  }
  .conte {
    padding: 15px;
    height: auto;
    gap: 10px;
  }

  .bux1 {
    width: 150px;
    height: auto;
    gap: 0px;
  }
  .buxx1 {
    font-size: 10px;
    padding: 10px;
    height: auto;
  }
  .but1 {
    padding: 5px;
    font-size: 10px;
  }

  .mes {
    font-size: 10px;
    padding-bottom: 0px;
    height: auto;
  }

  /* 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: 50px;
    padding-top: 25px;
    padding-left: 55px;
    color: rgb(0, 0, 0);
    font-size: 11px;
    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: 0px;
    font-size: 10px;
    position: relative;
    left: 45px;
    top: -20px;
  }

  .qcity {
    position: relative;
    left: 20px;
  }

  .laspinas {
    position: relative;
    left: -10px;
  }
}
