/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.animate__delay-half-s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.color-scheme-bright {
  color: #66fcf1;
}

.color-scheme-dark {
  color: #45a29e;
}

#services {
  background-color: #1f2833;
  padding: 100px 0px;
  color: #fff;
}

.services-separator {
  background-color: #66fcf1;
  height: 5px !important;
  width: 50%;
  text-align: center;
  margin: 0px auto;
}

.service-card {
  border: 2px solid #45a29e;
  border-radius: 15px;
  min-height: 300px;
  height: 100%;
  padding: 15px;
  transition: all 0.2s linear;
}

.service-card:hover {
  box-shadow: #66fcf1 0px 6px 14px;
}

.service-card-icon {
  font-size: 42pt;
  color: #66fcf1;
}

.service-card-title {
  color: #66fcf1;
  transition: all 0.2s linear;
}

.service-columns {
  flex: 0 0 auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .service-columns {
    width: 100%;
  }
  .service-card-title {
    font-size: 20pt;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .service-columns {
    width: 100%;
  }
  .service-card-title {
    font-size: 20pt;
  }
  .services-title {
    font-size: 22pt;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .service-columns {
    width: inherit;
  }
  .service-card-title {
    font-size: 20pt;
  }
  .services-title {
    font-size: 18pt;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .service-columns {
    width: 83.33333333%;
  }
  .service-card-title {
    font-size: 20pt;
  }
  .services-title {
    font-size: 22pt;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .service-columns {
    width: 91.66666667%;
  }
  .service-card-title {
    font-size: 22pt;
  }
  .services-title {
    font-size: 26pt;
  }
}
@media only screen and (min-width: 1500px) {
  .service-columns {
    width: 83.33333333%;
  }
  .service-card-title {
    font-size: 28pt;
  }
  .services-title {
    font-size: 30pt;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1800px) {
  .service-columns {
    width: 66.66666667%;
  }
  .service-card-title {
    font-size: 28pt;
  }
  .services-title {
    font-size: 36pt;
  }
}

/*# sourceMappingURL=services.css.map */
