@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #6f8ba4;
  font-family: "inter", sans-serif;
}

::selection {
  background: #cabd7a;
  color: #fff;
}

.section {
  padding-top: 150px;
}
.section-footer {
  padding-top: 30px;
}

a {
  text-decoration: none;
}

/* ********************* */
/* homepage */
/* ********************* */

.cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.page-top-home:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  left: -20%;
  top: -20%;
  right: -20%;
  bottom: -20%;
  z-index: -1;
  opacity: 0.7;
  background-image: linear-gradient(135deg, #3a3d41 0%, #212529 100%);
}

.cover .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

.cover .subtract-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.cover .home-contents .text {
  /* width: 619.12px; */
  height: 22.5px;
  text-align: center;
  z-index: 2;
  position: relative;
  margin-top: 460px;
}
.cover .home-contents .button {
  width: 223px;
  height: 49px;
  text-align: center;
  z-index: 2;
  position: relative;
  margin-top: 150px;
}

.cover .home-contents .arrow-container h1 {
  margin-top: 20px;
  line-height: 19.36px;
  letter-spacing: 5px;
  font-weight: 400;
  z-index: 2;
  font-size: 16px;
  color: #cabd7a;
  font-family: "Inter", sans-serif;
}

@media (max-width: 991px) {
  .page .cover {
    margin-top: 80px;
  }
  .page .cover h1 {
    font-size: 26px !important;
    line-height: 36px !important;
    height: auto !important;
    padding-bottom: 15px;
  }
  .page .cover .page-top {
    text-align: center;
  }
  .page .cover .page-top-home {
    text-align: center;
  }
}

/* ********************* */
/* scrollPage */
/* ********************* */
.scroll-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

.scroll-image-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 10;
  object-fit: cover;
}

.page-top,
.page-top-solution,
.page-top-forecasting,
.page-top-home {
  position: absolute;
  width: 100%;
  height: 100vh;
  text-align: left;
  z-index: 12;
  background-size: cover;
  background-position: center center;
}

.page-top-home .logo {
  width: 254px;
  height: 43px;
  margin-top: 70px;
  margin-left: -68px;
}

.page-top h1 {
  font-weight: 900;
  margin-top: 160px;
  margin-bottom: 135px;
  font-size: 38px;
  line-height: 59px;
  letter-spacing: 6px;
  color: #ffff;
  text-align: left;
  font-family: "Inter", sans-serif;
}
.page-top-home h1 {
  font-weight: 900;
  margin-top: 180px;
  margin-bottom: 50px;
  font-size: 38px;
  line-height: 59px;
  letter-spacing: 6px;
  color: #ffff;
  text-align: left;
  font-family: "Inter", sans-serif;
  width: 60%;
  animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-top-solution h1,
.page-top-forecasting h1 {
  font-weight: 900;
  margin-top: 160px;
  font-size: 38px;
  line-height: 59px;
  letter-spacing: 6px;
  color: #ffff;
  text-align: left;
  font-family: "Inter", sans-serif;
}
.page-top p,
.page-top-solution p,
.page-top-forecasting p,
.page-top-home p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Inter", sans-serif;
}

