@font-face {
  font-family: Franie-400;
  src: url("/fonts/FranieVariableTest-SemiLight.otf") format("opentype");
}

@font-face {
  font-family: Franie-500;
  src: url("/fonts/FranieVariableTest-Regular.otf") format("opentype");
}

@font-face {
  font-family: Franie-600;
  src: url("/fonts/FranieVariableTest-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: Franie-700;
  src: url("/fonts/FranieVariableTest-Bold.otf") format("opentype");
}

@font-face {
  font-family: Franie-800;
  src: url("/fonts/FranieVariableTest-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: Franie-900;
  src: url("/fonts/FranieVariableTest-Black.otf") format("opentype");
}

@font-face {
  font-family: Afacad;
  src: url("/fonts/Afacad-Regular.ttf") format("truetype");
}

:root {
  font-size: 1vw;
  width: 100%;
  --white: #fff;
  --gray1: #e6e6e6;
  --gray2: #cfcfcf;
  --darkblue1: rgba(14, 36, 83, 1);
  --darkblue2: rgba(27, 51, 100, 0.8);
  --grayblue: rgba(27, 51, 100, 1);
  --black: #02151d;
  --green: #1fde1c;
  --orange: #ff9133;
  --purple: #5e32ff;
  --gray: #758890;
  --coral: #eb2929;
  --lightcoral: #ff4343;
  --dartcoral: #ff434399;
}
html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 150px !important;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat Arm", sans-serif;
  font-weight: 400;
}
h2 {
  font-weight: 600;
}
p {
  margin: 0;
  color: var(--darkblue1);
  font-size: 2rem;
  line-height: 120%;
  font-family: "Montserrat Arm", sans-serif;
  font-weight: 400;
}
span {
  margin: 0;
  color: var(--darkblue1);
  font-size: 1.5rem;
  line-height: 120%;
  font-family: "Montserrat Arm", sans-serif;
  font-weight: 400;
}
b {
  margin: 0;
  color: var(--darkblue1);
  font-size: 2rem;
  line-height: 120%;
  font-family: "Montserrat Arm", sans-serif;
  font-weight: 500;
}
li {
  line-height: 50px;
}
h3 {
  color: var(--grayblue);
  font-family: "Montserrat Arm", sans-serif;
  font-size: 2.5rem;
  line-height: 150%;
  letter-spacing: -0.0275rem;
  text-transform: capitalize;
}
h4 {
  color: var(--darkblue1);
  font-family: "Montserrat Arm", sans-serif;
  font-size: 1.66667rem;
  font-weight: 500;
  line-height: 150%;
}
button {
  border-radius: 2.86458rem;
  background: var(--lightcoral);
  padding: 0.83rem;
  width: 100%;
  border: 0;
  color: white;
  margin-top: 1.07rem;
  font-family: "Montserrat Arm", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
}
button:hover {
  background: linear-gradient(
    180deg,
    var(--lightcoral) 0%,
    var(--dartcoral) 99%
  );
}
#langSelect {
  border: none;
  font-size: 18px;
  font-weight: 500;
}
/* Scroll Bar */
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
  @media screen and (max-width: 1024px) {
    display: none;
  }
}
::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb {
  background: var(--gray1);
  border-radius: 0.22rem;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gray2);
}

/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 5rem);
  padding: 1.5rem;
  background-color: white;
  /* position: absolute; */
  position: fixed;
  margin: auto;
  top: 0px;
  z-index: 4;
}
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0px 10px;
  z-index: 101;
}

