@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import "reset.css";

/* font-family: "Inter", sans-serif; */

/* typortraital */
html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background: linear-gradient(180deg, #23005E 0%, #630091 100%);
    background-attachment: fixed;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* BTN */
.tiq82vpd7n-knob {
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    padding: 5px;
    transition: all 0.5s ease-out;
    border: none;
    box-sizing: border-box;
    border-radius: 6px;
    color: #ffffff;
    border: 2px solid #FF0099;
    background: #FF0099;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0px 4px 200px 0px #20004B;
}

.tiq82vpd7n-knob:hover {
    background: transparent;
    color: #FF0099;
}

/* Header */
.tiq82vpd7n-panel {
    position: relative;
    padding: 12px 20px;
}

.tiq82vpd7n-flag img {
    width: 228px;
}

.tiq82vpd7n-panel--material {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tiq82vpd7n-tabs--catalogue {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    gap: 20px 40px;
}

.tiq82vpd7n-tabs--place {
    position: relative;
    transition: .3s;
    text-align: center;
    padding: 2px;
}

.tiq82vpd7n-tabs--place::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 0, 153, 0.3);
}

.tiq82vpd7n-tabs--place:first-child::before {
    content: none;
}

.tiq82vpd7n-tabs--place:hover {
    color: #FF0099;
}

.tiq82vpd7n-tabs--place.active {
    color: #FF0099;
}

.tiq82vpd7n-burger {
    position: absolute;
    z-index: 5;
    right: 20px;
    width: 25px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.tiq82vpd7n-burger .tiq82vpd7n-flows {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}

.toggle .flows1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .flows2 {
    display: none;
}

.toggle .flows3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}

.tiq82vpd7n-burger--material {
    display: flex;
    align-items: center;
}

.tiq82vpd7n-panel .tiq82vpd7n-knob {
    width: 170px;
    font-size: 14px;
    line-height: 20px;
    height: 38px;
    border: 2px solid #FF0099;
    color: #FF0099;
    background: transparent;
    margin-left: 50px;
}

.tiq82vpd7n-panel .tiq82vpd7n-knob:hover {
    box-shadow: 0px 3px 16px #FF0099;
}

/* CONTENT */
.tiq82vpd7n-matrix {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}

