@font-face {
  font-family: main;
  src: url(./NBInternationalProBoo.ttf);
}
@font-face {
  font-family: rejouice;
  src: url(./Rejouice-Headline.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  user-select: none;
  /* overflow-x: hidden; */
}

#loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgb(255, 95, 56);
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
}
#loader h1 {
  font-size: 100px;
  font-family: "futura";
  font-weight: 800;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 40px 3vw 15px 3vw;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
#header h1 {
  font-family: "main";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: rgb(255, 255, 255);
}
#header #menu {
  padding: 7px 16px;
  border: 1px solid white;
  border-radius: 25px;
  cursor: pointer;
}
/* ###################################   Navigation Menu   ##################### */

#menu-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgb(255, 95, 56);
  z-index: 30;
  transform: translateY(-155px);
  overflow: hidden;
}
#menu-container #close {
  position: absolute;
  display: inline;
  right: 3vw;
  text-align: right;
  font-family: "main";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: white;
  padding: 7px 16px;
  border: 1px solid white;
  border-radius: 25px;
  cursor: pointer;
}

#menuNav {
  position: absolute;
  right: 3vw;
  top: 100px;
  width: 555px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#menuNav a {
  font-family: "main";
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 50px;
  line-height: 55px;
}
#menuNav a:first-child {
  border-bottom: 2px solid #000;
}
#menuNav button {
  font-family: "main";
  font-size: 16px;
  border: 1px solid black;
  background-color: transparent;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  margin-top: 25px;
}

@media screen and (max-width: 600px) {
  #menuNav {
    position: absolute;
    left: 3vw;
    top: 130px;
    width: 350px;
  }
  #menuNav a {
    font-size: 38px;
    line-height: 45px;
  }
}

/* ########################    Cursor   ###################### */

#cursor {
  position: fixed;
  background-color: rgb(255, 95, 56);
  color: rgb(0, 0, 0);
  border-radius: 50%;
  height: 110px;
  width: 110px;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "rejouice";
  transform: translate(-50%, -50%) scale(0);
  cursor: pointer;
}

#page1 {
  width: 100%;
  height: 100vh;
  position: relative;
}

#page1 video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page1 h1 {
  font-size: 25vw;
  line-height: 26vw;
  color: white;
  letter-spacing: 15px;
  font-family: "rejouice";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translatex(-50%);
  display: flex;
}

#page2 {
  width: 100%;
  min-height: 70vh;
  position: relative;
  padding: 3vw;
  background-color: beige;
}
#page2 .elem1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 2px double rgb(211, 209, 209);
}
#page2 .elem1 p {
  font-family: "main";
  font-size: 23px;
  line-height: 33px;
}
#page2 #elem2 h2 {
  font-family: "main";
  font-weight: 500;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  letter-spacing: 0.1px;
  margin-top: 40px;
  /* -------------------------------------- */
}

@media screen and (max-width: 600px) {
  #page1 h1 {
    /* font-size: 68px; */
    line-height: 35px;
    color: white;
    letter-spacing: 5px;
    font-family: "rejouice";
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translatex(-50%);
    display: flex;
  }
  #page2 {
    padding: 25px 12px;
  }
  #page2 .elem1 p {
    font-family: "main";
    font-size: 18px;
    line-height: 25px;
  }
  #page2 #elem2 h2 {
    font-family: "main";
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-align: left;
    letter-spacing: 0.2px;
    margin-top: 40px;
    /* -------------------------------------- */
  }
}

/* ##########################  Page 3  ################################### */

#page3 {
  width: 100%;
  min-height: 70vh;
  position: relative;
  padding: 3vw;
  padding-top: 15vw;
}
#page3 .con {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page3 h4 {
  font-family: "main";
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.1px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
#page3 h4 span {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: black;
  color: aliceblue;
  margin: 0 2px;
}
#page3 h2 {
  font-family: "rejouice";
  font-size: 4.3vw;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}
#page3 .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12vw;
}

#page3 .heading p {
  font-size: 25px;
  font-family: "main";
  font-weight: 500;
  letter-spacing: 0.3px;
}
#page3 .elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}

#page3 .elements .box {
  width: 32%;
  height: 590px;
  background-color: beige;
  position: relative;
  overflow: hidden;
}

#page3 .elements .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  object-fit: cover;
  transform: scale(1.1);
  transition: 0.3s linear;
}
#page3 .elements .box p {
  position: absolute;
  z-index: 6;
  height: 25px;
  object-fit: cover;
  color: aliceblue;
  font-family: "main";
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 600;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}

#page3 .elements .box video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 4;
}

#page3 .elements .box:hover img {
  opacity: 0;
}

