/*
! 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: #e5e7eb;
  /* 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: 1025px) {
  .container {
    max-width: 1025px;
  }
}

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

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

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

/* Global */

body {
  font-family: Inter Regular, serif;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: StageGrotesk-Bold, sans-serif;
}

input {
  margin-bottom: 1.5rem;
  margin-bottom: 70px;
  height: 60px;
  width: 100%;
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(147 147 147 / var(--tw-border-opacity));
  background-image: none;
  padding: 24px;
  padding-left: 0px;
  outline-width: 0px !important;
}

@media (min-width: 768px) {
  input {
    height: 63px;
  }
}

textarea {
  margin-bottom: 1.5rem;
  margin-bottom: 80px;
  height: 60px;
  width: 100%;
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(147 147 147 / var(--tw-border-opacity));
  background-image: none;
  padding: 24px;
  padding-left: 0px;
  outline-width: 0px !important;
}

h1 {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  line-height: 2.7rem;
}

@media (min-width: 768px) {
  h1 {
    margin-bottom: 1rem;
    font-size: 4rem;
    line-height: 4.2rem;
  }
}

.single-post h1 {
  font-size: 2.2rem;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  .single-post h1 {
    margin-bottom: 1rem;
    font-size: 4rem;
    line-height: 4.6rem;
  }
}

.home h1 {
  font-size: 11vw;
  line-height: 12vw;
}

@media (min-width: 768px) {
  .home h1 {
    font-size: 87px;
    line-height: 75px;
  }
}

h2 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 3.6rem;
}

@media (min-width: 768px) {
  h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 3.4rem;
  }
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

p {
  margin-bottom: 2rem;
}

p, ul li {
  line-height: 21px;
}

@media (min-width: 768px) {
  p, ul li {
    line-height: 24px;
  }
}

