html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/*body {
    line-height: 1;
}*/
body {
    line-height: 1;
    /* cursor: url('/images/n-cursor.png'),auto; */
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #0E0E0E;
}

a:hover {
    color: inherit;
    text-decoration: none;
}



::selection {
    color: #fff;
    background-color: #535353;
}

::-moz-selection {
    color: #fff;
    background-color: #535353;
}

/* #Primary
================================================== */

@font-face {
    font-family: calsans;
    src: url(/font/CalSans-SemiBold.ttf);
}

@font-face {
    font-family: equalizer;
    src: url(/font/Equalizer-Script-Demo.ttf);
}

@font-face {
    font-family: gilroy-bold;
    src: url(/font/Gilroy-ExtraBold.ttf);
}

@font-face {
    font-family: gilroy-medium;
    src: url(/font/Gilroy-Medium.ttf);
}

@font-face {
    font-family: gilroy;
    src: url(/font/Gilroy-Regular.ttf);
}

@font-face {
    font-family: mouzambik;
    src: url(/font/Mouzambik.ttf);
}


body {
    font-family: gilroy-medium;
    font-size: 18px;
    color: #fff;
    background-color: #fff;
    font-weight: 400;
}


/* #comman
================================================== */
button {
    border-radius: 100px;
    background: linear-gradient(90deg, #5C117E 0%, #3B0653 100%), linear-gradient(270deg, #FB6C00 0%, #E81A08 100%);
    padding: 18px 50px;
    color: #FFF;
    font-family: calsans;
    font-size: 20px;
    font-weight: 600;
    border: none;
}

button a {
    color: #fff;
}


.title-txt h4 {
    color: #000;
    font-family: calsans;
    font-size: 48px;
    font-weight: 600;
}

.title-txt h4 span {
    color: #5A107B;
}

.title-txt p {
    color: #534E48;
    font-family: gilroy-medium;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.36px;
}

.comman-header {
    background: url(/images/comman-header.png)no-repeat;
    background-position: top center;
    margin: 8px 8px 120px;
    height: 400px;
    border-radius: 16px;
    position: relative;
}

.comman-header .title-txt {
    padding: 164px 0;
}

.comman-header .title-txt h2 {
    color: #FFF;
    text-align: center;
    font-family: calsans;
    font-size: 56px;
    font-weight: 600;
}

.comman-header .title-txt p {
    color: #FFF;
    text-align: center;
    font-family: gilroy-medium;
    font-size: 16px;
    font-weight: 400;
}

.comman-header .h-left {
    position: absolute;
    bottom: 0;
    left: 12px;
}

.comman-header .d-cartoon {
    position: absolute;
    right: 10%;
    bottom: 0;
}

/* #header
================================================== */
header {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0 40px 0 30px;
}

.open-menu {
    cursor: pointer;
}

.navbar {
    padding: 0 8px 0 50px;
    display: block;
    height: 100%;
}

.navbar-nav {
    display: block;

}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    border-radius: 16px;
    margin: 8px 8px 0 0;

}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    color: #7e7e7e;
    font-family: calsans;
    font-size: 24px;
    font-weight: 600;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px) {
    #mySidenav.open {
        width: 450px;
    }
}

/* Mobile view */
@media screen and (max-width: 767px) {
    #mySidenav.open {
        width: 290px;
    }
}
header .accordion .header.collapsed:after {
    margin: 5px 10px 0 0;
    content: url(/images/drop.png);
}

header .accordion .header:after {
    margin: 5px 10px 0 0;
    content: url(/images/drop-hover.png);
    float: right;
}

header .point a {
    display: inline-block;
}
header .point .body{
    height: 500px;
    overflow-y: scroll;
}
header .point .body a {
    display: flex;
    color: #7e7e7e;
    /*font-family: gilroy-semibold;*/
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #3D3D3D;
    padding: 13px 0 !important;
}
header .point .body::-webkit-scrollbar {
    width: 4px;
}

/* Track */
header .point .body::-webkit-scrollbar-track {
    background: #D9D9D9;
}

/* Handle */
header .point .body::-webkit-scrollbar-thumb {
    background: #F58220;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 0px;
}

header .point .header a {
    color: #F26E21;
}

.navbar-dark .navbar-nav .point .header .nav-link {
    color: #F26E21;
    padding: 8px 0 5px;
}

.navbar-dark .navbar-nav .point .header.collapsed .nav-link {
    color: #7e7e7e;
    padding: 8px 0 5px;
}

header .navbar-dark .navbar-nav .nav-link.active {
    color: #F26E21;
}

header .navbar-dark .navbar-nav .nav-link:hover {
    color: #F26E21;
}

.navbar .link {
    position: fixed;
    bottom: 0px;
    background-color: #111;
    z-index: 11;
    padding: 20px 0;
    width: 21%;
}

