:root {
  --highLightColor: #70e68f;
  --hightLightDefault: #76f899;
  --bodyHeight: unset;
  --emailFeedBack: none;
  --nameFeedBack: none;
  --textFeedBack: none;
  --topButton: 0;
  --darkBorder: 0%;
  --lightBorder: 0%;
  --sizer: 1;
}




@font-face {
  font-family: "Techna";
  src: url(./fonts/BOREX-Regular.otf);
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url(/.fonts/Inter-Regular.ttf);
  font-weight: 400;
}



* {
  box-sizing: border-box;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;

}

html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {

  background-color: black !important;
  overflow-x: hidden;
  overflow-y: var(--bodyHeight);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  min-height: 200vh;
}

.fadeBlack {
  opacity: 0;
}

a {
  text-decoration: none !important;
  color: unset !important;
}

.selectEnable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.swapUp {
  opacity: 0;
  transform: translateY(100px)scale(0.1);
}

/*-------------------------------------------------------------------HEADER--------------------------------------------------------*/

#backgrounds {
  position: absolute;
  opacity: 0%;
}

#backgrounds img {
  width: 100%;
}


#backgroundImages {
  background-size: 100%;
  background-repeat: no-repeat;
  animation-name: scaleBack;
  animation-duration: 32s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  min-height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: 5;

}

#videoFrame {
  position: absolute;
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
  animation-name: hideVid;
  animation-duration: 8s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform: translate(64px,6px)scale(1.5);
  filter: brightness(90%);
  z-index: 10;
}

#mobileVideoFrame {
  position: absolute;
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
  animation-name: hideVid;
  animation-duration: 8s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  filter: brightness(90%);
  z-index: 10;
  display: none;
  transform: translateY(-48px);
}




/*------------------------------------------------------------NAVIGATION--------------------------------------*/


#phoneNumber {
    font-family: 'Techna';
    color: var(--highLightColor);
    text-transform:uppercase;
    letter-spacing: 1px;
    text-align: right;
    width: 40%;
    padding-top: 6px;
}

#phoneNumber div {
  cursor: pointer;
}

#phoneNumber span, #mobileLogo span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
#phoneNumber img {
  transform: translateY(-2px);
  width: 4%;
  margin-right: 8px;
}



#menu {
  display: none;
  position: absolute;
}


#navContainer {
  display: flex;
  justify-content: left;
  position: relative;
  z-index: 50000;
  width: 60%;
}

#navWrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 0px!important;
  padding-right: 0px!important;
}

#navigation {
  padding-top: 30px;
  z-index: 6000;
  min-height: 96px;
  background-color: black;
  opacity: 95%;
}

.lightShadow {
   box-shadow: 1px 0px 2px 0px rgb(129, 129, 129);
   background-image: url('./assets/navbg.png');
}


.navItem {
  margin-left: 0px;
  padding: .5rem;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: white;
  font-family: 'Techna';
  position: relative;
  transition-duration: 0.1s linear;
}

.navEffect {
  margin-top: -16px;
  opacity: 0%;
  letter-spacing: 5px;
  transition-delay: 0.2s;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.navItem:hover span {
  /* box-shadow: 0px 8px 0px 0px var(--highLightColor); */
  color: var(--highLightColor) !important;
  letter-spacing: 0.5px;

}

.navItem:hover div {
  opacity: 100%;
  letter-spacing: -3px;
  /* color: var(--highLightColor) !important; */
}


/*-----------------------------------------------HERO---------------------------------------------*/


#headlineText {
  color: white;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  width: 70%;
}

#mainHeadline {
  margin-top: 32vh;
  z-index: 5000;
  position: relative;
}

#mainHeadline h2 {
  color: var(--highLightColor);
  font-size: 24px !important;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#headLine button {
  background-color: var(--highLightColor);
  padding: 10px;
  margin-top: 16px;
  outline: none;
  border: none;
  box-shadow: none;
  padding-left: 30px;
  padding-right: 30px;
  color: #141414;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: .5px;
  font-size: 18px;
  font-weight: 500;
}

#headLine button:hover {
  color: #141414;
}

#headLine svg {
  margin-left: 0px;
}


