body {
  margin: 0;
  font-family: "Poppins";
  font-size: 16px;
  background: black;
  color: #ffffff;
}
.mainContainerStyle {
  display: flex;
  flex-flow: column;
}

.headerOptionsStyle a {
  padding: 0 1rem 0 0;
  width: min-content;
  color: #ffffff;
  text-decoration: none;
}

.headerOptionsStyle ul {
  padding: 0 1rem 0 0;
  width: auto;
}

.headerOptionsStyle li {
  padding: 0 2rem;
  display: inline;
  font-size: 2rem;
}

.headerOptionsStyle {
  padding: 0;
  margin: 1rem;
  flex-flow: row;
  display: flex;
  justify-content: flex-end;
}

.topContainerSloganStyle {
  margin: 5rem;
}
.topContainerSloganStyle h3 {
  font-size: 5rem;
  margin: 0;
  padding: 0;
}

.topContainerSloganStyle h4 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}

.topContainerSloganStyle p {
  width: 50%;
}

.middleContainerStyle {
  display: flex;
  flex-flow: column;
}

.spanSpace {
  margin: 0 0.5rem;
}

.whowearestyle {
  margin: 0 5rem;
  text-align: end;
}

.whowearestyle h3 {
  margin: 3rem 0 0 0;
  font-size: 8.5rem;
  line-height: 8rem;
}
.whowearestyle h4 {
  font-size: 1.5rem;

  font-weight: 400;

  margin: 0;
}

.howwedoitstyle {
  justify-content: space-between;
  color: black;
  background-color: white;
  padding: 2rem 5rem;
  display: flex;
  flex-flow: row;
  align-items: start;
}

.howwedoitstyle h4 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

.whowearestyle h5 {
  margin: 0 0 3rem 0rem;
  font-size: 1rem;
  font-weight: 100;
}
.videohowwedoitstyle {
  width: 35%;
}
.videohowwedoitstyle video {
  width: 75%;
}

.valueshowedoitStyle {
  display: flex;
  flex-flow: column;
  align-self: center;
  justify-content: center;
  margin: 3rem 0;
}

.valueshowedoitStyle h3 {
  font-size: 7rem;

  padding: 0 2rem;

  margin: 0;
}

.crossthroughWavyline {
  text-decoration: line-through;
  text-decoration-color: #090963;
  text-decoration-style: wavy;
}

.ourservicesStyle h3 {
  font-size: 7rem;
  letter-spacing: 1rem;
  margin: 3rem 0 0 5rem;
}

.ourservicesStyle {
  margin-bottom: 3rem;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #ccc;
  margin: 2.5rem 0 0 0;
  padding: 0;
}

.ourservicesStyle .ourservicesStyleService {
  font-size: 3rem;
  letter-spacing: 0.5rem;
  margin: 0rem 0 0 5rem;
}

.ourservicesStyle .ourservicesStyleService:hover {
  cursor: pointer;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  margin: 0rem 0 0 5rem;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #090963;
  transition: text-decoration 1s ease-in;
}

.bottomContainerStyle {
  background: white;
  color: black;
  display: flex;
  flex-flow: column;
}

.coolTogetherDiv h3 {
  font-size: 8rem;
  margin: 4rem 0 0 4rem;
}

.coolTogetherDiv h4 {
  font-size: 4rem;
  margin: 1rem 0 0 4rem;
  text-decoration: underline;
  text-decoration-style: wavy;
}

.footer {
  margin: 1rem 4rem;

  display: flex;

  flex-flow: row;

  align-items: baseline;

  justify-content: space-between;
}
.footer a {
  color: black;
}

.footer h5 {
  font-size: 1rem;
  font-weight: 200;
}
.boxFooter a {
  color: white;
  margin: 0.5rem 0;
  padding: 0;
  float: left;

  font-size: 0.8rem;
}

.boxFooter h4 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 200;
}