.navbar .link h6 {
    color: #FFF;
    font-family: gilroy-bold;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.navbar .link ul {
    display: flex;
}

.navbar .link ul li a {
    height: 50px;
    width: 50px;
    margin-right: 8px;
}

.navbar .link ul li a.yt {
    background: url(/images/yt.png)no-repeat;
}

.navbar .link ul li a.yt:hover {
    background: url(/images/yt-hover.png)no-repeat;
}

.navbar .link ul li a.fb{
    background: url(/images/fb.png)no-repeat;
}

.navbar .link ul li a.fb:hover {
    background: url(/images/fb-hover.png)no-repeat;
}

.navbar .link ul li a.ig {
    background: url(/images/ig.png)no-repeat;
}

.navbar .link ul li a.ig:hover {
    background: url(/images/ig-hover.png)no-repeat;
}


/* #home
================================================== */
.home {
    overflow: hidden;
    /*background: url(/images/soon/soon.png)no-repeat;*/
    /*background-size: cover;*/
    /*background-position: bottom center;*/
    /*height: 100vh;*/
    /*position: relative;*/
}
.home .title-text h4{
    color: #FFF;
    text-align: center;
    font-family: mouzambik;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    margin-bottom: 15px;
}
.home .title-text p{
    font-family: "PT Sans", sans-serif;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.36px;
}
.home .title-text p span{
    font-weight: 700;
}
.home .cartoon{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,0)
}
.home .cartoon img{
    height: 400px;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
}
.home .social-icon ul{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0,-50%);
}
.home .social-icon ul li{
    margin-bottom: 8px;
}
.home .social-icon ul li a{
    display: block;
    width: 57.6px;
    height: 57.6px;
    margin: 0 5px;
}
.home .social-icon ul li a.tr{
    background: url(/images/soon/tr.png)no-repeat;
}
.home .social-icon ul li a.tr:hover{
    background: url(/images/soon/tr-hover.png)no-repeat;
}
.home .social-icon ul li a.ig{
    background: url(/images/soon/ig.png)no-repeat;
}
.home .social-icon ul li a.ig:hover{
    background: url(/images/soon/ig-hover.png)no-repeat;
}
.home .social-icon ul li a.yt{
    background: url(/images/soon/yt.png)no-repeat;
}
.home .social-icon ul li a.yt:hover{
    background: url(/images/soon/yt-hover.png)no-repeat;
}
@media (min-width: 1800px) and (max-width:2200px) {
    .home .soon-logo img{
        margin-bottom: 25px;
    }  
    .home .title-text h4 {
        font-size: 180px;
        margin-bottom: 35px;
    }
    .home .title-text p{
        font-size: 32px;
        line-height: 40px;
    }
    /*    .home .cartoon img{
            height: auto;
        }*/
}
@media (min-width: 1600px) and (max-width:1800px) {
    .home .title-text h4 {
        font-size: 150px;
        margin-bottom: 22px;
    }
    .home .title-text p{
        font-size: 28px;
        line-height: 30px;
    }
    /*    .home .cartoon img{
            height: auto;
        }*/
}
@media (min-width: 1367px)and(max-width:1601px) {
    .home .title-text h4 {
        font-size: 140px;
        margin-bottom: 20px;
    }
    .home .title-text p{
        font-size: 26px;
        line-height: 26px;
    }
    /*    .home .cartoon img{
            height: auto;
        }*/
}
@media (max-width: 768px){
    .home .title-text h4 {
        font-size: 80px;
    }
    .home .title-text p{
        font-size: 20px;
        line-height: 26px;
    }
    .home .cartoon img{
        height: 270px;
    }
    .home .social-icon ul {
        position: absolute;
        right: 101px;
        top: 60%;
        transform: translate(0, -50%);
        display: flex;
    }
}
.home .social-icon{}





.home .slider {
    position: relative;
    padding: 8px;
}

.home .slider video {
    border-radius: 16px;
}

.home .slider.desk {
    display: block;
}

.home .slider.mobile {
    display: none;
}

.home .slider video {
    position: relative;
    vertical-align: bottom;
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
}

.home .slider .black-overlay {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    /*background-color: #000;*/
    opacity: 0.6;
}

.home .slider .title-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.home .slider .title-txt h2 {
    color: #FFF;
    font-family: calsans;
    font-size: 66px;
    font-weight: 600;
}

.home .slider .title-txt h2 span {
    color: #FFF;
    font-family: equalizer;
    font-size: 56px;
    font-weight: 400;
}

.home .about-sec {
    background: url(/images/ab-back.png)no-repeat;
    background-size: cover;
    margin: 0 8px 8px;
    padding: 80px 0 122px 0;
    /* overflow: hidden; */
    margin-bottom: 96px;
    border-radius: 16px;
}

.home .about-sec .title-txt {
    padding-top: 70px;
}

.home .about-sec .title-txt h4 {
    color: #FFF;
    padding-bottom: 8px;
}

.home .about-sec .title-txt p {
    color: #FFF;
    margin-bottom: 30px;
}

.home .about-sec .cartton-img {
    position: relative;
    z-index: 1;
}

.home .about-sec .cartton-img img {
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
}

@keyframes upAndDown-dea750ec {
    0%, to {
        transform: translate(0)
    }

    50% {
        transform: translateY(30px)
    }
}

.home .about-sec .txt-slider {
    position: relative;
    background-color: #000000;
    transform: scale(1.1) rotate(-9deg);
    width: 100%;
    margin-top: -25px;
}

.home .about-sec .txt-slider .text-animation {
    padding: 24px 0 24px;
    width: max-content;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    position: relative;
    animation: marquee 15s linear infinite;
    overflow: hidden;
}

.home .about-sec .txt-slider .text-animation p {
    font-size: 40px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    padding: 0 30px;
}

.home .about-sec .txt-slider .text-animation p span {
    color: #fa6601;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.home .game-sec {
    margin-bottom: 76px;
}

.home .offer-sec {
    background: url(/images/offer-back.png)no-repeat;
    background-size: cover;
    padding: 135px 0;
    margin: 8px 8px 90px;
    border-radius: 16px;
}

.home .offer-sec .title-txt h4 {
    color: #FFF;
    font-family: calsans;
    font-size: 56px;
    font-weight: 600;
}

.home .offer-sec .title-txt p {
    color: #FFF;
    font-family: gilroy-medium;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.36px;
}

.home .moment-sec {
    margin-bottom: 124px;
    position: relative;
}

.home .moment-sec .title-txt {
    padding-top: 120px;
}


.home .moment-sec .left-corner {
    position: absolute;
    top: 0px;
    left: 0;
}

.home .moment-sec .left-corner img {
    height: 140px;
}

.home .moment-sec .right-corner {
    position: absolute;
    top: 0px;
    right: 0;
}