.burger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(27, 51, 100, 0.8);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.burger-menu.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.burger-menu.open span:nth-child(2) {
  opacity: 0;
}
.burger-menu.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
header svg {
  width: 9.53rem;
  margin-left: 1rem;
  height: auto;
}
.header-text {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-evenly;
}
.header-language {
  margin-left: 30px;
}
.header-text span {
  color: rgba(27, 51, 100, 1);
  font-weight: 500;
  font-size: 20px;
}
/* SECTION */
section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.work {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.work .context {
  align-self: flex-start;
  /* scroll-margin-bottom: 150px; */
}
.intended {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.intended-top {
  width: 60%;
  text-align: center;
  margin-bottom: 5rem;
}
section#first {
  justify-content: space-between;
  width: 94%;
  margin-top: 2rem;
}
section#first .first-text {
  display: flex;
  flex-direction: column;
}
section#first .first-text img {
  width: 50%;
}
section#first .first-text .first-img {
  width: max-content;
  display: flex;
  gap: 10px;
}
section#first .first-text h1 {
  position: relative;
  margin-left: 0px;
  color: rgba(27, 51, 100, 1) !important;
}
section#first .first-text p {
  color: rgba(27, 51, 100, 0.8);
}
section#first .first-text .first-img a {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}
section#first .first-text .first-img a img {
  width: 9rem !important;
  height: auto !important;
  display: block !important;
}
section h1 {
  margin-left: 2.5rem;
  color: var(--darkblue2);
  font-family: "Montserrat Arm", sans-serif;
  font-weight: 400;
  font-size: 4.583rem;
  line-height: 150%;
  letter-spacing: -0.0504rem;
  position: absolute;
  left: 0px;
  z-index: 2;
}
section h2 {
  color: var(--darkblue2);
  font-size: 2.7rem;
  line-height: 150%;
  letter-spacing: -0.036rem;
  margin: 0.26rem 0;
}
section .context {
  z-index: 2;
}

section .carousel_container {
    width: 50%;
}

section .context p {
  margin: 0;
  color: var(--darkblue1);
  font-size: 2rem;
  line-height: 120%;
}

section#device .context {
  margin-right: -6rem;
  /* padding-left: 2.5rem; */
}
section#product .context {
  margin-left: 5rem;
  padding-right: 2.5rem;
}
section#work .context {
  margin-right: -8rem;
  padding-left: 2.5rem;
}
section#work .context-blob-cont6 {
  /* margin-right: -8rem; */
  /* padding-right: 2.5rem; */
}

.blob-cont {
  position: relative;
}
.blob-cont img {
  width: 133.5%;
  position: absolute;
  z-index: 1;
  bottom: 2.5%;
  left: -25.5%;
}

#blobCont1 {
  width: 46rem;
  height: 46rem;
  background-image: url(/img/png/Image_JunM.png);
  background-size: cover;
  /*background-position-x: -10rem;*/
  animation: morph1 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 7rem 5rem;
}

#blobCont2 {
  width: 35rem;
  height: 35rem;
  background-image: url(/img/png/Frame\ 427318180.png);
  background-size: cover;
  background-position: 0px;
  animation: morph2 8s ease-in-out infinite;
  border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 7rem 5rem;
}
#blobCont8 {
  width: 95% !important;
  height: auto;
  object-fit: cover;
  animation: morph2 8s ease-in-out infinite;
  border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 3rem 0.5rem;
  /*display: flex;*/
  /*align-items: center;*/
}


#myCarousel button:hover {
    background: transparent;
}

/*.carousel-item {*/
/*    height: 500px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

#blobCont3 {
  width: 35rem;
  height: 35rem;
  background-image: url(/img/png/mageunM_1.png);
  background-size: cover;
  animation: morph3 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 7rem 5rem;
}

#blobCont4 {
  width: 45rem;
  height: 35rem;
  background-image: url(/img/png/eb5d142e07749309b45f25d6906b51ca3a176cf6.png);
  background-size: 100% 100%;
  /* background-color: red; */
  background-position: 0px;
  /* animation: morph4 8s ease-in-out infinite; */
  /* border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; */
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 7rem 5rem;
}
#blobCont4-5 {
  width: 35rem;
  height: 30rem;
  background-image: url(/img/png/Group\ 173.png);
  background-size: 100% 100%;
  /* background-color: red; */
  background-position: 0px;
  /* animation: morph4 8s ease-in-out infinite; */
  /* border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; */
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 7rem 5rem;
}
#blobCont4-6 {
  width: 35rem;
  height: 27rem;
  background-image: url(/img/png/Janpho\ OUtside\ \(4\).png);
  background-size: cover;
  /* background-color: red; */
  background-position: 0px;
  animation: morph4 8s ease-in-out infinite;
  border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 0;
}
#blobCont4-7 {
  width: 35rem;
  height: 27rem;
  background-image: url(/img/png/6b1c6350380bda457a51ba9c08b0d049eb0192bd.png);
  background-size: cover;
  background-position: 0px;
  animation: morph4 8s ease-in-out infinite;
  border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 0;
}
.image-wrapper {
  position: relative;
  width: 35rem;
  height: 27rem;
  margin: 7rem 5rem;
}
.image-wrapper span {
  color: rgba(6, 17, 42, 1);
  font-weight: 500;
}
.info-box {
  position: absolute;
  padding: 1rem 1.5rem;
  font-family: "Montserrat Arm", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #1a1a1a;
  z-index: 3;
  max-width: 20rem;
}
.info-box span {
  font-size: 1.167rem;
}
.box-red {
  background-color: rgba(255, 67, 67, 0.22);
  border: 1px solid rgba(255, 67, 67, 1);
  border-radius: 32px;
  top: -2rem;
  left: -13rem;
}

