body {
    color: #fff;
    background-color: #162036;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.header {
    align-items: center;
    background-color: #162036;
    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: 42%;
    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 {
    background-color: #1a589b;
    border-radius: 12px;
}

.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;
}

.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;
    margin: 0 auto;
}

.img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0d3a63;
    border-radius: 15px;
    height: 69px;
    width: 69px;
}

.container {
    max-width: 1243px;
    margin: auto;
}

.content {
    color: #ccc;
    padding-bottom: 15px;
}

.content h1,
h2 {
    margin: 30px 0 20px;
    font-weight: bold;
}

.content h1 {
    font-size: 32px;
}

.content h2 {
    font-size: 24px;
}

.content.container p {
    margin-bottom: 8px;
}

.content h3 {
    margin: 0;
    font-size: 18.7px !important;
    font-weight: bold;
}

.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 - 8px);
    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;
}

.content ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 40px;
    margin: 32px 0
}

.content>ol {
    list-style-type: decimal;
}

.content-photo {
    padding: 32px 20px;
    margin: 32px 0;
    background-color: #2c3a59;
    border-radius: 10px;
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.75);
    display: flex;
    gap: 15px;
}

.content-photo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    text-align: center;
    width: 50%;
}

.content-photo-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.content-photo img {
    object-fit: cover;
    border-radius: 10px;
}

.content-table-wrapper {
    overflow-x: auto;
    margin: 30px 0;
}

.content-table {
    border-spacing: 5px;
    text-align: center;
    width: 100%;
    border-collapse: unset;
    caption-side: top;
}

.content-table caption {
    text-align: center;
    color: #cccccc;
}

.content-table th {
    background-color: #0d3a63;
    border-radius: 10px;
    min-width: 140px;
    padding: 5px
}

.content-table td {
    background-color: #2c3a59;
    border-radius: 10px;
    min-width: 140px;
    padding: 5px
}

.content>ul {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 40px;
    margin: 32px 0
}

.content-faq {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.title {
    text-transform: uppercase;
    text-align: center;
}

.accordion-button::after {
    background-image: none;
    content: "+";
    padding: 0 0 0 5px;
    transition: 0.5s linear;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
    background-color: #0d3a63;
    font-size: 18px;
    font-weight: bold;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 10px;
    color: #cccccc;
}

.accordion-item {
    background-color: unset;
    border: none;
    color: #cccccc;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion {
    --bs-accordion-btn-icon-transform: rotate(-140deg);
}

.accordion-item h3 {
    margin-top: 15px;
}

.comments form {
    align-items: center;
    background-color: #2c3a59;
    border-radius: 10px;
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
    padding: 15px;
    width: 100%;
}

.comments label {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.comments input {
    padding: 10px 15px;
    border: 0;
    border-radius: 10px;
}

.comments textarea {
    padding: 10px 15px;
    border: 0;
    border-radius: 10px;
    resize: none;
    display: block;
    min-height: 140px;
}

.comments-btn {
    align-self: flex-end;
    border: 0;
    border-radius: 10px;
    background-color: #ff7f50;
}

.comments-btn a {
    color: #FFFFFF;
    text-decoration: none;
}

.comments-list {
    display: flex;
    gap: 15px;
    flex-direction: column
}


.comments-item {
    background: #2c3a59;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}

.comments-top {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between
}

.comments-name {
    font-size: 18px;
    font-weight: bold;
}

.comments-time {
    font-size: 14px;
}

.comments-body {
    width: 80%;
}

.footer {
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.25);
    padding-top: 25px
}

.footer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    list-style: none;
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer-links {
    margin-bottom: 30px;
}

.footer-payment {
    border-top: 2px solid #5352ed;
    margin-bottom: 10px;
    opacity: 75%;
    padding-top: 20px
}

.footer-pay-icons {
    opacity: 75%;
    margin-bottom: 30px
}

.footer-lic {
    padding: 20px 0;
}

.desc {
    text-align: center;
    color: #ccc;
}

.footer-lic li:first-child {
    margin-left: auto;
}

.mobile {
    display: none !important;
}

.logo-img {
    position: absolute;
    inset: -10px 0 0;
    text-align: center;
    z-index: -1;
}

.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;

}

.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;
}

.main-sort a:hover .img-wrapper {
    background-color: #ff7f50;
}
.accordion-item .accordion-button{
    border-radius: 10px !important;
    color: #cccccc;
    background-color: #0d3a63;
    font-size: 18px;
    font-weight: bold;
} 
@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: 50%;
    }

    .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: 60%;
    }
}

@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: 74px;
    }

    .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: absolute;
        /* max-width: -webkit-fill-available; */
        /* width: 100%; */
        text-align: center;
        inset: 55px 0 0;
    }
}