.home .moment-sec .right-corner img {
    height: 140px;
}

.home .plan-sec {
    background: url(/images/plan-back.png)no-repeat;
    background-size: cover;
    border-radius: 16px;
    padding: 40px 0 124px;
    margin: 8px 8px 144px;
    position: relative;
}

.home .plan-sec .plan-dummy img{
    height: 200px;
    margin-bottom: -6px;
}

.home .plan-sec .plan-icon img{
    height: 112px;
}

.home .plan-sec .plan-icon img {
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
}

.home .plan-sec .title-txt h4 {
    color: #FFF;
    padding-bottom: 5px;
}

.home .plan-sec .title-txt p {
    color: #FFF;
}
.home .plan-sec table tr{
    margin-bottom: 4px;
}
.home .plan-sec table tr th{
    border-radius: 16px;
    background: #F26E21;
    color: #FFF;
    text-align: center;
    font-family: gilroy-medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 91.667% */
    text-transform: uppercase;
    padding: 12px 5px;
}
.home .plan-sec table tr th span{
    font-size: 14px;
}
.home .plan-sec table tr td{
    border-radius: 16px;
    background: #FFF;
    color: #520E70;
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 91.667% */
    text-transform: uppercase;
    padding: 14px 5px;
    margin-bottom: 2px;
}
table {
    border-collapse: separate;
    border-spacing: 6px; /* gap between cells */
}

