@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

:root {
    --grey: #7c7c7c;
    --neutral-100: white;
    --secondary-1: #ff4895;
    --neutral-300: #d9d7e6;
    --secondary-5: #1d1a27;
    --secondary-2: #6e4fe9;
    --secondary-3: #1766ff;
    --secondary-4: #2d42ff;
    --neutral-700: #302c3f;
    --neutral-600: #5e5b71;
    --neutral-500: #88849c;
    --neutral-200: #f5f4fa;
    --neutral-800: rgba(255, 255, 255, 0);
    --transparent: rgba(221, 221, 221, 0);
    --shadow-card-default: rgba(0, 0, 0, .1);
    --shadow-card-large: rgba(0, 0, 0, .35);
    --shadow-card-large-dark: rgba(0, 0, 0, .45);
    --color: white;
    --black: #000;
    --transparent: transparent;
}



::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #0A0A30;
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.27);
    border: 3px solid transparent;
    cursor: pointer;    
    background-clip: content-box;
    border-radius: 9px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: transparent linear-gradient(90deg, #050A30 0%, #131750 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    overflow-x: hidden;
}

 .Object3d {
    text-align: center;
    margin-left: 0px;
    overflow: hidden;
}

.dontShow, .Object3d, .Object3d canvas {
    width: 100%;
    height: 100%!important;
}
/* .Object3d canvas {
    width: 424px;
} */
.smallNav {
    position: absolute;
    width: 100%;
    padding-top: 30px;
    height: 400px;
    top: 100%;
    overflow: hidden;
    display: none;
}
.smallNavChild {
    background: transparent linear-gradient(90deg, #050A30 0%, #131750 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    top: 0%;
    animation: slideInFromTop 0.5s forwards;
    padding-top: 20px;
    padding-bottom: 40px;
}

@keyframes slideInFromTop {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}

@keyframes slideOutToTop {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-100%);
    }
}
.wrapper{
    /* position:fixed; */
    top: 0;
    left: 25%;
    width: 150%;
    max-width: 1700px;
    height: 50px;
    margin-left: 50%;
    margin-top: 70px;
    overflow:hidden;
    z-index: 9999;
  }
  .wrapper .wrapper-box{
    position:absolute;
    width: 150px;
    height:50px;
    color:black;
    font-size:40px;
    font-weight:600;
    line-height:50px;
    text-align:center;
  }
  .wrapper .wrapper-boxes {
    position:relative;
    left:-250px;
  }
.intel {
    width: 120px;
    height: 30px;
    margin-left: -25px
}
.wpg {
    width: 120px;
    height: 45px;
    margin-left:  -140px
}
.splunk, .amd, .arrow, .lenovo {
    width: 120px;
}
.splunk {
    margin-left: -95px
}
.arrow {
    margin-left: -50px;
}
.amd {
    margin-left: -180px
}
.wachter {
    margin-left: -50px;
}
.dell {
    width: 250px;
    max-width: 400px;
    margin-left: -90px
}
.showed {
    top: 0%;
}
.sa-header-section {
    background-color: var(--transparent)!important;
    position: relative;
}

.sa-homepage-hero-content-block {
    width: 60%;
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
}

.sa-header-section .sa-container, .sa-product-scalers-section .sa-container, .sa-container {
    width: 90%
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h2 {
    color: var(--neutral-100);
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.182em;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

h1,h2,p {
    color: white;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.hiddenNav {
    top: 0;
}

.open {
    display: block!important;
    height: 5699.84px;
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0;
    width: 100%;
    transition: top .4s ease-in-out;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
  }
  
  .w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto;
  }

[data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
    transition: top .4s ease-in-out;
}

.image-23 {
    transition: .3s ease-in-out;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.play-img {
    transition: .3s ease-in-out;
    display: flex!important;
    
}

.play-img:hover{
    font-weight: bold;
    transition: .3s ease-in-out;
}

.play-img:hover .image-23 {
    background: rgba(150, 150, 171, 0.127)  0% 0% no-repeat padding-box;
    /* margin-right: 8px; */
}



.w--nav-link-open {
    display: block;
    position: relative;
}

.sa-container {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
}

.sa-header-nav-link.w--current {
    color: var(--color);
    font-weight: 700;
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
}

.sa-header-nav-link {
    color: #7c7c7c;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    transition-property: all;
}

.sa-header-nav-link:hover {
    color: var(--color);
}

.sa-border {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ccc 50%, rgba(128, 128, 128, 0));
}

.fade {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(40%);
    transition: all 1s ease;
} 

.drop {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(-40%);
    transition: all 1s ease;
} 

.dropping {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
} 

.customize-image:hover  #Groupe_748{
    animation: drop 1s ease-in-out;
    animation-delay: .4s;
}

/* #Groupe_748.animated {
    animation: drop 1s ease-in-out;
    animation-delay: .4s;
  } */

  .customize-image:hover #Groupe_738 {
    animation: drop 1s ease-in-out;
    animation-delay: .2s;
  }

/* #Groupe_738.animated {
    animation: drop 1s ease-in-out;
    animation-delay: .2s;
} */

.customize-image:hover #Groupe_754 {
    animation: drop 1s ease-in-out;
}

/* #Groupe_754.animated {
    animation: drop 1s ease-in-out;
} */

.customize-image:hover #checking {
    animation: rotate1 1s ease-in-out;
    animation-delay: .4s;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}
/* 
#checking.animated {
    animation: rotate1 1s ease-in-out;
    animation-delay: .4s;
    transform-origin: 50% 50%;
    transform-box: fill-box;
} */

.customize-image:hover #SVGID_00000030470660625687217300000006585325803405908153_ {
    animation: rotate2 1s ease-in-out;
    animation-delay: .4s;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

.blog_link {
    transition: .3s ease-in-out;
}

.blog_link img {
    margin-bottom: 30px;
    width: 100%;
    transition: .3s ease-in-out;
}

.blog_link img:hover {
    scale: 1.05;
}
.blog_link span{
    text-align: center;
    transition: .3s ease-in-out;
}

.blog_link span:hover {
    font-weight: bolder;
}

/* #SVGID_00000030470660625687217300000006585325803405908153_.animated {
    animation: rotate2 1s ease-in-out;
    animation-delay: .4s;
    transform-origin: 50% 50%;
    transform-box: fill-box;
} */


@keyframes rotate1 {
    from {transform: rotate(0deg); opacity: 0;}
    to {transform: rotate(-360deg); opacity: 1;}
}
@keyframes rotate2 {
    from {transform: rotate(0deg); opacity: 0!important;}
    to {transform: rotate(360deg);}
}
  
@keyframes drop {
    from { transform: translateY(-20%); opacity: 0;}
    to { transform: translateY(0); opacity: 1;}
}

.point {
    opacity: 0;
    filter: blur(5px);
    transform: translate (-50%, -50%) scale(0);
    transition: all 1s ease;
    fill: none;
}
.pointing {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    fill: white;
}

.delayed {
    transition-delay: 600ms;
}
.delayed2 {
    transition-delay: 1200ms;
}
.displayed {
    color: white;
    opacity: 1!important;
}
.displayed path{
    fill: rgb(255, 255, 255)!important;
    opacity: 1!important;
    visibility: visible!important;
    clip-path: none!important;
    text-shadow: none!important;
    mix-blend-mode: normal!important;
}
.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.fade-left {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(40%);
    transition: all 1s ease;
}

.fade-right {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-40%);
    transition: all 1s ease;
}

.reveal {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.sa-services-content-block._2nd {
    text-align: right;
}

.sa-header-block {
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    max-width: 1060px;
    margin: 0 auto;
}

a {
    text-decoration: none!important;
}

.navbar a {
    color: #FFF;
    text-align: center;
    font: normal normal 300 15px/30px Poppins;
    letter-spacing: 0px;
}

.sa-header-brand {
    padding-left: 0;
    width: 144px;
}
.scalers_logo {
    width: 144px;
}
.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
}

a {
    color: var(--neutral-100);
    text-decoration: underline;
    transition: color .3s;
}
a {
    background-color: rgba(0, 0, 0, 0);
}

.w-nav-menu {
    float: right;
    position: relative;
}

.sa-header-nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: flex;
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.sa-header-button {
    width: 150px;
    height: 40px;
    border: 1px solid var(--color);
    background-color: var(--transparent);
    color: var(--color);
    text-transform: uppercase;
    background-image: linear-gradient(to right, rgba(87, 87, 87, .06), rgba(255, 255, 255, .15)), url(/assets/img/arrow.png);
    background-position: 0 0, 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 20px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 26px;
    transition-property: background-color;
    display: flex;
    transition: border .3s;
}

.hov:hover {
    border: 1px solid var(--secondary-1);
}

.hidden_menu {
    display: none;
}
.menu_btn {
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9px 6px;
    display: none;
}

.bar {
    width: 20px;
    height: 3px;
    background: white;
    transition: all .2s ease-in-out;
    text-align: right;
    border-radius: 10px;
 }

 .bar_0,.bar_1 {
    margin-bottom: 2.5px;
 }

.hero {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sa-homepage-hero-title-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

.sa-homepage-hero-block {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.sa-homepage-hero-title {
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, .15));
    color: white;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 85px;
    letter-spacing: .02em;
}

@keyframes typing {
    from {
        width: 0
    }
}

.diagonal-to-bottom-right {
    animation-name: moveDiagonal;
}

.sa-homepage-hero-arrow-image {
    width: 50px;
}

.sa-homepage-hero-image-block {
    width: 40%;
}