#hero {
  min-height: 100vh;
}


/*-----------------------------------------------------------ABOUT------------------------------------------------------------------------------------*/


#about {
  background: url('./assets/wideback.png');
  padding-bottom: 48px;
  padding-top: 64px;
  scroll-margin-top: 256px;
  background-size: 110%;
  background-repeat: no-repeat;
  background-position-y: 100px;
  min-height: 100vh;
}

.aboutRow {
  justify-content: space-between;
  position: relative;
}


.aboutRow img {
  width: 100%;
  border-radius: 4px;
  transform: translateY(-20px);
  filter:drop-shadow(1px 1px 1px rgb(211, 211, 211));
}


#about h2 {
  color: white!important;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: right;
  font-family: 'Techna';
}

#about h3 {
  color: var(--highLightColor);
  text-align: right;
  font-size: 24px;
  margin-bottom: 48px;
  margin-top: -8px;
}

#about h2 span{
  color: rgb(133,133,133);
  font-size: 22px;
  margin-right: 12px;
}

.aboutDescription {
  color: white;
  margin-bottom: 32px;
  font-weight: 550;
}

.aboutDescriptionBottom {
  color: rgb(195, 195, 195);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 64px;
  border-left: dotted 10px var(--highLightColor);
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 4px;

}

.rightLineWrapper {
  display: flex;
  justify-content: right;
}
.closeLine {
  border-top: solid 20px var(--highLightColor);
  width: 128px;
  text-align: right;
}

.closeLeftLine {
  border-top: solid 20px var(--highLightColor);
  width: 128px;
  position: absolute;
}

/*--------------------------------------------------------------------------SERVICES---------------------------------------------*/


#services {
  background: url('./assets/qvaz.png');
  background-color: black;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-color: black;
  min-height: 100vh;
  scroll-margin-top: 296px;
  transition: ease;
  margin-bottom: 96px;
 
}

.servicesRow {
  justify-content: space-between;
}

.servicesRow h3 {
  color: var(--highLightColor);
  font-size: 32px;
  margin-bottom: 24px;
}

.servicesRow img {
  width: 105%;
  border-radius: 8px;
  margin-top: 4px;
}

.servicesDescription {
  color: rgb(195, 195, 195);
}

#services h2 {
  color: white;
  font-family: 'Techna'!important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

.closeBar {
  border-bottom: solid 20px var(--highLightColor);
  width: 128px;
  transform: translateY(-20px);

}

.servicesBackLight {
  padding-top: 84px;
  padding-bottom: 64px;
  background: linear-gradient(180deg, black 33%,  rgb(16,16,16) 95%);
  background-color: rgb(16, 16, 16);
  transform: skewY(-178deg)translateY(-36px)
}
.upperServicesContainer {
  transform: skewY(178deg);
}

.servicesBackDark {
  padding-top: 184px;
  padding-bottom: 128px;
}

.servicesBackColored {
  padding-top: 84px;
  padding-bottom: 64px;
  background: linear-gradient(0deg, black 33%,  rgb(16,16,16) 95%);
  background-color: rgb(16, 16, 16);
  transform: skewY(-182deg)translateY(36px);
}
.bottomServicesContainer {
  transform: skewY(182deg);
}

.serviceButton button{
    background-color: var(--highLightColor);
    padding: 10px;
    margin-top: 24px;
    outline: none;
    border: none;
    box-shadow: none;
    padding-left: 30px;
    padding-right: 30px;
    color: #141414;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
}

.serviceButton button:hover, #headLine button:hover {
  background-color: white;
}


.moveLeft {
  transform: translateX(-50vw)
}
.moveRight {
  transform: translateX(50vw)
}


/*-----------------------------PROJECTS-------------------------------------------*/






#projects {
  min-height: 100vh;
  margin-bottom: 200px;
}

#projectsBackgroundOne {
  padding-top: 160px;
  background: linear-gradient(2deg, black 80%,  rgb(16,16,16) 95%);
}



.projectsRow {
  color: white;
  justify-content: space-between;
  padding-top: 128px;
}

.profilContainer h3 {
  color: white;
  letter-spacing: 0.5px;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 600;
  transform: translateX(48px);
}

