@font-face {
    font-family: 'Bebas Neue';
    src: url(../fonts/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: 'Staatliches';
    src: url(../fonts/Staatliches-Regular.ttf);
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-SemiBold.ttf);
    font-weight: 600;
}

body {
    background-color:black;
    font-family: 'Inter', sans-serif;
}

.no-scroll {
    overflow: hidden;
 }

.blog-entry {
    margin-bottom: 20px;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.blog-tag {
    font-size: 15px;
    margin-right: 5px;
    background-color: #c1c1c1;
    border-radius: 0;
    font-weight: 600;
}

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item--width2 { width: 40%; }

.card-img-top {
    border-radius: 0;
}

.slick-slide {
    position: relative;
}

.slider-bg {
    height: 100vh;
    opacity: 0.3;
    transition: all 1s ease-in-out;
}

.slider-item {
    z-index: 1;
    color: white;
    position: relative;
}

.slider-text {
    position: absolute;
    bottom: 0;
    z-index: 5;
    padding: 20px;
    color: rgba(255,255,255,.8);
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slick-center .slider-text {
    opacity: 1;
}

.slider-text h6, .slider-text p {
    margin-bottom: 0;
}

.slider-body {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider-title h1 {
    font-family: 'Staatliches', cursive;
    font-size: 80px;
    transform: rotate(-90deg);
    overflow: hidden;
    max-width: 0;
    padding: 0;
    transition: max-width 1s ease-in-out;
    text-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
}

.slider-title {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    max-width: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.03);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: max-width 1s ease-in-out;
    z-index: 4;
}

.slick-center .blur-overlay {
    max-width: 50%;
}

.slick-center .slider-title h1 {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.slick-center .slider-bg {
    opacity: 1;
}

.sticky-top {
    position: fixed;
    right: 0;
}

.home-navbar {
    position: absolute;
    z-index: 99;
}

.home-logo {
    max-height: 80px;
    transition: .5s;
}

.home-logo:hover {
    transform: scale(1.1);
}

.brand {
    max-height: 120px;
}

.navbar-toggler {
    border: none;
    z-index: 999;
    margin-top: 36px;
}

.navbar-nav {
    min-width: 300px;
}

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

.navbar-menu {
    width: 40px;
    height: 5px;
    background-color: white;
    margin-bottom: 8px;
    display: block;
    transition: all 1s ease-in-out;
}

#menu.scrolled .navbar-menu {
    background-color: #7c0edc;
}

#offcanvasNavbar .nav-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: fit-content;
}

#offcanvasNavbar .nav-link {
    font-size: 44px;
    z-index: 1;
    height: 45px;
    line-height: 50px;
    font-family: 'Bebas Neue', sans-serif;
    transition: all .2s ease-in-out;
}

#offcanvasNavbar .nav-item:hover .nav-link {
    letter-spacing: 4px;
}

#offcanvasNavbar .nav-link, #offcanvasNavbar .nav-item {
    padding: 0;
}

.pressed .navbar-menu.line-1 {
    transform: translate3d(0px, 13px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-40deg) skew(0deg, 0deg); 
    transform-style: preserve-3d; 
    background-color: rgb(16, 16, 16) !important;
}

.pressed .navbar-menu.line-2 {
    opacity: 0;
}

.pressed .navbar-menu.line-3 {
    transform: translate3d(0px, -13px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(40deg) skew(0deg, 0deg); 
    transform-style: preserve-3d; 
    background-color: rgb(16, 16, 16) !important;
}

.offcanvas {
    max-width: 0;
    transition: max-width .5s ease-in-out;
    overflow: hidden;
    z-index: 998;
}

.offcanvas.show {
    max-width: 100%;
    transform: none;
}

.offcanvas.hiding {
    max-width: 0;
}

.offcanvas-backdrop {
    display: none;
}

.offcanvas-body {
    overflow: hidden;
}

.social-networks {
    min-width: 200px;
}

.btn-social {
    background-color: #1e1e1e;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 38px;
    --bs-btn-border-width: 0px;
}

.btn-social img {
    height: 24px;
    width: 24px;
}
.btn-social:hover img {
    filter: invert(1);
    opacity: .85;
}

.preloader {
    background-color: #7c0edc;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.preloader-bg {
    background-color: black;
    height: 100%;
}

.loader {
    width: 200px;
    height: 220px;
    position: relative;
}

.loader svg {
    width: 100%;
    height: 100%;
}

.loader-logo {
    position: absolute;
    width: 50px;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -25px;
}

.square {
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-dasharray: 20%, 400%;
    stroke-dashoffset: 0;
    animation: border-anim 3s ease-in-out infinite;
}

@keyframes border-anim {
    to {
        stroke-dashoffset: -420%;
    }
}

#cursor {
    position: fixed;
    top: calc(40px * -0.5);
    left: calc(40px * -0.5);
    pointer-events: none;
    z-index: 9999;
    display: none;
}
  
