* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #f7f7f7;
}

body {
  overflow-x: hidden;
}

nav {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  /* background-color: aqua; */
  z-index: 99999;
  padding: 13px;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#nav-svg {
  /* background-color: red; */
  overflow: hidden;
  height: 83px;
}

#nav-svg svg {
  display: block;
}

#nav-ops {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* gap: 20px; */
}

#nav-ops #links {
  display: flex;
  justify-content: space-between;
  font-family: Helvetica;
}

#nav-ops #links {
  margin-top: 2px;
  width: 43vw;
  height: 3vw;
  justify-content: space-evenly;
  align-items: center;
}

#nav-ops #links a {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-family: Helvetica;
}
#nav-ops #links a i {
  font-size: 16px;
}
#nav-ops #icons {
  width: 10vw;
  padding: 0 14px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  height: 3vw;
}

nav #icons i {
  font-size: 20px;
}

#cursor {
  height: 180px;
  width: 180px;
  background-color: rgba(224, 139, 189, 0.814);
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%) scale(0);
}

#page1 {
  min-height: 100vh;
  width: 100%;
  margin-top: 22vh;
  padding-top: 19vh;
  padding-bottom: 5vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 0;
}

#page1 h1 {
  font-size: 16vw;
  font-family: futura;
  text-transform: uppercase;
  line-height: 14vw;
  letter-spacing: -8px;
}
#page1 #video-container {
  height: 100vh;
  width: 100%;
  background-color: gray;
  margin-top: 1.5vw;
  position: relative;
}

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

#video-container #play {
  padding: 3vw 2.3vw;
  background-color: black;
  color: white;
  border-radius: 50%;
  font-family: futura;
  font-size: 1.1rem;
  position: fixed;
  opacity: 0;
  scale: 0;
}

/* PAGE 2 */
#page2 {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Helvetica;
  gap: 10px;
  z-index: 20;
}

.header {
  font-size: 12px;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
  font-family: Helvetica;
  line-height: 15px;
  border-bottom: 2px solid black;
}

#page2 #elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
  /* gap: 50px; */
}

#page2 #elements .element {
  width: 32%;
  /* background-color: gray; */
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#page2 #elements .element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.3;
}

#page2 #elements .element .details {
  width: 70%;
  height: 50px;
  border-radius: 50px;
  background-color: pink;
  color: white;
  font-family: Helvetica;
  font-size: 12px;
  z-index: 9;
  position: absolute;
}

/* PAGE 3 */

#page3 {
  min-height: 150vh;
  width: 100%;
  z-index: 30;
}

#page3 #header3 {
  display: flex;
  height: 90vh;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 1vw;
  padding-right: 1vw;
}

#page3 #header3 #h2p3 {
  width: 219vw;
}
#page3 #header3 #h2p3 p {
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: futura;
  font-weight: 500;
  width: 68vw;
  text-transform: uppercase;
}

#page3 #header3 #pera3 {
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  font-family: Helvetica;
  gap: 20px;
}

#page3 #header3 #pera3 p {
  font-family: Helvetica;
  font-size: 15px;
  text-align: left;
  height: 100%;
}

#page3 #header3 #pera3 p,
a {
  width: 79%;
  line-height: 22px;
  letter-spacing: 1px;
  color: black;
  text-decoration: none;
}

#page3 #header3 #pera3 a {
  width: fit-content;
  font-size: 12px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid black;
}

#page3 #product-container {
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  /* background-color: gainsboro; */
}

#page3 #product-container .product {
  height: 94vh;
  width: 40vw;
  /* background-color: red; */
  /* border: 2px solid #000; */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

#page3 #product-container .product:hover {
  cursor: pointer;
}

#page3 #product-container > .product img {
  height: 100%;
  width: 100%;
}

#page3 #product-container .product .prod-detail {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

#page3 #product-container .product .prod-detail a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: black;
  text-align: center;
  font-family: Helvetica;
  margin-top: 0;
}
#page3 #product-container #product3 {
  align-items: center;
  justify-content: space-around;
}

#page3 #product-container #product3 .prod-detail {
  height: 40px;
  margin-top: 16.5vh;
}

