@font-face {
  font-family: customfont1;
  src: url(./fonts/GeneralSans-Regular.otf);
}

@font-face {
  font-family: customfont2;
  src: url(./fonts/GeneralSans-Medium.otf);
}

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

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

#loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5vw;
  width: 100%;
  height: 100vh;
  background-color: #a1a1a1;
  opacity: 1;
  position: absolute;
  z-index: 9999999;
}

.loader-loading {
  border-radius: 50px;
  width: 4vw;
  height: 0.2vw;
  background-color: #ffffff62;
  overflow: hidden;
}

.in-loader {
  border-radius: 50px;

  width: 10%;
  height: 100%;
  background-color: #888;
  transition: all ease 1s;
}

.minicircle {
  width: 0.9vw;
  height: 0.9vw;
  background-color: #fff;
  position: absolute;
  z-index: 99999;
  border-radius: 50%;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

#main {
  width: 100%;
  background-color: black;
  overflow: hidden;
}

#hero {
  width: 100%;
  height: 100vh;
  background-color: black;
  color: #fff;
  position: relative;
}

#nav {
  width: 100%;
  /* height: 10vh; */
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5vw 2.7vw;
  color: #fff;
}

#nav a {
  text-decoration: none;
  font-size: 0.9vw;
  font-weight: 600;
  color: #fff;
  opacity: 0;
}

#nav h4 {
  opacity: 0;
}

#heading {
  margin-top: 1.9vw;
  width: fit-content;
}

.heading-elem {
  width: fit-content;
  /* background-color: red; */
  overflow: hidden;
}
.heading-elem h1 {
  opacity: 0.6;
  font-size: 9.7vw;
  text-transform: uppercase;
  margin-left: 2.8vw;
  line-height: 0.9;
  /* background-color: red; */
  /* width: fit-content; */
  font-weight: 900;
  transform: translateY(100%);
}

.heading-elem:nth-child(2) {
  margin-left: 10vw;
}

.heading-elem3 {
  width: fit-content;
  /* background-color: red; */
  position: absolute;
  left: 52.5%;
  overflow: hidden;
  /* height: 10vh; */
}

.heading-elem3 h5 {
  /* text-align: right; */
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8vw;
  margin-top: 0.6vw;

  transform: translateY(-150%);
}

.heading-elem2 {
  width: fit-content;
  /* background-color: red; */
  overflow: hidden;
}

.heading-elem2 h5 {
  transform: translateY(-100%);
}

.heading-elem2:nth-child(1) {
  /* color: red; */
  margin-top: 3vw;
  position: absolute;
  right: 3%;
}
.heading-elem2:nth-child(2) {
  /* color: red; */
  position: absolute;
  margin-top: 4.2vw;
  right: 3%;
}

#small-heading {
  margin-top: 9vw;
  position: relative;
  /* padding-right: 2.7vw; */
}

#small-heading h5 {
  text-align: right;
  font-size: 0.85vw;
  text-transform: uppercase;
}

#herofooter {
  opacity: 0;
  width: 100%;
  position: absolute;
  /* top: 95%; */
  bottom: 3.5%;
  /* margin-top: 6.5vw; */
  padding: 0 3vw;
  display: flex;
  justify-content: space-between;
}

#herofooter a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  gap: 0.5vw;
}

#herofooter a:nth-child(2) {
  margin-right: 15vw;
}

/* #herofooter a i{
    color: #fff !important;
    font-size: 2vw;
} */

.herofooter-icon {
  display: flex;
  gap: 0.2vw;
}

.circle {
  opacity: 0.6;
  width: 1.5vw;
  height: 1.5vw;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle svg {
  height: 1vw;
  /* font-size: 3vw; */
  color: black;
}

#second {
  padding-top: 6.8vw;
  /* padding-left: 3vw; */
  /* padding-right: 11vw; */
  width: 100%;
  /* min-height: 100vh; */
  background-color: black;
  color: #fff;
  padding-bottom: 5vw;
}

.second-elem {
  border-top: 1px solid #888;
  width: 88%;
  margin-left: 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2vw 0.5vw;
  position: relative;
  /* overflow-x:hidden ; */
  /* background-color: red; */
}

.second-elem:hover {
  z-index: 99;
}

.second-elem:hover h1 {
  margin-left: 2.5vw;
  opacity: 0.2;
}
.second-elem:hover h5 {
  opacity: 0.2;
}

.second-elem h1 {
  opacity: 0.6;
  font-size: 6.7vw;
  text-transform: uppercase;
  transition: all linear 0.3s;
}

.second-elem h5 {
  font-size: 0.8vw;
  transition: all linear 0.2s;
}

.second-lastelem {
  border-bottom: 1px solid #888;
}

.second-elem img {
  opacity: 1;
  z-index: 5;
  transition: all linear 0.1s;
  height: 45vh;
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
}

#second button {
  margin-top: 3vw;
  border: none;
  outline: none;
  padding: 0.3vh 2.5vh;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8vw;
  font-weight: 600;
  margin-bottom: 10vw;
  margin-left: 3vw;
  transition: all linear 0.3s;
  cursor: pointer;
}

#second button:hover {
  background-color: #fff;
  color: #000;
}

.scroller {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 2.8vw 0;
  margin-bottom: 3vw;
  /* background-color: red; */
  position: relative;
}

.scroller-track {
  display: flex;
  gap: 7vw;
  animation: scrollerAnimation 20s linear infinite;
  width: max-content;
}

.scroller img {
  /* height: 150px;  */
  flex-shrink: 0;
}

@keyframes scrollerAnimation {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

#about {
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-left: 3vw;
}

#about-content {
  width: 100%;
  display: flex;
  margin-left: 36vw;
  margin-top: 6vw;
  gap: 4.5vw;
}

#about-content img {
  height: 12vw;
  width: 12vw;
  object-fit: cover;
}

#about-content-elem {
  width: 24%;
}

#about-content-elem h5 {
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 0.5vw;
}

#about-content-elem p {
  font-size: 0.9vw;
  margin-bottom: 1vw;
  line-height: 1.5;
}

#about-content-elem a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0.7vh 2.2vh;
  font-size: 0.8vw;
  transition: all linear 0.3s;
}

#about-content-elem a:hover {
  background-color: #fff;
  color: #000;
}

#about > h5 {
  font-size: 0.77vw;
  opacity: 0.6;
  text-transform: uppercase;
  margin-top: 10vw;
}

#about > a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
}
#about > a svg {
  margin-left: 0.4vw;
}

footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vw;
  padding-right: 3vw;
}

#footer-left {
  display: flex;
  gap: 1.8vw;
  font-weight: 500;
  font-size: 0.8vw;
}

#footer-right {
  display: flex;
  gap: 3vw;
}

#footer-right a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