.boxFooter input {
  color: black;
  border: 0;
  margin: 1rem 0;
  padding: 0;
  width: 20rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: normal;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #000000;
}

.subscribeButtonFoooter {
  cursor: pointer;
  font-family: inherit;
  position: relative;
  float: left;
  display: inline-block;
  margin-top: 1rem;
  padding-right: 3rem;
  padding-left: 3rem;
  height: 40px;
  font-size: 1rem;
  outline: none;
  border: none;
  background: #131313;
  color: #f5f5f5;
  box-shadow: 0 3px 6px 0 rgba(9, 9, 99, 0.39);
}

#video-container {
  position: absolute;
}
#video-container {
  top: 14%;
  left: 8%;
  height: 100%;
  width: 85%;
  overflow: hidden;
  z-index: -1;
}
#video-container video {
  position:absolute;
  z-index:0;
}
#video-container video.fillWidth {
  width: 100%;
}


@media only screen and (max-width: 480px) {
  .topContainerSloganStyle {
    margin: 1rem;
  }

  .spanSpace {
    margin: 0;
  }

  .topContainerSloganStyle p {
    width: 100%;
  }

  .whowearestyle {
    margin: 0 1rem;
    text-align: start;
  }
  .howwedoitstyle {
    justify-content: space-between;
    color: black;
    background-color: white;
    padding: 2rem 1rem;
    display: flex;
    flex-flow: column;
    align-items: start;
  }

  .howwedoitstyle h4 {
    font-size: 3rem;
    margin: 0;
    padding: 0;
  }

  .valueshowedoitStyle h3 {
    font-size: 3rem;
    padding: 0 1rem;
    margin: 0;
   
  }

  .videohowwedoitstyle {
    width: 100%;
}

.videohowwedoitstyle video {
  width: 100%;
}

.ourservicesStyle .ourservicesStyleService {
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  margin: 0rem 0 0 1rem;
}

.ourservicesStyle h3 {
  font-size: 3.3rem;
  letter-spacing: 0.5rem;
  margin: 3rem 0 0 1rem;
} 

.coolTogetherDiv h4 {
  font-size: 2rem;
  margin: 1rem 0 0 1rem;
  text-decoration: underline;
  text-decoration-style: wavy;
}

.coolTogetherDiv h3 {
  font-size: 2rem;
  margin: 4rem 0 0 1rem;
}

.footer {
  margin: 1rem 1rem;
  display: flex;
  flex-flow: column;
  align-items: baseline;
  justify-content: space-between;
}

.boxFooter h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 200;
}

.boxFooter input {
  color: black;
  border: 0;
  margin: 1rem 0;
  padding: 0;
  width: 17rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: normal;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #000000;
}



.ourservicesStyle .ourservicesStyleService:hover {
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  margin: 0rem 0 0 1rem;
}


.whowearestyle h3 {
  margin: 6rem 0 0 0;
  font-size: 3.5rem;
  line-height: 4rem;
}

#video-container {
  top: 98%;
  height: 100%;
  width: 85%;
  overflow: hidden;
  z-index: -1;
}
}


@media only screen and (max-width:767px) and (min-width: 481px) {
  .topContainerSloganStyle {
    margin: 2rem 5rem 1rem 5rem;
}

#video-container {
  top: 77%;
  left: 8%;
  height: 100%;
  width: 85%;
  overflow: hidden;
  z-index: -1;
}
.whowearestyle h3 {
  margin: 0rem 0 0 0;
  font-size: 4.5rem;
  line-height: 5rem;
}


.howwedoitstyle {
  justify-content: space-between;
  color: black;
  background-color: white;
  padding: 1rem 1rem;
  display: flex;
  flex-flow: row;
  align-items: start;
} 

.howwedoitstyle h4 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.videohowwedoitstyle {
  width: 37%;
  margin-top: 1rem;
}

.valueshowedoitStyle h3 {
  font-size: 3rem;
  padding: 0 0rem;
  margin: 0;
}

