@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Poppins/poppins-v13-latin-300.eot");
  src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/Poppins/poppins-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-v13-latin-300.woff2") format("woff2"), url("../fonts/Poppins/poppins-v13-latin-300.woff") format("woff"), url("../fonts/Poppins/poppins-v13-latin-300.ttf") format("truetype"), url("../fonts/Poppins/poppins-v13-latin-300.svg#Poppins") format("svg"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins/poppins-v13-latin-regular.eot");
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/Poppins/poppins-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-v13-latin-regular.woff2") format("woff2"), url("../fonts/Poppins/poppins-v13-latin-regular.woff") format("woff"), url("../fonts/Poppins/poppins-v13-latin-regular.ttf") format("truetype"), url("../fonts/Poppins/poppins-v13-latin-regular.svg#Poppins") format("svg"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins/poppins-v13-latin-500.eot");
  src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/Poppins/poppins-v13-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-v13-latin-500.woff2") format("woff2"), url("../fonts/Poppins/poppins-v13-latin-500.woff") format("woff"), url("../fonts/Poppins/poppins-v13-latin-500.ttf") format("truetype"), url("../fonts/Poppins/poppins-v13-latin-500.svg#Poppins") format("svg"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Poppins/poppins-v13-latin-600.eot");
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/Poppins/poppins-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-v13-latin-600.woff2") format("woff2"), url("../fonts/Poppins/poppins-v13-latin-600.woff") format("woff"), url("../fonts/Poppins/poppins-v13-latin-600.ttf") format("truetype"), url("../fonts/Poppins/poppins-v13-latin-600.svg#Poppins") format("svg"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins/poppins-v13-latin-700.eot");
  src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/Poppins/poppins-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-v13-latin-700.woff2") format("woff2"), url("../fonts/Poppins/poppins-v13-latin-700.woff") format("woff"), url("../fonts/Poppins/poppins-v13-latin-700.ttf") format("truetype"), url("../fonts/Poppins/poppins-v13-latin-700.svg#Poppins") format("svg"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Poppins/poppins-v13-latin-800.eot");
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("../fonts/Poppins/poppins-v13-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-v13-latin-800.woff2") format("woff2"), url("../fonts/Poppins/poppins-v13-latin-800.woff") format("woff"), url("../fonts/Poppins/poppins-v13-latin-800.ttf") format("truetype"), url("../fonts/Poppins/poppins-v13-latin-800.svg#Poppins") format("svg"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Poppins/poppins-v13-latin-900.eot");
  src: local("Poppins Black"), local("Poppins-Black"), url("../fonts/Poppins/poppins-v13-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/poppins-v13-latin-900.woff2") format("woff2"), url("../fonts/Poppins/poppins-v13-latin-900.woff") format("woff"), url("../fonts/Poppins/poppins-v13-latin-900.ttf") format("truetype"), url("../fonts/Poppins/poppins-v13-latin-900.svg#Poppins") format("svg"); }

/* Main Content */

* {
  box-sizing: border-box;
}

.main-content {
  min-height: auto;
}

section.home-hero {
  z-index: 12;
  overflow: hidden;
}

.hero-character .hero-guy-1 {
  bottom: -8px;
}

.hero-button {
  margin: 40px 0 0;
}

/* Header */

header {
  z-index: 13;
}

/* Clients */

section.section-servcie-clients {
  position: relative;
  z-index: 10;
  padding: 60px 0;
}

.service-clients-container {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
}

.service-clients-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px 16px;
}

.service-clients-item img {
  display: block;
  width: auto;
  max-height: 64px;
}

/* Highlighted Works */

section.section-highlighted-works {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  z-index: 10;
  padding: 60px 0;
}

.highlighted-works-container {
  position: relative;
}

.highlighted-works-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.highlighted-works-title h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 62px;
  line-height: 120%;
  letter-spacing: -2%;
}

.highlighted-works-title .btn {
  padding: 17px 28px 15px;
  height: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: initial;
  letter-spacing: 0;
  border-radius: 100px;
  box-shadow: none;
  outline: none;
}

.highlighted-works-wrapper {
  margin: 40px 0 0;
}

.highlighted-works-slider {
  position: relative;
}

.highlighted-works-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.works-nav-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 112px;
  height: 112px;
  border-radius: 50%;
}

