@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; */

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    background: linear-gradient(180deg, #361367 0%, #7B0040 100%);
    background-attachment: fixed;
}

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

/* BTN */
.iks26halk-btn {
    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 #E60049;
    background: #E60049;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0px 4px 200px 0px #20004B;
}

.iks26halk-btn:hover {
    background: transparent;
    color: #E60049;
}

/* Header */
.iks26halk-headline {
    position: relative;
    padding: 12px 20px;
    min-height: 60px;
}

.iks26halk-logo img {
    width: 250px;
}

.iks26halk-headline--section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

.iks26halk-navs--elem {
    position: relative;
    transition: .3s;
    text-align: center;
    padding: 2px;
}

.iks26halk-navs--elem::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #E6004940;
}

.iks26halk-navs--elem:first-child::before {
    content: none;
}

.iks26halk-navs--elem:hover {
    color: #E60049;
}

.iks26halk-navs--elem.active {
    color: #E60049;
}

.iks26halk-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%);
}

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

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

.toggle .string2 {
    display: none;
}

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

.iks26halk-burger--section {
    display: flex;
    align-items: center;
}

.iks26halk-headline .iks26halk-btn {
    width: 170px;
    font-size: 14px;
    line-height: 20px;
    height: 38px;
    border: 2px solid #E60049;
    color: #E60049;
    background: transparent;
    margin-left: 50px;
}

.iks26halk-headline .iks26halk-btn:hover {
    box-shadow: 0px 3px 16px #E60049;
}

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

.iks26halk-layout--bg .iks26halk-headline {
    background: #7e0050;
}

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

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

.iks26halk-title span {
    color: #E60049;
}

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

.iks26halk-subtext {
    position: relative;
    z-index: 9;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.iks26halk-prevention {
    position: relative;
    z-index: 9;
    padding: 20px 22px;
    border: 2px solid #E60049;
    background: #E600491A;
    box-shadow: 0px 0px 25px 0px #F4003D;
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    max-width: 640px;
    width: 100%;
}

.iks26halk-plays--section .iks26halk-prevention {
    max-width: 100%;
    margin-bottom: 40px;
}

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

.iks26halk-foremost--section {
    padding: 40px 20px 60px;
    background: linear-gradient(180deg, #7D004F 2.54%, #361367 55.78%);
}

.iks26halk-foremost--section .container {
    position: relative;
}

.iks26halk-foremost--box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin-bottom: 40px;
}

.iks26halk-foremost--box .iks26halk-btn {
    max-width: 224px;
}

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

/* match */

.iks26halk-rival--box h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #E60049;
}

.iks26halk-rival {
    padding: 80px 20px 80px;
    background: #450048;
}

.iks26halk-rival--list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
}

.iks26halk-rival--elem {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

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

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

.iks26halk-rival--portrait {
    margin-bottom: 30px;
    border: 2px solid #E60049;
    box-shadow: 0px 0px 25px 0px #F4003D;
    border-radius: 10px;
    overflow: hidden;
}

.iks26halk-rival--portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iks26halk-rival--elem .iks26halk-btn {
    min-width: 140px;
    width: 140px;
    height: 48px;
}

.iks26halk-rival--elem ul {
    list-style-type: disc;
    padding-left: 24px;
}

.iks26halk-rival--text {
    margin-bottom: 14px;
}

.iks26halk-plays--box .iks26halk-rival--union {
    margin-bottom: 30px;
}

.iks26halk-text--bottom {
    background: #37136680;
    padding: 34px 38px;
    border-radius: 6px;
    margin-top: 60px;
}

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

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

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

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

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

.iks26halk-information strong {
    display: inline-block;
    color: #E60049;
    font-weight: 600;
}

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

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

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

/* FOOTER */
.iks26halk-underpart {
    padding: 34px 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    background: #0A0021;
}

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

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

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

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

.iks26halk-connect--elem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

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

.iks26halk-underpart--catalogue a:hover {
    color: #E60049;
}

.iks26halk-underpart--catalogue a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #E6004940;
}

.iks26halk-underpart--catalogue a:first-child::before {
    content: none;
}

.iks26halk-underpart--phrases {
    color: #FFFFFF80;
}

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

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

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

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

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

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

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

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

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

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

.iks26halk-vendors--elem {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Game */

.iks26halk-plays--section {
    padding: 40px 20px 80px;
}

.iks26halk-plays--box .iks26halk-subtitle {
    text-align: center;
}

@media (max-width: 1320px) {
    .iks26halk-underpart--first {
        gap: 20px;
    }

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


@media (max-width: 1024px) {
    .iks26halk-navs--elem {
        padding: 10px;
    }

    .iks26halk-burger {
        display: flex;
    }

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

    .iks26halk-navs--catalogue {
        flex-direction: column;
    }

    .iks26halk-navs--elem::before {
        content: none;
    }

    .iks26halk-headline .iks26halk-btn {
        margin-left: 0;
    }

    .iks26halk-foremost--box {
        max-width: 100%;
        width: 100%;
    }

    .iks26halk-foremost--section {
        padding: 24px 20px 40px;
    }

    .iks26halk-rival--list {
        gap: 40px;
    }

    .iks26halk-rival {
        padding: 40px 20px 40px;
    }

    .iks26halk-rival--portrait {
        margin-bottom: 20px;
    }

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

@media (max-width: 860px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }

    .iks26halk-conflict--baffle {
        padding: 60px 20px 40px;
        margin: 0;
        min-height: 480px;
        max-width: 100%;
        border-radius: 0;
        height: 100%;
    }

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

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

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

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

    .iks26halk-subtext {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .iks26halk-foremost--box {
        flex-direction: column-reverse;
    }

    .iks26halk-prevention {
        background: #9a00319c;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 16px;
    }

    .iks26halk-rival--list {
        grid-template-columns: 1fr;
    }

    .iks26halk-rival--title {
        font-size: 20px;
        line-height: 26px;
    }

    .iks26halk-plays--section {
        padding: 40px 20px 60px;
    }

    .iks26halk-btn {
        font-size: 18px;
        line-height: 26px;
        height: 48px;
    }

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

    .iks26halk-underpart--catalogue a::before {
        content: none;
    }

    .iks26halk-underpart--catalogue {
        justify-content: center;
    }

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

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

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

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

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

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

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

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

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

    .iks26halk-text--bottom {
        padding: 28px 24px;
        margin-top: 40px;
    }
}