/**********
Basic
**********/
body{
  display: none;
}
section {
  height: auto!important;
  min-height: auto;
  position: relative;
  background-color: none;
  overflow: hidden;
  z-index: 1;
}

/**********
Header Section
**********/
.services-header-container {
    position: relative;
    width: 100vw;
    padding-top: 65px;
    height: auto;
    min-height: 545px;
}

.services-header-svgwrapper {
  width: 26rem;
  height: auto;
  /* padding-top: 10px; */
}
.services-header-svgwrapper svg {
  will-change: opacity;
  will-change: transform;
}

.services-header-wrapper {
  display: flex;
  justify-content: center;
  padding: 10px 100px;
  padding: 70px 100px 170px;
}

.services-header-textwrapper {
  width: 47%;
  max-width: 800px;
  padding-top: 30px;
  transform: translateX(-70px);
}

.services-header-textwrapper h1 {
  line-height: 1.3;
  margin-bottom: 24px;
}

.services-header-textwrapper h1 span {
  font-family: 'dl-prim-font';
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #18181b;
}


.services-header-textwrapper > span {
  font-family: 'Source sans', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #18181b;
  display: block;
}

/* .services-header-wrapper-bg {
  position: absolute;
  width: 150vw;
  height: auto;
  top: 302px; 
  bottom: 0;
  left: -34vw;
  z-index: -1;
  background: #18181b;
} */

.services-header-wrapper-bg:before {
  content: "";
  width: 100vw;
  position: absolute;
  top: -240px;
  height: 243px;
  background: #f1f1f1;
  z-index: 1;
}

/* .services-header-wrapper-bg svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 6px 4px rgb(0 0 0 / 0.4));
} */


#underlined-anim-text {
  width: calc(100% + 50px);
  background-image: linear-gradient(transparent calc(100% - 16px), rgb(255 176 121) 10px);
  /* background-image: linear-gradient(transparent calc(100% - 16px), #d7eaff 10px); */
  background-repeat: no-repeat;
  background-size: 0% 100%;
  animation: underline 2.2s forwards;
  animation-delay: .8s;
}

@keyframes underline {
  to {
      background-size: 100% 100%;
  }

}

.typed-cursor{
  display: none;
}



/**********
E-Commerce Laptop SVG styles
**********/

.laptop-ecommerce-class1, .laptop-ecommerce-class2, .laptop-ecommerce-class3, .laptop-ecommerce-class4, .laptop-ecommerce-class5, .laptop-ecommerce-class6, .laptop-ecommerce-class7, .laptop-ecommerce-class8, .laptop-ecommerce-class9, .laptop-ecommerce-class10, .laptop-ecommerce-class11, .laptop-ecommerce-class12 {
    isolation: isolate;
  }

  .laptop-ecommerce-class1, .laptop-ecommerce-class13 {
    fill: #37474f;
  }

  .laptop-ecommerce-class1, .laptop-ecommerce-class6 {
    opacity: .6;
  }

  .laptop-ecommerce-class14, .laptop-ecommerce-class2, .laptop-ecommerce-class3, .laptop-ecommerce-class5, .laptop-ecommerce-class6, .laptop-ecommerce-class8, .laptop-ecommerce-class9, .laptop-ecommerce-class11, .laptop-ecommerce-class12 {
    fill: #fff;
  }

  .laptop-ecommerce-class2 {
    opacity: .1;
  }

  .laptop-ecommerce-class15 {
    fill: #fafafa;
  }

  .laptop-ecommerce-class16, .laptop-ecommerce-class10, .laptop-ecommerce-class11 {
    opacity: .2;
  }

  .laptop-ecommerce-class3, .laptop-ecommerce-class4 {
    opacity: .3;
  }

  .laptop-ecommerce-class17 {
    fill: #f5f5f5;
  }

  .laptop-ecommerce-class18 {
    fill: #455a64;
  }

  .laptop-ecommerce-class19 {
    fill: #e0e0e0;
  }

  .laptop-ecommerce-class20 {
    fill: none;
    stroke: #ff6c00;
    stroke-linejoin: round;
    stroke-width: 2px;
  }

  .laptop-ecommerce-class5 {
    opacity: .5;
  }

  .laptop-ecommerce-class21 {
    opacity: .85;
  }

  .laptop-ecommerce-class7 {
    opacity: .15;
  }

  .laptop-ecommerce-class8 {
    opacity: .4;
  }

  .laptop-ecommerce-class9 {
    opacity: .7;
  }

  .laptop-ecommerce-class22 {
    fill: #ebebeb;
  }

  .laptop-ecommerce-class23 {
    fill: #ff6c00;
  }

  .laptop-ecommerce-class24 {
    fill: #263238;
  }

  .laptop-ecommerce-class25 {
    opacity: .9;
  }

  .laptop-ecommerce-class12 {
    opacity: .65;
  }


  

