@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&family=Tektur:wght@500&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: 'Rubik', Arial, sans-serif;
    background-color: #805dd7;
    letter-spacing: 1px;
}

* {
    color: #fff;
    line-height: 1;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    background-color: #805dd7;
}

section {
    scroll-padding-top: 100px;
    display: flex;
    justify-content: center;
    background-color: #805dd7;
}

section:nth-child(odd) {
    background-color: #805dd7;
}

.container {
    width: 1320px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

header {
    display: flex;
    justify-content: center;
    background: #805dd7;
}


.header {
    padding: 20px 0;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner {
    padding: 0 15px;
}

.header img {
    transition: all 0.5s;
    -webkit-filter: drop-shadow(0 0 3px #000);
    filter: drop-shadow(0 0 3px #000);
}

.header .mobile-logo {
    display: none;
}

.header .hamburger {
    display: none;
}

main {
    padding-top: 170px;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
}

nav a {
    display: block;
    padding: 15px 20px;
    font-size: 20px;
    position: relative;
    transition: all 0.5s;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

nav a.icon {
    padding: 5px;
    border: none !important;
}

nav a.icon img {
    height: 34px;
    -webkit-filter: drop-shadow(0 0 5px #000);
    filter: drop-shadow(0 0 5px #000);
}

nav a:after {
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.5s;
    border-radius: 5px;
}

nav a:hover {
    border-color: #fff;
}

nav a:hover:after {
    width: 100%;
    left: 0;
}

nav a.icon:after {
    display: none;
}

nav a.icon:hover img {
    transform: scale(1.2);
}

nav a.icon:hover {
    background: none;
}

.header-fixed {
    background: #805dd7;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.header-fixed .header .logo img {
    height: 70px;
}

.header-fixed .header nav a {
    font-size: 16px;
}

.banner {
    padding: 50px 0 120px;
}

.banner .mobile-image {
    display: none;
}

.banner .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.banner .title {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 56px;
}

.banner .categories {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 300;
}

.banner .description {
    font-size: 18px;
    margin-top: 30px;
    line-height: 24px;
}

.banner .stores {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.section-title {
    font-size: 40px;
    font-weight: 500;
}

.numbers {
    text-align: center;
    padding: 50px 0;
}

.numbers .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.numbers .numbers-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
    width: 100%;
}

.numbers .numbers-list .numbers-box {
    width: calc(25.58% - 30px);
    background: #4d276f;
    padding: 20px 0;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.numbers .numbers-list .numbers-box .icon {
    position: relative;
}

.numbers .numbers-list .numbers-box .title {
    margin-top: 30px;
    font-weight: 600;
    font-size: 24px;
}

.numbers .numbers-list .numbers-box .text {
    padding: 0 20px;
    font-size: 14px;
    margin-top: 10px;
    line-height: 26px;
}

.numbers .numbers-list .numbers-box .icon img {
    height: 80px;
    -webkit-filter: drop-shadow(0 0 5px #000);
    filter: drop-shadow(0 0 5px #000);
}

.values {
    text-align: center;
    padding: 50px 0;
}

.values .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.values .values-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
    width: 100%;
}

.values .values-list .values-box {
    width: calc(34% - 30px);
    background: #7044dd;
    padding: 20px 0;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.values .values-list .values-box .icon {
    position: relative;
}

.values .values-list .values-box .title {
    margin-top: 30px;
    font-weight: 600;
    font-size: 24px;
}

.values .values-list .values-box .text {
    padding: 0 20px;
    font-size: 14px;
    margin-top: 10px;
    line-height: 26px;
}

.values .values-list .values-box .icon img {
    height: 80px;
    -webkit-filter: drop-shadow(0 0 5px #000);
    filter: drop-shadow(0 0 5px #000);
}

.games {
    text-align: center;
    padding: 50px 0;
}

.games .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.games .text {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
}

.games .game-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px 20px;
}

.games .game-list .game {
    width: 18.75%;
}

.games .game-list .game .image {
    position: relative;
    border-radius: 15px;
}

.games .game-list .game .title {
    margin-top: 15px;
    font-size: 18px;
}

.games .game-list .game .image img {
    width: 100%;
    border-radius: 15px;
}

.games .game-list .game .stores {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    transition: all 0.3s;
}

.games .game-list .game:hover .stores {
    opacity: 1;
}

.games .game-list .game .stores a {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.games .game-list .game .stores a img {
    transition: all 0.3s;
    transform: scale(0.8);
}

.games .game-list .game .stores a:hover img {
    transform: scale(1);
}

.team {
    text-align: center;
    padding: 50px 0;
}

.team .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team .text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 26px;
}

.team .team-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px 20px;
}

.team .team-list .team-box {
    width: calc(16.56% - 36px);
    background: #7044dd;
    padding: 10px;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.team .team-list .team-box .image {
    position: relative;
    border-radius: 15px;
}

.team .team-list .team-box .title {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}

.team .team-list .team-box .position {
    font-size: 12px;
    font-weight: 300;
}

.team .team-list .team-box .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.team .team-list .team-box .url {
    margin-top: 10px;
}

.team .team-list .team-box .url img {
    -webkit-filter: drop-shadow(0 0 5px #000);
    filter: drop-shadow(0 0 5px #000);
}

.contact-us {
    text-align: center;
    padding: 50px 0;
}

.contact-us .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-us .text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 26px;
}

.contact-us .text p {
    line-height: 26px;
    margin: 5px 0;
}

.contact-us .text p a {
    background: #7044dd;
    color: #fff;
    padding: 0 3px;
}

.contact-us .form {
    margin-top: 20px;
}

.contact-us .form form {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 550px;
}

.contact-us .form .form-group {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.contact-us .form .form-group div {
    width: 50%;
}

.contact-us .form label {
    margin-bottom: 5px;
}

.contact-us .form input, .contact-us .form textarea {
    font-family: 'Rubik', Arial, sans-serif;
    padding: 12px;
    width: 100%;
    border: 2px solid #fff;
    background: none;
    border-radius: 3px;
    font-weight: 400;
    color: #fff !important;
    outline: none !important;
    font-size: 16px;
    resize: none;
    transition: all 0.3s;
}

.contact-us .form input::placeholder, .contact-us .form textarea::placeholder {
    color: #fff !important;
}

.contact-us .form input:focus, .contact-us .form textarea:focus {
    border: 2px solid #7044dd;
}

.contact-us .form button {
    background-color: #fff;
    color: #7044dd;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.5s;
    width: 120px;
    -webkit-filter: drop-shadow(0 0 5px #000);
    filter: drop-shadow(0 0 5px #000);
}

.contact-us .form input:disabled, .contact-us .form textarea:disabled, .contact-us .form button:disabled {
    background-color: #949191 !important;
    cursor: not-allowed !important;
    border-color: #949191 !important;
}

.contact-us .form button:hover {
    background-color: #ccc;
}

.contact-us .form .result {
    width: 70%;
    line-height: 26px;
    color: #fff;
}

.footer .footer-top {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.footer .footer-top .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-top .logo img {
    -webkit-filter: drop-shadow(0 0 3px #000);
    filter: drop-shadow(0 0 3px #000);
}

.footer .footer-top .nav {
    display: flex;
    gap: 20px;
}

.footer .footer-top .nav a {
    padding: 5px;
    position: relative;
}

.footer .footer-top .nav a:after {
    background: #fff;
    content: '';
    display: block;
    opacity: 0;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transition: all 0.5s;
    border-radius: 5px;
}

.footer .footer-top .nav a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
}

.footer .footer-top .socials {
    display: flex;
    gap: 10px;
}

.footer .footer-top .socials a img {
    height: 36px;
    transition: all 0.3s;
    -webkit-filter: drop-shadow(0 0 5px #000);
    filter: drop-shadow(0 0 5px #000);
}

.footer .footer-top .socials a:hover img {
    transform: scale(1.2);
}

.footer .footer-top .copyright-mobile {
    display: none;
}

.footer .footer-bottom {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.long-text {
    padding: 50px 0;
}

.long-text p {
    line-height: 26px;
}

.long-text li {
    margin-top: 5px;
    line-height: 26px;
}

.animBar {
    height: 4px;
    width: 85px;
    background: #ffffff;
    margin: 20px auto 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.animBar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #7044dd;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: AnimLine;
    animation-name: AnimLine;
}

@-webkit-keyframes AnimLine {
    from {
        -webkit-transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(85px)
    }
}

@keyframes AnimLine {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(85px)
    }
}