/********************************************************************/
/*                   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;
}

html,
body {
  overflow-x: hidden;
}

section {
  min-height: 80vh;
  width: 100vw;
}

.btn {
  transition: all 0.2s linear;
}

.btn-success:hover {
  background-color: #3de048;
}

.btn-theme-outline-primary {
  background-color: transparent;
  border: 2px solid #66fcf1;
  transition: all 0.2s linear;
}

.btn-theme-outline-primary:hover {
  color: #66fcf1;
  background-color: #1f2833;
}

.btn-theme-primary {
  background-color: #66fcf1;
}

.btn-theme-secondary {
  background-color: #1f2833;
  color: white;
  transition: all 0.2s linear;
}

.btn-theme-secondary:hover {
  background-color: #66fcf1;
}

.elysitek-modal-header {
  border-bottom-color: #66fcf1;
}

.elysitek-modal-footer {
  border-top-color: #66fcf1;
}

.elysitek-modal-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.prohibit-scroll {
  overflow: hidden;
}

.rotate {
  -webkit-animation: rotation 2s linear infinite;
  -moz-animation: rotation 2s linear infinite;
  -ms-animation: rotation 2s linear infinite;
}

.section-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  transition: all 0.2s linear;
}

.show-on-visible {
  visibility: hidden;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .services-title {
    font-size: 22pt;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .services-title {
    font-size: 18pt;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .services-title {
    font-size: 22pt;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .services-title {
    font-size: 26pt;
  }
}
@media only screen and (min-width: 1500px) {
  .services-title {
    font-size: 30pt;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1800px) {
  .services-title {
    font-size: 36pt;
  }
}

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