.home .plan-sec .terms-box .t-title h6{
    color: #F26E21;
    font-family: gilroy-medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.home .plan-sec .terms-box ul li{
    color: #FFF;
    font-family: gilroy-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.home .plan-sec .terms-box ul li:before{
    content: "\2022";
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}
/*.home .plan-sec .plan-box {
    border-radius: 32px;
    background: #FFF;
    margin-bottom: 32px;
    padding: 64px;

}

.home .plan-sec .plan-box .point {
    border-left: 1px solid #E2E2E2;
    padding-left: 40px;
}

.home .plan-sec .plan-box .point ul li {
    background: url(/images/right.png) 0 no-repeat;
    color: #534E48;
    font-family: gilroy-medium;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    padding-left: 25px;
    line-height: 2;
}

.home .plan-sec .plan-detail a {
    color: #ED6226;
    font-family: gilroy-semibold;
    font-size: 16px;
    font-weight: 400;
}

.home .plan-sec .tab-sec .tab-container .tab.active {
    background: linear-gradient(90deg, #5C117E 0%, #3B0653 100%), #8F1BC0;
    color: #FFF;
}

.home .plan-sec .tab-sec .tab-container {
    margin-bottom: 25px;
}

.home .plan-sec .tab-sec .tab-container .tab {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #1F1F1F;
    font-family: calsans;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 32px;
    margin-right: 10px;
    border-radius: 100px;
    border: 1px solid #D7D7D7;
    background: #FFF;
}

.home .plan-sec .tab-sec .tab-data h4 {
    color: #000;
    font-family: calsans;
    font-size: 56px;
    font-weight: 600;
}

.home .plan-sec .tab-sec .tab-data p {
    color: #737373;
    font-family: gilroy-semibold;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.home .plan-sec .tab-sec .tab-data h6 {
    color: #000;
    font-family: gilroy-semibold;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 5px;
}

.home .plan-sec .plan-detail .tab-sec .tab-data.active {
    display: block;
}

.home .plan-sec .plan-detail .tab-sec .tab-data {
    display: none;
}*/

.home .gallery-sec {
    margin-bottom: 124px;
}

.home .gallery-sec .gallery-box {
    width: 500px;
}

.home .gallery-sec .owl-theme .owl-dots {
    margin-top: 30px;
}

.home .gallery-sec .owl-theme .owl-dots .owl-dot.active span {
    border-radius: 99px;
    background-color: #FF560C;
    width: 100px;
    height: 6px;
}

.home .gallery-sec .owl-theme .owl-dots .owl-dot span {
    border-radius: 99px;
    background-color: #D9D9D9;
    width: 20px;
    height: 6px;
}

.home .review-sec {
    margin-bottom: 124px;
}

.home .review-sec .title-txt h6 {
    color: #000;
    font-family: gilroy-bold;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.36px;
    display: flex;
    align-items: baseline;
}

.home .review-sec .title-txt p {
    color: #534E48;
    font-family: gilroy-medium;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.36px;
}

@media (min-width: 768px) {
    .home .review-sec .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 29%;
        max-width: 29%;
    }
}

.home .review-sec .review-box {
    display: flex;
    width: 800px;
    margin: 0 10px;
}

.home .review-sec .review-box .img-box {
    height: 283px;
    margin-right: 20px;
}

.home .review-sec .txt-box {
    border-radius: 32px;
    border: 1px solid #DADADA;
    background: #FAFAFA;
    padding: 30px 30px;
    width: 490px;
    height: 273px;
}

.home .review-sec .txt-box p {
    color: #534E48;
    font-family: gilroy-medium;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.36px;
    padding-bottom: 20px;
}

.home .review-sec .txt-box h5 {
    color: #000;
    font-family: gilroy-bold;
    font-size: 18px;
    font-weight: 700;
}

.home .review-sec .review-slider {
    position: relative;
    width: 100%;
}

.home .review-sec .review-slider .text-animation {
    width: max-content;
    margin: 0 auto 20px;
    display: flex;
    position: relative;
    animation: marquee 15s linear infinite;
    overflow: hidden;
}

.home .review-sec .review-slider .text-animation.left {
    animation-direction: reverse;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

/* #about
================================================== */

.about .comman-header .d-cartoon {
    bottom: -35px;
}

.about .about-detail {
    margin-bottom: 144px;
}

.about .about-detail .box {
    text-align: center;
    padding: 50px;

}

.about .about-detail .counts .row .col-md-6:first-child {
    border-bottom: 2px solid #F3F3F3;
    border-right: 2px solid #F3F3F3;
}

.about .about-detail .counts .row .col-md-6:nth-child(2) {
    border-bottom: 2px solid #F3F3F3;
}

.about .about-detail .counts .row .col-md-6:nth-child(3) {
    border-right: 2px solid #F3F3F3;
}

.about .about-detail .box h2 {
    color: #000;
    text-align: center;
    font-family: calsans;
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
}

.about .about-detail .box p {
    color: #534E48;
    font-family: gilroy-medium;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.about .vision-sec {
    background: url(/images/vision-back.png)no-repeat;
    background-size: cover;
    margin: 8px;
    padding: 125px 0;
    margin-bottom: 124px;
    border-radius: 16px;
}

.about .vision-sec .sub-title.active {
    display: initial;
}

.about .vision-sec .sub-title {
    display: none;
}

.about .vision-sec .result-list a {
    color: #66686D;
    font-family: calsans;
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #2D384C;
    width: 150px;
    padding: 40px 0;
}

.about .vision-sec .result-list ul li:last-child a {
    border-bottom: none;
}

.about .vision-sec .result-list a.active {
    color: #EB5526;
    border-bottom: 1px solid #EB5526;
}

.about .vision-sec .result-list-detail .txt-box {
    border-radius: 32px;
    background: #0D121B;
    padding: 42px 32px;
    height: 325px;
}

.about .vision-sec .result-list-detail .txt-box p {
    color: #FFF;
    font-family: gilroy-medium;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: 0.36px;
}

.about .facility-sec {
    margin-bottom: 124px;
}

.about .facility-sec .title-txt h4 {
    padding-bottom: 8px;
}

.about .facility-sec .box {
    border-radius: 32px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
}

.about .facility-sec .box p {
    color: #000;
    text-align: center;
    /*font-family: gilroy-semibold;*/
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    padding: 18px 0;
}

.about .pic {
    margin: 0 8px 8px;
}


/* #games
================================================== */

.games .comman-header .d-cartoon {
    bottom: -35px;
}

.games .video-sec {
    margin-bottom: 144px;
}

.games .video-sec video {
    border-radius: 24px;
}

.games .game-title {
    padding-bottom: 120px;
}

.games .game-title .title-txt {
    max-width: 800px;
    margin: 0 auto;
}

.games .game-title .title-txt h4 {
    padding-bottom: 20px;
}

.games .experience-sec {
    position: relative;
    margin-bottom: 100px;
}

.games .experience-sec .left-corner {
    position: absolute;
    top: -120px;
    left: 0;
}

.games .experience-sec .left-corner img {
    height: 140px;
}

.games .experience-sec .right-corner img {
    height: 140px;
}

.games .experience-sec .right-corner {
    position: absolute;
    top: -120px;
    right: 0;
}
.games .game-gallery .img-box{
    margin-bottom: 15px;
}
.games .game-gallery .img-box img{
    height: 220px;
    border-radius: 16px;
    object-fit: cover;
}

/* #gallery
================================================== */

.gallery .comman-header .d-cartoon {
    bottom: -35px;
}

.gallery .game-gallery {
    margin-bottom: 80px;
}

/* #pricing
================================================== */

.pricing .comman-header .d-cartoon{
    right: 7%;
    bottom: -33px;
}




.pricing .plan-sec {
    /*background: url(/images/plan-back.png)no-repeat;*/
    /*background-size: cover;*/
    /*border-radius: 16px;*/
    /*padding: 40px 0 124px;*/
    /*margin: 8px 8px 144px;*/
    position: relative;
    margin-bottom: 60px;
}

.pricing .plan-sec .plan-dummy img{
    height: 200px;
    margin-bottom: -6px;
}

.pricing .plan-sec .plan-icon img{
    height: 112px;
}

.pricing .plan-sec .plan-icon img {
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
}


.pricing .plan-sec table tr{
    margin-bottom: 4px;
}
.pricing .plan-sec table tr th{
    border-radius: 16px;
    background: #F26E21;
    color: #FFF;
    text-align: center;
    font-family: gilroy-medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 91.667% */
    text-transform: uppercase;
    padding: 12px 5px;
}
.pricing .plan-sec table tr th span{
    font-size: 14px;
}
.pricing .plan-sec table tr td{
    border-radius: 16px;
    background: #FFF;
    color: #520E70;
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 91.667% */
    text-transform: uppercase;
    padding: 14px 5px;
    margin-bottom: 2px;
    border-radius: 16px;
    border: 1px solid #EEE1F4;
    background: #F9F4FB;
}
table {
    border-collapse: separate;
    border-spacing: 6px; /* gap between cells */
}

.pricing .plan-sec .terms-box .t-title h6{
    color: #F26E21;
    font-family: gilroy-medium;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
}
.pricing .plan-sec .terms-box ul li{
    color: #141315;
    font-family: gilroy-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.pricing .plan-sec .terms-box ul li:before{
    content: "\2022";
    color: #141315;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}


/* #contact
================================================== */

.contact .contact-form .title-txt h6 {
    color: #EB5526;
    font-family: gilroy-bold;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.contact .contact-form .title-txt h2 {
    color: #0B1017;
    font-family: calsans;
    font-size: 56px;
    font-weight: 600;
    line-height: 65px;
    padding-bottom: 10px;
}

.contact .contact-form .title-txt p {
    color: #534E48;
    font-family: gilroy-medium;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.32px;
    max-width: 450px;
    margin-bottom: 25px;
}

.contact .contact-form .form-group {
    margin-bottom: 24px;
}

.contact .contact-form .form-group input {
    border-radius: 16px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    height: 52px;
    color: #0B1017;
    font-family: calsans;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 20px 10px;
}

.infoPlaceholder::-webkit-input-placeholder {
    color: #AFAAA3;
    font-family: gilroy-medium;
}

.contact .contact-form .form-group textarea {
    border-radius: 16px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    color: #0B1017;
    font-family: calsans;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 20px 10px;
}

.contact .contact-form button {
    padding: 18px 35px;
}

.contact .contact-detail {
    margin: 0 8px 8px;
    border-radius: 16px;
    background: #FFF7F4;
    padding: 150px 0 120px;
    margin-top: -62px;
}

.contact .contact-detail .data-box {
    text-align: center;
    border-radius: 32px;
    background: #FFF;
    position: relative;
    padding: 50px 50px 30px;
    height: 265px;
}

.contact .contact-detail .data-box p {
    color: #534E48;
    text-align: center;
    font-family: gilroy-semibold;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.28px;
    padding-bottom: 42px;
}

.contact .contact-detail .data-box h5 {
    color: #0B1017;
    text-align: center;
    font-family: calsans;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 35px;
    line-height: 1.4;
}

.contact .contact-detail .data-box .icon-box {
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -35px;
}

.contact .map-sec {
    margin: 0 8px 8px;
}

.contact .contact-form .c-contact {
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
}

/* #policy
================================================== */
.policy .policy-txt{
    margin-bottom: 50px;
}
.policy .policy-txt h1{
    color: #000;
    font-family: calsans;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}
.policy .policy-txt .box{
    margin-bottom: 10px;
}
.policy .policy-txt .box h2{
    color: #000;
    font-family: calsans;
    font-size: 24px;
    font-weight: 600; 
    margin-bottom: 8px;
}
.policy .policy-txt .box h4{
    color: #000;
    font-family: calsans;
    font-size: 20px;
    font-weight: 500; 
    margin-bottom: 5px;
}
.policy .policy-txt .box h5{
    color: #000;
    font-family: calsans;
    font-size: 26px;
    font-weight: 500; 
    margin-bottom: 5px;
}
.policy .policy-txt .box p{
    color: #534E48;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.36px;
    padding-bottom: 10px;
}
.policy .policy-txt .box p span{
    font-family: gilroy-bold;
}
.policy .policy-txt .box ul{
    margin-left: 35px;
    padding-bottom: 10px;
    list-style: disc;
}
.policy .policy-txt .box ul li{
    color: #534E48;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.36px;
}
.policy .policy-txt .box ul li span{
    font-family: gilroy-bold;
}

.policy .policy-txt h4{
    color: #000;
    font-family: calsans;
    font-size: 20px;
    font-weight: 500; 
    margin-bottom: 15px;
}

.policy .policy-txt h5{
    color: #000;
    font-family: calsans;
    font-size: 26px;
    font-weight: 500; 
    margin-bottom: 15px;
}
.policy .policy-txt p{
    color: #534E48;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.36px;
    padding-bottom: 10px;
}

.policy .policy-txt .box h6{
    color: #000;
    font-family: calsans;
    font-size: 18px;
    font-weight: 500; 
    margin-bottom: 5px;
}






/* #footer
================================================== */
footer {
    background: url(/images/f-back.png)no-repeat;
    background-size: cover;
    padding: 80px 0 0 0;
    margin: 0 8px 8px;
    border-radius: 16px;
}

footer .footer-data {
    border-bottom: 1px solid #1E2937;
    padding-bottom: 30px;
}

footer .footer-data .box p {
    display: flex;
    align-items: flex-start;
    color: #EDEDED;
    font-family: gilroy-medium;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
footer .footer-data .box p span{
    margin-left: 8px;
}
footer .footer-data .box h6 {
    color: #EDEDED;
    font-family: gilroy-medium;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}

footer .footer-data .box h4 {
    color: #EDEDED;
    font-family: gilroy-medium;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}

footer .footer-data .box ul li a {
    color: #EDEDED;
    font-family: gilroy-medium;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

footer .footer-data .box ul li a:hover {
    color: #FF560C;
}



footer .footer-bottam {
    padding: 10px 0 0 0;
}

footer .footer-bottam .other-link a {
    color: #EDEDED;
    font-family: gilroy-medium;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

footer .footer-bottam .other-link a:hover {
    color: #FF560C;
}

footer .footer-bottam ul {
    display: flex;
    justify-content: end;
}

footer .footer-bottam ul li a {
    height: 50px;
    width: 50px;
    margin-right: 8px;
    display: block;
}

footer .footer-bottam ul li a.yt {
    background: url(/images/yt.png)no-repeat;
}

footer .footer-bottam ul li a.yt:hover {
    background: url(/images/yt-hover.png)no-repeat;
}

footer .footer-bottam ul li a.fb {
    background: url(/images/fb.png)no-repeat;
}

footer .footer-bottam ul li a.fb:hover {
    background: url(/images/fb-hover.png)no-repeat;
}

footer .footer-bottam ul li a.ig {
    background: url(/images/ig.png)no-repeat;
}

footer .footer-bottam ul li a.ig:hover {
    background: url(/images/ig-hover.png)no-repeat;
}

footer .f-txt {
    overflow: hidden;
}

footer .f-txt .img-animation {
    width: max-content;
    white-space: nowrap;
    display: flex;
    position: relative;
    animation: marquee 15s linear infinite;
    overflow: hidden;

}

/* #form
================================================== */

input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: 1px solid #b5b5b5;
    width: 100%;
}

textarea {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom: 1px solid #b5b5b5;
    width: 100%;
}

.floating-form {
    background-color: #F5F5F5;
    border-radius: 24px;
    padding: 45px 50px;
}

.floating-label {
    position: relative;
    margin-bottom: 30px;
}

.floating-input, .floating-select {
    font-size: 18px;
    padding: 20px 17px 2px 0px;
    display: block;
    width: 100%;
    height: 48px;
    background: transparent;
    color: #000;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #6d6d6d;
}

.floating-input:focus, .floating-select:focus {
    outline: none;
}

.floating-input:disabled {
    background-color: #fff6bd;
}

.floating-form .floating-label label {
    color: #1E1E1E;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    top: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label, .floating-input:not(:placeholder-shown)~label {
    top: 7px;
    font-size: 12px;
    color: #808d9e;
    margin-top: 0;
    left: 0px;
}

.floating-select:focus~label, .floating-select:not([value=""]):valid~label {
    top: 7px;
    font-size: 12px;
    color: #808d9e;
    left: 0px;
}

.floating-select option {
    background-color: #051017;
    color: #fff;
}

/* active state */
.floating-input:focus~.bar:before, .floating-input:focus~.bar:after, .floating-select:focus~.bar:before, .floating-select:focus~.bar:after {
    width: 50%;
}

.floating-textarea {
    min-height: 80px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
    padding-top: 20px;
    line-height: 20px;
    margin-bottom: 30px;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus~.highlight, .floating-select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.calendly-badge-widget {
    display: inline-table !important;
}


/* #footer
================================================== */


@media (max-width: 768px) {}

@media (min-width: 768px) and (max-width: 998px) {}

@media (min-width: 1300px) and (max-width: 1600px) {}

@media (min-width: 1600px) and (max-width: 2000px) {}



.credit {
    position: absolute;
    bottom: 20px;
    left: 20px;

    color: inherit;
}

.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;

    /* min-width:600px;
   max-width:900px;
   width:calc(100% - 100px); */

    height: 400px;

    @for $i from 1 through 4 {
        @media screen and (max-width:798px - $i*80) {
            min-width: 600px - $i*80;

            .option:nth-child(#{6-$i}) {
                display: none;
            }
        }
    }

    .option {
        position: relative;
        overflow: hidden;

        min-width: 60px;
        margin: 0 10px;
        border: 0px solid --defaultColor;

        background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
        background-size: auto 120%;
        background-position: center;

        cursor: pointer;

        transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);

        @for $i from 1 through length($optionDefaultColours) {
            &:nth-child(#{$i}) {
                --defaultBackground:#{nth($optionDefaultColours, $i)};
            }
        }

        &.active {
            flex-grow: 10000;
            transform: scale(1);

            max-width: 600px;
            margin: 0px;
            border-radius: 40px;

            background-size: auto 100%;

            .shadow {
                box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
            }

            .label {
                bottom: 20px;
                left: 20px;

                .info>div {
                    left: 0px;
                    opacity: 1;
                }
            }

            /*&:active {
            transform:scale(0.9);
         }*/
        }

        &:not(.active) {
            flex-grow: 1;

            border-radius: 30px;

            .shadow {
                bottom: -40px;
                box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
            }

            .label {
                bottom: 10px;
                left: 10px;

                .info>div {
                    left: 20px;
                    opacity: 0;
                }
            }
        }

        .shadow {
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;

            height: 120px;

            transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
        }

        .label {
            display: flex;
            position: absolute;
            right: 0px;

            height: 40px;
            transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);

            .icon {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;

                min-width: 40px;
                max-width: 40px;
                height: 40px;
                border-radius: 100%;

                background-color: white;
                color: var(--defaultBackground);
            }

            .info {
                display: flex;
                flex-direction: column;
                justify-content: center;

                margin-left: 10px;

                color: white;

                white-space: pre;

                >div {
                    position: relative;

                    transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity .5s ease-out;
                }

                .main {
                    font-weight: bold;
                    font-size: 1.2rem;
                }

                .sub {
                    transition-delay: .1s;
                }
            }
        }
    }

}



div#carousel {
    perspective: 1200px;
    /* background: #100000;  */
    padding-top: 2%;
    font-size: 0;
    margin-bottom: 3rem;
    overflow: hidden;
}

figure#spinner {
    transform-style: preserve-3d;
    height: 420px;
    transform-origin: 50% 50% -500px;
    transition: 1s;
}

figure#spinner img {
    width: 32%;
    max-width: 425px;
    position: absolute;
    left: 30%;
    transform-origin: 50% 50% -500px;

    margin: 0 50px;
}

figure#spinner img:nth-child(1) {
    transform: rotateY(0deg);
}

figure#spinner img:nth-child(2) {
    transform: rotateY(-45deg);
}

figure#spinner img:nth-child(3) {
    transform: rotateY(-90deg);
}

