@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
:root {
  --ff1: "Poppins", sans-serif;
  --ff2: "Playfair Display", serif;
  --ff3: "Bebas Neue", sans-serif;
  --white: #fff;
  --black: #000;
  --multiple: 1;
  --fs10: 10px;
  --fs12: calc(12px * var(--multiple));
  --fs14: calc(14px * var(--multiple));
  --fs16: calc(16px * var(--multiple));
  --fs17: calc(17px * var(--multiple));
  --fs18: calc(18px * var(--multiple));
  --fs20: calc(20px * var(--multiple));
  --fs22: calc(22px * var(--multiple));
  --fs24: calc(24px * var(--multiple));
  --fs28: calc(28px * var(--multiple));
  --fs30: calc(30px * var(--multiple));
  --fs34: calc(34px * var(--multiple));
  --fs36: calc(36px * var(--multiple));
  --fs38: calc(38px * var(--multiple));
  --fs40: calc(40px * var(--multiple));
  --fs50: calc(50px * var(--multiple));
  --fs55: calc(55px * var(--multiple));
  --fs60: calc(60px * var(--multiple));
  --fs62: calc(62px * var(--multiple));
  --fs64: calc(64px * var(--multiple));
  --fs80: calc(80px * var(--multiple));
  --fs100: calc(100px * var(--multiple));
  --fs120: calc(120px * var(--multiple));
  --fs125: calc(125px * var(--multiple));
  --fs150: calc(150px * var(--multiple));
}
@media (min-width: 2400px) {
  :root {
    --multiple: 1.3;
  }
}
@media (max-width: 1800px) {
  :root {
    --multiple: 0.8;
  }
}
@media (max-width: 1400px) {
  :root {
    --multiple: 0.725;
  }
}
@media (max-width: 991.98px) {
  :root {
    --multiple: 0.7;
  }
}
@media (max-width: 767.98px) {
  :root {
    --multiple: 0.75;
  }
}
@media (max-width: 575.98px) {
  :root {
    --multiple: 0.6;
  }
}
@media (max-width: 767.98px) {
  :root {
    --fs12: calc(10px);
    --fs14: calc(12px);
    --fs16: calc(16px * var(--multiple) + 0.125rem);
    --fs18: calc(18px * var(--multiple) + 0.125rem);
    --fs20: calc(20px * var(--multiple) + 0.125rem);
  }
}

.icon {
  background-position: center center;
}

.button-light {
  font-size: var(--fs16);
  font-weight: 400;
  border: 1px solid #4a4a4a;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.23s ease-out;
  color: #fff;
}
.button-light:hover {
  background-color: #A7A7A7;
  color: #000000;
}
@media (min-width: 2200px) {
  .button-light {
    padding: 13px 26px;
  }
}

.requestdemo {
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: transparent;
  outline: none;
  border: none;
}
.requestdemo__circle {
  position: relative;
  width: 15px;
  height: 15px;
  margin-top: -3px;
}
@media (min-width: 2200px) {
  .requestdemo__circle {
    width: 19.5px;
    height: 19.5px;
    margin-top: -3.9px;
  }
}
@media (max-width: 1800px) {
  .requestdemo__circle {
    width: 13px;
    height: 13px;
    margin-top: 0px;
  }
}
.requestdemo__circle1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.5s ease-out;
}
@media (min-width: 2200px) {
  .requestdemo__circle1 {
    width: 19.5px;
    height: 19.5px;
    border: 5.2px solid #fff;
  }
}
@media (max-width: 1800px) {
  .requestdemo__circle1 {
    width: 13px;
    height: 13px;
    border-width: 3px;
  }
}
.requestdemo__circle2 {
  position: absolute;
  left: calc(100% - 2px);
  top: calc(100% - 2px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s ease-out;
}
@media (max-width: 1800px) {
  .requestdemo__circle2 {
    width: 6px;
    height: 6px;
  }
}
.requestdemo__text {
  position: relative;
  height: 20px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 2200px) {
  .requestdemo__text {
    height: 26px;
  }
}
.requestdemo__text1 {
  height: 20px;
  transition: 0.5s ease-out;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  line-height: 1;
  align-items: center;
  padding-bottom: 4px;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 90deg);
  transform-origin: center top;
  padding: 0 2px;
  font-size: var(--fs16);
}
@media (min-width: 2200px) {
  .requestdemo__text1 {
    height: 26px;
    padding-bottom: 5.2px;
  }
}
.requestdemo__text2 {
  font-family: var(--ff2);
  letter-spacing: 0.55px;
  font-style: italic;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 90deg);
  transition: 0.5s ease-out;
  height: 20px;
  transform-origin: center bottom;
  padding: 0 2px;
  font-size: var(--fs17);
}
@media (min-width: 2200px) {
  .requestdemo__text2 {
    height: 26px;
    padding-bottom: 5.2px;
  }
}
.requestdemo:hover .requestdemo__circle1 {
  left: 3px;
}
@media (min-width: 2200px) {
  .requestdemo:hover .requestdemo__circle1 {
    left: 3.9px;
  }
}
@media (max-width: 1800px) {
  .requestdemo:hover .requestdemo__circle1 {
    left: 4px;
  }
}
.requestdemo:hover .requestdemo__circle2 {
  left: calc(0% - 2px);
  top: calc(0% - 2px);
}
@media (max-width: 1800px) {
  .requestdemo:hover .requestdemo__circle2 {
    left: calc(0% - 1px);
    top: calc(0% - 3px);
  }
}
.requestdemo:hover .requestdemo__text1 {
  transform: translate3d(0, 20px, 0) rotate3d(1, 0, 0, 90deg);
}
@media (min-width: 2200px) {
  .requestdemo:hover .requestdemo__text1 {
    transform: translate3d(0, 26px, 0) rotate3d(1, 0, 0, 90deg);
  }
}
.requestdemo:hover .requestdemo__text2 {
  transform: translate3d(0, 20px, 0) rotate3d(0, 0, 0, 90deg);
}
@media (min-width: 2200px) {
  .requestdemo:hover .requestdemo__text2 {
    transform: translate3d(0, 26px, 0) rotate3d(0, 0, 0, 90deg);
  }
}

.cursor {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 50px;
  height: 50px;
  z-index: 999999;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  transform-origin: left top;
  transform: scale(0.3) translate3d(0, 0, 0);
  mix-blend-mode: exclusion;
  transition: transform 2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
}

/* Light Headings */
.title-light {
  color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5vw;
}

.outlined-light {
  color: #828181;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
}

.outlined-solid-light {
  position: relative;
  color: #d9d9d9;
  display: inline-block;
}
.outlined-solid-light span:last-child {
  color: #828080;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 3px;
  top: -2px;
}

.title-orbiter {
  display: inline-block;
  margin-left: -6px;
  margin-right: -8px;
}
.title-orbiter img {
  margin-top: -8px;
  height: 4.25vw;
}

.title-digilion {
  display: inline-block;
}
.title-digilion img {
  height: 3.35vw;
  margin-top: -7px;
}

@media (min-width: 2200px) {
  .title-orbiter {
    margin-left: -6px;
  }
  .title-orbiter img {
    margin-top: -14px;
    height: 4.2vw;
  }
}
@media (max-width: 1800px) {
  .title-orbiter {
    margin-left: -3px;
    margin-right: -4px;
  }
}
@media (max-width: 1600.98px) {
  .title-orbiter img {
    height: 4vw;
    margin-top: -8px;
  }
}
@media (max-width: 991.98px) {
  .outlined-solid-light span:last-child {
    left: 1px;
    top: -1px;
  }
  .title-light {
    font-size: 7vw;
  }
  .title-orbiter {
    margin-left: -2px;
    margin-right: -2px;
  }
  .title-orbiter img {
    height: 7vw;
  }
}
@media (max-width: 575.98px) {
  .title-light {
    font-size: 7.5vw;
  }
}
/* Dark Headings */
ul.bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.bullets li {
  font-size: var(--fs20);
  position: relative;
  padding-left: 25px;
}
@media (min-width: 2200px) {
  ul.bullets li {
    padding-left: 32.5px;
  }
}
ul.bullets li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C1C1C1;
}
@media (min-width: 2200px) {
  ul.bullets li::before {
    width: 15.6px;
    height: 15.6px;
  }
}
ul.bullets li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateX(-2px) translateY(calc(-50% + 4px));
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px dashed #000000;
}
@media (min-width: 2200px) {
  ul.bullets li::after {
    width: 15.6px;
    height: 15.6px;
    transform: translateX(-2.6px) translateY(calc(-50% + 5.2px));
  }
}
ul.bullets li:last-child {
  margin-bottom: 0;
}

/* Common styles */
.ff2 {
  font-family: var(--ff2);
}

:root {
  --resp: 1;
}
@media (min-width: 2200px) {
  :root {
    --resp: 1.325;
  }
}
@media (min-width: 3000px) {
  :root {
    --resp: 2;
  }
}
@media (max-width: 1800px) {
  :root {
    --resp: 0.95;
  }
}
@media (max-width: 1400px) {
  :root {
    --resp: 0.85;
  }
}
@media (max-width: 1300px) {
  :root {
    --resp: 0.8;
  }
}
@media (max-width: 992.98px) {
  :root {
    --resp: 0.7;
  }
}
@media (max-width: 575.98px) {
  :root {
    --resp: 0.6;
  }
}

html {
  overflow-x: hidden;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--ff1);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs18);
  color: var(--black);
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 5px;
  display: none;
}

::-webkit-scrollbar-track {
  background: #000;
  display: none;
  opacity: 0;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #cecece;
}

a {
  text-decoration: none;
}

.fullheight {
  height: calc(100vh - 120px);
}
@media (min-width: 2200px) {
  .fullheight {
    height: calc(100vh - 150px);
  }
}

.fullheight2 {
  height: 100vh;
}

.leftside {
  width: 335px;
  height: 100%;
  background-color: #F5F5F4;
  color: #000;
  display: flex;
  flex-direction: column;
}
@media (min-width: 2200px) {
  .leftside {
    width: 22vw;
  }
}
.leftside h2 {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs38);
  text-transform: capitalize;
}
.leftside__top {
  height: 50%;
  background-color: #DFDFDF;
  padding: 30px;
  padding-left: 80px;
  display: flex;
  align-items: center;
}
@media (min-width: 2200px) {
  .leftside__top {
    padding: 39px;
  }
}
.leftside__top-bg1 {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate3d(-50%, 0%, 0);
}
@media (min-width: 2200px) {
  .leftside__top-bg1 {
    height: 167.7px;
  }
}
.leftside__top-container1 {
  position: relative;
}
.leftside__top-page-title {
  font-size: var(--fs18);
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
}
.leftside__top-page-title span {
  text-decoration-line: underline;
}
.leftside__top-title1 {
  font-size: var(--fs18);
  position: relative;
}
.leftside__top-title2 {
  font-weight: 600;
  font-size: fs(--fs38px);
  position: relative;
}
.leftside__top-desc1 {
  font-weight: 400;
  font-size: var(--fs16);
  margin-top: 50px;
}
.leftside__top-desc2 {
  font-weight: 400;
  font-size: var(--fs16);
  margin-top: 20px;
  text-transform: capitalize;
}
.about{
  margin-top: 50px;
}
@media (min-width: 2200px) {
  .leftside__top {
    padding-left: 8vw;
  }
}
.leftside__bottom {
  height: 50%;
  padding: 30px;
  padding-left: 80px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 2200px) {
  .leftside__bottom {
    padding: 39px;
  }
}
.leftside__bottom img {
  margin-bottom: 10px;
}
@media (min-width: 2200px) {
  .leftside__bottom-img1 {
    height: 111.8px;
  }
}
.leftside__bottom .requestdemo {
  color: #000;
}
.leftside__bottom .requestdemo__circle1 {
  border-color: #000;
}
.leftside__bottom .requestdemo__circle2 {
  background: #000;
}
.leftside__bottom p {
  font-weight: 400;
  font-size: var(--fs16);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.leftside__bottom h3 {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs38);
  text-transform: capitalize;
}
.leftside__bottom-circle1 {
  width: 14px;
  height: 14px;
  background: #0F0D15;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  right: 7%;
}
@media (min-width: 2200px) {
  .leftside__bottom-circle1 {
    width: 18.2px;
    height: 18.2px;
  }
}
@media (min-width: 2200px) {
  .leftside__bottom {
    padding-left: 8vw;
  }
}
.leftside__bottom--1 {
  align-items: end;
}
.leftside__bottom--1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 50%;
  background: url("../images/leftside-bottom-bg.svg") no-repeat left bottom;
  opacity: 0.5;
}
@media (min-width: 2200px) {
  .leftside__bottom--1::before {
    background-size: 200%;
  }
}
.leftside__bottom--1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 50%;
  background: url("../images/leftside-bottom-bg.svg") no-repeat right top;
  opacity: 0.5;
}
@media (min-width: 2200px) {
  .leftside__bottom--1::after {
    background-size: 200%;
  }
}
.leftside__bottom--2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 50%;
  background: url("../images/leftside-bottom-bg.svg") no-repeat right bottom;
  opacity: 0.5;
}
@media (min-width: 2200px) {
  .leftside__bottom--2::before {
    background-size: 200%;
  }
}
.leftside__bottom--2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 30%;
  background: url("../images/leftside-bottom-bg.svg") no-repeat left top;
  opacity: 0.5;
}
@media (min-width: 2200px) {
  .leftside__bottom--2::after {
    background-size: 200%;
  }
}
.leftside__bottom-content {
  position: relative;
  z-index: 1;
}

.rightmain {
  flex: 1;
  height: 100%;
  position: relative;
  padding: 3vw;
}

.ts03 {
  transition: all 0.3s ease-in-out;
}

.orbit {
  border: 1px solid #000;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
}
@keyframes revolution {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.orbit .orbiter {
  position: absolute;
  left: 25px;
  top: 25px;
  transform: translate3d(-50%, -50%, 0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  transform-origin: 125px 125px;
  animation: revolution 5s linear infinite;
}

@keyframes scrollDownAnim {
  0% {
    bottom: 0.25vw;
  }
  50% {
    bottom: 2.5vw;
  }
  100% {
    bottom: 0.25vw;
  }
}
.scroll-down {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  width: 200px;
  position: fixed;
  right: 1.5vw;
  bottom: 0.25vw;
  transform-origin: right top;
  transform: rotate(90deg);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #616160;
  z-index: 11;
}
.scroll-down.active {
  animation: scrollDownAnim 2s ease-in-out infinite;
}
@media (min-width: 2200px) {
  .scroll-down {
    font-size: 12px;
    width: 250px;
  }
}
@media (max-width: 1800px) {
  .scroll-down {
    width: 200px;
  }
}
@media (max-width: 1400px) {
  .scroll-down {
    width: 150px;
  }
}
.scroll-down::before {
  position: absolute;
  content: "";
  width: 60%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #616160;
}
@media (max-width: 1800px) {
  .scroll-down::before {
    width: 55%;
  }
}
@media (max-width: 1400px) {
  .scroll-down::before {
    width: 45%;
  }
}
.scroll-down::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 8px;
  top: 50%;
  border-top: 2px solid #616160;
  border-right: 2px solid #616160;
  transform-origin: right bottom;
  transform: rotate(45deg) translateY(-50%);
}

.scroll-top {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  width: 175px;
  position: absolute;
  right: 2vw;
  top: 80px;
  transform-origin: right top;
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 11;
  color: #616160;
}
@media (min-width: 2200px) {
  .scroll-top {
    font-size: 12px;
    width: 200px;
  }
}
@media (max-width: 1800px) {
  .scroll-top {
    width: 120px;
    right: 4vw;
    font-size: 11px;
  }
}
.scroll-top::after {
  position: absolute;
  content: "";
  width: 75%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #616160;
}
@media (max-width: 1800px) {
  .scroll-top::after {
    width: 70%;
  }
}
.scroll-top::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 8px;
  top: 50%;
  border-top: 2px solid #616160;
  border-right: 2px solid #616160;
  transform-origin: right bottom;
  transform: rotate(45deg) translateY(-50%);
}

.replaceWithSVG svg {
  max-width: 100%;
}

a.explore {
  position: relative;
  color: #101010;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-style: italic;
  font-family: var(--ff2);
  font-size: var(--fs16);
}
a.explore::before {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  right: -108px;
  border-top: 1.25px solid #fff;
  border-right: 1.25px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}
a.explore::after {
  position: absolute;
  left: calc(100% + 7px);
  display: inline-block;
  content: "";
  height: 1.2px;
  width: 100px;
  background-color: #fff;
  pointer-events: none;
}
a.explore:hover::before, a.explore:focus::before, a.explore:active::before {
  animation: exploreAnim 0.23s ease-out forwards;
}
a.explore:hover::after, a.explore:focus::after, a.explore:active::after {
  animation: exploreAnim2 0.23s ease-out forwards;
}
@keyframes exploreAnim {
  from {
    right: 0px;
  }
  to {
    right: -108px;
  }
}
@keyframes exploreAnim2 {
  from {
    width: 0px;
  }
  to {
    width: 100px;
  }
}

.right-hexa-lines-bg {
  background: url(../images/services2/top-bg.svg) no-repeat top right;
  background-color: #fff;
  background-size: 60%;
}