.valueshowedoitStyle {
    display: flex;
    flex-flow: column;
    align-self: center;
    justify-content: center;
    margin: 1rem 0;
}

.ourservicesStyle h3 {
  font-size: 3.5rem;
  letter-spacing: 1rem;
  margin: 1rem 0 0 1rem;
}
.ourservicesStyle .ourservicesStyleService {
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  margin: 0rem 0 0 1rem;
}

.ourservicesStyle .ourservicesStyleService:hover {
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  margin: 0rem 0 0 1rem;
}

.coolTogetherDiv h3 {
  font-size: 4rem;
  margin: 1rem 0 0 1rem;
}

.coolTogetherDiv h4 {
  font-size: 2rem;
  margin: 1rem 0 0 1rem;
  text-decoration: underline;
  text-decoration-style: wavy;
}

.footer {
  margin: 1rem 1rem;
  display: flex;
  flex-flow: row;
  align-items: baseline;
  justify-content: space-between;
}

.footer h5 {
  font-size: 0.7rem;
  font-weight: 200;
}

.boxFooter h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 200;
}

.boxFooter input {
  color: black;
  border: 0;
  margin: 1rem 1rem 0 0rem;
  padding: 0;
  width: 15rem;
  font-size: 1rem;
  font-family: inherit;
  font-weight: normal;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #000000;
}

.headerOptionsStyle li {
  padding: 0 2rem;
  display: inline;
  font-size: 1rem;
}
}

@media only screen and (max-width:1024px) and (min-width: 767px) {
  .headerOptionsStyle li {
    padding: 0 2rem;
    display: inline;
    font-size: 1.5rem;
}

#video-container {
  top: 77%;
  left: 8%;
  height: 100%;
  width: 85%;
  overflow: hidden;
  z-index: -1;
}
.whowearestyle h3 {
  margin: 0rem 0 0 0;
  font-size: 5.5rem;
  line-height: 6rem;
}

.howwedoitstyle {
  justify-content: space-between;
  color: black;
  background-color: white;
  padding: 1rem 1rem;
  display: flex;
  flex-flow: row;
  align-items: start;
}

.howwedoitstyle h4 {
	font-size: 3rem;
	margin: 0;
	padding: 0;
}
.valueshowedoitStyle h3 {
	font-size: 5rem;
	padding: 0 1rem;
	margin: 0;
}

.valueshowedoitStyle {
	display: flex;
	flex-flow: column;
	align-self: center;
	justify-content: center;
	margin: 0rem 0;
}

.valueshowedoitStyle h3 {
	font-size: 4rem;
	padding: 0px 1rem;
	margin: 0;
}

.ourservicesStyle h3 {
	font-size: 4rem;
	letter-spacing: 1rem;
	margin: 1rem 0 0 1rem;
}

.ourservicesStyle .ourservicesStyleService {
	font-size: 1.5rem;
	letter-spacing: 0.5rem;
	margin: 0rem 0 0 1rem;
}


.ourservicesStyle .ourservicesStyleService:hover {
	font-size: 1.5rem;
	letter-spacing: 0.5rem;
	margin: 0rem 0 0 1rem;
}

.coolTogetherDiv h3 {
	font-size: 5rem;
	margin: 1rem 0 0 1rem;
}

.coolTogetherDiv h4 {
	font-size: 4rem;
	margin: 1rem 0 0 1rem;
	text-decoration: underline;
	text-decoration-style: wavy;
}

.footer {
	margin: 1rem 1rem;
	display: flex;
	flex-flow: row;
	align-items: baseline;
	justify-content: space-between;
}

.boxFooter input {
	color: black;
	border: 0;
	margin: 1rem 4rem 0 0;
	padding: 0;
	width: 16rem;
	font-size: 1rem;
	font-family: inherit;
	font-weight: normal;
	outline: 0;
	background: transparent;
	border-bottom: 2px solid #000000;
}
}


 

