﻿.cbk_monster-hunter__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth
}

.cbk_monster-hunter__section-container {
    background: url(https://www.cybertek.fr/landing-pages/images/monster-hunter/bg-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.cbk_monster-hunter__banner {
    width: 100%;
    height: 50vh;
}

.cbk_monster-hunter__title {
    font-size: 30px;
    font-weight: var(--bold);
    font-family: "source-han-serif-japanese", serif;
    text-align: center;
    color: #523f2d
}

.cbk_monster-hunter__banner-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.cbk_monster-hunter__section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px
}

.cbk_monster-hunter__container {
    width: 100%;
    max-width: 1280px;
    display: flex !important;
    justify-content: center;
}

.cbk_monster-hunter__section-products-wrapper, .cbk_monster-hunter__slider--pc {
    max-width: 1280px;
    width: 100%
}

.cbk_monster-hunter__slider-wrapper--pc {
    display: flex;
    position: relative;
    align-items: center;
}

.cbk_monster-hunter__slider-pagination--left {
    position: absolute;
    left: -8%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.cbk_monster-hunter__slider-pagination--right {
    position: absolute;
    right: -8%;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.cbk_monster-hunter__pagination--img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cbk_monster-hunter__slider-products-container {
    column-gap: 20px;
    width: 100%
}

.cbk_monster-hunter__swiper-wrapper, .cbk_monster-hunter__swiper-products-wrapper {
    width: 100%;
}

.cbk_monster-hunter__heading-section {
    padding: 0;
    align-items: center;
}

.cbk_monster-hunter__slider-slide {
    background: url(https://www.cybertek.fr/landing-pages/images/monster-hunter/p-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 630px !important;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
}

.cbk_monster-hunter__slider-products .cbk_monster-hunter__slider-slide {
    padding: 25px 50px
}

.cbk_monster-hunter__bg-slide {
    width: 120px;
    height: 118px;
    position: absolute;
}

.cbk_monster-hunter__bg--top-left {
    top: 20px;
    left: 15px
}

.cbk_monster-hunter__bg--top-right {
    top: 20px;
    right: 15px
}

.cbk_monster-hunter__bg--bottom-right {
    bottom: 0px;
    right: 15px
}

.cbk_monster-hunter__bg--bottom-left {
    bottom: 5px;
    left: 15px
}

.cbk_monster-hunter__slide-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
}

.cbk_monster-hunter__slide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px
}

.cbk_monster-hunter__slide-title, .cbk_monster-hunter__slide-infos {
    color: #dcc8a6
}

    .cbk_monster-hunter__slide-title, .cbk_monster-hunter__slide-title > * {
        font-family: "source-han-serif-japanese", serif !important;
        font-style: normal;
        font-size: 28px;
        font-weight: var(--semibold);
        line-height: 1.4;
        text-transform: uppercase;
    }

.cbk_monster-hunter__slide-infos {
    font-family: "source-han-serif-japanese", serif;
    font-weight: var(--medium);
    line-height: 1.5;
    font-size: 14px
}

.cbk_monster-hunter__slide-price {
    font-size: 34px;
    font-weight: var(--bold);
}

.cbk_monster-hunter__slide-promo {
    font-size: 18px;
    position: relative;
}

    .cbk_monster-hunter__slide-promo:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: #42291c;
        left: 0;
        top: 50%;
        transform: rotate(348deg) translateY(-50%);
    }

.cbk_monster-hunter__slide-price, .cbk_monster-hunter__slide-promo {
    width: fit-content
}


.cbk_monster-hunter__slider-img-product {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.cbk_monster-hunter__slider-img {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}*/


.cbk_monster-hunter__slide-cta {
    font-family: "source-han-serif-japanese", serif;
    padding: 8px 25px;
    color: #dcc8a6;
    width: fit-content;
    background: #42291c;
    text-align: center;
    border: 2px solid #dcc8a6;
    -webkit-box-shadow: inset 0px 0px 10px #dcc8a6;
    box-shadow: inset 0px 0px 10px #dcc8a6;
    position: relative;
    transition: all .3s ease-in-out
}

    .cbk_monster-hunter__slide-cta:hover {
        background: #1b0e07
    }

.cbk_monster-hunter__prev-button, .cbk_monster-hunter__next-button {
    height: 40px !important;
    width: 40px !important;
}

.cbk_monster-hunter__next-img, .cbk_monster-hunter__prev-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
}