figure#spinner img:nth-child(4) {
    transform: rotateY(-135deg);
}

figure#spinner img:nth-child(5) {
    transform: rotateY(-180deg);
}

figure#spinner img:nth-child(6) {
    transform: rotateY(-225deg);
}

figure#spinner img:nth-child(7) {
    transform: rotateY(-270deg);
}

figure#spinner img:nth-child(8) {
    transform: rotateY(-315deg);
}

div#carousel~span {
    color: #fff;
    margin: 5%;
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    transition: 0.6s color;
    position: relative;
    margin-top: -18rem;
    border-bottom: none;
    line-height: 0;
}

div#carousel~span:hover {
    color: #888;
    cursor: pointer;
}




@media (max-width: 768px) {
    header {
        padding: 0 30px 0 15px;
    }

    header .logo img {
        height: 70px;
    }

    .title-txt h4 {
        font-size: 46px;
    }

    .title-txt p {
        font-size: 16px;
    }

    .comman-header .h-left img {
        height: 55px;
    }

    .comman-header .d-cartoon {
        right: 5%;
    }

    .comman-header .d-cartoon img {
        height: 180px;
    }

    .home .slider .title-txt h2 {
        font-size: 52px;
    }

    .home .slider .title-txt h2 span {
        font-size: 38px;
    }

    .home .moment-sec .left-corner img {
        height: 90px;
    }

    .home .moment-sec .right-corner img {
        height: 90px;
    }

    .home .plan-sec .plan-box {
        padding: 30px;
    }

    .home .plan-sec .plan-box .point {
        border-left: none;
        padding-left: 0;
    }
    .home .plan-sec .plan-dummy img{
        display:none;
    }
    .home .plan-sec .plan-icon {
        display: none;
    }

    .home .plan-sec {
        padding: 124px 0 124px;
    }

    figure#spinner {
        transform-style: preserve-3d;
        height: 400px;
        transform-origin: 50% 50% -500px;
        transition: 1s;
    }

    figure#spinner img {
        width: 75%;
        max-width: 270px;
        position: absolute;
        left: 14%;
        transform-origin: 50% 50% -500px;
        outline: 1px solid transparent;
    }

    div#carousel~span {
        margin: 0px 30% 0;
        margin-top: -6rem;
    }

    .about .about-detail .box {
        padding: 30px;
    }

    .about .about-detail .box h2 {
        font-size: 48px;
    }

    .about .about-detail .box p {
        font-size: 16px;
    }

    .contact .contact-detail {
        margin-top: 100px;
    }

    .games .experience-sec .right-corner img {
        height: 90px;
    }

    .games .experience-sec .left-corner img {
        height: 90px;
    }

    .games .game-title {
        padding-bottom: 160px;
    }

    .navbar .link {
        width: 50%;
    }
    .games .game-gallery .img-box img {
        height: 125px;
    }
}

