@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.case-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.banner.case-banner .bg {
  height: 100vh;
}
.banner.case-banner .bg .banner-wrapper {
  width: 100%;
  top: 70%;
  translate: 0 -70%;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .banner.case-banner .bg .banner-wrapper {
    top: 60%;
    translate: 0 -60%;
  }
}
.banner.case-banner .bg .banner-wrapper .heading {
  max-width: 490px;
}
@media only screen and (max-width: 540px) {
  .banner.case-banner .bg .banner-wrapper .heading {
    text-align: center;
  }
}
.banner.case-banner .bg .banner-wrapper .heading h2 {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .banner.case-banner .bg .banner-wrapper .heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.case-banner .bg .banner-wrapper .heading h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.banner.case-banner .bg .banner-wrapper .heading p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media only screen and (max-width: 540px) {
  .banner.case-banner .bg .banner-wrapper .heading p {
    font-size: 14px;
  }
}
.banner.case-banner .bg .banner-wrapper .case_info_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .banner.case-banner .bg .banner-wrapper .case_info_wrap {
    margin-top: 30px;
  }
}
.banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info {
  text-align: center;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info {
    flex: 0 1 50%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info:nth-child(2n)::after {
    display: none;
  }
}
.banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, rgba(204, 204, 204, 0), #FFFFFF, rgba(153, 153, 153, 0));
}
.banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 540px) {
  .banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info:first-child {
    padding: 0 10px;
  }
}
.banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info:last-child {
    padding: 0 10px;
  }
}
.banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info .icon {
  width: 35px;
  height: 35px;
  margin: 0 auto 5px;
}
.banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info h6 {
    font-size: 16px;
  }
}
.banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6980392157);
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .banner.case-banner .bg .banner-wrapper .case_info_wrap .case_info p {
    font-size: 14px;
  }
}

