@font-face {
    font-family: 'Panchang';
    src: url('./fonts/Panchang-Extrabold.woff2') format('woff2'),
        url('./fonts/Panchang-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarpanch';
    src: url('./fonts/Sarpanch-Medium.woff2') format('woff2'),
        url('./fonts/Sarpanch-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Artegra Sans Alt';
    src: url('./fonts/FONTSPRINGDEMO-ArtegraSansAltBlackRegular.woff2') format('woff2'),
        url('./fonts/FONTSPRINGDEMO-ArtegraSansAltBlackRegular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pilot Command Expanded';
    src: url('./fonts/PilotCommandExpanded.woff2') format('woff2'),
        url('./fonts/PilotCommandExpanded.woff') format('woff'),
        url('./fonts/PilotCommandExpanded.ttf') format('ttf');
        
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Numans';
    src: url('./fonts/Numans-Regular.woff2') format('woff2'),
        url('./fonts/Numans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sansation';
    src: url('./fonts/SansationRegular.woff2') format('woff2'),
        url('./fonts/SansationRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Michroma';
    src: url('./fonts/Michroma.woff2') format('woff2'),
        url('./fonts/Michroma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playball';
    src: url('./fonts/Playball-Regular.woff2') format('woff2'),
        url('./fonts/Playball-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');


body{
    background: #000000;
}

body img {
    max-width: 100%;
}

body p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px !important;
}


body.page-template-cash-ecommerce footer form .img_captcha {
    color: #fff;
}


.image-load {
    max-width: unset;
}

.ch-hero-section {
    height: 100vh;
    background:  linear-gradient(180deg, #1A0135 0%, #13002B 100%);
}

.hero-main {
    position: relative;
    height: 100vh;
}
.image-load img {
    max-width: unset !important;
}
.he-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    z-index: 100;
    text-align: center;
}

.he-text h1 {
    font-family: 'Panchang';
    font-size: 102px;
    line-height: 141.65px;
    color: #fff;
}
.he-text h1 span {
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: currentcolor;
    -webkit-text-stroke-color: #fff;
}

.left-her {
    position: absolute;
    top: 112px;
    left: -34px;
           -webkit-animation-name: left-her;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: left-her;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes left-her {
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 20px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes left-her {
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 20px);}
    to {-moz-transform: translate(0, -0px);}    
}
@keyframes spinner {
    to{transform:rotate(360deg)
    }
}
@-webkit-keyframes spinner{
    to{-webkit-transform:rotate(360deg)}
}

.right-her {
    position: absolute;
    right: -78px;
    bottom: 70px;
    -webkit-animation-name: right-her;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: right-her;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes right-her {
    from {-webkit-transform:translate(0, 20px);}
    65% {-webkit-transform:translate(0, 0px);}
    to {-webkit-transform: translate(0, 20px);}    
}
    
@keyframes spinner {
    to{transform:rotate(360deg)
    }
}
.right-her::before {
    content: '';
    background-image: url(../images/ban-right.png);
    position: absolute;
    top: -82px;
    right: 30px;
    display: block;
    z-index: 1000;
    height: 75px;
    width: 75px;
    background-size: cover;
    animation: taadaa 1s infinite;
}
.left-her::before {
    content: '';
    background-image: url(../images/man-left.png);
    position: absolute;
    bottom: -11px;
    left: -50px;
    display: block;
    z-index: 1000;
    height: 75px;
    width: 75px;
    background-size: cover;
    animation: taadaa 1s infinite;
}

@keyframes taadaa { 
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }

.he-text h1 label {
    display: block;
    width: 100%;
    font-size: 85px;
    margin-top: 39px;
    line-height: 113.32px;
}


.center-round {
    position: absolute;
    bottom: -124px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.cnround {
    position: relative;
    display: inline-block;
}
.cnround h6 {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-family: 'Panchang';
    width: 100%;
    color: #fff;
}


/*elector fahison*/


body.page-template-cash-ecommerce {
    background: #fff;
    color: #000;
}

body.page-template-cash-ecommerce p {
line-height: 30px;
}

body.page-template-cash-ecommerce .carr-ct ul li,
body.page-template-cash-ecommerce .redy-head span,
body.page-template-cash-ecommerce .redy-head h2,
body.page-template-cash-ecommerce span.right-re {
    color: #fff;
}

section.elect-fashion{
    margin-bottom: 123px;
}

.img-text {
    margin-top: 150px;
    text-align: center;
    
}

.img-text h2 {
    color: #6502B1;
    font-size: 30px;
    margin-top: 30px;
    font-family: 'Sarpanch';
    font-weight: 400;
    margin-bottom: 20px;
}

ul.ele-servces {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.ele-servces li:first-child {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #000000;
    padding-right: 46px;
    margin: 0;
}
ul.ele-servces li {
    font-size: 20px;
    line-height: 30px;
    padding-right: 17px;
    margin-right: 17px;
    position: relative;
}

ul.ele-servces li::after {
    position: absolute;
    content: "";
    height: 34px;
    width: 1px;
    background: #000000;
    right: 0;
}

.ele-servces li:first-child::after,
.ele-servces li:last-child::after {
    display: none;
}

/**** about project ****/


section.ab-section {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/midbg.jpg);


}

.ab-cont {
    color: #fff;
}
.ab-inner .row {
    align-items: center;
}
.com-head{
    font-family: 'Sarpanch';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 140px;
}


.pic-cont img {
    margin-top: -56px;
}

.ab-cont p {
    max-width: 665px;
    margin-top: 17px;
}


/*** design process ***/




section.design-sec {
    margin: 129px 0;
}

.de-head {
    margin-bottom: 90px;
}

.des-path {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: left;
}

.de-pro-in h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 25px;
}

.de-pro-in ul li {
    margin-bottom: 15px;
}

.de-pro-in img {
    margin-bottom: 29px;
}

/**** problem section ****/

.pro-innimg {
    max-width: 496px;
    margin: 0 auto;
}
section.pro-sect {
    background: linear-gradient(180deg, #1A0135 0%, #13002B 100%);
    padding: 104px 0;
}
.por-header {
    color: #fff;
}
.pro-inner .row {
    align-items: center;
}
.por-header h2 {
    padding-bottom: 41px;
}

.por-header p {
    max-width: 755px;
    margin-bottom: 25px;
}

.por-header ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
}
.por-header ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 11px;
    background-size: cover;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*** solution section ***/

section.solution {
    margin-top: 115px;
    margin-bottom: 161px;
}

.iphmen {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 75px;
}




/**** color *****/

section.color-type {
    margin: 115px 0;
}
.col-types {
    background: #FBF8FF;
    border-radius: 27px;
    padding: 117px 75px;
}

.col-im h2.com-head {
    padding-bottom: 108px;
}

ul.tt-text li:not(:first-child) {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

ul.tt-text li:last-child{
    border-top: none;
}

ul.tt-text li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 18px;
}


ul.tt-text li span h6 {
    font-family: 'Sarpanch';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    padding-right: 46px;
    text-transform: uppercase;
}

ul.tt-text li span label {
    font-family: 'Sarpanch';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 4px;
}

ul.tt-text {
    text-align: center;
}

ul.tt-text li:first-child {
    margin-bottom: 116px;
}


ul.tt-text li:last-child h2 {
    font-family: 'Poppins', sans-serif;
}

ul.tt-text li:last-child h2, ul.tt-text li:last-child span h6, ul.tt-text li:last-child span label {
    font-family: 'Poppins', sans-serif;
}

.page-template-cash-ecommerce .col-im h2 {
    color: #000;
}
.page-template-cash-ecommerce ul.tt-text h2 {
    color: #000;
}

.page-template-cash-ecommerce ul.tt-text span {
    color: #000;
}


/**** wirefram *****/

.wire-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 103px;
    row-gap: 46px;
}

.wire-inner img {
    border-radius: 30px;
    box-shadow: 5px 5px 10px grey;
}

.wire-inner img:nth-child(even) {
    margin-top: 70px;
}
section.wirefram h2.com-head {
    text-align: center;
    margin-bottom: 158px;
}
.mb-image {
    margin: 115px 0;
}

.heading-app h2.com-head {
    margin-bottom: 130px;
    text-align: center;
}
app-des
.owl-item .mb-imng img {
    transform: scale(0.9);
}
.app-des .owl-dots {
    margin-top: 50px;
}
.owl-item.active.center .mb-imng img {
    transform: scale(1);
}
.mb-imng img {
    border-radius: 30px;
}

.app-slider {
    margin-bottom: 133px;
}



/*next case*/

section.next-case {
    background: linear-gradient(180deg, #1A0135 0%, #13002B 100%);
}
section.next-case.re-footer {
    background: #000;
}
.next-se {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 187px 0;
}

.next-se a{
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 124px;
    font-family: 'Panchang';
    color: #fff;
    padding-right: 36px;
}
.mb-image {
    background-image: url(../images/mobile-banner.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-attachment: fixed;
}


.next-se {
    text-align: center;
}





/**** footer ****/




 .text-and-images {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: row;
     display: flex;
     align-items: flex-start;
}
 .text-and-images .single-image {
     position: relative;
     display: block;
}
 .text-and-images .single-image span {
     font-size: 40px;
     font-family: "Libre Baskerville", serif;
}
 .text-and-images .single-image:nth-child(2), .text-and-images .single-image:nth-child(4) {
     align-self: flex-end;
}
.image--inner {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 999;
}
 .cursor {
     position: fixed;
     transition: all 0.1s linear, top 0ms linear, left 0ms ease-in-out;
     z-index: 15;
}
 .cursor-image-show {
     width: 250px;
     height: 250px;
     top: auto;
     left: auto;
     transform: translate(-40%, -50%);
     background-size: cover;
     transition: all 0.2s linear, top 0ms linear, left 0ms ease-in-out;
     border: none;
     mix-blend-mode: normal;
     background-size: 100;
     border-radius: 50%;
}
 




section.next-case.fitness {
    background: #FF6E04;
}

/**** second slide *****/


section.md-hero {

    height: 100vh;
}
.md-hi img {
    margin-bottom: 60px;
}
.md-hero-inner .row {
    align-items: center;
    height: 100vh;
}
.md-hero-inner{
    
}
.md-hi h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 54px;
    font-family: 'Inter', sans-serif;
}

.slide2text{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.md-hi p {
    max-width: 600px;
}

.md-hi span{
    position: relative;
}

.md-hi span::before {
    position: absolute;
    content: "";
    background-image: url(../images/slide2/fram.png);
    background-repeat: no-repeat;
    width: 371px;
    height: 120px;
    background-size: contain;
    left: -31px;
    top: -8px;
}
.md-himg {
    position: relative  ;
}
.md-himg {
    text-align: right;
}

.innerpic03 {
    bottom: 140px;
    left: 0;
         -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.innerpic01 {
    top: 110px;
    left: 60px;
       -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.innerpic02 {
    right: 0;
    top: 200px;
         -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}



/***** about us *****/

section.md-about {
    padding-top: 150px;
}
.com-md{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 100px;
    color: #fff;
}

.md-abus h2 {
    margin-bottom: 15px;
}

.md-abus p {
    max-width: 1117px;
    margin: 0 auto;
}

.md-abus {
    text-align: center;
}

.md-abus {
    margin-bottom: 105px;
}
.md-innerbox {
    background: #000000;
    border-radius: 30px;
    min-height: 693px;
    padding: 0 39px;
    text-align: center;
}
.md-th-title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100px;
    color: #fff;
}
.md-innerbox h3 {
    padding-bottom: 39px;
    padding-top: 83px;
}
.md-chbox {
    background: linear-gradient(180deg, rgba(92,161,99,1) 0%, rgba(0,0,0,0) 72%, rgba(88,6,116,0) 100%);
    border-radius: 30px;
    padding: 9px 10px;
    position: relative;
}

.md-innerbox {
    background: #000000;
    border-radius: 30px;
}

.md-innerbox p {
    text-align: left;
}


.idea-inner {
    height: 100px;
    width: 100px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.idea-in {
    margin: 0 auto 0 auto;
    height: 120px;
    width: 120px;
    background: linear-gradient(180deg, rgba(92,161,99,1) 0%, rgba(0,0,0,0) 72%, rgba(88,6,116,0) 100%);
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -52px;
}



.idea-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.md-chbox.Challanges {
    background: linear-gradient(0deg, rgba(92,161,99,1) 0%, rgba(0,0,0,0) 90%, rgba(88,6,116,0) 100%);
}

ul.mdch-list li {
    text-align: left;
    position: relative;
    padding-left: 35px;
    padding-bottom: 35px;
}

ul.mdch-list li::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #5DA15C;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

/*** Medizcare ***/


span.medisection {
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: currentcolor;
    -webkit-text-stroke-color: #fff;
    font-size: 20.5vw;
    white-space: nowrap;
    margin-left: -51px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.md-site {
    text-align: center;
    margin-top: -270px;
    position: relative;
    z-index: 10;
}

/* Typography & Colors */


.typo-inner h2 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.typo-inner h2 {
    text-align: center;
}

.a-type02 h3 {padding-bottom: 26px;}

.typo-inner .row {
    align-items: center;
}

.a-type02 p {
    color: #fff;
    ont-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}


.a-type02 p {
    margin-bottom: 30px;
}

.a-type03 .tbox {
    width: 236px;
    height: 80px;
}

.a-type03 label {
    display: flex;
    align-items: center;
}

.a-type03 span {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}

.a-type03 label:nth-child(2) {
    margin-left: 133px;
}

.a-type03 label .tbox {
    margin-right: 30px;
}


/*Wireframe*/

section.md-wirefram {
    padding-bottom: 168px;
}

section.md-wirefram h2 {
    margin-top: 100px;
    margin-bottom: 60px;
    text-align: center;
}

.md-wire {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    text-align: center;
    column-gap: 20px;
}



.al-scin p {
    max-width: 718px;
}
.alsc .row {
    align-items: center;
}
.allscreen{
    background: linear-gradient(165.89deg, #161616 35.16%, #1B1B1B 54.84%, #272727 104.71%);

}

.helth-pic {
    background-image: url(../images/slide2/Dribbble_Shot.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-attachment: fixed;
}

section.next-case.health {
    background: #5DA15D;
}


/**** Typography & Colors end ****/




/******** start page 3 ********/

section.ft-hero {
    margin-top: 221px;
}
.ft-text{
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}
.ft-inner{
    position: relative;
}


.ft-inner h1 {
    font-size: 8.9vw;
    font-family: 'FONTSPRING DEMO - Artegra Sans Alt';
    background: linear-gradient(93deg, #FC7130 47.51%, rgba(252, 113, 48, 1) 113.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: -8px 1px 2px #ffffff;
    text-transform: uppercase;
}

.ft-inner p {
    max-width: 1300px;
}
.ft-inner ul li {
    color: #fff !important;
}

.ft-inner ul.ele-servces {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 45px;
}

.bodybul {
    margin: 169px 0;
}


.ft-heading{
font-style: normal;
font-weight: 900;
font-size: 70px;
line-height: 87px;
font-family: 'FONTSPRING DEMO - Artegra Sans Alt';
background: linear-gradient(93deg, #FFFFFF 47.51%, rgba(255, 255, 255, 0) 113.87%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}


.th-heading{
    font-family: 'FONTSPRING DEMO - Artegra Sans Alt';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    text-transform: uppercase;
}


.ft-over {
    padding-left: 172px;
    position: relative;
}

.ft-over h2 {
    padding-bottom: 70px;
}

.ft-over h4 {
    max-width: 527px;
}

.ft-over::before {
    content: "";
    position: absolute;
    width: 128px;
    height: 6px;
    left: 0px;
    top: 46px;
    background: linear-gradient(91.72deg, #FF6E04 48.54%, rgba(255, 255, 255, 0) 132.01%);
}

.ftover-text h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: #fff;
    padding-bottom: 100px;
}

.over-in {
    padding-bottom: 70px;
}

.text-slider h4 {
    font-weight: 900;
    font-size: 150px;
    line-height: 185px;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #FC7130;
}
.text-slider img{
    width: 138px;
    height: 138px;
}
.text-slider {
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    
}
.text-slider {
    -webkit-transform: translate3d(var(--move-initial),4px,4px);
    transform: translate3d(var(--move-initial),4px,4px);
    -webkit-animation: marqueeOne 30s linear infinite;
    animation: marqueeOne 30s linear infinite;
}

.text-slider  {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
}
section.workmain {
    margin-top: 80px;
}
.text-slider span {
    margin: 0;
    font-size: 14vw;
    line-height: 14vw;
    color: #fff;
    padding: 0 20px;
    font-family: var(--archivo);
    color: var(--color-black);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(252, 113, 48, 1);
    text-transform: uppercase;
    position: relative;
    font-family: 'FONTSPRING DEMO - Artegra Sans Alt';
}
.text-slider {
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    margin-bottom: 125px;
}


@-webkit-keyframes marqueeOne /* Safari and Chrome */ {

0% {
    transform: translate3d(var(--move-initial),0,0);
    -webkit-transform: translate3d(var(--move-initial),0,0);
    transform: translate3d(var(--move-initial),0,0);
}

100% {
    transform: translate3d(var(--move-final),0,0);
    -webkit-transform: translate3d(var(--move-final),0,0);
    transform: translate3d(var(--move-final),0,0);
}
}


/***** project goal *****/


.pro-hein {
    max-width: 945px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.por-tex {
    display: inline-block;
    background: #000000;
    position: relative;
    z-index: 10;
    padding: 0 40px;
}

.pro-hein::before {
    content: "";
background: rgb(255,110,4);
background: linear-gradient(90deg, rgba(255,110,4,1) 0%, rgba(46,45,45,1) 28%, rgba(46,45,45,1) 74%, rgba(255,110,4,1) 100%);
    position: absolute;
    height: 6px;
    width: 100%;
    left: 0;
    top: 31px;

}

.por-tex h2 {
    text-transform: uppercase;
}

.goal-main .pro-hein {
    padding-bottom: 66px;
}

.goal-main p {
    text-align: center;
}

.goal-main {
    margin-bottom: 72px;
}

.over-in h4.th-heading {
    max-width: 532px;
}


span.impose-ft {
    color: #fff;
    display: flex;
    align-items: center;
    background-image: url(../images/slide3/box.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 27px;
    width: 284px;
    height: 91px;
}
span.impose-ft label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;

}

.de-sec ul li {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 23px;
    padding-left: 25px;
    position: relative;
    max-width: 267px;
}
.de-process {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.de-sec ul li::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: linear-gradient(180deg, #FF6E04 0%, rgba(255, 132, 43, 0.401042) 59.9%, rgba(217, 217, 217, 0) 100%);
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.de-process .de-sec:nth-child(2) {
    margin-top: 91px;
}

.de-process .de-sec:nth-child(3) {
    margin-top: 182px;
}

.de-process .de-sec:nth-child(4) {margin-top: 273px;}

.de-process .de-sec:nth-child(5) {
    margin-top: 364px;
}
.style_alpha span:last-child {
    margin-right: 0px;
}

/******* work *******/


section.workmain .pro-hein {
    max-width: 570px;

}

.containert {
    max-width: 100%;
    width: 100%;
}
section.workmain .pro-hein {
    max-width: 570px;
    margin-bottom: 111px;
}
#comparison {
    width: 100%;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
}
.comparison figure {
     position: absolute;
     background-image: url(../images/slide3/image11.jpg);
     background-size: cover;
     font-size: 0;
     width: 100%;
     height: 100%;
     margin: 0;
}
 #divisor {
     background-image: url(../images/slide3/image12.jpg);
     background-size: cover;
     position: absolute;
     width: 50%;
     box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
     bottom: 0;
     height: 100vh;
}
 #divisor::before, #divisor::after {
     content: '';
     position: absolute;
     right: -2px;
     width: 4px;
     height: calc(50% - 25px);
     background: white;
     z-index: 3;
}
 #divisor::before {
     top: 0;
     box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}
 #divisor::after {
     bottom: 0;
     box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}
 #handle {
     position: absolute;
     height: 50px;
     width: 50px;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%);
     z-index: 1;
}
 #handle::before, #handle::after {
     content: '';
     width: 0;
     height: 0;
     border: 6px inset transparent;
     position: absolute;
     top: 50%;
     margin-top: -6px;
}
 #handle::before {
     border-right: 6px solid white;
     left: 50%;
     margin-left: -17px;
}
 #handle::after {
     border-left: 6px solid white;
     right: 50%;
     margin-right: -17px;
}
 input[type=range] {
     -webkit-appearance: none;
     -moz-appearance: none;
     position: absolute;
     top: 50%;
     left: -25px;
     transform: translateY(-50%);
     background-color: transparent;
     width: calc(100% + 50px);
     z-index: 2;
}
 input[type=range]:focus, input[type=range]:active {
     border: none;
     outline: none;
}
 input[type=range]::-webkit-slider-thumb {
     -webkit-appearance: none;
     border: none;
     height: 50px;
     width: 50px;
     border-radius: 50%;
     background: transparent;
     border: 4px solid white;
     box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
 input[type=range]::-moz-range-track {
     -moz-appearance: none;
     height: 15px;
     width: 100%;
     background-color: transparent;
     position: relative;
     outline: none;
}
 





/* My CSS*/
section.design_style { padding: 200px 0 125px 0;}
.s_color_clde span {
    height: 52px;
    width: 390px;
    display: block;
    margin-bottom: 55px;
}
.s_color_clde:first-child span {
    background: #FF6E04;
}
.s_color_clde:nth-child(2) span {
    background: #9A9A9A;
}
.s_color_clde:nth-child(3) span {
    background: #FFFFFF;
}
.s_color_clde:last-child span {
    background: #71B2FF;
}
.our_color_code {
    display: flex;
}
.s_color_clde h5 {
    font-style: normal;
    font-size: 70px !important;
    line-height: 70px;
    color: #FFFFFF;
}
section.design_style .inner-wrapper {
    border-bottom: 2px solid #A4A4A4;
    padding-bottom: 113px;
    margin-bottom: 113px;
}
.alphabets h2.orange {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    color: #FF6E04;
    margin-bottom: 55px;
    height: auto;
    display: inherit;
}
.style_alpha span {
    font-family: 'FONTSPRING DEMO - Artegra Sans Alt';
    font-style: normal;
    font-weight: 900;
    font-size: 150px;
    line-height: 185px;
    color: #FFFFFF;
    margin-right: 90px;
}
h2.alpa-style-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 150px;
    line-height: 150px;
    color: #FF6E04;
    margin-top: 90px;
}
.s_fonts {
    display: flex;
}

.s_fonts .desing_sfont:first-child {
    width: 60%;
}
.s_fonts .desing_sfont:last-child {
    width: 40%;
}
.desing_sfont h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    color: #FFFFFF !important;
    margin-bottom: 100px;
    margin-top: 85px;
    height: auto;
    display: inherit;
}
.desing_sfont span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 150px;
    color: #FFFFFF;
    margin-right: 130px;
}
.desing_sfont span:last-child {
    margin-right: 0px;
}
span.bold {
    font-weight: 700;
}
.app-screen .goal-pic {
    text-align: center;
    margin-bottom: 20px;
}
section.design-mobileparelax-banner {
    background-image: url(../images/slide3/mobile-parelax.png);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-attachment: fixed;
}
section.next-case.health.orange {
    background: #FF6E04;
}
.app-screen .goal-main {
    margin-bottom: 135px;
}


/**** design flow ft ****/

section.des-flow .pro-hein {
    max-width: 802px;
    margin-top: 305px;
}
.des-flow{
    position: relative;
}
.des-flow::before {
    background-image: url(../images/slide3/hand1.png);
    background-size: cover;
    width: 404px;
    height: 640px;
    position: absolute;
    content: "";
    right: 0;
    bottom: -151px;
}

.des-flow::after{
      background-image: url(../images/slide3/hand2.png);
        background-size: cover;
        width: 345px;
        height: 712px;
        position: absolute;
        content: "";
        top: 0;
        left: 0;

}

.ftflow {
    margin-top: 102px;
}



/* My PAGE5 CSS Start */


.foodimage-wrapper img { width: 100%; max-width: 545px;}
section.foodland-banner {
    padding: 228px 0 0px 0;
   position: relative;
}
section.foodland-banner::before {
    content: '';
    position: absolute;
    background-image: url(../images/page5/food-baner.png);
    top: 55px;
    left: 0;
    background-repeat: no-repeat;
    width: 605px;
    height: 995px;
}
.foodimage-wrapper img:nth-child(2) {
    margin-left: -75px;
    margin-top: 130px;
}
.foodland-banner h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 80px !important;
    line-height: 97px !important;
    color: #FFFFFF;
}
.foodland-banner h5 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 48px !important;
    color: #E0942F;
}
.foodland-banner .content-wrapper {
    margin: auto;
}
.about-project p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #FFFFFF !important;
    max-width: 1310px;
}
.about-project {
    padding-left: 40px;
    margin-top: 30px;
}


.page-template-food-delivery .about-project h2 {
    color: #E0942F;
    position: relative;
}
h2.f-title.fit-title {
    color: #E0942F;
}
h2.f-title.fit-title:after {
    background: #E0942F;
    content: '';
    height: 95px;
    width: 10px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: -40px;
}
.page-template-food-delivery .about-project h2::before {
    background: #E0942F;
    content: '';
    height: 95px;
    width: 10px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: -40px;
}


 h2.f-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    margin-bottom: 35px;
    position: relative;
}
h2.f-title.orange{
    color: #E0942F;
}
section.foodflow h2,section.food_wireframe h2,section.all-screen h2{
    padding-left: 40px;
}
section.foodflow h2.f-title.orange:after,section.food_wireframe h2.f-title.orange:after,section.all-screen h2.f-title.orange:after{left: 0;}
h2.f-title.black-text{
    color: #000;padding-left: 40px;
}
h2.f-title.orange:after {
    background: #E0942F;
    content: '';
    height: 95px;
    width: 10px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: -40px;
}
h2.f-title.black-text:after {
    background: #000;
    content: '';
    height: 95px;
    width: 10px;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    left: 0px;
}
section.about-foodland {
    position: relative;
    z-index: 10;
    background-image: url(../images/page5/aboutfood-bg.png);
    background-repeat: no-repeat;
    height: 100vh;
}
/*section.about-foodland::before {
    content: '';
    background-image: url('../images/page5/aboutfood-bg.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
}*/
section.about-foodland .row {
    padding-top: 235px;
}
.abt-img-wrapper img{ position: relative; top: -235px;}
.foo-text .capital h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 250px !important;
    line-height: 303px;
    color: #000000;
}
.foo-text .capital h3 span {
    font-weight: 400 !important;
}

.f_font h5 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 50px !important;
    line-height: 61px !important;
    color: #000000;
    margin-bottom: 30px;
}
.f_font h4 {
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #000000;
}
.reguler-txt{font-weight: 400;}
.bold-txt{font-weight: 700;}
.f_font > div {
    display: flex;
}
.f_font h4.reguler-txt {
    margin-left: 40px;
}
.f_font {
    margin-left: 160px;
}
.foo-text {
    display: flex;
    align-items: center;
}
.color-bar {
    display: flex;
    grid-gap: 135px;
    margin-top: 50px;
    text-align: center;
}
.ex_color p {
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #000000 !important;
}
section.foodflow {
    margin-top: 70px;
    padding-bottom: 80px;
}
img.foodflow-img {
    margin-top: 60px;
}
.f_wireframe {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 40px;
    padding: 0 70px;
    margin-top: 110px;
    grid-row-gap: 80px;
}
section.food_wireframe {
    padding-bottom: 90px;
}
.allscreen-img:first-child {
    margin-top: 65px;
    margin-bottom: 100px;
}
.food-display {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
section.white-bg-screen {
    background: #fff;
    padding: 60px 0 154px 0;
    position: relative;
}
section.white-bg-screen:before {
    content: '';
    background-image: url(../images/page5/french-fries.png);
    height: 151px;
    width: 105px;
    position: absolute;
    background-repeat: no-repeat;
    top: -100px;
    left: 105px;
}
section.white-bg-screen:after {
    content: '';
    background-image: url(../images/page5/pizza.png);
    height: 121px;
    width: 173px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 108px;
    right: 150px;
}
section.white-bg-screen .container {
position: relative;
}
section.white-bg-screen .container:after {
    content: '';
    background-image: url(../images/page5/burger.png);
    height: 58px;
    width: 74px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 285px;
    left: -60px;
}
section.next-case.health.orange-light {
    background: #E0942F;
}

/* My PAGE6 CSS Start */

section.game_banner {
    padding-top: 50px;
}
.game_banner-content {
    text-align: center;
}
section.game_banner h1 {
    font-family: 'Pilot Command Expanded';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    letter-spacing: 2.27939px;
    background: linear-gradient(177.13deg, #FFFFFF 2.38%, rgba(255, 255, 255, 0) 117.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 30px;
}
.game_banner-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 2.27939px;
    color: #FFFFFF;
    margin-top: 45px;
    margin-bottom: 45px;
}
section.game_overview {
    padding: 135px 0 52px 0;
    text-align: center;
}
h2.g_title{
    font-family: 'Pilot Command Expanded';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 85px;
    letter-spacing: 3.2px;
    color: #B9FF66;
    margin-bottom: 45px;
}
.game_overview p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
ul.game-services {
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
}
ul.game-services li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-right: 33px;
}
ul.game-services li:last-child {
    margin-right: 0;
}
ul.game-services li:first-child {
    margin-right: 45px;
}
.g_design_items {
    display: flex;
    justify-content: space-between;
}
.g_item {
    text-align: center;
}
.g_item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    margin-top: 18px;
}
section.g_design_process h2.g_title {
    text-align: center;
    margin-bottom: 100px;
}
section.g_design_process {
    padding-bottom: 160px;
}
.gpro_img_wrapper {
    text-align: right;
}
.gsol_img_wrapper{text-align: left;}
.problem-content {
    max-width: 772px;
}
.problem-content p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    margin-bottom: 45px;
}
.row.main_solution {
    margin-top: 170px;
    margin-bottom: 70px;
}
section.g_user-flow h2.g_title {
    text-align: center;
    margin-bottom: 110px;
}
section.g_wireframe {
    padding: 170px 0 0 0;
}
h3.inner-title {
    font-family: 'Pilot Command Expanded';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 85px;
    letter-spacing: 3.2px;
    color: #B9FF66;
    margin-bottom: 70px;
}
.g_colorcode span {
    border-radius: 45px;
    height: 175px;
    width: 175px;
    display: block;
    margin-bottom: 30px;
}
.g_colorcode:first-child span {
    background: #B9FF66;
}
.g_colorcode:nth-child(2) span {
    background:  linear-gradient(144.75deg, rgba(109, 109, 109, 0.62) 3.22%, rgba(70, 70, 70, 0.5) 174.2%);
}
.g_colorcode:nth-child(3) span {
    background:  #808080;
}
.g_allcolors {
    display: flex;
    grid-gap: 53px;
    margin-bottom: 65px;
}
.g_colorcode p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.g_font h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 120px;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.g_font span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    margin-right: 55px;
}
section.g_our_typography {
    padding-bottom: 170px;
}
.commando-img-wrapper {
    text-align: right;
}
.bg_game_app {
    background-image: url(../images/page6/app-design-game.png);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-attachment: fixed;
    margin-top: 120px;
}
img.cta_g-img {
    margin-bottom: 160px;
}
section.next-case.health.gray {
    background: #222222;
}
.g_font span:last-child {
    margin-right: 0;
}


