:root {
  --blue: #001e4f;
  --accent: #01d7e5;
  --radius: 15px;
}

@font-face {
  font-family: Lato-Regular;
  src: url(../font/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: Lato-Regular;
  src: url(../font/Lato/Lato-Bold.ttf);
  font-weight: bold;
}
html,
body {
  padding: 0;
  margin: 0;
  color: black;
  font-family: "Lato-Regular", sans-serif;
  font-size: 17px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container {
  padding: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 1452px;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row {
  width: 100%;
}
nav {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 10px #005d6a33;
}
dl,
ol,
ul {
  margin-top: auto;
  margin-bottom: auto;
}
.nav_logo {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 10px;
  padding: 10px 0px;
}
.nav_logo a h4 {
  margin-top: 0.5rem;
  color: black;
}
.nav_logo a:hover  {
text-decoration: none;
}
.fixed-top {
  margin-bottom: 50px;
}
.nav_links {
  display: flex;
  justify-content: space-around;
  width: auto;
  padding: 5px 0px;
}
.nav_links li {
  list-style-type: none;
  margin-right: 2rem;
}
.nav_links a {
  color: black;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 14px;
}
.nav_links a:hover {
  color: #00cbdb;
}
.bg-dart {
  transition: 750ms ease;
}
.bg-dart.scrolled {
  box-shadow: 0px 0px 20px rgb(181, 184, 184);
}
nav {
  opacity: 1;
}
.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}
.nav_links.scrolled {
  color: White !important;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
.serw a {
  color: black !important;
  text-decoration: none;
}
.burger div {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 5px;
  transition: all 0.3s ease;
}
.burger {
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .contact{
    flex-direction: column;
  }    
  .col-6{
    flex: 0 0 100%;
    max-width: 100%;
  }  
  .h-100px {
    height: 100px;
  }
  .nav_links {
    margin: 0px;
    position: absolute;
    right: 0px;
    height: 92vh;
    top: 8vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    z-index: 1;
    transition: 750ms ease;
    margin-right: 0px;
  }
  .nav_links li {
    opacity: 0;
  }
  .burger {
    display: block;
  }
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.nav-active {
  transform: translateX(0%);
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.hello {
  background: linear-gradient(to right, #001e4f, #01d7e5);
  top: 8vh;
  width: 100%;
  height: 92vh;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.welcometext {
  font-weight: bold;
  padding: 10px;
  min-width: 30vw;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px 50px;
}

.bigger-text {
  font-size: 2em;
  letter-spacing: 5px;
}
.smaler-text {
  font-size: 1.4rem;
  letter-spacing: 5px;
}
.btn-hello {
  min-width: 10vw;
  cursor: pointer;
  padding: 0.8rem;
  display: inline-block;
  color: black;
  border: 2px solid white !important;
  border-radius: 15px;
}
.form-check label {
  font-size: 0.8rem;
}
.btn-primary {
  width: 150px;
  background-color: #00cbdb;
  border: 2px solid #00cbdb;
  border-radius: 25px;
  width: 100%;
  font-weight: bold;
}
.btn-primary:hover {
  background-color: #fff;
  color: #00cbdb;
  border: 2px solid #00cbdb;
}
.btn-hello a {
  color: white;
  text-decoration: none;
}
.btn-first {
  background-color: transparent;

  color: white;
}
.btn-first:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.btn-first:hover a {
  color: black;
}
.btn-second {
  background-color: white;
  color: black;
  text-decoration: none;
}
.btn-second a {
  color: black;
}
.btn-second:hover {
  color: black;
  text-decoration: none;
}

.conwithstat {
  background-color: white;
  color: black;
}
.statistics {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  color: black;
}
.sign {
  font-size: 2em;
}
.sign1 {
  color: gold;
}
.sign2 {
  color: red;
}
.sign3 {
  color: green;
}
.serw {
  font-size: 2.5em;
  font-weight: bold;
}
img {
  width: 100%;
}
.hero-wrapper {
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
}
.text-header {
  padding-left: 0rem;
}
.text-header h3 {
  color: var(--accent);
  letter-spacing: 5px;
  font-weight: 600;
}
.text-header h1 {
  font-size: 5rem;
  font-weight: 600;
}
@media screen and (max-width: 720px) {
  .hero-wrapper {
    padding: 5rem 1rem;
  }
  .text-header h1 {
    font-size: 3rem;
  }
}

.header-wrapper {
  padding: 0 3rem;
  height: 70vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.box-icon {
  position: absolute;
  right: 20px;
  top: 35px;
}
.box-icon svg {
  height: 40px;
  width: 40px;
}
.box-icon i {
  height: 40px;
  width: 40px;
}
.separator {
  border-radius: 15px;
  width: 60px;
  height: 10px;
  background-color: var(--accent);
}

.form-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-acccent {
  color: var(--accent);
}
.sh-btn {
  background: var(--accent);
  height: 3rem;
  width: 8rem;
  border-radius: 25px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.sh-btn a {
  text-decoration: none;
  color: white;
}

@media screen and (min-width: 1200px) {
  .hero-wrapper {
    flex-direction: row;
  }
  .text-header {
    width: 50%;
  }
  .toggle-content {
    max-width: 650px;
  }
}
@media screen and (min-width: 1280px) {
  .img-wrapper img {
    height: 550px;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .img-wrapper {
    padding: 0;
  }

}
@media screen and (min-width: 960px) {
  .img-header {
    width: 50%;
  }
  .img-header img {
    max-height: 700px;
    max-width: 700px;
  }
}

.projects {
  display: flex;
  overflow: hidden;
  flex-direction: row;
}
.item {
  padding: 0;
}

.item-2:hover .layer {
  background-color: black;
}

.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  font-weight: bold;
  opacity: 0.8;
  text-transform: uppercase;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.layertext {
  display: none;
}
.item-1,
.item-3 {
  color: white;
}
.item:hover .layertext {
  display: flex;
}
.item-1:hover .layer {
  display: flex;
  background-color: white;
  color: black;
  transition: 1s ease-in-out;
}
.item-2:hover .layer {
  display: flex;
  background-color: black;
  color: white;
  transition: 1s ease-in-out;
}
.item-3:hover .layer {
  display: flex;
  background-color: white;
  color: black;
  transition: 1s ease-in-out;
}
.item-4:hover .layer {
  display: flex;
  background-color: black;
  color: white;
  transition: 1s ease-in-out;
}

.team {
  background-color: black;
  color: white;
}

.how {
  text-align: center;
  padding: 20px 0px;
}
.layert {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: transparent;
  text-align: center;
  font-size: 1.5em;
  padding: 10px 0px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.teammate:hover .layert {
  background-color: white;
  color: black;
  transition: 1s ease-in-out;
}
.layerteam {
  padding: 0px;
}
.look {
  background-image: url("../images/ww.jpg");
  background-attachment: fixed;
  width: 100%;
  height: 15vh;
}
.Kontakt {
  width: 100%;
  overflow: hidden;
}
#exampleFormControlTextarea1 {
  height: 25vh;
}
.contact{
  background-color: black;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.contact h2{
  background-color: inherit;
  color: #01d7e5;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 1rem;
}
.contact p{
  background-color: inherit;
  color:white;
  text-align: center;
  font-size: 1.4rem;  
}
.contact a {
  text-decoration: none;
  background-color: inherit;
  color:white;
}
.contact i {
  scale:90%;
  background-color: inherit;
  color:white;
  padding-right: 1vw;
}
.fotter {
  padding: 0px;
  text-align: center;
  color: gray;
  background-color: black;
  font-size: 0.8rem;
}
.btn-dark {
  background-color: transparent;
  border: 2px solid black;
  color: black;
  font-weight: bold;
}
.btn-dark:hover {
  background-color: black;
  border: 2px solid black;
  color: white;
  font-weight: bold;
}
.btn-dark:active {
  background-color: black !important;
  border: 2px solid black;
  color: white;
}
.totop {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.totop a {
  color: black;
  font-weight: bold;
  font-size: 1.5em;
}
.totop a:hover {
  text-decoration: none;
}

.upbutton {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 3vw;
  top: 80%;
  z-index: 1;
  font-size: 2rem;
  cursor: pointer;
  display: none;
}
.upbutton i {
  color: var(--accent);
}

.show {
  display: block !important;
}
.hi-100 {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.icon {
  color: black;
  font-size: 1.2em;
}

.icon:hover {
  color: lightslategray;
  text-decoration: none;
}

/* preloader */

#loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #ecf0f1;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}

.load :first-child {
  background: rgb(101, 184, 218);
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: rgb(236, 4, 0);
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #19a68c;
  animation-delay: -0.5s;
}

.load :last-child {
  background: rgb(250, 33, 250);
}

@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
.ss {
  display: flex;
}

.box {
  transition: all 0.5s ease-in-out;
  cursor: default;
  box-shadow: 0px 2px 10px #005d6a33;
  border-radius: var(--radius);
  padding: 2rem 4rem 2rem 2rem;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  position: relative;
  flex-grow: 1;
}

.box:hover {
  transform: translateY(-20px);
  border-bottom: 5px solid #005d6a33;
  border-right: 5px solid #005d6a33;
}
.mmmr {
  margin-left: 0px;
}

.hello-form {
  background: #fff;
  color: #000;
  border-radius: 15px;
  width: 30vw;
}

@media (max-width: 1200px) {
  .hello-form {
    width: 100%;
  }
}

.form-label {
  font-size: 0.8rem;
}

header {
  margin-top: 50px;
  box-shadow: 0px 2px 10px #005d6a33;
  margin-bottom: 5rem;
}
.mb-6rem {
  margin-bottom: 8rem;
}
.mb-5rem {
  margin-bottom: 5rem;
}

.long-input {
  height: 25vh;
  padding-bottom: 21vh;
}

.your-problems {
  font-size: 1.7rem;
}
.typed-cursor {
  font-size: 1.7rem;
  color: var(--accent);
}

.shx-text {
  color: var(--accent);
  letter-spacing: 5px;
}
.h-86px {
  height: 86px;
}
.alert {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 8%;
  text-align: center;
}
.alert-sh {
  background-color: #00cbdb;
  color: white;
}

@media only screen and (max-width: 1279px) {
  .container {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem;
  }
}

.card-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.card-carousel .my-card {
  width: 600px;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.6) translateY(-2rem);
  transform: scale(0.6) translateY(-2rem);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: 1s;

}


.card-carousel .my-card:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: -5rem;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}


.card-carousel .my-card.active {
  z-index: 3;
  -webkit-transform: scale(1) translateY(0) translateX(0);
  transform: scale(1) translateY(0) translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: 1s;
}

.card-carousel .my-card.prev,
.card-carousel .my-card.next {
  z-index: 2;
  -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  transition: 1s;
}

.tech-te::after{
  content: "";
  width: 10px;
  height: 5px;
  color: red;
  background-color: red;
}


.flex{
  display: flex;
  
  
}


.w-full{
width: 800px;
margin-left: auto;
margin-right: auto;
}

.w-50 img{
  width: 30% !important;
  height: 30% !important;
}

@keyframes marquee {
	0%  {
		left: 0;
	}
	100% {
		left: -100%;
	}
}
.overflow-hidden{
  overflow: hidden;
  height: 100px;
}
.animate {
  display: flex;
	width: 200% !important;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
	animation: marquee 20s linear infinite;
	top: 50%;
	transform: translate(0%, -20%);
}





.orb {
  width: 191px;
  height: 149px;
  display: inline-block;
  margin: 0 24.7px;
  float: left;
  transition: all .2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb:hover {
  transform: scale(0.9);
  opacity: .5;
  cursor: pointer;
}


.marquee {
  height: 200px;
  width: 1452px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 5rem auto;
}

.marquee--inner {
  display: block;
  width: 200%;
  margin: 35px 0;
  position: absolute;
  animation: marquee 10s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}