.page-top-home h4 {
  font-weight: 400;
  height: 117px;
  margin-top: 60px;
  font-size: 24px;
  line-height: 39px;
  color: #ffff;
  text-align: left;
  font-family: "Inter", sans-serif;
  margin-bottom: 100px;
  width: 55%;
  animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-top h4,
.page-top-solution h4,
.page-top-forecasting h4 {
  font-weight: 400;
  height: 117px;
  margin-top: 60px;
  font-size: 24px;
  line-height: 39px;
  color: #ffff;
  text-align: left;
  font-family: "Inter", sans-serif;
}
.page-top-home .arrow {
  width: 28px;
  height: 19px;
  text-align: center;
  z-index: 2;
  position: relative;
  color: #ffff !important;
  margin-top: 51px;
}
.page-top-home .scroll {
  width: 87px;
  height: 19px;
  color: #ffff !important;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: 5px;
}

.section.colored {
  background: #fff;
}

.left-heading .section-title {
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  width: max-content;
  height: 28px;
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  background-color: #cabd7a;
  text-align: center;
  font-family: "inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
}
.left-heading-solution .section-title {
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  width: max-content;
  height: 28px;
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  background-color: #cabd7a;
  text-align: center;
  font-family: "inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
}

.left-text {
  text-align: left;
}

.left-text p {
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  line-height: 43.57px;
  text-align: left;
  font-family: "inter", sans-serif;
  letter-spacing: 4px;
  width: 70%;
}
.left-text h1 {
  margin-bottom: 30px;
  color: #008f90;
  font-weight: 800;
  font-size: 54px;
  height: 39px;
  line-height: 39px;
  text-align: left;
  font-family: "inter", sans-serif;
}
.left-text span {
  margin-bottom: 30px;
  color: #636363;
  font-weight: 400;
  font-size: 18px;
  height: 84px;
  line-height: 28px;
  text-align: left;
  font-family: "inter", sans-serif;
}
.left-text h3 {
  margin-bottom: 5px;
  color: #636363;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-family: "inter", sans-serif;
  margin-top: 20px;
}

.left-text-solution .forecasting {
  display: flex;
  flex-direction: row;
}

.left-text-solution .forecasting .title {
  color: #008f90;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-left: 30px;
  margin-bottom: 0px !important;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.section.colored .rectangle9 {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: -20px 20px 1px #cabd7a;
}
.section.colored button {
  border: none;
  background-color: #cabd7a;
  border-radius: 20px;
  letter-spacing: 4px;
  margin-top: 105px;
  padding: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 10.2px;
  height: 32px;
  text-align: center;
  font-family: "inter", sans-serif;
}

.section.colored .x-logo {
  position: absolute;
  margin-top: -483px;
  transform: translate(-515px, 179px);
  z-index: 6;
}

.second-left-text {
  text-align: left;
}

.second-left-text p {
  margin-bottom: 30px;
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  width: 428px;
  height: 88px;
  line-height: 43.57px;
  text-align: left;
  font-family: "inter", sans-serif;
  letter-spacing: 4px;
}
.second-left-text h1 {
  color: #008f90;
  font-weight: 700;
  font-size: 22px;
  width: 320px;
  height: 39px;
  line-height: 28px;
  text-align: left;
  font-family: "inter", sans-serif;
}

.second-left-text h2 {
  margin-top: 30px;
  color: #1d1d1d;
  font-weight: 400;
  font-size: 18px;
  height: 84px;
  line-height: 28px;
  text-align: left;
  font-family: "inter", sans-serif;
  text-decoration: underline;
}
.second-left-text a {
  margin-bottom: 30px !important;
  color: #6fc0c0 !important;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 28px !important;
  text-align: left !important;
  font-family: "inter", sans-serif !important;
}

.second-left-text .left-border {
  border-left: 1px solid #cabd7a;
  height: 268px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.center-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section.background {
  background-color: #cabd7a;
  margin-top: 130px;
  padding-bottom: 20px;
}
.ellipse {
  position: relative;
  margin-top: -300px;
  overflow: hidden;
}

.image {
  position: absolute;
  margin-top: -300px;
  transform: translate(-128px, 105px);
  overflow: hidden;
  margin-right: 50px;
  width: 102px;
}
.image1 {
  position: absolute;
  margin-top: -300px;
  transform: translate(-128px, 133px);
  overflow: hidden;
  margin-right: 50px;
  width: 102px;
}

.center-text {
  align-items: center;
}

.center-text p {
  margin-bottom: 30px;
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  width: 428px;
  height: 88px;
  line-height: 43.57px;
  text-align: center;
  font-family: "inter", sans-serif;
}
.center-text h1 {
  color: #008f90;
  font-weight: 700;
  font-size: 22px;
  margin-top: -55px;
  line-height: 28px;
  text-align: center;
  font-family: "inter", sans-serif;
}
.center-text span {
  display: block;
  color: #636363;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-family: "inter", sans-serif;
}
.section.colored .x-logo-mobile {
  display: none;
}
@media (max-width: 991px) {
  .ellipse,
  .image,
  .image1 {
    display: none;
  }
  .section.colored .x-logo {
    display: none;
  }
  .section.colored .x-logo-mobile {
    display: none;
  }
}

/* *********** */
.header {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.first-box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background-color: transparent;
}

.header .container {
  position: absolute;
  bottom: 50px;
}

.header .container .text {
  position: relative;
  margin-bottom: 150px;
}

.header .container button {
  background-color: #cabd7a;
  width: 223px;
  height: 49px;
  font-family: "Inter", sans-serif;
  letter-spacing: 5px;
  border-radius: 20px;
  border: none;
  font-weight: 400;
  font-size: 24px;
}

.header .container .arrow-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.header .container .arrow-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: -14px;
}

.header .container .arrow-container .arrow {
  width: 28px;
  height: 19px;
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.header .container .arrow-container .small-arrow {
  animation: fadeInOutSmall 3s infinite;
}

.header .container .arrow-container .big-arrow {
  opacity: 0;
  animation: fadeInOutBig 2s infinite;
  margin-bottom: 20px;
}

@keyframes fadeInOutSmall {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes fadeInOutBig {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.header .container h5 {
  margin-top: 10px;
  line-height: 19.36px;
  letter-spacing: 5px;
  font-weight: 400;
  z-index: 2;
  font-size: 16px;
  color: #cabd7a;
  font-family: "Inter", sans-serif;
}

/* ********** */
.page-top-home .arrow-container {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-top: 20px;
  animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-top-home .arrow-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: -14px;
}

.page-top-home .arrow-container .arrow {
  width: 28px;
  height: 19px;
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.page-top-home .arrow-container .small-arrow {
  animation: fadeInOutSmall 3s infinite;
}

.page-top-home .arrow-container .big-arrow {
  opacity: 0;
  animation: fadeInOutBig 2s infinite;
  margin-bottom: 20px;
}

@keyframes fadeInOutSmall {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes fadeInOutBig {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.page-top-home .arrow-container h1 {
  margin-top: 20px;
  line-height: 19.36px;
  letter-spacing: 5px;
  font-weight: 400;
  z-index: 2;
  font-size: 16px;
  color: #cabd7a;
  font-family: "Inter", sans-serif;
}

.section.background-green {
  background-color: #cabd7a;
  margin-top: 130px;
}

/* ************************** */
.section.background-green h3 {
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  background-color: #015757;
  padding: 5px;
  text-align: center;
  font-family: "inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.background-green h1 {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
  line-height: 36.31px;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  letter-spacing: 4px;
}
.section.background-green h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-family: "Inter", sans-serif;
  text-align: left;
  padding-top: 10px;
}
.section.background-green span {
  color: #00393a;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  text-align: left;
  padding-top: 10px;
}

.section.background-green .border-green {
  display: none;
}

.section.background-green button {
  border: none;
  background-color: #cabd7a;
  border-radius: 20px;
  letter-spacing: 4px;
  padding: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 10.2px;
  height: 32px;
  text-align: center;
  font-family: "inter", sans-serif;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .section.background-green .vector {
    display: none;
  }
  .section.colored .solution h1 {
    padding-top: 5px;
  }
  .section.background-green .border-green {
    display: block;
  }
}

/* **************** */
.section.colored .solution h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #008f90;
  text-align: left;
}
.section.colored .solution h2 {
  color: #636363;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "inter", sans-serif;
  padding-top: 35px;
}

/* *************** */
.contact-us {
  font-family: "Inter", sans-serif;
  margin-top: 30px;
  text-align: left;
}

.contact-us label {
  display: block;
  margin-bottom: 5px;
  color: #0f3c49;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  font-family: "Inter", sans-serif;
}

.contact-us input {
  width: 100%;
  height: 48px;
  outline: none;
  border: 1px solid #979a9b;
  padding: 10px;
}
.contact-us input::placeholder {
  width: 296px;
  height: 48px;
  color: #d0c9bf;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
  margin-top: -240px;
  margin-bottom: 90px;
}

.center-content button {
  border: none;
  background-color: #cabd7a;
  border-radius: 20px;
  letter-spacing: 4px;
  margin-top: 55px;
  padding: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 10.2px;
  height: 46px;
  text-align: center;
  font-family: "inter", sans-serif;
  justify-content: center;
  width: 200px;
}
.center-content textarea::placeholder {
  color: #d0c9bf;
  padding-left: 10px;
}

.section.background .center-heading h3 {
  margin-top: -85px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  background-color: #015757;
  padding: 5px;
  text-align: center;
  font-family: "inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
/* ***************************************************************************************************************** */
.section.colored .industry {
  display: flex;
  position: relative;
  width: 416px;
  overflow: hidden;
  box-shadow: -20px 20px 1px #cabd7a;
  align-items: left;
}
.section.colored .industry2 {
  position: relative;
  width: 286px;
  height: auto;
  box-shadow: -20px 20px 1px #cabd7a;
  display: none;
}

.error-img {
  margin-left: 35px;
  /* display: none; */
}

.error-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
  margin-top: 50px;
}

.error-text {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}

.error-text p {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 43.57px;
  text-align: left;
  font-family: "inter", sans-serif;
  margin-bottom: 55px;
  letter-spacing: 4px;
}

.error-text h3 {
  margin-bottom: 110px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-family: "inter", sans-serif;
  margin-top: 20px;
}

.section.forecasting {
  padding-bottom: 100px;
}

.section.colored .x-logo-forecasting {
  width: 1189.46px;
  height: 530.45;
  position: absolute;
  margin-top: -483px;
  transform: translate(247px, -60px);
  width: 873.46px;
  z-index: 20;
}
#contactx {
  position: relative;
  transform: translate(-205px, 300px);
  z-index: 152;
}
#solutionx {
  position: relative;
  transform: translate(455px, -320px);
  z-index: 152;
}

#forecastingx {
  position: relative;
  transform: translate(455px, -262px);
  z-index: 152;
}
#forecasting::before {
  display: none;
}

/* **************************************************************************************************** */
.section.colored .laptop {
  position: relative;
  overflow: hidden;
  width: 497px;
}

#laptop {
  color: #000000;
  font-weight: 400;
  font-size: 26px;
  font-style: italic;
  line-height: 41px;
  text-align: left;
  font-family: "inter", sans-serif;
  letter-spacing: 4px;
}
.left-text-solution p {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  font-style: italic;

  line-height: 41px;
  text-align: left;
  font-family: "inter", sans-serif;
  margin-bottom: 55px;
  letter-spacing: 4px;
}

.section.background-green-solution {
  background-color: #015757;
  margin-top: 130px;
  padding-bottom: 100px;
}
.section.background-green-solution .qwasr {
  margin-top: 50px;
}
.section.background-green-solution .qwasr2 {
  transform: translate(-233px, -2px);
  width: 661px;
}

section.background-green-solution button {
  border: none;
  background-color: #cabd7a;
  border-radius: 20px;
  letter-spacing: 4px;
  margin-top: 77px;
  padding: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 10.2px;
  height: 32px;
  text-align: center;
  font-family: "inter", sans-serif;
  justify-content: center;
}
section.background-green-solution h2 {
  margin-bottom: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-family: "inter", sans-serif;
  margin-top: 20px;
}
section.background-green-solution h3 {
  margin-bottom: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-family: "inter", sans-serif;
  margin-top: 20px;
}

#search {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 33px;
}
#isolation {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 33px;
}
#market {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 33px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  /* position: fixed; */
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 80px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}
.header-area .main-nav .nav li a {
  display: block;
  line-height: 34px !important;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  border: transparent;
  letter-spacing: 1px;
  font-family: "inter", sans-serif;
  letter-spacing: 4px;
  text-decoration: none;
}
.header-area .main-nav .nav li a:hover {
  color: #cabd7a;
  letter-spacing: 4px;
  border-bottom: 2px solid #008f90;
  text-decoration: none;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 35px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3b566e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3b566e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}