/******** start page 4 css ********/



.re-hero{
    background: #fff;
}

.re-pic {
    text-align: center;
}

.re-text {
    font-family: 'Numans';
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    color: #000;
}


.logo-text {
    text-align: center;
    margin-bottom: 178px;
}

.logo-text a {
    margin-bottom: 44px;
    display: block;
}

.logo-text h1 {
    text-transform: uppercase;
    font-family: 'Numans';
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 200px;
    color: #000;
}

.logo-text h1 span{
    color: #64BDD3;
}

.logo-text p {
    max-width: 1300px;
    margin: 0 auto;
}


.text-and-images-one, .text-and-images-one-2 {
    flex-direction: row;
    display: flex;
    align-items: center;
}


.wrapperRollingText {
  white-space: nowrap;
  margin-top: 140px;
}
.rollingText {
  font-size: 6vw;
  display: inline-block;
  padding-left: 10px;
}
.wrapperRollingText02 {
  white-space: nowrap;
  margin-top: 10px;
}
.rollingText02 {
  font-size: 6vw;
  display: inline-block;
  padding-left: 13px;
}


section.re-hero .pinned-image__container img {
    max-width: 100%;
    width: 100%;
}



/***** about us ******/


.re-headeing{
    font-family: 'Numans';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    color: #000;
}




