body{
  margin: 0;
  overflow-x: hidden;
}
@font-face {
  font-family: 'Bebas';
    src: url('fonts/BebasNeue Book.otf');
}
@font-face {
  font-family: 'quicksand';
    src: url('fonts/Quicksand-Regular.ttf');
}
@font-face {
  font-family: 'lato';
    src: url('fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: 'archivo';
    src: url('fonts/ArchivoBlack-Regular.ttf');
}
::selection{
  background-color: #a69161;
  color: #fff;
}
::-webkit-scrollbar{
  width: 5px;
}

::-webkit-scrollbar-thumb{
  background-color: #a69161;
}

::-webkit-scrollbar-track{
  background-color: #fff;
}
div{
  transition: 800ms;
}
.land{
  padding-top: 40vh;
  height: 70vh;
  width: 100vw;
  max-width: 100vw;
  background-image: url('assets/macbg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.landtext{
  display: inline-block;
  width: 60vw;
  margin-top: -20px;
  font-size: 70px;
  color: #fff;
  text-align: center;
  margin-left: 20vw;
  transition: 2s;
  opacity: 0;
  font-family: 'lato';
  transform: translateY(10vh);
}
.line{
  position: absolute;
  display: inline-block;
  margin-top:32px;
  width:20vw;
  height: 3px;
  background-color: #fff;
  transition: 2s all ease-in-out;
  transition-delay: 500ms;
  transform: translateX(-25vw);
}
.line2{
  transform: translateX(25vw);
  float: right;
}
.arrow{
  margin: auto;
  width: 50px;
  margin-top: 30vh;
  transition: 2s all ease-in-out;
  animation: arrow 2s linear infinite;
}
.bar{
  height: 2px;
  width: 40px;
  border-radius: 5px;
  background-color: #fff;
}
.bar1{
  transform: rotate(45deg);
}
.bar2{
  transform: rotate(-45deg);
  margin-left: 27.5px;
  margin-top: -1px;
}
.about{
  background-color: #fff;
  padding-top: 20vh;
  padding-bottom: 20vh;
  text-align: center;
}
.abhead{
  font-family: 'Bebas';
  font-size: 60px;
  transform: translateY(100px);
  opacity: 0;
}
.abheadspan{
  font-size: 30px;
  font-family: 'quicksand';
  color: #a69161;
}

.abtext{
  font-family: 'lato';
  width: 50vw;
  font-size: 20px;
  margin: auto;
  transform: translateY(100px);
  opacity: 0;
  transition-delay: 200ms;
}
.abimg{
  height: 70vh;
  transform: translateY(100px);
  opacity: 0;
  transition-delay: 400ms;
  width: 50vw;
  margin: auto;
  background-image: url('assets/mac1.jpg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.black{
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #1c2024;
}
.bhead{
  color: #efefef;
  padding-left: 10vw;
  transform: translateY(100px);
  opacity: 0;
}
.btext{
  color: #efefef;
  width: 40vw;
  margin-left: 0vw;
  padding-left: 10vw;
  transform: translateY(100px);
  opacity: 0;
}
.blackimg{
  height: 100vh;
  width: 80vw;
  margin-top: -40vh;
  background-image: url('assets/imac2.jpg');
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(100px);
  opacity: 0;
}
.btn{
  position: relative;
  z-index: 3;
  height: 5vh;
  width: 20vh;
  margin-left: 10vw;
  color: #a69161;
  font-size: 20px;
  font-family: 'quicksand';
  padding-top: 8px;
  transition: 200ms;
  text-align: center;
  border: 3px solid #a69161;
  cursor: pointer;
  transform: translateY(100px);
  opacity: 0;
}
.btn:hover{
  color: #efefef;
  box-shadow: inset 0vh 0px 0px 22px #a69161;
}
.gold{
  margin: auto;
  margin-top: 20vh;
  background-image: radial-gradient(rgb(196, 178, 136), #a69161);
  width: 80vw;
  padding-top: 20vh;
  padding-bottom: 20vh;
  text-align: center;
}
.gtext, .ghead{
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
}
.gtext{
  width: 50vw;
}
.s2{
  color: #7a673c;
}
.gimg{
  height: 70vh;
  width: 70vw;
  margin: auto;
  background-image: url('assets/mac2.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(100px);
  opacity: 0;
}
.last{
  background-color: #fff;
  padding-top: 20vh;
  padding-bottom: 20vh;
  text-align: center;
}
.btn2{

  padding: 12px;
  padding-top: 15px;
  margin: auto;
  color: #efefef;
  transition: 300ms;
  box-shadow: inset 0vh 0px 0px 35px #a69161;
}
.btn2:hover{
  box-shadow: none;
  color: #a69161;
}
.lastimg{
  height: 70vh;
  width: 70vw;
  margin: auto;
  background-image: url('assets/addem.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(100px);
  opacity: 0;
}
footer{
  background-color: #1c2024;
  font-size: 20px;
  color: #a69161;
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-align: center;
  font-family: 'quicksand';
}
.active{
  transform: translate(0px, 0px);
  opacity: 1;
}

@keyframes arrow {
  0%{
    margin-top: 30vh;
  }
  50%{
    margin-top: 33vh;
  }
  100%{
    margin-top: 30vh;
  }
}
