/* 
  Global Variable
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-gutter-x: 1.5rem; /* Horizontal gutter */
  --bs-gutter-y: 0; /* Vertical gutter */
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

/* Media Query Variable */
body,
html {
  font-family: var(--font-roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
}

/* unlockafe-container */
.unlockafe-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .unlockafe-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .unlockafe-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .unlockafe-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .unlockafe-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .unlockafe-container {
    max-width: 1320px;
  }
}
/* unlockafe-row Flex */
.unlockafe-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

/* unlockafe-columns */
[class*="unlockafe-col-"],
[class*="unlockafe-col-lg-"],
[class*="unlockafe-col-md-"] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 768px) {
  .unlockafe-col-md-6 {
    flex: 0 0 auto;
    width: 46.7%;
  }
}
@media (min-width: 992px) {
  .unlockafe-col-lg-4 {
    flex: 0 0 auto;
    max-width: 30%;
  }
  .unlockafe-col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .unlockafe-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* unlockafe-row Grid */
.unlockafe-grid {
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (min-width: 768px) {
  .unlockafe-grid.md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Utilities */
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.ds-flx {
  display: flex;
}

.ds-align-center {
  align-items: center;
}

.ps-relative {
  position: relative;
}

.ps-absolute {
  position: absolute;
}

.z-indx-plus {
  z-index: 1;
}

.z-indx-minus {
  z-index: -1;
}

.width-content {
  width: -moz-max-content;
  width: max-content;
}

.wd-100 {
  width: 100%;
}

.ht-100 {
  height: 100%;
}

.object-cvr {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-section-0 {
  top: 0;
}

.bottom-section-0 {
  bottom: 0;
}

.left-section-0 {
  left: 0;
}

.right-section-0 {
  right: 0;
}

.overflow-hide {
  overflow: hidden;
}

.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
} /* 
  Global Variable End
*/
;@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Funnel+Display:wght@300..800&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* @import url(../fonts/local-fonts.css); */


/*=====================****===================== */
/* browser prefix adding  */
@media only screen and (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1524px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .container-xxl.medium-container,
  .container-xl.medium-container,
  .container-lg.medium-container,
  .container-md.medium-container,
  .container-sm.medium-container,
  .container.medium-container {
    max-width: 1654px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .container-xxl.large-container,
  .container-xl.large-container,
  .container-lg.large-container,
  .container-md.large-container,
  .container-sm.large-container,
  .container.large-container {
    max-width: 1784px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.creative-thumb__footer .info, .creative-thumb__footer .info .social-share .social-media ul, .letter-showcase__slider .swiper-slide, .vertical-showcase__social ul, .vertical-showcase__item .showcase-content .content-info, .vertical-showcase__navigation {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.creative-thumb__footer .info .social-share, .section-header.v2 .section-highlight {
  display: inline-flex;
}

.creative-thumb__footer .info .social-share .social-media ul, .vertical-showcase__navigation {
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.letter-showcase__slider .swiper-slide, .vertical-showcase__social ul li:not(:first-of-type)::before, .vertical-showcase__navigation .button-next,
.vertical-showcase__navigation .button-prev, .section-header.v2 .section-highlight, .section-header.v2 .section-highlight::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cursor {
  position: fixed;
}

.creative-thumb.section, .creative-thumb__wrapper, .creative-thumb__footer .info .social-share, .creative-thumb__pagination, .letter-showcase.section, .letter-showcase__slider .swiper-slide, .letter-showcase__slider .swiper-slide .slide-content, .letter-showcase__slider .bullets ul li.focus, .vertical-showcase.section, .vertical-showcase__item .showcase-content .content-info .see-project, .vertical-showcase__navigation .button-next,
.vertical-showcase__navigation .button-prev, .section-header .has-line {
  position: relative;
}

.creative-thumb__background, .creative-thumb__slider, .creative-thumb__footer, .creative-thumb__footer .info .social-share .social-media, .letter-showcase__slider .slide-arrow, .letter-showcase__slider .slide-arrow .circle, .letter-showcase__slider .slide-arrow .spine, .letter-showcase__slider .slider-images, .letter-showcase__slider .slider-images.overlays::before, .letter-showcase__slider .slider-images ul li, .letter-showcase__slider .video-wrapper, .vertical-showcase__vertical-line, .vertical-showcase__horizontal-line, .vertical-showcase__social, .vertical-showcase__item .showcase-content, .vertical-showcase__item .showcase-content .content-info .see-project::after, .vertical-showcase__navigation, .vertical-showcase__navigation .button-next::before,
.vertical-showcase__navigation .button-prev::before, .section-header .has-line::before {
  position: absolute;
  content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.letter-showcase__slider .swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.creative-thumb__footer .info {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.vertical-showcase__navigation .button-next,
.vertical-showcase__navigation .button-prev {
  place-content: center;
}

.creative-thumb__footer .info, .creative-thumb__footer .info .social-share, .letter-showcase__slider .swiper-slide, .vertical-showcase__social ul, .section-header.v2 .section-highlight {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-showcase__item .showcase-content .content-info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.creative-thumb__item .date, .letter-showcase__slider .slide-arrow .circle {
  display: -webkit-block;
  display: -ms-block;
  display: block;
}

.vertical-showcase__social ul li:not(:first-of-type)::before, .section-header .section-sub-title, .section-header .has-line, .section-header.v2 .section-highlight::before {
  display: -webkit-inline-block;
  display: -ms-inline-block;
  display: inline-block;
}

.vertical-showcase__navigation .button-next,
.vertical-showcase__navigation .button-prev {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.letter-showcase__slider .swiper-slide {
  text-align: center;
}

li {
  list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 0 - 50 CSS Writing Now  @@@@@@@@@@@@@@ */
ul {
  margin: 0;
}

/* @@@@@@@@@@@@@  Extend Property padding 0 - 50 CSS Writing Now  @@@@@@@@@@@@@@ */
ul {
  padding: 0;
}
/**
 * Remove the margin in all browsers.
 */


/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "Exo", serif; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: "Exo", serif; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
figure {
  margin: 0;
}

img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 * `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  margin: 0;
  font-family: "Nohemi", sans-serif;
  color: #141414;
}

h1 {
  font-size: 140px;
}
@media only screen and (max-width: 1439.98px) {
  h1 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h1 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 46px;
}
@media only screen and (max-width: 1199.98px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  h2 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 40px;
}
@media only screen and (max-width: 1199.98px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 34px;
}
@media only screen and (max-width: 991.98px) {
  h4 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575.98px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 26px;
}
@media only screen and (max-width: 991.98px) {
  h5 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  h6 {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

p {
  line-height: 1.625;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px;
  opacity: 0.74;
}

/*
============= Custom Scroll Bar CSS ================
*/
::-webkit-scrollbar {
  width: 0.3em;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: #141414;
  border-radius: 10px;
}

/*
============= Custom Scroll Bar CSS End ================
*/
/* Custom Cursor */
.cursor {
  pointer-events: none;
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  mix-blend-mode: exclusion;
  transition: transform 0.3s ease, opacity 0.4s ease;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(4);
  -ms-transform: translate(-50%, -50%) scale(4);
  transform: translate(-50%, -50%) scale(4);
  opacity: 0.1;
  cursor: pointer;
}

/* Custom Cursor End */
/*
============= odometer CSS START ================
*/
.odometer-inside {
  line-height: inherit;
}
.odometer-inside .odometer-inside {
  line-height: inherit;
}

/*
============= odometer CSS END ================
*/
/*
============= Section Header START ================
*/
.section-header .section-title {
  font-weight: 400;
  line-height: 121.739%;
}
.section-header .section-sub-title {
  font-family: "Creato Display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .section-header .section-sub-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.section-header .has-line {
  width: 55px;
  height: 1px;
  background-color: rgba(20, 20, 20, 0.1);
}
.section-header .has-line::before {
  width: 50%;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #141414;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-header.ondark .section-title,
.section-header.ondark .section-sub-title {
  color: #ffffff;
}
.section-header.v2 .section-highlight {
  gap: 10px;
  color: rgba(20, 20, 20, 0.74);
  font-family: "Creato Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: 0.18px;
  margin-bottom: 10px;
}
.section-header.v2 .section-highlight::before {
  content: "";
  width: 34px;
  height: 14px;
  border-radius: 50px;
  background-color: #e85a2f;
}
.section-header.v2 .section-highlight.no-highlight::before {
  content: unset;
}
.section-header.v2 .section-sub-title {
  font-weight: 400;
  line-height: 155.556%;
  text-transform: capitalize;
  opacity: 0.74;
}

.orvio_title_anim {
  perspective: 400px;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@keyframes slide {
  0% {
    bottom: 0;
    opacity: 1;
  }
  99% {
    bottom: 100%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  0% {
    bottom: 0;
    opacity: 1;
  }
  99% {
    bottom: 100%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(25px);
  }
}
@keyframes moveUpDownAnim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveUpDownRotate {
  0% {
    transform: translateY(-25px) rotate(-20deg);
  }
  100% {
    transform: translateY(25px) rotate(20deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fill-in {
  to {
    opacity: 1;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes swayForward {
  0% {
    transform: translateX(0px);
  }
  to {
    transform: translateX(10px);
  }
}
@keyframes swayForwardUp {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  to {
    transform: translateX(10px) translateY(-5px);
  }
}
@keyframes loaderspin {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -ms-transform: rotate(0deg) scale(0.8);
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    border: 1px solid #141414;
    -webkit-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -ms-transform: rotate(720deg) scale(0.8);
    transform: rotate(720deg) scale(0.8);
  }
}
@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #8cff00;
  }
  50% {
    box-shadow: 0 0 0 #8cff00;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #8cff00;
    margin-bottom: 10px;
  }
}
@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #e85a2f;
  }
  50% {
    box-shadow: 0 0 0 #e85a2f;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #e85a2f;
    margin-top: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes rotate-smile {
  0% {
    transform: rotate(45deg);
  }
  5% {
    transform: rotate(38deg);
  }
  10% {
    transform: rotate(30deg);
  }
  15% {
    transform: rotate(22deg);
  }
  20% {
    transform: rotate(14deg);
  }
  25% {
    transform: rotate(6deg);
  }
  30% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(-6deg);
  }
  40% {
    transform: rotate(-14deg);
  }
  45% {
    transform: rotate(-22deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  55% {
    transform: rotate(-38deg);
  }
  60% {
    transform: rotate(-45deg);
  }
  65% {
    transform: rotate(-38deg);
  }
  70% {
    transform: rotate(-30deg);
  }
  75% {
    transform: rotate(-22deg);
  }
  80% {
    transform: rotate(-14deg);
  }
  85% {
    transform: rotate(-6deg);
  }
  90% {
    transform: rotate(0deg);
  }
  95% {
    transform: rotate(22deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes eie-move {
  0% {
    transform: translateX(0px);
  }
  5% {
    transform: translateX(8px);
  }
  10% {
    transform: translateX(16px);
  }
  15% {
    transform: translateX(24px);
  }
  20% {
    transform: translateX(32px);
  }
  25% {
    transform: translateX(40px);
  }
  30% {
    transform: translateX(48px);
  }
  35% {
    transform: translateX(56px);
  }
  40% {
    transform: translateX(64px);
  }
  45% {
    transform: translateX(72px);
  }
  50% {
    transform: translateX(80px);
  }
  55% {
    transform: translateX(72px);
  }
  60% {
    transform: translateX(64px);
  }
  65% {
    transform: translateX(56px);
  }
  70% {
    transform: translateX(48px);
  }
  75% {
    transform: translateX(40px);
  }
  80% {
    transform: translateX(32px);
  }
  85% {
    transform: translateX(24px);
  }
  90% {
    transform: translateX(16px);
  }
  95% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes t-spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.vertical-showcase.section {
  height: 100vh;
}
.vertical-showcase__vertical-line, .vertical-showcase__horizontal-line {
  background-color: #ffffff;
  opacity: 0.1;
  z-index: 1;
}
.vertical-showcase__vertical-line {
  top: 20px;
  left: 0px;
  width: 100%;
  height: 1px;
  -webkit-box-reflect: below calc(100vh - 40px);
}
.vertical-showcase__horizontal-line {
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  -webkit-box-reflect: right calc(100vw - 40px);
}
.vertical-showcase__social {
  left: 45px;
  bottom: 40px;
  z-index: 1;
}
.vertical-showcase__social ul {
  gap: 10px;
}
.vertical-showcase__social ul li:not(:first-of-type)::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 100%;
  overflow: hidden;
}
.vertical-showcase__social ul li a {
  color: #ffffff;
  font-family: "Creato Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.16px;
  opacity: 0.5;
}
.vertical-showcase__social ul li a:hover {
  opacity: 1;
}
.vertical-showcase__slider {
  height: 100%;
}
.vertical-showcase__slider .swiper-wrapper {
  height: 100%;
}
.vertical-showcase__slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
.vertical-showcase__slider .swiper-wrapper .swiper-slide.swiper-slide-active .vertical-showcase__item .content-info p {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0.7;
}
.vertical-showcase__slider .swiper-wrapper .swiper-slide.swiper-slide-active .vertical-showcase__item .content-info .see-project {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.vertical-showcase__item {
  height: 100%;
}
.vertical-showcase__item .showcase-figure {
  height: 100%;
  filter: brightness(56%);
}
.vertical-showcase__item .showcase-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vertical-showcase__item .showcase-content {
  left: 180px;
  bottom: 170px;
  z-index: 1;
}
@media only screen and (max-width: 1599.98px) {
  .vertical-showcase__item .showcase-content {
    left: 100px;
    right: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .vertical-showcase__item .showcase-content {
    left: 60px;
    right: 60px;
    bottom: 230px;
  }
}
@media only screen and (max-width: 575.98px) {
  .vertical-showcase__item .showcase-content {
    left: 40px;
    right: 40px;
    bottom: 200px;
  }
}
.vertical-showcase__item .showcase-content .title {
  color: #f5f5f5;
  font-family: "Creato Display", sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 111.667%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1439.98px) {
  .vertical-showcase__item .showcase-content .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .vertical-showcase__item .showcase-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .vertical-showcase__item .showcase-content .title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .vertical-showcase__item .showcase-content .title {
    font-size: 40px;
  }
}
.vertical-showcase__item .showcase-content .content-info {
  row-gap: 20px;
  column-gap: 40px;
}
@media only screen and (max-width: 575.98px) {
  .vertical-showcase__item .showcase-content .content-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.vertical-showcase__item .showcase-content .content-info p {
  max-width: 269px;
  color: #ffffff;
  font-family: "Creato Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.16px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition-delay: 0.8s;
}
.vertical-showcase__item .showcase-content .content-info .see-project {
  color: #ffffff;
  font-family: "Creato Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16px;
  padding-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition-delay: 1s;
}
.vertical-showcase__item .showcase-content .content-info .see-project::after {
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.vertical-showcase__item .showcase-content .content-info .see-project:hover::after {
  width: 100%;
}
.vertical-showcase__navigation {
  gap: 12px;
  bottom: 170px;
  right: 44px;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .vertical-showcase__navigation {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    bottom: 110px;
    left: 50%;
    right: unset;
    padding-inline: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.vertical-showcase__navigation .button-next,
.vertical-showcase__navigation .button-prev {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.vertical-showcase__navigation .button-next::before,
.vertical-showcase__navigation .button-prev::before {
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.vertical-showcase__navigation .button-next:hover::before,
.vertical-showcase__navigation .button-prev:hover::before {
  width: 100%;
}

.letter-showcase.section {
  height: 100vh;
  overflow: hidden;
}
.letter-showcase__slider {
  width: 100%;
  height: 100%;
}
.letter-showcase__slider .swiper-slide {
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.letter-showcase__slider .swiper-slide .slide-content {
  text-align: left;
  margin-left: 12%;
  padding: 0;
  transition: filter 0.5s;
  width: 35%;
  margin-right: 10%;
}
@media only screen and (max-width: 580px) {
  .letter-showcase__slider .swiper-slide .slide-content {
    margin-left: 21%;
    margin-right: 0%;
    width: 60%;
  }
}
.letter-showcase__slider .swiper-slide .slide-content span.category {
  font-size: 15px;
  margin-bottom: 0px;
  opacity: 0.6;
  display: block;
  clear: both;
  text-align: left;
  color: #ffffff;
}
.letter-showcase__slider .swiper-slide .slide-content .title {
  font-weight: 600;
  font-size: 44px;
  display: block;
  clear: both;
  text-align: left;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .letter-showcase__slider .swiper-slide .slide-content .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 580px) {
  .letter-showcase__slider .swiper-slide .slide-content .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .letter-showcase__slider .swiper-slide .slide-content .title {
    font-size: 24px;
  }
}
.letter-showcase__slider .swiper-slide .slide-content p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 30px !important;
  color: #ffffff;
  max-width: 550px;
}
.letter-showcase .slide-content .title,
.letter-showcase .slide-content .category,
.letter-showcase .slide-content p {
  color: #ffffff !important;
}
.letter-showcase__slider .slide-arrow {
  color: #ffffff;
  width: 100px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  right: 15vw;
}
@media only screen and (max-width: 1024px) {
  .letter-showcase__slider .slide-arrow {
    top: 74%;
    left: auto;
    right: 70px;
    z-index: 100;
  }
}
@media screen and (max-device-width: 812px) and (min-device-height: 375px) and (orientation: landscape) {
  .letter-showcase__slider .slide-arrow {
    color: #ffffff;
    top: 179%;
  }
}
@media only screen and (max-width: 768px) {
  .letter-showcase__slider .slide-arrow {
    top: 85%;
  }
}
.letter-showcase__slider .slide-arrow .circle {
  width: 75px;
  height: 75px;
  right: -26px;
  top: -27px;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 4px #ffffff;
  opacity: 0.3;
}
.letter-showcase__slider .slide-arrow i {
  float: right;
  color: #ffffff;
  font-size: 23px;
}
.letter-showcase__slider .slide-arrow .spine {
  background: #ffffff;
  height: 4px;
  top: 9px;
  left: 0;
  right: 4px;
}
.letter-showcase__slider .slide-arrow:hover {
  width: 65px;
}
.letter-showcase__slider .bullets {
  width: 400px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  position: fixed;
  left: calc(18.772563% - 200px);
  z-index: 1;
  top: calc(50vh + 65px);
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding-top: 200px;
  margin-top: -200px;
  overflow: hidden;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}
@media only screen and (max-width: 767.98px) {
  .letter-showcase__slider .bullets {
    padding-top: 100px;
    margin-top: -100px;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@media only screen and (max-width: 580px) {
  .letter-showcase__slider .bullets {
    width: 380px;
  }
}
.letter-showcase__slider .bullets ul {
  transition: all ease 1s;
}
.letter-showcase__slider .bullets ul li {
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  padding: 20px 0;
  transition: margin 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), font-size 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), line-height 0.6s cubic-bezier(0.475, -0.02, 0.01, 2.005), font-weight 0.4s ease-in-out;
  -webkit-transition: margin 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), font-size 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), line-height 0.6s cubic-bezier(0.475, -0.02, 0.01, 2.005), font-weight 0.4s ease-in-out;
  -moz-transition: margin 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), font-size 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), line-height 0.6s cubic-bezier(0.475, -0.02, 0.01, 2.005), font-weight 0.4s ease-in-out;
  -ms-transition: margin 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), font-size 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), line-height 0.6s cubic-bezier(0.475, -0.02, 0.01, 2.005), font-weight 0.4s ease-in-out;
  -o-transition: margin 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), font-size 0.6s cubic-bezier(0.475, -0.02, 0.01, 1.005), line-height 0.6s cubic-bezier(0.475, -0.02, 0.01, 2.005), font-weight 0.4s ease-in-out;
}
.letter-showcase__slider .bullets ul li.focus {
  font-size: 240px;
  margin: 65px 0 100px;
  z-index: -1;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .letter-showcase__slider .bullets ul li.focus {
    font-size: 200px;
  }
}
@media only screen and (max-width: 580px) {
  .letter-showcase__slider .bullets ul li.focus {
    font-size: 150px;
    margin: 30px 0 60px;
  }
}
@media only screen and (max-width: 375px) {
  .letter-showcase__slider .bullets ul li.focus {
    font-size: 100px;
    margin: 40px 0 60px;
  }
}
.letter-showcase__slider .bullets ul li span {
  padding: 10px 15px;
  color: #ffffff;
}
.letter-showcase__slider .slider-images {
  width: 100%;
  height: 100vh;
  z-index: -1;
  left: 0;
  top: 0;
}
.letter-showcase__slider .slider-images.overlays::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
  left: 0;
  top: 0;
}
.letter-showcase__slider .slider-images ul {
  margin-left: 0;
}
.letter-showcase__slider .slider-images ul li {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  list-style: none;
  opacity: 0;
  list-style: none;
  background-size: cover;
  background-position: center center;
  transition: opacity ease 1.8s;
  -webkit-transition: opacity ease 1.8s;
  -moz-transition: opacity ease 1.8s;
  -o-transition: opacity ease 1.8s;
  -ms-transition: opacity ease 1.8s;
}
.letter-showcase__slider .slider-images ul li.focus {
  z-index: 10;
  opacity: 1;
}
.letter-showcase__slider .video-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
  .video-wrapper > video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-wrapper > video {
    width: 300%;
    left: -100%;
  }
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
  .video-wrapper > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.creative-thumb.section {
  height: 100vh;
  overflow: hidden;
}
.creative-thumb__background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: background-image 0.7s ease-in-out;
  filter: blur(8px) brightness(0.7);
  transform: scale(1.1);
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.creative-thumb__wrapper {
  height: 100%;
}
.creative-thumb__slider {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow-y: visible;
  overflow-x: clip;
  margin-right: -25px;
}
@media only screen and (max-width: 1599.98px) {
  .creative-thumb__slider {
    top: 45%;
  }
}
.creative-thumb__slider .swiper-wrapper .swiper-slide.custom-active-slide .creative-thumb__item {
  transform: scale(1.1);
}
.creative-thumb__slider .swiper-wrapper .swiper-slide.custom-active-slide .creative-thumb__item .date {
  visibility: visible;
  opacity: 0.7;
}
.creative-thumb__item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease;
  -webkit-transform: scale(0.89);
  -ms-transform: scale(0.89);
  transform: scale(0.89);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.creative-thumb__item .date {
  color: #ffffff;
  font-family: "Creato Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575.98px) {
  .creative-thumb__item .date {
    font-size: 12px;
  }
}
.creative-thumb__item .slider-thumb {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 14px;
}
@media only screen and (max-width: 1439.98px) {
  .creative-thumb__item .slider-thumb {
    height: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .creative-thumb__item .slider-thumb {
    height: 180px;
  }
}
.creative-thumb__item .slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creative-thumb__footer {
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 40px;
}
.creative-thumb__footer .info {
  gap: 15px;
  padding: 20px 80px;
}
@media only screen and (max-width: 991.98px) {
  .creative-thumb__footer .info {
    flex-direction: column;
    gap: 5px;
  }
}
.creative-thumb__footer .info .social-share {
  gap: 10px;
  color: #ffffff;
  font-family: "Creato Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.16px;
  opacity: 0.7;
}
.creative-thumb__footer .info .social-share:hover .social-media {
  opacity: 1;
  visibility: visible;
}
.creative-thumb__footer .info .social-share .social-media {
  left: 50%;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 991.98px) {
  .creative-thumb__footer .info .social-share .social-media {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    padding: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .creative-thumb__footer .info .social-share .social-media ul {
    flex-direction: row;
  }
}
.creative-thumb__footer .info .social-share .social-media ul li {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.creative-thumb__footer .info .social-share .social-media ul li a {
  color: #ffffff;
  border-color: #ffffff;
  margin-right: 5px;
}
.creative-thumb__footer .info .social-share .social-media ul li a:hover {
  border-color: #141414;
  color: #141414;
}
.creative-thumb__footer .info .creative-thumb-title {
  color: #f5f5f5;
  font-family: "Climate Crisis", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.24px;
  font-size: 100px;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 1439.98px) {
  .creative-thumb__footer .info .creative-thumb-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .creative-thumb__footer .info .creative-thumb-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .creative-thumb__footer .info .creative-thumb-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .creative-thumb__footer .info .creative-thumb-title {
    font-size: 20px;
  }
}
.creative-thumb-slider .content .title {
  color: #ffffff !important;
  font-family: "Climate Crisis", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.24px;
  font-size: 100px;
}
.creative-thumb-slider .content .category {
  color: #ffffff !important;
  font-family: "Creato Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.16px;
  opacity: 0.7;
}
.creative-thumb__footer .info .scroll-more {
  color: #ffffff;
  font-family: "Creato Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: 0.16px;
  opacity: 0.7;
}
.creative-thumb__pagination {
  left: unset;
  bottom: unset;
  top: unset;
  right: unset;
  height: 1px !important;
  --swiper-pagination-progressbar-size: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.creative-thumb__pagination .swiper-pagination-progressbar-fill {
  background-color: #ffffff;
}
;