.re-us h2.re-headeing {
    color: #fff;
}

.re-us {
    margin-top: 140px;
    margin-bottom: 140px;
}

.reab-text p {
    color: #fff;
}


.smooth-scroll ul {
    display: flex;
    align-items: center;
    column-gap: 160px;
    white-space: nowrap;
}

.smooth-scroll {
    padding-bottom: 160px;
}





/******** timeline ******/


section.re-timeline h2.re-headeing {
    padding-top: 117px;
    padding-bottom: 106px;
}

.time-desc {
    text-align: center;
}
.timeinex {
    margin-bottom: 117px;
}
.gradint-time {
    background: linear-gradient(180deg, #64BDD3 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    margin-bottom: 22px;
    height: 40px;
}

.time-desc img {
    margin-bottom: 23px;
}

.time-desc h5 {
    font-family: 'Numans';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #64BDD3;
    line-height: 30px;
    margin-bottom: 73px;
}

.time-desc ul li {
    font-family: 'Numans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 11px;
    padding-top: 20px;
    border-bottom: 1px solid #D8D8D8;
    color: #000;
}

.time-desc ul li:last-child {
    border: none;
}

.type-re h2{
    color: #fff;
}

.typo-color {
    display: flex;
    flex-direction: column;
    row-gap: 81px;
    position: relative;
}

.typo-color label {
    color: #fff;
    width: 345px;
    background: #64BDD3;
    height: 87px;
    text-align: center;
    position: relative;
}


.typo-color label::after {
    content: "";
    position: absolute;
}

.typo-color label::after {
    content: "";
    position: absolute;
    right: -140px;
    top: 0;
    border-top: 42px solid transparent;
    border-bottom: 46px solid transparent;
    border-right: 112px solid transparent;
    border-left: 28px solid #64BDD3;
}

.typo-color label span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.typo-color label:nth-child(2) {
    background: #222222;
    margin-left: 112px;
}
.typo-color label:nth-child(2)::after {
    border-left-color: #222222;
}



.typo-color label:nth-child(3) {
    background: #fff;
    color: #000;
}

.typo-color label:nth-child(3)::after {
    border-left-color: #fff;
}



.tbox-re ul li {
    color: #fff;
    display: flex;
    margin-bottom: 50px;
}

.typ-innerset {
    display: flex;
    flex-direction: column;
    /* margin-top: 50px; */
}

.tbox-re ul li span {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 30px;
    padding-right: 65px;
}

.tbox-re ul li label {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    padding-right: 56px;
}

.tbox-re ul li p {
    font-family: 'Sansation';
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 100px;
}

.tbox-re ul li:last-child {
    justify-content: space-around;
}

.tbox-re {
    margin-bottom: 50px;
}




/****** mood board *****/




.mood-box {
    display: flex;
    justify-content: space-around;
}

.ex-mood {
    text-align: center;
    margin-bottom: 86px;
}

.ex-mood h2 {
    margin-bottom: 39px;
}

.ex-mood p {
    max-width: 1363px;
    margin: 0 auto;
    color: #000;
}

section.mood-main {
    padding: 117px 0;
}

.ex-wirefram {
    background-image: url(../images/slide4/text.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #fff;
}
.wireex-inner {
    display: flex;
    justify-content: space-between;
    padding: 112px 0;
}

.wireex-inner img:nth-child(2) {
    margin-top: 167px;
}

.wireex-inner img:nth-child(3) {
    margin-top: 239px;
}

section.ex-wirefram h2.re-headeing {
    position: absolute;
    right: 158px;
    top: 150px;
    color: #000;
}

section.home-id {
    padding: 117px 0;
}
.wire-homer{
    text-align: center;
}

.resp-text .ex-mood {
    color: #fff;
    text-align: left;
}

.resp-text {
    display: flex;
    align-items: center;
    margin: 0 136px 0 169px;
}

.resp-text .ex-mood p {
    max-width: 502px;
    margin: 0;
}



section.design-mobileparelax-banner.exftbanner {
    background-image: url(../images/slide4/Dribbble_Shot.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-attachment: fixed;
}

section.next-case.health.orange.reft {
    background: #000000;
}
ul.ele-servces.estate-services li {
    color: #000000;
}
.white-text{color: #fff !important;}

/************* page 4 end **************/



/************ page 5 *******************/



.gb-hr {
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
}

section.gb-banner {
    height: 100vh;
    position: relative;
    background-image: url(../images/slide5/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

section.gb-banner::before {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(top, #58FF9B 0%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(180deg, #58FF9B 0%, rgba(217, 217, 217, 0) 100%);
    -webkit-filter: blur(240px);
            filter: blur(240px);
    width: 910px;
    height: 910px;
    z-index: 9;
    top: -330px;
    left: -230px;
}

section.gb-banner::after {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(top, #58FF9B 0%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(180deg, #58FF9B 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: normal;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    width: 598px;
    height: 598px;
    z-index: 10;
    bottom: -140px;
    right: -450px;
}


/*goloble explorer */


.gb-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.gb-inner ul li{
    color: #fff;
}

.gb-inner ul li:first-child{
    color: #fff;
}

.gb-inner ul.ele-servces {
    justify-content: left;
}

.gb-inner img {
    margin-bottom: 31px;
}
.gb-inner {
    margin-top: 37px;
    margin-bottom: 167px;
}
.gb-inner .service-gb {
    margin-top: 38px;
}




/**** about project ****/


.gb-head {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    color: #fff;
}

.gb-cont h2 {
    margin-bottom: 90px;
}
.gb-cont h2 {
    margin-bottom: 90px;
}

.gb-cont p {
    margin-bottom: 45px;
    max-width: 755px;
}
section.bg-project {
    margin-bottom: 167px;
}


/*our process*/

.ab-processin h2   {
    margin-bottom: 69px;
}

.gb-serch {
    background: #161617;
    border-radius: 41px;
}

.gb-serch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 101px 0;
}

.gb-serch {
    background: #161617;
    border-radius: 41px;
}

.ab-processin h2 {
    padding-bottom: 69px;
}

.gb-serch {
    display: flex;
    align-items: end;
    justify-content: space-around;
    padding: 101px 0;
}


.gbs-inner {
    text-align: center;
}

.gbs-inner img {
    margin-bottom: 13px;
}

section.bg-process {
    margin-bottom: 167px;
    position: relative;
}



section.bg-process::after {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(top, #58FF9B 0%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(180deg, #58FF9B 0%, rgba(217, 217, 217, 0) 100%);
    mix-blend-mode: normal;
    -webkit-filter: blur(240px);
            filter: blur(240px);
    width: 598px;
    height: 598px;
    z-index: 10;
    bottom: -330px;
    left: -250px;
    z-index: -1;
}

.gb-serch{
    background-image: url(../images/slide5/line-draw3.png);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}



/***** globle explore *****/


.gb-expore-main {
    height: 100vh;
    position: relative;
    background-image: url(../images/slide5/gbexplore.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 267px;
}
.gbe-inner h3{
    background: -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Playball';
    font-style: normal;
    font-weight: 400;
    font-size: 200px;
    line-height: 230px;
        margin-top: 230px;
}

.gbe-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.exp-gimg {
    margin-top: 110px;
}



/*Challanges*/


section.ch-main {
    margin-bottom: 167px;
}

.ch-inner ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 50px 0 30px 0;
    border-bottom: 1px solid #292929;
    line-height: 1.5;
}

.ch-inner h2 {
    margin-bottom: 99px;
}


img.cha-pic {
    margin-left: 15px;
}


/*solution*/


.bd-comm{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

.solutionmain {
    margin-top: 167px;
}


.solutionmain h2 {
    padding-bottom: 69px;
}

.gb-solution {
    background: #161617;
    border-radius: 41px;
    padding: 106px 40px;
        margin-bottom: 167px;
}

.sol-bugt {
    max-width: 641px;
    margin: 0 auto;
}

.sol-bugt h4 {
    margin-bottom: 32px;
    position: relative;
}

.sol-bugt h4::before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    background: #5AC886;
    border-radius: 50%;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*Colour & Typography*/


.typo-ge {
    margin-bottom: 167px;
}

.typo-fontge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 299px;
    background-image: url(../images/slide5/line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 39px;
}
.typ-text-in {
    text-align: center;
}

.typ-text-in img {
    margin-bottom: 45px;
}

.michromafont h3{
    font-family: 'Michroma';
font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 80px;

letter-spacing: 5px;

color: #FFFFFF;
}

.popinsfont h3{
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 80px;
letter-spacing: 5px;
color: #FFFFFF;
}


.mco-in {
    display: flex;
    grid-gap: 122px;
    justify-content: center;
    margin-top: 119px;
    margin-bottom: 45px;
}

.aline span{
    font-family: 'Michroma';
font-style: normal;
font-weight: 400;
font-size: 300px;
line-height: 300px;
letter-spacing: 5px;
color: #FFFFFF;
}


.aline span:last-child{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 300px;
line-height: 300px;
letter-spacing: 5px;
color: #FFFFFF;
}

.aline {
    max-width: 1034px;
    margin: 0 auto;
    align-items: baseline;
    display: flex;
    justify-content: center;
    grid-gap: 250px;
    background-image: url(../images/slide5/text-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.tex-linebg {
    background-image: url(../images/slide5/line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 39px;
    margin-bottom: 167px;
}

.ge-wirefram h2 {
    padding-bottom: 102px;
}
.wire-gepic {
    display: flex;
    grid-gap: 62px;
    justify-content: space-around;
    align-items: flex-start;
}


/*** make it best ***/


.make-test h2 {
    margin-bottom: 49px;
    line-height: 122px;
}

.makeglobe h5{
    font-family: 'Playball';
font-style: normal;
font-weight: 400;
font-size: 100px;
line-height: 102px;
background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

}

img.glob-fl {
    margin-bottom: 49px;
}
.ge-make-inner {
    margin-bottom: 167px;
}

.ddge h2 {
    margin-bottom: 98px;
}

.de-home h3{
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    padding-bottom: 73px;

}

.de-home.about {
    margin-top: 122px;
}

.de-home.blog, .de-home.destination {
    margin-top: 232px;
}

.next-case.health.globe {
    background: #222222;
}
.ge-desing {
    margin-bottom: 130px;
}

.page-template-travelling footer.care-start,
.page-template-real-estate  footer.care-start,
.page-template-healthcare  footer.care-start,
.page-template-gaming  footer.care-start,
.page-template-food-delivery  footer.care-start,
.page-template-fitness footer.care-start,
.page-template-cash-ecommerce footer.care-start,
.page-template-food-delivery footer.care-start,
.page-template-education footer.care-start{
    margin-top: 0;
}

/** Education Start 08-11-2022  */


section.education_banner {
    padding-top: 140px;
    height: 100vh;
}
.education_banner .c_wrapper h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.education_banner .c_wrapper h1 span {
    color: #6657FF;
}
.education_banner #circle {
    position: relative;
    width: 50%;
    height: 100%;
    padding-bottom: 30%;
    padding-left: 0 !important;
    overflow: hidden;
    margin-top: -50px;
    margin-left: -120px;
}

.ed_pera p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
}
img.edu-logo {
    margin-bottom: 20px;
}
p.ed_pera {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px !important;
    color: #FFFFFF;
}
section.education_banner p.ed_pera {
    max-width: 750px;
}
.ed_title_scrolleble .m-scroll {
    display: flex;
    position: relative;
    height: 230px;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    border: 1px dashed #FFFFFF;
    border-left: 0;
    border-right: unset;
}
 .ed_title_scrolleble .m-scroll__title {
     display: flex;
     position: absolute;
     top: 0;
     left: 0;
     align-items: center;
     justify-content: flex-start;
     width: 100%;
     height: 100%;
     white-space: nowrap;
     transform: scale(2);
     transition: all 1s ease;
}
.ed_title_scrolleble .m-scroll__title > div {
     display: flex;
     animation: scrollText-left 20s infinite linear;
}
 .ed_title_scrolleble .m-scroll__title  span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 154.5%;
    color: #ffffff;
     transition: all 2s ease;
}
.ed_title_scrolleble .m-scroll__title  span.gr_blue{
    color: #6657FF;
}
.ed_title_scrolleble .m-scroll__title a {
     text-decoration: none;
     color: white;
}
 .ed_title_scrolleble .m-scroll__title a:hover {
     -webkit-text-stroke: 1px white;
     color: transparent;
}
/*div:hover {
     animation-play-state: paused;
}
*/
 @keyframes scrollText-left {
     from {
         transform: translateX(0%);
    }
     to {
         transform: translateX(-50%);
    }
}
 
/* circle DESIGN */

section.ed_title_scrolleble {
    margin-top: 280px;
}
section.abt_education {
    padding: 80px 0 190px 0;
}

 h2.ed_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 50px;
}
section.abt_education p.ed_pera {
    margin-bottom: 90px;
}
.abt_clngs {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    align-items: center;
    margin-bottom: 100px;
}

.abt_clngs .img_ar_wrapper {
    text-align: center;
}
section.ed_title_scrolleble.two {
    margin-top: 0;
}
section.ed_fontography {
    margin: 100px 0 180px 0;
}
section.oured_grid {
    padding: 100px 0;
}

span.ed_grid {
    width: 73.03px;
    height: 573.27px;
    left: 197.94px;
    top: 8840px;
    opacity: 0.6;
    border: 3px solid #6657FF;
    display: block;
}
.grided_content_wrapper p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 154.5%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.grided_content_wrapper {
    margin: auto !important;
    text-align: center;
}
.grid-wrapper {
    display: flex;
    grid-gap: 30px;
}
.hex {
  position: relative;
  margin: 1em auto;
  width: 7em;
  height: 12.32em;
  border-radius: 1em/.5em;
  background: orange;
  transition: opacity .5s;
}

.hex:before,
.hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
}

.hex:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hex:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.eds_color:first-child .hex {
    background: #3d96f4;
}
.eds_color:nth-child(2) .hex {background: #ffffff;}
.eds_color:nth-child(3) .hex {background: #3D3D3D;}
.ed_colors {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1180px;
    margin: auto;
    margin-top: 60px;
}
.eds_color p {
    text-align: center;
}
.ed_colors {
    display: flex;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1180px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 120px;
}
.typography {
    margin-top: 50px;
    padding: 0 60px;
}

.typography p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
}

.typography h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 128px;
    line-height: 1.5;
}

.typography b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 154.5%;
/* or 46px */
    color: #FFFFFF;
}

.typography h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5;
    color: #FFFFFF;
}
.typography h2 {
    font-family: 'Biryani', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 1.5;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
}

.font h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 30px;
    line-height: 154.5%;
    color: #FFFFFF;
}

.Heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.typ_wrapper{
     max-width: 880px;
    background: #6657FF;
    border-radius: 50px;
    padding: 50px 90px;
    margin-left: auto;
}
.all-screensed {
    margin: 100px auto 100px auto;
}
section.next-case.edu-next-case {
    background: #6657FF;
}
/* Circle Design start */
.education_banner #circle text { font-family: 'Poppins', Arial; font-size: 14px; font-weight: 400; color: #fff;margin-right: 15px; }

.education_banner #circle svg { position: absolute; left: 0; top: 0; width: 100%; height: 300px;

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
      -ms-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}

/* circle DESIGN  END*/

/** Education End 08-11-2022 */



/* New Slider Added */


section.other_works {
    margin-top: 85px;
    margin-bottom: 85px;
    padding-left: 255px;
}

section.other_works h2 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    max-width: 200px;
}

#other-work-industry .item_wrapper h5 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    margin-top: 35px;
}

.other_works .item_wrapper a {
    text-decoration: none;
}

#other-work-industry .item_wrapper img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#other-work-industry .item_wrapper img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#other-work-industry .work-img {
    /* height: 395px; */
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    overflow: hidden;
}

