/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
h1, h2, h3, h4, h5, h6 {
	 font-family: 'Supreme Spike'!important;
}
header .main-menu ul li a {
    position: relative;
}
header .main-menu ul li a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 15px;
    width: 2px;
    background-color: #fff;
    transform: translateY(-50%);
}
header .main-menu ul li:last-child a:before {
    display: none;
}
.competition-heading h3 span {
    font-size: 30px;
    display: block;
    color: #259200;
}
.experience-heading span {
    font-size: 24px;
    display: block;
}
.experience-video {
    border-radius: 15px;
    border: 8px solid #c0fe7e;
    box-shadow: 0 0 51px rgb(0 0 0 / 55%);
}
.experience-video svg  {
    opacity: 1; 
}
.game-box figure.elementor-image-box-img {
    margin-top: -100px!important;
}
.sponsors figure.swiper-slide-inner {
    border: 1px solid rgb(0 0 0 / 25%);
    padding: 10px;
    height: 70px;
}
.sponsors figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-game h3 span {
    display: block;
    font-size: 35px;
}
.footer-menu ul {
    column-count: 2;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    font-size: 16px;
    font-family: syne;
    color: #000;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
    transition: all 0.4s;
}
.footer-menu ul li a:hover{
    font-weight: 500;
    color: #054bc0;
    padding-left: 30px;
    transition: all 0.4s;
}

