/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styling Header */

#header-black{
    background-color: black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-text-div{
    float: right;
    color: white;
    font-size: 10rem;
    font-family: ff-carina,sans-serif;
    font-style: normal;
    line-height: 50px;
}

#moved-text{
    margin-left: 20px;
}

#headerimage{
  width: 20em;
  margin-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.header-container {
  display: flex;
  flex-direction: row;
}
/* Text-loop top styling
Code borrowed and adjusted from: https://codepen.io/julianofreitas/pen/BayKper?editors=1100 */

.m-scroll {
    display: flex;
    position: relative;
    width: 100%;
    height: 100px;
    margin: auto;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 1;
  }
  .m-scroll__title {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transform: scale(2);
    transition: all 1s ease;
  }
  .m-scroll__title > div {
    display: flex;
    -webkit-animation: scrollText 30s infinite linear;
            animation: scrollText 30s infinite linear;
  }
  .m-scroll__title h1 {
    margin: 0;
    font-size: 1em;
    color: #000000;
    transition: all 2s ease;
  }
  .m-scroll__title a {
    text-decoration: none;
    color: white;
  }
  .m-scroll__title a:hover {
    -webkit-text-stroke: 1px white;
    color: transparent;
  }
  /*div:hover {
    animation-play-state: paused;
  }*/
  .m-scroll-element{
    padding-left: 3.2px;
  }
  @-webkit-keyframes scrollText {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes scrollText {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }
.looptext-cont {
  margin-bottom: 4em;
}

/* MAIN styling */

b, strong {font-weight:bold !important;}

#grouppeople{
  width: 80%;
}

.group-people-cont{
  display: flex;
  justify-content: center;
}

.text-people{
  display: flex;
  justify-content: center;
  font-family: GlacialIndifference-Regular
}

#first-text-people{
  margin-top: 40px;
  font-size: 30px;
  margin-bottom: 50px;
}

#last-text-people{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 70px;
}

#bold-text-people{
  font-size: 50px;
  font-family: BlackMango-SemiBold;
  margin-bottom: 50px
}

.greyorange-cont {
  display: flex;
  flex-direction: row;
}

.orange-cont {
  background-color: #EE3E07;
  height: 22em;
  width: 50%;
}

.grey-cont{
  background-color: #CDCDCD;
  width: 50%;
  height: 22em;
}

.grey-heading{
  text-align: center;
  margin: 1rem;
  font-size: 7vh;
  font-family: ff-carina,sans-serif;
  font-style: normal;
}

.grey-p{
  text-align: left;
  padding: 30px 100px;
  font-family: GlacialIndifference-Regular;
  font-size: 15px;
  line-height: 1.2em;
}

.grey-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.grey-white-heading-cont {
  width: 50%;
}

.greyheading-cont {
  width: 50%;
}

.greyh1-cont {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
}

.orange-cont {
  position: absolute;
  z-index: -99;
}

.grey-cont {
  position: absolute;
  right: 0;
  z-index: -99;
}

.ontop-pic {
  position: relative;
  top: 5em;
  left: 9em;
  width: 350px;
}

.dronevideo-cont {
  position: relative;
  top: 21em;
}

.dronevideo {
  width: 75%;
  float: right;
}

/* Community part */

.community-cont{ 
  margin-top: 42vh;
  padding-left: 9rem;
}

#community-text{
  font-family: BlackMango-SemiBold;
  font-size: 21vh;
  position: absolute;
}

.community-img{
  position: relative;
  margin-top: 13vh;
}

/* Diversity part */

.diversity-cont {
  display: flex;
  flex-direction: row;
}

.diversity-left {
  width: 50%;
  left: 0;
}

.diversity-right {
  width: 50%;
  right: 0;
}

.diversity-heading{
  margin-top: 5em;
  font-family: BlackMango-ExtraBold;
  font-size: 50px;
  margin-bottom: 50px;
}

.yarn-def{
  font-size: 1.5em;
  font-family: GlacialIndifference-Italic;
}

.yarn-text{
  font-family: GlacialIndifference-Regular;
  font-size: 1.8em;
}

.linediv {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  float: left;
}

#firstline {
  width: 150px;
  background-color: grey;
  border: none;
  height: 1px;
}

#secondline {
  width: 575px;
  background-color: grey;
  border: none;
  height: 1px;
}

#img-diversity-right{
  margin-top: 20vh;
  margin-left: 5vh;
  position: absolute;
  width: 80vh;
}

.diversity-section {
  margin-bottom: 50vh;
}

#img-diversity-right-2{
  position: relative;
  top: 90vh;
  left: 60vh;
  width: auto;
}

