@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-image: url("../image/lasbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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);
}
footer {
  background-color: #101820;
  color: #e0e721;
  text-align: center;
  padding: 10px;
  width: 100%;
}

/* Main Content */
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  padding-top: 190px;
}
.sip {
  font-family: "BrandFont57", sans-serif;
  position: relative;
  top: -50px;
  margin: 10px;
  text-align: justify;
  max-width: 1100px;
  height: 100%;
  margin: auto;
  padding: 50px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#title1 {
  font-size: 30px;
  margin-bottom: 10px;
  color: black;
}
#title2 {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 5px;
  color: black;
}
#title3 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 5px;
  color: black;
}
.parrg {
  font-size: 1rem;
  margin-bottom: 20px;
  color: black;
}
.parrap {
  position: relative;
  right: -60px;
  margin-bottom: 5px;
  padding-right: 65px;
}
.list-disc {
  position: relative;
  right: -30px;
}
.list-decimal {
  position: relative;
  right: -30px;
}
.text-2xl {
  font-size: 1.25rem;
}
p,
li {
  font-size: 0.75rem;
}
/*Button to Top*/
.top-button {
  position: relative;
  right: -1250px;
  top: -10px;
  background-color: #726d6d;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
}
.top-button:hover {
  background-color: #e0e721;
}

@media (max-width: 768px) {
  body {
    background-color: #000000;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    z-index: -100000;
    font-family: "BrandFont57", 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;
  }

  .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: 90px;
  }
  .imglogo1 {
    display: block;
  }
  .imgdes {
    bottom: -250px;
  }
  .navv .list {
    display: none; /* Show menu items in row on larger screens */
  }
  nav .home-link {
    padding-left: 10px;
  }

  .navv .hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    padding-top: 250px;
    padding-bottom: 0px;
  }
  .sip {
    position: relative;
    top: -50px;
    margin: 10px;
    text-align: justify;
    max-width: 1100px;
    height: 100%;
    margin: auto;
    padding: 15px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }

  #title1 {
    position: relative;
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 10px;
    color: black;
    text-align: start;
  }
  #title2 {
    font-size: 1.14rem;
    margin-top: 30px;
    margin-bottom: 5px;
    color: black;
    text-align: start;
  }
  #title3 {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 5px;
    color: black;
  }
  .parrg {
    font-size: 0.75rem;
    margin-bottom: 20px;
    color: black;
  }
  .parrap {
    position: relative;
    right: -35px;
    margin-bottom: 5px;
    padding-right: 65px;
    font-size: 0.75rem;
  }
  /*Button to Top*/
  .top-button {
    position: relative;
    right: -295px;
    top: -10px;
    background-color: #726d6d;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
  }
  .top-button:hover {
    background-color: #e0e721;
  }
}