@media (min-width: 768px) and (max-width: 998px) {}

@media (min-width: 1300px) and (max-width: 1600px) {}

@media (min-width: 1600px) and (max-width: 2000px) {}


.home .game-sec main {
    --height: calc(60vh - 50px);
    --width: 650px;
}

.home .game-sec .carousel {
    display: grid;
    transform: translate3d(0, 0, 0.1px);
}

.home .game-sec .carousel__list {
    display: flex;
    overflow: hidden;
    list-style: none;
    padding: 2em 0 3em;
    margin: 0;
    contain: layout;
    isolation: isolate;
}

.home .game-sec .carousel__item {
    display: grid;
    position: relative;
    align-content: start;
    margin: 0 10px;
    padding: 0;
    flex: 1 1 10%;
    height: var(--height);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    transform: translate3d(0, 0, 0.1px);
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 15px 2px, rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; */
    contain: layout;
    isolation: isolate;
}

.home .game-sec .carousel__item,
.home .game-sec .carousel__item * {
    transition: all .6s cubic-bezier(.55, .24, .18, 1);
    /* user-select: none; */
}

.home .game-sec .carousel__image {
    width: 585px;
    height: auto;
}

.home .game-sec .carousel__item:hover {
    flex-basis: calc(585px / 2);
    transition: all 0.3s ease;
}