/********
Section 2
********/
section:nth-child(2), section:nth-child(7) {
  background: #18181b;
}

.services-web-intro-container {
  width: 100%;
  position: relative;
  background: #18181b;
}

.services-web-intro-wrapper {
  width: 80vw;
  margin: auto;
  margin: 30px auto 50px;
  position: relative;
  text-align: center;
}

.services-web-intro-headline {
  padding-top: 50px;
}

.services-web-intro-headline h2 {
  font-family: 'dl-prim-font';
  color: #cfd0d3;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

.services-web-intro-headline h2 span {
  color: #f75b00;
}

.services-web-intro-cards-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 40px 0px;
  padding-bottom: 25px;
}

.services-web-intro-card {
  width: 28rem;
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background: radial-gradient(150rem circle at 0 0, rgba(0, 255, 241, 0), transparent 0%);
  transition: all 0.15s, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 50%);
}

.services-web-intro-card:hover,
.services-web-intro-card:target,
.services-web-intro-card:focus,
.services-web-intro-card:focus-visible {
  box-shadow: 0 15px 15px 0 rgb(0 0 0 / 50%);
}

.services-web-intro-card:hover::before {
  opacity: 0;
}


.services-web-intro-cards-wrapper:hover .services-web-intro-card {
  background: radial-gradient(100rem circle at var(--xPos) var(--yPos), rgba(255, 123, 0, 0.897), transparent 15%);
}



.services-web-intro-card-wrapper {
  /* width: 100%;
  height: auto; */
  width: calc(min(100% - 0.15rem));
  height: calc(min(100% - 0.15rem));
  background: #1d1e23;
  border-radius: 22px;
  box-shadow: 0px 1px 3px rgba(9, 10, 15, 0.25), 0px 4px 16px rgba(9, 10, 15, 0.1), 0px 8px 24px rgba(9, 10, 15, 0.1), inset 0px 1px 1px #323543;
}


.services-web-intro-card-top {
  width: 100%;
  height: 8rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem 1.5rem 2rem;
  border-bottom: 3px solid #181818;
}

.services-web-intro-card-top svg {
  width: 5rem;
  height: 5rem;
  fill: #f75b00;
  transform: translateX(20px);
}

.services-web-intro-card-top svg:nth-child(3) {
  width: 4.2rem;
  height: 4.2rem;
}

.services-web-intro-card-top h2 {
  font-family: 'Source Sans';
  font-size: 27px;
  color: #cfd0d3;
  font-weight: bold;
  text-align: left;
  width: 270px;
}


.services-web-intro-card-bottom {
  width: 100%;
  height: 24rem;
  padding: 1.2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-web-intro-card-bottom-point {
  font-family: 'Source Sans', sans-serif;
  font-size: 24px;
  padding: 10px 0;
  text-align: left;
  color: #cfd0d3;
  display: flex;
  align-items: center;
  gap: 1rem;
  transform: translateX(-30px);
  width: 110%;
}

.services-web-intro-card-bottom-point > div {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border-radius: 45px;
  background-color: #f75b00;
}

.services-web-intro-card-bottom-point > div::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 45px;
  background-color: #1d1e23;
  transform: translate(30%, 30%);
}

.services-web-intro-card-bottom-text span { 
  font-family: 'Source Sans', sans-serif;
  font-size: 23px;
  text-align: justify;
  hyphens: auto;
  display: block;
  color: #cfd0d3;
}