/* PAGE 4 */
#page4 {
  min-height: 100vh;
  width: 100%;
  padding-top: 40vh;
  padding-left: 1vw;
  padding-right: 1vw;
  z-index: 40;
}

#input4 {
  width: 100%;
  margin-top: 9vh;
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

#input4 .input-box {
  font-family: Helvetica;
  min-width: 18vw;
  height: 25vh;
  /* border: 2px solid black; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  padding: 5px;
  padding-left: 12px;
}
#input4 .input-box input {
  width: 18px;
  height: 18px;
}

#input4::-webkit-scrollbar {
  display: none;
}

#input4 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#greeting {
  margin-top: 25vh;
  width: 100%;
  min-height: 185vh;
  /* background-color: gray; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#greeting h1 {
  width: 76vw;
  /* border: 2px solid black; */
  font-family: futura;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 72px;
}
#greeting a {
  margin-top: 12vh;
  width: 323px;
  border-radius: 50px;
  padding: 1.2vw 2.2vw;
  text-transform: uppercase;

  background-color: black;
  font-family: Helvetica;
  color: white;
}
#greeting p {
  margin-top: 9vh;
  font-family: Helvetica;
  font-size: 17px;
  line-height: 21px;
  width: 21vw;
}

/* PAGE 5 */
#page5 {
  width: 100%;
  height: 99vh;
  padding: 0 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
}

#text-box5 {
  width: 30%;
  height: 100%;
  /* border: 2px solid black; */
}
#text-box5 h4 {
  font-family: futura;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 22px;
}

#text-box5 p {
  font-family: Helvetica;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 42px;
  width: 22vw;
}

#text-box5 a {
  font-family: Helvetica;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  padding-bottom: 7px;
  color: black;
  border-bottom: 2px solid black;
}

#imgs-box5 {
  width: 70%;
  height: 100%;
  /* border: 2px solid red; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
}

#imgs-box5 img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

footer {
  margin-top: 28vh;
  min-height: 200vh;
  padding: 0 1vw;
}

footer #foot-head {
  /* background-color: blanchedalmond; */
  display: flex;
  height: 13vh;
  justify-content: space-between;
  border-bottom: 3px solid black;
}

footer #foot-head input {
  width: 95%;
  height: 13vh;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 40px;
  line-height: 40px;
  font-family: futura;
  /* border-bottom: 3px solid black; */
}

footer #foot-head input::placeholder {
  font-family: futura;
  font-size: 40px;
  line-height: 40px;
  color: black;
  padding-top: 5px;
  text-align: left;
}

footer #foot-head a {
  width: 7vw;
  height: 100%;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#foot-company-details {
  font-family: Helvetica;
  margin-top: 40vh;
  display: flex;
  justify-content: space-between;
  min-height: 50vh;
}

#social {
  font-size: 14px;
  line-height: 14px;
  display: flex;
  flex-direction: column;
}

#foot-heading {
  font-size: 14px;
  color: rgb(190, 189, 189);
  margin-bottom: 10px;
}

#social a {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}

#foot-logo {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#foot-logo img {
  height: 37vh;
  width: 25%;
  color: black;
}

#foot-ops {
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 12%;
}

#foot-ops a {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
  text-align: right;
  width: 100%;
}

#copyright {
  height: 10vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#copyright p {
  color: rgb(190, 189, 189);
}

#foot-desc {
  margin-top: 10vh;
  height: 20vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#foot-desc p {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  width: 63%;
  margin: 0 auto;
  font-family: Helvetica;
}

#manu-page {
  background-color: black;
  padding: 5px 1vw;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: white;
}

#manu-page{
  overflow: hidden;
}

.manu-box {
  /* border: 2px solid red; */
  height: 30vh;
  width: 45%;
  font-family: Helvetica;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
}

.manu-box .manu-heading{
  font-size: 14px;
  color: rgb(190, 189, 189);
  margin-bottom: 10px;
}

.manu-links{
  height: 107px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: flex-start;
  align-items: flex-start;

}

.manu-box a{
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
  color: white;
  text-transform: capitalize;
}

.manu-box4 {
  width: 32vw;
}
.manu-box4 h1 {
  font-family: futura;
  width: 32vw;
  font-size: 56px;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}



