* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Futura;
}
*::selection {
  color: #fff;
  background-color: black;
}
html,
body {
  height: 100%;
  width: 100%;
}
.nav {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 25px;
}
.nav .links a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  margin-left: 45px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.nav-part2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons {
  background: #f7f7f7;
  padding: 7px 15px;
  border-radius: 50px;
  margin-left: 30px;
}
.icons i {
  margin: 15px;
  cursor: pointer;
}
.svg {
  height: 82px;
  overflow: hidden;
}
.svg svg {
  display: block;
}
.cursor {
  height: 180px;
  width: 180px;
  background-color: #dcc0b4;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  position: fixed;
  z-index: 999;
}
.hero {
  color: black;
  padding: 11vw 1vw 0 1vw;
  min-height: 100vh;
}
.hero > h1 {
  font-size: 15vw;
  text-transform: uppercase;
  line-height: 15vw;
  letter-spacing: -5px;
}

.video-container {
  height: 100vh;
  width: 100%;
  margin-top: 0.4vw;
  position: relative;
}
.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play {
  text-transform: uppercase;
  padding: 1.5vw 2vw;
  background-color: black;
  color: #fff;
  font-size: 2vw;
  border-radius: 50%;
  position: fixed;
  opacity: 0;
  scale: 0;
}
.video-content {
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.video-content h1 {
  text-transform: uppercase;
}
.video-content p {
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
  width: 60%;
  text-align: center;
  font-size: 14px;
}

button {
  border: none;
  outline: none;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  font-size: 12px;
  margin-bottom: 60px;
  cursor: pointer;
}
.page2 {
  width: 98%;
  min-height: 100vh;
  margin: auto;
}
.line-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.line-content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.line {
  background-color: black;
  width: 100%;
  height: 0.5px;
}
.page2-elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 2vw 0;
}
.page2-elem .elem {
  height: 100%;
  width: 32%;
  overflow: hidden;
  position: relative;
}
.elem .dets {
  height: 50px;
  width: 60%;
  background-color: #dcc0b4;
  border-radius: 40px;
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in;
}
.elem .dets:hover {
  width: 250px;
  height: 250px;
}
.elem img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.page3 {
  background-color: #f7f7f7;
  min-height: 120vh;
  width: 98%;
  margin: auto;
}
.page3-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 3vw 6vw 3vw 1vw;
}
.pcontent-left h1 {
  font-size: 3vw;
  text-transform: uppercase;
  font-weight: 800;
  width: 60%;
}
.pcontent-right {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
  width: 40%;
}
.pcontent-right p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 20px;
}
.page3-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 10vw 8vw;
}
.p3-images {
  height: 600px;
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p3-images .p-content {
  margin-top: 50px 0 150px 0;
}
.p3-images .p-content p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.p3-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page4 {
  height: 100vh;
  width: 98%;
  margin: auto;
  background-color: #f7f7f7;
}
.page4-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
  margin-top: 200px;
}
.page4-center h1 {
  font-size: 5vw;
  text-transform: uppercase;
  text-align: center;
}
.page4-center p {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: -40px;
}
.page4-center button {
  padding: 19px 35px;
  background-color: #000;
  color: #f7f7f7;
  border-radius: 40px;
  font-size: 13px;
}
.page5 {
  height: 100vh;
  background-color: #f7f7f7;
  width: 98%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 70px;
  padding-top: 40px;
}
.page5-content {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 25px;
  margin-left: 10px;
}
.page5-content h2 {
  text-transform: uppercase;
}
.page5-content p {
  font-family: Arial, Helvetica, sans-serif;
  width: 80%;
}
.page5 .elem {
  height: 100%;
  width: 32%;
}
.page5 .elem img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  margin-top: 40px;
}
.page6 {
  height: 100vh;
  width: 98%;
  margin: auto;
}
.footer-first{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 200px;
}
.page6 h3{
  color: #ccc;
  font-size: 15px;
  font-weight: 100;
  padding-bottom: 20px;
}
.footer-first .links{
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;

}
.footer-first .links a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

.footer-second{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:30px;
  margin-top: 30px;
}
.footer-second p{
  font-family: Arial, Helvetica, sans-serif;
  color: #ccc;
  font-weight: 200;
}
.footer-third p{
  margin-top: 60px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 300;
  width: 80%;
  margin:100px auto 0 auto;
  text-align: center;
}
@media (max-width: 600px) {
  .hero {
    min-height: 80vh;
    padding: 35vw 2vw 0vw 1vw;
  }
  .hero > h1 {
    font-size: 15.5vw;
    line-height: 16vw;
    letter-spacing: -3px;
  }
  .video-container {
    height: 25vh;
    margin-top: 3vw;
  }
  .play {
    padding: 3vw 3vw;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3vw;
    opacity: 1;
    scale: 1;
  }
  .video-content button {
    margin-bottom: 10px;
  }
  .page2-elem {
    flex-direction: column;
    height: auto;
    padding: 3vw 2vw;
  }
  .elem {
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