.header-area .main-nav .menu-trigger span {
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3b566e;
}
.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3b566e;
}

.nav.show-header {
  display: block !important;
  height: auto !important;
}

.header-area .main-nav .active ul {
  background: #fff;
  justify-content: center;
  align-items: left;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header-area .main-nav .active ul li {
  cursor: pointer;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .active ul li :hover {
  background-color: #add6ff;
}

.header-area .main-nav .header-buttons {
  float: right;
}
.header-area .main-nav .header-buttons li {
  float: left;
}

.header-area.header-sticky {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.header-area.header-sticky .logo {
  margin-top: 19px;
}
.header-area.header-sticky .nav {
  margin-top: 21px !important;
}
.header-area.header-sticky .nav li a {
  color: #3b566e;
}
.header-area.header-sticky .nav li a:hover {
  color: #0074e5;
}

.header-area.header-white {
  background: #fff;
  height: 100px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area.header-white .nav li a {
  color: #0000;
}
.header-area.header-white .nav li a:hover {
  color: #0074e5;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 22px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 1s ease 1s;
    margin-left: 0px;
    height: 0;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    z-index: 100;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    border: none !important;
    background: #fff !important;
    color: #000000 !important;
    list-style: none;
    letter-spacing: 4px;
    line-height: 51px !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }
  .header-area .main-nav .nav li a:hover {
    background: #cabd7a !important;
    letter-spacing: 4px;
    border-bottom: 2px solid #008f90;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
home header
--------------------------------------------- 
*/
.section.colored .x-logo-home-header {
  width: 1189.46px;
  height: 530.45;
  position: absolute;
  margin-top: -483px;
  transform: translate(247px, -60px);
  width: 873.46px;
  z-index: 20;
}

#homex {
  position: relative;
  transform: translate(360px, -18px);
  z-index: 0;
}
#homex::before {
  display: none;
}

.header-area-home {
  /* position: fixed; */
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area-home .main-nav .logo {
  float: left;
  margin-top: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area-home .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area-home .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 80px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area-home .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.header-area-home .main-nav .nav li:last-child {
  padding-right: 0px;
}
.header-area-home .main-nav .nav li a {
  display: block;
  line-height: 34px !important;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  border: transparent;
  letter-spacing: 1px;
  font-family: "inter", sans-serif;
  letter-spacing: 4px;
  text-decoration: none;
}
.header-area-home .main-nav .nav li a:hover {
  color: #cabd7a;
  letter-spacing: 4px;
  border-bottom: 2px solid #008f90;
  text-decoration: none;
}

.header-area-home .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 28px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area-home .main-nav .menu-trigger span,
.header-area-home .main-nav .menu-trigger span:before,
.header-area-home .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.header-area-home .main-nav .menu-trigger span:before,
.header-area-home .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  /* width: 75%; */
}
.header-area-home .main-nav .menu-trigger span:before,
.header-area-home .main-nav .menu-trigger span:after {
  content: "";
}
.header-area-home .main-nav .menu-trigger span {
  top: 16px;
}
.header-area-home .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area-home .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
.header-area-home .main-nav .menu-trigger.active span,
.header-area-home .main-nav .menu-trigger.active span:before,
.header-area-home .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area-home .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}
.header-area-home .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.nav.show-header {
  display: block !important;
  height: auto !important;
}

.header-area-home .main-nav .active ul {
  background: #fff;
  justify-content: center;
  align-items: left;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header-area-home .main-nav .active ul li {
  cursor: pointer;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease 0s;
}
.header-area-home .main-nav .active ul li :hover {
  background-color: #add6ff;
}

.header-area-home .main-nav .header-buttons {
  float: right;
}
.header-area-home .main-nav .header-buttons li {
  float: left;
}
.header-area-home.header-white {
  background: #fff;
  height: 100px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area-home.header-white .nav li a {
  color: #0000;
}
.header-area-home.header-white .nav li a:hover {
  color: #0074e5;
}

@media (max-width: 1200px) {
  .header-area-home .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .header-area-home {
    height: 80px;
  }
  .header-area-home .container {
    padding: 0px;
  }
  .header-area-homea .logo {
    margin-top: 22px !important;
    margin-left: 30px;
  }
  .header-area-home .menu-trigger {
    display: block !important;
  }
  .header-area-home .main-nav {
    overflow: hidden;
  }
  .header-area-home .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 1s ease 1s;
    margin-left: 0px;
    height: 0;
  }
  .header-area-home .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
    z-index: 100;
  }
  .header-area-home .main-nav .nav li a {
    height: 50px !important;
    border: none !important;
    background: #fff !important;
    color: #000000 !important;
    list-style: none;
    letter-spacing: 4px;
    line-height: 51px !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }
  .header-area-home .main-nav .nav li a:hover {
    background: #cabd7a !important;
    letter-spacing: 4px;
    border-bottom: 2px solid #008f90;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .header-area-home .main-nav .nav {
    display: flex !important;
  }
}

.section.colored .demo {
  display: none;
}

.contrast {
  display: block;
}
.contrast2 {
  display: none;
  margin-top: 50px;
}
section.background-green-solution .qwasr2-solution {
  display: none;
}

.section.colored .industry {
  display: block !important;
}

.section.colored .home-button {
  border: none;
  background-color: #cabd7a;
  border-radius: 20px;
  letter-spacing: 4px;
  margin-top: 105px;
  padding: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24.2px;
  height: 46px;
  width: max-content;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "inter", sans-serif;
  text-align: center;
  flex-direction: column;
}

@media (max-width: 415px) {
  .section.colored .x-logo-mobile {
    display: block;
    position: absolute;
    margin-top: -483px;
    transform: translate(32px, 144px);
    z-index: 6;
  }
}
@media (max-width: 991px) {
  .page-top-home h4 {
    margin-bottom: 100px;
    font-size: 20px;
    margin-top: 35px;
    width: 90%;
  }
  .left-text p {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .section {
    margin-top: 0px !important;
    padding-top: 50px !important;
  }
  .center-text .forecast .title {
    padding-top: 38px !important;
  }
  .section.colored .forecast .mobile-image {
    margin-top: 100px !important;
  }
  .section.background .center-heading h3 {
    margin-top: 23px;
  }
  .last-img {
    margin-bottom: 80px;
  }

  .center-content button {
    width: 100%;
  }

  .page-top h4,
  .page-top-home h4 {
    margin-bottom: 100px;
    font-size: 20px;
    margin-top: 35px;
    width: 90%;
  }
  .page-top-home h1 {
    font-size: 20px !important;
    margin-top: 90px !important;
    margin-bottom: 0px !important;
    width: 100%;
  }

  .page-top-home .arrow-container {
    padding-bottom: 200px;
  }

  .section.colored button {
    border: none;
    background-color: #cabd7a;
    border-radius: 20px;
    letter-spacing: 4px;
    margin-top: 105px;
    padding: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    height: 46px;
    width: 324px;
    text-align: center;
    font-family: "inter", sans-serif;
  }
  .section.background-green button {
    border: none;
    background-color: #cabd7a;
    border-radius: 20px;
    letter-spacing: 4px;
    padding: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    height: 46px;
    width: 324px;
    text-align: center;
    font-family: "inter", sans-serif;
  }
  .center-content button {
    border: none;
    background-color: #cabd7a;
    border-radius: 20px;
    letter-spacing: 4px;
    padding: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    height: 46px;
    width: 100%;
    text-align: center;
    font-family: "inter", sans-serif;
  }

  .section.colored .industry2 {
    display: block !important;
  }
  .section.forecasting img {
    width: 350px !important;
  }

  .left-text-solution p {
    text-align: center;
  }
  #laptop {
    margin-bottom: 0px;
    text-align: center;
  }
  .left-text .global-solution {
    text-align: center;
    justify-content: space-between;
  }
  .left-text-solution .forecasting {
    justify-content: center;
    padding-right: 50px;
    padding-left: 50px;
    text-align: left;
  }

  .left-text-solution .forecasting img {
    align-items: center;
  }

  .left-text-solution .forecasting button {
    align-items: center;
  }
  .section.background-green-solution .qwasr {
    position: absolute;
    margin-top: 194px;
    z-index: 22;
    padding-left: 28%;
  }
  #search {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 0px !important;
    margin-top: 33px;
  }
  #isolation {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 0px !important;
    margin-top: 33px;
  }
  #market {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 0px !important;
    margin-top: 33px;
  }

  #isolationimg {
    padding-right: 10px;
  }

  #marketimg {
    padding-right: 20px;
  }
  .center-content-contact button {
    border: none;
    background-color: #cabd7a;
    border-radius: 20px;
    letter-spacing: 4px;
    padding: 12px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24.2px !important;
    height: 46px !important;
    width: 100% !important;
    text-align: center;
    font-family: "inter", sans-serif;
  }
  .center-content-contact-home button {
    border: none;
    background-color: #cabd7a;
    border-radius: 20px;
    letter-spacing: 4px;
    padding: 12px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 24.2px !important;
    height: 46px !important;
    width: 100% !important;
    text-align: center;
    font-family: "inter", sans-serif;
  }

  #qwasr {
    font-size: 26px;
    font-weight: 700;
    line-height: 31.47px;
    color: #fff;
  }

  #solutionx {
    position: absolute;
    transform: translate(8px, -129px);
    width: 100%;
    z-index: 6;
  }

  #forecastingx {
    position: absolute;
    transform: translate(8px, -129px);
    width: 100%;
    z-index: 6;
  }
  #homex {
    position: absolute;
    transform: translate(8px, -129px);
    width: 100%;
    z-index: 6;
  }
  .page-top p,
  .page-top-home p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Inter", sans-serif;
  }
  .page-top-solution h1,
  .page-top-forecasting h1 {
    margin-bottom: 50px !important;
    font-size: 27px;
    font-weight: 900;
    line-height: 42px;
    margin-top: 80px !important;
  }
  .page-top-solution h4,
  .page-top-forecasting h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Inter", sans-serif;
    z-index: 7;
  }

  .left-text p {
    font-size: 22px;
    font-weight: 700;
    line-height: 31.47px;
    width: 100% !important;
  }
  .left-text h3 {
    font-size: 18px;
    line-height: 31px;
  }
  .section.colored .laptop {
    width: 311px;
  }
  #laptop {
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
  }

  .page-top-home {
    display: block !important;
  }
  .error-text {
    margin-top: -300px !important;
  }
  section.background.error {
    font-variant: JIS78;
    height: 850px !important;
    transform: translate(0px, 0px) !important;
  }

  .left-text .forecasting .title {
    color: #008f90;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 0px !important;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .second-left-text img {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .section.forecasting img {
    width: 450px;
  }
  .section.colored .rectangle9 {
    margin-top: 50px;
    position: relative;
    width: 100%;
    box-shadow: -20px 20px 1px #cabd7a;
    display: block;
    margin-top: 100px;
  }
  .section.colored .industry {
    display: none !important;
  }
  .section.colored .industry2 {
    position: relative;
    width: 100%;
    box-shadow: -20px 20px 1px #cabd7a;
    display: block;
    margin-top: 100px;
  }

  .section.colored button {
    border: none;
    background-color: #cabd7a;
    border-radius: 20px;
    letter-spacing: 4px;
    margin-top: 105px;
    padding: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    height: 46px;
    width: 324px;
    text-align: center;
    font-family: "inter", sans-serif;
    display: none;
  }

  .section.colored .home-button {
    border: none;
    background-color: #cabd7a;
    border-radius: 20px;
    letter-spacing: 4px;
    margin-top: 105px;
    padding: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    height: 46px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: "inter", sans-serif;
    margin-left: 0px !important;
  }
  .section.colored .demo {
    border: none;
    background-color: #cabd7a;
    border-radius: 20px;
    letter-spacing: 4px;
    margin-top: 105px;
    padding: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    height: 46px;
    width: 324px;
    text-align: center;
    font-family: "inter", sans-serif;
    display: block;
  }
  #laptop {
    margin-bottom: 0px;
  }
  .section.colored button {
    margin-bottom: 50px;
  }
  .contrast {
    display: none;
  }
  .contrast2 {
    display: block;
  }
  .section {
    margin-top: -50px;
  }
  section.background-green-solution .qwasr-solution {
    display: none;
  }
  section.background-green-solution .qwasr2-solution {
    border: none;
    background-color: #cabd7a;
    border-radius: 20px;
    letter-spacing: 4px;
    margin-top: 105px;
    padding: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
    height: 46px;
    width: 324px;
    text-align: center;
    font-family: "inter", sans-serif;
    display: block;
  }

  .section.background-green-solution {
    margin-top: 50px;
  }

  .section.background-green-solution .qwasr2 {
    transform: translate(1px, 1px);
    width: 100%;
  }
  .center-content-contact {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
    z-index: 20;
    margin-top: -370px !important;
    margin-bottom: 90px !important;
    margin-right: 0px !important;
  }
  .center-content-contact-home {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
    z-index: 20;
    margin-top: -250px !important;
    margin-bottom: 90px !important;
    margin-right: 0px !important;
  }

  .section.background.error {
    position: relative;
    height: 800px !important;
    transform: translate(0px, 0px) !important;
  }

  .error-img {
    margin-left: 0px !important;
    margin-top: -100px;
  }
  .error-text {
    margin-top: -250px;
  }
  .error-text h3 {
    margin-bottom: 150px;
  }
  .error-img {
    width: 100%;
  }

  #contactx {
    display: none;
  }

  .page-top h1 {
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: 900;
    line-height: 42px;
    margin-top: 80px;
  }
  .page-top-home h1 {
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: 900;
    line-height: 42px;
    margin-top: 185px;
    width: 100%;
  }

  .page-top-forecasting h1,
  .page-top-solution h1,
  .page-top h1 {
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: 900;
    line-height: 42px;
    margin-top: 40px !important;
  }
  /* .header {
    display: none;
  } */

  .section.colored .solution h2 {
    color: #636363;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "inter", sans-serif;
    text-align: left;
    display: flex;
    justify-content: center;
  }
  .group {
    position: relative;
    margin-top: 0px !important;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0px !important;
  }
  .left-heading-solution {
    display: flex;
    align-items: center !important;
    justify-items: center !important;
    justify-content: center !important;
  }
}
.left-text .global-solution {
  text-align: left;
  margin-top: 100px;
}

