/* ===================================================================================

* Theme Name: Gamestorm Child
* Theme URI:  https://titu.softivus.com/gamestorm
* Author: UIAXIS
* Author URI: https://themeforest.net/user/uiaxis
* Description: Gamestorm is a  captivating WordPress Theme designed specifically for gaming studios. With its sleek and modern design, Gamestorm showcases the world of gaming in an immersive and engaging way
* Version: 1.0.0
* Template: gamestorm
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


.about_experience span{
    text-wrap: nowrap;
}
.counters .span.w-35.d-inline-bloc{
    font-size: 16px;
}

.contact-banner-design{
    width:200px;
}
.btn-contact{
    color:black;
}
.sidebar-wrapper .header-section{
    height: 100vh;
    align-items: start!important;
    margin-top: 28px;
}
p.orange-font{
    color: #fdac21 !important;
    -webkit-text-fill-color: #fdac21 !important;
  -webkit-text-stroke-width: 0;
}
.our-game-features.specialize .single-box{
    height: 100%;
}
.our-game-features.fundamental-benefits .single-box{
    height: 100%;
}
.single-job .footer-section.mail-section{
    display: none;
}
.job-opens .content-wrapper p{
    /* display: none; */
}
.navbar.bg-transparen.sidebar-nav ul li:nth-child(3) .mega-menu li, #mobile-menu ul li:nth-child(3) .mega-menu li{
     list-style: none !important;
     border-left: 3px solid #fdac21;
     position: relative;
}
.navbar.bg-transparen.sidebar-nav ul li:nth-child(3) .mega-menu li, #mobile-menu ul li:nth-child(3) .mega-menu li::before{
  content: '';
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  background: #484848;
}
.navbar.bg-transparen.sidebar-nav ul li:nth-child(3) .mega-menu, #mobile-menu ul li:nth-child(3) .mega-menu{
  padding-left: 32px !important;
  padding-right: 0px !important;
  padding-top: 32px !important;
  padding-bottom: 22px !important;
}
.service_list .single-box {
    margin-bottom: 0px !important;
}
.service_list .cus-mar {
    gap: 14px 0 !important;
}
.counter-sec{
    overflow: hidden;
}
.dev-process .single-box {
    height: 100% !important;
}
.game-dev-sec .cus-mar {
    margin-bottom: 0;
}
.game-dev-sec .single-box {
    margin-bottom: 0;
    height: 100%;
}
/* .apply-area .box-style.btn-box:hover{
    background-color: #fff !important;
    color: #fdac21 !important;
} */
.apply-now form {
    background: var(--n700);
    border-radius: 10px;
}
.our-game-features .shape-area img.shape-1 {
    top: 0;
    left: 8%;
    position: absolute;
    animation-name: gameShapeone;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 4s;
  }
  /* .spinner {
    display: inline-block;
    vertical-align: middle;
} */
.wpcf7-submit {
    position: relative; /* Ensure positioning context for the spinner */
}

.spinner {
    position: absolute; /* Adjust positioning as needed */
    left: 10px; /* Adjust as necessary */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for perfect vertical centering */
    display: none;
}
.fa-spinner {
    font-size: 1rem;
    color: rgb(0, 0, 0);
}
.btn-contact:hover .fa-spinner {
    color: rgb(255, 255, 255);
}
.apply-now .form-inside {
    background: var(--n800);
    border: 1px solid var(--n600);
    border-radius: 10px;
  }
  .job-opens .info-box a h5:hover{
    color: #fdac21;
  }
  .counter-section .single-box{
    border: 1px solid #fdac21;
  }
  .white-hover.box-style.btn-box:hover{
    color: #000 !important;
    z-index: 999;
  }
  .white-hover.box-style.btn-box:hover::before{
    background-color: #fff;
    color: #000 !important;
  }
  .black-font{
    padding: 13px 25px;
    display: flex;
    background-color: #ffffff;
    
    font-weight: 600;
    border-radius: 5px;
    color: #000000 !important;
    z-index: 999;
    transition: 0s;

  }
  
  .black-font::before{
    content: none;
  }

  
  .black-font:hover {
    color: #fff !important;
    background: #000 !important;
    background-color: #000 !important;
    z-index: 999;
  }
  
  
  .wpcf7-spinner{
    opacity: 1;
  }
  .wpcf7-spinner::before{
    background: #000;
  }
  .btn-area.btn-spinner{
    display: flex;
    align-items: center;
  }
  .br-10{
    border-radius: 10px;
  }
  .single-post article{
    margin-bottom: 0 !important;
  }
  .service_list{
    overflow: hidden;
  }
  .wpcf7-form.sent .wpcf7-response-output {
    animation: hideresp 5s forwards; 
    animation-iteration-count: 1;
  }
  .call-to-action .btn-area .white-hover.box-style::before {
    background: #fff;
  }
  .sidebar__widget .wp-block-group__inner-container h2{
    margin-bottom: 10px;
  }
  @keyframes hideresp {
    90% { opacity:1; }
    100% { opacity:0; }
  }
  span.fs-two.heading.mb-6{
    margin-bottom: 20px !important;
  }
  .post-type-archive-job .postbox__content{
    padding-top: 0 !important;
  }
  .color-black i{
    color: #000;
  }
  #search-1{
    display: none !important;
  }
  .wpcf7 span, .wpcf7 label{
    font-size: 14px !important;
  }
  .blog .postbox__content, .single-post .postbox__content{
    padding: 20px !important;
  }