.works-nav-button:hover {
  background-image: linear-gradient(180deg, rgba(85, 96, 198, 0.2), rgb(201, 85, 195, 0.2));
}

.works-nav-button.prev {
  left: -56px;
}

.works-nav-button.next {
  right: -56px;
}

.works-nav-button img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.25);
}

.works-nav-button.slick-disabled {
  visibility: hidden;
  opacity: 0;
}

.highlighted-works-carousel {
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
}

.highlighted-works-carousel .slick-list {
  overflow: initial;
}

.highlighted-works-item {
  position: relative;
  padding: 0 10px;
}

.highlighted-works-item a {
  display: block;
  position: relative;
}

.highlighted-works-text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 384px;
  padding: 40px;
  border-radius: 40px 40px 0 0;
}

.highlighted-works-text.dongengin {
  background-image: linear-gradient(180deg, #E6D9F8 55%, rgba(230, 217, 248, 0));
}

.highlighted-works-text.hoopsai {
  background-image: linear-gradient(180deg, #EF58B0 55%, rgba(239, 88, 176, 0));
}

.highlighted-works-text.crisp {
  background-image: linear-gradient(180deg, #4075EB 55%, rgba(64, 117, 235, 0));
}

.highlighted-works-text.swypebites {
  background-image: linear-gradient(180deg, #B6E3FF 55%, rgba(182, 227, 255, 0));
}

.highlighted-works-text h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  line-height: 120%;
  color: #FFFFFF;
}

.highlighted-works-text p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.highlighted-works-text h3 + p {
  margin: 12px 0 0;
}

.highlighted-works-text.dongengin h3,
.highlighted-works-text.dongengin p {
  color: #473958;
}

.highlighted-works-text.swypebites h3,
.highlighted-works-text.swypebites p {
  color: #110A1A;
}

.highlighted-works-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 40px;
}

.highlighted-works-image img {
  display: block;
  width: 100%;
  transition: all ease 1s;
}

.highlighted-works-item:hover .highlighted-works-image img {
  transform: scale(1.2);
}

.highlighted-works-image img:first-child {
  display: block;
}

.highlighted-works-image img:last-child {
  display: none;
}


/* Services */

section.section-services {
  position: relative;
  z-index: 10;
  padding: 120px 0 176px;
}

section.section-services::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #C04DE2;
  border-radius: 40px 40px 0 0;
}

.services-container {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.services-title h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  color: #110A1A;
}

.services-wrapper {
  margin: 30px 0 0;
}

.services-tab {
  position: relative;
}

.services-tab-header {
  position: relative;
}

.services-tab-header::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #F4F9FC;
  border-radius: 100px;
}

.services-tab-header .btn {
  appearance: none;
  position: absolute;
  top: 4px;
  z-index: 2;
  width: 56px;
  height: 56px;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.services-tab-header .btn:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.services-tab-header .btn:focus {
  outline: none;
  box-shadow: none;
}

.services-tab-header .btn.hidden {
  visibility: hidden;
}

.services-tab-header .btn#left-arrow {
  left: 4px;
}

.services-tab-header .btn#right-arrow {
  right: 4px;
}

.services-tab-header .btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-tab-scroll {
  position: relative;
  z-index: 1;
  padding: 4px 4px 40px 4px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  width: calc(100% - 4px);
}

.services-tab-scroll::-webkit-scrollbar { 
  display: none;
}

.services-tab-active {
  position: absolute;
  z-index: 0;
  top: 4px;
  height: 56px;
  background-color: #FFFFFF;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  transition: all ease 0.3s;
}

.services-tab-header ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.services-tab-header ul li {
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 100px;
  white-space: nowrap;
}

.services-tab-body {
  display: grid;
  grid-gap: 8px;
  margin: 40px 0 0;
}

.services-tab-panel {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all ease 0.5s;
}

.services-tab-panel:first-child {
  position: relative;
}

.services-tab-panel.active.show {
  opacity: 1;
}

.services-tab-panel.show {
  opacity: 0;
}

.services-tab-accordion {
  cursor: pointer;
  display: none;
  position: relative;
  padding: 20px;
}

.services-tab-accordion::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  transform: rotateZ(0deg);
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all ease 0.3s;
}

.services-tab-accordion p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}