.box-green {
  background-color: rgba(67, 255, 161, 0.22);
  border: 1px solid rgba(67, 255, 161, 1);
  border-radius: 32px;
  max-width: 18rem;
  top: 30%;
  right: -20rem;
}

.box-gray {
  background-color: rgba(207, 200, 200, 0.25);
  border: 1px solid rgba(207, 200, 200, 1);
  border-radius: 32px;
  max-width: 18rem;
  bottom: -7rem;
  left: 30%;
}
#blobCont5 {
  width: 55rem;
  height: 28rem;
  background-image: url(/img/png/blob-img-5.png);
  background-size: cover;
  background-position: 0px;
  animation: morph4 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 0 5rem;
  margin-top: -7rem;
}
#blobCont6 {
  width: 25rem;
  height: 25rem;
  background-image: url(/img/png/IMG_0932-copy.jpg);
  background-size: cover;
  background-position: 0px;
  animation: morph2 8s ease-in-out infinite;
  border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 0 2rem;
  /* margin-top: -7rem; */
}
#blobCont7 {
  width: 25rem;
  height: 25rem;
  background-image: url(/img/png/3bff9de06ee7db6bf95eb2f3bb245049f6526f1c.png);
  background-size: cover;
  background-position: 0px;
  animation: morph2 8s ease-in-out infinite;
  border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  transition: all 1s ease-in-out;
  z-index: 2;
  margin: 0 2rem;
  /* margin-top: -7rem; */
}
.context-blob-cont6 li::marker {
  color: rgba(255, 67, 67, 1);
}
.context-data li::marker {
  color: rgba(67, 255, 161, 1);
}
.section-box {
  display: flex;
  flex: 0 0 calc(33.333% - 20px);
  justify-content: center;
  align-items: center;
  column-gap: 0.83rem;
  width: 100%;
  margin-top: 2.5rem;
}
.section-boxes .section-box {
  flex-direction: column;
}
section#meet .section-boxes span {
  font-size: 0.62917rem;
  color: rgba(117, 136, 144, 1);
  font-weight: 500;
}
section#meet .section-boxes span a {
  color: red;
  font-size: 0.62917rem;
  font-weight: 500;
}
.section-box-header {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.83rem;
  width: 100%;
  margin-top: 2.5rem;
  width: max-content;
}

.section-box:nth-child(2) {
  justify-content: start;
}

.section-box:nth-child(3) {
  justify-content: center;
}

.section-box:nth-child(4) {
  justify-content: end;
}