.other-works-title-wrapper {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.works-wrapper {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.other-works-slider-wrapper {
    width: 78%;
}

section.other_works h2 a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.other-works-title-wrapper h2>a::after {
    content: '';
    background-image: url(https://www.pixenite.com/wp-content/uploads/2023/06/white-arrow.svg);
    display: inline-block;
    position: absolute;
    height: 23px;
    width: 37px;
    background-repeat: no-repeat;
    bottom: 8px;
    right: -50px;
    background-size: contain;
}

.iwork_wrapper-second img {
    max-width: 100%;
}

.work_gallery {
    padding-bottom: 90px;
    border-bottom: 1px solid #C1C3C2;
    margin-bottom: 140px;
}
.page-template-cash-ecommerce section.other_works {
    margin-top: 0;
    margin-bottom: 0;
    background: #000;
    padding-top: 85px;
    padding-bottom: 85px;
}
.page-template-cash-ecommerce footer.footer-pix {
    margin-top: 0;
}
@media(max-width:1440px){
    section.other_works {
        padding-left: 100px;
    }
}
@media(max-width:1199px){
    #other-work-industry .item_wrapper h5 {
        font-size: 18px;
        margin-top: 15px;
    }
    section.other_works h2 {
        font-size: 20px;
        max-width: 160px;
    }
    .other-works-title-wrapper h2>a::after {
        height: 18px;
        width: 32px;
        bottom: 4px;
    }
    section.other_works {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}
@media(max-width:991px){
    section.other_works {
        padding-left: 15px;
    }
}
@media(max-width:767px){
    .works-wrapper {
        display: block;
    }
    .other-works-title-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    .other-works-slider-wrapper {
        width: 100%;
    }
    section.other_works h2 {
        max-width: 100%;
    }
    .page-template-cash-ecommerce section.other_works {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media(max-width:575px){
section.other_works {
    margin-top: 40px;
    margin-bottom: 0px;
}

}