.cbk_monster-hunter__next-button {
    right: 50px;
}


.cbk_monster-hunter__prev-button {
    left: 50px
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none
}

.cbk_monster-hunter__pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.cbk_monster-hunter__pagination-container--pc {
    justify-content: center;
    column-gap: 80px
}

.cbk_monster-hunter__section-products-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.cbk_monster-hunter__category-products, .cbk_monster-hunter__pc-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    row-gap: 15px
}

    .cbk_monster-hunter__category-products svg, .cbk_monster-hunter__pc-products svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.shape1, .shape2 {
    fill: none;
    stroke-width: 4px;
    stroke-dasharray: 100;
    transition: stroke-dashoffset 1s ease-in-out, stroke-dasharray 1s ease-in-out;
}

.shape1 {
    stroke-dashoffset: 100;
}

.shape2 {
    stroke-dashoffset: -100;
}

.slider-products--active {
    transform: scale(1.1) translateX(5px);
    background: url(https://www.cybertek.fr/landing-pages/images/monster-hunter/p-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease-in-out;
    padding: 10px;
    height: 160px;
    width: 140px;
    box-shadow: 5px 5px 15px 1px #42291c;
    row-gap: 10px;
    justify-content: center
}

.cbk_monster-hunter__pc-products.slider-products--active {
    transform: scale(1) translateY(10px);
    background: url(https://www.cybertek.fr/landing-pages/images/monster-hunter/p-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease-in-out;
    padding: 7px;
    height: 160px !important;
    width: 160px !important;
    box-shadow: 5px 5px 15px 1px #42291c;
}

.slider-products--active .cbk_monster-hunter__category {
    color: #dcc8a6;
    line-height: 1.2
}

.slider-products--active .shape1,
.slider-products--active .shape2 {
    animation: enter 2s ease-in-out forwards;
}

.return .shape1,
.return .shape2 {
    animation: return 1s ease-in-out forwards
}

.cbk_monster-hunter__category {
    font-family: "source-han-serif-japanese", serif;
    font-size: 15px;
    font-weight: var(--bold);
    text-align: center;
    color: #523f2d;
}

.cbk_monster-hunter__img-container {
    width: 120px;
    height: 120px;
}

.cbk_monster-hunter__category-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-products--active .cbk_monster-hunter__img-container {
    width: 100px;
    height: 100px;
}

.cbk_monster-hunter__youtube-wrapper {
    align-items: center;
    column-gap: 30px
}

.cbk_monster-hunter__youtube-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    width: 40%;
    text-align: center
}

.cbk_monster-hunter__youtube-title-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
}

.cbk_monster-hunter__youtube-img-container {
    height: 150px;
    width: 150px;
}

.cbk_monster-hunter__youtube-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cbk_monster-hunter__youtube-title {
    font-family: "source-han-serif-japanese", serif;
    font-weight: var(--semibold);
    text-transform: uppercase;
    font-size: 28px;
}

.cbk_monster-hunter__youtube-text-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.cbk_monster-hunter__youtube-text {
    font-family: "source-han-serif-japanese", serif;
    line-height: 1.4;
    font-weight: var(--medium);
}

.cbk_monster-hunter__youtube-videos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    aspect-ratio: 16 / 9;
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    object-fit: cover;
    flex-grow: 1
}

    .cbk_monster-hunter__youtube-videos iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        border: 0;
        top: 0;
        left: 0;
        object-fit: cover
    }

.cbk_monster-hunter__footer {
    background-color: var(--noir);
    height: 300px;
    align-items: center;
}

.cbk_monster-hunter__footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.cbk_monster-hunter__footer-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cbk_monster-hunter__footer--msi {
    width: 450px;
}

