@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
h1,
h2,
h3 {
  font-weight: 400;
}

p {
  line-height: 25px;
  font-size: clamp(1rem, 0.9vw, 1.2rem);
}

/* main font size */
.offset-left {
  padding: 0;
  padding-left: 0;
  max-width: 1535px;
  margin-inline: auto;
}

.offset-right {
  margin-inline: auto;
  padding: 0;
  padding-right: 0;
  max-width: 1535px;
}

.container {
  margin-inline: auto;
  margin-block: 0;
  padding: 5rem 0.5rem;
}

.hide-for-mobile {
  display: none;
}

.hide-for-web {
  display: block;
}

button {
  transition: 0.3s;
}

@media screen and (min-width: 641px) {
  .hide-for-web {
    display: none;
  }
  .hide-for-mobile {
    display: block;
  }
  .container {
    width: 100%;
    padding: 5rem 4rem;
    margin-inline: auto;
    max-width: 1535px;
  }
  .offset-left {
    padding: 0;
    padding-left: 4rem;
    max-width: 1535px;
    margin-inline: auto;
  }
  .offset-right {
    margin-inline: auto;
    padding: 0;
    padding-right: 4rem;
    max-width: 1535px;
  }
}
#hamburgerMenuHide {
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  position: fixed;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.2s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  padding-top: 5rem;
  padding-left: 1rem;
  background-color: #32a852;
}
#hamburgerMenuHide .navigation {
  -webkit-tap-highlight-color: transparent;
  z-index: 800;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#hamburgerMenuHide .navigation li {
  padding: 0.5rem 0;
  list-style: none;
}
#hamburgerMenuHide .navigation li:hover {
  color: black;
}
#hamburgerMenuHide .navigation li a {
  color: white;
  text-decoration: none;
}

#hamburgerMenuHide.shown {
  transform: translateX(0%);
}

body.shown {
  overflow-y: scroll;
}

.hamburger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8000;
}
.hamburger-menu .ham {
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.ham2 .bottom {
  stroke-dasharray: 40 121;
}

.ham2.active .top {
  stroke-dashoffset: -102px;
}

.ham2.active .bottom {
  stroke-dashoffset: -102px;
}

.ham3 .top {
  stroke-dasharray: 40 130;
}

.ham3 .middle {
  stroke-dasharray: 40 140;
}

.ham3 .bottom {
  stroke-dasharray: 40 205;
}

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}

.ham3.active .middle {
  stroke-dashoffset: -102px;
}

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.ham5 .top {
  stroke-dasharray: 40 82;
}

.ham5 .bottom {
  stroke-dasharray: 40 82;
}

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

.preloader-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.preloader-bg img {
  height: 70px;
}
.preloader-bg .sk-cube-grid {
  width: 50px;
  height: 50px;
  background: white;
}
.preloader-bg .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: green;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.preloader-bg .sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}
.preloader-bg .sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}
.preloader-bg .sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}
.preloader-bg .sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}
.preloader-bg .sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}
.preloader-bg .sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}
.preloader-bg .sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}
.preloader-bg .sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}
.preloader-bg .sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  cursor: pointer;
  background-color: #32a852;
}