@media screen and (max-width:1199px)  {
    .sidebar-wrapper.sidebar-active .navbar.bg-transparen.sidebar-nav ul li:nth-child(3) .mega-menu {
        display: none;
    }
    .sidebar-wrapper.sidebar-active .navbar.bg-transparen.sidebar-nav ul li.menu-item-has-children{
        position: relative !important;
    }
    .sidebar-wrapper.sidebar-active .navbar.bg-transparen.sidebar-nav ul li.menu-item-has-children::before{
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border-top: 4px solid #fff;
        border-left: 4px solid #fff;
        border-radius: 2px;
        transform: rotate(224deg);
        top: 6px;
        right: 16px;
        background: transparent;
    }
    .standard-logo {
        margin-left: 20px;
      }
}
@media (max-width: 991px) {
    .gaming-character.ongoing-values .slick-arrow.bottom-right.arafat-prev{
        left: 10px;

    }
    .gaming-character.ongoing-values .slick-arrow.bottom-right.arafat-next{
        left: 60px;
    }
    .call-detail{
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .call-detail .mb-6{
        margin-bottom: 0px!important;
    }
    .services-thumb img{
        width: 100%;
    }
    .services-thumb{
        width: 100%;
    }
    .service_list .cus-mar {
        gap: 24px 0 !important;
        margin-bottom: -5px;
    }
    .dev-process{
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .gaming-character.ongoing-values .slick-arrow.slick-arrow {
      display: flex !important;
    }
    .gaming-character.ongoing-values .slick-arrow.bottom-right.arafat-prev{
        left: 10px;

    }
    .gaming-character.ongoing-values .slick-arrow.bottom-right.arafat-next{
        left: 60px;
    }
    .banner-section {
        background-position: left!important;
    }
    .contact-us .contact-info .single-info{
        padding: 14px 0;
    }

}

@media (max-width: 575px) {
    .how-it-works .abs-area.process-icon{
        left: 0;
        margin: 0 auto;
        bottom: -6px;
        transform: rotate(90deg);
    }
    .sidebar-wrapper.active-mobile.sidebar-active .navbar.bg-transparen.sidebar-nav ul li:nth-child(3) .mega-menu{
        width: 330px;
    }
    .faqs-section .sec-img{
        max-width: 100%;
    }
}





.case-study-img-wraper{
	border-radius:10px !important;
	overflow:hidden;
	margin-bottom:6px !important;
}
.case-study-img-wraper .elementor-image-box-img{
	position: relative;
	    margin-bottom: 0px !important;
}
.case-study-img-wraper:hover .elementor-image-box-img::before{
    height: 0;
	top:50%;
    transform: rotateY(180deg);
}
.case-study-img-wraper .elementor-image-box-img a img{
	border-radius: 10px;
}

.case-study-img-wraper .elementor-image-box-img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
	top:0%;
    background: var(--n800);
    transition: 1s all;
    opacity: 0.9;
    border-radius: 10px;
}

.case-study-img-wraper .elementor-image-box-content{
	position: absolute;
	top: 44%;
	padding: 0 12px;
}
.case-study-img-wraper .elementor-image-box-content p{
	display: flex;
	justify-content: center;
	font-family: var(--head-font);
    color: var(--n0);
    font-weight: 700;
    padding: 0;
    margin: 0;
    display: block;
	
}
.case-study-img-wraper:hover .elementor-image-box-content h3{
	position:relative;
	display:none;
	top:0;
}


.case-study-img-wraper .elementor-image-box-title p a{
    font-family: var(--head-font);
   color: var(--n0);
   font-weight: 700;
   padding: 0;
   margin: 0;
   display: block;
   opacity:1;
   
}
.case-study-img-wraper p.elementor-image-box-description{
	display:none;
}
.case-study-img-wraper:hover .elementor-image-box-content p.elementor-image-box-description{
	display:flex;
}
.caseviewmore i{
	transform:rotate(45deg);
}

.casestudies-header .e-con-inner{
	max-width:732px;
}
@media screen and (max-width: 991px) {
	.caseviewmore.box-style.btn-box-second{
	width:80px !important;
	height:80px !important;	
		font-size:12px;
}
}
@media screen and (max-width: 991px)  {
	.case-study-img-wraper .elementor-image-box-content h3{
		font-size:18px;
	}
}
  

/*1-feb  */
.e-con-inner .elementor-element p span{
font-family: inter !important;
	font-size: 16px;
	text-align: justify;
}


#mobile-menu ul li:nth-child(4) .mega-menu {
	padding-left: 32px !important;
    padding-right: 0px !important;
    padding-top: 32px !important;
    padding-bottom: 22px !important;
    left: -500px;
    width: 950px;
	border: 1.5px solid #dddddd;
}