.center-content-contact {
  display: flex;
  justify-content: right;
  position: relative;
  z-index: 20;
  margin-top: -600px;
  margin-bottom: 90px;
  margin-right: 50px;
}
.center-content-contact-home {
  display: flex;
  justify-content: right;
  position: relative;
  z-index: 20;
  margin-top: -265px;
  margin-bottom: 90px;
}

.center-content-contact button,
.center-content-contact-home button {
  border: none;
  background-color: #cabd7a;
  border-radius: 20px;
  letter-spacing: 4px;
  margin-top: 55px;
  padding: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 10.2px;
  height: 46px;
  text-align: center;
  font-family: "inter", sans-serif;
  justify-content: center;
  width: 200px;
}
.center-content-contact-home button:hover {
  background-color: #015757;
  color: #fff;
}

button.disabled {
  background-color: #4d8383;
  color: #fff;
}

button.btn {
  background-color: #cabd7a;
  color: #000000;
}
.center-content-contact textarea::placeholder {
  color: #d0c9bf;
  padding-left: 10px;
}
.center-content-contact-home textarea::placeholder {
  color: #d0c9bf;
  padding-left: 10px;
}

#qwasr {
  color: #fff;
}

.section.background.error {
  position: relative;
  height: 594px;
  transform: translate(-352px, 50px);
}