.tiq82vpd7n-matrix.menu-bg::after {
    content: '';
    background: rgb(28 7 71 / 60%);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tiq82vpd7n-title {
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.tiq82vpd7n-title span {
    color: #FF0099;
}

.tiq82vpd7n-subtitle {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: capitalize;
}

.tiq82vpd7n-subtoportrait {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
}

.tiq82vpd7n-prevention {
    padding: 20px 22px;
    border: 2px solid #FF0099;
    background: #FF00991A;
    box-shadow: 0px 0px 25px 0px #AE22FF;
    margin-bottom: 40px;
    border-radius: 10px;
}

/* general */
.tiq82vpd7n-general {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.tiq82vpd7n-general--material {
    padding: 50px 20px 100px;
}

.tiq82vpd7n-general--material .container {
    position: relative;
}

.tiq82vpd7n-general--plank {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
}

.tiq82vpd7n-general--plank::before {
    content: '';
    background-image: url(../portraits/bg-general-tiq82vpd7n.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -100px;
    top: -100px;
    bottom: -100px;
    width: 770px;
    pointer-events: none;
    z-index: -1;
}

.tiq82vpd7n-general--plank .tiq82vpd7n-knob {
    max-width: 224px;
}

.tiq82vpd7n-knob--wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

/* Popular */

.tiq82vpd7n-popular {
    background: #27015D;
    padding: 100px 20px 110px;
}

.tiq82vpd7n-signal {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FF0099;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.tiq82vpd7n-signal::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #FF0099;
    margin-right: 8px;
}

.tiq82vpd7n-navigation--list {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}

.tiq82vpd7n-popular--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 100px;
}

.tiq82vpd7n-navigation--point {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    background: #FF009980;
    color: #ffffff;
    border-radius: 100px;
    padding: 6px;
    max-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    transition: .3s;
}

.tiq82vpd7n-navigation--point:hover {
    background: #FF0099;
}

.tiq82vpd7n-navigation--point.active {
    background: #FF0099;
}

.tiq82vpd7n-popular--union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.tiq82vpd7n-popular--title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.tiq82vpd7n-popular--portrait {
    margin-bottom: 30px;
    border: 2px solid #FF0099;
    box-shadow: 0px 0px 50px 0px #AE22FF;
    border-radius: 10px;
    overflow: hidden;
}

.tiq82vpd7n-popular--portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tiq82vpd7n-popular--place .tiq82vpd7n-knob {
    min-width: 140px;
    width: 140px;
    height: 48px;
}

.tiq82vpd7n-popular--text {
    margin-bottom: 14px;
}

.tiq82vpd7n-plays--plank .tiq82vpd7n-popular--union {
    margin-bottom: 30px;
}

/* decide */

.tiq82vpd7n-bg--bottom {
    background: linear-gradient(346deg, #230078 17.69%, #630091 76.45%);
}

.tiq82vpd7n-decide {
    padding: 100px 20px 50px;
}

.tiq82vpd7n-decide--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 90px;
}

.tiq82vpd7n-decide--place {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 50px 20px 50px;
    min-height: 330px;
    background: #00013E80;
    border-bottom: 10px solid #FF0099;
    cursor: pointer;
}

.tiq82vpd7n-decide--place:hover .tiq82vpd7n-decide--portrait {
    transform: scale(1.1);
}

.tiq82vpd7n-decide--title {
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
}

.tiq82vpd7n-decide--portrait {
    position: relative;
    transition: .3s;
}

.tiq82vpd7n-decide--portrait::after {
    content: '';
    box-shadow: 0px 0px 63.46px 0px #A100FF;
    width: 76px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: hsla(278, 100%, 50%, 0.31);
}

.tiq82vpd7n-decide--portrait img {
    filter: drop-shadow(0px 7px 10px #A100FF);
}

/* suggest */

.suggestSwiper {
    margin: 0 -50px;
    padding: 0 50px;
}

.tiq82vpd7n-suggest {
    padding: 50px 20px 100px;
}

.suggestSwiper .tiq82vpd7n-popular--portrait {
    box-shadow: 0px 0px 50px 0px #AE22FF;
}

.swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
    margin: 0;
    top: 40%;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}


/* Information */
.tiq82vpd7n-information {
    padding: 50px 20px 100px;
}

.tiq82vpd7n-information h1 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 60px;
    text-align: center;
}

.tiq82vpd7n-information h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 16px;
}

.tiq82vpd7n-information h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.tiq82vpd7n-information p {
    margin-bottom: 16px;
}

.tiq82vpd7n-information a {
    display: inline-block;
    color: #FF0099;
    font-weight: 600;
}

.tiq82vpd7n-information ul {
    list-style-type: disc;
    padding-left: 20px;
}

.tiq82vpd7n-information ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.tiq82vpd7n-information li {
    margin-bottom: 16px;
}

.tiq82vpd7n-information--union {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.tiq82vpd7n-information--link {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 60px;
}

.tiq82vpd7n-information--union .tiq82vpd7n-connect--place {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #FF0099;
}


/* FOOTER */
.tiq82vpd7n-finish {
    padding: 34px 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    background: #160243;
}

.tiq82vpd7n-finish--union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.tiq82vpd7n-finish--first {
    display: flex;
    align-items: center;
    gap: 20px 40px;
}

.tiq82vpd7n-connect--list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tiq82vpd7n-connect--place {
    min-width: 25px;
    min-height: 25px;
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FF0099;
    padding: 5px;
}

.tiq82vpd7n-connect--place img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tiq82vpd7n-finish--catalogue {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    gap: 20px 40px;
}

.tiq82vpd7n-finish--catalogue a {
    position: relative;
    padding: 2px;
    line-height: 16px;
    transition: .3s;
}

.tiq82vpd7n-finish--catalogue a:hover {
    color: #FF0099;
}

.tiq82vpd7n-finish--catalogue a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 0, 153, 0.3);
}

.tiq82vpd7n-finish--catalogue a:first-child::before {
    content: none;
}

.tiq82vpd7n-finish--phrases {
    color: #FFFFFF80;
}

.tiq82vpd7n-aware--union {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tiq82vpd7n-aware img {
    min-width: 50px;
}

/* Popup Cookie */
.tiq82vpd7n-spicy--baffle {
    display: none;
    padding: 28px 0 28px;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 90%);
    color: #03052C;
    border-radius: 60px 60px 0 0;
    box-shadow: 1px -10px 15px -3px rgb(0 0 0 / 22%);
}
.tiq82vpd7n-wrap {
    width: 100%;
    max-width: 1184px;
    padding: 0 20px;
    margin: 0 auto;
}
.tiq82vpd7n-spicy--baffle p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.tiq82vpd7n-conflict--typortraital {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000067;
    padding: 20px;
}

.tiq82vpd7n-conflict--container {
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tiq82vpd7n-conflict--catalogue {
    background: #ffffff;
    color: #03052C;
    border-radius: 20px;
    padding: 40px 34px;
}

.tiq82vpd7n-conflict--container h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tiq82vpd7n-conflict--container p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.tiq82vpd7n-conflict--container .error-conflict {
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ff0000;
}

.tiq82vpd7n-conflict--knobs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 16px;
}

.tiq82vpd7n-vendors--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.tiq82vpd7n-vendors--place {
    display: flex;
    justify-content: center;
}

