* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  background: transparent;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  scroll-behavior:smooth;
}

/* Defines the header font as Manrope, imported from Google */
.manrope-font {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* Use this to test positioning of elements */
.border_test{
  background-color: transparent;
  width: 100%;
  border: 0.0625em solid red;
  padding: 0.0625em;
  margin: 0.0625em;
}

body {
width: 100%;
background-color: rgb(43,43,42);
}

.showcase {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
overflow: clip;
}

.container_standard {
  display: block;
  position: relative;
  height: 100%;
  overflow: clip;
}

/* Header Hero and Standard */ 
.header_hero {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header_standard {
  display: fixed;
  position: relative;
  width: 100%;
  z-index: 2;
}

.sticky_tag_h1 {
  display: flex;
  position: sticky;
  height: 3.5em;
  width: 100%;
  top: 1.8em;
  right: 0;
  background-color: transparent;
  text-align: justify;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(30px) brightness(100%);
  backdrop-filter: blur(30px) brightness(100%);
  z-index: 2;
}

/*************************************
** Background colors for each slide **
*************************************/
.background_color_1 {
background-color: rgb(43, 42, 42);
}

.alignment_logo_text {
  position: fixed;
  left: 3.1em;
  top: 1.8em;
}
.alignment_logo {
  position: fixed;
  left: 1.7em;
  top: 0.8em;
}

.logo img {
  animation: rotate 30s linear infinite;
}

.video_container{
  display: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: saturate(20%) sepia(80%) contrast(70%);
  background: center / cover no-repeat;
  z-index: -1;
}

.video_container video {
min-width: 100%;
min-height: 100%;
object-fit: cover;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.alignment_footer {
  display: flex;
  flex-direction: row;
  position: absolute;
  padding: 1.5em;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.50);
  width: 100%;
  z-index: 2;
}

.alignment_middle_footer {
  display: flex;
  flex-direction: row;
  position: absolute;
  margin-bottom: 1em;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.alignment_hero {
  display: flex;
  position: absolute;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.alignment_img {
  position: absolute;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  z-index: 1;
}

.alignment_img_cog_l {
  position: absolute;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-bottom: 2.5em;
  top: 0;
  left: 0;
  z-index: 1;
}

.alignment_img_cog_m {
  position: absolute;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-top: 100px;
  Padding-left: 100px;
  top: 0;
  left: 0;
  z-index: 1;
}

.alignment_img_cog_s {
  position: absolute;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-top: 11.438em;
  padding-right: 1.125em;
  top: 0;
  left: 0;
  z-index: 1;
}

.alignment_slide_1_Text_1 {
  display: block;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  font-size: large;
  text-align: center;
  padding-top:1%;
  padding-bottom: 2%;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 200%;
  z-index: 1;
}

.alignment_slide_1_Text_4 {
  display: block;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  font-size: large;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 4%;
  line-height: 200%;
  z-index: 1;
}

.alignment_slide_1_Text_2{
  display: block;
  position: relative;
  justify-content: center;
  text-align: center;
  font-size: large;
  z-index: 1;
}

.alignment_slide_1_Text_3{
  display: block;
  position: relative;
  justify-content: center;
  text-align: center;
  font-size: large;
  z-index: 1;
}

/*Slide 3*/
.alignment_slide_2_Text_1{
  position: absolute;
  display: block;
  left: 100;
  top: 140;
  font-size: large;
  z-index: 1;
}

.alignment_slide_2_Text_2{
  position: absolute;
  display: block;
  right: 100;
  bottom: 140;
  font-size: large;
  z-index: 1;
}

.alignment_contact_us_text{
  display: block;
  position: absolute;
  
  padding: 2.5em;
  left: 1.25em;
  top: 12.5em;
  font-size: large;
  z-index: 2;
}

.alignment_whatsapp_icon{
  display: flex;
  position: relative;
  
  left: 37.5em;
  bottom: 9.375em;
  z-index: 2;
}

.alignment_email_icon{
  display: flex;
  position: relative;
 
  left: 36.875em;
  bottom: 13.75em;
  z-index: 2;
}

.alignment_service_left_column_text_1 {
  display:flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: solid 2px rgb(171, 168, 144);
  background-color: rgba(0, 0, 0, 0.60);
  border-radius: 25px;
  width: 40%;
  min-height: 14%;
  max-height: auto;
  top: 18%;
  left: 7%;
  font-size: auto;
  padding: 0.5em 0.5em 0.5em 0.5em;
  z-index: 1;
}

.alignment_service_right_column_text_1 {
  display:flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: solid 2px rgb(171, 168, 144);
  background-color: rgba(0, 0, 0, 0.60);
  border-radius: 25px;
  width: 40%;
  min-height: 14%;
  max-height: auto;
  top: 18%;
  right: 7%;
  font-size: auto;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 2em;
  z-index: 1;
  }

.alignment_service_left_column_text_2 {
  display:flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: solid 2px rgb(171, 168, 144);
  background-color: rgba(0, 0, 0, 0.60);
  border-radius: 25px;
  width: 40%;
  min-height: 14%;
  max-height: auto;
  top: 44%;
  left: 7%;
  font-size: auto;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 2em;
  z-index: 1;
  }

.alignment_service_right_column_text_2 {
  display:flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: solid 2px rgb(171, 168, 144);
  background-color: rgba(0, 0, 0, 0.60);
  border-radius: 25px;
  width: 40%;
  min-height: 14%;
  max-height: auto;
  top: 44%;
  right: 7%;
  font-size: auto;
  padding: 0.5em 0.5em 0.5em 0.5em;
  z-index: 1;
  }

.alignment_service_left_column_text_3 {
  display:flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: solid 2px rgb(171, 168, 144);
  background-color: rgba(0, 0, 0, 0.60);
  border-radius: 25px;
  width: 40%;
  min-height: 14%;
  max-height: auto;
  top: 68%;
  left: 7%;
  font-size: auto;
  padding: 0.5em 0.5em 0.5em 0.5em;
  z-index: 1;
  }

.alignment_service_right_column_text_3 {
  display:flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: solid 2px rgb(171, 168, 144);
  background-color: rgba(0, 0, 0, 0.60);
  border-radius: 25px;
  width: 40%;
  min-height: 14%;
  max-height: auto;
  top: 68%;
  right: 7%;
  font-size: auto;
  padding: 0.5em 0.5em 0.5em 0.5em;
  z-index: 1;
  }

.border-3 {
  position: absolute;
  display: block;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.50);
  left: 0;
  top:14.5%;
  width: 100%;
  min-height: 14%;
  z-index: 1;
}


.border-4 {
  position: absolute;
  display: block;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.50);
  left: 0;
  top: 88%;
  width: 100%;
  min-height: 14%;
  z-index: 1;
}

.border-5 {
  position: absolute;
  display: block;
  padding: 5px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, .0);
  left: 0;
  top: 31%;
  width: 40%;
  height: 57%;
  line-height: 170%;
  font-weight: bold;
  z-index: 1;
}

.border-6 {
  position: absolute;
  display: block;
  padding: 5px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, .0);
  right: 0;
  top: 31%;
  width: 40%;
  height: 57%;
  line-height: 170%;
  font-weight: bold;
  z-index: 1;
}

