@font-face {
  font-family: Code-Black;
  src: url(../../Code-Next/CodeNext-Black.otf);
}
@font-face {
  font-family: Code-Bold;
  src: url(../../Code-Next/CodeNext-Bold.otf);
}
@font-face {
  font-family: Code-Book;
  src: url(../../Code-Next/CodeNext-Book.otf);
}
@font-face {
  font-family: Code-Light;
  src: url(../../Code-Next/CodeNext-Light.otf);
}
@font-face {
  font-family: NVRFNSHD-Display;
  src: url(../../NVRFNSHD/NVRFNSHD-Display.ttf);
}
@font-face {
  font-family: NVRFNSHD-Display-Italic;
  src: url(../../NVRFNSHD/NVRFNSHD-DisplayItalic.ttf);
}
@font-face {
  font-family: NVRFNSHD-Italic;
  src: url(../../NVRFNSHD/NVRFNSHD-Italic.ttf);
}
@font-face {
  font-family: NVRFNSHD-Regular;
  src: url(../../NVRFNSHD/NVRFNSHD-Regular.ttf);
}
@font-face {
  font-family: NVRFNSHD-Regular;
  src: url(../../NVRFNSHD/OTF/NVRFNSHD-Regular.otf);
}
/*#region Animation Codes*/
@keyframes fade-bottom {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  from {
    transform: translateX(-5rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  from {
    transform: translateX(5rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes zoom {
  from {
    transform: scale(0.75);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*#endregion*/
/*#region Header Codes*/
@keyframes gradient {
  50% {
    background-position: 100% 50%;
  }
  0%, 100% {
    background-position: 0% 50%;
  }
}
/*#endregion*/
/*#region Main Codes*/
@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) translate(10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    fill: rgba(255, 255, 255, 0);
  }
  100% {
    fill: rgba(255, 255, 255, 0.15);
  }
}
/*#endregion*/
/*#region Footer Codes*/
/*#endregion*/
/*#region Responsive Codes*/
/*Popup*/
/* -------------------------------- 

xpopup 

-------------------------------- */
@keyframes slide {
  from {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes Color {
  0% {
    color: #ee942a;
  }
  20% {
    color: #0853ae;
  }
  40% {
    color: #a02746;
  }
  60% {
    color: #a02746;
  }
  80% {
    color: #ED5565;
  }
  100% {
    color: #AC92EC;
  }
}
@keyframes gradient-hor-animation {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  50% {
    transform: translate3d(90%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes gradient-hor-animation-text {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes scaleIn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideInUpAlt {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*ysr-style*/
/* CSS RESET */
html {
  box-sizing: border-box;
  font-size: 16px;
  scrollbar-width: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

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

/*  */
@font-face {
  font-family: Code-Black;
  src: url(./assets/fonts/Code-Next/CodeNext-Black.otf);
}
@font-face {
  font-family: Code-Bold;
  src: url(./assets/fonts/Code-Next/CodeNext-Bold.otf);
}
@font-face {
  font-family: Code-Book;
  src: url(./assets/fonts/Code-Next/CodeNext-Book.otf);
}
@font-face {
  font-family: Code-Light;
  src: url(./assets/fonts/Code-Next/CodeNext-Light.otf);
}
@font-face {
  font-family: NVRFNSHD-Display;
  src: url(./assets/fonts/NVRFNSHD/NVRFNSHD-Display.ttf);
}
@font-face {
  font-family: NVRFNSHD-Display-Italic;
  src: url(./assets/fonts/NVRFNSHD/NVRFNSHD-DisplayItalic.ttf);
}
@font-face {
  font-family: NVRFNSHD-Italic;
  src: url(./assets/fonts/NVRFNSHD/NVRFNSHD-Italic.ttf);
}
@font-face {
  font-family: NVRFNSHD-Regular;
  src: url(./assets/fonts/NVRFNSHD/NVRFNSHD-Regular.ttf);
}
@font-face {
  font-family: NVRFNSHD-Regular;
  src: url(./assets/fonts/NVRFNSHD/OTF/NVRFNSHD-Regular.otf);
}
/*  */
:root {
  --header-height-desktop: 100px;
  --header-height-mobile: 75px;
  --footer-height: 200px;
  --swiper-slide-height: 100vh;
  --bg-black: #000000;
  --bg-black-light: #333;
  --bg-white: #ffffff;
  --bg-gradient: linear-gradient(
    45deg,
    rgb(85, 56, 93) 0%,
    rgb(215, 19, 103) 45%,
    rgb(215, 19, 103) 55%,
    rgb(85, 56, 93) 100%
  );
  --font-white: #ffffff;
  --font-black: #000000;
  --font-size-xlg: 40px;
  --font-size-lg: 27.5px;
  --font-size-md: 20px;
  --font-size-sm: 16px;
  --font-size-xsm: 13px;
  --font-size-2xsm: 12px;
  --spacing-2xsm: 5px;
  --spacing-xsm: 10px;
  --spacing-sm: 25px;
  --spacing-md: 50px;
  --spacing-lg: 75px;
  --spacing-xlg: 100px;
  --letter-spacing-sm: 1px;
  --line-height-normal: 1;
  --line-height-medium: 1.5;
  --managemeny-img-xlg: 400px;
  --management-img-lg: 210px;
  --management-img-sm: 105px;
  --menu-gradient: linear-gradient(
    45deg,
    rgb(1, 110, 255) 0%,
    rgb(208, 31, 165) 45%,
    rgb(224, 32, 18) 55%,
    rgb(255, 205, 5) 100%
  );
}

* {
  color: var(--font-white);
  font-family: "NVRFNSHD-Display";
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--bg-black);
}

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

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

.bg-black {
  background: var(--bg-black) !important;
}

/*  */
.fcb-main-body {
  position: relative;
}

.fcb-header {
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  height: var(--header-height-desktop);
  background-color: var(--bg-black);
}

.fcb-header__logo-container {
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.fcb-header__logo-anchor {
  display: block;
  pointer-events: auto;
}

.fcb-header__logo-img {
  width: 330px;
}

.fc-header__right-menu {
  gap: var(--spacing-sm);
}

.fc-header__right-menu-button {
  background: transparent;
  border: none;
  cursor: pointer;
}

/*  */
.fcb-main-swiper {
  height: auto; /* this will make the swiper container adjust to its content */
}

.swiper-slide {
  height: var(--swiper-slide-height) !important;
  background-color: var(--bg-black);
  transition: transform 0.5s ease-out;
}

.flex-double {
  display: flex;
}

.flex-double__first-child,
.flex-double__second-child {
  width: 50%;
}

.flex-double__first-child {
  background: var(--bg-gradient);
}

.flex-double__second-child {
  height: 100%;
}

.flex-double__text-container {
  font-size: var(--font-size-lg);
  letter-spacing: var(--letter-spacing-sm);
  color: var(--font-white);
  padding: var(--spacing-md) var(--spacing-lg);
  flex-direction: column;
  gap: var --spacing-md;
  max-width: 40ch;
}

.flex-double__text-container p {
  font-weight: 800;
}

.flex-double__img-item {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-double__grid-container {
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.grid-item {
  display: flex;
  gap: var(--spacing-sm);
  height: 180px;
}

.grid-item > * {
  width: 50%;
}

.grid-item__img {
  width: 80px;
}

/*  */
.video-wrapper {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.view-clients {
  flex-direction: column;
  gap: var(--spacing-sm);
  font-size: var(--font-size-md);
  letter-spacing: var(--letter-spacing-sm);
  line-height: var(--line-height-medium);
}

.view-clients__text-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.view-clients__text-container {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: var(--spacing-xsm);
  max-width: 80ch;
}

.view-clients__text-container > * {
  max-width: 100%;
  padding: 0 var(--spacing-xsm);
}

.view-clients__link-container {
  padding-bottom: var(--spacing-sm);
}

.view-clients__link-container a {
  border: 1.5px solid var(--font-white);
  border-radius: var(--spacing-xsm);
  padding: var(--spacing-2xsm);
  text-decoration: none;
}

.best-cases-link-container {
  margin-top: var(--spacing-md);
}

.best-cases-link-container a {
  text-decoration: none;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
  padding: var(--spacing-xsm);
  border-radius: var(--spacing-xsm);
}

.fcb-footer {
  height: 40vh; /* Override the default swiper slide height */
  background-color: var(--bg-black-light);
}

/* FCB Management Section Styles */
.fcb-management {
  width: 100%;
  height: 100%;
  background-color: var(--bg-white);
  color: var(--font-black);
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--spacing-sm);
}

.fcb-management * {
  color: var(--font-black);
}

.fcb-management__header {
  font-size: var(--font-size-xlg);
  font-weight: 600;
}

.fcb-management__wrapper {
  align-items: flex-start;
  gap: var(--spacing-sm);
}

.bottom-wrapper {
  margin-bottom: var(--spacing-sm);
}

.fcb-management__item {
  flex-direction: column;
  gap: var(--spacing-2xsm);
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}

.fcb-management__item:hover {
  text-decoration: none;
  color: inherit;
}

.fcb-management__title {
  text-align: center;
  max-width: 20ch;
  font-size: var(--font-size-xsm);
  font-weight: 600;
}

.fcb-management__desc {
  text-align: center;
  max-width: 20ch;
  font-size: var(--font-size-2xsm);
}

.top-wrapper .fcb-management__item .fcb-management__img {
  height: var(--management-img-lg);
  width: auto;
}

.middle-wrapper .fcb-management__item .fcb-management__img,
.bottom-wrapper .fcb-management__item .fcb-management__img {
  height: var(--management-img-sm);
  width: auto;
}

.horizontal-swiper {
  width: 100%;
  height: 100%;
}

.horizontal-swiper .swiper-slide {
  background-color: var(--bg-white);
}

.horizontal-swiper .fcb-management__item {
  width: 100%;
  height: 100%;
  gap: var(--spacing-xsm);
}

.horizontal-swiper .fcb-management__title {
  font-size: var(--font-size-lg);
  color: var(--font-black);
}

.horizontal-swiper .fcb-management__desc {
  font-size: var(--font-size-sm);
  color: var --font-black;
}

.horizontal-swiper .fcb-management__item .fcb-management__img {
  height: var(--managemeny-img-xlg);
  width: auto;
}

/*  */
/* Swiper pagination custom styles */
.swiper-pagination-bullet {
  background: var(--bg-gradient) !important;
  opacity: 0.4;
  margin-bottom: var(--spacing-sm) !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Styles to animate hide/show */
.hide {
  display: none;
  animation: vanish 0.3s;
}

.show {
  display: flex;
  animation: appear 0.3s;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vanish {
  from {
    display: flex;
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*  */
/* Scroll Indicator styles */
.scroll-indicator {
  position: fixed;
  bottom: var(--spacing-md);
  left: 50%;
  transform: translateX(-50%);
  color: var(--font-white);
  z-index: 100;
  font-size: var(--font-size-sm);
  font-family: "Code-Bold";
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  gap: var(--spacing-2xsm);
  width: 100%;
}

.scroll-indicator__text {
  position: relative;
  z-index: 1;
}

.scroll-indicator__sign {
  font-size: calc(var(--font-size-lg) * 0.8);
  transform: scaleY(1.15);
  transition: transform 0.3s ease;
  order: 2; /* Place sign after text by default */
}

.scroll-indicator.up {
  flex-direction: column-reverse;
}

.scroll-indicator.up .scroll-indicator__sign {
  transform: rotate(180deg) scaleY(1.15);
}

/* Media query for mobile devices */
@media (max-width: 600px) {
  .scroll-indicator {
    bottom: var(--spacing-sm);
    font-size: var(--font-size-xsm);
  }
}
/*  */
/* Overlay styles */
.overlay {
  position: absolute;
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Light overlay */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

/*  */
/* Right Menu Styles */
.fcb-right-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(500px, 100%);
  height: 100vh;
  background: var(--menu-gradient);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: var(--spacing-xlg) var(--spacing-md) 0 var(--spacing-md);
  z-index: 999;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  font-family: "Code-Bold";
  font-size: var(--font-size-md);
}

.fcb-right-menu.show {
  right: 0;
}

.fcb-right-menu a,
.fcb-right-menu button,
.countries-dropdown__button,
.countries-dropdown__list li {
  font-family: "Code-Bold";
  font-size: var(--font-size-md);
}

.countries-dropdown__list li a:hover {
  text-decoration: underline;
}

.fcb-right-menu a {
  text-decoration: none;
  font-size: var(--font-size-md);
}

.fcb-right-menu ul {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xsm);
  font-size: var(--font-size-sm);
}

.fcb-right-menu ul li {
  padding-left: var(--spacing-sm);
}

.fcb-right-menu__close {
  position: absolute;
  top: var(--spacing-sm);
  right: var(--spacing-sm);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: var(--spacing-2xsm);
}

.countries-dropdown {
  position: relative;
  width: 100%;
}

.countries-dropdown__button {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--font-white);
  font-size: var(--font-size-sm);
  text-align: left;
  cursor: pointer;
  padding: 0;
}

.countries-dropdown__list {
  display: none;
  margin-top: var(--spacing-sm);
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.countries-dropdown__list.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.countries-dropdown__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--font-white);
  border-bottom: 2px solid var(--font-white);
  margin-left: var(--spacing-xsm);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.countries-dropdown__button.active::after {
  transform: rotate(-135deg);
}

.fcb-right-menu__footer {
  margin-top: auto;
}

.fcb-right-menu__footer-links {
  justify-content: space-between;
}

.fcb-right-menu__footer-links a {
  font-size: var(--font-size-sm);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fcb-right-menu__social-wrapper {
  margin-top: var(--spacing-md);
  gap: var(--spacing-sm);
  padding-bottom: var(--spacing-md);
  justify-content: space-between;
}

.fcb-right-menu__social-icon {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fcb-right-menu__social-icon:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .flex-double__second-child {
    align-items: center !important;
  }
  .flex-double__text-container {
    font-size: var(--font-size-md);
  }
}
@media (max-width: 1000px) {
  .flex-double__first-child,
  .flex-double__second-child {
    width: 100%;
    height: 100%;
  }
  .flex-double__text-container {
    padding: var(--spacing-md) var(--spacing-md);
    gap: var --spacing-md;
  }
  .view-clients {
    justify-content: flex-end;
  }
  .view-clients__text-container {
    max-width: 60ch;
    font-size: var(--font-size-md);
  }
}
@media (max-width: 800px) {
  .view-clients__text-container {
    max-width: 55ch;
  }
}
@media (max-width: 600px) {
  .fcb-header {
    height: var(--header-height-mobile);
  }
  .fcb-header__logo-img {
    width: 220px;
  }
  .flex-double__text-container {
    padding: var(--spacing-md) var(--spacing-md);
    gap: var(--spacing-xsm);
  }
  .view-clients__text-container {
    font-size: var(--font-size-sm);
    gap: var(--spacing-sm);
  }
  .flex-double__grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(1fr);
  }
}
@media (max-width: 400px) {
  .flex-double__text-container {
    font-size: var(--font-size-sm);
    padding: var(--spacing-sm) var(--spacing-sm);
    gap: var(--spacing-md);
  }
  .view-clients__text-container {
    font-size: var(--font-size-xsm);
  }
  .fcb-right-menu {
    padding: var(--spacing-lg) var(--spacing-sm) 0 var(--spacing-sm);
  }
}
/* Hover animations to interactive elements */
.fc-header__right-menu-button,
.fcb-right-menu a,
.fcb-right-menu__close,
.countries-dropdown__button,
.fcb-right-menu__social-icon {
  transition: transform 0.3s ease;
}

.fc-header__right-menu-button:hover,
.fcb-right-menu a:hover,
.fcb-right-menu__close:hover,
.countries-dropdown__button:hover,
.fcb-right-menu__social-icon:hover {
  transform: scale(1.1);
}

/* Footer slide styles */
.footer-slide {
  height: 200px !important;
  min-height: 200px !important;
  background-color: #000;
}

.footer-slide .swiper-slide {
  height: 200px !important;
}

/* Ensure other slides maintain full height */
.swiper-slide:not(.footer-slide) {
  height: 100vh !important;
}

/* Footer styles */
.footer-slide {
  height: var(--footer-height) !important;
  min-height: var(--footer-height) !important;
  background-color: var(--bg-black);
}

.footer-content {
  width: 100%;
  height: 100%;
  padding: var(--spacing-sm);
}

.footer-copyright {
  gap: var(--spacing-sm);
  height: 100%;
  justify-content: space-around;
}

.footer-social {
  text-align: center;
  gap: var(--spacing-md);
}

.footer-social ul {
  gap: var(--spacing-sm);
}

.footer-social ul li a {
  font-size: var(--font-size-md);
  transition: opacity 0.3s ease;
}

.footer-social ul li a:hover {
  opacity: 0.7;
}

.footer-social p {
  font-weight: 600;
}

.footer-social p a {
  text-decoration: none;
  font-size: var(--font-size-xsm);
}

.footer-menu ul {
  display: flex;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu ul li a {
  text-decoration: underline;
  text-underline-offset: 1px;
  font-size: var(--font-size-xsm);
  transition: opacity 0.3s ease;
  font-weight: 600;
}

.footer-menu ul li a:hover {
  opacity: 0.7;
}

@media (max-width: 1000px) {
  .footer-copyright {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .footer-menu ul {
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xsm);
  }
  .footer-social ul {
    gap: var --spacing-xsm;
  }
}
/*ysr-style*/
/*ys-style*/
/*ys-style*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: NVRFNSHD-Display;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 11px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #000;
  height: auto;
}
body::-webkit-scrollbar {
  display: none;
}

body.index {
  height: 9999999vh;
}

.container {
  width: 110rem;
  margin: 0 auto;
}

.fade-bottom {
  animation: fade-bottom 1s ease 0.5s both paused;
  opacity: 0;
}

.fade-bottom.animate {
  animation-play-state: running;
}

.fade-left {
  animation: fade-left 1.5s ease 0.5s both paused;
  opacity: 0;
}

.fade-left.animate {
  animation-play-state: running;
}

.fade-right {
  animation: fade-right 1.5s ease 0.5s both paused;
}

.fade-right.animate {
  animation-play-state: running;
}

.zoom {
  animation: zoom 1s ease 0.5s both paused;
}

.zoom.animate {
  animation-play-state: running;
}

.opacity {
  animation: opacity 1s ease 0.5s both paused;
}

.opacity.animate {
  animation-play-state: running;
}

.run {
  animation-play-state: running;
}

header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 9.5rem;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  background-color: #000;
}
header .container {
  width: 100%;
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container #header-logo {
  cursor: pointer;
}
header .container #header-logo:hover img {
  transform: scale(1.1);
}
header .container #header-logo img {
  width: 30rem;
  transition: transform 0.3s ease;
}
header .container #header-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .container #header-navigation .search {
  cursor: pointer;
  margin-left: 2rem;
}
header .container #header-navigation .search i {
  font-size: 2.2rem;
  color: #FFF;
}
header .container #header-navigation .navigation {
  cursor: pointer;
  margin-left: 1.75rem;
}
header .container #header-navigation .navigation i {
  font-size: 2.6rem;
  color: #FFF;
}
header .container #header-menu {
  background: linear-gradient(45deg, rgb(1, 110, 255) 0%, rgb(208, 31, 165) 45%, rgb(224, 32, 18) 55%, rgb(255, 205, 5) 100%);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  z-index: 102;
  position: fixed;
  top: 0;
  right: -100%;
  width: 41.4rem;
  height: 100vh;
  padding: 3rem;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr;
  gap: 5rem;
}
header .container #header-menu:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: sans-serif;
  color: #fff;
  opacity: 0.3;
  font-size: 3em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
header .container #header-menu #menu-navigation {
  opacity: 0;
  transform: translateY(-2rem);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 2rem 0 0;
  transition-property: transform, opacity;
  transition: 0.5s ease 1s;
}
header .container #header-menu #menu-navigation .search {
  cursor: pointer;
}
header .container #header-menu #menu-navigation .search i {
  font-size: 2.5rem;
  color: #FFF;
  margin-left: 2.5rem;
}
header .container #header-menu #menu-navigation #quit {
  cursor: pointer;
}
header .container #header-menu #menu-navigation #quit i {
  font-size: 2.5rem;
  color: #FFF;
  margin-left: 2.5rem;
}
header .container #header-menu #menu-navigation .navigation {
  cursor: pointer;
}
header .container #header-menu #menu-navigation .navigation i {
  font-size: 2.5rem;
  color: #FFF;
  margin-left: 2.5rem;
}
header .container #header-menu #menu-list {
  transform: translateX(-2rem);
  opacity: 0;
  padding-left: 2rem;
  transition-property: transform, opacity;
  transition: 0.5s ease 0.5s;
}
header .container #header-menu #menu-list ul {
  display: flex;
  flex-direction: column;
}
header .container #header-menu #menu-list ul li {
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
header .container #header-menu #menu-list ul li:last-child {
  margin-bottom: 0;
}
header .container #header-menu #menu-list ul li:hover {
  transform: translateX(1rem);
}
header .container #header-menu #menu-list ul li:hover a {
  color: rgba(255, 255, 255, 0.75);
  font-family: NVRFNSHD-Regular;
  font-size: 1.8rem;
}
header .container #header-menu #menu-list ul li a {
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFF;
  line-height: 24px;
  display: block;
  transition: color 0.3s ease;
  font-family: Code-Bold;
}
header .container #header-menu #menu-list ul li.active a {
  color: rgba(255, 255, 255, 0.75);
}
header .container #header-menu #menu-list ol {
  display: flex;
  flex-direction: column;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
header .container #header-menu #menu-list ol li {
  margin-bottom: 2rem;
}
header .container #header-menu #menu-list ol li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}
header .container #header-menu #menu-search {
  display: none;
  margin: 5rem 2rem 0 2rem;
}
header .container #header-menu #menu-search #search-input {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-bottom: 0.125rem solid #FFF;
}
header .container #header-menu #menu-search #search-input input {
  padding: 0.75rem 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1.7rem;
  font-weight: 800;
  color: #FFF;
}
header .container #header-menu #menu-search #search-input input::-moz-placeholder {
  color: #FFF;
}
header .container #header-menu #menu-search #search-input input::placeholder {
  color: #FFF;
}
header .container #header-menu #menu-search #search-input i {
  font-size: 2.2rem;
  color: #FFF;
}
header .container #header-menu #menu-button {
  transform: translateY(2rem);
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-property: transform, opacity;
  transition: 0.5s ease 1s;
}
header .container #header-menu #menu-button a {
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 800;
  color: #FFF;
}
header .container #header-menu #menu-button a:hover::after {
  width: 0%;
}
header .container #header-menu #menu-button a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #FFF;
  transition: width 0.3s ease;
}
header .container #header-menu #menu-social {
  padding: 0 2rem;
  transform: translateY(2rem);
  opacity: 0;
  transition-property: transform, opacity;
  transition: 0.5s ease 1s;
}
header .container #header-menu #menu-social ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container #header-menu #menu-social ul li {
  transition: transform 0.3s ease;
}
header .container #header-menu #menu-social ul li:hover {
  transform: scale(1.2);
}
header .container #header-menu #menu-social ul li a i {
  font-size: 2.5rem;
  color: #FFF;
}

header.active .container #header-menu {
  right: 0;
}
header.active .container #header-menu #menu-navigation {
  transform: translateY(0);
  opacity: 1;
}
header.active .container #header-menu #menu-button {
  transform: translateY(0);
  opacity: 1;
}
header.active .container #header-menu #menu-social {
  transform: translateY(0);
  opacity: 1;
}
header.active .container #header-menu #menu-list {
  transform: translateX(0);
  opacity: 1;
}

main.scroll {
  position: relative;
}
main.scroll::-webkit-scrollbar {
  display: none;
}
main.scroll .scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
main.scroll .scroll-down .box span {
  width: 20px;
  height: 20px;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  animation: animate 2s infinite;
}
main.scroll .scroll-down .box span:nth-child(2) {
  animation-delay: -0.2s;
}
main.scroll .scroll-down .box span:nth-child(3) {
  animation-delay: -0.4s;
}

main #actions {
  z-index: 98;
  position: fixed;
  top: 50%;
  right: -21rem;
  width: 25rem;
  transform: translateY(-50%);
  background-color: #090909;
  transition: right 0.5s ease;
}
main #actions:hover {
  right: 0;
}
main #actions .action {
  width: 100%;
  padding: 1rem 1.25rem;
  transition: background-color 0.3s ease;
}
main #actions .action:hover {
  background-color: #eaeaea;
}
main #actions .action:hover a p {
  color: #090909;
}
main #actions .action:hover a i {
  color: #090909;
}
main #actions .action a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main #actions .action a i {
  font-size: 1.8rem;
  color: #FFF;
  margin-right: 1.5rem;
  transition: color 0.3s ease;
}
main #actions .action a p {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  transition: color 0.3s ease;
}
main #overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(9, 9, 9, 0.5);
}
main #scroll {
  z-index: 99;
  position: fixed;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
main #scroll p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 1rem;
  font-family: Code-Bold, sans-serif !important;
}
main #scroll hr {
  width: 0.2rem;
  height: 2.5rem;
  background-color: #FFF;
}
main section#home article.slide {
  z-index: 0;
  top: 0;
  left: 100%;
}
main section#home article.slide.active {
  z-index: 2;
  transform: translateX(-100%);
}
main section#home article.slide.active .slide-image img {
  transform: scale(1.1);
}
main section#home article.slide.prev {
  z-index: 1;
  transform: translateX(-100%);
}
main section#home #home-pagination {
  z-index: 10;
  position: fixed;
  bottom: 5rem;
  right: 10rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main section#home #home-pagination span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 3rem;
  height: 0.25rem;
  margin-left: 1.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  transition: background-color 0.5s ease;
}
main section#home #home-pagination span.active {
  background-color: #FFF;
}
main section#about {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
main section#about #about-text {
  max-width: 110rem;
  padding: 0 5rem;
}
main section#about #about-text p {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 2rem;
}
main section#about #about-text p:last-child {
  margin-bottom: 0;
}
main section#about #about-text p i {
  color: rgb(215, 19, 103);
  font-weight: 700;
}
main section#video {
  z-index: 105;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 2rem 7vw;
  background-color: #000;
  transition: top 0.75s ease-out;
}
main section#video #video-quit {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
main section#video #video-quit:hover {
  background-color: #000;
}
main section#video #video-quit:hover i {
  color: #FFF;
}
main section#video #video-quit i {
  font-size: 2rem;
  color: #000;
  transition: color 0.3s ease;
}
main section#video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
main section#video.active {
  top: 0;
}
main section.slide {
  z-index: -1;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  transition: transform 0.75s ease-out;
}
main section.slide:nth-child(1) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
main section.slide:nth-child(3) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
main section.slide:nth-child(5) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
main section.slide:nth-child(8) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
main section.slide:nth-child(4) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
main section.slide:nth-child(10) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
main section.slide:nth-child(6) .slide-content {
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
}
main section.slide:nth-child(7) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
main section.slide:nth-child(9) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
main section.slide .slide-content {
  position: relative;
  width: 50%;
  padding: 5rem 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
main section.slide .slide-content .slide-title {
  margin-bottom: 3rem;
  transform: translateY(5rem);
  opacity: 0;
  transition-property: transform, opacity;
  transition: 0.75s ease 1s;
}
main section.slide .slide-content .slide-title h5 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 0.5rem;
  font-family: Code-Bold;
}
main section.slide .slide-content .slide-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0rem;
  color: #FFf;
  font-family: Code-Bold;
}
main section.slide .slide-content .slide-text {
  transform: translateY(5rem);
  opacity: 0;
  transition-property: transform, opacity;
  transition: 0.75s ease 1s;
}
main section.slide .slide-content .slide-text p {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-style: italic;
  color: #FFF;
  line-height: 1.5;
}
main section.slide .slide-content .slide-text a {
  margin-top: 3rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFF;
}
main section.slide .slide-content .slide-video {
  position: absolute;
  bottom: 5rem;
  left: 7vw;
}
main section.slide .slide-content .slide-video .video-icon {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}
main section.slide .slide-content .slide-video .video-icon:hover {
  transform: scale(1.2);
}
main section.slide .slide-content .slide-video .video-icon i {
  font-size: 1.25rem;
  color: #000;
}
main section.slide .slide-content .slide-video p {
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFF;
}
main section.slide .slide-content .slide-video p a {
  cursor: pointer;
  position: relative;
  color: #FFF;
}
main section.slide .slide-content .slide-video p a::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #FFF;
}
main section.slide .slide-image {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  transition: padding-top 0.75s ease 1s;
}
main section.slide .slide-image::after {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
}
main section.slide .slide-image img {
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
main article.slide {
  z-index: -1;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  transition: transform 0.75s ease-out;
}
main article.slide:nth-child(1) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
main article.slide:nth-child(3) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
main article.slide:nth-child(5) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
main article.slide:nth-child(8) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
main article.slide:nth-child(4) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
main article.slide:nth-child(10) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
main article.slide:nth-child(6) .slide-content {
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
}
main article.slide:nth-child(7) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
main article.slide:nth-child(9) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
main article.slide .slide-content {
  position: relative;
  width: 50%;
  padding: 5rem 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
main article.slide .slide-content .slide-title {
  margin-bottom: 3rem;
  transform: translateY(5rem);
  opacity: 0;
  transition-property: transform, opacity;
  transition: 0.75s ease 1s;
}
main article.slide .slide-content .slide-title h5 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 0.5rem;
  font-family: Code-Bold;
}
main article.slide .slide-content .slide-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0rem;
  color: #FFf;
  font-family: Code-Bold;
}
main article.slide .slide-content .slide-text {
  transform: translateY(5rem);
  opacity: 0;
  transition-property: transform, opacity;
  transition: 0.75s ease 1s;
}
main article.slide .slide-content .slide-text p {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-style: italic;
  color: #FFF;
  line-height: 1.5;
}
main article.slide .slide-content .slide-text a {
  margin-top: 3rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFF;
}
main article.slide .slide-content .slide-video {
  position: absolute;
  bottom: 5rem;
  left: 7vw;
}
main article.slide .slide-content .slide-video .video-icon {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}
main article.slide .slide-content .slide-video .video-icon:hover {
  transform: scale(1.2);
}
main article.slide .slide-content .slide-video .video-icon i {
  font-size: 1.25rem;
  color: #000;
}
main article.slide .slide-content .slide-video p {
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFF;
}
main article.slide .slide-content .slide-video p a {
  cursor: pointer;
  position: relative;
  color: #FFF;
}
main article.slide .slide-content .slide-video p a::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #FFF;
}
main article.slide .slide-image {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  transition: padding-top 0.75s ease 1s;
}
main article.slide .slide-image::after {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
}
main article.slide .slide-image img {
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
main section.slide.reverse {
  top: 0;
  left: 100%;
}
main article.slide.reverse {
  top: 0;
  left: 100%;
}
main section.slide.reverse.active {
  z-index: 2;
  transform: translateX(-100%);
}
main section.slide.reverse.active .slide-image img {
  transform: scale(1.1);
}
main article.slide.reverse.active {
  z-index: 2;
  transform: translateX(-100%);
}
main article.slide.reverse.active .slide-image img {
  transform: scale(1.1);
}
main section.slide.active {
  z-index: 2;
  transform: translateY(-100%);
}
main section.slide.active .slide-image {
  padding-top: 9.5rem;
}
main section.slide.active .slide-content .slide-title {
  transform: translateY(0);
  opacity: 1;
}
main section.slide.active .slide-content .slide-text {
  transform: translateY(0);
  opacity: 1;
}
main article.slide.active {
  z-index: 2;
  transform: translateY(-100%);
}
main article.slide.active .slide-image {
  padding-top: 9.5rem;
}
main article.slide.active .slide-content .slide-title {
  transform: translateY(0);
  opacity: 1;
}
main article.slide.active .slide-content .slide-text {
  transform: translateY(0);
  opacity: 1;
}
main section.slide.prev {
  z-index: 1;
  transform: translateY(-100%);
}
main article.slide.prev {
  z-index: 1;
  transform: translateY(-100%);
}
main section#work {
  background-color: #FFF;
}
main section#work #work-title {
  position: relative;
  min-height: 45rem;
  padding: 20rem 0 15rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#work #work-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
  z-index: 1;
}
main section#work #work-title #work-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section#work #work-title #work-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
main section#work #work-title .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
main section#work #work-title .container * {
  z-index: 2;
}
main section#work #work-title .container h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 1rem;
}
main section#work #work-title .container h1 {
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #FFF;
  margin-bottom: 4rem;
  font-family: Code-Bold;
  font-weight: 600;
}
main section#work #work-title .container a {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFF;
}
main section#work #work-title .container a:hover::after {
  width: 0%;
}
main section#work #work-title .container a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-image: linear-gradient(90deg, #353c89, #2e3c73, #21457e, #045888, #006aae, #046fac, #0575b0, #b24830, #e94f22, #eb7f20, #db3821, #faa91a, #ffc50c, #febb11, #feca0d, #ffd70c, #ee2824, #ee2b24, #d83121, #d93121, #e42823, #ea6423, #eb6523, #e96b24, #fba919, #be3621, #bf411f, #ec2024, #df1b22, #f47b26, #f05025, #e72529, #e52040, #ea1566, #ca0162, #e71474, #c71047, #df155b, #e2175d, #e11b29, #e51b26, #c1151d, #9c0a11, #671a66, #47287e, #3e358a);
  transition: width 0.3s ease;
}
main section#work #work-background {
  position: relative;
  height: 45rem;
  background-image: url(../img/work-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main section#work #work-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
}
main section#work .container {
  padding: 10rem 0;
}
main section#work .container #work-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
main section#work .container #work-navigation ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main section#work .container #work-navigation ul h4 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #090909;
  margin-right: 2rem;
}
main section#work .container #work-navigation ul li {
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 800;
  color: #090909;
  margin: 20px;
}
main section#work .container #work-navigation ul li:hover::after {
  width: 100%;
}
main section#work .container #work-navigation ul li::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: #090909;
  transition: width 0.5s ease;
}
main section#work .container #work-navigation ul li.active::after {
  width: 100%;
}
main section#work .container #work-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem 3rem;
  align-items: stretch;
}
main section#work .container #work-content .work:hover .work-image img {
  transform: scale(1.1);
}
main section#work .container #work-content .work:hover .work-text::after {
  width: 0;
}
main section#work .container #work-content .work .work-image {
  height: 30rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
main section#work .container #work-content .work .work-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s ease;
}
main section#work .container #work-content .work .work-text {
  position: relative;
}
main section#work .container #work-content .work .work-text::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 7rem;
  height: 0.2rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #353c89, #2e3c73, #21457e, #045888, #006aae, #046fac, #0575b0, #b24830, #e94f22, #eb7f20, #db3821, #faa91a, #ffc50c, #febb11, #feca0d, #ffd70c, #ee2824, #ee2b24, #d83121, #d93121, #e42823, #ea6423, #eb6523, #e96b24, #fba919, #be3621, #bf411f, #ec2024, #df1b22, #f47b26, #f05025, #e72529, #e52040, #ea1566, #ca0162, #e71474, #c71047, #df155b, #e2175d, #e11b29, #e51b26, #c1151d, #9c0a11, #671a66, #47287e, #3e358a);
  transition: width 0.3s ease;
}
main section#work .container #work-content .work .work-text h3 {
  font-size: 3.75rem;
  font-weight: 100;
  letter-spacing: -0.2rem;
  color: #090909;
  margin-bottom: 1rem;
}
main section#work .container #work-content .work .work-text h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #090909;
  margin-bottom: 0.5rem;
}
main section#work .container #work-content .work .work-text p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #727272;
}
main section#work .container #worknews-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem 3rem;
  align-items: stretch;
}
main section#work .container #worknews-content .worknews:hover .work-image img {
  transform: scale(1.1);
}
main section#work .container #worknews-content .worknews:hover .work-text::after {
  width: 0;
}
main section#work .container #worknews-content .worknews .work-image {
  height: 30rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
main section#work .container #worknews-content .worknews .work-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s ease;
}
main section#work .container #worknews-content .worknews .work-text {
  position: relative;
}
main section#work .container #worknews-content .worknews .work-text::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 7rem;
  height: 0.2rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #353c89, #2e3c73, #21457e, #045888, #006aae, #046fac, #0575b0, #b24830, #e94f22, #eb7f20, #db3821, #faa91a, #ffc50c, #febb11, #feca0d, #ffd70c, #ee2824, #ee2b24, #d83121, #d93121, #e42823, #ea6423, #eb6523, #e96b24, #fba919, #be3621, #bf411f, #ec2024, #df1b22, #f47b26, #f05025, #e72529, #e52040, #ea1566, #ca0162, #e71474, #c71047, #df155b, #e2175d, #e11b29, #e51b26, #c1151d, #9c0a11, #671a66, #47287e, #3e358a);
  transition: width 0.3s ease;
}
main section#work .container #worknews-content .worknews .work-text h3 {
  font-size: 3.75rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #090909;
  margin-bottom: 1rem;
}
main section#work .container #worknews-content .worknews .work-text h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #090909;
  margin-bottom: 0.5rem;
}
main section#work .container #worknews-content .worknews .work-text p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #727272;
}
main section#work .container #workmap-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem 3rem;
  align-items: stretch;
}
main section#work .container #workmap-content .worknews:hover .work-image img {
  transform: scale(1.1);
}
main section#work .container #workmap-content .worknews:hover .work-text::after {
  width: 0;
}
main section#work .container #workmap-content .worknews .work-image {
  height: 30rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
main section#work .container #workmap-content .worknews .work-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s ease;
}
main section#work .container #workmap-content .worknews .work-text {
  position: relative;
}
main section#work .container #workmap-content .worknews .work-text::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 7rem;
  height: 0.2rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #353c89, #2e3c73, #21457e, #045888, #006aae, #046fac, #0575b0, #b24830, #e94f22, #eb7f20, #db3821, #faa91a, #ffc50c, #febb11, #feca0d, #ffd70c, #ee2824, #ee2b24, #d83121, #d93121, #e42823, #ea6423, #eb6523, #e96b24, #fba919, #be3621, #bf411f, #ec2024, #df1b22, #f47b26, #f05025, #e72529, #e52040, #ea1566, #ca0162, #e71474, #c71047, #df155b, #e2175d, #e11b29, #e51b26, #c1151d, #9c0a11, #671a66, #47287e, #3e358a);
  transition: width 0.3s ease;
}
main section#work .container #workmap-content .worknews .work-text h3 {
  font-size: 3.75rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #090909;
  margin-bottom: 1rem;
}
main section#work .container #workmap-content .worknews .work-text h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #090909;
  margin-bottom: 0.5rem;
}
main section#work .container #workmap-content .worknews .work-text p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #727272;
}
main section#work .container #work-load {
  padding-top: 10rem;
  display: flex;
  justify-content: center;
}
main section#work .container #work-load button {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #090909;
}
main section#work .container #work-load button:hover::after {
  width: 0%;
}
main section#work .container #work-load button::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #090909;
  transition: width 0.5s ease;
}
main section#details #details-title {
  position: relative;
  min-height: 45rem;
  padding: 20rem 0 15rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#details #details-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
  z-index: 1;
}
main section#details #details-title #details-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section#details #details-title #details-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
main section#details #details-title .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
main section#details #details-title .container * {
  z-index: 2;
}
main section#details #details-title .container h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 1rem;
}
main section#details #details-title .container h1 {
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #FFF;
  margin-bottom: 4rem;
  font-family: Code-Bold;
  font-weight: 600;
}
main section#details #details-title .container a {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFF;
}
main section#details #details-title .container a:hover::after {
  width: 0%;
}
main section#details #details-title .container a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-image: linear-gradient(90deg, #353c89, #2e3c73, #21457e, #045888, #006aae, #046fac, #0575b0, #b24830, #e94f22, #eb7f20, #db3821, #faa91a, #ffc50c, #febb11, #feca0d, #ffd70c, #ee2824, #ee2b24, #d83121, #d93121, #e42823, #ea6423, #eb6523, #e96b24, #fba919, #be3621, #bf411f, #ec2024, #df1b22, #f47b26, #f05025, #e72529, #e52040, #ea1566, #ca0162, #e71474, #c71047, #df155b, #e2175d, #e11b29, #e51b26, #c1151d, #9c0a11, #671a66, #47287e, #3e358a);
  transition: width 0.3s ease;
}
main section#details #details-title p {
  z-index: 3;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  padding: 2rem;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFF;
}
main section#details #details-title p a {
  cursor: pointer;
  position: relative;
  color: #FFF;
}
main section#details #details-title p a::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #FFF;
}
main section#details #details-content {
  background-color: #FFF;
  padding: 10rem 0;
}
main section#details #details-content .container {
  max-width: 100rem;
}
main section#details #details-content .container #details-text {
  margin-bottom: 4rem;
}
main section#details #details-content .container #details-text p {
  font-size: 2rem;
  font-weight: 500;
  color: #090909;
  line-height: 1.75;
  margin-bottom: 2rem;
}
main section#details #details-content .container #details-text p:last-child {
  margin-bottom: 0;
}
main section#details #details-content .container #details-text hr {
  width: 100%;
  height: 0.1rem;
  border: none;
  outline: none;
  background-image: linear-gradient(90deg, #353c89, #2e3c73, #21457e, #045888, #006aae, #046fac, #0575b0, #b24830, #e94f22, #eb7f20, #db3821, #faa91a, #ffc50c, #febb11, #feca0d, #ffd70c, #ee2824, #ee2b24, #d83121, #d93121, #e42823, #ea6423, #eb6523, #e96b24, #fba919, #be3621, #bf411f, #ec2024, #df1b22, #f47b26, #f05025, #e72529, #e52040, #ea1566, #ca0162, #e71474, #c71047, #df155b, #e2175d, #e11b29, #e51b26, #c1151d, #9c0a11, #671a66, #47287e, #3e358a);
}
main section#details #details-content .container #details-awards {
  margin-bottom: 4rem;
}
main section#details #details-content .container #details-awards h2 {
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #090909;
  margin-bottom: 4rem;
}
main section#details #details-content .container #details-awards ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main section#details #details-content .container #details-awards ul li {
  margin-right: 10rem;
}
main section#details #details-content .container #details-awards ul li:last-child {
  margin-right: 0;
}
main section#details #details-content .container #details-awards ul li img {
  width: 10rem;
}
main section#details #details-content #details-video {
  height: 100vh;
  margin-bottom: 10rem;
}
main section#details #details-content #details-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
main section#details #details-content #details-button {
  border-top: 0.1rem solid #eaeaea;
  padding-top: 5rem;
}
main section#details #details-content #details-button .container {
  max-width: 75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main section#details #details-content #details-button .container a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #090909;
  transition: color 0.3s ease;
}
main section#details #details-content #details-button .container a:hover {
  color: #959595;
}
main section#details #details-content #details-button .container a:hover i {
  transform: translateX(-1rem);
}
main section#details #details-content #details-button .container a:nth-child(2):hover i {
  transform: rotate(180deg);
}
main section#details #details-content #details-button .container a:last-child i {
  margin: 0 0 0 1.5rem;
}
main section#details #details-content #details-button .container a:last-child:hover i {
  transform: translateX(1rem);
}
main section#details #details-content #details-button .container a i {
  font-size: 1.8rem;
  color: #959595;
  margin-right: 1.5rem;
  transition: transform 0.3s ease;
}
main section#contact {
  background-color: #FFF;
}
main section#contact #contact-background {
  position: relative;
  padding-top: 10rem;
  height: 45rem;
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#contact #contact-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
}
main section#contact #contact-background h1 {
  z-index: 1;
  font-size: 7.5rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #FFF;
  text-align: center;
}
main section#contact .container {
  padding: 10rem 0;
}
main section#contact .container #contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 5rem;
}
main section#contact .container #contact-cards .contact {
  position: relative;
  padding: 5rem 1.5rem 7rem 1.5rem;
  background-color: #F7F7F7;
  transition-property: background-color, transform;
  transition: 0.3s ease;
}
main section#contact .container #contact-cards .contact:hover {
  background-color: #090909;
  transform: translateY(-2rem);
}
main section#contact .container #contact-cards .contact:hover .contact-title h2 {
  color: #FFf;
}
main section#contact .container #contact-cards .contact:hover .contact-title hr {
  background-color: #FFF;
}
main section#contact .container #contact-cards .contact:hover .contact-text p {
  color: #FFF;
}
main section#contact .container #contact-cards .contact:hover .contact-text a {
  color: #FFF;
}
main section#contact .container #contact-cards .contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-image: linear-gradient(90deg, #353c89, #2e3c73, #21457e, #045888, #006aae, #046fac, #0575b0, #b24830, #e94f22, #eb7f20, #db3821, #faa91a, #ffc50c, #febb11, #feca0d, #ffd70c, #ee2824, #ee2b24, #d83121, #d93121, #e42823, #ea6423, #eb6523, #e96b24, #fba919, #be3621, #bf411f, #ec2024, #df1b22, #f47b26, #f05025, #e72529, #e52040, #ea1566, #ca0162, #e71474, #c71047, #df155b, #e2175d, #e11b29, #e51b26, #c1151d, #9c0a11, #671a66, #47287e, #3e358a);
}
main section#contact .container #contact-cards .contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 4rem solid #FFF;
  border-top: 4rem solid transparent;
}
main section#contact .container #contact-cards .contact .contact-title {
  margin-bottom: 1.5rem;
}
main section#contact .container #contact-cards .contact .contact-title h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #090909;
  margin-bottom: 1.5rem;
  transition: color 0.3s ease;
}
main section#contact .container #contact-cards .contact .contact-title hr {
  width: 4rem;
  height: 0.1rem;
  border: none;
  outline: none;
  background-color: #090909;
  transition: background-color 0.3s ease;
}
main section#contact .container #contact-cards .contact .contact-text p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #090909;
  line-height: 1.6;
  margin-bottom: 2rem;
  transition: color 0.3s ease;
}
main section#contact .container #contact-cards .contact .contact-text a {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #090909;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
main section#contact .container #contact-cards .contact .contact-text a:last-child {
  margin-bottom: 0;
}
main section#contact .container #contact-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem 0;
}
main section#contact .container #contact-navigation h2 {
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #090909;
  margin-bottom: 4rem;
}
main section#contact .container #contact-navigation ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main section#contact .container #contact-navigation ul h4 {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #090909;
  margin-right: 2rem;
}
main section#contact .container #contact-navigation ul li {
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 800;
  color: #090909;
}
main section#contact .container #contact-navigation ul li:hover::after {
  width: 100%;
}
main section#contact .container #contact-navigation ul li::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: #090909;
  transition: width 0.5s ease;
}
main section#contact .container #contact-navigation ul li.active::after {
  width: 100%;
}
main section#contact .container #contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem 3rem;
  align-items: stretch;
}
main section#contact .container #contact-content .contact:hover .contact-image img {
  transform: scale(1.1);
}
main section#contact .container #contact-content .contact:hover .contact-text .contact-country hr {
  width: 0;
}
main section#contact .container #contact-content .contact .contact-image {
  height: 30rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
main section#contact .container #contact-content .contact .contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.5s ease;
}
main section#contact .container #contact-content .contact .contact-text {
  position: relative;
}
main section#contact .container #contact-content .contact .contact-text .contact-country {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main section#contact .container #contact-content .contact .contact-text .contact-country hr {
  width: 7rem;
  height: 0.2rem;
  border: none;
  outline: none;
  margin-right: 1rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #353c89, #2e3c73, #21457e, #045888, #006aae, #046fac, #0575b0, #b24830, #e94f22, #eb7f20, #db3821, #faa91a, #ffc50c, #febb11, #feca0d, #ffd70c, #ee2824, #ee2b24, #d83121, #d93121, #e42823, #ea6423, #eb6523, #e96b24, #fba919, #be3621, #bf411f, #ec2024, #df1b22, #f47b26, #f05025, #e72529, #e52040, #ea1566, #ca0162, #e71474, #c71047, #df155b, #e2175d, #e11b29, #e51b26, #c1151d, #9c0a11, #671a66, #47287e, #3e358a);
  transition: width 0.3s ease;
}
main section#contact .container #contact-content .contact .contact-text .contact-country h4 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #090909;
}
main section#contact .container #contact-content .contact .contact-text h3 {
  font-size: 4.4rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #090909;
  margin-top: 1rem;
}
main section#map {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#map svg {
  width: 100%;
  overflow: hidden;
}
main section#map svg path {
  cursor: pointer;
  fill: transparent;
  animation: bounce 0.75s ease 1s infinite alternate both running;
  transition: fill 0.5s ease;
}
main section#map svg path:hover {
  animation-play-state: paused;
  fill: #d71367 !important;
}
main section#capabilities {
  background-image: url(../../../../images/smoke.jpg);
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  height: 700px;
  background-position: center;
}
main section#capabilities h4 {
  font-size: 7.5rem;
  color: #fff;
  font-family: NVRFNSHD-Display;
  margin-bottom: 50px;
}
main section#capabilities .item {
  width: 30%;
  color: #fff;
  border-radius: 35px;
  font-size: 1.75rem;
  float: left;
  margin: 20px;
  position: relative;
  font-weight: bold;
}
main section#leadership {
  background-color: #FFF;
}
main section#leadership #leadership-background {
  position: relative;
  padding-top: 10rem;
  height: 45rem;
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#leadership #leadership-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
}
main section#leadership #leadership-background h1 {
  z-index: 1;
  font-size: 7.5rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #FFF;
  text-align: center;
  font-family: Code-Bold;
}
main section#leadership #leadership-content {
  padding: 10rem 0;
}
main section#leadership #leadership-content .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
main section#leadership #leadership-content .container .leader {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50rem;
}
main section#leadership #leadership-content .container .leader:hover .leader-image img {
  transform: scale(1.1);
}
main section#leadership #leadership-content .container .leader:hover .leader-text {
  bottom: 0;
  opacity: 1;
}
main section#leadership #leadership-content .container .leader .leader-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section#leadership #leadership-content .container .leader .leader-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  transition: transform 0.3s ease;
}
main section#leadership #leadership-content .container .leader .leader-text {
  position: absolute;
  left: 0;
  bottom: -50%;
  padding: 2rem;
  opacity: 0;
  transition: bottom 0.5s ease;
}
main section#leadership #leadership-content .container .leader .leader-text h2 {
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #FFf;
  margin-bottom: 2rem;
}
main section#leadership #leadership-content .container .leader .leader-text p {
  font-size: 1.8rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 1rem;
  font-family: Code-Light;
}
main section#leadership #leadership-content .container .leader .leader-text a {
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 800;
  color: #FFF;
}
main section#leadership #leadership-content .container .leader .leader-text a:hover::after {
  width: 0%;
}
main section#leadership #leadership-content .container .leader .leader-text a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #FFF;
  transition: width 0.3s ease;
}
main section#leadership #leadership-content .container .leader.half {
  width: 50%;
}
main section#leadership #leadership-content .container .leader.third {
  width: 33.3333%;
}
main section#leadership #leadership-content .container .leader.quarter {
  width: 25%;
}
main section#leadership #leadership-content .container .leader.quarter .leader-text {
  position: absolute;
  left: 0;
  bottom: -50%;
  padding: 2rem;
  opacity: 0;
  transition: bottom 0.5s ease;
}
main section#leadership #leadership-content .container .leader.quarter .leader-text h2 {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #FFf;
  margin-bottom: 2rem;
}
main section#leadership #leadership-content .container .leader.quarter .leader-text p {
  font-size: 1.8rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 1rem;
  font-family: Code-Light;
}
main section#leader {
  background-color: #FFF;
}
main section#leader #leader-background {
  position: relative;
  height: 45rem;
  background-image: url(../img/leadership-2-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main section#leader #leader-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
}
main section#leader #leader-content .container {
  padding: 10rem 0;
}
main section#leader #leader-content .container img {
  width: 100%;
  max-width: 45rem;
  margin-right: 2rem;
  float: left;
  margin-bottom: 2rem;
}
main section#leader #leader-content .container h1 {
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #090909;
  margin-bottom: 1rem;
}
main section#leader #leader-content .container h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #090909;
  margin-bottom: 1.5rem;
  transition: color 0.3s ease;
}
main section#leader #leader-content .container p {
  text-align: justify;
  font-size: 1.8rem;
  font-weight: 400;
  color: #090909;
  line-height: 1.6;
  margin-bottom: 2rem;
}
main section#leader #leader-content .container a {
  display: inline-block;
  margin-top: 2rem;
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 800;
  color: #090909;
}
main section#leader #leader-content .container a:hover::after {
  width: 0%;
}
main section#leader #leader-content .container a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #090909;
  transition: width 0.3s ease;
}
main section#leader #leader-button {
  border-top: 0.1rem solid #eaeaea;
}
main section#leader #leader-button .container {
  padding: 5rem 0;
  max-width: 75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main section#leader #leader-button .container a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #090909;
  transition: color 0.3s ease;
}
main section#leader #leader-button .container a:hover {
  color: #959595;
}
main section#leader #leader-button .container a:hover i {
  transform: translateX(-1rem);
}
main section#leader #leader-button .container a:nth-child(2):hover i {
  transform: rotate(180deg);
}
main section#leader #leader-button .container a:last-child i {
  margin: 0 0 0 1.5rem;
}
main section#leader #leader-button .container a:last-child:hover i {
  transform: translateX(1rem);
}
main section#leader #leader-button .container a i {
  font-size: 1.8rem;
  color: #959595;
  margin-right: 1.5rem;
  transition: transform 0.3s ease;
}
main section#approach {
  background-color: #FFF;
}
main section#approach #approach-background {
  padding-top: 10rem;
  height: 45rem;
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#approach #approach-background h1 {
  z-index: 1;
  font-size: 7.5rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #FFF;
  text-align: center;
}
main section#approach #approach-content .container {
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section#approach #approach-content .container h2 {
  max-width: 97rem;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: -0.1rem;
  color: #090909;
  margin-bottom: 10rem;
}
main section#approach #approach-content .container h2 i {
  color: #e2175d;
  font-weight: 500;
}
main section#approach #approach-content .container .approach {
  max-width: 97rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15rem;
}
main section#approach #approach-content .container .approach:last-child {
  margin-bottom: 0;
}
main section#approach #approach-content .container .approach:nth-child(2n+1) .approach-image {
  order: -1;
}
main section#approach #approach-content .container .approach .approach-image {
  width: 45rem;
  height: auto;
}
main section#approach #approach-content .container .approach .approach-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
main section#approach #approach-content .container .approach .approach-content {
  width: calc(100% - 50rem);
}
main section#approach #approach-content .container .approach .approach-content h3 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  color: #090909;
  margin-bottom: 5rem;
  font-family: Code-Bold;
}
main section#approach #approach-content .container .approach .approach-content p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #090909;
  line-height: 1.6;
  margin-bottom: 2rem;
}
main section#approach #approach-content .container .approach .approach-content h4 {
  font-size: 2rem;
  font-weight: 800;
  color: #090909;
  line-height: 1.6;
  margin-bottom: 2rem;
}
main section#approach #approach-content .container .approach .approach-content a {
  display: inline-block;
  margin-top: 2rem;
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 800;
  color: #090909;
  font-family: Code-Bold;
}
main section#approach #approach-content .container .approach .approach-content a:hover::after {
  width: 0%;
}
main section#approach #approach-content .container .approach .approach-content a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #090909;
  transition: width 0.3s ease;
}
main section#approach #approach-content .container .approach .approach-image-timeline {
  width: 100%;
  height: auto;
}
main section#approach #approach-content .container .approach .approach-image-timeline img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  float: right;
}
main section#approach #approach-content .container .approach .approach-image-timeline .approach-content-timeline {
  width: 490px;
  float: right;
  background-color: #fff;
  margin-top: -240px;
  padding: 30px;
}
main section#approach #approach-content .container .approach .approach-image-timeline .approach-content-timeline h3 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  color: #090909;
  margin-bottom: 5rem;
  font-family: Code-Bold;
}
main section#approach #approach-content .container .approach .approach-image-timeline .approach-content-timeline p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #090909;
  line-height: 1.6;
  margin-bottom: 2rem;
}
main section#approach #approach-content .container .approach .approach-image-timeline .approach-content-timeline h4 {
  font-size: 2rem;
  font-weight: 800;
  color: #090909;
  line-height: 1.6;
  margin-bottom: 2rem;
}
main section#approach #approach-content .container .approach .approach-image-timeline .approach-content-timeline a {
  display: inline-block;
  margin-top: 2rem;
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 800;
  color: #090909;
  font-family: Code-Bold;
}
main section#approach #approach-content .container .approach .approach-image-timeline .approach-content-timeline a:hover::after {
  width: 0%;
}
main section#approach #approach-content .container .approach .approach-image-timeline .approach-content-timeline a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #090909;
  transition: width 0.3s ease;
}

footer {
  background-color: #090909;
}
footer #footer-awards {
  padding: 4rem 0;
}
footer #footer-awards .container {
  max-width: 130rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer #footer-awards .container .award {
  width: calc(33.33% - 2rem);
  min-height: 11.4rem;
  margin: 2rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer #footer-awards .container .award img {
  width: 80px;
  margin-right: 8rem;
}
footer #footer-awards .container .award p {
  max-width: 11.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #d9d9d9;
  font-family: Code-Light;
}
footer #footer-contact {
  position: relative;
  padding: 5rem 0;
  background-color: #151515;
}
footer #footer-contact::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-image: linear-gradient(90deg, #353c89, #2e3c73, #21457e, #045888, #006aae, #046fac, #0575b0, #b24830, #e94f22, #eb7f20, #db3821, #faa91a, #ffc50c, #febb11, #feca0d, #ffd70c, #ee2824, #ee2b24, #d83121, #d93121, #e42823, #ea6423, #eb6523, #e96b24, #fba919, #be3621, #bf411f, #ec2024, #df1b22, #f47b26, #f05025, #e72529, #e52040, #ea1566, #ca0162, #e71474, #c71047, #df155b, #e2175d, #e11b29, #e51b26, #c1151d, #9c0a11, #671a66, #47287e, #3e358a);
}
footer #footer-contact .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
footer #footer-contact .container h2 {
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #FFf;
  margin-bottom: 2rem;
}
footer #footer-contact #contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer #footer-contact #contact-button a {
  position: relative;
  margin: 0 3rem;
  font-size: 2rem;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 800;
  color: #FFF;
}
footer #footer-contact #contact-button a:hover::after {
  width: 0%;
}
footer #footer-contact #contact-button a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #FFF;
  transition: width 0.3s ease;
}
footer #footer-copyright {
  padding: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer #footer-copyright #footer-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer #footer-copyright #footer-social ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer #footer-copyright #footer-social ul li {
  margin-right: 3rem;
  transition: transform 0.3s ease;
}
footer #footer-copyright #footer-social ul li:hover {
  transform: scale(1.2);
}
footer #footer-copyright #footer-social ul li a i {
  font-size: 2.5rem;
  color: #FFF;
}
footer #footer-copyright #footer-social p a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFF;
  transition: opacity 0.3s ease;
}
footer #footer-copyright #footer-social p a:hover {
  opacity: 0.3;
}
footer #footer-copyright #footer-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer #footer-copyright #footer-menu ul li {
  margin-right: 2rem;
}
footer #footer-copyright #footer-menu ul li:last-child {
  margin-right: 0;
}
footer #footer-copyright #footer-menu ul li a {
  text-decoration: underline;
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFF;
}

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  transition: all 0.2s;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

.no-touch .cd-nugget-info a:hover {
  opacity: 0.8;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  margin-top: 25%;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  padding: 20px;
  width: 90%;
  max-width: 70%;
  margin: 4em auto;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-40px);
  transition-property: transform;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  font-family: NVRFNSHD-Display;
  font-size: 35px;
  margin-bottom: 30px;
}
.cd-popup-container input {
  background-color: #ccc;
  border: 0px;
  font-family: NVRFNSHD-Display;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 300px;
  height: 35px;
}
.cd-popup-container span {
  font-family: NVRFNSHD-Display;
  font-size: 25px;
}
.cd-popup-container button {
  border: 1px solid #000;
  padding: 5px;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 0.25em;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 0.25em 0;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  transform: translateY(0);
}

.text {
  width: 500px;
  height: 200px;
  background: crimson;
  padding: 20px;
  margin: 40px 0;
  border-radius: 10px;
}
.text h1 {
  text-align: center;
  font-family: sans-serif;
  font-weight: 760;
  color: white;
}
.text p {
  font-family: sans-serif;
  padding: 10px;
  text-align: center;
  color: rgb(245, 239, 239);
  font-size: 18px;
}

.loading {
  width: 150px;
  height: 70px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ball {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: black;
  margin: 0 10px;
}

.first {
  animation: slide 2s ease-in-out infinite;
  animation-delay: 0.1s;
}

.second {
  animation: slide 2s ease-in-out infinite;
  animation-delay: 0.5s;
}

.third {
  animation-delay: 1s;
}

.colortext {
  font-family: Oswald;
  font-size: 4rem;
  animation: Color 20s linear infinite;
  -webkit-animation: Color 20s ease-in-out infinite;
  font-family: NVRFNSHD-Italic;
}

.yeteneklerimiz {
  font-size: 4rem !important;
  text-align: justify;
}

.page-banner {
  height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.page-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-banner h1 {
  position: absolute;
  z-index: 1;
  font-size: 7.5rem;
  font-weight: 800;
  color: #FFF;
  text-align: center;
  margin: 0;
}

.who-we-are {
  padding: 10rem 0;
  position: relative;
}
.who-we-are::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background-image: linear-gradient(135deg, #1f1646, #0033a1, #00b3e3, #e1261c, #ee7624, #f4c400, #e6437b, #9f2943, #673278);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation: gradient-hor-animation 50s ease infinite;
  background-size: 1000% 100%;
  animation: gradient-hor-animation-text 50s ease infinite;
}
.who-we-are .container {
  position: relative;
  z-index: 2;
}
.who-we-are .container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -25px;
  position: relative;
}
.who-we-are .container .row::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #fff;
  opacity: 0.4;
}
.who-we-are .container .row .col-6 {
  width: 50%;
  padding: 0 25px;
}
.who-we-are .container .row .col-6:nth-child(2n) {
  margin-top: 60px;
}
.who-we-are .container .row .col-6:nth-child(2n) .box::after {
  border-color: transparent #fff transparent transparent;
  right: inherit;
  left: -20px;
}
.who-we-are .container .row .col-6:nth-child(2n) .box::before {
  right: inherit;
  left: -30px;
}
.who-we-are .box {
  background-color: #fff;
  height: 100%;
  padding: 30px;
  position: relative;
}
.who-we-are .box::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -20px;
  top: 30px;
}
.who-we-are .box::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  display: block;
  position: absolute;
  right: -30px;
  top: 35px;
}
.who-we-are .box img {
  width: 100%;
}
.who-we-are .box h2 {
  font-family: Code-Bold;
  font-size: 52px;
  color: #090909;
  font-weight: 900;
  margin-bottom: 20px;
}
.who-we-are .box h2::after {
  content: "";
  background-image: linear-gradient(90deg, #1f1646, #0033a1, #00b3e3, #e1261c, #ee7624, #f4c400, #e6437b, #9f2943, #673278);
  background-repeat: no-repeat;
  height: 1px;
  width: 100%;
  display: block;
}
.who-we-are .box p {
  font-size: 25px;
  line-height: 32px;
  margin: 0 0 20px 0;
}

#work-content .work {
  display: none;
}
#work-content .work.visible {
  display: block;
}

#load-more-button {
  display: none;
}

.teamsmbl {
  overflow: hidden;
}

.teams {
  background: #ebebeb;
  padding: 100px 0;
}
.teams .title {
  margin-bottom: 100px;
}
.teams .title h2 {
  font-size: 28px;
  font-weight: 700;
}
.teams .item-row {
  margin-bottom: 60px;
}
.teams .row-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.teams .row-list .mng {
  width: 20% !important;
}
.teams .row-list .item {
  width: 11%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.teams .row-list .item a {
  display: block;
}
.teams .row-list .item a img {
  width: 100%;
}
.teams .row-list .item .tt h4 {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.teams .row-list .item .tt a {
  display: block;
  color: #000;
  opacity: 0.8;
  font-size: 14px;
}

.slider-width {
  padding: 120px 0;
  display: none;
}
.slider-width .item {
  padding: 30px;
}
.slider-width .item .columns {
  display: flex;
  align-items: center;
  padding: 0 5vw;
  position: relative;
}
.slider-width .item .columns .text {
  height: inherit;
  margin-left: -75px;
  background: transparent;
  position: relative;
  align-self: 2;
}
.slider-width .item .columns h2 {
  font-size: calc(20px + 1.2vw);
  color: #fff;
}
.slider-width .item .columns p {
  opacity: 0.8;
  text-align: left;
  padding: 10px 0 !important;
}
.slider-width .item .columns img {
  height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20px;
}
.slider-width .item .columns .button {
  background-color: #fff;
  padding: 14px 20px;
  display: inline-block;
  color: #df155b;
  font-weight: 700;
  border-radius: 12px;
}
.slider-width .control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 70px;
}
.slider-width .control .arrow-left {
  cursor: pointer;
}
.slider-width .control .arrow-right {
  cursor: pointer;
}
.slider-width .control i {
  color: #fff;
}

.horizantal-scroll {
  width: 400%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}
.horizantal-scroll .item {
  padding: 30px;
  display: flex;
  align-items: center;
  height: 100vh;
  background: transparent;
}
.horizantal-scroll .item .columns {
  display: flex;
  align-items: center;
  padding: 0 5vw;
  position: relative;
}
.horizantal-scroll .item .columns .text {
  height: inherit;
  margin-left: -75px;
  background: transparent;
  position: relative;
  align-self: 2;
}
.horizantal-scroll .item .columns h2 {
  font-size: calc(20px + 1.2vw);
  color: #fff;
}
.horizantal-scroll .item .columns p {
  opacity: 0.8;
  text-align: left;
  padding: 10px 0 !important;
}
.horizantal-scroll .item .columns img {
  height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20px;
}
.horizantal-scroll .item .columns .button {
  background-color: #fff;
  padding: 14px 20px;
  display: inline-block;
  color: #df155b;
  font-weight: 700;
  border-radius: 12px;
}

.lastContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: yellow;
  color: #000;
  font-size: 6vw;
}

.referans-section {
  padding: 60px 0;
  background-color: #fff;
}
.referans-section .title {
  max-width: 550px;
  margin: 0 auto 30px;
  display: table;
  text-align: center;
  color: #000;
}
.referans-section .title h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 25px;
}
.referans-section .title h2 img {
  display: block;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 5px auto;
}
.referans-section .title p {
  font-size: 18px;
  opacity: 0.8;
}
.referans-section .marquee {
  transform: scale(0.9, 0.9);
  margin-top: 0px;
}
.referans-section .marquee a {
  margin: 0 5px;
  display: block;
}
.referans-section .marquee a img {
  width: 220px;
}
.referans-section .marquee_rtl {
  transform: scale(0.9, 0.9);
  margin-top: 0px;
}
.referans-section .marquee_rtl a {
  margin: 0 5px;
  display: block;
}
.referans-section .marquee_rtl a img {
  width: 220px;
}

.maps {
  margin-top: 100px;
  background-color: #fff;
  overflow: hidden;
}
.maps .svg-map svg {
  width: 100% !important;
  height: calc(100vh - 105px) !important;
  transform: scale(5.3);
  transform-origin: 60% 20%;
  font-family: Code-Bold;
}
.maps .svg-map svg path::after {
  content: "asliasdas";
  position: absolute;
  top: 0;
  left: 0;
}

.slides-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

.slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slide .centered {
  width: 60%;
  margin: 200px auto 0;
}
.slide .centered h1 {
  text-align: center;
}
.slide .centered p {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

#slide-1 {
  background-color: #FFFFFF;
}

#slide-2 {
  background-color: #45959b;
}

#slide-3 {
  background-color: #778899;
}

#slide-4 {
  color: #FFFFFF;
  background-color: #291F37;
}

.go-prev {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.go-next {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.home-main .about-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.home-main .about-container #about-text {
  max-width: 110rem;
  padding: 0 5rem;
}
.home-main .about-container #about-text p {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.home-main .about-container #about-text p:last-child {
  margin-bottom: 0;
}
.home-main .about-container #about-text p i {
  color: rgb(215, 19, 103);
  font-weight: 700;
}
.home-main .inner-container {
  display: flex;
  align-items: center;
  height: 100vh;
}
.home-main .inner-container .slide-content {
  position: relative;
  width: 50%;
  height: 100vh;
  padding: 5rem 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-main .inner-container .slide-content .slide-title {
  margin-bottom: 3rem;
  opacity: 0;
  margin-top: 0px;
}
.home-main .inner-container .slide-content .slide-title h5 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 0.5rem;
  font-family: Code-Bold;
}
.home-main .inner-container .slide-content .slide-title h2 {
  font-size: 3.75rem;
  font-weight: 800;
  letter-spacing: -0.2rem;
  color: #FFf;
  font-family: Code-Bold;
}
.home-main .inner-container .slide-content .slide-text p {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-style: italic;
  color: #FFF;
  line-height: 1.5;
}
.home-main .inner-container .slide-content .slide-text a {
  margin-top: 3rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFF;
}
.home-main .inner-container .slide-content .slide-video {
  position: absolute;
  bottom: 30px;
  left: 7vw;
}
.home-main .inner-container .slide-content .slide-video .video-icon {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}
.home-main .inner-container .slide-content .slide-video .video-icon:hover {
  transform: scale(1.2);
}
.home-main .inner-container .slide-content .slide-video .video-icon i {
  font-size: 1.25rem;
  color: #000;
}
.home-main .inner-container .slide-content .slide-video p {
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFF;
}
.home-main .inner-container .slide-content .slide-video p a {
  cursor: pointer;
  position: relative;
  color: #FFF;
}
.home-main .inner-container .slide-content .slide-video p a::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #FFF;
}
.home-main .inner-container .slide-content:nth-child(1) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container .slide-content:nth-child(1) .inner-slider {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container .slide-content:nth-child(3) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container .slide-content:nth-child(3) .inner-slider {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container .slide-content:nth-child(5) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container .slide-content:nth-child(5) .inner-slider {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container .slide-content:nth-child(8) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container .slide-content:nth-child(8) .inner-slider {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container .slide-content:nth-child(4) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .inner-container .slide-content:nth-child(4) .inner-slider {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .inner-container .slide-content:nth-child(10) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .inner-container .slide-content:nth-child(10) .inner-slider {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .inner-container .slide-content:nth-child(6) .slide-content {
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
}
.home-main .inner-container .slide-content:nth-child(6) .inner-slider {
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
}
.home-main .inner-container .slide-content:nth-child(7) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .inner-container .slide-content:nth-child(7) .inner-slider {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .inner-container .slide-content:nth-child(9) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .inner-container .slide-content:nth-child(9) .inner-slider {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .inner-container:nth-child(1) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container:nth-child(3) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container:nth-child(5) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container:nth-child(8) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-container:nth-child(4) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .inner-container:nth-child(10) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .inner-container:nth-child(6) .slide-content {
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
}
.home-main .inner-container:nth-child(7) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .inner-container:nth-child(9) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .inner-container .slide-image {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  transition: padding-top 0.75s ease 1s;
}
.home-main .inner-container .slide-image::after {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 9, 0.5);
}
.home-main .inner-container .slide-image img {
  z-index: 0;
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-main .bg:nth-child(1) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .bg:nth-child(3) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .bg:nth-child(5) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .bg:nth-child(8) .slide-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .bg:nth-child(4) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .bg:nth-child(10) .slide-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .bg:nth-child(6) .slide-content {
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
}
.home-main .bg:nth-child(7) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .bg:nth-child(9) .slide-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .inner-slider {
  position: relative;
  height: 100vh;
}
.home-main .inner-slider .item {
  background-color: #000;
  position: relative;
  height: 100vh;
}
.home-main .inner-slider .item .flex-slide {
  display: flex;
}
.home-main .inner-slider .item .flex-slide .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-main .inner-slider .item .flex-slide .left .text-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5rem 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.home-main .inner-slider .item .flex-slide .left .text-content .slide-title {
  margin-bottom: 3rem;
  transform: translateY(5rem);
  opacity: 0;
  transition-property: transform, opacity;
  transition: 0.75s ease 1s;
  width: 90%;
  margin-left: 500px;
}
.home-main .inner-slider .item .flex-slide .left .text-content .slide-title h5 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #FFF;
  margin-bottom: 0.5rem;
  font-family: Code-Bold;
}
.home-main .inner-slider .item .flex-slide .left .text-content .slide-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0rem;
  color: #FFf;
  font-family: Code-Bold;
}
.home-main .inner-slider .item .flex-slide .left .text-content .slide-title a {
  font-family: NVRFNSHD-Display;
  margin-top: 3rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFF;
}
.home-main .inner-slider .item .flex-slide .left .text-content .slide-text {
  transform: translateY(5rem);
  opacity: 1;
  transition-property: transform, opacity;
  transition: 0.75s ease 1s;
}
.home-main .inner-slider .item .flex-slide .left .text-content .slide-text p {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-style: italic;
  color: #FFF;
  line-height: 1.5;
}
.home-main .inner-slider .item .flex-slide .left .text-content .slide-text a {
  margin-top: 3rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFF;
}
.home-main .inner-slider .item .flex-slide .left:nth-child(1) .text-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-slider .item .flex-slide .left:nth-child(3) .text-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-slider .item .flex-slide .left:nth-child(5) .text-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-slider .item .flex-slide .left:nth-child(8) .text-content {
  background: linear-gradient(45deg, rgb(85, 56, 93) 0%, rgb(215, 19, 103) 45%, rgb(215, 19, 103) 55%, rgb(85, 56, 93) 100%);
}
.home-main .inner-slider .item .flex-slide .left:nth-child(4) .text-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .inner-slider .item .flex-slide .left:nth-child(10) .text-content {
  background: linear-gradient(45deg, rgb(31, 77, 255) 0%, rgb(3, 162, 241) 100%);
}
.home-main .inner-slider .item .flex-slide .left:nth-child(6) .text-content {
  background: linear-gradient(135deg, rgb(43, 73, 230) 15%, rgb(25, 160, 222) 30%, rgb(204, 52, 58) 80%, rgb(255, 121, 1) 100%);
}
.home-main .inner-slider .item .flex-slide .left:nth-child(7) .text-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .inner-slider .item .flex-slide .left:nth-child(9) .text-content {
  background: linear-gradient(45deg, rgb(235, 53, 37) 0%, rgb(253, 194, 3) 80%);
}
.home-main .inner-slider .item .flex-slide .right {
  width: 50%;
}
.home-main .inner-slider .item .flex-slide .right img {
  width: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 85px;
}
.home-main .inner-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 30px;
  display: flex;
}
.home-main #scroll {
  z-index: 99;
  position: fixed;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-main #scroll p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 1rem;
  font-family: Code-Bold, sans-serif !important;
}
.home-main #scroll hr {
  width: 0.2rem;
  height: 2.5rem;
  background-color: #FFF;
}
.home-main .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 0px;
  left: inherit;
  width: 100%;
  padding: 0 20px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.home-main .slick-dots li div {
  width: 24px;
  height: 4px;
  padding: 0;
  border-radius: 2px;
  background: #8e99a3;
  margin: 0 5px;
  cursor: pointer;
}
.home-main .slick-dots .slick-active div {
  border: none;
  background: #000;
}

.slick-active .flex-slide .left {
  height: 100vh;
}
.slick-active .flex-slide .left .slide-title {
  transition-duration: 0.75s;
  margin-bottom: 3rem;
  opacity: 1 !important;
  width: 90%;
  margin-left: 0px !important;
}
.slick-active .flex-slide .right img {
  transition-duration: 1s;
  width: 100% !important;
}

.slide-active .inner-container .slide-content .slide-title {
  animation-name: slideInUpAlt;
  animation-iteration-count: 1;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.slide-active .inner-container .slide-content .slide-text {
  animation-name: slideInUpAlt;
  animation-iteration-count: 1;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.slide-active .inner-container .slide-image {
  animation-delay: 2s !important;
}
.slide-active .inner-container .slide-image img {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation-name: scaleIn;
  animation-iteration-count: 1;
  animation-duration: 0.8s;
  animation-delay: 0.65s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  backface-visibility: hidden;
}

@media screen and (max-width: 1640px) {
  html {
    font-size: 10.8px;
  }
}
@media screen and (max-width: 1590px) {
  html {
    font-size: 10.6px;
  }
}
@media screen and (max-width: 1540px) {
  html {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 1490px) {
  html {
    font-size: 10.2px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 10px;
  }
  .container {
    width: 85%;
  }
  footer #footer-awards .container .award {
    width: calc(50% - 2rem);
    justify-content: center;
  }
  footer #footer-copyright {
    flex-direction: column;
  }
  footer #footer-copyright #footer-social {
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
  }
  footer #footer-copyright #footer-social ul {
    margin-bottom: 2rem;
  }
  footer #footer-copyright #footer-social ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .container {
    padding: 0 3rem;
  }
  header .container #header-menu {
    width: 100%;
  }
  main.scroll {
    overflow: scroll;
  }
  main section#home article.slide {
    flex-direction: column;
  }
  main section#home article.slide .slide-content {
    width: 100%;
    height: 50%;
    padding: 5rem;
    justify-content: flex-start;
  }
  main section#home article.slide .slide-image {
    width: 100%;
    height: 50%;
    order: -1;
  }
  main section#home #home-pagination {
    display: none;
  }
  main section#about #about-text p {
    font-size: 1.5rem;
  }
  main section.slide {
    flex-direction: column;
  }
  main section.slide .slide-content {
    width: 100%;
    height: 50%;
    padding: 5rem;
    justify-content: flex-start;
  }
  main section.slide .slide-image {
    width: 100%;
    height: 50%;
    order: -1;
  }
  main section#work .container #work-navigation ul {
    flex-direction: column;
  }
  main section#work .container #work-navigation ul h4 {
    margin: 0 0 2rem 0;
  }
  main section#work .container #work-navigation ul li {
    margin-bottom: 2rem;
  }
  main section#work .container #work-content {
    grid-template-columns: 1fr;
  }
  main section#contact #contact-background h1 {
    font-size: 5.2rem;
  }
  main section#contact .container #contact-cards {
    grid-template-columns: 1fr;
  }
  main section#contact .container #contact-navigation h2 {
    text-align: center;
  }
  main section#contact .container #contact-navigation ul {
    flex-direction: column;
  }
  main section#contact .container #contact-navigation ul h4 {
    margin: 0 0 2rem 0;
  }
  main section#contact .container #contact-navigation ul li {
    margin-bottom: 2rem;
  }
  main section#contact .container #contact-content {
    grid-template-columns: 1fr;
  }
  main section#map {
    width: 200%;
  }
  main section#leadership #leadership-content .container {
    width: 100%;
  }
  main section#leadership #leadership-content .container .leader.half {
    width: 33.333%;
  }
  main section#leadership #leadership-content .container .leader.quarter {
    width: 33.333%;
  }
  main section#leadership #leadership-content .container .leader.third {
    width: 33.333%;
  }
  main section#approach #approach-content .container .approach {
    max-width: 75rem;
    flex-direction: column;
  }
  main section#approach #approach-content .container .approach .approach-content {
    width: 100%;
  }
  main section#approach #approach-content .container .approach .approach-image {
    width: 100%;
    order: -1;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section#map {
    width: 300%;
  }
  main section#leadership #leadership-content .container .leader.half {
    width: 50%;
  }
  main section#leadership #leadership-content .container .leader.quarter {
    width: 50%;
  }
  main section#leadership #leadership-content .container .leader.third {
    width: 50%;
  }
  footer #footer-awards .container .award {
    width: 100%;
  }
  footer #footer-contact #contact-button {
    flex-direction: column;
  }
  footer #footer-contact #contact-button a:first-child {
    margin-bottom: 4rem;
  }
  footer #footer-copyright {
    margin-bottom: 0;
  }
  footer #footer-copyright #footer-menu {
    order: -1;
    margin-bottom: 4rem;
  }
  footer #footer-copyright #footer-menu ul {
    flex-direction: column;
  }
  footer #footer-copyright #footer-menu ul li {
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 468px) {
  html {
    font-size: 10px;
  }
  main section#home article.slide .slide-content {
    height: 60%;
  }
  main section#home article.slide .slide-image {
    height: 40%;
  }
  main section.slide .slide-content {
    height: 60%;
  }
  main section.slide .slide-image {
    height: 40%;
  }
  main section#map {
    width: 400%;
  }
  main section#leadership #leadership-content .container .leader.half {
    width: 100%;
  }
  main section#leadership #leadership-content .container .leader.quarter {
    width: 100%;
  }
  main section#leadership #leadership-content .container .leader.third {
    width: 100%;
  }
  main section#approach #approach-content .container .approach {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 425px) {
  html {
    font-size: 9.75px;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 9.25px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 325px) {
  html {
    font-size: 8.75px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
@media (max-width: 992px) {
  .page-banner {
    height: 40vh;
  }
  .page-banner h1 {
    font-size: 28px;
  }
  .who-we-are {
    padding: 30px 0;
  }
  .who-we-are .container {
    width: calc(100% - 30px);
  }
  .who-we-are .container .row {
    margin: 0 -15px;
  }
  .who-we-are .container .row::after {
    display: none;
  }
  .who-we-are .container .row .col-6 {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 24px;
  }
  .who-we-are .container .row .col-6:nth-child(2n) {
    margin-top: 0;
  }
  .who-we-are .box {
    padding: 15px;
  }
  .who-we-are .box::after {
    display: none;
  }
  .who-we-are .box::before {
    display: none;
  }
  .who-we-are .box h2 {
    font-size: 42px;
  }
  .who-we-are .box p {
    font-size: 18px;
    line-height: 24px;
  }
  .slider-width {
    display: block;
  }
  .slider-width .item .columns {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
  .slider-width .item .columns .text {
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .slider-width .item .columns img {
    width: 100%;
    height: inherit;
  }
  .slider-width .control {
    margin-top: 30px;
  }
  .horizantal-scroll {
    display: none;
  }
  .horizantal-scroll .item .columns {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
  .horizantal-scroll .item .columns .text {
    position: absolute;
    left: 30px;
    width: calc(100% - 60px);
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .horizantal-scroll .item .columns img {
    width: 100%;
    height: inherit;
  }
  .lastContainer {
    display: none;
  }
  .referans-section {
    margin-bottom: 30px;
  }
  .referans-section .title {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .referans-section .title h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .referans-section .title h2 img {
    height: 25px;
  }
  .referans-section .title p {
    font-size: 15px;
  }
  .referans-section .marquee a img {
    width: 120px;
  }
  .referans-section .marquee_rtl a img {
    width: 120px;
  }
  .maps .svg-map svg {
    height: 260px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .teams .row-list .item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .teams .row-list .item {
    width: 100%;
  }
}
@media (max-width: 2560px) {
  .tmsmbl {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tmsmbl {
    display: none;
  }
  .teams {
    background: #ebebeb;
    padding: 100px 0;
  }
  .teams .title {
    margin-bottom: 100px;
  }
  .teams .title h2 {
    font-size: 28px;
    font-weight: 700;
  }
  .teams s .item-row {
    margin-bottom: 60px;
  }
  .teams s .item-row .mng img {
    width: auto;
    height: 240px;
  }
  .teams .row-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .teams .row-list .item {
    width: 10%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .teams .row-list .item a {
    display: block;
  }
  .teams .row-list .item a img {
    width: 100%;
  }
  .teams .row-list .item .tt h4 {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .teams .row-list .item .tt a {
    display: block;
    color: #000;
    opacity: 0.8;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .tmsmbl {
    display: none;
  }
  .teams {
    background: #ebebeb;
    padding: 100px 0;
  }
  .teams .title {
    margin-bottom: 100px;
  }
  .teams .title h2 {
    font-size: 28px;
    font-weight: 700;
  }
  .teams s .item-row {
    margin-bottom: 60px;
  }
  .teams s .item-row .mng img {
    width: auto;
    height: 240px;
  }
  .teams .row-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .teams .row-list .item {
    width: 14%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .teams .row-list .item a {
    display: block;
  }
  .teams .row-list .item a img {
    width: 100%;
  }
  .teams .row-list .item .tt h4 {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .teams .row-list .item .tt a {
    display: block;
    color: #000;
    opacity: 0.8;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .tmsmbl {
    display: block;
  }
  .tmsmbl .slick-dots li div {
    width: 18px;
  }
  .tmsmbl .inner-slider .item {
    background-color: #fff;
  }
  .tmsmbl .inner-slider .item .flex-slide .left {
    width: 100% !important;
  }
  .tmsmbl .inner-slider .item .flex-slide .left .text-content {
    background-color: #fff !important;
    background: #fff !important;
    padding: 25px;
    margin: 0px auto;
    align-items: center;
  }
  .tmsmbl .inner-slider .item .flex-slide .left .text-content .slide-title img {
    width: 345px;
  }
  .tms {
    display: none;
  }
}/*# sourceMappingURL=fcbstyle.css.map */