/*mobile tab*/
@media (min-width: 320px) {
  #h-tabs .elementor-tabs-wrapper {
    display: flex;
        flex-direction: row;
		    flex-wrap: wrap;
		   align-items: center;
		   justify-content: center;
  }
}

@media (min-width: 320px) {
  #h-tabs .elementor-tab-mobile-title {
    display: none;
  }
}

/*background tap*/
div#elementor-tab-title-4431 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}

/* Active tab */
.elementor-tab-title.elementor-active {
       background-color: #ff00ff!important;
}

div#elementor-tab-title-4432 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	margin-bottom: 10px;
}
div#elementor-tab-title-4433 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-4434 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-4435 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-4436 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-4437 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-4438 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-4439 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-44310 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-44311 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-44312 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-44313 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-44314 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}
div#elementor-tab-title-44315 {
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    background: #9100ff;
	  margin-right: 10px;
	 margin-bottom: 10px;
}

/*delete featured images*/
img.attachment-hitmag-featured.size-hitmag-featured.wp-post-image {
    display: none;
}

/*color mobile menu icon*/
i.fas.fa-align-justify {
    color: white;
}

/*color font article */
article {
    color: white;
}
.arc-page-title {
    border-bottom: 2px solid #8224e3;
    color: white;
}
.archive-description {
    color: white;
}
.hitmag-post .entry-title a {
    color: #ff00d4;
}
h1, h2, h3, h4, h5, h6 {
    color: white;
}
.hm-rel-post .post-title a {
    color: #fff;
}
.post-navigation .post-title {
    color: #fff;
}
.hmw-grid-post .post-title a {
    color: #fff;
}

/*background btn freetry*/
a.elementor-button-link.elementor-button.elementor-size-md {
    background-color: transparent;
    background-image: linear-gradient(
180deg,#E500FD 0%,#7B29F2 125%);
}

/*sticky header*/
#header_sticky.elementor-section{
position: fixed;
left: 0;
width: 100%;
}

#header-sticky.elementor-section{
position: fixed;
left: 0;
width: 100%;
	animation:slide-down 0.8s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}


#header-mb-sticky.elementor-section{
position: fixed;
left: 0;
width: 100%;
	animation:slide-down 0.8s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
/*iframe*/
.iframe-game{
background:url(../wp-content/uploads/2022/03/loadingframe.gif) center center no-repeat;
position:fixed;
top:0; 
left:0; 
bottom:0; 
right:0; 
width:100%; 
height:100%;
 border:none;
margin:0; 
padding:0; 
overflow:hidden;
z-index:999999;
background-color: black;
}