/*!
Theme Name: Designz Genius
Theme URI: https://designzgenius.com/
Author: Underscores.me
Author URI: https://designzgenius.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: genius-designs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

genius-designs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-20 {
  top: 5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-\[30px\] {
  top: 30px;
}

.-order-1 {
  order: -1;
}

.order-\[-1\] {
  order: -1;
}

.order-\[-2\] {
  order: -2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.\!m-0 {
  margin: 0px !important;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mb-3 {
  margin-bottom: 0.75rem !important;
}

.\!mb-3\.5 {
  margin-bottom: 0.875rem !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-\[10px\] {
  margin-left: -10px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-\[-60px\] {
  margin-left: -60px;
}

.ml-auto {
  margin-left: auto;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-\[510px\] {
  height: 510px;
}

.h-\[calc\(100vh-100px\)\] {
  height: calc(100vh - 100px);
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[85px\] {
  width: 85px;
}

.w-full {
  width: 100%;
}

.\!max-w-\[1280px\] {
  max-width: 1280px !important;
}

.\!flex-\[100\%\] {
  flex: 100% !important;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[30px\] {
  gap: 30px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.\!text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right;
}

.font-bold {
  font-family: 'CentraBold';
}

.font-medium {
  font-family: 'CentraMedium';
}

.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.\!text-\[60px\] {
  font-size: 60px !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.\!leading-\[100\%\] {
  line-height: 100% !important;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-\[-0\.05em\] {
  letter-spacing: -0.05em;
}

.\!text-\[\#D9D9D9\] {
  --tw-text-opacity: 1 !important;
  color: rgb(217 217 217 / var(--tw-text-opacity)) !important;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#00AEEF\] {
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

.text-\[\#737373\] {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@font-face {
  font-family: "CentraBold";

  src:
    url("./assets/fonts/CentraNo2-Bold.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Centra Black Italic";

  src:
    url("./assets/fonts/CentraNo2-BlackItalic.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-BlackItalic.woff") format("woff");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Centra Black";

  src:
    url("./assets/fonts/CentraNo2-Black.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Black.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Centra Bold Italic";

  src:
    url("./assets/fonts/CentraNo2-BoldItalic.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-BoldItalic.woff") format("woff");

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Centra Book Italic";

  src:
    url("./assets/fonts/CentraNo2-BookItalic.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-BookItalic.woff") format("woff");

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "CentraBook";

  src:
    url("./assets/fonts/CentraNo2-Book.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Book.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Centra Extrabold Italic";

  src:
    url("./assets/fonts/CentraNo2-ExtraboldItalic.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-ExtraboldItalic.woff") format("woff");

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Centra Extrabold";

  src:
    url("./assets/fonts/CentraNo2-Extrabold.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Extrabold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Centra Hairline";

  src:
    url("./assets/fonts/CentraNo2-Hairline.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Hairline.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "CentraLight";

  src:
    url("./assets/fonts/CentraNo2-Light.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Light.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Centra Hairline Italic";

  src:
    url("./assets/fonts/CentraNo2-HairlineItalic.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-HairlineItalic.woff") format("woff");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Centra Light Italic";

  src:
    url("./assets/fonts/CentraNo2-LightItalic.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-LightItalic.woff") format("woff");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "CentraMedium";

  src:
    url("./assets/fonts/CentraNo2-Medium.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Centra Medium Italic";

  src:
    url("./assets/fonts/CentraNo2-MediumItalic.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-MediumItalic.woff") format("woff");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Centra Thin";

  src:
    url("./assets/fonts/CentraNo2-Thin.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-Thin.woff") format("woff");

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Centra Thin Italic";

  src:
    url("./assets/fonts/CentraNo2-ThinItalic.woff2") format("woff2"),
    url("./assets/fonts/CentraNo2-ThinItalic.woff") format("woff");

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'CentraBook';
  font-weight: 400;
}

img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1820px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container-small {
  max-width: 960px;
}

.custom-logo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 959px) {
  .custom-logo {
    width: 110px;
  }
}

.custom-logo {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/* .site-header.fixed.animated .custom-logo {
  @apply w-[75px];
} */

.burger__menu,
.startProject {
  display: inline-block;
  vertical-align: middle;
  font-family: 'CentraBook';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 31.2px;
}

