/* 
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: industria-sans-variable, sans-serif!important;
}
header.site-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	padding: 5px;
}
header.site-header.fixed {
    position: fixed;
    background: #cdc3d8;
}
header.site-header .header-inner {
    max-width: 100%;
	padding: 0 10px;
}
header.site-header .header-inner .header-left .site-logo img {
    width: 100px;
    max-width: 100%;
}
.header-right .top-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}
.header-right .top-header ul li i {
    margin-right: 10px;
    color: #fff;
}
.header-right .top-header ul li a {
    font-size: 16px;
    color: #fff;
    font-family: industria-sans-variable, sans-serif;
}

.header-right .top-header ul li:last-child a {
    text-transform: uppercase;
    padding: 12px 40px 8px 40px;
    background: #f6a8b3;
    color: #000;
    border-radius: 30px;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
}
.header-right .header-menu {
    margin-top: 10px;
}
.header-right .header-menu .site-navigation ul.menu {
    justify-content: end;
}
.header-right .header-menu  .site-navigation ul.menu li a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    transition: all 0.5s;
}
.header-right .header-menu .site-navigation ul.menu li:last-child a {
    padding-right: 0;
}
header.site-header.fixed .site-navigation ul.menu li a{
    color: #000;
    font-size: 14px;
    transition: all 0.5s;
}
header.site-header.fixed .header-inner .header-left .site-logo img {
    width: 70px;
}
header.site-header.fixed  .top-header{
    display: none;
    transition: all 0.5s;
}
header.site-header.fixed .header-right {
    display: flex;
    align-items: center;
}
div#hero_area {
    position: relative;
}

div#hero_area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37,37,37,1) 10%, rgba(255,251,244,0) 30%, rgba(141,139,136,0) 64%, rgba(37,37,37,1) 90%);
}
div#hero_area_content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: blur(100px);
    opacity: 0.4;
}
div#hero_area_content h1 {
    font-size: 60px;
    line-height: 66px;
}
div#hero_area_content h1 strong {
    font-size: 30px;
    display: block;
    color: #f6a8b3;
}
div#about_content h2 {
     font-family: 'industria-sans-variable';
    font-weight: 900;
    text-shadow: -1px -1px 0 rgb(255 255 255 / 20%), 1px -1px 0 rgb(255 255 255 / 20%), -1px 1px 0 rgb(255 255 255 / 20%), 1px 1px 0 rgb(255 255 255 / 20%)
}
div#about_content h3 {
    font-size: 48px;
    margin-bottom: 0;
}
div#about_content h3 strong {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 18px;
    display: block;
    color: #b8afc2;
}
div#play-to-earn h3 {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    margin: 0;
}
div#faq_column summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #252525; 
}
div#faq_column summary.e-n-accordion-item-title[aria-expanded="false"]{
    transition: all 3s; 
}
div#faq-section-head a.elementor-button.elementor-button-link {
    font-family: industria-sans-variable, sans-serif;
}
div#newsletter-form form {
    width: 80%;
}

div#newsletter-form form input.tnp-email {
    max-width: 100%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    color: #000;
    font-weight: 500;
    outline: 0;
}
div#newsletter-form .tnp-subscription-minimal input.tnp-submit {
    font-size: 16px;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
    border-radius: 10px;
    background: #f6a8b3;
    font-family: industria-sans-variable, sans-serif;
    letter-spacing: 1px;
}
footer#site-footer {
    background: #1b1b1b;
    padding: 0;
}
footer#site-footer .footer-inner {
    max-width: 1200px;
    padding: 65px 0;
}
footer#site-footer .footer-inner .foot-col:nth-child(2) {
     width: 40%;
    padding: 0 100px;
}
footer#site-footer .footer-inner .foot-col:first-child img {
    margin-bottom:  -65px;
}
footer#site-footer .footer-inner .foot-col{
    width: 30%;
}
footer#site-footer .footer-inner .foot-col h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff; 
}
footer#site-footer .footer-inner .foot-col ul.menu{
    list-style: none;
    padding: 0;
    margin: 0
}
footer#site-footer .footer-inner .foot-col ul.menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
}
footer#site-footer .footer-inner .foot-col ul.menu li a:before{
    content: '';
    background-image: url(images/double_angle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 13px;
    height: 12px;
    left: 0;
    top: 0;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.5s;
}
footer#site-footer .footer-inner .foot-col ul.menu li a:hover:before {
    margin-left: 10px;
    transition: all 0.5s;
}
ul.cnss-social-icon li a i{
    font-size: 16px!important;
    line-height: 24px;
}
ul.footer_detail {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}
ul.footer_detail li {
    margin-bottom: 10px;
}
ul.footer_detail li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
ul.footer_detail li i {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #f6a8b3;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
}
.copyright {
    background: #080808;
    padding: 10px;
}
.copyright p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
div#about-image .elementor-widget-container{
    position: relative;
    z-index:1
}
div#about-image .elementor-widget-container:before{
    content:'';
    position: absolute;
    right:0;
    top:-30px;
    width: 70%;
    height: calc(100% + 60px);
    background: #b9afc2;
    z-index:-1;
}
div#playtoearn h2 {
    position: relative;
    display: inline
}
div#home-gallery .elementor-widget.elementor-widget-image a{
    width: 100%;
    height: 500px;
    position: relative;
}
div#home-gallery .elementor-element.e-con-full.e-con.e-child:nth-child(2)  .elementor-widget.elementor-widget-image a{
    height: 240px;
}
div#home-gallery .elementor-widget.elementor-widget-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#game_slider .pp-info-box-icon-wrap span.pp-info-box-icon.pp-icon {
    width: 100%;
    height: 250px;
    display: block;
    position: relative;
}
div#game_slider .pp-info-box-icon-wrap span.pp-info-box-icon.pp-icon img{
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 20px;
}
div#contactForm input, div#contactForm textarea {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 15px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    outline: 0;
}
div#contactForm textarea{
    height: 150px;
    resize: none;
}
div#contactForm input.wpcf7-form-control.wpcf7-submit {
    background: #f6a8b3;
    border: 0;
    padding: 10px 60px 6px;
    font-size: 20px;
    font-family: 'industria-sans-variable';
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s;
}
div#contactForm input.wpcf7-form-control.wpcf7-submit:hover{
    background: #f78191;
    transition: all 0.5s;
}
div#contactForm span.wpcf7-spinner {
    display: block;
}
div#contactForm ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-box .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.contact-box .elementor-icon-box-wrapper .elementor-icon-box-content h3.elementor-icon-box-title {
    margin: 0;
}
.contact-box .elementor-icon-box-wrapper .elementor-icon-box-content a{
    color: #fff;
}
.contact-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: none;
}
div#gameshow-gallery figure.gallery-item .gallery-icon {
    position: relative;
    height: 400px;
}
div#gameshow-gallery figure.gallery-item .gallery-icon img{
    width:100%;
    height:100%;
    object-fit: cover;
}
div#play-to-earn .pp-slider-arrow {
    top: 200px;
}

/*Responsive*/
@media (max-width:1600px){
	header.site-header .header-inner {
    max-width: 100%;
		padding: 0 10px;
}
	.header-left {
    width: 10%;
}

.header-right {
    width: 90%;
}
.header-right .header-menu .site-navigation ul.menu li a {
    font-size: 15px;
    padding: 6px;

}
.header-right .header-menu .site-navigation {
    justify-content: end;
}
}
@media (max-width:1400px){

    .site-navigation ul.menu li a, header.site-header.fixed .site-navigation ul.menu li a {

    padding: 8px 6px;
}

.site-header .header-inner {
  justify-content: space-evenly;
}


div#about_content .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}

}

@media (max-width:1200px){

    .header-right .header-menu .site-navigation ul.menu li a, header.site-header.fixed .site-navigation ul.menu li a {

        font-size: 14px;
    }

}

@media (max-width:1070px){

    .header-right .header-menu .site-navigation ul.menu li a, header.site-header.fixed .site-navigation ul.menu li a {

        font-size: 12px;
    }

    .site-navigation-toggle-holder .site-navigation-toggle{
        color: #fff;
    }

    .site-navigation-toggle-holder {

    justify-content: end;
}

    .site-header .header-inner {
       justify-content: space-between;
        align-items: center;
    }
}


@media (max-width:967px){

footer#site-footer .footer-inner .foot-col:nth-child(2) {
     width: 100%;
     padding: 10px;
}
footer#site-footer .footer-inner .foot-col:first-child img {
     margin-bottom:  0px; 
    width: 200px;
}
footer#site-footer .footer-inner .foot-col{
    width: 100%;
    padding: 10px;
}

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

    .top-header {
    display: none;
}

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


}


