/*section home banner css starts here*/
.hero-home-banner {
    height: 100vh;
    display: flex;
    position: relative;
    background: url("../img/home/webp/home-banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (max-height: 560px) {
    .hero-home-banner {
        min-height: 600px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-home-banner {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-home-banner .banner-wrapper {
        height: calc(100vh - 110px);
        position: relative;
    }
}

.hero-home-banner .home-banner-text {
    padding-top: 180px;
    max-width: 750px;
}

@media only screen and (max-width: 1499px) {
    .hero-home-banner .home-banner-text {
        padding-top: 140px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-home-banner .home-banner-text {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-home-banner .home-banner-text {
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-home-banner .home-banner-text {
        max-width: none;
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-home-banner .home-banner-text .mb-30 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-home-banner .home-banner-text .mt-30 {
        margin-top: 20px;
    }
}

.hero-home-banner .character-outer {
    position: absolute;
    right: 75px;
    bottom: 25px;
}

@media only screen and (min-width: 1800px) and (max-width: 1920px) {
    .hero-home-banner .character-outer {
        max-width: 46%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1799px) {
    .hero-home-banner .character-outer {
        max-width: 43%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .hero-home-banner .character-outer {
        max-width: 40%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-home-banner .character-outer {
        max-width: 45%;
        right: 30px;
        bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-home-banner .character-outer {
        bottom: 0;
        margin-right: auto;
    }
}

.hero-home-banner .character-outer img {
    width: 587px;
    aspect-ratio: auto 587/460;
    height: auto;
}

/*section home banner css ends here*/

/*high perform services css starts here*/

.highperform-services .detail-outer .services-slider-outer .services-slider .item {
    display: block;
    position: relative;
}

.highperform-services .detail-outer .services-slider-outer .services-slider .item .img-wrapper {
    position: relative;
}

.highperform-services .detail-outer .services-slider-outer .services-slider .item .img-wrapper .small-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
    margin: 0 auto;
    background: rgba(47, 45, 35, 0.91);
    padding: 12px 30px;
    border-radius: 16px;
    color: var(--firstcolor);
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.48px;
}

.highperform-services .detail-outer .services-listing {
    display: flex;
    gap: 30px;
}

.highperform-services .detail-outer .services-listing .services-detail {
    width: 55.33%;
    background: red;
    padding: 30px;
}

.highperform-services .detail-outer .services-listing .services-lists {
    width: 42.33%;
    background: yellow;
    padding: 20px;
}

/*high perform services css ends here*/

/*game art services section css starts here*/

@media only screen and (max-width: 1199px) {
    .game-art-services {
        margin-top: 0;
    }
}

.game-art-services .main-logo {
    max-width: 85px;
}

.game-art-services .main-logo img {
    width: 110px;
    aspect-ratio: auto 110/110;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .game-art-services .main-logo img {
        width: 80px;
        aspect-ratio: auto 80/80;
    }
}

.game-art-services .art-character {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .game-art-services .art-character {
        display: none;
    }
}

.game-art-services .art-character img {
    width: 404px;
    aspect-ratio: auto 404/413;
    max-width: 100%;
    height: auto;
    margin-right: 8px;
}

.game-art-services .art-lists-outer {
    position: relative;
    padding: 18px 15px 18px 15px;
    margin-top: -3px;
}

@media only screen and (max-width: 1199px) {
    .game-art-services .art-lists-outer {
        padding: 0;
        border-top: 2px solid rgba(0, 0, 0, 0.2);
        margin-top: -1px;
    }
}

@media only screen and (max-width: 991px) {
    .game-art-services .art-lists-outer {
        border-top: none;
        margin-top: 30px;
    }
}

.game-art-services .art-lists-outer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../img/home/art-services/outer-border.svg") no-repeat;
    top: 0;
    background-size: 100% 100%;
}

@media only screen and (max-width: 1199px) {
    .game-art-services .art-lists-outer:after {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .game-art-services .art-lists-outer .desk-view {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .game-art-services .art-lists-outer .mob-view {
        display: none;
    }
}

.game-art-services .art-lists-outer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    gap: 15px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .game-art-services .art-lists-outer ul {
        gap: 13px;
    }
}

.game-art-services .art-lists-outer ul li {
    width: 280px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .game-art-services .art-lists-outer ul li {
        width: 24%;
    }
}

@media only screen and (max-width: 1199px) {
    .game-art-services .art-lists-outer ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .game-art-services .art-lists-outer ul li.slick-slide .inner-content {
        margin: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .game-art-services .art-lists-outer ul li.slick-slide .inner-content {
        margin: 5px;
    }
}

.game-art-services .art-lists-outer ul li .inner-content .img-wrap {
    position: relative;
    overflow: hidden;
}

.game-art-services .art-lists-outer ul li .inner-content .img-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(45, 42, 42, 0.97) 0%, rgba(12, 11, 11, 0.87) 100%);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in;
}

.game-art-services .art-lists-outer ul li .inner-content .img-wrap img {
    width: 420px;
    aspect-ratio: auto 420/231;
    height: auto;
    max-width: 100%;
}

.game-art-services .art-lists-outer ul li .title-text {
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    transition: all 0.5s ease-in;
    opacity: 0;
    visibility: hidden;
}

.game-art-services .art-lists-outer ul li:hover,
.game-art-services .art-lists-outer ul li:hover .title-text {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in;
}

.game-art-services .art-lists-outer ul li:hover .inner-content .img-wrap:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in;
}

/*game art services section css ends here*/

/*other listing services css starts here*/

/*high perform services css starts here*/

@media only screen and (max-width: 1199px) {
    .highperform-services .services-slides {
        margin: 0;
    }
}

.highperform-services .services-slides .text-outer {
    max-width: 250px;
    margin: 0 auto;
}

.highperform-services .services-slides .owl-carousel .owl-stage {
    max-height: 100%;
    display: flex;
    align-items: center;
}

.highperform-services .services-slides .game-slider .owl-stage-outer {
    position: relative;
}

.highperform-services .services-slides .game-slider .current {
    border: 2px solid #639;
    box-sizing: border-box;
}

.highperform-services .services-slides .game-slider .current img {
    transform-style: flat !important;
}

.highperform-services .services-slides .game-slider .active.center + .active,
.highperform-services .services-slides .game-slider .active:first-child,
.highperform-services .services-slides .game-slider :not(.active) + .active {
    height: calc(510px - 30px);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .highperform-services .services-slides .game-slider .active.center + .active,
    .highperform-services .services-slides .game-slider .active:first-child,
    .highperform-services .services-slides .game-slider :not(.active) + .active {
        height: calc(460px - 30px);
    }
}

@media only screen and (max-width: 767px) {
    .highperform-services .services-slides .game-slider .active.center + .active,
    .highperform-services .services-slides .game-slider .active:first-child,
    .highperform-services .services-slides .game-slider :not(.active) + .active {
        height: calc(450px - 30px);
    }
}

@media only screen and (max-width: 480px) {
    .highperform-services .services-slides .game-slider .active.center + .active,
    .highperform-services .services-slides .game-slider .active:first-child,
    .highperform-services .services-slides .game-slider :not(.active) + .active {
        height: calc(380px - 30px);
    }
}

.highperform-services .services-slides .game-slider .active.center + .active .item .img-wrap,
.highperform-services .services-slides .game-slider .active:first-child .item .img-wrap,
.highperform-services .services-slides .game-slider :not(.active) + .active .item .img-wrap {
    height: calc(510px - 30px);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .highperform-services .services-slides .game-slider .active.center + .active .item .img-wrap,
    .highperform-services .services-slides .game-slider .active:first-child .item .img-wrap,
    .highperform-services .services-slides .game-slider :not(.active) + .active .item .img-wrap {
        height: calc(460px - 30px);
    }
}

@media only screen and (max-width: 767px) {
    .highperform-services .services-slides .game-slider .active.center + .active .item .img-wrap,
    .highperform-services .services-slides .game-slider .active:first-child .item .img-wrap,
    .highperform-services .services-slides .game-slider :not(.active) + .active .item .img-wrap {
        height: calc(450px - 30px);
    }
}

@media only screen and (max-width: 480px) {
    .highperform-services .services-slides .game-slider .active.center + .active .item .img-wrap,
    .highperform-services .services-slides .game-slider .active:first-child .item .img-wrap,
    .highperform-services .services-slides .game-slider :not(.active) + .active .item .img-wrap {
        height: calc(380px - 30px);
    }
}

.highperform-services .services-slides .game-slider .active.center + .active:before,
.highperform-services .services-slides .game-slider .active:first-child:before,
.highperform-services .services-slides .game-slider :not(.active) + .active:before {
    display: none;
}

.highperform-services .services-slides .game-slider .active.center + .active .item .img-wrap .text-box,
.highperform-services .services-slides .game-slider .active:first-child .item .img-wrap .text-box,
.highperform-services .services-slides .game-slider :not(.active) + .active .item .img-wrap .text-box {
    width: calc(100% - 50px);
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .highperform-services .services-slides .game-slider .active.center + .active .item .img-wrap .text-box,
    .highperform-services .services-slides .game-slider .active:first-child .item .img-wrap .text-box,
    .highperform-services .services-slides .game-slider :not(.active) + .active .item .img-wrap .text-box {
        width: calc(100% - 30px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .highperform-services .services-slides .game-slider .active.center + .active .item .img-wrap .text-box,
    .highperform-services .services-slides .game-slider .active:first-child .item .img-wrap .text-box,
    .highperform-services .services-slides .game-slider :not(.active) + .active .item .img-wrap .text-box {
        width: calc(100% - 70px);
    }
}

@media only screen and (max-width: 767px) {
    .highperform-services .services-slides .game-slider .active.center + .active .item .img-wrap .text-box,
    .highperform-services .services-slides .game-slider .active:first-child .item .img-wrap .text-box,
    .highperform-services .services-slides .game-slider :not(.active) + .active .item .img-wrap .text-box {
        width: calc(100% - 20px);
    }
}

.highperform-services .services-slides .game-slider .active.center + .active img,
.highperform-services .services-slides .game-slider .active:first-child img,
.highperform-services .services-slides .game-slider :not(.active) + .active img {
    width: 332px;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .highperform-services .services-slides .game-slider .active.center + .active img,
    .highperform-services .services-slides .game-slider .active:first-child img,
    .highperform-services .services-slides .game-slider :not(.active) + .active img {
        width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .highperform-services .services-slides .game-slider .active.center + .active img,
    .highperform-services .services-slides .game-slider .active:first-child img,
    .highperform-services .services-slides .game-slider :not(.active) + .active img {
        width: 350px;
    }
}

@media only screen and (max-width: 575px) {
    .highperform-services .services-slides .game-slider .active.center + .active img,
    .highperform-services .services-slides .game-slider .active:first-child img,
    .highperform-services .services-slides .game-slider :not(.active) + .active img {
        width: 100%;
    }
}

.highperform-services .services-slides .game-slider .active.center {
    height: calc(510px);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .highperform-services .services-slides .game-slider .active.center {
        height: calc(460px);
    }
}

@media only screen and (max-width: 767px) {
    .highperform-services .services-slides .game-slider .active.center {
        height: calc(450px);
    }
}

@media only screen and (max-width: 480px) {
    .highperform-services .services-slides .game-slider .active.center {
        height: calc(380px);
    }
}

.highperform-services .services-slides .game-slider .active.center:before {
    display: none;
}

.highperform-services .services-slides .game-slider .active.center .item .img-wrap {
    height: calc(510px);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .highperform-services .services-slides .game-slider .active.center .item .img-wrap {
        height: calc(460px);
    }
}

@media only screen and (max-width: 767px) {
    .highperform-services .services-slides .game-slider .active.center .item .img-wrap {
        height: calc(450px);
    }
}

@media only screen and (max-width: 480px) {
    .highperform-services .services-slides .game-slider .active.center .item .img-wrap {
        height: calc(380px);
    }
}

.highperform-services .services-slides .owl-carousel .owl-item {
    height: calc(510px - 80px);
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .highperform-services .services-slides .owl-carousel .owl-item {
        height: calc(460px - 80px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .highperform-services .services-slides .owl-carousel .owl-item {
        height: calc(460px - 60px);
    }
}

@media only screen and (max-width: 767px) {
    .highperform-services .services-slides .owl-carousel .owl-item {
        height: calc(450px - 60px);
    }
}

@media only screen and (max-width: 480px) {
    .highperform-services .services-slides .owl-carousel .owl-item {
        height: calc(380px - 60px);
    }
}

.highperform-services .services-slides .owl-carousel .owl-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(-76deg, #d9d9d9 -52.61%, rgba(217, 217, 217, 0) 96.36%);
    z-index: 2;
    border-radius: 16px;
}

.highperform-services .services-slides .game-slider .active.center + .active + .owl-item:before {
    background: linear-gradient(76deg, #d9d9d9 -52.61%, rgba(217, 217, 217, 0) 96.36%);
}

.highperform-services .services-slides .owl-carousel .owl-item .item .img-wrap {
    height: calc(510px - 80px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .highperform-services .services-slides .owl-carousel .owl-item .item .img-wrap {
        height: calc(460px - 80px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .highperform-services .services-slides .owl-carousel .owl-item .item .img-wrap {
        height: calc(460px - 60px);
    }
}

@media only screen and (max-width: 767px) {
    .highperform-services .services-slides .owl-carousel .owl-item .item .img-wrap {
        height: calc(450px - 60px);
    }
}

@media only screen and (max-width: 480px) {
    .highperform-services .services-slides .owl-carousel .owl-item .item .img-wrap {
        height: calc(380px - 60px);
    }
}

.highperform-services .services-slides .owl-carousel .owl-item img {
    max-width: 100%;
    aspect-ratio: auto 358/510;
    object-fit: cover;
    height: 100%;
    border-radius: 16px;
}

.highperform-services .services-slides .game-slider .item .img-wrap {
    position: relative;
}

.highperform-services .services-slides .game-slider .item .img-wrap .text-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    width: calc(100% - 20px);
    text-align: center;
    background: rgba(47, 45, 35, 0.91);
    padding: 18px 30px 16px;
    border-radius: 16px;
    color: var(--firstcolor);
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.48px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .highperform-services .services-slides .game-slider .item .img-wrap .text-box {
        width: calc(100% - 30px);
    }
}

/*high perform services css ends here*/

/*new section  services css starts here*/

.new-section-services {
    overflow: hidden;
}

.new-section-services .section-outer .section-inner {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.new-section-services .section-outer .left-side {
    width: 55.33%;
    padding: 30px;
    background-color: var(--firstcolor);
    min-height: 100%;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 991px) {
    .new-section-services .section-outer .left-side {
        display: none;
    }
}

.new-section-services .section-outer .left-side .inner-content .img-wrap img {
    width: 602px;
    aspect-ratio: auto 602/482;
    height: auto;
    max-width: 100%;
}

.new-section-services .section-outer .left-side .inner-content .text-box {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.new-section-services .section-outer .left-side .inner-content .text-box .service-text {
    font-family: var(--Manrope);
}

.new-section-services .section-outer .right-side {
    width: calc(44.67% - 25px);
    margin-left: 25px;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .new-section-services .section-outer .right-side {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .new-section-services .section-outer .right-side ul {
        display: flex;
        flex-wrap: nowrap !important;
        overflow: hidden;
        overflow-x: scroll;
    }
}

.new-section-services .section-outer .right-side ul li:first-child {
    padding-top: 0;
}

.new-section-services .section-outer .right-side ul li {
    padding-top: 20px;
}

@media only screen and (max-width: 991px) {
    .new-section-services .section-outer .right-side ul li {
        min-width: 60%;
        padding-top: 0;
        margin: 10px 15px 5px 0;
    }
}

@media only screen and (max-width: 767px) {
    .new-section-services .section-outer .right-side ul li {
        min-width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .new-section-services .section-outer .right-side ul li:last-child {
        margin-right: 0;
    }
}

.new-section-services .section-outer .right-side ul li .item {
    padding: 20px;
    background: var(--firstcolor);
    display: flex;
    gap: 20px;
    align-items: start;
    width: 100%;
    box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s ease-in;
    border: 2px solid transparent;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .new-section-services .section-outer .right-side ul li .item {
        height: 100%;
        box-shadow: none;
        border: 1px solid var(--greylightone);
    }
}

@media only screen and (max-width: 575px) {
    .new-section-services .section-outer .right-side ul li .item {
        border-radius: 15px;
        gap: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .new-section-services .section-outer .right-side ul li .item {
        padding: 20px;
    }
}

.new-section-services .section-outer .right-side ul li:hover .item {
    border: 2px solid #8dd18a;
    background-color: rgba(244, 244, 244, 0.75);
    -webkit-transition: all 0.4s ease-in;
}

@media only screen and (max-width: 991px) {
    .new-section-services .section-outer .right-side ul li:hover .item {
        border: 1px solid var(--yellowcolor);
    }
}

.new-section-services .section-outer .right-side ul li .item .content-wrap .para-text {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    margin-top: 5px;
}

@media only screen and (max-width: 575px) {
    .new-section-services .section-outer .right-side ul li .item .content-wrap .para-text {
        -webkit-line-clamp: inherit;
        margin-top: 10px;
    }
}

.new-section-services .section-outer .right-side ul li .item .icon {
    /*display: flex;*/
    align-items: center;
    background: var(--lightsky);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    justify-content: center;
    flex: 0 0 auto;
    display: none;
}

@media only screen and (max-width: 480px) {
    .new-section-services .section-outer .right-side ul li .item .icon {
        margin-top: 20px;
        position: absolute;
        bottom: 20px;
    }
}

/*new section  services css starts here*/

/*game development work slider css starts here*/

/*home page video section css starts here*/

.videosection {
    margin-top: 0;
}

.videosection .backSlide {
    position: relative;
    z-index: 1;
    background-size: cover;
    width: 100%;
    height: 760px;
    margin: auto;
    border-radius: 20px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
    .videosection .backSlide {
        height: initial;
    }
}

@media only screen and (max-width: 767px) {
    .videosection .backSlide {
        border-radius: 0;
    }
}
.videosection .backSlide .frame-img {
    width: 1200px;
    aspect-ratio: auto 1200/760;
}

.videosection .backSlide img {
    border-radius: 20px;
}

.videosection .backSlide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(9px);
    -webkit-filter: blur(9px);
    background-color: rgba(14, 19, 76, 0.9);
    z-index: -1;
}

.videosection .imageStyle {
    object-fit: contain;
    border-radius: 15px;
}

.videosection .firstSlide {
    position: absolute;
    left: 6%;
    top: 12%;
}

.videosection .secondSlide {
    position: absolute;
    right: 11%;
    top: 7%;
}

.videosection .thirdSlide {
    position: absolute;
    right: 6%;
    top: 52%;
}

.videosection .fourthSlide {
    position: absolute;
    left: 11%;
    top: 54%;
}

.videosection .slides {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    transition: 0.4s all ease-in;
    aspect-ratio: auto 485/286;
    max-width: 100%;
    width: 484px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .videosection .slides {
        min-width: 45%;
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .videosection .slides {
        min-width: 55%;
    }
}

@media only screen and (max-width: 575px) {
    .videosection .slides {
        min-width: 65%;
    }
}

.videosection .slides .imageStyle {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1199px) {
    .videosection .slides .imageStyle {
        max-width: 100%;
        position: initial;
        transform: none;
    }
}

.videosection .middleSlide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
}

.videosection .middleSlide .forPlay {
    width: 100%;
}

.videosection .middleSlide .forPlay .playVideo {
    position: absolute;
    outline: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    border: none;
    box-shadow: none;
    height: 70px;
    width: 70px;
    background-color: rgba(255, 255, 255, 0.25);
    transition: 0.4s all ease-in;
}

@media only screen and (max-width: 991px) {
    .videosection .middleSlide .forPlay .playVideo {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .videosection .middleSlide .forPlay .playVideo {
        width: 40px;
        height: 40px;
    }
}

.videosection .middleSlide .forPlay .playVideo:focus {
    box-shadow: none;
    outline: none;
}

.videosection .middleSlide .forPlay .playVideo .play-icon {
    aspect-ratio: auto 60/60;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    transition: 0.4s all ease-in;
}

.videosection .middleSlide .forPlay .playVideo .play-icon:hover {
    border: 5px solid white;
    transition: 0.4s all ease-in;
}

.videosection .playVideo {
    z-index: 2;
}

.videosection .videoPlayer {
    display: none;
    position: relative;
    z-index: 1;
    background-size: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    line-height: 0;
    background-color: #ffffff;
}

.videosection .videoPlayer .closeVideo {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    width: 30px;
    margin: 0;
    padding: 0;
    border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
    .videosection .videoPlayer .closeVideo {
        right: 20px;
    }
}

.videosection .videoPlayer .closeVideo .close-icon {
    aspect-ratio: auto 40/40;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 1px solid white;
}

.videosection .videoPlayer video {
    width: 100%;
    height: 100%;
    margin: auto;
}

@media only screen and (max-width: 1199px) {
    .videosection .slides {
        position: initial;
    }

    .videosection .firstSlide,
    .videosection .secondSlide,
    .videosection .thirdSlide,
    .videosection .middleSlide,
    .videosection .fourthSlide {
        position: initial;
        transform: initial;
    }

    .portfolio-parent {
        display: flex;
        overflow: auto;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.videosection .playVideo {
    position: absolute;
    outline: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    box-shadow: none;
    height: 70px;
    width: 70px;
    background-color: rgba(255, 255, 255, 0.25);
    transition: 0.4s all ease-in;
}

@media only screen and (max-width: 1199px) {
    .videosection .playVideo {
        position: absolute;
    }
}

@media only screen and (max-width: 991px) {
    .videosection .playVideo {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .videosection .playVideo {
        width: 40px;
        height: 40px;
    }
}

.videosection .playVideo .play-icon {
    aspect-ratio: auto 60/60;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    transition: 0.4s all ease-in;
}

@media only screen and (max-width: 1199px) {
    .videosection .firstSlide {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 1366px) {
    .videosection .video-container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1365px) {
    .videosection .video-container {
        padding: 0 30px;
    }
}

.video-outer .resp-view {
    margin-top: 20px;
}

/*game development work slider css ends here*/

/* portfolio section filter  */

@media only screen and (max-width: 1199px) {
    .inner-portfolio-outer.detail-page {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .inner-portfolio-outer.detail-page {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-portfolio-outer.detail-page {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .inner-portfolio-outer.detail-page {
        padding-top: 35px;
    }
}

.inner-portfolio-outer.detail-page .section-portfolio-works .our-work {
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    .portfolio-listing-page .hire-banner-section .main-outer .title-wrapper {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .our-work-filter-list {
        overflow: auto;
    }
}

.our-work-filter-list ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .our-work-filter-list ul {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .our-work-filter-list ul {
        gap: 10px;
    }
}

.our-work-filter-list ul li button {
    padding: 6px 29px;
    background-color: #eee;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 50px;
    display: block;
    transition: var(--transition);
}

@media only screen and (max-width: 991px) {
    .our-work-filter-list ul li button {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .our-work-filter-list ul li {
        padding-bottom: 10px;
    }
}

.our-work-filter-list ul li button.active,
.our-work-filter-list ul li button:focus,
.our-work-filter-list ul li button:hover {
    background-color: var(--secondcolor);
    transition: var(--transition);
    border: 1px solid transparent;
    color: var(--firstcolor);
}

.inner-portfolio-outer .tabcontent {
    display: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* portfolio section filter ends here */

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Fade in tabs ends here*/