span.services-web-intro-card-button {
  width: 13rem;
  height: 3rem;
  display: block;
  margin: auto;
  padding: 11px;
  font-family: 'dl-prim-font';
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  color: #cfd0d3;
  transition: box-shadow 1s ease-out;
  border: 2px solid #3a3a3d;
  background: -moz-linear-gradient(42deg,#18181b 0,#1e1e24 76%,#18181b 100%);
  background: -webkit-linear-gradient(42deg,#18181b 0,#1e1e24 76%,#18181b 100%);
  background: linear-gradient(42deg,#18181b 0,#1e1e24 76%,#18181b 100%);
  border-radius: 45px;
  text-align: center;
}

span.services-web-intro-card-button:focus, 
span.services-web-intro-card-button:focus-visible, 
span.services-web-intro-card-button:hover, 
span.services-web-intro-card-button:target {
  box-shadow: 0 0 5px #3a3a3d;
}

.services-web-intro-container-bg {
  position: relative;
  width: 100vw;
  height: auto;
  background: #f1f1f1;
}

.services-web-intro-container-bg svg#svg-separator-2 {
  width: 100vw;
  height: auto;
}


/********
Section 3
********/


body {
  height: 100vh;
  background: #f1f1f1;
  overflow-x: hidden;
}

.animation-container {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.animation-wrapper {
  width: 90%;
  max-width: 1380px;
  height: 100%;
  max-height: 93vh;
  position: relative;
  margin-top: 66px;
}

.services-header-textwrapper {
  width: auto;
  max-width: 800px;
  padding-top: 110px;
  transform: translateX(0px);
  float:left;
  margin-left: 40px;
}

.services-header-svgwrapper {
  width: 26rem;
  height: auto;
  padding-top: 70px;
  float: left;
}

.services-web-intro-headline {
  padding-top: 60px;
  position: absolute;
  width: 100%;
  text-align: center;
  /* opacity: 0; */
}

.services-web-intro-cards-wrapper {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 230px 0px;
  padding-bottom: 25px;
  /* opacity: 0; */
}

.services-header-wrapper-bg {
  position: absolute;
  /* width: 110vw; */
  height: 120vh;
  /* max-height: 120vh; */
  right: 0;
  z-index: -1;
  background: #18181b;
  /* transform: translate(-13%, 50vh); */
  /* transform: translateY(-40%); */
  transform: translate(calc((100vw - 1380px) / 2), calc(min(25vw, 50%)));
}




svg#svg-separator-1{
  width: 4000px;
  height: auto;
  background: #18181b;
}


.services-header-wrapper-bg > svg:nth-child(2){
  width: 110vw;
  height: 105vh;
  background: #18181b;
}

.services-header-wrapper-bg:before {
  content: "";
  width: 100%;
  position: absolute;
  top: -240px;
  height: 243px;
  background: #f1f1f1;
  z-index: 1;
}

.services-web-intro-card-bottom {
  padding: 1.2rem 2.5rem 2rem;
}

.services-web-intro-card-top {
  padding: 2rem 3.5rem 1.5rem 2.5rem;
}

.services-web-intro-card {
  height: 34rem;
}

.services-web-intro-card-bottom {
  height: 26rem;
}

.services-web-intro-headline h2 {
  font-size: 45px;
}

.footer {
  z-index: 1;
  position: relative;
}

/**********
Part 1 SVG
**********/

.webdesign-svg-class1, .webdesign-svg-class2 {
  opacity: .7;
}

.webdesign-svg-class3, .webdesign-svg-class4, .webdesign-svg-class5, .webdesign-svg-class6, .webdesign-svg-class2, .webdesign-svg-class7, .webdesign-svg-class8 {
  fill: #fafafa;
}

.webdesign-svg-class9 {
  fill: #f1f1f1;
}

.webdesign-svg-class4 {
  opacity: .9;
}

.webdesign-svg-class10 {
  fill: #37474f;
}

.webdesign-svg-class5 {
  opacity: .3;
}

.webdesign-svg-class11 {
  fill: #455a64;
}

.webdesign-svg-class12, .webdesign-svg-class7 {
  opacity: .2;
}

.webdesign-svg-class6 {
  opacity: .5;
}

.webdesign-svg-class13 {
  fill: #e0e0e0;
}

.webdesign-svg-class14 {
  opacity: .15;
}

.webdesign-svg-class8 {
  opacity: .35;
}

.webdesign-svg-class15 {
  fill: #f75b00;
}

.webdesign-svg-class16 {
  fill: #263238;
}

/**********
Part 2
**********/


.services-web-part2-svg {
  position: absolute;
  top: 28%;
  width: 30rem;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background-color: #1d1e23;
  box-shadow: 0px 1px 3px rgba(9, 10, 15, 0.25), 0px 4px 16px rgba(9, 10, 15, 0.1), 0px 8px 24px rgba(9, 10, 15, 0.1), inset 0px 1px 1px #323543;
}


.services-web-part2-svg svg {
  width: 25rem;
  height: auto;
}
.services-web-part2-headline {
  position: absolute;
  top: 70px;
  width: 100%;
  height: auto;
}
.services-web-part2-headline span {
  width: 55rem;
  height: 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  color: #f1f1f1;
  /* background-color: #1d1e23;
  box-shadow: 0px 1px 3px rgba(9, 10, 15, 0.25), inset 0px 1px 1px #323543; */
  border-radius: 22px;
  font-size: 34px;
  text-align: center;
  font-family: 'dl-prim-font';
  text-transform: uppercase;
  font-weight: bold;
}

dl-sp{
  color:#f56b00
}

.services-part2-tabs-wrapper {
  position: absolute;
  width: 55rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  right: 0;
  top: 28%;
  gap: 1.6rem;
}

.services-part2-tabs-menu {
  width: 17rem;
}

.services-part2-tabs-content {
  width: 36rem;
  height: 30em;
  border-radius: 22px;
  border-radius: 22px;
  background-color: #1d1e23;
  color: #f1f1f1;
  box-shadow: 0px 1px 3px rgba(9, 10, 15, 0.25), 0px 4px 16px rgba(9, 10, 15, 0.1), 0px 8px 24px rgba(9, 10, 15, 0.1), inset 0px 1px 1px #323543;
  padding: 40px;
}


ul.services-part2-tabs-content-ul {
  position: relative;
  max-width: 900px;
  margin: 100px auto 0;
  font-family: 'Source Sans';
  font-size: 18px;
  border-radius: 4px;
 }
 
 .services-part2-tabs-menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #f1f1f1;
  background: #1d1e23;
  box-shadow: 0px 1px 3px rgba(9, 10, 15, 0.25), inset 0px 1px 1px #323543;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  font-family: 'Source Sans';
  font-size: 18px;
  border-radius: 4px;
 }
 
 .services-part2-tabs-menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }
 
 .services-part2-tabs-menu div span.services-part2-tabs-link {
  height: 8px;
  width: 8px;
  position: absolute;
  top: 22px;
  left: 15px;
  background-color: #f1f1f1;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
 }
 
 .services-part2-tabs-menu div.active span.services-part2-tabs-link {
  background-color: #f56b00;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
 }


 
 .services-part2-tabs-menu div.active {
  color: #f56b00;
  padding: 15px 20px 15px 20px;
 }
 
 ul.services-part2-tabs-content-ul {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
 }
 
 ul.services-part2-tabs-content-ul li {
  opacity: 0;
  transform: translateY(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
 
ul.services-part2-tabs-content-ul li.active {
  transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  transform: translateY(0px);
}
 
.services-part2-tab-content h3 {
  font-size: 26px;
  color: white;
  margin-top: 0;
  font-weight: bold;
  hyphens: auto;
  margin-bottom: 18px;
}

ul.services-part2-tabs-content-ul p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 21px;
  text-align: justify;
  hyphens: auto;
}

ul.services-part2-tabs-content-ul a {
  color: #f56b00;
  font-size: 21px;
}

ul.services-part2-tabs-content-ul em {
  margin-top: 30px;
  display: block;
}


.services-web-part2-bg {
  position: absolute;
  height: 117vh;
  right: 0;
  z-index: 0;
  transform: translate(calc((100vw - 1380px) / 2), calc(min(75vw, 80%)));
}

.services-web-part2-bg::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0; 
  height: 107vh;
  background: #f1f1f1;
  z-index: 1;
}

