@font-face {
  font-family: "poppins";
  src: url("./Poppins/Poppins-Medium.ttf");
}
@font-face {
  font-family: "rejoice";
  src: url("./Fonts/Rejouice-Headline.ttf");
}
@font-face {
  font-family: "nb";
  src: url("./Fonts/NBInternationalProBoo.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: rejoice;
}
html,
body {
  height: 100vh;
  width: 100%;
  background-color: #fee5a9;
}
body::-webkit-scrollbar {
  display: none;
}
.page1 {
  height: 100vh;
  width: 100%;
  background-color: #dadada;
  position: relative;
}
#cursor {
  height: 7vw;
  width: 7vw;
  background-color: #ff5f38;
  border-radius: 50%;
  position: fixed;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
#cursor h5 {
  font-size: 1.15vh;
  font-weight: 800;
}
.page1 video {
  height: 100%;
  width: 100%;

  object-fit: cover;
  position: absolute;
}
#page1--content {
  height: 100%;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.986); */
  position: relative;
  z-index: 10;
  color: #fefefe;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-bottom: 5vw; */
  justify-content: space-between;
}
nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 3vw 3vw;
  /* background-color: chartreuse; */
}
nav h3 {
  font-size: 1.4vw;
  font-weight: 100;
  font-style: normal;
}
nav h4 {
  font-size: 1.4vw;
  font-weight: 100;
}
#page1--content h1 {
  font-family: rejoice;
  font-size: 26vw;
  line-height: 25vw;
  color: #fefefe;
}

/* PAGE2 */

#page2 {
  height: 100vh;
  width: 100%;
  background-color: #fefefe;
}
.page2--content {
  font-family: rejoice;
  display: flex;
  align-items: center;
  width: 100%;

  justify-content: space-between;

  padding: 0px 50px;
  padding-top: 100px;
  padding-bottom: 10px;
  font-family: "nb";
  border-bottom: 1px solid black;
  width: 95%;
  margin-left: 35px;
}
.page2--content h4 {
  font-size: 2vw;
  font-weight: 200;
}
/* #loc {
  margin-top: 30px;
} */
.page2--about {
  display: flex;
  align-items: center;
  text-align: center;
  /* font-family: rejoice; */
  font-size: 60px;
  font-weight: 180;
  margin-top: 60px;
}

/* ///////////////////////////PAGE-3///////////////////////////////////// */
#page3 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding: 3vw;
}
#page3--top {
  /* background-color: #ff5f38; */
  text-align: center;
}
#page3--top h4 {
  margin-bottom: 1vw;
  font-size: 1vw;
  font-weight: 500;
}
#page3--top h4 span {
  font-size: 0.7vw;
  background-color: #000;
  color: white;
  padding: 4px 10px;
  border-radius: 10px;
}
#page3--top h2 {
  font-size: 4vw;
  font-weight: 500;
}
#page3--element {
  height: 75vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10vw;
  /* background-color: red; */
}

#page3--element .box {
  height: 100%;
  width: 33%;
  background-color: blue;
  position: relative;
}
#page3--element .box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#page3--element .box img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 1s;
}
#page3--element .box:hover img {
  opacity: 0;
}

/* ///////////////////////////////////////PAGE-4///////////////////////////////////////// */

#page4 {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #fefefe;
}

#page4 video {
  height: 100%;
}
#page4 svg {
  position: absolute;
  height: 70%;
}
#page4 h2 {
  position: absolute;
  color: white;
  text-align: center;
  font-size: 90px;
}

#page5 {
  height: 100vh;
  width: 100%;
  padding: 4vw 0;
  position: relative;
}
#page5 h1 {
  font-size: 10vw;
  font-weight: 100;
  border-bottom: 1px solid #000;

  width: 95%;
  margin-left: 2%;
}

#swiperdiv {
  height: 60vh;
  width: 100%;
  position: relative;
  margin-top: -6%;
}

.swiper {
  width: 160%;
  height: 100%;
}

.swiper-slide {
  width: 400px;
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}

.swiper-slide img {
  display: block;
  width: 18%;
  /* height: 100%; */
  object-fit: cover;
}

/* .swiper {
  margin-left: auto;
  margin-right: auto;
} */

#page6 {
  height: 100vh;
  width: 100%;
}
#page6 img {
  width: 100%;
}

#page7 {
  height: 100vh;
  width: 100%;

  background-image: url("./Assets/bg.gif");
  background-color: rgb(21, 21, 21);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}

.page7--head {
  margin-top: 100px;
  padding-top: 80px;
  border-bottom: 1px solid rgb(241, 234, 234);
  width: 95%;
  margin-left: 2%;
}
.page7--head h4 {
  font-size: 2vw;
  font-weight: 200;
  color: rgb(239, 241, 242);
  margin-bottom: 30px;
}

.topic {
  padding-top: 50px;
  color: white;
  width: 100%;
  font-weight: 100;
  margin-top: 130px;
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
