@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

body{
    position: relative;
    direction: ltr;
    font-family: 'Epilogue', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
    background-color: #DDE7D3;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding-inline-start: 0;
}

img {
    display: block;
}

.link {
    text-decoration: none;
}

.link:hover,
.link:focus {
    color: inherit;
    cursor: pointer;
}

.title-g02 {
    font-size: 41px;
    font-weight: 900;
    text-shadow: 7px 7px 10px rgba(0,0,0,0.3);
    color: white;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .title-g01 {
        font-size: 55px;
    }
}

.sub-title-g01 {
    font-weight: 500;
    font-size:  13px;
    line-height: 1.6em;
    color: #111111;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .sub-title-g01 {
        font-size: 17px;
    }
}

@media screen and (min-width: 992px) {
    .sub-title-g01 {
        font-size: 20px;
    }
}

.main-btn-g02 {
    display: inline-block;
    font-size:  13px;
    font-weight: 900;
    letter-spacing: 5.4px;
    fill: #00ADE7;
    color: #00ADE7;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #00ADE7;
    box-shadow: 0px 1px 14px 3px rgba(213.04696655273438, 213.04696655273438, 213.04696655273438, 0.5);
    padding: 10px 24px;
    text-transform: uppercase;
    margin-top: 33px;
    background-color: #00000000;
}

@media screen and (min-width: 576px) {
    .main-btn-g02 {
        padding: 10px 20px;
    }
}

@media screen and (min-width: 992px) {
    .main-btn-g02 {
        font-size: 20px;
    }
}

.main-btn-g02:hover,
.main-btn-g02:focus {
    background-color: #000000;
    color: #00ADE7;
}

.main-btn-g01:hover a,
.main-btn-g01:focus a {
    color: #fff !important;
}

:root {
  --brand-color: #00C9B1;
  --brand-color-rgb: 0;
  --text-color: #13287e;
  --text-g01-color: #ffe4c4;
  --deg-grad: 90deg;
  --anim: 800ms cubic-bezier(0.4, 0, 0.2, 1);

}