.home .game-sec .carousel__item[data-active] {
    flex-basis: 585px;
    /*height:80%;*/
    flex-grow: 0;
}

.home .game-sec .carousel__item[data-active] .g-img {
    height: 82%;
    top: 0%;
    transform: translate(-50%, 0%);
    border-radius: 16px;
}

@media screen and (max-width: 800px) {
    .home .game-sec .carousel__item {
        flex-basis: 15%;
    }

    .home .game-sec .carousel__item {
        flex-basis: 0%;
        margin: 0 5px;
        border-radius: 8px;
        font-size: 3vw;
    }

    .home .game-sec .carousel__item[data-active] {
        flex-basis: 45%;
        flex-grow: 0;
    }

    .home .game-sec .carousel__item:nth-child(3),
    .home .game-sec .carousel__item:nth-child(4),
    .home .game-sec .carousel__item:nth-child(6),
    .home .game-sec .carousel__item:nth-child(7) {
        flex: 0 0 0px;
        margin: 0;
        box-shadow: none;
        opacity: 0 !important;
    }

    .home .game-sec .carousel__item:nth-child(2),
    .home .game-sec .carousel__item:nth-child(8) {
        flex: 0 0 5px;
        transform: translateX(-50px);
    }

    .home .game-sec .carousel__item:nth-child(8) {
        transform: translateX(50px);
    }

    .home .game-sec .carousel__item:nth-child(1),
    .home .game-sec .carousel__item:nth-child(n + 9) {
        flex: 0 0 0px;
        margin: 0;
        box-shadow: none;
        opacity: 0 !important;
    }

    .home .game-sec .carousel__item:not(:nth-child(n + 5)) .g-img,
    .home .game-sec .carousel__item:nth-child(n + 7) .g-img {
        opacity: 1;
    }

    .home .game-sec .carousel__item:not(:nth-child(n + 4)) *,
    .home .game-sec .carousel__item:nth-child(n + 7) * {
        opacity: 0 !important;
    }

    .home .game-sec .carousel__item[data-active] {
        flex-basis: 100%;
        flex-grow: 0;
    }

    .home .game-sec .carousel__item[data-active] .g-img {
        height: 85%;
    }

}