.profileSwap {
  color: black!important;
  transform: translateX(-250px)!important;
  opacity: 0;

}

.profilContainer h2 {
 text-align: right;
 color: white;
 font-size: 48px!important;
 font-family: 'Techna';
}


#profil {
  margin-top: 128px;
  width: 100%;
  transform: translateX(48px);
}

#middlePic {
  overflow: hidden;
}

#middlePic img{
  width: 100%;
}

#fadeBox {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 90%;
}

.fadedBox {
  animation-name: box;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
}


.projectsList {
  margin-bottom: 8px;
  color: white;
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 150;
}

.swapLeft {
  opacity: 0;
  transform: translateX(100px);
}

.projectsListItems {
 padding-top: 5px;
 transform: translateX(-56px);
}
.forthListItem {
  margin-top: 40px;
}
.sixthListItem {
  margin-top: 19px;
  margin-bottom: 48px;
}

.profilContainer {
  padding-bottom: 128px;
  border-bottom: solid 1px;
  border-image: linear-gradient(to right, black 20%,  var(--highLightColor) 50%, black 80%) 1;;
  margin-bottom: 160px;
  overflow-x: hidden;
}

#karma {
  width: 100%;
  border-radius: 10%;
}

.karmaContainer {
  background: radial-gradient(closest-side, #1b201b, black);
  border-radius: 30%;
}

.karmaContainer h4 {
  font-size: 48px;
  font-family: 'Techna';
  text-align: center;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.karmaContainer h5 {
  font-size: 22px;
  text-align: center;
  color: rgb(166, 166, 166);
  letter-spacing: 0.5px;
  margin-bottom: 160px;
}

.svgWrap {
  border: solid 2px var(--highLightColor);
  border-radius: 15%;
  padding: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  margin-left: 8px;
  margin-right: 8px;
}

.karmaRow {
  justify-content: center;
}

.karmaTooltip {
  text-align: center;
  padding-top: 12px;
  color: var(--highLightColor);
  font-size: 20px;
  font-weight: 600;
}








#projectsBackgroundTwo {
  background: linear-gradient(264deg, rgb(29, 65, 38) 3%, var(--highLightColor) 49%,  black 100%);
  min-height: 384px;
  margin-top: 360px;
}

.moreProjectsRow {
  justify-content: center;
  position: relative;
}
.moreProjectsRow img{
  width: 75%;
  transform: translate(32px,4px)scale(0.9);
  filter: invert(100%);
  opacity: 100%;
}

.moreProjectsRow span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.moreProjectsRow h3 {
  color: black;
  font-weight: 600;
  font-size: 26px!important;
  text-align: right;
  padding-top: 36px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: rgb(7, 7, 7);
}
.moreProjectsRow h2 {
  color: rgb(14, 14, 14);
  font-weight: 600;
  font-size: 98px!important;
  font-family: 'Techna';
  margin-top: -32px;
  filter: drop-shadow(1px 1px 2px rgb(37, 37, 37));
  text-align: right;
}
.moreProjectsRow h4 {
  color: rgb(17, 17, 17);
  font-weight: 600;
  font-size: 32px!important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-top: -36px;
  text-align: left;
  transform: translateX(-8px);
}

#companySeparator {
  margin-top: 50px;
  margin-bottom: 48px;
  border: solid 2px;
  border-image: linear-gradient(to right, rgba(255,255,255,0) 20%, black  50%, rgba(255,255,255,0) 80%) 1;;
  width: 100%;
}

#companies {
  font-weight: 700;
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 4px rgb(77, 77, 77);
  text-transform: uppercase;
}



/*---------------------------------------GALLERY-------------------------------------------*/



#gallery {
  margin-bottom: 256px;
  padding-top: 128px;
  padding-bottom: 200px;
  border-bottom: 32px solid var(--beige);
  scroll-margin-top: 24px;
  /* background: radial-gradient(center, #1b201b, rgb(0, 0, 0)); */
  background-color: black;
  background: url("./assets/gallerybackx2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  border-bottom: solid 1px;
  border-image: linear-gradient(to right, rgb(19, 19, 19) 0%,  var(--highLightColor) 50%, rgb(19, 19, 19) 100%) 1;;
  background-position-y: -320px;
}