header .container-g02,
section .container-g02,
footer .container-g02,
.container-g02 {
    padding-left: 13px;
    padding-right: 13px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px !important;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    section .container-g02 {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media screen and (min-width: 992px) {
    section .container-g02 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.header-g02 {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.nav-inner-g02 {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.logo-link-g02 {
    display: flex;
    gap: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #82a2f3;
    text-shadow: rgb(241 240 240 / 70%) 5px 10px 12px;
    align-items: center;
}

@media screen and (min-width: 425px) {
    .logo-link-g02 {
        font-size: 20px;
    }
}

.logo-link-g02:hover,
.logo-link-g02:focus {
    color: var(--brand-color);
}
.discl_title{
    color: #fff; text-align: center; margin-bottom: 23px;
}
.logo-link-g02 img {
    display: inline-block;
    max-height: 40px;
    filter: drop-shadow(16px 16px 10px rgb(211, 208, 208));
}

.menu-btn-g02 .icon-menu,
.menu-btn-g02 .icon-cross {
    fill: #ffffff;
}

.menu-btn-g02 {
    border: none;
    background-color: transparent;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .menu-btn-g02 {
        display: none;
    }
}

    .menu-btn-g02:hover .icon-menu {
        fill: #ffffff;
    }

    .menu-btn-g02 .icon-cross {
        display: none;
    }

    .menu-btn-g02.is-active .icon-cross {
        display: block;
    }

    .menu-btn-g02.is-active .icon-cross:hover .icon-cros {
        fill: var(--accent-color);
    }

    .menu-btn-g02.is-active .icon-menu {
        display: none;
    }

    .menu-btn-g02:hover .icon-menu,
    .menu-btn-g02:hover .icon-cross {
        fill: var(--accent-color);
    }

    .mob-menu-g02 {
        display: none;
        z-index: 9;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        padding: 48px 0;
        overflow-y: scroll;
        background-color: #292929;
        color: #ffffff;
        }

    .btn-cross {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background-color: transparent;
        padding: 0;
    }

    .btn-cross .icon-cross {
        fill: #ffffff;
    }

@media screen and (max-width: 991px) {
    .mob-menu-g02.is-open {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    .mob-menu-g02 {
        display: none;
    }
}

.mob-nasasv-bar-g02 {
    margin-top: 30px;
}

.mob-nasasv-bar-g02__item {
    position: relative;
    border-bottom: 1px solid #3F3F46;
}

.mob-nasasv-bar-g02__list .mob-nasasv-bar-g02__item::before {
    color: var(--text-g01-color);
    font-size: 17px;
    font-weight: 900;
    left: 10px;
    position: absolute;
}

.mob-nasasv-bar-g02__link {
    display: block;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 0.02em;
    font-size:  13px;
    padding: 14px 16px;
    color: #ffffff;
    text-transform: uppercase;
 }

.mob-nasasv-bar-g02__item:hover .mob-nasasv-bar-g02__link{
    color: var(--brand-color);
}

.nav-bar-g02 {
    display: none;
}

@media screen and (min-width: 992px) {
    .nav-bar-g02 {
        display: block;
        width: unset;
    }
}

.nav-bar-g02__list {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
}

.nav-bar-g02__link {
    color: #f7f9fc;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    line-height: 1.8;
    padding: 20px 0;
}

.nav-bar-g02__link:hover,
.nav-bar-g02__link:focus {
    color: var(--brand-color);
}

.hero-area-g02 {
    background-image: linear-gradient(to right, rgba(130, 63, 236, 0.6) 48%, rgba(130, 63, 236, 0.6) 54%), url("visualtreasure/dir-bg/gallery-0687002d841002.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 572px;
}

.video-g02-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 572px;
}

.video-g02 {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    min-height: 100%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    background-image: linear-gradient(to right, #8598fc, #8598fc);
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.hero-area-g02 .container-g02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 100vw;
}

.hero-inner-g02 {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 73px 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 450px) {
    .hero-inner-g02 {
        padding: 73px 31px;
        width: 80%;
    }
}

@media screen and (min-width: 575px) {
    .hero-inner-g02 {
        padding: 73px 31px;
        width: 70%;
    }
}

.welcome-title-g02 {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 2.7px;
    text-shadow: 11px 11px 10px rgba(0, 0, 0, 0.83);
    color: white;
}

@media screen and (min-width: 575px) {
    .welcome-title-g02 {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .welcome-title-g02 {
        font-size: 32px;
    }
}

.starsdat-play-container {
    padding: 102px 0;
    background-attachment: fixed;
    background-color: #303030;
    background-image: url('public/img/Half-Tone-BG2.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
}

.starsdat-play-container > div:first-child {
    background-color: transparent;
    background-image: linear-gradient(180deg, #4B4B43 0%, #000000 100%);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.starsdat-play-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 31px auto 24px auto;
}
    
.starsdat-play-item-container {
    width: 100%;
    margin: 0 0 41px 0;
}
    
.starsdat-play-item {
    text-align: center;
}
    
.starsdat-play-item .title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0 15px 0;
}

.starsdat-play-item .text-wrap {
    padding: 25px 15px 0 15px;
}
    
.starsdat-play-item .text {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
    color: white;
    z-index: 2;
    position: relative;
}
    
.starsdat-play-item-container .bottom,
.starsdat-play-item-container .bottom-ltr {

    text-align: center;
    position: relative;
    margin-top: auto;
    z-index: 1;
}
    
.starsdat-play-item-container .num,
.starsdat-play-item-container .num-ltr {

    display: inline-block;
    background: #504a3e;
    border: 4px solid #ffd582;
    border-radius: 50%;
    color: #fff;
    width: 148px;
    height: 148px;
    line-height: 42px;
    font-size: 41px;
    padding: 24px 0;
}

@media all and (min-width: 600px) {
    .starsdat-play-item-container {
        width:50%;
        display: flex;
        flex-direction: column;
    }

    .starsdat-play-item-container .bottom::after {
        content: "";
        display: block;
        height: 4px;
        width: 50%;
        background: #f5b740;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: -2;
    }

    .starsdat-play-item-container .num::before {
        content: "";
        display: block;
        height: 4px;
        width: 90px;
        border-top: 4px dashed #f5b740;
        position: absolute;
        right: 69%;
        top: 50%;
        z-index: -1;
        box-sizing: border-box;
    }

    .starsdat-play-item-container:first-child .num::before {
        display: none;
    }

    .starsdat-play-item-container:first-child .bottom::after {
        width: 50%;
    }

    .starsdat-play-item-container:last-child .bottom::after {
        display: none;
    }

    .starsdat-play-item-container .bottom-ltr::after {
        content: "";
        display: block;
        height: 4px;
        width: 50%;
        background: #f5b740;
        position: absolute;
        right: 50%;
        top: 50%;
        z-index: -2;
    }

    .starsdat-play-item-container .num-ltr::before {
        content: "";
        display: block;
        height: 4px;
        width: 50%;
        border-top: 4px dashed #f5b740;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: -1;
        box-sizing: border-box;
    }

    .starsdat-play-item-container:first-child .bottom-ltr::after {
        width: 50%;
    }

    .starsdat-play-item-container:first-child .num-ltr::before {
        display: none;
    }

    .starsdat-play-item-container:last-child .num-ltr::after {
        display: none;
    }
    .starsdat-play-item-container:last-child .bottom-ltr::after {
        display: none;
    }

}

@media all and (min-width: 768px) {
    .starsdat-play-item-container {
        width:33%;
    }
}

@media all and (min-width: 1024px) {
    .starsdat-play-item-container {
        width:25%;
        margin-bottom: 0;
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
}

.elementor-shape-top {
    top: -1px;
}

.elementor-shape-bottom {
    bottom: -1px;
    transform: rotate(180deg);
}

.elementor-shape-bottom svg {
    height: 58px;
    transform: rotateY(180deg);
    fill: #0b8dc9;
    width: 100vw;
}

.elementor-shape-top svg{
    height: 70px;
    transform: rotateY(180deg);
    fill: #0b8dc9;
    width: 100vw;
}

.aboutus-g02{
    padding: 70px 0;
    background-color: #0b8dc9;
}

@media screen and (min-width: 992px) {
    .aboutus-g02 {
        padding: 102px 0;
    }
}

.aboutus-g02-flex {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .aboutus-g02-flex { 
        gap: 40px;
    }
}

.aboutus-g02-title {
    font-size: 41px;
    font-weight: 900;
    text-shadow: 7px 7px 10px rgba(0,0,0,0.3);
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.about-g02-border {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.about-g02-text {
    color: #F80000;
    background-color: #000000;
    border-style: solid;
    border-width:1px 1px 1px 1px;
    border-color: #FF7B7B;
    border-radius:13px 13px 13px 13px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 20px;
}

@media screen and (min-width: 992px) {
    .about-g02-text {
        width: 72%;
        padding: 20px 33px;
    }
}


.about-g02-text p {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
}

.games-g02 {
    padding: 70px 0;
    background-attachment: fixed;
    background-image: url(visualtreasure/dir-bg/bg-light-0687002d840eee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.elementor-background-overlay {
    background-color: #000000;
    opacity: 0.66;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.doppad {
    padding: 102px 0;
}

.games-g02-title {
    position: relative;
    z-index: 1;
    margin-bottom: 41px;
}

.games-g02-list {
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
    .games-g02-list {
        gap: 20px;
        flex-direction:  row;
    }
}

@media screen and (min-width: 992px) {
    .games-g02-list {
        gap: 28px;
    }
}

.games-g02-item {
    position: relative;
    overflow-x: hidden;
    border-style: solid;
    border-width:1px 1px 1px 1px;
    border-color: #FF7B7B;
    border-radius:13px 13px 13px 13px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    height: 305px;
    overflow-y: hidden;
}

@media screen and (max-width: 1200px) {
    .games-g02 .container-ml01 {
        padding-left: unset;
        padding-right: unset;
    }
}

@media screen and (min-width: 576px) {
    .games-g02-item {
        flex-basis: calc(100% / 2 - 10px);
    }
}

@media screen and (min-width: 992px) {
    .games-g02-item {
        flex-basis: calc(100% / 3 - 20px);
    }
}

.games-g02-item:nth-child(1),
.games-g02-item:nth-child(1) .games-g02-it-title > h3,
.games-g02-item:nth-child(1) .read-more
 {
    border-color: #FF7B7B;
    color: #F80000;
}
.games-g02-item:nth-child(2),
.games-g02-item:nth-child(2) .games-g02-it-title > h3,
.games-g02-item:nth-child(2) .read-more
 {
    border-color: #008AF8;
    color: #008AF8;
}
.games-g02-item:nth-child(3),
.games-g02-item:nth-child(3) .games-g02-it-title > h3,
.games-g02-item:nth-child(3) .read-more
 {
    border-color: #FFA500;
    color: #FFA500;
}
.games-g02-item:nth-child(4),
.games-g02-item:nth-child(4) .games-g02-it-title > h3,
.games-g02-item:nth-child(4) .read-more
 {
    border-color: #7811C6;
    color: #8300FF;
}
.games-g02-item:nth-child(5),
.games-g02-item:nth-child(5) .games-g02-it-title > h3,
.games-g02-item:nth-child(5) .read-more
 {
    border-color: #EBEF4D;
    color: #DAE31D;
}
.games-g02-item:nth-child(6),
.games-g02-item:nth-child(6) .games-g02-it-title > h3,
.games-g02-item:nth-child(6) .read-more
 {
    border-color: #F134FF;
    color: #FF00E2;
}


.games-g02-img-wrap {
    width: 100%;
    height: 100%;
}

.games-g02-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.games-g02-article {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 23px;
    text-align: center;
    transition: opacity var(--anim);
    opacity: 0;
    color: #F80000;
    background-color: #000000;
}

.games-g02-item:nth-child(2) .games-g02-article {
    color: #008AF8;
}
.games-g02-item:nth-child(3) .games-g02-article {
    color: #FFA500;
}
.games-g02-item:nth-child(4) .games-g02-article {
    color: #8300FF;
}
.games-g02-item:nth-child(5) .games-g02-article {
    color: #DAE31D;
}
.games-g02-item:nth-child(6) .games-g02-article {
    color: #FF00E2;
}

.games-g02-item:hover .games-g02-article,
.games-g02-item:focus .games-g02-article {
    opacity: 1;
}

.games-g02-it-title h3 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background-color: #000000;
    border-style: solid;
    border-width:1px 1px 1px 1px;
    border-radius:13px 13px 13px 13px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 20px;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translate(-50%, 0);
}
@media (max-width:575px) {
   .games-g02-it-title h3 {
        font-size:  13px;
    }
}
.games-g02-text {
    font-size:  13px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

@media screen and (min-width: 400px) {
    .games-g02-text {
        font-size: 13px;
    }
}

@media screen and (min-width: 576px) {
    .games-g02-text {
        font-size:  13px;
        font-weight: 500;
    }
}

@media screen and (min-width: 991px) {
    .games-g02-text {
        line-height: 1.4em;
    }
}

.games-g02-article .read-more {
    color: var(--brand-color);
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    border-style: solid;
    border-width:1px 1px 1px 1px;
    border-radius:13px 13px 13px 13px;
    display: inline-block;
}

@media screen and (min-width: 576px) {
    .games-g02-article .read-more {
        font-size:  13px;
    }
}

.games-g02-article a:hover,
.games-g02-article a:focus,
.games-g02-article a:hover > h3,
.games-g02-article a:focus > h3 {
    color: #FF4444;
    border-color: #FF0000;
}

.games-g02-item:nth-child(2) a:hover {
    color: #44ACFF;
    border-color: #6ABDFF;
}
.games-g02-item:nth-child(3) a:hover {
    color: #FBC25B;
    border-color: #FFA500;
}
.games-g02-item:nth-child(4) a:hover {
    color: #A518F3;
    border-color: #44B0FF;
}
.games-g02-item:nth-child(5) a:hover {
    color: #FFFE72;
    border-color: #FFF7A4;
}
.games-g02-item:nth-child(6) a:hover {
    color: #FF21E0;
    border-color: #CC8FFF;
}

.other-g02 {
    padding: 102px 0;
    background-color: #000000;
    position: relative;
}

.form-g02__title {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 41px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.form-wrap {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
    padding-top: 55px;
    flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
    .form-wrap {
        padding: 55px;
        flex-direction: row;
    }
}

.form-dec {
    max-width: 30%;
}

.form-dec img {
    max-width: 100%;
    max-height: 369px;
}

.form-wrap .elementor-shape svg{
    height: 31px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    fill: white;
    width: 300%;
    overflow: hidden;
    margin: 20px 0;
}

.form-g02 {
    flex: 70%;
}
    
.input-userblock__section,
.textarea-userblock__section,
.input-g02,
.textarea-g02 {
    border: none;
    outline:none;
    width: 100%;
    height: 40px;
    border-radius: 7px;
    color: #606266;
    line-height: 1;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 17px;
    margin: 15px 0 25px 0;
}

.textarea-g02 {
    height: 50px;
}

@media screen and (min-width: 576px) {
    .input-g02,
    .textarea-g02 {
        width: 100%;
        margin: 15px 0;
        }
}

.form-g02 label {
    color: #FFFFFF;
    font-size: 20px;
    display: block;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase;
}

.form-g02-check {
    color: var(--text-g01-color);
}

.form-g02-check .form-g02-check-label  {
    display: inline-block;
}

.form-g02::placeholder {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-g02-check-label a {
    color: #d1dcf8;
    font-weight: 500;
}

.form-btn-g02 {
    background-color: #1a7efb !important;
    color: #ffffff !important;
    padding:23px 23px 23px 23px;
    font-size: 20px;
    font-weight: 500;
    border:  1px solid transparent;
    border-radius: 7px;
    margin-top: 20px;
    text-transform: uppercase;
}

.other-g02 .elementor-shape {
    bottom: 1px;
    top: unset;
    transform: translateY(100%);
    z-index: 2;
}

.other-g02 .elementor-shape-top svg {
    fill: #000000;
}

.form-wrap .elementor-shape-top {
    top: -90px;
    bottom: unset;
}

.form-wrap .elementor-shape-top svg {
    fill: #ffffff;
}

.qa {
    padding: 100px 0;
    background-attachment: scroll;
    background-image: linear-gradient(to bottom, #af525200, #161615),linear-gradient(to right, #8598fc82, #fcfb85c4), url(visualtreasure/dir-bg/bg-light-1687002d840f2b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media screen and (min-width: 992px) {
    .qa {
        padding: 110px 0 220px 0;
    }
}

.qa .elementor-background-overlay {
    background-color: #0b8dc9;
    opacity: 0.5;
}

.qa__text {
    animation-delay: 0.2s;
    margin-bottom: 41px;
}


.qa-wrap {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 576px) {
    .qa-wrap {
        width: 550px;
        align-items: center;
    }
}


@media screen and (min-width: 768px) {
    .qa-wrap {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }
}

.qa-wrap-2 {
    padding: 0 12px;
    gap: 15px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .qa-wrap-2 {
        width: 50%;
    }
}

.accordion-item {
    margin-bottom: 15px;
}
            
.accordion-button.collapsed {
    padding: 18px 10px 18px 10px;
    box-shadow: none;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: .5s;
    color: #000000;
    border: 0;
    border-width: 0px;
    background-color: #00A1FF;
    padding: 20px 20px 20px 20px;
    font-size: 17px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    border: 0;
    border-width: 0px;
    background-color: #00A1FF;
    padding: 20px 20px 20px 20px;
    font-size: 17px;
    font-weight: 500;
}

.accordion-body:not(.collapsed) {
    border-width: 0px;
    background-color: #00A1FF;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 100;
    font-style: oblique;
    line-height: 1.4em;
    padding: 5px 24px 24px 24px;
}

.accordion-button:focus-visible {
    outline: none;
    background-color: #f4f7fa;
    color: #000000;
    border: 0;
}
         
.accordion-button::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-double-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 6.646a.5.5 0 0 1 .708 0L8 12.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3cpath fill-rule='evenodd' d='M1.646 2.646a.5.5 0 0 1 .708 0L8 8.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    background-size: cover;
}

.accordion-header.rtl .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-double-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 6.646a.5.5 0 0 1 .708 0L8 12.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3cpath fill-rule='evenodd' d='M1.646 2.646a.5.5 0 0 1 .708 0L8 8.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.qa-g02-dec {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
}

.qa-g02-dec img {
    width: 100%;
}

.discl-g02 {
    padding: 50px 0;
    position: relative;
}

.discl-g02-wrap {
    border:  1px solid #fff;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    color: #000000;
    background-color: #00C9B1b0;
    border-radius: 13px;
    padding: 40px;
    gap: 40px;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .discl-g02-wrap {
        flex-direction: row;
    }
}

.discl-g02-text {
    color: #ffffff;
}

.footer-g02 {
    background: #000000;
    position: relative;
}

.footer-g02 .elementor-shape-top {
    top: 1px;
    rotate: 180deg;
    transform: translateY(100%);
}

.footer-g02 .elementor-shape-bottom {
    transform: translateY(100%);
}

.footer-g02 .elementor-shape-top svg,
.footer-g02 .elementor-shape-bottom svg {
    fill: #b6b9bc;
}

.ftop-g02-flex {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
}

@media screen and (min-width: 576px) {
    .ftop-g02-flex {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 28px;
    }
}

@media screen and (min-width: 991px) {
    .ftop-g02-flex {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

.footer-g02-item {
    text-align: center;
}

@media screen and (min-width: 576px) {
    .footer-g02-item {
        text-align: left;
        }
}

@media screen and (min-width: 991px) {
    .ftop-g02-flex {
        align-items: flex-start;
        flex-direction: row;
    }
}

.adult {
    width: 148px;
    margin-left: auto;
    margin-right: auto;
}

.with-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

@media screen and (min-width: 576px) {
    .with-logo {
        flex-direction: row;
        overflow: hidden;
    }
}

.footer-g02-item .logo-link-g02 {
    display: flex;
    gap: 20px;
    font-size: 36px;
    font-weight: 500;
    color: var(--text-color);
    min-width: 250px;
    align-items: center;
    margin: 100px 0 50px 0;
    color: #82a2f3;
}

@media screen and (min-width: 425px) {
    .footer-g02-item .logo-link-g02 {
        font-size: 20px;
    }
}

.footer-g02__text {
    margin: 10px;
}

.footer-g02__text a{
    color: #7417cc;
}

.fbot-g02-politics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

@media screen and (min-width: 576px) {
    .fbot-g02-politics {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .fbot-g02-politics {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.fbot-g02-politics a {
    margin: 5px;
}

.fbot-g02-politics__link {
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px;
    border-radius: 13px;
    display: flex;
    align-items: center;
}

.fbot-g02-politics__link:nth-child(1) {
    border-color: #FF7B7B;
    color: #F80000;
}
.fbot-g02-politics__link:nth-child(2) {
    border-color: #008AF8;
    color: #008AF8;
}
.fbot-g02-politics__link:nth-child(3) {
    border-color: #FFA500;
    color: #FFA500;
}
.fbot-g02-politics__link:nth-child(4) {
    border-color: #7811C6;
    color: #8300FF;
}
.fbot-g02-politics__link:nth-child(5) {
    border-color: #EBEF4D;
    color: #DAE31D;
}

.fbot-g02-politics__link:hover {
    text-decoration: none;
}

.fbot-g02-politics__link:nth-child(1):hover,
.fbot-g02-politics__link:nth-child(1):focus {
    color: #FF4444;
    border-color: #FF0000;
}

.fbot-g02-politics__link:nth-child(2):hover,
.fbot-g02-politics__link:nth-child(2):focus {
    color: #44ACFF;
    border-color: #6ABDFF;
}
.fbot-g02-politics__link:nth-child(3):hover,
.fbot-g02-politics__link:nth-child(3):focus {
    color: #FBC25B;
    border-color: #FFA500;
}
.fbot-g02-politics__link:nth-child(4):hover,
.fbot-g02-politics__link:nth-child(4):focus {
    color: #A518F3;
    border-color: #44B0FF;
}
.fbot-g02-politics__link:nth-child(5):hover,
.fbot-g02-politics__link:nth-child(5):focus {
    color: #FFFE72;
    border-color: #FFF7A4;
}

.fbot-g02-politics a:hover,
.footer-g02__text a:hover,
.fbot-g02-politics a:focus,
.footer-g02__text a:focus {
    text-shadow: 22px 25px 4px rgba(160, 16, 136, 0.56);
  }

.fbottom-g02 {
    margin-top: 33px;
    text-align: center;
    padding-bottom: 28px;
}

.fbottom-g02 h3{
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 100;
    text-transform: capitalize;
    font-style: oblique;
    letter-spacing: 1.8px;
}

.games-dev-g02 {
    padding: 70px 0;
    background-attachment: fixed;
    background-image: url(visualtreasure/dir-bg/bg-light-0687002d840eee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.games-dev-g02-title {
    position: relative;
    z-index: 1;
    margin-bottom: 41px;
    font-size: 33px;
}

@media screen and (min-width: 992px) {
    .games-dev-g02-title {
        font-size: 41px;
    }
}

.games-dev-g02-list {
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
    .games-dev-g02-list {
        gap: 20px;
        flex-direction:  row;
    }
}

@media screen and (min-width: 992px) {
    .games-dev-g02-list {
        gap: 28px;
    }
}

.games-dev-g02-item {
    position: relative;
    overflow-x: hidden;
    border-style: solid;
    border-width:1px 1px 1px 1px;
    border-color: #FF7B7B;
    border-radius:13px 13px 13px 13px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    background-color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    padding: 20px;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .games-dev-g02-item {
        flex-basis: calc(100% / 2 - 10px);
    }
}

@media screen and (min-width: 992px) {
    .games-dev-g02-item {
        flex-basis: calc(100% / 2 - 15px);
        font-size: 33px;
    }
}

.games-dev-g02-item:nth-child(1) {
    border-color: #FF7B7B;
    color: #F80000;
}
.games-dev-g02-item:nth-child(2) {
    border-color: #008AF8;
    color: #008AF8;
}
.games-dev-g02-item:nth-child(3) {
    border-color: #FFA500;
    color: #FFA500;
}
.games-dev-g02-item:nth-child(4) {
    border-color: #7811C6;
    color: #8300FF;
}
.games-dev-g02-item:nth-child(5) {
    border-color: #EBEF4D;
    color: #DAE31D;
}
.games-dev-g02-item:nth-child(6) {
    border-color: #F134FF;
    color: #FF00E2;
}

.games-g02-item:nth-child(1):hover,
.games-g02-item:nth-child(1):focus {
    color: #FF4444;
    border-color: #FF0000;
}

.games-g02-item:nth-child(2):hover,
.games-g02-item:nth-child(2):focus {
    color: #44ACFF;
    border-color: #6ABDFF;
}
.games-g02-item:nth-child(3):hover,
.games-g02-item:nth-child(3):focus {
    color: #FBC25B;
    border-color: #FFA500;
}
.games-g02-item:nth-child(4):hover,
.games-g02-item:nth-child(4):focus {
    color: #A518F3;
    border-color: #44B0FF;
}
.games-g02-item:nth-child(5):hover,
.games-g02-item:nth-child(5):focus {
    color: #FFFE72;
    border-color: #FFF7A4;
}
.games-g02-item:nth-child(6):hover,
.games-g02-item:nth-child(6):focus {
    color: #FF21E0;
    border-color: #CC8FFF;
}

.page-g02 {
    position: relative;
    padding-bottom: 55px;
    overflow: hidden;
}
.main-g02-text-wraper {
    flex: 50%;
}

.main-g02-text-wraper .aboutus-g02-title {
    margin-bottom: 33px;
    font-size: 37px;
}

@media screen and (min-width: 576px) {
    .main-g02-text-wraper .aboutus-g02-title {
        font-size: 41px;
        }
}

.main-g02-img {
    width: 100%;
    object-fit: cover;
    border-style: solid;
    border-width:1px 1px 1px 1px;
    color: #008AF8;
    border-radius:13px 13px 13px 13px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    max-height: 369px;
}

.page-g02 .elementor-shape-top {
    left: -50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 1px;
    overflow: visible;
}

.page-g02 .elementor-shape-top svg {
    fill: #ffffff;
    width: 300%;
    height: 40px;
}

.page-g02 h3 {
    text-align: center;
    color: #FFDE01;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.3em;
    margin-top: 65px;
}

.play-game .doppad div {
    position: relative;
    border-color: #7811C6;
    border-style: solid;
    border-width:1px 1px 1px 1px;
    border-radius:13px 13px 13px 13px;
}

.play-game .doppad iframe {
    width: 100%;
    height: 700px;
}

.contacts-g02 {
    background-color: #1b1b1b;
    text-align: center;
    padding: 102px 0;
}

.contacts-g02-title {
    color: #A94FFF;
    font-size: 37px;
    margin-bottom: 28px;
}

.contscts-item {
    margin-bottom: 20px;
}

.contscts-item:first-child {
    margin-bottom: 33px;
} 

.contscts-item:first-child {
    font-size: 24px;
    color: #ffffff;
}

.contacts-g02-item__text svg {
    width: 30px;
    margin-right: 15px;
}

.contscts-item:not(:first-child) .contacts-g02-item__text {
    color: #ffffff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    font-size:  13px;
    font-weight: 500;
    text-shadow: 6px 9px 10px rgba(0,0,0,0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #8300FF;
    border-style: solid;
    border-width:1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius:13px 13px 13px 13px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 20px10px;
}

@media screen and (min-width: 450px) {
    .contscts-item:not(:first-child) .contacts-g02-item__text {
        font-size: 20px;
        padding: 20px;
    }
}

@media screen and (min-width: 576px) {
    .contscts-item:not(:first-child) .contacts-g02-item__text {
        font-size: 24px;
        padding: 20px 33px 20px 33px;
    }
}

.main-form-container > div {
    position: relative;
    margin-top: 55px;
}

.main-form-container h3 {
    margin-top: 55px;
}

.form-g02 {
    background-color: #3A3A3A;
    padding: 33px 20px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 991px) {
    .form-g02 {
        padding: 33px 33px 33px 33px;
    }
}

.input-g02,
.textarea-g02 {
    background-color: #00A1FF;
    height: 42px;
    color: #000000;
    font-size: 17px;
    border:  1px solid #dadbdd;
    border-radius: 7px;
    padding: 11px 15px;
}

.contact-text label {
    text-transform: uppercase;
    text-align: left;
}

.contacts-form-dec {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
}

.contacts__img {
    width: 100%;
    height: 40px;
    object-fit: cover;
}

.form-g02-btn-wrap {
    margin-top: 20px;
}

.contacts-btn-g02 {
    background-color: #D88E02;
    color: #ffffff;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    border:  1px solid transparent;
    border-radius: 7px;
    text-transform: uppercase;
}

.section-priv {
    padding: 102px 0px;
}

.content-block li {
    margin-left: 30px;
    list-style: disc;

}
