body {
    color: #fff;
    background-color: #10192d;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.header {
    align-items: center;
    background-color: #10192d;
    display: flex;
    gap: 10px;
    min-height: 74px;
    /* padding: 15px 138px; */
    position: fixed;
    width: 100%;
    z-index: 10;
}

nav {
    width: 100%;
}

/* .container {
    max-width: 1050px;
    width: 90%;
    margin: auto;
} */

.navbar {
    width: 100%;
    /* box-shadow: 0 1px 4px rgb(146 161 176 / 15%); */
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}

.navbar>.container-fluid {
    padding: 0;
    justify-content: center;
}

.navbar .menu-items {
    display: flex;
}

.menu-items ul {
    padding: 0;
}

.navbar .nav-container li {
    list-style: none;
}

.navbar .nav-container li a:hover {
    background-color: #174f8b;
}

.navbar .nav-container a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
}

/* .navbar .nav-container a:hover {
    font-weight: bolder;
} */

.nav-container {
    display: block;
    position: relative;
    height: 60px;
}

.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 15px;
    left: 5px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.nav-container .hamburger-lines {
    display: block;
    height: 26px;
    max-width: 1243px;
    position: absolute;
    top: 17px;
    /* left: 20px; */
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 138px; */
    width: 100%;
}

.nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
    background-color: #162036;
    padding-top: 75px;
    /* box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5); */
    height: 100vh;
    /* min-width: 420px; */
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 40px;
    /* transition: transform 0.5s ease-in-out; */
    text-align: center;
    align-items: flex-start;
}

.navbar ul {
    margin: 0;
    background: #1a589b;
    width: 100%;
}

.navbar .menu-items li {
    /* margin-bottom: 1.2rem; */
    font-size: 16px;
    font-weight: 500;
}

.menu-items li a {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px !important;
}

/* .logo {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.2rem;
    color: #fff;
}

.logo h1 {
    margin: 0;
} */

.nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
    overflow-y: scroll;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;

}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked~.logo {
    display: none;
}

.header-btns {
    display: flex;
    gap: 15px;
}

.o-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: normal;
    padding: 11px 0;
    text-align: center;
    text-transform: uppercase;
    width: 130px;
    white-space: nowrap;
}

.btns-login:hover {
    background-color: #006add;
}
.btns-login {
    background-color: #1a589b;
    border-radius: 12px;
    width: auto;
}
.btn-enter:hover{
    background-color: #006add;
}
.btn-enter{
    background-color: #1a589b;
    border-radius: 12px;
    width: 155px;
    margin: auto;
    text-decoration: none;
    text-transform: capitalize;
}
.btns-registration:hover {
    background-color: #ff9533;
}
.btns-registration {
    background-color: #ff7f50;
    border-radius: 12px;
}

.main-menu {
    background: #1a589b;
    display: flex;
    /* margin: 0 auto; */
    top: 65px;
    right: 0;
    position: relative;
    height: 44px;
    align-items: center;
    /* padding: 0 138px; */
    justify-content: center;
}

.main-menu li a {
    color: #fff !important;
    font-size: 16px !important;
    padding: 13px 20px !important;
}

.main-menu-content {
    padding: 0;
}

.slider {
    max-width: 1243px;
    margin: auto;
    padding-top: 130px;
}

.slider-title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.09;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}

.slider-subtitle {
    display: inline;
    font-size: 22px;
    line-height: 1.36;
}

.toggler-change {
    max-width: 1234px;
    width: 100%;
}

.carousel-caption {
    right: unset;
    left: 2%;
    max-width: 40%;
    text-align: left;
}

.carousel-caption a {
    background-color: #5352ed;
    margin-top: 15px;
    border: 2px solid #5352ed;
    border-radius: 20px;
    padding: 9px 0;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
}

.w-100 {
    border-radius: 10px;
    height: 344px;
}

.main-sort {
    display: flex;
    gap: 15px;
    margin: 20px auto !important;
    overflow: auto;
    max-width: 1024px;
    height: 66px;
    align-items: center;
}