.cursor-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #7c0edc;
    transform-origin: center center;
    transition: background-color .3s ease-in-out;
}

.cursor-over .cursor-circle {
    background-color: #EBBC39;
}

.section-title {
    color: white;
    font-weight: 400;
    font-size: 32px;
}

#our-services .accordion-item {
    --bs-accordion-border-color: #303030;
    padding: 20px 0 10px;
    --bs-accordion-bg: black;
    --bs-accordion-color: white;
}

#our-services .accordion-button {
    font-size: 40px;
    font-weight: 600;
    padding-top: 10px;
    --bs-accordion-active-bg: black;
    --bs-accordion-btn-bg: black;
    --bs-accordion-active-color: white;
    --bs-accordion-btn-color: white;
}

.accordion-button:not(.collapsed), .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after, .accordion-button::after {
    margin-left: 0;
}

.collapsing {
    transition: height .35s ease;
}

.btn-bw {
    --bs-btn-border-radius: 0;
    border-width: 2px;
    color: white;
    --bs-btn-border-color: white;
    transition: all .2s ease;
}

.btn-bw:hover {
    background-color: white;
    border-color: white;
    color: black;
}

.btn-bw.inverted {
    background-color: white;
    color: black;
}

.btn-bw.inverted:hover {
    background-color: black;
    color: white;
}

.plus-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.plus-icon .plus {
    position: absolute;
    width: 20px;
    height: 2px;
    margin-top: 10px;
    background: white;
}

.plus-icon .plus.line-2 {
    transform: rotate(90deg);
    transition: all .2s ease;
} 

.accordion-button {
    --bs-accordion-btn-icon-width: 0;
    --bs-accordion-btn-icon: none;
    --bs-accordion-btn-active-icon: none;
}

.accordion-button:not(.collapsed) .plus.line-2 {
    transform: rotate(0);
    opacity: 0;
}

.accordion-header {
    text-align: left;
}

#blog, #our-vision {
    background-color: #050505;
}

#blog .card {
    --bs-card-bg: #080808;
    --bs-card-title-color: white;
    --bs-card-color: #888888;
}

.blog-tag {
    background-color: #0e0e0e;
}

.timestamp {
    color: #444444;
}

footer {
    --bs-border-color: #303030;
    --bs-link-color: #888888;
    --bs-link-hover-color: white;
}
footer .nav {
    --bs-nav-link-padding-y: 1px;
    --bs-nav-link-padding-x: 0;
}

footer .nav-link {
    display: inline;
}

#testimonials .carousel-caption {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
}

#testimonials .carousel-control-next, #testimonials .carousel-control-prev {
    position: relative;
    display: inline-block;
    width: auto;
}

#testimonials .carousel-caption p {
    margin: 20px 0;
}

#testimonials .carousel-inner {
    height: auto;
}

.contact-home {
    height: 10vh;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 600px;
}
  
  .parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
  }

  .service-title {
    font-size: 46px;
    padding-bottom: 20px;
  }

  .service {
    color: white;
    --bs-border-color: #303030;
  }

  .service-item.selected {
    border: 2px solid white;
    background-position: bottom left;
    transition: background-position 5s linear;
    mix-blend-mode:exclusion;
  }

  .service-item:hover .check {
    filter: invert(1);
    background-position: bottom left;
  }

  .service-item {
    border: 2px solid black;
    background-color: #000;
    padding: 8px 10px;
    background: linear-gradient(to right, rgba(255,255,255,.1) 50%, black 50%);
    background-size: 200% 100%;
    background-position: bottom right;
  }

  .service-item:hover {
    background: white !important;
    color:black;
    transition: none;
    border: 2px solid white;
  }
  
  .check {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../svg/checkbox.svg) 50% -1px no-repeat;
    vertical-align: middle;
  }

  .bg-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  #contactForm {
    --bs-border-radius: 0;
    --bs-body-bg: transparent;
    --bs-body-color: white;
    --bs-border-color: #777777;
    /*--bs-border-width: 2px;*/
    color: white;
  }

  #contactForm .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
  }

  .form-control:focus {
    border-color: #ffffff;
  }
  
  #contactForm .form-control::placeholder {
    color: white;
  }

  #contactForm .form-check {
    background: #080808;
    padding: 30px 25px;
    border-radius: 5px;
    transition: all .3s ease;
    font-weight: 600;
    font-size: 18px;
  }

  #contactForm .form-check:hover {
    background: #1a1a1a;
  }

  .contact-title {
    color: white;
  }

  .contactform-label {
    color:#717171;
    padding: 20px 0 10px;
  }

  .contactform-label span {
    font-size: 15px;
  }

  #statistics {
    --bs-border-color:#303030;
  }

  .counter {
    color: white;
    padding: 50px 0;
  }

  .counter .num {
    font-size: 60px;
  }

  .slogan {
    font-family: 'Bebas Neue', sans-serif;
    vertical-align: text-bottom;
  }

  .slogan h2 {
    font-size: 70px;
    line-height: 60px;
    margin: 0;
    width: 280px;
    margin-top: 10px;
    display: inline-block;
  }

  .slogan.light {
    background-color: #232323;
  }

  .slogan.dark {
    background-color: #0d0d0d;
  }

  .bg-light-dark {
    background-color: #080808;
  }

  .photography-carousel, .videography-carousel {
    height: 600px;
  }