.services-tab-panel:nth-child(odd) .services-tab-accordion::before {
  background-image: url('../icons/accordion-down-pink.png');
}

.services-tab-panel:nth-child(even) .services-tab-accordion::before {
  background-image: url('../icons/accordion-down-blue.png');
}

.services-tab-panel.show .services-tab-accordion::before {
  transform: rotateZ(180deg);
}

.services-tab-content {
  padding: 0;
}

.services-tab-wrapper {
  display: grid;
  grid-template-columns: 1fr 560px;
  grid-gap: 40px;
}

.services-tab-text {
  align-self: center;
  width: 100%;
  max-width: 438px;
}

.services-tab-text h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  line-height: 120%;
  color: #110A1A;
}

.services-tab-text p {
  margin: 12px 0 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 140%;
  color: #473958;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 32px;
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #D1C9DB;
}

.services-list-group {
  display: grid;
  align-self: flex-start;
  grid-gap: 10px 32px;
}

.services-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.services-list-item img {
  display: block;
  width: 12px;
}

.services-list-item p {
  margin: 0;
  font-size: 14px;
  line-height: 140%;
}

.services-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
}

.services-button .btn.btn-primary {
  padding: 17px 28px 15px;
  height: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: capitalize;
  letter-spacing: 0;
  border-radius: 100px;
  box-shadow: none;
  outline: none;
}

.services-button .btn.btn-outline {
  padding: 16px 28px 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #110B1B;
  border: 1px solid #C6B4DB;
  border-radius: 100px;
  outline: none;
}

.services-button .btn.btn-primary:focus,
.services-button .btn.btn-outline:focus {
  outline: none;
  box-shadow: none;
}

.services-button .btn.btn-outline:hover {
  color: #8151B6;
  border-color: #8151B6;
}

.services-tab-img {
  width: 100%;
  height: 620px;
  background-color: #F4F9FC;
  border-radius: 40px;
}

.services-tab-img img {
  display: block;
  width: 100%;
  border-radius: 40px;
}

/* Explorations */

section.section-explore {
  position: relative;
  padding: 120px 0 176px;
}

section.section-explore::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #C04DE2;
  border-radius: 40px 40px 0 0;
}

.explorations-container {
  position: relative;
  z-index: 1;
}

.explorations-title h1 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  color: #110A1A;
}

.explorations-title p {
  width: 100%;
  max-width: 756px;
  margin: 15px auto 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #473958;
}

.explorations-wrapper {
  margin: 52px 0 0;
}

.explorations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 12px;
}

.explorations-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.explorations-image img {
  cursor: pointer;
  display: block;
  width: 100%;
  transition: all ease 0.5s;
}

.explorations-image:hover img {
  transform: scale(1.1);
}

.explorations-item h3 {
  cursor: pointer;
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #473958;
}

.explorations-item h3:hover {
  color: #8151B6;
}

.explorations-item p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 140%;
  color: #473958;
}

.explorations-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0;
}

.explorations-more .btn.btn-outline {
  padding: 16px 28px 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #110B1B;
  border: 1px solid #C6B4DB;
  border-radius: 100px;
  outline: none;
}

.explorations-more .btn.btn-outline:hover {
  color: #8151B6;
  border-color: #8151B6;
}

.explorations-more .btn.btn-outline:focus {
  outline: none;
  box-shadow: none;
}

/* Lightbox */

.lightbox {
  display: none;
  position: fixed;
  z-index: 14;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.lightbox-content {
  display: grid;
  position: relative;
  width: 100%;
  height: 100%;
}

.lightbox-container .row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

@media (min-width: 576px) {
  .lightbox-container .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .lightbox-container .row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .lightbox-container .row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.lightbox-container .column {
  width: 100%;
}

.lightbox-container .column .lightbox-item {
  cursor: pointer;
  width: 100%;
}

.lightbox-container .column .lightbox-item img {
  display: block;
  width: 100%;
}

.lightbox-container .column .lightbox-item p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}

.lightbox .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.lightbox .column {
  height: 50px;
}

.lightbox .column img {
  display: block;
  height: 100%;
}

.lightbox .close {
  display: block;
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  opacity: 1;
}

.lightbox .close:hover,
.lightbox .close:focus {
  text-decoration: none;
  cursor: pointer;
}

.lightbox .close img {
  display: block;
  max-width: 32px;
}

.lightbox .mySlides {
  display: none;
  height: 100vh;
}

.lightbox .mySlides .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.lightbox .mySlides .img-wrapper .slides-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin: 0 0 30px;
}