@media screen and (max-width: 600px) {
  #page3 {
    width: 100%;
    min-height: 70vh;
    position: relative;
    padding: 3vw;
    padding-top: 15vw;
  }
  #page3 h2 {
    font-size: 7vw;
    letter-spacing: 0.5;
  }
  #page3 .heading p {
    font-size: 14px;
    letter-spacing: 0.1px;
  }
  #page3 .elements {
    flex-direction: column;
    gap: 20px;
  }
  #page3 .elements .box {
    width: 100%;
    height: 450px;
    background-color: beige;
    position: relative;
    overflow: hidden;
  }
}

/* #############################   Page 5   ############################# */

#page4 {
  width: 100%;
  min-height: 70vh;
  position: relative;
  padding: 3vw;
  background-color: rgb(255, 255, 255);
}
#page4 .elem1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 2px double rgb(211, 209, 209);
}
#page4 .elem1 p {
  font-family: "main";
  font-size: 23px;
  line-height: 33px;
}
#page4 #elem2 h2 {
  font-family: "main";
  font-weight: 500;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  letter-spacing: 0.1px;
  margin-top: 40px;
}

@media screen and (max-width: 600px) {
  #page4 {
    padding: 25px 3vw;
    padding-top: 50px;
  }
  #page4 .elem1 p {
    font-size: 18px;
    line-height: 25px;
  }
  #page4 #elem2 h2 {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    margin-top: 30px;
  }
}
/* #############################   Page 5   ############################# */

#page5 {
  height: 130vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#page5 video {
  height: 100%;
}
#page5 .text {
  position: absolute;
  z-index: 5;
  border: 1px solid white;
  border-radius: 50%;
  height: 55%;
  width: 35vw;
  color: white;
  font-family: "main";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page5 h3 {
  font-size: 4.3vw;
  font-weight: 500;
}
#page5 p {
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  #page5 {
    height: 100vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #page5 video {
    height: 100%;
  }
  #page5 .text {
    height: 70vw;
    width: 70vw;
  }
  #page5 h3 {
    font-size: 26px;
    font-weight: 500;
  }
}

/* #######################   GET IN TOUCH   ########################### */

#getintouch {
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding-bottom: 10vw;
}

#getintouch h1 {
  font-size: 8vw;
  font-weight: 500;
  font-family: "rejouice";
  letter-spacing: 1px;
  border-bottom: 1px double rgb(87, 86, 86);
  margin-left: 3%;
}
#swiperDiv {
  width: 100%;
  height: 370px;
  transform: translateY(-35px);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
}

.swiper-slide img {
  display: block;
  width: 23%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}
#getintouch .part3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 8vw;
  font-family: "main";
}
#getintouch .part3 p {
  font-size: 20px;
}
#getintouch .part3 h2 {
  margin-top: 11px;
  font-size: 4.1vw;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  #getintouch h1 {
    font-size: 50px;
    font-weight: 500;
    font-family: "rejouice";
    letter-spacing: 1px;
    border-bottom: 1px double rgb(87, 86, 86);
    margin-left: 3%;
  }
  #swiperDiv {
    width: 100%;
    height: 300px;
    transform: translateY(0);
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    background-color: white;
  }

  .swiper-slide img {
    display: block;
    width: 80%;
    object-fit: cover;
  }
  #getintouch .part3 {
    margin-top: 50px;
    font-family: "main";
  }
  #getintouch .part3 p {
    font-size: 20px;
  }
  #getintouch .part3 h2 {
    margin-top: 5px;
    font-size: 45px;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 1px;
  }
}

/* #################################    Footer   ################################### */
#footer {
  width: 100%;
  min-height: 100vh;
  /* position: relative; */
  padding: 3vw;
  background-color: black;
}
#footer .first {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "main";
  background-color: black;
}
#footer .first h3 {
  font-weight: 500;
  font-size: 25px;
  color: rgb(255, 255, 255);
}
#footer .first button {
  color: aliceblue;
  font-weight: 500;
  background-color: transparent;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid white;
  padding: 14px 25px;
  margin-top: 25px;
}
#footer .first p {
  color: aliceblue;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
}
#footer .first .firstRight {
  display: flex;
  gap: 75px;
}
#footer .bottom h1 {
  margin-top: 50px;
  text-align: center;
  font-size: 21vw;
  list-style: 25vw;
  font-family: "rejouice";
  letter-spacing: -25px;
  color: white;
}

@media screen and (max-width: 660px) {
  #footer .first {
    display: flex;
    flex-direction: column;
    gap: 55px;
  }
  #footer .first .firstRight {
    display: flex;
    gap: 75px;
  }

  #footer .bottom h1 {
    font-size: 80px;
    letter-spacing: -7px;
    line-height: 85px;
  }
}