.challenge_sec {
  position: relative;
}
.challenge_sec .bg_media {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.3;
}
.challenge_sec .challenge_wrapper {
  border-left: 1px solid var(--primary);
}
@media only screen and (max-width: 768px) {
  .challenge_sec .challenge_wrapper {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper {
    padding-bottom: 50px;
  }
}
.challenge_sec .challenge_wrapper .challenge_col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --gap: 70px;
  gap: var(--gap);
  padding: 70px 0 0 70px;
  --icon: 20px;
  margin-left: -10px;
}
@media only screen and (max-width: 1280px) {
  .challenge_sec .challenge_wrapper .challenge_col {
    --gap: 50px;
    padding: 60px 0 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .challenge_sec .challenge_wrapper .challenge_col {
    padding: 50px 0 0 50px;
    --gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper .challenge_col {
    padding: 40px 0 0 35px;
    --gap: 20px;
    --icon: 15px;
    margin-left: -8px;
  }
}
.challenge_sec .challenge_wrapper .challenge_col:nth-child(2n) {
  flex-direction: row-reverse;
}
.challenge_sec .challenge_wrapper .challenge_col::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: var(--icon);
  height: var(--icon);
  border-radius: 50%;
  background: var(--primary);
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper .challenge_col::before {
    top: 20%;
  }
}
.challenge_sec .challenge_wrapper .challenge_col .content {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .challenge_sec .challenge_wrapper .challenge_col .content {
    flex: 0 1 100%;
    max-width: 100%;
    order: 1;
  }
}
.challenge_sec .challenge_wrapper .challenge_col .content h4 {
  line-height: 1.2;
}
.challenge_sec .challenge_wrapper .challenge_col .content .desc {
  margin-top: 15px;
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper .challenge_col .content .desc {
    margin-top: 10px;
  }
}
.challenge_sec .challenge_wrapper .challenge_col .content .desc p {
  color: rgba(255, 255, 255, 0.6980392157);
  font-weight: 400;
}
.challenge_sec .challenge_wrapper .challenge_col figure {
  flex: 1;
  max-width: 50%;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .challenge_sec .challenge_wrapper .challenge_col figure {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.challenge_sec .challenge_wrapper .challenge_col figure img {
  border-radius: 10px;
}
.challenge_sec .challenge_wrapper .stats_wrapper {
  padding: 60px var(--containerfluid) 0;
  position: relative;
  z-index: 0;
  transform: translateY(20%);
}
@media only screen and (max-width: 1280px) {
  .challenge_sec .challenge_wrapper .stats_wrapper {
    padding: 45px var(--containerfluid) 0;
  }
}
@media only screen and (max-width: 991px) {
  .challenge_sec .challenge_wrapper .stats_wrapper {
    padding: 35px var(--containerfluid) 0;
  }
}
@media only screen and (max-width: 768px) {
  .challenge_sec .challenge_wrapper .stats_wrapper {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper .stats_wrapper {
    padding: 30px var(--containerfluid) 0;
  }
}
.challenge_sec .challenge_wrapper .stats_wrapper .icon {
  width: 70px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1280px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .icon {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .icon {
    width: 60px;
    margin: 0 auto 30px;
  }
}
.challenge_sec .challenge_wrapper .stats_wrapper .stats_flex {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  background: var(--white);
  padding: 25px 35px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex {
    padding: 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex {
    flex-direction: column;
    padding: 15px;
    width: 100%;
    gap: 15px;
  }
}
.challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col {
    width: 100%;
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col {
    gap: 15px;
  }
}
.challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figure {
  flex: 0 1 50px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figure {
    flex: 0 1 40px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figure {
    flex: 0 1 35px;
    width: 35px;
    height: 35px;
  }
}
.challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figcaption {
  flex: 1;
  max-width: 130px;
}
@media only screen and (max-width: 768px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figcaption {
    max-width: 100%;
  }
}
.challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figcaption h6 {
  font-size: 30px;
  color: var(--black);
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figcaption h6 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figcaption h6 {
    font-size: 22px;
  }
}
.challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figcaption p {
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 540px) {
  .challenge_sec .challenge_wrapper .stats_wrapper .stats_flex .stas_col figcaption p {
    font-size: 12px;
  }
}

.result_sec {
  padding-top: 130px;
}
@media only screen and (max-width: 1280px) {
  .result_sec {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .result_sec {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .result_sec {
    padding-top: 40px;
  }
}
.result_sec .result_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --gap: 70px;
  gap: var(--gap);
}
@media only screen and (max-width: 1280px) {
  .result_sec .result_flex {
    --gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .result_sec .result_flex {
    --gap: 20px;
  }
}
.result_sec .result_flex figcaption {
  flex: 1;
  max-width: calc(100% - (50% - var(--gap)));
}
@media only screen and (max-width: 991px) {
  .result_sec .result_flex figcaption {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
.result_sec .result_flex figcaption h3 {
  font-size: 150px;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  .result_sec .result_flex figcaption h3 {
    font-size: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .result_sec .result_flex figcaption h3 {
    font-size: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .result_sec .result_flex figcaption h3 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 540px) {
  .result_sec .result_flex figcaption h3 {
    font-size: 60px;
  }
}
.result_sec .result_flex figcaption .desc {
  padding: 10px 0 20px;
}
@media only screen and (max-width: 540px) {
  .result_sec .result_flex figcaption .desc {
    padding: 10px 0;
  }
}
.result_sec .result_flex figcaption .desc p {
  color: rgba(255, 255, 255, 0.6980392157);
}
.result_sec .result_flex figcaption .desc p:not(:last-child) {
  padding-bottom: 10px;
}
.result_sec .result_flex figure {
  flex: 0 1 auto;
  max-width: 50%;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .result_sec .result_flex figure {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
.result_sec .result_flex figure img {
  border-radius: 10px;
}

.director_sec {
  position: relative;
  position: relative;
  z-index: 0;
}
.director_sec::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.director_sec::before {
  width: 400px;
  height: 400px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .director_sec::before {
    width: 300px;
    height: 300px;
  }
}
.director_sec .container {
  --container: 1024px;
}
.director_sec .director_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --gap: 110px;
  gap: var(--gap);
}
@media only screen and (max-width: 1280px) {
  .director_sec .director_wrap {
    --gap: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .director_sec .director_wrap {
    --gap: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .director_sec .director_wrap {
    --gap: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .director_sec .director_wrap {
    flex-direction: column-reverse;
    --gap: 20px;
  }
}
.director_sec .director_wrap figcaption {
  flex: 1;
  max-width: 45%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .director_sec .director_wrap figcaption {
    max-width: 55%;
  }
}
@media only screen and (max-width: 540px) {
  .director_sec .director_wrap figcaption {
    max-width: 100%;
  }
}
.director_sec .director_wrap figcaption .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .director_sec .director_wrap figcaption .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
  }
}
.director_sec .director_wrap figcaption .desc {
  margin: 10px 0 30px;
}
@media only screen and (max-width: 768px) {
  .director_sec .director_wrap figcaption .desc {
    margin: 10px 0 25px;
  }
}
@media only screen and (max-width: 540px) {
  .director_sec .director_wrap figcaption .desc {
    margin: 10px 0 20px;
  }
}
.director_sec .director_wrap figcaption .desc p {
  color: var(--white);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}
.director_sec .director_wrap figcaption .desc p:not(:last-child) {
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .director_sec .director_wrap figcaption .desc p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .director_sec .director_wrap figcaption .desc p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .director_sec .director_wrap figcaption .desc p {
    font-size: 16px;
  }
}
.director_sec .director_wrap figcaption .details .name {
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .director_sec .director_wrap figcaption .details .name {
    font-size: 16px;
  }
}
.director_sec .director_wrap figcaption .details p {
  font-weight: 500;
}
.director_sec .director_wrap figure {
  flex: 1;
  max-width: 35%;
  border-radius: 15px;
  position: relative;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .director_sec .director_wrap figure {
    max-width: 40%;
  }
}
@media only screen and (max-width: 540px) {
  .director_sec .director_wrap figure {
    max-width: 80%;
  }
}
.director_sec .director_wrap figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #40C28E;
  border-radius: 15px;
  bottom: 5%;
  right: 7%;
  z-index: -1;
}
.director_sec .director_wrap figure img {
  border-radius: 10px;
}

.contact_sec .contact_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --gap: 70px;
  gap: var(--gap);
}
@media only screen and (max-width: 991px) {
  .contact_sec .contact_wrapper {
    --gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_sec .contact_wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .contact_sec .contact_wrapper {
    --gap: 10px;
  }
}
.contact_sec .contact_wrapper figure {
  flex: 0 1 auto;
  max-width: 40%;
  width: 100%;
  padding: 50px;
}
@media only screen and (max-width: 991px) {
  .contact_sec .contact_wrapper figure {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_sec .contact_wrapper figure {
    max-width: 25%;
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .contact_sec .contact_wrapper figure {
    padding: 0px 10px 0 10px;
  }
}
.contact_sec .contact_wrapper .form {
  flex: 1;
  max-width: calc(100% - (40% - var(--gap)));
}
@media only screen and (max-width: 768px) {
  .contact_sec .contact_wrapper .form {
    max-width: 100%;
    text-align: center;
  }
}
.contact_sec .contact_wrapper .form .heading h3 {
  font-size: 36px;
  max-width: 460px;
}
@media only screen and (max-width: 991px) {
  .contact_sec .contact_wrapper .form .heading h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_sec .contact_wrapper .form .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .contact_sec .contact_wrapper .form .heading h3 {
    font-size: 18px;
  }
}
.contact_sec .contact_wrapper .form .form-grid {
  --item: 2;
  --labelbefore: rgba(255, 255, 255, 0.6980392157);
  --labelafter: #ffffff;
  --borderbefore: rgba(255, 255, 255, 0.6980392157);
  --borderafter: #ffffff;
  --color: #ffffff;
  margin: 25px 0 30px;
}
@media only screen and (max-width: 540px) {
  .contact_sec .contact_wrapper .form .form-grid {
    --item: 1;
  }
}
@media only screen and (max-width: 768px) {
  .contact_sec .contact_wrapper .form .solid-white {
    margin: 0 auto;
  }
}
.contact_sec .contact_wrapper .form .solid-white:hover {
  border-color: #fff;
}

.more_col {
  border-radius: 10px;
}
.more_col::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8392156863), rgba(0, 0, 0, 0));
}
.more_col:hover figure img {
  transform: scale(1.2);
}
.more_col figure {
  border-radius: 10px;
}
.more_col figure img {
  border-radius: 10px;
}
.more_col figcaption {
  padding: 0 20px 30px;
}
@media only screen and (max-width: 540px) {
  .more_col figcaption {
    padding: 0 10px 20px;
  }
}
.more_col figcaption h6 {
  line-height: 1.2;
}/*# sourceMappingURL=case-studies.css.map */