#gallery h2 {
  padding-top: 44px;
  font-size: 48px;
  font-family: 'Techna';
  font-weight: 600;
  color: white;
  position: relative;
}

.galleryWrapper img {
  width: 100%;
  border-radius: 2px;
  cursor: pointer;
  filter:brightness(85%)grayscale(66%);
  margin-bottom: 1rem;
  /* box-shadow: 1px 1px 1px 1px #76f899; */
  /* border: double 2px #ffffff; */
  
}
.galleryRow img:hover {
  filter:brightness(100%)
}

.gallerImages {
  padding: 6px;
  margin-bottom: 12px;
}

.galleryWrapper {
  padding-top: 256px;
  columns: 300px;
  transform: skewX(0deg);
  margin-bottom: 100px;
}


/*--------------------------------CONTACT-----------------------------*/



#contact {
  min-height: 100vh;
  background:url("./assets/contacter3.png");
  background-size: 100%;
  scroll-margin-top: 128px;
  background-position-y: -100px;
}

#contact h2 {
  padding-top: 44px;
  font-size: 48px;
  font-family: 'Techna';
  font-weight: 600;
  color: white;
  position: relative;
}

.formWrap {
  padding-top: 84px;
}



#mailForm {
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  border-radius: 20px;
  position: relative;
 
}

.showName {
  animation-name: showName;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: linear;
}


#name {
  width: 10%;
  opacity: 0;
}

input {
  background-color: rgba(255,255,255,0);
  padding: 10px;
  margin-bottom: 20px!important;
  border-radius: 0px;
  height: 40px;
  border:none!important;
  border-bottom: solid 1px rgb(100, 100, 100)!important;
  color: white;
  
}

#email {
  width: 10%;
  opacity: 0;
}

.showMail {
  animation-name: showMail;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: linear;
}

textarea {
  color: white;
  background-color: rgba(255,255,255,0);
  padding: 10px;
  height: 160px;
  margin-bottom: 10px!important;
  border-radius: 4px;
  border: solid 1px rgb(99, 99, 99)!important;
  width: 100%;
  font-weight: 600;
  opacity: 0;
  width: 15%;
}

.showText {
  animation-name: showText;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  animation-timing-function: linear
}

::placeholder {
  color: var(--highLightColor);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--highLight);
}


#sendButton {
  width: 30%;
  padding-left: 0;
  background: none!important;
  border: none!important;
  box-shadow: none!important;
  color: #141414;
  font-weight: 700!important;
  background-color: var(--highLightColor)!important;
  border-radius: 2px;
}

#gdprButton {
  display: flex;
  justify-content: space-between;
}

#sendButton:hover {
  background-color: white!important;
}


input:focus {
  outline: none;
}


textarea:focus {
  outline: none;;
}


.inputWrapper {
  display: flex;
}

#nameFeedBack {
  color: #fc4f4f;
  position: absolute;
  margin-top: 8px;
  margin-left: -182px;
  display: var(--nameFeedBack);
}

#emailFeedBack {
  color: #fc4f4f;
  position: absolute;
  margin-top: 8px;
  margin-left: -344px;
  display: var(--emailFeedBack);
}

#textFeedBack {
  color: #fc4f4f;
  position: absolute;
  margin-top: 10px;
  margin-left: -506px;
  display: var(--textFeedBack);
}

.formGdpr {
  color: rgb(166, 166, 166);
  font-weight: 700;
  width: 70%;
  text-align: left;
  margin-left: 8px;
  margin-top: 8px;
  font-size: 16px;
}

.formGdpr a {
  color: unset;
  text-decoration: none!important;
}

.formGdpr a:hover {
  color: unset;
}

#flexCheckDefault {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: none!important;
}

input[type=checkbox]{
  accent-color: var(--highLightColor);
}


.opacityZero {
  opacity: 0%;
}



#contactDetails {
  margin-top: 128px;
  color: var(--highLightColor);
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: right;
}

#contactDetails div {
  margin-right: 12px;
}

