/* Hero Start */
#intro {
  background-image: url('static/img/hero_test_1.png');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-secure {
    display: inline;
    border-radius: 25px;
    background: linear-gradient(45deg,rgb(20, 29, 92) 0%, rgba(0, 124, 194, 1) 100%);
}

#intro-h1 {
    font-size: 4em;
}

@media (max-width: 768px) {
  #intro-h1 {
      font-size: 40px;
  }
    
}



/* Hero End */

/* Feature Start */

.feature-card-body {
    background-color: var(--color-light-gray);
    color: var(--color-black);
    border-radius: 10px;
    border: 1px solid var(--primary-color) ;
}


/* Feature End */


/* Video Demo Start */

.video-container {
    border-radius: 15px;
    overflow: hidden; /* Stellt sicher, dass die Ecken des Videos ebenfalls abgerundet sind */
    background-color: #000; /* Fallback, während das Video lädt */
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 0; /* Entfernt möglichen Leerraum unter dem Video */
}

/* Video Demo End */


/* Facts Start */

.facts-div {
    margin: auto;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 10px;
    background: white;
}

/* Facts End */


/* Services Start */

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}

.what-content {
  display: grid;
  grid-gap: 4rem;
  border-radius: 1em;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  background-color: #f7f7f7;

}


.what-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1em;
  line-height: 1.778;
  margin-bottom: 2.5rem;
  text-align: center;
}

.what-box .what-icon {
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.what-info {
    padding-top: 1em;
    border-top: 1px solid #dee2e6;
}

.what-info p {
    padding-left: 1em;
    padding-right: 1em;

}

.what-btn {
  font-size: 16px;
  text-decoration: underline;
  line-height: 2;
  display: inline-block;
}

@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}

/* Services End */


/* Testimonial Start */

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease !important;
}
.testimonial-card:hover {
    background-color: rgba(255, 255, 255);
    border-radius: 2rem;
}
.testimonial-slider {
    display: flex;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.testimonial-track {
    display: flex;
    transition: all 0.6s ease-in-out;
    width: 100%;
}
.testimonial-item {
  box-sizing: border-box; /* wichtig, damit padding eingerechnet wird */
  flex: 0 0 100%;
  max-width: 100%;  
}
@media (min-width: 768px) {
  .testimonial-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

/* FAQ Start */

.grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 3fr);
  grid-gap: 3rem;
    margin-bottom: 5em;
}

.process-box {
  text-align: center;
  padding: 0 3rem;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #f7f7f7;

}

.process-box .icon i {
  display: inline-block;
  font-size: 50px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  color: black;
  /* margin-bottom: 3rem; */
}

.process-box .icon i::after {
  display: inline-block;
  position: absolute;
  content: attr(data-num);
  right: -20px;
  top: -10px;
  background: var(--primary-gradient);
  height: 40px;
  width: 40px;
  z-index: 1;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 800;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.0057);
  color: white;
  font-size: 2rem;
}

.process-box .info h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.process-box .info p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
  padding-top: 1em;
}

@media (max-width: 768px) {
  .grid-4 {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    margin-bottom: 3em;
  }
  
  .process-box {
    padding: 1.5rem 1rem;
  }
}

/* FAQ End */


/* Newsletter Start */
 .subscribe-area {
    background: rgb(20, 29, 92, 0.3);

}

.pb-50 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 70px;
}

.mb-15 {
    margin-bottom: 15px;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 5px;
}
.subscribe-text h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}
.subscribe-wrapper {
    overflow: hidden;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 5px;
}
.subscribe-text h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}
.subscribe-wrapper {
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}

.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #000000;
    border-radius: 30px;
    color: #000000;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 60%;
    outline: none;
}


.subscribe2-wrapper .subscribe-form input:focus {
    border: 1px solid var(--primary-color);
    transition: all 0.7s ease;
}
 
.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
    position: relative;
}


@media (max-width: 875px) {
  .subscribe2-wrapper .subscribe-form button {
      margin-top: 5px;
  }
    
}


.subscribe2-wrapper .subscribe-form button:hover {
  color: var(--primary-color);
  transition: all 0.3s;
  box-shadow: rgba(1, 1, 182, 0.1) 0px 4px 16px, rgba(1, 1, 182, 0.05) 0px 8px 32px;
}





 /* Newsletter End */