.cbk_monster-hunter__footer--cybertek {
    width: 180px;
}

.cbk_monster-hunter__footer-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.cbk_monster-hunter__footer-copyright {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: var(--blanc)
}

@keyframes enter {
    from {
        stroke-dashoffset: 100;
        stroke: #42291c;
    }

    to {
        stroke-dashoffset: 0;
        stroke: #dcc8a6;
    }
}

@keyframes return {
    from {
        stroke-dashoffset: 0;
        stroke: #dcc8a6;
    }

    to {
        stroke-dashoffset: 100;
        stroke: #42291c;
    }
}

@media screen and (max-width: 1560px) {
    .cbk_monster-hunter__slider-pagination--right, .cbk_monster-hunter__slider-pagination--left {
        width: 40px;
        height: 40px;
    }

    .cbk_monster-hunter__slider-pagination--left {
        left: -5%
    }

    .cbk_monster-hunter__slider-pagination--right {
        right: -5%
    }

    .cbk_monster-hunter__section-products-wrapper {
        padding: 0 20px
    }
}

@media screen and (max-width: 1120px) {


    .cbk_monster-hunter__slider-pagination--left {
        left: -6%
    }

    .cbk_monster-hunter__slider-pagination--right {
        right: -6%
    }
}

@media screen and (max-width: 1024px) {

    .cbk_monster-hunter__section-container {
        row-gap: 30px;
    }

    .cbk_monster-hunter__banner {
        width: 100%;
        height: 100%;
        line-height: 0;
    }

    .cbk_monster-hunter__title {
        line-height: 1.3
    }

    .cbk_monster-hunter__slider-pagination--right, .cbk_monster-hunter__slider-pagination--left {
        display: none
    }

    .cbk_monster-hunter__slide-content {
        display: flex;
        align-items: center;
        justify-items: center;
        flex-direction: column;
    }

    .cbk_monster-hunter__slider-slide {
        height: auto !important;
        padding: 25px 50px
    }

    .cbk_monster-hunter__slider-img-product {
        width: 300px;
        height: 250px
    }

    .cbk_monster-hunter__slider-img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }


    .cbk_monster-hunter__slide-text {
        align-items: center;
    }

    .cbk_monster-hunter__slide-text {
        row-gap: 10px;
        padding: 50px 20px 0
    }

    .cbk_monster-hunter__slide-title, .cbk_monster-hunter__slide-title > * {
        font-size: 25px
    }

    .cbk_monster-hunter__slide-title {
        text-align: center;
    }

    .slider-products--active {
        height: 150px;
        width: 120px;
    }

    .cbk_monster-hunter__pc-products.slider-products--active {
        height: 160px !important;
        width: 130px !important;
    }


    .cbk_monster-hunter__category-products svg {
        height: 150px;
        width: 120px
    }

    .cbk_monster-hunter__category-products .shape1, .cbk_monster-hunter__category-products .shape2 {
        height: 150px;
        width: 120px
    }

    .cbk_monster-hunter__pc-products svg {
        height: 160px;
        width: 130px
    }

    .cbk_monster-hunter__pc-products .shape1, .cbk_monster-hunter__pc-products .shape2 {
        height: 160px;
        width: 130px
    }

    .cbk_monster-hunter__category {
        font-size: 12px
    }

    .cbk_monster-hunter__img-container {
        width: 90px;
        height: 90px;
    }


    .cbk_monster-hunter__youtube-wrapper {
        display: flex !important;
        flex-direction: column;
        row-gap: 30px;
    }

    .cbk_monster-hunter__youtube-videos {
        width: 100%;
    }

    .cbk_monster-hunter__youtube-content {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .cbk_monster-hunter__section {
        padding: 50px 20px
    }

    .cbk_monster-hunter__heading-section {
        padding: 50px 20px
    }

    .cbk_monster-hunter__footer--msi {
        width: 350px
    }

    .cbk_monster-hunter__pagination-container--products {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        grid-template-rows: 1fr 1fr;
        justify-items: center;
        row-gap: 20px;
    }
}
