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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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,
[type='button'],
[type='reset'],
[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;
}

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

  src: url("../webfonts/NeueHaasDisplay-Bold.woff2") format("woff2"),
            url("../webfonts/NeueHaasDisplay-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

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

  src: url("../webfonts/NeueHaasDisplay-Roman.woff2") format("woff2"),
            url("../webfonts/NeueHaasDisplay-Roman.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

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

  src: url("../webfonts/NeueHaasDisplay-XThin.woff2") format("woff2"),
            url("../webfonts/NeueHaasDisplay-XThin.woff") format("woff");

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

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

  src: url("../webfonts/NeueHaasDisplay-Mediu.woff2") format("woff2"),
            url("../webfonts/NeueHaasDisplay-Mediu.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

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

  src: url("../webfonts/NeueHaasDisplay-Black.woff2") format("woff2"),
            url("../webfonts/NeueHaasDisplay-Black.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

*, ::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:  ;
}

::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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.isolate {
  isolation: isolate;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

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

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

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

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

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

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

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

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

.flex-row {
  flex-direction: row;
}

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.border {
  border-width: 1px;
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(243 112 33 / var(--tw-bg-opacity));
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pr-16 {
  padding-right: 4rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

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

.pt-\[150px\] {
  padding-top: 150px;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

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

.outline {
  outline-style: solid;
}

body {
  overflow-x: hidden;
  font-family: 'NeueHaasMedium';
  font-weight: 400;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1566px;
  padding-left: 30px;
  padding-right: 30px;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'NeueHaasBold';
  font-weight: 700;
}

p {
  --tw-text-opacity: 1;
  color: rgb(34 31 31 / var(--tw-text-opacity));
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

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

.main-navigation p a {
  text-decoration-line: underline;
}

.main-navigation > ul {
  display: flex;
}

.main-navigation > ul > li {
  position: relative;
}

.main-navigation > ul > li:not(:last-child) {
  margin-right: 2rem;
}

.main-navigation > ul > li > a {
  position: relative;
  font-family: 'NeueHaasMedium';
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.main-navigation > ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.main-navigation > ul > li.active > a {
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.main-navigation > ul > li > a i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.logo img {
  max-height: 125px;
}

@media (max-width: 959px) {
  .logo img {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.burger__menu {
  display: none;
}

.section {
  /* height: calc(100vh - 124px); */
  padding: 120px 0;
}

.section > div {
  height: 100%;
}

/* .section > div > div {
    @apply h-full flex items-center;
} */

.owl-item .items {
  width: 100%;
}

.slider__wrapper > a {
  display: block;
  width: 100%;
  height: 275px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  --tw-bg-opacity: 1;
  background-color: rgb(243 112 33 / var(--tw-bg-opacity));
}

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

.owl-item.active.center .slider__wrapper > a {
  height: 330px;
}

.owl-item.active.center .slider__wrapper > a img {
  transform: scale(0.95);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
}

.portfolio__slider .owl-stage,
.news__slider .owl-stage {
  display: flex;
}

.portfolio__slider .owl-item,
.news__slider .owl-item {
  display: flex;
  flex: 1 0 auto;
  min-height: inherit;
  align-items: center;
}

.portfolio__slider .owl-item .item,
.news__slider .owl-item .item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.portfolio__slider .owl-item .slider__wrapper,
.news__slider .owl-item .slider__wrapper {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.portfolio__slider .owl-item.active.center .slider__wrapper,
.news__slider .owl-item.active.center .slider__wrapper {
  filter: none;
  -webkit-filter: none;
}

/* .owl-item.active.center .slider__wrapper > a {
    @apply border-2 border-primary border-solid;
} */

.slider__wrapper h3 {
  margin-top: 1.25rem;
  text-align: center;
  font-family: 'NeueHaasMedium';
  font-size: 25px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.owl-item .slider__wrapper h3 {
  display: none;
}

.owl-item.active.center .slider__wrapper h3 {
  display: block;
}

.owl-nav {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 0;
}

.owl-nav button.owl-prev {
  left: -50px;
}

.owl-nav button.owl-next {
  left: auto;
  right: -50px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
}

.owl-nav .prev-slide,
.owl-nav .next-slide {
  background-image: url("../img/arrow-left.png");
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  width: 38px;
  height: 38px;
  background-size: 24px;
}

.owl-nav .next-slide {
  background-image: url("../img/arrow-right.png");
}

.ornKnowledge__wrapper {
  display: flex;
  height: 450px;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(1 152 55 / var(--tw-bg-opacity));
  text-align: center;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
}

.case__section .ornKnowledge__wrapper {
  background: #59014f;
}

.ornKnowledge__wrapper h2 {
  margin-bottom: 5rem;
  font-family: 'NeueHaasMedium';
  font-size: 35px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ornknowledge__slider .slider__wrapper > a {
  -webkit-clip-path: none;
          clip-path: none;
  height: 450px;
}

.ornknowledge__slider .slider__wrapper {
  position: relative;
}

.ornknowledge__slider .slider__wrapper:hover {
  filter: none;
  -webkit-filter: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ornknowledge__slider .slider__wrapper::before,
.news__slider .owl-item.active.center .slider__wrapper > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f37021;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.news__slider .owl-item.active.center .slider__wrapper > a::before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
  opacity: 0.5;
  z-index: 1;
}

.news__slider .owl-item.active.center .slider__wrapper > a {
  height: 400px;
}

.news__slider .owl-item.active.center .slider__wrapper > a img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.about__content {
  text-align: right;
}

.about__content h2 {
  margin-bottom: 1.25rem;
  text-align: right;
  font-family: 'NeueHaasXThin';
  font-size: 50px;
  font-weight: 300;
  line-height: .9;
  --tw-text-opacity: 1;
  color: rgb(34 31 31 / var(--tw-text-opacity));
}

.about__content h2 span {
  font-family: 'NeueHaasMedium';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.services__heading h2,
.services__heading h3 {
  font-family: 'NeueHaasXThin';
  font-size: 55px;
  font-weight: 300;
  line-height: 0.8;
  --tw-text-opacity: 1;
  color: rgb(34 31 31 / var(--tw-text-opacity));
}

.services__heading h2 span,
.services__heading h3 span {
  font-family: 'NeueHaasMedium';
  font-size: 75px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.services__heading h3 {
  font-size: 45px;
}

.services__heading h3 span.heading__small {
  font-size: 45px;
}

.services__heading {
  margin-bottom: 5rem;
}

.services__section {
  height: 100%;
}

.section > div > div.services__wrapper {
  display: block;
}

.services__items {
  position: relative;
}

.services__items > div {
  display: flex;
  height: 250px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 112 33 / var(--tw-bg-opacity));
  text-align: center;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
}

.services__items:first-child > div {
  background: #01a6ea;
}

.services__items:nth-child(2) > div {
  background: #e7022b;
}

.services__items:nth-child(3) > div {
  background: #019837;
}

.services__items:nth-child(4) > div {
  background: #59014f;
}

.services__items:nth-child(5) > div {
  background: #daa420;
}

.services__items:last-child > div {
  background: #003d76;
}

.services__items::before {
  content: "";
  width: 337px;
  height: 176px;
  background: url("../img/services-arrow.png") 0 0 no-repeat;
  position: absolute;
  bottom: -190px;
  left: 40px;
  background-size: 240px;
  background-position: top center;
  animation: expandArrow 1s forwards;
  -webkit-animation: expandArrow 1s forwards;
}

@keyframes expandArrow {
  0% {
    width: 0;
  }

  100% {
    width: 240px;
  }
}

.services__items:nth-child(6)::before {
  display: none;
}

.services__items:nth-child(1)::before,
.services__items:nth-child(3)::before,
.services__items:nth-child(5)::before {
  bottom: auto;
  top: -160px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.services__items h4 {
  margin-top: 40px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: 'NeueHaasMedium';
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.awards__listing > div > a {
  margin-bottom: 0.75rem;
  display: block;
  height: 70px;
  width: 100px;
}

.awards__listing > div > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* .award__section {
    height: 100%;
} */

.award__section.section > div > div {
  display: block;
}

.awards__listing {
  height: calc(100vh - 124px);
  overflow-y: auto;
  scroll-snap-type: inline mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  grid-gap: 12px;
}

.award__section {
  margin-bottom: 50px;
}

.awards__listing > div {
  display: flex;
  align-items: center;
}

.awards__listing > div p {
  flex: 1;
  padding: 0 20px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.awards__listing > div:hover p {
  opacity: 1;
  visibility: visible;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.awards__listing > div:hover {
  background: linear-gradient(to right, #fff, #f37021);
}

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

.awards__listing > div:hover img {
  padding: 0.5rem;
}

.contact__section {
  /* @apply bg-[#666666]; */
  /* background: #3c3a3a; */
}

.contact__form {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.contact__form span {
  margin-bottom: 1.25rem;
  display: block;
  font-family: 'NeueHaasMedium';
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact__form h2 {
  margin-bottom: 2.5rem;
  font-size: 40px;
  text-transform: uppercase;
}

.contact__form form label {
  display: block;
  grid-column: span 6;
}

.contact__form form label:nth-child(3),
.contact__form form label:nth-child(4) {
  grid-column: span 12;
}

.contact__form form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

.contact__form form input,
.contact__form form textarea {
  width: 100%;
  background-color: transparent;
  padding: 0.5rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.contact__form form input::-moz-placeholder, .contact__form form textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.contact__form form input::placeholder,
.contact__form form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.contact__form form input,
.contact__form form textarea {
  border: 1px solid #0000005e;
}

/* .btn {
    @apply p-5 py-3 bg-primary inline-block w-auto uppercase text-[14px] text-black hover:bg-black hover:text-white;
    border: 1px solid #000;
} */

.btn {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  background: #f37021;
  font-weight: 500;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
}

.btn:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #000;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.btn span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 16px 20px;
  color: #fff;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn:hover span {
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.contact__form .btn {
  grid-column: span 12;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
}

.contact-info img {
  margin-left: auto;
  margin-right: auto;
}

.contact-info:nth-child(2),
.contact-info:nth-child(3) {
  background: #3c3a3a;
}

.contact-info h3 {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-info p {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact__section .container {
  padding-right: 0;
}

.contact__map > a {
  display: block;
  width: 400px;
  flex: 1;
}

.social-medias {
  flex: 2;
}

.social-medias > div {
  display: flex;
  align-items: center;
}

.social-medias h3 {
  margin-right: 2.5rem;
  font-size: 50px;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.social-medias > div > a {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-size: 18px;
  color: #666;
}

.social-medias > div > a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 112 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 112 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-bottom {
  margin-top: 50px;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo > a {
  display: block;
}

.caseListing > div {
  background: linear-gradient(to right, #fff, #ddd);
  margin-bottom: 10px;
  padding: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-family: 'NeueHaasXThin';
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.caseListing > div:hover {
  background: linear-gradient(to right, #fff, #f37021);
}

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

.case__study__title {
  font-family: 'NeueHaasXThin';
  font-size: 150px;
  font-weight: 300;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.case__section .ornKnowledge__wrapper h2 {
  font-size: 90px;
  font-weight: 400;
  width: 100%;
  text-align: right;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 100%;
  margin-top: 15px;
}

.case__section .ornKnowledge__wrapper {
  height: 100%;
  align-items: center;
}

.case__section.section > div > div {
  height: auto;
  align-items: stretch;
}

.case__section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.team__wrap > a {
  display: block;
  height: 260px;
  width: 100%;
}

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

.team__wrap:nth-child(n) {
  --n: calc(var(--i));
  order: var(--n);
  transform: translateY(calc((8 - var(--n)) * 49px));
}

.team__wrap:nth-child(1) {
  --i: 8;
}

.team__wrap:nth-child(2) {
  --i: 7;
}

.team__wrap:nth-child(3) {
  --i: 6;
}

.team__wrap:nth-child(4) {
  --i: 5;
}

.team__wrap:nth-child(5) {
  --i: 4;
}

.team__wrap:nth-child(6) {
  --i: 3;
}

.team__wrap:nth-child(7) {
  --i: 2;
}

.team__wrap:nth-child(8) {
  --i: 1;
}

.team__wrap {
  text-align: center;
}

.team__wrap h4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.team__wrap span {
  display: block;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.team__title {
  font-family: 'NeueHaasXThin';
  font-size: 75px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.team__title span {
  margin-left: -20px;
  display: inline-block;
  font-family: 'NeueHaasMedium';
  font-size: 85px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.core__team .team__title {
  position: absolute;
  left: 140px;
  top: 75px;
}

.advisory__team .team__title {
  top: auto;
  bottom: -57px;
  left: 230px;
}

.advisory__team .team__title span {
  font-family: 'NeueHaasXThin';
  font-size: 75px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.banner__section {
  /* height: 100vh; */
  overflow: hidden;
  position: relative;
}

.banner-section-bg img {
  transition: all 0.1s ease;
  /* height: 100vh; */
  transform: scale(1);
  -o-object-position: center;
     object-position: center;
}

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

.banner-section-bg {
  /* height: 100vh; */
}

/* .banner__section .eachanimation-wrap {
    position: absolute;
    bottom: -200px;
    z-index: 3;
    transition: all 0.1s ease;
}

.banner__section .eachanimation-wrap.animatedwrap1 {
    left: 0;
    animation: 1s ease-out 10s 1 slideInFromLeft;
    -webkit-animation: 1s ease-out 10s 1 slideInFromLeft;
}

.banner__section .eachanimation-wrap.animatedwrap2 {
    right: 0;
    animation: 1s ease-out 10s 1 slideInFromTop;
    -webkit-animation: 1s ease-out 10s 1 slideInFromTop;
}

.banner__section .eachanimation-wrap.animatedwrap3 {
    right: 0;
    animation: 1s ease-out 10s 1 slideInFromRight;
    -webkit-animation: 1s ease-out 10s 1 slideInFromRight;
} */

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

.site-header.fixed.animated {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
}

.banner__text {
  position: absolute;
  left: 50%;
  top: 150px;
  z-index: -1;
  text-align: center;
  transform: translateX(-50%);
  opacity: 0;
  animation: fadeInMoveUp 3s forwards;
  -webkit-animation: fadeInMoveUp 3s forwards;
  animation-delay: 10s;
}

@keyframes fadeInMoveUp {
  0% {
    top: 300px;
    opacity: 0;
  }

  100% {
    top: 100px;
    opacity: 1;
  }
}

.banner__text svg {
  width: 500px;
}

.starting__anim {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: #fff;
}

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

.starting__anim2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  overflow: auto;
  scrollbar-width: thin;
}

/*
.philosophy__text,
.philosophy__content {
    position: absolute;
    left: 0;
}

.philosophy__content {
    left: auto;
    right: 0;
} */

.philosophy__text {
  display: inline-block;
  width: 33.333333%;
  padding-left: 2.5rem;
  padding-top: 2.5rem;
  font-family: 'NeueHaasXThin';
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.philosophy__text span {
  font-family: 'NeueHaasMedium';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.philosophy__content {
  width: 33.333333%;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  text-align: right;
}

.philosophy__content h3 {
  display: block;
  text-align: left;
  font-family: 'NeueHaasMedium';
  font-size: 20px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.philosophy__content h3 span {
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.philosophy__content > span {
  display: block;
  text-align: left;
  font-family: 'NeueHaasBold';
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #f37021;
}

.philosophy__content p {
  text-align: left;
  font-family: 'NeueHaasRoman';
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.philosophy__content p strong {
  font-family: 'NeueHaasBold';
  font-weight: 700;
}

.philosophy__list {
  position: absolute;
  left: 0px;
  bottom: -110px;
  padding: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}

.philosophy__list h4 {
  margin-right: 1.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  font-family: 'NeueHaasMedium';
  font-size: 33px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 31 31 / var(--tw-text-opacity));
}

.philosophyListing1 div {
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  font-family: 'NeueHaasMedium';
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(34 31 31 / var(--tw-text-opacity));
}

.starting__anim2 img {
  width: 100%;
  height: 100vh;
}

.anim__outline {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.starting__anim2 .anim__outline {
  top: 40px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.anim__outline svg {
  height: 500px;
}

/* .starting__anim2 .anim__outline svg {
    height: 400px;
} */

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@keyframes bannerTop {
  0% {
    transform: translateY(-100%) translateX(-50%);
  }

  100% {
    transform: translateY(0) translateX(-50%);
    top: 0;
  }
}

.heading-wrap {
  margin-bottom: 50px;
}

.heading-wrap h2 {
  font-family: 'NeueHaasMedium';
  font-size: 75px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.team__single,
.services__single,
.about__single,
.team__section {
  padding-top: 124px;
}

.contact__section {
  margin-top: 120px;
}

.team__person__photo img {
  width: 100%;
}

.team__contents h2,
.brandfest__slider h2 {
  margin-bottom: 1.25rem;
  font-family: 'NeueHaasMedium';
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.team__contents p {
  margin-bottom: 0.75rem;
  font-family: 'NeueHaasRoman';
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.the-content h3 {
  margin-bottom: 1.25rem;
  font-family: 'NeueHaasMedium';
  font-size: 35px;
  font-weight: 400;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.the-content p {
  margin-bottom: 0.75rem;
  font-family: 'NeueHaasMedium';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.client-img img {
  width: 150px;
}

.client-tag {
  margin-bottom: 1.25rem;
  font-family: 'NeueHaasMedium';
  font-size: 35px;
  font-weight: 400;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.the-content > div {
  margin-bottom: 2.5rem;
}

.portfolio__videos,
.global__coverage {
  background: url("../img/sunsilk-banner.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.portfolio__videos .heading-wrap h2,
.global__coverage .heading-wrap h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 0 / var(--tw-text-opacity));
}

.portfolio__videos p {
  margin-left: auto;
  width: 50%;
  font-family: 'NeueHaasXThin';
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.portfolio__img__video > a {
  display: block;
  height: 100%;
  width: 100%;
}

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

.portfolio__img__video iframe {
  height: 300px;
  width: 100%;
}

.counter h3 {
  font-family: 'NeueHaasMedium';
  font-size: 25px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.counter span {
  display: block;
  font-size: 35px;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.counter {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center;
  position: relative;
}

/* .counter:nth-child(3),
.counter:nth-child(4) {
    border: none;
} */

.counter-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 112 33 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 35px;
  line-height: 75px;
}

/*
.counter.counter:nth-child(2) .counter-icon {
    left: auto;
    right: 0;
} */

.about__single {
  /* height: 100vh; */
}

.about__single > div,
.about__single > div > div {
  height: 100%;
}

.team__contents ul {
  padding-left: 15px;
  list-style: disc;
  margin-bottom: 15px;
}

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

.team__contents ul li *::marker {
  color: rgb(243 112 33 );
}

.team__contents ul li::marker {
  color: rgb(243 112 33 );
}

.services__single .team__contents ul {
  -moz-column-count: 2;
       column-count: 2;
}

.team__description {
  margin-top: 180px;
  margin-bottom: 50px;
}

.team__slider a {
  display: block;
  width: 100% !important;
  height: 700px !important;
}

.team__slider a img {
  display: block;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__slider .items > a {
  position: relative;
  display: block;
  height: 450px;
  width: 100%;
}

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

.news__slider .items > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f37021;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.cloudpatterns {
  position: absolute;
  bottom: 0;
  z-index: 4;
  transition: all 0.1s ease;
  right: 0;
  width: 100%;
  display: flex;
}

.cloudpatterns img {
  width: 450px;
  opacity: 0.3;
}

.awards__content h2 {
  font-family: 'NeueHaasRoman';
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
  font-size: 34px;
  text-align: right;
  margin-bottom: 25px;
}

.awards__content h2 span {
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.awards__content-2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.awards__content-2 p {
  font-family: 'NeueHaasRoman';
  font-size: 25px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.awards__content-2 span {
  --tw-text-opacity: 1;
  color: rgb(243 112 33 / var(--tw-text-opacity));
}

.award__section .about__img img {
  margin-left: auto;
}

.home .logo img {
  display: none;
}

.footer-logo a img {
  height: 40px;
  width: auto;
  display: inline-block;
}

.awards__section--cabinet {
  --tw-bg-opacity: 1;
  background-color: rgb(243 112 33 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-top: 300px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0% 15%);
}

.awards__section--cabinet .awards__content h2 {
  color: #000;
  font-size: 56px;
  width: 75%;
  margin-left: auto;
}

.awards__section--cabinet .awards__content h2 span {
  color: #fff;
}

.awards__img {
  padding: 25px 0;
}

.awards__new--content .awards__content-2 p {
  text-align: right;
  font-size: 56px;
  line-height: 100%;
}

.awards__new--content .awards__content-2 p span {
  font-family: 'NeueHaasMedium';
  font-weight: 400;
  font-size: 60px;
}

@media (min-width: 640px) {
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

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

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

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