.footer-menu ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 11px;
	background-image: url('images/arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.footer-form form {
    background-color: #fff;
    padding: 20px 40px;
    box-shadow: 0 0 40px #00000094;
    border-radius: 10px;
}
.footer-form form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
}
.footer-form form ul li.full{
	width: 100%;
}
.footer-form form ul li.half {
    width: calc(50% - 5px);
}
.footer-form form ul li p{
	margin-bottom: 0;
}
.footer-form form ul li input {
    font-size: 16px;
    font-family: syne;
    padding: 10px 10px 10px 30px;
    border: 0;
    border-bottom: 1px solid #e7e5e6;
    width: 100%;
    outline: 0;
}
.footer-form form ul li:nth-child(1) input{
    background-image: url(images/User.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.footer-form form ul li:nth-child(2) input{
    background-image: url(images/envelope.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.footer-form form ul li:nth-child(3) input{
    background-image: url(images/phone.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}
.footer-form form ul li:nth-child(4) textarea{
    background-image: url(images/message.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.footer-form form ul li textarea {
    font-size: 16px;
    font-family: syne;
    padding: 0px 10px 0px 30px;
    border: 0;
    border-bottom: 1px solid #e7e5e6;
    width: 100%;
    outline: 0;
    height: 80px;
}
.footer-form form ul li:last-child input {
     font-size: 16px;
    font-weight: 600;
    font-family: syne;
    text-transform: uppercase;
    color: #fff;
    background-color: #054bc0;
    padding: 10px 40px;
    width: auto;
    transition: all 0.4s;
}
.footer-form form ul li:last-child input:hover{
	background-color: #259200;
	transition: all 0.4s;
}
.footer-form form ul li:last-child p{
	text-align: right;
}
.footer-form form span.wpcf7-spinner {
    display: block;
}
.footer-bottom-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: end;
}

.footer-bottom-menu ul li a {
    font-size: 14px;
    font-family: 'Syne';
    color: #000;
    position: relative;
    padding: 0 10px;
    transition: all 0.4s;
}
.footer-bottom-menu ul li a:hover{
    color: #054bc0;
    transition: all 0.4s;
}
.footer-bottom-menu ul li a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 15px;
    width: 2px;
    background-color: #000;
    transform: translateY(-50%);
}

.footer-bottom-menu ul li:last-child a {
    padding-right: 0;
}

.footer-bottom-menu ul li:last-child a:before {
    display: none;
}
.footer-social .elementor-social-icons-wrapper.elementor-grid {
    border: 2px solid #054bc0;
    border-radius: 30px;
    width: auto;
    padding: 10px 60px;
    background-color: #fff;
}
.footer-social:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 130%;
    transform: translate(-50%, -50%);
    background: #054bc0;
    z-index:-1;
}

.faq-home summary.e-n-accordion-item-title [aria-expanded="true"] {
    border-radius: 15px 15px 0 0!important;
}

.faq-home summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 10px 10px 0 0!important;
    border-bottom: 0!important;
    position: relative;
}
.faq-home summary.e-n-accordion-item-title[aria-expanded="true"]:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 95%;
    height: 100%;
    border-bottom: 1px dashed #000;
    transform: translateX(-50%);
}
.faq-home summary.e-n-accordion-item-title[aria-expanded="true"] + .elementor-element.e-flex.e-con.e-child {
    border-radius: 0 0 10px 10px;
    border-top: 0!important;
}
.cornerstones-heading h3 span {
    display: block;
    color: #c0fe7e;
    background-color: #1200c6;
    padding: 10px 10px 5px 10px;
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 10px;
}
.moments-heading span {
    background-color: #c0fe7e;
    color: #000;
    display: block;
    width: max-content;
    padding: 15px 15px 10px 15px;
    border-radius: 10px;
    position: absolute;
    right: 40px;
    transform: rotate(-5deg);
    margin-top: -25px;
    z-index: -1;
}
.testimonial-review-name h6 {
    background-color: #c0fe7e;
    display: inline-block;
    padding: 10px 10px 5px 10px;
    border-radius: 10px;
}
.testimonial-review-image {
    width: 90px;
    height: 90px;
    background-color: #C0FE7F;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-review {
    transform: rotate(-3deg);
}
.testimonial-review > div {
    transform: rotate(3deg);
}
.game-slider-box {
    width: 120%;
}
.game-image-slider figure.swiper-slide-inner {
    height: 550px;
    position: relative;
}

.game-image-slider figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-image-slider {
    transform: rotate(-3deg);
}
.monent-section {
    position: relative;
    overflow-x: clip;
}
.monent-section:before {
    content: '';
    position: absolute;
    left: 5%;
    top: 50%;
    width: 500px;
    height: 500px;
    background-color: #c0fe7f;
    filter: blur(200px);
    opacity: 1;
    z-index: -1;
}
.monent-section:after {
    content: '';
    position: absolute;
    right: 5%;
    top: 10%;
    width: 500px;
    height: 500px;
    background-color: #1200c6;
    filter: blur(200px);
    opacity: 0.3;
    z-index: -1;
}
.our-studio-section {
    position: relative;
    overflow: hidden;
}
.our-studio-section:before {
   content: '';
    position: absolute;
    left: 5%;
    top: 60%;
    width: 600px;
    height: 600px;
    background-color: #1200c6;
    filter: blur(200px);
    opacity: 0.2;
    z-index: -1;
}
.our-studio-section:after {
    content: '';
    position: absolute;
    right: 5%;
    top: 10%;
    width: 600px;
    height: 600px;
    background-color: #c0fe7f;
    filter: blur(200px);
    opacity: 0.8;
    z-index: -1;
}
.contactpage-form ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px 30px;
    flex-wrap: wrap;
}
.contactpage-form ul li.half {
    width: calc(50% - 15px);
}
.contactpage-form ul li.full {
    width: 100%;
}
.contactpage-form ul li input, .contactpage-form ul li textarea {
    font-family: 'Syne';
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
    border-radius: 0;
    color: #000;
    border: 1px solid #000;
}
.contactpage-form ul li textarea{
    height: 180px
}
.contactpage-form ul li.full:last-child input {
    background-color: #1200c6;
    border: 0;
    color: #fff;
    padding: 20px 50px;
}
.contactpage-form ul li.full:last-child input:hover{
    background-color: #c0fe7e;
    color: #000;
}
.contactpage-form ul li.full:last-child p {
    text-align: center;
}
.contactpage-form ul li.full:last-child span.wpcf7-spinner {
    display: block;
}
.about-section{
    position: relative;
}
.about-section:before {
   content: '';
    position: absolute;
    left: 0%;
    top: 70%;
    width: 600px;
    height: 600px;
    background-color: #c0fe7f;
    filter: blur(200px);
    opacity: 0.5;
    z-index: -1;
}
.about-section:after {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    width: 600px;
    height: 600px;
    background-color: #1200c6;
    filter: blur(200px);
    opacity: 0.2;
    z-index: -1;
}
nav.breadcrumb {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Syne';
    color: #c0fe7e;
    text-transform: uppercase;
}

nav.breadcrumb a {
    color: #1200c6;
    display: inline-block;
    background-color: #c0fe7e;
    padding: 5px 10px 2px 10px; 
    border-radius: 8px;
    transition: all 0.4s;
}
nav.breadcrumb a:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.4s;
}
nav.breadcrumb i {
    margin: 0 20px;
}
.buz-btn a:hover {
    transform: scale(0.9);
    transition: all 0.2s;
}

.buz-btn a {
    transition: all 0.2s;
}

.gamebox-listing .gamebox ul {
    margin: 0;
    padding: 0;
}

.gamebox-listing .gamebox ul li {
    margin-bottom: 12px;
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
}

.gamebox-listing .gamebox ul li:after {
    display: block;
    content: '';
    position: absolute;
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 6px;
    left: 5px;
}

.sponsor-logolisting .sponsor-logoes .gallery {
    display: flex;
    flex-wrap: wrap;
    margin:0px !important;
}

.sponsor-logolisting .sponsor-logoes .gallery figure.gallery-item {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background:#fff;
}
div#faqpage .faq-page-questins details {border-radius: 10px !important;overflow: hidden;box-shadow: 0px 0px 10px #ddd;}

div#faqpage .faq-page-questins details summary {
    border: none;
    border-radius: 0;
}

div#faqpage .faq-page-questins details .elementor-element.elementor-widget-text-editor {
    border: 0px !important;
    box-shadow: inherit !important;
}

div#faqpage .faq-page-questins details .elementor-element.e-con-full.e-con {
    border: none;
    border-top: 2px dashed #000;
}



/****** Website Responsive ********/

@media(max-width:1200px){
    footer.mainfooter-section .footer-right {
    padding-left: 0;
}
section.footer-bottombar .footer-bottom-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

section.footer-bottombar .footer-bottom-menu a {
    display: block;
    width: 100%;
    text-align: center;
}

section.footer-bottombar .footer-social {
    overflow: hidden;
}
nav.menubar .e-con-inner {
    justify-content: right !important;
}

nav.menubar .e-con-inner button.elementskit-menu-toggler {
    border-radius: 0px !important;
    border: none !important;
    background: #befd96 !important;
}
nav.menubar .e-con-inner {
    justify-content: right !important;
}

nav.menubar .e-con-inner button.elementskit-menu-toggler {
    border-radius: 0px !important;
    border: none !important;
    background: #befd96 !important;
}


header.main-header ul#menu-main-menu a {
    font-size: 16px !important;
    color: #000;
    border-bottom: 1px solid #000;
}

}


@media(max-width:767px){
header.main-header .header-topbar-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000;
}

header.main-header .header-topbar-center {
    width: 50%;
}

.header-topbar-right {
    width: 50%;
}

}


@media(max-width:479px){
    section.footer-bottombar .e-con-inner {
    padding: 0px 10px;
    text-align: center;
}

section.games-begins-section .gamesbegins-title h3.elementor-heading-title {
    font-size: 24px !important;
    line-height: 48px !important;
}

section.games-begins-section .gamesbegins-title h3.elementor-heading-title {
    font-size: 24px !important;
    line-height: 48px !important;
}


section.home-sponsor-sectin .e-con-inner {
    padding: 50px 0px;
}

section.home-sponsor-sectin .e-con-inner h2.elementor-heading-title {
    font-size: 30px !important;
}

section.games-begins-section .gamesbegins-title h3.elementor-heading-title {
    font-size: 24px !important;
    line-height: 48px !important;
}


section.home-sponsor-sectin .e-con-inner {
    padding: 50px 0px;
}

section.home-sponsor-sectin .e-con-inner h2.elementor-heading-title {
    font-size: 30px !important;
}

section.footerup-section h3.elementor-heading-title {
    font-size: 24px !important;
}

section.footerup-section h3.elementor-heading-title span {
    font-size: 19px !important;
}

section.games-begins-section .gamesbegins-title h3.elementor-heading-title {
    font-size: 24px !important;
    line-height: 48px !important;
}


section.home-sponsor-sectin .e-con-inner {
    padding: 50px 0px;
}

section.home-sponsor-sectin .e-con-inner h2.elementor-heading-title {
    font-size: 30px !important;
}

section.footerup-section h3.elementor-heading-title {
    font-size: 24px !important;
}

section.footerup-section h3.elementor-heading-title span {
    font-size: 19px !important;
}

footer.mainfooter-section form.wpcf7-form {
    padding: 20px !important;
}

footer.mainfooter-section form.wpcf7-form li.half {
    width: 100% !important;
}

.monent-section .moments-heading span {
    position: inherit;
    transform: inherit !important;
    margin: auto;
}

.monent-section .testimonial-review {
    transform: inherit !important;
    width: 100% !important;
    max-width: 100% !important;
    position: inherit !important;
    display: block !important;
    padding: 30px !important;
    left: 0 !important;
}

.testimonial-review > div {
    transform: inherit !important;
}

.monent-section {
    display: block !important;
}

.monent-section .moments-heading span {
    position: inherit;
    transform: inherit !important;
    margin: auto;
}

.monent-section .testimonial-review {
    transform: inherit !important;
    width: 100% !important;
    max-width: 100% !important;
    position: inherit !important;
    display: block !important;
    padding: 30px !important;
    left: 0 !important;
}

.testimonial-review > div {
    transform: inherit !important;
}

.monent-section {
    display: block !important;
}

.testimonial-review {
    padding: 10px !important;
}

.game-slider-box {
    transform: inherit !important;
}

.game-slider-box .game-image-slider {
    transform: inherit;
}

.game-slider-box {
    display: block !important;
    padding: 0;
}
}