html,
body {
    background-color: #4c0064;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;

}

.container {
    margin: 0 auto;
    max-width: 1245px;
    padding: 0 15px;
}

.header__columns {
    display: flex;
    gap: 1rem;
}

.header__right {
    margin-right: -6rem;
}

.header__left img {
    transform: rotateY(180deg);
}

.header__left {
    margin-left: -6rem;
}

.header__inner {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    margin: 0 auto;
    padding: 1rem 0;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

img {
    width: 100%;
    max-height: 301px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    -webkit-user-drag: none;
    vertical-align: middle;
}

.header__logo {
    width: 400px;
    max-width: 100%;
}

.header__inner nav {
    background: #6e0090;
    border-radius: 10px;
    padding: .5rem 2rem;
    width: fit-content;
    z-index: 1;
}

.header__inner ul {
    gap: 1rem;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.header__inner ul li {
    font-size: 1.125rem;
    transition: color .2s ease-in-out;
    white-space: nowrap;
}

.header__inner ul li a {
    font-weight: 500;
    padding-bottom: .2rem;
}

.header__inner ul li:hover a {
    color: #ffae00;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Carter One", system-ui;
    font-weight: 400;
    margin-bottom: 1rem;
}

.about__wrapper {
    margin-bottom: 16px;
}

.about__wrapper h1 {
    text-align: center;
    font-size: 50px;
}

.about__wrapper h3 {
    text-align: center;
    margin-bottom: 16px;
}

.about__items {
    align-items: center;
    display: grid;
    margin-top: 45px;
    gap: 1rem;
    grid-template-columns: 1.5fr 3fr;
}

.about__item-left {
    align-items: center;
    background: #f09;
    border-radius: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 1rem 2rem;
}

.about__item-right {
    align-items: center;
    background-color: #ffae00;
    border-radius: 20px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    height: 100%;
    padding: 1rem 2rem;
    text-align: center;
}

.about__item-right h2 {
    color: #4c0064;
    font-size: 50px;

    margin: .27em 0;
}

.about__item-right p {
    margin: 0;
}

.buttons {
    margin-top: 16px;
    align-items: center;
    display: flex;
    gap: 1.5rem;

}

.btn-log {
    align-items: center;
    background: rgb(76, 0, 100);
    display: inline-block;
    border: unset;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
}

.btn-sign {
    align-items: center;
    background-color: #f09;
    border: unset;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
}

p {
    line-height: 1.4;
}

.overlay {
    background-color: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.signup-popup {
    background-color: #4c0064;
    border-radius: 16px;
    color: #fff;
    left: 50%;
    max-width: 666px;
    overflow: hidden;
    padding: 2rem;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 1000;
}

.signup-popup__content {
    width: 100%;
}

.overlay .popup-form-section h2 {
    margin-bottom: 1rem;
    text-align: center;
}

.grid {
    display: grid;
    gap: 1rem;
}

.form {
    gap: 1rem;
}

.form__field input,
.form__field textarea {
    outline: none;
    background-color: #181730;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: .875rem;
    padding: 1rem;
}

.form__field label {
    font-weight: 500;
}

button {
    cursor: pointer;

}

.button--submit {
    background: unset;
    background: #e9398e;
    border: unset;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 1rem 0;
    width: 100%;
}

.signup-popup .button {
    width: 100%;
}

.form__field {
    display: flex;
}

.form__field.checkbox {
    display: flex;
    gap: 5px;
}

.games .container {
    background-color: #6e0090;
    border-radius: 20px;
    margin-top: 50px;
    padding: 1rem 2rem 2rem;
}

.games__header {
    margin-bottom: 34px;
}

.games__header h2 {
    color: #ffae00;
    font-size: 50px;
    text-align: center;
}

.games__header p {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.games__items {
    display: grid;
    gap: 30px;
    margin-bottom: 40px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.games__item {
    border-radius: 20px;
    position: relative;
    overflow: clip;
    position: relative;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeInUp;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(58, 58, 58, 0.1) 0px 2px 15px 0px;
    background-color: #fff;
}

.games__item::before {
    content: '';
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    background: rgba(239, 68, 68, 0.5);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.games__item:hover::before {
    content: '';
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 1;
    background: rgba(239, 68, 68, 0.5);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.games__item:hover .games__play {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.games__play {
    display: none;
}

.games__play a {
    background: #f3f2f2;
    font-weight: bold;
    border-radius: 5px;
    padding: 17px 25px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    text-align: center;
    color: #000;
    cursor: pointer;

}

.games__play:hover a {
    color: #e9398e;
}

.games .btn-sign {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.features {
    margin-top: 50px;
}

.features__items {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.features__item {
    align-items: center;
    border-radius: 20px;
    display: grid;
    gap: 2rem;
    grid-template-columns: auto 1fr;
    padding: .75rem;
}

.features__item:first-child {
    background-color: #00b3ff;
}

.features__item:nth-child(2) {
    background-color: #ffae00;
}

.features__item:nth-child(3) {
    background-color: #f09;
}

.features__item-content h3 {
    color: #4c0064;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: .2rem;
}

.features__item-content p {
    color: #4c0064;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    line-height: 1.2;
}

.about.about2 .about__items {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 3fr 1.5fr;
}

.about.about2 .about__item-right {
    align-items: center;

    background-color: #6e0090;
    border-radius: 20px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    height: 100%;
    padding: 1rem 2rem;
    text-align: center;
}

.about.about2 .about__item-left {
    align-items: center;
    background: #00b3ff;
    border-radius: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 1rem 2rem;
}

.about.about2 h2 {
    color: #ffae00;
}

.about.about2 p {
    color: #fff;
}

.player .container {
    margin-top: 50px;
    background-color: #f09;
    border-radius: 20px;
    padding: 2rem 1rem;
}

.player h2 {
    color: #4c0064;
}

.player__items {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
}

.player__item {
    align-items: center;
    background-color: #e00087;
    border-radius: 30px;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    padding: 1rem;
}

.player__item-content h3 {
    font-family: Carter One, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: .4rem;
}

.player__item-content span {
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: .2rem;
}

.player__item-content p {
    margin: 0;
    margin-bottom: .2rem;
}

footer {
    margin-top: 50px;
    background-color: #380049;
    overflow: clip;
    padding-top: 1rem;
}

footer img {
    width: 118px;

    margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
}

footer p {
    font-size: .75rem;
    font-weight: 300;
    margin: 0 auto;
}

footer ul {
    display: flex;
    list-style: none;
    list-style: 4no;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    position: relative;
}

.footer ul li a {
    color: #fff;
}

.copy {
    font-size: 13px;
    text-align: center;
    padding-bottom: 30px;
}

.thank-you-message.section__heading.thank-you-message {
    text-align: center;
}

#cook__banner {
    background-color: #000;
    border-top: 2px solid #f09;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial, sans-serif;
    justify-content: space-between;
    left: 0;
    padding: 12px 20px;
    position: fixed;
    width: 100%;
    z-index: 1000
}

#cook__banner,
.cook__icon {
    align-items: center;
    display: flex
}

.cook__icon {
    flex: 0 0 auto;
    margin-right: 15px
}

.cook__icon img {
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 32px
}

.cook__text {
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.4
}

.cook__buttons {
    display: flex;
    flex: 0 0 auto;
    gap: 10px
}

#accept-btn {
    background-color: #f58220;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 16px
}

#accept-btn:hover {
    background-color: #e6731c
}

.more-info-btn {
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none
}

.more-info-btn:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

@media(max-width: 600px) {
    #cook__banner {
        flex-direction: column;
        gap: 10px;
        text-align: center
    }

    .cook__icon {
        margin: 0 auto
    }

    .cook__buttons {
        justify-content: center
    }

    .cook__text {
        font-size: 13px
    }
}
.player h2{
    margin-top: 0;
font-size: 50px;
text-align: center;
}
@media screen and (max-width:768px) {

    h1,
    h2 {
        line-height: 44px;
        font-size: 40px !important;
    }

    .about__items {
        align-items: center;
        display: flex !important;
        flex-direction: column;
        margin-top: 45px;
        gap: 1rem;
        grid-template-columns: 1.5fr 3fr;
    }

    .games__items {
        display: grid;
        gap: 30px;
        margin-bottom: 40px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .games__item {
        border-radius: 20px;
        position: relative;
        overflow: clip;
        position: relative;
        visibility: visible;
        animation-delay: 0.1s;
        animation-name: fadeInUp;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(58, 58, 58, 0.1) 0px 2px 15px 0px;
        background-color: #fff;
    }

    .player__items {
        display: flex;
        gap: 1rem;
        grid-template-columns: 1fr 1fr 1fr;
        flex-direction: column;
    }

    .player {
        padding: 0 15px;
    }

    .games {
        padding: 0 15px;
    }

    .games .container {
        background-color: #6e0090;
        border-radius: 20px;
        margin-top: 50px;
        padding: 1rem 1rem 2rem;
    }

    .header__inner ul {
        gap: 1rem;
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    .header__left,
    .header__right {
        display: none;
    }

    .header__logo {
        width: 200px;
        margin: 0 auto;
        max-width: 100%;
    }
    footer ul

 {
    display: flex
;
 
    list-style: none;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
}

.regular {
    margin: 40px 0;
}

.regular h3 {
    line-height: 18px;
}

.regular p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}
.contact h2{
    text-align: center;
    color: #FFAE00;
    font-size: 50px;
}
.contact form.form__field{
    display: flex;
    gap: 15px;
    max-width: 640px;
    margin: 0 auto;
    flex-direction: column;
}
.form__field input::placeholder,
.form__field textarea::placeholder
{
    color: #fff;
}
.form__field textarea {
    height: 100px;
    resize: vertical;
}
.responsive-iframe {
    position: absolute;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border: none;
    height: 100vh;
}
.age-popup {
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 1.0);
    display: none;
    justify-content: center;
    align-items: center;
  }
  .age-popup__content {
    background: #111;
    border: 5px solid #ffa726;
    color: #ffa726;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    max-width: 320px;
    width: 90%;
  }
  .age-popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .age-popup__confirm {
    background: #ffa726;
    border: none;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
  }
  .age-popup__content p{
color: #fff;
  }