html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 16px;
    margin-bottom: 60px;
    font-family: 'Hanuman', 'sans-serif';
}

/* Begin::Custom */
.text-truncate-3lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Begin::Document */
/* custom nav tabs */
.nav-tabs .nav-item .nav-link {
    color: white;
}

.nav-tabs .nav-link, .nav-tabs .nav-link.active
/*, .nav-tabs .nav-link:hover*/ {
    border: 0;
    border-bottom: 1px solid rgb(51, 139, 204);
    color: gray;
    padding: 0.61rem;
}

    .nav-tabs .nav-link.active {
        color: #000000;
        border-radius: 0;
        border-bottom: 2px solid #EE9731;
    }

@media (max-width: 1200px) {
    .document-tab li:first-child {
        width: 100%;
        margin-bottom: 1rem;
    }

        .document-tab li:first-child div {
            padding-right: 0rem !important;
            width: fit-content;
            block-size: fit-content;
            display: inline-block;
        }
}

/* End::Document */

/* begin::nav-scroller */

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

        .offcanvas-collapse.open {
            visibility: visible;
            transform: translateX(-100%);
        }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

    .nav-underline .nav-link:hover {
        color: #007bff;
    }

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.bg-purple {
    background-color: #6f42c1;
}
/* custom */
div.nav-scroller nav {
    justify-content: space-between;
}

    div.nav-scroller nav a.nav-link img {
        width: 150px;
    }
/* end::nav-scroller */

/* my-footer */
.my-footer a {
    color: white;
}
    /* my-footer */
    .my-footer a:hover {
        color: white;
    }





/* -------------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider__warpper {
    position: relative;
    font-size: 100%;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 400;
    height: 30rem;
}

.slider__navi {
    position: absolute;
    top: 10%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
}

    .slider__navi a {
        display: block;
        height: 6px;
        width: 20px;
        margin: 20px 0;
        text-indent: -9999px;
        box-shadow: none;
        border: none;
        background: rgba(0,0,0,0.2);
    }

        .slider__navi a.active {
            background: rgba(255,255,255,1);
        }

.flex__container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    height: 30rem;
    width: 100%;
    z-index: 1;
}

    .flex__container.flex--active {
        z-index: 2;
    }

.text--sub {
    font-size: 12px;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.text--big {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 1.5em;
    font-weight: 700;
    /*line-height: 110px;*/
    line-height: 1.5;
    margin-left: -8px;
}

.text--normal {
    /*font-size: 13px;*/
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    margin-top: 25px;
}

.text__background {
    /*font-family: 'Poppins', sans-serif;*/
    position: absolute;
    left: 72px;
    bottom: -20px;
    color: rgba(0,0,0,0.05);
    font-size: 100px;
    font-weight: 700;
}

.flex__item {
    height: 30rem;
    color: #fff;
    transition: transform 0.1s linear;
}

.flex__item--left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 65%;
    transform-origin: left bottom;
    transition: transform 0.1s linear 0.4s;
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.flex__item--right {
    width: 35%;
    transform-origin: right center;
    transition: transform 0.1s linear 0s;
    opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
    opacity: 1;
}

/* Piplup */

.flex--piplup .flex__item--left {
    background: #3e9fe6;
}

.flex--piplup .flex__item--right {
    background: #d3eaef;
}

/* Pikachu */

.flex--pikachu .flex__item--left {
    background: #f8d41f;
}

.flex--pikachu .flex__item--right {
    background: #f4ecc5;
}

/* Blaziken */

.flex--blaziken .flex__item--left {
    background: #f64f37;
}

.flex--blaziken .flex__item--right {
    background: #ffebcd;
}

/* Dialga */

.flex--dialga .flex__item--left {
    background: #476089;
}

.flex--dialga .flex__item--right {
    background: #ade8f7;
}

/* Zekrom */

.flex--zekrom .flex__item--left {
    background: #424242;
}

.flex--zekrom .flex__item--right {
    background: #a7bcbb;
}

.flex__content {
    margin-left: 80px;
    width: 55%;
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}

.pokemon__img {
    position: absolute;
    /*top: 5px;*/
    right: 10%;
    /*max-height: 40vw;*/
    max-height: 28rem;
    /*max-width: 50rem;*/
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
}

/* Animate-START point */

.flex__container.animate--start .flex__content {
    transform: translate3d(0,-200%,0);
    opacity: 0;
}

.flex__container.animate--start .pokemon__img {
    transform: translate3d(-200px,0,0);
    opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
    transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
    transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
    transform: translate3d(0,200%,0);
    opacity: 0;
}

.flex__container.animate--end .pokemon__img {
    transform: translate3d(20%,0,0);
    opacity: 0;
}

/**/
@media(max-width: 768px) {
    .flex__container.animate--end .pokemon__img {
        transform: translate3d(5%,0,0);
    }
}
/**/

@media(max-width: 426px) {
    .flex__container.animate--end .pokemon__img {
        transform: translate3d(1%,0,0);
    }

    .pokemon__img {
        /*position: absolute;*/
        /*top: 5px;*/
        right: 0;
        /*max-height: 40vw;*/
        /*max-height: 10rem;*/
        /*max-width: 50rem;*/
        /*opacity: 1;
        transform: translate3d(0,0,0);
        transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);*/
        width: 90%;
    }

    /*.flex__content {
        position: absolute;
        bottom: 150px;
        margin-left: 30px;
        width: 100%;
        opacity: 1;
        transform: translate3d(0,0,0);
        transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
    }*/

    .text--big {
        /*font-family: 'Poppins', sans-serif;*/
        /*font-size: 1.5em;*/
        /*font-weight: 700;
        line-height: 1.5;
        margin-left: -8px;
        margin-right: 0px;*/
    }

    /*.carousel__img {
        position: absolute;
        top: 100px;
        right: 15%;
        max-height: 50vw;
        opacity: 1;
        transform: translate3d(0,0,0);
        transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
    }*/

    /*.text__background {
        position: absolute;
        left: 30px;
        bottom: 0px;
        color: rgba(0,0,0,0.05);
        font-size: 2.5rem;
        font-weight: 700;
    }*/

    /*.flex__item {
        height: 40rem;
        color: #fff;
        transition: transform 0.1s linear;
    }*/

}


/*
    pdf_container
*/

#pdf_container {
    background: #ccc;
    text-align: center;
    display: none;
    padding: 5px;
    overflow: auto;
}

    #pdf_container canvas {
        width: 100%;
    }


/* Begin::Document Carousel */
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carouselDoc .carousel-item {
    height: unset;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/* End::Document Carousel */