.contactSeparator {
  border-bottom: solid 1px;
  border-image: linear-gradient(to right, rgb(19, 19, 19) 0%,  var(--highLightColor) 50%, rgb(19, 19, 19) 100%) 1;
  width: 32px;
  transform: translateY(-12px)
}

.formWidth {
  width: 15%;
  opacity: 0%;
}


/*------------------------------FOOOTER------------------------------*/

footer {
  background-color: rgb(1, 1, 1);
  color: rgb(245, 245, 245);
  padding-top: 40px;
  border-top: solid 1px;
  border-image: linear-gradient(to right, rgb(19, 19, 19) 0%,  rgb(83, 83, 83) 50%, rgb(19, 19, 19) 100%) 1;
}


#footerItems {
  justify-content: space-between!important;
  width: 100%;
}

.footerRight {
  text-align: right;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -o-user-select: text !important;
  user-select: text !important;
}

#footerItems a {
  text-decoration: none;
  color: var(--highLightColor)!important;
}

#footerItems {
  color: rgb(245, 245, 245) !important;

}


/*--------------------------MEDIA----------------------------------------*/


@media screen and (max-width: 2240px) {




}

@media screen and (max-width: 1920px) {


  #videoFrame {
    transform: translate(64px,6px)scale(1);
  }
  #contact {
    background-position-y: 0px;
  }
  #gallery {
    background-position-y: 0px;
  }


}

@media screen and (max-width: 1640px) {
  #theBar {
    top: 435px;
  }

  #thirdProject {
    padding-top: 200px;
  }

  #textFeedBack {
    margin-left: -320px;
  }

  #mainPageTitle {
    margin-left: 16%;
  }

  #keyboard {
    margin-left: 232px;
  }

  #heroLinks {
    margin-top: 50px;
  }

}



@media screen and (max-width: 1366px) {
  .customContainer {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: unset;
    margin-right: 40px;
  }

  #mainPageTitle {
    margin-left: 2.2%;
  }

  .servicesBg {
    transform: translateY(50px);
  }

  h3 {
    font-size: 32px !important;
  }

  #navContainer {
    margin-left: 2vw;
  }


  #mainHeadline {
    margin-top: 15vh;
  }


}