.main-sort a {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

.img-wrapper:hover {
    transform: scale(1.1);
    background-color: #32446a;
}
.img-wrapper {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    width: max-content;
    min-width: 50px;
    max-height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 14px;
    background-color: #1a2640;
    border-radius: .75rem;
    box-shadow: 0 4px 4px #00000040 !important;
    transition: transform .3s ease;
    box-sizing: border-box;
    gap: 10px;
}
.carousel-indicators [data-bs-target] {
    border-radius: 8px;
    border: 2px solid #5352ed;
    cursor: pointer;
    height: 6px;
    width: 36px;
    background-color: transparent;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #5352ed;
}
.content-games {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.content-games-item {
    position: relative;
    flex: 0 0 235px;
}

.content-games-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    top: 0;
    transition: 0.2s ease-in-out;
    left: 0;
    visibility: hidden;
    height: calc(100% - 24px - 24px);
    width: 100%;
    border-radius: 10px;
}

.content-games-overlay a.lazyloaded {
    background-image: url(./images/play.svg);
}

.content-games-item:hover .content-games-overlay {
    opacity: 1;
    visibility: visible
}

.content-games-overlay a {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 50%;
    width: 50%;
}
.lazyloaded{
    text-decoration: none !important;
}

.content-games-item p {
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 8px;
    color: #fff;
}

.content-games-item img {
    border-radius: 10px;
}
.game-section h3{
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    max-width: 1248px;
    margin: auto auto 16px;
}
.text-content {
    color: #fff;
    padding: 15px 0;
}

.text-content h1 {
    font-size: 28px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding: 20px 0;
}

.text-content h2 {
    font-size: 21px;
    font-family: "Open Sans", sans-serif;
    padding: 20px 0;
}

.text-content h3 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.text-content p {
    font-size: 14px;
    margin: 0;
}

.text-content ul {
    list-style: disc;
    padding: 0px 35px;
    font-size: 14px;
}

.text-content ol {
    list-style: decimal;
    padding: 0px 15px;
    font-size: 14px;
}

.text-content td {
    border: 1px solid white;
    padding: 4px;
}

.wrapper {
    padding-top: 20px;
}
.header-align {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 12px 10px;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.logo-sidebar-img {
    display: flex;
    width: 100%;
}.header-buttons {
    gap: 15px;
    display: flex;
    justify-content: center;
}footer {
    background: #162036;
}

.footer_copy {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5);
    padding-bottom: 30px;
    padding-top: 30px;
}
.sidenav-btns{
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
    margin: 40px 0;
}
.mobile {
    display: none;
}
@media (max-width: 992px) {
    .mobile {
        display: flex !important;
    }

    .desktop {
        display: none;
    }

    .nav-container .hamburger-lines {
        padding: 0 10px;
    }

    .nav-container .checkbox {
        left: 14px;
    }

    .slider {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    /* .img-wrapper {
        display: none;
    } */

    .hamburger-lines {
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .nav-container input[type="checkbox"]:checked~.menu-items {
        width: 60%;
    }

    .logo-img {
        position: unset;
    }

    .content-photo {
        flex-wrap: wrap;
    }

    .content-photo-wrapper {
        width: 100%;
    }

    .content-photo img {
        width: 100%;
    }

    .w-100 {
        height: 194px;
    }

    .slider-title {
        font-size: 22px;
    }

    .slider-subtitle {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }

    .comments label {
        width: 90%;
    }

    .logo {
        width: 92px;
        height: 40px;
    }

    .navbar {
        border-bottom: 2px solid #5352ed;
    }
}

@media (max-width: 600px) {
    .nav-container input[type="checkbox"]:checked~.menu-items {
        width: 70%;
    }
}

@media (max-width: 580px) {
    /* .nav-container input[type="checkbox"]:checked~.menu-items {
        width: 80%;
    } */
}

@media (min-width: 481px) {
    .header-align {
        display: none;
    }
}

@media (max-width: 480px) {
    .navbar .menu-items {
        padding-top: 135px;
    }

    .nav-container .checkbox {
        top: 16px;
    }

    .hamburger-lines {
        display: none !important;
    }

    .logo {
        margin: auto;
        position: absolute;
        /* max-width: -webkit-fill-available; */
        /* width: 100%; */
        text-align: center;
        inset: 55px 0 0;
    }

    .nav-container .hamburger-lines {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .logo {
        margin: auto;
    }

    /* .navbar>.container-fluid {
        height: 124px;
    } */

    .slider {
        padding-top: 143px;
    }

    .nav-container input[type="checkbox"]:checked~.menu-items {
        width: -webkit-fill-available;
    }
}





@media (max-width: 768px) {}

/* @media (min-width: 480px) {
    .header-align{
        display: none;
    }
} */

@media (max-width: 480px) {

    .hamburger-lines {
        display: none !important;
    }

    .logo {
        margin: auto;
        position: relative;
        /* max-width: -webkit-fill-available; */
        /* width: 100%; */
        text-align: center;
        inset: 3px 0 0;
    }
}