.left-hexa-lines-bg {
  position: relative;
}
.left-hexa-lines-bg::before {
  content: "";
  position: absolute;
  top: 75vh;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: url(../images/left-top-hexa-lines-bg.svg) no-repeat top left;
  background-size: 75%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.btn-submit-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: calc(1rem * var(--resp));
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc(8rem * var(--resp));
  border-radius: 3px;
  height: calc(2.4rem * var(--resp));
  color: white;
  font-weight: 500;
  margin-left: auto;
  font-size: calc(1rem * var(--resp));
  background-color: var(--black);
}

@media (max-width: 1800px) {
  .fullheight {
    height: calc(100vh - 90px);
  }
}
@media (max-width: 1400px) {
  .fullheight {
    height: calc(100vh - 70px);
  }
  .leftside {
    width: 278px;
  }
  .leftside__bottom img {
    margin-bottom: 0px;
  }
  .leftside__bottom,
  .leftside__top {
    padding: 20px;
    padding-inline: 50px;
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .leftside {
    width: 100%;
    flex-direction: unset;
  }
  .leftside__top,
  .leftside__bottom {
    height: auto !important;
    width: 50%;
  }
  .mob-flex {
    /* display: flex; */
    display: block;
  }
  .mob-flex img {
    width: 30%;
    flex: 0;
    max-height: 100px;
  }
  .mob-flex p {
    width: 70%;
    flex: 1;
  }
  .leftside__top-bg1 {
    height: 100%;
  }
  .mob-flex p {
    width: 70%;
    font-size: 12px;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .mob-flex p {
    width: 100%;
    flex: 1;
    font-size: 12px;
  }
  .rightmain {
    padding: 50px 20px;
  }
  .scroll-down {
    margin-right: 2px;
  }
  .scroll-down span,
  .scroll-top {
    display: none;
  }
  .leftside__top .leftside__top-desc2 {
    margin-top: 20px;
  }
}
/* Small Mobiles */
@media (max-width: 575.98px) {
  .mob-flex p {
    width: 100%;
    flex: 1;
    font-size: 12px;
  }
  .leftside__bottom,
  .leftside__top {
    padding: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 2200px) {
  .modal-xl {
    --bs-modal-width: calc(1140px * 1.3);
  }
}
/* Sections */
body {
  padding-top: 120px;
}
@media (max-width: 1800px) {
  body {
    padding-top: 90px;
  }
}
@media (min-width: 2200px) {
  body {
    padding-top: 149px;
  }
}

.header1 {
  background-color: #101010;
  color: #FFFFFF;
  padding-right: 70px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.header1 .header1__logo-wrapper {
  transition: 0.23s ease-out;
}
.header1 nav {
  display: flex;
  justify-content: space-between;
}
.header1 a {
  color: #FFFFFF;
}
.header1__logo {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header1__logo img {
  max-width: 70%;
}
@media (max-width: 1800px) {
  .header1__logo img {
    max-width: 50%;
  }
}
@media (max-width: 1400px) {
  .header1__logo img {
    max-width: 44%;
  }
}
@media (max-width: 991.98px) {
  .header1__logo img {
    max-width: 36%;
  }
}
.header1 ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
}
.header1__logo-wrapper {
  width: 335px;
  height: 120px;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
@media (min-width: 2200px) {
  .header1__logo-wrapper {
    width: 22vw;
    padding-left: 8vw;
    height: 150px;
  }
}
.header1__requestdemo-wrapper {
  border-left: 1px solid #3F3F3F;
  padding-left: 25px;
}
.header1__menu {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: var(--fs16);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 2200px) {
  .header1__menu {
    gap: 13px;
  }
  .header1__menu img {
    height: 35.1px;
  }
}
.header1.scrolling .header1__logo-wrapper {
  height: 90px;
}
@media (min-width: 2200px) {
  .header1.scrolling .header1__logo-wrapper {
    height: 117px;
  }
}

@media (max-width: 1800px) {
  .header1 {
    padding-right: 50px;
  }
  .header1__logo-wrapper {
    height: 90px;
  }
}
@media (max-width: 1400px) {
  body {
    padding-top: 70px;
  }
  .header1__logo-wrapper {
    width: 278px;
    padding-left: 50px;
  }
  .header1 {
    padding-right: 40px;
  }
  .header1__logo-wrapper {
    height: 70px;
  }
  .header1.scrolling .header1__logo-wrapper {
    height: 70px;
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .header1 {
    padding-right: 30px;
  }
  .header1 nav {
    height: 60px;
  }
  .header1__logo {
    margin-top: 3px;
  }
  .header1__logo-wrapper {
    padding-left: 30px;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .header1 {
    position: fixed;
    left: 0;
    right: 0;
  }
  body {
    padding-top: 60px;
  }
}
/* Small Mobiles */
.fullmenu {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  color: #fff;
  z-index: 111;
  background-color: #000000;
  background-image: url(../images/digilion-bg.svg);
  background-repeat: no-repeat;
  background-position: -50% 130%;
  background-size: auto 150%;
  transform: translate3d(100%, 0, 0);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
}
.fullmenu .mt-custom {
  margin-top: -2.5rem;
}
.fullmenu .container {
  position: relative;
}
.fullmenu.animating {
  transition: transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  visibility: visible;
  opacity: 1;
}
.fullmenu.active {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
@keyframes menuAnim {
  0% {
    transform: translate3d(-15px, 0, 0);
  }
  25% {
    transform: translate3d(25px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-15px, 0, 0);
  }
}
.fullmenu__deco1 {
  position: absolute;
  right: 3vw;
  top: 0;
  max-width: min(40vw, 55rem);
  width: 100%;
}
@media (min-width: 2200px) {
  .fullmenu__deco1 {
    right: 5vw;
    max-width: min(40vw, 60rem);
  }
}
.fullmenu__menubtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  cursor: pointer;
  height: 20px;
}
@media (max-width: 1800px) {
  .fullmenu__menubtn {
    width: 200px;
  }
}
.fullmenu__menubtn span {
  color: white;
  font-family: var(--ff2);
  font-style: italic;
}
@media (max-width: 991.98px) {
  .fullmenu__menubtn span {
    display: none;
  }
}
.fullmenu__menubtn::before, .fullmenu__menubtn::after {
  position: absolute;
  top: 75%;
}
@media (min-width: 2200px) {
  .fullmenu__menubtn::before, .fullmenu__menubtn::after {
    top: 100%;
  }
}
@media (max-width: 1800px) {
  .fullmenu__menubtn::before, .fullmenu__menubtn::after {
    top: 65%;
  }
}
.fullmenu__menubtn::before {
  content: "";
  transform: translate3d(0, -50%, 0);
  width: calc(100% - 8rem);
  height: 3px;
  background-color: #A7A7A7;
  right: 0;
}
@media (min-width: 2200px) {
  .fullmenu__menubtn::before {
    width: calc(100% - 10.5rem);
  }
}
@media (max-width: 1800px) {
  .fullmenu__menubtn::before {
    top: 65%;
    width: calc(100% - 7rem);
  }
}
@media (max-width: 991.98px) {
  .fullmenu__menubtn::before {
    width: 100%;
  }
}
.fullmenu__menubtn::after {
  content: "";
  border-left: 15px solid #A7A7A7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 0px;
  left: 100%;
  transform: translate3d(0, -50%, 0);
}
.fullmenu.active .fullmenu__menubtn {
  animation: menuAnim 2.5s ease-in-out infinite;
}
.fullmenu.active .fullmenu__menubtn:hover {
  animation-play-state: paused;
}
.fullmenu__title1 {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs36);
  line-height: 1;
  margin-bottom: 30px;
}
.fullmenu__title2 {
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs100);
  line-height: 0.9;
  position: relative;
  margin-bottom: 10px;
}
.fullmenu.active .fullmenu__title2 .fullmenu__title2-img, .fullmenu.animating .fullmenu__title2 .fullmenu__title2-img {
  animation: satellite1anim 5s linear infinite;
}
.fullmenu.active .fullmenu__title2 img, .fullmenu.animating .fullmenu__title2 img {
  transform-origin: center center;
  animation: satellite1animRev 5s linear infinite;
}
.fullmenu__title3 {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs36);
  line-height: 1;
}
.fullmenu__title4 {
  font-style: italic;
  font-weight: 600;
  font-size: var(--fs36);
  font-family: var(--ff2);
  line-height: 1;
}
.fullmenu .footer1__links {
  margin-top: 50px;
}
.fullmenu .footer1__links li {
  margin-bottom: 10px;
}
.fullmenu .footer1__links a {
  display: block;
  padding: 15px 20px;
  transition: 0.23s ease-out;
}
@media (max-width: 991.98px) {
  .fullmenu .footer1__links a {
    border: 1px solid #4a4a4a;
    text-align: center;
  }
  .fullmenu .footer1__links a:hover {
    background-color: #A7A7A7;
    color: #000000;
  }
}

@media (min-width: 2200px) {
  .fullmenu .fullmenu__title2 {
    line-height: 1;
  }
  .fullmenu .footer1__links li {
    margin-bottom: 30px;
  }
  .fullmenu__menubtn {
    width: 300px;
  }
}
@media (max-width: 1800px) {
  .fullmenu .fullmenu__title1 {
    margin-bottom: 15px;
  }
  .fullmenu .fullmenu__title2 {
    font-size: 70px;
    line-height: 0.8;
    margin-bottom: 20px;
  }
  .fullmenu .fullmenu__title2 img {
    max-height: 50px;
  }
  .fullmenu .footer1__links {
    margin-top: 50px;
  }
  .fullmenu .footer1__links li {
    margin-bottom: 15px;
  }
  .fullmenu .footer1__links li a {
    padding: 10px 20px;
  }
  .fullmenu .footer1__moreinfo {
    margin-top: -150px;
  }
}
@media (max-width: 1400px) {
  .fullmenu .fullmenu__title2 {
    font-size: 60px;
  }
  .fullmenu .footer1__links {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .fullmenu .footer1__moreinfo {
    margin-top: -100px;
  }
  .fullmenu .mt-custom {
    margin-top: 0;
  }
  .fullmenu__menubtn {
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .fullmenu {
    background-position: center 200%;
    overflow-y: auto;
  }
  .fullmenu .footer1__links {
    margin-top: 20px;
  }
  .fullmenu.footer1 {
    padding: 30px 0 30px;
    align-items: start;
  }
  .fullmenu .footer1__requestdemo {
    display: block;
  }
  .fullmenu .footer1__moreinfo .title-light {
    top: 15px;
  }
  .fullmenu .footer1__title3 {
    font-size: 12px;
  }
  .fullmenu.footer1 .container {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .fullmenu .footer1__socialicons a {
    margin: 0px 5px;
  }
  .fullmenu .footer1__title4 {
    font-size: 10px;
  }
  .fullmenu .fullmenu__title2 {
    font-size: 12vw;
    line-height: 0.8;
    margin-bottom: 20px;
  }
  .fullmenu .fullmenu__title2 img {
    max-height: 50px;
  }
  .fullmenu .footer1__links li {
    margin-bottom: 10px;
  }
  .fullmenu .footer1__links li a {
    padding: 7.5px 10px;
  }
  .fullmenu .footer1__moreinfo {
    margin-top: 5vh;
    width: 100%;
    padding-inline: 20px;
  }
  .fullmenu .footer1__bottom {
    margin-top: min(5vh, 3rem);
  }
  .fullmenu__menubtn {
    width: 40px;
  }
  .fullmenu .fullmenu__title1,
  .fullmenu .fullmenu__title2,
  .fullmenu__title3,
  .fullmenu__title4 {
    text-align: left;
    line-height: 1;
  }
  .fullmenu .fullmenu__title2 {
    text-align: left;
    position: relative;
  }
  .fullmenu .fullmenu__title2 .fullmenu__title2-img {
    position: absolute;
    left: auto;
    right: 0;
    top: calc(100% + 20px);
  }
}
/* Desktop Menu */
.deskmenu {
  position: fixed;
  right: calc(500px * var(--resp) * -1);
  top: calc(90px * var(--resp));
  width: calc(500px * var(--resp));
  min-height: calc(100vh - 58px);
  max-height: 90vh;
  background-color: #101010;
  color: #fff;
  overflow-y: auto;
  display: none;
  opacity: 0;
  transition: 0.35s ease-out;
  box-shadow: 0 0 calc(10px * var(--resp)) rgba(0, 0, 0, 0.25);
  z-index: 111;
  pointer-events: none;
  visibility: hidden;
}
.deskmenu.animating {
  right: 500px;
  transition: all 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.deskmenu.active {
  transform: translate3d(0, 0, 0);
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  right: 0;
}
.deskmenu a.explore {
  padding: 2rem 0rem 2rem 3rem;
  color: white;
}
@media (max-height: 900px) {
  .deskmenu a.explore {
    padding-block: 1.2rem;
  }
}
.deskmenu a.explore::after {
  top: 51.8%;
}
@media (max-width: 1800px) {
  .deskmenu a.explore::after {
    top: 52.5%;
  }
}
@media (max-height: 900px) {
  .deskmenu a.explore::after {
    top: 50.5%;
  }
}
.deskmenu a.explore:before {
  right: -13px;
  transform: rotate(-135deg);
  top: 49%;
}
@media (max-height: 900px) {
  .deskmenu a.explore:before {
    top: 47%;
  }
}
.deskmenu a.explore:hover::before, .deskmenu a.explore:focus::before, .deskmenu a.explore:active::before {
  animation: exploreAnimMenu 0.23s ease-out forwards;
}
.deskmenu a.explore:hover::after, .deskmenu a.explore:focus::after, .deskmenu a.explore:active::after {
  animation: exploreAnimMenu2 0.23s ease-out forwards;
}
@keyframes exploreAnimMenu {
  from {
    right: -108px;
  }
  to {
    right: -13px;
  }
}
@keyframes exploreAnimMenu2 {
  from {
    width: 100px;
  }
  to {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .deskmenu {
    display: block;
  }
}
.deskmenu ul {
  display: flex;
  list-style-type: none;
  margin: 0;
}
.deskmenu ul li a {
  padding: calc(10px * var(--resp)) 0px;
  color: #fff;
}
.deskmenu hr.separator {
  border-color: #fff;
  opacity: 1;
  margin-block: 2rem;
  margin-inline: 3rem;
}
@media (max-height: 900px) {
  .deskmenu hr.separator {
    margin-block: 1.2rem;
  }
}
.deskmenu__socialicons {
  display: flex;
  justify-content: flex-end;
  margin-inline: auto 2.5rem;
  margin-bottom: 2.65rem;
}
@media (max-height: 900px) {
  .deskmenu__socialicons {
    margin-bottom: 1rem;
  }
}
.deskmenu__socialicons a {
  width: 52px;
  height: 58px;
  margin: 0px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(./../images/hexa-footer.svg) no-repeat center;
}
.deskmenu__socialicons a img {
  max-width: 35%;
  max-height: 35%;
}
.deskmenu__socialicons a:hover, .deskmenu__socialicons a:focus, .deskmenu__socialicons a:active {
  background: url(./../images/hexa-footer-light.svg) no-repeat center;
}
.deskmenu__socialicons a:hover img, .deskmenu__socialicons a:focus img, .deskmenu__socialicons a:active img {
  filter: invert(1);
}
@media (min-width: 2200px) {
  .deskmenu__socialicons a {
    width: 67.6px;
    height: 67.6px;
    margin: 0px 13px;
  }
  .deskmenu__socialicons a img {
    max-width: 45%;
    max-height: 45%;
  }
}
@media (max-height: 900px) {
  .deskmenu__socialicons a {
    width: 42px;
    height: 50px;
    background-size: contain;
  }
}
.deskmenu__inner {
  display: flex;
  flex-flow: column wrap;
  padding: 0.8rem 3rem;
  gap: 2rem;
}
@media (max-height: 900px) {
  .deskmenu__inner {
    gap: 1.25rem;
  }
}
.deskmenu__inner li:not(:first-child) a {
  text-transform: uppercase;
  font-size: var(--fs20);
}
.deskmenu.animating {
  display: block;
}
@media (max-width: 1400px) {
  .deskmenu {
    top: calc(70px * var(--resp));
  }
}

.hero1 {
  position: relative;
  display: flex;
}
.hero1 .active-menu-item {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  line-height: 1;
  margin-bottom: min(5vh, 3.5rem);
}
.hero1 .active-menu-item span {
  font-size: calc(1rem * var(--resp));
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
}
.hero1 .active-menu-item strong {
  margin-top: 2px;
  font-weight: 500;
  font-size: calc(1.4rem * var(--resp));
}
@media (min-width: 992px) {
  .hero1 .leftside::before {
    display: block;
    content: "";
    position: absolute;
    background-color: #101010;
    height: 150px;
    transform: translateY(-100%);
    top: 0;
    left: 0;
    right: 0;
  }
}
.hero1 .leftside {
  position: relative;
}
.hero1 .leftside__bottom p {
  max-width: 85%;
}
.hero1 .leftside__bottom-title1 p {
  font-size: var(--fs16);
}
.hero1 .leftside__top {
  background: #101010;
  color: #fff;
  padding-block: 1rem 1.5rem;
}
.hero1 .leftside__top-container1 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.hero1 .leftside__top--lines {
  width: 100%;
  max-width: 80%;
  margin-left: 0;
  margin-top: min(2.5vh, 1.5rem);
  height: min(20vh, 20rem);
}
.hero1 .rightmain {
  position: relative;
}
.hero1 .rightmain::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 62.5%;
  height: 70%;
}
.hero1__circle1 {
  width: 1.8vw;
  height: 1.8vw;
  border-radius: 50%;
  background: #0F0D15;
  position: absolute;
  left: 4%;
  top: 5%;
}
.hero1__bottomtext1 {
  font-size: var(--fs16);
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: min(68%, 63rem);
  padding: 2% 4%;
}
@media (min-width: 2200px) {
  .hero1__bottomtext1 {
    max-width: min(75%, 82rem);
  }
}
.hero1 .rightmain {
  display: flex;
  justify-content: end;
  align-items: center;
}
.hero1__orbiter {
  position: absolute;
  left: 2.5%;
  width: 50%;
  top: 7%;
  height: 42rem;
  max-width: unset;
}
.hero1__content {
  position: relative;
  z-index: 1;
}
.hero1__title1 {
  font-size: 6vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.hero1__title1 span {
  letter-spacing: 0.2vw;
}
.hero1__title0 {
  font-size: var(--fs36);
}
.hero1__title2 {
  font-size: var(--fs36);
  line-height: 1;
}
.hero1__title3 {
  font-size: var(--fs36);
  font-family: var(--ff2);
  font-style: italic;
  font-weight: 600;
  font-size: var(--fs36);
}
.hero1__illustration {
  position: absolute;
  right: 0;
  max-width: 32vw;
  top: calc(1rem * var(--resp));
  opacity: 0.68;
}

@media (min-width: 2200px) {
  .hero1__illustration {
    width: 30vw;
  }
  .hero1__orbiter {
    top: 50%;
    transform: translateY(-50%);
    height: 57rem;
  }
}
@media (max-width: 1800px) {
  .hero1__orbiter {
    top: 3%;
    height: 41.2rem;
  }
  .hero1__bottomtext1 {
    max-width: 51.3rem;
  }
  .hero1 .rightmain::before {
    width: 100%;
  }
  .hero1 .leftside__bottom p {
    max-width: 77%;
  }
}
@media (max-width: 1600px) {
  .hero1__orbiter {
    height: min(60vh, 38rem);
  }
  .hero1__title1 {
    margin-bottom: 1.2rem;
  }
  .hero1__title2, .hero1__title3 {
    margin-bottom: 0;
  }
  .hero1 .leftside__bottom p {
    max-width: 80%;
  }
}
@media (max-width: 1400px) {
  .hero1__orbiter {
    height: min(78vh, 36rem);
    top: 2%;
    left: 0;
  }
  .hero1__title1 {
    font-size: 5vw;
  }
  .hero1__bottomtext1 {
    max-width: 45.5rem;
  }
  .hero1__illustration {
    max-width: 27vw;
    top: 0.25rem;
  }
  .hero1 .leftside__top--lines {
    display: none;
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .hero1__orbiter {
    display: none;
  }
  .leftside__bottom--1::before, .leftside__bottom--1::after {
    width: 30%;
    height: 70%;
    background-size: 200%;
  }
  .leftside__bottom--1::after {
    width: 35%;
    height: 50%;
  }
  .hero1 {
    flex-direction: column-reverse;
    height: auto;
    overflow: hidden;
  }
  .hero1 .active-menu-item {
    display: none;
  }
  .hero1__illustration {
    max-width: 72vw;
    top: -1rem;
  }
  .hero1__content {
    display: flex;
    flex-direction: column;
  }
  .hero1__content img {
    order: 1;
    width: min(75%, 70vh);
    margin-bottom: 2rem;
  }
  .hero1 .rightmain {
    min-height: calc(100vh - 80px);
    justify-content: center;
    align-items: flex-start;
    padding-top: 12vh;
  }
  .hero1__bottomtext1 {
    max-width: 100%;
    height: 80px;
    display: flex;
    align-items: end;
    padding-bottom: 4%;
  }
  .hero1__deco11 {
    display: none;
  }
  .hero1__title1 {
    font-size: 12.5vw;
  }
  .hero1__title2 {
    text-align: right;
  }
  .hero1__title3 {
    text-align: right;
  }
  .hero1 .leftside__top {
    padding-block: 1.5rem 1rem;
  }
  .hero1 .leftside__bottom-title1 p {
    max-width: 100%;
    text-align: center;
    margin-bottom: 2px;
    font-size: var(--fs18);
  }
}
/* Mobiles */
@media (max-width: 991.98px) and (orientation: landscape) {
  .hero1__content img {
    width: min(75%, 70vh);
  }
}
@media (max-width: 767.98px) {
  .hero1__content img {
    width: min(100%, 35vh);
    margin-top: -3.5rem;
  }
  .hero1__bottomtext1 {
    height: 11rem;
  }
  .hero1 .rightmain {
    min-height: calc(100vh - 60px);
  }
}
/* Small Mobiles */
@media (max-width: 575.98px) {
  .hero1 .leftside__bottom {
    padding-inline: 15px;
  }
  .hero1 .leftside__bottom p {
    font-size: 11px;
  }
}
@media (max-width: 360.98px) {
  .rightmain {
    padding: 28px 20px 45px;
  }
}
.about1 {
  display: flex;
  background-color: #fff;
  color: #101010;
}
.about1 .leftside__top {
  height: 66%;
  color: white;
  background-color: #101010;
}
.about1 .leftside__top img {
  max-height: 35vh;
}
.about1 .leftside__bottom {
  height: 25.5rem;
}
@media (max-width: 1920px) {
  .about1 {
    height: auto;
    align-items: center;
    min-height: calc(100vh - 120px);
  }
  .about1 .leftside__bottom {
    height: 20rem;
  }
}
.about1__deco1 {
  position: absolute;
  left: 0;
  top: -2rem;
}
.about1__title1 {
  text-align: right;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 2200px) {
  .about1__title1 {
    line-height: 1.2;
    margin-bottom: 26px;
  }
}
.about1 .rightmain {
  padding-top: min(12vh, 10rem);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about1 .rightmain .title-light {
  color: #101010;
}
.about1 .rightmain .outlined-solid-light {
  color: #000;
}
.about1 .rightmain .outlined-solid-light span:last-child {
  color: #101010;
  left: 2px;
  top: -1px;
}
.about1__desc1 {
  font-size: var(--fs20);
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
@media (min-width: 2200px) {
  .about1__desc1 {
    max-width: 325px;
  }
}

@media (min-width: 2200px) {
  .about1__deco1 {
    top: -1rem;
  }
  .about1__deco1 img {
    width: 50rem;
  }
  .about1 .leftside__bottom {
    height: 27.5rem;
  }
}
/* Tablets Landscapes */
@media (max-width: 1600.98px) {
  .about1 .leftside__bottom {
    height: 18.7rem;
  }
  .about1 .rightmain {
    padding-block: min(8vh, 5rem);
  }
}
@media (max-width: 1400px) {
  .about1 .leftside__bottom {
    height: 15rem;
  }
  .about1__img1 {
    max-width: 75%;
    margin: auto;
  }
  .about1__deco1 {
    top: -0.5rem;
  }
  .about1__deco1 img {
    max-width: 24rem;
  }
}
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .about1 {
    flex-direction: column-reverse;
  }
  .about1 .leftside {
    flex-flow: column;
  }
  .about1 .leftside__bottom {
    height: 11.5rem;
    width: 100%;
    min-height: 10rem;
  }
  .about1 .leftside__bottom-content {
    margin: auto;
  }
  .about1 .mob-flex {
    align-items: center;
  }
  .about1__deco1 img {
    max-width: 16rem;
  }
  .about1__content1 > div {
    margin-left: auto;
    margin-right: auto;
  }
  .about1__title1 {
    line-height: 1.3;
  }
  .about1 .leftside__top {
    width: 100%;
  }
  .about1 .leftside__top br {
    display: none;
  }
  .about1 .leftside__top img {
    margin-right: 15px;
    max-height: 7rem;
  }
  .about1 .leftside__top p {
    margin-bottom: 0.25rem;
  }
  .about1__img1 {
    max-height: 250px;
  }
  .about1__img1 svg {
    height: 200px;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .about1__img1 {
    max-height: 250px;
  }
  .about1__img1 svg {
    height: 200px;
  }
}
/* Small Mobiles */
@media (max-width: 575.98px) {
  .about1__img1 {
    max-height: 250px;
  }
  .about1__img1 svg {
    height: 150px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .about1__title1 {
    margin-bottom: 5vh;
  }
}
.services1 {
  display: flex;
  position: relative;
}
.services1 .leftside {
  height: auto;
}
.services1 .rightmain {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background-color: #101010;
  color: #fff;
  padding-block: 4vw 3vw;
}
.services1 .content {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services1 .content::after {
  content: "";
  position: absolute;
  right: 3em;
  bottom: 0;
  width: 224px;
  height: 224px;
  background: url(../images/services/deco2.svg) no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.services1 .content > div {
  position: relative;
  z-index: 1;
}
.services1 .leftside__top {
  height: 100%;
  background-color: #fff;
  color: #101010;
}
.services1 .leftside__top-container1 {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.services1 .leftside__top-title1 {
  display: flex;
  font-weight: 300;
  flex-flow: column nowrap;
  font-size: var(--fs38);
}
.services1 .leftside__top-title1 b,
.services1 .leftside__top-title1 strong {
  font-weight: 600;
}
.services1 .leftside__top-desc1 {
  margin-top: calc(1rem * var(--multiple));
}
.services1__sub {
  line-height: 1;
  font-size: var(--fs36);
}
.services1__main {
  line-height: 1;
  font-weight: bold;
  font-size: var(--fs120);
  margin-bottom: calc(4rem * var(--multiple));
}
.services1__title {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs20);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: calc(2rem * var(--multiple));
}
@media (min-width: 2200px) {
  .services1__title {
    margin-bottom: 1.5rem;
  }
}
.services1__title .img-cover {
  width: calc(5.5rem * var(--resp));
  height: calc(5rem * var(--resp));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.services1__title img {
  max-width: 100%;
}
@media (min-width: 2200px) {
  .services1__title img {
    margin-left: 10px;
  }
}
.services1__numbers {
  display: flex;
  flex-flow: column nowrap;
  padding-top: calc(30px * var(--multiple));
  gap: min(5vh, 3rem);
}
.services1__numbers-single {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
}
.services1__numbers-single-number {
  font-size: var(--fs100);
  font-family: var(--ff3);
  line-height: 1;
  display: flex;
  align-items: top;
}
.services1__numbers-single-desc-top {
  line-height: 0.8;
  font-size: var(--fs62);
  font-weight: 500;
  margin-left: 0.35rem;
}
.services1__numbers-single-desc-bottom {
  font-size: var(--fs20);
  text-transform: capitalize;
  line-height: 1.2;
  color: #828181;
  margin-top: -0.5rem;
}

@media (min-width: 2200px) {
  .services1 {
    height: auto;
  }
  .services1 .content::after {
    right: 0;
    bottom: -1rem;
    width: 19rem;
    height: 19rem;
  }
}
@media (max-width: 1800px) {
  .services1 {
    height: calc(100vh + 20px);
  }
  .services1__title {
    margin-bottom: 10px;
  }
  .services1 .content::after {
    width: 124px;
    height: 124px;
    bottom: 1em;
  }
}
@media (max-width: 1400px) {
  .services1 {
    height: auto;
  }
  .services1 .leftside {
    height: auto;
  }
  .services1 .rightmain {
    padding-block: min(12vh, 9rem);
  }
  .services1__title {
    gap: calc(1.5rem * var(--multiple));
  }
  .services1__title .img-cover {
    width: calc(4rem * var(--multiple));
    height: calc(3.4rem * var(--multiple));
  }
  .services1__text p {
    margin-bottom: 0;
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .services1 {
    flex-direction: column-reverse;
    height: auto;
    overflow: hidden;
  }
  .services1__main {
    text-transform: uppercase;
    font-size: var(--fs100);
  }
  .services1 .leftside__top {
    width: 100%;
  }
  .services1 .leftside__top-title1 {
    display: none;
  }
  .services1 .leftside__top-container1 {
    flex-flow: row wrap;
  }
  .services1__numbers {
    flex-flow: row nowrap;
    gap: 0.2rem;
    text-align: center;
  }
  .services1 .services1__numbers-single-number {
    margin-inline: auto;
    font-size: var(--fs60);
    margin-bottom: 0.5rem;
  }
  .services1 .services1__numbers-single-desc-top {
    margin-left: 0.1rem;
  }
  .services1 .services1__numbers-single-desc-bottom {
    font-size: var(--fs18);
    color: #101010;
  }
  .services1 .leftside__top-desc1 {
    display: none;
  }
  .services1 .leftside .leftside__bottom h2 {
    display: none;
  }
  .services1 .rightmain {
    padding-block: min(12vh, 5rem);
  }
  .services1__title {
    font-size: 1rem;
  }
  .services1__title .img-cover {
    width: calc(5rem * var(--multiple));
    height: calc(5.4rem * var(--multiple));
  }
  .services1 .content::after {
    display: none;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .services1__numbers-single-number {
    font-size: 8vw;
  }
}
/* Small Mobiles */
@media (max-width: 575.98px) {
  .services1__numbers-single-desc-top {
    padding-top: 0px;
  }
}
.products1 {
  display: flex;
  background-color: #101010;
  color: #fff;
  overflow: hidden;
}
.products1 .leftside__top {
  height: 66%;
}
.products1 .leftside__bottom {
  height: 34%;
}
.products1 .rightmain {
  display: flex;
  gap: 25px;
  position: relative;
}
.products1__left {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  display: none;
}
.products1__left > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  z-index: 0;
}
.products1__left-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 85%;
  position: relative;
  overflow: hidden;
}
.products1__left-top .products1__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 2200px) {
  .products1__left-top .products1__play {
    width: 166.4px;
    height: 166.4px;
  }
}
.products1__left-top video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
  min-height: 100%;
  transition: 1s ease-out;
}
.products1__left-top::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.products1__left-top.active video {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 0px;
  min-height: 0px;
  height: 50vh;
  width: 50vw;
  z-index: 111;
}
.products1__left-bottom {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  font-style: italic;
  font-size: var(--fs16);
  padding-top: 30px;
}
@media (min-width: 2200px) {
  .products1__left-bottom {
    padding-top: 39px;
  }
}
.products1__left-bottom img {
  flex-grow: 0;
}
.products1__left-bottom p {
  flex-grow: 1;
}
.products1__left-number {
  font-family: var(--ff3);
  font-size: var(--fs150);
  color: #fff;
  font-weight: 300;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 20px;
  top: 20px;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}
.products1__right {
  width: 100%;
}
.products1__right-top {
  width: 100%;
  height: 25%;
  position: relative;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 10px solid #fff;
}
.products1__right-top h2 {
  font-size: var(--fs64);
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.products1__right-top p {
  font-size: var(--fs14);
  max-width: 300px;
  margin-left: auto;
  text-transform: capitalize;
}
.products1__right-bottom {
  width: 100%;
  height: 100%;
}
.products1__all {
  position: relative;
}
.products1__single {
  position: relative;
}
.products1__single-head {
  position: relative;
  overflow: hidden;
  height: 200px;
  border: 10px solid #101010;
  padding: 1.35rem 2rem 0.5rem;
  -o-border-image: linear-gradient(to right, #101010, #101010) 10;
     border-image: linear-gradient(to right, #101010, #101010) 10;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  transition: 0.5s;
}
@media (max-width: 1920px) {
  .products1__single-head {
    height: 160px;
  }
}
@media (max-width: 991.98px) {
  .products1__single-head {
    border: 5px solid #101010;
    margin-bottom: 0px;
  }
}
@media (min-width: 2200px) {
  .products1__single-head {
    margin-bottom: 0;
    padding: 2rem 2rem 0.85rem;
  }
}
.products1__single.active .products1__single-head {
  -o-border-image: linear-gradient(to right, #1e1e1e, #797979) 10;
     border-image: linear-gradient(to right, #1e1e1e, #797979) 10;
}
@media (max-width: 991.98px) {
  .products1__single.active .products1__single-head {
    margin-top: 5px;
  }
}
.products1__single-body {
  overflow: hidden;
  font-size: var(--fs16);
  padding-left: 10px;
  padding-right: 10px;
}
.products1__single-body ul.bullets {
  margin-top: 10px;
  margin-bottom: 20px;
}
.products1__single-body ul.bullets li {
  font-size: var(--fs16);
  margin-bottom: 10px;
}
.products1__single-body .products1__single-video {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.products1__single-body .products1__single-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .products1__single-body .products1__single-video {
    display: none;
  }
}
.products1__single--1 .products1__single-head {
  background: url("../images/products/thumb1.png") no-repeat center center;
  background-size: cover;
}
.products1__single--2 .products1__single-head {
  background: url("../images/products/thumb2.png") no-repeat center center;
  background-size: cover;
}
.products1__single--3 .products1__single-head {
  background: url("../images/products/thumb3.png") no-repeat center center;
  background-size: cover;
}
.products1__single--4 .products1__single-head {
  background: url("../images/products/thumb4.png") no-repeat center center;
  background-size: cover;
}
.products1__single--5 .products1__single-head {
  background: url("../images/products/thumb5.png") no-repeat center center;
  background-size: cover;
}
.products1__single-number {
  font-family: var(--ff3);
  font-size: var(--fs125);
  color: #fff;
  font-weight: 300;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  line-height: 0;
}
.products1__single-title {
  font-weight: 700;
  font-size: var(--fs64);
  line-height: 1;
  margin-top: -0.5rem;
}
@media (max-width: 1920px) {
  .products1__single-title {
    font-size: var(--fs60);
  }
}
.products1__single-desc {
  left: 15px;
  top: 124px;
  font-size: var(--fs14);
  width: 100%;
}
@media (min-width: 2200px) {
  .products1__single-desc {
    left: 19.5px;
    bottom: 13px;
  }
}
.products1__single-play {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  height: 69px;
}
@media (min-width: 2200px) {
  .products1__single-play {
    width: 117px;
    height: 117px;
  }
}
.products1__single.removeIt {
  z-index: 0;
}
.products1 ul.bullets li::after {
  border: 1px dashed #fff;
}
.products1 .content-item__single p {
  margin-bottom: 0px;
}
.products1 .content-item__title {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs18);
  margin-bottom: 7.5px;
}
@media (min-width: 2200px) {
  .products1 .content-item__title {
    margin-bottom: 9.75px;
  }
}
.products1 .content-item__title img {
  margin-right: 7.5px;
  max-height: 35px;
}
@media (min-width: 2200px) {
  .products1 .content-item__title img {
    max-height: 45.5px;
    transform: scale(1.25);
    margin-left: 9.75px;
    margin-right: 9.75px;
  }
}
.products1 .content-item__buttons {
  font-size: var(--fs10);
  margin-top: 0.75rem;
}
.products1 .content-item__buttons::before {
  width: 7px;
  height: 7px;
  right: -108px;
  border-top: 1.25px solid #fff;
  border-right: 1.25px solid #fff;
}
.products1 .content-item__buttons::after {
  left: calc(100% + 7px);
  height: 1.2px;
}
@media (min-width: 2200px) {
  .products1 .content-item__buttons {
    font-size: 14px;
  }
}
@keyframes exploreAnim {
  from {
    right: 0px;
  }
  to {
    right: -108px;
  }
}

.scroll-content {
  --gapFactor: calc(min(12vw, 10rem) * var(--resp));
  padding: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - var(--gapFactor) / 2), 1fr));
  justify-content: space-between;
  gap: min(3vh, 1.5rem) var(--gapFactor);
}
@media (max-width: 1800px) {
  .scroll-content {
    gap: min(4vh, 2.5rem) var(--gapFactor);
    padding: 1.25rem 0 0;
  }
}
@media (min-width: 2200px) {
  .scroll-content {
    --gapFactor: min(10vw, 16rem);
    row-gap: 2.25rem;
  }
}

/* Video modal */
@keyframes videoModalAnim {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.videoModal.show .modal-content {
  animation: videoModalAnim 0.23s ease-out forwards;
}
.videoModal .btn-close {
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.85;
}
.videoModal .btn-close:hover {
  opacity: 1;
}
.videoModal .modal-body {
  background-color: #000;
}
.videoModal .modal-content {
  background: transparent;
  border: 0;
}
.videoModal .modal-header,
.videoModal .modal-content {
  border-radius: 0;
  border: 0;
}
.videoModal .modal-header h2 {
  font-weight: 600;
}
.videoModal .modal-body {
  position: relative;
  padding-top: 55%;
}
.videoModal .modal-body iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* Scroll animation */
.products1__wrapper {
  position: relative;
}

.products1__wrapper .products1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 992px) {
  .products1 .leftside,
  .products1 .rightmain {
    transition: 0.23s ease-out;
    margin-top: 0;
  }
  .products1.pinned .leftside {
    margin-top: 70px;
  }
  .products1.pinned .rightmain {
    margin-top: 30px;
  }
}
@media (min-width: 2200px) {
  .products1.pinned .leftside {
    margin-top: 117px;
  }
  .products1.pinned .rightmain {
    margin-top: 39px;
  }
  .products1__single-title {
    margin-top: -1.2rem;
  }
}
@media (max-width: 1800px) {
  .products1 .leftside__top img {
    height: 160px;
  }
  .products1__right-top h2 {
    margin-bottom: 10px;
  }
  .products1__content-right {
    line-height: 1.35;
  }
  .products1__single-head {
    height: 160px;
    padding: 0.8rem 2rem 0rem;
  }
  .products1 .leftside__top {
    height: 60%;
  }
}
@media (max-width: 1400px) {
  .products1 .scroll-content {
    --gapFactor: calc(min(12vw, 10rem) * var(--resp));
    padding-block: 1rem 0.5rem;
    row-gap: 1.5rem;
  }
  .products1 .leftside__top {
    height: 66%;
  }
  .products1 .leftside__top-desc2 {
    margin-bottom: 0;
  }
  .products1 .leftside__bottom {
    height: 34%;
  }
  .products1 .leftside__bottom h3 {
    margin-bottom: 0;
  }
  .products1__single-number {
    bottom: 27.5px;
  }
  .products1__single-play {
    width: 70px;
    height: 70px;
  }
  .products1__left-bottom img {
    max-height: 80px;
  }
  .products1__single-head {
    height: 120px;
    padding-inline: 1.2rem;
  }
  .products1__single-number {
    font-size: var(--fs120);
  }
  .products1__single-title {
    font-size: var(--fs50);
  }
  .products1 .content-item__buttons {
    margin-top: 0.6rem;
  }
  .scroll-content {
    row-gap: 2rem;
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .products1 {
    flex-direction: column;
  }
  .products1 .leftside {
    display: none;
  }
  .products1__single-head {
    position: relative;
    overflow: hidden;
    height: 100px;
  }
  .products1__single-number {
    bottom: 35px;
  }
  .products1__single .products1__single-title,
  .products1__single.active .products1__single-title {
    top: auto;
    bottom: 10px;
  }
  .products1 .rightmain {
    display: flex;
    flex-direction: column;
  }
  .products1__right {
    width: 100%;
  }
  .products1 .leftside__top img {
    margin-right: 10px;
    height: auto;
  }
  .products1 .leftside__top {
    width: 100%;
  }
  .products1 .leftside__top-desc2 {
    margin-top: 0;
  }
  .products1__right-top {
    display: none;
  }
  .products1__mobtop {
    display: block;
    height: 30px;
  }
  .products1__single-play {
    width: 60px;
    height: 60px;
  }
  .products1__right-bottom {
    gap: 20px;
  }
  .products1__single {
    margin-bottom: 0px;
  }
  .products1 .rightmain {
    padding-block: 20px;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .scroll-content {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
/* Small Mobiles */
@media (max-width: 575.98px) {
  .products1__single-title {
    font-size: 20px;
  }
}
.prodbusiness1 {
  display: flex;
}
.prodbusiness1 .leftside__top {
  height: 55%;
  background-color: #101010;
  color: #fff;
}
.prodbusiness1 .leftside__bottom {
  height: 45%;
}
.prodbusiness1__orbiter {
  position: absolute;
  right: 0;
  height: 70vh;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 2200px) {
  .prodbusiness1__orbiter {
    height: 75vh;
  }
}
.prodbusiness1__deco1 {
  position: absolute;
  left: 3em;
  top: 2em;
}
@media (min-width: 2200px) {
  .prodbusiness1__deco1 {
    transform: scale(1.3);
  }
}
.prodbusiness1__bottomtext {
  position: absolute;
  bottom: 1em;
  right: 4em;
  max-width: 25%;
  text-align: right;
  font-size: var(--fs16);
}
.prodbusiness1 .rightmain {
  display: flex;
  align-items: end;
}
.prodbusiness1 .content {
  max-width: 50%;
}
.prodbusiness1__title1 {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs36);
  line-height: 1;
}
.prodbusiness1__title2 {
  font-weight: 700;
  font-size: var(--fs100);
  line-height: 1;
}
.prodbusiness1__title3 {
  font-weight: 400;
  font-size: var(--fs36);
  line-height: 1;
}
.prodbusiness1__title4 {
  font-size: var(--fs36);
  line-height: 1;
  font-family: var(--ff2);
  font-style: italic;
  font-weight: 600;
}
.prodbusiness1__requestdemo {
  width: 224px;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/prod-business/deco2.svg") no-repeat center center;
  background-size: cover;
  margin-top: 30px;
}
@media (min-width: 2200px) {
  .prodbusiness1__requestdemo {
    width: 291.2px;
    height: 291.2px;
  }
}
.prodbusiness1__requestdemo a {
  color: #fff;
}

@media (max-width: 1800px) {
  .prodbusiness1__title2 {
    font-size: 65px;
  }
  .prodbusiness1__requestdemo {
    width: 184px;
    height: 184px;
    margin-top: 10px;
  }
  .prodbusiness1__deco1 {
    transform: scale(0.8);
  }
}
@media (max-width: 1400px) {
  .prodbusiness1__title2 {
    font-size: 55px;
  }
  .prodbusiness1__requestdemo {
    width: 185px;
    height: 185px;
    margin-top: 10px;
  }
  .prodbusiness1__deco1 {
    transform: scale(0.75);
  }
}
@media (max-width: 1300px) {
  .prodbusiness1__deco1 {
    transform: scale(0.5);
    left: 0px;
    top: 0px;
  }
}
/* Tablets Landscapes */
@media (max-width: 1199.98px) {
  .prodbusiness1__orbiter {
    right: 0em;
  }
}
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .prodbusiness1 {
    flex-direction: column;
    overflow: hidden;
    height: auto;
  }
  .prodbusiness1 .rightmain {
    min-height: calc(100vh - 80px);
    align-items: center;
  }
  .prodbusiness1__bottomtext {
    height: 80px;
    max-width: 100%;
    display: flex;
    align-items: center;
    right: 0;
    padding: 20px;
  }
  .prodbusiness1__orbiter {
    right: 0;
    transform: translate3d(50%, -50%, 0);
    z-index: 0;
    min-height: 100vh;
    height: 100vh;
    max-width: none;
    opacity: 0.9;
  }
  .prodbusiness1 .content {
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  .prodbusiness1__deco1 {
    display: none;
  }
}
/* Mobiles */
/* Small Mobiles */
.innovation1 {
  display: flex;
  background-color: #101010;
  color: #fff;
  min-height: 100vh;
}
.innovation1 .leftside {
  height: auto;
}
.innovation1 .leftside__top {
  color: #fff;
  height: 100%;
  background: url(../images/industries/deco2.svg) no-repeat;
  background-position: 0 70%;
  background-color: #101010;
  position: relative;
}
.innovation1 .leftside__top--content01 {
  margin-bottom: min(6vh, 2rem);
}
.innovation1 .rightmain {
  background-color: #fff;
  color: #101010;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: auto;
}
.innovation1 .rightmain .title-light {
  font-size: 5vw;
}
.innovation1 .rightmain .outlined-solid-light span {
  color: #000;
}
.innovation1 .rightmain .outlined-solid-light span:last-child {
  color: #101010;
}
.innovation1 .full-height-aside {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: min(13vh, 7rem);
}
.innovation1 .full-height-aside img {
  margin: 0;
  max-width: calc(60px * var(--resp));
}
@media (min-width: 2200px) {
  .innovation1 .full-height-aside img {
    width: 75px;
  }
}
.innovation1__head1 {
  color: #101010;
  text-align: right;
  line-height: 1;
  margin-bottom: 30px;
}
@media (min-width: 2200px) {
  .innovation1__head1 {
    margin-bottom: 39px;
  }
}
.innovation1__deco1 {
  position: absolute;
  top: 2vw;
  left: 5vw;
  width: 14vw;
  pointer-events: none;
}
@media (min-width: 2200px) {
  .innovation1__deco1 {
    width: 15vw;
    left: 3vw;
  }
  .innovation1__deco1 img {
    width: 100%;
  }
}
.innovation1__single {
  margin-bottom: 45px;
}
@media (min-width: 2200px) {
  .innovation1__single {
    margin-bottom: 67.5px;
  }
}
.innovation1__title {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs20);
  margin-bottom: 15px;
}
@media (min-width: 2200px) {
  .innovation1__title {
    margin-bottom: 22.5px;
  }
}
.innovation1__title img {
  margin-right: 20px;
}
@media (min-width: 2200px) {
  .innovation1__title img {
    transform: scale(1.25);
    margin-left: 10px;
    margin-right: 30px;
  }
}
.innovation1 a.explore {
  color: #101010;
  font-size: var(--fs16);
}
.innovation1 a.explore::before {
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #101010;
  border-right: 1.5px solid #101010;
}
.innovation1 a.explore::after {
  height: 1.5px;
  background-color: #101010;
}
.innovation1 .innovation1__comma {
  position: absolute;
  right: 50px;
  bottom: -80px;
}

@media (min-width: 2200px) {
  .innovation1 .leftside__top {
    background-size: contain;
  }
  .innovation1 .scroll-content {
    padding-bottom: 0;
  }
}
@media (max-width: 1800px) {
  .innovation1__title {
    margin-bottom: 10px;
  }
  .innovation1__single {
    margin-bottom: 10px;
  }
  .innovation1__title img {
    max-height: 50px;
  }
  .innovation1__numbers {
    height: 100px;
  }
  .innovation1__numbers-single {
    margin-top: 10px;
  }
  .innovation1__deco1 {
    position: absolute;
    top: 25px;
    left: 2.65vw;
  }
  .innovation1__title img {
    margin-right: 1rem;
  }
  .scroll-content {
    padding-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .innovation1 {
    min-height: calc(100vh + 200px);
  }
  .innovation1 .scroll-content {
    padding-block: 0;
  }
  .innovation1__single {
    margin-bottom: 0;
  }
  .innovation1 .rightmain .title-light {
    font-size: 4.5vw;
  }
  .innovation1__title {
    margin-bottom: 5px;
  }
  .innovation1__text p {
    margin-bottom: 0.5rem;
  }
  .innovation1__deco1 {
    left: 3vw;
    width: 14vw;
  }
  .innovation1__title img {
    max-height: 50px;
  }
  .innovation1 .innovation1__comma {
    right: 50px;
    bottom: -40px;
  }
  .innovation1__title img {
    margin-right: 0.75rem;
  }
}
/* Tablets Landscapes */
@media (max-width: 1199.98px) {
  .innovation1 .innovation1__comma {
    right: 50px;
    bottom: -20px;
  }
  .innovation1__deco1 {
    width: 13vw;
  }
}
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .innovation1 {
    flex-direction: column-reverse;
    height: auto;
  }
  .innovation1__deco1 {
    display: none;
  }
  .innovation1 .rightmain {
    padding-bottom: 30px;
  }
  .innovation1 .rightmain .title-light {
    font-size: var(--fs55);
  }
  .innovation1__title {
    font-size: 1rem;
  }
  .innovation1 .leftside__top {
    display: none;
  }
  .innovation1 .leftside__bottom {
    text-align: center;
    width: 100%;
    padding: 40px 20px;
    justify-content: center;
  }
  .innovation1 .leftside__bottom-content h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .innovation1__head1 {
    line-height: 1.3;
  }
  .innovation1__comma {
    position: static;
  }
}
/* Mobiles */
/* Small Mobiles */
.contact1 {
  display: flex;
  background-color: #101010;
  color: #fff;
  min-height: calc(100vh - 7.5rem);
}
@media (min-width: 2200px) {
  .contact1 {
    min-height: calc(100vh - 9.325rem);
  }
}
@media (max-width: 1800px) {
  .contact1 {
    min-height: calc(100vh - 5.6rem);
  }
}
@media (max-width: 1440px) {
  .contact1 {
    min-height: calc(100vh - 4.3rem);
  }
}
.contact1 .leftside {
  height: auto;
}
.contact1 .leftside__bottom {
  color: #101010;
  background-color: #F5F5F4;
  height: 100%;
}
.contact1 .leftside__bottom::before, .contact1 .leftside__bottom::after {
  height: 14.8rem;
}
.contact1 .leftside__bottom p {
  font-size: var(--fs18);
  max-width: 80%;
  margin-block: 1rem 1.75rem;
}
.contact1 .rightmain {
  height: auto;
  padding: 3vw 3vw 70px;
  background-color: #fff;
  color: #101010;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.contact1 .rightmain .title-light {
  font-size: 5vw;
}
.contact1 .rightmain .title-light.contact1__headh2 {
  font-size: 4.25vw;
}
.contact1 .rightmain .outlined-light {
  line-height: 1.2;
}
.contact1 .rightmain .outlined-solid-light span {
  color: #000;
}
.contact1 .rightmain .outlined-solid-light span:last-child {
  color: #101010;
}
.contact1__illustration {
  margin-top: min(-12vh, -13rem);
  width: min(100%, 35rem);
}
@media (max-width: 1800px) {
  .contact1__illustration {
    margin-top: min(-10vh, -10rem);
    width: min(100%, 33rem);
  }
}
.contact1__head1 {
  color: #101010;
  text-align: right;
  line-height: 1;
  margin-bottom: 0;
}
.contact1__rightarea {
  width: 100%;
}
.contact1__rightarea > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact1__right {
  align-items: center;
  display: flex;
  position: relative;
}
.contact1__right-container1 > * {
  position: relative;
}
.contact1__right-container1-deco1 {
  position: absolute;
  right: 10%;
  top: 20%;
}
.contact1 .lock-icon {
  position: absolute;
  right: 42.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.55rem;
}
.contact1__title2 {
  font-weight: 600;
  font-size: var(--fs20);
  margin-top: min(5vh, 3rem);
}
.contact1__addr {
  font-size: var(--fs18);
  margin-bottom: min(5vh, 3rem);
}
.contact1__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 224px;
  height: 224px;
  background: url(../images/contact/deco2.svg) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: -20px;
}
@media (min-width: 2200px) {
  .contact1__btn {
    width: 291.2px;
    height: 291.2px;
  }
}
.contact1__btn .requestdemo {
  color: #fff;
}
.contact1__btn .requestdemo__circle1 {
  border-color: #fff;
}
.contact1__btn .requestdemo__circle2 {
  background-color: #fff;
}
@keyframes contactFadeIn {
  from {
    z-index: 1;
    opacity: 0;
  }
  to {
    z-index: 1;
    opacity: 1;
  }
}
@keyframes contactFadeOut {
  from {
    z-index: 0;
    opacity: 1;
  }
  to {
    z-index: 0;
    opacity: 0;
  }
}
.contact1 .contact1__right-container1 {
  z-index: 1;
}
.contact1 .contact1__right-container2 {
  width: 95%;
  opacity: 0;
  z-index: 0;
  position: absolute;
  color: #fff;
}
@media (min-width: 2200px) {
  .contact1 .contact1__right-container2 {
    padding-top: 19.5%;
  }
}
.contact1 .contact1__right-container2 .contact1__goback {
  color: #101010;
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff2);
  font-style: italic;
  font-size: var(--fs16);
}
.contact1 .contact1__right-container2 .contact1__goback::before {
  content: "";
  width: 100px;
  height: 1.75px;
  background-color: #101010;
}
@media (min-width: 2200px) {
  .contact1 .contact1__right-container2 .contact1__goback::before {
    width: 130px;
    gap: 13px;
  }
}
.contact1 .contact1__right-container2 .contact1__goback::after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  left: 0px;
  top: 5.5px;
  border-top: 1.5px solid #101010;
  border-left: 1.5px solid #101010;
  transform: rotate(-45deg);
  pointer-events: none;
}
@media (min-width: 2200px) {
  .contact1 .contact1__right-container2 .contact1__goback::after {
    width: 10.4px;
    height: 10.4px;
  }
}
.contact1 .contact1__right-container2 label {
  font-weight: normal;
  display: block;
  color: #878787;
  font-style: italic;
}
.contact1 .contact1__right-container2 input[type=text],
.contact1 .contact1__right-container2 input[type=email] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #878787;
  width: 100%;
  display: block;
  color: #101010;
  padding: 10px 0px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 2200px) {
  .contact1 .contact1__right-container2 input[type=text],
  .contact1 .contact1__right-container2 input[type=email] {
    padding: 13px 0;
  }
}
.contact1 .contact1__right-container2 input[type=text]::-moz-placeholder, .contact1 .contact1__right-container2 input[type=email]::-moz-placeholder {
  color: #aaaaaa;
}
.contact1 .contact1__right-container2 input[type=text]::placeholder,
.contact1 .contact1__right-container2 input[type=email]::placeholder {
  color: #aaaaaa;
}
.contact1 .contact1__right-container2 input[type=text]:focus,
.contact1 .contact1__right-container2 input[type=email]:focus {
  outline: none;
}
.contact1 .contact1__right-container2 textarea {
  color: #101010;
  border: none;
  border-bottom: 2px solid #878787;
  height: 100px;
  width: 100%;
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 2200px) {
  .contact1 .contact1__right-container2 textarea {
    height: 390px;
    padding: 13px 0;
  }
}
.contact1 .contact1__right-container2 textarea::-moz-placeholder {
  color: #aaaaaa;
}
.contact1 .contact1__right-container2 textarea::placeholder {
  color: #aaaaaa;
}
.contact1 .contact1__right-container2 textarea:focus {
  outline: none;
}
.contact1 .contact1__right-container2 .contact1__btn2 {
  width: 224px;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/contact/deco2.svg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 2200px) {
  .contact1 .contact1__right-container2 .contact1__btn2 {
    width: 291.2px;
    height: 291.2px;
  }
}
.contact1 .contact1__right-container2 .contact1__btn2 .requestdemo {
  color: #fff;
}
.contact1 .contact1__right-container2 .contact1__btn2__wrapper {
  display: flex;
  align-items: end;
  justify-content: end;
}
.contact1--animating .contact1__right-container1 {
  animation: contactFadeIn 1s ease-out forwards;
}
.contact1--animating .contact1__right-container2 {
  animation: contactFadeOut 1s ease-out forwards;
}
.contact1--active {
  background-color: #101010;
}
.contact1--active .contact1__right-container1 {
  animation: contactFadeOut 1s ease-out forwards;
}
.contact1--active .contact1__right-container2 {
  animation: contactFadeIn 1s ease-out forwards;
}
.contact1--active .contact1__map {
  filter: invert(1);
  transform: translateY(0px);
}
.contact1--active .contact1__head1 {
  opacity: 1;
}

@media (min-width: 2200px) {
  .contact1__illustration {
    margin-top: min(-8vh, -14rem);
    width: 80%;
  }
  .contact1 .lock-icon {
    right: 42.7%;
    width: 1rem;
  }
  .contact1__addr {
    margin-bottom: min(8vh, 7rem);
  }
  .contact1 .leftside__bottom::before,
  .contact1 .leftside__bottom::after {
    height: 27rem;
  }
}
@media (max-width: 1800px) {
  .contact1 {
    height: auto;
    padding-bottom: 0;
  }
  .contact1__right-container1-deco1 {
    width: 70%;
  }
  .contact1__btn {
    width: 179.2px;
    height: 179.2px;
  }
  .contact1 .contact1__right-container2 {
    padding-top: 0;
  }
  .contact1 .contact1__right-container2 .contact1__goback {
    top: -20px;
  }
  .contact1 .contact1__right-container2 .contact1__btn2 {
    width: 179.2px;
    height: 179.2px;
  }
  .contact1 .contact1__right-container2 textarea {
    height: 80px;
  }
}
@media (max-width: 1400px) {
  .contact1__illustration {
    margin-top: min(-15vh, -7rem);
    max-width: 75%;
  }
  .contact1__addr {
    margin-bottom: min(7vh, 3rem);
  }
  .contact1 .lock-icon {
    width: 0.4rem;
  }
  .contact1 .rightmain .title-light {
    font-size: 4.5vw;
  }
  .contact1 .leftside__bottom p {
    max-width: 88%;
  }
  .contact1 .mt-lg-5 {
    margin-top: 2.2rem !important;
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .contact1 {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
  }
  .contact1 .leftside__bottom {
    width: 100%;
    min-height: 10rem;
  }
  .contact1 .leftside__bottom p {
    text-align: center;
    font-size: var(--fs16);
    margin: 0 auto;
    order: 2;
    max-width: 60%;
  }
  .contact1 .leftside__bottom-content {
    margin: auto;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
  }
  .contact1 .leftside__bottom h2 {
    order: 1;
    margin: 0.4rem 0;
  }
  .contact1 .leftside__bottom::before, .contact1 .leftside__bottom::after {
    height: 5rem;
    background-size: 100%;
  }
  .contact1 .leftside__bottom::before {
    left: -15%;
  }
  .contact1 .leftside__bottom::after {
    right: -15%;
  }
  .contact1__title2 {
    width: calc(100% - 50px);
    font-size: 50px;
  }
  .contact1__head1 {
    white-space: normal;
    text-align: right;
    font-size: 15vw;
  }
  .contact1__rightarea > div {
    padding: 0;
  }
  .contact1--active .contact1__head1 {
    opacity: 0.1;
  }
  .contact1 .contact1__right-container2 {
    background-color: #fff;
    left: 0;
    top: -2rem;
    width: 100%;
    padding-inline: 4vw;
  }
  .contact1 .contact1__right-container2 .contact1__goback {
    top: -3rem;
    right: 25px;
  }
  .contact1 .contact1__right-container2 input {
    padding-bottom: 0.25rem !important;
  }
  .contact1 .contact1__right-container2 .contact1__btn2 {
    width: 160px;
    height: 160px;
  }
  .contact1 .contact1__right-container2 .col-lg-6 {
    margin-bottom: 1.2rem;
  }
  .contact1 .mt-lg-5 {
    margin-top: 0 !important;
  }
  .contact1__title2 {
    font-size: var(--fs28);
  }
  .contact1__addr {
    margin-bottom: 1.2rem;
    max-width: 13.4rem;
    margin-left: auto;
  }
  .contact1 .lock-icon {
    width: 0.275rem;
  }
  .contact1 .rightmain {
    padding-block: min(12vh, 5rem);
  }
  .contact1 .rightmain .title-light {
    font-size: var(--fs55);
  }
  .contact1__btn {
    width: 160px;
    height: 160px;
  }
  .contact1__illustration {
    margin-top: min(-30vh, -15rem);
    max-width: 80%;
    margin-left: -30%;
  }
}
/* Small Mobiles */
@media (max-width: 575.98px) {
  .contact1__map {
    --width: 300px;
  }
  .contact1__title2 {
    width: 100%;
  }
}
.footer1 {
  background-color: #101010;
  color: #FFFFFF;
  padding: 70px 0 30px;
  position: relative;
  overflow: hidden;
  padding-bottom: 3vw;
}
@media (min-width: 2200px) {
  .footer1 {
    padding: 117px 0 65px;
  }
}
.footer1 .container {
  max-width: calc(100% - 300px);
}
@media (min-width: 2200px) {
  .footer1 .container {
    max-width: calc(100% - 390px);
  }
}
.footer1__deco1 {
  position: absolute;
  transform-origin: 0px 0px;
  transform: rotate(-90deg);
  font-size: 150px;
  line-height: 115px;
  pointer-events: none;
  left: -5px;
  bottom: -120px;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 2200px) {
  .footer1__deco1 {
    font-size: 195px;
  }
}
.footer1__desc {
  max-width: 26.5rem;
}
.footer1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer1 ul a {
  text-transform: uppercase;
  font-size: var(--fs16);
}
.footer1 a {
  color: #fff;
}
.footer1__links {
  margin-top: 0.25rem;
  padding-block: 0.25rem 0.5rem;
  font-size: var(--fs20);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.footer1__links li {
  margin-bottom: 32px;
}
.footer1__links li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .footer1__links li {
    margin-bottom: 20px;
  }
}
.footer1__desc {
  font-size: var(--fs16);
  font-style: italic;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.footer1__title1 {
  font-size: var(--fs22);
  margin-bottom: 20px;
}
.footer1__logo {
  margin-block: -0.85rem 0.25rem;
  height: 6.5rem;
}
.footer1__moreinfo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.footer1__moreinfobg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.footer1__moreinfo .title-light {
  position: absolute;
  top: 4%;
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 6vw;
}
.footer1__moreinfo .content {
  position: relative;
  z-index: 1;
  width: 80%;
  text-align: center;
}
.footer1__title2 {
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs14);
  margin-bottom: 2.125rem;
  text-transform: capitalize;
}
@media (min-width: 2200px) {
  .footer1__title2 {
    margin-bottom: 19.5px;
  }
}
.footer1__socialicons {
  margin-bottom: 0.65rem;
}
@media (min-width: 2200px) {
  .footer1__socialicons {
    margin-bottom: 1.95rem;
  }
}
.footer1__socialicons a {
  width: 52px;
  height: 58px;
  margin: 0px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(./../images/hexa-footer.svg) no-repeat center;
}
.footer1__socialicons a:hover {
  background: url(./../images/hexa-footer-light.svg) no-repeat center;
}
.footer1__socialicons a:hover img {
  filter: invert(1);
}
.footer1__socialicons {
  display: flex;
  justify-content: center;
}
.footer1__socialicons a img {
  max-width: 50%;
}
.linkedin img {
  filter: brightness(1);
}
.linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 58px;
  margin: 0 6px;
}
@media (min-width: 2200px) {
  .footer1__socialicons a {
    width: 67.6px;
    height: 67.6px;
    margin: 0px 13px;
  }
  .footer1__socialicons a img {
    transform: scale(1.3);
  }
}
.footer1__title3 {
  font-size: var(--fs20);
  width: 80%;
  margin-inline: auto;
}
.footer1__title3 b {
  font-weight: 600;
}
.footer1__title4 {
  font-size: var(--fs14);
  width: 80%;
  margin-inline: auto;
  margin-top: 0.4rem;
}
.footer1__bottom {
  width: 80%;
  margin-inline: auto;
  margin-top: min(8vh, 6rem);
  display: flex;
  flex-flow: column nowrap;
}
.footer1 .form-group {
  margin-bottom: 0.4rem;
  padding-bottom: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid white;
}
.footer1 .form-group .requestdemo__text1 {
  font-size: var(--fs17);
}
.footer1 .form-group .requestdemo__text2 {
  font-size: var(--fs18);
}
.footer1 .form-group .form-control {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  font-size: var(--fs17);
  font-weight: 700;
  color: white;
}
.footer1 .form-group .form-control::-moz-placeholder {
  font-weight: 700;
  color: white;
}
.footer1 .form-group .form-control::placeholder {
  font-weight: 700;
  color: white;
}
.footer1 .form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.footer1__para {
  font-size: var(--fs16);
}
.footer1__deco2 {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(-50%, 50%, 0);
  opacity: 0.5;
}
@media (min-width: 2200px) {
  .footer1__deco2 {
    transform: translate3d(-50%, 50%, 0) scale(1.3);
  }
}
.footer1__deco3 {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate3d(30%, -30%, 0);
}
@media (min-width: 2200px) {
  .footer1__deco3 {
    transform: translate3d(30%, -30%, 0) scale(1.3);
  }
}
.footer1__deco4 {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate3d(60%, 30%, 0);
}
@media (min-width: 2200px) {
  .footer1__deco4 {
    transform: translate3d(60%, 30%, 0) scale(1.3);
  }
}

@media (min-width: 2200px) {
  .footer1__title3,
  .footer1__bottom {
    max-width: 65%;
  }
  .footer1__moreinfo .title-light {
    top: -2%;
    font-size: 4.5vw;
  }
  .footer1__desc {
    max-width: 47rem;
  }
}
@media (max-width: 1800px) {
  .footer1 .container {
    max-width: calc(100% - 220px);
  }
  .footer1__deco1 {
    font-size: 125px;
  }
}
@media (max-width: 1400px) {
  .footer1__logo {
    margin-bottom: 0.8rem;
  }
  .footer1 .container {
    max-width: calc(100% - 220px);
  }
  .footer1__deco1 {
    font-size: 120px;
    bottom: -100px;
  }
}
/* Tablets Landscapes */
@media (max-width: 1199.98px) {
  .footer1 .container {
    max-width: calc(100% - 100px);
  }
  .footer1__moreinfo {
    width: 100%;
  }
  .footer1__moreinfobg {
    display: none;
  }
  .footer1__deco1 {
    font-size: 90px;
  }
}
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .footer1__socialicons a {
    width: 42px;
    height: 50px;
    background-size: contain;
  }
  .footer1__socialicons a img {
    max-width: 35%;
    max-height: 35%;
  }
  .footer1__bottom {
    width: 100%;
    margin-top: min(8vh, 3rem);
  }
  .footer1 .form-group .form-control {
    font-size: var(--fs18);
  }
  .footer1__title2 {
    margin-bottom: 1rem;
  }
  .footer1__links {
    border-right: 0;
  }
  .scroll-top {
    display: none;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .footer1 {
    overflow: hidden;
  }
  .footer1 .container {
    padding-inline: 20px;
  }
  .footer1__title3 {
    margin-top: 3rem;
  }
  .footer1__moreinfo .content {
    width: 100%;
  }
  .footer1__links li {
    margin-bottom: 25px;
  }
  .footer1 {
    text-align: center;
  }
  .footer1 .container {
    max-width: 100%;
  }
  .footer1 .title-light {
    font-size: 50px;
  }
  .footer1__links {
    text-align: left;
  }
  .footer1__moreinfobg,
  .footer1__deco4,
  .footer1__deco1,
  .footer1__requestdemo {
    display: none;
  }
  .footer1__moreinfo {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .footer1 .container {
    --bs-gutter-x: 50px;
  }
  .footer1__moreinfo .title-light {
    top: -25px;
  }
  .footer1__deco3 {
    opacity: 1;
    transform: translate3d(50%, -30%, 0);
    width: 200px;
  }
  .footer1__deco2 {
    width: 200px;
  }
}
/* Small Mobiles */
.demosection {
  position: relative;
  padding: 50px 0;
  background-color: transparent;
  height: auto;
}
@media (min-width: 2200px) {
  .demosection {
    padding: 65px;
  }
}
.demosection::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  right: 0;
  background: url(../images/digilion-bg.svg) no-repeat left bottom;
}
.demosection::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: url(../images/digilion-bg.svg) no-repeat left bottom;
  transform: rotate(180deg);
}
.demosection .container {
  max-width: calc(100% - 300px);
  position: relative;
  z-index: 1;
}
@media (min-width: 2200px) {
  .demosection--contact .container {
    max-width: calc(100% - 390px);
  }
}
@media (max-width: 1800px) {
  .demosection--contact .container {
    max-width: calc(100% - 220px);
  }
}
@media (max-width: 1199.98px) {
  .demosection--contact .container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 767.98px) {
  .demosection--contact .container .container {
    --bs-gutter-x: 50px;
    max-width: 100%;
    padding-inline: 20px;
  }
}
.demosection .input-wrap {
  margin-bottom: 1vh;
}
.demosection__btn2 {
  width: 224px;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/contact/deco2.svg) no-repeat center center;
  background-size: cover;
  margin-top: 0px;
}
@media (min-width: 2200px) {
  .demosection__btn2 {
    width: 291.2px;
    height: 291.2px;
    margin-top: 39px;
  }
}
.demosection__btn2 .requestdemo {
  color: #fff;
}
.demosection__btn2__wrapper {
  display: flex;
  align-items: end;
  justify-content: end;
}
.demosection__top {
  border-bottom: 10px solid #000000;
  margin-bottom: 40px;
}
@media (min-width: 2200px) {
  .demosection__top {
    margin-bottom: 52px;
  }
}
.demosection__top .text-end {
  display: flex;
  justify-content: end;
  padding-bottom: 10px;
}
.demosection__btn-wrapper {
  display: flex;
  justify-content: end;
}
.demosection__deco1 {
  position: absolute;
  left: 0;
  bottom: 70px;
  line-height: 1;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  left: 74px;
  opacity: 0.25;
  pointer-events: none;
}
@media (min-width: 2200px) {
  .demosection__deco1 {
    left: 99px;
  }
}
.demosection__title1 {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs36);
  line-height: 1;
}
.demosection__title2 {
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs80);
  line-height: 1;
}
.demosection__undertitle {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs16);
}
.demosection__deco2 {
  max-width: calc(12rem * var(--resp));
}
.demosection .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000000;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  box-shadow: none;
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs16);
  background-color: transparent;
}
.demosection .form-control:focus,
.demosection .form-control :active {
  outline: none;
}
.demosection .form-control::-moz-placeholder {
  color: #000000;
}
.demosection .form-control::placeholder {
  color: #000000;
}
.demosection .form-label {
  font-style: italic;
  font-weight: 300;
  font-size: var(--fs16);
}
.demosection form .row {
  --bs-gutter-x: 4.5rem;
}
.demosection form .row > div {
  margin-bottom: 0px;
  --bs-gutter-x: 4.5rem;
}
@media (min-width: 2200px) {
  .demosection form .row > div {
    margin-bottom: 20px;
  }
}
.demosection .select-wrap {
  position: relative;
}
.demosection .select-wrap::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 12px;
  pointer-events: none;
}

.content-area {
  border-left: 1px solid #c8c8c8;
  padding-left: 3vw;
  min-height: 16.8rem;
}
@media (max-width: 1199.98px) {
  .content-area {
    border-left: 0;
  }
}
.content-area h4 {
  font-weight: 600;
  margin-bottom: 2rem;
}

.demosection__title2--new {
  font-size: var(--fs50);
  margin-top: 0.8rem;
}

.thanks-page .hero1__orbiter--thanks {
  max-width: 30vw;
  width: auto;
  height: 100%;
  margin-top: 0;
}
@media (max-width: 1600px) {
  .thanks-page .hero1__orbiter--thanks {
    max-width: 24vw;
  }
}
@media (max-width: 768px) {
  .thanks-page .hero1__orbiter--thanks {
    max-width: 85vw;
    margin-top: -3rem;
  }
}
@media (max-width: 768px) {
  .thanks-page.contact1 .rightmain {
    padding-inline: calc(3vw + 0.75rem);
  }
  .thanks-page.contact1 .rightmain .title-light.contact1__headh2 {
    font-size: 9vw;
  }
}

.thanks-section {
  padding-block: 2.2rem 0;
  max-width: 85%;
}
@media (max-width: 1600px) {
  .thanks-section {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .thanks-section {
    min-width: 100%;
  }
}
.thanks-section .thanks-title {
  font-weight: 600;
  font-size: var(--fs24);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.thanks-section p {
  font-size: var(--fs18);
  margin-bottom: 1.5rem;
}
.thanks-section a.explore {
  color: var(--black) !important;
  padding-left: 110px;
  font-weight: bold;
  min-width: 14rem;
}
.thanks-section a.explore::before {
  left: 2px;
  margin-top: -0.5px;
  margin-top: 0.25px;
  border-bottom: 1.5px solid var(--black);
  border-left: 1.5px solid var(--black);
}
.thanks-section a.explore::after {
  left: 1.25px;
  height: 1.5px;
  width: 100px;
  margin-top: 0.15px;
  background-color: var(--black);
}
.thanks-section a.explore:hover, .thanks-section a.explore:focus, .thanks-section a.explore:active {
  animation: pdleft 0.3s ease-in-out forwards;
}
.thanks-section a.explore:hover::before, .thanks-section a.explore:focus::before, .thanks-section a.explore:active::before {
  animation: exploreAnim 0.55s ease-in-out forwards;
}
.thanks-section a.explore:hover::after, .thanks-section a.explore:focus::after, .thanks-section a.explore:active::after {
  animation: exploreAnim2 0.3s ease-in-out forwards;
}
@keyframes pdleft {
  from {
    padding-left: 110px;
  }
  to {
    padding-left: 26px;
  }
}
@keyframes exploreAnim {
  from {
    left: 18px;
    opacity: 0;
  }
  to {
    left: 2px;
    opacity: 1;
  }
}
@keyframes exploreAnim2 {
  from {
    width: 100px;
    opacity: 0;
  }
  to {
    width: 18px;
    opacity: 1;
  }
}

@media (max-width: 1800px) {
  .demosection {
    padding: 30px 0;
  }
  .demosection__top {
    border-bottom: 5px solid #000000;
    margin-bottom: 20px;
  }
  .demosection__btn2 {
    width: 200px;
    height: 200px;
  }
  .demosection__deco1 {
    left: 57px;
    bottom: 50px;
  }
}
@media (max-width: 1400px) {
  .demosection__deco1 {
    left: 51px;
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .demosection__title1 {
    font-size: var(--fs50);
  }
  .demosection__title2 {
    font-size: var(--fs80);
  }
  .demosection__undertitle {
    font-size: var(--fs20);
  }
  .demosection .header1__logo-wrapper {
    padding-left: 0;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .demosection {
    overflow: hidden;
  }
  .demosection__deco2 {
    max-width: 90%;
  }
  .demosection form .row > div {
    margin-bottom: 10px;
  }
  .demosection .container {
    max-width: 100%;
  }
  .demosection__title1--new {
    font-size: 6vw;
  }
  .demosection__title2 {
    font-size: 15vw;
    margin-right: -10vw;
  }
  .demosection__title2--new {
    font-size: 10vw;
    margin-right: -1rem;
    padding-bottom: 0.5rem;
    line-height: 1.2;
  }
  .demosection__deco2--new {
    max-width: 100%;
  }
  .demosection__deco2--new img {
    max-width: 120%;
    margin-top: -1rem;
    margin-left: -0.75rem;
  }
  .content-area {
    margin-top: 2rem;
    padding-left: 0;
  }
  .content-area h4 {
    margin-bottom: 1.2rem;
    text-wrap: pretty;
  }
  .demosection .select-wrap::after {
    width: 10px;
    height: 10px;
  }
  .demosection__top .text-end {
    align-items: start;
  }
  .demosection__undertitle {
    width: 200%;
  }
  .demosection__btn-wrapper {
    justify-content: center;
    margin-top: 30px;
  }
  .demosection__deco1 {
    left: 43px;
    font-size: 50px;
    white-space: nowrap;
  }
}
/* Small Mobiles */
@media (max-width: 575.98px) {
  .demosection .header1__logo-wrapper a > img {
    width: 40vw;
  }
  .demosection__deco1 {
    margin-bottom: 0;
    bottom: unset;
    top: 70vh;
  }
  .demosection .select-multiple .btn-secondary {
    background-color: transparent !important;
  }
  .demosection .select-multiple .dropdown-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .header1--new {
    padding-right: 22px;
  }
  .header1__logo-wrapper--new {
    padding-left: 20px;
  }
  .btn-dark--msubmit {
    height: 2.4rem;
    width: 100%;
    font-size: calc(1.35rem * var(--resp));
  }
  footer.footer1 ul {
    max-width: 26vw;
    margin: 0.5rem auto 0;
  }
}
@media (max-width: 359.98px) {
  footer.footer1 ul {
    max-width: 32vw;
  }
}
/* Team */
@keyframes rotate360 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.teamSec {
  display: flex;
  background-color: #101010;
  color: #fff;
}
.teamSec__deco1 {
  width: 12.6vw;
  position: absolute;
  top: 2vw;
  left: 2.5rem;
  pointer-events: none;
}
.teamSec .rightmain {
  padding: 0;
}
.teamSec .leftside__top, .teamSec__mentors {
  height: calc(768px * var(--resp));
}
.teamSec .leftside__bottom, .teamSec__experts {
  min-height: calc(526px * var(--resp));
  height: calc(526px * var(--resp));
}
.teamSec__mentors {
  position: relative;
  padding: 3vw;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: calc(369px * var(--resp)) auto;
}
.teamSec__mentors .outlined-light {
  color: #C1C1C1;
}
.teamSec__mentors .outlined-solid-light span:last-child {
  color: #C1C1C1 !important;
}
.teamSec__mentors-all {
  display: flex;
  justify-content: space-around;
}
.teamSec__mentors-single {
  text-align: center;
  color: #D9D9D9;
}
.teamSec__mentors-img {
  width: calc(299px * var(--resp));
  height: calc(299px * var(--resp));
  margin-bottom: calc(18px * var(--resp));
  border: 1px solid #828181;
  border-radius: 50%;
  padding: calc(15px * var(--resp));
  filter: grayscale(1);
  transition: 0.23s ease-out;
}
.teamSec__mentors-img::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(15px * var(--resp));
  height: calc(15px * var(--resp));
  background-color: #fff;
  border-radius: calc(15px * var(--resp));
  top: calc(36px * var(--resp));
  left: calc(36px * var(--resp));
  transform-origin: calc(112px * var(--resp)) calc(112px * var(--resp));
  animation: rotate360 5s linear infinite forwards;
  animation-play-state: paused;
}
.teamSec__mentors-all .teamSec__mentors-single:nth-child(1) .teamSec__mentors-img::after {
  animation-delay: 0s;
}
.teamSec__mentors-all .teamSec__mentors-single:nth-child(2) .teamSec__mentors-img::after {
  animation-delay: -1s;
}
.teamSec__mentors-all .teamSec__mentors-single:nth-child(3) .teamSec__mentors-img::after {
  animation-delay: -2s;
}
.teamSec__mentors-all .teamSec__mentors-single:nth-child(4) .teamSec__mentors-img::after {
  animation-delay: -3s;
}
.teamSec__mentors-single:hover .teamSec__mentors-img {
  filter: grayscale(0);
}
.teamSec__mentors-desg {
  font-size: calc(18px * var(--resp));
  color: #D9D9D9;
  letter-spacing: 2.52px;
}
.teamSec__mentors-name {
  font-weight: bold;
  font-style: italic;
  font-size: calc(30px * var(--resp));
  color: #D9D9D9;
  margin-bottom: calc(5px * var(--resp));
}
.teamSec__mentors-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(15px * var(--resp));
}
.teamSec__mentors-social a {
  border: 1px solid #828181;
  border-radius: 50%;
  width: calc(40px * var(--resp));
  height: calc(40px * var(--resp));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.23s ease-out;
}
.teamSec__mentors-social a:hover {
  background-color: #222;
}
.teamSec__mentors-social a img {
  height: calc(15px * var(--resp));
}
.teamSec__mentors-arrow {
  position: absolute;
  right: calc(60px * var(--resp));
  bottom: calc(10px * var(--resp));
}
.teamSec__experts {
  position: relative;
  background-color: #DFDFDF;
  padding: 3vw;
  background-image: url("../images/team/deco2.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: calc(369px * var(--resp)) auto;
  overflow: hidden;
  display: block;
  width: calc(100vw - 335px);
  max-width: 100%;
}
.teamSec__experts .outlined-light {
  color: #C1C1C1;
}
.teamSec__experts .outlined-solid-light span {
  color: #101010 !important;
}
.teamSec__experts .outlined-solid-light span:last-child {
  color: #C1C1C1 !important;
}
.teamSec__experts-all {
  display: block;
  overflow: hidden;
  justify-content: space-around;
}
.teamSec__experts-single {
  text-align: center;
  color: #101010;
}
.teamSec__experts-img {
  width: calc(188px * var(--resp));
  height: calc(188px * var(--resp));
  margin-bottom: calc(18px * var(--resp));
  border: 1px solid #828080;
  border-radius: 50%;
  padding: calc(10px * var(--resp));
  filter: grayscale(1);
  transition: 0.23s ease-out;
  margin-inline: auto;
}
.teamSec__experts-img::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(12.5px * var(--resp));
  height: calc(12.5px * var(--resp));
  background-color: #fff;
  border-radius: calc(15px * var(--resp));
  top: calc(20px * var(--resp));
  left: calc(20px * var(--resp));
  transform-origin: calc(72.5px * var(--resp)) calc(72.5px * var(--resp));
  animation: rotate360 5s linear infinite forwards;
  animation-play-state: paused;
}
.teamSec__experts-all .owl-carousel .owl-item:nth-child(2n+1) .teamSec__experts-img::after {
  animation-delay: 0s;
}
.teamSec__experts-all .owl-carousel .owl-item:nth-child(2n+2) .teamSec__experts-img::after {
  animation-delay: -1s;
}
.teamSec__experts-all .owl-carousel .owl-item:nth-child(2n+3) .teamSec__experts-img::after {
  animation-delay: -2s;
}
.teamSec__experts-all .owl-carousel .owl-item:nth-child(2n+4) .teamSec__experts-img::after {
  animation-delay: -3s;
}
.teamSec__experts-single:hover .teamSec__experts-img {
  filter: grayscale(0);
}
.teamSec__experts-desg {
  font-size: calc(14px * var(--resp));
  color: #101010;
  letter-spacing: 2.52px;
}
.teamSec__experts-name {
  font-weight: bold;
  font-style: italic;
  font-size: calc(20px * var(--resp));
  color: #101010;
  margin-bottom: calc(5px * var(--resp));
}
.teamSec__experts-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10px * var(--resp));
}
.teamSec__experts-social a {
  border: 1px solid #828181;
  border-radius: 50%;
  width: calc(32px * var(--resp));
  height: calc(32px * var(--resp));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.23s ease-out;
}
.teamSec__experts-social a:hover {
  background-color: #e0e0e0;
}
.teamSec__experts-social a img {
  height: calc(12px * var(--resp));
  filter: invert(0.5);
}
.teamSec__experts-arrow {
  position: absolute;
  right: calc(60px * var(--resp));
  bottom: calc(10px * var(--resp));
  cursor: pointer;
}
.teamSec.section--active .teamSec__experts-all .teamSec__experts-single .teamSec__experts-img::after {
  animation-play-state: running;
}
.teamSec.section--active .teamSec__mentors-all .teamSec__mentors-single .teamSec__mentors-img::after {
  animation-play-state: running;
}

@media (min-width: 2200px) {
  .teamSec__experts {
    width: 78vw;
  }
  .teamSec__deco1 {
    width: 14vw;
    top: 3.5vw;
    left: 9rem;
  }
  .teamSec__deco1 img {
    width: 100%;
  }
  .teamSec__mentors-all {
    gap: 6vw;
  }
  .teamSec .leftside__top {
    padding-right: 3vw;
  }
  .teamSec .leftside__top .mob-flex img {
    width: 100%;
  }
  .teamSec .leftside__top,
  .teamSec__mentors {
    height: calc(800px * var(--resp));
  }
}
@media (max-width: 1400px) {
  .teamSec__experts {
    width: calc(100vw - 278px);
  }
  .teamSec__deco1 {
    width: 14vw;
    top: 2.6vw;
  }
  .teamSec__mentors-all {
    gap: 8vw;
  }
}
@media (max-width: 1200px) {
  .teamSec__deco1 {
    width: 18.6vw;
  }
  .teamSec__experts {
    width: calc(100vw - 300px);
  }
  .teamSec__mentors-img {
    width: calc(299px * var(--resp) * 0.85);
    height: calc(299px * var(--resp) * 0.85);
  }
  .teamSec__mentors-img::after {
    top: calc(36px * var(--resp) * 0.85);
    left: calc(36px * var(--resp) * 0.85);
    transform-origin: calc(112px * var(--resp) * 0.85) calc(112px * var(--resp) * 0.85);
  }
  .teamSec__experts-img {
    width: calc(188px * var(--resp) * 0.85);
    height: calc(188px * var(--resp) * 0.85);
  }
  .teamSec__experts-img::after {
    top: calc(20px * var(--resp) * 0.85);
    left: calc(20px * var(--resp) * 0.85);
    transform-origin: calc(72.5px * var(--resp) * 0.85) calc(72.5px * var(--resp) * 0.85);
  }
}
@media (max-width: 991.98px) {
  .teamSec {
    flex-direction: column;
  }
  .teamSec .leftside {
    width: 100%;
    flex-direction: column;
  }
  .teamSec .leftside__top {
    display: none;
  }
  .teamSec .leftside .mob-flex img {
    margin-right: 10px;
  }
  .teamSec .about1__title1 {
    font-size: var(--fs55);
  }
  .teamSec .leftside__top,
  .teamSec .leftside__bottom {
    width: 100%;
    min-height: auto;
  }
  .teamSec__mentors {
    height: auto;
  }
  .teamSec__experts {
    width: 100%;
    min-height: auto;
    height: auto;
  }
  .teamSec__mentors-img {
    width: calc(299px * var(--resp) * 0.45);
    height: calc(299px * var(--resp) * 0.45);
    margin-inline: auto;
  }
  .teamSec__mentors-img::after {
    top: calc(36px * var(--resp) * 0.45);
    left: calc(36px * var(--resp) * 0.45);
    transform-origin: calc(112px * var(--resp) * 0.45) calc(112px * var(--resp) * 0.45);
  }
  .teamSec__experts-img {
    width: calc(188px * var(--resp) * 0.7);
    height: calc(188px * var(--resp) * 0.7);
    margin-inline: auto;
  }
  .teamSec__experts-img::after {
    top: calc(36px * var(--resp) * 0.45);
    left: calc(36px * var(--resp) * 0.45);
    transform-origin: calc(112px * var(--resp) * 0.45) calc(112px * var(--resp) * 0.45);
  }
  .teamSec__mentors-desg {
    font-size: calc(18px * var(--resp) * 0.65);
    color: #D9D9D9;
    letter-spacing: 2.52px;
  }
  .teamSec__mentors-name {
    font-size: calc(30px * var(--resp) * 0.65);
    line-height: 1.2;
  }
  .teamSec__deco1 {
    width: 32vw;
    left: 5vw;
  }
  .teamSec__mentors-social {
    gap: calc(5px * var(--resp));
  }
  .teamSec__mentors,
  .teamSec__experts {
    padding: 25px 10px 45px 10px;
  }
  .teamSec .owl-dots {
    display: none;
  }
  .teamSec__experts-arrow {
    right: 20px;
  }
  .teamSec__mentors-all {
    /* gap: 2rem; */
    gap: 4vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .teamSec__mentors-img {
    width: 10rem;
    height: 10rem;
  }
  .teamSec__mentors-img::after {
    display: none;
  }
}
.insights {
  display: flex;
  color: #101010;
  background-color: #fff;
  min-height: 100vh;
  position: relative;
}
.insights__deco1 {
  position: absolute;
  top: 2rem;
  left: 5rem;
  width: 35vw;
  opacity: 0.68;
}
@media (min-width: 2200px) {
  .insights__deco1 {
    left: 6vw;
  }
}
.insights__deco1 img {
  width: 100%;
}
.insights__container {
  padding: 4vw 3vw 3vw;
  padding-left: 80px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media (min-width: 2200px) {
  .insights__container {
    padding-left: 8vw;
  }
}
.insights__container .outlined-light {
  margin-bottom: 0.5rem;
}
.insights__container .outlined-solid-light span {
  color: #000;
}
.insights__container .outlined-solid-light span:last-child {
  color: #101010;
}
.insights__title1 {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.125;
}
@media (min-width: 2200px) {
  .insights__title1 {
    font-size: 6vw;
  }
}
.insights__sub {
  font-size: var(--fs36);
}
.insights__sub span {
  font-weight: 600;
  font-family: var(--ff2);
}
.insights__listing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: min(8vh, 6rem) 0 5rem;
}
.insights__listing li {
  max-width: min(30%, 440px * var(--resp));
  flex: 0 0 min(30%, 440px * var(--resp));
}
.insights__block {
  background-color: #000;
  color: white;
  padding: calc(1.85rem * var(--resp));
}
.insights__block .title {
  line-height: 1;
  font-size: var(--fs64);
  font-family: var(--ff3);
  margin-bottom: calc(0.65rem * var(--resp));
}
@media (max-width: 1600px) {
  .insights__block .title {
    margin-bottom: calc(1rem * var(--resp));
  }
}
.insights__block .para-wrap {
  padding-top: 1rem;
  font-size: var(--fs18);
}
.insights__block a.explore {
  font-weight: 600;
  font-size: var(--fs12);
  margin-top: 1.8rem;
  padding-right: 0.8rem;
}
@media (min-width: 2200px) {
  .insights__block a.explore {
    font-size: 14px;
  }
}
.insights__block--content {
  padding-right: 1rem;
  display: flex;
  align-items: center;
  gap: calc(1.65rem * var(--resp));
}
.insights__block--content > img {
  width: calc(3.8rem * var(--resp));
  margin-bottom: calc(-4.25rem * var(--resp));
  height: calc(20rem * var(--resp));
}

@media (min-width: 2200px) {
  .insights__deco1 {
    width: 31vw;
  }
}
@media (max-width: 1600px) {
  .insights__deco1 {
    max-width: 34vw;
  }
}
@media (max-width: 1400px) {
  .insights__deco1 {
    left: 30px;
    max-width: 30vw;
    top: 1rem;
  }
  .insights__container {
    padding-left: 50px;
  }
  .insights__title1 {
    font-size: 5vw;
  }
  .insights__listing li {
    max-width: min(30%, 400px * var(--resp));
    flex: 0 0 min(30%, 400px * var(--resp));
  }
}
@media (max-width: 991.98px) {
  .insights__container {
    padding-inline: 3vw;
  }
  .insights__title1 {
    font-size: var(--fs55);
  }
  .insights__listing {
    margin-top: min(5vh, 2rem);
  }
  .insights__deco1 {
    max-width: 65vw;
    top: -1.5rem;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .insights__listing {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .insights__listing li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .insights__block--content > img {
    width: 12rem;
    height: 14rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.career-sec1.about1 {
  align-items: stretch;
}
.career-sec1.about1 .leftside {
  height: auto;
}
.career-sec1.about1 .leftside__top {
  background-color: #DFDFDF;
  color: #101010;
}
.career-sec1.about1 .leftside__top-desc2 {
  margin-bottom: 0;
}
@media (min-width: 2200px) {
  .career-sec1.about1 .leftside__top {
    padding-right: 65px;
  }
}
.career-sec1.about1 .leftside__top img {
  margin-left: 0;
}
.career-sec1.about1 .leftside__bottom {
  height: auto;
  flex: 1;
}
.career-sec1__whyjoinus {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  font-size: var(--fs36);
  margin-bottom: 40px;
}
.career-sec1__whyjoinus i {
  font-family: var(--ff2);
  font-weight: 700;
}
@media (min-width: 2200px) {
  .career-sec1 .about1__content1 img {
    min-height: 200px;
  }
}
.career-sec1 .rightmain {
  background-color: #101010;
  color: white;
  height: auto;
  padding-top: min(8vh, 8rem);
}
.career-sec1 .rightmain .title-light {
  color: white;
}
.career-sec1 .rightmain .outlined-solid-light {
  color: #828181;
}
.career-sec1 .rightmain .outlined-solid-light span:last-child {
  color: #828181;
}
.career-sec1 .about1__content1 img {
  max-height: 180px;
}

.career-sec2 {
  padding-block: min(18vh, 12rem) 75px;
  position: relative;
}
.career-sec2__deco1 {
  position: absolute;
  right: 0;
  top: 1vw;
}
@media (min-width: 2200px) {
  .career-sec2__deco1 {
    width: 35vw;
  }
}
.career-sec2__title1 {
  font-weight: 700;
  font-size: var(--fs100);
  line-height: 1;
}
.career-sec2__title2 {
  font-size: var(--fs36);
  line-height: 1;
}
.career-sec2__title3 {
  font-size: var(--fs36);
  font-family: var(--ff2);
  line-height: 1;
  font-weight: 600;
  font-style: italic;
}
.career-sec2 .container {
  max-width: calc(100% - 300px);
}
.career-sec2__content {
  border-top: 10px solid #000;
  margin-top: 35px;
}
@media (min-width: 2200px) {
  .career-sec2__content {
    margin-top: 45.5px;
  }
}
.career-sec2__single {
  display: flex;
  align-items: center;
}
.career-sec2__single-left {
  width: 25%;
}
.career-sec2__single-right {
  width: 75%;
  padding: 40px 20px 40px 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 2200px) {
  .career-sec2__single-right {
    padding: 52px 26px 52px 0;
  }
}
.career-sec2__applynow {
  width: 224px;
  height: 224px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/contact/deco2.svg) no-repeat center center;
  background-size: cover;
  margin-top: 30px;
  margin-inline: auto;
}
.career-sec2__applynow .requestdemo {
  color: #fff;
}
.career-sec2__applynow .requestdemo .requestdemo__text1 {
  padding-right: 4px;
}
@media (min-width: 2200px) {
  .career-sec2__applynow {
    width: 291.2px;
    height: 291.2px;
  }
}
.career-sec2 h3 {
  font-weight: 600;
  font-size: var(--fs38);
  margin-bottom: 30px;
}
.career-sec2 p {
  font-size: var(--fs20);
  margin-bottom: 30px;
}
.career-sec2 .bullets {
  font-weight: 600;
  font-style: italic;
}
.career-sec2 .bullets li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

/* Laptops */
@media (max-width: 1800px) {
  .career-sec1 {
    min-height: calc(100vh - 90px);
  }
  .career-sec2 {
    padding-bottom: 50px;
  }
  .career-sec2 .container {
    max-width: calc(100% - 145px);
  }
  .career-sec2__single-right {
    padding: 30px 20px 30px 0;
  }
  .career-sec2__applynow {
    width: 165px;
    height: 165px;
  }
  .career-sec2 .bullets li {
    margin-bottom: 10px;
  }
  .career-sec2 h3 {
    margin-bottom: 20px;
  }
}
/* Small Laptops */
@media (max-width: 1400px) {
  .career-sec2 {
    padding-bottom: 35px;
  }
  .career-sec2 .container {
    max-width: calc(100% - 200px);
  }
  .career-sec2__deco1 {
    max-width: 32vw;
  }
  .career-sec1 .rightmain {
    padding-top: min(4vh, 4rem);
  }
  .career-sec1 .about1__content1 img {
    max-height: 125px;
  }
  .career-sec1 .about1__desc1 {
    max-width: 260px;
  }
  .career-sec1 .about1__title1 {
    margin-bottom: 6px;
  }
  .career-sec1 .leftside__top {
    height: 75%;
  }
  .career-sec2__content {
    margin-top: 25px;
  }
}
/* Tablets Landscapes */
@media (max-width: 1199.98px) {
  .career-sec1.about1 {
    height: auto;
  }
  .career-sec2 .container {
    max-width: calc(100% - 40px);
  }
}
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .career-sec1 .rightmain .title-light {
    font-size: var(--fs55);
  }
  .career-sec1 .about1__content1 {
    row-gap: 3rem;
    align-items: flex-end;
  }
  .career-sec1 .about1__content1 img {
    max-height: 112px;
  }
  .career-sec1 .about1__desc1 {
    max-width: 100%;
    font-size: var(--fs18);
  }
  .career-sec1 .leftside__top-page-title {
    display: none;
  }
  .career-sec2 {
    padding-block: min(11vh, 6rem) 0;
  }
  .career-sec2__single-right {
    border: 0;
    padding-bottom: 0;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .title-digilion img {
    height: 5.35vw;
    margin-top: -7px;
  }
  .career-sec1__whyjoinus {
    height: 80px;
    margin-bottom: 50px;
  }
  .career-sec2 .career-sec2__deco1 {
    margin-left: auto;
    display: block;
  }
  .career-sec2__title1 {
    font-size: 10vw;
  }
  .career-sec2 .container {
    max-width: calc(100% - 10px);
  }
  .career-sec2__single {
    flex-direction: column-reverse;
  }
  .career-sec2__single-left,
  .career-sec2__single-right {
    width: 100%;
  }
  .career-sec2__single-left {
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 50px;
  }
  .career-sec2__deco1 {
    max-width: 60vw;
  }
}
/* Small Mobiles */
.hero1.hero2 {
  min-height: calc(100vh - 120px);
}
.hero1.hero2 .leftside__top {
  position: relative;
}
.hero1.hero2 .leftside__top-bg1 {
  opacity: 0.4;
  position: absolute;
  right: 0rem;
  top: 60%;
  left: unset;
  transform: translateY(-50%);
  max-width: calc(15rem * var(--resp));
}
.hero1.hero2 .leftside,
.hero1.hero2 .rightmain {
  height: auto;
}
.hero1.hero2 .rightmain {
  justify-content: start;
}
.hero1.hero2 .hero1__illustration {
  right: unset;
  left: 0;
}
.hero1.hero2 .hero1__orbiter {
  left: auto;
  right: 2.5%;
}
@media (min-width: 2200px) {
  .hero1.hero2 .hero1__orbiter {
    top: 50%;
  }
}
.hero1.hero2 .hero2__deco11 {
  position: absolute;
  top: 25px;
  left: 25px;
}
.hero1.hero2 .hero2__bottomtext1 {
  font-size: var(--fs16);
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 80%;
  padding: 2% 4%;
  text-align: right;
}
.hero1.hero2 .active-menu-item {
  margin-bottom: min(10vh, 6.5rem);
}

@media (min-width: 2200px) {
  .hero1.hero2 .leftside__top-bg1 {
    width: 100%;
    top: 54%;
  }
  .hero1.hero2 .hero1__orbiter {
    top: 45%;
    height: 55rem;
  }
  .hero1.hero2 .active-menu-item {
    margin-bottom: min(12vh, 7.5rem);
  }
}
@media (max-width: 1800px) {
  .hero1.hero2 {
    min-height: calc(100vh - 90px);
  }
}
@media (max-width: 1400px) {
  .hero1.hero2 {
    min-height: calc(100vh - 70px);
  }
  .hero1.hero2 .leftside__top-bg1 {
    top: 62%;
    max-width: 11.2rem;
  }
}
@media (max-height: 900px) {
  .hero1.hero2 {
    min-height: 38.5rem;
  }
  .hero1.hero2 .hero1__orbiter {
    height: min(77vh, 30rem);
    top: 5%;
  }
  .hero1.hero2 .hero1__content {
    margin-bottom: 4.25rem;
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .hero1.hero2 .rightmain {
    padding-top: min(10vh, 5rem);
  }
  .hero1.hero2 .hero1__content img {
    margin-top: 0;
  }
  .hero1.hero2 .hero1__content {
    width: 100%;
  }
  .hero1.hero2 .hero1__title2,
  .hero1.hero2 .hero1__title3 {
    text-align: left;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .hero1.hero2 .hero2__deco11 {
    display: none;
  }
  .hero1.hero2 .hero2__bottomtext1 {
    max-width: 100%;
    text-align: left;
  }
}
/* Small Mobiles */
@media (max-width: 575.98px) {
  .hero1.hero2 .hero1__content img {
    position: absolute;
    right: -28vw;
    bottom: -24rem;
  }
  .hero1.hero2 .hero1__bottomtext1 {
    height: 11rem;
    text-align: left !important;
    max-width: 60%;
    left: 0;
    font-size: 0.938rem;
    height: auto;
  }
}
.services2 {
  display: flex;
  min-height: calc(100vh - 120px);
}
.services2 .leftside {
  height: auto;
}
.services2 .leftside__top {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: min(2vh, 2rem);
  justify-content: center;
}
.services2 .leftside__top img {
  margin-left: 0;
  max-width: 82%;
}
.services2 .leftside__top-desc2 {
  max-width: 82%;
  margin-right: auto;
}
.services2 .leftside__top .quote {
  max-width: 80%;
  width: 100%;
  margin-right: auto;
}
.services2 .rightmain {
  height: auto;
  color: white;
  background-color: #101010;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.services2 .rightmain .innovation1__single:last-of-type {
  margin-bottom: 0;
}
.services2 .rightmain .title-light {
  color: #D9D9D9;
}
.services2 .rightmain .outlined-solid-light {
  color: #D9D9D9;
}
.services2 .rightmain .outlined-solid-light span:last-child {
  color: #828181;
}
.services2 .innovation1__deco1 {
  top: 13.5%;
  left: 3vw;
  width: calc(26rem * var(--resp));
}

.services3 {
  text-align: center;
}
.services3__border {
  border-top: 10px solid #000;
  margin-bottom: 50px;
}
.services3__title1 {
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs34);
  line-height: 1.2;
}
.services3__title2 {
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs34);
  font-family: var(--ff2);
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 20px;
}
.services3__title3 {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs20);
  max-width: 70%;
  margin-inline: auto;
  margin-bottom: 30px;
}
.services3__flex {
  display: flex;
}
.services3__left {
  width: 50%;
  padding: 100px 100px;
  overflow: hidden;
  position: relative;
  background: url(../images/digilion-bg.svg) no-repeat 0% 150%;
}
@media (min-width: 2200px) {
  .services3__left {
    padding: 130px 130px;
  }
}
.services3__right {
  width: 50%;
  padding: 100px 100px;
  background: #F5F5F4;
}
@media (min-width: 2200px) {
  .services3__right {
    padding: 130px 130px;
  }
}
.services3left__single {
  margin-bottom: 60px;
}
.services3left__single-icon {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("../images/services3/left/bg.svg") no-repeat center center;
  background-size: contain;
}
.services3left__single-icon::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 65%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: black;
  border-radius: 50%;
}
.services3left__single-icon * {
  position: relative;
  z-index: 1;
}
.services3left__single-txt {
  position: relative;
}
.services3left__single-namewrap {
  display: inline-block;
  position: relative;
}
.services3left__single-name {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs20);
  position: relative;
  z-index: 1;
}
.services3left__single-number {
  color: #E4E4E4;
  font-size: 50px;
  font-family: var(--ff3);
  top: 50%;
  line-height: 1;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.services3right__single {
  margin-bottom: 60px;
}
.services3right__single-icon {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.services3right__single-icon * {
  position: relative;
  z-index: 1;
}
.services3right__single-txt {
  position: relative;
}
.services3right__single-namewrap {
  display: inline-block;
  position: relative;
}
.services3right__single-name {
  font-style: normal;
  font-weight: 600;
  font-size: var(--fs20);
  position: relative;
  z-index: 1;
}

@media (min-width: 2200px) {
  .services2 .innovation1__deco1 {
    top: 14.2%;
    width: 30rem;
  }
}
@media (max-width: 1800px) {
  .services2 {
    min-height: calc(100vh - 90px);
  }
  .services2 .innovation1__deco1 {
    top: 13.2%;
    width: calc(22rem * var(--resp));
  }
  .services3left__single-icon,
  .services3right__single-icon {
    width: 165px;
    height: 165px;
  }
  .services3left__single,
  .services3right__single {
    margin-bottom: 30px;
  }
  .services3right__single-icon img {
    width: 80%;
  }
}
@media (max-width: 1400px) {
  .services2 {
    min-height: calc(100vh - 70px);
  }
  .services2 .leftside__top {
    padding-block: 3rem;
  }
  .services2 .leftside__top-desc2 {
    max-width: 98%;
  }
  .services2 .innovation1__deco1 {
    width: 17.5rem;
    top: 16%;
  }
  .services2 .innovation1__single {
    margin-bottom: 0;
  }
  .services3__left,
  .services3__right {
    padding: 70px 50px;
  }
  .services3left__single-icon,
  .services3right__single-icon {
    width: 145px;
    height: 145px;
  }
  .services3__border {
    border-top: 7px solid #000;
  }
}
/* Tablets Landscapes */
@media (max-width: 1199.98px) {
  .services3 .row > .col {
    width: 50%;
  }
}
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .services3__flex {
    flex-direction: column;
  }
  .innovation1.services2 .leftside__top {
    display: block;
    width: 100%;
  }
  .services3__left,
  .services3__right {
    width: 100%;
    padding: 50px 20px;
  }
  .services2 {
    flex-flow: column-reverse;
  }
  .services2 .innovation1__title {
    margin-right: -1rem;
  }
  .services2 .rightmain .title-light {
    font-size: var(--fs55);
  }
  .services2 .leftside__top {
    width: 100%;
  }
  .services2 .leftside__top .quote, .services2 .leftside__top-desc2 {
    max-width: 100%;
    text-align: center;
  }
  .services2 .leftside__top img {
    margin-inline: auto;
    max-width: 100%;
  }
  .services3__title1, .services3__title2, .services3__title3 {
    text-align: left;
    max-width: 100%;
  }
}
/* Mobiles */
/* Small Mobiles */
.privacy-policy {
  --spaceVertical: min(12vh, 12rem * var(--resp));
  padding-top: var(--spaceVertical);
  padding-bottom: 50px;
  background-size: 70%;
}
.privacy-policy .career-sec2__single {
  border-bottom: 1px solid #000;
}
.privacy-policy .career-sec2__single:last-child {
  border-bottom: 0;
}
.privacy-policy .career-sec2__single-right {
  width: 100%;
  border-bottom: 0;
  padding-block: calc(var(--spaceVertical) - 6vh);
}
.privacy-policy__download {
  margin-top: calc(var(--spaceVertical) - 6vh);
}
.privacy-policy__download .requestdemo {
  color: #000;
  margin-left: auto;
}

.new-screens .career-sec2__deco1 {
  top: -3.5rem;
  width: calc(30vw + 10rem * var(--resp));
  opacity: 0.5;
}
.new-screens .career-sec2__title1 {
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .privacy-policy__download {
    display: none;
  }
  .privacy-policy {
    background-size: 180%;
    padding-top: min(10vh, 4rem);
  }
  .career-sec2__title1 {
    font-size: 15vw;
  }
  .new-screens .pt-md-0 {
    padding-top: 0 !important;
  }
  .new-screens .header1__logo-wrapper {
    padding: 0;
  }
  .new-screens .header1__logo-wrapper a {
    margin: 0;
    width: 100%;
  }
  .new-screens .header1__logo-wrapper img {
    width: 60%;
  }
  .new-screens .career-sec2__deco1 {
    top: -2rem;
    width: calc(25vw + 10rem * var(--resp));
    opacity: 1;
    max-width: unset;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .new-screens .career-sec2__deco1 {
    top: 0;
    width: calc(30vw + 10rem * var(--resp));
  }
}
/* Small Mobiles */
.events {
  --spaceVertical: min(6vh, 6rem * var(--resp));
  padding-block: var(--spaceVertical);
  background-size: 70%;
}
.events .career-sec2__content {
  margin-top: calc(var(--spaceVertical) - 1rem);
}
.events .career-sec2__single-right {
  padding-top: calc(var(--spaceVertical) - 2vh);
  padding-bottom: calc(var(--spaceVertical) - 3.5vh);
  padding-right: 0;
}
.events-gallery, .events-listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(425px, 1fr));
  gap: calc(2.25rem * var(--resp)) calc(1.8rem * var(--resp));
  justify-content: space-between;
  margin-top: calc(var(--spaceVertical));
}
.events-gallery {
  margin-top: calc(var(--spaceVertical) + 1vh);
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: calc(2rem * var(--resp));
  border: 2px dashed #616160;
  padding: calc(2rem * var(--resp));
}
.events-gallery .events-block__img-cover > img {
  min-height: calc(20rem * var(--resp));
}
.events-block {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: calc(2rem * var(--resp));
  border: 2px dashed #616160;
  padding: calc(1.65rem * var(--resp));
}
.events-block img {
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: top center;
}
.events-block img.scale-1 {
  scale: 1 !important;
}
.events-block:hover .events-block__img-cover > img {
  scale: 1.15;
}
.events-block__content {
  text-transform: uppercase;
  display: flex;
  flex-flow: column nowrap;
  gap: calc(0.5rem * var(--resp));
  margin-bottom: calc(var(--spaceVertical) - 2vh);
}
.events__each-heading {
  font-size: var(--fs22);
  font-weight: 700;
  color: #202942;
  margin-right: -0.5rem;
}
.events .other-info {
  display: flex;
  align-items: center;
  gap: calc(3rem * var(--resp));
  margin-bottom: calc(var(--spaceVertical) - 1vh);
}
.events .separator {
  border-top: 10px solid #000;
}
.events .grayText {
  font-size: var(--fs16);
  font-weight: 600;
  color: #585858;
  line-height: 1.2;
}
.events .marker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}
.events .marker img {
  margin: 0;
}
.events .marker span {
  font-size: var(--fs20);
  font-weight: 900;
  letter-spacing: 0.3rem;
  color: #151A1A;
}

.sub-headline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-headline-row__title {
  font-size: var(--fs20);
  font-weight: 600;
}

.new-screens__upper-wrap {
  display: flex;
  align-items: center;
  gap: calc(1.2rem * var(--resp));
}
.new-screens__upper-wrap .left {
  flex: 1;
}
.new-screens__upper-wrap .right {
  width: calc(32.5rem * var(--resp));
  flex-shrink: 0;
  border-radius: calc(20px * var(--resp));
}
.new-screens .focused-title {
  font-size: var(--fs20);
  font-weight: 700;
  text-align: center;
  padding-block: calc(var(--spaceVertical) - 2vh) var(--spaceVertical);
  border-bottom: 1px solid #000;
}

.btn-filter {
  border: 0;
  border-radius: 0;
  width: calc(67px * var(--resp));
  height: calc(67px * var(--resp));
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-filter img {
  width: 55%;
}
.btn-filter:hover {
  opacity: 0.8;
  background: #000;
}
.btn-filter:hover img {
  scale: 1.1;
}

.btn-camera {
  top: 1rem;
  right: 1rem;
  background: linear-gradient(129.19deg, rgba(151, 195, 233, 0.1) 2.66%, rgba(154, 197, 234, 0.12514) 4.93%, rgba(204, 225, 244, 0.13) 48.52%, #FFFFFF 93.47%), linear-gradient(0deg, rgba(168, 205, 237, 0.38), rgba(168, 205, 237, 0.38));
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(78px * var(--resp));
  height: calc(78px * var(--resp));
  border-radius: 10px;
  border: 1px solid rgba(168, 205, 237, 0.3803921569);
}
.btn-camera img {
  max-width: 70%;
}
.btn-camera:hover {
  opacity: 0.9;
}
.btn-camera:hover img {
  scale: 1.05;
}

@media (min-width: 2200px) {
  .events-gallery {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
  .events-gallery .events-block__img-cover > img {
    aspect-ratio: 1;
  }
}
@media (max-width: 1600px) {
  .events-listing {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
  .events-gallery {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .events {
    background-size: 180%;
  }
  .events .career-sec2__single-right {
    border-bottom: 1px solid #000;
  }
}
/* Mobiles */
@media (max-width: 767.98px) {
  .marker img {
    max-width: 1.2rem;
  }
  .events .career-sec2__content {
    margin-top: 0.5rem;
  }
  .events__each-heading {
    font-size: var(--fs28);
  }
  .events-listing {
    margin-top: calc(var(--spaceVertical) - 1.5vh);
  }
}
/* Small Mobiles */
@media (max-width: 575.98px) {
  .events .career-sec2__single-right {
    padding-bottom: calc(var(--spaceVertical) - 4.5vh);
  }
}
.blogs {
  --spaceVertical: min(6vh, 6rem * var(--resp));
  padding-block: var(--spaceVertical) 0;
  background-size: 70%;
}
.blogs .focused-title {
  margin-bottom: var(--spaceVertical);
}
.blogs .career-sec2__content {
  margin-top: calc(var(--spaceVertical) - 1rem);
}
.blogs .career-sec2__single {
  align-items: center;
  gap: calc(4.5rem * var(--resp));
}
.blogs .career-sec2__single-left {
  width: calc(32.5rem * var(--resp));
  flex-shrink: 0;
}
.blogs .career-sec2__single-left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 4/3.65;
  border-radius: calc(20px * var(--resp));
}
.blogs .career-sec2__single-right {
  padding-top: calc(var(--spaceVertical) - 2vh);
  padding-bottom: calc(var(--spaceVertical) - 3.5vh);
  padding-right: 0;
}
.blogs .career-sec2__single-right p {
  margin-block: calc(var(--spaceVertical) - 1vh) 0;
}
.blogs .sub-headline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: calc(var(--spaceVertical) - 2vh) calc(var(--spaceVertical));
  padding-bottom: calc(var(--spaceVertical) - 4vh);
  border-bottom: 1px solid #000;
}
.blogs .sub-headline-row__title {
  font-size: var(--fs20);
  font-weight: 600;
}
.blogs .other-info {
  margin-bottom: calc(var(--spaceVertical) - 1vh);
}
.blogs .separator {
  border-top: 10px solid #000;
  margin-top: var(--spaceVertical);
}

.blogs__insight {
  --spaceVertical: min(6vh, 6rem * var(--resp));
  min-height: unset;
}
.blogs__insight .insights__container {
  padding-inline: 0.75rem;
  padding-top: calc(var(--spaceVertical) + 5rem);
  margin-inline: auto;
  max-width: calc(100% - 300px);
}
.blogs__insight .insights__title1 .outlined-light {
  color: #000;
  -webkit-text-stroke-width: 1.5px;
}
.blogs__insight .insights__block .title {
  color: white;
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: white;
}
.blogs__insight .insights__sub {
  font-weight: 400;
}
.blogs__insight .insights__deco1 {
  left: unset;
  right: 0;
  top: 2vh;
  opacity: 0.6;
}

.comment-block .container {
  padding-inline: 0.75rem;
  border-bottom: 1px solid #000;
  margin-inline: auto;
  max-width: calc(100% - 300px);
}
.comment-block .comment-area {
  padding: calc(1.125rem * var(--resp)) calc(1rem * var(--resp));
  background-color: #F1F1F1;
}
.comment-block .comment-area__top {
  display: flex;
  align-items: center;
  gap: calc(0.85rem * var(--resp));
}
.comment-block .comment-area__top .img-cover {
  width: calc(99px * var(--resp));
  height: calc(99px * var(--resp));
  flex: 0 0 calc(99px * var(--resp));
  border: 2px solid #202942;
}
.comment-block .comment-area__top .img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-block .comment-area__top .form-control {
  flex: 1;
  margin: 0;
  border-radius: 0;
  font-size: var(--fs20);
  height: calc(100px * var(--resp));
  background-color: #fff;
  padding: 12px 1rem;
  color: #000;
}
.comment-block .comment-area__top .form-control::-moz-placeholder {
  color: #000;
}
.comment-block .comment-area__top .form-control::placeholder {
  color: #000;
}
.comment-block .comment-area__top .form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: #fff;
}
.comment-block .comment-area__bottom {
  margin-top: 1.4rem;
  padding-left: calc(99px * var(--resp) + 0.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.comment-block .comment-area__bottom .left,
.comment-block .comment-area__bottom .right {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.comment-block .comment-area__bottom .btn-transparent {
  padding: 0 0.25rem;
  background: transparent;
}
.comment-block .comment-area__bottom .btn-transparent img {
  max-height: calc(2rem * var(--resp));
}
.comment-block .comment-area__bottom .btn-transparent:hover, .comment-block .comment-area__bottom .btn-transparent:focus, .comment-block .comment-area__bottom .btn-transparent:active {
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.comment-block .btn-solid {
  min-width: calc(135px * var(--resp));
  border-radius: 0;
  height: calc(2.35rem * var(--resp));
  padding-inline: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: var(--fs16);
}
.comment-block .btn-solid:hover, .comment-block .btn-solid:focus, .comment-block .btn-solid:active {
  opacity: 0.925;
}
.comment-block .btn-solid--primary {
  background-color: #000;
}
.comment-block .btn-solid--primary:hover, .comment-block .btn-solid--primary:focus, .comment-block .btn-solid--primary:active {
  background-color: #000;
}

.comments {
  padding-block: min(6vh, 3rem) min(9vh, 5rem);
}
.comments > ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.comments .comment__inner {
  display: flex;
  gap: calc(12px * var(--resp));
}
.comments .comment__inner .img-cover {
  margin-top: 2px;
  width: calc(3rem * var(--resp));
  height: calc(3rem * var(--resp));
  flex: 0 0 calc(3rem * var(--resp));
  border: 1px solid #000;
}
.comments .comment__inner .img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.comments .comment__text .name {
  font-size: var(--fs20);
  font-weight: 600;
  color: #000;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.comments .comment__text p {
  font-size: var(--fs20);
  max-width: calc(1000px * var(--resp));
}
.comments .comment .actions-to-comments {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.comments .comment .actions-to-comments a,
.comments .comment .actions-to-comments span {
  font-size: var(--fs16);
  color: #90949C;
}
.comments .comment .actions-to-comments a {
  color: #000;
}
.comments .comment .actions-to-comments .plain-dot {
  line-height: 1;
  margin-top: -0.45rem;
  color: #C5C5C5;
}
.comments .comment--reply {
  padding: calc(2rem * var(--resp)) 1.5rem;
  margin-left: calc(3.875rem * var(--resp));
  margin-block: 3px;
  border-left: 1px solid #C5C5C5;
  position: relative;
}
.comments .comment--reply::before, .comments .comment--reply::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -3.5px;
  background-color: #C5C5C5;
}
.comments .comment--reply::before {
  top: 0;
}
.comments .comment--reply::after {
  bottom: 0;
}
.comments .comment--reply .img-cover {
  margin-top: 2px;
  width: calc(2.25rem * var(--resp));
  height: calc(2.25rem * var(--resp));
  flex: 0 0 calc(2.25rem * var(--resp));
}
.comments .comment--reply .actions-to-comments {
  margin-top: 0.25rem;
}
.comments .comment--reply .comment__text .name {
  font-size: var(--fs16);
}
.comments .comment--reply .comment__text p {
  margin-bottom: 0.75rem;
  font-size: var(--fs16);
}

.btn-filter {
  border: 0;
  border-radius: 0;
  width: calc(67px * var(--resp));
  height: calc(67px * var(--resp));
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-filter img {
  width: 55%;
}
.btn-filter:hover {
  opacity: 0.8;
  background: #000;
}
.btn-filter:hover img {
  scale: 1.1;
}

@media (max-width: 1600px) {
  .comment-block .container {
    max-width: calc(100% - 145px);
  }
  .blogs__insight .insights__container {
    max-width: calc(100% - 145px);
    padding-top: calc(var(--spaceVertical) + 4rem);
  }
}
@media (max-width: 1400px) {
  .comment-block .container,
  .blogs__insight .insights__container {
    max-width: calc(100% - 200px);
  }
}
/* Tablets Landscapes */
/* Tablets Portrait*/
@media (max-width: 991.98px) {
  .comment-block .container,
  .blogs__insight .insights__container {
    max-width: 100%;
  }
  .blogs__insight .insights__sub {
    display: none;
  }
  .comment-block .btn-solid {
    padding-inline: 0.25rem;
    min-width: unset;
  }
  .comment-block .btn-solid span {
    display: none;
  }
  .comment-block .btn-solid--primary {
    width: 90px;
    height: 2rem;
  }
  .new-screens__upper-wrap {
    flex-flow: column nowrap;
  }
  .btn-filter img {
    width: 85%;
  }
  .blogs .separator {
    margin-top: 0;
  }
  .blogs .other-info {
    margin-bottom: 1.2rem;
  }
}
/* Mobiles */
/* Small Mobiles */
@media (max-width: 575.98px) {
  .blogs .career-sec2__single-left {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */