/* ==========start=css=gayn=30-03-26============== */

.unreal-box-common {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    background: #0B1222;
    box-shadow: inset 0 0 0 1px rgba(250, 250, 250, 0.08);
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    align-items: flex-start;
}

.unreal-box-common::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    border-radius: 21px;
    background: linear-gradient(90deg, #531A8B, #223368, #4050D0);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.unreal-box-common:hover {
    box-shadow: none;
}

.unreal-box-common:hover::before {
    opacity: 1;
}

.unreal-box-common>* {
    position: relative;
    z-index: 1;
}

.unreal-box-common::after {
    content: '';
    position: absolute;
    width: 150px;
    background: linear-gradient(90deg, rgba(125, 155, 232, 0) 26.06%, #7D9BE8 50%, rgba(125, 155, 232, 0) 73.94%);
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.unreal-icon-bg {
    /* width: 50px; /
    / height: 50px; */
    padding: 7px;
    border-radius: 5px;
    background: rgba(17, 26, 53, 1);
    box-shadow: 0px 2px 1px 0px #CFE7FF33 inset;
    width: auto;
    align-items: flex-start;
}

/* ==========start=css=gayn=01-04-2026============== */


/* ========sec-indus-bg==start=css=gayn=02-04-2026============== */

.sec-indus-bg {
    width: 54px;
    height: 52px;
    background: #111A35;
    border-radius: 8px;
    box-shadow: 0px 1px 1px 0px #CFE7FF33 inset;
    padding: 0 27px;
    margin: 0px 25px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .sec-indus-bg {
        margin: 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-indus-bg {
        margin: 5px;
    }
}

@media (max-width: 767px) {
    .sec-indus-bg {
        margin: 0;
    }
}

.sec-indus-bg:hover {
    transform: scale(1.1);
}

/* ========sec-indus-bg==end=css=gayn=02-04-2026============== */



/* =========start=-03-04-2026==Our Game Art Design Work========= */


/* .sec-design-work {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    position: relative;
    margin-bottom: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sec-design-work {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-design-work {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        justify-items: center;
    }
}

.sec-design-work .card {
    position: relative;
    width: 305px;
    padding: 20px;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(2deg, #0E2465 0%, #091a44 0%, #0B1222 40%);
    border: 1px solid #1D293D80;
    transition: all 0.4s ease;
    z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sec-design-work .card {
        width: 100%;
        justify-content: space-between;
    }
}


@media only screen and (max-width: 767px) {
    .sec-design-work .card {
        width: 100%;
        justify-content: space-between;
    }
}

.sec-design-work .card:hover {
    width: 400px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(13, 32, 85, 1) 0%, rgba(12, 19, 37, 1) 35%, rgba(12, 19, 37, 1) 50%, rgba(12, 19, 37, 1) 63%, rgba(13, 33, 89, 1) 100%);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sec-design-work .card:hover {
        width: 100%;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .sec-design-work .card:hover {
        width: 100%;
    }
}

.sec-design-work .card img {
    width: 100%;
    height: calc(50% - 10px);
    object-fit: cover;
    border-radius: 12px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
}

@media only screen and (max-width: 1024px) {
    .sec-design-work .card img {
        opacity: 1;
        transform: translateY(0);
    }
}

.sec-design-work .card:hover img {
    opacity: 1;
    transform: translateY(0);
}

@media only screen and (max-width: 1024px) {
    .sec-design-work .card:hover img {
        opacity: 1;
        transform: translateY(0);
    }
}

.sec-design-work .card-content {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.sec-design-work .tag {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #FAFAFA;
    font-weight: 400;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 20px;
    margin-top: 4px;
    background: linear-gradient(0.22deg, rgba(3, 0, 21, 0.7) 0%, rgba(3, 0, 21, 0.5) 100%);
    border: 1px solid #FAFAFA26;
    transition: all 0.4s ease;
}

.sec-design-work .tagextra {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #90A1B9;
    font-weight: 400;
    padding: 6px 10px;
}

.sec-design-work h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    margin: 20px 0;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    .sec-design-work h3 {
        font-size: 26px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-design-work h3 {
        font-size: 22px;
        line-height: 28px;
        margin: 10px 0;
    }
}

.sec-design-work p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #90A1B9;
    font-weight: 400;
}

.sec-design-work .card.one-four {
    flex-direction: column-reverse;
}

@media only screen and (max-width: 1024px) {
    .sec-design-work .card.one-four {
        flex-direction: column;
    }
}

.sec-design-work .card:hover .card-content {
    margin-top: auto;
}

@media only screen and (max-width: 1024px) {
    .sec-design-work .card:hover .card-content {
        margin-bottom: auto;
    }
}

.sec-design-work .card.one-four:hover .card-content {
    margin-top: 0;
    margin-bottom: auto;
}

@media only screen and (max-width: 1024px) {
    .sec-design-work .card.one-four:hover .card-content {
        margin-bottom: 0;
        margin-top: auto;
    }
} */


/* =========end=-03-04-2026==Our Game Art Design Work========= */



/* =========start=-06-04-2026==Why Is 300Mind The Best========= */



/*

 .sec-mind-best-game {
    max-width: 1261px;
    width: 100%;
    margin: 0 auto;
}

.sec-mind-best-game .innerbox {
    width: 100%;
    display: grid;
    grid-template-columns: 584px 1fr;
    gap: 60px;
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .sec-mind-best-game .innerbox {
        grid-template-columns: 500px 1fr;
        gap: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .innerbox {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }
}@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .innerbox {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

.sec-mind-best-game .imgleft-box {
    width: 100%;
    position: relative;
    z-index: 1;
}
.sec-mind-best-game .imgleft-box::before {
    width: 134px;
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: url('./assets/images/rectangle-left.webp');
    background-repeat: no-repeat;
    height: 270px;
    z-index: -1;
}
@media (min-width: 768px) and (max-width: 1024px) {
       .sec-mind-best-game .imgleft-box::before {
        top: 0px;
        left: 0px;
        height: 270px;
    }


 } sec-mind-best-game

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .imgleft-box::before {
        top: -10px;
        left: -10px;
        height: 270px;
    }
}

.sec-mind-best-game .imgleft-box .left-border-img{
    width: auto;
}
.sec-mind-best-game .imgleft-box .left-border-img img{
    width: 100%;
    border-radius: 10px;
    border: solid 1px rgba(246, 246, 246, 0.2);
}

.rectangle-shadow {
    width: 100%;
    position: relative;
    bottom: 20px;
    right: 40px;
    margin: 0 auto;
    text-align: right;
    z-index: -1;
}
@media (min-width: 992px) and (max-width: 1024px) {
    .rectangle-shadow {
        right: 100px;
        bottom: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .rectangle-shadow {
        right: 100px;
        bottom: 40px;
        height: 60px;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .rectangle-shadow {
        right: 50px;
        bottom: 58px;
        height: 70px;
    }
}
@media only screen and (max-width: 574px) {
    .rectangle-shadow{
        right: 0px;
        bottom: 55px;
        height: 70px;
    }
}
@media only screen and (max-width: 425px) {
    .rectangle-shadow{
        right: 0px;
        bottom: 56px;
        height: 70px;
    }
}

.sec-mind-best-game .right-main-box{
    width: 100%;
}

.sec-mind-best-game .right-main-box h2{
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .sec-mind-best-game .right-main-box h2{
        font-size: 34px;
        line-height: 43px;
        text-align: center;
        margin-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sec-mind-best-game .right-main-box h2{
        font-size: 34px;
        line-height: 43px;
        text-align: center;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-mind-best-game .right-main-box h2{
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-top: 60px;
    }
}

.sec-mind-best-game .right-main-box p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.003em;
    color: #90A1B9;
    margin: 20px 0px 30px 0px;
    display: inline-block;
}
@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .right-main-box p{
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
        margin: 15px 0px 20px 0px;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
     .sec-mind-best-game .right-main-box p{
        margin: 10px 0px 10px 0px;
        text-align: center;
    }
}

.sec-mind-best-game .unique-bg{
    position: relative;
    background: #0B1222;
    border: 1px solid #1D293D80;
    border-radius: 24px;
    padding: 20px;
    margin-top: 30px;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .unique-bg{
        padding: 30px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .sec-mind-best-game .unique-bg{
        padding: 15px;
        margin-top: 20px;
    }
}

.sec-mind-best-game .unique-bg::after{
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    right: 0;
    background: url('./assets/images/topdesign.webp');
    background-repeat: no-repeat;
    height: 1px;
    background-position: center center;
}

.sec-mind-best-game .counting-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 30px;
}
@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .counting-grid{
        grid-template-columns: 54px 1fr;
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .sec-mind-best-game .counting-grid{
        grid-template-columns: 40px 1fr;
        gap: 20px;
    }
}

.sec-mind-best-game .count-number{
    width: 54px;
    height: 50px;
    line-height: 51px;
    letter-spacing: 0;
    background: linear-gradient(90deg, #155DFC 0%, #00B8DB 100%);
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 700;
    color: #0B1222;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .sec-mind-best-game .count-number{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        
    }
}
.sec-mind-best-game .unique-text-right{
    width: auto;
}

.sec-mind-best-game .unique-text-right .project-title{
    margin: 0px 0px;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0;
    color: #FAFAFA;
}
@media only screen and (max-width: 767px) {
    .sec-mind-best-game .unique-text-right .project-title{
    margin: 0px 0px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.003em;
    }
}
.sec-mind-best-game .unique-text-right .text-description{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    color: #90A1B9;
    line-height: 28px;
    letter-spacing: -0.003em;
}

@media only screen and (max-width: 1024px) {
    .sec-mind-best-game .unique-text-right .text-description{
        margin-top: 20px;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
    }    
}
@media only screen and (max-width: 767px) {
    .sec-mind-best-game .unique-text-right .text-description{
        margin-top: 10px;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
    }    
}  */


/* =========end=-06-04-2026==Why Is 300Mind The Best========= */



/* =========start=-07-04-2026=sec-Our Creative Game Art Services========== */

.sec-our-game-services {
    width: 100%;
}

.sec-our-game-services .game-art-inner {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .sec-our-game-services .game-art-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .sec-our-game-services .game-art-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.sec-our-game-services .servicecard {
    background: linear-gradient(152deg,
            rgba(12, 26, 62, 1) 0%,
            rgba(11, 18, 34, 1) 50%,
            rgba(27, 42, 86, 1) 100%);
    border-radius: 24px;
    padding: 30px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    flex-direction: column;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-our-game-services .servicecard {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .sec-our-game-services .servicecard {
        padding: 15px;
        gap: 20px;
    }
}

.sec-our-game-services .servicecard img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.sec-our-game-services .servicecard .title-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sec-our-game-services .servicecard h3 {
    font-size: 30px;
    line-height: 40px;
    color: #FAFAFA;
    font-weight: 400;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-our-game-services .servicecard h3 {
        font-size: 26px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .sec-our-game-services .servicecard h3 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.03em;
    }
}

.sec-our-game-services .servicecard p {
    font-size: 16px;
    line-height: 23px;
    color: #90A1B9;
    margin: 0;
}

.sec-our-game-services .servicecard:hover {
    transform: translateY(-10px);
}


/* =========end=-07-04-2026=sec-Our Creative Game Art Services========== */



/* =========start=-13-04-2026=sec-Our Game Environment Design Work========== */

/* 
.sec-game-environment {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px;
}

.sec-game-environment .environ-grid-main {
    width: 100%;
    display: grid;
    grid-template-columns: 383px 1fr;
    gap: 90px;
}
@media (min-width: 1366px) and (max-width: 1599px) {
    .sec-game-environment .environ-grid-main {
        gap: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .sec-game-environment .environ-grid-main {
        grid-template-columns: 380px 1fr;
        gap: 40px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .sec-game-environment .environ-grid-main {
        grid-template-columns: 350px 1fr;
        gap: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-game-environment .environ-grid-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .environ-grid-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.sec-game-environment .left-part-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sec-game-environment .left-part-box{
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .sec-game-environment .left-part-box{
        gap: 10px;
    }
}

.sec-game-environment .left-part-box h2{
    margin: 0;
    color: #FAFAFA;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sec-game-environment .left-part-box h2{
        font-size: 34px;
        line-height: 43px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .sec-game-environment .left-part-box h2{
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
}

.sec-game-environment .left-part-box .description-btn{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sec-game-environment .left-part-box .description-btn::before{
    width: 100%;
    content: "";
    position: absolute;
    background: url(./assets/images/shadow-left-text.webp); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 center;
    top: 25%;
    left: 0;
    height: 100%;
}


@media (max-width: 1365px) {
    .sec-game-environment .left-part-box .description-btn::before{
        display: none;
    }
}

.sec-game-environment .left-part-box .description-btn .text-para{
    z-index: 1;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.003em;
    font-weight: 400;
    color: #90A1B9;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sec-game-environment .left-part-box .description-btn .text-para{
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
        gap: 40px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .left-part-box .description-btn .text-para{
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0;
        gap: 30px;
        text-align: center;
    }
}

.sec-game-environment .left-part-box .description-btn .explore-btn{
    position: relative;
    z-index: 1;
}
.sec-game-environment .left-part-box .description-btn .explore-btn a{
    position: relative;
    padding: 22px 24px;
    border-radius: 50px;
    background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
    transition: all .4s ease-in-out;
    background-size: 200% auto;
    color: #FAFAFA;
    text-decoration: none;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    z-index: 1;
    display: inline-flex;
}
.sec-game-environment .left-part-box .description-btn .explore-btn a:hover{
    color: #fff;
    transition: all .4s ease-in-out;
	background-position: right center;
}
.sec-game-environment .left-part-box .description-btn .explore-btn a span{
    padding-left: 12px;
}

@media (max-width: 1024px) {
    .sec-game-environment .left-part-box .description-btn .explore-btn{
        display: none;
    }
}

@media (min-width: 1025px) {
    .sec-game-environment .explore-btn-bottom{
        display: none;
    }
}

@media (max-width: 1024px) {
    .sec-game-environment .explore-btn-bottom{
        text-align: center;
    }

    .sec-game-environment .explore-btn-bottom a{
        position: relative;
        display: inline-block;
        padding: 22px 24px;
        border-radius: 50px;
        background: linear-gradient(90deg, #0072ff, #00c6ff);
        background-image: linear-gradient(to right, #155DFC 0%, #00B8DB 45%, #155DFC 100%);
        transition: all .4s ease-in-out;
        background-size: 200% auto;
        color: #FAFAFA;
        text-decoration: none;
        font-size: 18px;
        line-height: 16px;
        font-weight: 600;
        z-index: 1;
          display: inline-flex;
        align-items: center;
    }
    .sec-game-environment .explore-btn-bottom a:hover{
        color: #fff;
        transition: all .4s ease-in-out;
	    background-position: right center;
    }
    .sec-game-environment .explore-btn-bottom a span{
        padding-left: 12px;
    }
} 
    
.sec-game-environment .right-part-box .card-bg-inner{
    position: relative;
    display: flex;
    padding: 20px;
    border-radius: 24px;
    background: #0B1222;
    align-items: center;
    margin-top: 30px;
    z-index: 1;
}

@media (max-width: 767px) {
    .sec-game-environment .right-part-box .card-bg-inner{
        margin-top: 20px;
    }
}
.sec-game-environment .right-part-box .card-bg-inner:first-child{
    margin-top: 0;
}

.sec-game-environment .right-part-box .card-bg-inner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url('./assets/images/game-top-border.webp');
    background-repeat: no-repeat;
    background-position: top center;
    height: 1px;
}

.sec-game-environment .right-part-box .card-bg-inner::before{
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(./assets/images/game-shadow-line.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 190px;
}


.sec-game-environment .right-part-box .card-bg-inner .inner-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 410px 1fr;
    gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid{
        grid-template-columns: 300px 1fr;
        gap: 24px;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid{
        grid-template-columns: 250px 1fr;
        gap: 24px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid{
        grid-template-columns: 300px 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid{
        width: 100%;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .left-architecture{
    width: 100%;
}
.sec-game-environment .right-part-box .card-bg-inner .inner-grid .left-architecture img{
    width: 100%;
    border-radius: 16px;
    border: 1px solid #FAFAFA14
}
.sec-game-environment .right-part-box .card-bg-inner .inner-grid .right-content-main{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sec-game-environment .right-part-box .card-bg-inner .inner-grid .right-content-main .game-span-box{
    width: 100%;
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .right-content-main .game-span-box span{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #FAFAFA;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    margin: 2px 0;
    background: linear-gradient(0.22deg, rgba(3, 0, 21, 0.7) 0%, rgba(3, 0, 21, 0.5) 100%);
    border: 1px solid #FAFAFA14;
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid h3{
    margin: 10px 0 0 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0;
    color: #FAFAFA;
   
}
@media (max-width: 1024px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid h3{
        font-size: 26px;
        line-height: 35px;
        margin: 10px 0 10px 0;
    }
}

@media (max-width: 767px) {
    .sec-game-environment .right-part-box .card-bg-inner .inner-grid h3{
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.003em;
        margin: 10px 0 10px 0;
    }
}

.sec-game-environment .right-part-box .card-bg-inner .inner-grid .text-forest{
    margin-top: auto;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #90A1B9;
    font-weight: 400;
}  */

/* =========end=-13-04-2026=sec-Our Game Environment Design Work========== */






/* =========start=-22-04-2026=hire-unreal-add-sec Work========== */

.hire-unreal-add-sec {
    padding: 0px;
}

.hire-unreal-add-sec .elementor-icon-list-text{
    padding: 16px 11px;
    background: #111A35;
    box-shadow: 0px 1px 1px 0px #CFE7FF33 inset;
    border-radius: 8px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hire-unreal-add-sec .elementor-icon-list-text{
        margin-top: 20px;
    }
}

/* =========end=-22-04-2026=hire-unreal-add-sec Work========== */




/* =======start=css=career-game-sec=28=04=2026======= */

/* 
.career-game-sec{
    margin: auto;
    color: #ffffff;
    display: grid;
    justify-content: center;
}

.career-game-sec .career-container{
    width: 100%;
    display: grid;
    grid-template-columns: 602px 1fr;
    gap: 20px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .career-game-sec .career-container{
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .career-container{
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .career-game-sec .career-container{
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.career-game-sec .career-container .left-box-area{
    width: 100%;
    z-index: 1;
}

.career-game-sec .career-container .left-box-area .paragtext-title{
    max-width: 500px;
    font-size: 34px;
    line-height: 43px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .career-game-sec .career-container .left-box-area .paragtext-title{
        font-size: 30px;
        line-height: 38px;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .career-game-sec .career-container .left-box-area .paragtext-title{
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .career-game-sec .career-container .left-box-area .paragtext-title{
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 30px;
        line-height: 40px;
    }
}

.career-game-sec .career-container .left-box-area .paragtext{
    margin: 30px 0px 58px 0px;
    font-size: 16px;
    line-height: 23px;
    color: #90A1B9;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .career-game-sec .career-container .left-box-area .paragtext{
        margin: 30px 0px 58px 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .career-game-sec .career-container .left-box-area .paragtext{
        font-size: 15px;
        margin: 15px 0px 35px 0px;
        line-height: 22px;
    }
}

@media (max-width: 1024px) {
    .career-game-sec .career-container .left-box-area .paragtext{
        max-width: 100%;
        margin: 15px 10px 40px 0px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .career-game-sec .career-container .left-box-area .paragtext{
        max-width: 100%;
        margin: 10px 10px 40px 0px;
        text-align: center;
    }
}

.career-game-sec .career-container .left-box-area .img-box-left-grid{
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .career-container .left-box-area .img-box-left-grid{
        display: flex;
        gap: 30px;
        width: 100%;
        justify-content: center;
    }
} 

@media (max-width: 767px) {
    .career-game-sec .career-container .left-box-area .img-box-left-grid{
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .career-game-sec .career-container .left-box-area .img-box-left-grid{
        display: grid;
        gap: 30px;
        width: 100%;
        justify-content: center;
    }
}

.career-game-sec .career-container .right-box-area{
    width: 100%;
    z-index: 1;
}

.career-game-sec .career-container .right-box-area-inn{
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: flex-end;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .career-container .right-box-area-inn{
        display: flex;
        gap: 30px;
        width: 100%;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .career-game-sec .career-container .right-box-area-inn{
        align-items: flex-start;
        gap: 30px;
    }
} 

@media (max-width: 575px) {
    .career-game-sec .career-container .right-box-area-inn{
        display: grid;
        gap: 24px;
        width: 100%;
        align-items: flex-start;
    }
}

.career-game-sec .second-part{
    display: flex;
    gap: 20px;
    z-index: 1;
    margin-left: 320px;
    margin-top: -102px;
}

@media (min-width: 1321px) and (max-width: 1365px) {
    .career-game-sec .second-part{
        margin-top: -102px;
        justify-content: flex-start;
    }
}

@media (min-width: 1281px) and (max-width: 1320px) {
    .career-game-sec .second-part{
        margin-top: -102px;
        margin-left: 318px;
    }
}

@media (min-width: 1241px) and (max-width: 1280px) {
    .career-game-sec .second-part{
        margin-top: -102px;
        margin-left: 298px;
    }
}

@media (min-width: 1231px) and (max-width: 1240px) {
    .career-game-sec .second-part{
        margin-top: -102px;
        margin-left: 296px;
    }
}

@media (min-width: 1200px) and (max-width: 1230px) {
    .career-game-sec .second-part{
        margin-top: -102px;
        margin-left: 288px;
    }
}

@media (min-width: 1181px) and (max-width: 1199px) {
    .career-game-sec .second-part{
        margin-top: -54px;
        margin-left: 283px;
    }
}

@media (min-width: 1151px) and (max-width: 1180px) {
    .career-game-sec .second-part{
        margin-top: -54px;
        margin-left: 275px;
    }
}

@media (min-width: 1131px) and (max-width: 1150px) {
    .career-game-sec .second-part{
        margin-top: -54px;
        margin-left: 270px;
    }
}

@media (min-width: 1101px) and (max-width: 1130px) {
    .career-game-sec .second-part{
        margin-top: -54px;
        margin-left: 270px;
    }
}

@media (min-width: 1076px) and (max-width: 1100px) {
    .career-game-sec .second-part{
        margin-top: -54px;
        justify-content: flex-start;
    }
}

@media (min-width: 1025px) and (max-width: 1075px) {
    .career-game-sec .second-part{
        margin-top: -52px;
        margin-left: 242px;
    }
}

@media (max-width: 575px) {
    .career-game-sec .second-part{
        display: block;
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .second-part {
        margin-left: 0px;
        margin-top: 24px;
        width: 100%;
        justify-content: center;
        gap: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .career-game-sec .second-part {
        margin-left: 0px;
        margin-top: 24px;
        width: 100%;
        justify-content: center;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .career-game-sec .second-part {
        margin-left: 0px;
        margin-top: 24px;
        width: 100%;
        justify-content: center;
    }
}

.career-game-sec .img-box-left-grid .oneim{
    width: auto;
}
.career-game-sec .img-box-left-grid .oneim img{
    width: 297px;
    height: 358px;
    border-radius: 20px;
    object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .img-box-left-grid .oneim img{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .career-game-sec .img-box-left-grid .oneim img{
        width: 100%;
        height: 100%;
    }
}

.career-game-sec .img-box-left-grid .twoim{
    width: auto;
}
.career-game-sec .img-box-left-grid .twoim img{
    width: 285px;
    height: 242px;
    border-radius: 20px;
    object-fit: cover; 
}
@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .img-box-left-grid .twoim img{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .career-game-sec .img-box-left-grid .twoim img{
        width: 100%;
        height: 100%;
    }
}

.career-game-sec .right-box-area-inn .threeim{
    width: auto;
}
.career-game-sec .right-box-area-inn .threeim img{
    width: 304px;
    height: 460px;
    border-radius: 20px;
    object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .right-box-area-inn .threeim img{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .career-game-sec .right-box-area-inn .threeim img{
        width: 100%;
        height: 100%;
    }
}

.career-game-sec .right-box-area-inn .fourim{
    width: auto;
}
.career-game-sec .right-box-area-inn .fourim img{
    width: 254px;
    height: 326px;
    border-radius: 20px;
    object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .right-box-area-inn .fourim img{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .career-game-sec .right-box-area-inn .fourim img{
        width: 100%;
        height: 100%;
    }
}

.career-game-sec .second-part .fiveim{
    width: auto;
}
.career-game-sec .second-part .fiveim img{
    width: 396px;
    height: 299px;
    border-radius: 20px;
    object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .second-part .fiveim img{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .career-game-sec .second-part .fiveim img{
        width: 100%;
        height: 100%;
    }
}

.career-game-sec .second-part .sixim{
    width: auto;
}
.career-game-sec .second-part .sixim img{
    width: 304px;
    height: 212px;
    border-radius: 20px;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .career-game-sec .second-part .sixim img{
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .career-game-sec .second-part .sixim img{
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 575px) {
    .career-game-sec .second-part .sixim img{
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
} 
    
*/


/* =======end=css=career-game-sec=28=04=2026======= */

/* .font-lato .tawk-min-container .tawk-custom-color .tawk-custom-border-color .tawk-outline .tawk-button{
    background-color: #4050D0 !important;
} */








