/** Text styles **/

b, strong {
  font-weight: 800;
}

.ag-text-emp {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 800;
  color: #ffffff;
}

.text-muted {
  color: #636363;
}
.text-highlight {
  color: #50B1F1 !important;
}

.text-challenge {
  color: #FF6B6B !important;
}

.text-solution {
  color: #89B68B !important;
}

h3 small,
h4 small,
h5 small,
h6 small {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 0.75em;
  font-weight: 400;
}

h2 small {
  margin-bottom: -0.25rem;
  font-size: 0.5em;
  font-weight: 800;
  text-transform: uppercase;
}

/** Icons **/
.services-icon {
  margin-left: 0;
  margin-right: 0;
}

.ag-fa-icon {
  transform: scale(1.1);
  margin-right: 0.25em;
}

.ag-icon-circle {
  display: grid;
  place-items: center;
  margin-right: 0.75rem;
  width: 64px;
  height: 64px;
  background-color: rgb(93 173 226 / 15%);
  border-radius: 500px;
  color: #50B1F1;
  font-size: 28px;
}

/** Text block **/

.ag-text-block {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}

.ag-text-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  border-radius: 3px;
}

.ag-text-block-highlight:before{
  background-color: #50B1F1;
}

.ag-text-block-challenge:before{
  background-color: #FF6B6B;
}

.ag-text-block-solution:before{
  background-color: #89B68B;
}
/** Game page **/
.game-page .home-content {
  text-align: left;
}

.lazy-video-hidden-controls::-webkit-media-controls {
    display: none !important;
    opacity: 0 !important;
    pointer-events: auto !important;
}

.ag-card-section {
  background: rgba(254, 254, 254, 0.05);
  border-radius: 1rem;
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.ag-card-section > .col-12 {
  padding-right: calc(var(--bs-gutter-x)* .375);
  padding-left: calc(var(--bs-gutter-x)* .375);
}


.open-blueprint {
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.75rem;
  text-decoration: none;
  /* padding: 6px 6px; */
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-color: #ffffff
}

.open-blueprint:hover {
  background-color: #FFFFFF;
  color: #000000 !important;
  text-decoration: none;
}
.open-blueprint:focus{
  box-shadow: none !important;
}


@media (max-width: 1370px) {
    .ag-card-section {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
}

/** Bootstrap override **/
.mt-6 {
    margin-top: 5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}

@media only screen and (min-width: 991px) {
  .pr-md-5 {
    padding-right: 3rem !important;
  }
}

/** Theme overrides **/
html, body {
  background-color: #000000;
}
.row {
  --bs-gutter-x: 3.5rem;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

h3, .h3 {
  font-size: 2rem;
}

.work-full-detail p {
  display: flex;
  color: #FFFFFF !important;
  padding: 6px 0;
}

.work-full-detail p strong {
  flex-basis: 100px;
  color: #FFFFFF;
}

.light-content .work-full-detail p,
.light-content .work-full-detail p:last-child{
  border-color: rgba(255, 255, 255, .4);
}

@media only screen and (max-width: 480px) {
    .hs-line-7 {
        font-size: 3rem;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hs-line-7 {
        font-size: 3.5rem;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .hs-line-7 {
        font-size: 4rem;
    }
}

@media only screen and (min-width: 1024px) {
    .hs-line-7 {
        font-size: 4.5rem;
    }
}

.section-title {
  font-size: 56px;
}

@media only screen and (max-width: 480px) {
    .section-title {
        font-size: 42px;
    }
}

.services-item{
    margin-top: 0px;
}

.bg-dark-alfa-70:before, .bg-dark-alfa-70 .YTPOverlay:before{
  /*
  --mesh-size: 6px;
  --mesh-bg-opacity: 0.3;

  background: rgba(17, 17, 17, .7);
  background: linear-gradient(0deg, rgba(27, 27, 27, 1) 0%, rgba(27, 27, 27, 0.5) 70%);
  background: linear-gradient(0deg, rgba(27, 27, 27, 1) 0%, rgba(27, 27, 27, 0.7) 70%);

  background: linear-gradient(0deg, rgba(27, 27, 27, 1) 0%, rgba(27, 27, 27, 0.5) 70%), repeating-linear-gradient(0deg, rgba(27, 27, 27, 1) 0px, rgba(27, 27, 27, var(--mesh-bg-opacity)) 1px, rgba(27, 27, 27, var(--mesh-bg-opacity)) var(--mesh-size)), repeating-linear-gradient(90deg, rgba(27, 27, 27, 1) 0px, rgba(27, 27, 27, var(--mesh-bg-opacity)) 1px, rgba(27, 27, 27, var(--mesh-bg-opacity)) var(--mesh-size));

  background: repeating-linear-gradient(0deg, rgba(27, 27, 27, 1) 0px, rgba(27, 27, 27, var(--mesh-bg-opacity)) 1px, rgba(27, 27, 27, var(--mesh-bg-opacity)) var(--mesh-size)), repeating-linear-gradient(90deg, rgba(27, 27, 27, 1) 0px, rgba(27, 27, 27, var(--mesh-bg-opacity)) 1px, rgba(27, 27, 27, var(--mesh-bg-opacity)) var(--mesh-size));
  */
  background: rgba(27, 27, 27, .3);
  background-image: url(../images/dot-matrix.png);
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
}

.light-content .toggle {
  background: none;
  border-bottom: none;
}

.light-content .toggle > dt,
.light-content .toggle > dd {
  background: #202020;
  border-radius: 8px;
}

.light-content .toggle > dt {
  border-radius: 8px 8px 0 0;
}
.light-content .toggle > dd {
  border-radius: 0 0 8px 8px;
}

.toggle > dt > a {
  border-top: none;
}

.toggle a {

}

.toggle a img {
  cursor: pointer;
  transition: all 0.25s
}

.toggle a:hover img {
  opacity: 0.7;
}

/** Fancybox overrides **/
body.compensate-for-scrollbar {
    padding-right: 0px !important;
}
/*
.fancybox__content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.fancybox__iframe {
    border: none !important;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  height: 63%;
}

.fancybox__html5video, .fancybox__iframe {
  height: 660px;
}
*/

/*** List style test ***/
ol {
  margin-left: -0.50rem;
}
li {
  margin-top: 0.75rem;
  
}
li::marker{
  color: #50B1F1;
  font-weight: 800;
}