.contact-us span {
  font-size: 0.85rem;
  color: #d35d5d;
  font-weight: bold;
}

.center-text .forecast {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.center-text .forecast .title {
  color: #008f90;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-left: 30px;
  margin-bottom: 0px !important;
  text-align: left;
  padding-top: 75px;
}

.center-text h3 span {
  text-align: left;
}

.component-desktop {
  padding-top: 13rem;
  display: flex;
  flex-direction: column;
}
.component-mobile {
  display: flex;
  flex-direction: row;
}

@media (max-width: 991px) {
  .component-desktop {
    display: block;
  }
  .component-mobile {
    display: none;
  }
}
@media (min-width: 991px) {
  .component-mobile {
    display: none;
  }
  #solutionmobile {
    display: none;
  }
  #quasar {
    display: block;
  }
}
@media (max-width: 991px) {
  .component-mobile {
    display: block;
  }
  #mobile {
    margin-top: 100px;
  }
  #solutionmobile {
    display: block;
  }
  #quasar {
    display: none;
  }
  .component-desktop {
    display: none;
  }
  .header-area-home .main-nav .logo {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .group {
    position: relative;
    margin-top: 0px !important;
  }
}

.group {
  position: relative;
  margin-top: -160px;
  margin-left: 80px;
  display: flex;
  justify-content: right;
}

.tab {
  display: flex;
  flex-direction: row;
}

.tab img {
  margin-right: 5px;
}

.active:hover {
  color: #008f90 !important;
}

.center-text h3 .results {
  width: 85%;
}

@media (max-width: 991px) {
  .center-text h3 .results {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .header .container button {
    background-color: #cabd7a;
    width: 156px;
    height: 42px;
    font-family: "Inter", sans-serif;
    letter-spacing: 3px;
    border-radius: 20px;
    border: none;
    font-weight: 400;
    font-size: 17px;
  }

  .header .container h5 {
    margin-top: 10px;
    line-height: 19.36px;
    letter-spacing: 5px;
    font-weight: 400;
    z-index: 2;
    font-size: 12px;
    color: #cabd7a;
    font-family: "Inter", sans-serif;
  }

  .header .container .arrow-container .small-arrow {
    width: 20px;
    margin-bottom: 5px;
  }
  .header .container .arrow-container .big-arrow {
    width: 20px;
  }
}

.fade-animation {
  /* opacity: 0;
  transition: opacity 0.5s ease-in-out; */
  width: 100% !important;
  margin-top: 40px !important;
  text-align: left !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "inter", sans-serif !important;
  color: "#636363" !important;
  margin-left: 5px;
  animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