@media screen and (max-width: 1024px) {

  #videoFrame {
    display: none;
  }

  #mobileVideoFrame {
    display: initial;
  }

  #loopVideo {
    width: 100%;
  }


  .navItem {
    letter-spacing: unset;
    font-size: 20px;
    font-weight: 600;
    color: var(--highLightColor)
  }

  #navContainer {
    flex-direction: column;
    margin-left: -1px !important;
    transform: translateX(100vw);
    padding-top: 160px;
    background-color: black;
    background: url('./assets/qvaz.png');
    background-size: 150%;
    background-position-x: -96px;
    height: 100vh;
    opacity: 100%;
    justify-content: left;
    width: 101%;
    overflow: hidden;
    padding-left: 16px!important;


  }

  #navigation {
    max-height: 72px;
    padding-top: 14px;
    min-height: unset;
    opacity: 100%;
  }

  #menu {
    display: flex;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-top: 6px;
    cursor: pointer;
    justify-content: space-between;
    width: 95%;
  }
  #mobileLogo {
    font-family: 'Techna';
    color: var(--highLightColor);
    cursor: pointer;
    text-transform:uppercase;
    letter-spacing: 1px;
    text-align: right;
    font-size: 14px;
    padding-top: 5px;
  }
  
  .maxWidth {
    transform: translateX(0vw) !important;
    transition: 0.3s linear;
    letter-spacing: 0px !important;
  }

  #hider {
    overflow-x: hidden;
    transform: scale(0);
    transition-duration: 0s !important;
    margin-top: 58px;
  }

  .scaleNav {
    transform: scale(1) !important;
  }

  #phoneNumber {
    display: none;
  }
  
  #hero {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30vh;
    min-height: unset;
  }
  #mainHeadline {
    padding-top: 0px;
    margin-top: 40vh;
  }

  #mainHeadline h2 {
    font-size: 15px !important;
    margin-bottom: 10px;
    letter-spacing: 0px;
    margin-left: 0px;
    margin-top: 10px;
  }

  #headlineText {
    color: white;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 4px;
    width: 100%;
  }

  #about {
    background-size: 200%;
    margin-bottom: 128px;
    scroll-margin-top: 24px;
  }

  #services {
    scroll-margin-top: 12px;
  }

  #services h2 {
    font-size: 26px!important;
  }
  .servicesRow img {
    width: 100%;
    margin-bottom: 16px;
  }

  .reverseServicesRow {
    flex-direction: column-reverse!important;
  }

  #profil, .projectsListItems, #projects h3 {
    transform: translateX(0px);
    text-align: center;
  }

  #projects h2 {
    font-size: 36px!important;
  }

  .profilContainer h2 {
    text-align: center;
  }

  #centerLineWrapper {
    justify-content: center;
    text-align: center;
  }



  .karmaColumn {
    margin-bottom: 100px;
  }
  .svgWrap {
    border-radius: 12px;
  }

  #middlePic {
    transform: rotate(90deg);
    padding-top: 48px;
  }

  .profilContainer h3 {
    margin-bottom: 16px;
  }

  #profil {
    transform: scale(0.85);
  }

  .moreProjectsRow h2 {
    margin-top: 0px;
    text-align: center;
  }

  .moreProjectsRow h4 {
    margin-top: 0px;
    text-align: center;
  }

  #companies {
    text-align: center;
    width: 70%;
    margin: auto;
  }

  .moreProjectsRow img {
    transform: translate(0px,0px)scale(1);
    width: 100%;
  }
  #projectsBackgroundTwo {
    background: linear-gradient(270deg, rgb(29, 65, 38) 3%, var(--highLightColor) 50%,  rgb(29, 65, 38) 100%);
  }

  #htss h2{
    font-size: 48px!important;
  }

  #gallery { 
    padding-bottom: 64px;
    margin-bottom: 192px;
    scroll-margin-top: -20px;
    padding-left: 12px;
}

.galleryWrapper {
  columns: 100px;
}

#contact {
  padding-top: 144px;
  background-size: 230%;
  background-position-x: -115vw;
  background-position-y: -56px;
  background-repeat: no-repeat;
  padding-bottom: 128px;
  scroll-margin-top: 100px;
}

#mailForm {
  margin-left: 0px;
  width: 100%;
}



#sendButton {
  width: 33%;
  margin-top: 10px;
  text-align: center;
  margin-left: 0px;
  border-radius: 6px;
  margin-right: 0px;
  color: black;
  font-size: 14px!important;
  position: relative;
  padding: 4px!important;
  font-weight: 600!important;
}

#textFeedBack {
  margin-left: -244px;
  margin-top: 40px;
}

.formGdpr {
  color: rgb(166, 166, 166);
  font-weight: 700;
  width: 66%;
  text-align: left;
  margin-left: 8px;
  margin-top: 8px;
  font-size: 14px;
  display: flex;
}

#flexCheckDefault {
  margin-top: 4px;
}

#contactDetails {
  flex-direction: column;
}

#contactDetails div{
  text-align: center;
  margin-right: 0px;
}

.contactSeparator {
  border-bottom: solid 1px;
  border-image: linear-gradient(to right, rgb(19, 19, 19) 0%, var(--highLightColor) 50%, rgb(19, 19, 19) 100%) 1;
  width: 100%;
  margin: 10px;
  transform: translateY(0px);
}

#footerItems {
  text-align: center;
}

.footerRight {
  text-align: center;
}







}

@media screen and (max-width: 768px) {

  #mainPageTitle {
    margin-left: 39vw;

  }

  h2 {
    font-size: 42px !important;
  }

  .firstLink {
    padding-top: 10px !important;
  }

  #mainBackground IMG {
    margin-top: 40px;
    min-width: 100vw;
    max-width: 99.7vw;
  }

  #mobileBg {
    display: initial !important;
  }



  #hero {
    display: flex;
    flex-direction: column-reverse;
  }







  #mainHeadline svg {
    margin-left: 0px;
  }

  #mainHeadline button {
    transform: translate(0px, 30px);
  }





}

