/**

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services-1 .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: var(--color-white);
  height: max-content;
}
.featured-services-1 .service-item .icon {
  margin-bottom: 10px;
}
.featured-services-1 .service-item .icon i {
  color: var(--color-primary);
  font-size: 36px;
  transition: 0.3s;
}
.featured-services-1 .service-item h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}
.featured-services-1 .service-item h4 a {
  color: var(--color-secondary);
  transition: ease-in-out 0.3s;
}
.featured-services-1 .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.featured-services-1 .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
}
.featured-services-1 .service-item:hover h4 a {
  color: var(--color-primary);
}


/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("assets/img/tennislehrer-zuerich.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container, .about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 9px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  text-align: center;
  background-color: #b5b0af;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #ff4a17;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  /*background: #fff;*/
  color: rgba(0, 44, 87, 0.85);
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services-1{
  background: url("assets/img/tennislehrer-zuerich.jpg") center top no-repeat fixed ;
  background: rgba(255, 255, 255,0.65);
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
  display: flex;
}

.services-1 .img {
  border-radius: 8px;
  overflow: hidden;
}
.services-1 .img img {
  transition: 0.6s;
}
.services-1 .details {
  padding: 20px 20px;
  margin: -140px 30px;
  transition: all ease-in-out 0.3s;
  /*background: var(--color-white);*/
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 0px rgba(10, 12, 12, 0.1);
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  background-clip: border-box;

}
.services-1 .details .icon {
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #106eea;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -25px;
  left: calc(50% - 36px);
  border: 2px solid #50b7df;
  /*border-color: #50b7df;*/
}
.services-1 .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}
.services-1 .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  height:auto;
}
.services-1 .service-item:hover .details h3 {
  color: var(--color-primary);
}
.services-1 .service-item:hover .details .icon {
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #a1bdd1;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -25px;
  left: calc(50% - 36px);
  border: 2px solid #a1bdd1;
  /*border-color: #a1bdd1;*/
}
.services-1 .service-item:hover .details .icon i {
  /*border: 2px solid;*/
  /*border-color: #50b7df;*/
  /*background-color: rgba(255, 255, 255, 0.9);*/
  /*border-radius: 50px;*/
  /*display: flex;*/
  /*width: 50px;*/
  /*height: 50px;*/
  /*position: absolute;*/
}
.services-1 .service-item:hover .img img {
  transform: scale(1.2);
}

/*.services-item{*/

/*  height:*/
/*}*/
