@font-face {
  font-family: monument;
  src: url(fonts/MonumentExtended-Regular.otf);
}
@font-face {
  font-family: gilroy;
  src: url(fonts/Gilroy-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: gilroy;
}

html,
body {
  height: 100%;
  width: 100%;
}

#main {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 0.1px;
  background-color: #f8f8f8;
}

nav {
  height: 12vh;
  width: 100%;
  margin-top: 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav h1 {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: monument;
  position: relative;
}

nav > h1::after {
  content: "©️";
  font-family: gilroy;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: 22%;
  right: 6%;
}

nav > h1::before {
  content: "model management";
  font-family: gilroy;
  font-weight: 600;
  font-size: 15px;
  color: #666;
  letter-spacing: 0.1px;
  position: absolute;
  bottom: 19%;
  right: 16%;
}

nav h2 {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 600;
  border-right: 2px solid #000;
}

nav h2:nth-last-child(1) {
  width: 8%;
  padding-right: 30px;
}

nav h2:nth-last-child(2) {
  width: 30%;
}

#center {
  width: 100%;
  height: 80%;
  position: relative;
  padding: 4vh;
}

#center #content {
  height: 100%;
  width: 100%;
  position: relative;
}

#center #content video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#overlay {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;

  padding: 3vw;
  color: #fff;
}

#overlay #over1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}

#overlay #over1 h1 {
  font-family: monument;
  font-size: 3.6vw;
}

#overlay #over1 h2 {
  font-size: 1vw;
  padding: 2vw 2.2vw;
  border-radius: 50%;
  border: 1px solid#fff;
  border-bottom: 3px solid#fff;
}

#overlay #over2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid#fff;
  padding: 1.5vw 0;
}

#overlay #over2 h2 {
  font-size: 1.3vw;
  font-weight: 500;
}

#overlay #over2 img {
  height: 3vw;
  width: 5vw;
}

#scroll {
  width: 100%;
  height: 40vh;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

.container {
  width: 100%;
  height: 40vh;
  display: inline-block;
  padding: 2vw;
  animation-name: anime;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#scroll .container img {
  height: 95%;
  width: 17%;
  border-radius: 50%;
  margin: 1.5vw;
  object-fit: cover;
  object-position: 30% 30%;
}

@keyframes anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#alphabet {
  height: 11vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#alphabet h5 {
  font-size: 1.7vw;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 4px;
  border-bottom: 2px solid black;
  margin-right: 2vw;
}

#alphabet h6 {
  font-size: 1vw;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 4px;
  padding: 0.5vw 0.7vw;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #00000000;
  transition: all ease 0.2s;
}

#alphabet h6:hover {
  border: 1px solid #000000;
}

#page2 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 5vw;
}

#page2 #part1 {
  height: 100%;
  width: 55%;
  background-image: url(Images/evgenii-vasilenko-cyyCUqhQvwc-unsplash.jpg);
  background-size: cover;
  background-position: center;
}

#page2 #part2 {
  height: 100%;
  width: 39%;
}

#page2 #part2 img {
  height: 80%;
  width: 100%;
  object-fit: cover;
}

#text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2rem;
}

#text h6 {
  font-size: 1rem;
  font-weight: 600;
}

#text h5 {
  font-size: 1.5rem;
  font-weight: 800;
}

#heading {
  padding: 0.5vw 5vw;
}

#heading h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: monument;
}

#page1 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4vw 5vw;
}

#page1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#page1 #content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#page1 #content h5 {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 8rem;
}

#image {
  height: 100%;
  width: 100%;
}

#image video {
  width: 100%;
  height: 80%;
  padding: 0.1vw 5vw;
  object-fit: cover;
}

#update {
  width: 100%;
  height: 100%;
  padding: 3vw 5vw;
  position: relative;
}

#update > h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: monument;
  text-align: center;
  margin-bottom: 3rem;
}

#update #elem {
  height: 18vh;
  width: 100%;
  border-top: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}

#update #elem > h2 {
  font-weight: 700;
  font-size: 1.3rem;
  width: 5%;
}

#update #elem #text2 {
  width: 50%;
}

#update #elem #text2 h2 {
  font-size: 3rem;
  font-weight: 500;
}

#update #elem #text2 h3 {
  font-size: 1rem;
  font-weight: 500;
}

#update #elem:nth-last-child(1) {
  border-bottom: 2px solid #000;
}

#update #elem img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  left: 12%;
  opacity: 0;
  transition: all ease 1s;
}

#update #elem:hover img {
  opacity: 1;
  left: 40%;
}

#update #elem:hover {
  background-color: #c0c0c0;
}

#page2 #part3 {
  height: 100%;
  width: 55%;
  background-image: url(Images/katsiaryna-endruszkiewicz-BteCp6aq4GI-unsplash.jpg);
  background-size: cover;
  background-position: center;
}

#page2 #part4 {
  height: 100%;
  width: 55%;
  background-image: url(Images/max-harlynking-nfWp1mCmBpM-unsplash.jpg);
  background-size: cover;
  background-position: center;
}

#page2 #part5 {
  width: 40%;
  height: 100%;
}

#page2 #part5 #text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page2 #part5 #text h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: monument;
  padding-bottom: 3rem;
}

#page2 #part5 #text h5 {
  font-weight: 700;
  padding-bottom: 3rem;
}

#page2 #part5 #text h6 {
  font-weight: 600;
  font-size: 0.9rem;
  padding-bottom: 3rem;
}

#page2 #part5 #text #image img {
  width: 49%;
  height: 50%;
  object-fit: cover;
  padding: 7rem 0.2rem;
}

#marque {
  width: 100%;
  padding: 1rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 5rem;
}

#marque h1 {
  display: inline-block;
  font-family: monument;
  font-size: 3vw;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-text-stroke: 2px #000;
  color: transparent;
  margin-right: 16px;
  animation-name: move;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

#page3 {
  width: 100%;
  height: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 9rem 5rem;
}

#page3 h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: monument;
}

#page3 #blog h2 {
  font-weight: 800;
  font-size: 1.5rem;
}

#page3 #blog img {
  margin-top: 3rem;
  object-fit: cover;
  width: 100%;
  height: 500px;
}

#footer {
  width: 100%;
  height: 30%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 15rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#footer h1 {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: monument;
  position: relative;
  top: 8%;
}

#footer > h1::after {
  content: "©️";
  font-family: gilroy;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: 0.1%;
  right: -5%;
}

#footer > h1::before {
  content: "model management";
  font-family: gilroy;
  font-weight: 600;
  font-size: 15px;
  color: #666;
  letter-spacing: 0.1px;
  position: absolute;
  top: 15%;
  right: 12%;
}

#footer h2 {
  height: 100%;
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 3rem;
  font-size: 26px;
  font-weight: 600;
  border-right: 2px solid #000;
}

#footer #col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#footer #col > h3 {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 26px;
  font-weight: 600;
}

#footer #col #inside h3 {
  height: 100%;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  border-top: 2px solid #000;
  padding: 3rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  line-height: 1.6rem;
}

#blank {
  width: 100%;
  height: 1%;
}