svg#svg-separator-2 {
  width: 4000px;
  height: auto;
}

/**********
    Part 3
**********/


/**********
    Part 3 SVG
**********/

.phone-ecommerce-svg-class1 {
  fill: #f0f0f0;
}

.phone-ecommerce-svg-class2, .phone-ecommerce-svg-class3, .phone-ecommerce-svg-class4, .phone-ecommerce-svg-class5, .phone-ecommerce-svg-class6, .phone-ecommerce-svg-class7, .phone-ecommerce-svg-class8 {
  fill: #fff;
}

.phone-ecommerce-svg-class9, .phone-ecommerce-svg-class8 {
  opacity: .65;
}

.phone-ecommerce-svg-class10 {
  fill: #fafafa;
}

.phone-ecommerce-svg-class11 {
  fill: #37474f;
}

.phone-ecommerce-svg-class12 {
  fill: #f5f5f5;
}

.phone-ecommerce-svg-class13 {
  fill: #455a64;
}

.phone-ecommerce-svg-class3, .phone-ecommerce-svg-class4, .phone-ecommerce-svg-class14, .phone-ecommerce-svg-class5, .phone-ecommerce-svg-class15, .phone-ecommerce-svg-class16, .phone-ecommerce-svg-class6, .phone-ecommerce-svg-class17, .phone-ecommerce-svg-class18, .phone-ecommerce-svg-class7, .phone-ecommerce-svg-class19, .phone-ecommerce-svg-class8, .phone-ecommerce-svg-class20 {
  isolation: isolate;
}

.phone-ecommerce-svg-class3, .phone-ecommerce-svg-class21, .phone-ecommerce-svg-class17 {
  opacity: .3;
}

.phone-ecommerce-svg-class22 {
  fill: #e0e0e0;
}

.phone-ecommerce-svg-class4 {
  opacity: .55;
}

.phone-ecommerce-svg-class23, .phone-ecommerce-svg-class7, .phone-ecommerce-svg-class19 {
  opacity: .4;
}

.phone-ecommerce-svg-class14 {
  opacity: .5;
}

.phone-ecommerce-svg-class14, .phone-ecommerce-svg-class17, .phone-ecommerce-svg-class24 {
  fill: #f75b00;
}

.phone-ecommerce-svg-class5 {
  opacity: .6;
}

.phone-ecommerce-svg-class15, .phone-ecommerce-svg-class25 {
  opacity: .2;
}

.phone-ecommerce-svg-class16 {
  opacity: .05;
}

.phone-ecommerce-svg-class6 {
  opacity: .7;
}

.phone-ecommerce-svg-class26 {
  fill: #ebebeb;
}

.phone-ecommerce-svg-class18 {
  opacity: .1;
}

.phone-ecommerce-svg-class27 {
  fill: #263238;
}