.progress-container {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
}
  
.progress-bar {
    height: 2px;
    background: #7c0edc;
    width: 0%;
}

.team-member {
    --bs-card-border-width: 0; 
    border-radius: 0;
    background-color: #000;
}

.team-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-info {
    background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    width: 100%;
    border: 1px solid rgba(255,255,255,.2);
    color: white;
}

.team-member .card-img {
    border-radius: 0;
    transition: transform .5s;
}

.team-member:hover .card-img {
    transform: scale(1.1);

}

.team-member:hover .team-social {
    height: 32px;
}

.team-social {
    height: 32px;
    overflow: hidden;
    transition: height .5s;
}

.team-social a img {
    padding: 8px 10px;
}

.border-sm-w {
    border: 1px solid rgba(255,255,255,.2);
}


.news-bg {
    background: url(../img/MagicMirror_banner.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: 15% 50%;
  }

  .news-btn {
    max-width: 300px;
  }

@media (min-width: 992px) {
    #cursor {
        display: block;
    }
    .blog-entry {
        width: calc(50% - 10px);
    }
    .navbar-toggler {
        margin: 38px 15px;
    }
    .home-navbar {
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 25px;
    }
    .team-social {
        height: 0;
    }

    .border-sm-w {
        border: none;
    }

    .news-bg {
        background-position: 50% 50%;
    }
}

.scroll-bottom {
    position: absolute;
    right: 35px;
    bottom: 30px;
    opacity: .6;
    z-index: 1;
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 13px;
    font-size: 10px;
    letter-spacing: 5px;
    color: white;
    text-decoration: none;
}

.scroll-bottom:before {
    position: relative;
    background-color: var(--bg-color);
}

.scroll-bottom:after {
    position: absolute;
    top: 0;
    background-color: #fff;
    transform: scale(0);
    transform-origin: top;
    animation: scroll-down 2.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.scroll-bottom:before, .scroll-bottom:after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    left: 50%;
    margin-bottom: 10px;
}

.scroll-bottom .text {
    writing-mode: vertical-lr;
}

@keyframes scroll-down {
    0% {
        transform: scale(0);
        transform-origin: top;
    }
    50% {
        transform: scale(1);
        transform-origin: top;
    }
    51% {
        transform: scale(1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(0);
        transform-origin: bottom;
    }
}

.who-title {
    font-family: 'Staatliches', cursive;
    font-size: 5em;
}

#about-us .accordion-item {
    --bs-accordion-border-color: #303030;
    padding: 20px 0 10px;
    --bs-accordion-bg: #050505;
    --bs-accordion-color: white;
}

#about-us .accordion-button {
    font-size: 25px;
    font-weight: 600;
    padding-top: 10px;
    --bs-accordion-active-bg: #050505;
    --bs-accordion-btn-bg: #050505;
    --bs-accordion-active-color: white;
    --bs-accordion-btn-color: white;
}

.team-info p {
    font-size: 12px;
}

#submitSuccessful, #submitError, #validateError {
    display: none;
}

.who-title {
    animation: stack 340ms cubic-bezier(.46,.29,0,1.24) 1 backwards 120ms, glitch 2s ease infinite 2s alternate-reverse;
}

.news-title {
    font-weight: 600;
}

@keyframes glitch {
    0% {
      text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
      transform: translate(8px);
    }
    2% {
      text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
    }
    4%, 100% {  text-shadow: none; transform: none; }
  }