.section-box img {
  /*width: 20.67rem;*/
  height: auto;
}
.partners-section-end {
  position: relative;
  text-align: start;
  padding: 30px 0px;
  color: white;
}
.partners-section-end h2 {
  /* font-size: 48px; */
  margin-bottom: 20px;
  color: var(--darkblue2);
  text-align: start;
}
.item {
  width: 220px;
  height: 140px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.item img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.scroll-content-end {
  display: flex;
  gap: 20px;
  width: max-content;
}
.section-box .context {
  color: var(--darkblue1);
  font-family: "Franie-400";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.0275rem;
  text-transform: capitalize;
}

.section-box .context p,
.section-box .context ul li {
  color: var(--darkblue1);
  font-family: "Montserrat Arm", sans-serif;
  font-size: 1.66667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  font-size: 2.2rem;
}

.section-box .context ul {
  margin: 0.83rem 0;
}
.section-box .context ul li {
  position: relative;
}

.section-box:nth-child(2) .context ul li::marker {
  color: var(--green);
}
.section-box:nth-child(3) .context ul li::marker {
  color: var(--orange);
}
.section-box:nth-child(4) .context ul li::marker {
  color: var(--purple);
}

section#benefits {
  width: calc(100% - 5rem);
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 2.5rem;
  margin-top: 4rem;
  margin-bottom: 8.33rem;
}

section#differs {
  flex-direction: column;
  align-items: start;
  padding: 0 2.76rem;
  width: calc(100% - 8rem);
}

section#differs .section-box {
  align-items: start;
}

section#differs .section-box p {
  color: var(--darkblue1);
  font-family: "Montserrat Arm", sans-serif;
  font-size: 1.66667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

section#differs .section-box img {
  width: 7.29167rem;
  height: auto;
}

section#differs .section-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

section#differs .section-boxes .section-box {
  width: max-content;
}

.blob-small {
  background-image: url("/img/png/blob-img-1.png");
  background-size: cover;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  height: 20rem;
  transition: all 1s ease-in-out;
  width: 20rem;
  z-index: 2;
}

.form label {
  color: var(--black);
  /* font-family: Afacad; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 114.286%;
  margin-left: 1.25rem;
  margin-bottom: 1rem;
}

.form label span {
  color: var(--coral);
}

.form input,
.form textarea {
  border-radius: 1.97917rem;
  background: linear-gradient(142deg, #f8f8f8 0.57%, #fbfbfb 78.12%);
  box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 0.72917rem 1.25rem;
  align-items: center;
  outline: none;
  border: none;
  color: var(--gray);
  font-family: "Montserrat Arm", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  width: calc(100% - 2.5rem);
  margin-top: 0.5rem;
  margin-bottom: 1.77rem;
  resize: vertical;
}

.form input:hover,
.form textarea:hover {
  border-radius: 38px;
  background: linear-gradient(142deg, #f8f8f8 0.57%, #fbfbfb 78.12%);
  box-shadow:
    0px 0px 10px 0px #ffececcc,
    0px 0px 12px 0px #ff4343a3;
}

.form input:focus,
.form textarea:focus {
  border-radius: 38px;
  background: linear-gradient(142deg, #f8f8f8 0.57%, #fbfbfb 78.12%);
  box-shadow:
    0px 0px 10px 0px #fdfdfd,
    0px 0px 12px 0px #ff4343cc;
}

#phoneInputBox {
  position: relative;
  display: flex;
  align-items: center;
}

#phoneInputBox #phoneInput {
  padding-left: 5.31rem;
  width: calc(100% - 3.76rem);
}

#phoneInputBox #phoneCode {
  position: absolute;
  border: none;
  top: 1.3rem;
  left: 0.82rem;
  background: transparent;
  color: var(--black);
  /* font-family: Afacad; */
  font-weight: 600;
  font-size: 0.83333rem;
  font-weight: 500;
  line-height: 150%;
  outline: none;
}

section#meet {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 8.7rem;
  padding: 0 2.5rem;
}

section#meet form {
  min-width: 23.6rem;
}
section#meet h2 {
  font-weight: 400;
  color: var(--grayblue);
}
section#meet p {
  color: var(--grayblue);
  font-family: "Montserrat Arm", sans-serif;
  font-size: 1.66667rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.01833rem;
  margin-bottom: 1rem;
}

section#meet .section-boxes {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer {
  width: 95%;
  text-align: center;
  padding: 1.26rem 0;
  color: #0e2453;
  font-family: "Montserrat Arm", sans-serif;
  font-size: 0.83333rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
