/* Mobile 500px */

.landing {
  color: white;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  background-color: var(--primary);
  /* background-image: url("https://ishitajain.github.io/assets/ar-bg.png"); */
}

.landing canvas {
  position: absolute;
  top: 0;
}

.landing .content {
  margin: 0 auto;
  width: 500px;
  position: relative;
  top: 30%;
  color: grey;
  z-index: 1;
}

.landing .content .vertical-divider {
  position: absolute;
  left: 50%;
  height: 150px;
  background: grey;
  width: 1px;
  margin: 0 5px;
  padding: 0;
  top: 0;
}

.content .grey-box {
  margin: 0 auto;
}
.gateway {
  display: flex;
  min-height: 185px;
  width: 530px;
}
.gateway > div {
  padding: 20px;
  cursor: pointer;
}

/**************** INTRO ******************/

#intro .page > div {
  position: relative;
}

#intro .main-links {
  width: 100%;
  padding: 10px 5rem;
  text-align: right;
}

#intro .main-links a {
  border-right: 1px solid #896b23;
  padding: 0 2rem;
  transition: all 0.2s ease-in-out;
}
#intro .main-links a:last-child {
  border-right: 0;
  padding-right: 0;
}
#intro .main-links a:hover {
  color: #896b23;
  transform: scale(1.2);
}

#intro .center-box {
  height: 50%;
  background: transparent;
  text-align: right;
  padding: 5vh 5rem 0 5rem;
  line-height: 3rem;
}

#intro .content {
  position: absolute;
  bottom: 5vh;
  padding: 5vh 5rem;
}

/******  SERVICES ***********/
#services .page > div {
  position: relative;
  padding: 5vh 5rem;
}

#services .height-60 {
  position: relative;
  padding: 2rem 0;
}
#services .dark-box {
  top: 2rem;
  width: 20%;
  max-width: 200px;
  height: 130%;
  z-index: 1;
}
/* #services .content {
  position: absolute;
  text-align: center;
  left: 30%;
} */
#services .content li {
  line-height: 0.75rem;
}

#services .bottom .dark-box {
  left: 70%;
  top: 2rem;
  width: 22%;
  height: 280%;
  position: absolute;
}

/****** STAFFING *********/
#staffing .page > div {
  padding: 5vh 5rem;
}

#staffing .top .content {
  text-align: center;
}

#staffing .bottom .content {
  margin: 8% auto 6% auto;
  text-align: center;
  font-size: 16px;
}
#staffing li {
  line-height: 0.75rem;
}
#staffing .extra {
  height: 110vh;
}
/****** CONTACT *********/
#contact .page .row {
  padding: 5% 10%;
}
#particles-4 {
  position: relative;
}
#particles-4 > .row {
  position: absolute;
  top: 0;
  width: 100%;
}

#contact .top {
  position: relative;
}

#contact .top video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#contact .mid {
  color: white;
}

/** common **/
.rectangle {
  position: relative;
  right: 10px;
  background: transparent;
  border: 1px solid grey;
  height: 65px;
  width: 130px;
  top: 15px;
  margin: 0 auto;
  left: 20px;
}
.rectangle .txt {
  position: absolute;
  top: 100%;
  right: 0;
  color: white;
  font-weight: bolder;
}

.rectangle .num {
  position: absolute;
  font-size: 48px;
  left: -60px;
  font-weight: 200;
}
.rectangle .num-in {
  position: relative;
  top: -3px;
  left: -5px;
}

.rectangle.inverted {
  border-color: #b0b96e;
  color: white;
  left: 0;
  top: 0;
}
.rectangle.inverted .num {
  color: white;
}
.rectangle.inverted .num .nums {
  display: none;
}
/*************** Animations ******************/
.slide-up-svg {
  position: absolute;
  left: 50%;
}
.slide-up {
  animation: up 1s 1;
  transition-timing-function: ease-in-out;
}
@keyframes up {
  0% {
    transform: translate(0, 100%) scaleY(0.1);
  }
  100% {
    transform: translate(0, 0) scaleY(1);
  }
}

.slide-side {
  animation: side 1s 1;
  transition-timing-function: ease-in-out;
}
@keyframes side {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/**************** ANGIE NOTES ***********/
.ang-1 {
  line-height: 0px;
  font-size: 12px;
}
.ang-2 {
  line-height: 3rem;
  font-size: 60px;
}
.ang-3 {
  margin-bottom: 1rem;
  font-size: 18px;
}

.ang-4 {
  line-height: 2.5rem;
  margin-top: 5rem;
}

.ang-5 {
  margin-top: 2rem;
}
.ang-6 {
  position: relative;
  top: -0.5rem;
}
.ang-7 {
  font-size: 16px;
}
.ang-8 {
  width: 80%;
  margin-top: 13px;
  max-width: 700px;
}
.ang-9 {
  margin-bottom: -8px;
  font-size: 15px;
}
.ang-10 {
  font-size: 16px;
  margin: 2% auto;
}
.ang-11 {
  margin-bottom: 3rem;
}

.font-14 {
  font-size: 14px;
}
.font-13 {
  font-size: 13px;
}
.font-12 {
  font-size: 12px;
}

.blah {
  background: yellow;
  width: 10vw;
  height: 160px;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#particles-4,
#particles-2 {
  background: #181339;
}

.copyright {
  text-align: center;
  padding: 20px 0;
  font-size: 10px;
}