.phone-ecommerce-svg-class20 {
  opacity: .25;
}
/*
////////////////////////////////////
*/

.world-marketplaces-class1 {
  fill: #f0f0f0;
}

.world-marketplaces-class2 {
  fill: #dededeb7;
}

.world-marketplaces-class3, .world-marketplaces-class4, .world-marketplaces-class5 {
  fill: #f75b00;
}

.world-marketplaces-class6 {
  fill: #83c9e96b;
}

.world-marketplaces-class7 {
  fill: #fff;
}

.world-marketplaces-class8 {
  fill: #fafafa;
}

.world-marketplaces-class9 {
  fill: #f1f1f1;
}

.world-marketplaces-class10 {
  opacity: .7;
}

.world-marketplaces-class10, .world-marketplaces-class11, .world-marketplaces-class12 {
  isolation: isolate;
}

.world-marketplaces-class13 {
  fill: #f5f5f5;
}

.world-marketplaces-class4 {
  opacity: .3;
}

.world-marketplaces-class14 {
  fill: #455a64;
}

.world-marketplaces-class15 {
  fill: #3e4950;
}

.world-marketplaces-class5, .world-marketplaces-class16 {
  opacity: .1;
}

.world-marketplaces-class17 {
  fill: #e0e0e0;
}

.world-marketplaces-class18 {
  fill: #e6e6e6;
}

.world-marketplaces-class11 {
  opacity: .3;
}

.world-marketplaces-class19 {
  fill: #ebebeb;
}

.world-marketplaces-class6 {
  opacity: .2;
}

.world-marketplaces-class20 {
  fill: #2e353a;
}

.world-marketplaces-class21 {
  fill: #4d5a64;
}

.world-marketplaces-class7 {
  opacity: .6;
}

.world-marketplaces-class22 {
  fill: #f75b00;
}

.world-marketplaces-class12 {
  opacity: .5;
}


/**********
    END Part 3 SVG
**********/

.services-web-part3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}


.services-web-part3-headline {
  position: absolute;
  top: 30px;
  width: 100%;
  height: auto;
}

.services-web-part3-headline span {
  width: 55rem;
  height: 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  color: #18181b;
  border-radius: 22px;
  font-size: 38px;
  text-align: center;
  font-family: 'dl-prim-font';
  text-transform: uppercase;
  font-weight: bold;
}

.services-web-part3-content {
  position: absolute;
  width: 100%;
  top: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: none;
}

.services-web-part3-content-svg {
  width: 41rem;
  height: auto;
}

.services-web-part3-content-items {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 35rem;
  height: 60vh;
  left: -7vw;
}

.services-web-part3-content > div:nth-child(3) {
  right: -7vw;
  left: auto;
  align-items: flex-end;
}

.services-web-part3-content-item {
  width: 30rem;
  height: 270px;
  background: #e5e5e5;
  padding: 20px 25px;
  border-radius: 22px;
  z-index: 1;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  /* background: linear-gradient(-35deg, rgba(238, 238, 238, 0.55) 0%, rgba(255, 255, 255, 0.55) 100%); */
  background: linear-gradient(-35deg, rgba(208, 208, 208, 0.555) 0%, rgba(230, 230, 230, 0.349) 100%);
  box-shadow: 0 0 10px #e7e7e7;
  color: black;
}

.services-web-part3-content-item h3 {
  font-family: "Source Sans";
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.services-web-part3-content-item span p {
  font-family: "Source Sans";
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
  hyphens: auto;
  text-align: justify;
}


.services-web-part3-content-item span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f75b00;
  display: block;
  margin-top: 0px;/
}


canvas.particles-js-canvas-el{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#nav-bg {
  transform: translateX(var(--translate-x)) translateY(var(--translate-y)) scale(var(--scale));
  transition: transform 0.3s ease-in-out;
}
/**********
   END Part 3
**********/


/**********
    Part 4
**********/


/**********
    Part 4 SVG
**********/

.laptop-device-strategie-class1 {
  opacity: .7;
}

.laptop-device-strategie-class2, .laptop-device-strategie-class3, .laptop-device-strategie-class4, .laptop-device-strategie-class5, .laptop-device-strategie-class6 {
  fill: #fff;
}

.laptop-device-strategie-class7, .laptop-device-strategie-class6 {
  opacity: .5;
}

.laptop-device-strategie-class8 {
  fill: #37474f;
}

.laptop-device-strategie-class3 {
  opacity: .4;
}

.laptop-device-strategie-class9 {
  fill: #f5f5f5;
}

.laptop-device-strategie-class4, .laptop-device-strategie-class10 {
  opacity: .3;
}

.laptop-device-strategie-class11 {
  fill: #455a64;
}

.laptop-device-strategie-class12 {
  isolation: isolate;
}

.laptop-device-strategie-class13 {
  opacity: .2;
}

