@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/BGG.jpg");
  background-size: cover;
  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: 7.5rem;
  height: 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: -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;
}

.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);
}

/* Body */
.container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.slider {
  position: relative;
  width: 100%;
  height: 31.25rem;
  bottom: -90px;
  left: -80px;
  overflow: hidden;
}
.item {
  position: absolute;
  width: 25rem;
  height: 28.125rem;
  text-align: justify;
  background-color: #fff;
  border-radius: 0.625rem;
  transition: 0.5s;
  left: calc(50% - 6.875rem);
  top: 0;
}
#next,
#prev {
  position: absolute;
  top: 40%;
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: xxx-large;
  font-family: monospace;
  font-weight: bold;
  left: 10rem;
}
#next {
  left: unset;
  right: 20px;
}
img {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.selection {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  z-index: 1;
}
.selectt {
  background-color: transparent;
  color: rgb(5, 5, 5);
  font-size: 13px;
  font-weight: 800;
  padding: 10px 15px 10px 5px;
  border: 2px solid white;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath fill='white' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  width: 210px;
  cursor: pointer;
  text-align: center;
  font-family:'Poppins' ;
}
@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;
  }
  nav .home-link {
    padding-left: 0.625rem;
  }
  .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;
  }
  .imglogo2 {
    display: block;
    width: 90px;
    height: 90px;
    padding-top: 0rem;
  }
  .imglogo1 {
    display: block;
  }

  .slider {
    position: relative;
    width: 300px;
    left: 0px;
  }
  .slider img {
    position: absolute;
    left: 0;
    right: 0;
    width: 250px;
    height: auto;
  }
  .slider .item {
    position: relative;
    width: 250px;
    height: auto;
    left: 8%;
    right: 50%;
    top: 10%;
  }

  #next {
    right: -0px;
  }
  #prev {
    left: -0px;
  }

  .selectt {
    position: relative;
    top: 75px;
  }
}