.sa-homepage-hero-image  {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.mid_header {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
}

.bottom_header {
    color: white;
    margin-bottom: 40px;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
}
.btn_flex {
    display: flex;
    gap: 20px;
    margin-top: 5em;
}

/* .sa-homepage-hero-button {
    border: 1px solid var(--color);
    background-image: linear-gradient(to right, var(--black), #0a0a30);
    text-transform: uppercase;
    border-radius: 30px;
    padding: 10px 20px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    transition-property: all;
    box-shadow: 0 4px 31px rgba(255, 255, 255, .29);
    transition: .3s;
} */

.sa-homepage-hero-button-block {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    align-items: center;
    display: flex;
}

.sa-homepage-hero-lightbox {
    /* grid-column-gap: 15px;
    grid-row-gap: 15px; */
    color: rgb(255, 255, 255);
    align-items: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-decoration: none;
    transition-property: all;
    transition-duration: .3s;
    display: flex;
    position: relative;
}

.sa-homepage-hero-lightbox span {
    font-size: 13px;
}

.sa-homepage-hero-lightbox:hover {
    color: var(--color);
}

.sa-homepage-hero-button:hover {
    box-shadow: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: .3s;
    /* font-weight: bolder; */
    scale: 1.05;
    transition: .3s ease-in-out;
}

.btn-boxed:hover {
    border: none;
    scale: 1!important;
    font-weight: bold;
}


.fir, .sec {
    fill: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    background: transparent;
    -webkit-backdrop-filter: blur(5px);
    border: none;
    transition: all 500ms cubic-bezier(.19,1,.22,1) 0ms;
    
}
.fir {
    padding:.5em;
    background: transparent radial-gradient(closest-side at 50% 50%, #4da8e486 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.sec {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    z-index: 2;
    padding: .5em;
    top: 50%;
    left: 8%;
    transform: translate(-50%, -50%);
}


/* SECTION 1 */
.section1, .section2, .section5, .section6 {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.sa-homepage-industry-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sa-homepage-industry-block {
    grid-column-gap: 124px;
    grid-row-gap: 124px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.sa-homepage-industry-content-block {
    width: 55%;
    text-align: right;
}
.sa-homepage-industry-title {
    color: var(--color);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.sa-product-scalers-main-title span{
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0.118));
    color: white;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.sa-homepage-industry-image-block {
    width: 45%;
}

.sa-homepage-industry-subtitle {
    color: var(--color);
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.sa-homepage-industry-paragraph {
    color: var(--color);
    margin-bottom: 30px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 25px;
}


.sa-homepage-industry-paragraph.sa-homepage-prof-link-block:hover {
    /* font-weight: 700; */
    color: white;
    /* width: 130px; */
   font-weight: bolder;
   transition: .3s ease-in-out;
}

.request {
    transition: .3s ease-in-out;
}

.request:hover {
    color: white;
    /* scale: 1.05; */
}

.section2_container h2{
    font-size: 2.8vw;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 700;
    transition-delay: 200ms;
}
.possible {
    font-size: 20px;
    letter-spacing: 0px;
    margin-bottom: 35px;
    font-weight: 500;
    transition-delay: 400ms;
}
.fast {
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 46px;
    transition-delay: 600ms;
}
.conjuction {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    width: 80%;
}
.test_flex {
    display: flex;
    flex-direction: column;
}
.line {
    margin-left: 18px;
    height: 200px;
    width: 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
}
.line2 {
    position: absolute;
    top:70%;
    left: 47.23%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: -1;
}
.no-big {
    display: none;
}
.no-small {
    display: block;
}
.mini_flex {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
}
.layers {
    position: relative;
    height: 80px;
    width: 50px;
}
.layer1 {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0px;
    left: 20%;
    background: rgba(255, 255, 255, 0.411);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(2px);
    transform: rotate(45deg) skewX(-30deg);
    border-radius: 8px;
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, 0.6);
    transition-delay: 200ms;
}
.layer2 {
    position: absolute;
    top: 10px;
    left: 20%;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.623);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    transform: rotate(45deg) skewX(-30deg);
    border-radius: 8px;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.6);
    transition-delay: 400ms;
}
.layer3 {
    position: absolute;
    top: 20px;
    left: 20%;
    width: 35px;
    height: 35px;
    background:#ff463cca;
    transform: rotate(45deg) skewX(-30deg);
    border-radius: 8px;
    z-index: 2;
    transition-delay: 600ms;
}
.layers svg {
    position: absolute;
}
.mainSvg {
    fill: rgba(128, 128, 128, 0.248);
}
.topSvg {
    left: -5px;
    top: 20px;
    fill: #E40071;
}
.dot,.dot1,.dot2 {
    position: absolute;
    left: 59.999999%;
    transform: translate(-50%, -50%);
}
.dot {
    top: 0%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 50% 50%, orangered 50%, #00000000 100%) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(20px);
    transition-delay: 400ms;
}
.dot1 {
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 50% 50%, rgb(255, 102, 128) 50%, #00000000 100%) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(20px);
    transition-delay: 600ms;
}
.dot2 {
    bottom: -7%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 50% 50%, #4da8e4 50%, #00000000 100%) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(20px);
    transition-delay: 800ms;
}
/* .sa-homepage-hero-button svg {
    width: 28px;
    height: 10px;
} */
.zig {
    border-top: 5px solid rgba(255, 255, 255, 0.305);
    border-right: 5px solid rgba(255, 255, 255, 0.305);
    /* border-bottom: 5px solid rgba(255, 255, 255, 0.559); */
    border-radius: 0px 8px 0px 0px;
    height: 10px;
    margin-top: 2.5em;
    position: relative;
}
.limit {
    border-bottom: 5px solid rgba(255, 255, 255, 0.305);
    border-bottom-right-radius: 8px;
    position: absolute;
    right: -10%;
    left: 80%;
    bottom: -4.5px;
}
.zig1 {
    /* border-top: 5px solid rgba(255, 255, 255, 0.559); */
    border-left: 5px solid rgba(255, 255, 255, 0.305);
    border-bottom: 5px solid rgba(255, 255, 255, 0.305);
    border-radius: 0px 0px 0px 8px;
    height: 10px;
    margin-top: 5px;
    position: relative;
}
.limit2 {
    border-bottom: 5px solid rgba(255, 255, 255, 0.305);
    border-top-left-radius: 8px;
    position: absolute;
    left: -12%;
    right: 31%;
    top: -5px;
}
.dott {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent radial-gradient(closest-side at 50% 50%, #3b81b0 70%, #00000000 100%) 0% 0% no-repeat padding-box;
    top: 2.5px;
    left: 30%;
    transition-delay: 400ms;
}
.dott2 {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(90, 90, 90);
    top: 4px;
    right: -1px;
    transition-delay: 600ms;
}
.dott3 {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(90, 90, 90);
    top: -10px;
    left: -1px;
    transition-delay: 200ms;
}
.par1 {
    transition-delay: 200ms;
}
.par2 {
    transition-delay: 400ms;
}
.par3 {
    transition-delay: 600ms;
}
.straight {
    gap: 65px;
    text-align: center;
}
.theText {
    gap: 55px;
}
/* SECTION 1 */

/* SECTION 2 */
.section2_container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sa-homepage-industry-paragraph.sa-homepage-multimodal-paragraph {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.centered {
    text-align: center;
}
.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.boxes {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
}
.sa-homepage-multimodal-card-image {
    z-index: 1;
    position: absolute;
    top: -45%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.box {
    height: 300px;
    background: #FFFFFF0A 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF4A;
    border-radius: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    transition: all .3s;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 16px #FFFFFF2B;
}
.box:hover {
    scale: 1.05;
    transition: all .3s;
}
.outer {
    margin-top: -400px;
    margin-left: -250px;
    width: 50%;
    height: 431px;
}
.sa-homepage-multimodal-card-number {
    z-index: 0;
    color: rgba(255, 255, 255, .12);
    font-family: Poppins, sans-serif;
    font-size: 130px;
    font-weight: 600;
    line-height: 170px;
    position: absolute;
    top: 100px;
    bottom: auto;
    left: 55px;
    right: auto;
}

.sa-homepage-multimodal-card-title-content-block {
    margin-top: 170px;
}
.sa-homepage-industry-subtitle.sa-homepage-multimodal-card-title {
    z-index: 1;
    text-align: center;
    font-size: 20px;
    line-height: 31px;
    position: relative;
}
.sa-homepage-industry-paragraph.sa-homepage-multimodal-card-paragraph {
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    position: relative;
}
.mg-2 {
    margin-top: 80px;
}
/* SECTION 2 */

/* SECTION 3 */
.sa-homepage-scalers-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sa-homepage-scalers-block {
    grid-column-gap: 124px;
    grid-row-gap: 124px;
    align-items: center;
    display: flex;
}
.sa-homepage-scalers-image-block, .sa-homepage-scalers-content-block {
    width: 50%;
}
.sa-homepage-scalers-image {
    transition: all .3s;
}
.sa-homepage-industry-title.sa-homepage-scalers-title {
    margin-bottom: 20px;
}
.sa-homepage-industry-subtitle.sa-homepage-scalers-subtitle.sa-product-scalers-main-subtitle {
    margin-bottom: 20px;
}
.sa-homepage-hero-button.sa-homepage-scalers-button {
    width: 180px;
    background-image: url(/assets/img/arrow.png), linear-gradient(to right, var(--black), #0a0a30);
    background-position: 87%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 20px, auto;
}

.sa-homepage-hero-button {
    border: 1px solid var(--color);
    background: transparent;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0px 20px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    transition-property: all;
    /* box-shadow: 0 4px 31px rgba(255, 255, 255, .29); */
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.sa-homepage-industry-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.learnn {
    margin-left: -1px;
    font-size: 10px;

}
.submit-button {
    width: 80%;
}
.no_show {
    border: none!important; 
    justify-content: flex-end; 
    padding: 0!important;
}
.no-show {
    margin-right: 0!important; 
    padding-top: 0!important;
}
.no-Show {
    margin-left: 0!important;
    padding-top: 0!important;
}
.no_Show {
    border: none!important; 
    justify-content: flex-start; 
    padding: 0!important;
}
.btn-link {
    padding-top: 50px;
    width: 130px;
    margin: 0 auto;
}

.access-btn {
    width: 150px;
}
.submit_btn {
    margin-right: -40px;
}
.svg-container {
    border-radius: 50%;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-btn {
    border: 1px solid #2D5390!important;
    padding: 5px 20px;
}

.header-btn:hover {
    scale: 1!important;
    border: 1px solid white!important;
}

.btn-boxed {
    border: 1px solid transparent;
    background: transparent;
    padding: 0 12px;
    transition: .3s ease-in-out;
}

/* .btn-boxed:hover {
    border: none;
} */

.btn-colored {
    border: none;
    background: #2D5390;
}

.hov1 {
    border: 1px solid #2D5390;
}

.hov1:hover {
    scale: 1.05;
}

.customize_chatbot {
    text-align: center;
    margin-top: 80px;
}
.customize_chatbot h2 {
    font-size: 19px;
}

.customize_chatbot p {
    font-size: 13px;
    font-weight: 200;
}

.purchase_btn {
    margin-top: 20px;
}

.purchase_btn a{
   float: none!important;
}

/* SECTION 3 */

/* SECTION 4 */
.sa-homepage-prof-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sa-homepage-prof-block {
    position: relative;
}
/* @media screen and (min-width: 1440px) {
    .sa-homepage-industry-title, .sa-homepage-industry-title.sa-product-custom-title {
        font-size: 40px;
    }
} */

.sa-industry-card-feature-title span {
    font-weight: 100;
}

.sa-homepage-industry-subtitle.sa-homepage-prof-subtitle {
    width: 435px;
    margin: 0 auto;
}
.sa-homepage-prof-card-block {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    grid-auto-columns: 1fr;
    display: grid;
}
.sa-homepage-prof-card {
    background: #FFFFFF0A 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF4A;
    border-radius: 30px;
    padding: 30px;
    transition: all .3s;
}

.sa-homepage-prof-card:hover {
    scale: 1.05;
    transition: all .3s;
}
.sa-homepage-prof-card-image {
    width: 100px;
    margin-bottom: 20px;
}
.sa-homepage-prof-card-image.sa-homepage-prof-card-image-2 {
    width: 160px;
}
.sa-homepage-prof-card-title {
    color: var(--color);
    margin-bottom: 10px;
    padding-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.sa-homepage-industry-paragraph.sa-homepage-prof-link-block {
    width: 120px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    margin: 20px 0 0 auto;
    text-decoration: none;
    transition-property: all;
    display: flex;
}

.sa-homepage-prof-link-block {
    font-size: 12px!important;
}
.sa-homepage-industry-paragraph.sa-homepage-prof-card-paragraph {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 13px;
}
.sa-homepage-prof-link-block {
    align-items: center;
    display: flex;
}
.request {
    width: 100%!important;
    /* margin: 0!important; */
    font-size: 11px!important;
}
#card,#card1,#card2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
.profeesional-radial {
    z-index: -1;
    width: 100%;
    height: 1060px;
    background-image: radial-gradient(circle closest-side at 50% 50%, rgba(77, 167, 228, .15), var(--transparent));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
/* SECTION 4 */

/* SECTION 5 */
.sa-homepage-check-section, .sa-homepage-trust-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sa-homepage-check-header {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.sa-homepage-check-par {
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, .25));
    color: white;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: poppins, sans-serif;
}
/* SECTION 5 */

/* SECTION 6 */
.sa-homepage-trust-title-block {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}
.sa-homepage-trust-divider-block {
    width: 40%;
}
.sa-border {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ccc 50%, rgba(128, 128, 128, 0));
}
.sa-border.sa-homepage-trust-border-left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ccc 100%, rgba(128, 128, 128, 0));
}
.sa-border.sa-homepage-trust-border-right {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ccc 0%, rgba(128, 128, 128, 0));
}
.sa-homepage-trust-title-main-block {
    width: 400px;
}
.sa-homepage-industry-title.sa-homepage-trust-tilte {
    text-align: center;
    margin-bottom: 0;
}
.sa-homepage-industry-subtitle.sa-homepage-multimodal-subtilte {
    text-align: center;
}
.sa-homepage-trust-image {
    margin-top: 80px;
}
/* SECTION 6 */

/* SECTION7 */
.sa-newsletter-section {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}
.sa-newsletter-block {
    z-index: 1;
    background: transparent radial-gradient(closest-side at 15% 0%, #FFFFFF00 0%, #1F1F1F 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(255, 255, 255, .29);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 30px 20px;
    position: relative;
    box-shadow: 0px 0px 16px #FFFFFF2B;
    transition: .3s ease;
}

.prof-card-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.prof-card-flex img {
    width: 60px;
    height: 60px;
    margin-top: -10px;
}

.sa-newsletter-block {
    transition: .3s ease-in-out;
}

.sa-newsletter-block:hover {
    box-shadow: none;
}
.sa-newsletter-image-block {
    width: 20%;
    text-align: left;
    margin-left: 40px;
}

.spin img{
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
}

.spin:hover img {
    scale: 1.1;
}
.sa-newsletter-content-block {
    /* width: 80%; */
    text-align: center;
    margin-left: 20px;
}
.link-block {
    text-decoration: none;
}

.sa-homepage-hero-title.sa-newsletter-title {
    font-size: 60px;
    line-height: 70px;
}
.sa-newsletter-button-block {
    width: 20%;
    text-align: center;
}
.sa-header-button.sa-newsletter-button {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-radial {
    width: 400px;
    height: 400px;
    background-image: radial-gradient(circle closest-side at 60% 60%, rgba(77, 167, 228, .15), rgba(0, 0, 0, 0));
    position: absolute;
    top: auto;
    bottom: -35%;
    left: auto;
    right: -25%;
}

.newsletter-radial2 {
    width: 400px;
    height: 400px;
    background: transparent radial-gradient(closest-side at 50% 50%, #4da8e497 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    filter: blur(60px);
    position: absolute;
    top: auto;
    bottom: -35%;
    left: auto;
    right: -25%;
    opacity: .5;
}

.services-radial4 {
    width: 300px;
    height: 300px;
    top: 130px;
}
.pinked {
    width: 300px;
    height: 300px;
    background: transparent radial-gradient(closest-side at 50% 50%, #E63E3726 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    filter: blur(50px);
    position: absolute;
    top: auto;
    bottom: -35%;
    left: auto;
    right: -25%;
    opacity: 1;
}

.pinked.trasport{
    top: -70%;
    right: -25%;
}

.newsletter-radial2.transport {
    top: -70%;
    left: -55%;
}

.pinked.manuf {
    top: -20%;
    left: -45%;
}
/* SECTION7 */

/* FOOTER */
.sa-footer-block {
    flex-direction: column;
    display: flex;
}
.sa-border {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ccc 50%, rgba(128, 128, 128, 0));
}
.sa-footer-menu-main-block {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
}
.sa-footer-menu-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
.sa-footer-menu-tilte {
    color: var(--color);
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
}
.sa-footer-menu {
    color: #7c7c7c;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
    transition: .3s ease;
}
.sa-header-button.sa-footer-button {
    width: 170px;
    margin-bottom: 10px;
    border: none;
    box-shadow: 0;
    background: transparent;
    padding: 0;
    color: #7c7c7c;
    transition: .3s ease-in-out;
}
.sa-header-button.sa-footer-button:hover {
    color: white;
    font-weight: 400;
}
.sa-footer-copyright-block {
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
}
.sa-footer-menu:hover {
    color: var(--color);
}
/* FOOTER */

/* PROFESSIONAL PAGE */
.sa-services-hero-block {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sa-services-hero-image {
    width: 350px;
    height: 350px;
    margin-top: -200px;
}
.sa-homepage-hero-title.sa-services-hero-title {
    text-align: center;
    margin: -20px auto 10px;
    font-size: 45px;
    line-height: 55px;
    position: relative;
}
.sa-homepage-industry-paragraph.sa-product-hero-paragraph {
    width: 550px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 25px;
}
.sa-homepage-industry-subtitle.sa-product-hero-subtitle {
    width: 576px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 35px;
}
.sa-product-custom-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sa-homepage-industry-subtitle.sa-product-custom-subtitle {
    width: 549px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 33px;
}
.sa-homepage-industry-paragraph.sa-product-custom-paragraph {
    width: 780px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}
.sa-product-custom-process-card-image-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}
#image1, #image2, #image3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
.sa-product-custom-process-card-image {
    width: 250px;
}
.sa-homepage-industry-title.sa-product-custom-title {
    width: 500px;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}
.sa-product-custom-process-divider {
    width: 720px;
    margin: 50px auto;
}
.sa-product-custom-process-card-content-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
}
.sa-product-custom-process-card-content {
    width: 280px;
}
.sa-homepage-industry-subtitle.sa-product-custom-process-card-title {
    margin-bottom: 15px;
}
.sa-homepage-industry-paragraph.sa-product-custom-process-card-paragraph {
    margin-bottom: 0;
}

.sa-homepage-scalers-section.sa-product-scalers-main-section {
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
}
.sa-homepage-industry-subtitle.sa-homepage-scalers-subtitle {
    margin-bottom: 56px;
}

.access2 a {
    float: left;
}
.sa-homepage-industry-title.sa-product-scalers-title {
    width: 560px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.sa-product-scalers-card-block {
    z-index: 2;
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    margin-top: 30px;
    position: relative;
}
.second-flex {
    width: 64.5%!important;
}
.sa-fine-tune-card-block {
    grid-template-columns: 1fr 1fr;
}
.sa-product-scalers-card-image-block {
    height: 190px;
}
.sa-product-scalers-card-image-block.sa-product-scalers-card-main-image-block {
    height: auto;
}
.sa-homepage-prof-card-title.sa-product-prof-card-title {
    height: auto;
}
.sa-homepage-prof-card.sa-product-scalers-card.sa-product-scalers-card-2 {
    margin-top: 75px;
}
.scallers-radial {
    z-index: -1;
    width: 100%;
    height: 1060px;
    background-image: radial-gradient(circle closest-side at 50% 40%, rgba(77, 167, 228, .15), var(--transparent));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.sa-homepage-industry-paragraph.sa-product-scalers-paragraph {
    width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* .sa-footer-menu.sa-footer-text {
    font-size: 15px;
} */
.sm {
    display: none;
}
.sa-product-scalers-section, .sa-fine-tune-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* .sa-fine-tune-section {
    background: url(/assets/img/052.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
} */
/* PROFESSIONAL PAGE */

/* INDUSTRY SOLUTIONS */
.sa-homepage-industry-subtitle.sa-product-hero-subtitle.sa-industry-hero-subtile {
    width: 966px;
}
.sa-industry-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sa-industry-block {
    grid-column-gap: 85px;
    grid-row-gap: 85px;
    flex-direction: column;
    display: flex;
}
.sa-industry-card-block {
    position: relative;
}
.sa-industry-card-feature-block {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    align-items: center;
    /* justify-content: space-between; */
    display: flex;
}
.sa-industry-card-feature-content-block.sa-industry-card-feature-content-wrapper {
    text-align: right;
}
.sa-industry-card-feature-image-block {
    width: 30%;
}
.sa-industry-card-feature-content-block {
    width: 70%;
}
.sa-homepage-multimodal-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sa-homepage-industry-title.sa-industry-fast-title {
    text-align: center;
}
.sa-homepage-industry-subtitle.sa-industry-fast-subtitle {
    text-align: center;
}
.sa-homepage-multimodal-card-block.sa-industry-fast-card-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sa-homepage-multimodal-card-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
}
#sheetI {
    align-self: end;
}
.sa-homepage-multimodal-card.sa-industry-fast-card {
    height: 300px;
    justify-content: flex-start;
}
.sa-homepage-multimodal-card:hover {
    transform: scale(1.05);
}
.sa-homepage-multimodal-card {
    height: 300px;
    background: transparent radial-gradient(closest-side at 71% 96%, #1E1D22 0%, #0C030D 100%) 0% 0% no-repeat padding-box;
    border: 1px solid rgba(255, 255, 255, .29);
    border-radius: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    transition: all .3s;
    display: flex;
    position: relative;
    box-shadow: 0 0 46px rgba(255, 255, 255, .17);
}
.sa-homepage-multimodal-card-image.sa-industry-fast-card-image {
    top: -30%;
}
.sa-industry-fast-card-content-block {
    margin-top: 165px;
}
.githubb {
    background: url(/assets/img/041.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sa-check-github {
    color: #fff;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 85px;
    margin-top: 30px;
}
.sa-check-github-subtitle {
    background-image: linear-gradient(to right, var(--color), rgba(255, 255, 255, .25));
    color: var(--color);
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 40px;
    font-weight: 700;
    margin-top: -30px;
    margin-bottom: 20px;
}
.sa-services-block {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
}
.sa-services-card {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    align-items: center;
    position: relative;
}
.sa-services-card-image {
    z-index: 1;
    transition: all .3s;
    position: relative;
}
.sa-services-card-image:hover {
    transform: scale(1.1);
}
.newsletter-radial.services-radial1 {
    bottom: -33%;
    right: -18%;
}

.newsletter-radial.services-radial2 {
    bottom: -33%;
    left: -30%;
}

.newsletter-radial2.services-radial3 {
    bottom: -43%;
    left: -40%;
}

.newsletter-radial2.services-radial5 {
    top: -63%;
    right: -60%;
    /* transform: translate(-50%, -50%); */
}

.newsletter-radial.services-radial2 {
    bottom: -33%;
    right: -18%;
}
.sa-services-card._2nd {
    position: relative;
}
.sa-services-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* .sa-homepage-industry-title.sa-services-title {
    font: normal normal bold 65px/70px Poppins;
} */
.sa-contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sa-contact-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
    display: flex;
}
.sa-contact-content-block {
    width: 52%;
}
.sa-homepage-hero-title.sa-contact-title {
    margin-bottom: 50px;
}
.sa-contact-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
    display: flex;
}
.sa-homepage-industry-paragraph.sa-contact-social-text {
    margin-bottom: 0;
}
.sa-homepage-industry-paragraph.sa-contact-social-text.ins {
    margin-top: 10px;
}
.w-form {
    margin: 0 0 15px;
}
.sa-contact-form-block {
    width: 70%;
    background-color: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .29);
    border-radius: 50px;
    margin-bottom: 0;
    padding: 50px;
}
::placeholder {
    /* color: white; */
    font-size: 14px;
}
.sa-contact-form-field-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
}
.sa-contact-form-left-block, .sa-contact-form-right-block {
    width: 50%;
}
label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}
label {
    color: var(--neutral-300);
    margin-bottom: 11px;
    margin-left: 7px;
    font-weight: 700;
    line-height: 1.333em;
    display: block;
}
.sa-contact-form-field-label {
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.w-input, .w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}
.sa-contact-form-text-field {
    background-color: var(--transparent);
    color: var(--color);
    border: 1px #000;
    border-bottom: 1px solid rgba(255, 255, 255, .29);
    margin-bottom: 40px;
    padding: 10px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    outline: none;
}
.sa-contact-form-text-field:hover {
    border-bottom-color: var(--color);
  }
  
  .sa-contact-form-text-field:active, .sa-contact-form-text-field:focus {
    border-bottom-color: var(--color);
    color: var(--color);
  }
  .sa-header-button.sa-contact-form-button {
    width: 125px;
    background-image: url(/assets/img/078.svg), linear-gradient(to right, var(--black), #0a0a30);
    background-position: 85%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 20px, auto;
    margin-top: 110px;
    margin-left: auto;
    margin-right: 0;
}
input.w-button {
    -webkit-appearance: button;
}
.sa-contact-page-wrapper {
    position: relative;
}
.div-block-65 {
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle closest-side at 54% 54%, rgba(77, 167, 228, .15), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
/* INDUSTRY SOLUTIONS */

.gallery {
    width: 100%
}
.gallery-container {
    align-items: center;
    display: flex;
    height: 400px;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    position: relative;
}
.gallery-item {
    /* height: 100px; */
    opacity: 1;
    position: absolute;
    transition: all 0.3s ease-in-out;
    /* width: 150px; */
    z-index: 0;
    border-radius: 8px;
    background-size: cover;
    font-size: 10px;
}
/* .gallery-item img {
    filter: brightness(70%);
} */
.gallery-item-1 {
    left: 10%;
    /* opacity: .4; */
    transform: translateX(-50%);
    width: 146px;
    height: 146px;
    opacity: 0;
}
.gallery-item-2, .gallery-item-6 {
    height: 191px;
    width: 191px;
    z-index: 1;
}
.gallery-item-2 {
    left: 19%;
    transform: translateX(-50%);
}
.gallery-item-3 {
    height: 227px;
    /* opacity: 1; */
    left: 31%;
    transform: translateX(-50%);
    width: 227px;
    z-index: 2;
}
.gallery-item-4 {
    left: 37%;
    transform: translateX(-50px);
    z-index: 3;
    height: 349px;
    width: 349px;
    font-size: 28px;
}
.gallery-item-5 {
    left: 62%;
    transform: translateX(-50px);
    z-index: 2;
    height: 227px;
    width: 227px;
}
.gallery-item-6 {
    left: 76%;
    /* opacity: .4; */
    transform: translateX(-50px);
}
.gallery-item-7 {
    left: 87%;
    transform: translateX(-50px);
    height: 146px;
    width: 146px;
}
.gallery-controls {
    position: relative;
    z-index: 7;
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    height: 100px;
    width: 100%;
}
.gallery-controls button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 30px;
    margin: 0 15px;
    padding: 0 12px;
    text-transform: capitalize;
}
.gallery-controls-button:focus {
    outline: none;
}
.gallery-controls-previous, .gallery-controls-next {
    position: relative;
}

.gallery-controls-next {
    left: -50px;
}

.gallery-controls-previous {
    left: 20px;
}
.gallery-controls-previous::before {
    background: url(/assets/img/arrow-right-s-line.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 20px;
    padding: 8px;
    position: absolute;
    top: 40%;
    transition: left 0.15s ease-in-out;
    transform: rotate(180deg);
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

.gallery-controls-next::before {
    background: url(/assets/img/arrow-right-s-line.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block; 
    height: 20px;
    padding: 8px;
    position: absolute;
    top: 40%;
    transition: right 0.15s ease-in-out;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    left: 0;
}

.gallery-controls-previous::before, .gallery-controls-next::before {
    transition: .3s ease-in-out;
}
.gallery-controls-previous:hover::before, .gallery-controls-next:hover::before {
    scale: 1.1;
    border: 1px solid rgba(255, 255, 255, 1);
    background-size: 25px;
}
/* .gallery-controls-next:hover:before {
    right: -40px;
} */
.gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}
.gallery-nav li {
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px;
}
.gallery-nav li.gallery-item-selected {
    background: #555;
}
.item-text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    width: 80%;
}
.links {
    transition: .3s ease-in-out;
}
.links:hover {
    scale: 1.1;
}
.sa-industry-card-feature-image{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.sa-homepage-trust-block {
    overflow: hidden;
}
.sa-homepage-trust-image-flex {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px; 
}

.move-left {
    margin-left: 100%;
    width: 100%;
    animation: marques 30s linear infinite;
}

.move-right {
    margin-left: -120%;
    width: 100%;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(280%, 0); }
}

@keyframes marques {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-240%, 0); }
}

.sa-homepage-trust-image-flex img {
    width: 13%;
}
.sm-show {
    display: none;
}
.sa-product-scalers-image-block {
    z-index: 2;
    text-align: center;
    margin-top: -20px;
    position: relative;
}
.sa-product-scalers-image {
    width: 65%;
    text-align: center;
    margin-right: -90px;
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

.success-message-2 {
    background-color: var(--transparent);
    color: var(--color);
    border-radius: 50px;
}

.error-message-2 {
    background-color: var(--transparent);
    color: #ff5353;
}

.flex_children {
    display: flex;
    /* gap: 10px; */
    align-items: center;
    justify-content: center;
    width: 40%;
}
.flex_childFlex {
    display: flex;
    flex-direction: column;
    width: 40%;
}
.flex_childFlex img {
    width: 50%;
}

.theLine {
    position: relative;
    width: 10%;
}

.theLine img:first-child {
    width: 70%;
    position: relative;
}
.floating {
    position: absolute;
    max-width: none;
    transform: translate(-50%, -50%);
}
.orange {
    top: 7%;
    left: 35%;
}
.pink {
    top: 50%;
    left: 35%;
}
.blue {
    top: 92%;
    left: 35%;
}
.images {
    gap: 28px;
}

.words {
    gap: 78px;
    margin-left: 40px;
}
.flex_childrenn {
    width: 400px;
    /* height: 400px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.flex_childd img {
    width: 20%;
}
.flex_childd {
    display: flex;
    align-items: center;
}
.childd {
    margin-left: -20px;
}
.texts {
    font-size: 15px;
}
.image-line-block {
    position: absolute;
    top: 50%;
    left: 25.3%;
    z-index: -1;
}
.image-line {
    width: 25.5px;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.delay-100 {
    transition-delay: 100ms;
}
.delay-200 {
    transition-delay: 200ms;
}
.delay-300 {
    transition-delay: 300ms;
}

#tCard1:hover .svgAnimate, #tCard1:hover .st2{
    transform: translate(-5%, -5%)
}   
/* 
, #card:hover .st5, #card:hover .small_icon  */

@keyframes moveDiagonal {
    0% {
      transform: translate(0%);
    }
    100% {
      transform: translate(-5%, -5%);
    }
  }

  .rot, .svgAnimate, .st2, .down, .st5, .small_icon, .spined, .flow, .drag {
    transition: .3s ease;
  }

#tCard2:hover .rot {
    transform: rotate(180deg);
}

#tCard3:hover .down, #card:hover .down {
    transform: translateY(100px);
}

#card2:hover .drag {
    transform: translateY(1px);
}

#card1:hover .spined {
    animation: rotate 3s infinite;
    transform-origin: 50% 50%;
    transform-box: fill-box;
}

#card2:hover .flow {
    background: #e9a19d!important;
    opacity: 1;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* #card:hover .small_icon {
    transform: translateY(-150px);
} */

.hide_sm {
    display: none;
}
.hide_lg {
    display: block;
}

.cust-image {
    width: 20%;
}

.mg-bt {
    margin-top: 50px;
}

.getInTouch {
    font-size: 30px;
    line-height: 85px;
}

.professional-image {
    width: 120px;
}

.customize-image {
    width: 350px;
}

.mid {
    display: none;
}

.sa-contact-social-block, .sa-contact-social-image, .sa-homepage-industry-paragraph {
    transition: .3s ease-in-out;
}

.sa-contact-social-block:hover .sa-contact-social-image {
    scale: 1.05;
}

.sa-contact-social-block:hover .sa-homepage-industry-paragraph{
    font-weight: bold;
}

.main-body-block {
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-body-header, .main-body-text {
    text-align: left!important;
    width: 100%!important;
    
}

.main-body-header {
    font-size: 25px!important;
    text-decoration: underline;
}

.main-body-text {
    font-size: 16px!important;
}

.list-block {
    color: white;
    margin-left: 50px;
     list-style-position: outside;
}

.list-block li {
    list-style: decimal;
   padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.list-block li span{
    font-size: 13px;
}

.random {
    font-size: 16px;
}

.divider {
    margin-top: 70px;
}

@media only screen and (max-width: 991px ) {
    .sa-header-brand {
        width: 120px;
    }
    .sa-footer-menu.sa-footer-text {
        font-size: 13px;
    }
    .flex_childrenn {
        justify-content: center;
        width: 100%;
        gap: 0;
    }
    .flex_childd {
        justify-content: center;
    }
    .image-line-block {
        left: 41.3%;
    }
    .image-line {
        width: 35px;
    }
    .sa-product-scalers-image-block {
        margin-top: -15px;
        margin-right: 0;
    }
    .sa-product-scalers-image {
        width: 450px;
        margin-right: -60px;
    }
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }
    .gallery-controls-previous {
        left: 50px;
    }
    .sa-header-nav-menu {
        background-image: linear-gradient(to right, var(--black), #0a0a30);
        text-align: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .sa-header-nav-link {
        width: 200px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }
    .menu_btn {
        display: block;
    }
    .sa-homepage-hero-arrow-image {
        width: 33px;
    }
    .mid_header {
        font-size: 25px;
        line-height: 40px;
    }
    /* .sa-homepage-industry-paragraph span:before{
        content: "\A";
        white-space: pre;
    } */
    .sa-homepage-industry-paragraph {
        margin-bottom: 0;
    }
    .bottom_header {
        font-size: 18px;
    }
    .sa-homepage-hero-title {
        font-size: 45px;
        line-height: 55px;
    }
    .sa-header-section .sa-container, .sa-product-scalers-section .sa-container, .sa-container {
        width: 100%;
    }
    .sa-homepage-industry-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sa-homepage-industry-block {
        grid-column-gap: 80px;
        grid-row-gap: 80px;
        flex-direction: column;
    }
    .sa-homepage-industry-content-block {
        width: 100%;
        text-align: center;
    }
    .boxes {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        text-align: center;
        align-items: stretch;
    }
    .box {
        height: auto;
    }
    .sa-homepage-industry-paragraph.sa-homepage-multimodal-card-paragraph {
        width: 100%;
    }
    .norm {
        width: 100%!important;
    }
    .sa-homepage-multimodal-card-title-content-block {
        margin-top: 150px;
    }
    .sa-homepage-multimodal-card-number {
        font-size: 120px;
        line-height: 120px;
        left: 40px;
    }
    .sa-homepage-industry-subtitle.sa-homepage-prof-subtitle {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }
    .sa-container {
        padding-left: 35px;
        padding-right: 35px;
    }
    .sa-homepage-hero-title.sa-services-hero-title {
        width: auto;
    }
    .sa-homepage-industry-paragraph.sa-services-hero-pararaph, .sa-homepage-industry-paragraph.sa-product-hero-paragraph {
        width: auto;
    }
    .sa-product-custom-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sa-homepage-industry-title.sa-product-custom-title {
        width: auto;
        text-align: center;
        font-size: 25px;
        line-height: 40px;
    }
    .sa-homepage-prof-card-title {
        font-size: 16px;
    }
    .sa-homepage-industry-subtitle.sa-product-custom-subtitle {
        width: auto;
        text-align: center;
    }
    .sa-homepage-industry-paragraph.sa-product-custom-paragraph {
        width: auto;
        text-align: center;
    }
    .sa-product-custom-process-card-image-block, .sa-product-custom-process-card-content-block {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }
    .sa-product-custom-process-divider, .sa-product-custom-process-card-content {
        width: auto;
    }
    .sa-homepage-industry-subtitle.sa-product-custom-process-card-title {
        height: 99px;
        margin-bottom: 10px;
    }
    .sa-homepage-industry-paragraph.sa-product-custom-process-card-paragraph {
        height: 84px;
    }
    .sa-homepage-scalers-block {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }
    .access2 .sa-homepage-industry-title.sa-homepage-scalers-title, .access2 .sa-homepage-industry-subtitle.sa-homepage-scalers-subtitle.sa-product-scalers-main-subtitle, .access2 .sa-homepage-industry-paragraph {
        text-align: left;
        padding-right: 0;
    }
    .access2 a {
        float: left;
        /* padding-right: 0; */
    }
    .sa-product-scalers-card-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
    }
    .sa-homepage-prof-card.sa-product-scalers-card {
        width: 100%;
        padding: 20px 30px;
    }
    .sa-homepage-prof-card-image {
        margin-bottom: 10px;
    }
    .scallers-radial {
        width: auto;
    }
    .sa-homepage-prof-card.sa-product-scalers-card.sa-product-scalers-card-2 {
        margin-top: 60px;
    }
    .sa-homepage-industry-paragraph.sa-product-scalers-paragraph {
        width: auto;
    }
    .sa-homepage-hero-title.sa-newsletter-title {
        font-size: 32px;
        line-height: 42px;
    }
    .sa-footer-menu-main-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        text-align: left;
        align-items: flex-start;
        padding-top: 80px;
        padding-bottom: 80px;
        width: 100%;
    }
    .sa-footer-menu-block {
        width: 100%;
        align-items: start;
    }
    .sa-footer-menu-tilte {
        color: var(--color);
        margin-bottom: 0;
        font-family: Poppins, sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 34px;
    }
    .sa-header-button {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .sa-footer-menu.sa-footer-text {
        text-align: center;
    }
    .sa-product-scalers-section, .sa-fine-tune-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sa-homepage-industry-subtitle.sa-product-hero-subtitle.sa-industry-hero-subtile {
        width: auto;
    }
    .sa-industry-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sa-industry-block {
        grid-column-gap: 80px;
        grid-row-gap: 80px;
    }
    .sa-industry-card-feature-block {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }
    .sa-homepage-prof-card-block {
        /* width: 370px; */
        flex-direction: column;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .sa-homepage-prof-card-block.sa-industry-card-block {
        width: auto;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        flex-flow: wrap;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        margin-left: 0;
        margin-right: 0;
        display: flex;
    }
    .moveRight {
        justify-content: end;
    }
    .sa-homepage-prof-card.sa-industry-card {
        width: 48%;
        padding: 30px;
    }
    .sa-homepage-multimodal-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sa-homepage-multimodal-card-block.sa-industry-fast-card-block {
        /* width: 728px; */
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }
    .sa-homepage-multimodal-card-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        text-align: center;
        align-items: stretch;
    }
    .sa-homepage-multimodal-card.sa-industry-fast-card {
        width: 100%;
        height: 340px;
    }
    .sa-homepage-multimodal-card {
        height: auto;
    }
    .sa-homepage-multimodal-card-image.sa-industry-fast-card-image {
        top: -45%;
    }
    .sa-homepage-multimodal-card-image {
        top: -30%;
    }
    .sa-industry-fast-card-content-block {
        margin-top: 200px;
    }
    .sa-services-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sa-services-block {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
    }
    .sa-services-card {
        grid-column-gap: 50px;
    }
    .newsletter-radial, .newsletter-radial.services-radial1 {
        width: 250px;
        height: 250px;
    }
    .sa-homepage-industry-slider-section, .sa-contact-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sa-contact-block {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-direction: column;
    }
    .sa-contact-content-block, .sa-contact-form-block {
        width: 100%;
    }
    .sa-contact-content-block, .sa-contact-form-block {
        width: 100%;
    }
    .sa-homepage-hero-button-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        /* flex-direction: column; */
        align-items: flex-start;
        align-items: center;
    }
    .gallery-item-1, .gallery-item-7 {
        /* opacity: 0; */
        height: 100px;
        width: 100px;
    }
    /* .item-text {
        font-size: 12px;
    } */
    .check {
        font-size: 50px;
    }
    .gallery-item-1 {
        left: 13%
    }
    .gallery-item-7 {
        left: 87%;
    }
    .gallery-item-4 {
        left: 40%;
        transform: translateX(-50px);
        z-index: 3;
        height: 250px;
        width: 250px;
    }
    .gallery-item-2 {
        left: 23%;
        height: 150px;
        width: 150px;
    }
    .gallery-item-3 {
        left: 34%;
        height: 200px;
        width: 200px;
    }
    .gallery-item-5 {
        height: 200px;
        width: 200px;
        left: 59%;
    }
    .gallery-item-6 {
        height: 150px;
        width: 150px;
        left: 74%;
    }
    .gallery-controls-previous::before {
        left: 0px;
    }
    .gallery-controls-next::before {
        left: 0px;
    }
    .sa-homepage-industry-paragraph.sa-homepage-multimodal-paragraph {
        width: auto;
    }

    .sa-homepage-trust-divider-block {
        width: 30%;
    }
    .sa-homepage-industry-title {
        font-size: 25px;
    }

    .sa-footer-button {
        text-align: center;
        margin: 0 auto;
        align-items: center;
    }
    .alignToLeft {
        text-align: left!important;
    }
    .alignToRight {
        text-align: right!important;
    }
    .flex_children {
        width: 60%;
    }
    .sa-industry-card-feature-image {
        object-fit: unset;
        height: auto;
    }

    .gallery-item-4 {
        font-size: 20px;
    }
    .sm-show {
        display: block;
    }
    .dontShow {
        display: none;
    }
    .mid {
        display: block;
    }
    .lg {
        display: none;
    }
    .mg-bt {
        margin-top: 0;
    }
    .intel {
        margin-top: 5px!important;
        width: 80px;
        height: 20px;
    }
    .arrow {
        margin-left: -110px;
    }
    .wpg {
        width: 80px;
        height: 45px;
    }
    .wachter {
        margin-left: -70px;
    }
    .splunk, .amd, .arrow, .lenovo{
        width: 90px;
    }
    .microsoft, .synnex  {
        width: 120px;
    }
    .dell {
        width: 190px;
        max-width: 400px;
        margin-left: -180px!important;
    }
    .intel{
        margin-left: -40px;
    }
    .splunk {
        margin-left: -120px!important;
    }
    .wpg {
        margin-left: -180px!important;
    }
    .amd {
        margin-left: -250px!important;
    }
}
@media only screen and (max-width: 767px ) {
    .scalers_logo {
        width: 144px;
    }

    .sa-homepage-prof-card-block {
        
        grid-template-columns: repeat(1, 1fr);
    }
   
    .gallery-controls-previous {
        left: -5px;
    }
    .gallery-controls-next {
        left: 5px;
    }
    .hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sa-homepage-hero-arrow-image{
        width: 20px;
    }
    .mid_header {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .bottom_header {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .sa-homepage-hero-title {
        font-size: 30px;
        line-height: 40px;
    }
    .sa-header-block {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .boxes {
        width: 460px;
        grid-column-gap: 45px;
        grid-row-gap: 45px;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .box {
        width: 45%;
    }
    .sa-homepage-industry-content-block, .sa-homepage-industry-image-block {
        text-align: center;
    }
    .sa-homepage-industry-paragraph.sa-homepage-multimodal-paragraph {
        width: auto;
    }
    .sa-homepage-multimodal-card-number {
        top: 75px;
    }
    .sa-homepage-industry-block {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }
    .sa-homepage-industry-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sa-homepage-hero-title.sa-services-hero-title {
        margin-top: -20px;
        font-size: 45px;
        line-height: 55px;
    }
    .sa-homepage-industry-subtitle.sa-product-hero-subtitle {
        width: auto;
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 35px;
    }
    .sa-homepage-industry-paragraph {
        font-size: 18px;
        line-height: 28px;
    }
    .sa-homepage-industry-paragraph.sa-product-hero-paragraph {
        font-size: 20px;
        line-height: 37px;
    }
    .sa-product-custom-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sa-homepage-industry-title, .sa-homepage-industry-title.sa-product-custom-title {
        font-size: 30px;
        line-height: 40px;
    }
    .sa-homepage-industry-subtitle.sa-product-custom-subtitle {
        width: auto;
    }
    .sa-homepage-industry-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
    .sa-product-custom-process-card-image-block, .sa-product-custom-process-card-content-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .sa-product-custom-process-divider {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .sa-homepage-industry-subtitle.sa-product-custom-process-card-title {
        height: 84px;
    }
    .sa-homepage-industry-paragraph.sa-product-custom-process-card-paragraph {
        height: 140px;
    }
    .sa-homepage-scalers-section, .sa-homepage-scalers-section.sa-product-scalers-main-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sa-homepage-scalers-block {
        flex-direction: column-reverse;
    }
    .sa-homepage-scalers-content-block {
        width: 100%;
        text-align: center;
    }
    .sa-homepage-industry-subtitle.sa-homepage-scalers-subtitle {
        margin-bottom: 30px;
    }
    .sa-homepage-scalers-image-block {
        width: 100%;
    }
    .sa-product-scalers-card-block {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        margin-top: 50px;
    }
    .sa-homepage-prof-card.sa-product-scalers-card {
        border-radius: 20px;
        padding: 10px;
    }
    .sa-homepage-prof-card-title.sa-product-prof-card-title {
        font-size: 18px;
        line-height: 28px;
    }
    .sa-homepage-prof-card-title {
        font-size: 18px;
        line-height: 35px;
    }
    .sa-homepage-prof-card-image.product-image {
        width: 60px;
        margin-bottom: 0;
    }
    .sa-homepage-prof-card-image.sa-product-prof-card-image.product-image, .sa-homepage-prof-card-image.product-image-2 {
        width: 60px;
    }
    .sa-homepage-prof-card-image.product-image {
        width: 60px;
        margin-bottom: 0;
    }
    .sa-homepage-industry-paragraph.sa-homepage-prof-card-paragraph.product-paragraph {
        font-size: 12px;
        line-height: 22px;
    }
    .sa-homepage-industry-title.sa-product-scalers-title {
        width: auto;
    }
    .sa-footer-menu-main-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 60px;
        width: 100%;
    }
    .sa-footer-menu-tilte {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .sa-footer-menu {
        font-size: 16px;
        line-height: 26px;
    }
    .sa-footer-menu.sa-footer-text {
        font-size: 12px;
        line-height: 22px;
    }
    .sa-footer-logo {
        width: 95px;
    }
    .sa-product-scalers-section, .sa-fine-tune-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sa-industry-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sa-industry-block {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }
    .sa-industry-card-feature-block {
        flex-direction: column;
    }
    .sa-industry-card-feature-image-block, .sa-industry-card-feature-content-block, .sa-industry-card-feature-image {
        width: 100%;
    }
    .sa-homepage-multimodal-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sa-homepage-multimodal-card-block.sa-industry-fast-card-block {
        width: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    .sa-homepage-multimodal-card-block {
        width: 460px;
        grid-column-gap: 45px;
        grid-row-gap: 45px;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .sa-homepage-multimodal-card.sa-industry-fast-card {
        width: 335px;
        margin-left: auto;
        margin-right: auto;
    }
    .sa-homepage-multimodal-card {
        width: 45%;
    }
    .sa-services-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sa-services-block {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }
    .sa-services-card {
        grid-row-gap: 50px;
        flex-direction: column;
        display: flex;
    }
    .sa-services-card-image-block {
        position: relative;
    }
    .newsletter-radial.services-radial1 {
        bottom: -20%;
        right: -5%;
    }
    .newsletter-radial {
        bottom: -20%;
        right: -15%;
    }
    .sa-services-card._2nd {
        flex-direction: column-reverse;
    }
    .sa-contact-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sa-contact-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .sa-homepage-hero-lightbox {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }
    .sa-homepage-hero-button-block {
        text-align: center;
    }
    .gallery-container {
        overflow: hidden;
    }
    .gallery-item-1, .gallery-item-7 {
        opacity: 0;
    }
    .gallery-item-2, .gallery-item-6 {
        height: 100px;
        width: 100px;
    }
    .gallery-item-3 {
        height: 150px;
        width: 150px;
        left: 38%;
    }
    .gallery-item-4 {
        left: 43%;
        transform: translateX(-50px);
        z-index: 3;
        height: 200px;
        width: 200px;
        font-size: 14px;
    }
    .gallery-item-5 {
        left: 60%;
        height: 150px;
        width: 150px;
    }
    .gallery-item-6 {
        left: 78%;
    }
    .gallery-controls-previous::before {
        left: 10px;
        width: 10px;
        height: 10px;
    }
    .gallery-controls-next::before {
        left: -20px;
        width: 10px;
        height: 10px;
    }

    .sa-homepage-trust-image-flex {
        gap: 20px;
    }

    .spin img {
        width: auto;
        height: auto;
    }

    .flex_children {
        width: 70%;
    }

    .flex_childd {
        margin-left: 75px;
    }

    .image-line-block {
        left: 47.7%;
    }
    .image-line {
        width: 27px;
    }
    .sa-product-scalers-image-block {
        margin-top: -10px;
    }
    .sa-product-scalers-image {
        width: 350px;
        margin-right: -41px;
    }
    .gallery-container {
        height: 300px
    }
    .sa-homepage-hero-button svg {
        width: 30px;
        height: 30px;
    }
    .sa-homepage-industry-paragraph.sa-homepage-prof-link-block {
       width: 150px;
    }
    .sa-industry-card-feature-image {
        height: 400px;
        object-fit: cover;
        border-radius: 20px;
    }
    /* #Calque_1 {
        width: 300px;
    } */
    .sa-homepage-prof-card {
        width: 100%;
        max-width: 500px;
        padding: 30px;
        margin: 0 auto;
    }

    .full-width {
        width: 100%;
    }
    .sa-product-scalers-card-block {
        width: auto;
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        justify-content: space-between;
        display: flex;
    }
    .sm {
        margin-top: 10px;
        display: block;
    }
    .no-small {
        display: none;
    }
}
@media only screen and (max-width: 479px) {
    .sa-homepage-prof-card-block {
        width: 370px;
        max-width: 300px;
        flex-direction: column;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .sa-header-brand {
        width: 100px;
    }
    .no-big {
        display: block;
    }
    .hide_sm {
        display: block;
    }
    .hide_lg {
        display: none;
    }
    .request {
        position: absolute;
        width: 80%!important;
        justify-content: flex-end!important;
        margin: 0!important;
     }
    .sa-homepage-hero-arrow-image {
        width: 5.5vw;
    }
    .sa-homepage-hero-title {
        font-size: 8.5vw;
        line-height: 1.5;
    }
    .sa-homepage-hero-content-block {
        width: auto;
        overflow: auto;
    }
    .sa-homepage-hero-block {
        justify-content: flex-start;
    }
    .mid_header {
        margin-bottom: 10px;
        font-size: 6.5vw;
        line-height: 1.5;
    }
    .bottom_header {
        margin-bottom: 15px;
        font-size: 4.5vw;
        line-height: 1.5;
    }
    .hero_container {
        justify-content: flex-start;
    }
    .sa-homepage-industry-image-block {
        width: 75%;
    }
    .boxes {
        width: auto;
        margin-top: 50px;
    }
    .box {
        width: 250px;
        height: 250px;
    }
    .sa-homepage-industry-subtitle.sa-homepage-multimodal-card-title {
        margin-bottom: 0;
    }
    .sa-homepage-industry-paragraph.sa-homepage-multimodal-card-paragraph {
        font-size: 12px;
    }
    .sa-homepage-multimodal-card-title-content-block {
        margin-top: 150px;
    }
    .sa-homepage-multimodal-card-number {
        font-size: 150px;
        line-height: 100px;
        top: 120px;
        left: 45px;
    }
    .sa-homepage-industry-subtitle.sa-homepage-prof-subtitle {
        width: auto;
    }
    .sa-homepage-hero-title-block {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        margin-bottom: 5px;
    }
    .sa-homepage-hero-image-block {
        width: 20%
    }
    .sa-homepage-hero-image-block img{
        display: none;
    }
    .sa-container {
        margin-top: 0;
    }
    .sa-homepage-industry-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sa-services-hero-image {
        width: 200px;
        height: 200px;
        margin-top: -110px;
    }
    .sa-homepage-hero-title.sa-services-hero-title {
        margin-top: -15px;
        font-size: 25px;
        line-height: 30px;
    }
    .sa-homepage-industry-subtitle.sa-product-hero-subtitle {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .sa-homepage-industry-paragraph {
        margin-bottom: 20px;
        font-size: 10px;
        line-height: 22px;
    }
    .sa-homepage-industry-paragraph.sa-product-hero-paragraph {
        font-size: 12px;
        line-height: 22px;
        font-weight: 200;
    }
    .sa-product-custom-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sa-product-custom-block {
        margin-top: 25px;
    }
    .sa-homepage-industry-title, .sa-homepage-industry-title.sa-product-custom-title {
        font-size: 20px;
        line-height: 30px;
    }
    .sa-homepage-industry-subtitle {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        line-height: 24px;
    }
    .sa-product-custom-process-card-image-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    #card1, #card2,#card3 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    .sa-homepage-industry-subtitle.sa-product-custom-process-card-title {
        width: auto;
    }
    .sa-homepage-industry-paragraph.sa-product-custom-process-card-paragraph {
        height: 110px;
    }
    .grey {
        color: var(--grey);
    }
    .sa-homepage-scalers-section, .sa-homepage-scalers-section.sa-product-scalers-main-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sa-homepage-industry-title.sa-product-scalers-title, .sa-homepage-industry-title.sa-homepage-scalers-title {
        margin-bottom: 10px;
    }
    /* .sa-homepage-industry-title.sa-homepage-scalers-title.sa-product-scalers-main-title {
        text-align: left;
    } */
    .sa-homepage-industry-subtitle.sa-homepage-scalers-subtitle {
        margin-bottom: 20px;
    }
    .sa-homepage-industry-subtitle.sa-homepage-scalers-subtitle.sa-product-scalers-main-subtitle {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .sa-homepage-industry-paragraph.sa-product-scalers-main-paragraph {
        text-align: center;
    }
    .sa-homepage-hero-button {
        /* padding: 10px 15px; */
        font-size: 10px;
        line-height: 10px;
        /* border-radius: 5px; */
    }
    .main-btn {
        padding: 10px 15px;
    }
    .sa-homepage-hero-button.sa-homepage-scalers-button {
        width: 95px;
        background-size: 10px, auto;
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .sa-product-scalers-card-block {
        width: auto;
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        justify-content: space-between;
        display: flex;
    }
    .sa-homepage-prof-card.sa-product-scalers-card {
        height: 220px;
        border-radius: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 30px 30px 50px 30px;
        display: flex;
    }
    .sa-product-scalers-card-image-block {
        height: auto;
    }
    .sa-homepage-prof-card-title {
        height: auto;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 28px;
    }
    .sa-homepage-industry-paragraph.sa-product-scalers-paragraph {
        margin-bottom: 20px;
    }
    .sa-homepage-hero-title.sa-newsletter-title {
        font-size: 20px;
        line-height: 30px;
    }
    /* .sa-newsletter-block {
        flex-direction: column-reverse;
    } */
    .sa-footer-menu-main-block {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        text-align: left;
        /* flex-flow: wrap; */
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
    }
    .sa-footer-menu-block {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        align-items: start;
    }
    .sa-footer-menu-tilte {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 23px;
    }
    .sa-footer-menu-block.our {
        width: 100%;
    }
    .sa-footer-menu {
        font-size: 12px;
        line-height: 22px;
    }
    .sa-header-button.sa-footer-button {
        margin-left: auto;
    }
    .sa-footer-menu.sa-footer-text {
        font-size: 6px;
        line-height: 17px;
    }
    .sa-footer-logo {
        width: 55px;
    }
    .sa-footer-copyright-block {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sm {
        margin-top: 10px;
        display: block;
    }
    .lg {
        display: none;
    }
    .sa-product-scalers-section, .sa-fine-tune-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sa-homepage-prof-card.sa-product-scalers-card.sa-product-scalers-card-2 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .sa-homepage-prof-card.sa-fine-tune-card {
        position: relative;
        height: auto;
    }
    .sa-industry-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sa-industry-block, .sa-industry-card-feature-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .reversed {
        flex-direction: column-reverse;
    }
    .sa-homepage-prof-card-block {
        width: 100%;
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        align-items: center;
        margin-top: 50px;
    }
    .sa-homepage-prof-card-block.sa-industry-card-block {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        margin-top: 30px;
    }
    .sa-homepage-prof-card.sa-industry-card.sa-industry-card-wrap {
        text-align: right;
    }
    .sa-homepage-prof-card-title.sa-homepage-prof-card-title-wrap {
        margin-left: auto;
        margin-right: 0;
    }
    .sa-homepage-prof-card.sa-industry-card {
        width: 100%;
        height: 200px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        display: flex;
    }
    .sa-fine-tune-section {
        background: none;
    }
    .sa-homepage-industry-paragraph.sa-homepage-prof-card-paragraph {
        font-size: 10px;
    }
    .sa-homepage-multimodal-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sa-homepage-multimodal-card-block {
        width: auto;
        margin-top: 50px;
    }
    .sa-homepage-multimodal-card.sa-industry-fast-card {
        width: 250px;
        height: 300px;
    }
    .sa-homepage-multimodal-card {
        width: 300px;
        height: 300px;
    }
    .sa-homepage-multimodal-card-image, .sa-homepage-multimodal-card-image.sa-industry-fast-card-image {
        top: -50%;
    }
    .change {
        top: -35%!important;
    }
    .sa-industry-fast-card-content-block {
        margin-top: 170px;
    }
    .sa-check-github {
        font-size: 22px;
    }
    .btn-link {
        width: 120px;
    }
    .svg-container {
        width: 30px;
        height: 30px;
    }
    .sa-homepage-hero-button svg {
        width: 20px;
        height: 20px;
    }
    .sa-services-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sa-services-block {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
    }
    .sa-services-card {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .newsletter-radial.services-radial1 {
        right: -10%;
    }
    .newsletter-radial {
        right: -15%;
    }
    .sa-services-content-block {
        margin-top: 10px;
    }
    .sa-homepage-industry-subtitle.sa-services-subtitle {
        margin-left: 0;
        margin-right: 0;
    }
    .sa-homepage-industry-paragraph.sa-services-paragraph {
        text-align: left;
    }
    .sa-services-content-block._2nd {
        text-align: right;
        flex-direction: column;
        align-self: flex-end;
        align-items: flex-end;
        display: flex;
    }
    .sa-homepage-industry-paragraph.sa-services-paragraph._2nd {
        text-align: right;
    }
    .sa-contact-section {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .sa-homepage-hero-title.sa-contact-title {
        margin-bottom: 30px;
    }
    .sa-contact-social-block {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .sa-contact-social-block {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .sa-contact-social-image {
        width: 25px;
    }
    .sa-homepage-industry-paragraph.sa-contact-social-text.ins {
        margin-top: 7px;
    }
    .sa-contact-form-block {
        padding: 30px 20px;
    }
    .sa-contact-form-field-block {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
    }
    .sa-contact-form-left-block, .sa-contact-form-right-block {
        width: 100%;
    }
    .sa-contact-form-field-label {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 26px;
    }
    .sa-contact-form-text-field {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 22px;
    }
    .sa-contact-form-block {
        border-radius: 20px;
    }
    /* .sa-header-button.sa-contact-form-button {
        margin-top: 30px;
        margin-right: auto;
    } */
    .rot {
        margin-bottom: 10px!important;
    }
    .sa-homepage-hero-lightbox {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        font-size: 7px;
        line-height: 17px;
    }
    .sa-homepage-hero-button-block {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        flex-direction: row;
        align-items: center;
    }
    .image-23 {
        width: 30px;
        height: 30px;
        margin-top: -7px;
    }
    .image-23 {
        margin-top: 1px;
    }
    .btn_tag {
        margin-top: 2px;
    }
    .gallery-container {
        overflow: hidden;
    }
    .gallery-item-1, .gallery-item-2, .gallery-item-6, .gallery-item-7 {
        opacity: 0;
    }
    .gallery-item-3 {
        height: 150px;
        width: 150px;
        left: 28%;
    }
    .gallery-item-4 {
        left: 38%;
        transform: translateX(-50px);
        z-index: 3;
        height: 200px;
        width: 200px;
    }
    .gallery-item-5 {
        left: 66%;
        height: 150px;
        width: 150px;
    }
    .gallery-controls-previous::before {
        left: 0px;
    }
    .gallery-controls-next::before {
        left: -4px;
    }
    .sa-newsletter-content-block {
        margin-left: 0;
    }
    .flex_children {
        width: 100%;
    }
    .theLine {
        height: 200px;
    }
    .words {
        gap: 50px;
        align-items: start;
        justify-content:space-between;
        height: 200px;
    }
    .theLine img:first-child {
        object-fit: cover;
        width: 90%;
        height: 100%;
    }
    .orange {
        top: 7%;
    }
    .blue {
        top: 96%;
        left: 45%
    }
    .show {
        font-size: 12px;
    }

    .flex_childrenn {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .flex_childd img {
        width: 20%;
    }
    .flex_childd {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .dataa {
        width: 20%;
    }
    .texts {
        font-size: 10px;
    }
    .flex_childd {
        margin-left: 65px;
    }
    .image-line-block {
        left: 48%;
    }
    .image-line {
        width: 20px;
    }
    .second-flex {
        width: 100%!important;
    }
    .sa-product-scalers-image-block {
        margin-top: -60px;
    }
    .sa-product-scalers-image {
        margin-right: -35px;
    }
    .sa-homepage-hero-lightbox span {
        font-size: 10px;
    }
    .sa-homepage-hero-block {
        align-items: flex-start;
    }

    .mg-bt {
        margin-top: 0px;
    }
    .sa-industry-card-feature-image {
        height: 200px;
    }
    #Calque_1 {
        width:200px;
    }

    .professional-image {
        width: 120px!important;
    }

    .reduced {
        width: 80px!important
    }

    .product-image {
        width: 80px!important;
    }
    .sa-newsletter-image-block {
        margin-left: 0;
    }
    .sa-homepage-prof-card-paragraph span:before,
    .sa-homepage-multimodal-card-paragraph span:before, .sa-services-subtitle span:before, .break-span span:before,
    .sa-homepage-industry-title.sa-product-scalers-title span:before{
        content: "\A";
        white-space: pre;
    }
    .move {
        float: right!important;
        text-align: right!important;
        width: 100%;
    }
    .sa-newsletter-block {
        border-radius: 20px;
    }
    .small-gap span:before, .sa-industry-fast-title span:before, .sa-product-scalers-main-paragraph span:before,
    .sa-product-custom-process-card-title span:before {
        content: "\A";
        white-space: pre;
    }
    .access2 .sa-homepage-industry-title.sa-homepage-scalers-title, .access2 .sa-homepage-industry-subtitle.sa-homepage-scalers-subtitle.sa-product-scalers-main-subtitle {
        text-align: center;
    }

    .intel {
        margin-top: 5px!important;
        width: 80px;
        height: 20px;
    }
    .arrow {
        margin-left: -110px;
    }
    .wpg {
        width: 80px;
        height: 45px;
    }
    .wachter {
        margin-left: -70px;
    }
    .splunk, .amd, .arrow, .lenovo{
        width: 90px;
    }
    .microsoft, .synnex  {
        width: 120px;
    }
    .dell {
        width: 190px;
        max-width: 400px;
        margin-left: -180px!important;
    }
    .intel{
        margin-left: -40px;
    }
    .splunk {
        margin-left: -120px!important;
    }
    .wpg {
        margin-left: -180px!important;
    }
    .amd {
        margin-left: -250px!important;
    }
    .sa-homepage-check-header {
        font-size: 20px;
    }
    .sa-homepage-check-par {
        font-size: 35px;
    }
    .submit_btn {
        margin-right: -30px;
    }
    .learnn {
        margin-left: 0px;
    }
    .list-block {
        color: white;
        margin-left: 20px;
         list-style-position: outside;
    }
    
    .list-block li {
        list-style: decimal;
       padding-left: 20px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .list-block li span{
        font-size: 11px;
    }

    .main-body-header {
        font-size: 20px!important;
    }
    
    .main-body-text {
        font-size: 14px!important;
    }
}

@media only screen and (min-width: 768px) {
    .sa-product-scalers-paragraph span:before, .sa-homepage-prof-card-paragraph span:before, 
    .sa-homepage-multimodal-card-paragraph span:before, .leverage span:before {
        content: "\A";
        white-space: pre;
    }
}

@media only screen and (min-width: 992px) {
    .sa-homepage-industry-paragraph.sa-product-custom-process-card-paragraph span:before, .sa-industry-card-feature-paragraph span:before,
    .sa-industry-card-feature-paragraph span:before, .sa-homepage-prof-card-paragraph span:before,
    .sa-homepage-multimodal-card-paragraph span:before, .sa-services-subtitle span:before, .sa-homepage-industry-title.sa-product-scalers-title span:before{
        content: "\A";
        white-space: pre;
    }
}
@media only screen and (min-width: 1128px) {
    .sa-homepage-hero-title {
        font-size: 85px;
    }
    .sa-homepage-hero-arrow-image {
        width: 60px;
    }
    .getInTouch {
        font-size: 50px;
    }
}

/* @media only screen and (min-width: 1080px) {
    .sa-homepage-trust-divider-block {
        width: 50%;
    }
} */