.tarif p {
    color: #b1b1b1;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer-top {
    background: #1B1B1B;
    padding: 50px 0 30px 0;
    margin-top: 30px;
}

.justify-content-center {
    margin: 0 auto;
    float: none;
}

.card-img video {
    width: 100%;
    height: 100%;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2776dc;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex-content {
    display: flex;
    justify-content: center;
    gap: 1rem
}

.flex-content .box-content {
    cursor: pointer
}

.flex-content .box-content img {
    max-width: 90px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    filter: hue-rotate(-24deg)
}

@media (min-width:768px) {
    .flex-content .box-content img {
        max-width: 125px
    }
}

.box-content-text {
    max-width: 125px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.flex-content a:first-child .box-content-text {
    background: #23b8e1
}

.flex-content a:nth-child(2) .box-content-text {
    background: #4cd2c0
}

.flex-content a:nth-child(3) .box-content-text {
    background: #ff8d00
}

#intro .flex-content .box-content p {
    font-size: 13px!important;
    font-weight: 700;
    padding: 9px
}

.slider__warpper {
    height: 90vh;
}

.slider__navi {
    position: absolute;
    top: 40%;
    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, .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: 100vh;
    width: 100%;
    z-index: 1
}

.flex__container.flex--active {
    z-index: 2
}

.text--sub {
    font-size: 14px;
    letter-spacing: .5rem;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 900
}

.text--big {
    font-family: Poppins, sans-serif;
    font-size: 7.5em;
    font-weight: 700;
    line-height: 165px;
    margin-left: -8px;
    color: #fff;
}

.text--normal {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    margin-top: 25px;
    font-weight: 700;
    background: #121212;
    max-width: 200px;
    text-align: center;
    padding: 12px
}

.text--normal a {
    color: #fff;
    cursor: pointer;
}

.text--normal a:hover {
    opacity: 0.5;
}

.text__background {
    font-family: Poppins, sans-serif;
    position: absolute;
    left: 72px;
    bottom: -60px;
    color: rgba(0, 0, 0, .05);
    font-size: 170px;
    font-weight: 700
}

.flex__item {
    height: 100vh;
    color: #fff;
    transition: transform .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: 78%;
    transform-origin: left bottom;
    transition: transform .1s linear .4s;
    opacity: 0;
    position: relative;
    overflow: hidden
}

.flex__item--right {
    width: 22%;
    transform-origin: right center;
    transition: transform .1s linear 0s;
    opacity: 0
}

.flex--active .flex__item--left,
.flex--active .flex__item--right,
.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right {
    opacity: 1
}

.flex--piplup .flex__item--left {
    background: #e6cc3e
}

.flex--piplup .flex__item--right {
    background: #131313
}

.flex--pikachu .flex__item--left {
    background: #9f0b12
}

.flex--pikachu .flex__item--right {
    background: #3b42bf
}

.flex--blaziken .flex__item--left {
    background: #37b7ad
}

.flex--blaziken .flex__item--right {
    background: #e4e3e0
}

.flex--dialga .flex__item--left {
    background: #487eca
}

.flex--dialga .flex__item--right {
    background: #e8e8e8
}

.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 .2s linear .2s, opacity .1s linear .2s
}

.pokemon__img {
    position: absolute;
    bottom: 20px;
    right: 15%;
    max-height: 52vw;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity .43s .6s, transform .4s .65s cubic-bezier(0, .88, .4, .93)
}

@media (max-width:810px) {
    #intro {
        height: 65vh
    }
    .slider__warpper {
        height: 65vh
    }
    .flex__container {
        height: 65vh
    }
    .flex__item {
        height: 65vh
    }
    .flex__content {
        margin-left: 26px
    }
    .text--big {
        font-size: 2.2em;
        line-height: 28px;
        margin-left: 0
    }
}

.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
}

.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(200px, 0, 0);
    opacity: 0
}