@media screen and (max-width: 641px) {
  .nav-for-mobile {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
  }
  .nav-for-mobile .GreenLeaf-logo {
    height: 50px;
  }
}
@media screen and (min-width: 641px) {
  .nav-for-web {
    margin-bottom: 5rem;
    display: grid;
    padding: 0.5rem 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .nav-for-web .left-menu {
    display: flex;
    align-items: center;
  }
  .nav-for-web .left-menu li {
    list-style: none;
    padding-right: 2rem;
  }
  .nav-for-web .left-menu li a {
    color: #121419;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .nav-for-web .left-menu li a:hover {
    color: #32a852;
  }
  .nav-for-web .GreenLeaf-logo {
    margin-inline: auto;
    height: 50px;
  }
}
.fixed-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Adjust the background color as needed */
  z-index: 1000; /* Adjust the z-index to make sure it's above other elements */
  transition: transform 0.3s ease-in-out;
}
.fixed-navbar.fixed {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.showcase {
  margin: 0 0.5rem 2rem 0.5rem;
}
.showcase .header {
  padding-block: 0;
  padding-top: 7rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.showcase .header .headline {
  font-size: clamp(3rem, 2.875vw, 4rem);
  margin-bottom: 2rem;
  width: 10ch;
}
.showcase .header dotlottie-player {
  align-self: flex-end;
}
.showcase .card {
  padding: 2rem;
}
.showcase .card h1 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.showcase .card p {
  line-height: 25px;
  margin-bottom: 1.5rem;
}
.showcase .card a {
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.showcase .showcase-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.showcase .showcase-cards .cards-1st-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.showcase .showcase-cards .cards-1st-row .digital-expertise-card {
  border-top-right-radius: 20px;
  background-color: #32a852;
}
.showcase .showcase-cards .cards-1st-row .digital-expertise-card a {
  border-radius: 30px;
  outline: none;
  background-color: transparent;
  color: #121419;
  border: 2px solid #121419;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.showcase .showcase-cards .cards-1st-row .digital-expertise-card a:hover {
  background-color: #121419;
  color: #32a852;
}
.showcase .showcase-cards .cards-1st-row .arrow-card {
  background-color: #e7e9ed;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase .showcase-cards .cards-1st-row .arrow-card svg {
  height: 80px;
  margin: 0 auto;
  animation: bounceUpDown 2s infinite;
}
.showcase .showcase-cards .cards-1st-row .dataLovers-card {
  border-top-left-radius: 20px;
  background-color: #121419;
  color: white;
}
.showcase .showcase-cards .cards-1st-row .dataLovers-card a {
  border-radius: 30px;
  outline: none;
  border: none;
  background-color: transparent;
  color: #32a852;
  border: 2px solid #32a852;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.showcase .showcase-cards .cards-1st-row .dataLovers-card a:hover {
  background-color: #32a852;
  color: #121419;
}
.showcase .showcase-cards .cards-2nd-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.showcase .showcase-cards .cards-2nd-row .showcase-card-image {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.showcase .showcase-cards .cards-2nd-row .global-impact-card {
  background-color: #121419;
  color: #32a852;
  border-radius: 20px;
}
.showcase .showcase-cards .cards-2nd-row .global-impact-card a {
  border-radius: 30px;
  outline: none;
  background-color: transparent;
  color: #32a852;
  border: 1px solid #32a852;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.showcase .showcase-cards .cards-2nd-row .global-impact-card a:hover {
  background-color: #32a852;
  color: #121419;
}
.showcase .showcase-cards .cards-2nd-row .svg-div {
  height: 10rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #32a852;
}
.showcase .showcase-cards .cards-2nd-row .svg-div svg {
  animation: rotate 25s linear infinite;
}

@media screen and (min-width: 641px) {
  .showcase {
    margin: 0 auto 2rem auto;
  }
  .showcase .header {
    padding-top: 10rem;
    margin: 0 auto;
    display: flex;
  }
  .showcase .header .headline {
    font-size: clamp(5rem, 6vw, 7rem);
    width: 20ch;
  }
  .showcase .header dotlottie-player {
    align-self: flex-start;
  }
  .showcase .card {
    padding: 4rem;
  }
  .showcase .showcase-cards .cards-1st-row {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr 1fr;
  }
  .showcase .showcase-cards .cards-1st-row .arrow-card {
    margin-top: auto;
    height: 13rem;
  }
  .showcase .showcase-cards .cards-2nd-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr 0.5fr;
  }
  .showcase .showcase-cards .cards-2nd-row .showcase-card-image {
    max-width: 100%;
    margin-bottom: auto;
    height: 13rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .showcase .showcase-cards .cards-2nd-row .svg-div {
    margin-bottom: auto;
    height: 13rem;
  }
}
@keyframes bounceUpDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-10px);
    opacity: 0.8;
  }
  60% {
    transform: translateY(-5px);
    opacity: 0.8;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-us {
  background-color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  transform: translateY(20px);
}
.about-us.visible {
  opacity: 1;
  transform: translateY(0);
}
.about-us .upper-header {
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-bottom: 2rem;
}
.about-us .header {
  font-size: clamp(2rem, 2vw, 4rem);
  width: 15ch;
  margin-bottom: 2rem;
}
.about-us .par {
  line-height: 25px;
  font-size: clamp(1rem, 0.9vw, 1.2rem);
}

@media screen and (min-width: 641px) {
  .about-us .header {
    font-size: clamp(4rem, 5vw, 6rem);
    margin: 0 auto 2rem auto;
    max-width: 1050px;
    width: unset;
  }
  .about-us .par {
    max-width: 1050px;
    margin: 0 auto;
    font-size: clamp(1rem, 0.9vw, 1.2rem);
  }
}
.industries {
  background-color: white;
  padding-block: 2rem;
}
.industries svg {
  height: 40px;
}
.industries .header {
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-bottom: 2rem;
}
.industries .cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.industries .cards .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  border-radius: 20px;
  align-items: flex-start;
}
.industries .cards .card.bg-green {
  background-color: #32a852;
}
.industries .cards .card.bg-gray {
  background-color: #e7e9ed;
}
.industries .cards .card h1 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.industries .cards .card p {
  font-size: clamp(1rem, 0.9vw, 1.2rem);
  line-height: 25px;
}

@media screen and (min-width: 641px) {
  .industries .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    flex-direction: row;
    max-width: 1150px;
    margin: 0 auto;
  }
}
.our-solutions-mobile {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #32a852;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  height: 100%;
}
.our-solutions-mobile .card-upper,
.our-solutions-mobile .card-lower {
  height: 100vh !important;
  position: sticky;
  top: 0;
}
.our-solutions-mobile .our-solutions-img {
  display: none;
}
.our-solutions-mobile .greg-card {
  background-color: #fff !important;
  color: #121419 !important;
}
.our-solutions-mobile div img {
  width: 100%;
  height: 70px;
}
.our-solutions-mobile div .treasure-island-logo {
  max-height: 35px;
  max-width: 310px;
  width: unset;
}
.our-solutions-mobile div a {
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  color: unset;
}
.our-solutions-mobile div span {
  color: #808080;
}
.our-solutions-mobile div p {
  max-width: 35ch;
}
.our-solutions-mobile .spinner-and-text {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #121419;
}
.our-solutions-mobile .spinner-and-text h1 {
  position: absolute;
  z-index: 999;
  color: white;
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.our-solutions-mobile .spinner-and-text p {
  text-align: justify;
}
.our-solutions-mobile .spinner-and-text svg {
  animation: rotate 25s linear infinite;
}
.our-solutions-mobile .left-part {
  padding: 1rem;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
.our-solutions-mobile .left-part p {
  text-align: justify;
}
.our-solutions-mobile .right-part {
  width: 100%;
  height: 100%;
  padding: 1rem;
  gap: 1rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-solutions-mobile .right-part p {
  text-align: justify;
}
.our-solutions-mobile .left-part {
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.our-solutions-mobile .left-part p {
  text-align: justify;
}
.our-solutions-mobile .right-part {
  width: 100%;
  height: 100%;
  padding: 1rem;
  gap: 1rem;
  background-color: #121419;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.our-solutions-mobile .right-part p {
  text-align: justify;
}
.our-solutions-mobile .right-part button {
  border-radius: 30px;
  outline: none;
  background-color: transparent;
  color: #32a852;
  border: 1px solid #32a852;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.our-solutions-mobile .right-part button:hover {
  background-color: #32a852;
  color: white;
}

.our-solutions-web {
  display: none;
  position: relative;
  background-color: #32a852;
  padding-block: 5rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.our-solutions-web .card {
  position: relative;
  height: 100%;
}
.our-solutions-web .card .card-upper {
  position: sticky !important;
  height: calc(100vh - 5rem) !important;
  width: 100% !important;
  top: 5rem !important;
}
.our-solutions-web .card .card-lower {
  position: sticky !important;
  height: calc(100vh - 5rem) !important;
  width: 100% !important;
  top: 5rem !important;
}
.our-solutions-web .card div img {
  width: 100%;
  height: 70px;
}
.our-solutions-web .card div .treasure-island-logo {
  max-height: 40px;
  max-width: 400px;
  width: unset;
}
.our-solutions-web .card div a {
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  color: unset;
  text-underline-offset: 3px;
}
.our-solutions-web .card div span {
  color: #808080;
}
.our-solutions-web .card div p {
  max-width: 35ch;
  text-align: justify;
}
.our-solutions-web .card-1,
.our-solutions-web .card-2,
.our-solutions-web .card-3 {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
}
.our-solutions-web .card-1 .spinner-and-text {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #121419;
}
.our-solutions-web .card-1 .spinner-and-text h1 {
  position: absolute;
  z-index: 999;
  color: white;
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.our-solutions-web .card-1 .spinner-and-text p {
  text-align: justify;
}
.our-solutions-web .card-1 .spinner-and-text svg {
  animation: rotate 25s linear infinite;
}
.our-solutions-web .card-1 img {
  width: 100%;
  height: 100%;
  display: none;
}
.our-solutions-web .card-2 .left-part {
  padding: 1rem;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
.our-solutions-web .card-2 .left-part p {
  text-align: justify;
}
.our-solutions-web .card-2 .right-part {
  width: 100%;
  height: 100%;
  padding: 1rem;
  gap: 1rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-solutions-web .card-2 .right-part p {
  text-align: justify;
}
.our-solutions-web .card-3 .left-part {
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.our-solutions-web .card-3 .left-part p {
  text-align: justify;
}
.our-solutions-web .card-3 .right-part {
  width: 100%;
  height: 100%;
  padding: 1rem;
  gap: 1rem;
  background-color: #121419;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.our-solutions-web .card-3 .right-part p {
  text-align: justify;
}
.our-solutions-web .card-3 .right-part button {
  border-radius: 30px;
  outline: none;
  background-color: transparent;
  color: #32a852;
  border: 1px solid #32a852;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.our-solutions-web .card-3 .right-part button:hover {
  background-color: #32a852;
  color: white;
}

@media screen and (min-width: 641px) {
  .our-solutions-mobile {
    display: none;
  }
  .our-solutions-web {
    display: block;
    max-width: 1535px;
    margin: 0 auto;
  }
  .our-solutions-web .card {
    position: sticky;
    height: 100vh;
    width: 100%;
    top: 5rem;
  }
  .our-solutions-web .card:first-child {
    top: 0;
  }
  .our-solutions-web .card-1,
  .our-solutions-web .card-2,
  .our-solutions-web .card-3 {
    padding: 0 4rem;
    flex-direction: row;
    margin-bottom: 0;
  }
  .our-solutions-web .card-1 .spinner-and-text {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    max-width: 50%;
    max-height: 100%;
  }
  .our-solutions-web .card-1 img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 50%;
    max-height: 100%;
    display: block;
  }
  .our-solutions-web .card-2 .left-part {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .our-solutions-web .card-2 .right-part {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .our-solutions-web .card-3 .left-part {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .our-solutions-web .card-3 .right-part {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.testimonials {
  background-color: #485162;
  color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.testimonials .header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.testimonials .header h1 {
  width: 10ch;
}
.testimonials .header p {
  width: 17ch;
}
.testimonials .cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testimonials .cards .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #121419;
  padding: 2rem 1rem;
  border-radius: 20px;
  height: unset;
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* Set initial state for the transition */
  opacity: 0;
  transform: translateY(20px);
}
.testimonials .cards .card div {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.testimonials .cards .card div span {
  font-style: italic;
}

.testimonials.show-cards .card {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .testimonials {
    max-width: 1535px;
    margin: 0 auto;
    min-height: 90vh !important;
  }
  .testimonials .header {
    max-width: 1535px;
    margin: 0 auto 5rem auto;
  }
  .testimonials .cards {
    flex-direction: row;
    padding-left: 10rem;
  }
}
.our-clients {
  padding: 5rem 0.5rem;
  background-color: #485162;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.our-clients h1 {
  margin-bottom: 5rem;
  color: white;
}
.our-clients .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.our-clients .cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  background-color: #121419;
  border-radius: 20px;
  aspect-ratio: 1/1;
}
.our-clients .cards .card img {
  max-height: 50px;
}

@media screen and (min-width: 641px) {
  .our-clients {
    padding: 5rem 4rem;
    max-width: 1535px;
    margin: 0 auto;
  }
  .our-clients h1 {
    margin: 0 auto 5rem auto;
    max-width: 1535px;
  }
  .our-clients .cards {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .our-clients .cards .card {
    aspect-ratio: unset;
  }
  .our-clients .cards .card img {
    max-height: 130px;
  }
}
.error-message {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  color: #ff9494;
}

.show-error {
  opacity: 1;
  max-height: 50px;
}

button[type=submit] {
  transition: all 0.3s ease; /* Adjust the duration and timing function as needed */
}

.contact form {
  background-color: #121419;
  color: #fff;
  padding-block: 2rem;
  border-top-right-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact h1 {
  font-size: clamp(3rem, 2.875vw, 4rem);
  margin-bottom: 2rem;
  padding-top: 5rem;
}

.contact .contact-div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact .contact-div img {
  border-radius: 30px;
  max-width: 680px;
}

.container form .form-row {
  display: flex;
  margin: 2rem 0;
}

form .form-row .input-data {
  width: 100%;
  height: 40px;
  margin: 0 20px;
  position: relative;
}

.input-data label {
  color: #808080;
}

form .form-row .input-data button {
  width: 100%;
  max-width: 200px;
  height: 100%;
  background-color: #32a852;
  color: #121419;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

form .form-row .textarea {
  min-height: 100px;
}

.input-data input,
.textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.input-data input:focus-visible,
.textarea textarea:focus-visible {
  outline: none;
}

.textarea textarea {
  resize: none;
  padding-top: 10px;
}

.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data .underline:before,
.textarea .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.input-data input:not(:-moz-placeholder-shown) ~ .underline:before, .textarea textarea:not(:-moz-placeholder-shown) ~ .underline:before {
  transform: scale(1);
}

.input-data input:focus ~ .underline:before,
.input-data input:not(:placeholder-shown) ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:not(:placeholder-shown) ~ .underline:before {
  transform: scale(1);
}

.submit-btn .input-data {
  overflow: hidden;
  height: 45px;
  width: 25%;
}

.submit-btn .input-data input {
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 641px) {
  .contact .contact-div {
    flex-direction: row;
  }
}
.footer {
  padding: 2rem 0.5rem 1rem 0.5rem;
}
.footer .header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .header h1 {
  font-size: clamp(2rem, 2vw, 4rem);
  margin-bottom: 1.5rem;
}
.footer .header .newsletter {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.footer .header .newsletter span {
  font-size: 2rem;
  animation: example 1.5s infinite linear;
}
.footer .header .newsletter p {
  font-size: clamp(1.2rem, 1vw, 1.5rem);
}
.footer .header .newsletter .input-and-button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .header .newsletter .input-and-button input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.footer .header .newsletter .input-and-button input:focus {
  outline: none;
}
.footer .header .newsletter .input-and-button button {
  align-self: flex-end;
  border-radius: 30px;
  outline: none;
  background-color: #121419;
  color: white;
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.footer .header .newsletter .input-and-button button:hover {
  background-color: #121419;
  color: #32a852;
}
.footer .menus {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer .menus .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .menus .list h3 {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  font-weight: bold;
}
.footer .menus .list ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .menus .list ul li {
  list-style: none;
}
.footer .menus .list ul li::before {
  content: "↘";
  padding-right: 5px;
}
.footer .menus .list ul li span {
  font-weight: bold;
  color: #aaa;
}
.footer .menus .list ul li a {
  color: #000;
  text-underline-offset: 3px;
}
.footer .menus .list-no-style ul li::before {
  content: none;
}

@media screen and (min-width: 641px) {
  .footer {
    padding: 5rem 4rem 1rem 5rem;
  }
  .footer .header {
    margin-bottom: 2rem;
    flex-direction: row;
    gap: 5rem;
  }
  .footer .header h1 {
    font-size: clamp(4rem, 5vw, 6rem);
  }
  .footer .menus {
    max-width: 95%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .footer .menus .list ul li a {
    transition: all 0.3s ease;
  }
  .footer .menus .list ul li a:hover {
    color: #32a852;
  }
}
@keyframes example {
  0%, 100% {
    transform: translateX(10%);
  }
  50% {
    transform: translateX(-5%);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: Questrial, sans-serif;
  background-color: #f3f4f6;
  margin: 0 auto;
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 641px) {
  body {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */