@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');

/* main styles*/
body{
    margin:0;
    position:relative;
    font-family: 'Maven Pro', sans-serif;
}
:root {
  font-size: 16px;
  font-family: 'Maven Pro', sans-serif;

}
a {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    transition: all .4s ease;
}
.wrapper{
    width: 100%;
    position: relative;
    overflow-x:hidden;
}
section{
    position: relative;
    margin: auto;
    width:100%;
    padding: 80px;
    transition: padding-top 1s ease;
}
a.linkBlack{
    width: max-content;
    padding: 10px;
    margin-left: -10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
        display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
    border-radius: 15px;
}
a.linkBlack:hover{
    margin-left: 40px;
}
a.linkBlack:hover:before{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    right: 0;
}
a.linkBlack:after{
        content: url(https://api.iconify.design/eva/arrow-up-fill.svg?color=%23fff&rotate=90deg&width=30);
   margin-left: -5px;
    position: relative;
    
}
a.linkBlack span{
    position: relative;
}
a.linkBlack:before{
    transition: all .4s ease;
    content: "";
    background: #980dfd;
    width: 60px;
    height: 40px;
    position: absolute;
    right: -5px;
    border-radius: 15px;
}


a.linkWhite{
    width: max-content;
    padding: 10px;
    margin-left: -10px;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
    border-radius: 15px
}
a.linkWhite:hover{
    margin-left: 40px;
}
a.linkWhite:hover:before{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    right: 0;
}
a.linkWhite:after{
        content: url(https://api.iconify.design/eva/arrow-up-fill.svg?color=%23fff&rotate=90deg&width=30);
    margin-left: -5px;
    position: relative;
    
}
a.linkWhite span{
    position: relative;
}
a.linkWhite:before{
    transition: all .4s ease;
    content: "";
    background: #980dfd;
    width: 60px;
    height: 40px;
    position: absolute;
    right: -5px;
    border-radius: 15px;
}



.row{
    width: 100%;
    margin: auto;
    max-width: 1920px;
    display: flex;
    
}

/* header */

.header{
       width: 100%;
    position: relative;
    justify-content: center;
    display: flex;
}

.headerMenuButton{
       color: #999;
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 500;
    display:none;
    cursor:pointer;
}
.headerMenuButton iconify-icon{
    font-size: 25px;
    display: block;
    margin-top: 3px;
}
.headerWrap{
        width: 100%;
    max-width: 1920px;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 90px;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    transition: all .5s ease;
}

.headerLogo{
        width: auto;
    max-width: 150px;
    align-items: center;
    display: flex;
    justify-content: start;
}

.headerLogo iconify-icon{
    color: #fff!important;
    font-size: 40px;
    transform: rotate(135deg);
    transition: all 1s ease;
}
.headerLogo:hover iconify-icon{
    transform: rotate(-45deg);
}
/*a.headerNav-about{
    display: flex;
    align-items: center;
    margin-right: auto;
    color: #999;
    font-weight: 500;
    font-size:16px;
}*/
.headerUl li a{
    font-size: 16px;
    color: #999;
    font-weight: 500;
    
}
.headerUl li a:hover {
    color: #fff;
    text-shadow: 0 0 15px #fff;
}
.headerNav{
        display: flex;
    width: 100%;
    
}
.headerNavMobile{
    display:none;
}
.headerUl{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding: 0 20px;
}
.headerUl li{
    margin: 0 auto;
}
.headerSocial{
        display: flex;
    align-items: center;
    
}
.headerSocial a{
    margin-right:0;
    margin-left:24px;
    font-size: 25px;
    position:relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.headerSocial a iconify-icon{
    color: #fff!important;
    transition: all 1s ease;
}
.headerSocial a:after{
    content: "";
    width: 40px;
    position: absolute;
    height: 3px;
    background: #980dfd;;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s ease;
    
}
.headerSocial a:hover:after{
    opacity: 1;
}

.headerWrapScroll{
        background: #fff;
    transition: all .5s ease;
}
.headerWrapScroll .headerUl li a {
    color:#222!important;
}
.headerWrapScroll .headerSocial a iconify-icon{
    color:#222!important;
}
.headerWrapScroll .headerLogo iconify-icon{
    color:#222!important;
}
.headerWrapScroll .headerUl li a:hover{
       text-shadow: 0 0 16px #222;
}
.headerWrapScroll .headerMenuButton{
    color:#222;
}

/* end header*/

/**/
.homeMain{
    background: #222;
    min-height:100vh;
    padding-top:0;
    overflow:hidden;
    transition: padding-top 1s ease;
}
.homeMain .row{
    height:100%;
}
.homeMain .container{
    position:relative;
}
.homeMain span.mainScroll{
       color: #b7b7b7;
    writing-mode: vertical-rl;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    height: 100%;
    margin-top:-100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}
.homeMain span.mainScroll:after{
   content: url(https://api.iconify.design/solar/arrow-down-broken.svg?color=%23b7b7b7&rotate=0deg&width=30);
   position: absolute;
   bottom: -35px;
   animation: mainScroll 4s cubic-bezier(0.4, 0.39, 0.58, 1) 1s infinite;
}
@keyframes mainScroll {
  0% {
    bottom: -35px;
  }
  
  100% {
    bottom: -150px;
  }
}
.homeM_right{
    width: 100%;
    margin: auto;
    display: grid;
    position: relative;
    height: 100%;
    align-items: center;
    align-content: center;
}
.homeMain h1{
color: #fff;
    font-size: 68px;
    line-height: 70px;
}
.homeM_elements{
    position: absolute;
    width: 70%;
    height: calc(100% + 80px);
    display: flex;
    right: -80px;
    overflow: hidden;
}
.homeM_elements span{
    width: 135px;
}
.homeM_elements span:first-child{
    content: url(https://api.iconify.design/icon-park-twotone/triangle.svg?color=%232b2b2b&rotate=180deg);
    
    position: absolute;
    right: -5%;
    top: -4%;
    animation: homeEelementsOne 5s ease-out infinite;
}
.homeM_elements span:nth-child(2){
    content: url(https://api.iconify.design/icon-park-twotone/triangle.svg?color=%232b2b2b&rotate=90deg);
    
    position: absolute;
    right: 0%;
    top: 28%;
    animation: homeEelementsTwo 5s ease-out 0.5s infinite;
}
.homeM_elements span:nth-child(3){
    content: url(https://api.iconify.design/icon-park-twotone/triangle.svg?color=%232b2b2b&rotate=135deg);
    
    position: absolute;
       right: 20px;
    bottom: 16%;

    animation: homeEelementsOne 5s ease-out infinite;
}
.homeM_elements span:nth-child(4){
   content: url(https://api.iconify.design/icon-park-twotone/triangle.svg?color=%232b2b2b&rotate=90deg);
   
    position: absolute;
    right: 55%;
    top: -60px;
    animation: homeEelementsThree 5s ease-out 0.5s infinite;
}
.homeM_elements span:nth-child(5){
    content: url(https://api.iconify.design/icon-park-twotone/triangle.svg?color=%232b2b2b&rotate=90deg);
    
    position: absolute;
        right: 20%;
        bottom: 20px;
    animation: homeEelementsTwo 5s ease-out 0.5s infinite;
}
.homeM_elements span:nth-child(6){
       content: url(https://api.iconify.design/icon-park-twotone/triangle.svg?color=%232b2b2b&rotate=135deg);
       
    position: absolute;
    right: 52%;
    bottom: 10%;
    animation: homeEelementsTwo 5s ease-out infinite;
}
.homeM_elements span:nth-child(7){
    content: url(https://api.iconify.design/icon-park-twotone/triangle.svg?color=%232b2b2b&rotate=-90deg);
    
    position: absolute;
   right: 27%;
    top: 20%;
    animation: homeEelementsThree 5s ease-out infinite;
}
.homeM_elements span:nth-child(8){
        content: url(https://api.iconify.design/icon-park-twotone/triangle.svg?color=%232b2b2b&rotate=270deg);
        
    position: absolute;
   right: 37%;
    top: 46%;
    animation: homeEelementsTwo 5s ease-out 2s infinite;
}

@keyframes homeEelementsOne {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(10%);
  }
  
  100% {
    transform: translateX(0%);
  }
}
@keyframes homeEelementsTwo {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(15%);
  }
  
  100% {
    transform: translateY(0%);
  }
}
@keyframes homeEelementsThree {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(5%);
  }
  
  100% {
    transform: translateX(0%);
  }
}

/**/

.approach{
    background: #222;
    min-height:100vh;
}
.approach .row{
    height:100%;
}
.approach .container{
    position:relative;
}
.approachLeft{
        display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.approach h2{
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.approach p{
        color: #999;
    font-size: 15px;
        width: 100%;
    max-width: 340px;
}
.approachEarth_col{
    position:relative;
}
.approachEarth{
        position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    right: 50%;
    width: 480px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.approachEarth:before {
    content: "";
    width: 50%;
    height: 25%;
    display: block;
    background: #222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.approachEarth:after {
    content: "";
    display: block;
        width: 83%;
    height: 83%;
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect rx='100%' ry='100%' width='100%25' height='100%25' fill='none' stroke='%23444' stroke-width='2' stroke-dasharray='1%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 100%;
}
.approachE_img {
    content: url(https://api.iconify.design/gis/earth-north.svg?color=%23181818);
    width: 64%;
    position: absolute;
    z-index: 2;
    animation: approachE_img 60s ease-out infinite;
}

@keyframes approachE_img {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

.approachEel{
    width: 100%;
    height: 100%;
    position: relative;
}
.approachEel span{
    transition: all .4s ease;
        height: 34px;
    align-items: center;
    display: flex;
}
.approachEel .approachEel_one:hover{
    transform: translateX(-50%) translateY(-20px);
}
.approachEel .approachEel_two:hover, .approachEel .approachEel_three:hover{
    transform: translateX(20px);
}
.approachEel .approachEel_four:hover{
    transform: translateX(-50%) translateY(20px);
}
.approachEel .approachEel_five:hover, .approachEel .approachEel_six:hover{
    transform: translateX(-20px);
}
.approachEel_one{
        font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.approachEel_one:after{
        content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    bottom: -8px;
    left: 50%;
}
.approachEel_two{
       font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 27%;
    text-align: left;
    left: 86%;
    padding-left: 20px;
    width: 70px;

}
.approachEel_two:after{
   content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
}
.approachEel_three{
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 27%;
    text-align: left;
    left: 86%;
    padding-left: 20px;
    width: 70px;
}
.approachEel_three:after{
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
}
.approachEel_four{
        font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.approachEel_four:after{
        content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    left: 50%;
}
.approachEel_five{
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 27%;
    text-align: right;
    right: 86%;
    padding-right: 20px;
    width: 80px;
}
.approachEel_five:after{
   content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
}
.approachEel_six{
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 27%;
    text-align: right;
    right: 86%;
    padding-right: 20px;
    width: 90px;
}
.approachEel_six:after{
   content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
}

/**/

.sectionOneH2{
    color: #222;
    font-size: 58px;
        font-weight: 600;
    line-height: 70px;
}
.sectionH3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
   }

/* scale */

.scale{
        background: url(/assets/images/scale-back.webp);
    background-size: cover;
    background-position: bottom right;
        height: 100%;
    display: inline-table;
}
.scale:after {
       content: "";
    background: url(/assets/images/scaleFigures.webp);
    background-size: cover;
    width: 100%;
    height: 80%;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, -50%);
}
.scaleBlocks, .sectionOneH2{
    position:relative;
    z-index: 15;
}

.scaleBlocks{
        display: flex;
   /* grid-template-rows: repeat(2,224px);
    grid-template-columns: repeat(3,218px);*/
    grid-gap: 20px;
    grid-template-columns: repeat(6, auto);
        padding: 100px 0;
        padding-bottom:0;
    position:relative;
}
.scaleBlocks:after{
    content:"";
}
.scaleBlock{
   padding: 30px 12px;
    background: #fff;
    color: #222;
    display: grid;
    text-align: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #f5f5f5;
    
}
.scaleBlock_num{
    font-size: 50px;
    margin-bottom: 60px;
    margin-top: 20px;
}
.scaleBlock_des{
    font-size: 13px;
}

/* end scale*/

/* scale-etc*/

.scaleEtc{
    background: #fff;
}
.scaleEtc .row{
    height:auto;
}
.scaleEtcDis{
    display:flex;
    padding-bottom: 180px;
    align-items: center;
}
.scaleEtcDis_two{
    display:flex;
    align-items: center;
}
.scaleEtcLeft{
        width: 30%;
}

.scaleEtcLeft p{
    width: 100%;
    max-width: 300px;
}
.scaleEtcRight{
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, auto);
    padding: 0 24px;
    width: 70%;
    grid-gap: 0px;
}
.scaleEtcRight a{
    margin: 10px 0;
    color: #222;
    font-weight: 600;
    text-decoration: underline;
}
.scaleEtcTwoLeft{
    width: 30%;
}
.scaleEtcTwoLeft p{
    width: 100%;
    max-width: 300px;
}
.scaleEtcTwoRight{
    width: 70%;
    justify-content: end;
    display: flex;
}
.scaleEtcTwoRight img{
        width: 100%;
    max-width: 500px;
    height: auto;
    filter: grayscale(1);
}

/* end scale-etc*/

/* brands */

.brands{
    
    display: grid;
}
.brandsCarouselContainer{
        display: grid;
}
.brandsCarousel {
       /* margin: 60px 0;*/
}
.brandsCarousel .owl-dots{
    display:none;
}
.brandsCarousel .owl-nav{
    justify-content: start;
    display: flex;
}
.brandsCarousel .owl-nav button{
    font-size: 69px!important;
    transition: all .4s ease ;
}
.brandsCarousel .owl-prev.disabled:hover{
    background: none;
    color: #222;
    opacity: 0.5;
}
.brandsCarousel .owl-next.disabled:hover{
    background: none;
    color: #222;
    opacity: 0.5;
}
.brandsCarousel .owl-next{
    opacity: 0.8;
}
.brandsCarousel .owl-prev{
    opacity: 0.8;
}
.brandsCarousel .owl-next:hover{
        background: none!important;
    color: #222!important;
    opacity: 1;
}
.brandsCarousel .owl-prev:hover{
        background: none!important;
    color: #222!important;
    opacity: 1;
}
.owl-carousel .owl-stage{
    margin:60px 0;
    margin-left: 50px;
}
.brandsCarousel .owl-item{
        background: #222;
    height: 350px;
    position:relative;
    z-index:60;
}
.brandsCarousel .brandsCarouselOther{
    position: absolute;
    background: #980dfd;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility:hidden;
    z-index: -62;
    opacity:0;
    transition: all .4s ease 0.4s;
}
.brandsCarousel .brandsCarouselOther img{
    width: 100%;
    max-width: 125px;
    position: absolute;
    top: 0;
}
.brandsCarousel .owl-item:nth-child(2) img{
    max-width: 90px;
}
.brandsCarousel .owl-item:nth-child(3) img{
        max-width: 75px;
}
.brandsCarousel .owl-item:nth-child(4) img{
        max-width: 90px;
}
.brandsCarousel .owl-item:nth-child(6) img{
    max-width: 60px;
}
.brandsCarousel .brandsCarouselOther img:first-child{
       top: 40%;
    right: 40px;
    transform: translateY(-50%) rotate(30deg);
}
.brandsCarousel .brandsCarouselOther img:nth-child(2){
       top: -10px;
    left: 21%;
    transform: rotate(-10deg);
}
.brandsCarousel .brandsCarouselOther img:nth-child(3){
    bottom: 30%;
    top: auto;
    left: 0;
    transform: rotate(10deg);
}
.brandsCarousel .brandsCarouselOther img:last-child{
    top: auto;
    bottom: -20px;
    right: 16%;
}
.brandsCarousel .brandsCarouselOther_hover{
    visibility:visible;
    width: calc(100% + 100px);
    height: calc(100% + 120px);
    opacity: 1;
    top: -60px;
    left: -50px;
    transition: all .4s ease 0.4s;
}
.brandsCarousel .brandsCarouselContent{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.brandsCarousel .brandsCarouselContent iconify-icon{
   color: #fff;
    font-size: 80px;
    position: absolute;
    top: 10%;
    right: 10%;
}
.brandsCarousel .brandsCarouselContent span{
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 17px;
    font-weight: 600;
}

/* end brands */

/*  marketingSup */

.marketingSupTop{
    display:grid;
    min-height:30vh;
}
.marketingSupBottom{
    display:grid;
    min-height:70vh;
    background:#222;
}
.marketingSupBottom .row{
    justify-content: space-between;
}
.marketingSupBottom .row:first-child{
    padding-bottom:60px;
}
.marketingSupBottom .sectionH3{
    color:#fff;
}
.marketingSupBottom p{
    color:#808080;
    font-size:14px;
}
.marketingSupTop_col{
    display: grid;
    min-height: 30vh;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 380px;
}
.marketingSupTop p{
    font-size: 14px;
    margin-top: 20px;
}
.marketingSupLeft{
    color:#fff;
}
.marketingSLeft_block p{
    font-size: 14px;
    margin-top: 20px;
}
.marketingSupBotUl{
    padding: 0;
    color: #fff;
    display: grid;
    
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, auto);
    grid-gap: 60px;
    list-style: none;
}
.marketingSupBotUl li{
        margin: 0;
}
.marketingSupBotUl li h3{
    font-size: 15px;
    font-weight: 600;
}
.marketingSupBotUl li p{
        margin: 0;
    padding-left: 20px;
}
.marketingSBU_two{
    display: grid;
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
    padding: 0;
    list-style: none;
}
.marketingSBU_a {
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}
.marketingSBU_atwo{
        font-size: 13px;
    color: #808080;
}

/* end marketingSup
*/

/*  service */

.serviceTop{
    display:grid;
    min-height:50vh;
    align-items: center;
}
.serviceBottom{
    display:grid;
    min-height:50vh;
    background:#fafbfc;
}
.serviceBottom .row{
    justify-content: space-between;
}

.serviceBottom .sectionH3{
    color:#222;
}
.serviceBottom p{
    color:#777;
    font-size:14px;
}
.serviceTop_col{
    display: grid;
    min-height: 30vh;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 790px;
        margin: auto;
}
.serviceTop p{
    font-size: 14px;
    margin-top: 20px;
}
.serviceLeft{
    color:#222;
}
.serviceLeft_block p{
    font-size: 14px;
    margin-top: 20px;
}
.serviceBotUl{
    padding: 0;
    color: #222;
    display: grid;
    
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, auto);
    grid-gap: 60px;
    list-style: none;
}
.serviceBotUl li{
        margin: 0;
}
.serviceBotUl li h3{
    font-size: 15px;
    font-weight: 600;
}
.serviceBotUl li p{
    margin: 0;
    padding-left: 20px;
    font-size: 17px;
    color: #222;
    font-weight: 600;
}
.serviceBU_two{
    display: grid;
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
    padding: 0;
    list-style: none;
}
.serviceBU_a {
    font-size: 13px;
    color: #222;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}
.serviceBU_atwo{
        font-size: 13px;
    color: #777;
}

.serviceBotUl_ul{
    padding: 0;
    list-style: none;
}
.serviceBotUl_ul li{
      position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #777; 
}
.serviceBotUl_ul li:after{
    content: "—";
    position: absolute;
    left: 0;
}

/* end service */

/* footer */

.footer{
        background: #222;
    min-height: 30vh;
    color: #fff;
}
.footerBlock{
        display: grid;
    align-items: start;
    align-content: baseline;
}
.footerBlock a{
 color: #fff;
    font-size: 14px;
    margin-bottom: 10px; 
}
.footerOne{
    
}
.footerOne p{
    margin-bottom: -10px;
    font-size: 14px;
    color: hsla(0,0%,50.2%,.5);
    
    align-items: center;
    display: flex;
}
.footerOne p span{
    font-size: 30px;
}
.footerTwo a{
    color: #bdbdbd;
}
.footerThree a{
    font-weight: 600;
}
.footerFour a{
    color:#bdbdbd;
}
.footerAMain{
    color: #fff!important;
    font-weight: 600;
    text-decoration: underline;
}

.footerJoin{
    background: #222;
    color: #fff;
        position: relative;
}
.footerJoin:after {
    content: "";
    background: url(/assets/images/footerBack.webp);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: contrast(0.5);
    z-index: 10;
}
.footerJoin .row{
        z-index: 25;
    position: relative;
}
.footerJoin h2{
    font-size: 48px;
    font-weight: 600;
}
.footerJoin .footerJoinLinks{
        display: flex;
    align-items: center;
flex-wrap: wrap;
}
.footerJoin .footerJoinLinks a{
    margin-right: 50px;
}
.footerJoin .footerJoinLinks a:last-child{
    margin-right: 0;
}
.footerJoin .footerJoinLinks a:last-child:before{
            background: #5f5f5f;
}
/* end footer */

.preloader{
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader span{
    border: 2px solid #a5a5a5;
    height: 92px;
    width: 92px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    position: relative;
    background: #222;
    animation:preloader 3s infinite normal ease-in-out;
}
.preloader div{
    font-size: 60px;
    color: #fff;
    position: absolute;
}
.preloader span:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 99px;
    background: linear-gradient(90deg, rgba(152,13,253,1) 0%, rgba(152,13,253,1) 50%, rgba(247,195,36,1) 100%);

    border-radius: 50%;
    z-index: -1;
    filter: blur(23px);
}
.preloader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background: #fff;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 36%) 30%, rgba(255, 255, 255, 0) 100%);
    filter: blur(2px);
    opacity: 0.5;
    animation: preloaderOpacity 3s infinite alternate linear;
}
@keyframes preloader{
    0%{
        transform: rotate(0deg);
    }
    
    100%{
        transform: rotate(360deg);
    }
}
@keyframes preloaderOpacity{
    0%{
        opacity:0.5;
    }
    
    100%{
        opacity:1;
    }
}

/* media */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1920px!important;
    }
    .brands .container:last-child {
        max-width: 1320px!important;
    }
}
@media (max-width: 1400px) {
    .homeM_elements{
        width:800px;
    }
    .scaleBlocks{
        display: grid;
        grid-template-rows: repeat(2, auto);
        grid-template-columns: repeat(3,218px);
            justify-content: center;
    }
}
@media (max-width: 1199px) {
    section{
        padding: 80px 15px;
    }
    .approachEarth{
        position: relative;
        top: 0;
        right: inherit;
        margin: auto;
        transform: none;
    }
    .approachLeft {
    height: auto;
        display: grid;
            margin-bottom: 100px;
    }
    .homeM_elements {
        right: -120px;
        height: 100%;
    }
}
@media (max-width: 1024px) {
    
    .brandsCarousel .owl-item{
        height:300px;
    }
    .owl-carousel .owl-stage{
        margin-left:0;
    }
    .brandsCarousel .brandsCarouselOther{
        display:none;
    }
    .headerWrap .headerUl{
        display:none;
    }
    .headerWrap .headerNav{
        display:none;
    }
    .headerWrap .headerSocial a{
        margin: 0 12px;
    }
    
    .headerNavMobile{
        display:flex;
        padding: 0 24px;
    }
    .headerMenuButton{
        display: flex;
        position:relative;
    }
    .bodyMobileOverflow{
        overflow:hidden;
    }
    .headerWrapOpen  .headerSocial{
        display:none;
    }
    .headerWrapOpen .headerLogo iconify-icon{
        color:#222!important;
        transition: all .4s ease;
    }
    .headerWrapOpen  .headerMenuButton{
         color:#222!important;
         transition: all .4s ease ;
    }
    .headerWrapOpen  .headerSocial a iconify-icon{
         color:#222!important;
         transition: all .4s ease ;
    }
    
    
    
    /* header mobile */
    
    .headerNavMobile .headerNav{
    display: grid;
    visibility:hidden;
    position: fixed;
    top: 0;
    left: 0;
    height:0;
    color: #222;
    align-items: flex-start;
    align-content: baseline;
    background: #fff;
    z-index: 899;
    transition: all 1s ease;
    }
    .headerNavMobileOpen .headerNav{
        visibility:visible;
        height:100vh;
        transition: all 1s ease;
    }
    .headerMenuButtonClose:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: yellow;
    }
    .sectionOpen{
        padding-top:200px;
        transition: padding-top 1s ease;
    }
    .headerNavMobile .headerUl{
        display: grid;
        text-align: left;
        justify-content: flex-start;
        margin-top: 150px;
        padding: 0 24px;
        opacity:0;
        transform: translateY(20px);
        transition: all .6s ease;
    }
    .headerNavMobileOpen .headerUl{
        opacity:1;
        transform: translateY(0px);
        transition: all .6s ease .6s;
    }
   
    .headerNavMobile .headerUl li {
        margin: 5px 0;
    }
    .headerNavMobile .headerSocial a:after{
        bottom: -30px;
        top: auto;
    }
    .headerNavMobile .headerUl li a {
        color: #222;
    }
    .headerNavMobile .headerSocial {
        display: flex;
        align-items: center;
        margin-top: 30px;
        opacity:0;
        transform: translateY(20px);
        transition: all .6s ease;
    }
      .headerNavMobileOpen .headerSocial{
        opacity:1;
        transform: translateY(0px);
        transition: all .6s ease 1.2s;
    }
    .headerNavMobile .headerSocial a {
        margin-right: 0;
    margin-left: 24px;
        font-size: 25px;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .headerNavMobile .headerSocial a iconify-icon {
        color: #222!important;
    }
}
@media (max-width: 767px) {
    .footerOne {
        order: 1;
    }
    .footerTwo a {
        color: #fff;
    }
    .footerFour{
    margin: 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    align-items: center;
    }
    .footerFour a {
        margin-right: auto;
            margin-bottom: 0!important;
        
    }
    .footerFour a:last-child {
        margin-right: 0;
    }
    .footerBlock a {
     
        margin-bottom: 15px;
    }
    .footerThree{
        padding-top:30px;
    }
    .footerOne {
        display: flex;
        align-items: center;
    }
    .footerOne p:last-child{
        order: -1;
    margin-right: 10px;
    }
    .homeM_elements {
            right: -113px;
        height: 100%;
    }
    .approachEel span{
            justify-content: right;
        width:100%;
    }
    .headerUl{
        display:none;
    }
    .approachEarth:before{
        display:none;
    }
    .approachEarth {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateX(270px);
        top: auto;
    }
    .approachEel_one{
        right: 72.6%;
        left: auto;
        transform: none;
        text-align: right;
        top: 12%;
        padding-right: 20px;
        padding-left: 0;
    }
    .approachEel_one:after{
        bottom: initial;
        left: auto;
        right: 0;
    }
    .approachEel_two{
        top: 22%;
        right: 83%;
        left: auto;
        text-align: right;
        padding-right: 20px;
        padding-left: 0;
    }
    .approachEel_two:after{
        right: 0;
        left:auto;
    }
    .approachEel_three{
        bottom: 22%;
        right: 83%;
        left: auto;
        text-align: right;
        padding-right: 20px;
        padding-left: 0;
    }
    .approachEel_three:after{
        right: 0;
        left:auto;
    }
    .approachEel_four{
        right: 72.6%;
        left: auto;
        transform: none;
        text-align: right;
        bottom: 12%;
        padding-right: 20px;
        padding-left: 0;
    }
    .approachEel_four:after{
            top: initial;
    left: auto;
    right: 0;
    }
    .approachEel_five{
        bottom: 38%;
        right: 89.9%;
    }
    .approachEel_six{
        top: 38%;
        right: 89.7%;
    }
    
    .approachEel .approachEel_one:hover{
        transform: none;
    }
    .approachEel .approachEel_two:hover, .approachEel .approachEel_three:hover{
        transform: none;
    }
    .approachEel .approachEel_four:hover{
        transform: none;
    }
    .approachEel .approachEel_five:hover, .approachEel .approachEel_six:hover{
        transform: none;
    }
    
    .approach{
        overflow-x:hidden;
    }
    .homeMain span.mainScroll{
    position: absolute;
    left: 20px;
    width: auto;
    }
    /*.homeMain{
        padding-bottom: 0;
    }*/
    
    .homeM_right h1{
           font-size: 48px;
    line-height: 50px;
   }
   section{
        padding: 80px 0px;
    }
    .homeMain span.mainScroll{
        padding: 0;
        margin-top: -80px;
    }
    
   .sectionOneH2{
           font-size: 38px;
    line-height: 50px;
   }
   .scaleBlocks{
           grid-template-rows: none;
    grid-template-columns: none;
    justify-content: normal;
   }
   .scaleBlock{
       padding: 10px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: no-repeat;
        border:0;
   }
       span.scaleBlock_des:after {
        content: "";
    display: block;
    border: none;
    border-top: 2px dotted #999;
    background-color: #fff;
    height: 1;
    width: 97%;
    }
   .scale:after{
       display:none;
   }
   .scaleBlock_des {
        font-size: 15px;
        width: 100%;
        text-align: left;
    }
   .scaleBlock_num{
       font-size: 25px;
    margin: 0;
    order: 1;
    width: 70px;
    text-align: left;
   }
   .scaleEtcDis{
        display:grid;
        padding-bottom: 60px;
   }
   .scaleEtcDis_two{
       display:grid;
   }
   .scaleEtcLeft, .scaleEtcRight, .scaleEtcTwoLeft, .scaleEtcTwoRight{
       width:100%;
   }
   .scaleEtcLeft p, .scaleEtcTwoLeft p {
            width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    }
    .scaleEtcRight {
        padding: 0;
    }
    .scaleEtcRight{
        grid-template-columns: repeat(2, auto);
    }
}
@media (max-width: 575px) {
    section {
        padding: 50px 0px;
    }
    .scaleEtcTwoRight img {
        max-width: 400px;
    }
    .scaleEtcTwoRight{
        justify-content: center;
    }
    .marketingSupBotUl, .marketingSBU_two{
        grid-template-rows: initial;
        grid-template-columns: repeat(1, auto);
        padding-top: 30px;
    }
    .serviceBotUl, .serviceBU_two{
        grid-template-rows: initial;
        grid-template-columns: repeat(1, auto);
        padding-top: 30px;
    }
    .brandsCarousel .owl-nav{
        display:none;
    }
   .homeMain h1{
        font-size: 38px;
        line-height: 50px;
   }
   .scaleBlocks {
        grid-template-rows: none;
        grid-template-columns: none;
        justify-content: center;
    }
    .sectionOneH2{
        font-size: 28px;
        line-height: 50px;
       }
}
@media (max-width: 480px) {
   .homeMain h1{
        font-size: 38px;
        line-height: 50px;
   }
   .homeMain span.mainScroll{
       font-size:14px;
   }
}