/* Basic Layout */
.section-services {
  padding-top: 110px;
  padding-bottom: 120px;
  padding-bottom: 140px;
  font-family: 'Source Sans', sans-serif;
  background-color: #18181b;
}

.content-container {
  width: 80vw;
  max-width: 1600px;
  height: auto;
  min-height: 100vh;
  background: #18181b;
  padding-bottom: 85px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.keyfanim.content-container-header{
  animation: fadeInMarMove 2s;
  -webkit-animation: fadeInMarMove 2s;
  -moz-animation: fadeInMarMove 2s;
  -o-animation: fadeInMarMove 2s;
  -ms-animation: fadeInMarMove 2s;
  animation-play-state: paused;
}

.section-progress-bar .keyfanim.content-container-header{
  animation: fadeInMar2Move 2s;
  -webkit-animation: fadeInMar2Move 2s;
  -moz-animation: fadeInMar2Move 2s;
  -o-animation: fadeInMar2Move 2s;
  -ms-animation: fadeInMar2Move 2s;
  animation-play-state: paused;
}

.content-container-header{
  text-align: center;
  font-family: dl-prim-font;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.content-container-sec2__content__card-service-top > svg {
  width: 17%;
  height: 11%;
  fill: #f75b00;
}

.content-container-header > h2{
  position: relative;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 17px;
  margin-top: 50px;
  color: #c9c9c9;

}


.content-container-sec2__content__card-service-top div {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #f1f1f1;
  font-family: 'dl-prim-font';
  text-transform: uppercase;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.content-container-sec2__content__card-service-top svg {
  width: 3.2rem;
  height: auto;
  fill: #f75b00;
  margin-right: 10px;
}

div.content-container-sec2-content > div:nth-child(2) > div > div.content-container-sec2__content__card-service-top > div > svg {
  height: 3.7rem;
  width: 3.7rem;
}
div.content-container-sec2-content > div:nth-child(3) > div > div.content-container-sec2__content__card-service-top > div > svg {
  height: 3rem;
  width: 3rem;
}

div.content-container-sec2-content > div:nth-child(6) > div {
  padding: 30px;
}

div.content-container-sec2-content > div:nth-child(6) > div > div > span {
  font-size: 1.3rem;
  color: #cfd0d3;
}

div.content-container-sec2-content > div:nth-child(6) > div > div > span >  a {
  font-size: 1.3rem;
  color: #cfd0d3;
}

div.content-container-sec2-content > div:nth-child(6) > div > div > h3 {
    font-family: 'dl-prim-font';
    font-size: 2.5rem;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #cfd0d3;
    /* 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; */
}

div.content-container-sec2-content > div:nth-child(6) > div {
  padding: 30px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
div.content-container-sec2-content > div:nth-child(6) > div > div:nth-child(2) {
  padding: 0 45px;
  padding-bottom: 0;
}



.content-container-sec2__content__card-service-top div h2 {
  color: #cfd0d3;
  /* color: #1d1e23; */
  font-size: 24px;
}

/* .content-container-sec2__content__card-service-top div h2::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 26px;
  transform: translateX(-17px);
  background: #f75b00;
} */

.content-container-header > p {
  color: #c9c9c9;
  margin-top: 0px;
  margin: 0px;
  font-size: 24px;
  line-height: 1.5rem;
  max-width: 70rem;
  font-family: 'Source Sans', sans-serif;
  /* font-weight: bold; */
}

.content-container-header > h2 > span {
  color: #f75b00;
}
/* .content-container-header > h2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background-color: #f75b00;
}
  
.content-container-header > h2::after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 3px;
  background-color: #f75b00;
} */

.content-container-sec2__content__card-service-top{
  padding: 40px 40px 10px;
  border-bottom: 2px solid #18181b;
}


.content-container-sec2__content__card-service-top > h3{
  /* font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.5em;
  color: #cfd0d3;
  font-family: 'dl-prim-font'; */
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 1.1em;
  color: #cfd0d3;
  /* color: #1d1e23; */
  font-weight: bold;
  font-family: 'Source Sans', sans-serif;
}

.content-container-sec2__content__card-service-bottom{
  padding: 0px 40px 40px;
}

.content-container-sec2__content__card-service-bottom > p{
  margin-bottom: 27px;
  color: #c9c9c9;
  /* color: #1d1e23; */
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  font-family: 'Source Sans', sans-serif;
  font-size: 19px;
}

.content-container-sec2__content__card-service-bottom > a, .content-container-sec2__content__card-link{
  color: #cfd0d3;
  /* color: #1d1e23; */
  font-size: 21px;
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  display: flex;
  width: 155px;
  flex-direction: row;
  justify-content: space-between;
  font-weight: bold;
}

.content-container-sec2__content__card-service-bottom > a > svg {
  fill: #f75b00;
  width: 1.2rem;
}

.content-container-sec2__content__card-link svg {
  fill: #f75b00;
  width: 1.2rem;
}

/* End Basic Layout */


/* Cards Hover Effect */


.content-container-sec2-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  row-gap: 3rem;
  padding-top: 40px;
  margin-top: -30px;
  padding-bottom: 40px;
}
.keyfanim.content-container-sec2__content__card{
  animation: scaleInMove 2s;
  -webkit-animation: scaleInMove 2s;
  -moz-animation: scaleInMove 2s;
  -o-animation: scaleInMove 2s;
  -ms-animation: scaleInMove 2s;
  animation-play-state: paused;
}

.content-container-sec2-content:hover .content-container-sec2__content__card {
  background: radial-gradient(100rem circle at var(--xPos) var(--yPos), rgba(255, 123, 0, 0.253), transparent 15%);
  background: radial-gradient(100rem circle at var(--xPos) var(--yPos), rgba(255, 123, 0, 0.897), transparent 15%);
}
.content-container-sec2-content .content-container-sec2__content__card {
  width: 28rem;
  height: 38em;
  background: radial-gradient(150rem circle at 0 0, rgba(0, 255, 241, 0), transparent 0%);
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.15s, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 50%);
}

.keyfanim.content-container-sec2__content__card:hover {
  box-shadow: 0 15px 15px 0 rgb(0 0 0 / 50%);
}

.content-container-sec2-content .content-container-sec2__content__card:hover::before {
  opacity: 1;
}
.content-container-sec2-content .content-container-sec2__content__card .content-container-sec2__content__card-service {
  background-color: #1d1e23;
  border-radius: 22px;
  transition: all 0.25s;
  height: calc(100% - 0.15rem);
  width: calc(100% - 0.15rem);
  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;
}

/* End Cards Hover Effect */

div.content-container-sec2-content > div:nth-child(5){
  height: 34em;
}

/********
Responsive
********/

@media only screen and (max-width: 1740px){
  .content-container:nth-child(1) {
    width: 100vw;
  }
  .content-container-header p {
    width: 70vw;
  }
}

@media only screen and (min-width: 1408px){
  div.content-container-sec2-content > div:nth-child(4){
    height: 34em;
  }
}

@media only screen and (max-width: 600px){
  .content-container-header > h2 {
      font-size: 34px;
  }
}


@media only screen and (max-width: 450px){
  .content-container-sec2-content .content-container-sec2__content__card {
    width: 93vw;
    height: auto;
  }
  .content-container-sec2__content__card-service-top {
    padding: 40px 40px 0px;
  }
  .content-container-sec2__content__card-service-bottom {
    padding: 30px 40px 75px;
  }
  .content-container-header p {
    width: 93vw;
  }

}

@media only screen and (max-width:430px){
  .content-container-sec2__content__card-service-top {
    padding: 30px 30px 0px;
  }
  .content-container-sec2__content__card-service-bottom {
    padding: 10px 30px 75px;
  }
}

@media only screen and (max-width: 400px){
  .content-container-header > h2 {
      margin-left: 10px;
      margin-right: 10px;
  }
  .content-container-header p {
    font-size: 20px;
}
}

@media only screen and (max-width:360px){
  .content-container-sec2-content .content-container-sec2__content__card {
    height: 41em;
  }
  div.content-container-sec2-content > div:nth-child(4), div.content-container-sec2-content > div:nth-child(5) {
    height: 38em;
  }
}

@media only screen and (max-width:330px){
  .content-container-sec2-content .content-container-sec2__content__card {
    height: 43em;
  }
  .content-container-sec2__content__card-service-top {
    padding: 20px 20px 0px;
  }
  .content-container-sec2__content__card-service-bottom {
    padding: 10px 20px 75px;
  }
}

@media only screen and (max-width:290px){
  .content-container-sec2-content .content-container-sec2__content__card {
    height: 45em;
  }
  div.content-container-sec2-content > div:nth-child(4), div.content-container-sec2-content > div:nth-child(5) {
    height: 40em;
  }
}

/********
Animations
********/


@keyframes scaleInMove {
  0% { 
      opacity: 0; 
      scale: 0.5;
      transform: translateY(-100px);
  }
  100% { 
      opacity: 1; 
      scale: 1;
      transform: translateY(0px);
  }
  }
  
  @-moz-keyframes scaleInMove {
    0% { 
      opacity: 0; 
      scale: 0.5;
      transform: translateY(-100px);
  }
  100% { 
      opacity: 1; 
      scale: 1;
      transform: translateY(0px);
  }
  }
  
  @-webkit-keyframes scaleInMove {
    0% { 
      opacity: 0; 
      scale: 0.5;
      transform: translateY(-100px);
  }
  100% { 
      opacity: 1; 
      scale: 1;
      transform: translateY(0px);
  }
  }
  
  @-o-keyframes scaleInMove {
    0% { 
      opacity: 0; 
      scale: 0.5;
      transform: translateY(-100px);
  }
  100% { 
      opacity: 1; 
      scale: 1;
      transform: translateY(0px);
  }
  }
  
  @-ms-keyframes scaleInMove {
    0% { 
      opacity: 0; 
      scale: 0.5;
      transform: translateY(-100px);
  }
  100% { 
      opacity: 1; 
      scale: 1;
      transform: translateY(0px);
  }
  }

@keyframes fadeInMarMove {
0% { 
    opacity: 0; 
    margin-top: 70px;
  }
100% { 
    opacity: 1; 
    margin-top: 0px;
  }
}

@-moz-keyframes fadeInMarMove {
  0% { 
    opacity: 0; 
    margin-top: 70px;
}
100% { 
    opacity: 1; 
    margin-top: 0px;
  }
}

@-webkit-keyframes fadeInMarMove {
  0% { 
    opacity: 0; 
    margin-top: 70px;
  }
100% { 
    opacity: 1; 
    margin-top: 0px;
  }
}

@-o-keyframes fadeInMarMove {
  0% { 
    opacity: 0; 
    margin-top: 70px;
  }
100% { 
    opacity: 1; 
    margin-top: 0px;
  }
}

@-ms-keyframes fadeInMarMove {
  0% { 
    opacity: 0; 
    margin-top: 70px;
  }
100% { 
    opacity: 1; 
    margin-top: 0px;
  }
}

@keyframes fadeInMar2Move {
  0% { 
    opacity: 0; 
    margin-top: 190px;
}
100% { 
    opacity: 1; 
    margin-top: 120px;
  }
}
      
@-moz-keyframes fadeInMar2Move {
  0% { 
    opacity: 0; 
    margin-top: 190px;
  }
100% { 
    opacity: 1; 
    margin-top: 120px;
  }
}

@-webkit-keyframes fadeInMar2Move {
  0% { 
    opacity: 0; 
    margin-top: 190px;
  }
100% { 
    opacity: 1; 
    margin-top: 120px;
  }
}

@-o-keyframes fadeInMar2Move {
  0% { 
    opacity: 0; 
    margin-top: 190px;
  }
100% { 
    opacity: 1; 
    margin-top: 120px;
  }
}

@-ms-keyframes fadeInMar2Move {
  0% { 
    opacity: 0; 
    margin-top: 190px;
  }
100% { 
    opacity: 1; 
    margin-top: 120px;
  }
}






/* Roundes Headline Box */
/* .content-container-sec2__sec1 {
  width: 80vw;
  height: auto;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14vh;
  background: #f6f6f6;
  box-shadow: 5px 0 0 0 rgba(204, 204, 204, 0.3), -5px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 24px;
  position: relative;
}


.content-container-sec2__sec1-header{
  width: 20%;
  padding: 10px 15px;
  display: block;
  margin: 0 auto;
  position: relative;
  background: #18181b;
  border-radius: 0 0 20px 20px
}

.content-container-sec2__sec1-header > span {
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 250px;
  color: #f6f6f6;
  font-family: dl-prim-font;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.content-container-sec2__sec1-header::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 50px;
  left: -25px;
  width: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0 -25px 0 0 #18181b;
}

.content-container-sec2__sec1-header::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 50px;
  right: -25px;
  width: 25px;
  border-top-left-radius: 25px;
  box-shadow: 0 -25px 0 0 #18181b;
}

.content-container-sec2__sec1-grid-container {
  display: flex;
} */
