@font-face {
    font-family: "gadugi";
    src: url('../fonts/gadugi.ttf') format('truetype');
}
@font-face {
    font-family: "gadugib";
    src: url('../fonts/gadugib.ttf') format('truetype');
}
body {
    font-family: "gadugi" !important;
    font-size: 14px;
    color: #000 !important;
    letter-spacing: 1px;
    background-color: transparent;
    line-height: 1.5;
    font-weight: 400;
}
a:hover {
    text-decoration: none !important;
}
img {
    max-width: 100%;
}
@media (min-width: 1200px) {
    .footer .container {
        max-width: 1200px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}
button:focus{
    outline: 0;
}
.full-screen-preview {
    height: 100%;
    padding: 0px;
    margin: 0px;
}
body ::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    border-radius: 0;
}
body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e5e5e5;
    border-radius: 0;
}
body ::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 0;
}
#pills-tab::-webkit-scrollbar,
.services-box::-webkit-scrollbar {
    display: none;
}
#pills-tab,
.services-box {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* ---- smooth-scroll ---- */
.smooth-scroll {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  
.content-container {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform; */
    overflow: hidden;
}
.ss-inner {
    position: relative;
    max-width: 100%;
}
/* ---- Slider ---- */
.slider-left-text ,.slider-right-text {
    position: absolute;
    right: auto;
    bottom: 50%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    transform: translateY(50%);
}
.slider-left-text h3 {
    font-size: 22px;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slider-left-text h2,.slider-right-text h2 {
    font-size: 70px;
    text-transform: uppercase;
    font-family: "gadugib";
    color: #000;
    margin-bottom: 40px;
}
.slider-left-text h2 span{
    color:#88b4bf;
}
.slider-left-text h2::after {
    content: "";
    position: absolute;
    bottom: 20px;
    width: 15%;
    height: 5px;
    background: #70b4c6;
    margin-left: 15px;
}
.slider-left-text a {
    background: #fff;
    color: #000;
    padding: 10px 30px;
    font-family: 'gadugib';
    font-size: 18px;
    display: inline-block;
}
.slider-left-text a:hover{
    color: #70b4c6;
}
.slider-left-text a svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.slider-right-text {
    left: auto;
    right: 15%;
    text-align: right;
}
.slider-right-text h2 span {
    color: #ba8c5e;
}
.slider-right-text p {
    font-size: 18px;
    width: 59%;
    float: right;
    margin-bottom: 0;
}
.app-Development,.web-Development,.UI-Design{
    position: absolute;
    top: 30%;
    text-align: center;
    left: 32.5%;
    filter: drop-shadow(3.911px 24.692px 25px rgba(41,41,41,0.1));
    background-image: linear-gradient(220deg, #fff8f1 0%, #e6dbcf 100%);
    padding: 15px 25px;
    border-radius: 15px 15px 15px 0;
    animation: development-image 3s infinite alternate;
}
.app-Development h3,.web-Development h3,.UI-Design h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.web-Development {
    top: auto;
    bottom: 18%;
    left: 9%;
    filter: drop-shadow(3.911px 24.692px 25px rgba(41,41,41,0.1));
    background-image: linear-gradient(220deg, #e6dbcf 0%, #fff8f1 100%);
    border-radius: 15px 0 15px 15px;
}
.UI-Design {
    top: unset;
    bottom: 15%;
    left: 39.5%;
}
.slider .carousel a img {
    width: 15px;
}
.slider .carousel .carousel-control-prev, .slider .carousel .carousel-control-next {
    width: 45px;
    height: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(-21deg, rgba(88,97,102,0.1) 0%, rgba(255,255,255,0) 100%);
    border-radius: 10px;
    transition: all 0.5s;
    opacity: 0;
}
.slider .carousel:hover .carousel-control-prev {
    left: 50px;
    opacity: 1;
}
.slider .carousel:hover .carousel-control-next {
    right: 50px;
    opacity: 1;
}
@media (max-width: 1460px) {
    .slider-left-text h2, .slider-right-text h2{
        font-size: 50px;
        margin-bottom: 20px;
    }
    .app-Development h3,.web-Development h3,.UI-Design h3{
        font-size: 16px;
    }
    .app-Development, .web-Development, .UI-Design{
        padding: 10px 20px;
    }
    .app-Development{
        top: 35%;
    }
    .web-Development {
        bottom: 22%;
    }
}
@media (max-width: 1199px) {
    .slider-left-text h2::after {
        bottom: 10px;
        width: 12%;
        height: 3px;
    }
    .slider-right-text {
        right: 10%;
    }
    .slider-left-text {
        left: 10%;
    }
    .slider-left-text h3{
        margin-bottom: 10px;
        font-size: 18px;
    }
    .slider-left-text h2, .slider-right-text h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .slider-left-text a{
        padding: 8px 20px;
    }
    .app-Development {
        top: 32%;
    }
    .web-Development {
        bottom: 25%;
    }
}
@media (max-width: 991px) {
    .app-Development {
        top: 22%;
    }
    .web-Development {
        bottom: 17%;
        left: 1%;
    }
    .UI-Design{
        bottom: 2%;
    }
    .slider-left-text h2, .slider-right-text h2 {
        font-size: 30px;
    }
    .slider-right-text p{
        font-size: 15px;
    }
    .slider .carousel:hover .carousel-control-prev {
        left: 10px;
    }
    .slider .carousel:hover .carousel-control-next {
        right: 10px;
    }
    .app-Development h3,.web-Development h3,.UI-Design h3{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .slider-left-text h3 {
        letter-spacing: 3px;
    }
    .slider-left-text a {
        font-size: 15px;
    }
    .slider-left-text a svg {
        width: 15px;
        height: 15px;
        margin-left: 0;
    }
    .slider-left-text h2, .slider-right-text h2 {
        font-size: 26px;
    }
    .slider-right-text p {
        font-size: 13px;
        width: 50%;
    }
    .app-Development, .web-Development, .UI-Design {
        padding: 10px 10px;
    }
    .web-Development {
        bottom: 10%;
        left: 5px;
    }
}
@media (max-width: 575px) {
    .slider-left-text h3 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .slider-left-text h3 {
        font-size: 15px;
    }
    .slider-left-text h2, .slider-right-text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .app-Development h3,.web-Development h3,.UI-Design h3{
        font-size: 12px;
    }
    .slider-left-text h2::after {
        bottom: 2px;
        height: 2px;
        margin-left: 5px;
    }
}
@media (max-width: 480px) {
    .slider-left-text h2, .slider-right-text h2 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .slider-right-text p ,.slider-left-text h3{
        font-size: 8px;
    }
    .slider-left-text a {
        font-size: 10px;
        padding: 5px 10px;
    }
    .app-Development h3, .web-Development h3,.UI-Design h3 {
        font-size: 8px;
        margin: 0;
    }
    .app-Development, .web-Development {
        padding: 5px;
    }
    .app-Development {
        top: 24%;
    }
    .web-Development {
        bottom: 6px;
    }
}

/* ---- Services ---- */
.services-tab {
    padding: 50px 20px;
    filter: drop-shadow(0 0 25px rgba(41,41,41,0.05));
    background: #fff;
    margin-top: -100px;
    border-radius: 50px;
    margin-bottom: 150px;
}
.services-tab ul {
    margin-bottom: 0 !important;
}
.services .nav-item a {
    text-align: center;
}
.services .nav-pills .nav-link svg {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
    padding: 10px;
    border: 1px solid #70b4c6;
    border-radius: 15px;
    fill: #70b4c6;
}
.services .nav-item.active,
.services .nav-pills .nav-link.active, .services .nav-pills .show>.nav-link {
    background: none;
    color: #000;
}
.services-tab .nav-item::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: linear-gradient(83deg, rgba(229, 229, 229, 0.25) 0%, rgb(229, 229, 229) 50%, rgba(229, 229, 229, 0.25) 100%);
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.services-tab .nav-item:last-child::before {
    display: none;
}
.services .nav-item.active svg,
.services .nav-pills .nav-link.active svg {
    background: #70b4c6;
    fill: #fff;
}
.services .nav-pills .nav-item:hover .nav-link h6,
.services .nav-pills .nav-link.active h6 {
    color: #70b4c6;
}
.services .nav-pills .nav-link h6 {
    margin-top: 30px;
    color: #000;
}
.services .nav-pills .nav-link {
    padding: 0;
}
.services .tab-content > div {
    max-width: 1920px;
    margin: auto;
}
@media (max-width: 1199px) {
    .services .nav-pills .nav-link h6 {
        margin-top: 15px;
        font-size: 14px;
    }
    .services .nav-pills .nav-link svg {
        width: 60px;
        height: 60px;
    }
    .services-tab{    
        margin-top: -80px;
        padding: 30px 20px;
        margin-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .services-tab{   
        padding: 20px 20px;
        margin-top: 40px;
        border-radius: 30px;
        margin-bottom: 60px;
    }
    .services .nav-pills .nav-link svg {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }    
}
@media (max-width: 767px){
    .services-tab {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .services-tab ul {
        margin-bottom: 0 !important;
        display: flex;
        flex-wrap: unset;
        overflow: hidden;
        overflow-x: auto;
    }
    .services-tab ul li {
        min-width: 220px;
    }
    .services-tab .nav-item::before {
        height: 90px;
    }
}
.nav-pills .nav-item{
    cursor: pointer;
}
/* ---- Tab Mobile App Development ---- */
.app-development {
    display: flex;
    width: 100%;
    margin-bottom: 110px;
    position: relative;
}
.development-right {
    padding-right: 13%;
}
.app-development-text h2 {
    font-size: 52px;
    font-family: "gadugib";
    text-align: right;
    text-transform: uppercase;
    line-height: 1.5;
}
.app-development-text h2 span {
    color: #70b4c6;
}
.app-development-text p {
    text-align: right;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 80%;
    float: right;
    color: #6a6a6a;
}
.app-development-text a {
    padding: 15.5px 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-family: "gadugib";
    font-size: 18px;
    color: #000;
    transition: all 9s;
    position: relative;
    z-index: 1;
}
.app-development-text a:hover {
    color: #000;
}
.app-development-text a::before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    background: linear-gradient(354deg, rgb(188, 241, 255) 0%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s ease-out;
    position: absolute;
    content: "";
    z-index: -1;
}
.app-development-text a:hover::before {
    height: 100%;
}
.app-development-text a svg,.services-button a svg,.parallax-button a svg,.web-development-box a svg ,.game-development-services1-text a svg,.ui-ux-design-services-text a svg,.ui-ux-design-text a svg {
    width: 18px;
    margin-left: 8px;
}
.development-services, .development-process {
    display: flex;
    width: 100%;
    padding: 0 12%;
    align-items: center;
    margin-bottom: 70px;
    position: relative;
}
.development-services .services-text p,.development-process-text span {
    font-size: 18px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    color: #6a6a6a;
}
.development-services .services-text h4, .development-process-text h2 {
    font-size: 46px;
    text-transform: uppercase;
    font-family: "gadugib";
}
.development-process-text span {
    padding-bottom: 30px;
}
.development-process-image {
    position: relative;
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    height: 100%;
    margin: auto;
    border: 2px solid #b2b2b2;
    padding: 100px 0;
}
.development-process-image img{
    margin-left: -60px;
    z-index: 99;
}
  .development-process-image::before, .development-process-image::after {
    content: "";
    position: absolute;
    background: #b2b2b2;
    width: 30px;
    height: 30px;
    border-radius: 50%;;  
}
.development-process-image::before{
    animation: maskBorder 30s linear infinite;
}
.development-process-image::after{
    animation: maskBorder1 30s linear infinite;
}
@keyframes maskBorder {
    0%{right:20%; top:-2.5%;}
    25%{right:97.5%; top:-2.5%;}
    50%{right:97.5%; top:97.5%;}
    75%{right:-2.5%; top:97.5%;} 
    100%{right:-2.5%; top:-2.5%;}
}
@keyframes maskBorder1 {
    0%{left:20%; bottom:-2.5%;}
    25%{left:97.5%; bottom:-2.5%;}
    50%{left:97.5%; bottom:97.5%;}
    75%{left:-2.5%; bottom:97.5%;} 
    100%{left:-2.5%; bottom:-2.5%;}
}

.app-development-border img {
    -webkit-animation: development-image 3s infinite alternate;
    animation: development-image 3s infinite alternate;
}
@-webkit-keyframes development-image {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes development-image {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.development-process {
    margin-bottom: 125px;
}
.development-process-text h2 {
    padding-bottom: 20px;
}
.development-process-text p {
    font-size: 26px;
    color: #636363;
}
.development-process-text p > span{
    color: red;
    padding-bottom: 0;
    letter-spacing: 0;
    text-transform: none;
    font-size: 26px;
}
/* animation */
.app-development-text::before,
.development-services::before,
.development-process-border::before,
.game-development-services1-image::before,
.game-development-services2-image::before,
.ui-ux-design-services::before,
.ui-ux-design-box::before,
.our-specialities::before,
.strong::before,
.contact-us .strong::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 160px;
    z-index: 1;
    background: linear-gradient(180deg, rgb(112, 112, 112) 0%, rgba(112, 112, 112, 0.847) 32%, rgba(112, 112, 112, 0.435) 67%, rgba(112, 112, 112, 0.01) 100%);
}
.development-services::before,
.game-development-services1-image:before,
.ui-ux-design-services::before,
.strong::before {
    background: linear-gradient(359deg, rgb(112, 112, 112) 0%, rgba(112, 112, 112, 0.847) 32%, rgba(112, 112, 112, 0.435) 67%, rgba(112, 112, 112, 0.07) 100%);
}
.app-development-text::after,
.development-services::after,
.development-process-border::after,
.game-development-services1-image::after,
.game-development-services2-image::after,
.ui-ux-design-services::after,
.ui-ux-design-box::after,
.our-specialities::after,
.strong::after,
.contact-us .strong::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #707070;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: development-process 5s infinite alternate;
    animation: development-process 5s infinite alternate;
}
.development-services::after,
.game-development-services1-image::after,
.ui-ux-design-services::after,
.strong::after{
    -webkit-animation: development-process-reverse 5s infinite alternate;
    animation: development-process-reverse 5s infinite alternate;
}
.app-development-text::before {
    right: -10%;
    top: 5%;
}
.development-services::before{
    bottom: 0;
    left: 80px;
}
.development-process-border::before{
    left: 0%;
    top: -25px;
}
.game-development-services1-image::before{
    left: 30%;
    top: -12%;
}
.game-development-services2-image::before{
    right: 5%;
    top: 1%;
}
.ui-ux-design-services::before{
    left: 15%;
    top: 8%;
}
.ui-ux-design-box::before{
    right: 12%;
    top: 40px;
}
.our-specialities::before{
    top: -20%;
    left: 19%;
}
.strong::before{
    right: 20%;
    top: -50%;
}
.contact-us .strong::before{
    top: -20%;
    left: 12%;
}
.app-development-text::after {
    right: -11.6%;
    top: 4%;
}
.development-services::after{
    left: 69px;
    top: auto;
    bottom: 0;
}
.development-process-border::after{
    left: -10px;
    top: -25px;
}
.game-development-services1-image::after{
    left: 28.7%;
    top: 5%;
}
.game-development-services2-image::after{
    right: 3.4%;
    top: 0;
}
.ui-ux-design-services::after{
    left: 14.4%;
    top: 15%;
}
.ui-ux-design-box::after{
    right: 11.4%;
    top: 35px;
}
.our-specialities::after{
    left: 18.5%;
    top: -40px;
}
.strong::after{
    right: 19.45%;
    bottom: 30px
}
.contact-us .strong::after{
    left: 11.3%;
    top: -35px;
}
@-webkit-keyframes development-process {
    0% { transform: translateY(0); }
    100% { transform: translateY(140px); }
}
@keyframes development-process {
    0% { transform: translateY(0); }
    100% { transform: translateY(140px); }
}
@-webkit-keyframes development-process-reverse {
    0% { transform: translateY(0); }
    100% { transform: translateY(-140px); }
}
@keyframes development-process-reverse {
    0% { transform: translateY(0); }
    100% { transform: translateY(-140px); }
}
@media (max-width: 1799px){
    .development-process-image{
        max-width: 530px;
    }
    @keyframes App-Development {
        0%, 100% {
          clip: rect(0px, 550px, 2px, 0px);
        }
        25% {
          clip: rect(0px, 2px, 620px, 0px);
        }
        50% {
          clip: rect(548px, 550px, 620px, 0px);
        }
        75% {
          clip: rect(0px, 550px, 620px, 548px);
        }
    }
    .development-process{
        align-items: flex-start;
    }
    .ui-ux-design-services::before{
        top: 5%;
    }
    .ui-ux-design-services::after{
        top: 11.5%;
    }
}
@media (max-width: 1699px){
    .our-specialities::after{
        left: 18.3%;
    }
}
@media (max-width: 1599px){
    .development-process-image{
        max-width: 460px;
    }
    @keyframes App-Development {
        0%, 100% {
          clip: rect(0px, 480px, 2px, 0px);
        }
        25% {
          clip: rect(0px, 2px, 620px, 0px);
        }
        50% {
          clip: rect(478px, 480px, 620px, 0px);
        }
        75% {
          clip: rect(0px, 480px, 620px, 478px);
        }
    }
    .game-development-services1-image::after{
        left: 28.3%;
    }
    .strong::after{
        right: 19.3%;
    }
    .contact-us .strong::after {
        left: 11.1%;
    }
    @keyframes maskBorder {
        0%{right:20%; top:-2.5%;}
        25%{right:97%; top:-2.5%;}
        50%{right:97%; top:97.5%;}
        75%{right:-3.5%; top:97.5%;} 
        100%{right:-2.5%; top:-2.5%;}
    }
    @keyframes maskBorder1 {
        0%{left:20%; bottom:-2.5%;}
        25%{left:97%; bottom:-2.5%;}
        50%{left:97%; bottom:97.5%;}
        75%{left:-3.5%; bottom:97.5%;} 
        100%{left:-2.5%; bottom:-2.5%;}
    }
}
@media (max-width: 1440px){
    .development-process-image{
        max-width: 370px;
    }
    @keyframes App-Development {
        0%, 100% {
          clip: rect(0px, 390px, 2px, 0px);
        }
        25% {
          clip: rect(0px, 2px, 540px, 0px);
        }
        50% {
          clip: rect(288px, 390px, 540px, 0px);
        }
        75% {
          clip: rect(0px, 390px, 540px, 288px);
        }
    }
    .game-development-services1-image::before {
        left: 55px;
        top: -15%;
    }
    .ui-ux-design-services::before{
        left: 120px;
    }
    .app-development-text::after{
        right: -12.6%;
    }
    .game-development-services1-image::after {
        left: 45px;
        top: 15%;
    }
    .game-development-services2-image::before {
        right: 2%;
    }
    .game-development-services2-image::after {
        right: 0%;
    }
    .ui-ux-design-services::after {
        left: 110px;
        top: 12.5%;
    }
    .ui-ux-design-box::before{
        right: 100px;
    }
    .ui-ux-design-box::after {
        right: 90px;
    }
    .contact-us .strong::after {
        left: 11%;
    }
    .our-specialities::after{
        left: 18.1%;
    }
    .strong::after {
        right: 19.1%;
    }
    .app-development-text h2{
        font-size: 40px;
    }
    .app-development-text p{
        width: 100%;
    }
    .development-services{
        margin-bottom: 50px;;
    }
    @keyframes maskBorder {
        0%{right:20%; top:-3%;}
        25%{right:96%; top:-3%;}
        50%{right:96%; top:97.5%;}
        75%{right:-4.5%; top:97.5%;} 
        100%{right:-4.5%; top:-3%;}
    }
    @keyframes maskBorder1 {
        0%{left:20%; bottom:-3%;}
        25%{left:96%; bottom:-3%;}
        50%{left:96%; bottom:97.5%;}
        75%{left:-4.5%; bottom:97.5%;} 
        100%{left:-4.5%; bottom:-3%;}
    }
}
@media (max-width: 1199px){
    .development-process-image {
        max-width: 320px;
        padding: 60px 0;
    }
    .development-process-image img {
        margin-left: -30px;
    }
    @keyframes App-Development {
        0%, 100% {
          clip: rect(0px, 340px, 2px, 0px);
        }
        25% {
          clip: rect(0px, 2px, 420px, 0px);
        }
        50% {
          clip: rect(238px, 340px, 420px, 0px);
        }
        75% {
          clip: rect(0px, 340px, 420px, 238px);
        }
    }
    .our-specialities::before {
        top: -15%;
        left: 100px;
    }
    .our-specialities::after {
        left: 90px;
        top: -30px;
    }
    .strong::before{
        right: 100px;
        top: auto;
        bottom: 0;
    }
    .strong::after {
        right: 90px;
    }
    .contact-us .strong::before{
        left: 60px;
    }
    .contact-us .strong::after{
        left: 50px;
    }
    .development-process{
        margin-bottom: 80px;
    }
    @keyframes maskBorder {
        0%{right:20%; top:-3.5%;}
        25%{right:95.5%; top:-3.5%;}
        50%{right:95.5%; top:96.5%;}
        75%{right:-5%; top:96.5%;} 
        100%{right:-5%; top:-3.5%;}
    }
    @keyframes maskBorder1 {
        0%{left:20%; bottom:-3.5%;}
        25%{left:95.5%; bottom:-3.5%;}
        50%{left:95.5%; bottom:96.5%;}
        75%{left:-5%; bottom:96.5%;} 
        100%{left:-5%; bottom:-3.5%;}
    }
}
@media (max-width: 991px){
    .development-process{
        margin-bottom: 50px;
    }
    .app-development-text a{
        padding: 6.5px 15px;
        font-size: 14px;;
    }
    .app-development-text a svg, .services-button a svg, .parallax-button a svg, .web-development-box a svg, .game-development-services1-text a svg, .ui-ux-design-services-text a svg, .ui-ux-design-text a svg{
        margin-left: 2px;
    }
    .development-right{
        padding-right: 6%;
    }
    .app-development-text h2 {
        font-size: 30px;
    }
    .app-development-text p{
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 25px;
    }
    .app-development-text::before{
        right: -5%;
    }
    .ui-ux-design-services::before {
        left: 30px;
    }
    .ui-ux-design-services::after {
        left: 20px;
        top: 18%;
    }
    .ui-ux-design-box::before {
        right: 37px;
    }
    .ui-ux-design-box::after {
        right: 27px;
    }
    .app-development-text::after {
        right: -7.8%;
    }
    .game-development-services2-image::before{
        right: 3%;
    }
}
@media (max-width: 767px){
    .app-development-text::before,
    .development-services::before,
    .development-process-border::before,
    .game-development-services1-image::before,
    .game-development-services2-image::before,
    .ui-ux-design-services::before,
    .ui-ux-design-services::after,
    .ui-ux-design-box::before,
    .ui-ux-design-box::after,
    .our-specialities::before,
    .strong::before,
    .contact-us .strong::before,
    .app-development-text::after,
    .development-services::after,
    .development-process-border::after,
    .game-development-services1-image::after,
    .game-development-services2-image::after,
    .our-specialities::after,
    .strong::after,
    .contact-us .strong::after{
        display: none;
    }
    .development-process-image img{
        margin-left: -15px;
    }
}
.services-box {
    width: 100%;
    padding: 0 12%;
    margin-bottom: 135px;
    display: flex;
    flex-direction: row;
}
.services-box > div{
    flex-grow: 1;
    display: flex;
}
.services-box-icon {
    width: 60px;
    height: 60px;
    margin: auto;
}
.services-box-text {
    text-align: center;
    margin-top: 20px;
}
.services-box-text h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
.services-box-text p {
    color: #6a6a6a;
}
.services-app {
    background: #f9f9f9;
    padding: 50px 30px;
    border-radius: 30px;
}
.app-development-image,.app-development-border {
    position: relative;
}
.app-development-button {
    display: inline-block;
    width: 100%;
}
.app-development-text {
    position: relative;  
}
.app-development::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    top: 0;
    left: -10px;
}
.app-development-border::before {
    content: "";
    border: 1px solid #e0e0e0;
    width: 1200px;
    height: 1200px;
    position: absolute;
    top: -300px;
    z-index: -1;
    border-radius: 50%;
    left: -300px;
}
.app-development-border::after {
    content: "01";
    position: absolute;
    color: #f7f6f6;
    font-size: 400px;
    line-height: 1;
    top: -30%;
    font-family: "gadugib";
    left: 78%;
    z-index: -1;
}
.app-development-image {
    width: 900px;
    height: 900px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotate 30s linear infinite;
    -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    position: absolute;
    top: -150px;
    left: -175px;
    z-index: -1;
}
.app-development-image::before,
.app-development-image::after {
    width: 50px;
    height: 50px;
    border: 10px solid #e0e0e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #cdcdcd;
}
.app-development-image::before {
    bottom: 6px;
    left: 270px;
}
.app-development-image::after {
    top: 6px;
    right: 270px;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@media (max-width: 1540px){
    .development-services .services-text h4, .development-process-text h2 {
        font-size: 34px;
    }
}
@media (max-width: 1360px){
    .services-box-text h3 {
        font-size: 18px;
    }
    .services-box-text p {
        font-size: 14px;
    }
}
@media (max-width: 1440px){
    .app-development::before{
        width: 500px;
        height: 500px;
    }
    .app-development-image{
        width: 700px;
        height: 700px;
        top: -100px;
        left: -120px;
    }
    .app-development-image::after{
        top: -24px;
    }
    .app-development-image::before{
        bottom: -24px;
    }
    .app-development-border::before {
        width: 900px;
        height: 900px;
        top: -205px;
        left: -205px;
    }
    .app-development-border::after {
        font-size: 330px;
        top: -35%;
    }
}
@media (max-width: 1199px){
    .app-development::before {
        width: 400px;
        height: 400px;
    }
    .app-development-border::before {
        width: 700px;
        height: 700px;
        top: -155px;
        left: -155px;
    }
    .app-development-image {
        width: 550px;
        height: 550px;
        top: -80px;
        left: -90px;
    }
    .app-development-border::after{
        font-size: 260px;
        top: -25%;
    }
    .app-development-image::after,
    .app-development-image::before{
        width: 30px;
        height: 30px;
        border: 9px solid #e0e0e0;
       
    }
    .app-development-image::after{
        top: -14px;
    }
    .app-development-image::before{
        bottom: -14px;
    }
    .development-services .services-text h4, .development-process-text h2 {
        font-size: 24px;
    }
    .development-process-text p {
        font-size: 20px;
    }
    .development-process-text h2,.development-process-text span {
        padding-bottom: 10px;
    }
    .development-process-text span{
        letter-spacing: 3px;
        font-size: 16px;
    }
    .services-box{
        margin-bottom: 80px;
    }
}
@media (max-width: 991px){
    .app-development {
        margin-bottom: 50px;
    }
    .app-development::before {
        width: 300px;
        height: 300px;
    }
    .app-development-border::before {
        width: 500px;
        height: 500px;
        top: -100px;
        left: -115px;
    }
    .app-development-image {
        width: 400px;
        height: 400px;
        top: -50px;
        left: -70px;
    }
    .app-development-image::after{
        top: 4px;
    }
    .app-development-image::before{
        bottom: 4px;
    }
    .app-development-border::after {
        font-size: 184px;
        top: -25%;
    }
    .services-box {
        padding: 0 10px;
        margin-bottom: 50px;
    }
    .services-box > div{
        padding: 0 5px;
    }
    .services-app {
        padding: 30px 10px;
    }
    .development-process {
        text-align: left;
        margin-bottom: 50px;
        padding: 0;
    }
    .development-process-text p {
        font-size: 18px;
    }
    .development-services{
        margin-bottom: 30px;
    }
    .development-services .services-text h4{
        font-size: 19px;
        margin-bottom: 5px;
    }
    .development-services .services-text p{
        font-size: 16px;
        letter-spacing: 4px;
        margin-bottom: 5px;
    }
}
@media (max-width: 767px){
    .app-development{
        flex-direction: column;
    }
    .app-development-image {
        width: 550px;
        height: 550px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .app-development-image::before {
        bottom: 25px;
        left: 120px
    }
    .app-development-image::after {
        top: 25px;
        right: 120px;
    }
    .app-development::before,
    .app-development-border::before,
    .app-development-border::after {
        display: none;
    }
    .app-development-text h2 {
        font-size: 45px;
        line-height: 1;
    }
    .development-process-text {
        margin-bottom: 40px;
    }
    .development-process-text p {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }
    .development-process-image {
        float: unset!important;
    }
    .development-process-text span{
        font-size: 12px;
    }
    .development-services, .development-process {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
    }
    .development-services{
        text-align: center;
    }
    .development-services .services-text p{
        font-size: 12px;
    }
    .services-app {
        padding: 20px 10px;
    }
    .services-box > div{
        display: block;
    }
    .services-box-icon {
        width: 40px;
        height: 40px;
    }
    .services-box-text{
        margin-top: 10px;
    }
    .services-box-text p{
        margin-bottom: 0;
    }
}
@media (max-width: 730px){
    .app-development-image{
        width: 450px;
        height: 450px;
    }
    .app-development-image::before {
        bottom: 50px;
        left: 50px;
    }
    .app-development-image::after {
        top: 50px;
        right: 50px;
    }
}
@media (max-width: 680px){
    .app-development-image{
        width: 400px;
        height: 400px;
    }
    .app-development-image::before {
        bottom: 45px;
        left: 45px;
    }
    .app-development-image::after {
        top: 45px;
        right: 45px;
    }
}
@media (max-width: 575px) {
    .app-development-image{
        width: 350px;
        height: 350px;
    }
    .app-development-image::before {
        bottom: 35px;
        left: 35px;
    }
    .app-development-image::after {
        top: 35px;
        right: 35px;
    }
    .development-services::before{
        left: 15px;
        width: 3px;;
    }
    .app-development-text h2{
        font-size: 32px;
    }
    .app-development-text p{
        font-size: 16px;;
    }
    .services-box-text h3 {
        font-size: 16px;
    }
    .services-box-text p {
        font-size: 12px;
    }
}
@media (max-width: 543px){
    .services-box > div + div {
        margin-top: 15px;
    }
    .services-box{
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .app-development-image {
        width: 270px;
        height: 270px;
    }
    .app-development-image::before {
        left: 15px;
    }
    .app-development-image::after {
        right: 15px;
    }
    .app-development::before {
        display: none;
    }
    .app-development-text h2 {
        font-size: 24px;
    }
    .app-development-text p{
        font-size: 14px;
        margin-bottom: 15px;
    }
}
@media (max-width: 375px) {
    .app-development-image {
        width: 210px;
        height: 210px;
    }
    .app-development-image::before {
        left: 0;
    }
    .app-development-image::after {
        right: 0;
    }
}
/* ---- Tab web-development ---- */
.web-development {
    margin-bottom: 100px;
    display: flex;
    width: 100%;
    position: relative;
}
.web-development-img::before {
    content: "02";
    position: absolute;
    right: -8%;
    top: -25%;
    font-size: 400px;
    line-height: 1;
    font-family: 'gadugib';
    z-index: -1;
    color: #f7f7f7;
}
.web-development-image {
    position: relative;
    height: 490px;
    margin: auto;
    box-shadow: inset 0 0 0 1px #ebebeb;
    margin-top: 80px;
    margin-left: 20px;
    text-align: center;
}
.web-development-border::before,
.web-development-border::after {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #cdcdcd;
    z-index: 999;
    display: block;
}
.web-development-border::before {
    right: 20%;
    top: -15px;
}
.web-development-border::after{
    left: 20%;
    bottom: -15px;
}
.web-development-image::before, .web-development-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0;
    box-shadow: inset 0 0 0 2px rgb(208 206 206);
    animation: web-development 8s linear infinite;
}
.web-development-image::before {
    animation-delay: -4s;
}
@keyframes web-development {
    0%, 100% {
      clip: rect(0px, 950px, 2px, 0px);
    }
    25% {
      clip: rect(0px, 2px, 490px, 0px);
    }
    50% {
      clip: rect(490px, 950px, 490px, 0px);
    }
    75% {
      clip: rect(0px, 950px, 490px, 490px);
    }
  }
.web-development-image img {
    margin-top: -35px;
}
.web-development .float-left {
    padding: 0;
}
.web-development-text {
    background: #f7f7f7;
    padding: 80px 80px 80px 0;
}
.web-development-box {
    text-align: right;
    background: #fff;
    padding: 88px 60px 88px 0;
}
.web-development-box .web-development-title {
    font-size: 20px;
    letter-spacing: 4px;
    color: #6a6a6a;
    font-family: "Gadugi";
    text-align: right;
    display: inline-block;
    margin-bottom: 20px;
}
.web-development-box h2 {
    font-size: 52px;
    font-family: "gadugib";
    margin-bottom: 30px;
}
.web-development-box h2 span {
    color: #70b4c6;
}
.web-development-box p {
    color: #636363;
    font-size: 24px;
    margin-bottom: 0px;
}
.web-development-box a {
    border: 2px solid #70b4c6;
    padding: 10px 30px;
    border-radius: 30px;
    color: #70b4c6;
    font-size: 20px;
    display: inline-block;
}
.web-development-box a svg{
    fill: #70b4c6;
}
.our-specialities{
    position: relative;
}
.our-specialities-text span {
    letter-spacing: 4px;
    font-size: 20px;
    text-transform: uppercase;
    color: #6a6a6a;
}
.our-specialities-text {
    text-align: center;
}
.our-specialities-text h4 {
    font-family: "gadugib";
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 20px;
}
.our-specialities-text span {
    letter-spacing: 4px;
    font-size: 20px;
    text-transform: uppercase;
    color: #6a6a6a;
    margin-bottom: 20px;
    display: inline-block;
}
.our-specialities-text p {
    color: #a5a5a5;
    width: 40%;
    margin: auto;
}
.web-development-services {
    position: relative;
    margin: 180px 0;
}
.web-development-services-border {
    width: 900px;
    height: 900px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px dashed #dfdfdf;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotate 30s linear infinite;
    -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    bottom: 0;
}
.web-development-services-border::before, .web-development-services-border::after {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #b2b2b2;
}
.web-development-services-border::before {
    bottom: 6px;
    left: 300px;
}
.web-development-services-border::after {
    top: 6px;
    right: 300px;
}
.web-development-services-image {
    background: url(../image/home/web-development-services-image.png) no-repeat center;
    position: relative;
    height: 800px;
}
.graphics-design, .ecommerce-development, .digital-marketing, .app-development-services {
    text-align: center;
    filter: drop-shadow(0px 7px 15px rgba(0,0,0,0.05));
    background: #fff;
    padding: 100px 20px 40px;
}
.web-development-services-image .graphics-design {
    position: absolute;
    left: 30px;
    top: 0;
}
.web-development-services-image .ecommerce-development {
    position: absolute;
    right: 30px;
    top: 0;
}
.web-development-services-image .digital-marketing {
    position: absolute;
    bottom: -30px;
    top: auto;
    left: 40px;
}
.web-development-services-image .app-development-services {
    position: absolute;
    right: 30px;
    top: auto;
    bottom: -30px;
}
.web-development-services-icon svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.web-development-services-text h3 {
    font-size: 20px;
    font-family: "gadugib";
}
.web-development-services-text p {
    font-size: 14px;
    color: #949494;
}
.web-development-services-image .services-number {
    position: absolute;
    font-size: 150px;
    top: -50px;
    font-family: "gadugib";
    color: #f5f5f5;
    z-index: -1;
}
@media (max-width: 1599px){
    .web-development-img::before{
        right: -10%;
    }
}
@media (max-width: 1440px){
    .web-development-img::before{
        right: -12%;
    }
    @keyframes web-development {
        0%, 100% {
          clip: rect(0px, 700px, 2px, 0px);
        }
        25% {
          clip: rect(0px, 2px, 490px, 0px);
        }
        50% {
          clip: rect(490px, 700px, 490px, 0px);
        }
        75% {
          clip: rect(0px, 700px, 490px, 490px);
        }
    }
}
@media (max-width: 1260px){
    .web-development-services-image {
        background-size: 700px 700px;
    }
    .web-development-services-border {
        width: 800px;
        height: 800px;
    }
    .web-development-services-border::before {
        left: 265px;
    }
    .web-development-services-border::after {
        right: 260px;
    }
}
@media (min-width: 1200px){
    .web-development-services .container {
        max-width: 1200px;
    }
}
@media (max-width: 1199px){
    .web-development{
        margin-bottom: 80px;
    }
    .web-development-img::before {
        font-size: 290px;
        right: -10%;
        top: -17%;
    }
    .web-development-box h2 {
        font-size: 42px;
    }
    .web-development-box p {
        font-size: 18px;
    }
    .web-development-services-image {
        background-size: 600px 600px;
    }
    .web-development-services-border {
        width: 650px;
        height: 650px;
    }
    .web-development-services-border::before {
        left: 200px;
    }
    .web-development-services-border::after {
        right: 195px;
    }
    .web-development-services {
        margin: 80px 0;
    }
    .ecommerce-development{
        padding: 70px 20px 15px;
    }
    .web-development-services-image .services-number{
        font-size: 120px;
        top: -30px;
    }
    .web-development-image{
        height: 440px;
    }
    @keyframes web-development {
        0%, 100% {
          clip: rect(0px, 579px, 2px, 0px);
        }
        25% {
          clip: rect(0px, 2px, 440px, 0px);
        }
        50% {
          clip: rect(440px, 579px, 440px, 0px);
        }
        75% {
          clip: rect(0px, 579px, 440px, 440px);
        }
    }
}
@media (max-width: 991px){
    .web-development-box h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .web-development-box .web-development-title {
        margin-bottom: 10px;
    }
    .web-development-box p {
        font-size: 14px;
        /* margin-bottom: 15px; */
    }
    .web-development-box a {
        padding: 6px 20px;
        font-size: 16px;
    }
    .web-development-services-image .graphics-design, .web-development-services-image .ecommerce-development, .web-development-services-image .digital-marketing, .web-development-services-image .app-development-services {
        max-width: 40%;
        padding: 50px 20px 15px;
    }
    .web-development-services-image .graphics-design, .web-development-services-image .digital-marketing{
        left: 0;
    }
    .web-development-services-image .ecommerce-development, .web-development-services-image .app-development-services{
        right: 0;
    }
    .web-development-services-image .services-number {
        font-size: 100px;
    }
    .web-development-services-text h3 {
        font-size: 16px;
    }
    .web-development-services-text p {
        font-size: 13px;
    }
    .web-development-services-image {
        background-size: 550px 550px;
    }
    .web-development-services-border {
        width: 600px;
        height: 600px;
    }
    .web-development-services-border::before {
        left: 180px;
    }
    .web-development-services-border::after {
        right: 175px;
    }
    .web-development-services-image .app-development-services,.web-development-services-image .digital-marketing {
        bottom: 0;
    }
    .web-development-services {
        margin: 30px 0 50px;
    }
    .web-development {
        margin-bottom: 50px;
    }
    .our-specialities-text h4{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .our-specialities-text span{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .our-specialities-text p {
        width: 60%;
    }
    .web-development-text{
        padding: 50px 50px 50px 0;
    }
    .web-development-box{
        padding: 60px 45px 60px 0;
    }
    .web-development-image{
        margin-top: 50px;
        height: 312px;
    }
    .web-development-img::before {
        font-size: 190px;
        right: -9%;
        top: -14%;
    }
    .web-development-image img{
        width: 370px;
    }
    @keyframes web-development {
        0%, 100% {
          clip: rect(0px, 475px, 2px, 0px);
        }
        25% {
          clip: rect(0px, 2px, 312px, 0px);
        }
        50% {
          clip: rect(312px, 475px, 312px, 0px);
        }
        75% {
          clip: rect(0px, 475px, 312px, 312px);
        }
    }
}
@media (max-width: 767px){
    .web-development-image {
        height: 280px;
        width: 290px;
        margin: auto auto 25px;
    }
    .web-development-img::before{
        display: none;
    }
    .web-development-image img{
        width: auto;
        margin-top: -20px;
    }
    @keyframes web-development {
        0%, 100% {
          clip: rect(0px, 290px, 2px, 0px);
        }
        25% {
          clip: rect(0px, 2px, 280px, 0px);
        }
        50% {
          clip: rect(280px, 290px, 280px, 0px);
        }
        75% {
          clip: rect(0px, 290px, 280px, 280px);
        }
    }
    .our-specialities-text p {
        width: 90%;
    }
    .web-development-services-border {
        width: 380px;
        height: 380px;
    }
    .web-development-services-border::before {
        left: 90px;
    }
    .web-development-services-border::after {
        right: 90px;
    }
    .web-development-services-image {
        background-size: 340px 340px;
    }
    .web-development-services-image {
        height: 640px;
    }
    .web-development-services-image .services-number {
        font-size: 70px;
        top: -25px;
    }
    .web-development-services-image .graphics-design, .web-development-services-image .ecommerce-development, .web-development-services-image .digital-marketing, .web-development-services-image .app-development-services{
        padding: 35px 15px 5px;
    }
    .web-development{
        flex-direction: column;
    }
    .web-development-text {
        padding: 30px;
        margin: 0 15px;
    }
    .web-development-box {
        padding: 22px 25px 25px;
        text-align: center;
    }
    .web-development-box .web-development-title {
        margin-bottom: 5px;
    }
}
@media (max-width: 543px) {
    .web-development-services-image .graphics-design, .web-development-services-image .ecommerce-development, .web-development-services-image .digital-marketing, .web-development-services-image .app-development-services{
        max-width: 45%;
    }
    .web-development-services-image .services-number {
        font-size: 50px;
        top: -20px;
    }
}
@media (max-width: 480px) {
    .web-development-services-image{
        background: transparent; 
        margin: 0 -5px;
        height: unset;
    }
    .web-development-services-border{
        display: none;
    }
    .web-development-services-image .graphics-design, .web-development-services-image .ecommerce-development, .web-development-services-image .digital-marketing, .web-development-services-image .app-development-services {
        position: relative;
        float: left;
        max-width: 48%;
        width: 48%;
        margin: 0 1%;
        padding: 20px 5px 5px;
    }
    .web-development-services-image > div:nth-child(1),
    .web-development-services-image > div:nth-child(2){
        margin-bottom: 10px;
    }
    .web-development-services-image > div:nth-child(3){
        clear: left;
    }
    .web-development-services-icon svg{
        width: 30px;
        height: 30px;
    }
    .web-development-services-text h3 {
        font-size: 14px;
    }
    .web-development-services-text p {
        font-size: 12px;
    }
    .our-specialities-text h4 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .our-specialities-text span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .web-development-text {
        padding: 15px;
    }
    .web-development-box {
        padding: 12px 15px 15px;
    }
    .web-development-box .web-development-title {
        font-size: 12px;
        letter-spacing: 3px;
    }
    .web-development-box h2 {
        font-size: 22px;
    }
    .web-development-box p {
        font-size: 13px;
    }
    .web-development {
        margin-bottom: 30px;
    }
}
/* ---- Tab Game Development ---- */
.game-development-services1 {
    padding-right: 12%;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 1;
}
.game-development-services1::before {
    content: "03";
    position: absolute;
    left: 0;
    top: -20%;
    right: 9%;
    font-size: 400px;
    line-height: 1;
    font-family: 'gadugib';
    z-index: -1;
    color: #f7f7f7;
    text-align: center;
}
.game-development-services1-image img {
    border: 2px solid #dfdfdf;
    margin-left: 22%;
}
.game-development-services1-text {
    text-align: right;
    margin-top: 100px;
}
.game-development-services1-text h5,.ui-ux-design-services-text h5 {
    letter-spacing: 4px;
    color: #6a6a6a;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}
.game-development-services1-text h2,.ui-ux-design-services-text h2,.ui-ux-design-text h2 {
    font-size: 52px;
    font-family: "gadugib";
    text-transform: uppercase;
    margin-bottom: 30px;
}
.game-development-services1-text h2 span,.ui-ux-design-services-text h2 span,.ui-ux-design-text h2 span {
    color: #70b4c6;
}
.game-development-services1-text p,.ui-ux-design-services-text p {
    color: #636363;
    font-size: 24px;
    /* margin-bottom: 50px; */
    margin-bottom: 0;
}
.game-development-services1-text a svg,.ui-ux-design-services-text a svg,.ui-ux-design-text a svg {
    fill: #70b4c6;
}
.game-development-services1-text a,.ui-ux-design-services-text a,.ui-ux-design-text a {
    color: #70b4c6;
    padding: 11.5px 30px;
    border: 2px solid #70b4c6;
    border-radius: 25px;
    display: inline-block;
    font-size: 18px;
}
.web-development-box a:hover,
.game-development-services1-text a:hover,
.ui-ux-design-services-text a:hover,
.ui-ux-design-text a:hover{
    color: #fff;
    background: #70b4c6;
}
.web-development-box a:hover svg,
.game-development-services1-text a:hover svg,
.ui-ux-design-services-text a:hover svg,
.ui-ux-design-text a:hover svg {
    fill: #fff;
}
.game-development-services2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 300px;
    padding-left: 10%;
    position: relative;
}
.game-development-services2-text h2 {
    font-size: 52px;
    text-transform: uppercase;
    font-family: "gadugib";
    margin-bottom: 25px;
}
.game-development-services2-text h2 span {
    color: #70b4c6;
}
.game-development-services2-text p {
    font-size: 24px;
    color: #636363;
}
.game-development-services2-image {
    position: relative;
    overflow: hidden;
    width: 700px;
    height: 700px;
}
.game-development-services2::before {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    left: auto;
    background: #f9f9f9;
    right: 10%;
    border-radius: 50%;
    z-index: 0;
}
.game-development-services2-image img {
    float: right;
}
.game-development-services-border {
    width: 1100px;
    height: 1100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotate 30s linear infinite;
    -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    position: absolute;
    top: -35%;
    left: auto;
    z-index: -1;
    right: -90px;
}
.game-development-services-border::before {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #5f5f5f;
}
.game-development-services-border::before {
    bottom: 6px;
    left: 350px;
}
@media (max-width: 1699px){
    .game-development-services2::before{
        width: 800px;
        height: 800px;
    }
    .game-development-services-border{
        width: 1000PX;
        height: 1000PX;
        top: -25%;
    }
    .game-development-services-border::before {
        bottom: 0px;
        left: 315px;
    }
}
@media (max-width: 1599px){
    .game-development-services2::before{
        width: 750px;
        height: 750px;
    }
    .game-development-services1-text h2, .ui-ux-design-services-text h2, .ui-ux-design-text h2,
    .game-development-services2-text h2{
        font-size: 44PX;
    }
    .game-development-services-border {
        width: 900PX;
        height: 900PX;
        top: -25%;
    }
    .game-development-services2-image {
        width: 600px;
        height: 600px;
    }
    .game-development-services-border::before{
        bottom: -9px;
    }
}
@media (max-width: 1440px){
    .game-development-services1-image img{
        margin-left: 30px;
    }
    .game-development-services1{
        padding-right: 85px;
    }
    .game-development-services1::before{
        top: -25%;
        right: -5%;
    }
    .game-development-services1-text h2, .ui-ux-design-services-text h2, .ui-ux-design-text h2,
    .game-development-services2-text h2 {
        font-size: 36PX;
    }
    .game-development-services2{
        padding-left: 85px;
    }
    .game-development-services2::before {
        width: 650px;
        height: 650px;
        right: 5%;
    }
    .game-development-services2-image {
        width: 500px;
        height: 500px;
    }
    .game-development-services-border {
        width: 700PX;
        height: 700PX;
        top: -15%;
    }
    .game-development-services-border::before {
        bottom: -25px;
    }
}
@media (max-width: 1199px){
    .game-development-services1::before {
        top: -14%;
        right: -2%;
        font-size: 200px;
    }
    .game-development-services2{
        margin-bottom: 200px;
    }
    .game-development-services1-text h2, .ui-ux-design-services-text h2, .ui-ux-design-text h2,.game-development-services2-text h2{
        font-size: 30px;
    }
    .game-development-services2-text h2 {
        margin-bottom: 15px;
    }
    .game-development-services1-text p, .ui-ux-design-services-text p, .game-development-services2-text p {
        font-size: 20px;
    }
    .game-development-services2::before {
        width: 550px;
        height: 550px;
    }
    .game-development-services2-image {
        width: 400px;
        height: 400px;
    }
    .game-development-services-border {
        width: 600PX;
        height: 600PX;
        top: -25%;
    }
}
@media (max-width: 991px){
    .game-development-services1-text {
        margin-top: 60px;
    }
    .game-development-services1-text h2 {
        margin-bottom: 10px;
    }
    .game-development-services1-text h5{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .game-development-services1{
        padding-right: 0;
    }
    .game-development-services1-image img {
        margin-left: 0;
    }
    .game-development-services1::before {
        top: -12%;
        right: -3%;
        font-size: 160px;
    }
    .game-development-services2{
        padding-left: 0;
        margin-bottom: 160px;
    }
    .game-development-services1-text p, .ui-ux-design-services-text p, .game-development-services2-text p {
        font-size: 16px;
    }
    .game-development-services-border::before {
        bottom: -15px;
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 870px){
    .game-development-services1-text h2, .ui-ux-design-services-text h2, .ui-ux-design-text h2,.game-development-services2-text h2{
        font-size: 24px;
    }
    .game-development-services2-text h2 {
        margin-bottom: 10px;
    }
    .game-development-services2::before {
        width: 450px;
        height: 450px;
    }
    .game-development-services-border {
        width: 500px;
        height: 500px;
        top: -30%;
    }
    .game-development-services2-image {
        width: 320px;
        height: 320px;
    }
}
@media (max-width: 767px){
    .game-development-services1-text a, .ui-ux-design-services-text a, .ui-ux-design-text a{
        padding: 6.5px 20px;
    }
    .game-development-services1::before{
        display: none;
    }
    .game-development-services1-image,
    .game-development-services1-text {
        text-align: center;
    }
    .game-development-services1-text {
        margin-top: 30px;
    }
    .game-development-services2 {
        padding-left: 0;
        flex-flow: column;
        margin-bottom: 110px;
    }
    .game-development-services2-text {
        margin-top: 50px;
    }
    .game-development-services1-text h2, .ui-ux-design-services-text h2, .ui-ux-design-text h2,.game-development-services2-text h2{
        font-size: 32px;
    }
    .game-development-services2::before{
        bottom: -7%;
    }
    .game-development-services-border{
        top: -37%;
    }
    .game-development-services2-image {
        margin: auto;
        margin-right: 0;
        margin-top: -50px;
    }
    .game-development-services-border {
        top: auto;
        bottom: -20%;
    }
    .game-development-services-border::before{
        bottom: -3px;
    }
}
@media (max-width: 870px){
    .game-development-services-border::before {
        bottom: -3px;
    }
}
@media (max-width: 575px){
    .game-development-services1-text h2, .ui-ux-design-services-text h2, .ui-ux-design-text h2,.game-development-services2-text h2{
        font-size: 26px;
    }
    .game-development-services2::before {
        width: 370px;
        height: 370px;
        bottom: 0;
    }
    .game-development-services-border{
        width: 400px;
        height: 400px;
        bottom: -5%;
        right: -50px;
    }
    .game-development-services2{
        margin-bottom: 60px;
    }
    .game-development-services-border::before {
        bottom: 35px;
    }
}
@media (max-width: 480px){
    .game-development-services1-text h5{
        font-size: 12px;
    }
    .game-development-services1-text h2, .ui-ux-design-services-text h2, .ui-ux-design-text h2,.game-development-services2-text h2{
        font-size: 20px;
    }
    .game-development-services1-text p, .ui-ux-design-services-text p, .game-development-services2-text p {
        font-size: 15px;
    }
    .game-development-services2::before {
        width: 300px;
        height: 300px;
        right: 0%;
    }
    .game-development-services-border {
        width: 330px;
        height: 330px;
        bottom: -5%;
        right: -50px;
    }
    .game-development-services2-image {
        width: 280px;
        height: 280px;
        margin-right: -30px;
        margin-top: -15px;
    }
    .game-development-services-border::before {
        bottom: 5px;
        left: 230px;
    }
}
/* ---- ui-ux-design ---- */
#ui-ux-design {
    position: relative;
}
.ui-ux-design-left-img{
    padding-right: 0;
    margin-top: -200px;
}
.ui-ux-design-services {
    padding-left: 10%;
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}
.ui-ux-design-services-text{
    position: relative;
}
.ui-ux-design-services-text::before {
    content: "04";
    position: absolute;
    left: 0;
    top: -60%;
    right: 0;
    font-size: 400px;
    line-height: 1;
    font-family: 'gadugib';
    z-index: -1;
    color: #f7f7f7;
}
.experience {
    background: #70b4c6;
    display: inline-block;
    position: absolute;
    left: -55px;
    bottom: -30px;
    padding: 40px 40px 40px 90px;
    border-radius: 0 0 0 100%;
}
.experience h1 {
    font-size: 64px;
    color: #fff;
    font-family: "gadugib";
}
.experience p {
    text-align: right;
    color: #fff;
    font-size: 20px;
}
.ui-ux-design-box {
    margin-bottom: 20%;
    display: inline-block;
    width: 100%;
    padding-right: 13%;
    position: relative;
    vertical-align: middle;
}
.ui-ux-design-box-innere{
    position : relative;
}
.ui-ux-design-box-innere::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    left: 7%;
    background: #f9f9f9;
    right: auto;
    border-radius: 50%;
}
.ui-ux-design-border {
    width: 1100px;
    height: 1100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: rotate 30s linear infinite;
    -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: running;
    -webkit-animation-play-state: running;
    position: absolute;
    top: -35%;
    left: -19%;
    z-index: -1;
}
.ui-ux-design-border::after {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #5f5f5f;
    top: 6px;
    right: 340px;
}
.ui-ux-design-text {
    text-align: right;
    margin-top: 50px;
}
.ui-ux-design-text ul {
    list-style-type: none;
    padding: 0 40px 0 0;
}
.ui-ux-design-text ul li {
    line-height: 2.5;
    color: #b3b3b3;
    font-size: 20px;
    position: relative;
}
.ui-ux-design-text ul li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 10px;
    top: 5px;
    bottom: 0;
    right: -30px;
    left: auto;
    margin: auto;
    border: 5px solid #e5e5e5;
}
.ui-ux-design-image {
    position: relative;
    margin-left: 10%;
}
.ui-ux-design-services-image img {
    z-index: -1;
    position: relative;
}
@media (max-width: 1699px){
    .ui-ux-design-border{
        left: -24%;
    }
    .ui-ux-design-border::after{
        top: 9px;
    }
}
@media (max-width: 1599px){
    .ui-ux-design-box-innere::before{
        left: 3%
    }
    .ui-ux-design-border{
        width: 1000px;
        height: 1000px;
        top: -30%;
    }
    .ui-ux-design-border::after{
        top: -8px;
    }
}
@media (max-width: 1440px){
    .ui-ux-design-services{
        padding-left: 30px;
    }
    .ui-ux-design-box-innere::before{
        left: 30px;
        width: 760px;
        height: 760px;
    }
    .ui-ux-design-border {
        left: -37%;
    }
    .ui-ux-design-image{
        margin-left: 2%;
    }
    .ui-ux-design-services-text::before{
        top: -48%;
        font-size: 250px;
    }
}
@media (max-width: 1199px) and (min-width: 1025px){
    .ui-ux-design-image{
        width: 500px;
    }
}
@media (max-width: 1199px){
    .ui-ux-design-left-img {
        padding-right: 0;
        margin-top: -100px;
    }
    .ui-ux-design-box-innere::before {
        width: 600px;
        height: 600px;
    }
    .ui-ux-design-border {
        width: 800px;
        height: 800px;
        top: -30%;
    }
    .ui-ux-design-services{
        margin-bottom: 100px;
    }
    .ui-ux-design-border::after {
        top: -20px;
    }
}
@media (max-width: 991px){
    .ui-ux-design-left-img {
        margin-top: -80px;
    }
    .ui-ux-design-services-text h2{
        margin-bottom: 15px;
    }
    .ui-ux-design-services-text h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ui-ux-design-services-text p{
        margin-bottom: 25px;
    }
    .ui-ux-design-services-text::before{
        font-size: 260px;
    }
    .experience {
        left: -40px;
        padding: 10px 15px 20px 40px;
    }
    .experience h1 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .experience p{
        font-size: 14px;
    }
    .ui-ux-design-box {
        padding-right: 6%;
        margin-bottom: 17%;
    }
    .ui-ux-design-box-innere::before {
        left: 5px;
    }
}
@media (max-width: 900px){
    .ui-ux-design-border {
        width: 650px;
        height: 650px;
        top: -30%;
    }
    .ui-ux-design-box-innere::before {
        width: 500px;
        height: 500px;
    }
}
@media (max-width: 767px){
    .ui-ux-design-services-text::before{
        display: none;
    }
    .experience {
        left: 0px;
        bottom: 0px;
        padding: 10px 15px 20px 40px;
    }
    .ui-ux-design-services{
        flex-direction: column-reverse;
        padding-left: 15px;
    }
    .ui-ux-design-left-img {
        margin-top: -60px;
    }
    .ui-ux-design-left-img {
        margin-top: -100px;
    }
    .ui-ux-design-services-text{
        margin-top: 50px;
    }
    .experience h1 {
        font-size: 40px;
    }
    .experience {
        left: -5px;
        bottom: -5px;
    }
    .experience p {
        font-size: 12px;
    }
    .ui-ux-design-image {
        width: 70%;
    }
    .ui-ux-design-box-innere::before {
        width: 600px;
        height: 600px;
    }
    .ui-ux-design-border {
        width: 800px;
        height: 800px;
        top: -32%;
        left: -26%;
    }
    .ui-ux-design-border::after {
        top: -14px;
        width: 30px;
        height: 30px;
    }
    .ui-ux-design-box{
        margin-bottom: 50px;
        padding-right: 0;
    }
}
@media(max-width: 680px){
    .ui-ux-design-border {
        width: 700px;
        height: 700px;
        top: -25%;
    }
    .ui-ux-design-box-innere::before {
        width: 550px;
        height: 550px;
    }
}
@media(max-width: 600px){
    .ui-ux-design-image {
        width: 80%;
    }
}
@media(max-width: 575px){
    .experience h1 {
        font-size: 35px;
    }
    .experience {
        left: -5px;
        bottom: -5px;
        padding: 5px 10px 10px 40px;
    }
    .ui-ux-design-services-text {
        margin-top: 40px;
    }
    .ui-ux-design-text h2{
        margin-bottom: 15px;
    }
    .ui-ux-design-text ul li{
        line-height: 1.5;
    }
    .ui-ux-design-box-innere::before {
        width: 500px;
        height: 500px;
    }
    .ui-ux-design-border {
        width: 600px;
        height: 600px;
        top: -20%;
        left: -20%;
    }
    .ui-ux-design-services{
        margin-bottom: 50px;
    }
    .ui-ux-design-border::after{
        top: -9px;
    }
}
@media(max-width: 543px){
    .ui-ux-design-box-innere::before {
        width: 460px;
        height: 460px;
    }
    .ui-ux-design-border {
        width: 530px;
        height: 530px;
        left: -15%;
    }
    .ui-ux-design-border::after{
        top: 2px;
    }
}
@media(max-width: 480px){
    .ui-ux-design-box-innere::before {
        width: 375px;
        height: 375px;
    }
    .ui-ux-design-border {
        width: 430px;
        height: 430px;
    }
    .ui-ux-design-border::after {
        top: 38px;
    }
}
@media(max-width: 425px){
    .ui-ux-design-box-innere::before {
        width: 340px;
        height: 340px;
    }
    .ui-ux-design-border {
        width: 395px;
        height: 395px;
    }
    .ui-ux-design-border::after {
        right: 315px;
    }
}
@media(max-width: 375px){
    .ui-ux-design-box-innere::before {
        width: 300px;
        height: 300px;
    }
    .ui-ux-design-border {
        width: 340px;
        height: 340px;
    }
    .ui-ux-design-border::after {
        right: 278px;
    }
}
/* ---- parallax ---- */
.parallax{
    background: url(../image/home/parallax-bg.png) no-repeat center;
    display: inline-block;
    width: 100%;
    margin-bottom: 130px;
    background-size: cover;
    background-attachment: fixed;
    padding: 6.07% 13%;
}
.parallax-text {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: auto;
}
.parallax-text h2 {
    text-transform: uppercase;
    color: #fff;
    font-family: "gadugib";
    font-size: 50px;
    margin-bottom: 10px;
}
.parallax-text p {
    font-size: 22px;
    color: #fff;
}
.parallax-button a{
    border: 2px solid #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}
.parallax-button a:hover{
    color: #70b4c6;
    border-color: #70b4c6;
}
.parallax-button a svg {
    fill: #ffffff;
}
.parallax-button a:hover svg {
    fill: #70b4c6;
}
@media (max-width: 1370px){
    .parallax-text h2{
        font-size: 40px;
    }
    .parallax-text p {
        font-size: 18px;
    }
    .parallax-button a {
        padding: 15px 20px;
        font-size: 16px;
    }
}
@media (max-width: 1199px){
    .parallax-text h2 {
        font-size: 30px;
    }
    .parallax-text p {
        font-size: 14px;
    }
    .parallax-button a {
        padding: 10px 15px;
        font-size: 13px;
    }
    .parallax{
        margin-bottom: 80px;
    }
}
@media (max-width: 991px){
    .parallax{
        padding: 5% 2%;
        margin-bottom: 50px;
    }
    .parallax-text {
        display: inline-block;
        width: 100%;
    }
    .parallax-text .col-md-9,.parallax-text .col-md-3 {
        width: 100%;
        display: inline-block;
        max-width: 100%;
        text-align: center;
        float: none !important;
    }
    .parallax-text .parallax-button {
        float: none !important;
        margin: auto;
        text-align: center;
        display: inline-block;
    }
}
@media (max-width: 767px){
    .parallax-text h2 {
        font-size: 26px;
    }
}
@media (max-width: 480px){
    .parallax-text h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .parallax-text p {
        font-size: 12px;
    }
    .parallax-button a {
        padding: 5px 12px;
        font-size: 12px;
    }
}
@media (max-width: 375px){
    .parallax-text h2{
        font-size: 16px;
    }
}
/* ---- strong ---- */
.strong {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.strong h3 {
    text-transform: uppercase;
    color: #000;
    font-family: "gadugib";
    font-size: 50px;
    margin-bottom: 20px;
}
.strong p {
    width: 50%;
    margin: auto;
    color: #a5a5a5;
    font-size: 16px;
}
@media (max-width: 991px){
    .strong p {
        width: 60%;
    }
    .strong h3{
        font-size: 40px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px){
    .strong h3 {
        font-size: 34px;
        margin-bottom: 5px;
    }
}
@media (max-width: 480px){
    .strong h3{
        font-size: 24px;
    }
    .strong p {
        width: 80%;
    } 
}
/* ---- Counter ---- */
.counter-strong {
    margin-bottom: 110px;
}
.counter-box {
    text-align: center;
}
.counter-time {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}
.counter-time::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 70px;
    background: #f1f1f1;
    z-index: -1;
    bottom: -30px;
    top: auto;
    left: 50px;
    transform: skew(-30deg, 0deg);
}
.counter-time .counter, .counter-time h3 {
    font-size: 60px;
    font-family: "gadugib";
    color: #70b4c6;
}
.counter-box p {
    color: #a5a5a5;
    font-size: 22px;
    text-transform: capitalize;
}
@media (max-width: 1599px){
    .counter-time::before{
        left: 15px;
    }
}
@media (max-width: 1199px){
    .counter-strong {
        margin-bottom: 80px;
    }
    .counter-time::before {
        width: 160px;
        height: 60px;
        bottom: -22px;
    }
    .counter-time{
        margin-bottom: 30px;
    }
    .counter-time .counter, .counter-time h3{
        font-size: 50px;;
    }
    .counter-box p{
        font-size: 18px;
    }
}
@media (max-width: 991px){
    .counter-strong {
        margin-bottom: 30px;
    }
    .counter-strong .four {
        padding: 0 5px;
    }
    .counter-strong .row{
        margin-right: -5px;
        margin-left: -5px;
    }
    .counter-time .counter, .counter-time h3 {
        font-size: 40px;
    }
    .counter-time::before {
        width: 130px;
        bottom: -30px;
        left: 0;
    }
    .counter-box p{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .counter-strong .four {
        width: 50%;
    }
    .counter-time::before {
        margin: auto;
        left: 0px;
        right: 0;
    }
    .counter-time .counter{
        margin-left: 30px;
    }
}
@media (max-width: 480px){
    .app-development-text a svg, .services-button a svg, .parallax-button a svg, .web-development-box a svg, .game-development-services1-text a svg, .ui-ux-design-services-text a svg, .ui-ux-design-text a svg{
        width: 14px;
    }
}