@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype"), url('../fonts/Manrope-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-ExtraBold.ttf') format("truetype"), url('../fonts/Sora-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --sora: Sora, sans-serif;
  --white: white;
  --black: black;
  --off-black: #111;
  --form-wala-grey: #a1a1a1;
  --tab-margins: 20px;
  --mob-margins: 10px;
  --laptop-margins: 50px;
  --pc-margins: 80px;
  --manrope: Manrope, sans-serif;
  --yellow: #dec33e;
  --transparent: transparent;
  --grey: #474747;
}

.navbar-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  font-family: var(--sora);
  color: var(--white);
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-social-div {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.body-wrapper {
  background-color: var(--off-black);
  width: 100vw;
}

.footer-divider {
  background-color: #22222229;
  width: 100%;
  height: 1px;
}

.about-img-wrapper {
  min-width: 50%;
  position: relative;
  overflow: hidden;
}

.testimony-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 460px;
  height: 200px;
  display: flex;
}

.menu-btn-line {
  background-color: #151515;
  border-radius: 30px;
  width: 100%;
  height: 3px;
  margin-top: 12px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar-dot {
  opacity: 0;
  background-color: #222;
  border-radius: 130px;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto auto -77%;
}

.navbar {
  background-color: #fff0;
  padding: 15px 50px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff0;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 5px;
  display: flex;
}

.navbar-text.is-absolute {
  position: absolute;
}

.navbar-logo-link {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 120px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.navbar-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.section {
  background-color: var(--off-black);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  padding: 120px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.section-header {
  background-color: var(--off-black);
  background-image: url('../images/new-header-img.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
}

.section.section-header.section-header-about {
  background-image: linear-gradient(#0000 80%, #000c), url('../images/Header-min.png');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.section.section-video {
  height: 100vh;
  padding: 0;
}

.section.section-black {
  background-color: #000;
}

.section.section-black.section-testimonial {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 240px;
}

.section.section-services {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.section.section-potential {
  padding-left: 10px;
}

.section.section-case-studies {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(#fff0 75%, #000), url('../images/bg-min.png');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 200px;
}

.section.section-case-studies.section-case-studies-about-page {
  background-image: linear-gradient(180deg, #1110 75%, var(--off-black)), url('../images/bg-about-min.png');
  background-position: 0 0, 0%;
}

.section.contact-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 0 60px;
}

.section.lets-discuss-section {
  border-top: 1px solid var(--form-wala-grey);
  border-bottom: 1px solid var(--form-wala-grey);
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
}

.section.footer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.section.clients-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.section.clients-section.clients-section-about-page {
  padding-bottom: 0;
}

.section.section-operation {
  background-image: url('../images/city-skyline.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
}

.section.section-mastermind {
  padding-top: 150px;
  padding-bottom: 160px;
}

.section.section-diversity {
  background-color: var(--black);
}

.section.contact-us-header {
  padding-top: 200px;
  padding-bottom: 80px;
}

.section.services-section-page {
  padding-top: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container.header-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.container.video-container {
  height: 100%;
}

.container.services-page-container {
  margin-top: 40px;
}

.container.case-studies-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.container.contact-container {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.container.lets-discuss-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.container.footer-container {
  padding: 10px var(--laptop-margins) 50px;
}

.container.testimonial-container {
  justify-content: flex-start;
  align-items: stretch;
}

.container.about-header-container {
  padding-top: 130px;
}

.container.container-mastermind {
  padding-top: 40px;
}

.container.diversity-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.header-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 595px;
  display: flex;
}

.header-heading {
  font-family: var(--manrope);
  color: var(--white);
  text-align: center;
  font-size: 65px;
  line-height: 75px;
}

.header-paragraph {
  font-family: var(--manrope);
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.header-paragraph.testimonial-paragraph {
  font-family: var(--sora);
  font-weight: 200;
  line-height: 35px;
}

.btn-yellow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-yellow.btn-submit-wrapper {
  width: 176.5px;
  margin-top: 15px;
}

.btn-yellow.btn-submit-wrapper.btn-submit-contact-page {
  align-self: center;
}

.btn-first-part {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff3;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 14px 37px;
  display: flex;
  overflow: hidden;
}

.btn-second-part {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--yellow);
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  overflow: hidden;
}

.btn-yellow-text {
  font-family: var(--manrope);
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.btn-yellow-text.btn-yellow-arrow {
  color: var(--black);
  height: 4px;
  font-size: 33px;
  line-height: 0;
}

.btn-yellow-text.btn-yellow-arrow.btn-grey-arrow {
  color: var(--white);
  transform: rotate(-45deg);
}

.btn-yellow-text.btn-yellow-arrow.btn-grey-arrow.btn-grey-arrow-black {
  color: var(--black);
}

.header-scroll-lotie-div {
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 50px 30px auto;
}

.header-logo-img {
  width: 100px;
}

.header-menu-left-div, .header-menu-right-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.video {
  width: 100vw;
  height: 100%;
}

.section3-bottom-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading {
  font-family: var(--manrope);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 70px;
}

.heading.services-heading {
  text-align: right;
  align-self: flex-end;
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 70px;
}

.heading.lets-discuss-heading.lets-discuss-arrow {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--yellow);
  font-size: 80px;
}

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

.heading.services-number {
  color: var(--yellow);
  font-size: 120px;
  line-height: 70px;
  position: absolute;
  inset: auto auto 90px 0%;
}

.heading.service-slide-heading {
  text-align: center;
  font-size: 84px;
  line-height: 90px;
}

.text-stroke {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
}

.paragraph {
  font-family: var(--sora);
  color: var(--white);
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph.btn-grey-text {
  width: auto;
  font-size: 16px;
}

.paragraph.paragraph-potential {
  text-align: left;
  width: auto;
}

.paragraph.services-paragraph {
  width: 556px;
}

.paragraph.tag-text {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph.service-card-text {
  text-align: left;
  width: auto;
  line-height: 26px;
}

.paragraph.case-studies-section-text {
  text-align: center;
  width: 510px;
}

.paragraph.case-study-card-text {
  text-align: left;
  width: auto;
}

.paragraph.connecting-paragraph {
  width: 470px;
}

.paragraph.contact-us-paragraph {
  font-size: 16px;
  line-height: 33px;
}

.paragraph.contact-us-paragraph.contact-us-paragraph-contact-page {
  text-align: center;
}

.paragraph.success-error-paragraph {
  color: var(--black);
  text-align: center;
}

.paragraph.footer-copyright {
  text-align: center;
  font-size: 14px;
}

.paragraph.email-text {
  font-size: 18px;
  text-decoration: none;
  transition: opacity .2s;
}

.paragraph.email-text:hover {
  opacity: .7;
}

.paragraph.testimonial-paragraph {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 33px;
}

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

.paragraph.margin-top-md {
  margin-top: 20px;
}

.paragraph.margin-top-lg {
  margin-top: 40px;
}

.paragraph.center-align-text-responsive.operation-text {
  font-size: 13px;
  line-height: 27px;
}

.paragraph.about-header-paragraph, .paragraph.right-align-text {
  text-align: right;
}

.paragraph.right-align-text.operation-text, .paragraph.modal-text {
  font-size: 13px;
  line-height: 27px;
}

.paragraph.service-slider-paragraph {
  text-align: center;
}

.text-span-bold {
  font-weight: 600;
}

.btn-grey {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.btn-grey-arrow-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--grey);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 44px;
  height: 44px;
  padding-top: 20px;
  display: flex;
}

.potential-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.potential-left-div {
  min-width: 45%;
}

.potential-right-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 500px;
  display: flex;
}

.heading-secondary {
  font-family: var(--manrope);
  color: var(--white);
  font-size: 35px;
  font-weight: 600;
  line-height: 49px;
}

.heading-secondary.contact-info-heading {
  font-size: 66px;
  line-height: 80px;
}

.heading-secondary.contact-info-heading.contact-info-heading-contact-page {
  text-align: center;
}

.heading-secondary.footer-say-hello-text {
  margin-top: 25px;
  font-size: 65px;
  line-height: 0;
}

.potential-items-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.potential-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.potential-item-img {
  width: 58px;
}

.potential-item-content-written {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420px;
  display: flex;
}

.tertiary-heading {
  font-family: var(--manrope);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
}

.potential-img {
  margin-top: -60px;
}

.services-upper-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.services-cards-wrapper {
  grid-column-gap: 2.5vw;
  grid-row-gap: 50px;
  flex-flow: wrap;
  width: 100vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  display: flex;
}

.tag {
  border: 1px solid var(--grey);
  justify-content: space-between;
  align-items: center;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50px;
}

.tag.tag-center {
  inset: 0% auto auto 50%;
  transform: translate(-50%, -50%);
}

.tag.tag-right {
  inset: 0% 0% auto auto;
}

.tag.about-header-tag {
  border-color: var(--white);
  left: 0;
}

.tag.contact-us-page-tag {
  left: 50%;
  transform: translate(-50%);
}

.tag-white-box {
  background-color: var(--white);
  width: 10px;
  height: 100%;
}

.service-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--grey);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30vw;
  max-height: 550px;
  padding: 30px;
  display: flex;
}

.service-card-img {
  height: 40px;
}

.service-card-content-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: 350px;
  display: flex;
}

.service-card-btn {
  border: 1px solid var(--grey);
  border-radius: 4px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-btn-text {
  font-family: var(--sora);
  color: var(--white);
  font-weight: 300;
  line-height: 23px;
}

.service-btn-arrow-div {
  background-color: var(--grey);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.link-block {
  align-self: flex-end;
}

.arrow {
  font-family: var(--manrope);
  color: var(--white);
  height: 4px;
  line-height: 0;
}

.left-arrow-div {
  border: 1px solid var(--white);
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .2s;
  display: flex;
}

.left-arrow-div:hover {
  background-color: #ffffff4d;
}

.left-arrow-div:active {
  background-color: #fff9;
}

.slide-nav {
  display: none;
}

.right-arrow-div {
  border: 1px solid var(--white);
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .2s;
  display: flex;
}

.right-arrow-div:hover {
  background-color: #ffffff4d;
}

.right-arrow-div:active {
  background-color: #fff9;
}

.left-arrow-link {
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  left: auto;
  right: 200px;
}

.left-arrow-link.testimonial-left-arrow {
  inset: auto 100px -110px 0%;
}

.right-arrow-link {
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  left: auto;
  right: 100px;
}

.right-arrow-link.testimonial-right-arrow {
  inset: auto 0% -110px 100px;
}

.mask {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  margin-left: -20vw;
  overflow: visible;
}

.mask.testimonial-mask {
  margin-left: 0;
  overflow: hidden;
}

.slider {
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  height: 630px;
  position: static;
}

.slider.testimonial-slider {
  width: 750px;
  height: 490px;
}

.slide {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  width: 500px;
  height: 630px;
  margin-right: 60px;
}

.slide.testimonial-slide {
  background-color: var(--off-black);
  border-width: 0;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 60px 80px;
}

.slide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.case-study-card-btn {
  background-color: var(--transparent);
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.case-study-card-btn-arrow {
  background-color: #a1a1a1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.case-study-card-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-study-card-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -50px;
  display: flex;
}

.case-study-card-content-heading {
  font-family: var(--sora);
  color: #a4a4a4;
  font-size: 26px;
  font-weight: 600;
}

.code-embed {
  width: 100svw;
  height: 100svh;
  position: absolute;
}

.authority-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.authority-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #474747;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding: 20px 0 20px 20px;
  display: flex;
  box-shadow: inset 4px 0 #dec33e;
}

.authority-figure {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 70px;
  line-height: 72px;
}

.authority-figure.plus-fill {
  color: var(--white);
}

.counter {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
}

.counter.counter-fill {
  color: var(--white);
}

.contact-form-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.contact-form-container.contact-form-container-contact-page {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.contact-info-container {
  width: 74%;
}

.contact-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.form-element {
  width: 100%;
  height: 50px;
}

.form-element-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.contact-info-written-content-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info-written-content-div.contact-info-written-content-div-contact-page {
  justify-content: flex-start;
  align-items: center;
}

.form-block {
  width: 70%;
  margin-top: 30px;
}

.text-field {
  background-color: var(--transparent);
  color: var(--form-wala-grey);
  border: 1px solid #a1a1a1;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  display: flex;
}

.text-field:focus {
  border-color: var(--yellow);
}

.text-field::placeholder {
  font-family: var(--sora);
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 300;
}

.text-field.dropdown {
  font-family: var(--sora);
  color: var(--form-wala-grey);
  font-weight: 300;
}

.text-field.dropdown:focus {
  border-color: var(--form-wala-grey);
  font-family: var(--sora);
  color: var(--form-wala-grey);
  font-weight: 300;
}

.submit-button {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: var(--yellow);
  border-radius: 8px;
}

.error-message {
  background-color: #ffbcbc;
  border-radius: 8px;
  margin-top: 30px;
}

.circlular-tic-animated-wrapper {
  justify-content: center;
  align-items: center;
  width: 140px;
  display: flex;
}

.lets-discuss-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--yellow);
}

.footer-animation-div {
  border-top: 1px solid #000;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.copyright-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.copyright-link:hover {
  color: var(--yellow);
}

.text-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: center;
  margin-left: 144px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.text-container.margin-custom {
  margin-left: 0;
}

.text-container.margin-custom.header-animation-text-container {
  width: 1040px;
}

.text-container.header-animation-text-container-no-margin {
  margin-left: 0;
}

.text-container.header-animation-text-container-no-margin.header-animation-text-container {
  width: 1040px;
}

.slider-heading {
  color: #fff;
  margin-left: 15px;
  font-family: Manrope, sans-serif;
  font-size: 84px;
  line-height: 82px;
}

.outlined {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.slider-dot {
  margin-top: 18px;
}

.footer-animation-wrapper {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  display: flex;
}

.footer-animation-wrapper.header-animation-wrapper {
  border-top-style: none;
  border-bottom-style: none;
}

.clients-animation-div {
  background-color: var(--black);
  width: 100%;
  margin-top: 79px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.client-animation-wrapper {
  grid-column-gap: 3829px;
  grid-row-gap: 3829px;
  background-color: #000;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.logos-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-logo {
  filter: grayscale();
  height: 105px;
}

.logo-div {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45px;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-heading {
  font-family: var(--sora);
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
}

.footer-links-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-text {
  font-family: var(--sora);
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.footer-link-div {
  text-decoration: none;
}

.footer-say-hello-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-paragraph-div {
  width: 673px;
}

.testimonial-slide-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-author-wrapper {
  min-width: 500px;
}

.testimonial-author-img-div {
  border-radius: 430px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.testimonial-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
}

.author-name {
  font-family: var(--manrope);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.author-job {
  font-family: var(--manrope);
  color: var(--form-wala-grey);
  font-size: 15px;
}

.testimonial-slider-wrapper {
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 680px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.testimonial-top-right-design {
  width: 304px;
  height: 190px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.testimonial-bottom-left-design {
  width: 304px;
  height: 190px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.testimonial-quote-design {
  z-index: 5;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-30px, -40px);
}

.testimonial-quote-design-div {
  z-index: 5;
  width: 170px;
  height: 250px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-block-19 {
  color: #1b1b1b;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-02 {
  color: #f0f0f0;
  justify-content: flex-start;
  display: flex;
}

.button-text-02.is-absolute {
  position: absolute;
}

.div-block {
  z-index: 14;
}

.modal-wrapper {
  z-index: 1000;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal-wrapper.modal-mastercard {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transform: scale(0);
}

.modal-wrapper.modal-nigeria, .modal-wrapper.modal-dentsu, .modal-wrapper.modal-nonsuch-highschool {
  display: none;
}

.modal-wrapper.modal-dentsu {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transform: scale(0);
}

.modal-wrapper.modal-nuprc, .modal-wrapper.modal-highschool {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
  transform: scale(0);
}

.modal-wrapper.modal-kappa, .modal-wrapper.modal-lloyds {
  transform: scale(0);
}

.modal {
  border: 1px solid var(--grey);
  background-color: #00000080;
  border-radius: 15px;
  width: 90%;
  height: 650px;
  min-height: 85svh;
  margin: 80px auto auto;
  padding-bottom: 30px;
  position: absolute;
  inset: 0%;
}

.modal-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  padding-top: 30px;
  padding-left: 39px;
  padding-right: 39px;
  display: flex;
}

.modal-titles {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block {
  font-size: 14px;
}

.modal-title {
  color: var(--form-wala-grey);
  font-family: Sora, sans-serif;
  font-size: 19px;
}

.modal-client {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 40px;
}

.modal-logo {
  height: 80px;
}

.modal-logo.modal-dentsu-logo {
  background-color: var(--white);
  height: 70px;
  padding: 20px;
}

.modal-logo.modal-nuprc-logo {
  background-color: var(--white);
  height: 80px;
  padding: 20px;
}

.modal-logo.modal-highschool-logo {
  background-color: var(--white);
  height: 110px;
  padding: 20px;
}

.modal-logo.modal-logo-small {
  height: 30px;
}

.image-2 {
  margin-left: auto;
  margin-right: 0;
}

.modal-horizontal-divider {
  background-color: var(--grey);
  width: 100%;
  height: 2px;
}

.modal-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.modal-objectives, .modal-outcomes {
  width: 50%;
}

.modal-sub-heading {
  color: #a4a4a4;
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.list {
  color: #fff;
}

.modal-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
}

.modal-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.modal-close-icon {
  cursor: pointer;
  margin-left: auto;
}

.testimonial-client-img {
  height: 35px;
}

.testimonial-client-img.testimonial-client-img-hidden {
  display: none;
}

.text-span-2 {
  color: var(--yellow);
}

.about-us-header-animation {
  background-color: var(--black);
  overflow: hidden;
}

.founder-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.text-gold {
  color: var(--yellow);
}

.founder-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
}

.founder-img {
  min-width: 380px;
}

.founder-paragraph {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.mastermind-design-element-img {
  z-index: -3;
  width: 410px;
  position: absolute;
  inset: 251px auto auto 12px;
}

.operation-content-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.operation-content-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
}

.operation-content-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-cta-text {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 17px;
}

.operation-btn {
  flex-flow: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.operation-btn-img {
  width: 180px;
}

.diversity-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 890px;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.diversity-image-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 640px;
  display: flex;
}

.diversity-image {
  width: 640px;
}

.diversity-image-subtitile {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.diversity-paragraph-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 615px;
  display: flex;
}

.diversity-design-element-img {
  z-index: -7;
  position: absolute;
  inset: -5px -30px auto auto;
}

.about-header-paragraph-div {
  align-self: flex-end;
  max-width: 790px;
}

.text-span-semi-bold {
  font-weight: 600;
}

.mob-nav-links {
  display: none;
}

.contact-us-integration-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-integration-div {
  box-shadow: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 1000px;
}

.img-overlay {
  z-index: 1;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.services-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 800px;
  position: static;
}

.slide-service {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.mask-service {
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.service-slide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-slide-img-div {
  width: 80px;
}

.service-slide-content-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-slide-written-div {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-slide-btn-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-slide-heading-div {
  position: relative;
}

.service-slide-paragraph-div {
  max-width: 1000px;
}

.service-highlight {
  z-index: -5;
  width: 381px;
  margin-top: 10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.service-highlight.service-3-highlight {
  width: 333px;
}

.service-highlight.service-4-highlight {
  inset: auto auto 0% 0%;
}

.service-highlight.service-5-highlight {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}

.service-highlight.service-6-highlight {
  left: 50%;
  transform: translate(-50%);
}

.preloader {
  z-index: 10000;
  background-color: var(--off-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.loading-text {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

.emblem-slider {
  display: block;
}

.highlight-background {
  background-image: url('../images/highlight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.on-top {
  z-index: 100000;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.case-study-role {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.code-embed-2 {
  background-color: #0000;
  width: 100svw;
  height: 100svh;
  position: absolute;
}

.animation-code-embed {
  width: 100svw;
  height: 100svh;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .navbar-link {
    font-size: 19px;
  }

  .navbar {
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section-header {
    padding-top: 190px;
  }

  .section.section-header.section-header-about {
    padding-top: 130px;
  }

  .section.section-services {
    justify-content: flex-start;
    align-items: center;
  }

  .section.section-case-studies {
    padding-bottom: 250px;
  }

  .section.contact-section {
    justify-content: flex-start;
    align-items: center;
  }

  .container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .container.video-container {
    max-width: none;
    height: 100%;
  }

  .container.services-page-container {
    padding-right: var(--laptop-margins);
    padding-left: var(--laptop-margins);
    max-width: 1280px;
  }

  .container.contact-container {
    padding-top: 30px;
    padding-right: var(--pc-margins);
    padding-left: var(--pc-margins);
  }

  .container.about-header-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 150px;
  }

  .container.operation-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .header-top {
    width: 648px;
  }

  .header-heading {
    font-size: 80px;
    line-height: 96px;
  }

  .header-paragraph {
    font-size: 20px;
    line-height: 36px;
  }

  .btn-yellow.btn-submit-wrapper {
    margin-top: 20px;
  }

  .header-scroll-lotie-div {
    right: 80px;
  }

  .header-logo-img {
    width: 120px;
  }

  .header-menu-left-div, .header-menu-right-div, .section3-bottom-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading {
    font-size: 70px;
    line-height: 92px;
  }

  .heading.services-heading {
    width: 600px;
    line-height: 90px;
  }

  .heading.services-number {
    font-size: 150px;
    bottom: 120px;
  }

  .heading.service-slide-heading {
    font-size: 99px;
  }

  .paragraph {
    width: auto;
    font-size: 18px;
    line-height: 33px;
  }

  .paragraph.btn-grey-text {
    font-size: 18px;
  }

  .paragraph.service-card-text {
    line-height: 36px;
  }

  .paragraph.case-studies-section-text {
    width: 580px;
  }

  .paragraph.contact-us-paragraph {
    width: auto;
    font-size: 18px;
    line-height: 38px;
  }

  .paragraph.footer-copyright {
    font-size: 15px;
  }

  .paragraph.testimonial-paragraph {
    font-size: 21px;
    line-height: 46px;
  }

  .paragraph.center-align-text-responsive.operation-text, .paragraph.right-align-text.operation-text, .paragraph.modal-text {
    font-size: 14px;
  }

  .paragraph.service-slider-paragraph {
    font-size: 19px;
    line-height: 37px;
  }

  .potential-wrapper {
    grid-column-gap: 71px;
    grid-row-gap: 71px;
  }

  .heading-secondary {
    font-size: 40px;
    line-height: 70px;
  }

  .heading-secondary.contact-info-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .potential-item {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .potential-item-img {
    width: 69px;
  }

  .potential-item-content-written {
    width: 570px;
  }

  .tertiary-heading {
    line-height: 36px;
  }

  .services-upper-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .services-cards-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: stretch;
    width: 1280px;
    margin-left: 0;
    margin-right: 0;
  }

  .tag.contact-us-tag {
    left: 80px;
  }

  .service-card {
    width: 380px;
    max-height: 600px;
  }

  .left-arrow-div, .right-arrow-div {
    width: 80px;
    height: 80px;
  }

  .left-arrow-link {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    right: 230px;
  }

  .left-arrow-link.testimonial-left-arrow {
    width: 80px;
    height: 80px;
    bottom: -110px;
    right: 130px;
  }

  .right-arrow-link {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
  }

  .right-arrow-link.testimonial-right-arrow {
    width: 80px;
    height: 80px;
    bottom: -110px;
    left: 130px;
  }

  .slider {
    height: 640px;
  }

  .slider.testimonial-slider {
    width: 960px;
    height: 520px;
  }

  .slide {
    height: 640px;
  }

  .contact-form-container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    align-self: center;
  }

  .contact-info-written-content-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-field {
    font-family: var(--sora);
    color: var(--white);
  }

  .text-field:focus {
    border-color: var(--yellow);
  }

  .testimonial-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-slider-wrapper {
    width: 1170px;
    height: 712px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .testimonial-quote-design {
    width: 310px;
    height: 350px;
    transform: translate(-80px, -110px);
  }

  .modal {
    height: 60%;
    margin-top: auto;
  }

  .founder-details {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .founder-paragraph {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .mastermind-design-element-img {
    top: 273px;
    left: 11px;
  }

  .operation-content-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
  }

  .diversity-image {
    width: 650px;
    max-width: 150%;
  }

  .diversity-paragraph-container {
    width: 760px;
  }

  .diversity-design-element-img {
    right: -35px;
  }

  .about-header-paragraph-div {
    max-width: 950px;
  }

  .services-slider {
    height: 900px;
  }

  .service-highlight {
    inset: 0% 0% auto auto;
  }

  .service-highlight.service-6-highlight {
    top: auto;
    bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-link {
    font-size: 14px;
  }

  .about-img-wrapper {
    display: none;
  }

  .testimony-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    width: 300px;
    height: 225px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 4px 10px;
  }

  .menu-button.w--open {
    background-color: #f7dfa1a1;
    border-radius: 60px;
  }

  .menu-btn-line {
    background-color: #000;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section, .section.section-header {
    padding-right: var(--tab-margins);
    padding-left: var(--tab-margins);
  }

  .section.section-video {
    height: 80vh;
  }

  .section.section-black, .container.services-page-container {
    padding-right: var(--tab-margins);
    padding-left: var(--tab-margins);
  }

  .container.contact-container {
    padding-right: var(--tab-margins);
    padding-left: var(--tab-margins);
    justify-content: flex-start;
    align-items: center;
  }

  .header-top {
    width: 540px;
  }

  .header-heading {
    font-size: 55px;
    line-height: 76px;
  }

  .header-paragraph {
    font-size: 17px;
    line-height: 30px;
  }

  .btn-yellow.btn-submit-wrapper {
    align-self: center;
  }

  .header-scroll-lotie-div {
    width: 70px;
    height: 70px;
  }

  .heading {
    font-size: 45px;
  }

  .heading.services-heading {
    align-self: flex-end;
    width: 350px;
  }

  .heading.service-slide-heading {
    font-size: 70px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 32px;
  }

  .paragraph.paragraph-potential {
    font-size: 14px;
    line-height: 31px;
  }

  .paragraph.services-paragraph {
    width: 500px;
    font-size: 14px;
    line-height: 30px;
  }

  .paragraph.service-card-text {
    font-size: 14px;
    line-height: 28px;
  }

  .paragraph.connecting-paragraph {
    width: 490px;
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph.contact-us-paragraph {
    text-align: center;
    line-height: 36px;
  }

  .paragraph.email-text {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph.testimonial-paragraph {
    font-size: 15px;
    line-height: 34px;
  }

  .paragraph.authority-text {
    text-align: left;
    font-size: 12px;
  }

  .paragraph.margin-top-lg.center-align-text-responsive.operation-text {
    margin-top: 42px;
  }

  .paragraph.center-align-text-responsive {
    text-align: center;
  }

  .potential-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .potential-left-div {
    min-width: auto;
  }

  .potential-right-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-secondary {
    font-size: 33px;
    line-height: 44px;
  }

  .heading-secondary.contact-info-heading {
    text-align: center;
    font-size: 56px;
  }

  .heading-secondary.footer-say-hello-text {
    font-size: 55px;
  }

  .potential-items-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .potential-item {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .potential-item-img {
    width: 55px;
  }

  .potential-item-content-written {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .potential-img {
    height: 550px;
  }

  .services-cards-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 60px;
  }

  .tag {
    left: 20px;
  }

  .tag.contact-us-tag {
    left: 50%;
    transform: translate(-50%);
  }

  .service-card {
    width: 44vw;
  }

  .mask {
    margin-left: 0;
  }

  .slider.testimonial-slider {
    width: 570px;
    height: 520px;
  }

  .code-embed {
    display: none;
  }

  .authority-div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .authority-figure {
    font-size: 60px;
    line-height: 67px;
  }

  .contact-form-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
  }

  .contact-info-container {
    width: 100%;
  }

  .contact-info-written-content-div {
    justify-content: flex-start;
    align-items: center;
  }

  .form-block {
    order: 1;
    width: 100%;
  }

  .text-container.margin-custom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .slider-heading, .outlined {
    font-size: 84px;
  }

  .footer-say-hello-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-author-wrapper {
    min-width: 460px;
  }

  .testimonial-slider-wrapper {
    width: 780px;
    height: 710px;
  }

  .modal-wrapper.modal-nuprc, .modal-wrapper.modal-highschool {
    z-index: 1010;
  }

  .modal {
    height: 90%;
    margin-top: 60px;
  }

  .modal-close-icon {
    width: 50px;
  }

  .founder-container {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .founder-details {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 530px;
    margin-top: 80px;
    padding-left: 0;
  }

  .founder-img {
    width: 370px;
    min-width: auto;
  }

  .founder-paragraph {
    justify-content: center;
    align-items: center;
  }

  .mastermind-design-element-img {
    width: 350px;
    inset: 244px 0% auto 50%;
    transform: translate(-50%);
  }

  .operation-content-container {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .operation-btn-img {
    width: 150px;
  }

  .diversity-container {
    width: 700px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .diversity-paragraph-container {
    width: 100%;
  }

  .diversity-design-element-img {
    right: 50%;
    transform: translate(50%);
  }

  .contact-us-integration-div {
    width: 750px;
  }

  .services-slider {
    height: 910px;
  }

  .service-slide-content-div {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .service-slide-written-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .service-highlight {
    width: 290px;
    margin-top: 17px;
    right: 50%;
    transform: translate(50%);
  }

  .service-highlight.service-1-highlight {
    right: 0%;
    transform: none;
  }

  .service-highlight.service-2-highlight {
    inset: auto auto 0% 0%;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-link {
    font-size: 18px;
  }

  .navbar-link.header-navbar-link {
    color: var(--black);
  }

  .footer-divider {
    margin-top: 0;
  }

  .menu-button.w--open {
    background-color: var(--form-wala-grey);
  }

  .menu-btn-line {
    background-color: var(--white);
  }

  .navbar-dot {
    display: none;
  }

  .navbar {
    height: 100px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #fff;
    width: 100vw;
    height: 90vh;
    margin-top: 120px;
    padding-top: 0;
    box-shadow: 0 2px 5px #0000001a;
  }

  .navbar-text {
    font-size: 15px;
    line-height: 18px;
  }

  .navbar-logo-link {
    width: 130px;
  }

  .section.section-header.section-header-about {
    background-position: 0 0, 70% 0;
    padding-top: 160px;
  }

  .section.section-services {
    padding-right: var(--mob-margins);
    padding-left: var(--mob-margins);
  }

  .section.section-potential {
    padding-top: 150px;
  }

  .section.section-case-studies {
    padding-right: var(--tab-margins);
    padding-left: var(--tab-margins);
  }

  .section.authority-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section.section-operation {
    padding-bottom: 80px;
  }

  .container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container.services-page-container {
    padding-top: 70px;
  }

  .container.lets-discuss-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.about-header-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 100px;
  }

  .header-top {
    width: auto;
  }

  .header-heading {
    font-size: 50px;
    line-height: 71px;
  }

  .header-paragraph {
    font-size: 15px;
    line-height: 32px;
  }

  .btn-yellow.btn-yellow-mob-nav {
    margin-top: 50px;
  }

  .btn-first-part.btn-first-part-mob.btn-first-part-mob-nav {
    background-color: var(--black);
  }

  .btn-yellow-text.btn-yellow-text-wala-text.btn-yellow-text-mob-nav {
    color: var(--black);
  }

  .header-scroll-lotie-div {
    bottom: 20px;
    right: 20px;
  }

  .header-menu-left-div, .header-menu-right-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    display: none;
  }

  .section3-bottom-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading {
    font-size: 38px;
    line-height: 64px;
  }

  .heading.services-heading {
    text-align: center;
    align-self: center;
  }

  .heading.lets-discuss-heading {
    font-size: 30px;
  }

  .heading.lets-discuss-heading.lets-discuss-arrow {
    font-size: 60px;
  }

  .heading.operation-heading {
    text-align: center;
  }

  .heading.services-number {
    display: none;
    bottom: 120px;
    left: 50%;
    transform: translate(-50%);
  }

  .heading.service-slide-heading {
    text-align: center;
    font-size: 52px;
    line-height: 80px;
  }

  .paragraph.paragraph-potential {
    text-align: center;
  }

  .paragraph.services-paragraph {
    text-align: center;
    width: auto;
  }

  .paragraph.case-studies-section-text {
    width: auto;
  }

  .paragraph.connecting-paragraph {
    width: auto;
    line-height: 28px;
  }

  .paragraph.contact-us-paragraph {
    font-size: 15px;
    line-height: 32px;
  }

  .paragraph.footer-copyright {
    font-size: 13px;
    line-height: 40px;
  }

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

  .paragraph.about-header-paragraph {
    text-align: left;
  }

  .paragraph.right-align-text.operation-text {
    text-align: center;
  }

  .paragraph.modal-text {
    font-size: 12px;
    line-height: 22px;
  }

  .potential-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .potential-right-div {
    width: 100%;
    min-width: auto;
  }

  .heading-secondary {
    text-align: center;
    font-size: 29px;
    line-height: 39px;
  }

  .heading-secondary.contact-info-heading {
    font-size: 42px;
    line-height: 73px;
  }

  .potential-items-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .potential-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .potential-item-content-written {
    justify-content: flex-start;
    align-items: center;
  }

  .potential-img {
    height: 520px;
  }

  .services-upper-div {
    justify-content: flex-start;
    align-items: center;
  }

  .services-cards-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .tag.tag-right.clients-tag {
    right: 50%;
    transform: translate(50%);
  }

  .tag.services-tag {
    left: 50%;
    transform: translate(-50%);
  }

  .service-card {
    width: 450px;
    height: 480px;
  }

  .left-arrow-link {
    right: 50%;
    transform: translate(-50px)translate(50%);
  }

  .left-arrow-link.testimonial-left-arrow {
    bottom: -120px;
    left: 50%;
    right: auto;
    transform: translate(-40px)translate(-50%);
  }

  .right-arrow-link {
    right: 50%;
    transform: translate(50px)translate(50%);
  }

  .right-arrow-link.testimonial-right-arrow {
    bottom: -120px;
    left: auto;
    right: 50%;
    transform: translate(40px)translate(50%);
  }

  .slider {
    width: 420px;
  }

  .slider.testimonial-slider {
    width: 100vw;
    height: 540px;
  }

  .slide {
    width: 100%;
  }

  .slide.testimonial-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .case-study-card-content-heading {
    font-weight: 500;
  }

  .authority-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .authority-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .circlular-tic-animated-wrapper {
    width: 90px;
  }

  .lets-discuss-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-container.margin-custom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-heading {
    font-size: 84px;
  }

  .slider-dot {
    width: 15px;
  }

  .client-animation-wrapper {
    grid-column-gap: 2800px;
    grid-row-gap: 2800px;
  }

  .client-logo {
    height: 70px;
  }

  .footer-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 150px;
  }

  .footer-links-div {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-say-hello-wrapper {
    order: -1;
    align-self: center;
  }

  .testimonial-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .testimonial-paragraph-div {
    width: auto;
  }

  .testimonial-author-wrapper {
    min-width: auto;
  }

  .testimonial-slider-wrapper {
    width: 100vw;
    height: 730px;
    margin-top: 0;
  }

  .testimonial-quote-design {
    width: 220px;
    height: 250px;
    display: none;
    transform: translate(-30px, -106px);
  }

  .image {
    width: 40px;
  }

  .modal {
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    height: 620px;
    margin-top: 90px;
    display: flex;
  }

  .modal-header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-title {
    font-size: 14px;
    line-height: 18px;
  }

  .modal-client {
    font-size: 25px;
    line-height: 31px;
  }

  .modal-logo.modal-nuprc-logo, .modal-logo.modal-highschool-logo {
    height: 70px;
    display: block;
  }

  .modal-horizontal-divider {
    height: 1px;
  }

  .modal-content {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-objectives, .modal-outcomes {
    width: 100%;
  }

  .modal-container {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .modal-close-icon {
    width: 40px;
  }

  .founder-details {
    width: auto;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mastermind-design-element-img {
    top: 237px;
  }

  .operation-content-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .operation-content-right {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .operation-btn-img {
    margin-top: 20px;
  }

  .diversity-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .diversity-image-container {
    width: 440px;
  }

  .diversity-image {
    width: 390px;
  }

  .diversity-design-element-img {
    width: 320px;
    top: -10px;
  }

  .about-header-paragraph-div {
    align-self: flex-start;
  }

  .mob-nav-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .mob-navbar-link {
    font-family: var(--sora);
    color: var(--black);
    font-size: 18px;
    line-height: 30px;
  }

  .mob-navbar-link:active {
    color: #000000b3;
  }

  .mob-navbar-line {
    background-color: var(--form-wala-grey);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mob-navbar-link-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    text-decoration: none;
    display: flex;
  }

  .mob-navbar-link-div:hover {
    background-color: #0000001a;
  }

  .contact-us-integration-div {
    width: 460px;
  }

  .services-slider {
    height: 930px;
  }

  .service-highlight {
    inset: auto 0% -5% 50%;
    transform: translate(-50%);
  }

  .service-highlight.service-1-highlight {
    inset: auto auto 0% 50%;
    transform: translate(-50%);
  }

  .service-highlight.service-2-highlight {
    left: 50%;
    transform: translate(-50%);
  }

  .service-highlight.service-5-highlight {
    left: auto;
    right: auto;
  }

  .bold-text {
    font-size: 61px;
  }

  .loading-text {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .testimony-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 340px;
    height: 220px;
  }

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-btn-line {
    height: 2px;
    margin-top: 10px;
  }

  .navbar {
    height: 12vh;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    margin-top: 140px;
  }

  .navbar-logo-link {
    width: 100px;
    margin-top: 8px;
  }

  .section.section-header.section-header-about {
    background-position: 0 0, 75% 0;
    padding-top: 180px;
  }

  .section.section-potential {
    padding-bottom: 70px;
  }

  .section.section-case-studies {
    padding-bottom: 280px;
  }

  .section.contact-section {
    padding-bottom: 0;
  }

  .section.lets-discuss-section {
    padding-right: var(--mob-margins);
    padding-left: var(--mob-margins);
  }

  .container.services-page-container {
    padding-top: 50px;
    padding-right: 0;
  }

  .container.lets-discuss-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-heading {
    font-size: 38px;
    line-height: 60px;
  }

  .header-paragraph {
    font-size: 14px;
    line-height: 32px;
  }

  .btn-first-part {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-scroll-lotie-div {
    width: 60px;
    height: 60px;
    bottom: 50px;
  }

  .heading {
    font-size: 30px;
    line-height: 56px;
  }

  .heading.lets-discuss-heading {
    text-align: center;
    font-size: 27px;
    line-height: 41px;
  }

  .heading.lets-discuss-heading.lets-discuss-arrow {
    font-size: 50px;
  }

  .heading.mastermind-heading {
    text-align: center;
  }

  .heading.services-number {
    display: none;
  }

  .heading.service-slide-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph.tag-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph.case-studies-section-text {
    line-height: 30px;
  }

  .paragraph.case-study-card-text {
    padding-left: 20px;
  }

  .paragraph.testimonial-paragraph {
    font-size: 14px;
    line-height: 33px;
  }

  .potential-right-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-secondary {
    font-size: 27px;
    line-height: 44px;
  }

  .potential-items-div {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .potential-item-content-written {
    width: auto;
  }

  .potential-img {
    height: 450px;
  }

  .service-card {
    height: 520px;
  }

  .slider {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    height: 630px;
  }

  .slide-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .case-study-card-content-heading {
    font-size: 23px;
    line-height: 42px;
  }

  .cs-card-item {
    font-size: 13px;
  }

  .circlular-tic-animated-wrapper {
    width: 80px;
  }

  .lets-discuss-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .testimonial-top-right-design {
    display: none;
  }

  .testimonial-quote-design {
    height: 210px;
    display: inline-flex;
    left: 50%;
    transform: translate(-50%, -40px);
  }

  .modal-wrapper.modal-mastercard {
    display: none;
  }

  .modal-wrapper.modal-dentsu, .modal-wrapper.modal-nuprc, .modal-wrapper.modal-highschool {
    z-index: 1030;
  }

  .modal {
    height: 660px;
    margin-top: 60px;
  }

  .modal-header {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-sub-heading {
    font-size: 15px;
    line-height: 10px;
  }

  .modal-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .modal-close-icon {
    position: absolute;
    inset: 2% 2% auto auto;
  }

  .founder-details {
    margin-top: 107px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mastermind-design-element-img {
    width: 270px;
  }

  .diversity-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
  }

  .diversity-image-container {
    width: auto;
  }

  .diversity-image {
    width: 290px;
  }

  .diversity-image-subtitile {
    text-align: center;
    font-size: 11px;
  }

  .diversity-design-element-img {
    width: 240px;
  }

  .contact-us-integration-div {
    width: 350px;
  }

  .calendly-embed {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-slider {
    height: 1070px;
  }

  .service-highlight {
    width: 240px;
    bottom: -3%;
  }

  .bold-text {
    font-size: 50px;
    line-height: 50px;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraBold.ttf') format('truetype'), url('../fonts/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}