/* ------------- Header Section ------------ */
.digi-header{
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.digi-header .digi-header-logo img{
    max-height: 55px;
}
.digi-header .digi-header-menu {
    display: flex;
    align-items: center;
}
.digi-header .digi-header-menu a{
    line-height: 87px;
    font-size: 17px;
    color: #1c1c25;
    font-family: "Quicksand", Sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
.digi-header .digi-header-menu nav a{
    margin-left: 70px;
}
.digi-header.header-white .digi-header-menu a{
    color: #fff;
}
.digi-header .digi-header-menu ul{
    display: flex;
    align-items: center;
}
.digi-header .digi-header-menu .digi-header-btn{
    margin-left: 100px;
}
.digi-header .digi-header-menu .digi-btn-secondry{
    line-height: 140%;
    color: #fff;
}
.mobile-view{
  display: none !important;
}
.tablet-view{
    display: flex !important;
}
/* hamburger */
.hamburger {
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 30px;
    cursor: pointer;
  }
  .hamburger span {
    list-style: none;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transition: 0.9s;
  }
  .hamburger span:nth-of-type(1) {
    top: 20%;
  }
  .hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .hamburger span:nth-of-type(3) {
    top: 80%;
  }
  .hamburger.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg) rotateY(180deg);
  }
  .hamburger.active span:nth-of-type(2) {
    left: -300%;
    opacity: 0;
  }
  .hamburger.active span:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
  }
/* ------------- Main Section ------------ */
.digi-main-section{
    position: relative;
    padding: 100px 0 0;
}

.digi-lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 23.73%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: -1
}

.digi-lines span {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #ececec;
    mix-blend-mode: difference;
    -webkit-transition: none!important;
    -khtml-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

.digi-lines span:before,.digi-lines span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100px;
    background: #fff;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,1e-8)));
    background: -o-linear-gradient(bottom,rgba(255,255,255,.5) 0%,rgba(255,255,255,1e-8) 100%);
    background: linear-gradient(0deg,rgba(255,255,255,.5) 0%,rgba(255,255,255,1e-8) 100%);
    -webkit-animation: pxl_grid_fall 10s linear infinite;
    -khtml-animation: pxl_grid_fall 10s linear infinite;
    -moz-animation: pxl_grid_fall 10s linear infinite;
    -ms-animation: pxl_grid_fall 10s linear infinite;
    -o-animation: pxl_grid_fall 10s linear infinite;
    animation: pxl_grid_fall 10s linear infinite
}

.digi-lines span:first-child:before {
    animation-delay: 1s
}

.digi-lines span:first-child:after {
    animation-delay: 5s
}

.digi-lines span:nth-child(2):before {
    animation-delay: 3s
}

.digi-lines span:nth-child(2):after {
    animation-delay: 7s
}

.digi-lines span:nth-child(3):before {
    animation-delay: 2s
}

.digi-lines span:nth-child(3):after {
    animation-delay: 6s
}