.laptop-device-strategie-class5, .laptop-device-strategie-class14 {
  opacity: .1;
}

.laptop-device-strategie-class15 {
  opacity: 0;
}

.laptop-device-strategie-class16 {
  fill: #e0e0e0;
}

.laptop-device-strategie-class17 {
  fill: #f75b00;
}

.laptop-device-strategie-class18 {
  fill: #263238;
}



/**********
    END Part 4 SVG
**********/


.services-web-part4 {
  /* position: absolute;
  left: 0;
  top: 0; */
  z-index: 3;
  width: 100%;
  height: auto;
}


.services-web-part4-headline {
  position: absolute;
  top: 30px;
  width: 100%;
  height: auto;
  z-index: 3;
}

.services-web-part4-headline span {
  width: 55rem;
  height: 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  color: #18181b;
  border-radius: 22px;
  font-size: 38px;
  text-align: center;
  font-family: 'dl-prim-font';
  text-transform: uppercase;
  font-weight: bold;
}

.services-web-part4-content {
  position: absolute;
  width: 100%;
  top: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
  user-select: none;
  pointer-events: none;
}


.services-web-part4-content-svg {
  width: 31rem;
  height: 35em;
  background: linear-gradient(-35deg, rgba(208, 208, 208, 0.555) 0%, rgba(230, 230, 230, 0.349) 100%);
  box-shadow: 0 0 10px #e7e7e7;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  display: flex;
  /* align-items: center; */
  justify-content: center; 

}

.services-web-part4-content-svg svg {
  width: 31rem;
  height: auto;
}

.services-web-part4-content-items {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 1rem;
}

.services-web-part4-content-item {
  width: 26.5rem;
  height: 17rem;
  background: linear-gradient(-35deg, #d0d0d08e 0%, rgba(230, 230, 230, 0.349) 100%);
  box-shadow: 0 0 10px #e7e7e7;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 20px 25px;
}

.services-web-part4-content-item h3 {
  font-family: "Source Sans";
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.services-web-part4-content-item span p {
  font-family: "Source Sans";
  font-size: 21px;
  margin: 0;
  margin-top: 10px;
  hyphens: auto;
  text-align: justify;
}


.services-web-part4-content-item span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f75b00;
  display: block;
  margin-top: 0px;/
}



/*

.services-part4-tabs-wrapper {
  position: absolute;
  width: 55rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  right: 0;
  top: 28%;
  gap: 1.6rem;
  z-index: 2;
}

.services-part4-tabs-menu {
  width: 17rem;
}

.services-part4-tabs-content {
  width: 36rem;
  height: 30em;
  color: #1d1e23;
  background: #e6e6e6;
  border-radius: 22px;
  box-shadow: 0px 1px 3px rgb(109 109 109 / 25%), 0px 4px 16px rgb(187 187 187 / 10%), 0px 8px 24px rgb(198 198 198 / 10%), inset 0px 1px 1px #f3f3f3;
  padding: 40px;
}


.services-web-part4-svg {
  position: absolute;
  z-index: 3;
  top: 28%;
  width: 30rem;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  border-radius: 22px;
  box-shadow: 0px 1px 3px rgb(109 109 109 / 25%), 0px 4px 16px rgb(187 187 187 / 10%), 0px 8px 24px rgb(198 198 198 / 10%), inset 0px 1px 1px #f3f3f3;
}

.services-web-part-svg svg {  
  width: 25rem;
  height: auto;
}


ul.services-part4-tabs-content-ul {
  position: relative;
  max-width: 900px;
  margin: 100px auto 0;
  font-family: 'Source Sans';
  font-size: 18px;
  border-radius: 4px;
 }
 
 .services-part4-tabs-menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #18181b;
  background: #e6e6e6;
  box-shadow: 0px 1px 3px rgba(141, 141, 141, 0.25), inset 0px 1px 1px #f3f3f3;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  font-family: 'Source Sans';
  font-size: 18px;
  border-radius: 4px;
 }
 
 .services-part4-tabs-menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 }
 
 .services-part2-tabs-menu div span.services-part4-tabs-link {
  height: 8px;
  width: 8px;
  position: absolute;
  top: 22px;
  left: 15px;
  background-color: #f1f1f1;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
 }
 
 .services-part4-tabs-menu div.active span.services-part4-tabs-link {
  background-color: #f56b00;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
 }


 
 .services-part4-tabs-menu div.active {
  color: #f56b00;
  padding: 15px 20px 15px 20px;
 }
 
 ul.services-part4-tabs-content-ul {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
 }
 
 ul.services-part4-tabs-content-ul li {
  opacity: 0;
  transform: translateY(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
 
ul.services-part4-tabs-content-ul li.active {
  transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  transform: translateY(0px);
}
 
.services-part4-tab-content h3 {
  font-size: 26px;
  color: white;
  margin-top: 0;
  font-weight: bold;
  hyphens: auto;
  margin-bottom: 18px;
}

ul.services-part4-tabs-content-ul p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 21px;
  text-align: justify;
  hyphens: auto;
}

ul.services-part4-tabs-content-ul a {
  color: #f56b00;
  font-size: 21px;
}

ul.services-part4-tabs-content-ul em {
  margin-top: 30px;
  display: block;
}
*/

/**********
    END Part 4
**********/

/**********
    BEGINN Part 5
**********/

svg#svg-separator-3{
  width: 4000px;
  height: auto;
}