/* Game */

.tiq82vpd7n-plays--material {
    padding: 50px 20px 100px;
}

.tiq82vpd7n-plays--plank .tiq82vpd7n-subtitle {
    text-align: center;
}

@media (max-width: 1320px) {
    .suggestSwiper {
        margin: 0;
        padding: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .tiq82vpd7n-finish--first {
        gap: 20px;
    }

    .tiq82vpd7n-vendors--list {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 1024px) {
    .tiq82vpd7n-tabs--place {
        padding: 10px;
    }

    .tiq82vpd7n-burger {
        display: flex;
    }

    .tiq82vpd7n-burger--material {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        background: #00013E;
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
    }

    .tiq82vpd7n-tabs--catalogue {
        flex-direction: column;
    }

    .tiq82vpd7n-tabs--place::before {
        content: none;
    }

    .tiq82vpd7n-panel .tiq82vpd7n-knob {
        margin-left: 0;
    }

    .tiq82vpd7n-general--plank {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .tiq82vpd7n-general--material {
        padding: 240px 20px 40px;
    }

    .tiq82vpd7n-general--plank::before {
        background-position: top;
        left: 0;
        top: -240px;
        bottom: 0;
        width: 100%;
    }

    .tiq82vpd7n-popular--list {
        gap: 40px;
    }

    .tiq82vpd7n-popular {
        padding: 40px 20px 40px;
    }

    .tiq82vpd7n-popular--portrait {
        margin-bottom: 20px;
    }

    .tiq82vpd7n-decide--list {
        gap: 40px;
    }

    .tiq82vpd7n-decide {
        padding: 40px 20px 40px;
    }

    .tiq82vpd7n-suggest {
        padding: 40px 20px 40px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 18px;
    }

    .tiq82vpd7n-decide--portrait {
        max-width: 140px;
    }

}

@media (max-width: 860px) {
    .tiq82vpd7n-conflict--baffle {
        padding: 60px 20px 40px;
        margin: 0;
        min-height: 480px;
        max-width: 100%;
        border-radius: 0;
        height: 100%;
    }

    .tiq82vpd7n-conflict--close {
        top: 20px;
        right: 20px;
    }

    .tiq82vpd7n-conflict--close img {
        width: 30px;
    }

    .tiq82vpd7n-title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .tiq82vpd7n-subtitle {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .tiq82vpd7n-subtoportrait {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .tiq82vpd7n-prevention {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 16px;
        margin-bottom: 40px;
    }

    .tiq82vpd7n-signal {
        font-size: 16px;
        line-height: 20px;
    }

    .tiq82vpd7n-signal::before {
        width: 38px;
    }

    .tiq82vpd7n-decide--list {
        grid-template-columns: 1fr;
    }

    .tiq82vpd7n-decide--title {
        font-size: 20px;
        line-height: 26px;
    }

    .tiq82vpd7n-decide--place {
        padding: 32px 20px 32px;
        border-bottom: 4px solid #FF0099;
        min-height: 270px;
    }

    .tiq82vpd7n-popular--list {
        grid-template-columns: 1fr;
    }

    .tiq82vpd7n-popular--title {
        font-size: 20px;
        line-height: 26px;
    }

    .tiq82vpd7n-navigation--list {
        flex-wrap: wrap;
    }

    .tiq82vpd7n-navigation--point {
        font-size: 16px;
        line-height: 20px;
    }

    .tiq82vpd7n-navigation--list {
        gap: 12px;
    }

    .tiq82vpd7n-plays--material {
        padding: 40px 20px 60px;
    }

    .tiq82vpd7n-knob {
        font-size: 18px;
        line-height: 26px;
        height: 48px;
    }

    .tiq82vpd7n-finish--union {
        flex-direction: column-reverse;
        margin-bottom: 40px;
        gap: 24px;
    }

    .tiq82vpd7n-finish--catalogue a::before {
        content: none;
    }

    .tiq82vpd7n-finish--catalogue {
        justify-content: center;
    }

    .tiq82vpd7n-aware--union {
        flex-direction: column;
    }

    .tiq82vpd7n-information {
        padding: 40px 20px 60px;
    }

    .tiq82vpd7n-information h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .tiq82vpd7n-information h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .tiq82vpd7n-conflict--container h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .tiq82vpd7n-conflict--catalogue {
        padding: 40px 20px;
    }

    .tiq82vpd7n-conflict--container p {
        font-size: 18px;
        line-height: 24px;
    }

    .tiq82vpd7n-conflict--container .error-conflict {
        font-size: 14px;
        line-height: 18px;
    }

    .tiq82vpd7n-spicy--baffle p {
        font-size: 16px;
        line-height: 24px;
    }

    .tiq82vpd7n-information--link {
        font-size: 20px;
        line-height: 28px;
    }
}