.digi-split-line {
    overflow: hidden;
}
/* Banner Section */
.digi-c-section{
    position: relative;
    padding: 80px 40px 100px;
}
.digi-banner .digi-banner-left span{
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 1.2px;
    padding: 10px 20px;
    background-color: #F2F2F2;
    border-radius: 100px ;
    display: inline-flex;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.digi-banner .digi-banner-left h2{
    color: #000000;
    font-family: "Quicksand", Sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    letter-spacing: -1.73px;
    margin-bottom: 0px;
    overflow: hidden;
    max-width: 720px;
}
.digi-c-section .w60{
    width: 60%;
}
.digi-c-section .w40{
    width: 40%;
}
.digi-c-section .w50{
    width: 50%;
}
.digi-c-section .w55{
    width: 55%;
}
.digi-banner .digi-banner-right p{
    color: #000000;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 50px 0 50px;
}
.digi-line-btn{
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 40px;
    color: #000000;
}
.digi-banner-img{
    width: 100%;
    border-radius: 15px;
    margin-top: 90px;
}
.digi-banner-img img{
    max-width: 100%;
    width: 100%;
    height: 628px;
    border-radius: 15px;
    object-fit: cover;
}
/* digi-offers */
.digi-offers::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #1C1C1C;
    z-index: -1;
    margin-top: -420px;
}
.digi-offers-left span{
    color: #FDFDFD;
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1.56px;
}
.digi-offers-left h3{
    color: #FDFDFD;
    font-family: "Quicksand", Sans-serif;
    font-size: 57px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -1.71px;
    margin-bottom: 0px;
}
.digi-offers-right p{
    color: #A7BABA;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.digi-offers-wrap h6{
    color: #FDFDFD;
    font-family: "Quicksand", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 35px 0 30px;
}
.digi-offers-wrap svg{
    transition: transform 400ms ease;
    min-width: fit-content;
}
.digi-offers-wrap svg path{
    stroke: #636363;
}
.digi-offers-bottom{
    margin-top: 100px;
}
.digi-offers-wrap {
    padding: 30px 15px 20px;
    width: 25%;
    margin-left: 40px;
    background-color: #02010100;
    border-style: solid !important;
    border-width: 0px 1px 0px 0px !important;
    border-color: #FAFCFA33 !important;
    transition: .5s;
}
.digi-offers-wrap svg{
    transition: 500ms ease;
}
.digi-offers-wrap:hover svg{
    transform: scale(-1) rotate(180deg);
}
.digi-offers-wrap:first-child{
    margin-left: 0;
}
.digi-offers-wrap span{
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.digi-offers-wrap:hover span svg{
    transform: rotate(45deg);
}
.digi-offers-wrap:hover svg path{
    fill: var(--gradient-color-from);
}
.digi-offers-wrap:hover span svg path{
    stroke: var(--gradient-color-to);
}
.digi-offers-wrap:hover svg path{
    stroke: var(--gradient-color-from);
}
/* Growth Section */
.digi-growth{
    padding-right: 0px;
}
.digi-slide-text{
    white-space: nowrap;
    margin-bottom: 0;
    font-family: poppin, sans-serif;
    position: relative;
    font-size: 110px;
    overflow: hidden;
    color: transparent;
    -webkit-text-stroke-color: #6a6a6a;
    -webkit-text-stroke-width: 1px;
}
.digi-slide-text-front{
    opacity: 0;
}
.digi-slide-text-backdrop{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: digi_slide_text 10s linear infinite;
    animation: digi_slide_text 10s linear infinite;
}

element.style {
    position: relative;
    display: inline-block;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: inherit;
}
div {
    display: block;
    unicode-bidi: isolate;
}
.digi-growth-right h2{
    color: #000000;
    font-family: "Quicksand", Sans-serif;
    font-size: 50.02px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -0.855px;
    margin-bottom: 36px;
}
.digi-growth-wrap-inner{
    display: flex;
    margin-left: 85px;
}
.digi-growth-wrap-icon svg{
    width: 55px;
    height: 55px;
}
.digi-growth-wrap-text h3{
    color: #000000;
    font-family: "Quicksand", Sans-serif;
    font-size: 22.23px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}
.digi-growth-wrap-text p{
    color: #636363;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.digi-growth-left{
    width: 513.55px;
    max-width: 513.55px;
    height: 616.24px;
}
.digi-growth-left img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.digi-growth-bottom{
    padding-top: 50px;
}
.digi-growth-wrap-inner{
    margin-bottom: 40px;
}
.digi-growth-wrap-text{
    margin-left: -14px;
    margin-top: 14px;
}
.digi-growth-right{
    padding: 0 85px 0 35px;
}
.digi-video-play{
    position: relative;
}
.digi-video-play::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
}
.digi-video-play{
    position: relative;
    height: 581px;
    width: 100%;
    padding: 0;
}
.digi-video-play img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.digi-play-btn{
    width: 100px;
    height: 100px;
    color: #fff;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100px;
    letter-spacing: 2px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* services */
.digi-service h5,
.digi-title h3{
    color: #000000;
    font-family: "Quicksand", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.02px;
    text-align: center;
    margin: 50px auto 100px;
    padding: 0 200px;
}
.digi-service-wrap{
    background-image: url('../images/Line-30.jpg');
    background-position: 50% 146px;
    background-repeat: no-repeat;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.digi-service-img{
    width: 285px;
    height: 285px;
    line-height: 285px;
    position: relative;
    margin: 0px auto 50px;
    border-radius: 100%;
}
.digi-service-img img{
    border-radius: 100%;
}
.digi-service-img span{
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    z-index: 1;
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    border-radius: 50%;
}
.digi-service-img span::before {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    background-color: rgb(253, 253, 253);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    z-index: -1;
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    border-radius: 50%;
}
.digi-service-img span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgb(253, 253, 253);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
}
.digi-service-card{
    max-width: 312px;
    margin: 0px auto;
    text-align: center;
}
.digi-service-card h4{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;   
    font-family: "Quicksand", Sans-serif;
}
.digi-service-card p{
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    max-width: 325px;
}
/* digi Contact */
.digi-contact .flex-center{
    align-items: start;
}
.digi-contact-left{
    padding-right: 10%;
}
.digi-contact-left h6{
    color: #FFFFFFFA;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 2px;
}
.digi-contact-left h4{
    color: #FFFFFF;
    font-family: "Quicksand", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 9px;
    /* max-width: 400px; */
}
.digi-contact-left p{
    color: #DDDDDD;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 25px 0;
}
.digi-contact-left a{
    color: #FDFDFD;
    font-family: "Quicksand", Sans-serif;
    font-size: 24px;
}
.digi-contact-right form{
    width: 100%;
}
.digi-input{
    width: 100%;
    height: 53px;
    font-size: 14px;
    color: #757575;
    padding: 0 0 0 16px;
    font-weight: 400;
    line-height: 34px;
    border: 1px solid #666;
    border-radius: 10px;
    background-color: initial;
    outline: 0;
    box-shadow: none;
    margin-bottom: 30px;
}
.digi-form-half {
    display: flex;
    justify-content: space-between;
}
.digi-form-half .digi-form-card{
    width: 48%;
}
.digi-form-card textarea{
    height: 180px !important;
    resize: none;
    padding: 10px 15px;
}
.digi-contact-right button{
    width: 100%;
    justify-content: center;
}
/* News Section */
.digi-news-desc h6{
    background-color: transparent;
    background: var(--gradient-color-to);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 18px;
}
.digi-news-desc h2{
    color: #303142;
    font-size: 49.61px;
    line-height: 59.5px;
    margin-bottom: 60px;
}
.digi-news-card p{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    padding-top: 32px;
    font-family: "Quicksand", Sans-serif;
    margin-bottom: 10px;
}
.digi-news-card p span{
    background-color: transparent;
    background: linear-gradient(90deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.digi-news-card .digi-news-anchor{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0;
    color: var(--four-color);
    line-height: 42px;
    max-width: 95%;
}
.digi-news-card a{
    background-repeat: no-repeat;
    background-position-y: -1px;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--primary-color) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: .6s cubic-bezier(.215,.61,.355,1) pxl-wide-menu-underline forwards;
}
.digi-news-card a:hover{
    animation: .6s cubic-bezier(.215,.61,.355,1) pxl-wide-menu-underline-hover forwards;
    color: var(--four-color);
}
.digi-news-wrapper{
    display: flex;
    justify-content: space-between;
}
.digi-news-wrapper .digi-news-card{
    width: 48.5%;
}
.digi-news-img{
    position: relative;
    width: 100%;
    /* height: 460px; */
}
.digi-news-clients {
    margin: 120px 0 50px;
}
.digi-news-clients ul{
    display: flex;
    align-items: center;
}
.digi-news-clients li img{
    filter: grayscale(1);
}
.digi-news-clients li:hover{
    transform: translateY(-4px);
}
.digi-news-clients li:hover img{
    filter: grayscale(0);
}
/* footer */
.digi-footer-logodetail img{
    max-height: 55px;
    margin-bottom: 50px;
}
.digi-footer-logodetail li {
    margin-bottom: 15px;
}
.digi-footer-logodetail li,
.digi-footer-logodetail li a{
    font-family: "Nunito Sans", Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #fdfdfd;
}
.digi-footer-logodetail i{
    font-size: 16px;
    color: #fdfdfd;
    opacity: .5;
    margin-right: 15px;
}
.digi-footer-menu-wrap{
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-left: 100px;

}
.digi-footer-menu h4,
.digi-footer-social h4{
    background: -webkit-linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FDFDFD;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: "Nunito Sans", Sans-serif;
}
.digi-footer-social h4{
    font-weight: 400;
    font-size: 20px;
}
.digi-footer-menu li{
    margin-bottom: -6px;
}
.digi-footer-menu li a,
.digi-footer-social p{
    font-size: 16px;
    font-weight: 700;
    color: #fdfdfd;
    line-height: 30px;
    font-family: "Nunito Sans", Sans-serif;
}
.digi-footer-social p{
    max-width: 350px;
}
.digi-footer-social .digi-footer-sociallinks {
    margin: 10px 0 15px;
}
.digi-footer-social .digi-footer-sociallinks a{
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #252525;
    color: #FDFDFD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.digi-footer-sociallinks i{
    font-size: 14px;
}
.digi-footer-social .digi-footer-sociallinks a:first-child{
    margin-left: 0;
}
/* Cursor */
.pos-fix {
    position: fixed;
}
.digi-cursor {
    position: fixed;
    background-color: var(--primary-color-light);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    z-index: 1;
    transition: transform .3s linear,opacity .2s linear;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
    transform-origin: center
}

.digi-cursor.active {
    opacity: 1;
    transform: scale(0);
    color: #fff;
    background-color: var(--primary-color-light)
}

.digi-cursor:not(.active) {
    mix-blend-mode: multiply
}

.digi-cursor.none-follower.active {
    transform: scale(2.5)
}

.digi-cursor.hide {
    display: none
}

.digi-cursor-follower {
    position: fixed;
    background-color: var(--primary-color-light);
    opacity: .2;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 1;
    transition: .6s transform linear,opacity .2s linear,background .2s linear;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: translate(2px,2px);
    transform-origin: center
}

.digi-cursor-follower.active {
    opacity: .5;
    transform: scale(2);
    color: #fff;
    background-color: var(--primary-color-light)
}

.digi-cursor-follower.active.video {
    background-color: var(--primary-color)
}

.digi-cursor-follower:not(.active) {
    mix-blend-mode: multiply
}

.digi-cursor-follower.hide {
    display: none
}

.digi-cursor-arrow-prev {
    position: fixed;
    background-color: var(--primary-color);
    width: 104px;
    height: 104px;
    border-radius: 100%;
    z-index: 1;
    transition: transform .3s linear,opacity .2s linear;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    transform: scale(.5);
    transform-origin: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.digi-cursor-arrow-prev.active {
    opacity: 1;
    transform: scale(1)
}

.digi-cursor-arrow-prev.hide {
    display: none
}

.digi-cursor-arrow-prev .icon {
    margin-right: 8px
}

.digi-cursor-arrow-prev .rotate-180 {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.digi-cursor-arrow-prev .text {
    margin-top: 1px
}

.digi-cursor-arrow-next {
    position: fixed;
    background-color: var(--primary-color);
    width: 104px;
    height: 104px;
    border-radius: 100%;
    z-index: 1;
    transition: transform .3s linear,opacity .2s linear;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    transform: scale(.5);
    transform-origin: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.digi-cursor-arrow-next.active {
    opacity: 1;
    transform: scale(1)
}

.digi-cursor-arrow-next.hide {
    display: none
}

.digi-cursor-arrow-next .icon {
    margin-left: 7px
}

.digi-cursor-arrow-next .rotate-180 {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.digi-cursor-arrow-next .text {
    margin-top: 1px
}

.digi-cursor-drag {
    position: fixed;
    width: 104px;
    height: 104px;
    border-radius: 100%;
    z-index: 1;
    user-select: none;
    pointer-events: none;
    z-index: 1000;
    opacity: 0;
    transform: scale(.5);
    transform-origin: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 -8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    mix-blend-mode: difference;
    -webkit-transition: all .08s linear;
    -khtml-transition: all .08s linear;
    -moz-transition: all .08s linear;
    -ms-transition: all .08s linear;
    -o-transition: all .08s linear;
    transition: all .08s linear
}

.digi-cursor-drag>* {
    display: inline-flex
}

.digi-cursor-drag.active {
    opacity: 1;
    transform: scale(1)
}

.digi-cursor-drag.hide {
    display: none
}

.digi-cursor-drag .digi-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.digi-cursor-drag .icon {
    font-size: 14px;
    color: #fff;
    margin: 0 8px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.digi-cursor-drag .text {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all .3s ease .4s;
    -khtml-transition: all .3s ease .4s;
    -moz-transition: all .3s ease .4s;
    -ms-transition: all .3s ease .4s;
    -o-transition: all .3s ease .4s;
    transition: all .3s ease .4s
}

.digi-cursor-drag .rotate-180 {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.digi-cursor-drag.clicked {
    width: 70px;
    height: 70px
}

.digi-cursor-drag.clicked .digi-overlay {
    transform: scale(.8)
}

.digi-cursor-drag.clicked .text {
    opacity: 0;
    transform: scale(0);
    display: none
}

.digi-cursor-drag.clicked .icon-left {
    -webkit-transform: translatex(-50px);
    -khtml-transform: translatex(-50px);
    -moz-transform: translatex(-50px);
    -ms-transform: translatex(-50px);
    -o-transform: translatex(-50px);
    transform: translatex(-50px)
}

.digi-cursor-drag.clicked .icon-left.rotate-180 {
    -webkit-transform: translatex(-50px)rotate(180deg);
    -khtml-transform: translatex(-50px)rotate(180deg);
    -moz-transform: translatex(-50px)rotate(180deg);
    -ms-transform: translatex(-50px)rotate(180deg);
    -o-transform: translatex(-50px)rotate(180deg);
    transform: translatex(-50px)rotate(180deg)
}

.digi-cursor-drag.clicked .icon-right {
    -webkit-transform: translatex(50px);
    -khtml-transform: translatex(50px);
    -moz-transform: translatex(50px);
    -ms-transform: translatex(50px);
    -o-transform: translatex(50px);
    transform: translatex(50px)
}

.digi-cursor-drag.clicked .icon-right.rotate-180 {
    -webkit-transform: translatex(50px)rotate(180deg);
    -khtml-transform: translatex(50px)rotate(180deg);
    -moz-transform: translatex(50px)rotate(180deg);
    -ms-transform: translatex(50px)rotate(180deg);
    -o-transform: translatex(50px)rotate(180deg);
    transform: translatex(50px)rotate(180deg)
}

.digi-cursor-map {
    position: fixed;
    background-color: var(--primary-color);
    width: 101px;
    height: 101px;
    border-radius: 100%;
    z-index: 1;
    transition: transform .3s linear,opacity .2s linear;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    transform: scale(.5);
    transform-origin: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.digi-cursor-map.active {
    opacity: 1;
    transform: scale(1)
}

.digi-cursor-map.hide {
    display: none
}

.cursor-outline .digi-cursor {
    width: 8px;
    height: 8px
}

.cursor-outline .digi-cursor:not(.active) {
    mix-blend-mode: unset
}

.cursor-outline .digi-cursor-follower {
    width: 40px;
    height: 40px;
    background-color: initial;
    border: 1px solid var(--primary-color);
    opacity: 1
}

.cursor-outline .digi-cursor-follower.active {
    transform: scale(2)
}

.cursor-outline .digi-cursor-follower:not(.active) {
    mix-blend-mode: unset
}

.cursor-outline .digi-cursor-arrow-prev {
    background-color: initial;
    border: 2px solid var(--primary-color);
    text-transform: capitalize
}

.cursor-outline .digi-cursor-arrow-prev .icon {
    font-size: 10px
}

.cursor-outline .digi-cursor-arrow-next {
    background-color: initial;
    border: 2px solid var(--primary-color);
    text-transform: capitalize
}

.cursor-outline .digi-cursor-arrow-next .icon {
    font-size: 10px
}

.cursor-outline .digi-cursor-drag {
    mix-blend-mode: unset
}

.cursor-outline .digi-cursor-drag .digi-overlay {
    background-color: initial;
    border: 2px solid var(--primary-color)
}
.digi-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.digi-cursor-drag>* {
    display: inline-flex;
}
.animatetext{
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
/* wobble */

.pxl-wobble span {
    display: inline-block;
    pointer-events: none;
}

.pxl-wobble span.pxl-jump {
    animation: pxl-jump .5s 1
}

.pxl-wobble span.pxl-upscale {
    animation: pxl-upscale .5s 1
}

.pxl-wobble span.pxl-spin {
    animation: pxl-spin .5s 1
}

.pxl-wobble span.pxl-skew {
    animation: pxl-skew .5s 1
}

.pxl-wobble span.pxl-squash {
    animation: pxl-squash .5s 1;
    transform-origin: bottom
}

.pxl-wobble span.pxl-leap {
    animation: pxl-leap .7s 1
}

.pxl-wobble span.pxl-fade {
    animation: pxl-fade .5s 1
}

.pxl-wobble span.pxl-sheen {
    animation: pxl-sheen .3s 1
}

.pxl-wobble span.pxl-xspin {
    animation: pxl-xspin .3s 1
}

.pxl-wobble span.pxl-pop {
    animation: pxl-upscale .4s ease-in-out 1 .2s
}
.button-arrow-hover.style2 {
    padding: 14px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right,var(--gradient-color-from),var(--gradient-color-to));
    margin-left: 18px;
}
.pxl-scroll-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(23, 23, 23, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    cursor: pointer;
}

.pxl-scroll-top.pxl-on {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
}

.pxl-progress-circle path {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dashoffset 200ms linear;
}

.pxl-scroll-top:before {
    content: "↑";  /* Use Unicode arrow instead of font icon */
    font-size: 20px;
    color: var(--primary-color);
    position: absolute;
}
.btn-default{
    display: -webkit-box;
}
/* media query */
@media (min-width: 992px) and (max-width: 1280px) {
    .digi-header .digi-header-menu .digi-header-btn{
        margin-left: 0px;
    }
    .digi-header .digi-header-menu ul a {
        line-height: 160%;
        font-size: 16px;
        margin-left: 50px;
    }
    .digi-header .digi-header-menu .digi-btn-secondry {
        margin-left: 60px;
    }
    .digi-header .digi-header-logo img {
        max-height: 45px;
    }
    .digi-main-section{
        padding: 70px 0 0;
    }
    .pxl-loader.style-text .preloader-inner .loading-text span:before{
        top: 0;
    }
    .digi-banner .digi-banner-left h2,
    .digi-growth-right h2,
    .digi-service h5,
    .digi-news-desc h2,
    .digi-contact-left h4{
        font-size: 42px;
        line-height: 140%;
    }
    .digi-banner .digi-banner-right p,
    .digi-offers-wrap h6{
        font-size: 18px;
    }
    .digi-service h5{
        padding: 0 50px;
    }
    .digi-service-img{
        width: 240px;
        height: 240px;
        line-height: 240px;
    }
    .digi-service-card h4,
    .digi-news-card .digi-news-anchor{
        font-size: 24px;
    }
    .digi-service-card p{
        font-size: 16px;
    }
    .digi-service-card{
        padding: 0 15px;
    }
    .digi-c-section{
        padding: 40px 20px 60px;
    }
    .digi-news-clients ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .digi-news-clients li{
        padding: 15px;
        width: 225px;
    }
    .digi-news-clients {
        margin: 20px 0 0px;
    }
    .digi-footer .flex-center{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .digi-footer-menu-wrap{
        margin: 30px 0 0;
        width: 100%;
    }
    .digi-video-play{
        padding: 0;
    }
    .digi-banner-img img{
        height: 500px;
    }
    .digi-offers::before{
        margin-top: -320px;
    }
    .digi-offers-wrap{
        margin-left: 20px;
    }
    .digi-offers-wrap h6{
        margin: 15px 0 20px;
    }
    .digi-offers-wrap svg{
        width: 40px;
        height: 40px;
    }
    .digi-growth-right {
        padding: 0 25px 0 45px;
    }
    .digi-growth-wrap-inner{
        margin-left: 40px;
        margin-bottom: 20px;
    }
    .digi-growth-wrap-text h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .digi-growth-wrap-text p{
        font-size: 16px;
    }
    .digi-growth-wrap-icon svg {
        width: 45px;
        height: 45px;
    }    
}
@media (max-width: 991px) {
    .hamburger {
        right: 140px;
    }
    .mobile-view{
        display: flex !important;
    }
    .tablet-view{
        display: none !important;
    }
    .flex-center{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
    }
    .pxl-loader{
        width: 0%;
        overflow: hidden;
        display: none;
    }
    .digi-cursor,
    .digi-cursor-follower,
    .digi-cursor-arrow-prev{
        display: none;
    }
    .digi-main-section{
        padding: 80px 0 0;
    }
    /* header */
    .digi-header {
        padding: 16px 0;
        position: fixed;
        background: #fff;
    }
    .digi-header .flex-center{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .digi-header .digi-header-logo img{
        height: 28px;
    }
    .digi-header-menu nav{
        width: 100%;
        position: fixed;
        background: #fff;
        left: -1000%;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        top: 80px;
        transition: left 0.5s ease-in-out;
        border-top: 1px solid #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }
    .digi-header.header-white .digi-header-menu nav a{
        color: #000;
    }
    .digi-header-menu nav.active {
        left: 0;
    }
    .digi-header .digi-header-menu .digi-header-btn{
        margin-left: 10px;
    }
    .digi-header .digi-header-menu a {
        line-height: 65px;
        font-size: 20px;
    }
    .digi-header .digi-header-menu .digi-header-btn a{
        margin-left: 0;
        font-size: 14px;
    }
    .digi-header .digi-header-menu ul{
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }
    /*  main menu */
 
    main {
        padding: 30px 0 0;
    }
    .digi-c-section {
        padding: 50px 0 80px;
    }
    .digi-growth-right{
        padding: 0;
    }
    .digi-c-section .w60,
    .digi-c-section .w40,
    .digi-c-section .w55,
    .digi-c-section .w50{
        width: 100%;
    }
    .digi-banner .digi-banner-left span{
        font-size: 10px;
    }
    .digi-banner .digi-banner-left h2,
    .digi-offers-left h3,
    .digi-growth-right h2,
    .digi-service h5,
    .digi-news-desc h2,
    .digi-contact-left h4{
        font-size: 28px;
        line-height: 120%;
        max-width: 100%;
    }
    .digi-banner .digi-banner-right p,
    .digi-offers-right p,
    .digi-service-card p,
    .digi-news-card .digi-news-anchor,
    .digi-contact-left p,
    .digi-contact-left a{
        font-size: 16px;
        line-height: 1.5em;
        padding: 20px 0 0;
        margin: 0;
    }
    .digi-banner-img img{
        width: auto !important;
        height: auto !important;
    }
    .digi-banner-img{
        margin-top: 50px;
    }
    .digi-offers-left span{
        font-size: 12px;
        margin-bottom: 10px;
        display: flex;
    }
    .digi-offers::before{
        margin: 0;
    }
    .digi-offers-bottom{
        margin-top: 30px;
    }
    .digi-offers-wrap{
        width: 100%;
        margin: 0;
        padding: 15px 0;
        border-width: 0px 0px 1px 0px !important;
    }
    .digi-offers-wrap:last-child{
        border-width: 0px 0px 0px 0px !important;
    }
    .digi-offers-wrap svg{
        width: 30px !important;
        height: 30px !important;
    }
    .digi-offers-wrap span svg{
        width: 20px !important;
        height: 20px !important;
    }
    .digi-offers-wrap h6{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .digi-growth-wrap-inner{
        margin: 0;
    }
    .digi-growth-wrap-icon svg {
        width: 30px;
        height: 30px;
    }
    .digi-growth-left{
        height: 200px !important;
    }
    .digi-growth-right h2{
        margin-top: 20px;
    }
    .digi-growth-wrap-text h3{
        font-size: 18px;
    }
    .digi-growth-wrap-text p{
        font-size: 16px;
    }
    .digi-growth-wrap-text{
        margin-top: 0px;
    }
    .digi-growth-wrap-text h3{
        margin-bottom: 0px;
    }
    .digi-service h5{
        padding: 0;
        margin: 0 0 30px;
    }
    .digi-service-card{
        margin: 20px auto;
    }
    .digi-service-img{
        width: 200px;
        height: 200px;
        line-height: 200px;
        margin: 0 auto 40px;
    }
    .digi-service-card h4{
        font-size: 22px;
        line-height: 120%;
        margin: 0;
    }
    .digi-service-card p{
        padding-top: 10px;
    }
    .digi-service-card:last-child{
        margin-bottom: 0px;
    }
    .digi-service-wrap{
        background-image: none;
    }
    .digi-video-play{
        height: 300px;
        padding: 0;
    }
    .digi-news{
        padding-top: 0px;
    }
    .digi-news-desc h6{
        font-size: 16px;
    }
    .digi-news-desc h2{
        margin-bottom: 30px;
    }
    .digi-news-wrapper{
        flex-direction: column;
    }
    .digi-news-img{
        height: auto;
    }
    .digi-news-wrapper .digi-news-card{
        width: 100%;
    }
    .digi-news-card .digi-news-anchor{
        padding: 0 0 20px;
    }
    .digi-news-card p{
        font-size: 18px;
        padding-top: 20px;
    }
    .digi-news-clients{
        margin: 0;
    }
    .digi-news-clients ul{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .digi-news-clients  li{
        margin: 10px 10px 0;
    }
    .digi-news-clients img{
        width: 100px;
    }
    .digi-contact-left{
        margin-bottom: 30px;
    }
    .digi-footer {
        padding: 30px 0px 20px;
    }
    .digi-footer-menu-wrap{
        margin: 0;
        flex-direction: column;
    }
    .digi-footer-logodetail img{
        margin-bottom: 25px;
        width: 175px;
    }
    .digi-footer-logodetail{
        margin-bottom: 15px;
    }
    .digi-footer-menu{
        margin-bottom: 30px;
    }
    .digi-footer-logodetail li, .digi-footer-logodetail li a,
    .digi-footer-menu li a, .digi-footer-social p{
        font-size: 15px;
    }
    .digi-footer-menu h4, .digi-footer-social h4{
        font-size: 20px;
        margin: 0;
    }
    .digi-footer-logodetail li{
        margin-bottom: 8px;
    }
    .digi-slide-text{
        font-size: 45px;
    }
    .pxl-scroll-top{
        right: 20px;
    }
}