.home {
  overflow-x: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

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

.container.large {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

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

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

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header .number {
  position: relative;
  top: 4px;
  display: none;
  gap: 6px;
  font-family: Inter SemiBold, sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .header .number {
    display: flex;
  }
}

.header .number svg {
  position: relative;
  top: -1px;
  height: 26px;
  width: 26px;
}

.header .logo {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-family: Inter SemiBold, sans-serif;
  font-size: 2.2rem;
  letter-spacing: -1.5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.header .logo svg {
  height: 43px;
  width: 200px;
}

@media (min-width: 768px) {
  .header .logo svg {
    height: 50px;
  }
}

.header .logo img {
  margin-top: -2px;
  max-height: 43px;
}

@media (min-width: 768px) {
  .header .logo img {
    margin-top: 4px;
  }
}

/* body:not(.home) .header .logo,
  body:not(.home) .header .number,
  body:not(.home) .mobile-menu-btn span{
    filter: invert();
  }
  .mobile-menu-btn.active span{
    filter: invert(0)!important;
  } */

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .main-nav {
  display: none;
}

@media (min-width: 768px) {
  .header .main-nav {
    display: block;
  }
}

.header .main-nav ul {
  margin-top: 3.5rem;
  font-family: Inter SemiBold, sans-serif;
}

.header .main-nav ul li {
  margin-bottom: 2rem;
}

.header .main-nav ul li a {
  display: block;
  border-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .header .main-nav ul li a {
    border-width: 0px;
    padding: 0px;
  }
}

.main-nav-bar{
  /* background-image: linear-gradient(90deg, rgb(64, 117, 244) 0%, rgb(249, 137, 255) 100%); */
  position: absolute;
  right: 0px;
  top: 0px;
  height: 42px;
  width: 42px;
  overflow: hidden;
  border-radius: 8px;
  padding-left: 1.75rem;
  padding-bottom: 1rem;
  padding-top: 0.53rem;
  padding-right: .66rem
}

@media (min-width: 768px) {
  .main-nav-bar {
    display: none;
    height: 49px;
    width: 52px;
    padding-left: 1.75rem;
    padding-top: 0.75rem;
    padding-right: 1rem;
  }
}

.active .main-nav-bar {
  height: auto;
  width: 236px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.main-nav-2 {
  position: absolute;
  top: 85vh;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  padding-top: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .main-nav-2 {
    display: block;
  }
}

.main-nav-2 ul {
  display: inline-flex;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(72 69 71 / var(--tw-bg-opacity));
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-nav-2 ul li a {
  display: block;
  border-radius: 12px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 8px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-nav-2 ul li.current-menu-item a {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.mobile-menu-btn {
  float: right;
  height: 30px;
}

.mobile-menu-btn span {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  height: 3px;
  width: 28px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.header.active .mobile-menu-btn span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.mobile-menu-btn.active span:nth-child(1){
  transform: rotate(45deg) translate(5px, 6px);
}

.mobile-menu-btn.active span:nth-child(2){
  transform: rotate(-45deg) translate(0px, -1px);
}

.mobile-menu-btn.active span:nth-child(3) {
  display: none;
}

.btns {
  display: flex;
  gap: 10px;
}

@media (min-width: 768px) {
  .btns {
    gap: 2rem;
  }
}

.btn {
  display: inline-flex;
  min-height: 50px;
  min-width: 160px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-image: linear-gradient(86deg, #556E1B 6.8%, #C0F83F 99.96%);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  font-family: Inter SemiBold, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .btn {
    min-height: 60px;
    min-width: 180px;
    border-radius: 10px;
  }
}

/* .btn:hover{
    box-shadow: 0 0 20px #fff;
  } */

.btn:hover span{
  background:none
}

.btn svg {
  margin-left: 0px;
  width: 20px;
  fill: #fff;
}

@media (min-width: 768px) {
  .btn svg {
    margin-left: 0.5rem;
  }
}

.btn.btn-white {
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Inter Regular, serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.btn.btn-bordered {
  position: relative;
  background-image: linear-gradient(90deg, rgba(250,149,255,1) 0%, rgba(103,143,239,1) 100%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-bordered span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 7px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .btn.btn-bordered span {
    border-radius: 10px;
    padding-top: 22px;
    padding-bottom: 20px;
  }
}

/* Initially hide all images except the first one */

.services-sticky .left img {
  opacity: 0;
  /* Hide all images initially */
  transform: scale(0);
  /* Scale down images */
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* Smooth transition */
  position: absolute;
  /* Position them over each other */
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  top:20vh;
}

/* Make the first image visible by default */

.services-sticky .left img:first-child {
  opacity: 1;
  transform: scale(1);
  /* Scale it back to normal */
}

n
  .btn.btn-white svg {
  fill: #000;
}

.hero-banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hero-banner video {
  width: 100%;
  border-top-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .hero-banner video {
    border-top-right-radius: 100px;
  }
}

.starting-a-project {
  position: relative;
  z-index: 10;
  margin-bottom: -3.5rem;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 8rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.starting-a-project h3 {
  margin-bottom: 1rem;
}

.starting-a-project h3 span {
  display: block;
  padding-top: 1rem;
  font-family: Inter Regular, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0em;
}

.form {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.form-row .each input {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .form-row .each input {
    margin-bottom: 50px;
  }

  .form-row .each {
    float: left;
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.services-list {
  padding-top: 1.75rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .services-list {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.services-list .each {
  position: relative;
  margin-bottom: 80px;
  gap: 96px;
}

.services-list .each:last-child {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .services-list .each {
    margin-bottom: 130px;
    display: flex;
  }
}

.services-list .each h3 {
  margin-bottom: 1.5rem;
  font-size: 32px;
}

@media (min-width: 768px) {
  .services-list .each h3 {
    font-size: 46px;
  }
}

.services-list .each .self-end {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

.services-list .each .left {
  position: relative;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .services-list .each .left {
    margin-bottom: 0px;
    width: 34.1%;
  }
}

.services-list .each .right {
  position: relative;
}

@media (min-width: 768px) {
  .services-list .each .right {
    width: 58.4%;
  }
}

.services-list .each .stroke-text{
  color: black;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D2E8A0;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  font-family: StageGrotesk-Bold, sans-serif;
  font-size: 200px;
  text-transform: uppercase;
  line-height: 120px
}

@media (min-width: 768px) {
  .services-list .each .stroke-text {
    display: block;
  }
}

.services-list .each .s-h label {
  margin-bottom: 1rem;
  display: block;
  padding-top: 0.5rem;
  font-size: 15px;
}

.services-list .each .s-h ul {
  list-style-position: inside;
  list-style-type: disc;
  font-family: StageGrotesk-Bold, sans-serif;
  font-size: 18px;
}

.services-list .each .s-h ul li {
  margin-bottom: 0.25rem;
}

.services-list .each:nth-child(2n+2) .left {
  order: 2;
}

.services-list .each:nth-child(2n+2) .right .stroke-text {
  left: auto;
  right: 0px;
}

.blogs-banner {
  position: relative;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .blogs-banner {
    height: 100vh;
  }
}

.blogs-banner .stroke-text{
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #252525;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 35vw;
  text-transform: uppercase;
  line-height: 45vw;
  letter-spacing: -2vw;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .blogs-banner .stroke-text {
    font-size: 692px;
    line-height: 470px;
    letter-spacing: -34.552px;
  }
}

.related-blogs {
  margin-top: 6rem;
  margin-bottom: 2.5rem;
}

.related-blogs h2 {
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .related-blogs h2 {
    font-size: 60px;
  }
}

.post-meta {
  margin-bottom: 0.75rem;
}

.post-meta li a {
  font-size: 12px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(58 226 58 / var(--tw-text-opacity));
}

.blogs-top {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  text-align: center;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 0px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 7rem;
  }

  .footer .container {
    display: flex;
  }
}

.footer .left {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .footer .left {
    margin-bottom: 4rem;
    width: 33.333333%;
  }
}

.footer .newsletter-widget{
  background:linear-gradient(270deg, #B2E73A 0%, #638120 94.54%);
  margin-bottom: 65px;
  border-radius: 12px;
  padding-top: 30px;
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 45px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .footer .newsletter-widget {
    margin-bottom: 110px;
    border-radius: 19px;
    padding-left: 47px;
    padding-right: 47px;
  }
}

.footer .newsletter-widget .left {
  margin-bottom: 0px;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .footer .newsletter-widget .left {
    padding-top: 1px;
  }
}

.footer .left p {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .footer .left p {
    padding-top: 2.5rem;
  }
}

.footer .left .f-logo{
  filter:invert();
  display: none;
  max-height: 45px;
  max-width: 200px
}

@media (min-width: 768px) {
  .footer .left .f-logo {
    display: block;
  }
}

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

@media (min-width: 768px) {
  .footer .right {
    display: flex;
    width: 66.666667%;
    padding-left: 1rem;
  }
}

.footer .right h4 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .footer .right h4 {
    margin-bottom: 2rem;
  }
}

.footer .each {
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .footer .each {
    margin-bottom: 0px;
  }

  .footer ul li {
    margin-bottom: 0.5rem;
  }
}

.footer ul li a svg{
  transition: transform 0.3s ease-in-out;
  margin-left: -2px;
  display: inline-block;
  width: 18px;
  fill: #fff
}

.footer ul li a:hover svg{
  transform:translate(2px, -2px);
  opacity: 1
}

.newsletter-widget {
  width: 100%;
}

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

.newsletter-widget h3 {
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 0em;
}

.newsletter-widget h3 span {
  display: block;
  padding-top: 0.5rem;
  font-size: 40px;
}

@media (min-width: 768px) {
  .newsletter-widget h3 span {
    font-size: 60px;
  }
}

.newsletter-widget .right form {
  margin-top: 4px;
  display: flex;
  width: 100%;
}

.newsletter-widget .right form .btn {
  position: absolute;
  right: -4px;
  bottom: -4px;
  min-height: 34px;
  min-width: 50px;
  border-radius: 0px;
  border-width: 0px;
  background-image: none;
  padding: 0px;
  font-size: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .newsletter-widget .right form .btn {
    min-height: 40px;
    min-width: 70px;
    --tw-bg-opacity: 1;
    background-color: rgb(172 223 56 / var(--tw-bg-opacity));
    font-size: 15px;
  }
}

.newsletter-widget .right form .btn svg{
  fill:#000;
  margin-right: 0px;
  margin-left: auto;
  width: 25px
}

@media (min-width: 768px) {
  .newsletter-widget .right form .btn svg {
    width: 33px;
  }
}

.newsletter-widget .right {
  margin-bottom: 0.75rem;
  padding-left: 0px;
  padding-top: 0.75rem;
  padding-right: 1px;
}

@media (min-width: 768px) {
  .newsletter-widget .right {
    margin-bottom: 0px;
    padding-left: 3.5rem;
    padding-right: 20px;
  }
}

.newsletter-widget .right form input {
  margin: 0px;
  margin-right: 42px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0px;
  padding-bottom: 0px;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .newsletter-widget .right form input {
    margin-right: 0px;
  }
}

.footer .each:nth-child(1) ul li:nth-child(1) a {
  border-width: 0px;
}

.footer .each:nth-child(1) ul li a,
  .footer .each:nth-child(2) ul li a {
  display: block;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  background-image: url('../../assets/img/angle-right.svg');
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-top: 12px;
  padding-bottom: 14px;
}

@media (min-width: 768px) {
  .footer .each:nth-child(1) ul li a,
  .footer .each:nth-child(2) ul li a {
    display: inline;
    border-width: 0px;
    background-image: none;
    padding: 0px;
  }
}

.footer .each:nth-child(2) {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer .each:nth-child(2) {
    margin-bottom: 0px;
  }
}

.footer-bottom {
  margin-top: 4rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer-bottom {
    margin-top: 7rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer-bottom .container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer-bottom .container {
    flex-direction: row;
  }
}

.footer-bottom p {
  margin: 0px;
  font-size: 13px;
  line-height: 13px;
}

@media (min-width: 768px) {
  .footer-bottom p {
    line-height: 23px;
  }
}

.footer-bottom .social-nav {
  order: -1;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer-bottom .social-nav {
    order: 0;
    margin-bottom: 0px;
    margin-top: -3px;
  }
}

.footer-bottom .social-nav li {
  margin: 0px;
}

.footer-bottom a {
  margin-top: 0.5rem;
  display: block;
}

@media (min-width: 768px) {
  .footer-bottom a {
    margin-top: 0px;
    display: inline;
  }
}

.social-nav li svg {
  max-width: 22px;
}

.social-nav ul {
  display: flex;
  gap: 0.5rem;
}

.social-nav ul li a{
  /* transform:rotate(90deg) translateZ(0px);transition: transform 1s ease-in-out; */
  position: relative;
  display: block;
  height: 25px;
  width: 25px
}

.horizontal-images {
  display: flex;
  gap: 1rem;
}

.horizontal-images img {
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-title {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .about-title {
    font-size: 60px;
    line-height: 58px;
  }
}

.subpage-banner .container {
  position: relative;
}

@media (min-width: 768px) {
  .subpage-banner .container {
    top: -73px;
  }
}

.about-title span {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subpage-banner {
  display: flex;
  min-height: 60vh;
  align-items: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}

@media (min-width: 768px) {
  .subpage-banner {
    min-height: 106vh;
    padding-bottom: 140px;
  }
}

.page-template-about .subpage-banner {
  min-height: 100vh;
  padding-bottom: 23vh;
}

.page-template-contact .subpage-banner {
  align-items: flex-start;
  padding-bottom: 0px;
  padding-top: 23vh;
  text-align: center;
}

@media (min-width: 768px) {
  .page-template-contact .subpage-banner {
    padding-top: 45vh;
  }
}

.page-template-contact .subpage-banner .about-title {
  display: inline-block;
  text-align: center;
  font-size: 57px;
  line-height: 54px;
}

@media (min-width: 768px) {
  .page-template-contact .subpage-banner .about-title {
    font-size: 140px;
  }
}

.page-template-contact .subpage-banner .about-title span {
  margin-top: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: StageGrotesk-Light, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.case-studies-title {
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .case-studies-title {
    display: flex;
    padding-top: 7rem;
  }
}

.case-studies-title h2 {
  margin-bottom: 0.75rem;
  font-size: 53px;
  text-transform: uppercase;
  line-height: 42px;
}

@media (min-width: 768px) {
  .case-studies-title h2 {
    margin-bottom: 0px;
    font-size: 73px;
    line-height: 62px;
  }
}

.case-studies-title p {
  margin: 0px;
}

@media (min-width: 768px) {
  .page-template-services .main-nav-2,
  .page-template-work .main-nav-2,
  .single-service .main-nav-2 {
    margin-top: 160px;
  }
}

.page-template-contact .main-nav-2 {
  top: 64vh;
}

.page-template-contact .main-nav-2 ul {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.page-template-contact .main-nav-2 ul li a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.page-template-contact .main-nav-2 ul li.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-service .subpage-banner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.single-service-title {
  padding-top: 2.5rem;
  font-size: 43px;
  text-transform: uppercase;
  line-height: 36px;
}

@media (min-width: 768px) {
  .single-service-title {
    padding-top: 10rem;
    font-size: 73px;
    line-height: 62px;
  }
}

.single-service-btns {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .single-service-btns {
    flex-direction: row;
    padding-top: 4rem;
  }
}

.single-service-btns .left {
  order: 2;
  margin-top: 2rem;
  gap: 10px;
}

@media (min-width: 768px) {
  .single-service-btns .left {
    order: 0;
    margin-top: 0px;
    display: flex;
    gap: 20px;
  }
}

.single-service-btns .right {
  max-width: 345px;
  font-size: 15px;
}

.single-service-btns .right p {
  margin: 0px;
  line-height: 21px;
}

.service-highlights {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .service-highlights {
    gap: 9px;
    padding-bottom: 170px;
  }
}

.service-highlights .each {
  position: relative;
  margin-bottom: 0.75rem;
  width: 100%;
}

@media (min-width: 768px) {
  .service-highlights .each {
    margin-bottom: 0px;
    width: 25%;
  }
}

.service-highlights .each h3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1.5rem;
  text-align: center;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.s-bg {
  position: relative;
  z-index: 10;
}

.s-bg::before {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -10;
  margin-top: 3.5rem;
  --tw-translate-x: -50%;
  --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));
  font-size: 90vw;
  --tw-content: "S";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .s-bg::before {
    margin-top: 8rem;
    content: var(--tw-content);
    font-size: 953.823px;
  }
}

.s-bg::before{
  color: #fff;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f6f6f6;
}

.service-work {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .service-work {
    margin-bottom: 60px;
    max-width: 1200px;
  }
}

.service-work .content {
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .service-work .content {
    display: flex;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.service-work .content h2 {
  margin-bottom: 1rem;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -0.46px;
}

.view-more-btn {
  display: inline-block;
  display: flex;
  height: 33px;
  width: 147px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.view-more-btn:hover {
  gap: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .view-more-btn {
    font-size: 16px;
  }
}

.how-it-works {
  padding-top: 1rem;
}

.how-it-works .img {
  position: relative;
}

@media (min-width: 768px) {
  .how-it-works .img {
    margin-left: 34%;
  }
}

.how-it-works .img h2 {
  position: absolute;
  padding-left: 5%;
  padding-top: 50px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .how-it-works .img h2 {
    padding-left: 85px;
  }
}

.how-it-works .img img {
  width: 100%;
}

.how-it-works .content {
  position: relative;
  margin-bottom: 150px;
  max-width: 846px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .how-it-works .content {
    margin-top: -303px;
    margin-bottom: 210px;
    padding-left: 140px;
    padding-right: 140px;
    padding-top: 82px;
    padding-bottom: 82px;
  }
}

.how-it-works .content .left-graphic {
  position: absolute;
  left: -115px;
  bottom: -76px;
}

@media (min-width: 768px) {
  .how-it-works .content .left-graphic {
    left: -106px;
    bottom: -86px;
  }
}

.how-it-works .content h3 {
  margin-bottom: 1rem;
  font-size: 33px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .how-it-works .content h3 {
    font-size: 45px;
    line-height: 43px;
  }
}

.how-it-works .content .swiper-slide {
  margin-bottom: 3.5rem;
}

.how-it-works .content .swiper-pagination {
  width: auto;
}

.how-it-works .content .swiper-pagination .swiper-pagination-bullet{
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  opacity: 1;
}

.how-it-works .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-border-opacity: 1;
  border-color: rgb(83 83 83 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.how-it-works .content .swiper-pagination .swiper-pagination-bullet:nth-child(1)::before {
  --tw-content: "1";
  content: var(--tw-content);
}

.how-it-works .content .swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
  --tw-content: "2";
  content: var(--tw-content);
}

.how-it-works .content .swiper-pagination .swiper-pagination-bullet:nth-child(3)::before {
  --tw-content: "3";
  content: var(--tw-content);
}

.how-it-works .content .swiper-pagination .swiper-pagination-bullet:nth-child(4)::before {
  --tw-content: "4";
  content: var(--tw-content);
}

.how-it-works .content .swiper-pagination .swiper-pagination-bullet:nth-child(5)::before {
  --tw-content: "5";
  content: var(--tw-content);
}

/* .subpage-banner .image{
    @apply  py-[70px]
    md:pb-32 md:bg-auto md:pt-0
  } */

.c-d {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .c-d {
    float: left;
  }
}

.c-d h3 {
  margin-bottom: 1rem;
}

.c-d ul {
  gap: 2.5rem;
}

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

.page-template-contact .subpage {
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 7rem;
}

.blog .subpage-banner {
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .blog .subpage-banner {
    padding-bottom: 5rem;
  }
}

.subpage-banner h1 br {
  display: none;
}

@media (min-width: 768px) {
  .subpage-banner h1 br {
    display: block;
  }
}

.subpage-banner p {
  max-width: 600px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: StageGrotesk-Light, sans-serif;
  font-size: 20px;
  letter-spacing: -.3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .subpage-banner p {
    font-size: 24px;
  }
}

.subpage-banner p span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subpage-banner p br {
  display: none;
}

@media (min-width: 768px) {
  .subpage-banner p br {
    display: block;
  }

  .subpage-banner .btns {
    padding-top: 2.5rem;
  }
}

.single .subpage-banner-2 {
  padding-top: 8rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .single .subpage-banner-2 {
    padding-top: 10rem;
  }
}

.subpage-banner-2 .btns {
  padding-top: 1.5rem;
}

.clients-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

@media (min-width: 768px) {
  .clients-list {
    gap: 20px;
  }
}

.clients-list .each {
  display: flex;
  height: 160px;
  width: calc(50% - 7px);
  align-items: center;
  justify-content: center;
  border-width: 1px;
  padding: 1rem;
}

@media (min-width: 768px) {
  .clients-list .each {
    width: calc(32% - 7px);
  }
}

@media (min-width: 1025px) {
  .clients-list .each {
    height: 226px;
    width: calc(20% - 20px);
  }
}

.toggle {
  margin-bottom: 0.5rem;
  max-width: 1000px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.toggle:last-child {
  border-width: 0px;
}

.toggle h2 {
  position: relative;
  cursor: pointer;
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  padding-right: 20px;
  font-size: 1.25rem;
  line-height: 1.55rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .toggle h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.toggle h2 .plus {
  position: absolute;
  right: 0px;
  top: 21px;
}

.toggle h2 .minus {
  position: absolute;
  right: 0px;
  top: 21px;
  display: none;
}

.toggle.active h2 .minus {
  display: block;
}

.toggle .toggle-content {
  display: none;
}

.toggle .toggle-content p {
  font-size: 15px;
  line-height: 23px;
}

.toggle.active h2::after {
  content: var(--tw-content);
  display: none;
}

/* .our-clients{
    @apply py-24
    md:py-36
  } */

.our-works {
  position: relative;
}

@media (min-width: 768px) {
  .our-works {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    min-height: 100vh;
  }
}

/* .works-list{
    @apply md:h-screen
  } */

/* .our-works .left{
    @apply w-6/12
  }
  .our-works .right{
    @apply w-6/12 relative h-[620px]
  } */

/* .our-works .each{
    @apply left-0 top-0 right-0
    md:absolute
  } */

.our-works .each img {
  margin-bottom: 1rem;
  height: 460px;
  max-height: 94vh;
  width: 100%;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .our-works .each img {
    margin-bottom: 0px;
    height: auto;
  }
}

.page-template-work .our-works {
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .page-template-work .our-works {
    margin-bottom: 8rem;
  }
}

.more-btn {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid #E4E4E4;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 90px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  margin-top: 20px
}

@media (min-width: 768px) {
  .more-btn {
    margin-top: 40px;
  }
}

/* 
  .service-row-2{
    @apply pt-[20px]
    md:p-0
  }
  .service-row-2 .each {
    @apply mb-[5vh] p-[30px] border border-customBorderColor rounded-[15px]
    md:pt-[17vh] md:border-0
    last:p-0 last:border-0
  }
  .service-row-2 .each img{
    @apply block
    md:hidden
  }
  .service-row-2 .each img{
    @apply max-w-[90px] mb-[.5rem]
    md:max-w-[100px] md:mb-4
  }
  .home-services-2 {
    padding: 10vh 0 15vh; 
    background-color: #000;
    color:white;
    margin-right: 0;
    /* background: -webkit-gradient(linear, left top, right top, from(#FC466B), to(#3F5EFB));
    background: linear-gradient(90deg, #FC466B 0%, #3F5EFB 100%); *
    position: relative;
    z-index: 111;
  }
  
  .home-services-2.t0 {
    background: -webkit-gradient(linear, left top, right top, from(#00C9FF), to(#92FE9D));
    background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
  }
  
  .home-services-2.t1 {
    background: #000;
  }
  
  .home-services-2.t2 {
    background: -webkit-gradient(linear, left top, right top, from(#d53369), to(#daae51));
    background: linear-gradient(90deg, #d53369 0%, #daae51 100%);
  }
  
  .home-services-2.t3 {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, #ff5ef7 17.8%, #02f5ff 100.2%);
  }
  
  .home-services-2.t4 {
    background: -webkit-gradient(linear, left top, right top, from(#00C9FF), to(#92FE9D));
    background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
  }
  
  .home-services-2.t5 {
    background: -webkit-gradient(linear, left top, right top, from(#00C9FF), to(#92FE9D));
    background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
  } */

@media(max-width:640px){
  .more-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
  }

  /* .home-services-2{
      padding-bottom: 10vh;
    }
    .home-services-2 h2{
      line-height: 2.2rem;
    }
    .home-services-2 p{
      padding: 0 10px;
    }
    .service-row-2 .each {
      margin-bottom: 14px;
    }
    .service-row-2 .each p{
      padding: 0;
    } */
}

/* .home-services-2 h2 {
    margin-bottom: 28px;
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
  }
  
  .home-services-2 h2 {
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
  } */

/* .home-services-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .home-services-2 .left {
    float: left;
    width: 30%;
    padding: 15vh 0;
    position: relative;
  }
  
  .home-services-2 .left #desktop-nav {
    display: none;
  }
  
  .home-services-2 .left img {
    /* height: calc(100vh - 20vh);
    border-radius: 200px;
    background-size: cover; *
    width: 324px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin:0 auto;
    position: absolute;
    right: 0;
  }
  
  .home-services-2.t00 .left img, .home-services-2.t0 .left img, .home-services-2.t1 .left img, .home-services-2.t2 .left img, .home-services-2.t3 .left img, .home-services-2.t4 .left img {
    position: fixed;
    top: 10vh;
  }
  
  .home-services-2.t4 .left img, .home-services-2.t5 .left img {
    position: absolute;
    bottom: -5vh;
    top: auto;
  }
  
  .home-services-2.t5 .left img {
    opacity: 0.1;
  }
  
  .home-services-2 .right {
    float: right;
    width: 60%;
    padding-left: 11%;
  }
  
  .home-services-2 .right h2 {
    font-weight: 700;
    color: #fff;
    @apply text-[2.2rem] leading-[2.6rem] mb-[12px]
    md:text-[3rem] md:mb-[1rem]
  }
  .home-services-2 .right h3{
    text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  }
  .home-services-2 .right ul{
    @apply md:flex flex-wrap mb-8
  }
  .home-services-2 .right ul li{
    @apply md:w-6/12 mb-1 text-[14px]
    md:text-[16px]
  }
  .home-services-2 .right p.quote {
    font-size: 36px;
    line-height: 54px;
    font-weight: 300;
    color: #fff;
  } */

.home-services {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.list-of-services {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
}

.list-of-services a {
  position: relative;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.45rem;
  padding-left: 90px;
  text-align: left;
  font-family: StageGrotesk-Bold, sans-serif;
  font-size: 26px;
}

.list-of-services a:last-child {
  border-width: 0px;
}

.list-of-services a:hover {
  z-index: 10;
}

@media (min-width: 768px) {
  .list-of-services a {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
    text-align: right;
    font-size: 90px;
  }
}

.list-of-services a small {
  display: block;
  min-width: 110px;
  padding-top: 0.25rem;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .list-of-services a small {
    margin-left: 0.75rem;
    display: inline-block;
    font-size: 14px;
  }
}

.list-of-services a .img {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 10;
  height: 65px;
  width: 70px;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .list-of-services a .img {
    top: -100px;
    height: 380px;
    width: 380px;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
    opacity: 0;
  }
}

.list-of-services a:hover .img {
  --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));
  opacity: 1;
}

.list-of-services a:hover .img img{
  transform: scale(1.09);
}

/* .list-of-services a .img img{
    transform: scale(1.4);
    @apply transition-all duration-900
  }
  .list-of-services a:hover .img img{
    transform: scale(1);
    
  } */

.single .our-works {
  margin-bottom: 0px;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .single .our-works {
    margin-top: 6rem;
  }
}

.our-works h2 {
  margin-bottom: 2rem;
  max-width: 1020px;
  font-size: 2rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .our-works h2 {
    margin-bottom: 4rem;
    font-size: 100px;
    line-height: 3.0rem;
  }
}

/* .works-list .each:nth-child(2n+1){
    @apply lg:-mt-[250px]
  } */

.works-list {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.works-list .each img,
  .works-list .each video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-list .each .thumbnail {
  position: relative;
}

.works-list .each h3 {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  margin: 0px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .works-list .each h3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.works-list .each .thumbnail img,
  .works-list .each .thumbnail video {
  border-radius: 0.75rem;
}

.works-list .each .content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.works-list .each .content h3 {
  margin-bottom: 0.5rem;
  font-size: 24px;
  letter-spacing: 0em;
}

.works-list .each .content p {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

.video-text-container {
  position: relative;
  margin-bottom: 1.25rem;
  max-height: 100px;
  overflow: hidden;
  border-bottom-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(49 66 9 / var(--tw-border-opacity));
}

.video-text-container::before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  z-index: 10;
  height: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(105 132 42 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.video-text-container::after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8px;
  height: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(178 231 58 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

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

.video-heading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background-color: #000;
  color: #fff;
  font-weight: 900;
  line-height: normal;
  font-family: sans-serif;
  mix-blend-mode: multiply;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 22vw
}

@media (min-width: 768px) {
  .video-heading {
    font-size: 310px;
  }
}

.background-video {
  width: 100%;
  height: 100%;
  margin-top:-20px;
}

.page-meta {
  margin-top: 26px;
  width: 100%;
  flex-wrap: wrap;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .page-meta {
    display: flex;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.page-meta .each {
  margin-bottom: 40px;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}

.page-meta .each:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .page-meta .each {
    margin-bottom: 0px;
    width: 25%;
    padding-left: 0px;
  }
}

.page-meta p {
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
  font-family: StageGrotesk-Bold, sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .page-meta p {
    font-size: 100px;
  }
}

.about-images {
  margin-top: 3.5rem;
  gap: 12px;
}

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

.about-images .left {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 8px;
}

.services-list .each .about-images .left>div:nth-child(1) {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .about-images .left {
    margin-bottom: 0px;
    width: 50%;
  }
}

.about-images .left>div:nth-child(1) {
  align-self: flex-end;
}

.about-images .left>div>img {
  width: 100%;
}

.about-images .left>div {
  width: 50%;
}

@media (min-width: 768px) {
  .about-images .right {
    width: 50%;
  }
}

.back-btn {
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.back-btn svg{
  fill:rgba(0, 0, 0, 0.5);
  position: relative;
  left: 0px;
  width: 18px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms
}

.back-btn:hover svg{
  fill:rgba(0, 0, 0, 1);
  left: -0.25rem
}

.work-detail-banner {
  overflow: hidden;
  border-radius: 1rem;
}

.work-detail-banner img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .work-detail-banner img {
    height: auto;
  }
}

.work-detail-banner video {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-detail-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .work-detail-content {
    display: flex;
    gap: 5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .work-detail-content .each {
    width: 50%;
  }
}

.work-detai-images {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.work-detai-images .each {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .work-detai-images .each {
    width: 48.9%;
  }
}

.work-detai-images .each img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .work-detai-images .each img {
    height: 600px;
  }
}

.home-services {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .home-services {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.page-template-services .home-services {
  padding-bottom: 5rem;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .page-template-services .home-services {
    padding-bottom: 10rem;
    padding-top: 0px;
  }
}

.home-services h2 {
  margin-bottom: 0px;
}

/* .services-row{
    @apply gap-4 w-full flex-wrap flex
    md:gap-6
  }
  .services-row .col{
    @apply relative w-full
    sm:w-[48%]
  }
  .services-row .col svg{
    @apply absolute right-[8px] top-[8px] w-[16px] h-[16px] opacity-[.5]
  }
  .services-row .col:hover svg{
    @apply right-[4px] top-[4px]
  }
  .services-row .each{
    @apply border border-customGray p-6 rounded-2xl bg-customGrayBG flex gap-6 transition-all text-[15px] 
    sm:text-[17px] sm:items-center
    hover:bg-[#dcff61]
  }
  .services-row .each .service-icon{
    @apply bg-white rounded-full flex justify-center items-center w-[52px] h-[52px]
    md:w-[72px] md:h-[72px]
  }
  .services-row .each:hover .service-icon{
    @apply bg-black
  }
  .services-row .each:hover .service-icon svg{
    @apply !fill-[#fff] opacity-[1]
  }
  .services-row .each .service-icon svg{
    @apply static !w-[30px] !h-[30px]
  }
  .services-row.two .each .service-icon svg{
    @apply static !w-[25px] !h-[25px]
  }
  .services-row .each > div{ 
    @apply w-9/12
  }
  .services-row .each h3,
  .services-row .each p{
    @apply mb-0
  }
  .services-row .each p{
    @apply leading-normal
  }
  .services-row .each:hover p{
    @apply text-black
  }
  .services-row .each:hover .duration span{
    border-color:rgba(0, 0, 0, 0.3)!important;
    @apply text-black
  }
  .services-row.two .col{
    @apply md:w-[31.9%] relative
  }
  .services-row.two .each{
    @apply block p-8 pb-9 text-[16px]
  }
  .services-row.two .each h3{
    @apply mb-1
  }
  .services-row.two .each .service-icon{
    @apply w-[40px] h-[40px] mb-4
  }
  .services-row.two .each > div{ 
    @apply w-full
  }
  .services-row.two .each .duration{
    @apply flex mt-3
    md:justify-end
  }
  .services-row.two .each .duration span{
    @apply h-[29px] bg-white rounded-full text-[12px] inline-flex items-center border border-customGray px-4
  } */

.our-clients-sec {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .our-clients-sec {
    border-width: 0px;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.our-clients-sec h2 {
  margin-bottom: 2rem;
  max-width: 1020px;
  font-size: 2rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .our-clients-sec h2 {
    margin-bottom: 4rem;
    font-size: 100px;
    line-height: 3.0rem;
  }
}

.client-logos {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .client-logos {
    border-width: 0px;
  }
}

.client-logos span {
  display: block;
  height: 170px;
  width: 50%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-top-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .client-logos span {
    height: 240px;
    width: 20%;
    border-width: 1px;
    border-right-width: 0px;
  }
}

.client-logos {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
}

@media (min-width: 768px) {
  .client-logos {
    flex-wrap: nowrap;
  }
}

.client-logos span {
  display: flex;
  /* Set display to flex for the logo span */
  flex-shrink: 0;
  /* Prevent shrinking */
  flex-grow: 0;
  /* Prevent growing */
  padding: 20px;
  /* Optional: Adds spacing around logos */
}

.client-logos img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
    /* Start at the far right */
  }

  100% {
    transform: translateX(-100%);
    /* End at the far left */
  }
}

.client-logos {
  /* animation: marquee 20s linear infinite; */
}

.home-faqs-sec {
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .home-faqs-sec {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.home-faqs-sec .container {
  position: relative;
}

.home-faqs-sec .container::before {
  position: absolute;
  left: -70px;
  right: -70px;
  top: -60px;
  bottom: -60px;
  z-index: -10;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .home-faqs-sec .container {
    display: flex;
  }

  .home-faqs-sec .left {
    width: 41.666667%;
  }
}

.home-faqs-sec .left h2 {
  margin-bottom: 2rem;
  font-size: 90px;
  letter-spacing: -2px;
}

@media (min-width: 768px) {
  .home-faqs-sec .left h2 {
    margin-bottom: 0px;
    font-size: 200px;
    letter-spacing: -7px;
  }

  .home-faqs-sec .right {
    width: 58.333333%;
  }
}

.home-faqs-sec h2 {
  margin-bottom: 0px;
  line-height: normal;
}

.home-faqs-sec h2 br {
  display: none;
}

@media (min-width: 768px) {
  .home-faqs-sec h2 br {
    display: block;
  }
}

.home-faqs-sec h2 span img {
  position: relative;
  top: -6px;
  left: -6px;
  display: inline-block;
  width: 56px;
  vertical-align: top;
}

@media (min-width: 768px) {
  .home-faqs-sec h2 span img {
    top: -11px;
    left: -4px;
    width: 76px;
  }
}

.hero-sec {
  position: relative;
  display: flex;
  min-height: 100vh;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 20vh;
  padding-bottom: 120px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .hero-sec {
    min-height: 106vh;
    padding-bottom: 30vh;
    padding-top: 40vh;
  }
}

.hero-sec video {
  position: absolute;
  left: 0px;
  top: 65px;
  height: 90%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .hero-sec video {
    height: 100%;
  }
}

.hero-sec h1 {
  background: -webkit-linear-gradient(#fff 74%, #964D57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.75rem;
  text-transform: uppercase
}

@media (min-width: 768px) {
  .hero-sec h1 {
    margin-bottom: 2.5rem;
  }

  .hero-sec .btns .btn {
    min-width: 250px;
  }
}

.hero-sec .container {
  margin-top: -90px;
}

/* .hero-sec h1 .secondaryFont{
    font-family: "Playfair Display", serif;
    font-style: italic;
  }
  .hero-sec h1 span,
  .hero-sec h1 strong{ 
    @apply font-primaryBold font-normal
  } */

/* .hero-sec p { text-shadow: 0 0 30px #102168;} */

.hero-sec h1 br {
  display: none;
}

@media (min-width: 768px) {
  .hero-sec h1 br {
    display: block;
  }
}

/* .hero-sec .graphic-1{
    transform: rotate(120deg) scale(1, -1);
    @apply absolute top-[50%] -mt-[150px] left-[49%] max-w-[100px] -ml-[570px]
  }
  .hero-sec .graphic-2{
    transform: rotate(73deg) scale(1, 1);
    @apply absolute top-[50%] -mt-[100px] right-[50%] max-w-[230px] -mr-[640px]
  }
  .hero-sec .graphic-3{
    @apply absolute -bottom-[44vw]
    md:-bottom-[267px] md:left-[50%] md:max-w-[540px] md:-ml-[270px]
  }
  .gradient-text{
    background: -webkit-linear-gradient(0deg, rgba(68,102,243,1) 0%, rgba(238,150,255,1) 50%, rgba(133,42,251,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  .gradient-text-2{
    background: -webkit-linear-gradient(0deg, rgba(68,102,243,1) 0%, rgba(238,150,255,1) 10%, rgba(133,42,251,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  } */

.hero-sec strong {
  display: block;
}

@media(max-width:640px){
  /* .hero-sec{
      background-position: right -569px top;
      height:auto;
      padding-top:220px;
      padding-bottom:250px;
    }
    .hero-sec strong{
      font-size: 12vw;
      padding-top: 2px;
    }
    .hero-sec .graphic-3 img{
      max-width: 90%;
      margin:0 auto;
    } */

  .our-works h2 {
    font-size: 10.6vw;
  }

  /* .home-services-2 .left,
    .home-services-2 .right{
      float:none;
      width:auto;
      padding-left: 0;
    }
    .home-services-2 .right h3{
      margin-bottom: 12px;
    } */
}

/* .mh-graph ic{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0.711334px 0.711334px -0.35px, rgba(0, 0, 0, 0.094) 0px 1.93715px 1.93715px -0.7px, rgba(0, 0, 0, 0.1) 0px 4.25329px 4.25329px -1.05px, rgba(0, 0, 0, 0.118) 0px 9.44132px 9.44132px -1.4px, rgba(0, 0, 0, 0.16) 0px 24px 24px -1.75px;
    @apply border-[4px] border-black rounded-full mb-[34px] w-[60px] h-[60px]
    md:w-[80px] md:h-[80px]
  }
  .hero-sec .top{
    @apply mb-[60px]
    lg:flex md:mb-[100px]
  }
  .hero-sec .left{
    @apply lg:w-8/12
  }
  .hero-sec .left p{
    @apply text-[30px] font-secondary leading-[35px] -tracking-[.7px]
    md:text-[60px] md:-tracking-[2px] md:leading-[60px]
  }
  .hero-sec .left p br{
    @apply hidden
    lg:block
  }
  .hero-sec .right{
    @apply flex items-end mt-10
  }
  .hero-sec .bottom{
    @apply flex gap-10 items-end justify-between
  }
  .hero-sec .bottom hr{
    @apply h-[1px] bg-black w-[75%] hidden
    lg:block
  } */

.contact-us {
  margin-top: -20vw;
}

@media (min-width: 768px) {
  .contact-us {
    margin-top: -10vw;
  }
}

.map {
  margin-bottom: 90px;
  overflow: hidden;
  border-radius: 24px;
}

.map img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .map img {
    height: auto;
  }
}

.contact-us .left {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .contact-us .left {
    margin-bottom: 0px;
    width: 66.666667%;
  }

  .contact-us .right {
    width: 33.333333%;
  }
}

.social-widget {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-top: 3rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .social-widget {
    float: right;
  }
}

.social-widget .mh-graphic {
  margin-bottom: 1.75rem;
}

.social-widget h3 {
  margin-bottom: 1rem;
}

.social-widget p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.social-widget .social-nav ul li {
  margin-left: 0.25rem;
}

.social-widget .social-nav ul li a {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.social-widget .social-nav ul li a svg {
  fill: #000 !important;
}

.why-mindhive .left {
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .why-mindhive .left {
    margin-bottom: 0px;
    width: 50%;
  }
}

.why-mindhive .left ul li {
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Inter SemiBold, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .why-mindhive .left ul li {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.why-mindhive .left ul li span {
  margin-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: .25;
}

@media (min-width: 768px) {
  .why-mindhive .left ul li span {
    margin-right: 1.5rem;
  }

  .why-mindhive .right {
    width: 50%;
  }
}

.why-mindhive .right img {
  max-height: 340px;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .why-mindhive .right img {
    max-height: 500px;
  }
}

.faq .content {
  display: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.about-content .container {
  justify-content: space-between;
  gap: 6rem;
}

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

.about-content .each {
  margin-bottom: 1.5rem;
}

.blogs-carousel {
  margin-right: -5.5%;
}

@media (min-width: 768px) {
  .blogs-carousel {
    margin-right: 0px;
  }
}

.home-blogs {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .home-blogs {
    padding-top: 135px;
  }
}

.home-blogs h2 {
  font-size: 70px;
}

@media (min-width: 768px) {
  .home-blogs h2 {
    font-size: 100px;
  }
}

.single .home-blogs {
  padding-bottom: 0px;
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .single .home-blogs {
    padding-top: 6rem;
    padding-bottom: 1.5rem;
  }
}

.single .subpage-banner {
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .single .subpage-banner {
    padding-bottom: 160px;
  }
}

.home-blogs h2 {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .home-blogs h2 {
    margin-bottom: 3.5rem;
  }
}

.blogs-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.blogs-row .col {
  position: relative;
}

@media (min-width: 768px) {
  .blogs-row .col {
    width: 31.9%;
  }
}

.industries-sec {
  padding-top: 6rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .industries-sec {
    padding-top: 11rem;
    padding-bottom: 2.5rem;
  }
}

.industries-sec h2 {
  margin-bottom: 2.5rem;
  font-size: 17.6vw;
  text-transform: uppercase;
  letter-spacing: -4px;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .industries-sec h2 {
    margin-bottom: 9rem;
    font-size: 236px;
    letter-spacing: -8px;
  }
}

.industries-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 8rem;
  width: 100%;
  gap: 10px;
  padding: 0px
}

@media (min-width: 768px) {
  .industries-list {
    margin-bottom: 10rem;
    gap: 20px;
    padding: 20px;
  }
}

.industries-list .each{
  overflow: hidden;
  position: relative;
}

.industries-list .each video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.industries-list .each:nth-child(2n+2){
  margin: 100px 0 -100px;
}

@media(max-width:640px){
  .industries-list{
    grid-template-columns: repeat(2, 1fr);
  }

  .industries-list .each:nth-child(2n+2){
    margin: 70px 0 -70px;
  }

  .industries-list .each {
    display: none;
  }

  .industries-list .each:nth-child(1) {
    display: block;
  }

  .industries-list .each:nth-child(2) {
    display: block;
  }

  .industries-list .each:nth-child(3) {
    display: block;
  }

  .industries-list .each:nth-child(4) {
    display: block;
  }
}

.home-testimonials {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.home-testimonials h2 {
  margin-left: -5rem;
  font-size: 220px;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .home-testimonials h2 {
    margin-left: 0px;
  }
}

.testimonial {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 600px;
  font-family: Inter SemiBold, sans-serif;
  font-size: 26px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .testimonial {
    margin-bottom: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.testimonial p {
  line-height: 2rem;
}

.testimonial .author {
  position: relative;
  margin-top: 50px;
  min-height: 65px;
  padding-left: 4rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .testimonial .author {
    padding-left: 5rem;
  }
}

.testimonial .author img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.testimonial .author strong {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.25rem;
}

@media (min-width: 768px) {
  .testimonial .author img {
    height: 60px;
    width: 60px;
  }
}

.testimonials-slider {
  margin-bottom: 1rem;
  padding-bottom: 3.5rem !important;
}

.testimonials-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.home-testimonials .swiper-pagination-bullet{
  width:8px;
  height:8px;
  background:#D9D9D9;
  margin: 0 7px!important;
  position: relative;
}

.home-testimonials .swiper-pagination{
  width:auto!important;
  left:auto !important;
  bottom: 0 !important
}

@media (min-width: 768px) {
  .home-testimonials .swiper-pagination {
    right: 60px !important;
  }
}

.home-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#8F8F8F;
}

.vision-mission {
  margin-left: -6%;
  margin-right: -6%;
  background-image: url('../../assets/img/new/vm-bg.jpg');
  background-position: center;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 120px;
}

@media (min-width: 768px) {
  .vision-mission {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 270px;
  }
}

.vision-mission .inner {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .vision-mission .inner {
    display: flex;
    gap: 47px;
    padding-top: 54px;
    padding-bottom: 54px;
    padding-left: 34px;
    padding-right: 34px;
  }
}

.vision-mission .inner .each {
  margin-bottom: 1.75rem;
  overflow: hidden;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.15);
  padding-bottom: 1.25rem;
  font-family: StageGrotesk-Light, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.vision-mission .inner .each:hover {
  --tw-border-opacity: 1;
  border-color: rgb(178 231 58 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .vision-mission .inner .each {
    margin-bottom: 0px;
    width: 50%;
    padding-bottom: 2.5rem;
  }
}

.vision-mission .inner .each video {
  margin-top: -2.5rem;
  height: 400px;
  width: 100%;
}

.vision-mission .inner .each h3 {
  margin-bottom: 1.75rem;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 40px;
}

@media (min-width: 768px) {
  .vision-mission .inner .each h3 {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 60px;
  }
}

.vision-mission .inner .each p {
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 768px) {
  .vision-mission .inner .each p {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.why-us {
  padding-bottom: 1px;
}

.why-us h3{
  background: linear-gradient(90deg, #314209 5.86%, #F2F2F2 54.95%, #B2E73A 96.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  margin-bottom: 0px;
  width: 100%;
  font-family: StageGrotesk-Bold, sans-serif;
  font-size: 24vw;
  text-transform: uppercase;
  line-height: 40vw;
  letter-spacing: -1vw
}

@media (min-width: 768px) {
  .why-us h3 {
    margin-left: -10rem;
    width: 125%;
    font-size: 435px;
    line-height: 328px;
    letter-spacing: -20px;
  }
}

.why-us ul {
  margin-bottom: 100px;
  min-height: 212px;
  overflow: hidden;
  border-radius: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .why-us ul {
    margin-bottom: 150px;
    margin-top: -5rem;
    display: flex;
  }
}

.why-us ul li {
  position: relative;
  z-index: 10;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(72 72 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
  padding: 35px;
  font-family: StageGrotesk-Bold, sans-serif;
  font-size: 24px;
}

.why-us ul li::before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -10;
  background-image: url('../../assets/img/new/li-hover.jpg');
  background-size: cover;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

.why-us ul li:last-child {
  border-right-width: 0px;
}

.why-us ul li:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

@media (min-width: 768px) {
  .why-us ul li {
    width: 25%;
    border-right-width: 1px;
  }
}

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

.who-we-are h2 {
  margin-bottom: 2rem;
  font-size: 65px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .who-we-are h2 {
    margin-bottom: 3.5rem;
    font-size: 100px;
  }
}

.who-we-are h2 span {
  display: block;
}

@media (min-width: 768px) {
  .who-we-are h2 span {
    display: inline-block;
  }
}

.who-we-are .content {
  position: relative;
  z-index: 10;
  margin-left: auto;
  max-width: 680px;
}

.who-we-are .content p {
  margin-bottom: 3.5rem;
  font-family: Inter SemiBold, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

@media (min-width: 768px) {
  .who-we-are .content p {
    font-size: 26px;
    line-height: 33px;
  }
}

.who-we-are .mindhive {
  margin-bottom: 100px;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .who-we-are .mindhive {
    margin-bottom: 200px;
    margin-top: -6rem;
  }
}

.who-we-are .mindhive p {
  position: relative;
  font-family: StageGrotesk-Bold, sans-serif;
  font-size: 23vw;
  line-height: 0.5;
  letter-spacing: -1vw;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.who-we-are .mindhive p::before {
  position: absolute;
  left: 18.5vw;
  top: -6.5vw;
  font-family: StageGrotesk-Bold, sans-serif;
  font-size: 22vw;
  line-height: 0;
  --tw-text-opacity: 1;
  color: rgb(178 231 58 / var(--tw-text-opacity));
  --tw-content: ".";
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .who-we-are .mindhive p {
    font-size: 337px;
    letter-spacing: -22px;
  }

  .who-we-are .mindhive p::before {
    left: 265px;
    top: -100px;
    content: var(--tw-content);
    font-size: 337px;
  }
}

.who-we-are .our-promises {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .who-we-are .our-promises {
    padding-bottom: 100px;
  }
}

.who-we-are .our-promises .toggle {
  position: relative;
  z-index: 0;
  max-width: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 71 71 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.who-we-are .our-promises .toggle:last-child {
  border-width: 0px;
}

@media (min-width: 768px) {
  .who-we-are .our-promises .toggle {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.who-we-are .our-promises .toggle h2 {
  margin-bottom: 0px;
  font-size: 1.5rem;
  text-transform: none;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .who-we-are .our-promises .toggle h2 {
    font-size: 35px;
    line-height: 1.75rem;
  }
}

.who-we-are .our-promises .toggle.active {
  border-width: 0px;
}

.who-we-are .our-promises .toggle.active h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.who-we-are .our-promises .toggle.active:before {
  position: absolute;
  left: -53px;
  top: -9px;
  right: -53px;
  bottom: -1px;
  z-index: -10;
  --tw-bg-opacity: 1;
  background-color: rgb(9 12 3 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.green-gradient{
  background-image: linear-gradient(86deg, #556E1B 6.8%, #C0F83F 99.96%);
  -webkit-background-clip: text;
  /* For webkit browsers */
  color: transparent;
}

.post {
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .post {
    flex-wrap: wrap;
    gap: 0px;
  }

  .post > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

.post .thumbnail {
  width: 100%;
  overflow: hidden;
}

.post .thumbnail img {
  height: 100%;
  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));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.post:hover .thumbnail img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.post .content {
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  .post .content {
    padding-top: 0px;
  }
}

.post .content h3 {
  margin-bottom: 0.25rem;
  max-width: 300px;
  font-size: 21px;
  line-height: 25px;
}

.post .content h3 a {
  display: block;
}

.post .content .date {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(58 226 58 / var(--tw-text-opacity));
}

.get-in-touch-widget {
  border-radius: 1rem;
  background-image: url('../../assets/img/cta-sec.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 6%;
  padding-right: 6%;
  text-align: center;
}

@media (min-width: 768px) {
  .get-in-touch-widget {
    padding-top: 12rem;
    padding-bottom: 12rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.get-in-touch-widget .mh-graphic {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.get-in-touch-widget h2 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.05rem;
  line-height: 2.6rem;
}

@media (min-width: 768px) {
  .get-in-touch-widget h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

.get-in-touch-widget p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .get-in-touch-widget p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.get-in-touch-widget p br {
  display: none;
}

@media (min-width: 768px) {
  .get-in-touch-widget p br {
    display: block;
  }
}

.get-in-touch-widget .btns {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .get-in-touch-widget .btns {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.get-in-touch-widget .btns .btn {
  margin-bottom: 1rem;
  width: 100%;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .get-in-touch-widget .btns .btn {
    margin-bottom: 0px;
    width: auto;
  }
}

.counter {
  font-family: Inter SemiBold, sans-serif;
  font-size: 80px;
  line-height: 110px;
}

@media (min-width: 768px) {
  .counter {
    font-size: 120px;
  }
}

/* Marquee */

.back-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  width: 2.5rem;
  border-radius: 9999px;
}

@media (min-width: 640px) {
  .back-to-top {
    right: 40px;
    bottom: 40px;
    width: 3rem;
  }
}

.back-to-top img {
  position: relative;
  top: -1px;
}

.home-about-sec {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(181 181 181 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .home-about-sec {
    padding-top: 6rem;
  }
}

.home-about-sec .sec-heading {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: -10px;
  display: flex;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .home-about-sec .sec-heading {
    left: 50%;
    margin-left: -654px;
  }
}

.home-about-sec h2 {
  margin-bottom: 1.5rem;
  max-width: 800px;
  font-family: StageGrotesk-Bold, sans-serif;
  font-size: 2.3rem;
  line-height: 2.3rem;
  letter-spacing: -0.8px;
}

@media (min-width: 768px) {
  .home-about-sec h2 {
    font-size: 46px;
    line-height: 43px;
    letter-spacing: -1.8px;
  }
}

.home-about-sec h3 {
  margin-bottom: 2.5rem;
  padding-left: 0.25rem;
  font-family: StageGrotesk-Light, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.home-about-sec h3 svg{
  fill:#fff;
  transition: transform 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  width: 24px
}

.home-about-sec h3 a:hover svg{
  transform:translate(4px, -4px);
}

.hide {
  overflow: hidden;
}

.mask {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!-right-\[6px\] {
  right: -6px !important;
}

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

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

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

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.hidden {
  display: none;
}

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

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

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

.h-full {
  height: 100%;
}

.min-h-0 {
  min-height: 0px;
}

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

.w-full {
  width: 100%;
}

.\!max-w-none {
  max-width: none !important;
}

.flex-shrink {
  flex-shrink: 1;
}

.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));
}

.resize {
  resize: both;
}

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

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

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

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

.rounded-2xl {
  border-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

.border-b {
  border-bottom-width: 1px;
}

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

.border-\[\#252525\] {
  --tw-border-opacity: 1;
  border-color: rgb(37 37 37 / var(--tw-border-opacity));
}

.border-\[\#5E5E5E\] {
  --tw-border-opacity: 1;
  border-color: rgb(94 94 94 / var(--tw-border-opacity));
}

.border-\[\#8BC800\] {
  --tw-border-opacity: 1;
  border-color: rgb(139 200 0 / var(--tw-border-opacity));
}

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

.\!bg-\[transparent\] {
  background-color: transparent !important;
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[transparent\] {
  background-color: transparent;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\!bg-none {
  background-image: none !important;
}

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

.p-0 {
  padding: 0px;
}

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.font-primaryBold {
  font-family: StageGrotesk-Bold, sans-serif;
}

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

.text-\[15vw\] {
  font-size: 15vw;
}

.text-\[18vw\] {
  font-size: 18vw;
}

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

.leading-\[28px\] {
  line-height: 28px;
}

.-tracking-\[1px\] {
  letter-spacing: -1px;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

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

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

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

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

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

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

.opacity-35 {
  opacity: 0.35;
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.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);
}

/* --------------- */

/* Global Styling */

/* ------------- */

html {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /* For older versions of Safari */
  -moz-osx-font-smoothing: grayscale;
}

#cv-wrapper{
  /* padding:8px; */
}

.page-content{
  /* border-radius: 24px;
  padding-bottom:100px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media(min-width:1025px){
  /* html{ overflow: hidden;}
  body{ overflow-x: hidden;} */
}

h1{
  letter-spacing: -2px;
}

h2{
  letter-spacing: -1px;
}

@media(max-width:640px){
  h2{
    letter-spacing: 0;
  }
}

h3,
h4,
h5,
h6{
  letter-spacing: -.6px;
}

:focus-visible{
  outline: none
}

.clear{
  clear: both;
}

/* --------------- */

/* Tailwind Theme */

/* ------------- */

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:-mt-\[40px\] {
    margin-top: -40px;
  }

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

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

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

  .md\:mb-\[230px\] {
    margin-bottom: 230px;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:\!min-h-\[58px\] {
    min-height: 58px !important;
  }

  .md\:max-w-\[1000px\] {
    max-width: 1000px;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

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

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

  .md\:leading-\[187px\] {
    line-height: 187px;
  }

  .md\:leading-\[58px\] {
    line-height: 58px;
  }

  .md\:-tracking-\[2px\] {
    letter-spacing: -2px;
  }

  .md\:-tracking-\[8px\] {
    letter-spacing: -8px;
  }
}

@media (min-width: 1280px) {
  .xl\:order-1 {
    order: 1;
  }

  .xl\:w-\[32\.3\%\] {
    width: 32.3%;
  }

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

