    @import url('https://fonts.googleapis.com/css2?family=Mada:wght@900&display=swap');
    /*@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');*/
    
    @font-face {
      font-family: NexaRegular;
      src: url(../fonts/NexaRegular.otf);
    }
     @font-face {
      font-family: NexaXBold;
      src: url(../fonts/NexaXBold.otf);
    }
    
     @font-face {
      font-family: NexaBlack;
      src: url(../fonts/NexaBlack.otf);
    }
    /*---*/
    .hometext3,.hometext4,.hometext5{
        display:none;
    }
    .hello span{ 
        font-size: 5rem !important;
    }
    /*---*/
    .row{
        align-items: center;
    }
    .me{
        align-items: start !important;
    }
    .mar{
        margin-bottom: 25px
    }
    input.form-control {
        font-size: 14px;
    }
    .videobg {
        position: relative;
        z-index: 3;
        width: 100%;
        background: #fff;
    }
    video{
        margin:auto;
    }

    html {
        scroll-behavior: smooth;
    }
    .modal-backdrop {
        z-index: -1;
    }
    body {
        font-family: 'NexaRegular';
        height: 100%;
        font-size: 1.3rem;
        color: #1c1b20;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -webkit-overflow-scrolling: to  uch;
        min-height: 100vh;
        position: relative;
    }
    .navbar-light .navbar-brand{
        font-family: 'NexaXBold';
    }
    h1,h2,h3{
        font-family: 'NexaBlack';
    }
    p{
        font-family: 'NexaRegular';
        line-height:1.7em;
        font-size: 15px;
    }
    .layout {
        position: fixed;
        width: 100%;
    }
    .icon {
        display: block;
    }
    .paralex{
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .bgimg{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /*-- Menu --*/
    .dnone{
         display:none;
    }
    .mobileIcon {
        position: fixed;
        right: 20px;
        top: 20px;
        background: #fff;
        z-index: 9999;
        border-radius: 50%;
        padding: 13px 15px 5px 15px;
        display:none;
    }
    ul.navbar-nav.my-2.my-lg-0 {
        display: none;
    }
    .menu.bg-light {
        background-color: #fff!important;
        padding: 10px 22px;
        height: auto;
    }
    .menu ul li a {
        display: block;
        font-size: 0.9rem;
        text-transform: uppercase;
        color: #bcbcbc;
        font-weight: 900;
        text-decoration: none;
        letter-spacing: 0.2em;
        font-size: 11px;
    }
    .menu ul li a:hover {
        color: #1c1b20;
    }
    .menu ul .active {
        color: #1c1b20;
    }
    .nav-link {
        font-family: 'NexaBlack';
        font-size: 40px !important;
    }
    /*-- hedaer --*/
    .menu{
        height: 45px;
        top: 0;
        background: #fff;
        z-index: 9;
    }
    /*-- right side --*/
    .rightSide{
        width: 55px; 
        right: 0;
        background: #fff;
        height: 100vh;
        z-index: 9;
    }
    .iconSocalmedia {
        position: fixed;
        top: 50%;
        right: 22px;    
    }
    .iconSocalmedia a{
        color: #1c1b20;
    }
    .iconSocalmedia i {
        display: block;
        margin: 15px 0;
        font-size: 15px;
        font-weight: bold;
    }
    /*-- left side --*/
    .leftSide{
        width: 55px; 
        left: 0;
        background: #fff;
        height: 100vh;
        z-index: 8;
    } 
    a.navbar-brand {
        margin-left: 22px;
        font-size: 21px;
        font-weight: bolder;
    }
    ul.navbar-nav.my-2.my-lg-0 {
        margin-right: 15px;
    }
    .menutxt {
        position: fixed;
        top: 50%;
        left: 40px;
        right: inherit;
        margin-top: -20px;
        height: 40px;
        width: 55px;
    }
    .menutxt .txt{
        color: #1c1b20;
    }
    .menutxt .txt span{
        font-size: 13px;
        display: inline-block;
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
        -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
        transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    }
    .menutxt .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-20px, -50%);
        -moz-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
    }
    .menutxt .close {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-20px, -50%);
        -moz-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%);
        opacity: 1;
        display: none;
    }
    .menutxt .line:nth-child(1) {
        width: 16px;
    }
    .menutxt:hover .line:nth-child(1) {
        width: 20px;
    }
    .menutxt .line:nth-child(2) {
        width: 20px;
        margin-top: 3px;
    }
    .menutxt:hover .line:nth-child(2) {
        width: 32px;
    }
    .menutxt .line:nth-child(3) {
        width: 12px;
        margin-top: 2px;
    }
    .menutxt:hover .line:nth-child(3) {
        width: 18px;
    }
    .menutxt .line {
        float: right;
        clear: right;
        height: 2px;
        background: #1c1b20;
        -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, background 150ms linear 0ms;
        -moz-transition: -moz-transform 800ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, background 150ms linear 0ms;
        transition: transform 800ms cubic-bezier(0.7, 0, 0.3, 1) 0ms, background 150ms linear 0ms;
        -webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
        -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
        transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    }
    .menutxt .txt{
        display: block;
        position: absolute;
        width: 100%;
        top: 15px;
        right: 35px;
        text-align: center;
        font-size: 0.7rem;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-weight: 900;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .menutxt:hover .txt {
        display: inline-block;
        -webkit-transform: rotate(-90deg) translateY(-8px);
        -moz-transform: rotate(-90deg) translateY(-8px);
        -ms-transform: rotate(-90deg) translateY(-8px);
        -o-transform: rotate(-90deg) translateY(-8px);
        transform: rotate(-90deg) translateY(-8px);
    }
    .menutxt:hover .txt span {
        -webkit-transition: -webkit-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
        -moz-transition: -moz-transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
        transition: transform 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    }
    .menutxt:hover .txt span:nth-child(1) {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .menutxt:hover .txt span:nth-child(2) {
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    .menutxt:hover .txt span:nth-child(3) {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    .menutxt:hover .txt span:nth-child(4) {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -o-transform: translateY(3px);
        transform: translateY(3px);
    }
    /*-- bottom side --*/
    .bottomSide{
        height: 55px;
        bottom: 0;
        background: #fff;
        z-index: 9;
    }
    /*-- hellow --*/ 
    .content{
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
        -webkit-transform-origin: center 50vh;
        -moz-transform-origin: center 50vh;
        -ms-transform-origin: center 50vh;
        -o-transform-origin: center 50vh;
        transform-origin: center 50vh;
        -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        pointer-events: none;
        min-height: 100vh;
    }
    .contContainer{
        padding-top: calc(80px - 100%);;
        padding-bottom: 199.797px;
        position: relative;
        background: linear-gradient(90deg, #000 50%, #000 50%);
        -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        pointer-events: all;
        min-height: 100vh;
        opacity:1 !important;
    }
    .hellowContainer{
        z-index: 0 !important;
        pointer-events: none;
        background: transparent;
        overflow: visible;
        position: relative;
        min-height: 100vh;
        z-index: 10;
        overflow: hidden;
        -webkit-transition: -webkit-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        -moz-transition: -moz-transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0ms, padding 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    }
    .hello{
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0;
        height: 100vh;
        z-index: 2 !important;
    }
    .hello h1{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        white-space: nowrap;
        margin-bottom: 0px !important;
    }
    .hello h1 svg {
        width: 430px;
        height: 340px;
    }
    .hello h1 svg .line {
        fill: none;
        stroke: #fff;
        stroke-width: 41px;
    }
    .hello h1 svg .dot {
        fill: #fff;
    }
    .space{
        height: 100vh;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
        -moz-transition: -moz-transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
        transition: transform 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
    } 
    .hello span{
        display: inline;
        color: #fff;
        font-weight: 700;
    }
    .hello .text span{

        font-size: 25px;
    }
    .hello .icon{
        display:inline-block;   
    }
    .hello span strong {
        color: #fff;
        display: block;
    }
    .hellowContainer span .waves svg > * {
        fill: none;
        stroke: #fff;
        stroke-width: 5px;
    }
    /*-- Popup Menu --*/
    .hedaerMenu{
        position: fixed;
        top: 0;
        left: 0;
        right:80px;
        height: 100%;
        z-index: 8;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms, left 500ms cubic-bezier(1, 0, 0, 1) 0ms;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: white;
        padding: 0px;
    }
    .hedaerMenu .Menucontainer{
        padding-left: calc(16vw - 60px); 
    }
    /*-- open menu --*/
    .hedaerMenuopen{
        display:block !important;
        transform: translateX(0%);
        left: 0 ;
        right: 0;
    }
    .bgmenu {
        position: absolute;
        right: 0;
        width: 20%;
        height: 100vh;
        background: #000;
    }
    .menutxticonopen{
        display:none !important;
    }
    .menutxtcloseopen{
        display:block !important;
    }
    .bodyopen{
        overflow: hidden ;
    }
    /*-- open menu --*/
    .hedaerMenuclose{
        transform: translateX(-100%);
        left: 0 ;
        right: 80px ;
    }
    .menutxticonlose{
        display:block !important;
    }
    .menutxtcloselose{
        display:none !important;
    }
    .bodyclose{
        overflow: auto ;
    }
    .menuclose {
        position: absolute;
        top: 500px;
        left: 90px;
        z-index: 999;
        padding: 15px;
        opacity: 1;
        display: none;
    }
    .hedaerMenu ul{
        position: absolute;
        top: 50%;
        left: 20%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .hedaerMenu ul li{
        margin-bottom: 15px;
    }
    .hedaerMenu ul li a {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        font-size: 2.1rem;
        line-height: 1.1;
        font-weight: 900;
        text-decoration: none !important;
        color: inherit;
        margin-bottom: 15px;
    }
    .hedaerMenu ul li a:before ,.block-content .link:before, .design .link::before{
        content: '';
        position: absolute;
        top: calc(50% - 2px);
        left: -3px;
        height: 10px;
        width: calc(100% + 4px);
        background: #00000047;
        z-index: -1;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .4s cubic-bezier(.39,.1,0,.98);
    }
    .hedaerMenu ul li a:hover::before,.block-content .link:hover::before, .design .link:hover::before{
        z-index: 99;
        transform: scaleX(1);
    }
    /*--- dig --*/
    .dig,.design{
        background: #f8f8f8;
        z-index: 3 !important;
        position: relative;
        overflow:hidden;
    }
    .dig button {
        background: #000;
        color: #fff;
        border: 1px solid;
        padding: 7px 18px 4px;
        font-size: 14px;
        opacity:1;
    }
    .dig .col-md-4.col-sm-12 {
        margin-bottom: 20px;
    }
    .dig .padding ,.design .padding{
        padding: 20vh 12% 0;
    }
    .dig h2 .waves svg , .design h2 .waves svg {
        width: 50px;
        height: 10px;
    }
    .dig h2 .waves svg > *,.design h2 .waves svg > * {
        fill: none;
        stroke: #1c1b20;
        stroke-width: 5px;
    }
    .dig h2 .waves svg > * {
        stroke: #000;
    }
    .dig h2 .txt,.design h2 .txt {
        font-size: 10rem;
    }
    .dig  h2, .design h2 .txt {
        color: #000;
        margin-bottom: 40px;
    }
    .dig .block-content ,.design .block-content {
        float: left;
        width: 45%;
        padding-right: 12%;
        padding: 95px 0 0 50px;
    }
    .dig .skills-container{
        background: #000;
        margin-left: 40%;
        padding: 82.5px;
        margin-right: -165px;
    }
    .dig .skills-container h3{
        margin-bottom: 20px;
        font-size: 25px;
        color: #fff;
    }
    .dig .skills-container p{
        color:#acaab7;
        font-size: 15px;
    }
    .dig h3 .waves svg > * {
        fill: none;
        stroke: #1c1b20;
        stroke-width: 5px;
    }
    .dig h3 .waves svg > * {
        stroke: #fff;
    }
    .dig p {
        font-size: 0.9rem;
        line-height: 1.7em;
    }
    .dig .block-content span,.design .intro span{
        font-size: 2.8rem;
        font-weight: bold;
    }
    .dig i ,.design .intro span i{
        font-weight: 300;
        font-style: italic;
        font-family:NexaRegularItalic;
    }
    .dig .dot,.design .dot {
        color: #000;
    }
    /*--desgin --*/
    .design .bgimg{
        height: 300px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
/*-- link --*/
.block-content .link ,.design .link{
    position: relative;
    text-decoration: none;
    color: #1c1b20;
}

/*-- work pgae --*/
.work{
    padding:80px 0 0 0;
    background:#f8f8f8;
}
.work,.swork {
    position: relative;
    z-index: 4;
}
.swork {
    background:#fff;
}
.workimg {
    height: 450px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pro1 {
    background-image: url(../../img/timthumb1.png);
}
.pro2 {
    background-image: url(../../img/timthumb2.png);
}
.pro3 {
    background-image: url(../../img/timthumb3.png);
}
.pro4 {
    background-image: url(../../img/timthumb4.png);
}
.pro5 {
    background-image: url(../../img/timthumb5.png);
}
.pro6 {
    background-image: url(../../img/timthumb6.png);
}
.pro7 {
    background-image: url(../../img/timthumb7.png);
}
.pro8 {
    background-image: url(../../img/timthumb8.png);
}
.pro9 {
    background-image: url(../../img/timthumb9.jpg);
}
.pro10 {
    background-image: url(../../img/timthumb10.jpg);
}
.pro11 {
    background-image: url(../../img/timthumb11.jpg);
}
.pro12 {
    background-image: url(../../img/timthumb12.jpg);
}
.pro13 {
    background-image: url(../../img/Amazon.jpg);
}
.pro14 {
    background-image: url(../../img/riva1.jpg);
}
.pro15 {
    background-image: url(../../img/Breitling.jpg);
}
.work .info {
    position: absolute;
    bottom: 15%;
    left: 15%;
}
.work .col-md-4.col-sm-12{
    padding: 0 !important;
    overflow: hidden;
}
.work p ,.work h2{
    color: #000;
}
.work .datawork {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    background: #0000002e;
    width: 100%;
    padding: 15%;
    opacity: 0;
    padding-top:53%;
    overflow: hidden;
}
.work .datawork:hover{
    opacity: 1;
    transition: 0.3s;
}
.single-work img{
    width: 100%;
}
.work h2 {
    font-size: 26px;
}
.work .datawork h2, .work .datawork p {
    color: #fff;
}
.swork .project-type {
    font-size: 16px;
    font-weight: bold;
}
.swork span {
    font-size: 16px;
    font-weight: bold;
}

.swork h1 span {
    font-size: 16px;
    font-weight: bold;
}
.swork h2  {
    font-size: 31px;
    font-weight: bold;
}
.swork h2 span {
    font-size: 34px;
    font-weight: bold;
}

/*---- single Work ----*/
.single-work.dig h2 span {
    font-size: 35px !important;
}
.single-work.workbigimg{
    overflow: hidden;
}
.single-work.twoRowImg .col-md-6.col-sm-12 ,.single-work.textAfterbigimg2 .col-md-6.col-sm-12,.single-work.textAfterbigimg .col-md-6{
    display: flex;
    align-items: center;
}
.single-work.workbigimg img{
    width: 100%;
}
.single-work.textAfterbigimg {
    padding: 80px 0;
}

.single-work.imgFull img {
    width:100%;
    margin:auto;
}
.single-work.imgFull2,.single-work.textAfterbigimg2{
    padding: 80px 0;
}
.single-work.imgFull3{
    padding-top: 80px;
}
.single-work.twoRowImg{
  padding: 80px 40px;   
}
.single-work.dig .container {
    padding-bottom: 80px;
}
.single-work.textAfterbigimg2 img{
    width: 100%;
}
.single-work.twoRowImg img{
    width: 100%;
    padding: 40px 0;
}
.single-work p{
    line-height: 1.9em;
}
.single-work.videFull {
    padding: 80px 0;
}
.vist{
    background: #000;
    padding: 80px 0;
    display:none;
}
.vist a{
    color: #fff;
}
/*--- idea ---*/
.idea{
    background-color: #f8f8f8;
    position: relative;
    z-index: 4 !important;
}
.idea p{
    padding: 25px 0;
}
.idea span{
    display: inline;
    font-weight: 700;
    font-size: 25px;
}
.idea .icon{
    display:inline-block;   
}
.idea h2 strong {
    color: #fff;
    display: block;
}
.idea h2 .waves svg > * {
    fill: none;
    stroke: #1c1b20;
    stroke-width: 5px;
}
.idea h2 .txt{
color: #000;;
}
.idea h2 .txt span {
    font-size: 10rem;
}
.idea h2 .waves svg {
    width: 50px;
    height: 10px;
}

/*--- footer ----*/
.footer{
    position: relative;
    display: block;
    height: 30vh;
}
.footer .padding    {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 60px 0;
    z-index: 0;
}
.footer p{
    padding: 25px 0;
}
.footer a {
    font-size: 18px;
    color: #000;
    line-height: 1.7em;
    font-weight: bold;
}
.footer span {
    font-size: 16px;
}

/*-- loading --*/
.overlayLoading {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.loadimg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*-- about --*/
.aboutcontent{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transform-origin: center 50vh;
    -moz-transform-origin: center 50vh;
    -ms-transform-origin: center 50vh;
    -o-transform-origin: center 50vh;
    transform-origin: center 50vh;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    pointer-events: none;
    min-height: 100vh;
}
.aboutcontent .hellowContainer{
    width: 100%;
    position: absolute;
}
.aboutcontContainer{
    padding-bottom: 199.797px;
    position: relative;
    background: linear-gradient(90deg, #fff 50%, #000 50%);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    -moz-transition: -moz-transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    transition: transform 500ms cubic-bezier(1, 0, 0, 1) 0ms;
    pointer-events: all;
    min-height: 100vh;
    z-index:3;
}
.aboutcontContainer h1 {
    font-size: 10rem;
}
.aboutcontContainer h3 {
    font-size: 3rem;
    color:#fff;
}
.aboutcontContainer p {
    font-size: 16px;
    color:#fff;
}

.single-work.dig .row {
    align-items: start;
}
.single-work.dig.dig h2{
    margin-bottom:20px;
    margin-top:40px;
}
.single-work.dig.dig span {
    font-size: 17px;
}
/*-- video work --*/
.single-work.videFull .row{
    height: 350px;
}
/*--service --*/
.service .row .col-md-6 {
    margin: 20px auto;
    align-items: center;
}

/*--- sales page---*/
.salecolor{
    color: #acaab7;
    font-size: 15px;
}
.salecolor .col-md-3.col-sm-12{
    margin-bottom:15px;
}
.secrollDown {
    position: fixed;
    top: 50%;
    left: 10px;
    right: inherit;
    margin-top: -20px;
    height: 40px;
    width: 55px;
    color: #000;
}
.salesform{
    background-color: #f8f8f8;
    padding: 45px;
    position: relative;
    z-index: 3;
}
.salesform .formData {
    width: 50%;
    margin: auto;
    background: #fff;
    padding: 50px;
}
.salesform .formData .btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
/*-- work --*/
.salesWork .modal {
    top: 20%;
}
.salesWork .modal-body {
    width: 100%;
    height: 350px;
    overflow: auto;
}
/*--- clinet ---*/
.client .dig h2, .client .design h2 .txt{
    margin:0;
}
@media (max-width: 575.98px) {
    .hedaerMenu ul li a {
        font-size: 35px !important;
    }
    .hedaerMenu ul {
        left:40%;
    }
    .hello span {
        font-size: 1.5rem !important;
        font-weight: 400;
    }
    .hello .text span {
        font-size: 18px;
    }
    .text {
        top: 60%;
    }
    .dig h2 .txt, .design h2 .txt{
        font-size: 4rem ;
    }
    .dig p{
        margin-top: -15px !important;
    }
    .aboutcontent h1 {
        font-size: 3rem ;
    }
    .aboutcontent h3 {
        font-size: 2rem ;
    }
    .aboutcontent .col-sm-6{
        width:50%;
    }
    .dig .padding, .design .padding {
        padding: 0 3vh;
       
    }
    .dig .block-content, .design .block-content {
        width: 100% ;
        float: none;
    }
    .dig .skills-container {
        margin-left: 0;
        margin-right: 0;
        padding: 20.5px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .single-work.dig h2 span {
        font-size: 24px !important;
    }
    .footer {
        height: 25vh;
        margin: 78px 0 100px 0;
    }
    .footer .padding {
        padding: 60px 0;
    }
    .bgmenu {
        width: 25%;
    }
    .mobileIcon {
        display:block;
    }
    .single-work.imgFull {
        padding: 25px 0;
    }
    .menuclose {
        display:none;
    }
    .pcou{
        padding:0;
    }
    .dig .block-content span, .design .intro span {
        font-size: 2rem;
    }
    .absm{
        display:block !important;
    }
    .aboutcontent{
        display:none !important;
    }
    .pmobile{
        padding:15px 0;
    }
    .homemobile {
        background: #000;
        border: 4px solid #000;
    }
    .homemobile h1,.homemobile .txt{
        color: #fff;
    }
    .single-work.videFull .row {
        height: 217px;
    }
    video{
        width:100%;
    }
    .salesform .formData {
        width: 100%;
    }

 }
 
@media (min-width: 576px) and (max-width: 767.98px){
    .hedaerMenu ul li a {
        font-size: 35px !important;
    }
    .dig p{
        margin-top: -15px !important;
    }
    .hedaerMenu ul {
        left: 40%;
    }
    .hello span {
        font-size: 4rem !important;
        font-weight: 400;
    }
    .hello .text span {
        font-size: 18px;
    }
    .text {
        top: 60%;
    }
    .dig h2 .txt, .design h2 .txt{
        font-size: 4rem ;
    }
     .aboutcontent h1 {
        font-size: 3rem ;
    }
    .aboutcontent h3 {
        font-size: 2rem ;
    }
    .aboutcontent .col-sm-6{
        width:50%;
    }
    .dig .padding, .design .padding {
        padding: 0 3vh;
    }
    .dig .block-content, .design .block-content {
        width: 100% ;
        float: none;
    }
    .dig .skills-container {
        margin-left: 0;
        margin-right: 0;
        padding: 20.5px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .single-work.dig h2 span {
        font-size: 24px !important;
    }
    .footer {
        height: 25vh;
        margin: 78px 0 100px 0;
    }
    .footer .padding {
        padding: 60px 0;
    }
    .bgmenu {
        width: 25%;
    }
    .mobileIcon {
        display:block;
    }
    .single-work.imgFull {
        padding: 25px 0;
    }
    .close {
        display:none;
    }
    .pcou{
        padding:0;
    }
    .dig .block-content span, .design .intro span {
        font-size: 2rem;
    }
    .absm{
        display:block !important;
    }
    .aboutcontent{
        display:none !important;
    }
    .pmobile{
        padding:15px 0;
    }
    .homemobile {
        background: #000;
        border: 4px solid #000;
    }
    .homemobile h1,.homemobile .txt{
        color: #fff;
    }
    .single-work.videFull .row {
        height: 217px;
    }
    video{
        width:100%;
    }
    .salesform .formData {
        width: 100%;
    }
 }
@media (min-width: 768px) and (max-width: 991.98px){
    .pmobile{
        padding:15px 0;
    }
    .hedaerMenu ul {
        left: 40%;
    }
    .dig p{
        margin-top: -15px !important;
    }
    .hello span {
        font-size: 4rem !important;
        font-weight: 400;
    }
    .hello .text span {
        font-size: 18px;
    }
    .text {
        top: 60%;
    }
    .dig h2 .txt, .design h2 .txt {
        font-size: 4rem ;
    }
    .aboutcontent h1 {
        font-size: 3rem ;
    }
    .aboutcontent h3 {
        font-size: 2rem ;
    }
    .dig .padding, .design .padding {
        padding: 0 3vh;
       
    }
    .dig .block-content, .design .block-content {
        width: 100% ;
        float: none;
    }
    .dig .skills-container {
        margin-left: 0;
        margin-right: 0;
        padding: 20.5px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .single-work.dig h2 span {
        font-size: 24px !important;
    }
    .footer {
        height: 25vh;
        margin: 78px 0 100px 0;
    }
    .footer .padding {
        padding: 60px 0;
    }
    .bgmenu {
        width: 25%;
    }
    .mobileIcon {
        display:block;
    }
    .single-work.imgFull {
        padding: 25px 0;
    }
    .menuclose {
        display:none;
    }
    .pcou{
        padding:0;
    }
    .dig .block-content span, .design .intro span {
        font-size: 2rem;
    }
    .aboutcontent{
        display:none !important;
    }
    .homemobile {
        background: #000;
        border: 4px solid #000;
    }
    .homemobile h1,.homemobile .txt{
        color: #fff;
    }
    .single-work.videFull .row {
        height: 217px;
    }
    video{
        width:100%;
    }
    .salesform .formData {
        width: 100%;
    }
}
@media (min-width: 1200px){ 
    .container{
        max-width: 80%;
    }
    .blockm{
        display:none !important;
    }
    .single-work.videFull .row{
        height: 550px;
    }
}