@media screen and (max-height: 512px) {


  #mainHeadline {
    margin-top: 0px;
    z-index: 5000;
    position: relative;
    transform: translateY(25vh);
    font-size: 24px !important;
  }


  #mainHeadline button {
    transform: translateY(2px);
  }


  #navContainer {
    padding-top: 48px;
    background-position-y: -192px;
  }

  #headlineText {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .servicesLinkWrapper {
    flex-direction: column-reverse;
  }

  #mainHeadline h2 {
    font-size: 18px !important;
  }


  #mailForm {
    width: 96%;
    margin-left: 0px;
  }

  #sendButton {
    color: var(--highLightColor);
  }
}



@keyframes cardUp {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);

  }
}

@keyframes box {
  0% {
    opacity: 90%;
    margin-left: 0px;
  }

  100% {
    margin-left: 100%;
    opacity: 90%;
  }
}

@keyframes borderize {
  0% {
    transform: translate(-100%, -16px)skewX(-150deg);
    opacity: 0%;
  }

  20.5% {
    transform: translate(100%, -16px)skewX(-150deg);
    opacity:12%;
  }
  20.55% {
    opacity: 0%;
  }

  99% {
    transform: translate(100%, -16px);
    opacity: 0%;
  }

  100% {
    transform: translate(-100%, -16px);
    opacity: 0%;
  }
}


@keyframes hideVid {
  0% {
    opacity: 0%;
  }
  20% {
    opacity: 16%;
  }
  80% {
    opacity: 16%;
  }

  100% {
    opacity: 0%;

  }
}


@keyframes scaleBack {
  0% {
    background-size: 100%;
    opacity: 0%;
    background-image: url('./assets/mainbg1.jpg');
  }
  2.5% {
    opacity: 100%;
  }

  20% {
    opacity: 100%;
  }
  25% {
    opacity: 0%;
    background-size: 105%;
    background-image: url('./assets/mainbg1.jpg');
  }
  25.5% {
    background-image: url('./assets/securicsix.jpg');
    background-size: 100%;
    opacity: 0%;
  }
  26.5% {
    opacity: 100%;
  }
  45% {
    opacity: 100%;
  }

  49% {
    background-size: 104%;
    opacity: 0%;
    background-image: url('./assets/securicsix.jpg');
  }
  50% {
    opacity: 0%;
    background-image: url('./assets/thirdback.jpg');
    background-size: 100%;
  }
  52.5% {
    opacity: 100%;
  }
  70% {
    opacity: 100%;
  }
  75% {
    background-image: url('./assets/thirdback.jpg');
    background-size: 105%;
    opacity: 0%;
  }
  75.5% {
    opacity: 0%;
    background-size: 100%;
    background-image: url('./assets/fourthbg.jpg');
  }
  95% {
    opacity: 100%;
  }
  99% {
    background-size: 105%;
    opacity: 0%;
    background-image: url('./assets/fourthbg.jpg');
  }
  100% {
    background-size: 100%;
    opacity: 0%;
    background-image: url('./assets/baseback.jpg');
  }
}



@keyframes showName {
  0% {
    opacity: 0%;
    width: 15%;
    box-shadow: 4px 4px 20px 10px var(--highLightColor);
    transform: skewX(-12deg);
    /* background-color: var(--highLightColor); */
  }
  10% {
    opacity: 100%;
  }

  100% {
    width: 50%;
    opacity: 100%;

  }
}

@keyframes showMail {
  0% {
    opacity: 0%;
    width: 15%;
    box-shadow: 4px 4px 20px 10px var(--highLightColor);
    background-color: var(--highLightColor);
    transform: skewX(-12deg);
  }
  10% {
    opacity: 100%;

  }

  99% {
  }

  100% {
    width: 75%;
    opacity: 100%;
  }
}

@keyframes showText {
  0% {
    opacity: 0%;
    width: 15%;
    /* background-color: var(--highLightColor); */
    box-shadow: 4px 4px 128px 10px var(--highLightColor);
  }
  10% {
    opacity: 100%;
  }
  90% {
  

  }

  100% {
    width: 100%;
    opacity: 100%;
  }
}