.diversity-text {
  font-family: BlackMango-SemiBold;
  font-size: 10em;
  position: absolute;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: relative;
  top: 2em;
  left: 1em;
}

.diversity-img {
  transform: rotate(270deg);
  position: relative;
  left: 12em;
  bottom: 2em;
}

.rotate {
  animation: rotation 15s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.dotscircle {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
}

.cremedot {
  background-color: #EEE6C9;
  left: 35rem;
  top: 5rem;
}

.greydot {
  background-color: #CDCDCD;
  bottom: 55em;
  left: 7em;
}

.reddot {
  background-color: #EE3E07;
  left: 30rem;
  bottom: 12rem;
}

/* Video + unity part */

.video-heading{
  font-family: BlackMango-ExtraBold;
  font-size: 40px;
  margin-left: 175px;
}

#thirdline{
  margin-left: 175px;
  width: 425px;
  background-color: grey;
  border: none;
  height: 1px;
}

.videoline-cont {
  display: flex;
  flex-direction: row;
  height: 30rem;
  clear: both;
  margin-top: 7em;
  z-index: 1;
}

.whitecont-vid {
  width: 11%;
  background-color: #ffffff;
  position: absolute;
  z-index: 990;
}

.orangecont-vid {
  position: absolute;
  background-color: #EE3E07;
  width: 89%;
  right: 0;
}

.video-presentation {
  position: relative;
  width: 60%;
  left: 250px;
  top: 100px;
  z-index: 999 !important;
}

/* Arrow part*/ 

.justarrow-left {
  width: 11%;
}

.justarrow {
  width: 89%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.justarrow-text {
  position: relative;
  bottom: 34rem;
  padding-left: 16rem;
  font-family: GlacialIndifference-Regular;
  font-size: 1.9em;
}

.justarrow-text2 {
  position: relative;
  top: 35rem;
  padding-left: 54rem;
  font-family: BlackMango-SemiBold;
  font-size: 6em;
}

.arrowsvg {
  position: relative;
  width: 500px;
  height: 900px;
  right: 2.1rem;
}
.arrowcont {
  display: flex;
  flex-direction: row;
  position: relative;
  bottom: 15rem;
}

@keyframes arrowmove {
  from {bottom: 30em;}
  to {bottom: 15em;}
}

.slide-in-top {
	-webkit-animation: slide-in-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-3-31 12:45:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1200px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  55% {
      opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1200px);
            transform: translateY(-1200px);
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.001s both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.001s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-4-2 11:13:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Unity part*/

.unity-img{
  position: relative;
  left: 12rem;
  z-index: -89;
  bottom: 8rem;
}

.unity-text{
  position: relative;
  font-family: BlackMango-SemiBold;
  margin-left: 13rem;
  font-size: 10em;
  z-index: 11;
  bottom: 11rem;
}

.unitysection {
  margin-bottom: 5em;
  display: flex;
  flex-direction: row;
}

.unitydiv-cont-text {
  width: 50%;
}

.unitydiv-cont-circle {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.unitycircle {
  width: 15em;
  background-color: #EEE6C9;
  padding: 6em;
  border-radius: 50%;
  text-align: center;
  font-family: GlacialIndifference-Regular;
  font-size: 1.1em;
}

.unitydiv-cont-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.unitytext-bottom {
 display: flex;
 justify-content: center;
}

.unitybottom-text {
  font-family: BlackMango-SemiBold;
  font-size: 1.7em;
  text-align: center;
  padding-left: 5.5em;
  padding-right: 0.5em;
}
/* Flipping cards*/

.flip-cont{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.flip-cont-2{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 100px;
  justify-content: center;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  margin: 50px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


.flip-card-front {
  color: black;
}


.flip-card-back {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #EE3E07;
  color: white;
  transform: rotateY(180deg);
  border-radius: 50%;
  width:250px;
  height: 250px;
  font-family: GlacialIndifference-Regular;
  padding: 7px;
}

.picture{
  border-radius: 50%;
}

.picture-down{
  margin-top: 150px;
}

/* Footer styling */

footer {
  background-color: #000000;
  margin-top: 7em;
}

.footercont {
  padding: 2em 0em;
}

.somepic {
  width: 45px;
}

.baalogo-cont {
  padding-right: 2em;
}

.baalogo {
  width: 200px;
}

.onesome-cont {
  padding-left: 1em;
}

.some-cont {
  display: flex;
  flex-direction: row;
  padding-left: 1em;
}

.footercont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Scribble styling */

.linesvg {
  display: inline-block;
  height: 100%;
  opacity: 0.3;
}

.line-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
  z-index: -999;
}