.services-web-contact-bg {
  position: absolute;
  height: 82vh;
  right: 0;
  z-index: 3;
  transform: translate(calc((100vw - 1380px) / 2), calc(min(105vw, 120%)));
}

.services-web-contact-bg::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 100px;
  height: 70vh;
  background: #18181b;
  z-index: 3;
}



.dl-contact-banner_dark {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72vw;
  max-width: 1400px;
  height: 450px;
  bottom: 12vh;
  border-radius: 22px;
  background: #1d1e23;
  background: radial-gradient(150rem circle at 0 0, rgba(0, 255, 241, 0), transparent 0%);
  transition: all 0.15s;
  z-index: 4;
  left: calc((1400px - 72vw) / 2);
}

.dl-contact-banner_dark:hover{
  background: radial-gradient(100rem circle at var(--xPos) var(--yPos), rgba(255, 123, 0, 0.897), transparent 15%);
}


.dl-contact-banner_dark::before {
  opacity: 1;
}

.dl-contact-banner_dark:hover::before{
  background-color: #1d1e23;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  border-radius: 22px;
  transition: all 0.25s;
  height: calc(100% - 0.1rem);
  width: calc(100% - 0.1rem);
}




.dl-contact-banner_dark > div{
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: #1d1e23;
  width: calc(min(100% - 0.15rem));
  height: calc(min(100% - 0.15rem));
  border-radius: 22px;
  box-shadow: 0px 1px 3px rgba(9, 10, 15, 0.25), 0px 4px 16px rgba(9, 10, 15, 0.1), 0px 8px 24px rgba(9, 10, 15, 0.1), inset 0px 1px 1px #323543;
}

.dl-contact-banner_dark > div > div {
  width: 59%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}


