.block-chain-wrapper {
    background: linear-gradient(167deg, #280d57 0, #363f9f 100%) center center/cover no-repeat;
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center
}

.bubble-img-1 {
    position: absolute;
    left: 0;
    top: 40px
}

.bubble-img-2 {
    position: absolute;
    left: 0;
    bottom: 40px
}

.bubble-img-3 {
    position: absolute;
    right: 0;
    top: 40px
}

.bubble-img-4 {
    position: absolute;
    right: 0;
    bottom: 40px
}

.bubble-img-5 {
    position: absolute;
    left: 50%;
    bottom: 0
}

.grid-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    transition: all ease .3s
}

.grid-img-wrapper::before {
    content: '';
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.grid-img-wrapper:hover::before {
    background-color: rgba(59, 146, 238, .41)
}

.grid-img-wrapper .grid-main-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    transition: all ease .3s;
    border-radius: 8px
}

.grid-img-wrapper:hover .grid-main-img {
    transform: scale(1.1)
}

.grid-img-wrapper h4 {
    position: absolute;
    bottom: 70px;
    left: 30px;
    color: #fff;
    z-index: 2
}

.grid-icon-img {
    position: absolute;
    left: 30px;
    top: 30px;
    background: #000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.customized-mobile-wrapper [class*=col-]:nth-child(6n+1) .grid-img-wrapper .grid-icon-img {
    background: #aa0909
}

.customized-mobile-wrapper [class*=col-]:nth-child(6n+2) .grid-img-wrapper .grid-icon-img {
    background: #ff6d16
}

.customized-mobile-wrapper [class*=col-]:nth-child(6n+3) .grid-img-wrapper .grid-icon-img {
    background: #03b7d5
}

.customized-mobile-wrapper [class*=col-]:nth-child(6n+4) .grid-img-wrapper .grid-icon-img {
    background: #6f58e1
}

.customized-mobile-wrapper [class*=col-]:nth-child(6n+5) .grid-img-wrapper .grid-icon-img {
    background: #199536
}

.customized-mobile-wrapper [class*=col-]:nth-child(6n+6) .grid-img-wrapper .grid-icon-img {
    background: #008cee
}

.customized-mobile-wrapper [class*=col-] .grid-img-wrapper .grid-icon-img img {
    filter: brightness(0) invert(1);
    width: 35px;
    height: 35px;
    object-fit: contain
}


/* work flow section css */
.work_flow {
	padding: 80px 0px;
	background: #f3f4ff;
    margin-top: 80px;
}
.flow_wrp {
    text-align: center;
    padding: 20px 15px;
}
.work_flow .sub-heading {
    max-width: 700px;
    margin: auto;
}
.flow_icn {
	background: #d4e8ff;
	width: 90px;
	height: 90px;
	border-radius: 160px 125px;
	margin: 0px auto 15px;
}
.flow_icn img {
	width: 70px;
	margin-top: -6px;
}
.step {
	margin: 25px 0px 35px;
}
.step span {
	background: #0f4580;
	color: #fff;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 5px;
	font-size: 14px;
}
.flow_wrp h4 {
	font-size: 20px;
}
.flow_wrp p {
	color: #000;
	font-size: 15px;
	margin-bottom: 0px;
}
.work_flow_main::before {
	position: absolute;
	content: "";
	width: 75%;
	height: 2px;
	border: 1px dashed #ccc;
	left: 12%;
	top: 62px;
	bottom:inherit;
}

/* best app css start */
.best_app {
    padding: 80px 0px;
    background: #eeedff;
}
.best_app_left h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 15px;
    line-height: normal;
}
.best_app_left p {
	color: #555;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 146.569%;
	margin: 25px 0px;
}
.img_wrpp img {
	width: 60%;
	float: right;
}
.android_page .img_wrpp{
    text-align: center;
}
.android_page .img_wrpp img{
    width: 80%;
    float: unset;
}
.faq .card ul li {
    margin-bottom: 15px;
    font-size: 18px;
}
.services_sec .item .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
@media only screen and (max-width:767.98px) {
    .block-chain-wrapper {
        padding-bottom: 50px
    }
}


@media (min-width: 1201px) {
	.hexgrid {
		padding-bottom: 6%;
	}

    .hex {
        width: 19.6% !important;
    }
    .hex:nth-child(11n + 7) {
        margin-left: 0 !important; 
    }
    .hex:nth-child(11n + 6) {
        margin-left: 9.8% !important;
    }
}



@media (max-width: 600px) {
	

	.hex:nth-child(5n + 4) {
		margin-left: 16%;
	}

	.hex:last-child {
        margin-left: 16% !important;
    }
}
/* android app development css */
.android-banner {
    padding: 100px 0;
    background: linear-gradient(270deg, rgb(3, 25, 139) 0%, rgb(32, 14, 88) 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.android_page .flow_wrp {
    text-align: left;
    background: #fff;
    box-shadow: 0px 17px 63px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
    height: 94%;
}
.android_page .flow_wrp li {
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
    list-style: outside;
}
.android_page .flow_wrp .step {
 text-align: center;
}
.android_page .flow_wrp h4 {
    text-align: center;
    font-weight: 600;
    z-index: 9;
    position: relative;
}
.android-banner .mask-banner {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.android_page .flow_icn::before {
    width: 100%;
    height: 100%;
    content: "";
    background: #d1d4f65e;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    z-index: 0;
    border-radius: 50%;
}
.android_page .flow_wrp:hover .flow_icn::before {
    opacity: 1;
    bottom: -9px;
}
.android_page .flow_icn {
    margin: 0px auto 15px;
    width: 100px;
    height: 100px;
    background: linear-gradient(270deg, rgb(3, 25, 139) 0%, rgb(32, 14, 88) 100%);
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:99;
    position: relative;
}

.android_page .flow_icn img {
    width: 50px;
    margin-top: 0;
    filter: invert(1);
}
.android_page .flow_wrp::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgb(3, 25, 139) 0%, rgb(32, 14, 88) 100%);
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: all 0.2s ease;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: bottom;
    transition: transform 500ms ease;
}
.android_page .flow_wrp:hover:before {
    transform: scale(1, 1);
    transform-origin: bottom;

}
.android_page .flow_wrp p{
    position: relative;
    z-index: 9;
}
.android_page .flow_wrp:hover h4,.android_page .flow_wrp:hover p {
    color: #fff;
    transition: all 0.2s ease;
}

@media (max-width:991px) {
    .android-banner {
        margin-top: 80px;
        padding-top: 90px;
        padding-bottom: 180px;
    }
  
    .android-banner .fluid-2 {
        padding-top: inherit !important;
    }
    .mob-right-images .image-two img {
        max-width: 200px;
    }
    .mob-right-images .image-one img {
        max-width: 170px;
    }
}
@media (max-width:767px) {
    .mob-right-images .image-two img {
        max-width: 210px;
    }
    .mob-right-images .image-one img {
        max-width: 180px;
    }
}