body {
  height: 100vh;
  width: 100vw;
  background-color: black;
  margin: 0rem;
  overflow: hidden;
}

#image-slider {
  display: flex;
  gap: 4vmin;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translate(0%, -50%); 
  user-select: none;
}

#image-slider > .image {
  width: 37vmin;
  height: 53vmin;
  object-fit: cover;
  object-position: 100% center;
  transition: transform 0.3s;
}

#image-slider a .image{
  width: 37vmin;
  height: 53vmin;
  object-fit: cover;
  object-position: 100% center;
  transition: transform 0.3s;
}

#ppl:hover {
  cursor: pointer;
  transform: scale(1.1);
}

#arnold:hover {
  cursor: pointer;
  transform: scale(1.1);
}

#apl:hover {
  cursor: pointer;
  transform: scale(1.1);
}

#laid:hover {
  cursor: pointer;
  transform: scale(1.1);
}

#chr:hover {
  cursor: pointer;
  transform: scale(1.1);
}


h2{
  margin-top: 13rem;
  text-align: center;
  font-size: 50px;
  color: white;
}
p{
  margin-top: 10rem;
  text-align: center;
  margin-left: 1690px;
  justify-content: center;
  width: 45rem;
  font-size: 40px;
  color: white;
}



@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600&display=swap");
* {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body {
  padding: 0;
  margin: 0;
}

nav {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  font-family: "Montserrat", sans-serif;
  padding: 0 5%;
  height: 70px;
  background-color: #434343;
}
nav .logo {
  float: left;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
nav .links {
  float: right;
  padding: 0;
  margin: 0;
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
nav .links li {
  list-style: none;
}
nav .links a {
  display: block;
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#nav-toggle {
  position: absolute;
  top: -100px;
}
nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin: 5px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #000;
}

html::-webkit-scrollbar-thumb {
  background: #f00;
}

body {
  background: #040404;
}

div {
  display: block;
  width: 100%;
}
.title {
  position: relative;
  text-align: center;
  font-size: 600%;
  width: 1250px;
  background-size: contain;
  margin-top: 100px;
}