.orangeFont {
  color: rgb(237, 100, 3);
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.whiteFont {
    color: white;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.img_resize {
  padding-right:0.5em;
  width:2em;
  height:2em;
}

@media screen and (max-width: 880px) {
  /*SLIDE 3 - Hides the COGS*/
  .alignment_img_cog_l, .alignment_img_cog_m, .alignment_img_cog_s  {
  display: none;
  }

/*SLIDE 3 - Adjust Text and add Y-scrollbar*/
  .alignment_slide_2_Text_1{
    display: flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    scrollbar-color:white;
    font-size: auto;
    width: 100%;
    left: 0;
    padding-left: 50px;
    top: 20%;
    height: 35%;
  }

  .alignment_slide_2_Text_2{
    display: flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    scrollbar-color:white;
    font-size: auto;
    width: 100%;
    left: 0;
  	padding-left: 50px;
    top: 60%;
    height: 35%
  }
}

/*RESIZE FOR MOBILE DEVICES*/
@media screen and (max-width: 680px) {
  .alignment_hero, h2 {
    height: auto;
    font-size: 0.6em;
    padding: 1em;
  }

  /*Used to adjust <h2> fonts*/
  .mobile {
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
  }

  section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /*Adjust logo image and text*/
  .alignment_logo_text {
      left: 3.15em;
      font-size: 1em;
  }

  .img_resize{
    padding-left:0.5em;
    width:2.5em;
    height:2.5em;
  }

  .sticky_tag_h1 {
    top: 5.8em;
  }

  /*SLIDE 3 - Hides the COGS*/
  .alignment_img_cog_l, .alignment_img_cog_m, .alignment_img_cog_s  {
  display: none;
  }

/*SLIDE 3 - Adjust Text and add Y-scrollbar*/
  .alignment_slide_2_Text_1{
    display: flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    scrollbar-color:white;
    font-size: auto;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 20%;
    height: 35%;
  }

  .alignment_slide_2_Text_2{
    display: flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    scrollbar-color:white;
    font-size: auto;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 60%;
    height: 35%
  }


.border-3 {
  display: flex;
  position: relative;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.50);
  top: 14%;
  width: 100%;
  height: 15%;
  z-index: 1;
}

.alignment_slide_1_Text_1 {
  display: block;
  position: absolute;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 0.8em;
  padding-left: 0;
  padding-right: 0;
  line-height: 150%;
  z-index: 1;
}

.border-4 {
  display: flex;
  position: absolute;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.50);
  left: 0;
  top: 88%;
  width: 100%;
  height: 17%;
  z-index: 1;
}

.alignment_slide_1_Text_4 {
  display: block;
  position: relative;
  justify-content: center;
  width: 100%;
  font-size: 0.8em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10%;
  line-height: 150%;
  z-index: 1;
}

.border-5 {
  display: flex;
  position: absolute;
  align-items: center;
  align-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, .0);
  top: 20%;
  width: 100%;
  height: 55%;
  line-height: 120%;
  z-index: 1;
}