#mobile-menu ul li:nth-child(4) .mega-menu li {
    list-style: none !important;
    border-left: 3px solid #fdac21;
    position: relative;
	margin-bottom: 10px;
}

#mobile-menu ul li:nth-child(4) .mega-menu li a{
	color: #FFFF !important;
	transition: 0.3s ease-in-out;
}

#mobile-menu ul li:nth-child(4) .mega-menu li a:hover{
	color: #fdac21 !important;
}

#mobile-menu ul li:nth-child(4) .mega-menu li::before {
    content: '';
    position: absolute;
    width: 93%;
    height: 100%;
    top: 0;
    left: 0;
    background: #484848;
}

@media (max-width: 992px) {
    .sidebar-wrapper.active-mobile.sidebar-active .navbar.bg-transparen.sidebar-nav ul li:nth-child(4) .mega-menu {
        position: initial !important;
		display: block;
        z-index: 9999;
        width: 100%;
    }
	
	.navbar.bg-transparen.sidebar-nav ul li:nth-child(4) .mega-menu li, #mobile-menu ul li:nth-child(4) .mega-menu li::before {
		content: '';
		width: 100%;
		height: 90%;
		background: #484848;
	}
	
	.navbar.bg-transparen.sidebar-nav ul li:nth-child(4) .mega-menu li, #mobile-menu ul li:nth-child(4) .mega-menu li {
		list-style: none !important;
		border-left: 3px solid #fdac21;
	}
}




.ctc_s_3_1.ctc_s3_1.ctc_nb .ctc-analytics.ht_ctc_padding{
	padding: 8px !important;
}


.cus-mar .single-box .name-area.fs-seven{
	text-align: center;
}

/* 13-01-2026 Hardik */
.video-wrapper .video-box{
	padding: 0 !important;
	height: 500px;
	margin-bottom: 0;
}
.video-wrapper h3.kingster-page-title {
    font-size: 30px;
    margin: 20px 0;
}
.video-wrapper p{
	margin-bottom: 20px;
}
.meta {
    font-size: 16px;
    color: #fff;
}
.meta ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.meta ul li{
	position: relative;
    list-style: none;
    margin-bottom: 0;
}
.meta ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    width: 2px;
    height: 80%;
    background: #fff;
    transform: translateY(-50%);
}
.meta ul li:last-child:after{
	display: none;
}

@media (max-width: 576px) {
    .video-wrapper .video-box {
      height: 400px!important
    }
  
    .video-wrapper .meta ul {
      row-gap: 10px!important
    }
  }