.lightbox .mySlides .img-wrapper h3 {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}

.lightbox .mySlides .img-wrapper img {
  display: block;
  width: 100%;
  max-width: 883px;
  max-height: 100%;
  border-radius: 20px;
}

.lightbox .mySlides .img-wrapper .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
}

.lightbox .mySlides .img-wrapper .video-wrapper::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 75%;
}

.lightbox .mySlides .img-wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox .cursor {
  cursor: pointer;
}

.lightbox .prev {
  cursor: pointer;
  display: block;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightbox .prev img {
  display: block;
}

.lightbox .next {
  cursor: pointer;
  display: block;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px 0 0 3px;
}

.lightbox .next img {
  display: block;
}

.lightbox .prev:hover,
.lightbox .next:hover {
  background-color: transparent;
}

.lightbox-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1140px;
}

.lightbox .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.lightbox img {
  margin-bottom: -4px;
}

.lightbox .caption-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 32px 56px 0;
  color: white;
}

.lightbox .caption-container p {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
}

.lightbox .demo {
  border: 2px solid transparent;
  opacity: 0.6;
}

.lightbox .active,
.lightbox .demo:hover {
  border-color: #FFFFFF;
  opacity: 1;
}

.lightbox img.hover-shadow {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.lightbox .hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Footer */

footer {
  height: auto;
  padding: 0 0 70px;
  background-image: linear-gradient(to bottom, #C04DE2, #340C7F);
}

.footer-slider {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
}

.footer-carousel {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-animation: footerScroll 30s linear infinite;
  animation: footerScroll 30s linear infinite;
}

.footer-carousel-item img {
  display: block;
  max-height: 64px;
}

@-webkit-keyframes footerScroll {
  100% {
    -webkit-transform: translateX(-1543px);
    transform: translateX(-1543px);
  }
}

@keyframes footerScroll {
  100% {
    -webkit-transform: translateX(-1543px);
    transform: translateX(-1543px);
  }
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: 50px 0 0;
}

.footer-left {
  width: 100%;
  max-width: 438px;
}

.footer-left .footer-social {
  margin: 100px 0 0;
}

.footer-left .footer-copyright {
  margin: 20px 0 0;
}

.footer-left .footer-copyright p {
  text-align: left;
}

.footer-right {
  width: 100%;
  max-width: 560px;
}

.footer-contact {
  position: relative;
}

.form-title {
  display: none;
  margin: 0 0 36px;
}

.form-title p {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #FFFFFF;
}

.footer-form {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
}

.footer-form .form-wrapper > div > div > div {
  max-width: 600px;
}

.footer-form .form-wrapper div,
.footer-form .form-wrapper input,
.footer-form .form-wrapper textarea,
.footer-form .form-wrapper button span span {
  font-family: 'Poppins', sans-serif;
}

.footer-form .TextControlBase__TextControlBasePlaceholder-sc-1s66zih-8 {
  opacity: 0;
}

.footer-form .eapps-contact-form-9c41029c-05fd-4b61-a762-32bc723136d0-custom-css-hook select {
  color: rgb(71, 57, 88);
}

.footer-form .form-wrapper select {
  outline: 0;
}

.footer-form .form-wrapper button span span {
  color: #FFFFFF;
}

.footer-form .TextControlBase__TextControlBaseContainer-sc-1s66zih-0 {
  padding: 16px 24px !important;
}

.footer-form .Dropdown__Select-sc-ducso2-0 {
  padding: 16px 28px 16px 24px !important;
}

.footer-form .TextControlBase__TextControlBaseTextarea-sc-1s66zih-5 {
  min-height: 120px;
}

/* Responsive */

@media screen and (max-width: 1441px) {
  .hero-character .hero-guy-1 {
    bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .social-wrapper + .social-wrapper {
    margin-left: 10px;
  }

  .social-wrapper a {
    width: 48px;
    height: 48px;
  }

  .social-wrapper a i {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  /* Highlighted Works */

  section.section-highlighted-works {
    padding: 60px 0 230px;
  }

  .highlighted-works-carousel {
    max-width: calc(100% - 120px);
  }

  .highlighted-works-nav {
    position: relative;
    top: auto;
    transform: translateY(0);
    justify-content: flex-start;
    margin: 30px 0 0;
  }

  .works-nav-button {
    top: calc(100% + 30px);
    transform: translateY(0);
  }

  .works-nav-button.slick-disabled {
    visibility: visible;
    opacity: 1;
  }

  .works-nav-button.prev {
    left: 0;
  }

  .works-nav-button.next {
    right: auto;
    left: 110px;
  }

  /* Services */

  section.section-services {
    padding: 0 0 176px;
  }

  section.section-services::before {
    height: 30px;
  }

  .services-tab-panel {
    position: relative;
    opacity: 1;
    display: block;
    border: 1px solid #CAD7EA;
    border-radius: 30px;
  }

  .services-tab-panel.show {
    opacity: 1;
    display: block;
  }

  .services-tab-panel .services-tab-content {
    display: none;
  }

  .services-tab-content {
    padding: 0 20px 20px;
  }

  .services-tab-panel.active.show .services-tab-content,
  .services-tab-panel.show .services-tab-content {
    display: block;
  }

  .services-tab-accordion {
    display: block;
  }

  .service-clients-wrapper {
    gap: 16px 0;
  }

  .service-clients-item img {
    max-height: 48px;
  }

  .services-tab-header {
    display: none;
  }

  .services-tab-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .services-tab-text {
    max-width: 100%;
  }

  .services-tab-text h3 {
    display: none;
  }

  .services-tab-text p {
    margin: 0;
  }

  .services-button .btn.btn-primary {
    padding: 16px 20px 14px;
  }

  .services-button .btn.btn-outline {
    padding: 16px 24px 14px;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .services-tab-img {
    grid-row: 1;
  }

  .services-tab-img {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 20px;
  }

  .services-tab-img img {
    border-radius: 20px;
  }

  /* Exploration */

  section.section-explore::before {
    height: 30px;
  }

  .explorations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Footer */

  .footer-wrapper {
    flex-direction: column-reverse;
    gap: 0;
    margin: 20px 0 0;
  }

  .form-title {
    display: block;
  }

  .footer-text {
    display: none;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-left .footer-social {
    margin: 36px 0 0;
  }

  .footer-left .footer-social .social-container {
    justify-content: center;
  }

  .footer-left .footer-copyright p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  /* Clients */

  section.section-servcie-clients {
    padding: 30px 0;
  }

  /* Highlighted Works */

  section.section-highlighted-works {
    padding: 30px 0 160px;
  }

  .highlighted-works-title h2 {
    font-size: 36px;
    line-height: 120%;
  }

  /* Services */

  section.section-services {
    padding: 30px 0 60px;
  }

  .services-title h2 {
    font-size: 36px;
    line-height: 120%;
  }

  /* Exploration */

  section.section-explore {
    padding: 120px 0 60px;
  }

  .explorations-grid {
    grid-template-columns: 1fr;
  }

  .explorations-title h1 {
    font-size: 36px;
    line-height: 120%;
  }

  .explorations-title p {
    font-size: 14px;
  }

  /* Lightbox */

  .lightbox .mySlides .img-wrapper .slides-text {
    height: 68px;
    margin: 0 0 20px;
  }

  .lightbox .mySlides .img-wrapper h3 {
    margin: 0;
    font-size: 24px;
  }

  .lightbox-nav {
    top: calc(50% + 48px);
  }

  .lightbox .prev img,
  .lightbox .next img {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 575px) {
  .hero-button {
    margin: 20px 0 0;
  }

  /* Highlighted Works */

  .highlighted-works-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .works-nav-button {
    width: 80px;
    height: 80px;
  }

  .works-nav-button.next {
    right: auto;
    left: 80px;
  }

  .works-nav-button img {
    width: 56px;
    height: 56px;
    box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.25);
  }

  .highlighted-works-carousel {
    max-width: 340px;
  }

  .highlighted-works-text {
    height: 285px;
    padding: 30px;
  }

  .highlighted-works-item img:first-child {
    display: none;
  }
  
  .highlighted-works-item img:last-child {
    display: block;
  }

  /* Footer */

  .footer-form .FormFieldLayout__Container-sc-1m85c11-4 {
    margin: 0 0 10px;
  }
}