
/*New css for updated game page*/


.e-n-carousel {
    cursor: pointer;
}
.lastbutton a.ohio-widget.button.-large.-primary:hover {
    border: 1px solid white !important;
}
.my-custom-carousel .swiper-slide.swiper-slide-active{
    scale: 1;
}
.my-custom-carousel .swiper-slide.swiper-slide-next {
    scale: .9; 
         /*  margin-right: -57px;
    margin-left: -4px;*/
    right: -26px;
}
.my-custom-carousel .swiper-slide{
    scale: .7;
}
.headingsetblur .elementor-widget-container {
    backdrop-filter: blur(2px);
}
  .elements-bar.left { 
    left: 0vh !important;
}
.testimonialset .elementor-testimonial--skin-default .swiper-pagination {
    bottom: 72px !important;
}
/*New css for updated game page end*/

/*Testimonial carousel */
.testimonailsection-main .slick-slide div>.elementor-element {
    display: flex !important;
}
.testimonailsection-main .slick-dots li button:before {
    color: #C5C5C5;
    opacity: 1;
    font-size: 20px;
}
.testimonailsection-main .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ed1b23 !important;
}
.testimonailsection-main .slick-dots li {
    margin: 8px 5px !important;
}
 .testimonailsection-main .slick-list {
    max-width: 100vw;
}
.testimonailsection-main .slick-dots li button:hover, .testimonailsection-main .slick-dots li button:focus { 
    background: none !important;
}
.gametest .batch-testimonial-section>.elementor-container.elementor-column-gap-default {
    max-width: 80% !important;
}
.gametest .titlehide{
    display: none !important;
}

/*Tesimonial carosuel end*/


/* game dev page css */
.tabssetting .accordion-item {
    background: #fff;
    border-color: #d1041f;
    border-left: 4px solid #ed1b23;
    border-radius: 20px;
    box-shadow: 0 10px 20px #dde2ff;
    margin-bottom: 27px;
}

.tabssetting .accordion-body { 
    margin-top: -14px;
}

.tabssetting h6.accordion-header {
    background: transparent !important;
    border: 0px;
}
.tabssetting .accordion-body {
    padding: 10px 43px !important;
}
.tabssetting button.icon-button.-extra-small {
    background: transparent !important;
}
.servicesicons .elementor-image-box-content h3 { 
    border-radius: 10px;
    right: 0px;
    left: 0px;
    width: fit-content !important;
    position: absolute;
    font-size: 11px !important;
    text-align: center !important;
    box-shadow: rgba(221, 226, 255, 0.51) 0px 10px 20px;
    transition: 0.3s;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    padding: 7px 15px;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    font-weight: 600;
    bottom: -21px;
}
.servicesicons .elementor-image-box-content {
    display: none;
}
.servicesicons .elementor-image-box-wrapper:hover .elementor-image-box-content{
    display:block;
}
.servicesicons .elementor-image-box-wrapper:hover img{
    opacity: 1;
    transform: translateZ(0px) scale(1.2) !important;
}
.blogposts .elementor-posts-container article:nth-child(2) {
    margin-top: 60px;
}  
.blogposts .elementor-posts-container article:nth-child(3) {
    margin-top: 120px;
}
 .center-slide {
    border: 2px solid #97979742;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 8px 27px -11px rgba(0, 0, 0, 0.75);

}
.setting-carousel .elementor-main-swiper, .setting-carousel-down .elementor-main-swiper{
	padding: 29px !important;
}
  
.setting-carousel-down .swiper-slide-next {
    border: 2px solid #97979742;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 8px 27px -11px rgba(0, 0, 0, 0.75);
}

/* animation */


  [data-aos].aos-animate {
    transition-delay:1.2;
}
[data-aos] {
    -webkit-transition-duration: 1200ms !important;
    -o-transition-duration: 1200ms !important;
    transition-duration: 1200ms !important;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform  !important;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0) !important;
}

[data-aos=fade-up] {
    transform: translate3d(0,100px,0) !important;
}

[data-aos=fade-down] {
    transform: translate3d(0,-100px,0) !important;
}

[data-aos=fade-right] {
    transform: translate3d(-100px,0,0) !important;
}

[data-aos=fade-left] {
    transform: translate3d(100px,0,0) !important;
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px,100px,0) !important;
}

[data-aos=fade-up-left] {
    transform: translate3d(100px,100px,0) !important;
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px,-100px,0) !important;
}

[data-aos=fade-down-left] {
    transform: translate3d(100px,-100px,0) !important;
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform !important;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1) !important;
}

[data-aos=zoom-in] {
    transform: scale(.6) !important;
}

[data-aos=zoom-in-up] {
    transform: translate3d(0,100px,0) scale(.6) !important;
}

[data-aos=zoom-in-down] {
    transform: translate3d(0,-100px,0) scale(.6) !important;
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px,0,0) scale(.6) !important;
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px,0,0) scale(.6) !important;
}

[data-aos=zoom-out] {
    transform: scale(1.2) !important;
}

[data-aos=zoom-out-up] {
    transform: translate3d(0,100px,0) scale(1.2) !important;
}

[data-aos=zoom-out-down] {
    transform: translate3d(0,-100px,0) scale(1.2) !important;
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px,0,0) scale(1.2) !important;
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px,0,0) scale(1.2) !important;
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform !important;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0) !important;
}

[data-aos=slide-up] {
    transform: translate3d(0,100%,0) !important;
}

[data-aos=slide-down] {
    transform: translate3d(0,-100%,0) !important;
}

[data-aos=slide-right] {
    transform: translate3d(-100%,0,0) !important;
}

[data-aos=slide-left] {
    transform: translate3d(100%,0,0) !important;
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform !important;
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg) !important;
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0) !important;
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg) !important;
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0) !important;
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg) !important;
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0) !important;
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg) !important;
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0) !important;
}

/* animation end */
/* game dev page css end */


/* 600 - 378 setting */

@media only screen and (max-width: 1080px) and (min-width: 601px) {
	
.blogposts .elementor-posts-container article:nth-child(2) {
    margin-top: 0px;
}  
.blogposts .elementor-posts-container article:nth-child(3) {
    margin-top: 0px;
}
 

}
@media only screen and (max-width: 1025px) and (min-width: 601px) {
    
 
    .setting-carousel .center-slide {
    border: 0px solid #97979742;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;

}
.setting-carousel .swiper-slide-next {
    border: 2px solid #97979742;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 8px 27px -11px rgba(0, 0, 0, 0.75); 
}

}

/*  600 downward  setting end */

/* 600 - 378 setting */

@media only screen and (max-width: 600px) {
	
.blogposts .elementor-posts-container article:nth-child(2) {
    margin-top: 10px;
}  
.blogposts .elementor-posts-container article:nth-child(3) {
    margin-top: 10px;
}
.blogposts .elementor-posts-container.elementor-posts.elementor-posts--skin-classic.elementor-grid.elementor-has-item-ratio {
    display: flex;
    flex-wrap: wrap;
}
.blogposts .elementor-posts .elementor-post 
 {
    display: flex;
    width: 100%;
}	
.postsetting .elementor-post__thumbnail {
    min-height: 280px;
}
.page-id-260526 footer#colophon .page-container.-full-w 
 {
    padding-left: 5%;
    padding-right: 5%;
}
 .testimonailsection-main .slick-list {
    max-width: 80vw !important;
}
.testimonailsection-main .slick-dots li button:before {
    
    font-size: 14px;
}
.testimonailsection-main .slick-dots li {
    margin: 8px 2px !important;
}
.gametest .testimonailsection-main {
    margin-left: -22px;
}
}

/*  600 downward  setting end */