@media screen and (min-width: 600px) {

    .home .game-sec .carousel__item:nth-child(3),
    .home .game-sec .carousel__item:nth-child(7) {
        flex: 0 0 0px;
        margin: 0;
        box-shadow: none;
        opacity: 0 !important;
    }

    .home .game-sec .carousel__item:nth-child(2),
    .home .game-sec .carousel__item:nth-child(10) {
        flex: 0 0 0px;
        margin: 0;
        transform: translateX(-50px);
    }

    .home .game-sec .carousel__item:nth-child(10) {
        transform: translateX(50px);
    }

    .home .game-sec .carousel__item:nth-child(1),
    .home .game-sec .carousel__item:nth-child(n + 11) {
        flex: 0 0 0px;
        margin: 0;
        box-shadow: none;
        opacity: 0 !important;
    }

    .home .game-sec .carousel__item:nth-child(8),
    .home .game-sec .carousel__item:nth-child(9),
    .home .game-sec .carousel__item:nth-child(10) {
        flex: 0 0 0px;
        margin: 0;
        box-shadow: none;
        opacity: 0 !important;
    }

    .home .game-sec .carousel__item:not(:nth-child(n + 5)) img,
    .home .game-sec .carousel__item:nth-child(n + 6) img {
        opacity: 1;
    }

    .home .game-sec .carousel__item:not(:nth-child(n + 4)) *,
    .home .game-sec .carousel__item:nth-child(n + 7) * {
        opacity: 0 !important;
    }

}

.home .game-sec .carousel__item .send-icon:hover {
    transform: rotate(360deg);
}

.home .game-sec .carousel__item .g-img {
    display: block;
    position: absolute;
    width: 585px;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    aspect-ratio: 2/3;
    object-fit: cover;
    /*filter: saturate(0.2) contrast(0.75) brightness(1.1);*/
}

.home .game-sec .carousel__item::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    /*background: linear-gradient(160deg, rgba(2, 0, 36, 0) 40%, rgb(0 0 0 / 50%) 70%, rgb(0 0 0 / 60%) 100%);*/
    transition: all .66s cubic-bezier(.55, .24, .18, 1);
}

.home .game-sec .carousel__item[data-active]::after {
    transform: translateY(100%);
}

.home .game-sec .carousel__item[data-active],
.home .game-sec .carousel__item[data-active] * {
    opacity: 1;
    filter: none;
    display: block;
}

.home .game-sec .carousel__contents {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    /* min-height: 200px; */
    padding: 1em 0 0 0;
    z-index: 2;
    /*background: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 0%, rgba(0, 0, 0, 0.80) 54.81%, #000 100%);*/
    /* background-size: 170% 200px; */
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10px;
    /*left: 5px;*/
    display: none;
    width: 100%;
}

.home .game-sec .carousel__contents .user__name {
    color: #1B1917;
    font-family: calsans;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8;
}

.home .game-sec .carousel__contents .user__title {
    color: #F96301 !important;
    /*font-family: gilroy-semibold;*/
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0.5em;
}

/*.carousel__contents .user__title,
.carousel__contents .user__name {
    margin: 0;
    opacity: 0;
    transform: translateX(-200px);
    transition-duration: 1s;
    max-width: 18em;
}*/

@media screen and (max-width: 800px) {
    .home .game-sec .carousel__item .g-img {
        width: calc(650px * .5);
    }

    .home .game-sec .carousel__contents {
        /*transform: translateX(-100%) rotate(90deg);*/
        transform-origin: bottom right;
        align-items: end;
        justify-content: end;
        /*background-image: radial-gradient(ellipse at 100% 100%, rgba(0, 0, 0, .4) 0%, transparent 50%);*/
        background-position: -100% 100%;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        left: 0;
        /*text-align: right;*/
    }

    [data-active] .carousel__contents {
        background-position: 100% 100%;
    }

    .home .game-sec .carousel__contents .user__title,
    .home .game-sec .carousel__contents .user__name {
        max-width: 70vh;
        /* transform: translateX(200px); */
    }
}

/*[data-active] .carousel__contents * {
    transform: translateX(0px);
    transition-duration: 0.66s;
    opacity: 1;
}

[data-active] .carousel__contents .user__name {
    transition-delay: 0.1s;
}

[data-active] .carousel__contents .user__title {
    opacity: 0.85;
    transition-delay: 0.05s;
}*/

/*
    Carousel Controls
*/
.home .game-sec .carousel__nav {
    padding: 1em;
    justify-self: end;
    grid-row: 1;
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.home .game-sec .carousel__nav button {
    border-radius: 100px;
    background: none;
    padding: 0;
    border: none;
}

.home .game-sec .carousel__nav button.prev {
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -28px;

}

.home .game-sec .carousel__nav button.next {
    position: absolute;
    right: -28px;
    top: 50%;
    margin-top: -28px;
}

@media screen and (max-width: 800px) {
    .home .game-sec .carousel__nav button.prev {
        position: absolute;
        left: -6px;
        top: 50%;
        margin-top: -28px;

    }

    .home .game-sec .carousel__nav button.next {
        position: absolute;
        right: -6px;
        top: 50%;
        margin-top: -28px;
    }
}


.game-gallery .gallery-grid {
    grid-area: c;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 200px;
    grid-gap: 20px;
    grid-auto-flow: dense;
    overflow: auto;
    padding-right: 20px;
}

.game-gallery .gallery-grid {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.game-gallery .gallery-grid::-webkit-scrollbar {
    display: none;
}

.game-gallery .gallery-grid>div {
    z-index: 1;
    position: relative;
    padding: 0;
    overflow: hidden;
    /*  box-shadow: 5px 5px 10px rgba(0,0,0,.2), 
                  5px 5px 25px rgba(0,0,0,.1);*/
    transition: all .3s ease-in-out;
}

.game-gallery .gallery-grid div img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .6s ease-in-out;
    border-radius: 16px;
}

.game-gallery .gallery-grid>div, .game-gallery .gallery-grid div img {
    transition: all .6s ease-in-out;
}

make bIG .game-gallery .gallery-grid>div:hover, .game-gallery .gallery-grid>div:hover img {
    transform: scale(1.05);
}

.game-gallery .gallery-grid>div:hover img {
    transform: scale(1.06);
}

.game-gallery .vertical {
    grid-row: span 2;
}

.game-gallery .horizontal {
    grid-column: span 2;
}

.game-gallery .big {
    grid-row: span 2;
    grid-column: span 2;
}