@import url("../vendor/fontawesome/css/all.min.css");
@import url("../../node_modules/swiper/swiper-bundle.min.css");
@import url("../../node_modules/lightbox2/dist/css/lightbox.min.css");
@import url("../../node_modules/toastr/build/toastr.min.css");
@font-face {
  font-family: Astera;
  src: url(fonts/astera.ttf);
}
@font-face {
  font-family: Helvetica;
  src: url(fonts/HelveticaNeueMedium.otf);
}
@font-face {
  font-family: "3X5";
  src: url(fonts/3X5_____.otf);
}
@font-face {
  font-family: Nohemi;
  src: url(fonts/Nohemi.otf);
}
@font-face {
  font-family: Nohemi-Regular;
  src: url(fonts/Nohemi-Thin.otf);
}
@font-face {
  font-family: Warfirels;
  src: url(fonts/Warfirels-Regular.otf);
}
.primary-btn {
  filter: drop-shadow(0px 7px 0px #ffb800);
  transition: 0.5s;
  color: #fff;
  width: 350px;
  height: 60px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .primary-btn {
    width: 300px;
    height: 50px;
  }
}
.primary-btn:hover {
  filter: drop-shadow(0px -5px 0px #ffb800);
  color: #ffb800;
}
.primary-btn .btn-inner {
  clip-path: polygon(95.405% 0%, 4.779% 0%, 0% 25.77%, 9.735% 88.648%, 35.224% 88.648%, 36.817% 99.986%, 62.836% 99.986%, 64.96% 88.648%, 90.449% 88.648%, 99.83% 25.77%, 95.405% 0%);
  letter-spacing: 0.48px;
  background-color: #171717;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Helvetica";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .primary-btn .btn-inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .primary-btn .btn-inner img {
    width: 20px;
  }
}

.submit-btn {
  background-color: #ffb800;
  color: #fff;
  width: 100%;
  padding: 14px 20px;
  border: 0;
  outline: 0;
  border-radius: 5px;
  text-align: center;
  font-family: "Nohemi";
  font-size: 16px;
}

.site-container {
  width: 1600px;
  margin: auto;
}
@media screen and (max-width: 1650px) {
  .site-container {
    width: 1320px;
  }
}
@media screen and (max-width: 1350px) {
  .site-container {
    width: 1020px;
  }
}
@media screen and (max-width: 1060px) {
  .site-container {
    width: 800px;
  }
}
@media screen and (max-width: 850px) {
  .site-container {
    width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .site-container {
    width: 95%;
  }
}

.head h1 {
  color: #fff;
  text-align: center;
  font-family: "Astera";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1650px) {
  .head h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1350px) {
  .head h1 {
    font-size: 60px;
    line-height: 130%;
  }
}
@media screen and (max-width: 850px) {
  .head h1 {
    font-size: 40px;
  }
}
.head h1 span.gradient {
  background: url(../images/bg/font-bg.webp) lightgray 50%/cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.head h1 span.outline {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 0.5px #fff;
  -webkit-text-fill-color: transparent;
  font-family: "Astera";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.head h1 span.yellow {
  color: #ffb800;
}
.head h1 span.grey {
  color: #6e6e6e;
}
.head h2 {
  color: #fff;
  text-align: center;
  font-family: "Astera";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1060px) {
  .head h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .head h2 {
    font-size: 25px;
  }
}

.swiper-wrapper {
  height: max-content;
}

.content.service-cards {
  position: relative;
  width: 68%;
  margin-left: auto;
  margin-right: 0;
}
.content.service-cards .row {
  display: flex;
  justify-content: center;
  margin-top: -300px;
}
.content.service-cards .row:first-child {
  margin-top: 0;
}
.content.service-cards .row:nth-child(2) {
  gap: 200px;
  position: relative;
  z-index: 2;
}
.content.service-cards .row:nth-child(4) {
  gap: 200px;
  position: relative;
  z-index: 1;
  justify-content: end;
}
.content.service-cards .row:nth-child(4) .card {
  margin-right: -50px;
}
.content.service-cards .row .card {
  width: 250px;
  background-image: url(../images/why-us/card.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  min-width: 520px;
  min-height: 520px;
  padding: 130px;
  padding-top: 150px;
}
.content.service-cards .row .card .header {
  font-family: "Nohemi";
  font-size: 19.5px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffb800;
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
.content.service-cards .row .card p {
  font-family: "Nohemi";
  font-size: 15.6px;
  font-weight: 300;
  line-height: 19.5px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

#lightbox {
  position: fixed !important;
  top: 30px !important;
}

.lb-image {
  width: 90vw !important;
  height: 90vh !important;
  object-fit: contain;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: #171717;
}

.nav {
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .nav {
    overflow: auto;
  }
}
.nav .mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background: #171717;
  box-shadow: 3.335px 3.335px 10px 0px rgba(0, 0, 0, 0.15) inset, -3.335px -3.335px 10px 0px rgba(0, 0, 0, 0.15) inset;
  border-radius: 10px;
  width: 90%;
  margin: auto;
  margin-top: 15px;
}
.nav .mobile-header .brand {
  width: 70px;
}
.nav .mobile-header .brand img {
  width: 100%;
}
.nav .mobile-header .icon i {
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 1060px) {
  .nav .mobile-header {
    display: flex;
  }
}
.nav .navigation {
  padding-top: 30px;
  transition: 1s;
}
@media screen and (max-width: 1060px) {
  .nav .navigation {
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7333333333);
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(0);
    display: none;
    animation: overlayfadeOut 0.6s linear;
  }
}
.nav .navigation.open {
  transform: translateY(0);
}
@media screen and (max-width: 1060px) {
  .nav .navigation.open {
    display: block;
    opacity: 1;
    animation: overlayfadein 0.6s linear;
  }
}
@media screen and (max-width: 1060px) {
  .nav .navigation.open .inner {
    transform: translateX(0%);
    animation: slideIn 0.5s linear;
  }
}
@media screen and (max-width: 1060px) {
  .nav .navigation > .site-container {
    width: 100%;
  }
}
.nav .navigation .inner {
  background: #171717;
  box-shadow: 3.335px 3.335px 10px 0px rgba(0, 0, 0, 0.15) inset, -3.335px -3.335px 10px 0px rgba(0, 0, 0, 0.15) inset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  animation: slideOut 0.5s linear;
}
@media screen and (max-width: 1060px) {
  .nav .navigation .inner {
    position: relative;
    overflow: auto;
    border-radius: 0;
    height: 100%;
    width: 400px;
    transform: translateX(-120%);
  }
}
@media screen and (max-width: 575px) {
  .nav .navigation .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .nav .navigation .inner .brand {
    display: none;
  }
}
.nav .navigation .inner .brand img {
  height: 40px;
}
.nav .navigation .inner .close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}
@media screen and (max-width: 1060px) {
  .nav .navigation .inner .close-icon {
    display: block;
  }
}
.nav .navigation .inner .close-icon i {
  color: #fff;
  font-size: 40px;
}
.nav .navigation .inner > ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1060px) {
  .nav .navigation .inner > ul {
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
  }
}
.nav .navigation .inner > ul li {
  list-style: none;
}
.nav .navigation .inner > ul li a {
  color: #fff;
  text-align: justify;
  font-family: "Nohemi";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-decoration: none;
}
@media screen and (max-width: 1060px) {
  .nav .navigation .inner > ul li a {
    font-size: 20px;
  }
}
.nav .navigation .inner > ul li a.active {
  color: #ffb800;
}
.nav .navigation .inner > ul li .sub-nav-list {
  position: fixed;
  z-index: 25;
  background-color: #171717;
  border-radius: 0 0 10px 10px;
  margin-left: -30px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 1060px) {
  .nav .navigation .inner > ul li .sub-nav-list {
    display: none;
  }
}
.nav .navigation .inner > ul li .sub-nav-list li {
  margin: 15px 27px;
}
.nav .navigation .inner > ul li .sub-nav-list li:first-child {
  margin-top: 20px;
}
.nav .navigation .inner > ul li .sub-nav-list li:last-child {
  margin-bottom: 20px;
}
.nav .navigation .inner > ul li .sub-nav-list li a {
  font-size: 14px;
}
.nav .navigation .inner > ul li:hover .sub-nav-list {
  border-bottom: 3px solid #ffb800;
  max-height: 1000px;
  transition: 0.5s;
}
.nav .navigation .inner .dots {
  display: flex;
  gap: 7px;
}
.nav .navigation .inner .dots .dot {
  background-color: #ffb800;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.nav .navigation .inner .searchbar form button {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  outline: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.nav .navigation .inner .searchbar form input {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: "Nohemi";
  font-size: 16;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.002px;
  text-transform: capitalize;
}
@media screen and (max-width: 1060px) {
  .nav .navigation .inner .nav-img {
    display: none;
  }
}

@keyframes overlayfadein {
  0%, 10% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overlayfadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-120%);
  }
}
.landing {
  background-image: url(../images/hero/landing-bg.webp);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: top center;
  height: 100vh;
  overflow: hidden;
  transition: 2s linear;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100vw;
}
@media screen and (max-width: 1135px) {
  .landing {
    background-size: 250%;
  }
}
@media screen and (max-width: 950px) {
  .landing {
    background-size: 350%;
  }
}
@media screen and (max-width: 670px) {
  .landing {
    background-size: 550%;
  }
}
.landing.hide-landing {
  display: none;
  opacity: 0;
  animation: hideLandingPage 1s linear;
}
.landing.collapsed {
  background-size: 100%;
}
@media screen and (max-width: 1750px) {
  .landing.collapsed {
    background-size: 120vw;
  }
}
@media screen and (max-width: 1400px) {
  .landing.collapsed {
    background-size: 150vw;
  }
}
@media screen and (max-width: 1135px) {
  .landing.collapsed {
    background-size: 180vw;
  }
}
@media screen and (max-width: 950px) {
  .landing.collapsed {
    background-size: 250vw;
  }
}
@media screen and (max-width: 670px) {
  .landing.collapsed {
    background-size: 450vw;
  }
}
.landing.collapsed .content {
  transition-delay: 1s;
  transform: translateY(0%) scale(1);
}
.landing .content {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding-bottom: 30px;
  transition: 2s;
  transform: translateY(120%) scale(0);
}
.landing .content p {
  color: #fff;
  text-align: center;
  font-family: "Helvetica";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.hero {
  background-image: url(../images/hero/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(23, 23, 23);
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 92%);
  height: 200px;
}
.hero.collapse .stage,
.hero.collapse .bg-video {
  transition: 1s linear;
  opacity: 1;
}
.hero.collapse .slider .hero-swiper {
  opacity: 1;
  transform: translateY(0%) scale(1);
}
.hero.collapse .site-container .inner .head .fade {
  opacity: 0;
}
.hero.collapse .site-container .inner .head .slide {
  transform: translateY(110%);
}
.hero.collapse .site-container .inner a {
  transform: translateY(1000%);
}
.hero.collapse .controllers {
  opacity: 1;
}
.hero .stage,
.hero .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s linear;
  opacity: 0;
}
.hero .stage img,
.hero .stage video,
.hero .bg-video img,
.hero .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .hero .stage {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
    overflow: hidden;
    bottom: 0;
    top: unset;
  }
}
@media screen and (max-width: 768px) {
  .hero .stage img {
    content: url(../images/hero/slider-stage-sm.webp);
    height: 30%;
  }
}
.hero .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .slider .hero-swiper {
  height: 100%;
  opacity: 0;
  transform: translateY(110%) scale(0);
  transition: 1s linear;
}
.hero .slider .hero-swiper .swiper-wrapper {
  height: 100%;
}
.hero .slider .hero-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hero .slider .hero-swiper .swiper-wrapper .swiper-slide {
    align-items: end;
    padding-bottom: 35%;
  }
}
@media screen and (max-width: 768px) {
  .hero .slider .hero-swiper .swiper-wrapper .swiper-slide img {
    width: 130%;
  }
}
.hero .site-container {
  height: 100%;
  overflow: hidden;
}
.hero .site-container .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .site-container .inner .head {
  overflow: hidden;
}
.hero .site-container .inner .head h1 {
  transition: 1s;
}
.hero .site-container .inner .head h1.fade {
  font-size: 60px !important;
  margin-bottom: 50px;
  opacity: 1;
}
@media screen and (max-width: 670px) {
  .hero .site-container .inner .head h1.fade {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 575px) {
  .hero .site-container .inner .head h1.fade {
    margin-bottom: 10px;
  }
}
.hero .site-container .inner .head h1.slide {
  font-family: "Nohemi";
  letter-spacing: 2px;
  padding: 0 100px;
  transform: translateY(0%);
}
@media screen and (max-width: 850px) {
  .hero .site-container .inner .head h1.slide {
    padding: 0;
  }
}
.hero .site-container .inner a {
  transition: 1s;
  margin: 40px auto 0;
  transform: translateY(0);
}
.hero .controllers {
  position: absolute;
  z-index: 3;
  width: max-content;
  right: 0px;
  bottom: 0px;
  padding: 20px 50px;
  opacity: 0;
  transition: 1s;
  display: flex;
  gap: 10px;
}
.hero .controllers .left {
  transform: rotate(180deg);
}
.hero .controllers .left svg,
.hero .controllers .right svg {
  width: 50px;
}

@keyframes hideLandingPage {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes toggleHeroSlider {
  0% {
    opacity: 0;
    transform: translateX(110%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translateX(110%) scale(0);
  }
}
.mini-about {
  background-image: url(../images/about/mini-about-bg.webp);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 520px) {
  .mini-about {
    background-position-x: -650px;
    background-position-y: -100px;
    padding: 70px 0;
  }
}
.mini-about::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(23, 23, 23);
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 92%);
  height: 200px;
}
@media screen and (max-width: 575px) {
  .mini-about::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: rgba(22, 22, 22, 0.62);
    height: 100%;
  }
}
.mini-about .head {
  width: 55%;
}
@media screen and (max-width: 1060px) {
  .mini-about .head {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .mini-about .head {
    position: relative;
    z-index: 1;
  }
}
.mini-about .head h1 {
  text-align: start;
}
.mini-about .head h1:first-child {
  font-size: 146.4px;
}
@media screen and (max-width: 1060px) {
  .mini-about .head h1:first-child {
    font-size: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .mini-about .head h1:first-child {
    font-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .mini-about .head h1:first-child {
    font-size: 13vw;
  }
}
.mini-about .head h1:nth-child(2) {
  font-size: 229.4px !important;
  margin: -60px 0;
}
@media screen and (max-width: 1060px) {
  .mini-about .head h1:nth-child(2) {
    font-size: 170px !important;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  .mini-about .head h1:nth-child(2) {
    font-size: 120px !important;
  }
}
@media screen and (max-width: 575px) {
  .mini-about .head h1:nth-child(2) {
    font-size: 23vw !important;
  }
}
.mini-about .head h1:nth-child(2) span {
  -webkit-text-stroke: 1px #fff;
}
.mini-about .head p {
  color: #fff;
  text-align: justify;
  font-family: "Nohemi-Regular";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 153.846% */
  letter-spacing: 0.78px;
  margin-top: 20px;
}
@media screen and (max-width: 1060px) {
  .mini-about .head p {
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .mini-about .head p {
    font-size: 16px;
    line-height: 160%;
  }
}
.mini-about .head a {
  margin-top: 40px;
}
@media screen and (max-width: 1060px) {
  .mini-about .head a {
    margin: auto;
    margin-top: 30px;
  }
}

.we-create {
  background-image: url(../images/we-create/bg.webp);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  .we-create {
    padding: 100px 0;
  }
}
.we-create::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(23, 23, 23);
  background: linear-gradient(0deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 92%);
  height: 200px;
}
.we-create::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(23, 23, 23);
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 92%);
  height: 200px;
}
.we-create.animated .head {
  transform: translateY(0);
}
.we-create.animated .row {
  transform: translateX(0) !important;
}
.we-create .head {
  transition: 1s;
  margin-bottom: 50px;
  transform: translateY(350px);
}
.we-create .head h1 {
  text-align: left;
  font-size: 135px;
}
@media screen and (max-width: 1650px) {
  .we-create .head h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1350px) {
  .we-create .head h1 {
    font-size: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 474px) {
  .we-create .head h1 {
    font-size: 60px;
  }
}
.we-create .row {
  display: flex;
  gap: 30px;
  transition: all 1s;
}
@media screen and (max-width: 950px) {
  .we-create .row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .we-create .row {
    gap: 10px;
  }
}
.we-create .row.row-1 {
  transform: translateX(120%);
}
@media screen and (max-width: 1350px) {
  .we-create .row.row-1 {
    justify-content: center;
  }
}
.we-create .row.row-2 {
  justify-content: center;
  margin-top: -50px;
  padding-left: 60px;
  transform: translateX(-120%);
}
@media screen and (max-width: 1350px) {
  .we-create .row.row-2 {
    margin-top: 20px;
    padding-left: 0;
  }
}
.we-create .row .serve:hover .header {
  opacity: 1;
}
.we-create .row .serve a {
  color: #ffb800;
  text-decoration: none;
  margin: 0;
}
@media screen and (max-width: 474px) {
  .we-create .row .serve a {
    font-size: 15px;
  }
}
.we-create .row .serve .header {
  color: #ffb800;
  font-family: "Helvetica";
  font-size: 23.36px;
  font-weight: 700;
  line-height: 23.24px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5607843137);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
}
.we-create .row .serve .header span {
  display: block;
  color: #fff;
}
.we-create .row .serve .poligon {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #ffb800;
  padding: 5px;
}
.we-create .row .serve .poligon .inner {
  width: 300px;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: relative;
}
@media screen and (max-width: 1650px) {
  .we-create .row .serve .poligon .inner {
    width: 240px;
    height: 260px;
  }
}
@media screen and (max-width: 1350px) {
  .we-create .row .serve .poligon .inner {
    width: 200px;
    height: 230px;
  }
}
@media screen and (max-width: 474px) {
  .we-create .row .serve .poligon .inner {
    width: 150px;
    height: 160px;
  }
}
.we-create a {
  margin: 70px auto 0 auto;
  position: relative;
  z-index: 1;
}

.why_us {
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  padding-top: 50px;
}
@media screen and (max-width: 1750px) {
  .why_us {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .why_us {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 513px) {
  .why_us {
    overflow: hidden;
    padding-bottom: 50px;
  }
}
.why_us .inner {
  position: relative;
}
.why_us .inner .head {
  position: absolute;
  top: 110px;
  left: 140px;
  width: 50%;
}
@media screen and (max-width: 1750px) {
  .why_us .inner .head {
    top: 30px;
    left: 100px;
  }
}
@media screen and (max-width: 1650px) {
  .why_us .inner .head {
    position: static;
    width: 100%;
    margin-top: 50px;
  }
}
.why_us .inner .head h1 {
  text-align: left;
  line-height: 80px;
}
@media screen and (max-width: 1650px) {
  .why_us .inner .head h1 {
    text-align: center;
    line-height: 100%;
  }
}
.why_us .inner .bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.why_us .inner .bg img {
  width: 100%;
  position: absolute;
  margin-top: -130px;
}
.why_us .inner .eagle {
  width: 500px;
  position: absolute;
  right: 280px;
  margin-top: -180px;
  z-index: 2;
}
@media screen and (max-width: 1650px) {
  .why_us .inner .eagle {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: -90px;
  }
}
@media screen and (max-width: 500px) {
  .why_us .inner .eagle {
    width: 100%;
  }
}
.why_us .inner .eagle img {
  width: 100%;
}
.why_us .inner .character {
  position: absolute;
  left: -100px;
  top: 200px;
  z-index: 3;
}
@media screen and (max-width: 1750px) {
  .why_us .inner .character {
    top: 100px;
  }
}
@media screen and (max-width: 1650px) {
  .why_us .inner .character {
    text-align: center;
    left: -30vw;
    top: 350px;
  }
}
@media screen and (max-width: 1350px) {
  .why_us .inner .character {
    left: -50vw;
  }
}
@media screen and (max-width: 1060px) {
  .why_us .inner .character {
    display: none;
  }
}
@media screen and (max-width: 1650px) {
  .why_us .inner .service-cards {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .why_us .inner .service-cards .row:first-child .card {
    margin-top: 0;
  }
}
@media screen and (max-width: 1060px) {
  .why_us .inner .service-cards .row {
    margin: 0;
    gap: 0;
  }
}
@media screen and (max-width: 900px) {
  .why_us .inner .service-cards .row {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1750px) {
  .why_us .inner .service-cards .row .card {
    min-width: unset;
    min-height: unset;
    width: 450px;
    height: 450px;
    padding: 110px;
  }
}
@media screen and (max-width: 1650px) {
  .why_us .inner .service-cards .row .card {
    min-width: 450px;
    min-height: 450px;
  }
}
@media screen and (max-width: 900px) {
  .why_us .inner .service-cards .row .card {
    margin: -30px 0;
  }
}
@media screen and (max-width: 1750px) {
  .why_us .inner .service-cards .row .card .header {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.quality {
  padding: 220px 0;
}
@media screen and (max-width: 1650px) {
  .quality {
    padding: 100px 0;
  }
}
@media screen and (max-width: 850px) {
  .quality {
    padding: 50px 0;
  }
}
.quality .inner {
  position: relative;
}
.quality .inner .content {
  padding: 30px 100px;
}
@media screen and (max-width: 850px) {
  .quality .inner .content {
    padding: 0;
  }
}
.quality .inner .content .head h1 {
  text-align: left;
}
.quality .inner .content .head h1:first-child {
  font-size: 145px;
  margin-bottom: -40px;
}
@media screen and (max-width: 1650px) {
  .quality .inner .content .head h1:first-child {
    font-size: 120px;
  }
}
@media screen and (max-width: 1350px) {
  .quality .inner .content .head h1:first-child {
    font-size: 80px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1060px) {
  .quality .inner .content .head h1:first-child {
    font-size: 60px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 850px) {
  .quality .inner .content .head h1:first-child {
    text-align: center;
    margin-bottom: 0;
    font-size: 50px;
  }
}
@media screen and (max-width: 485px) {
  .quality .inner .content .head h1:first-child {
    font-size: 10vw;
  }
}
.quality .inner .content .head h1:last-child {
  font-size: 95px;
}
@media screen and (max-width: 1650px) {
  .quality .inner .content .head h1:last-child {
    font-size: 70px;
  }
}
@media screen and (max-width: 1350px) {
  .quality .inner .content .head h1:last-child {
    font-size: 50px;
  }
}
@media screen and (max-width: 1060px) {
  .quality .inner .content .head h1:last-child {
    font-size: 35px;
  }
}
@media screen and (max-width: 850px) {
  .quality .inner .content .head h1:last-child {
    font-size: 25px;
    text-align: center;
  }
}
.quality .inner .content p {
  font-family: "Nohemi-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #fff;
  margin-top: 30px;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1350px) {
  .quality .inner .content p {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 850px) {
  .quality .inner .content p {
    width: 100%;
    font-size: 16px;
  }
}
.quality .inner .line-image {
  width: 30%;
  height: 110%;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 850px) {
  .quality .inner .line-image {
    display: none;
  }
}
.quality .inner .line-image:nth-child(1) {
  transform: rotate(180deg);
}
.quality .inner .line-image.line2 {
  right: 0;
}
.quality .inner .line-image img {
  width: 100%;
  height: 100%;
}
.quality .inner .line-image .head h1 {
  text-align: left;
}
.quality .inner .line-image .head h1:first-child {
  font-size: 145px;
  margin-bottom: -40px;
}
.quality .inner .line-image p {
  font-family: "Nohemi-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #fff;
  margin-top: 30px;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}
.quality a {
  margin: auto;
  margin-top: 70px;
}

.team {
  background-image: url(../images/team/bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 80px 0;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 575px) {
  .team {
    border-radius: 30px 30px 0 0;
    padding-bottom: 50px;
  }
}
.team .head h1 {
  font-size: 200px;
}
@media screen and (max-width: 1650px) {
  .team .head h1 {
    font-size: 150px;
  }
}
@media screen and (max-width: 1350px) {
  .team .head h1 {
    font-size: 130px;
  }
}
@media screen and (max-width: 1060px) {
  .team .head h1 {
    line-height: 80%;
  }
}
@media screen and (max-width: 575px) {
  .team .head h1 {
    font-size: 80px;
  }
}
.team .head p {
  font-family: "Nohemi";
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  margin-top: -50px;
}
@media screen and (max-width: 1650px) {
  .team .head p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1350px) {
  .team .head p {
    font-size: 25px;
  }
}
@media screen and (max-width: 1060px) {
  .team .head p {
    margin-top: 30px;
    line-height: 120%;
  }
}
.team .statue {
  margin-top: -100px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .team .statue {
    margin-top: -50px;
  }
}
.team .statue img {
  width: 120%;
  object-position: center;
  object-fit: cover;
  margin-left: -300px;
}
@media screen and (max-width: 1350px) {
  .team .statue img {
    margin-left: -20vw;
  }
}
.team .content {
  font-family: "Nohemi";
  font-size: 170px;
  font-weight: 400;
  line-height: 170px;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  .team .content {
    font-size: 150px;
  }
}
@media screen and (max-width: 1350px) {
  .team .content {
    font-size: 100px;
    line-height: 120%;
  }
}
@media screen and (max-width: 1060px) {
  .team .content {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  .team .content {
    font-size: 40px;
  }
}

.clients {
  background-color: #fff;
  padding-bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  .clients .site-container {
    width: 100%;
    overflow: auto;
    display: flex;
  }
}
.clients .contents {
  background-image: url(../images/clients/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100px;
  position: relative;
  padding-bottom: 400px;
}
@media screen and (max-width: 1060px) {
  .clients .contents {
    min-width: 1060px;
    max-width: 1060px;
    border-radius: 0;
    background-attachment: fixed;
    padding-bottom: 200px;
  }
}
.clients .contents .image {
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .clients .contents .image {
    width: 100%;
  }
}
@media screen and (max-width: 1350px) {
  .clients .contents .image img {
    width: 100%;
  }
}
.clients .contents .character {
  position: absolute;
  z-index: 2;
  bottom: -85px;
  margin-left: 160px;
}
@media screen and (max-width: 1350px) {
  .clients .contents .character {
    margin-left: 0;
  }
}
@media screen and (max-width: 1060px) {
  .clients .contents .character {
    display: none;
  }
}
.clients .contents .row {
  position: absolute;
  top: 650px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 300px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .clients .contents .row {
    top: 570px;
    row-gap: 250px;
  }
}
@media screen and (max-width: 1060px) {
  .clients .contents .row {
    top: 620px;
  }
}
.clients .contents .row .card:nth-child(1) {
  padding-top: 20px;
}
.clients .contents .row .card:nth-child(1) .inner {
  margin-right: 15px;
}
@media screen and (max-width: 1650px) {
  .clients .contents .row .card:nth-child(1) .inner {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1350px) {
  .clients .contents .row .card:nth-child(1) .inner {
    margin-right: 70px;
  }
}
.clients .contents .row .card:nth-child(2) {
  padding-left: 25px;
  margin-top: -180px;
}
.clients .contents .row .card:nth-child(3) {
  padding-top: 130px;
  margin-left: -290px;
}
@media screen and (max-width: 1650px) {
  .clients .contents .row .card:nth-child(3) {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1350px) {
  .clients .contents .row .card:nth-child(3) {
    margin-left: 0px;
  }
}
.clients .contents .row .card:nth-child(4) {
  padding-top: 10px;
}
.clients .contents .row .card:nth-child(4) .inner {
  margin-right: 100px;
}
@media screen and (max-width: 1650px) {
  .clients .contents .row .card:nth-child(4) .inner {
    margin-right: 140px;
  }
}
@media screen and (max-width: 1350px) {
  .clients .contents .row .card:nth-child(4) .inner {
    margin-right: 150px;
  }
}
.clients .contents .row .card:nth-child(5) {
  margin-top: -200px;
  padding-right: 20px;
}
.clients .contents .row .card:nth-child(6) {
  padding-top: 40px;
  padding-right: 210px;
}
@media screen and (max-width: 1650px) {
  .clients .contents .row .card:nth-child(6) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1350px) {
  .clients .contents .row .card:nth-child(6) .inner {
    margin-right: 40px;
  }
}
.clients .contents .row .card:nth-child(7) {
  grid-column: 1/-1;
  margin-top: -50px;
  padding-left: 310px;
}
.clients .contents .row .card .inner {
  width: 130px;
  height: 150px;
  font-family: "Nohemi";
  font-size: 17.26px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.clients .contents .row .card .inner strong {
  display: block;
  margin-bottom: 10px;
}

.trusted-clients {
  background-image: url(../images/trusted-clients/bg.webp);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0;
}
@media screen and (max-width: 1060px) {
  .trusted-clients {
    padding: 50px 0;
  }
}
.trusted-clients .head h1 {
  font-size: 110px;
}
@media screen and (max-width: 850px) {
  .trusted-clients .head h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .trusted-clients .head h1 {
    font-size: 60px;
  }
}
.trusted-clients .head h1 .outline {
  -webkit-text-stroke: 2px #171717;
}
.trusted-clients p {
  font-family: "Nohemi";
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #171717;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .trusted-clients p {
    font-size: 20px;
    line-height: 30px;
  }
}
.trusted-clients .list-wrap {
  overflow: hidden;
  width: 70%;
  margin: auto;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  .trusted-clients .list-wrap {
    width: 100%;
  }
}
.trusted-clients .list-wrap .list {
  display: flex;
  gap: 30px;
  animation: slideBrand 10s linear infinite;
}
.trusted-clients .list-wrap .list img {
  border: 1px solid #f5f5f5;
  padding: 60px 50px;
  box-shadow: 0px 1.33px 2.67px 0px rgba(85, 105, 135, 0.1019607843);
  border-radius: 8px;
}

@keyframes slideBrand {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-102%);
  }
}
.counters {
  background-color: #fff;
  background-image: url(../images/counters/bg.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 0px;
  background-size: 60% 100%;
  height: 1100px;
}
@media screen and (max-width: 1650px) {
  .counters {
    height: 900px;
  }
}
@media screen and (max-width: 1350px) {
  .counters {
    height: 700px;
  }
}
@media screen and (max-width: 1060px) {
  .counters {
    background-image: none;
    height: max-content;
    padding-bottom: 150px;
  }
}
.counters .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1060px) {
  .counters .inner {
    align-items: center;
    gap: 40px;
  }
}
.counters .inner .counter {
  width: 50%;
}
@media screen and (max-width: 1060px) {
  .counters .inner .counter {
    width: 100%;
  }
}
.counters .inner .counter .number {
  text-align: center;
  font-family: "3X5";
  font-size: 102.25px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #11ff00;
}
@media screen and (max-width: 1060px) {
  .counters .inner .counter .number {
    font-size: 70px;
  }
}
.counters .inner .counter .title {
  text-align: center;
  font-family: "Helvetica";
  font-size: 42.6px;
  font-weight: 500;
  text-align: center;
  color: #8896ab;
}
@media screen and (max-width: 1060px) {
  .counters .inner .counter .title {
    font-size: 25px;
    margin-top: 20px;
  }
}

.testimonials {
  background-image: url(../images/testimonials/bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 400px;
  border-radius: 100px 100px 0 0;
  margin-top: -150px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1350px) {
  .testimonials {
    padding-top: 200px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials {
    border-radius: 30px 30px 0 0;
  }
}
.testimonials .inner .head h1:last-child {
  margin: 70px 0;
  font-family: "Nohemi";
  font-size: 110px;
}
@media screen and (max-width: 1350px) {
  .testimonials .inner .head h1:last-child {
    font-size: 80px;
  }
}
@media screen and (max-width: 1060px) {
  .testimonials .inner .head h1:last-child {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .inner .head h1:last-child {
    font-size: 35px;
    margin: 30px 0;
  }
}
.testimonials .inner .slide {
  width: 50%;
}
@media screen and (max-width: 1060px) {
  .testimonials .inner .slide {
    width: 100%;
  }
}
@media screen and (max-width: 1350px) {
  .testimonials .inner .slide .inner .img {
    text-align: center;
  }
}
.testimonials .inner .slide .inner .img img {
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .testimonials .inner .slide .inner .img img {
    width: 70%;
  }
}
@media screen and (max-width: 1060px) {
  .testimonials .inner .slide .inner .img img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .testimonials .inner .slide .inner .img img {
    height: 330px;
  }
}
.testimonials .inner .slide .inner .content {
  display: flex;
  gap: 20px;
  width: 60%;
  margin: auto;
  position: absolute;
  top: 130px;
  left: 140px;
}
@media screen and (max-width: 1650px) {
  .testimonials .inner .slide .inner .content {
    top: 90px;
    left: 120px;
  }
}
@media screen and (max-width: 1350px) {
  .testimonials .inner .slide .inner .content {
    width: 43%;
    top: 110px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1060px) {
  .testimonials .inner .slide .inner .content {
    width: 60%;
    top: 130px;
  }
}
@media screen and (max-width: 850px) {
  .testimonials .inner .slide .inner .content {
    width: 60%;
    top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .testimonials .inner .slide .inner .content {
    top: 70px;
  }
}
.testimonials .inner .slide .inner .content .profile {
  min-width: 100px;
}
@media screen and (max-width: 850px) {
  .testimonials .inner .slide .inner .content .profile {
    min-width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .testimonials .inner .slide .inner .content .profile {
    display: none;
  }
}
.testimonials .inner .slide .inner .content .profile img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background-color: #fff;
  border-radius: 50%;
}
.testimonials .inner .slide .inner .content .ctnt p {
  font-family: "Nohemi";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: justify;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  .testimonials .inner .slide .inner .content .ctnt p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 850px) {
  .testimonials .inner .slide .inner .content .ctnt p {
    font-size: 13px;
  }
}
.testimonials .inner .slide .inner .content .ctnt p:nth-child(2) {
  padding-top: 40px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 850px) {
  .testimonials .inner .slide .inner .content .ctnt p:nth-child(2) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .inner .slide .inner .content .ctnt p:nth-child(2) {
    padding-top: 10px;
  }
}
.testimonials .inner .slide .inner .content .ctnt .title {
  font-family: "Helvetica";
  font-size: 14.42px;
  font-weight: 500;
  line-height: 22.42px;
  color: #8896ab;
}
@media screen and (max-width: 850px) {
  .testimonials .inner .slide .inner .content .ctnt .title {
    font-size: 13px;
    line-height: normal;
  }
}
.testimonials .inner .content2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .testimonials .inner .content2 {
    margin: 100px 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .inner .content2 {
    margin: 50px 0;
  }
}
.testimonials .inner .content2 .character {
  min-width: 40%;
}
@media screen and (max-width: 850px) {
  .testimonials .inner .content2 .character {
    display: none;
  }
}
.testimonials .inner .content2 .character img {
  width: 100%;
}
.testimonials .inner .content2 .text {
  font-family: "Nohemi";
  font-size: 80px;
  font-weight: 400;
  line-height: 97.6px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  .testimonials .inner .content2 .text {
    font-size: 60px;
    line-height: 120%;
  }
}
@media screen and (max-width: 1350px) {
  .testimonials .inner .content2 .text {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .inner .content2 .text {
    font-size: 30px;
  }
}
.testimonials .inner .mini-contacts {
  display: flex;
  justify-content: center;
  gap: 250px;
}
@media screen and (max-width: 1350px) {
  .testimonials .inner .mini-contacts {
    gap: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .testimonials .inner .mini-contacts {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .testimonials .inner .mini-contacts .card {
    min-width: 33.3333%;
  }
}
.testimonials .inner .mini-contacts .card:last-child .value {
  text-decoration: none;
}
.testimonials .inner .mini-contacts .card .icon {
  text-align: center;
}
.testimonials .inner .mini-contacts .card .icon i {
  background-color: #ffb800;
  padding: 15px;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}
.testimonials .inner .mini-contacts .card .method {
  font-family: "Helvetica";
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #686868;
  margin: 20px 0;
}
@media screen and (max-width: 575px) {
  .testimonials .inner .mini-contacts .card .method {
    font-size: 20px;
    margin: 10px 0;
  }
}
.testimonials .inner .mini-contacts .card .value {
  font-family: "Helvetica";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-decoration-line: underline;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .testimonials .inner .mini-contacts .card .value {
    font-size: 15px;
  }
}
.testimonials .inner .mini-contacts .card .value a {
  color: #fff;
}
.testimonials .inner .mini-contacts .card .value a i {
  margin: 0 20px;
}
@media screen and (max-width: 575px) {
  .testimonials .inner .mini-contacts .card .value a i {
    margin: 0 10px;
  }
}

.contact-section {
  margin-bottom: 200px;
}
@media screen and (max-width: 1060px) {
  .contact-section {
    margin-bottom: 0;
  }
}
.contact-section .inner {
  padding: 50px 0;
  position: relative;
}
.contact-section .inner .main-bg {
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .contact-section .inner .main-bg {
    display: none;
  }
}
.contact-section .inner .main-bg img {
  width: 90%;
  height: auto;
}
.contact-section .inner .contact-form {
  position: absolute;
  top: 0;
  width: 45%;
  height: auto;
}
@media screen and (max-width: 1060px) {
  .contact-section .inner .contact-form {
    width: 65%;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 850px) {
  .contact-section .inner .contact-form {
    width: 100%;
  }
}
.contact-section .inner .contact-form .bg-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 530px) {
  .contact-section .inner .contact-form .bg-image img {
    height: 830px;
  }
}
@media screen and (max-width: 450px) {
  .contact-section .inner .contact-form .bg-image img {
    height: 800px;
  }
}
.contact-section .inner .contact-form .form-inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  padding-top: 160px;
}
@media screen and (max-width: 1650px) {
  .contact-section .inner .contact-form .form-inner {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1350px) {
  .contact-section .inner .contact-form .form-inner {
    padding-top: 110px;
  }
}
.contact-section .inner .contact-form .form-inner form {
  width: 60%;
}
.contact-section .inner .contact-form .form-inner form .header {
  font-family: "Nohemi";
  font-size: 41.28px;
  font-weight: 700;
  line-height: 51.59px;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  .contact-section .inner .contact-form .form-inner form .header {
    font-size: 30px;
    line-height: normal;
  }
}
@media screen and (max-width: 1350px) {
  .contact-section .inner .contact-form .form-inner form .header {
    font-size: 25px;
  }
}
@media screen and (max-width: 431px) {
  .contact-section .inner .contact-form .form-inner form .header {
    font-size: 20px;
  }
}
.contact-section .inner .contact-form .form-inner form .sub {
  margin: 30px 0;
  font-family: "Nohemi";
  font-size: 20.64px;
  font-weight: 500;
  line-height: 25.8px;
  text-align: justify;
  color: #fff;
}
@media screen and (max-width: 1650px) {
  .contact-section .inner .contact-form .form-inner form .sub {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 1350px) {
  .contact-section .inner .contact-form .form-inner form .sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 431px) {
  .contact-section .inner .contact-form .form-inner form .sub {
    font-size: 12px;
    line-height: 17px;
  }
}
.contact-section .inner .contact-form .form-inner form .input {
  margin-bottom: 12px;
}
@media screen and (max-width: 1350px) {
  .contact-section .inner .contact-form .form-inner form .input {
    margin-bottom: 10px;
  }
}
.contact-section .inner .contact-form .form-inner form .input .label {
  font-family: "Helvetica";
  font-size: 13.76px;
  font-weight: 500;
  line-height: 20.64px;
  color: #fff;
  margin-bottom: 2px;
}
.contact-section .inner .contact-form .form-inner form .input input,
.contact-section .inner .contact-form .form-inner form .input textarea {
  width: 100%;
  padding: 10px 12px;
  gap: 6.88px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: "Helvetica";
  font-size: 13.76px;
  font-weight: 400;
  line-height: 20.64px;
  color: #fff;
}
.contact-section .inner .contact-form .form-inner form .input input::placeholder,
.contact-section .inner .contact-form .form-inner form .input textarea::placeholder {
  color: #667085;
}
@media screen and (max-width: 1350px) {
  .contact-section .inner .contact-form .form-inner form .input textarea {
    height: 70px;
  }
}

footer {
  background-image: url(../images/footer/bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  footer .brand {
    text-align: center;
  }
}
footer .brand img {
  width: 250px;
}
footer .inner {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 10px;
  gap: 50px;
}
@media screen and (max-width: 1060px) {
  footer .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  footer .inner {
    gap: 30px;
  }
}
footer .inner .card {
  width: 350px;
  margin-right: 100px;
}
@media screen and (max-width: 1060px) {
  footer .inner .card {
    margin-right: 0;
  }
}
footer .inner .card:not(:first-child) {
  width: 350px;
  margin-right: 0;
}
@media screen and (max-width: 1060px) {
  footer .inner .card:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 850px) {
  footer .inner .card:not(:first-child) {
    margin-top: 0;
  }
}
footer .inner .card p {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #556987;
  height: 80%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  footer .inner .card p {
    text-align: center;
    height: 200px;
  }
}
footer .inner .card .header {
  font-family: "Helvetica";
  font-size: 22.88px;
  font-weight: 700;
  line-height: 35.59px;
  color: #2a3342;
}
@media screen and (max-width: 1060px) {
  footer .inner .card .header {
    text-align: center;
  }
}
@media screen and (max-width: 1060px) {
  footer .inner .card ul {
    text-align: center;
  }
}
footer .inner .card ul li {
  list-style: none;
  margin-top: 20px;
}
footer .inner .card ul li a {
  font-family: "Helvetica";
  font-size: 20.34px;
  font-weight: 500;
  line-height: 30.51px;
  color: #556987;
  text-decoration: none;
}
footer .inner .card .input input {
  padding: 15px;
  border-radius: 10px;
  border: 1.27px solid #d5dae1;
  background-color: transparent;
  outline: none;
  font-family: "Nohemi";
  font-size: 17px;
  color: #2a3342;
}
footer .inner .card button {
  width: 50%;
  background: #171717;
  margin: 20px 0;
}
footer .inner .card .socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .inner .card .socials a {
  text-decoration: none;
  font-size: 15px;
  font-family: "Nohemi";
  font-weight: bold;
  letter-spacing: 1px;
  color: #556987;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 400px) {
  footer .inner .card .socials a {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}
footer .inner .card .socials i {
  font-size: 20px;
  color: #fff;
  background-color: #ffb800;
  padding: 9px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #ffb800;
  margin-right: 15px;
}
@media screen and (max-width: 850px) {
  footer .inner .card .socials i {
    margin: 0;
  }
}
footer .inner .card .socials i:hover {
  color: #ffb800;
  background-color: transparent;
  border: 1px solid #ffb800;
}
footer .character {
  position: absolute;
  bottom: 0px;
  left: 70%;
}
@media screen and (max-width: 850px) {
  footer .character {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  footer .character {
    left: 80%;
  }
}
footer .copyright {
  border-top: 1.33px solid #eef0f3;
  padding-top: 40px;
  color: #8896ab;
  font-family: "Nohemi";
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.54em;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 850px) {
  footer .copyright {
    margin-top: 50px;
  }
}
footer .copyright a {
  text-decoration: none;
  color: #8896ab;
}
footer .bottom-character {
  text-align: center;
}

.about {
  padding-top: 150px;
}
.about .head {
  position: relative;
}
.about .head h1:first-child {
  font-size: 140px;
}
@media screen and (max-width: 1600px) {
  .about .head h1:first-child {
    font-size: 8vw;
    line-height: normal;
  }
}
.about .head h1.sub {
  font-family: "Nohemi";
  font-size: 170px;
  font-weight: 400;
  line-height: 173.4px;
  letter-spacing: 0.01em;
  text-align: center;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1600px) {
  .about .head h1.sub {
    font-size: 9vw;
    line-height: normal;
  }
}
@media screen and (max-width: 900px) {
  .about .head h1.sub {
    top: 100px;
    font-size: 8vw;
  }
}
@media screen and (max-width: 375px) {
  .about .head h1.sub {
    top: 70px;
  }
}
.about .head .about-bg {
  margin-top: 250px;
}
@media screen and (max-width: 900px) {
  .about .head .about-bg {
    margin-top: 150px;
  }
}
@media screen and (max-width: 500px) {
  .about .head .about-bg {
    margin-top: 100px;
  }
}
.about .head .about-bg img {
  width: 100%;
}
.about .head .about-car {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.about .head .about-car img {
  width: 100%;
}

.excellance {
  background-image: url(../images/about/excellance-bg.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .excellance {
    font-size: 8vw;
  }
}
@media screen and (max-width: 850px) {
  .excellance {
    background-position: top center;
    padding-top: 0;
  }
  .excellance::before {
    content: "";
    display: block;
    background-color: rgba(23, 23, 23, 0.7254901961);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .excellance .site-container {
    position: relative;
    z-index: 1;
  }
}
.excellance .para {
  font-family: "Nohemi";
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.03em;
  text-align: justify;
  color: #fff;
  width: 60%;
}
@media screen and (max-width: 850px) {
  .excellance .para {
    width: 100%;
    font-size: 20px;
    line-height: 130%;
  }
}
.excellance .para.para1 {
  margin-bottom: 50px;
}
.excellance .para.para2 {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .excellance a {
    margin: auto;
  }
}
.excellance .head h1 {
  font-family: "Nohemi-Regular";
  letter-spacing: 2px;
  font-weight: bold;
  text-align: left;
  width: 65%;
  text-transform: uppercase;
  margin-top: 160px;
  margin-bottom: 70px;
}
@media screen and (max-width: 850px) {
  .excellance .head h1 {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 70px;
    text-align: center;
  }
}

.strengths {
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  padding: 50px 0;
}
@media screen and (max-width: 1000px) {
  .strengths {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .strengths {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 405px) {
  .strengths {
    overflow: hidden;
  }
}
.strengths .inner {
  position: relative;
}
.strengths .inner .head {
  position: absolute;
  top: 100px;
  width: 50%;
}
@media screen and (max-width: 1550px) {
  .strengths .inner .head {
    position: static;
    width: 100%;
  }
}
.strengths .inner .head h1 {
  text-align: left;
  line-height: 80px;
}
@media screen and (max-width: 1550px) {
  .strengths .inner .head h1 {
    text-align: center;
    padding-top: 30px;
    line-height: 130%;
  }
}
.strengths .inner .content {
  transform: scale(0.9);
}
@media screen and (max-width: 1550px) {
  .strengths .inner .content {
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .strengths .inner .content {
    margin-top: -70px;
    width: 100%;
  }
}
@media screen and (max-width: 1550px) {
  .strengths .inner .content .row {
    margin-top: -250px;
  }
}
@media screen and (max-width: 1000px) {
  .strengths .inner .content .row {
    flex-direction: column;
    align-items: center;
    margin: 0;
    gap: 0;
  }
}
@media screen and (max-width: 1550px) {
  .strengths .inner .content .row:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1550px) {
  .strengths .inner .content .row .card {
    min-height: 450px;
    min-width: 450px;
    padding: 100px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 405px) {
  .strengths .inner .content .row .card {
    min-width: 125%;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1650px) {
  .strengths .inner .content .row:last-child .card {
    margin-right: -150px;
  }
}
@media screen and (max-width: 1550px) {
  .strengths .inner .content .row:last-child .card {
    margin-right: -100px;
  }
}
@media screen and (max-width: 1350px) {
  .strengths .inner .content .row:last-child .card {
    margin-right: -200px;
  }
}
@media screen and (max-width: 1000px) {
  .strengths .inner .content .row:last-child .card {
    margin: 0;
  }
}
.strengths .character {
  position: absolute;
  z-index: 2;
  left: -180px;
  top: 250px;
}
@media screen and (max-width: 1650px) {
  .strengths .character {
    left: -30vw;
  }
}
@media screen and (max-width: 1550px) {
  .strengths .character {
    left: -35vw;
  }
}
@media screen and (max-width: 1350px) {
  .strengths .character {
    display: none;
  }
}

.our-team {
  padding: 130px 0 100px 0;
}
.our-team .head {
  margin-bottom: 70px;
}
.our-team .inner {
  position: relative;
}
.our-team .inner .content {
  display: flex;
  justify-content: center;
  gap: 9vw;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .our-team .inner .content {
    flex-wrap: wrap;
  }
}
.our-team .inner .content .card .profile {
  text-align: center;
}
.our-team .inner .content .card .profile img {
  width: 100px;
  height: 100px;
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
}
.our-team .inner .content .card .name {
  font-family: "Nohemi";
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.our-team .inner .content .card .title {
  font-family: "Nohemi";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #22c55e;
}
.our-team .inner .content .card .socials {
  margin-top: 20px;
}
.our-team .inner .content .card .socials a i {
  color: #fff;
  font-size: 18px;
  margin: 0 10px;
}

.about-page-counter {
  background-image: none;
}
@media screen and (max-width: 1060px) {
  .about-page-counter {
    padding-top: 100px;
  }
}
.about-page-counter .site-container {
  position: relative;
}
.about-page-counter .inner {
  row-gap: 70px;
}
.about-page-counter .character {
  position: absolute;
  top: 0px;
  right: 0;
}
@media screen and (max-width: 1650px) {
  .about-page-counter .character {
    width: 750px;
  }
}
@media screen and (max-width: 1350px) {
  .about-page-counter .character {
    width: 600px;
  }
}
@media screen and (max-width: 1060px) {
  .about-page-counter .character {
    display: none;
  }
}
.about-page-counter .character img {
  width: 100%;
}

.contact-hero .content {
  padding: 20px 40px !important;
  padding-top: 100px !important;
}
@media screen and (max-width: 575px) {
  .contact-hero .content {
    padding: 100px 20px 20px 20px !important;
  }
}
.contact-hero .content .head h1:first-child {
  font-size: 90px !important;
}
@media screen and (max-width: 1650px) {
  .contact-hero .content .head h1:first-child {
    font-size: 75px !important;
  }
}
@media screen and (max-width: 1350px) {
  .contact-hero .content .head h1:first-child {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1060px) {
  .contact-hero .content .head h1:first-child {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .contact-hero .content .head h1:first-child {
    font-size: 30px !important;
  }
}
.contact-hero .content .head h1:last-child {
  font-size: 150px !important;
}
@media screen and (max-width: 1650px) {
  .contact-hero .content .head h1:last-child {
    font-size: 100px !important;
  }
}
@media screen and (max-width: 1350px) {
  .contact-hero .content .head h1:last-child {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 1060px) {
  .contact-hero .content .head h1:last-child {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 575px) {
  .contact-hero .content .head h1:last-child {
    font-size: 40px !important;
    margin: 30px 0;
  }
}
.contact-hero .content a {
  margin-top: 0;
}

.contact-page.team {
  border-radius: 100px;
}
@media screen and (max-width: 575px) {
  .contact-page.team {
    border-radius: 30px;
  }
}
.contact-page.team .statue {
  margin-top: -400px;
}
@media screen and (max-width: 1350px) {
  .contact-page.team .statue {
    margin-top: -200px;
  }
}
@media screen and (max-width: 850px) {
  .contact-page.team .statue {
    margin-top: -100px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page.team .statue {
    margin-top: -50px;
  }
}
.contact-page.team .statue img {
  width: 100%;
  margin-left: 0;
}
.contact-page.team .sub {
  font-family: "Nohemi";
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #171717;
}
@media screen and (max-width: 575px) {
  .contact-page.team .sub {
    font-size: 20px;
    line-height: 26px;
  }
}

.page-form {
  padding-top: 100px;
  margin-bottom: -100px;
}
.page-form .form {
  margin-bottom: -600px;
}
@media screen and (max-width: 575px) {
  .page-form .form {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 575px) {
  .page-form .form .contact-section .inner {
    padding-top: 0;
  }
}
.page-form img {
  width: 100%;
}

.solutions-hero {
  background-image: url(../images/solutions/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: 250%;
  background-position: center;
  padding-bottom: 200px;
  position: relative;
  margin-top: 200px;
  transition: 2s linear;
}
@media screen and (max-width: 1060px) {
  .solutions-hero {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .solutions-hero {
    padding-bottom: 100px;
    padding-top: 0;
    background-size: cover;
  }
}
.solutions-hero:hover {
  background-size: 100%;
}
@media screen and (max-width: 1350px) {
  .solutions-hero:hover {
    background-size: 160%;
  }
}
@media screen and (max-width: 575px) {
  .solutions-hero:hover {
    background-size: cover;
  }
}
.solutions-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(23, 23, 23);
  background: linear-gradient(0deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 92%);
  height: 500px;
}
@media screen and (max-width: 575px) {
  .solutions-hero::before {
    height: 200px;
  }
}
.solutions-hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(23, 23, 23);
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 92%);
  height: 300px;
}
.solutions-hero .quality {
  padding-top: 0px !important;
  padding-bottom: 80px !important;
}
.solutions-hero .content .head {
  padding-top: 50px;
}
.solutions-hero .content .head h1:first-child {
  font-size: 115px !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1650px) {
  .solutions-hero .content .head h1:first-child {
    font-size: 75px !important;
  }
}
@media screen and (max-width: 1350px) {
  .solutions-hero .content .head h1:first-child {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1060px) {
  .solutions-hero .content .head h1:first-child {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .solutions-hero .content .head h1:first-child {
    font-size: 30px !important;
  }
}
.solutions-hero .content .head h1:last-child {
  font-size: 120px !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1650px) {
  .solutions-hero .content .head h1:last-child {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 1350px) {
  .solutions-hero .content .head h1:last-child {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1060px) {
  .solutions-hero .content .head h1:last-child {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .solutions-hero .content .head h1:last-child {
    font-size: 40px !important;
  }
}
.solutions-hero p {
  font-family: "Nohemi";
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .solutions-hero p {
    font-size: 16px;
    line-height: 20px;
  }
}
.solutions-hero a {
  margin: auto;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.solution-head {
  padding: 100px 0;
}
.solution-head .head h1:first-child {
  font-size: 120px;
}

.faqs {
  background-image: url(../images/faqs/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 100px;
  padding: 200px 0 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .faqs {
    border-radius: 30px;
  }
}
.faqs .inner {
  position: relative;
  overflow: hidden;
}
.faqs .inner p {
  width: 60%;
  font-family: "Nohemi";
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  color: #171717;
  margin-bottom: 50px;
}
.faqs .faq-wrap {
  width: 1760px;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  border-radius: 40px;
  padding: 70px 100px;
}
@media screen and (max-width: 1250px) {
  .faqs .faq-wrap {
    padding: 50px 30px;
    width: 100%;
  }
}
.faqs .faq-wrap .card {
  width: 40%;
  overflow: hidden;
  transition: all 1s;
}
@media screen and (max-width: 1250px) {
  .faqs .faq-wrap .card {
    width: 100%;
  }
}
.faqs .faq-wrap .card:not(:first-child) {
  margin-top: 20px;
}
.faqs .faq-wrap .card.collapsed .card-body {
  max-height: 100%;
  padding: 0px 30px 40px 30px;
}
.faqs .faq-wrap .card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #171717;
  padding: 30px;
  color: #fff;
  font-family: "Helvetica";
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  .faqs .faq-wrap .card .header {
    font-size: 16px;
  }
}
.faqs .faq-wrap .card .header i {
  color: #ffb800;
  transform: rotate(180deg);
}
.faqs .faq-wrap .card .card-body {
  background-color: #171717;
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 24.3px;
  color: #fff;
  transition: all 0.5s;
  max-height: 0;
}
@media screen and (max-width: 768px) {
  .faqs .faq-wrap .card .card-body {
    font-size: 14px;
  }
}
.faqs .faq-wrap .card .card-body ul {
  padding-left: 30px;
}
.faqs .faq-wrap .card .btn {
  background-color: #171717;
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 700;
  line-height: 24.09px;
  text-align: center;
  color: #ffb800;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 15px 0;
  margin-top: 5px;
  border-radius: 0 0 5px 5px;
}
.faqs .character {
  position: absolute;
  top: 100px;
  right: -150px;
  width: 1200px;
}
@media screen and (max-width: 1775px) {
  .faqs .character {
    width: 1000px;
    top: 150px;
  }
}
@media screen and (max-width: 1550px) {
  .faqs .character {
    right: -450px;
  }
}
@media screen and (max-width: 1250px) {
  .faqs .character {
    display: none;
  }
}
.faqs .character img {
  width: 100%;
}
.faqs .cloud {
  position: absolute;
  top: 20px;
  left: -500px;
  width: 900px;
}
@media screen and (max-width: 1775px) {
  .faqs .cloud {
    width: 600px;
    left: -350px;
  }
}
@media screen and (max-width: 1250px) {
  .faqs .cloud {
    display: none;
  }
}
.faqs .cloud img {
  width: 100%;
}
.faqs .cloud2 {
  position: absolute;
  top: 400px;
  right: -250px;
}

.workflow {
  padding-top: 400px;
}
.workflow .head h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Nohemi";
  font-size: 150px;
  line-height: 164px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1350px) {
  .workflow .head h1 {
    font-size: 100px;
    line-height: normal;
  }
}
@media screen and (max-width: 1060px) {
  .workflow .head h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 575px) {
  .workflow .head h1 {
    font-size: 40px;
  }
}
.workflow > .inner {
  background-image: url(../images/workflow/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 2199px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1260px) {
  .workflow > .inner {
    gap: 0px;
  }
}
@media screen and (max-width: 1060px) {
  .workflow > .inner {
    overflow-x: auto;
    justify-content: start;
    padding-bottom: 20px;
  }
}
.workflow > .inner .flows {
  position: relative;
}
.workflow > .inner .flows:nth-child(2) {
  margin-top: 150px;
}
.workflow > .inner .flows:nth-child(2) .inner {
  height: 92%;
}
.workflow > .inner .flows:nth-child(2) .inner .flow:nth-child(2) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows:nth-child(2) .inner .flow:nth-child(2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows:nth-child(2) .inner .flow:nth-child(3) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows:nth-child(2) .inner .flow:nth-child(4) {
    padding-top: 20px;
  }
}
.workflow > .inner .flows img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows img {
    width: 200px;
  }
}
.workflow > .inner .flows .inner {
  position: absolute;
  top: 60px;
  width: 80%;
  height: 87%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows .inner {
    top: 50px;
    height: 81%;
  }
}
.workflow > .inner .flows .inner .flow {
  color: #171717;
  font-family: "Nohemi";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 270px;
  padding-top: 50px;
}
.workflow > .inner .flows .inner .flow:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows .inner .flow:nth-child(2) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows .inner .flow:not(:first-child) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows .inner .flow {
    font-size: 13px;
    padding-top: 0px;
    height: 150px;
  }
}
.workflow > .inner .flows .inner .flow ul {
  width: 75%;
  margin: auto;
}
.workflow > .inner .flows .inner .flow ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.workflow > .inner .flows .inner .flow ul li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows .inner .flow ul li:not(:first-child) {
    margin-top: 5px;
  }
}
.workflow > .inner .flows .inner .flow ul li::before {
  content: "";
  display: block;
  background-image: url(../images/workflow/icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows .inner .flow ul li::before {
    width: 15px;
    height: 15px;
  }
}
.workflow > .inner .flows .inner .flow .tab {
  border-radius: 15px;
  background: rgba(149, 111, 66, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 200px;
  margin: auto;
  padding: 7px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .workflow > .inner .flows .inner .flow .tab {
    width: 100px;
  }
}

.commitment {
  background-image: url(../images/commitment/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 550px;
  padding-bottom: 450px;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .commitment {
    padding-bottom: 250px;
    padding-top: 450px;
  }
}
@media screen and (max-width: 575px) {
  .commitment {
    padding-bottom: 150px;
    padding-top: 350px;
  }
}
.commitment .inner .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .commitment .inner .content {
    display: block;
  }
}
.commitment .inner .content p {
  width: 40%;
  color: #fff;
  text-align: justify;
  font-family: "Nohemi";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 186%;
}
@media screen and (max-width: 1350px) {
  .commitment .inner .content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .commitment .inner .content p {
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
}
.commitment .inner .content .header {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .commitment .inner .content .header {
    width: 100%;
    text-align: center;
  }
}
.commitment .inner .content .header h3 {
  color: #ffb800;
  text-align: right;
  font-family: "Nohemi";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
  .commitment .inner .content .header h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 850px) {
  .commitment .inner .content .header h3 {
    font-size: 25px;
    text-align: center;
    margin-top: 40px;
  }
}
.commitment .inner .content .header h2 {
  color: #fff;
  font-family: "Nohemi";
  font-size: 90.648px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1350px) {
  .commitment .inner .content .header h2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1060px) {
  .commitment .inner .content .header h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 850px) {
  .commitment .inner .content .header h2 {
    font-size: 35px;
  }
}
.commitment .slider {
  margin-top: 300px;
}
@media screen and (max-width: 1350px) {
  .commitment .slider {
    margin-top: 100px;
  }
}
.commitment .slider .swiper-wrapper {
  padding-left: 150px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1060px) {
  .commitment .slider .swiper-wrapper {
    padding-left: 0;
  }
}
.commitment .slider .swiper-wrapper .swiper-slide {
  transition: all 1s;
  position: relative;
}
.commitment .slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.3);
}
.commitment .slider .bg {
  text-align: center;
}
.commitment .slider .bg img {
  width: 480px;
}
@media screen and (max-width: 1350px) {
  .commitment .slider .bg img {
    width: 350px;
  }
}
@media screen and (max-width: 575px) {
  .commitment .slider .bg img {
    width: 280px;
  }
}
.commitment .slider .text-wrap {
  width: 250px;
  position: absolute;
  margin: auto;
  padding-top: 100px;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1350px) {
  .commitment .slider .text-wrap {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .commitment .slider .text-wrap {
    padding-top: 60px;
    width: 150px;
  }
}
.commitment .slider .text-wrap .count {
  color: #171717;
  text-align: center;
  font-family: "Helvetica";
  font-size: 45px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .commitment .slider .text-wrap .count {
    font-size: 35px;
  }
}
.commitment .slider .text-wrap .text {
  color: #171717;
  text-align: center;
  font-family: "Helvetica";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1350px) {
  .commitment .slider .text-wrap .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .commitment .slider .text-wrap .text {
    font-size: 14px;
  }
}
.commitment .character {
  position: absolute;
  z-index: 1;
  top: 1050px;
  right: 70px;
}
@media screen and (max-width: 1350px) {
  .commitment .character {
    width: 500px;
    top: 1000px;
  }
}
@media screen and (max-width: 1060px) {
  .commitment .character {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .commitment .character img {
    width: 100%;
  }
}

.solutions-page {
  background-position: bottom;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1060px) {
  .solutions-page {
    background-size: cover;
  }
}
.solutions-page .statue {
  display: flex;
  margin-top: -100px !important;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .solutions-page .statue {
    margin-top: 0px !important;
    padding-top: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1060px) {
  .solutions-page .statue {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 570px) {
  .solutions-page .statue {
    margin-bottom: 50px;
  }
}
.solutions-page .statue .img {
  max-width: 820px;
  height: max-content;
}
@media screen and (max-width: 1060px) {
  .solutions-page .statue .img {
    max-width: 100%;
  }
}
.solutions-page .statue .img:last-child {
  padding-top: 120px;
}
@media screen and (max-width: 1060px) {
  .solutions-page .statue .img:last-child {
    padding-top: 20px;
  }
}
.solutions-page .statue .img img {
  width: 100%;
}
.solutions-page .board {
  position: absolute;
  z-index: 0;
  bottom: 250px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .solutions-page .board {
    position: relative;
  }
}
@media screen and (max-width: 1350px) {
  .solutions-page .board img {
    width: 450px;
  }
}
@media screen and (max-width: 1060px) {
  .solutions-page .board img {
    width: 300px;
    margin-top: 150px;
    margin-bottom: -50px;
  }
}
.solutions-page .character {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  .solutions-page .character {
    bottom: -50px;
  }
}
@media screen and (max-width: 1060px) {
  .solutions-page .character {
    bottom: 5vw;
  }
}
@media screen and (max-width: 570px) {
  .solutions-page .character {
    bottom: 0vw;
  }
}
@media screen and (max-width: 570px) {
  .solutions-page .character img {
    width: 100%;
  }
}

.portfolio-hero {
  background-image: url(../images/portfolio/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 1100px;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 850px) {
  .portfolio-hero {
    height: 700px;
  }
}
.portfolio-hero .head h1 {
  font-size: 130px;
}
@media screen and (max-width: 850px) {
  .portfolio-hero .head h1 {
    font-size: 80px;
  }
}
.portfolio-hero .character {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
}
.portfolio-hero .character img {
  width: 1920px;
}
@media screen and (max-width: 850px) {
  .portfolio-hero .character img {
    width: 1100px;
  }
}
.portfolio-hero .content {
  color: #fff;
  text-align: center;
  font-family: "Nohemi";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 171%;
  position: relative;
  z-index: 2;
  margin-top: 250px;
}
@media screen and (max-width: 850px) {
  .portfolio-hero .content {
    font-size: 16px;
    margin-top: 180px;
  }
}
.portfolio-hero .content a {
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 470px) {
  .portfolio-hero.careers-hero .head h1 {
    font-size: 60px;
  }
}

.categorie-section {
  margin-top: 100px;
  background: rgb(23, 23, 23);
  background: linear-gradient(180deg, rgb(23, 23, 23) 0%, rgb(32, 32, 32) 50%, rgb(23, 23, 23) 100%);
}
@media screen and (max-width: 1060px) {
  .categorie-section {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 575px) {
  .categorie-section {
    padding-bottom: 400px;
  }
}
.categorie-section .site-container {
  position: relative;
}
.categorie-section .head h1 {
  color: #fff;
  text-align: left;
  font-family: "Nohemi";
  font-size: 155px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.89px;
}
@media screen and (max-width: 1650px) {
  .categorie-section .head h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1350px) {
  .categorie-section .head h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1060px) {
  .categorie-section .head h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 850px) {
  .categorie-section .head h1 {
    font-size: 40px;
  }
}
.categorie-section .para {
  color: #fff;
  text-align: justify;
  font-family: "Nohemi-Regular";
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 171%;
  width: 30%;
  margin-top: 50px;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .categorie-section .para {
    font-size: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .categorie-section .para {
    width: 60%;
  }
}
@media screen and (max-width: 850px) {
  .categorie-section .para {
    font-size: 16px;
    width: 100%;
  }
}
.categorie-section .inner > .categories {
  position: relative;
}
@media screen and (max-width: 575px) {
  .categorie-section .inner > .categories .bg {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100vw;
    z-index: 1;
    left: -3%;
    right: 0;
    margin-top: 50px;
  }
}
.categorie-section .inner > .categories .bg img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .categorie-section .inner > .categories .bg img {
    height: 196px;
    margin-left: -50px;
  }
}
@media screen and (max-width: 575px) {
  .categorie-section .inner > .categories .bg img {
    width: 110%;
    margin-left: -5vw;
  }
}
.categorie-section .inner > .categories .character {
  position: absolute;
  top: 0px;
  left: 300px;
}
@media screen and (max-width: 1650px) {
  .categorie-section .inner > .categories .character {
    left: 200px;
    width: 280px;
    top: 20px;
  }
}
@media screen and (max-width: 1350px) {
  .categorie-section .inner > .categories .character {
    width: 200px;
  }
}
@media screen and (max-width: 1060px) {
  .categorie-section .inner > .categories .character {
    right: 0;
    left: 0;
    margin: auto;
    top: -25px;
  }
}
@media screen and (max-width: 850px) {
  .categorie-section .inner > .categories .character {
    width: 150px;
    top: -40px;
  }
}
@media screen and (max-width: 575px) {
  .categorie-section .inner > .categories .character {
    top: 0px;
    z-index: 2;
  }
}
.categorie-section .inner > .categories .character img {
  width: 100%;
}
.categorie-section .inner > .categories .gun {
  position: absolute;
  top: 50px;
  right: 200px;
}
@media screen and (max-width: 1650px) {
  .categorie-section .inner > .categories .gun {
    width: 500px;
    top: 70px;
  }
}
@media screen and (max-width: 1350px) {
  .categorie-section .inner > .categories .gun {
    width: 400px;
  }
}
@media screen and (max-width: 1060px) {
  .categorie-section .inner > .categories .gun {
    display: none;
  }
}
.categorie-section .inner > .categories .gun img {
  width: 700px;
}
@media screen and (max-width: 1650px) {
  .categorie-section .inner > .categories .gun img {
    width: 100%;
  }
}
.categorie-section .inner > .categories .card-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 440px;
  width: 1320px;
  margin: auto;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1650px) {
  .categorie-section .inner > .categories .card-wrap {
    width: 1000px;
    top: 370px;
  }
}
@media screen and (max-width: 1350px) {
  .categorie-section .inner > .categories .card-wrap {
    width: 800px;
    top: 280px;
  }
}
@media screen and (max-width: 1060px) {
  .categorie-section .inner > .categories .card-wrap {
    width: 500px;
    top: 220px;
  }
}
@media screen and (max-width: 850px) {
  .categorie-section .inner > .categories .card-wrap {
    width: 350px;
    top: 140px;
  }
}
@media screen and (max-width: 575px) {
  .categorie-section .inner > .categories .card-wrap {
    top: 180px;
    z-index: 2;
  }
}
.categorie-section .inner > .categories .card-wrap .card {
  min-width: 25%;
  margin-top: -10px;
}
@media screen and (max-width: 1060px) {
  .categorie-section .inner > .categories .card-wrap .card {
    min-width: 50%;
  }
}
.categorie-section .inner > .categories .card-wrap .card .content {
  width: 250px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1350px) {
  .categorie-section .inner > .categories .card-wrap .card .content {
    width: 180px;
  }
}
@media screen and (max-width: 850px) {
  .categorie-section .inner > .categories .card-wrap .card .content {
    width: 150px;
  }
}
.categorie-section .inner > .categories .card-wrap .card .content img {
  width: 100%;
}
.categorie-section .inner > .categories .card-wrap .card .content .name {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.085px;
  padding: 0 40px;
  position: absolute;
  top: 90px;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .categorie-section .inner > .categories .card-wrap .card .content .name {
    font-size: 15px;
    top: 65px;
  }
}
@media screen and (max-width: 850px) {
  .categorie-section .inner > .categories .card-wrap .card .content .name {
    font-size: 13px;
    top: 55px;
    line-height: 18px;
  }
}
.categorie-section .inner > .categories .card-wrap .card .content .name a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.categorie-section .inner > .categories .card-wrap .card .content .name a:hover {
  color: #ffb800;
}

.subcategory-listing {
  background-image: url(../images/portfolio/character-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  margin-top: -100px;
  margin-bottom: 100px;
}
.subcategory-listing > .site-container > .img {
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .subcategory-listing > .site-container > .img {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 850px) {
  .subcategory-listing > .site-container > .img {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 425px) {
  .subcategory-listing > .site-container > .img {
    margin-bottom: 120px;
  }
}
.subcategory-listing > .site-container > .img img {
  width: 100%;
}
.subcategory-listing .categorie-section.portfolio {
  background: none !important;
  margin-top: -170px;
}
@media screen and (max-width: 1060px) {
  .subcategory-listing .categorie-section.portfolio {
    padding-bottom: 50px;
  }
}
.subcategory-listing .categorie-section.portfolio .inner {
  overflow: hidden;
}
.subcategory-listing .categorie-section.portfolio .inner .card-wrap {
  position: static !important;
  margin-top: -60px;
}
@media screen and (max-width: 1060px) {
  .subcategory-listing .categorie-section.portfolio .inner .card-wrap {
    margin-top: -40px;
  }
}
.subcategory-listing .listings {
  margin-top: 100px;
}
.subcategory-listing .listings .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: none;
}
@media screen and (max-width: 850px) {
  .subcategory-listing .listings .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.subcategory-listing .listings .inner.active {
  display: grid;
}
.subcategory-listing .listings .inner .list-wrap {
  position: relative;
  background-color: #111;
}
.subcategory-listing .listings .inner .list-wrap:hover .name {
  height: 100%;
}
.subcategory-listing .listings .inner .list-wrap .img {
  text-align: center;
}
.subcategory-listing .listings .inner .list-wrap .img img {
  width: 100%;
}
.subcategory-listing .listings .inner .list-wrap .name {
  position: absolute;
  transition: 1s;
  height: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%), rgba(211, 211, 211, 0) 50%;
  z-index: 1;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.subcategory-listing .listings .inner .list-wrap .name .category {
  color: #ffb800;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.085px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .subcategory-listing .listings .inner .list-wrap .name .category {
    font-size: 15;
    margin-bottom: 5px;
  }
}
.subcategory-listing .listings .inner .list-wrap .name .char-name {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .subcategory-listing .listings .inner .list-wrap .name .char-name {
    font-size: 20px;
  }
}
.subcategory-listing .listings .inner .list-wrap .logo {
  width: 100px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .subcategory-listing .listings .inner .list-wrap .logo {
    width: 70px;
    left: 10px;
    bottom: 10px;
  }
}
.subcategory-listing .listings .inner .list-wrap .logo img {
  width: 100%;
}
.subcategory-listing .listing-footer {
  padding-top: 50px;
}
.subcategory-listing .listing-footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 930px) {
  .subcategory-listing .listing-footer .inner {
    flex-wrap: wrap;
  }
}
.subcategory-listing .listing-footer .inner .follow {
  color: #fff;
  font-family: "Helvetica";
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: capitalize;
  min-width: max-content;
}
@media screen and (max-width: 930px) {
  .subcategory-listing .listing-footer .inner .follow {
    width: 100%;
    text-align: center;
  }
}
.subcategory-listing .listing-footer .inner .line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 930px) {
  .subcategory-listing .listing-footer .inner .line {
    opacity: 0.1;
  }
}
.subcategory-listing .listing-footer .inner .socials {
  min-width: max-content;
}
@media screen and (max-width: 930px) {
  .subcategory-listing .listing-footer .inner .socials {
    width: 100%;
    text-align: center;
  }
}
.subcategory-listing .listing-footer .inner .socials a i {
  color: #fff;
  margin: 10px;
  font-size: 20px;
}
.subcategory-listing .listing-footer .inner .paginations {
  min-width: max-content;
}
@media screen and (max-width: 930px) {
  .subcategory-listing .listing-footer .inner .paginations {
    width: 100%;
    text-align: center;
  }
}
.subcategory-listing .listing-footer .inner .paginations ul {
  display: flex;
}
@media screen and (max-width: 930px) {
  .subcategory-listing .listing-footer .inner .paginations ul {
    width: 100%;
    justify-content: center;
  }
}
.subcategory-listing .listing-footer .inner .paginations ul li {
  list-style: none;
}
.subcategory-listing .listing-footer .inner .paginations ul li:first-child a {
  border-radius: 5px 0 0 5px;
}
.subcategory-listing .listing-footer .inner .paginations ul li:last-child a {
  border-radius: 0px 5px 5px 0px;
}
.subcategory-listing .listing-footer .inner .paginations ul li a {
  border: 1px solid rgba(255, 255, 255, 0.4235294118);
  color: #ffb800;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 18px;
  font-family: "Helvetica";
  opacity: 0.8;
}
.subcategory-listing .listing-footer .inner .paginations ul li a.active {
  background-color: rgba(255, 183, 0, 0.2666666667);
}
@media screen and (max-width: 930px) {
  .subcategory-listing .listing-footer .inner .search {
    width: 100%;
  }
}
.subcategory-listing .listing-footer .inner .search form {
  display: flex;
}
@media screen and (max-width: 930px) {
  .subcategory-listing .listing-footer .inner .search form {
    width: 100%;
    justify-content: center;
  }
}
.subcategory-listing .listing-footer .inner .search form button {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  outline: 0;
  padding: 17px;
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
}
.subcategory-listing .listing-footer .inner .search form input {
  font-size: 20px;
  padding: 0 10px;
  background: none;
  border: 0;
  outline: 0;
  color: #fff;
  width: 150px;
}

.sub-hero {
  height: 100%;
  background-image: url(../images/sub-portfolio/hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sub-hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(23, 23, 23);
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgb(23, 23, 23) 92%);
  height: 300px;
}
.sub-hero .head h1 {
  font-size: 135px;
}
@media screen and (max-width: 1060px) {
  .sub-hero .head h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 850px) {
  .sub-hero .head h1 {
    font-size: 50px;
    line-height: normal;
  }
}
.sub-hero p {
  color: #fff;
  text-align: center;
  font-family: "Nohemi";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1060px) {
  .sub-hero p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .sub-hero p {
    font-size: 16px;
    margin-top: 50px;
  }
}

.single-page {
  padding-top: 200px;
}

.details {
  padding-top: 200px;
}
.details .category-name {
  color: #ffb800;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Nohemi";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.085px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .details .category-name {
    font-size: 20px;
  }
}
.details .sub-category-name {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Nohemi";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 90.909% */
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .details .sub-category-name {
    font-size: 20px;
  }
}
.details .title {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Nohemi";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1650px) {
  .details .title {
    font-size: 80px;
  }
}
@media screen and (max-width: 850px) {
  .details .title {
    font-size: 40px;
    margin-top: 30px;
  }
}
.details .inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1350px) {
  .details .inner {
    display: block;
  }
}
.details .inner .image {
  width: 50%;
  aspect-ratio: 1/1;
  background-color: #111;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .details .inner .image {
    width: 100%;
    aspect-ratio: 2/1.5;
  }
}
.details .inner .image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1650px) {
  .details .inner .image > img {
    object-fit: cover;
  }
}
.details .inner .image .logo {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.details .inner .image .logo img {
  width: 150px;
}
.details .inner .content {
  width: 47%;
}
@media screen and (max-width: 1350px) {
  .details .inner .content {
    width: 100%;
    margin-top: 50px;
  }
}
.details .inner .content p {
  color: #fff;
  text-align: justify;
  font-family: "Nohemi";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 196%; /* 50.96px */
  margin-bottom: 40px;
}
@media screen and (max-width: 1350px) {
  .details .inner .content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.details .inner .content .social-sharing .text {
  color: #a5a5a5;
  font-family: "Nohemi-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 19.4px;
  text-transform: capitalize;
}
.details .inner .content .social-sharing .links ul {
  display: flex;
  margin-top: 20px;
}
.details .inner .content .social-sharing .links ul li {
  list-style: none;
}
.details .inner .content .social-sharing .links ul li:not(:first-child) {
  margin: 0 5px;
}
.details .inner .content .social-sharing .links ul li img {
  width: 60px;
}
.details .inner .content .posts {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.details .inner .content .posts .content {
  width: 48%;
  background-color: #111;
  position: relative;
}
.details .inner .content .posts .content .img {
  padding: 10px;
  text-align: center;
}
.details .inner .content .posts .content .img img {
  height: 150px;
}
@media screen and (max-width: 425px) {
  .details .inner .content .posts .content .img img {
    height: 100px;
  }
}
.details .inner .content .posts .content::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%), rgba(211, 211, 211, 0) 50%;
}
.details .inner .content .posts .content .control {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  padding: 20px;
}
.details .inner .content .posts .content .control i {
  color: #ffb800;
  font-size: 25px;
}
.details .inner .content .posts .content .control span {
  color: #fff;
  font-family: "Nohemi-Regular";
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.more {
  padding: 100px 0;
  background-image: url(../images/single/more-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  max-height: 2000px;
}
.more .header {
  color: #fff;
  text-align: center;
  font-family: "Nohemi";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 850px) {
  .more .header {
    font-size: 40px;
  }
}
.more a {
  margin: auto;
  margin-top: 70px;
}

.explore {
  background-image: url(../images/single/explore.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 200px 0;
  height: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .explore {
    height: 700px;
  }
}
.explore .head {
  width: 60%;
}
@media screen and (max-width: 850px) {
  .explore .head {
    width: 100%;
  }
}
.explore .head h1 {
  text-align: left;
  line-height: 80px;
}
@media screen and (max-width: 850px) {
  .explore .head h1 {
    line-height: normal;
  }
}
@media screen and (max-width: 575px) {
  .explore .head h1 {
    text-align: center;
  }
}
.explore .head p {
  color: #fff;
  text-align: justify;
  font-family: "Nohemi";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 153.846% */
  letter-spacing: 0.78px;
}
@media screen and (max-width: 850px) {
  .explore .head p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .explore .head p {
    text-align: center;
    margin-top: 30px;
  }
}
.explore .head a {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .explore .head a {
    margin: auto;
    margin-top: 50px;
  }
}

.sub-listing {
  padding-top: 50px;
}
@media screen and (max-width: 1350px) {
  .sub-listing {
    padding-top: 70px;
  }
}
.sub-listing .list-wrap {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .sub-listing .list-wrap {
    margin-bottom: 50px;
  }
}
.sub-listing .list-wrap:hover .name {
  height: 100%;
}
.sub-listing .list-wrap .title {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Nohemi";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .sub-listing .list-wrap .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .sub-listing .list-wrap .title {
    font-size: 30px;
    line-height: 120%;
  }
}
.sub-listing .list-wrap .content {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1350px) {
  .sub-listing .list-wrap .content {
    width: 100%;
  }
}
.sub-listing .list-wrap .sub {
  color: #fff;
  text-align: justify;
  font-family: "Nohemi-Regular";
  font-size: 26px;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 39px */
}
@media screen and (max-width: 1060px) {
  .sub-listing .list-wrap .sub {
    font-size: 16px;
  }
}
.sub-listing .list-wrap .sub ul,
.sub-listing .list-wrap .sub ol {
  padding-left: 40px;
}
.sub-listing .list-wrap .sub ul li,
.sub-listing .list-wrap .sub ol li {
  margin-top: 15px;
}
.sub-listing .list-wrap .sub p {
  margin-top: 20px;
}
.sub-listing .list-wrap .img {
  height: 500px;
  width: max-content;
  background-color: #111;
  margin: 50px auto;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .sub-listing .list-wrap .img {
    width: 100%;
    background-color: transparent;
  }
}
@media screen and (max-width: 850px) {
  .sub-listing .list-wrap .img {
    height: 300px;
  }
}
.sub-listing .list-wrap .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1060px) {
  .sub-listing .list-wrap .img img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .sub-listing .list-wrap .img img {
    object-fit: cover;
    object-position: top;
  }
}
.sub-listing .list-wrap .img .logo {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .sub-listing .list-wrap .img .logo {
    left: 20px;
    bottom: 20px;
  }
}
.sub-listing .list-wrap .img .logo img {
  width: 100px;
}
@media screen and (max-width: 575px) {
  .sub-listing .list-wrap .img .logo img {
    width: 60px;
  }
}
.sub-listing .list-wrap .name {
  position: absolute;
  transition: 1s;
  height: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%), rgba(211, 211, 211, 0) 50%;
  z-index: 1;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.sub-listing .list-wrap .name a {
  text-decoration: none;
}
.sub-listing .list-wrap .name .category {
  color: #ffb800;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.085px;
  margin-bottom: 20px;
}
.sub-listing .list-wrap .name .char-name {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.sub-listing a {
  margin: auto;
}

.careers {
  padding: 100px 0;
}
.careers .inner h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: "Helvetica";
  margin-top: 20px;
}
.careers .inner .career-wrap {
  border: 1px solid #fff;
  margin-top: 30px;
  border-radius: 10px;
  padding: 50px;
}
.careers .inner ul {
  margin: 20px;
}
@media screen and (max-width: 850px) {
  .careers .inner ul {
    margin: 20px 0;
  }
}
.careers .inner ul li {
  margin-top: 5px;
  font-size: 18px;
  display: flex;
  color: #b9b9b9;
  line-height: 1.5;
  font-family: "Nohemi-Regular";
  letter-spacing: 1.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .careers .inner ul li {
    margin: 15px 0;
    font-size: 14px;
  }
}
.careers .inner ul li a {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .careers .inner .btn-apply ul li {
    display: block;
  }
}

.error-section {
  overflow: hidden;
}

.error-section .container{
  width:100%;
  height:100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-align: center;
  left:6vmin;
}

.cog-wheel1, .cog-wheel2{
  transform:scale(0.7);
}

.cog1, .cog2{
  width:40vmin;
  height:40vmin;
  border-radius:50%;
  border:6vmin solid #f3c623;
  position: relative;
}


.cog2{
  border:6vmin solid #4f8a8b;
}

.top, .down, .left, .right, .left-top, .left-down, .right-top, .right-down{
  width:10vmin;
  height:10vmin;
  background-color: #f3c623;
  position: absolute;
}

.cog2 .top,.cog2  .down,.cog2  .left,.cog2  .right,.cog2  .left-top,.cog2  .left-down,.cog2  .right-top,.cog2  .right-down{
  background-color: #4f8a8b;
}

.error-section .top{
  top:-14vmin;
  left:9vmin;
}

.error-section .down{
  bottom:-14vmin;
  left:9vmin;
}

.error-section .left{
  left:-14vmin;
  top:9vmin;
}

.error-section .right{
  right:-14vmin;
  top:9vmin;
}

.error-section .left-top{
  transform:rotateZ(-45deg);
  left:-8vmin;
  top:-8vmin;
}

.error-section .left-down{
  transform:rotateZ(45deg);
  left:-8vmin;
  top:25vmin;
}

.error-section .right-top{
  transform:rotateZ(45deg);
  right:-8vmin;
  top:-8vmin;
}

.error-section .right-down{
  transform:rotateZ(-45deg);
  right:-8vmin;
  top:25vmin;
}

.cog2{
  position: relative;
  left:-10.2vmin;
  bottom:10vmin;
}

.error-section h1{
  color:#142833;
}

.first-four{
  position: relative;
  left:6vmin;
  font-size:40vmin;
}

.second-four{
  position: relative;
  right:18vmin;
  z-index: -1;
  font-size:40vmin;
}

.error-section .wrong-para{
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom:15vmin;
  padding:3vmin;
  font-weight:600;
  color:#ffffff;
}

footer .inner .card p{
    color: #000000 !important;
}

footer .inner .card ul li a ,footer .inner .card .socials a , footer .copyright,footer .copyright a{
    color: #000000!important;
}

/*# sourceMappingURL=style.css.map */

/* PolyGame self-hosted form verification */
.pg-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.pg-verification-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 8px 0 10px;
}

.pg-verification-code {
    min-width: 170px;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 6px;
    background: repeating-linear-gradient(-45deg, rgba(255,255,255,.08), rgba(255,255,255,.08) 7px, rgba(255,255,255,.02) 7px, rgba(255,255,255,.02) 14px);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 6px;
    text-align: center;
    user-select: none;
    color: #fff;
}

.pg-new-code {
    border: 1px solid currentColor;
    border-radius: 6px;
    padding: 9px 12px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.pg-new-code:disabled,
.submit-btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.pg-verification-help {
    display: block;
    margin-top: 6px;
    opacity: .75;
    font-size: 12px;
    color: #fff;
}
