@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
/* Set a background image by replacing the URL below */
body {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url("https://s3.eu-west-1.amazonaws.com/web.imedialibrarysports.com/images/showcasepro/iSportsShowCasePro-bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}

.bg-isa-trans-green {
  background-color: rgba(39, 150, 122, 0.3) !important;
}

.isa-green {
  color: #27967a;
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

hr.isa-green {
  border-bottom: 1px solid #27967a;
  opacity: 1;
}

.isa-gold {
  color: #fdb500;
}

/* A nice personal touch is to add a custom selected style to text on the page, when visitors might like to select text*/
::selection {
  background-color: #27967a;
  color: #fff;
}

a.isa-email:link,
a.isa-email:visited,
a.isa-email:active {
  color: #27967a;
  text-decoration: none;
  transition: all 0.3s linear;
}

a.isa-email:hover {
  color: #28af8d;
}

a.isa-email-alert-danger:link,
a.isa-email-alert-danger:visited,
a.isa-email-alert-danger:active {
  color: #741212;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s linear;
}

a.isa-email-alert-danger:hover {
  color: #9e0909;
}

.btn-isa-green {
  background: #27967a;
  color: white;
}

.btn-isa-green:hover {
  background: #28af8d;
  color: white;
}

li.splide__slide .figure img {
  border: 4px solid #27967a;
}

li.splide__slide a.carousel-client-link:link,
li.splide__slide a.carousel-client-link:visited,
li.splide__slide a.carousel-client-link:active {
  color: #27967a;
  text-decoration: none;
  transition: all 0.3s linear;
}

li.splide__slide a.carousel-client-link:hover {
  color: #28af8d;
}

.splide__pagination__page.is-active {
  background: #27967a;
}

div.pulse {
  margin: 0 auto;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #5a99d4;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  z-index: 1000;
}

div.pulse:hover {
  animation: pulse 2s;
}

@keyframes pulse {
  0% {
    transform: scale(0.85) ease-in-out;
  }
  70% {
    transform: scale(1) ease-in-out;
    box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(1) ease-in-out;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.quote {
  width: fit-content;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #27967a;
  border-radius: 10px;
  backdrop-filter: blur(3px) saturate(180%);
  -webkit-backdrop-filter: blur(3px) saturate(180%);
}
.quote__body {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: 0.75rem 2.75rem;
  font-size: 1.125rem;
  font-style: italic;
  color: white;
}
.quote__body::before, .quote__body::after {
  z-index: -1;
  position: absolute;
  color: #27967a;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
}
.quote__body::before {
  content: "“";
  top: 0;
  left: 0;
  line-height: 1;
  font-family: Georgia, serif;
}
.quote__body::after {
  content: "”";
  bottom: 0;
  right: 0;
  line-height: 0;
  font-family: Georgia, serif;
}
.quote__credits {
  margin-left: 2.75rem;
  padding-right: 2.75rem;
  color: #27967a;
  font-size: 16px;
  font-weight: bold;
}

.quote:last-of-type {
  margin-bottom: 80px;
}

body > .modal {
  display: none;
}

.modal {
  width: 100% !important;
  max-width: 500px;
}

.toolTipGreen {
  color: #27967a;
}

.signupErrorReport.modal {
  border-radius: 0;
  line-height: 18px;
  padding: 0;
  font-family: "Lucida Grande", Verdana, sans-serif;
}

.signupErrorReport h3 {
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  background: -moz-linear-gradient(top, #27967a, #0b8667);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0b8667), color-stop(1, #27967a));
}

.signupErrorReport.modal p {
  padding: 10px 30px;
  border-bottom: 0px solid #ddd;
  margin: 0;
  overflow: hidden;
}

.signupErrorReport.modal p:last-child {
  border: none;
}

.signupErrorReport.modal p label {
  float: left;
  font-weight: bold;
  color: #333;
  font-size: 13px;
  width: 90px;
  line-height: 22px;
}

.part {
  display: none;
}

#errorReportBody {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
}

input::-webkit-input-placeholder {
  color: #333333 !important;
  font-weight: bold;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333 !important;
  font-weight: bold;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333 !important;
  font-weight: bold;
}

input:-ms-input-placeholder {
  color: #333333 !important;
  font-weight: bold;
}

textarea::-webkit-input-placeholder {
  color: #333333 !important;
  font-weight: bold;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333333 !important;
  font-weight: bold;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333 !important;
  font-weight: bold;
}

textarea:-ms-input-placeholder {
  color: #333333 !important;
  font-weight: bold;
}

input,
select,
textarea {
  color: #000000 !important;
  font-weight: bold;
}

label.error {
  color: #db1b1b !important;
  font-weight: bold !important;
}

.form-control:focus {
  border-color: #27967a !important;
  box-shadow: 0 0 0 0.25rem #27967a !important;
}

.isa-bg-grey-dark {
  background: #333333;
}

.border-isa-green {
  border: 2px solid #27967a;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  perspective: 1000;
  -webkit-perspective: 1000;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: stickyMenu;
  animation-name: stickyMenu;
}

/* Sticky Menu ----------*/
@-webkit-keyframes stickyMenu {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes stickyMenu {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* ============ burger menu view ============ */
.nav-item a.nav-link {
  padding: 10px 0px;
  margin-right: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #f1f1f1;
}

.nav-link:hover,
a.nav-link:hover {
  color: #27967a;
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
}

.dropdown-menu .dropdown-item {
  color: #505050;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-menu a.dropdown-item:hover {
  background-color: transparent;
  color: #27967a;
}

.navbar-toggler {
  color: #27967a;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  background-color: #dedede;
  padding: 5px 10px;
}

.navbar-toggler:focus {
  box-shadow: none;
  border: 0;
}

.navbar-toggler-icon {
  background-image: none !important;
  background-color: #505050 !important;
  height: 2px;
  width: 14px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: #505050 !important;
  height: 2px;
  content: "";
  position: relative;
  top: -5px;
  transition: all 0.15s ease-out; /*taken down to hide quicker*/
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: #505050 !important;
  height: 2px;
  content: "";
  position: relative;
  top: 3px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
  background-color: #505050 !important;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(5px);
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .nav-item a.nav-link {
    padding: 10px 0px;
    margin-right: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #f1f1f1;
  }
  .nav-link:hover,
a.nav-link:hover {
    color: #27967a;
  }
  .nav-link.dropdown-toggle.disabled {
    color: #27967a;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
    height: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
    height: 5rem;
  }
  0% {
    transform: translateY(-1rem);
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.navbar-nav .angle {
  margin: 0 0 0 4px;
}

.angle {
  margin: 0 0 0 3px;
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.angle:before,
.side-menu .navbar-nav .angle:before {
  content: "\f107";
}

footer hr.isl-green {
  border-bottom: 3px solid #27967a;
  width: 25px;
  opacity: 1;
  border-top: 0;
}

ul.footer-menu {
  margin-bottom: 0px;
  color: #9a9a9a;
}

.footer-menu li {
  display: inline-block;
  font-size: 14px;
  margin: 4px 0;
}

.footer-menu li:after {
  content: "/";
  padding: 0 10px;
}

.footer-menu li:last-child:after {
  content: "";
  padding: 0;
}

a.isa-footer-link:link,
a.isa-footer-link:visited,
a.isa-footer-link:active {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #9a9a9a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s linear;
  margin: 0;
}

a.isa-footer-link:hover {
  color: #fafafa;
}

footer a {
  color: red;
  transition: all 0.3s linear;
}

footer a:link,
footer a:visited,
footer a:active {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #9a9a9a;
}

footer a:hover {
  color: #fafafa;
}

footer h4 {
  font-size: 14px;
  color: #bebebe;
}

footer address,
footer p {
  font-size: 14px;
  color: #9a9a9a;
}

.copyright {
  height: 140px;
}

@media (max-width: 576px) {
  .copyright {
    height: 40px;
  }
  .copyright p {
    display: flex;
    width: 100%;
    justify-content: space-around !important;
  }
}

/*# sourceMappingURL=isports-showcase-pro-style.css.map */
