@font-face {
    font-family: 'Panton Narrow';
    src: url('../themes/demo/assets/fonts/PantonNarrow-Black.eot');
    src: url('../themes/demo/assets/fonts/PantonNarrow-Black.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/PantonNarrow-Black.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/PantonNarrow-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hanson';
    src: url('../themes/demo/assets/fonts/HansonBold.eot');
    src: url('../themes/demo/assets/fonts/HansonBold.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/HansonBold.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/HansonBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../themes/demo/assets/fonts/Lato-Regular.eot');
    src: url('../themes/demo/assets/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/Lato-Regular.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Cn';
    src: url('../themes/demo/assets/fonts/Roboto-Condensed.eot');
    src: url('../themes/demo/assets/fonts/Roboto-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/Roboto-Condensed.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/Roboto-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Road Rage';
    src: url('../themes/demo/assets/fonts/RoadRage.eot');
    src: url('../themes/demo/assets/fonts/RoadRage.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/RoadRage.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/RoadRage.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../themes/demo/assets/fonts/Roboto-Italic.eot');
    src: url('../themes/demo/assets/fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/Roboto-Italic.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../themes/demo/assets/fonts/Roboto-Bold.eot');
    src: url('../themes/demo/assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/Roboto-Bold.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Bk';
    src: url('../themes/demo/assets/fonts/Roboto-Black.eot');
    src: url('../themes/demo/assets/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/Roboto-Black.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../themes/demo/assets/fonts/Roboto-Regular.eot');
    src: url('../themes/demo/assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/Roboto-Regular.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GENERATOR PERSONAL USE';
    src: url('../themes/demo/assets/fonts/GENERATORPERSONALUSE.eot');
    src: url('../themes/demo/assets/fonts/GENERATORPERSONALUSE.eot?#iefix') format('embedded-opentype'),
        url('../themes/demo/assets/fonts/GENERATORPERSONALUSE.woff2') format('woff2'),
        url('../themes/demo/assets/fonts/GENERATORPERSONALUSE.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.text-personal-use {
    font-family: 'GENERATOR PERSONAL USE';
    font-weight: normal;
    font-style: normal;
}

.text-panton-narrow-black {
    font-family: 'Panton Narrow';
    font-weight: 900;
    font-style: normal;
}
.text-hanson-bold {
    font-family: 'Hanson';
    font-weight: bold;
    font-style: normal;
}
.text-lato-regular {
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
}
.text-roboto-condensed {
    font-family: 'Roboto Cn';
    font-weight: normal;
    font-style: normal;
}
.text-road-rage {
    font-family: 'Road Rage';
    font-weight: normal;
    font-style: normal;
}
.text-roboto-italic {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: italic;
}
.text-roboto-bold {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
}
.text-roboto-black {
    font-family: 'Roboto Bk';
    font-weight: 900;
    font-style: normal;
}
.text-roboto-regular {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
}
.bg-color1 {
	background-color: rgb(26, 26, 26, 0.8);
}
.header-border-left,
.header-border-right {
    width    : 40px;
    position : absolute;
    top      : 60px;
    margin: 0;
    padding: 0;
}
.header-border-left {
    left: 0;
}
.header-border-right {
    right: 0;
}
.banner-editor {
    font-size: 2em;
}
.banner-editor img {
    width     : 100%
    height    : auto;
    max-width : 400px;
    margin    : 0 auto;
}

.banner-editor-rotate img {
    width     : 100%
    height    : auto;
    max-width : 430px;
    margin    : 0 auto;
}

.banner-editor p {
    font-family   : 'Hanson';
    font-weight   : bold;
    font-style    : normal;
    color         : #f11931;
    margin-bottom : 0px;
}
.banner-editor h1,
.banner-editor h2,
.banner-editor h3,
.banner-editor h4,
.banner-editor h5,
.banner-editor h6 {
    font-family : 'GENERATOR PERSONAL USE';
    font-weight : normal;
    font-style  : normal;
    font-size   : 1em;
}

/*.banner-editor-rotate img {
    width     : 100%
    height    : auto;
    max-width : 400px;
    margin    : 0 auto;
}*/

.banner-editor-rotate h1,
.banner-editor-rotate h2,
.banner-editor-rotate h3,
.banner-editor-rotate h4,
.banner-editor-rotate h5,
.banner-editor-rotate h6 {
    font-family: 'GENERATOR PERSONAL USE';
    font-weight: normal;
    font-style : normal;
    transform  : rotate(-3deg);
    padding    : 0 ;
    margin     : 0;
    /* font-size  : 1.7em; */
}

.banner-editor b,
.banner-editor strong {
    background-image: url('../themes/demo/assets/css/{{ 'assets/images/mancha.svg'|theme }}');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    padding: 0 1.25em;
    color: #ffffff;
    font-size: 0.85em;
}
.editor-dark,
.editor-dark p {
    background: initial!important;
    color: #ffffff!important;
}
.editor-dark b,
.editor-dark strong {
     background: initial!important;
     color: #f11931!important;
     padding: initial!important;
     font-size   : 1em;
}

#bannerCarouselCaptions {
    position: relative;
    height: calc(100vh - 2em);
}

.aios-banner .carousel-inner .bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    background-position: 35% 50%;
}

.aios-banner .carousel-caption {
    position       : absolute;
    top            : initial;
    bottom         : 0;
    /*
    padding-top    : 5%;
    padding-bottom : 1.25rem;
    */
    color          : #fff;
    text-align     : center;
    top         : 2.5em;
    left           : 0;
    right          : 0;
}
.aios-banner .carousel-indicators [data-bs-target] {
    position         : relative;
    height           : initial!important;
    text-indent      : initial!important;
    background-color : initial!important;
    font-family      : 'Panton Narrow';
    font-weight      : 900;
    font-style       : normal;
    font-size        : 1.1em;
    padding-bottom   : 8px;
    color            : #ffffff;
}
.aios-banner .carousel-indicators > button::after {
    position              : absolute;
    width                 : 100%;
    border                : 4px solid #ffffff;
    content               : "";
    left                  : 0;
    right                 : 0;
    bottom                : 0;
    -webkit-border-radius : 8px;
    -moz-border-radius    : 8px;
    border-radius         : 4px;
    background-color      : #ffffff;
}
.navbar-brand {
    margin: 0 auto;
}
.navbar-brand img {
    width: 100%; height: auto; max-width: 250px;
}
#viewer canvas {
    width: 100%!important;
    height: 100%!important;
}

.characteristic .nav-tabs .nav-link {
    background: initial!important;
    border: none!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}
.characteristic .nav-tabs .nav-link {
    background-color: #4e4e57!important;
    color: #ffffff;
    font-family: 'Roboto Cn';
    font-weight: normal;
    font-style: normal;
    padding-left: 1em;
    padding-right: 1em;
    min-height: 128px;
}
.characteristic .nav-tabs .nav-link.active {
    background-color: #f11931!important;
}
.characteristic .nav-item {
    margin-left: 4px;
    margin-right: 4px;
}
.characteristic .nav-item:first-child {
    margin-left: 0px;
}
.characteristic .nav-item:last-child {
    margin-right: 0px;
}

.characteristic .nav-tabs {
    border: none!important;
    display: inline-flex;
    flex-wrap: nowrap;
}

.glider-persp .glider-slide {
    margin: 7px 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform;
    transform:  perspective(1500px) rotateY(0deg) scale(1) translateZ(0);
    transform-origin: 0 0;
    transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .glider-persp .glider-slide.right-3 {
    -webkit-transform:  perspective(1500px) rotateY(-50deg) scale(1.35) translateZ(0);
    -webkit-transform-origin: 100% 50% 0;
    transform:  perspective(1500px) rotateY(-50deg) scale(1.35) translateZ(0);
    transform-origin: 0% 50% 0;
    margin: 10px -8px;
  }
  .glider-persp .glider-slide.left-3 {
    -webkit-transform:  perspective(1500px) rotateY(50deg) scale(1.35) translateZ(0);
    -webkit-transform-origin: 100% 50% 0;
    transform:  perspective(1500px) rotateY(50deg) scale(1.35) translateZ(0);
    transform-origin: 0% 50% 0;
    margin: 10px 0;
  }
  .glider-persp .glider-slide.left-2 {
    -webkit-transform:  perspective(1500px) rotateY(50deg) scale(1.2) translateZ(0);
    -webkit-transform-origin: 100% 50% 0;
    transform:  perspective(1500px) rotateY(50deg) scale(1.2) translateZ(0);
    transform-origin: 100% 50% 0;
  }
  .glider-persp .glider-slide.right-2 {
    -webkit-transform:  perspective(1500px) rotateY(-50deg) scale(1.2) translateZ(0);
    -webkit-transform-origin: 0 50% 0;
    transform:  perspective(1500px) rotateY(-50deg) scale(1.2) translateZ(0);
    transform-origin: 0 50% 0;
  }
  .glider-persp .glider-slide.left-1 {
    -webkit-transform:  perspective(1200px) rotateY(34deg) scale(1.1) translateZ(0);
    -webkit-transform-origin: 100% 50% 0;
    transform:  perspective(1200px) rotateY(34deg) scale(1.1) translateZ(0);
    transform-origin: 100% 50% 0;
  }
  .glider-persp .glider-slide.right-1 {
    -webkit-transform:  perspective(1200px) rotateY(-34deg) scale(1.1) translateZ(0);
    -webkit-transform-origin: 0 50% 0;
    transform:  perspective(1200px) rotateY(-34deg) scale(1.1) translateZ(0);
    transform-origin: 0 50% 0;
  }
  
   .glider-persp .glider-slide {
        margin: 10px;
      }
      html,body{
        width: 100%;
        overflow-x: hidden;
      }
      .glider-persp  {
        height: 236px;
      }
      @media(max-width: 36em){
        .glider-persp .glider-slide {
          margin: 3px;
          min-height: 100px;
        }
        .glider-persp {
          height: 180px;
        }
      }
      #main .demo.persp > h2 {
        margin-bottom: 0;
      }
    
      .glider-persp .glider-track {
        position: relative;
        top: 36px;
      }
      .glider-persp .gradient-border {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .glider-persp .gradient-border,
      .glider-persp .gradient-border-bottom {
        width: 100%;
        height: 100%;
        flex: 1;
      }
.characteristic {
    padding-left: 8px;
    padding-right: 8px;
}
.characteristic .nav-tabs .nav-link {
    /* width: 195px; */
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
}

.characteristic .bx-wrapper {
    border: none;
    box-shadow: none;
    background: initial;
    margin-bottom: 0px;
}
.characteristic .bx-pager {
    display: none;
}
.brand-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.brand-icon-pulsar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 1.5em; */
    margin-bottom: 1.5em;
}
.bx-wrapper {
    margin-bottom: 1em;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #f11931!important
}

.carousel-indicators {
    display: none;
}

@media (min-width: 768px) {
    .carousel-indicators {
        display: flex;
    }
    .brand-icon {
        display: inline-block;
        margin-left: initial;
        margin-right: initial;
        margin-top: initial;
        margin-bottom: initial;
    }
    .brand-icon-pulsar {
        margin-left: initial;
        margin-right: initial;
    }
    .header-border-left,
    .header-border-right {
        margin: 0;
        padding: 0;
        top: 86px!important;
    }
    .navbar-brand {
        margin: initial;
    }
    .navbar-brand img {
        width: auto; height: 60px; max-height: 100%;
    }
    .aios-banner .carousel-inner .bg {
        background-position: 50% 50%;
    }
    #bannerCarouselCaptions {
        height: 100vh;
    }
    .aios-banner .carousel-caption {
        position       : absolute;
        bottom         : initial;
        padding-top    : 5%;
        padding-bottom : 1.25rem;
        color          : #fff;
        text-align     : center;
        top            : 20%;
        left  : initial;
        right : 23%;
    }
    
    .aios-banner .carousel-caption-left {
        right : initial;
        left  : 14%;
    }
    .banner-editor h1,
    .banner-editor h2,
    .banner-editor h3,
    .banner-editor h4,
    .banner-editor h5,
    .banner-editor h6 {
        font-size   : 2.2em;
    }
    .banner-editor b,
    .banner-editor strong {
        background-image: url('../themes/demo/assets/css/{{ 'assets/images/mancha.svg'|theme }}');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        padding: 0 1.25em;
        color: #ffffff;
    }
    .bx-wrapper {
        max-width: 100%!important;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* MTA | modal image : INI */
#player-initial {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.image-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999999999;
}

.image-overlay-content {
    /* position: relative; */
    /* top: 25%; */
    width: 100%;
    text-align: center;
    /* margin-top: 30px; */
}

.image-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.image-overlay a:hover,
.image-overlay a:focus {
    color: #f1f1f1;
}

.image-overlay .modal-image-close {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    background-color: #1f1f1f;
    color: #fff;
    z-index: 2;
    text-align: center;
    /* font-size: 60px; */
}

@media screen and (max-height: 450px) {
    .image-overlay a {
        font-size: 20px
    }

    .image-overlay .modal-image-close {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media screen and (max-width: 500px) {
    #test {
        width: 100% !important;
        height: 400px !important;
        left: 0px;
        top: 0px;
    }
}