.dl-contact-banner_dark div h3 {
  font-family: 'dl-prim-font';
  font-size: 4rem;
  margin: 0 30px 30px 70px;
  background: rgb(247,91,0);
  background: -moz-linear-gradient(62deg, rgba(247,91,0,1) 0%, rgba(255,138,0,1) 100%);
  background: -webkit-linear-gradient(62deg, rgba(247,91,0,1) 0%, rgba(255,138,0,1) 100%);
  background: linear-gradient(62deg, rgba(247,91,0,1) 0%, rgba(255,138,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f75b00",endColorstr="#ff8a00",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dl-contact-banner_dark > div > div > span {
  font-size: 25px;
  color: #cfd0d3;
  margin-left: 70px;
  font-family: 'dl-prim-font';
  margin-bottom: 35px;
}

.dl-contact-banner_dark div div div {
  width: 200px;
  background: #18181b;
  height: 60px;
  position: relative;
  margin-left: 70px;
  border-radius: 45px;
  color: #cfd0d3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: 'dl-prim-font';
  letter-spacing: 1px;
  font-weight: bold;
  box-shadow: none;
  cursor: pointer;
  transition: box-shadow 1s ease-out;
  border: 2px solid #3a3a3d;
  background: rgb(24,24,27);
  background: -moz-linear-gradient(42deg, rgba(24,24,27,1) 0%, rgba(30,30,36,1) 76%, rgba(24,24,27,1) 100%);
  background: -webkit-linear-gradient(42deg, rgba(24,24,27,1) 0%, rgba(30,30,36,1) 76%, rgba(24,24,27,1) 100%);
  background: linear-gradient(42deg, rgba(24,24,27,1) 0%, rgba(30,30,36,1) 76%, rgba(24,24,27,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18181b",endColorstr="#18181b",GradientType=1);
}

.dl-contact-banner_dark div div a div:hover,
.dl-contact-banner_dark div div a div:target,
.dl-contact-banner_dark div div a div:focus,
.dl-contact-banner_dark div div a div:focus-visible {
  
  box-shadow: 0px 0px 5px #3a3a3d;
  /* rgba(255,105,0,1) */
}

.dl-contact-banner_dark > div > div > span > a {
  color: #cfd0d3;
  text-decoration: none;
}
.dl-contact-banner_dark > div > div > span > a:active,
.dl-contact-banner_dark >  div > div > span > a:visited {
  color: #cfd0d3;
}

.dl-contact-banner_dark div div:nth-child(2) {
  scale: 1.1;
}

.dl-contact-banner_dark{
  transition: all 0.15s, box-shadow 0.3s ease;
  box-shadow: 0 0px 15px 0 rgb(0 0 0 / 50%);
}

.dl-contact-banner_dark:hover,
.dl-contact-banner_dark:target,
.dl-contact-banner_dark:focus,
.dl-contact-banner_dark:focus-visible {
  box-shadow: 0 10px 15px 0 rgb(0 0 0 / 50%);
}




.mail-class1 {
  fill: #ee880f;
}

.mail-class2 {
  fill: #dbdbdb;
}

.mail-class3 {
  opacity: .7;
}

.mail-class4, .mail-class5, .mail-class6, .mail-class7, .mail-class8, .mail-class9 {
  fill: #fff;
}

.mail-class10 {
  fill: #1d1e23;
}

.mail-class11, .mail-class6 {
  opacity: .5;
}

.mail-class12 {
  fill: #37474f;
}

.mail-class5, .mail-class13, .mail-class14 {
  opacity: .4;
}

.mail-class15 {
  fill: #f5f5f5;
}

.mail-class16 {
  fill: #455a64;
}

.mail-class13, .mail-class17, .mail-class18, .mail-class19 {
  fill: #f78c00;
}

.mail-class20, .mail-class17 {
  opacity: .2;
}

.mail-class21 {
  opacity: .05;
}

.mail-class22 {
  fill: #e0e0e012;
}

.mail-class7 {
  opacity: .8;
}

.mail-class23 {
  opacity: .15;
}

.mail-class24 {
  opacity: .3;
}

.mail-class25, .mail-class19 {
  opacity: .1;
}

.mail-class26 {
  fill: #ebebeb;
}

.mail-class8 {
  opacity: .35;
}

.mail-class9 {
  opacity: .6;
}

.mail-class27 {
  opacity: .25;
}

.mail-class29 {
  fill: #ebebeb;
}

.mail-class28 {
  fill: #263238;
}

path#mail-shadow-2 {
  fill: none;
  stroke: rgb(255 108 0 / 66%);
  stroke-width: 2px;
  stroke-linejoin: round;
}

/********
Responsive
********/

@media only screen and (max-height: 850px){
  .services-web-part2-headline, .services-web-part3-headline, .services-web-part4-headline {
    top: 30px;
  }

  .services-web-intro-cards-wrapper {
    padding: 170px 0px;
  }

  .services-web-intro-headline {
    padding-top: 30px;
  }
  .services-part2-tabs-wrapper, .services-web-part2-svg  {
    top: 200px;
  }
  .services-web-part3-content, .services-web-part4-content {
    top: 160px;
  }
}


@media only screen and (max-height: 810px){
  .services-web-part3-content, .services-web-part4-content {
    top: 140px;
  } 
  .services-web-part2-headline, .services-web-part3-headline, .services-web-part4-headline {
    top: 10px;
  }
  .services-web-intro-headline {
    padding-top: 10px;
  }
  .services-web-intro-cards-wrapper {
    padding: 150px 0px;
  }
  .services-part2-tabs-wrapper, .services-web-part2-svg  {
    top: 170px;
  }
}

@media only screen and (max-width: 1900px){
  .dl-contact-banner_dark div h3 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 1700px){
  .dl-contact-banner_dark div h3 {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1630px){
  .services-web-part3-content > div:nth-child(3) {
    right: -5vw;
  }
  .services-web-part3-content-items {
    left: -5vw;
  }
}

@media only screen and (max-width: 1580px){
  .dl-contact-banner_dark div h3 {
    font-size: 3rem;
  }
  .dl-contact-banner_dark div div:nth-child(2) {
    width: 50%;
  }
  .dl-contact-banner_dark > div > div > span, .dl-contact-banner_dark div h3 {
    margin-left: 50px;  
  }
}


@media only screen and (max-width: 1560px){
  .services-web-part3-content > div:nth-child(3) {
    right: -3vw;
  }
  .services-web-part3-content-items {
    left: -3vw;
  }
}

@media only screen and (max-width: 1530px){
  .services-header-wrapper-bg {
    transform: translate(calc((100vw - 1250px) / 2), calc(min(25vw, 50%)));
  }
  .services-web-part2-svg {
    width: 28rem;
  }
  .services-web-part2-svg svg {
    width: 21rem;
  }

  .services-web-part4-content-svg {
    width: 29rem;
  }

}

@media only screen and (max-width: 1490px){
  .services-web-part2-svg {
    width: 26rem;
  }
  .services-web-part4-content-svg {
    width: 27rem;
  }
}

@media only screen and (max-width: 1450px){
  .services-web-part2-svg {
    width: 24rem;
  }
  .services-web-part4-content-svg {
    width: 25rem;
  }
}

@media only screen and (max-width: 1415px){
  .services-web-part2-svg {
    width: 23rem;
    
  }
  .services-web-part4-content-svg {
    width: 23rem;
  }
}