.outer-layer-telegram-dev{
    background-color: #04192D;
}
.banner-telegram.common-banner-new .banner-content-set h1{
    background: linear-gradient(90deg, #44C7FF 0%, #00D9FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: none;
max-width: max-content;
}
.outer-layer-telegram-dev .gradient-btn-telegram.revamp-new-btn {
    background: linear-gradient( to top, #44C7FF 40%, #00D9FF 100%);
    border-radius: 3rem;
    border: 2px solid #000 !important;
    box-shadow: 0 0 4px #00D9FF;
    color: #fff !important;
    position: relative;
    display: inline-block;
}
/* .banner-telegram.common-banner-new .banner-content-set .revamp-new-btn::before{
    content: "";
    background: linear-gradient( to top, #44C7FF 40%, #00D9FF 100%);
    border-radius: 30px;
} */
 .recent-projects-inner{
    position: relative;
 }
 .recent-projects-inner img{
    width: 100%;
    height: 70vh;
 }
 .recent-projects-inner div.upper-text {
    position: absolute;
    bottom: 1rem;
    max-width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.recent-projects{
    max-height: 70vh;
    /* overflow-x: hidden;
    overflow-y: visible !important; */
}
.recent-projects .slick-prev {
    z-index: 100;
    left: -1rem;
    height: 2rem;
    width: 2rem;
    opacity: 1;
}
.recent-projects .slick-prev::before{
    content: "";
    position: absolute;
    background-image: url(../new-images/telegram-game-development/sliderleft.webp);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.recent-projects .slick-next {
    z-index: 100;
    right: -1rem;
    height: 2rem;
    width: 2rem;
    opacity: 1;
    display: block !important;
}

.recent-projects .slick-next::before{
    content: "";
    position: absolute;
    background-image: url(../new-images/telegram-game-development/sliderright.webp);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.outer-layer-telegram-dev .dark-bg-sec{
    background-color: #122943 !important;
}

.telegram-service-inner {
    border-radius: 10px;
    border: 2px solid #4497FF;
    background: #122943;
    margin-top: 3rem;
    position: relative;
    margin-bottom: 2rem;
    padding: 2rem 2rem;
    min-height: 19rem;
}
.telegram-service-inner::before {
    border-radius: 0px 0px 9px 9px;
    background: linear-gradient(0deg, #4497FF 0.01%, #00D9FF 99.99%);
    width: 100%;
    height: 1rem;
    content: "";
    bottom: -0.5rem;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.telegram-service-inner img {
    margin: auto;
    height: 6rem;
    margin-top: -5rem;
}
.telegram-service-inner h4{
    color: #fff;
    margin-top: 1rem;
}
.telegram-service-inner p{
    color: #fff;
}
.telegram-game-slider .items{
padding: 1.5rem;
}
.telegram-game-slider .slick-prev {
    z-index: 100;
    left: auto;
    height: 2.8rem;
    width: 2.8rem;
    opacity: 1;
    top: -3rem;
    right: 5.5rem;
}
.telegram-game-slider .slick-prev::before{
    content: "";
    position: absolute;
    background-image: url(../new-images/telegram-game-development/right.webp);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.telegram-game-slider .slick-next {
    z-index: 100;
    right: 1.5rem;
    height: 2.8rem;
    width: 2.8rem;
    opacity: 1;
    display: block !important;
    top: -3rem;
}

.telegram-game-slider .slick-next::before{
    content: "";
    position: absolute;
    background-image: url(../new-images/telegram-game-development/left.webp);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.telegram-service-inner.roadmap-step {
    border-radius: 50%;
    padding: 8rem 4rem 2rem 4rem;
    background-color: #04192D;
    border: none;
    min-height: 27rem;
}
.telegram-service-inner.roadmap-step::before {
    height: 102%;
    border-radius: 50%;
    width: 101%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0.5%;
    opacity: 0.3;
}
.telegram-service-inner.roadmap-step img {
    margin: auto;
    height: 10rem;
    margin-top: -11rem;
    margin-bottom: 2rem;
}
.type-game-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    text-align: center;
    height: 12rem;
    width: 12rem;
    padding: 0.5rem 3rem;
    margin: 3rem 0;
}
.type-game-inner::before {
    content: "";
    position: absolute;
    border: 3px solid #35AEFF;
    background-color:#122943 !important;
    height: 100%;
    width: 100%;
    border-radius: 0.5rem;
    transform: rotate(45deg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.type-game-inner > div{
    position: relative;
    z-index: 2;
}
.type-game-inner h4 {
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(0deg, #4497FF 0.01%, #00D9FF 99.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
    margin-bottom: 0;
}
.type-game-inner img {
    height: 3.5rem;
    margin-bottom: 1rem;
}
.flex-type-telegram {
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-layer-telegram-dev .heading-new-common{
    background: linear-gradient(90deg, #44C7FF 0%, #00D9FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.outer-layer-telegram-dev .text-tele-blue{
color: #44C7FF !important;
}
.stategies-inner-box.telegram-service-inner {
    padding: 2rem 1.5rem;
    border: none !important;
    border-radius: 0;
    background-image: url(../new-images/telegram-game-development/strategy-outer.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 21rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.stategies-inner-box.telegram-service-inner img {
    height: auto;
    width: 30%;
    margin: 0;
}
.stategies-inner-box.telegram-service-inner p{
    opacity: 0.8;
}
.telegram-service-inner.highlight-box-inner {
    min-height: 18rem;
}
.telegram-service-inner.highlight-box-inner::before{
    content: none;
}
.telegram-service-inner.highlight-box-inner .img-flex {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.telegram-service-inner.highlight-box-inner img {
    margin: 0;
    height: 5rem;
    margin-right: 1rem;
}
.telegram-service-inner.highlight-box-inner p {
    margin-bottom: 0;
}
.why-choose-inner-tele {
    background-image: url(../new-images/telegram-game-development/hexa-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    min-height: 11rem;
    margin: 1rem 0;
}
.rewards-sec-telegram .head-title{
    color: #44C7FF !important;
}
.faq-estate.faq-telegram .accordion-common .accordion-btn {
    color: #fff;
    padding: 1rem 0;
}
.faq-estate.faq-telegram .accordion-common .accordion-head {
    border: none;
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.faq-estate.faq-telegram .accordion-common .panel{
    background-color: transparent;
    padding-left: 0;
}
.faq-estate.faq-telegram .accordion-common .panel p{
    color: #fff;
}

@media (max-width: 1200px){
    .outer-layer-telegram-dev{
        font-size: 14px;
     }
     .why-choose-inner-tele {
        padding: 2rem;
        font-size: 1rem;
        font-weight: 400;
        min-height: 10rem;
    }
    .recent-projects-inner img {
        height: auto;
    }
    .flex-type-telegram {
        flex-wrap: wrap;
    }
    .telegram-service-inner.highlight-box-inner {
        min-height: 18rem;
        padding: 2rem 1rem;
    }
    .telegram-service-inner.roadmap-step {
         padding: 6rem 2rem 2rem 2rem;
        min-height: 24rem;
    }
    .telegram-service-inner.roadmap-step img {
        height: 7rem;
        margin-top: -8rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 768px) {
    .outer-layer-telegram-dev{
       font-size: 12px;
    }
    .recent-projects-inner img {
        width: 100%;
        height: 16rem;
        max-width: 100% !important;
        object-fit: cover;
    }
    .telegram-service-inner {
        margin-top: 3rem;
        position: relative;
        margin-bottom: 2rem;
        padding: 2rem 1rem;
        min-height: 17rem;
    }
    .telegram-service-inner.roadmap-step {
        padding: 9rem 2rem 2rem 2rem;
        min-height: 20rem;
    }
    .telegram-service-inner.roadmap-step img {
       height: 7rem;
        margin-bottom: 1rem;
        margin-top: -11rem;
    }
    .flex-type-telegram {
        flex-wrap: wrap;
    }
    .why-choose-inner-tele {
        min-height: 8rem;
        max-width: 8rem;
        margin: 1rem auto;
        font-size: 0.9rem;
    }
    .outer-layer-telegram-dev .our-services-telgram .heading-new-common {
        text-align: left;
        width: calc(100% - 5rem);
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .outer-layer-telegram-dev .common-new-para p {
        font-size: 0.7rem;
        line-height: 1rem;
    }
    .telegram-game-slider .slick-prev {
        height: 1.8rem;
        width: 1.8rem;
        right: 2.8rem;
    }
    .telegram-game-slider .slick-next {
        right: 0.5rem;
        height: 1.8rem;
        width: 1.8rem;
    }
    .telegram-service-inner img {
        height: 4rem;
        margin-top: -4rem;
    }
    .telegram-service-inner {
        margin-top: 2rem;
      
        min-height: 14rem;
    }
    .type-game-inner {
        height: 8rem;
        width: 8rem;
        padding: 0.5rem 1rem;
        margin: 1rem 0;
    }
    .type-game-inner img {
        height: 2.5rem;
        margin-bottom: 0.5rem;
    }
    .type-game-inner h4 {
       font-size: 0.9rem;
    }
    .stategies-inner-box.telegram-service-inner {
        min-height: auto;
    }
    .telegram-service-inner.highlight-box-inner {
        min-height: 14rem;
        padding: 2rem 1rem;
    }
    .telegram-service-inner.highlight-box-inner img {
       height: 3rem;
    }
}

/* blockchain game page css */

.outer-layer-dev-game{
    background-color: #051B2C;
}
.common-banner-new.blockchain-game-banner .banner-content-set h1 {
    text-shadow: none;
}
.outer-layer-dev-game .revamp-new-btn {
    background-image: url(../new-images/blockchain-game-development/button.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    padding: 1.3rem 2rem;
}
.common-banner-new.blockchain-game-banner .right-banner{
    width: 100%;
}
.outer-layer-dev-game .heading-new-common {
    background: linear-gradient(90deg, #D7B03D 0%, #F1D68D 50.5%, #D8AE24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
    margin: auto;
}
.outer-layer-dev-game .heading-forth{
    background: linear-gradient(90deg, #D7B03D 0%, #F1D68D 50.5%, #D8AE24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
}
.outer-layer-dev-game .dark-bg-sec{
    background-color: #0D2737;
}
.outer-service-blockchain-game {
    border-radius: 0.5rem;
    border: 1px solid #D7B03D;
    background: #051B2C;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.outer-service-blockchain-game .service-img {
    height: 5.5rem;
    margin-right: 1.5rem;
}
.outer-service-blockchain-game .common-new-para {
    position: relative;
    padding-left: 1rem;
}
.outer-service-blockchain-game .single-line {
    color: #fff;
    position: absolute;
    left: 0;
    top: 1px;
}
.telegram-service-inner.benefit-inner-box {
    border: 1px solid #D7B03D;
    background: #1B3650;
    box-shadow: 0px 5px 30px 0px rgba(67, 67, 68, 0.12);
    min-height: 15rem;
    margin: 4rem 1rem 2rem;
    padding: 1rem;
}
.telegram-service-inner.benefit-inner-box img{
    margin-bottom: 2rem;
}
.telegram-service-inner.highlight-immer-box {
    background-image: url(../new-images/blockchain-game-development/highlight-outer.webp);
    background-position: center;
    background-size: 100% 100%;
    border: none;
    background-color: transparent;
    margin: 2rem 0.5rem;
}
.telegram-service-inner.highlight-immer-box img {
    margin: 0;
    height: 5rem;
}
.outer-network-block-game{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: flex-start;
}
.outer-network-block-game .inner-network-icon{
    text-align: center;
    width: 32%;
    margin-bottom: 2rem;
}
.outer-network-block-game .inner-network-icon img{
height: 6rem;
margin-bottom: 1rem;
}
.outer-network-block-game .inner-network-icon h4{
    color: #FFF;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.outer-bg-bestigaming {
    background-image: url(/assets/new-images/blockchain-game-development/best-solution-banner.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 7rem;
    border-radius: 1rem;
}
.heading-new-common.text-white{
    -webkit-text-fill-color: #fff !important;
}
.outer-bg-build-game{
    background-image: url(/assets/new-images/blockchain-game-development/build-game-bg.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 7rem;
    border-radius: 1rem;
    position: relative;
}
.outer-bg-build-game::before {
    content: "";
    position: absolute;
    background-image: url(/assets/new-images/blockchain-game-development/build-game-left.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 30%;
    left: -12%;
    top: 0;
}
.outer-bg-build-game::after {
    content: "";
    position: absolute;
    background-image: url(/assets/new-images/blockchain-game-development/build-game-right.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 30%;
    right: -3%;
    top: 0;
}
.outer-bg-explore{
    background-image: url(/assets/new-images/blockchain-game-development/explore-bg.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 7rem;
    border-radius: 1rem;
    position: relative;
}
.roadmap-inner-box {
    background-image: url(/assets/new-images/blockchain-game-development/roadmap-box.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 3rem 19%;
    position: relative;
    min-height: 38rem;
    padding-top: 4rem;
}
.roadmap-inner-box h4{
    font-size: 1.1rem;
}
.roadmap-inner-box p{
    font-size: 1rem;
    font-weight: 300;
}
.roadmap-inner-box .roadmap-icon-top {
    background-image: url(/assets/new-images/blockchain-game-development/roadmap-icon-bg.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    height: 3.6rem;
    width: 9rem;
    position: absolute;
    top: -0.6rem;
    left: 0.9rem;
    justify-content: center;
}
.roadmap-inner-box .roadmap-icon-top img {
    height: 2.2rem;
}

.roadmap-slider .items{
    padding: 1rem;
    }
    .roadmap-slider .slick-slide,
.roadmap-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transition: all 0.4s ease-in-out;
}
    .roadmap-slider .slick-prev {
        z-index: 100;
        left: auto;
        height: 2.8rem;
        width: 2.8rem;
        opacity: 1;
        top: -3rem;
        right: 5.5rem;
    }
    .roadmap-slider .slick-prev::before{
        content: "";
        position: absolute;
        background-image: url(../new-images/telegram-game-development/right.webp);
        background-size: contain;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }
    .roadmap-slider .slick-next {
        z-index: 100;
        right: 1.5rem;
        height: 2.8rem;
        width: 2.8rem;
        opacity: 1;
        display: block !important;
        top: -3rem;
    }
    
    .roadmap-slider .slick-next::before{
        content: "";
        position: absolute;
        background-image: url(../new-images/telegram-game-development/left.webp);
        background-size: contain;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }
    .roadmap-slider .slick-list {
        padding-top: 6rem !important;
    }
    .roadmap-slider .slick-active:nth-of-type(2){
        margin-top: -3rem;
    }
    .roadmap-slider .items.slick-slide.slick-current.slick-active.slick-center {
        margin-top: -2rem;
    }
    .roadmap-slider-sec{
        position: relative;
    }
    .roadmap-slider-sec::before {
        content: "";
        background-image: url(/assets/new-images/blockchain-game-development/road.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -22px;
        height: 14rem;
        width: 100%;
    }
   
.outer-box-gatways {
    position: relative;
    height: 26rem;
    padding: 1rem 0;
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
}
.outer-box-gatways::before {
    content: "";
    background-image: url(/assets/new-images/blockchain-game-development/gatway-lines.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.outer-box-gatways .inner-block-gatways {
    text-align: center;
    background-image: url(/assets/new-images/blockchain-game-development/gatway-block.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 13rem;
    width: 15.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem;
    margin-left: 1.5%;
}
.outer-box-gatways .inner-block-gatways:nth-child(even) {
    position: absolute;
    
}
.outer-box-gatways .inner-block-gatways:nth-child(2) {
    left: 15%;
    bottom: 1rem;
}
.outer-box-gatways .inner-block-gatways:nth-child(3) {
    margin-left: 9%;
}
.outer-box-gatways .inner-block-gatways:nth-child(4) {
    left: 45.4%;
    bottom: 1rem;
}
.outer-box-gatways .inner-block-gatways:nth-child(5) {
    margin-left: 9.3%;
}
.outer-box-gatways .inner-block-gatways:nth-child(6) {
    left: 76%;
    bottom: 1rem;
}
.outer-layer-dev-game .accordion-common .panel{
    background-color: transparent;
    padding: 0;
}
.outer-layer-dev-game .accordion-common .panel.common-new-para p {
    color: #fff !important;
    padding: 0;
    opacity: 0.8;
    font-weight: 300;
}

@media (max-width: 1199px){
    .outer-bg-explore, .outer-bg-bestigaming {
        padding: 5rem 2rem;
    }
    .outer-bg-build-game::before {
        left: -15px;
    }
    .outer-box-gatways .inner-block-gatways {
        height: 11rem;
        width: 12.5rem;
        padding: 5rem;
        margin-left: 3%;
    }
    .outer-box-gatways .inner-block-gatways:nth-child(3) {
        margin-left: 12%;
    }
    .outer-box-gatways .inner-block-gatways:nth-child(5) {
        margin-left: 12.3%;
    }
    .outer-bg-build-game::after {
        right: 0;
    }
}

@media (max-width: 992px){
    .outer-bg-explore, .outer-bg-bestigaming {
        padding: 2rem 1rem;
    }
    .outer-box-gatways::before{
        content: none;
    }
    .outer-box-gatways {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }
    .outer-box-gatways .inner-block-gatways {
        position: static !important;
        margin: 0 !important;
    }
    .telegram-service-inner.highlight-immer-box {
        margin: 2rem auto;
        width: 17rem;
    }
    .roadmap-inner-box {
        padding: 3rem 12%;
        min-height: 42rem;
        padding-top: 5rem;
        max-width: 30rem;
        margin: 0 auto;
    }
}
@media (max-width: 768px){
    .roadmap-slider .slick-prev, .roadmap-slider .slick-next{
        top: 1rem;
    }
    .outer-service-blockchain-game {
        display: block;
        text-align: center;
    }
    .outer-service-blockchain-game .service-img {
        height: 4.5rem;
        margin-right: 0;
        margin-bottom: 0;
    }
    .outer-service-blockchain-game .single-line {
        display: none;
    }
    .outer-service-blockchain-game .common-new-para {
          padding-left: 0;
        margin-top: 1rem;
    }
    .telegram-service-inner.highlight-immer-box {
        margin: 1rem auto;
        width: 17rem;
    }
    .roadmap-inner-box {
        padding: 3rem 18%;
        min-height: 30rem;
        padding-top: 5rem;
        max-width: 100%;
        margin: 0 auto;
    }
    .telegram-service-inner.benefit-inner-box img {
        margin-bottom: 0rem;
    }
    .telegram-service-inner.benefit-inner-box {
        margin: 2rem 1rem 1rem;
    }
    .outer-bg-build-game::before {
        height: 15%;
        width: 20%;
    }
    .outer-bg-build-game::after {
        height: 18%;
        width: 19%;
    }
    .outer-bg-build-game {
        padding: 4rem 1rem 2rem;
    }
    .outer-layer-dev-game h2.text-white {
        font-size: 1.4rem;
    }
    .outer-layer-dev-game .heading-forth {
        margin: auto;
    }
    .telegram-service-inner.highlight-immer-box {
        width: 15rem;
    }
    .roadmap-inner-box h4 {
        font-size: 1rem;
    }
    .roadmap-inner-box p {
        font-size: 0.8rem;
    }
    .roadmap-inner-box .roadmap-icon-top {
        font-size: 1rem;
        height: 3rem;
        width: 7rem;    
    }
}

/* hire metavrse develoer page css */
.outer-sec-award-hire {
    background: linear-gradient(90deg, #056CA8 0%, #002E5B 100%), #F5F5FA;
    padding: 5rem 0;
}
.banner-hire-box-new{
    background: linear-gradient(90deg, #056CA8 0%, #002E5B 100%), #F5F5FA;
    padding: 5rem 0;
}
.banner-hire-box-new .banner-img{
border-radius: 1rem;
margin-bottom: 1rem;
}
.banner-feature-hire-sec{
    background: rgba(255, 255, 255, 0.06);
    padding: 2rem;
    margin-top: 3rem;
}
.banner-feature-hire{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.banner-feature-hire .inner-hire-banner{
display: flex;
align-items: center;

}
.banner-feature-hire .inner-hire-banner img {
    height: 3rem;
    margin-right: 0.8rem;
    width: 3rem;
    object-fit: contain;
}
.banner-feature-hire .inner-hire-banner h5{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.05);
    color: #FFF;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 0.8rem 1rem;
    margin-bottom: 0;
}
.get-in-touch-hire{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    padding: 2rem;
}
.get-in-touch-hire h3{
text-align: center;
color:  #fff;
}
.get-in-touch-hire p{
    text-align: center;
    color:  #fff;
}
.get-in-touch-hire .form-control, .get-in-touch-hire .form-select{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    padding: 0.7rem 1rem;
    background-color: transparent !important;
    box-shadow: none !important;
    color:  #fff !important;
}
.get-in-touch-hire .form-select option{
    background-color: #1C5B88 !important;
    border: none !important;
}
.get-in-touch-hire .form-control::placeholder{
    color: #ddd;
}
.get-in-touch-hire p.query-contact{
color: #ddd;
font-weight: 300;
text-align: left;
}
.get-in-touch-hire p.query-contact b{
    color: #fff;
}
.get-in-touch-hire .submit-btn{
    border-radius: 10px;
    background: #FFF;
    color:  #002E5B;
font-size: 1.2rem;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 0.7rem;
box-shadow: none !important;
outline: none !important;
border: none !important;
cursor: pointer;
}
.get-in-touch-hire {
    position: relative;
}
.get-in-touch-hire .mark-img {
    height: 6rem;
    left: -2rem;
    position: absolute;
    top: -2rem;
}
@media (max-width:991px){
    .get-in-touch-hire .mark-img {
        height: 4rem;
        left: -1rem;
        top: -1rem;
    }
}
@media (max-width: 768px){
    .banner-hire-box-new {
        text-align: center;
        padding: 7rem 0 3rem;
    }
    .get-in-touch-hire {
        padding: 1rem;
    }
    .get-in-touch-hire .mark-img {
        height: 3rem;
        left: -1rem;
        top: -1rem;
    }
    .banner-feature-hire .inner-hire-banner h5 {
        font-size: 1rem;
        padding: 0.8rem 1rem;
        width: calc(100% - 3rem);
        text-align: left;
    }
    .banner-feature-hire {
        justify-content: left;
        gap: 1rem;
    }
    .banner-feature-hire-sec {
        padding: 1rem;
        margin-top: 2rem;
    }
    .banner-feature-hire .inner-hire-banner {
        width: 100%;
    }
}

/* cryptocurrencey wallet development page css */

.crypto-wallet-development-outer .dark-bg-sec{
background-color: #F5F5FA !important;
}
.telegram-service-inner.benefit-inner-box.crypto-wallet-box {
    padding: 2rem;
    margin: 4rem 0 2rem;
    min-height: 22rem;
    background-color: #002E5B !important;
}
.feature-wallet-box {
    border: 3px solid #056CA8;
    width: 100%;
    border-radius: 1rem;
    position: relative;
    padding: 1rem;
    height: 11rem;
    padding: 3.5rem 2rem 2rem;
    margin: 3rem 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.feature-wallet-box:hover{
    background: linear-gradient(to right, #056cab,  #002e5b);
}
.feature-wallet-box .feature-img-cry {
    position: absolute;
    height: 6rem;
    top: -3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.feature-wallet-box .common-new-para p {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #002E5B;
    font-weight: 400;
}
.feature-wallet-box:hover .common-new-para p{
    color: #fff;
}

.features-crypto-wallet{
    padding: 6rem 0;
}
.outer-box-reason-crypto {
    border-radius: 0.8rem;
    background: #FFF;
    box-shadow: 0px 5px 30px 0px rgba(67, 67, 68, 0.12);
    padding: 2rem;
    margin: 1rem 0;
    min-height: 21rem;
}
.outer-box-reason-crypto .reason-img {
    height: 5.5rem;
    margin-right: 1rem;
}
.outer-box-reason-crypto h5.heading-forth{
    color: var(--Color-1, #002E5B);
}
.outer-box-reason-crypto .common-new-para p {
    
    margin-bottom: 0;
    margin-top: 1rem;
    text-align: justify;
}
@media (max-width:576px){
    .telegram-service-inner.benefit-inner-box.crypto-wallet-box{
        min-height: auto;
        margin: 2rem 0 2rem;
    }
}
/* enterprice choose us page sec */

.tron-choose-sec.enterprice-choose-us .choose-earn-box {
    padding: 1.5rem;
    margin: 15px 0;
}
.tron-choose-sec.enterprice-choose-us .choose-earn-box img {
    margin: 0;
    max-height: 50px;
    width: auto;
}
.tron-choose-sec.enterprice-choose-us .choose-earn-box h4{
font-weight: 400;
}
.enterprice-process-sec .tron-feature-box {
    gap: 10px;
    margin-bottom: 30px;
}
.enterprice-process-sec .tron-feature-box img {
    max-width: 36px;
}
.enterprice-process-sec .tron-feature-box > div {
    border-left: 1px solid #002E5B;
    padding-left: 0.5rem;
}
.enterprice-service-box{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 10px 0;
}
.enterprice-service-box .service-img {
    max-width: 46px;
}
.apart-service {
    position: relative;
    padding: 2px !important;
}
.apart-service > div{
    background-color: #f5f5fa;
}
.apart-service::before {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to bottom, #ffffff 29%,#002e5b 100%);
}
.apart-service:last-child::before{
    content: none;
}
.apart-service > div {
    background-color: #f5f5fa;
    position: relative;
    z-index: 1;
    padding: 2rem 4rem;
    text-align: center;
}
.apart-service > div img {
    max-height: 60px;
    margin-bottom: 12px;
}
.apart-service .common-new-para p {
   margin-bottom: 0 !important;
}
.row-bottom-border-enter{
    position: relative;
}
.row-bottom-border-enter::before {
    content: "";
    background: linear-gradient(to right, #ffffff 0%,#002e5b 46%,#ffffff 100%);
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.apart-service::after {
    content: "";
    background-color: #002E5B;
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    border-radius: 50%;
    z-index: 3;
    right: -8px;
    bottom: -8px;
    border: 3px solid #fff;
}
.apart-service:last-child::after{
    content: none;
}
.second-row-enter  .apart-service::before{
    background: linear-gradient(to top, #ffffff 29%,#002e5b 100%);
}
.second-row-enter  .apart-service::after{
    content: none;
}
.reasons-enterprice-sec .text-center img {
    max-width: 5rem;
}
.reasons-enterprice-sec,
.reasons-enterprice-sec .common-new-para p{
    text-align: left;
}

@media (max-width:575px){
    .reasons-enterprice-sec,
    .reasons-enterprice-sec .common-new-para p {
    text-align: center;
    }
    .apart-service::before,
    .second-row-enter .apart-service::before {
        content: "";
        background: linear-gradient(to right, #ffffff 0%, #002e5b 46%, #ffffff 100%);
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
    .apart-service::after{
        content: none;
    }
}

/* web 3 game development page css */

.text-orange{
    color: #FDBC18;
}
.play-earn-page.casino-game-develop .casino-services.game-growth-sec img {
    max-height: 100%;
}
.key-features-web3-sec{
background-color: #fff;
}
.play-earn-page .key-features-web3-sec h2, 
.play-earn-page .key-features-web3-sec p {
    color: #101420;
}
.key-features-web3-sec .ton-outer-box>div {
    padding: 20px 30px;
    background: #fff;
}
.key-features-web3-sec .ton-outer-box {
    background: linear-gradient(to top, white, #101420);
    margin-top: 20px;
    position: relative;
}
.play-earn-page.casino-game-develop .key-features-web3-sec h4 {
    color: #101420;
}
.key-features-web3-sec .ton-outer-box:nth-child(odd){
    margin-right: 20%;
}
.key-features-web3-sec .ton-outer-box:nth-child(even){
    margin-left: 20%;
}
.key-features-web3-sec .ton-outer-box:nth-child(odd)::before {
    content: "";
    background-image: url(../new-images/web3pages/right-arrow.png);
    right: 0;
    position: absolute;
    width: 15%;
    height: 55%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10px;
    right: -14%;
}
.key-features-web3-sec .ton-outer-box:nth-child(even)::before {
    content: "";
    background-image: url(../new-images/web3pages/left-arrow.png);
    right: 0;
    position: absolute;
    width: 15%;
    height: 55%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10px;
    left: -14%;
}
.key-features-web3-sec .ton-outer-box:nth-child(5)::before{
content: none !important;
}

.key-features-web3-sec .outer-casino p {
    max-width: 100%;
}
.play-earn-page.casino-game-develop .key-features-web3-sec hr:before {
    background: linear-gradient(90deg, #FFF 17.5%, #101420 50%, #FFF 77.5%);
}
.key-process-outer-box{
    background-color: #101420;
    border-radius: 100px 0 0 100px;
    padding: 2rem;
}
.counter-with-process-key {
    position: relative;
    display: flex;
    gap: 20px;
}
.counter-with-process-key .counter {
    color: #40434d;
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 500;
    min-width: 4rem;
}
@media (max-width:768px){

    .key-features-web3-sec  .order-2{
        order: initial !important;
        }
        .counter-with-process-key .common-new-para p {
            text-align: left !important;
        }
        .counter-with-process-key .counter {
             font-size: 4rem;
            line-height: 4rem;
            min-width: 2rem;
        }
        .key-features-web3-sec .ton-outer-box>div {
            padding: 15px 15px;
        }
        .key-features-web3-sec .ton-outer-box:nth-child(odd) {
            margin-right: 13%;
        }
        .key-process-outer-box {
            border-radius: 40px 0 0 40px;
        }
        .key-process-outer-box {
            padding: 2rem 1rem;
        }
        .text-left.btn-center {
            text-align: center !important;
        }
}


/* real estate tokonization page css */

.about-real-estate-img{
    border-radius: 1rem;
}

.wide-range-blockchain .choose-nft-box .range-img-set {
    margin: -5rem auto 1.8rem;
    height: 100px;
    width: 100px;
}
.partner-wth-us.crypto-wallet-exclusive.undergo-security {
    background-image: url(../new-images/layer1-blockchain/banner-img-demo.webp);
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
}

@media (max-width:768px){
    .partner-wth-us.crypto-wallet-exclusive.undergo-security {
        background-position: right;
        background-size: cover;
        background-color: rgba(0,0,0,0.6);
        background-blend-mode: multiply;
        padding: 40px 20px;
        min-height: auto;
        text-align: center;
    }
    .common-content-sec img {
        max-width: 90%;
    }
}

/* real estate tonenization css */


.dev-process-real-estate .choose-slider-wrapper .slick-next {
    top: -50px;
}
.dev-process-real-estate .choose-slider-wrapper .slick-prev {
    top: -75px;
}
.benefits-sec-real-estate .choose-slider-wrapper .slick-slide{
    padding: 10px;
}
.discover-range-real-estate-token .defi-service {
    margin-top: 20px;
}
.discover-range-real-estate-token .defi-service::before {
    height: 100px;
}
.discover-range-real-estate-token .defi-service::after{
content: none;
}
.benefits-sec-real-estate .choose-nft-box {
    min-height: 350px;
}
.real-partner.partner-wth-us.crypto-wallet-exclusive.undergo-security{
    background-image: url(../new-images/real-estate-tokonization/advertise.webp);
}
.dark-blue-bg{
background-color: #002E5B !important;
}
.transform-outer-sec-defi .choose-nft-box {
    margin-top: 30px;
}
.defi-benefits-sec .choose-slider-wrapper .slick-next, 
.defi-benefits-sec .choose-slider-wrapper .slick-prev {
    top: -75px;
    /* transform: none !important; */
}
.defi-benefits-sec .choose-slider-wrapper .slick-slide{
    padding: 10px;
}
.stacking-defi-sec .key-feature-box-wallet {
    padding: 1rem;
    min-height: 220px;
}
.benefits-sec-stacking.centralized-key-highlight .key-feature-box-wallet {
    padding: 2rem;
    min-height: 260px;
    border: none !important;
}
.stacking-defi-sec .key-feature-box-wallet img {
    height: 4rem;
}
.defi-staking-process.choose-smart-audit .nft-service-box .image-set {
    border: none !important;
    padding: 0 !important;
    height: 150px;
    width: 150px;
}

@media (max-width: 576px) {
    .dev-process-real-estate .choose-slider-wrapper .slick-next {
        top: -5px;
    }
    .dev-process-real-estate .choose-slider-wrapper .slick-prev {
        top: -29px;
    }
}

/* white label marketplace development */

.bg-gradient-why{
    background: linear-gradient(to right, #056ca8 0%,#002e5b 100%);
}
.revamp-new-btn.border-btn{
    border: 1px solid #fff !important;
    background-color: transparent !important;
}
.benefits-sec-stacking.centralized-key-highlight.feature-white-lable .key-feature-box-wallet {
    padding: 1rem;
    min-height: 270px;
}
.white-label-service .nft-service-box .image-set {
    padding: 0px;
}
.white-label-service .nft-service-box .image-set img{
    width: 100%;
}
.white-label-service .nft-service-box .heading-forth {
    font-size: 1.25rem;
}
.wide-range-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: -3px 0px 0px 0px #002E5B, 0px 5px 30px 0px rgba(67, 67, 68, 0.12);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    min-height: 112px;
}
.wide-range-box span {
    height: 3rem;
    width: 3rem;
    background-color: #002E5B;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 3rem;
}
.wide-range-box p {
    color: #002E5B;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 400;
}


/* nft wallet development page css */

.nft-wallet-process.benefits-sec-real-estate .choose-nft-box {
    text-align: left !important;
    min-height: 370px;
    margin: 15px 0;
}
.nft-wallet-process.benefits-sec-real-estate.wide-range-blockchain .choose-nft-box .range-img-set {
    margin: 0 0 15px;
    height: 80px;
    width: 80px;
}
.why-points-nft {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.why-points-nft h5 {
    border-radius: 6px;
    border: 1px solid #FFF;
    padding: 8px 17px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: #fff;
}
.why-points-nft h5 img {
    height: 1.2rem;
}
.about-us-landing-main.profitable-sec .payment-gateway-service{
    border-radius: 24px;
}

/* crypto bot page css */
.ico-develop-solution.boat-services .key-feature-box-wallet h4 {
    font-weight: 500;
    width: 75%;
}
.ico-develop-solution.boat-services .key-feature-box-wallet p {
    margin-top: 5px;
    color: #797979;
    width: 90%;
}
.ico-develop-solution.boat-services .key-feature-box-wallet {
    margin: 40px auto 10px;
}
.boat-service-border{
    border: 1px solid #D2D2D2;
}
.key-benefits-bot {
    border-radius: 24px;
    border: 2px solid #c5dcf7;
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}
.key-benefits-bot h4{
    margin: 10px 0;
}
/* .key-feature-box-wallet..boat-feature-box{

}
.key-feature-box-wallet.boat-feature-box img{

} */
.key-feature-box-wallet.boat-feature-box h4 {
    color: #002E5B;
    font-weight: 500;
    margin: 10px 0;
}
.key-feature-box-wallet.boat-feature-box p{
    margin-top: 0;
}
.why-us-boat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 1190px;
    margin: 20px auto;
}
.why-us-boat-list li {
    border-radius: 32px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    padding: 12px 20px;
}

.main-timeline-section {
    position: relative;
    width: 100%;
    margin: 70px auto;
    height: 400px;
}
.main-timeline-section .conference-center-line {
    position: absolute;
    width: 80%;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
}
.conference-timeline-content{
display: flex;
align-items: center;
}
.timeline-article {
    width: 20%;
    position: relative;
    min-height: 400px;
    position: relative;
}
.timeline-article::before {
    content: "";
    border-left: 1px solid #000;
    height: 50%;
    position: absolute;
    bottom: 50%;
}
.timeline-article::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0%;
    left: -5px;
}
.timeline-article .icon-timeline {
    width: 3rem;
    display: inline-block;
    position: absolute;
    bottom: 42%;
    left: -1.5rem;
}
.timeline-article .icon-timeline img{
width: 100%;
}
.timeline-article .content-date {
    position: absolute;
    top: -15%;
    left: -10%;
    font-weight: 500;
    max-width: 190px;
}
.timeline-article .content-box {
    /* margin-bottom: 65px; */
    position: absolute;
    top: 8%;
    left: 7%;
    color: #505050;
}
.timeline-article.timeline-article-top::before {
    bottom: 0%;
}
.timeline-article.timeline-article-top .content-date {
     top: auto;
    bottom: -35%;
}
.timeline-article.timeline-article-top .content-date {
    top: auto;
    bottom: -15%;
}
.timeline-article.timeline-article-top .content-box {
    top: auto;
    bottom: 0%;
}
.timeline-article.timeline-article-top::after {
    bottom: 0%;
    top: auto;
}

@media (max-width: 992px){
    .main-timeline-section .conference-center-line {
        width: 5px;
        height: 80%;
        top: 30px;
        transform: none;
        left: 5%;
    }
    .conference-timeline-content {
        display: block;
    }
    .timeline-article {
        width: 100%;
        position: relative;
        min-height: auto;
        padding-left: 12%;
    }
    .timeline-article .content-date {
        position: static;
        max-width: 100%;
    }
    .timeline-article .content-box {
        position: static;
    }
    .main-timeline-section {
        margin: 0 auto;
        height: auto;
        padding-left: 0;
        max-width: 90%;
    }
    .timeline-article::before,
    .timeline-article::after{
        content: none;
    }
    .timeline-article .icon-timeline {
        width: 2rem;
        bottom: auto;
        left: 6px;
        top: 0;
    }
    .timeline-article .content-box p{
        text-align: left;
    }
    .ico-develop-solution.boat-services .key-feature-box-wallet p {
        text-align: left;
    }
    .key-benefits-bot {
        text-align: center;
    }
}

/* bep page css */

.profitable-sec.payment-gateway-develop.bep-services .key-feature-box-wallet {
    border-radius: 12px 44px;
    border: 2px solid #002E5B;
    background-color: #fff;
    box-shadow: -2px -2px 0px #002E5B;
    padding: 0 15px 15px;
}
.profitable-sec.payment-gateway-develop.bep-services .key-feature-box-wallet p, 
.profitable-sec.payment-gateway-develop.bep-services .key-feature-box-wallet h4 {
    color: #000;
    margin: 0;
}
.profitable-sec.payment-gateway-develop.bep-services .key-feature-box-wallet h4 {
    font-weight: 500;
    margin: 0;
}
.payment-gateway-develop.offer-sec-outer .key-feature-box-wallet {
    border-right: 2px solid #002e5b;
    border-radius: 0;
}
.payment-gateway-develop.offer-sec-outer .key-feature-box-wallet img {
    padding: 0;
    margin-right: 0.5rem;
    height: 2rem;
}
.payment-gateway-develop.offer-sec-outer .key-feature-box-wallet h4 {
    font-weight: 500;
    color: #002e5b;
    /* font-size: 1.1rem; */
}
.make-diff-box {
    border-radius: 24px;
    background: var(--shadow-color, linear-gradient(150deg, rgba(150, 198, 255, 0.55) 0%, rgba(225, 235, 255, 0.55) 100%));
    padding: 2rem 3rem;
}
.solana-key-feature .choose-nft-box.bep-feature-box {
    padding-top: 0;
    text-align: center;
    border: 1px solid #000;
    margin: 15px 0;
}
.solana-key-feature .choose-nft-box.bep-feature-box .image-set1 {
    background-image: url(../new-images/bep20/shap-img.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 75%;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px 10px 15px;
}
.solana-key-feature .choose-nft-box.bep-feature-box .image-set1 img {
    height: 3rem;
}
.benefits-box-bep {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 3rem;
}
.benefits-box-bep img {
    height: 6rem;
}
.step-box-bep {
    border: 2px dashed #002E5B;
    padding: 1rem;
    padding-top: 3rem;
    max-width: 510px;
    text-align: center;
    border-radius: 25px;
    position: relative;
    margin: 2rem 0 1rem;
    min-height: 180px;
}
.step-box-bep h4.heading-forth {
    border: 1px solid #002E5B;
    padding: 0.7rem;
    max-width: 65%;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    color: #002E5B;
    font-size: 1.1rem;
    position: absolute;
    top: -17px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 3px 3px 0px #002E5B;
}
.why-bep-point {
    border-radius: 14px;
    background: #E9E9E9;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    gap: 1rem;
    margin: 1rem 0;
}
.why-bep-point img{
    height: 3rem;
}


@media (max-width: 768px) {
    .payment-gateway-develop.offer-sec-outer .key-feature-box-wallet {
        border-bottom: 1px solid #002e5b;
        padding: 1rem;
    }
    .make-diff-box {
        padding: 1rem 1rem;
    }
    .solana-key-feature .choose-nft-box.bep-feature-box .image-set1 {
         max-width: 100%;
    }
    .benefits-box-bep img {
        height: 4rem;
    }
    .step-box-bep h4.heading-forth {
        padding: 0.4rem;
        max-width: 85%;
        font-size: 0.9rem;
    }
    .bep-why-choose{
        text-align: center;
    }
}

/* solana nft marketplace */

.why-choose-solana-nft .choose-metaverse-box{
background-image: url(../new-images/solana-nft-marketplace/why-choose.webp);
}
.solana-nft-market-guide.solana-key-feature .choose-nft-box {
    text-align: center;
    border-color: #002E5B;
}
.solana-nft-market-guide.solana-key-feature .choose-nft-box .image-set {
    margin: auto;
    margin-top: -5rem;
    background-color: #fff;
    border-radius: 0;
    padding: 0.5rem;
}
.solana-nft-inner{
    border-radius: 10px;
    border: 1px solid rgba(170, 170, 170, 0.20);
    background: #002E5B;
    padding: 2rem;
    margin: 1rem 0;
}
.solana-nft-inner img {
    height: 4rem;
    margin-bottom: 1rem;
}
.solana-nft-inner h5 {
    color: #fff;
}
.solana-nft-inner p{
    color: #fff;
}
.solana-nft-service-box {
    border-radius: 14.16px;
    background: linear-gradient(150deg, rgba(150, 198, 255, 0.55) 0%, rgba(0, 46, 91, 0.55) 100%);
    box-shadow: 0px 0px 3.776px 0px rgba(0, 0, 0, 0.25);
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.solana-nft-service-box img {
    height: 7rem;
}
.solana-nft-service-box h5 {
    color: #002E5B;
    margin: 12px 0;
}
.solana-nft-service-box p {
    color: #fff;
    font-weight: 300;
}
.solana-nft-benefit-inner{
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}
.solana-nft-benefit-inner .img-benefit {
    border-radius: 1.5rem;
    border: 3px solid #002E5B;
    background: #FFF;
    padding: 1rem;
    width: 7rem;
}
.solana-nft-benefit-inner > div {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding: 0.8rem;
    width: calc(100% - 5.4rem);
    margin-left: -0.6rem;
}
.solana-nft-benefit-inner h5 {
    margin-bottom: 0.3rem;
    color: #002E5B;
}
.solana-nft-benefit-inner p {
    margin: 0;
    color: #002E5B;
}

@media (max-width: 768px) {
    .solana-nft-service-box {
        display: block;
    }
    .solana-nft-benefit-inner {
        display: block;
    }
    .solana-nft-benefit-inner > div {
        width: 100%;
        margin-left: 0;
        padding-top: 2rem;
    }
    .solana-nft-benefit-inner .img-benefit {
        width: 5rem;
        margin: auto;
        margin-bottom: -.6rem;
        position: relative;
    }
    .solana-nft-inner {
        padding: 1rem;
    }
}

/* white label nft minting css */

.why-choose-nft-minting{
    background: var(--shadow-color, linear-gradient(150deg, rgba(150, 198, 255, 0.55) 0%, rgba(225, 235, 255, 0.55) 100%));
    margin: 3rem 0;
    padding: 3rem 0;
}
.why-img-box-minting {
    position: relative;
    max-width: max-content;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
}
.why-img-box-minting img{
width: auto;
}
.why-img-box-minting h6 {
    background-color: #002E5B;
    position: absolute;
    bottom: 0;
    padding: 0.2rem 1rem;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    margin: 0;
    bottom: 0;
}
.why-img-box-minting.mb-2 h6.left-text {
    border-radius: 0 0 0 11px;
    left: 5px;
    bottom: 9px;
}
.why-img-box-minting h6.right-text {
    right: 0;
    border-radius: 0 0 11px 0;
}
.why-img-box-minting h6.left-text{
    left: 0;
}
.why-img-box-minting h6.center-text {
    left: 0;
    right: 0;
    margin: auto;
    max-width: max-content;
}
.why-img-box-minting h6.right-text.radius-0{
border-radius: 0;
}
.whitelable-services-minting .benefits-box-bep {
    border-radius: 16px;
    border: 1px solid var(--shadow-color, #96C6FF);
    background: #FFF;
    padding: 1rem;
    margin: 1rem 0;
}
.whitelable-services-minting .benefits-box-bep img {
    height: 3rem;
}
.nft-minting-benefit-whitelable{
    text-align: center;
}
.nft-minting-benefit-whitelable img {
    height: 3rem;
    margin-bottom: 1rem;
}
.feature-sec-whitelabel-minting .benefits-box-bep{
    margin-bottom: 1rem;
}
.feature-sec-whitelabel-minting .benefits-box-bep img{
    height: 3rem;  
}
.benefits-sec-real-estate.white-minting-process .choose-nft-box {
    min-height: 250px;
}
.benefits-sec-real-estate.white-minting-process .choose-nft-box .range-img-set {
    margin: -4rem auto 0rem;
    height: 80px;
    width: 80px;
    text-align: center;
}
.benefits-sec-real-estate.white-minting-process .choose-nft-box .range-img-set img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 570px) {
    .minting-benefits-white-label .row .col.d-flex {
        width: 100%;
        flex-basis: auto;
    }
}

/* NFT lottery game development page css */

.outer-layer-lottery-nft-game-dev .gradient-btn-telegram.revamp-new-btn {
    border-radius: 30px;
border: 3px solid #BE6D00 !important;
background: linear-gradient(90deg, #930000 0%, #FF3131 50%, #6B0000 100.01%);
    color: #fff !important;
    position: relative;
    display: inline-block;
    box-shadow: none !important;
}
.outer-layer-lottery-nft-game-dev .banner-telegram.common-banner-new .banner-content-set h1{
    background: linear-gradient(90deg, #D7B03D 0%, #F1D68D 50.5%, #D8AE24 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
}
.outer-layer-lottery-nft-game-dev .heading-new-common {
    background: linear-gradient(90deg, #D7B03D 0%, #F1D68D 50.5%, #D8AE24 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.nft-game-benefits .choose-nft-box {
    margin-top: 100px;
    padding: 30px;
    border-radius: 10px;
    background: #1B3650;
    box-shadow: 0px 5px 30px 0px rgba(67, 67, 68, 0.12);
    border: 1px solid #D7B03D;
}
.outer-layer-lottery-nft-game-dev .tron-feature-box h4 {
    color: #E0BE59;
}
.outer-layer-lottery-nft-game-dev .common-new-para p {
    color: #fff;
}
.nft-lottery-game-services.key-highlight-estate.choose-smart-audit .nft-service-box{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
}
.nft-lottery-game-services.key-highlight-estate.choose-smart-audit h4{
color: #fff;
}
.nft-lottery-game-services.key-highlight-estate.choose-smart-audit .image-set::before{
    border-radius: 0px 4px 4px 0px;
    background: linear-gradient(90deg, #D7B03D 0%, #F1D68D 50.5%, #D8AE24 100%);
}
.nft-lottery-game-services.key-highlight-estate.choose-smart-audit .image-set {
    border-radius: 0;
    background: transparent;
    padding: 0;
}
.nft-lottery-game-services.key-highlight-estate.choose-smart-audit .image-set img {
    max-height: max-content;
}

.nft-game-development-feature .key-feature-box-wallet {
    border-radius: 10px;
    border: 1px solid #D7B03D;
    background: #0C243B;
    padding: 1rem;
}
.nft-game-development-feature .key-feature-box-wallet img {
    border-radius: 15px;
    border: 1px solid #D7B03D;
    background: transparent;
    box-shadow: none;
    padding: 12px;
}
.nft-game-development-feature .common-new-para p{
margin-top: 5px;
margin-bottom: 0;
}
.nft-game-development-feature .key-feature-box-wallet h4 {
    background: linear-gradient(90deg, #D7B03D 0%, #F1D68D 50.5%, #D8AE24 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.nft-lottery-game-process .step-process-box{
    border-radius: 10px;
border: 1px solid #D7B03D;
background: #04192D; 
}
.nft-lottery-game-process .step-process-box h4{
color: #fff;
}
.nft-lottery-game-process .step-process-box h4::before
{
background-color: #fff;
}
.nft-lottery-game-process .step-process-box::before{
    background: linear-gradient(90deg, #D7B03D 0%, #F1D68D 50.5%, #D8AE24 100%), #619426;
}
.why-choose-nft-lottery-game .choose-nft-box{
    border-radius: 10px;
    border: 2.198px solid #B0B0B0;
    background: #0C243B;
    box-shadow: 0px 5.496px 32.975px 0px rgba(67, 67, 68, 0.12);
}

/* salseforce development page css  */

.carbon-credit-service.salesforce-dev-services .enterprise-solution-slider .difi-workflow-box{
    min-height: 15rem;
}
.outer-reason-box-salesforce{
    text-align: center;
    padding: 2rem;
}
.outer-reason-box-salesforce img {
    height: 3.5rem;
    margin-bottom: 1rem;
}
.outer-reason-box-salesforce .common-new-para p{
    color: #002E5B;
}
.process-box-salesforce {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 4px 2px #294997;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.process-box-salesforce img{
    height: 3.5rem;
}
.process-box-salesforce::before {
    content: "";
    background-image: url(../new-images/salseforce-application-development/right-arrow.svg);
    position: absolute;
    right: -8rem;
    top: 35%;
    height: 4rem;
    width: 7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.process-box-salesforce.even-arrow::before{
    content: "";
    background-image: url(../new-images/salseforce-application-development/left-arrow.svg);
    position: absolute;
    left: -8rem;
    top: 35%;
    height: 4rem;
    width: 7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.process-box-salesforce.last-arrow-none::before{
content: none;
}

@media (max-width: 768px) {
    .process-box-salesforce::before{
        content: none;
    }
    .enterprise-solution-slider .difi-workflow-box p {
        text-align: left !important;
    }
}

/* recent project sec new css */

.recent-background-box .recent-project-new-slider {
    padding: 1rem 3rem;
    margin: 0 !important;
}
.recent-project-section .recent-project-new-slider .recent-project-box {
    text-align: left;
}
.recent-background-box.recent-outer-new-bg {
    background: linear-gradient(40deg, #f5c4a08f 0%, #ffffff21 40%);
}
.recent-project-section .recent-project-new-slider .recent-project-box a {
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
    text-decoration: underline !important;
    margin-top: 2rem;
    background-color: transparent !important;
    outline: none !important;
}
.recent-project-section .recent-project-new-slider .recent-project-box a img {
    height: 12px;
}
.recent-project-section .recent-project-new-slider .recent-laptop-img {
    max-height: 100%;
    margin: 0;
}
.recent-project-section .recent-project-new-slider .recent-project-box p {
    min-height: auto;
}
.recent-project-section .recent-project-new-slider  .slick-dots {
    bottom: -30%;
    background-color: #ffffff0f;
    border-radius: 15px;
    left: -30px;
    right: auto;
    margin: 0;
    width: calc(100% - 6rem);
    display: flex;
    align-items: center;
}
.recent-project-section .recent-project-new-slider  .slick-dots li {
    width: 100%;
    height: max-content;
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
}
.recent-project-section .recent-project-new-slider  .slick-dots li button {
    height: 8px;
    width: 100%;
    padding: 0;
    background-color: transparent;
}
.recent-project-section .recent-project-new-slider  .slick-dots li button:before {
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.recent-project-section .recent-project-new-slider  .slick-dots li.slick-active button{
    background-color: #fff;
}
.recent-project-new-slider .slick-next:before, .recent-project-new-slider .slick-prev:before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.recent-project-new-slider .slick-next, .recent-project-new-slider .slick-prev {
    height: 3rem !important;
    width: 3rem !important;
    top: 129% !important;   
    left: auto !important;
}
.recent-project-new-slider .slick-next:before{
 background-image: url(../new-images/recent-projects-new/right-arrow.png);
}
.recent-project-new-slider .slick-prev:before{
 
 background-image: url(../new-images/recent-projects-new/left-arrow.png);
}
.recent-project-new-slider .slick-next {
    right: -30px !important;
}
.recent-project-new-slider .slick-prev {
    right: 3rem !important;
}
.common-content-sec.recent-project-section{
    padding-bottom: 6rem;
}
/* .choose-smart-audit .choose-slider-wrapper .slick-next,  */
/* .choose-smart-audit .choose-slider-wrapper .slick-prev {
    top: -148px;
} */


@media (max-width:992px){
.recent-project-section .recent-project-new-slider  .slick-dots {
    left: -15px;
}
.recent-project-new-slider .slick-next {
    right: -15px !important;
}
}
@media (max-width: 768px) {

  .recent-project-new-slider .order-mobile-change {
    order: 2;
    margin-top: 30px;
    text-align: center;
}
.recent-project-new-slider .order-mobile-change .heading-forth{
    display: none !important;
}
.recent-project-new-slider .for-mobile-only.d-none {
    display: block !important;
    text-align: center;
    margin-bottom: 20px;
}
.recent-background-box .recent-project-new-slider {
    padding: 0 !important;
} 
 .recent-project-section .recent-project-new-slider .recent-project-box a {
    justify-content: center;
    text-align: center;
    margin: auto;
}
.recent-project-new-slider .slick-next, .recent-project-new-slider .slick-prev {
    height: 2rem !important;
    width: 2rem !important;
    top: 110% !important;
}
.recent-project-new-slider .slick-prev {
    right: 3rem !important;
}
.recent-project-section .recent-project-new-slider  .slick-dots {
    bottom: -11%;
    left: -15px;
}
}

@media (max-width: 520px){
.recent-project-new-slider .slick-prev {
    right: 2rem !important;
}
.recent-project-section .recent-project-new-slider  .slick-dots {
    width: calc(100% - 4.5rem);
}
}