footer .footer-left {
  /* align-self: flex-start; */
  display: flex;
  flex-direction: column;
  /* margin-left: 5rem; */
}

.footer-left span {
  font-size: 0.83333rem;
}
footer .footer-left h2 {
  font-size: 20px;
  color: rgba(13, 31, 66, 1);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.privacy_policy_table {
  border-collapse: collapse;
  width: 100%;

  td,
  th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@keyframes morph1 {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph2 {
  10% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  60% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  110% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
}

@keyframes morph3 {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph4 {
  10% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  60% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  110% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
}

@keyframes morph5 {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@media screen and (max-width: 1400px) {
  section#first .first-text {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  li {
    font-size: 24px;
  }
  .burger-menu {
    display: flex !important;
  }
  header .header-text.active {
    display: flex !important;
  }
  header .header-text {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 2rem 2.5rem;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
  body {
    overflow-x: hidden;
  }
  br {
    display: none;
  }
  header {
    width: calc(100% - 2rem);
    padding: 1rem;
    /* flex-direction: column; */
    gap: 1rem;
  }
  header svg {
    margin-left: 0rem;
  }
  /* .burger-menu {
    display: flex !important;
  } */
  li {
    font-size: 20px;
  }
  header .header-language {
    margin-left: 0;
    margin-top: 10px;
  }

  #differs br {
    display: block !important;
  }
  section {
    flex-direction: column-reverse !important;
    padding: 2rem 1rem !important;
    text-align: start;
    height: auto !important;
  }
  section#first {
    margin-top: 5rem;
    justify-content: center;
  }
  section h1 {
    position: relative !important;
    font-size: 32px !important;
    margin: 0 0 2rem 0 !important;
    left: auto !important;
  }
  .blob-cont,
  [id^="blobCont"] {
    width: 80vw !important;
    height: 80vw !important;
    margin: 2rem auto !important;
    background-position: center !important;
  }
  #product {
    flex-direction: column !important;
  }
  #benefits {
    flex-direction: column !important;
  }
  #differs {
    flex-direction: column !important;
  }
  #differs p {
    font-size: 20px !important;
  }
  section .context {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  section .context li {
    font-size: 24px !important;
  }
  section h2 {
    font-size: 32px !important;
  }
  section h3 {
    font-size: 40px;
  }
  section h4 {
    font-size: 24px !important;
  }
  section .context p {
    font-size: 20px !important;
  }
  .section-box {
    flex-direction: column !important;
    gap: 1.5rem;
  }
  .section-box img {
    width: 50% !important;
    height: auto;
  }
  section#differs {
    width: 100% !important;
    padding: 2rem 1.5rem !important;
    box-sizing: border-box;
  }
  section#differs .section-boxes {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    align-items: center;
    gap: 2rem;
  }
  section#differs .section-boxes .section-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .section-box-header {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem;
    justify-content: flex-start !important;
  }
  #differs .section-box .context br {
    display: none !important;
  }
  section#differs .section-box-header img {
    width: 50px !important;
    height: auto !important;
  }
  section#differs .section-box h4 {
    font-size: 1.3rem !important;
    margin: 0 !important;
    text-align: left;
  }

  section#differs .section-box .context {
    width: 100% !important;
    margin-top: 1rem !important;
  }

  section#differs .section-box .context p {
    font-size: 20px !important;
    line-height: 1.4 !important;
    text-align: left !important;
  }
  section#differs .section-boxes .section-box .section-box-header img {
    width: 8.236rem !important;
  }
  section#first .first-text .first-img {
    flex-wrap: wrap;
    justify-content: center;
  }
  section#meet {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-top: 0px;
  }
  section#meet .section-boxes {
    display: contents !important;
  }
  section#meet #blobCont5 {
    order: 4 !important;
  }
  b {
    font-size: 1.6rem;
  }
  section#meet h2 {
    order: 1 !important;
    margin-top: 1rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#meet p {
    order: 2 !important;
    margin-bottom: 2rem !important;
  }
  section#meet .form {
    order: 3 !important;
    width: 100% !important;
  }
  section#first .first-text img {
    width: 90%;
  }
  section#first .first-text {
    width: 70%;
  }
  section#first .first-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section#first .first-text h1 {
    text-align: center;
  }
  section#first .first-text p {
    text-align: center;
  }
  section#first .first-text .first-img {
    width: 100% !important;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  section#first .first-text .first-img a img {
    width: 140px !important;
    height: auto !important;
  }
  section#first .first-text > img {
    width: 80% !important;
    height: auto;
    margin: 1rem 0;
  }
  section#benefits {
    margin-bottom: 0px;
  }
  section#meet form {
    min-width: 100%;
    width: 100%;
  }
  #meet {
    flex-direction: column !important;
  }
  button {
    font-size: 1.1rem;
    padding: 1rem;
  }
  .blob-cont img {
    left: -21%;
  }
  #phoneInputBox {
    width: 100% !important;
    max-width: none !important;
  }
  #phoneInputBox #phoneInput {
    padding-left: 5rem !important;
    font-size: 1rem !important;
  }
  #phoneInputBox #phoneCode {
    /* top: 0.8rem; */
    left: 1rem;
  }
  .form input,
  .form textarea {
    /* font-size: 16px; */
  }
  .form label {
    font-size: 14px;
  }
  .small-text {
    font-size: 18px;
  }
  footer {
    flex-direction: column;
    width: 100%;
  }
  footer .footer-left {
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 0px;
  }
  footer .footer-left span {
    font-size: 16px;
  }
  footer .footer-center {
      display: flex;
    flex-direction: column;
  }
  .footer-center .icons {
   font-size: 18px;
  }
  
  .intended-top {
    width: 100%;
    text-align: start;
  }
  li {
    line-height: 30px;
  }
  section {
    display: flex !important;
    flex-direction: column !important;
  }

  section .context,
  section,
  section .first-text,
  section {
    order: 1 !important;
  }
  section .carousel_container {
    width: 100%;
}
#myCarousel button:hover {
    background: transparent;
}

  section .blob-cont,
  section .blob-box,
  section .image-wrapper,
  section .section-boxes {
    order: 2 !important;
  }
  section.work {
    display: flex !important;
    flex-direction: column !important;
  }

  section.work .context {
    order: 1 !important;
    margin-bottom: 2rem;
  }

  section.work .image-wrapper {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
    width: 100% !important;
    height: auto !important;
    margin: 2rem 0 !important;
    padding: 0 1rem !important;
  }

  .image-wrapper .blob-cont,
  .image-wrapper [id^="blobCont"] {
    width: 80vw !important;
    height: 80vw !important;
    /* max-width: 300px; */
    /*max-height: 200px;*/
    margin: 1rem auto !important;
    background-position: center !important;
    order: 2;
  }

  .image-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.5rem !important;
    width: 100% !important;
    height: auto !important;
    margin: 2rem 0 !important;
    padding: 0 1rem !important;
  }

  .image-wrapper .info-box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    max-width: 100% !important;
    width: 90% !important;
    box-sizing: border-box;
  }

  .image-wrapper .box-red {
    order: 1 !important;
    text-align: center;
    margin-bottom: -3rem;
  }

  .image-wrapper .box-green {
    order: 3 !important;
    text-align: center;
    margin-top: -3rem;
  }

  .image-wrapper .box-gray {
    order: 4 !important;
    align-self: flex-end !important;
    width: 85% !important;
    margin-top: -2rem;
    margin-right: 2% !important;
  }
  .partners-section-end {
    padding-left: 20px !important;
  }
  .scroll-wrapper-end {
    display: flex;
    justify-content: center;
  }
  .scroll-content-end {
    flex-direction: column;
  }
}
@media screen and (max-width: 468px) {
  section#first .first-text {
    width: 85%;
  }
}
#status-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 25px;
  border-radius: 24px;
  color: white;
  z-index: 9999;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: fadeInDown 0.5s ease-out;
  font-size: 16px;
}

.msg-success {
  background-color: #28a745;
}
.msg-error {
  background-color: #dc3545;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    top: -50px;
  }
  to {
    opacity: 1;
    top: 20px;
  }
}