@media (max-width: 959px) {
  .burger__menu,
.startProject {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .services__info {
    flex: 1;
  }
}

.burger__menu {
  margin-left: 1.75rem;
  font-size: 25px;
}

@media (max-width: 959px) {
  .burger__menu {
    margin-left: 1.25rem;
  }
}

.site-header {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 40;
  width: 100%;
}

@media (max-width: 959px) {
  .site-header {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}

.site-header.fixed.animated {
  position: fixed;
  z-index: 999;
  top: 0;
  background: #000;
}

.genius__banner {
  height: calc(100vh - 132px);
  margin-top: 132px;
}

@media (max-width: 959px) {
  .genius__banner {
    margin-top: 5rem;
    margin-bottom: 5rem;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .genius__banner {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.home .genius__banner {
  margin-top: 0px;
  height: 100%;
}

@media (min-width: 1024px) {
  .home .genius__banner .banner__video {
    height: 100vh;
  }
}

.home .genius__banner .banner__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__text,
.genius__banner .container {
  height: 100%;
}

.home .banner__text {
  position: absolute;
  bottom: 5rem;
  left: 0px;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .home .banner__text {
    bottom: 1.25rem;
  }
}

.banner__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-header .btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}

.site-header.fixed.animated .btn {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header.fixed.animated .btn::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.site-header.fixed.animated .btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.site-header.fixed.animated .burger__menu {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner__text h1 {
  font-family: 'CentraBook';
  font-size: 82px;
  font-weight: 400;
  line-height: 89px;
  letter-spacing: -0.05em;
}

@media (min-width: 1024px) {
  .banner__text h1 {
    width: 65%;
  }
}

@media (max-width: 1440px) {
  .banner__text h1 {
    font-size: 80px;
  }
}

@media (max-width: 1140px) {
  .banner__text h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 959px) {
  .banner__text h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.genius__banner.genius__banner--video {
  position: relative;
  width: 100%;
}

.home .banner__text > div {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  padding: 0.625rem;
}

@media (min-width: 1024px) {
  .home .banner__text > div {
    padding: 1.25rem;
  }
}

.home .banner__text h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .home .banner__text h1 {
    width: 100%;
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (max-width: 1440px) {
  .home .banner__text h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .home .banner__text h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 959px) {
  .services__banner .banner__text h1 {
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.banner__text h1 span {
  --tw-text-opacity: 1;
  color: rgb(39 170 237 / var(--tw-text-opacity));
}

.banner__text__img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 959px) {
  .banner__text__img {
    display: block;
  }
}

.banner__text__img img {
  margin-left: auto;
  height: 308px;
  width: 272px;
}

@media (max-width: 1366px) {
  .banner__text__img img {
    width: 200px;
  }
}

@media (max-width: 1140px) {
  .banner__text__img img {
    height: auto;
  }
}

@media (max-width: 959px) {
  .banner__text__img img {
    display: none;
  }
}

.site-header {
  background-color: rgba(17,17,17,0.42);
  -webkit-backdrop-filter: blur(0.5em);
          backdrop-filter: blur(0.5em);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.header-right .main-navigation > div > ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-right .main-navigation > div > ul > li {
  margin-bottom: 0px;
}

.header-right .main-navigation > div > ul > li > a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.banner__text__img > div {
  margin-right: 13rem;
}

@media (max-width: 1140px) {
  .banner__text__img > div {
    margin-right: 9rem;
  }
}

.banner__text__img > div {
  flex: 4;
}

@media (max-width: 1366px) {
  .banner__text__img > div {
    flex: 9;
  }
}

@media (max-width: 1140px) {
  .banner__text__img > div {
    flex: 7;
  }
}

.banner__text__img p {
  text-align: left;
  font-family: 'CentraBook';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 34px;
  width: 50%;
  flex: 1;
}

@media (max-width: 1366px) {
  .banner__text__img p {
    flex: 3;
  }
}

@media (max-width: 1140px) {
  .banner__text__img p {
    flex: 4;
  }
}

@media (max-width: 959px) {
  .banner__text__img p {
    width: 100%;
  }
}

.genius__holding {
  margin-bottom: 39px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}

.portfolio__container {
  margin-bottom: 10rem;
  width: 50%;
  padding-right: 3.5rem;
}

@media (max-width: 1140px) {
  .portfolio__container {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .portfolio__container:first-child {
    width: 100%;
  }
}

.portfolio__container:nth-child(2) {
  margin-left: auto;
  width: 33.333333%;
  padding-right: 0px;
}

@media (max-width: 1140px) {
  .portfolio__container:nth-child(2) {
    width: 50%;
  }
}

.remainning__portfolio .portfolio__container:nth-child(2) {
  margin-left: 0px;
  display: flex;
  width: 50%;
  align-items: center;
}

@media (max-width: 768px) {
  .remainning__portfolio .portfolio__container:nth-child(2) {
    width: 100%;
  }
}

.remainning__portfolio .portfolio__container:nth-child(3) {
  display: flex;
  align-items: flex-end;
}

.portfolio__container:nth-child(3) {
  width: 33.333333%;
  padding-right: 0px;
}

@media (max-width: 1140px) {
  .portfolio__container:nth-child(3) {
    width: 50%;
    padding-right: 3.5rem;
  }
}

.portfolio__container:nth-child(4) {
  margin-left: auto;
  width: 50%;
  padding-right: 0px;
}

@media (max-width: 768px) {
  .portfolio__container:nth-child(4) {
    order: -1;
    width: 100%;
  }
}

.remainning__portfolio .portfolio__container:nth-child(4) {
  width: 50%;
}

@media (max-width: 768px) {
  .remainning__portfolio .portfolio__container:nth-child(4) {
    width: 50%;
  }
}

.portfolio__container:nth-child(5) {
  width: 50%;
}

.portfolio__container:nth-child(6) {
  padding-right: 0px;
}

.portfolio__img > a {
  position: relative;
  display: block;
}

.portfolio__img > a:hover {
  opacity: 1;
}

.portfolio__img > a img {
  aspect-ratio: 1800 / 1200;
}

.portfolio__container > h2 {
  margin-bottom: 46px;
  font-family: 'CentraBook';
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.03em;
}

@media (max-width: 1440px) {
  .portfolio__container > h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media (max-width: 1140px) {
  .portfolio__container > h2 {
    margin-bottom: 0.75rem;
    font-size: 26px;
    line-height: 35px;
  }
}

.portfolio__container > p {
  margin-bottom: 46px;
  font-family: 'CentraBook';
  font-weight: 400;
  line-height: 1.5rem;
}

@media (max-width: 1140px) {
  .portfolio__container > p {
    margin-bottom: 1rem;
  }
}

.btn {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  padding-top: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.25rem;
  font-family: 'CentraBook';
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn {
  border: 1px solid #000;
}

.img__default {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* transition: opacity .4s cubic-bezier(0.19, 1, 0.22, 1), filter .6s cubic-bezier(0.19, 1, 0.22, 1), transform .6s cubic-bezier(0.19, 1, 0.22, 1) !important; */
}

.img__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition:
    opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.portfolio__img > a:hover img.img__hover {
  opacity: 1;
}

.portfolio__img > a:hover img.img__default {
  opacity: 0;
}

.portfolio__text {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .portfolio__text {
    margin-top: 0.75rem;
  }
}

.portfolio__text h2 {
  font-family: 'CentraMedium';
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

@media (max-width: 959px) {
  .portfolio__text h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  .portfolio__text h2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.portfolio__text p {
  display: block;
  font-family: 'CentraMedium';
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .portfolio__text p {
    display: none;
  }
}

.portfolio__text h2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.genius__services {
  border-bottom-width: 22px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 75px;
  padding-right: 75px;
}

@media (max-width: 959px) {
  .genius__services {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 768px) {
  .genius__services {
    border-bottom-width: 12px;
    padding: 1.5rem;
  }
}

/* .genius__services.section {
  @apply pt-6;
} */

@media (max-width: 1140px) {
  .tabs__item ul {
    display: flex;
    overflow-x: scroll;
  }
}

.tabs__item ul {
  white-space: nowrap;
}

.tabs__item ul li {
  margin-bottom: 2rem;
}

@media (max-width: 1440px) {
  .tabs__item ul li {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1140px) {
  .tabs__item ul li {
    flex: 50%;
  }
}

@media (max-width: 768px) {
  .tabs__item ul li {
    margin-right: 1.25rem;
  }
}

.tabs__item ul li.active a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.services__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1140px) {
  .services__content {
    justify-content: space-between;
  }
}

@media (max-width: 959px) {
  .services__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

.services__text {
  margin-right: 4rem;
}

@media (max-width: 1440px) {
  .services__text {
    margin-bottom: 7.6rem;
  }
}

@media (max-width: 959px) {
  .services__text {
    margin-top: 2.5rem;
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .services__text {
    margin-bottom: 1.25rem;
  }
}

.home .services__text {
  width: 500px;
}

.services__icon svg {
  width: 300px;
}

@media (max-width: 1280px) {
  .services__icon svg {
    width: 300px;
  }
}

@media (max-width: 959px) {
  .services__icon svg {
    height: auto;
    width: 150px;
  }
}

.services__text span {
  margin-bottom: 1.25rem;
  margin-right: 0.5rem;
  display: block;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1440px) {
  .services__text span {
    font-size: 20px;
  }
}

.tab__content > ul > li {
  display: none;
}

.tab__content > ul > li.active {
  display: block;
}

.tabs__item ul li a {
  display: flex;
  align-items: center;
  font-family: 'CentraBook';
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(198 196 196 / var(--tw-text-opacity));
}

@media (max-width: 1440px) {
  .tabs__item ul li a {
    font-size: 40px;
  }
}

/* .title__link {
  height: 30px;
  align-items: center;
  color: #000;
  text-decoration: none;
  display: flex;
} */

.mask {
  position: relative;
  padding: 0;
  height: 62px;
  overflow: hidden;
}

.mask::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mask:hover::before {
  content: var(--tw-content);
  width: 100%;
}

.link-container {
  transition: transform 0.4s ease;
}

.title {
  display: block;
  font-size: 48px;
  line-height: 62px;
  transition: transform 0.4s ease;
}

@media (max-width: 1440px) {
  .title {
    font-size: 40px;
  }
}

@media (max-width: 959px) {
  .title {
    font-size: 25px;
  }
}

.link-container:hover .title {
  color: #fff;
}

.link-title1 {
  transform-origin: right center;
}

.link-title2 {
  transform-origin: left center;
  /* transform: rotate(62deg); */
}

/* Hover Action*/

.title__link:hover .link-container {
  transform: translateY(-62px);
}

@media (max-width: 959px) {
  .title__link:hover .link-container {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

/* .title__link:hover .link-title1 {
  transform: rotate(62deg);
}

.title__link:hover .link-title2 {
  transform: rotate(0);
} */

.tabs__item ul li.active a:hover .link-container {
  transform: none;
}

.tabs__item ul li.active a .mask::before {
  width: 100%;
}

@keyframes draw {
  from {
    stroke-dashoffset: 750%;
  }

  to {
    stroke-dashoffset: 0;
  }
}

path {
  stroke-dasharray: 750%;
  stroke-dashoffset: 100%;
  animation: draw 2s linear forwards;
}

.section {
  padding-top: 50px;
}

.portfolio__cat {
  margin-top: 0.75rem;
  display: none;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: 'CentraLight';
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .portfolio__cat {
    display: flex;
  }
}

.heading-wrap {
  margin-bottom: 5rem;
}

@media (max-width: 959px) {
  .heading-wrap {
    margin-bottom: 1.25rem;
  }
}

.genius__holding__detail .heading-wrap {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .genius__holding__detail .heading-wrap {
    margin-bottom: 8rem;
  }
}

.heading-wrap h2 {
  font-family: 'CentraBook';
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -0.03em;
}

@media (max-width: 1440px) {
  .heading-wrap h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media (max-width: 959px) {
  .heading-wrap h2 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  .heading-wrap h2 {
    font-size: 30px;
  }
}

.container-expand-right {
  margin-right: 0;
  padding: 0;
}

@media (min-width: 960px) {
  .container-expand-left,
  .container-expand-right {
    max-width: calc(50% + (1320px / 2) - 120px);
  }
}

@media (max-width: 960px) {
  .container-expand-right {
    margin-right: 0;
  }
}

.blogs__container > a {
  display: block;
  height: 447px;
  width: 100%;
}

@media (max-width: 1440px) {
  .blogs__container > a {
    height: 400px;
  }
}

@media (max-width: 1140px) {
  .blogs__container > a {
    height: 230px;
  }
}

.blogs__container > a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogs__container > span {
  margin-top: 1rem;
  display: block;
  font-family: 'CentraMedium';
  font-weight: 500;
}

.blogs__container h3 {
  margin-top: 0.75rem;
  font-family: 'CentraBook';
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

@media (max-width: 1140px) {
  .blogs__container h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}

.services__item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 959px) {
  .services__item {
    display: block;
  }

  .services__text {
    order: 2;
    width: 100%;
  }
}

/* .services__item > div,
.services__item {
  @apply laptopsmall:items-start;
} */

.services__item > a {
  display: block;
}

.services__item img {
  width: 150px;
  min-width: 150px;
}

@media (min-width: 1280px) {
  .services__item img {
    width: 200px;
    min-width: 200px;
  }
}

.services__img {
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: end;
  width: 100%;
  position: relative;
  z-index: 2;
  gap: 8px;
  /* transform: scale(0.5); */
  transform-origin: center right;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

@media (max-width: 1140px) {
  .services__img {
    --tw-scale-x: 0.63;
    --tw-scale-y: 0.63;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (max-width: 959px) {
  .services__img {
    display: block;
    width: 100%;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.img__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-grow: 0.1;
}

/* .img__wrap > img {
  opacity: 0;
  filter: blur(20px);
  transform: scale(1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  height: 100%;
  @apply medium:hidden;
} */

/* .accordion__items.active .img__wrap > img {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
  transition-delay: calc(1 * 0.07s);
} */

.accordion__items.active .services__img {
  transform: scale(1);
}

@media (max-width: 1366px) {
  .accordion__items.active .services__img {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (max-width: 1280px) {
  .accordion__items.active .services__img {
    margin-bottom: 25px;
  }
}

@media (max-width: 1140px) {
  .accordion__items.active .services__img {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.img__wrap {
  margin-right: 15px;
}

.img__wrap:first-child,
.accordion__items:nth-child(2) .img__wrap:nth-child(2),
.accordion__items:last-child .img__wrap:nth-child(2) {
  background: #d4d4d4;
}

.img__wrap:nth-child(2),
.accordion__items:nth-child(2) .img__wrap:first-child,
.accordion__items:last-child .img__wrap:last-child {
  background: #000;
}

.img__wrap:last-child {
  background: #d4d4d4;
}

.img__wrap > img {
  height: 193px;
}

@media (max-width: 1440px) {
  .img__wrap > img {
    height: 143px;
  }
}

@media (max-width: 1366px) {
  .img__wrap > img {
    height: 193px;
  }
}

.img__wrap:first-child > img {
  width: 418px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 959px) {
  .img__wrap:first-child > img {
    display: block;
    width: 100%;
    height: 100%;
    height: 250px;
    opacity: 1;
    filter: none;
  }
}

.img__wrap:nth-child(2) > img {
  width: 210px;
  height: 133px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1440px) {
  .img__wrap:nth-child(2) > img {
    height: 103px;
  }
}

@media (max-width: 1366px) {
  .img__wrap:nth-child(2) > img {
    height: 133px;
  }
}

.img__wrap:last-child > img {
  width: 217px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0;
}

.accordion__text {
  padding: 0 140px;
  width: 100%;
  flex: 7;
}

@media (max-width: 1440px) {
  .accordion__text {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1366px) {
  .accordion__text {
    margin-left: auto;
    max-width: 446px;
    padding: 0px;
  }
}

@media (max-width: 1140px) {
  .accordion__text {
    max-width: 501px;
  }
}

@media (max-width: 959px) {
  .accordion__text {
    margin-top: 25px;
    margin-left: 0px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .accordion__text {
    margin-top: 10px;
  }
}

@media (max-width: 1366px) {
  .accordion__items.active .accordion__text {
    max-width: 720px;
  }
}

@media (min-width: 768px) {
  .accordion__text {
    height: 0px;
    overflow: hidden;
    opacity: 0;
  }
}

@media (max-width: 959px) {
  .accordion__text {
    display: block;
  }
}

.accordion__text {
  transition:
    opacity 0.3s ease,
    height 0.3s ease;
}

.services__container__mobile .accordion__text {
  margin: 0px;
  display: block;
  height: 0px;
  overflow: hidden;
  opacity: 0;
}

.services__container__mobile .genius__accordion .accordion__items {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.services__container__mobile .services__info + svg {
  width: 25px;
}

.accordion__text p {
  margin-bottom: 2.5rem;
  font-family: 'CentraBook';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1440px) {
  .accordion__text p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.accordion__text p {
  transition:
    opacity 0.3s ease,
    height 0.3s ease;
}

.accordion__items.active .accordion__text {
  opacity: 1;
  height: auto;
  /* Auto height adjusts to the content */
}

@media (max-width: 959px) {
  .services__data .accordion__items .accordion__text {
    display: none;
  }
}

.services__data .accordion__items .accordion__text {
  opacity: 1;
  height: auto;
}

@media (max-width: 959px) {
  .services__data .accordion__items.active .accordion__text {
    margin-top: 0.75rem;
    display: block;
  }
}

.services__data .accordion__items.active .accordion__text {
  opacity: 1;
  height: auto;
}

.genius__accordion .accordion__items {
  margin-bottom: 4rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 4rem;
}

@media (max-width: 959px) {
  .genius__accordion .accordion__items {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 1280px) {
  .big__cta {
    position: absolute;
  }
}

@media (max-width: 959px) {
  .big__cta {
    position: relative;
    width: 100%;
    text-align: center;
  }
}

.big__cta > a {
  letter-spacing: -0.03em;
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 22px;
}

@media (max-width: 1280px) {
  .big__cta > a {
    width: 100%;
    line-height: 36px;
  }
}

@media (max-width: 959px) {
  .big__cta > a {
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .big__cta > a::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .big__cta > a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.genius__founder {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1280px) {
  .genius__founder {
    margin-left: auto;
  }
}

@media (max-width: 959px) {
  .genius__founder {
    margin-left: 0px;
    margin-bottom: 2.5rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .genius__founder {
    order: -1;
  }
}

.genius__founder span {
  display: block;
  text-align: right;
  font-family: 'CentraBook';
  font-weight: 400;
}

@media (max-width: 768px) {
  .genius__founder span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.genius__founder > div {
  margin-right: 1.25rem;
  width: 50%;
}

@media (min-width: 1024px) {
  .genius__founder > div {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .genius__founder > div {
    margin-right: 0px;
    margin-left: 0.5rem;
  }
}

.genius__founder img {
  width: 50%;
}

@media (min-width: 1024px) {
  .genius__founder img {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .genius__founder img {
    order: -1;
  }
}

.genius__founder > div a {
  display: block;
  text-align: right;
  font-family: 'CentraBook';
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 1366px) {
  .genius__founder > div a {
    font-size: 30px;
  }
}

@media (max-width: 959px) {
  .genius__founder > div a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footerData {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (max-width: 959px) {
  .footerData {
    padding: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.footer__contact {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 959px) {
  .footer__contact > div {
    margin-bottom: 1.5rem;
  }
}

.footer__contact > div span {
  font-family: 'CentraMedium';
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.footer__logo > a {
  margin-bottom: 2rem;
  display: block;
}

@media (min-width: 768px) {
  .footer__logo > a {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 768px) {
  .footer__logo > div:first-child {
    margin-bottom: 2.5rem;
  }
}

.footer__logo > div:first-child > a:first-child {
  margin-right: 1.25rem;
  border-right-width: 1px;
  border-right-color: #ffffff80;
  padding-right: 1.25rem;
}

@media (max-width: 768px) {
  .footer__logo > div:first-child > a:first-child img {
    width: 100px;
  }

  .footer__logo > div:first-child > a:last-child img {
    width: 115px;
  }
}

.footer__contact p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 46%;
  font-family: 'CentraBook';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 27px;
}

@media (min-width: 768px) {
  .footer__contact p {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 959px) {
  .footer__contact p {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer__contact a {
  display: block;
  font-family: 'CentraBook';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .footer__contact a {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 959px) {
  .footer__contact a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer__contact {
  display: flex;
  gap: 2.5rem;
}

@media (max-width: 959px) {
  .footer__contact {
    display: block;
  }
}

.footer__links {
  text-align: right;
}

@media (max-width: 1280px) {
  .footer__links {
    width: 100%;
    text-align: left;
  }
}

.footer__links .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 959px) {
  .footer__links .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .footer__links .link-title2.title {
    display: none;
  }
}

@media (max-width: 1280px) {
  .footer__links ul {
    -moz-columns: 2;
         columns: 2;
  }
}

.footer__links ul li {
  margin-bottom: 0.75rem;
}

@media (max-width: 959px) {
  .footer__links ul li {
    line-height: 100%;
  }
}

.footer__links ul li a {
  font-family: "CentraBook";
  font-size: 65px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 62px;
}

.footer__links ul li a::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer__links ul li a:hover::before {
  content: var(--tw-content);
  width: 100%;
}

@media (max-width: 959px) {
  .footer__links ul li a {
    height: 100%;
    letter-spacing: -0.01em;
  }
}

.footer__social__links {
  margin-top: 4rem;
}

@media (max-width: 1280px) {
  .footer__social__links {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.footer__social__links h3 {
  margin-bottom: 1rem;
  font-family: 'CentraBook';
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (max-width: 959px) {
  .footer__social__links h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.footer__social__links > a {
  margin-right: 1.25rem;
  display: inline-block;
  font-family: 'CentraMedium';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer__bottom p {
  font-family: 'CentraMedium';
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 768px) {
  .footer__bottom p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.footer__bottom p.footer__text {
  font-family: 'CentraBook';
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .footer__bottom p.footer__text {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 959px) {
  .footer__bottom p.footer__text {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer__text svg {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1366px) {
  .genius__cta svg {
    position: absolute;
    left: 50%;
    height: 20px;
    width: 100px;
  }
}

@media (max-width: 959px) {
  .genius__cta svg {
    display: none;
  }
}

.genius__cta {
  position: relative;
}

@media (max-width: 1440px) {
  .services__right {
    max-width: 600px;
  }
}

@media (max-width: 1366px) {
  .services__right {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (max-width: 959px) {
  .services__right {
    margin-top: 25px;
    display: none;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .services__right {
    margin-top: 10px;
  }
}

.services__right .btn {
  color: #000;
}

.services__right .btn::before {
  background: #000;
}

@media (max-width: 959px) {
  .genius__cta > div {
    display: block;
  }
}

@media (max-width: 768px) {
  .porfolio__section > div {
    margin-left: -10px;
  }

  .portfolio__container {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 0px !important;
  }

  .remainning__portfolio .portfolio__container:nth-child(3) {
    display: block;
  }
}

@media (max-width: 1140px) {
  .remainning__portfolio .portfolio__container > h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 959px) {
  .portfolio__container .btn {
    margin-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity));
  }

  .portfolio__container .btn::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  }
}

.header-right > a.btn {
  display: none;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .header-right > a.btn {
    display: block;
  }
}

/* .services__slider--img {
  @apply text-center bg-[#00aeef] p-5;
} */

.services__slider--img {
  width: 20%;
  height: 20%;
}

.services__slider--img svg {
  width: 100%;
  height: 100%;
}

.services__slider--text h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.services__slider--text small {
  display: block;
  width: 33.333333%;
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}

.services__slider a {
  margin-bottom: 2rem;
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f1f1f169;
}

.services__slider a:last-child {
  margin-bottom: 0px;
  border-style: none;
  padding-bottom: 0px;
}

@media (max-width: 1140px) {
  .protfolio__container--title,
.genius__insights .heading-wrap,
.genius__holding__detail .heading-wrap {
    margin-top: 1.25rem;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding-top: 1.25rem;
  }
}

/* 
@media (max-width: 959px) {
  .header-right > a.btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    right: 16px;
    bottom: 16px;
    z-index: 999;
    opacity: 0;
    font-size: 22px;
    line-height: 1;
    padding: 20px 30px;
    background-color: #000000;
    border-radius: 200px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none;
    display: block;
    animation: pulse 2.55s infinite cubic-bezier(0.66, 0, 0, 1);
    outline: rgba(0, 0, 0, 0.7) 0px solid;
    border: 1px solid #2c2c2c;
    transition: background-color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
      bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    outline: rgba(0, 0, 0, 0) 15px solid;
  }
} */

.fullscreen__menu {
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 0.6;
  -webkit-clip-path: circle(0% at 5% 0%);
  clip-path: circle(0% at 5% 0%);
  transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
  -ms-transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
}

.fullscreen__menu.show__menu {
  -webkit-clip-path: circle(140% at 5% 0%);
  clip-path: circle(140% at 5% 0%);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.36, -0.06, 1, 1.6);
  -webkit-transition: all 0.5s cubic-bezier(0.36, -0.06, 1, 1.6);
  -moz-transition: all 0.5s cubic-bezier(0.36, -0.06, 1, 1.6);
  -ms-transition: all 0.5s cubic-bezier(0.36, -0.06, 1, 1.6);
  -o-transition: all 0.5s cubic-bezier(0.36, -0.06, 1, 1.6);
}

.fullscreen__menu.hide__menu {
  -webkit-clip-path: circle(0% at 3.5% 100px);
  clip-path: circle(0% at 3.5% 100px);
  transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
  -webkit-transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
  -moz-transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
  -ms-transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
  -o-transition: all 0.5s cubic-bezier(0.43, 0.93, 0.43, 0.93);
}

.toggleOverflow {
  overflow-y: hidden;
}

.close__menu {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 25px;
  left: 45px;
}

@media (max-width: 959px) {
  .close__menu {
    right: 20px;
    left: auto;
  }
}

.close__container {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
}

.leftright,
.rightleft {
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 14px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s linear;
}

.leftright {
  transform: rotate(45deg);
}

.rightleft {
  transform: rotate(-45deg);
}

/* label {
  color: #555;
  font-family: "CentraBold";
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
} */

.close {
  margin: 50px 0 0 0;
  position: absolute;
  pointer-events: none;
}

.close__container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #000;
}

.close__container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #000;
}

.close__container:hover label {
  opacity: 1;
}

.offcanvas__img,
.offcanvas__img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offcanvas__img {
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
}

@media (max-width: 959px) {
  .offcanvas__img {
    display: none;
  }
}

.offcanvas__logo {
  padding: 20px 0;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s ease-in-out;
  transition-delay: 0.7s;
}

.offcanvas__logo img {
  width: 100px;
}

.offcanvas__content {
  padding: 60px;
  min-height: 100vh;
}

@media (max-width: 959px) {
  .offcanvas__content {
    padding: 1.25rem;
  }
}

/* .offcanvas__wrapper {
  margin-top: 40px;
} */

.offcanvas__menu {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
}

.offcanvas__contact {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
}

.offcanvas__contact .reservation__contact {
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 959px) {
  .offcanvas__contact .reservation__contact {
    margin-top: 1.25rem;
    width: 100%;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
    padding-top: 1.25rem;
  }
}

.offcanvas__menu .main-navigation {
  display: block;
}

.reservation__contact {
  display: flex;
  align-items: center;
  font-family: 'CentraMedium';
  font-weight: 500;
}

.reservation__contact .whatsapp {
  padding-left: 20px;
}

.contact__details .the__title {
  margin-bottom: 0.75rem;
  font-family: 'CentraMedium';
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.reservation__contact .whatsapp > a {
  display: block;
  font-family: 'CentraMedium';
  font-size: 20px;
  font-weight: 500;
}

/* .offcanvas__contact .reservation__contact a:hover{
  color: #111
} */

.fullscreen__menu.show__menu .offcanvas__logo,
.fullscreen__menu.show__menu .offcanvas__contact,
.fullscreen__menu.show__menu .offcanvas__menu {
  transform: translateY(0);
  opacity: 1;
}

.main-navigation ul li a {
  display: flex;
  align-items: center;
  font-family: 'CentraBook';
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

@media (max-width: 1440px) {
  .main-navigation ul li a {
    font-size: 30px;
  }
}

.main-navigation {
  display: none;
}

@media (min-width: 1280px) {
  .main-navigation {
    display: block;
  }
}

/* .main-navigation ul {
  column-count: 2;
  @apply medium:columns-1;
} */

.offcanvas__contact .contact__details {
  margin-top: 40px;
}

.offcanvas__contact .social__icons {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  margin-top: 30px;
}

.offcanvas__contact .social__icons a {
  color: #000;
  margin-right: 15px;
  font-size: 24px;
}

.contact__wrapper .contact__info:not(:last-child) {
  margin-bottom: 20px;
}

.contact__info {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
}

.contact__wrapper .contact__info:not(:first-child) {
  align-items: center;
}

.contact__info .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00000015;
}

.contact__info .icon i {
  font-size: 16px;
  color: #111;
}

.contact__info .txt {
  color: #111;
  font-size: 16px;
  font-family: 'CentraMedium';
  font-weight: 500;
}

.social__icons ul li {
  display: inline-block;
}

.contact__info .txt span,
.contact__info .txt span a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-family: 'CentraMedium';
  font-weight: 500;
}

.contact__info .txt span a {
  display: inline-block;
}

.contact__info .txt span:not(:last-child) {
  margin-bottom: 0;
}

.main-navigation ul li {
  margin-bottom: 15px;
}

.why__choose {
  margin-top: 2.5rem;
}

.why__choose h3 {
  font-family: 'CentraBook';
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(39 170 237 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .why__choose h3 {
    font-size: 44px;
  }
}

.why__choose p {
  width: 66.666667%;
  font-family: 'CentraBook';
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: -0.03em;
}

@media (max-width: 959px) {
  .why__choose p {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
}

.process__items h3 {
  margin-right: auto;
  padding-top: 2.5rem;
  font-family: 'CentraBook';
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.process__items h3:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .process__items h3 {
    line-height: 60px;
    --tw-text-opacity: 1;
    color: rgb(217 217 217 / var(--tw-text-opacity));
  }
}

@media (max-width: 1440px) {
  .process__items h3 {
    font-size: 60px;
  }
}

@media (max-width: 959px) {
  .process__items h3 {
    order: -1;
    padding-top: 0px;
    font-size: 50px;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity));
  }
}

@media (max-width: 768px) {
  .process__items h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.process__items h3 span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(39 170 237 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .process__items h3 span {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

.process__items h3 span br {
  display: none;
}

.process__info {
  padding-right: 2.5rem;
  padding-top: 2.5rem;
}

@media (max-width: 959px) {
  .process__info {
    padding-right: 0px;
    padding-top: 1.25rem;
  }
}

@media (max-width: 768px) {
  .process__info {
    padding-top: 0px;
  }
}

.team-container h3 {
  margin-top: 1.25rem;
  font-family: 'CentraMedium';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .team-container h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.team-container span {
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

/* .process__items > div {
  @apply flex;
} */

.process__items > div .accordion__text {
  padding: 0;
}

@media (max-width: 959px) {
  .process__items > div .accordion__text {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .process__items > div .accordion__text {
    margin-top: 10px;
    margin-top: 0.75rem;
  }
}

.process__items > div .accordion__text p {
  font-family: 'CentraBook';
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

@media (max-width: 959px) {
  .process__items > div .accordion__text p {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .process__items > div .accordion__text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.process__items > div h4 {
  margin-bottom: 1rem;
  font-family: 'CentraBook';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}

@media (max-width: 959px) {
  .process__items > div h4 br {
    display: none;
  }
}

.process__items.active h3,
.process__items.active > div h4 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.services__item.process__items {
  display: block;
  position: relative;
}

.services__item.process__items::after {
  content: "";
  background: url("./assets/img/icon-arrow-down.svg") 0 0 no-repeat;
  width: 16px;
  height: 48px;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: -1;
  display: none;
}

@media (min-width: 1280px) {
  .services__item.process__items::after {
    display: block;
  }
}

.services__item.process__items.active::before {
  content: "";
  background: url("./assets/img/icon-arrow-down.svg") 0 0 no-repeat;
  width: 16px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(180deg);
  display: none;
}

@media (min-width: 1280px) {
  .services__item.process__items.active::before {
    display: block;
  }
}

.services__item.process__items img {
  margin-right: auto;
  height: 250px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 959px) {
  .services__item.process__items img {
    order: -1;
    height: 250px !important;
    width: 100%;
  }
}

.services__item.process__items img {
  transition:
    width 0.3s ease,
    height 0.3s ease;
}

.services__item.process__items.active img {
  margin-right: 0px;
  height: 360px;
  width: 630px;
}

@media (max-width: 959px) {
  .services__item.process__items.active img {
    height: 250px;
    width: 100%;
  }
}

.services__item.process__items.active img {
  transition:
    width 0.3s ease,
    height 0.3s ease;
}

.about__img__new img {
  width: 33.333333%;
}

.about__img__new img:first-child {
  -o-object-fit: cover;
     object-fit: cover;
}

.about__img__new img:last-child {
  margin-left: auto;
  width: 33.333333%;
}

.about__img__new img:nth-child(2) {
  margin-left: auto;
  width: 50%;
}

.about__process .genius__accordion .accordion__items {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1280px) {
  .about__process .genius__accordion .accordion__items {
    margin: 0px;
    padding: 0px;
  }
}

@media (max-width: 959px) {
  .about__process .genius__accordion .accordion__items:first-child {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.genius__about__details .portfolio__container:nth-child(2) {
  margin: 0px;
  width: 40%;
  padding-left: 150px;
}

@media (max-width: 959px) {
  .genius__about__details .portfolio__container:nth-child(2) {
    width: 100%;
    padding-left: 0px;
  }
}

.genius__about__details .portfolio__container:first-child {
  width: 35%;
  margin: 0;
}

.services__item.process__items:hover h3,
.services__item.process__items:hover h4 {
  color: #000;
}

.genius__about__details
  .portfolio__container:nth-child(2)
  .portfolio__img
  > a
  img {
  aspect-ratio: 6/6;
}

.genius__about__details .portfolio__container:nth-child(3) {
  width: 50%;
}

.genius__about__details .portfolio__container:nth-child(4) {
  width: 36.333%;
  margin-left: 0px;
  display: flex;
  align-items: center;
}

.genius__about__details .portfolio__container:nth-child(5) {
  width: 100%;
  margin: auto;
  padding: 0;
  margin-top: -350px;
  padding-bottom: 100px;
}

.genius__about__details .portfolio__container:nth-child(5) > div {
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  width: 66%;
}

@media (max-width: 959px) {
  .genius__about__details .portfolio__container:nth-child(5) > div {
    width: 100%;
  }
}

.genius__about__details .portfolio__container:nth-child(5) h2 {
  margin-top: 20px;
  font-family: 'CentraBook';
  font-size: 54px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -0.03em;
}

@media (max-width: 959px) {
  .genius__about__details .portfolio__container:nth-child(5) h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.genius__about__details .portfolio__container:nth-child(6),
.genius__about__details .portfolio__container:nth-child(7) {
  width: 50%;
}

.genius__about__details .portfolio__container:nth-child(6) {
  padding-right: 50px;
}

.genius__about__details .portfolio__container:nth-child(7) {
  display: flex;
  align-items: center;
}

.services__image svg {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
  height: auto;
}

@media (min-width: 1024px) {
  .services__image svg {
    max-height: 500px;
    max-width: 500px;
  }
}

.services__data h2 {
  margin-bottom: 0.5rem;
  font-family: 'CentraBook';
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (max-width: 1440px) {
  .services__data h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 959px) {
  .services__data h2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.03em;
  }
}

.services__data .subtitle {
  margin-bottom: 1.25rem;
  font-family: 'CentraBook';
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

@media (max-width: 959px) {
  .services__data .subtitle {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .services__data .subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.services__data p {
  margin-bottom: 2.5rem;
  font-family: 'CentraBook';
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 24px;
}

.services__data .accordion__text {
  width: auto;
  flex: unset;
  padding: 0;
}

.services__data .accordion__items.active .accordion__text {
  width: 50%;
}

@media (max-width: 959px) {
  .services__data .accordion__items.active .accordion__text {
    width: 100%;
  }
}

.services__data .accordion__items .accordion__text p {
  font-family: 'CentraBook';
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.services__data svg {
  margin-left: auto;
}

@media (max-width: 959px) {
  .services__data svg {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.services__data .accordion__items.active svg {
  margin: 0;
}

.services__data .services__item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.services__data .services__item h4 {
  font-family: 'CentraBook';
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.03em;
}

@media (max-width: 959px) {
  .services__data .services__item h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.services__data .services__item h4 br {
  display: none;
}

.services__data .accordion__items.active .services__item h4 br {
  display: block;
}

.services__data .services__item > div {
  align-items: center;
}

/* .services__data .accordion__items.active .services__item > div {
  @apply items-start medium:flex-wrap;
} */

@media (min-width: 1024px) {
  .services__container:nth-child(2n) > div > div:first-child {
    order: 2;
  }
}

.services__container:nth-child(2n) > div > div:last-child {
  order: -1;
}

@media (min-width: 768px) {
  .services__container:nth-child(2n) > div > div:last-child {
    margin-left: 0px;
    margin-right: auto;
  }
}

@media (max-width: 959px) {
  .services__container:nth-child(2n) > div > div:last-child {
    order: 1;
  }
}

.services__container {
  margin-bottom: 2.5rem;
}

@media (min-width: 1280px) {
  .services__container {
    margin-bottom: 5rem;
  }
}

.services__image {
  margin: 0 50px;
  text-align: center;
}

@media (max-width: 959px) {
  .services__image {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 768px) {
  .services__image {
    margin-bottom: 0.75rem;
  }
}

.mobile__services__image.services__image svg {
  margin-top: 0.5rem;
  height: 50px;
  width: 75px;
}

.project___desc p {
  font-family: 'CentraBook';
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .project___desc p {
    margin-right: 2.5rem;
  }
}

@media (max-width: 1440px) {
  .project___desc p {
    font-size: 45px;
    line-height: 50px;
  }
}

@media (max-width: 1140px) {
  .project___desc p {
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 1024px) {
  .project___desc p {
    margin-bottom: 46px;
  }
}

.project__deliveries p {
  font-family: 'CentraBold';
  font-size: 22px;
  font-weight: 700;
  text-decoration-line: underline;
}

.project__deliveries span {
  font-family: 'CentraBook';
  font-size: 19px;
  font-weight: 400;
}

.site-footer {
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .site-footer {
    padding-bottom: 0px;
  }
}

.home .genius__holding__detail .container {
  padding: 0;
}

@media (max-width: 768px) {
  .site-footer .container {
    padding: 0px;
  }
}

.project__desc,
.contact__form {
  margin-top: 2.5rem;
}

.offcanvas__wrapper {
  height: 100vh;
}

/* .offcanvas__wrapper > div {
  height: 100%;
} */

.holdings p {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.project__desc h4 {
  font-family: 'CentraBook';
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .project__desc h4 {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .project__desc h4 {
    font-size: 40px;
  }
}

.project__desc p {
  font-family: 'CentraBook';
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .project__desc p {
    width: 33.333333%;
  }
}

@media (max-width: 959px) {
  .project__desc p {
    width: 100%;
  }
}

.iframe__section iframe {
  margin-top: 1.25rem;
  width: 100%;
}

@media (min-width: 1280px) {
  .iframe__section iframe {
    height: 750px;
  }
}

.form__wrapper h2,
.form__wrapper p,
.form__wrapper h3 {
  font-family: 'CentraBook';
  font-weight: 400;
  letter-spacing: -0.05em;
}

.form__wrapper p,
.form__wrapper h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.form__wrapper p input,
.form__wrapper p textarea {
  margin-top: 0.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form__wrapper p input:focus,
.form__wrapper p textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 1280px) {
  .form__wrapper p input,
.form__wrapper p textarea {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
  }
}

@media (max-width: 768px) {
  .form__wrapper p input,
.form__wrapper p textarea {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.form__wrapper p input[type="submit"] {
  width: auto;
  cursor: pointer;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: 'CentraMedium';
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form__wrapper p input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.form__wrapper form {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .form__wrapper form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .form__wrapper form {
    display: block;
  }
}

.form__wrapper p label {
  display: block;
}

.form__wrapper form p:nth-last-child(2),
.form__wrapper form p:nth-last-child(3) {
  grid-column: span 2 / span 2;
}

.business__model--list ul li {
  font-family: 'CentraBook';
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  background: url("./assets/img/genius-check.png") 0 5px no-repeat;
  background-size: 16px;
  color: #737373;
  line-height: 24px;
  margin-bottom: 18px;
  padding-left: 28px;
}

.form__wrapper
  .wpcf7-form
  > *:nth-last-child(3)
  label
  .wpcf7-form-control-wrap {
  margin-left: 0;
}

.form__wrapper p span,
.form__wrapper h3 span {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.form__wrapper h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

.form__wrapper p span.wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  text-align: center;
  font-family: 'CentraBold';
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 5px 10px;
  color: #dc3232;
  border: 1px solid #dc3232;
  background: #dc323236;
}

.form__wrapper p {
  margin-bottom: 1.25rem;
}

@media (min-width: 1280px) {
  .form__wrapper p {
    margin-bottom: 0px;
  }
}

.project__desc.blog__desc p {
  width: 100%;
}

.content__area p,
.content__area {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (max-width: 959px) {
  .content__area p,
.content__area {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.content__area p:last-child {
  margin-bottom: 0;
}

.content__area h1,
.content__area h2,
.content__area h3,
.content__area h4,
.content__area h5,
.content__area h6 {
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
}

.content__area h1 a,
.content__area h2 a,
.content__area h3 a,
.content__area h4 a,
.content__area h5 a,
.content__area h6 a {
  color: #111;
}

.content__area strong {
  color: #111;
}

.content__area ul {
  padding: 0;
  margin: 0;
}

.content__area ol li {
  padding: 0;
  margin: 0;
  margin-left: 16px;
}

.content__area ul li {
  background-size: 18px !important;
  padding-left: 25px;
  color: #666;
  font-size: 17px;
  padding-bottom: 8px;
}

.content__area ol li {
  color: #666;
  font-size: 17px;
  padding-bottom: 8px;
}

.content__area h1 {
  font-size: 40px;
  line-height: 50px;
}

.content__area h2 {
  margin-top: 32px;
  font-size: 28px;
  line-height: 40px;
}

.content__area h3 {
  margin-top: 32px;
  font-size: 24px;
}

.content__area h4 {
  font-size: 20px;
}

.content__area p img {
  width: 100%;
}

.content__area figure {
  width: 100% !important;
  margin-bottom: 20px;
}

.content__area figure img {
  width: 100%;
  margin-bottom: 2px;
}

.content__area figcaption {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #4a4a4a;
  opacity: 1;
  font-weight: 500;
  text-align: center;
  margin-top: 8px !important;
}

@media (max-width: 959px) {
  .blog__title h1 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .blog__title h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog__tags {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #444;
}

.blog__tags a {
  display: inline-block;
  border: 1px solid #111;
  padding: 5px 10px;
  color: #111;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog__img img {
  margin: auto;
}

.services__image svg path {
  stroke: #111;
}

.banner__text h1.proj__title {
  margin-bottom: 1.25rem;
  font-size: 60px;
}

@media (min-width: 1280px) {
  .banner__text h1.proj__title {
    line-height: 70px;
  }
}

@media (max-width: 768px) {
  .banner__text h1.proj__title {
    margin-top: 2.25rem;
    font-size: 40px;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1024px) {
  .new__proj__desc {
    margin-left: 2.5rem;
  }
}

.new__proj__desc p {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1280px) {
  .new__proj__desc p {
    font-size: 24px;
    line-height: 38px;
  }
}

.project__desc__deliveries p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1280px) {
  .project__desc__deliveries p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.project__sector {
  margin-bottom: 1.25rem;
}

.project__sector h3 {
  margin-bottom: 0.75rem;
  font-size: 30px;
  line-height: 1;
}

.project__sector ul li {
  margin-bottom: 0.25rem;
  font-size: 18px;
}

.brand__assets h3 {
  font-size: 20px;
  line-height: 25px;
}

.brand__assets span {
  font-family: 'CentraMedium';
  font-size: 50px;
  font-weight: 500;
}

.projects__img {
  margin-top: 2.25rem;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
  padding-top: 2.25rem;
}

.projects__img p {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1280px) {
  .projects__img p {
    font-size: 25px;
    line-height: 35px;
  }
}

/* .project__details__new > div > div {
  @apply border-b-[1px] border-solid border-black mb-9 pb-9;
} */

@media (min-width: 640px) {
  .all__project__desc > div > div {
    width: 50%;
    padding-right: 2.25rem;
  }
}

@media (max-width: 768px) {
  .all__project__desc > div > div {
    margin-bottom: 1.25rem;
  }
}

.all__project__desc > div > div > p {
  margin-bottom: 1.25rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .all__project__desc > div > div > p {
    width: 66.666667%;
  }
}

@media (min-width: 1280px) {
  .all__project__desc > div > div > p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .all__project__desc > div > div > p {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 640px) {
  .all__project__desc > div > .project__images {
    width: 50%;
  }

  .all__project__desc:nth-child(3) > div > .project__images {
    width: 66.666667%;
  }
}

.project__slider img {
  aspect-ratio: 14/9;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  .project__slider img {
    height: 500px;
  }
}

.work__container > .work__img {
  position: relative;
}

.work__container {
  position: relative;
}

.work__container > .work__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 4;
  pointer-events: none;
}

@media (max-width: 959px) {
  .work__container > .work__img::before {
    display: none;
  }
}

.work__container .portfolio__text {
  z-index: 10;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .work__container .portfolio__text {
    position: absolute;
    bottom: 1.25rem;
    left: 0px;
    padding: 2.5rem;
  }

  .work__container .portfolio__text h2,
.work__container .portfolio__text p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (max-width: 959px) {
  .work__container .portfolio__text h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .work__container .portfolio__text .btn {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .work__container .portfolio__text .btn::before {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.work__container .portfolio__text .btn:hover::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.pagination-wrap a {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.single__work--img {
  margin-bottom: 2rem;
  height: 200px;
}

@media (min-width: 1024px) {
  .single__work--img {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0px;
    margin-right: 0px;
    height: 768px;
    padding: 2.5rem;
  }
}

.single__work--img {
  position: relative;
  max-height: 100%;
  transform-origin: center;
  overflow: hidden;
  border-radius: 6px;
}

.single__work--img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.work__product .work__product--panel {
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
}

/* .work__product .panel >  {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

.single__work--text {
  margin-bottom: 2rem;
  height: 100%;
  width: 100%;
  max-width: 768px;
  text-align: left;
}

@media (min-width: 1024px) {
  .single__work--text {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0px;
    margin-right: 0px;
    aspect-ratio: 1 / 1;
    height: 768px;
    width: 768px;
    padding: 2.5rem;
  }
}

.single__work--text {
  position: relative;
  max-height: 100%;
  transform-origin: center;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single__work--text h2 {
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .single__work--text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

.single__work--text p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .single__work--text p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 30px;
  }
}

.genius__holding__detail .accordion__text {
  height: auto;
  opacity: 1;
}

.single__work--text ul {
  margin-top: 18px;
}

.single__work--text ul li {
  font-family: 'CentraBook';
  font-weight: 400;
  background: url("./assets/img/genius-check.png") 0 5px no-repeat;
  background-size: 14px;
  color: #737373;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 25px;
}

@media (min-width: 640px) {
  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-\[55\%\] {
    width: 55%;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:-order-none {
    order: 0;
  }

  .lg\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-\[20\%\] {
    width: 20%;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-\[2\] {
    flex: 2;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-\[35px\] {
    gap: 35px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-\[200px\] {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:\!inline-block {
    display: inline-block !important;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[50vh\] {
    height: 50vh;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:text-\[\#D9D9D9\] {
    --tw-text-opacity: 1;
    color: rgb(217 217 217 / var(--tw-text-opacity));
  }
}

@media (max-width: 959px) {
  .medium\:mt-10 {
    margin-top: 2.5rem;
  }

  .medium\:mt-20 {
    margin-top: 5rem;
  }

  .medium\:mt-5 {
    margin-top: 1.25rem;
  }
}

@media (max-width: 768px) {
  .small\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .small\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .small\:block {
    display: block;
  }

  .small\:hidden {
    display: none;
  }
}