.alignment_slide_1_Text_2 {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0.8em;
  line-height: 125%;
  z-index: 1;
}

.border-6 {
  display: flex;
  position: absolute;
  align-items: center;
  align-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, .0);
  top: 44%;
  width: 100%;
  height: 55%;
  line-height: 120%;
  z-index: 1;
}

.alignment_slide_1_Text_3 {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0.8em;
  line-height: 125%;
  z-index: 1;
}

div {
  flex-basis: 100%;
    height: 100px;
    margin-bottom: 0.5rem;
}

.alignment_middle_footer {
  align-items: right;
  justify-content: right;
  text-align: right;
  padding-right: 1em;
  z-index: 2;
}

.alignment_middle_footer {
  align-items: right;
  justify-content: right;
  text-align: right;
  padding-right: 1em;
  z-index: 2; 
}

.alignment_service_right_column_text_1 {
  display: inline-block;
  height: fit-content;
  margin-bottom:2px;
  width: 100%;
  font-size: 0.8em;
  top:2%;
  left:0;
  }

.alignment_service_left_column_text_1 {
  display: inline-block;
  height: fit-content;
  margin-bottom:2px;
  width: 100%;
  font-size: 0.8em;
  top:31%;
  left:0;
} 

.alignment_service_right_column_text_2 {
  display: inline-block;
  height: fit-content;
  margin-bottom:2px;
  width: 100%;
  font-size: 0.8em;
  top:57.5%;
  left:0;
  }

.alignment_service_left_column_text_2 {
  display: inline-block;
  height: fit-content;
  margin-bottom:2px;
  width: 100%;
  font-size: 0.8em;
  top:86.5%;
  left:0;
}

.alignment_service_right_column_text_3 {
  display: inline-block;
  height: fit-content;
  margin-bottom:2px;
  width: 100%;
  font-size: 0.8em;
  top:111.5%;
  left:0;
  }

.alignment_service_left_column_text_3 {
  display: inline-block;
  height: fit-content;
  margin-bottom:2px;
  width: 100%;
  font-size: 0.8em;
  top:132.5%;
  left:0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: none;
  float: top;
  margin: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 470px;
  top:14%;
  scrollbar-gutter: stable;
  }

#style-6::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(219, 171, 38, 0.7);
	background-color: #f5f5f5;
  border-radius: 6px;
  right: 2px;
}

#style-6::-webkit-scrollbar
{
  width: 6px;
  border: 2px;
  right: 2px;
	background-color: rgba(219, 171, 38, 0.7);
}

#style-6::-webkit-scrollbar-thumb
{
	background-color: rgb(237, 100, 3);
  border: 2px solid rgba(219, 171, 38, 0.7);
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

}