@import url("../vendor/fontawesome/css/all.min.css");
@import url("../vendor/leader-line/src/leader-line.scss");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
@font-face {
  font-family: Fatbold Slim;
  src: url(fonts/fatboldslim.otf);
}
@font-face {
  font-family: Impact;
  src: url(fonts/Impact.ttf);
}
@font-face {
  font-family: Helvetica;
  src: url(fonts/HelveticaNeueMedium.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);
}
@font-face {
  font-family: Fires;
  src: url(fonts/CapoArmor.otf);
}
.primary-btn {
  background-color: #ff9f33;
  text-decoration: none;
  width: max-content;
  border: 0;
  outline: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  gap: 15px;
  color: #141414;
  font-family: "Nohemi";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 120% */
  text-transform: capitalize;
  padding: 0 20px;
  border-radius: 10px;
  border: 2px solid #ff9f33;
  transition: all 0.5s;
}
.primary-btn:hover {
  background-color: transparent;
  color: #ff9f33;
}
@media screen and (max-width: 1350px) {
  .primary-btn {
    font-size: 20px;
    height: 50px;
  }
  .primary-btn span {
    height: 25px;
  }
}

.site-container {
  width: 1520px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .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;
  font-family: "Fatbold Slim";
  font-size: 125px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1350px) {
  .head h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1060px) {
  .head h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .head h1 {
    font-size: 60px;
  }
}
.head h1 span {
  background: url(/assets/images/bg/font-bg.jpg) lightgray 50%/cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.head h1.yellow {
  color: #ff9f33;
}
.head .border-only {
  background: url(/assets/images/bg/font-bg.jpg) lightgray 50%/cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Fires";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
  .head .border-only {
    font-size: 70px;
  }
}
@media screen and (max-width: 1060px) {
  .head .border-only {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .head .border-only {
    font-size: 40px;
  }
}

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

.lightbox {
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  background-color: #141414;
}
.lightbox .lb-outerContainer {
  height: 100% !important;
  width: 100% !important;
  background-color: #141414;
}
.lightbox .lb-outerContainer .lb-container {
  height: 100%;
}
.lightbox .lb-outerContainer .lb-container img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
.lightbox .lb-dataContainer {
  width: 790px !important;
  position: fixed !important;
  z-index: 11;
  top: 50px !important;
  right: 50px !important;
}
.lightbox .lb-dataContainer .lb-details {
  display: none;
}
.lightbox .lb-nav a.lb-prev {
  opacity: 1;
}
.lightbox .lb-nav a.lb-next {
  opacity: 1;
}

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

body {
  background: #141414;
}

.pocket-animation {
  min-width: 300px;
  margin-bottom: 70px;
}
.pocket-animation:hover .card {
  background-image: url(/assets/images/portfolio/card-glow.png);
  animation: cardActive 1s linear;
}
.pocket-animation:hover .card::after {
  top: 75%;
}
.pocket-animation:hover .card .character img {
  transform: scale(0.9);
  margin-top: 0px;
}
.pocket-animation .header {
  font-family: "Nohemi";
  font-size: 27px;
  font-weight: 700;
  line-height: 30.14px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  height: 140px;
}
.pocket-animation .card {
  background-image: url(/assets/images/portfolio/card.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 409px;
  text-align: center;
  padding-top: 25px;
  position: relative;
  animation: cardDeactive 1s linear;
}
.pocket-animation .card::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/portfolio/card-cover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 1s;
}
.pocket-animation .card .title {
  font-family: "Nohemi";
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #686868;
}
.pocket-animation .card .character img {
  transform: scale(1.1);
  transition: 1s;
  margin-top: -35px;
  width: 275px;
  height: 270px;
  object-fit: contain;
}
.pocket-animation .card .name {
  font-family: "Nohemi";
  font-size: 13.78px;
  font-weight: 700;
  line-height: 13.84px;
  text-align: center;
  color: #686868;
  position: absolute;
  bottom: 70px;
  width: 100%;
}

.character-display .header {
  font-family: "Nohemi";
  font-size: 30px;
  font-weight: 700;
  line-height: 30.14px;
  text-align: center;
  color: #fff;
  height: 80px;
}
.character-display .card {
  width: 100%;
  height: 400px;
  background: #141414;
  box-shadow: 3.28px 3.28px 2.48px 0px rgba(76, 76, 76, 0.2509803922) inset, -3.28px -3.28px 2.48px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border-radius: 20px;
  padding: 30px 20px;
}
.character-display .card .character {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.character-display .card .character a {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #545454;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.character-display .card .character img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  position: fixed;
  z-index: 10;
  top: 30px;
  left: 0;
  right: 0;
}
.nav .brand {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 28px;
  width: 100%;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1060px) {
  .nav .brand {
    display: none;
  }
}
.nav .brand img {
  width: 90px;
}
.nav .navigation {
  height: 120px;
  overflow: hidden;
  transition: 500ms;
}
.nav .navigation .inner {
  background-image: url(/assets/images/nav/nav-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  height: 100%;
  padding-top: 15px;
  padding-left: 80px;
  padding-right: 160px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: 500ms;
}
@media screen and (max-width: 1600px) {
  .nav .navigation .inner {
    padding-top: 10px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 1350px) {
  .nav .navigation .inner {
    background-image: url(/assets/images/nav/md-nav-bar.png);
    background-size: 100% 100%;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1060px) {
  .nav .navigation .inner {
    display: none;
  }
}
.nav .navigation .inner.open {
  margin-top: 0 !important;
}
.nav .navigation .inner ul {
  display: flex;
  gap: 40px;
  height: max-content;
  padding-top: 5px;
}
@media screen and (max-width: 1600px) {
  .nav .navigation .inner ul {
    gap: 20px;
    padding-top: 2px;
  }
}
.nav .navigation .inner ul li {
  list-style: none;
  height: max-content;
}
.nav .navigation .inner ul li a {
  color: #686868;
  text-decoration: none;
  font-family: "Impact";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 1350px) {
  .nav .navigation .inner ul li a {
    font-size: 15px;
  }
}
.nav .navigation .inner ul li a.active {
  color: #fff;
}
.nav .navigation .inner .searchbar {
  height: max-content;
}
.nav .navigation .inner .searchbar form input {
  border-radius: 8px;
  background: #262727;
  border: none;
  outline: none;
  padding: 6px 40px 6px 12px;
  width: 300px;
  color: rgba(255, 255, 255, 0.2);
  font-family: "Helvetica";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1350px) {
  .nav .navigation .inner .searchbar form input {
    width: 250px;
  }
}
.nav .navigation .inner .searchbar form input::placeholder {
  font-family: "Impact";
  letter-spacing: 1px;
}
.nav .navigation .inner .searchbar form button {
  background: none;
  outline: none;
  border: none;
  color: #ff9f33;
  margin-left: -30px;
}
@media screen and (min-width: 1061px) {
  .nav .navigation .mobile-nav {
    display: none;
  }
}
.nav .navigation .mobile-nav .menu {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 540px) {
  .nav .navigation .mobile-nav .menu img {
    width: 90%;
  }
}
.nav .navigation .mobile-nav .menu-items {
  background-color: #141414;
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  background-image: url(/assets/images/nav/sm-mobile-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 320px;
  transition: 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .nav .navigation .mobile-nav .menu-items {
    background-size: 35vh;
  }
}
.nav .navigation .mobile-nav .menu-items.open {
  height: 100% !important;
  padding-top: 120px;
}
.nav .navigation .mobile-nav .menu-items ul {
  width: 300px;
  margin: auto;
}
@media screen and (max-width: 540px) {
  .nav .navigation .mobile-nav .menu-items ul {
    width: 90%;
  }
}
.nav .navigation .mobile-nav .menu-items ul li {
  list-style: none;
}
.nav .navigation .mobile-nav .menu-items ul li a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: "Fatbold Slim";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  letter-spacing: 1px;
  margin: 20px 0;
  background: var(--262727, #141414);
  box-shadow: -2.193px -2.193px 1.66px 0px rgba(0, 0, 0, 0.25) inset, 2.193px 2.193px 1.66px 0px rgba(76, 76, 76, 0.25) inset;
  padding: 15px 30px;
  text-align: center;
}
.nav .side-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  height: 100vh;
}
.nav .side-bar .inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  overflow: hidden;
}
.nav .side-bar .inner .bar-wrap {
  height: 80%;
  width: 60px;
  border-radius: 47px;
  background: #141414;
  box-shadow: -5.011px -5.011px 3.794px 0px rgba(0, 0, 0, 0.25) inset, 5.011px 5.011px 3.794px 0px rgba(76, 76, 76, 0.25) inset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  margin-left: -150px;
  transition: all 0.5s;
}
.nav .side-bar .inner .bar-wrap.open {
  margin-left: 0px !important;
}
.nav .side-bar .inner .bar-wrap .bar-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.nav .side-bar .inner .bar-wrap .bar-inner:first-child {
  height: 33%;
}
.nav .side-bar .inner .bar-wrap .bar-inner:last-child {
  height: 60%;
}
.nav .side-bar .inner .bar-wrap .bar-inner .icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: max-content;
}
.nav .side-bar .inner .bar-wrap .bar-inner .icons img {
  display: block;
  border-radius: 50%;
  width: 15px;
  box-shadow: 0px 4px 10px 0px rgba(255, 81, 0, 0.25);
}
.nav .side-bar .inner .bar-wrap .bar-inner .contact a {
  text-decoration: none;
}
.nav .side-bar .inner .bar-wrap .bar-inner .contact span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: block;
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-family: "Nohemi";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  text-transform: capitalize;
}
.nav .side-bar .inner .bar-wrap .bar-inner .contact i {
  display: block;
  color: #ff9f33;
}
.nav .side-bar .inner .bar-wrap .bar-inner .social a {
  display: block;
  color: #ff9f33;
  font-size: 20px;
  margin: 7px;
}

.hero {
  background-image: url(/assets/images/home/moon-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1200px;
  overflow: hidden;
  width: 100%;
}
.hero * {
  transition: all 2s;
}
@media screen and (max-width: 1060px) {
  .hero {
    height: 800px;
  }
}
.hero .jet-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 1200px;
}
@media screen and (max-width: 1060px) {
  .hero .jet-img {
    height: 800px;
  }
}
.hero .jet-img img {
  width: 80%;
  margin-top: -1200px;
  margin-left: 1100px;
  transition: all 1s;
}
@media screen and (max-width: 1060px) {
  .hero .jet-img img {
    transition: all 2s;
  }
}
.hero.hero2 * {
  transition: all 2s;
}
.hero.hero2 .jet-img {
  height: 1200px;
}
@media screen and (max-width: 1191px) {
  .hero.hero2 .jet-img {
    height: 1000px;
  }
}
@media screen and (max-width: 1054px) {
  .hero.hero2 .jet-img {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .hero.hero2 .jet-img {
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .hero.hero2 .jet-img {
    height: 600px;
  }
}
.hero.hero2 .jet-img img {
  margin-top: 1300px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .hero.hero2 .jet-img img {
    margin-left: -700px;
  }
}
@media screen and (max-width: 768px) {
  .hero.hero2 .slider {
    transform: translateY(1000%);
  }
}
.hero.hero2 .slider .inner {
  width: 700px;
  height: 700px;
  position: absolute;
  top: 40%;
  right: 0;
  border-radius: 50%;
}
@media screen and (max-width: 1060px) {
  .hero.hero2 .slider .inner {
    width: 500px;
    height: 500px;
    top: 43%;
  }
}
@media screen and (max-width: 768px) {
  .hero.hero2 .slider .inner {
    transform: translateY(1000%);
  }
}
@media screen and (max-width: 1190px) {
  .hero.hero2 .slider .inner {
    width: 650px;
  }
}
.hero.hero2 .slider .cover {
  overflow: hidden;
  justify-content: end;
}
.hero.hero2 .slider .cover .bg {
  background-image: url("/assets/images/home/fireball-new2.png");
  animation: heroBackgroundChange 1.5s;
  transform: scale(1.1);
  margin-left: auto;
  background-position-x: 100px;
  margin-top: 350px;
  height: 100%;
  width: 1300px;
  margin-right: -11vw;
}
@media screen and (max-width: 1190px) {
  .hero.hero2 .slider .cover .bg {
    background-size: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .hero.hero2 .slider .cover .bg {
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .hero.hero2 .slider .cover .bg {
    background-position-x: 100px;
    margin-top: 320px;
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .hero.hero2 .slider .cover .bg {
    animation: none;
  }
}
@media screen and (max-width: 768px) {
  .hero.hero2 .slider .cover {
    transform: translateY(200%);
  }
}
.hero.hero2 .sun img {
  transition: all 1s;
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1060px) {
  .hero.hero2 .sun img {
    transition: all 2s;
  }
}
.hero.hero2 .content .inner {
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  .hero.hero2:after {
    margin-top: 700px;
  }
}
.hero.hero2 .hero-footer .counters {
  transform: scale(1);
}
.hero::after {
  display: block;
  content: "";
  background-image: url(/assets/images/home/hero-footer.png?ver=3);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 800px;
  width: 100%;
  position: absolute;
  z-index: 4;
  transition: all 1s;
  top: 0;
  margin-top: 1000px;
}
@media screen and (max-width: 1191px) {
  .hero::after {
    margin-top: 900px;
  }
}
@media screen and (max-width: 1060px) {
  .hero::after {
    margin-top: 700px;
    height: 300px;
    transition: all 2s;
  }
}
@media screen and (max-width: 500px) {
  .hero::after {
    width: 100%;
    height: 300px;
    background-size: cover;
    margin-top: 650px;
  }
}
@media screen and (max-width: 468px) {
  .hero::after {
    margin-top: 130vw;
    height: 400px;
  }
}
.hero .slider .inner {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .hero .slider .inner {
    height: 100%;
    display: flex;
    align-items: end;
  }
}
.hero .slider .inner .slider-wrap {
  position: relative;
  border-radius: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero .slider .inner .slider-wrap {
    height: 75%;
  }
}
.hero .slider .inner .slider-wrap .img {
  height: 100%;
  text-align: center;
}
.hero .slider .inner .slider-wrap .img img {
  height: 80%;
}
@media screen and (max-width: 1191px) {
  .hero .slider .inner .slider-wrap .img img {
    height: 70%;
  }
}
@media screen and (max-width: 768px) {
  .hero .slider .inner .slider-wrap .img img {
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .hero .slider .inner .slider-wrap .img img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 425px) {
  .hero .slider .inner .slider-wrap .img img {
    height: 60%;
  }
}
.hero .slider .cover {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 1200px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  .hero .slider .cover {
    height: 800px;
  }
}
.hero .slider .cover .bg {
  background-image: url(/assets/images/home/fireball-new2.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(8);
  margin-right: 6vw;
  width: 25vw;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  .hero .slider .cover .bg {
    margin-top: 200px;
  }
}
@media screen and (max-width: 425px) {
  .hero .slider .cover .bg {
    margin-top: 60px;
  }
}
.hero .sun {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .sun img {
  width: 600px;
  display: block;
  margin-top: -320px;
  margin-left: -320px;
  transition: all 0.5s linear;
  transform: translate3d(300%, 500%, 0);
}
@media screen and (max-width: 768px) {
  .hero .sun img {
    margin-left: -419px;
    margin-top: -520px;
  }
}
.hero .hero-footer {
  position: absolute;
  top: 0;
  z-index: 6;
  width: 100%;
  margin-top: 1100px;
}
@media screen and (max-width: 1191px) {
  .hero .hero-footer {
    margin-top: 950px;
  }
}
@media screen and (max-width: 1060px) {
  .hero .hero-footer {
    margin-top: 750px;
  }
}
@media screen and (max-width: 468px) {
  .hero .hero-footer {
    margin-top: 770px;
  }
}
.hero .hero-footer .counters {
  display: flex;
  justify-content: space-between;
  transform: scale(0);
}
.hero .hero-footer .counters .counter {
  width: max-content;
}
.hero .hero-footer .counters .counter .number {
  color: #ff9f33;
  text-align: center;
  font-family: "Warfirels";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1060px) {
  .hero .hero-footer .counters .counter .number {
    font-size: 35px;
  }
}
@media screen and (max-width: 850px) {
  .hero .hero-footer .counters .counter .number {
    font-size: 20px;
  }
}
@media screen and (max-width: 468px) {
  .hero .hero-footer .counters .counter .number {
    font-size: 16px;
  }
}
.hero .hero-footer .counters .counter .title {
  color: #fff;
  text-align: center;
  font-family: "Nohemi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 30px;
}
@media screen and (max-width: 1060px) {
  .hero .hero-footer .counters .counter .title {
    font-size: 12px;
  }
}
@media screen and (max-width: 850px) {
  .hero .hero-footer .counters .counter .title {
    font-size: 9px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 468px) {
  .hero .hero-footer .counters .counter .title {
    font-size: 6px;
    line-height: 12px;
  }
}
.hero .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1060px) {
  .hero .content {
    height: 800px;
  }
}
.hero .content .inner {
  margin-top: 1000%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 1s;
}
@media screen and (max-width: 1060px) {
  .hero .content .inner {
    width: 100%;
    padding-top: 200px;
  }
}
@media screen and (max-width: 1060px) {
  .hero .content .inner h1 {
    text-align: center;
  }
}
@media screen and (max-width: 1060px) {
  .hero .content .inner .border-only {
    text-align: center;
  }
}
.hero .content .inner p {
  color: #fff;
  font-family: "Nohemi";
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: 36px; /* 180% */
  text-transform: capitalize;
  margin: 30px 0;
  width: 52%;
}
@media screen and (max-width: 1350px) {
  .hero .content .inner p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .hero .content .inner p {
    text-align: center;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .hero .content .inner p {
    font-size: 13px;
    width: 100%;
  }
}
.hero .content .inner a {
  transition: 0.5s;
}
.hero .content .inner a * {
  transition: 0.5s;
}
@media screen and (max-width: 1060px) {
  .hero .content .inner a {
    margin: auto;
  }
}

.slider2 {
  background-image: url(/assets/images/home/slide-bg-2.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1920px;
  height: 1030px;
  position: relative;
  z-index: 5;
  margin-top: 300px;
}
@media screen and (max-width: 934px) {
  .slider2 {
    background-size: 1200px;
    height: 650px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 582px) {
  .slider2 {
    margin-top: 100px;
    height: 400px;
    background-size: 700px;
  }
}
@media screen and (max-width: 380px) {
  .slider2 {
    margin-top: 50px;
  }
}
.slider2 .head {
  position: absolute;
  margin-top: 70px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1450px) {
  .slider2 .head {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .slider2 .head {
    margin-top: 150px;
  }
}
@media screen and (max-width: 934px) {
  .slider2 .head {
    margin-top: 80px;
  }
}
@media screen and (max-width: 582px) {
  .slider2 .head {
    margin-top: 40px;
  }
}
.slider2 .head div {
  text-align: center;
  font-size: 160px;
  letter-spacing: 10px;
}
@media screen and (max-width: 1450px) {
  .slider2 .head div {
    font-size: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .slider2 .head div {
    font-size: 10vw;
    text-align: left;
  }
}
@media screen and (max-width: 582px) {
  .slider2 .head div {
    font-size: 12vw;
  }
}
@media screen and (max-width: 467px) {
  .slider2 .head div {
    font-size: 10vw;
  }
}
.slider2::before {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%), linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
  position: absolute;
  z-index: 6;
  transform: rotate(180deg);
}
@media screen and (max-width: 582px) {
  .slider2::before {
    height: 100px;
  }
}
.slider2::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%), linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
  position: absolute;
  margin-top: -200px;
  z-index: 6;
}
@media screen and (max-width: 582px) {
  .slider2::after {
    height: 100px;
    margin-top: -100px;
  }
}
.slider2 .slide2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-left: 10px;
}
@media screen and (max-width: 934px) {
  .slider2 .slide2 {
    align-items: start;
    padding-top: 170px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 582px) {
  .slider2 .slide2 {
    padding-top: 95px;
  }
}
@media screen and (max-width: 934px) {
  .slider2 .slide2 video,
  .slider2 .slide2 img {
    width: 500px;
  }
}
@media screen and (max-width: 582px) {
  .slider2 .slide2 video,
  .slider2 .slide2 img {
    width: 300px;
  }
}
.slider2 .slide-cover {
  height: 100%;
  background-image: url(/assets/images/home/slide-bg-2-cover.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1920px;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 934px) {
  .slider2 .slide-cover {
    background-size: 1200px;
  }
}
@media screen and (max-width: 582px) {
  .slider2 .slide-cover {
    height: 400px;
    background-size: 700px;
  }
}

.whotrustus {
  background-image: url(/assets/images/home/section3.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1400px;
}
@media screen and (max-width: 850px) {
  .whotrustus {
    height: 800px;
  }
}
.whotrustus .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 250px;
}
@media screen and (max-width: 850px) {
  .whotrustus .inner {
    padding: 70px 0;
  }
}
.whotrustus .inner .brands {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: 100%;
  row-gap: 70px;
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .whotrustus .inner .brands {
    margin-top: 0;
    grid-template-columns: repeat(2, auto);
    row-gap: 40px;
  }
}
.whotrustus .inner .brands img {
  width: 400px;
  object-fit: contain;
  margin: auto;
  transition: 0.5s;
}
.whotrustus .inner .brands img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1350px) {
  .whotrustus .inner .brands img {
    width: 300px;
  }
}
@media screen and (max-width: 850px) {
  .whotrustus .inner .brands img {
    width: 90%;
  }
}
.whotrustus .inner h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 210px;
}
@media screen and (max-width: 1350px) {
  .whotrustus .inner h1 {
    font-size: 180px;
  }
}
@media screen and (max-width: 1060px) {
  .whotrustus .inner h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 850px) {
  .whotrustus .inner h1 {
    font-size: 80px;
  }
}
.whotrustus .inner p {
  color: #fff;
  font-family: "Nohemi";
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .whotrustus .inner p {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1060px) {
  .whotrustus .inner p {
    font-size: 18px;
    line-height: 25px;
  }
}

.studio-success {
  background-image: url(/assets/images/home/section4.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: left top;
}
.studio-success .inner {
  background-image: url(/assets/images/home/section4-bottom.png);
  background-repeat: no-repeat;
  background-size: 750px;
  background-position: right bottom;
  padding: 180px 0;
}
@media screen and (max-width: 575px) {
  .studio-success .inner {
    background-size: 500px;
  }
}
.studio-success .inner .head h1 {
  text-align: right;
  font-size: 190px;
  line-height: 170px;
}
@media screen and (max-width: 1350px) {
  .studio-success .inner .head h1 {
    font-size: 170px;
  }
}
@media screen and (max-width: 850px) {
  .studio-success .inner .head h1 {
    font-size: 140px;
    line-height: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .studio-success .inner .head h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.studio-success .inner .head p {
  text-align: right;
  font-family: "Nohemi";
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 850px) {
  .studio-success .inner .head p {
    font-size: 17px;
    line-height: 30px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .studio-success .inner .head p {
    font-size: 15px;
    line-height: 25px;
  }
}
.studio-success .inner .unions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 1060px) {
  .studio-success .inner .unions {
    gap: 20px;
  }
}
.studio-success .inner .unions .union {
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 45%;
  height: 350px;
}
.studio-success .inner .unions .union:hover .u-inner {
  transform: scale(1);
}
@media screen and (max-width: 1350px) {
  .studio-success .inner .unions .union {
    height: 280px;
  }
}
@media screen and (max-width: 1060px) {
  .studio-success .inner .unions .union {
    height: 220px;
    width: 48%;
  }
}
@media screen and (max-width: 850px) {
  .studio-success .inner .unions .union {
    height: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .studio-success .inner .unions .union {
    height: 60vw;
  }
}
.studio-success .inner .unions .union .u-inner {
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  height: 100%;
  transform: scale(0);
  transition: 0.05s;
  font-family: "Nohemi";
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
  padding-top: 30px;
  padding-right: 40%;
  padding-left: 50px;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .studio-success .inner .unions .union .u-inner {
    padding-right: 30%;
  }
}
@media screen and (max-width: 1350px) {
  .studio-success .inner .unions .union .u-inner {
    font-size: 14px;
    line-height: 19px;
    padding-right: 10%;
  }
}
@media screen and (max-width: 1060px) {
  .studio-success .inner .unions .union .u-inner {
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  .studio-success .inner .unions .union .u-inner {
    font-size: 16px;
    line-height: 22px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 500px) {
  .studio-success .inner .unions .union .u-inner {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-left: 30px;
  }
}

.services {
  background-image: url(/assets/images/home/services/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: top;
  overflow: hidden;
}
.services,
.services .soldier {
  height: 1400px;
}
@media screen and (max-width: 1840px) {
  .services,
  .services .soldier {
    height: 1300px;
  }
}
@media screen and (max-width: 1024px) {
  .services,
  .services .soldier {
    height: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .services,
  .services .soldier {
    height: 900px;
  }
}
@media screen and (max-width: 575px) {
  .services,
  .services .soldier {
    height: 800px;
  }
}
.services * {
  transition: all 1s;
}
.services.collapsed {
  margin-bottom: 400px;
}
@media screen and (max-width: 1024px) {
  .services.collapsed {
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 575px) {
  .services.collapsed {
    margin-bottom: 150px;
  }
}
.services.collapsed > .head h1 {
  margin-top: 0;
}
.services.collapsed .content {
  padding-top: 250px;
}
@media screen and (max-width: 1024px) {
  .services.collapsed .content {
    transform: scale(0.5);
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .services.collapsed .content {
    transform: scale(0.4);
    margin-top: -100px;
  }
}
@media screen and (max-width: 485px) {
  .services.collapsed .content {
    transform: scale(0.3);
  }
}
@media screen and (max-width: 575px) {
  .services.collapsed .content .inner {
    margin-left: -40vw;
  }
}
@media screen and (max-width: 485px) {
  .services.collapsed .content .inner {
    margin-left: -50vw;
  }
}
@media screen and (max-width: 423px) {
  .services.collapsed .content .inner {
    margin-left: -70vw;
  }
}
@media screen and (max-width: 390px) {
  .services.collapsed .content .inner {
    margin-left: -80vw;
  }
}
@media screen and (max-width: 358px) {
  .services.collapsed .content .inner {
    margin-left: -100vw;
  }
}
.services.collapsed .content .inner .serve {
  transition: all 0.5s;
  overflow: hidden;
}
.services.collapsed .content .inner .serve:nth-child(2) {
  margin-left: 0;
}
.services.collapsed .content .inner .serve:nth-child(3) {
  margin-top: 0;
  margin-left: 0;
}
.services.collapsed .content .inner .serve:nth-child(4) {
  margin-left: 0;
  margin-top: 0;
}
.services.collapsed .content .inner .serve:hover .cover.left {
  transform: translateX(-100%);
}
.services.collapsed .content .inner .serve:hover .cover.right {
  transform: translateX(100%);
}
@media screen and (max-width: 1024px) {
  .services.collapsed .abstract {
    margin-top: -400px;
  }
}
.services.collapsed .abstract img {
  margin-top: 0px;
}
.services.collapsed .soldier img {
  margin-top: 100px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .services.collapsed .soldier img {
    transform: scale(0.7);
    margin-left: -150px;
  }
}
.services.collapsed .scrollin-title .head {
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .services.collapsed .service-footer {
    margin-top: -100px;
  }
}
@media screen and (max-width: 575px) {
  .services.collapsed .service-footer {
    margin-top: -250px;
  }
}
.services.collapsed .service-footer img {
  margin-top: 0px;
}
.services > .head {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 200px;
  margin-top: 50px;
}
.services > .head h1 {
  margin-top: -200px;
  text-align: center;
  font-size: 190px;
}
@media screen and (max-width: 1350px) {
  .services > .head h1 {
    font-size: 170px;
  }
}
@media screen and (max-width: 850px) {
  .services > .head h1 {
    font-size: 140px;
  }
}
@media screen and (max-width: 575px) {
  .services > .head h1 {
    font-size: 15vw;
  }
}
.services .content {
  padding-top: 350px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1840px) {
  .services .content {
    padding-top: 250px;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 970px) {
  .services .content {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 768px) {
  .services .content {
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .services .content {
    padding-top: 250px;
  }
}
@media screen and (max-width: 485px) {
  .services .content {
    transform: scale(0.4);
  }
}
.services .content .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1000px;
  overflow: hidden;
  margin-left: auto;
  margin-right: 15vw;
}
@media screen and (max-width: 1840px) {
  .services .content .inner {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .services .content .inner {
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .services .content .inner {
    margin-left: -60vw;
  }
}
@media screen and (max-width: 485px) {
  .services .content .inner {
    margin-left: -75vw;
  }
}
@media screen and (max-width: 423px) {
  .services .content .inner {
    margin-left: -90vw;
  }
}
@media screen and (max-width: 390px) {
  .services .content .inner {
    margin-left: -110vw;
  }
}
@media screen and (max-width: 358px) {
  .services .content .inner {
    margin-left: -140vw;
  }
}
.services .content .inner .serve {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 460px;
  width: 50%;
  transition: all 0.5s;
}
.services .content .inner .serve:nth-child(2) {
  margin-left: -400px;
}
.services .content .inner .serve:nth-child(3) {
  margin-top: -460px;
  margin-left: 400px;
}
.services .content .inner .serve:nth-child(4) {
  margin-left: -400px;
  margin-top: -460px;
}
.services .content .inner .serve .cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Warfirels";
  color: #ff9f33;
  font-size: 18.79px;
  font-weight: 400;
  line-height: 17.85px;
  text-align: center;
}
.services .soldier {
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .services .soldier {
    width: 100%;
  }
}
.services .soldier img {
  width: 100%;
  margin-left: -150px;
  margin-top: 100px;
}
@media screen and (max-width: 970px) {
  .services .soldier img {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 575px) {
  .services .soldier img {
    height: 100%;
    width: auto;
  }
}
.services .abstract {
  position: absolute;
  width: 100%;
  display: flex;
  margin-top: -200px;
}
@media screen and (max-width: 1024px) {
  .services .abstract {
    margin-top: -300px;
  }
}
.services .abstract img {
  width: 100%;
  height: 600px;
  object-fit: fill;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 575px) {
  .services .abstract img {
    height: 300px;
  }
}
.services .service-footer {
  position: absolute;
  display: flex;
}
@media screen and (max-width: 850px) {
  .services .service-footer {
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .services .service-footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .services .service-footer {
    margin-top: -100px;
  }
}
.services .service-footer img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: left;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .services .service-footer img {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .services .service-footer img {
    margin-top: 0;
  }
}
.services .scrollin-title {
  position: absolute;
  height: 300px;
  width: 100%;
  margin-top: -70px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .services .scrollin-title {
    margin-top: -250px;
  }
}
.services .scrollin-title .head {
  margin: 0;
  height: 100%;
  transform: translateX(-110%);
}
.services .scrollin-title .head .border-only {
  text-align: center;
  font-size: 9vw;
}

.home-about {
  background-image: url(/assets/images/home/about-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
  height: 1410px;
}
@media screen and (max-width: 1550px) {
  .home-about {
    height: 1310px;
  }
}
@media screen and (max-width: 1024px) {
  .home-about {
    height: 1210px;
  }
}
@media screen and (max-width: 575px) {
  .home-about {
    height: 900px;
  }
}
.home-about::before {
  position: absolute;
  content: "";
  display: block;
  background-position: top center;
  background-position-x: -40px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1150px;
  margin-top: 100px;
  width: 100%;
  background-image: url(/assets/images/home/about-image.png?ver=3);
}
@media screen and (max-width: 1735px) {
  .home-about::before {
    background-position: top center;
  }
}
@media screen and (max-width: 1024px) {
  .home-about::before {
    background-position-y: -150px;
  }
}
@media screen and (max-width: 850px) {
  .home-about::before {
    background-position-y: 0px;
  }
}
@media screen and (max-width: 696px) {
  .home-about::before {
    background-position-y: -150px;
  }
}
@media screen and (max-width: 575px) {
  .home-about::before {
    background-position-y: -50px;
    background-size: 1000px;
  }
}
.home-about .head h1 {
  text-align: center;
  font-size: 5vw;
}
@media screen and (max-width: 575px) {
  .home-about .head h1 {
    font-size: 30px;
  }
}
.home-about .head h1 .gold {
  display: inline;
  color: #ff9f33;
}
.home-about .head h1.sub {
  font-size: 13vw;
}
@media screen and (max-width: 1300px) {
  .home-about .head h1.sub {
    margin-top: 60px;
  }
}
@media screen and (max-width: 850px) {
  .home-about .head h1.sub {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home-about .head h1.sub {
    width: 280px;
    margin: auto;
    margin-top: 30px;
    font-size: 50px;
  }
}
.home-about .head a {
  margin: auto;
}
.home-about .learn-more a {
  position: relative;
  z-index: 1;
  margin: auto;
  margin-top: 180px;
  width: 250px;
}
@media screen and (max-width: 1550px) {
  .home-about .learn-more a {
    margin-top: 250px;
  }
}
@media screen and (max-width: 575px) {
  .home-about .learn-more a {
    width: 170px;
    font-size: 15px;
  }
}
.home-about .spider {
  position: absolute;
  text-align: center;
  margin-left: 68vw;
}
@media screen and (max-width: 785px) {
  .home-about .spider {
    margin-left: 0;
    right: 20px;
  }
}
.home-about .spider img {
  width: 250px;
}
@media screen and (max-width: 575px) {
  .home-about .spider img {
    width: 100px;
  }
}

@media screen and (max-width: 1350px) {
  .home-about-unions {
    display: contents;
  }
}
@media screen and (max-width: 1024px) {
  .home-about-unions {
    display: block;
  }
}
.home-about-unions .inner {
  width: 1250px;
  margin: auto;
  margin-top: -100px;
}
@media screen and (max-width: 1350px) {
  .home-about-unions .inner {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1024px) {
  .home-about-unions .inner {
    transform: scale(1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .home-about-unions .inner {
    margin-top: -200px;
  }
}
@media screen and (max-width: 575px) {
  .home-about-unions .inner {
    margin-top: -300px;
  }
}
.home-about-unions .inner .union {
  background-image: url(/assets/images/home/about/union1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 680px;
  height: 430px;
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 100px;
}
@media screen and (max-width: 850px) {
  .home-about-unions .inner .union {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 500px) {
  .home-about-unions .inner .union {
    transform: scale(0.45);
  }
}
.home-about-unions .inner .union:nth-child(2) {
  height: 550px;
  position: absolute;
  margin-top: -300px;
  margin-left: 580px;
}
@media screen and (max-width: 1024px) {
  .home-about-unions .inner .union:nth-child(2) {
    margin: 80px 0;
    position: relative;
  }
}
@media screen and (max-width: 850px) {
  .home-about-unions .inner .union:nth-child(2) {
    margin: -100px 0;
  }
}
@media screen and (max-width: 500px) {
  .home-about-unions .inner .union:nth-child(2) {
    margin: -250px 0;
  }
}
.home-about-unions .inner .union:nth-child(2) .content .u-head {
  margin-bottom: 10px;
}
.home-about-unions .inner .union:nth-child(3) {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .home-about-unions .inner .union:nth-child(3) {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .home-about-unions .inner .union:nth-child(3) {
    margin-bottom: -80px;
  }
}
.home-about-unions .inner .union .content {
  height: max-content;
}
.home-about-unions .inner .union .content .u-head {
  font-family: "Nohemi";
  font-size: 35.64px;
  font-weight: 700;
  line-height: 42.51px;
  color: #fff;
  margin-bottom: 20px;
}
.home-about-unions .inner .union .content .sub {
  font-family: "Nohemi-Regular";
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: left;
  color: #fff;
}
.home-about-unions .inner .union .content .sub strong {
  font-family: "Nohemi";
  display: block;
  margin: 20px 0;
}

.key-points {
  padding: 150px 0;
}
@media screen and (max-width: 1600px) {
  .key-points {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .key-points {
    padding: 100px 0;
  }
}
@media screen and (max-width: 575px) {
  .key-points {
    padding: 60px 0;
  }
}
.key-points .discover-now {
  position: absolute;
  z-index: 2;
  right: 300px;
  margin-top: 350px;
}
@media screen and (max-width: 1600px) {
  .key-points .discover-now {
    position: relative;
    margin-top: 40px;
    right: 0;
  }
}
.key-points .discover-now a {
  font-family: "Nohemi-Regular";
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .key-points .discover-now a {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .key-points .discover-now a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .key-points .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.key-points .inner:nth-child(1) .point:nth-child(2) .img {
  width: 300px;
}
.key-points .inner:nth-child(2) {
  margin-top: 30px;
}
.key-points .inner:nth-child(2) .point:nth-child(1) .content {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .key-points .inner:nth-child(2) .point:nth-child(1) .content {
    margin-bottom: 0;
  }
}
.key-points .inner:nth-child(2) .point .img {
  margin-left: -100px;
}
.key-points .inner:nth-child(2) .point .content {
  margin-left: -100px;
}
@media screen and (max-width: 1100px) {
  .key-points .inner:nth-child(2) .point .content {
    margin-left: 0;
  }
}
.key-points .inner:nth-child(2) .point .content:nth-child(2) {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .key-points .inner:nth-child(2) .point .content:nth-child(2) {
    margin-top: 0;
  }
}
.key-points .inner .point {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 1100px) {
  .key-points .inner .point {
    width: 90%;
  }
}
.key-points .inner .point:nth-child(2) {
  align-items: start;
}
.key-points .inner .point:nth-child(2) .content {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .key-points .inner .point:nth-child(2) .content {
    margin-top: 0;
  }
}
.key-points .inner .point .img {
  width: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .key-points .inner .point .img {
    display: none;
  }
}
.key-points .inner .point .img img {
  width: 100%;
  object-position: bottom;
}
.key-points .inner .point .content {
  padding: 40px 100px;
  border-radius: 40px;
  background: #141414;
  width: 100%;
  box-shadow: -5.011px -5.011px 3.794px 0px rgba(0, 0, 0, 0.25) inset, 5.011px 5.011px 3.794px 0px rgba(76, 76, 76, 0.25) inset;
}
@media screen and (max-width: 1100px) {
  .key-points .inner .point .content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .key-points .inner .point .content {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 575px) {
  .key-points .inner .point .content {
    padding: 20px 30px;
    border-radius: 20px;
  }
}
.key-points .inner .point .content .content-inner {
  width: 655px;
}
@media screen and (max-width: 1100px) {
  .key-points .inner .point .content .content-inner {
    width: 100%;
  }
}
.key-points .inner .point .content .content-inner .point-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.key-points .inner .point .content .content-inner .point-head img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .key-points .inner .point .content .content-inner .point-head img {
    width: 20px;
  }
}
.key-points .inner .point .content .content-inner .point-head .head h1 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .key-points .inner .point .content .content-inner .point-head .head h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .key-points .inner .point .content .content-inner .point-head .head h1 {
    font-size: 20px;
  }
}
.key-points .inner .point .content .content-inner p {
  font-family: "Nohemi-Regular";
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29.16px;
  text-align: justify;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .key-points .inner .point .content .content-inner p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .key-points .inner .point .content .content-inner p {
    font-size: 12px;
    line-height: 21px;
  }
}
.key-points .girl-bg {
  position: absolute;
  right: 0;
  width: 60%;
  margin-top: -1350px;
}
@media screen and (max-width: 1600px) {
  .key-points .girl-bg {
    position: relative;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
}
.key-points .girl-bg img.bg {
  width: 100%;
}
/*
@media screen and (max-width: 1600px) {
  .key-points .girl-bg img.bg {
    width: 50%;
    content: url(/assets/images/home/key-points/girl-main-bg-2.png);
  }
}
*/
@media screen and (max-width: 768px) {
  .key-points .girl-bg img.bg {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .key-points .girl-bg img.bg {
    width: 90%;
  }
}
.key-points .girl-bg img.fire {
  position: absolute;
  mix-blend-mode: screen;
  right: 790px;
  margin-top: 1060px;
  transform: rotate(20deg);
  width: 150px;
}

.testimonials {
  padding: 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .testimonials {
    padding: 150px 0;
  }
}
@media screen and (max-width: 1440px) {
  .testimonials {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1024px) {
  .testimonials {
    padding: 50px 0;
  }
}
.testimonials:hover .quotes {
  transform: rotate(0deg);
  animation-name: testimonial_QuoteBounce;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.testimonials:hover .content-wrap .name-wrap {
  animation-name: testimonial_NameBounce;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.testimonials:hover .cover {
  z-index: 2;
}
.testimonials:hover .cover img {
  transform: translateY(0%);
  animation-name: testimonial_CoverBounce;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.testimonials .cover {
  position: absolute;
  z-index: 4;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .testimonials .cover {
    display: none;
  }
}
.testimonials .cover img {
  width: 100%;
  transform: translateY(-110%);
  animation-name: testimonial_CoverBounce_Reverse;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 850px) {
  .testimonials .cover img {
    content: url(/assets/images/home/testimonial/cover-small.png);
  }
}
.testimonials .quotes {
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  transform: rotate(-30deg);
  animation: testimonial_QuoteBounce_Reverse 1s ease-in-out forwards;
}
@media screen and (max-width: 850px) {
  .testimonials .quotes {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .quotes {
    margin-right: 70px;
  }
}
.testimonials .quotes img {
  width: 250px;
  margin-bottom: -250px;
}
@media screen and (max-width: 1600px) {
  .testimonials .quotes img {
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .quotes img {
    width: 100px;
  }
}
.testimonials .content-wrap .content .wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 850px) {
  .testimonials .content-wrap .content .wrap {
    flex-direction: column;
  }
}
.testimonials .content-wrap .content .wrap .image {
  min-width: 600px;
  height: 800px;
}
@media screen and (max-width: 1600px) {
  .testimonials .content-wrap .content .wrap .image {
    min-width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 850px) {
  .testimonials .content-wrap .content .wrap .image {
    width: 80%;
    height: 400px;
  }
}
.testimonials .content-wrap .content .wrap .image::before {
  display: block;
  position: absolute;
  content: "";
  width: 600px;
  height: 800px;
  transition: 1s;
  background-image: radial-gradient(90% 90% at 49% 0%, rgba(19, 19, 19, 0) 0%, #141414 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .testimonials .content-wrap .content .wrap .image::before {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 850px) {
  .testimonials .content-wrap .content .wrap .image::before {
    width: 100%;
    height: 400px;
  }
}
.testimonials .content-wrap .content .wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.testimonials .content-wrap .content .wrap .message {
  background-image: url(/assets/images/home/testimonial/quote-small.png);
  background-position: top left;
  background-size: 50px;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-left: 40px;
  font-family: "Nohemi";
  font-size: 32px;
  font-weight: 500;
  line-height: 56.51px;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .testimonials .content-wrap .content .wrap .message {
    font-size: 1.5vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 850px) {
  .testimonials .content-wrap .content .wrap .message {
    text-align: center;
    padding-top: 120px;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .content-wrap .content .wrap .message {
    font-size: 4vw;
    line-height: 5vw;
  }
}
.testimonials .content-wrap .name-wrap {
  margin-top: -200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .testimonials .content-wrap .name-wrap {
    margin-top: -50px;
  }
}
@media screen and (max-width: 850px) {
  .testimonials .content-wrap .name-wrap {
    position: absolute;
    margin: auto;
    margin-top: -220px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .content-wrap .name-wrap {
    margin-top: -50vw;
  }
}
.testimonials .content-wrap .name-wrap .head h1 {
  font-size: 40px;
  font-family: "Nohemi";
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .testimonials .content-wrap .name-wrap .head h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 850px) {
  .testimonials .content-wrap .name-wrap .head h1 {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .content-wrap .name-wrap .head h1 {
    font-size: 5vw;
  }
}
.testimonials .content-wrap .name-wrap .title h1 {
  font-size: 55px;
}
@media screen and (max-width: 1600px) {
  .testimonials .content-wrap .name-wrap .title h1 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .content-wrap .name-wrap .title h1 {
    font-size: 4vw;
  }
}
.testimonials .controls {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  margin-top: -80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .testimonials .controls {
    margin-top: 20px;
    justify-content: center;
  }
}
.testimonials .controls .dots {
  width: max-content;
}
@media screen and (max-width: 850px) {
  .testimonials .controls .dots {
    display: none;
  }
}
.testimonials .controls .dots .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.testimonials .controls .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff9f33;
}
.testimonials .controls .arrow {
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}
.testimonials .controls .currentSlide {
  font-family: "Helvetica";
  font-size: 79.85px;
  font-weight: 400;
  color: #fff;
}
.testimonials .controls .totalSlides {
  font-family: "Helvetica";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.contact-section {
  padding: 150px 0;
}
@media screen and (min-width: 1201px) {
  .contact-section:hover .no-overflow .contactForm {
    transform: translateX(0);
    margin-right: auto;
  }
  .contact-section:hover .animation-bg .lion {
    transform: scale(0.4);
    margin-left: -650px;
    margin-top: 0px;
  }
  .contact-section:hover .axe img {
    transform: rotate(-30deg);
  }
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 150px 0;
  }
}
@media screen and (max-width: 575px) {
  .contact-section {
    padding: 250px 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-section {
    padding: 100px 0;
  }
}
.contact-section .no-overflow {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin-top: 300px;
}
@media screen and (max-width: 1200px) {
  .contact-section .no-overflow {
    position: relative;
    margin-top: 0;
  }
}
.contact-section .no-overflow .contactForm {
  transform: translateX(100%);
  transition: all 1s;
  display: flex;
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .contact-section .no-overflow .contactForm {
    transform: translateX(0);
    width: 95%;
  }
}
@media screen and (max-width: 575px) {
  .contact-section .no-overflow .contactForm {
    flex-direction: column;
  }
}
.contact-section .no-overflow .contactForm .overview {
  width: 50%;
  height: 850px;
  background-image: url(/assets/images/home/contact/form-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 0 0 15px;
  padding: 100px 60px;
}
@media screen and (max-width: 1200px) {
  .contact-section .no-overflow .contactForm .overview {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-section .no-overflow .contactForm .overview {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 575px) {
  .contact-section .no-overflow .contactForm .overview {
    height: 400px;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.contact-section .no-overflow .contactForm .overview .head {
  font-family: "Nohemi";
  font-size: 77.13px;
  font-weight: 600;
  line-height: 77.47px;
  color: #fff;
  text-shadow: 0px 8px rgba(0, 0, 0, 0.2117647059);
}
@media screen and (max-width: 1024px) {
  .contact-section .no-overflow .contactForm .overview .head {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 575px) {
  .contact-section .no-overflow .contactForm .overview .head {
    font-size: 35px;
    line-height: 45px;
  }
}
.contact-section .no-overflow .contactForm .overview ul {
  margin-top: 40px;
}
.contact-section .no-overflow .contactForm .overview ul li {
  font-family: "Nohemi";
  font-size: 21.73px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact-section .no-overflow .contactForm .overview ul li {
    font-size: 2vw;
  }
}
@media screen and (max-width: 575px) {
  .contact-section .no-overflow .contactForm .overview ul li {
    font-size: 17px;
  }
}
.contact-section .no-overflow .contactForm form {
  width: 50%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .contact-section .no-overflow .contactForm form {
    width: 100%;
  }
}
.contact-section .no-overflow .contactForm form .form-inner {
  padding: 80px 100px 30px 100px;
  background: #262727;
  border-radius: 0 15px 15px 0;
  height: 850px;
}
@media screen and (max-width: 1200px) {
  .contact-section .no-overflow .contactForm form .form-inner {
    padding: 50px 30px 0px 30px;
    height: 700px;
  }
}
@media screen and (max-width: 575px) {
  .contact-section .no-overflow .contactForm form .form-inner {
    border-radius: 0px 0px 10px 10px;
  }
}
.contact-section .no-overflow .contactForm form .form-inner .form-text {
  font-family: "Nohemi-Regular";
  font-size: 19.55px;
  font-weight: 400;
  line-height: 25.42px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6980392157);
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact-section .no-overflow .contactForm form .form-inner .form-text {
    font-size: 1.6vw;
    line-height: 2.3vw;
  }
}
@media screen and (max-width: 575px) {
  .contact-section .no-overflow .contactForm form .form-inner .form-text {
    font-size: 2.9vw;
    line-height: 3.8vw;
  }
}
.contact-section .no-overflow .contactForm form .form-inner .input {
  margin-top: 30px;
}
.contact-section .no-overflow .contactForm form .form-inner .input label {
  display: block;
  color: #fff;
  font-family: "Nohemi";
  font-size: 19.55px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-section .no-overflow .contactForm form .form-inner .input label {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 575px) {
  .contact-section .no-overflow .contactForm form .form-inner .input label {
    font-size: 3vw;
  }
}
.contact-section .no-overflow .contactForm form .form-inner .input input,
.contact-section .no-overflow .contactForm form .form-inner .input textarea {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -3.62%, rgba(255, 255, 255, 0.2) 100%);
  border: 1.09px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(32.5891189575px);
  padding: 13px;
  border-radius: 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
  transition: 0.3s;
  color: #fff;
}
.contact-section .no-overflow .contactForm form .form-inner .input input:hover,
.contact-section .no-overflow .contactForm form .form-inner .input textarea:hover {
  transition: 0.3s;
  border-color: #76388e;
  box-shadow: 0px 0px 10px 2px #3d2e4e;
  background: linear-gradient(180deg, #453849 -3.62%, #2b2236 100%);
}
.contact-section .no-overflow .contactForm form .form-inner .input input:focus,
.contact-section .no-overflow .contactForm form .form-inner .input textarea:focus {
  background: none;
  box-shadow: 0px 0px 10px 2px #3d2e4e;
  border-color: #76388e;
}
.contact-section .no-overflow .contactForm form button {
  margin: auto;
  margin-top: 40px;
  width: 50%;
  height: 50px;
  cursor: pointer;
}
.contact-section .animation-bg {
  background-image: url(/assets/images/home/contact/bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.contact-section .animation-bg .lion {
  position: relative;
  z-index: 2;
  transition: 1s;
}
.contact-section .animation-bg .lion img {
  transition: 1s;
  width: 90%;
}
.contact-section .axe {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 100%;
  height: max-content;
  overflow: hidden;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .contact-section .axe {
    display: none;
  }
}
.contact-section .axe img {
  width: 450px;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  .contact-section .axe img {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .contact-section .axe img {
    transform: rotate(-20deg);
  }
}

footer {
  background-image: url(/assets/images/footer/footer-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 1548px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  footer {
    height: 1000px;
  }
}
footer .line {
  height: 1px;
  width: 100%;
  background-color: #686868;
  opacity: 0.3;
}
footer .head h1 {
  font-family: "Fatbold Slim";
  font-size: 120px;
  font-weight: 400;
  line-height: 164.52px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1600px) {
  footer .head h1 {
    font-size: 150px;
    line-height: 140px;
  }
}
@media screen and (max-width: 1350px) {
  footer .head h1 {
    font-size: 120px;
    line-height: 130px;
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  footer .head h1 {
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 510px) {
  footer .head h1 {
    font-size: 14vw;
  }
}
footer .content {
  width: 50%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1350px) {
  footer .content {
    width: 100%;
    text-align: center;
  }
}
footer .footer-links ul {
  display: flex;
  gap: 10px;
  margin: 30px 0;
}
@media screen and (max-width: 1350px) {
  footer .footer-links ul {
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  footer .footer-links ul {
    flex-wrap: wrap;
  }
}
footer .footer-links ul li {
  list-style: none;
}
footer .footer-links ul li a {
  font-family: "Nohemi";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  footer .footer-links ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 510px) {
  footer .footer-links ul li a {
    font-size: 13px;
  }
}
footer .footer-links ul li a.active {
  color: #ff9f33;
}
footer .brand {
  margin: 30px 0;
}
footer .brand img {
  width: 100px;
}
footer p {
  font-family: "Nohemi";
  font-size: 17px;
  font-weight: 400;
  line-height: 25.42px;
  color: #fff;
  margin: 30px 0;
}
@media screen and (max-width: 575px) {
  footer p {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-bot {
  position: absolute;
  right: 15vw;
  width: 130px;
  margin-top: 200px;
}
@media screen and (max-width: 850px) {
  footer .footer-bot {
    width: 80px;
    margin-top: 250px;
  }
}
footer .footer-bot img {
  width: 100%;
  mix-blend-mode: lighten;
}
footer .footer-building {
  position: absolute;
  z-index: 2;
  width: 100%;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: end;
}
footer .footer-building img {
  width: 78%;
}
@media screen and (max-width: 1350px) {
  footer .footer-building img {
    transform: translateX(50%);
  }
}
footer .footer-sun {
  position: absolute;
  z-index: 1;
  width: 450px;
  right: 10vw;
  margin-top: 500px;
}
@media screen and (max-width: 1350px) {
  footer .footer-sun {
    width: 350px;
    overflow: hidden;
    right: 0;
  }
}
@media screen and (max-width: 850px) {
  footer .footer-sun {
    width: 200px;
  }
}
footer .footer-sun img {
  width: 100%;
  mix-blend-mode: lighten;
}
@media screen and (max-width: 1350px) {
  footer .footer-sun img {
    transform: translateX(50%);
  }
}
footer .side-image {
  position: absolute;
  z-index: 5;
  left: 0;
  margin-top: 600px;
}
@media screen and (max-width: 850px) {
  footer .side-image {
    height: 500px;
    margin-top: 420px;
  }
  footer .side-image img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .side-image {
    height: 400px;
    margin-top: 500px;
  }
}
footer .footer-image {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  z-index: 4;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Nohemi-Regular";
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.42px;
  text-align: left;
  color: #fff;
  padding-top: 50px;
}
@media screen and (max-width: 850px) {
  footer .footer-image {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  footer .footer-image {
    font-size: 13px;
    line-height: 20px;
    padding: 50px 20px 0 20px;
  }
}
footer .footer-image a {
  text-decoration: none;
  color: #fff;
}
footer .footer-image span {
  text-align: center;
}

.whoarewe {
  background-image: url(/assets/images/whoarewe/hero.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}
@media screen and (max-width: 575px) {
  .whoarewe {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 475px) {
  .whoarewe {
    padding-top: 150px;
  }
}
.whoarewe .inner {
  display: flex;
  gap: 50px;
  margin-bottom: 150px;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  .whoarewe .inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
@media screen and (max-width: 575px) {
  .whoarewe .inner {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.whoarewe .inner .head h1 {
  font-size: 100px;
  line-height: 91.4px;
}
@media screen and (max-width: 1600px) {
  .whoarewe .inner .head h1 {
    font-size: 90px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1350px) {
  .whoarewe .inner .head h1 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media screen and (max-width: 850px) {
  .whoarewe .inner .head h1 {
    font-size: 40px;
    line-height: 30px;
  }
}
.whoarewe .inner .head h1:last-child {
  font-size: 190.17px;
  line-height: 173.82px;
}
@media screen and (max-width: 1600px) {
  .whoarewe .inner .head h1:last-child {
    font-size: 170px;
    line-height: 150px;
  }
}
@media screen and (max-width: 1350px) {
  .whoarewe .inner .head h1:last-child {
    font-size: 130px;
    line-height: 110px;
  }
}
@media screen and (max-width: 850px) {
  .whoarewe .inner .head h1:last-child {
    font-size: 110px;
    line-height: 100px;
  }
}
@media screen and (max-width: 510px) {
  .whoarewe .inner .head h1:last-child {
    font-size: 18vw;
    line-height: 16vw;
  }
}
.whoarewe .inner .caption p {
  font-family: "Nohemi-Regular";
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  text-align: justify;
  margin: 10px 0;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .whoarewe .inner .caption p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1350px) {
  .whoarewe .inner .caption p {
    font-size: 16px;
    line-height: 25px;
  }
}
.whoarewe .hero-footer .counters {
  display: flex;
  justify-content: space-between;
}
.whoarewe .hero-footer .counters .counter {
  width: max-content;
}
.whoarewe .hero-footer .counters .counter .number {
  color: #ff9f33;
  text-align: center;
  font-family: "Warfirels";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1060px) {
  .whoarewe .hero-footer .counters .counter .number {
    font-size: 35px;
  }
}
@media screen and (max-width: 850px) {
  .whoarewe .hero-footer .counters .counter .number {
    font-size: 20px;
  }
}
@media screen and (max-width: 468px) {
  .whoarewe .hero-footer .counters .counter .number {
    font-size: 16px;
  }
}
.whoarewe .hero-footer .counters .counter .title {
  color: #fff;
  text-align: center;
  font-family: "Nohemi";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 30px;
}
@media screen and (max-width: 1060px) {
  .whoarewe .hero-footer .counters .counter .title {
    font-size: 12px;
  }
}
@media screen and (max-width: 850px) {
  .whoarewe .hero-footer .counters .counter .title {
    font-size: 9px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 468px) {
  .whoarewe .hero-footer .counters .counter .title {
    font-size: 6px;
    line-height: 12px;
  }
}

.core-values {
  background-image: url(/assets/images/whoarewe/corevalues/bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .core-values {
    background-size: 900px;
  }
  .core-values::before {
    display: block;
    content: "";
    background-image: url(/assets/images/whoarewe/corevalues/bg-cover.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 900px;
    width: 100%;
    height: 375px;
    position: absolute;
    margin-top: 780px;
  }
  .core-values .site-container {
    width: 100%;
  }
}
.core-values::after {
  display: block;
  content: "";
  height: 400px;
  width: 100%;
  background: rgb(20, 20, 20);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 93%);
}
.core-values .inner {
  padding: 100px 0;
}
@media screen and (max-width: 1060px) {
  .core-values .inner {
    padding-bottom: 0px;
  }
}
.core-values .inner .head {
  margin-bottom: 50px;
}
.core-values .inner .head h1 {
  font-size: 190.17px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .core-values .inner .head h1 {
    font-size: 170px;
  }
}
@media screen and (max-width: 1350px) {
  .core-values .inner .head h1 {
    font-size: 130px;
  }
}
@media screen and (max-width: 850px) {
  .core-values .inner .head h1 {
    font-size: 110px;
  }
}
@media screen and (max-width: 600px) {
  .core-values .inner .head h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 370px) {
  .core-values .inner .head h1 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .core-values .inner .core-value-wrap {
    height: 630px;
    overflow: auto;
  }
}
@media screen and (max-width: 600px) {
  .core-values .inner .core-value-wrap {
    height: 700px;
  }
}
@media screen and (max-width: 370px) {
  .core-values .inner .core-value-wrap {
    height: 640px;
  }
}
.core-values .inner .core-value-wrap .row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .core-values .inner .core-value-wrap .row {
    flex-direction: column;
    align-items: center;
  }
}
.core-values .inner .core-value-wrap .row:nth-child(even) {
  gap: 280px;
  margin: -150px 0;
}
@media screen and (max-width: 1060px) {
  .core-values .inner .core-value-wrap .row:nth-child(even) {
    gap: 200px;
    margin: -100px 0;
  }
}
@media screen and (max-width: 850px) {
  .core-values .inner .core-value-wrap .row:nth-child(even) {
    gap: 0px;
    margin: 0;
  }
}
.core-values .inner .core-value-wrap .row:last-child {
  margin-bottom: 0;
}
.core-values .inner .core-value-wrap .row .value {
  width: 376px;
  height: 406px;
  background-image: url(/assets/images/whoarewe/corevalues/value-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media screen and (max-width: 1060px) {
  .core-values .inner .core-value-wrap .row .value {
    width: 276px;
    height: 306px;
    padding: 20px;
  }
}
.core-values .inner .core-value-wrap .row .value .content .header {
  font-family: "Nohemi";
  font-size: 25px;
  color: #ff9f33;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1060px) {
  .core-values .inner .core-value-wrap .row .value .content .header {
    font-size: 20px;
  }
}
.core-values .inner .core-value-wrap .row .value .content p {
  font-family: "Nohemi-Regular";
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .core-values .inner .core-value-wrap .row .value .content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.team {
  background-image: url(/assets/images/whoarewe/team/team-bg.png?ver=2);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 1920px;
  margin-top: 50px;
}
@media screen and (max-width: 1350px) {
  .team {
    background-size: 1350px;
  }
}
@media screen and (max-width: 850px) {
  .team {
    background-size: 850px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .team {
    background: none;
  }
}
.team::before {
  display: block;
  content: "";
  height: 220px;
  width: 100%;
  background: rgb(20, 20, 20);
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.84) 0%, rgb(20, 20, 20) 93%);
  position: absolute;
}
@media screen and (max-width: 1350px) {
  .team::before {
    height: 155px;
  }
}
@media screen and (max-width: 768px) {
  .team::before {
    display: none;
  }
}
.team::after {
  display: block;
  content: "";
  height: 200px;
  width: 100%;
  background: rgb(20, 20, 20);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.84) 0%, rgb(20, 20, 20) 93%);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .team::after {
    display: none;
  }
}
.team .inner {
  position: relative;
  z-index: 1;
}
.team .inner .head h1 {
  font-size: 190.17px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .team .inner .head h1 {
    font-size: 170px;
  }
}
@media screen and (max-width: 1350px) {
  .team .inner .head h1 {
    font-size: 130px;
  }
}
@media screen and (max-width: 850px) {
  .team .inner .head h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  .team .inner .head h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 370px) {
  .team .inner .head h1 {
    padding: 0 20px;
  }
}
.team .inner .team-wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1350px) {
  .team .inner .team-wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .team .inner .team-wrap {
    flex-direction: column;
    gap: 0;
  }
}
.team .inner .team-wrap .member,
.team .inner .team-wrap .animation {
  height: 590px;
  margin-top: 170px;
}
@media screen and (max-width: 1350px) {
  .team .inner .team-wrap .member,
  .team .inner .team-wrap .animation {
    margin-top: 130px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .team .inner .team-wrap .member,
  .team .inner .team-wrap .animation {
    margin-top: 0;
    height: 320px;
  }
}
.team .inner .team-wrap .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .team .inner .team-wrap .member {
    padding: 0;
    justify-content: center;
    gap: 20px;
  }
}
.team .inner .team-wrap .member .image {
  width: max-content;
  height: max-content;
  padding: 20px;
  border-radius: 50%;
  background: #141414;
  box-shadow: 7.25px 7.25px 5.49px 0px rgba(76, 76, 76, 0.2509803922) inset;
  box-shadow: -7.25px -7.25px 5.49px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
@media screen and (max-width: 1350px) {
  .team .inner .team-wrap .member .image {
    padding: 15px;
  }
}
.team .inner .team-wrap .member .image img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1350px) {
  .team .inner .team-wrap .member .image img {
    width: 180px;
    height: 180px;
  }
}
.team .inner .team-wrap .member .name {
  text-align: center;
  font-family: "Nohemi";
  font-size: 28.05px;
  font-weight: 700;
  text-align: center;
  color: #ff9f33;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1350px) {
  .team .inner .team-wrap .member .name {
    font-size: 18px;
  }
}
.team .inner .team-wrap .member .name .title {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
}
@media screen and (max-width: 1350px) {
  .team .inner .team-wrap .member .name .title {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .team .inner .team-wrap .animation {
    display: none;
  }
}
.team .inner .team-wrap .animation img {
  width: 450px;
}
@media screen and (max-width: 1350px) {
  .team .inner .team-wrap .animation img {
    width: 280px;
  }
}

.meet_team {
  padding-top: 100px;
}
.meet_team .inner .bg img {
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .meet_team .inner .bg img {
    content: url(/assets/images/whoarewe/team/team2-bg-small.png);
  }
}
.meet_team .inner .lines {
  margin-top: -65vw;
}
@media screen and (max-width: 1060px) {
  .meet_team .inner .lines {
    margin-top: -76vw;
  }
}
.meet_team .inner .lines img {
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .meet_team .inner .lines img {
    content: url(/assets/images/whoarewe/team/team-lines-small.png);
  }
}
.meet_team .content {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
  width: 35%;
  right: 100px;
  position: absolute;
  margin-top: -900px;
}
@media screen and (max-width: 1520px) {
  .meet_team .content {
    margin-top: -700px;
  }
}
@media screen and (max-width: 1060px) {
  .meet_team .content {
    position: relative;
    margin-top: 0;
    width: 100%;
    right: 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 450px) {
  .meet_team .content {
    gap: 20px;
  }
}
.meet_team .content p {
  font-family: "Nohemi-Regular";
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 40px;
  text-align: right;
  color: #ffffff;
}
@media screen and (max-width: 1350px) {
  .meet_team .content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 450px) {
  .meet_team .content p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1060px) {
  .meet_team .content img {
    height: 300px;
    width: 50px;
  }
}

.breadcrumb {
  background-image: url(/assets/images/contact/bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 30px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 200px 30px;
  }
}
.breadcrumb .head h1 {
  font-size: 190.17px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .breadcrumb .head h1 {
    font-size: 170px;
  }
}
@media screen and (max-width: 1350px) {
  .breadcrumb .head h1 {
    font-size: 130px;
  }
}
@media screen and (max-width: 850px) {
  .breadcrumb .head h1 {
    font-size: 110px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb .head h1 {
    font-size: 80px;
  }
}
.breadcrumb p {
  font-family: "Nohemi";
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1600px) {
  .breadcrumb p {
    font-size: 25px;
  }
}
@media screen and (max-width: 1350px) {
  .breadcrumb p {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .breadcrumb p {
    font-size: 15px;
  }
}

.service-hero {
  background-image: url(/assets/images/services/hero-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0px;
}
@media screen and (max-width: 768px) {
  .service-hero {
    padding-bottom: 100px;
  }
}
.service-hero .head h1 {
  font-size: 6vw;
}
@media screen and (max-width: 768px) {
  .service-hero .head h1 {
    text-align: center;
    font-size: 7vw;
  }
}
@media screen and (max-width: 575px) {
  .service-hero .head h1 {
    font-size: 11vw;
  }
}
.service-hero .head h1:last-child {
  font-size: 9vw;
}
@media screen and (max-width: 575px) {
  .service-hero .head h1:last-child {
    font-size: 10vw;
  }
}

.service-slider {
  background-image: url(/assets/images/services/slider-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .service-slider {
    background-size: 170vw;
  }
}
@media screen and (max-width: 575px) {
  .service-slider {
    margin-top: 200px;
  }
}
.service-slider .inner .slider-scroll-wrap {
  height: 500px;
  overflow: hidden;
  width: 70%;
}
@media screen and (max-width: 1060px) {
  .service-slider .inner .slider-scroll-wrap {
    height: 250px;
  }
}
@media screen and (max-width: 850px) {
  .service-slider .inner .slider-scroll-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .service-slider .inner .slider-scroll-wrap {
    height: 170px;
  }
}
.service-slider .inner .slide-wrap {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1060px) {
  .service-slider .inner .slide-wrap {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 575px) {
  .service-slider .inner .slide-wrap {
    margin-top: -200px;
    position: absolute;
    width: 95%;
  }
}
.service-slider .inner .slide-wrap .paginations {
  transform: translate3d(0, 0, 0);
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  .service-slider .inner .slide-wrap .paginations {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .service-slider .inner .slide-wrap .paginations {
    gap: 5px;
    width: 10%;
  }
}
.service-slider .inner .slide-wrap .paginations .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 850px) {
  .service-slider .inner .slide-wrap .paginations .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 575px) {
  .service-slider .inner .slide-wrap .paginations .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.service-slider .inner .slide-wrap .paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff9f33;
}
.service-slider .inner .slide-wrap .service-image-slider .slide {
  width: 100%;
}
.service-slider .inner .slide-wrap .service-image-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-slider .inner .slide-wrap .controls {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px 0;
  position: relative;
  right: 150px;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .service-slider .inner .slide-wrap .controls {
    right: 50px;
  }
}
@media screen and (max-width: 575px) {
  .service-slider .inner .slide-wrap .controls {
    padding: 30px 0;
  }
}
.service-slider .inner .slide-wrap .controls .icon {
  cursor: pointer;
}
.service-slider .inner .slide-wrap .controls .icon i {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 575px) {
  .service-slider .inner .slide-wrap .controls .icon i {
    font-size: 30px;
  }
}
.service-slider .inner .slider-caption-scroll-wrap {
  height: 450px;
  margin-top: -110px;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  .service-slider .inner .slider-caption-scroll-wrap {
    margin-top: -370px;
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .service-slider .inner .slider-caption-scroll-wrap {
    position: absolute;
    margin-top: -70px;
    width: 95%;
  }
}
.service-slider .inner .slider-caption-scroll-wrap .service-caption-slider .slide .caption {
  text-align: right;
  font-family: "Helvetica";
  font-size: 80px;
  letter-spacing: 0.02em;
  color: #ffffff;
  width: 85%;
  opacity: 0.2;
}
@media screen and (max-width: 1060px) {
  .service-slider .inner .slider-caption-scroll-wrap .service-caption-slider .slide .caption {
    font-size: 20px;
    width: 70%;
  }
}
.service-slider .inner .slider-caption-scroll-wrap .service-caption-slider .slide.swiper-slide-active .caption {
  opacity: 1;
}
.service-slider .inner .animation {
  margin-top: -350px;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .service-slider .inner .animation {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .service-slider .inner .animation {
    padding-top: 45vw;
  }
}
.service-slider .inner .animation img {
  mix-blend-mode: lighten;
  width: 700px;
}
@media screen and (max-width: 1060px) {
  .service-slider .inner .animation img {
    width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .service-slider .inner .animation img {
    width: 60vw;
  }
}
.service-slider .inner .head h1:nth-child(2) {
  font-size: 75px;
  text-transform: capitalize;
}
@media screen and (max-width: 575px) {
  .service-slider .inner .head h1:nth-child(2) {
    font-size: 30px;
  }
}
.service-slider .inner .head p {
  font-family: "Nohemi-Regular";
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 33.8px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  margin-top: 50px;
  opacity: 0.5;
}
@media screen and (max-width: 575px) {
  .service-slider .inner .head p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 30px;
    opacity: 0.8;
    letter-spacing: 2px;
  }
}

.service-list {
  margin-top: 150px;
}
.service-list .sword {
  position: absolute;
  z-index: 1;
  right: 0;
  padding-right: 200px;
}
@media screen and (max-width: 1700px) {
  .service-list .sword {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1500px) {
  .service-list .sword {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1350px) {
  .service-list .sword {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1230px) {
  .service-list .sword {
    display: none;
  }
}
.service-list .sword img {
  width: 230px;
}
.service-list .service-list-wrap {
  background-image: url(/assets/images/services/service-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}
@media screen and (max-width: 850px) {
  .service-list .service-list-wrap {
    background-position-x: 80%;
  }
}
.service-list .service-list-wrap .list {
  margin-bottom: 100px;
}
.service-list .service-list-wrap .list:hover .clip-wrap .clip .img img {
  transform: scale(1.2);
  opacity: 1;
}
.service-list .service-list-wrap .list:hover .clip-wrap .clip .content .title {
  transform: scale(0);
  opacity: 0;
}
.service-list .service-list-wrap .list .clip-wrap {
  filter: drop-shadow(-5px -5px 3px rgba(76, 76, 76, 0.25)) drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.25));
}
.service-list .service-list-wrap .list .clip-wrap .clip {
  clip-path: polygon(5.3% 0%, 100% 0%, 96.9% 10%, 42% 10.5%, 34.8% 29.5%, 34.4% 100%, 0% 100%, 0% 10.8%);
  background: #141414;
  height: 713px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .service-list .service-list-wrap .list .clip-wrap .clip {
    clip-path: polygon(93% 0%, 100% 5.3%, 100% 100%, 89.6% 95.3%, 88.8% 45.5%, 77% 32%, 0% 31.8%, 0% 0%);
    justify-content: start;
  }
}
.service-list .service-list-wrap .list .clip-wrap .clip .img {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.service-list .service-list-wrap .list .clip-wrap .clip .img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
.service-list .service-list-wrap .list .clip-wrap .clip .content {
  width: 35%;
  padding: 60px;
  overflow: hidden;
  transition: 1s;
  position: absolute;
}
@media screen and (max-width: 1350px) {
  .service-list .service-list-wrap .list .clip-wrap .clip .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .service-list .service-list-wrap .list .clip-wrap .clip .content {
    width: 100%;
    padding: 50px;
  }
}
.service-list .service-list-wrap .list .clip-wrap .clip .content .title {
  text-align: center;
  font-family: "Nohemi";
  font-size: 40px;
  font-weight: bold;
  line-height: 40.18px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
  transition: 1s;
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 1350px) {
  .service-list .service-list-wrap .list .clip-wrap .clip .content .title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1060px) {
  .service-list .service-list-wrap .list .clip-wrap .clip .content .title {
    font-size: 20px;
    line-height: 22px;
  }
}
.service-list .service-list-wrap .list .clip-wrap .clip .content a {
  margin: auto;
}
.service-list .service-list-wrap .list .clip-wrap .list-services {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 100px;
}
@media screen and (max-width: 575px) {
  .service-list .service-list-wrap .list .clip-wrap .list-services .mt-5 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1060px) {
  .service-list .service-list-wrap .list .clip-wrap .list-services {
    padding-left: 40px;
  }
}
@media screen and (max-width: 850px) {
  .service-list .service-list-wrap .list .clip-wrap .list-services {
    padding-left: 10px;
    padding-top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .service-list .service-list-wrap .list .clip-wrap .list-services {
    width: 80%;
    left: 0;
  }
}
.service-list .service-list-wrap .list .clip-wrap .list-services ul li {
  list-style: none;
  font-family: "Nohemi";
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1060px) {
  .service-list .service-list-wrap .list .clip-wrap .list-services ul li {
    font-size: 20px;
    gap: 20px;
    margin-top: 30px;
  }
}
.service-list .service-list-wrap .list .clip-wrap .list-services ul li img {
  width: 50px;
}
@media screen and (max-width: 1060px) {
  .service-list .service-list-wrap .list .clip-wrap .list-services ul li img {
    width: 30px;
  }
}
.service-list .service-list-wrap .fire {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -150px;
}
.service-list .service-list-wrap .fire img {
  width: 150px;
  transform: rotate(90deg);
  mix-blend-mode: lighten;
}

.communication {
  background-image: url(/assets/images/services/communication/bg.png);
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .communication {
    background-position: right top;
    background-size: 100%;
  }
}
.communication .head h1 {
  font-size: 10vw;
}
@media screen and (max-width: 1350px) {
  .communication .head h1 {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .communication .head h1 {
    font-size: 10vw;
  }
}
.communication .girl {
  position: absolute;
}
@media screen and (max-width: 1350px) {
  .communication .girl {
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 1350px) {
  .communication .girl .character {
    width: 600px;
  }
}
@media screen and (max-width: 700px) {
  .communication .girl .character {
    width: 100%;
  }
}
.communication .girl .fire1,
.communication .girl .fire2 {
  position: absolute;
  left: 70px;
  top: 350px;
  width: 200px;
}
@media screen and (max-width: 1350px) {
  .communication .girl .fire1,
  .communication .girl .fire2 {
    width: 120px;
    left: 260px;
    top: 230px;
  }
}
@media screen and (max-width: 1060px) {
  .communication .girl .fire1,
  .communication .girl .fire2 {
    left: 150px;
  }
}
@media screen and (max-width: 850px) {
  .communication .girl .fire1,
  .communication .girl .fire2 {
    left: 50px;
  }
}
@media screen and (max-width: 700px) {
  .communication .girl .fire1,
  .communication .girl .fire2 {
    top: 170px;
    left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .communication .girl .fire1,
  .communication .girl .fire2 {
    display: none;
  }
}
.communication .girl .fire2 {
  left: 630px;
  top: 410px;
}
@media screen and (max-width: 1350px) {
  .communication .girl .fire2 {
    top: 270px;
    left: 620px;
  }
}
@media screen and (max-width: 1060px) {
  .communication .girl .fire2 {
    left: 510px;
  }
}
@media screen and (max-width: 850px) {
  .communication .girl .fire2 {
    left: 410px;
  }
}
@media screen and (max-width: 700px) {
  .communication .girl .fire2 {
    top: 205px;
    left: 330px;
  }
}
@media screen and (max-width: 575px) {
  .communication .girl .fire2 {
    display: none;
  }
}
.communication .method {
  position: relative;
  z-index: 1;
  margin-top: 150px;
}
@media screen and (max-width: 1600px) {
  .communication .method {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1350px) {
  .communication .method {
    margin-top: -100px;
  }
}
.communication .method .connector {
  background-image: url(/assets/images/services/communication/connector.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 600px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1350px) {
  .communication .method .connector {
    margin: auto;
  }
}
@media screen and (max-width: 1170px) {
  .communication .method .connector {
    width: 300px;
    height: 300px;
    background-size: cover;
  }
}
.communication .method .connector .node {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
}
.communication .method .connector .node:nth-child(1) {
  margin-top: 270px;
  margin-left: 60px;
}
@media screen and (max-width: 1350px) {
  .communication .method .connector .node:nth-child(1) {
    margin-left: 55px;
  }
}
@media screen and (max-width: 1170px) {
  .communication .method .connector .node:nth-child(1) {
    margin-left: 140;
    margin-top: 230px;
  }
}
.communication .method .connector .node:nth-child(2) {
  margin-top: 460px;
  margin-left: 140px;
}
.communication .method .connector .node:nth-child(3) {
  margin-top: 460px;
  margin-left: 540px;
}
@media screen and (max-width: 1170px) {
  .communication .method .connector .node:nth-child(3) {
    margin-top: 220px;
    margin-left: 240px;
  }
}
.communication .method .connector .node:nth-child(4) {
  margin-top: 280px;
  margin-left: 620px;
}
@media screen and (max-width: 1170px) {
  .communication .method .connector .node:nth-child(4) {
    margin-left: 285px;
    margin-top: 130px;
  }
}
.communication .method .frames {
  display: flex;
  margin-top: 150px;
  gap: 40px;
  width: 90%;
}
@media screen and (max-width: 1600px) {
  .communication .method .frames {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1170px) {
  .communication .method .frames {
    display: block;
    width: 100%;
  }
}
.communication .method .frames .frame {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1600px) {
  .communication .method .frames .frame {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame {
    transform: scale(1);
    width: 350px;
    margin: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  .communication .method .frames .frame {
    transform: scale(0.7);
    margin: -100px auto !important;
  }
}
@media screen and (max-width: 415px) {
  .communication .method .frames .frame {
    margin-left: -50px !important;
  }
}
.communication .method .frames .frame:nth-child(1) {
  margin-top: -300px;
  min-width: 353.91px;
  height: 509.22px;
}
@media screen and (max-width: 1600px) {
  .communication .method .frames .frame:nth-child(1) {
    margin-right: -100px;
    margin-top: -150px;
  }
}
@media screen and (max-width: 1350px) {
  .communication .method .frames .frame:nth-child(1) {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame:nth-child(1) {
    width: 350px;
    margin: auto;
  }
}
.communication .method .frames .frame:nth-child(1) .endNode {
  margin-top: 60px;
  margin-right: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame:nth-child(1) .endNode {
    margin-top: 58px;
    position: absolute;
    right: 0;
  }
}
.communication .method .frames .frame:nth-child(2) {
  min-width: 353.91px;
  height: 668.53px;
}
@media screen and (max-width: 1600px) {
  .communication .method .frames .frame:nth-child(2) {
    margin-right: -100px;
  }
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame:nth-child(2) {
    margin-right: auto;
  }
}
.communication .method .frames .frame:nth-child(2) .endNode {
  margin-top: 77px;
  margin-right: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame:nth-child(2) .endNode {
    margin-top: 77px;
    position: absolute;
    right: 0;
  }
}
.communication .method .frames .frame:nth-child(3) {
  margin-top: 250px;
  min-width: 353.91px;
  height: 489.8px;
}
@media screen and (max-width: 1600px) {
  .communication .method .frames .frame:nth-child(3) {
    margin-right: -100px;
  }
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame:nth-child(3) {
    margin-top: 50px;
    margin-right: auto;
  }
}
.communication .method .frames .frame:nth-child(3) .endNode {
  margin-top: 65px;
  margin-right: 12px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame:nth-child(3) .endNode {
    margin-top: 65px;
    position: absolute;
    right: 0;
  }
}
.communication .method .frames .frame:nth-child(4) {
  margin-top: 100px;
  min-width: 353.91px;
  height: 504.13px;
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame:nth-child(4) {
    margin-top: 50px;
  }
}
.communication .method .frames .frame:nth-child(4) .endNode {
  margin-top: 67px;
  margin-right: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame:nth-child(4) .endNode {
    margin-top: 67px;
    position: absolute;
    right: 0;
  }
}
.communication .method .frames .frame .endNode {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.communication .method .frames .frame .icon {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1170px) {
  .communication .method .frames .frame .icon {
    padding-top: 120px;
  }
}
.communication .method .frames .frame .icon img {
  width: 50px;
}
.communication .method .frames .frame .content {
  padding: 0 40px;
}
.communication .method .frames .frame .content .header {
  font-family: "Nohemi";
  font-size: 20.37px;
  font-weight: 900;
  line-height: 27.16px;
  letter-spacing: 1px;
  text-align: center;
  color: #ff9f33;
}
.communication .method .frames .frame .content .subhead {
  font-family: "Nohemi";
  font-size: 18.67px;
  font-weight: 900;
  line-height: 27.16px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  text-transform: uppercase;
}
.communication .method .frames .frame .content p {
  font-family: "Nohemi-Regular";
  font-size: 15px;
  font-weight: 200;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}
.communication .heads-up {
  position: absolute;
  z-index: 3;
  right: 0;
  overflow: hidden;
  top: 250px;
}
.communication .heads-up .wrap {
  background: #141414;
  box-shadow: 6.15px 6.15px 4.66px 0px rgba(76, 76, 76, 0.2509803922) inset, -6.15px -6.15px 4.66px 0px rgba(0, 0, 0, 0.2509803922) inset;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 50px;
  border-radius: 20px;
  transform: translateX(75%);
  transition: all 1s;
  padding-left: 0;
}
.communication .heads-up .wrap:hover {
  transform: translateX(0);
}
@media screen and (max-width: 575px) {
  .communication .heads-up .wrap {
    padding: 30px;
    padding-left: 0;
    transform: translateX(78%);
  }
}
.communication .heads-up .wrap .header .head {
  width: max-content;
  padding: 0 30px;
}
.communication .heads-up .wrap .header .head h1 {
  font-size: 100px;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1170px) {
  .communication .heads-up .wrap .header .head h1 {
    font-size: 50px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 575px) {
  .communication .heads-up .wrap .header .head h1 {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.communication .heads-up .wrap .header .head img {
  width: 100px;
  height: 100px;
  margin-top: 40px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1170px) {
  .communication .heads-up .wrap .header .head img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .communication .heads-up .wrap .header .head img {
    width: 30px;
    height: 30px;
  }
}
.communication .heads-up .wrap .content p {
  font-family: "Nohemi";
  font-size: 26px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
  width: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1170px) {
  .communication .heads-up .wrap .content p {
    font-size: 14px;
    line-height: 20px;
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .communication .heads-up .wrap .content p {
    margin-bottom: 20px;
  }
}
.communication .heads-up .wrap .content a {
  width: 85%;
}

.faq {
  padding-top: 150px;
}
.faq .faq-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .faq .faq-wrap {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.faq .faq-wrap .faqs {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .faq .faq-wrap .faqs {
    width: 100%;
  }
}
.faq .faq-wrap .faqs .head {
  margin-bottom: 50px;
}
.faq .faq-wrap .faqs .head h1 {
  font-size: 100px;
  line-height: 90px;
}
@media screen and (max-width: 1600px) {
  .faq .faq-wrap .faqs .head h1 {
    font-size: 70px;
    line-height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .faq .faq-wrap .faqs .head h1 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
  }
}
.faq .faq-wrap .faqs .single {
  border: 2px solid #262727;
  border-radius: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .faq .faq-wrap .faqs .single {
    border-radius: 7px;
  }
}
.faq .faq-wrap .faqs .single * {
  transition: all 0.5s;
}
.faq .faq-wrap .faqs .single.collapsed .header .action {
  background-color: #ff9f33;
}
.faq .faq-wrap .faqs .single.collapsed .header .action .cross {
  transform: rotate(90deg);
}
.faq .faq-wrap .faqs .single.collapsed .card {
  max-height: 700px;
}
.faq .faq-wrap .faqs .single .header {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 80px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .faq .faq-wrap .faqs .single .header {
    min-height: 50px;
  }
}
.faq .faq-wrap .faqs .single .header .no {
  font-family: "Helvetica";
  font-size: 24px;
  color: #fff;
  min-width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1350px) {
  .faq .faq-wrap .faqs .single .header .no {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .faq .faq-wrap .faqs .single .header .no {
    min-width: auto;
    font-size: 16px;
    height: 60%;
    aspect-ratio: 1/1;
  }
}
.faq .faq-wrap .faqs .single .header .q {
  font-family: "Nohemi";
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .faq .faq-wrap .faqs .single .header .q {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .faq .faq-wrap .faqs .single .header .q {
    font-size: 13px;
    line-height: 18px;
    padding: 7px 0;
  }
}
.faq .faq-wrap .faqs .single .header .action {
  background: #262727;
  min-width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 575px) {
  .faq .faq-wrap .faqs .single .header .action {
    min-width: auto;
    border-radius: 0 5px 5px 0;
    aspect-ratio: 1/1;
  }
}
.faq .faq-wrap .faqs .single .header .action .bar {
  background-color: #fff;
  width: 25px;
  height: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 575px) {
  .faq .faq-wrap .faqs .single .header .action .bar {
    width: 15px;
    height: 2px;
  }
}
.faq .faq-wrap .faqs .single .header .action .bar:last-child {
  position: absolute;
}
.faq .faq-wrap .faqs .single .card {
  overflow: hidden;
  max-height: 0;
}
.faq .faq-wrap .faqs .single .card p {
  padding: 20px 30px 30px 80px;
  font-family: "Nohemi-Regular";
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media screen and (max-width: 1350px) {
  .faq .faq-wrap .faqs .single .card p {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (max-width: 575px) {
  .faq .faq-wrap .faqs .single .card p {
    padding: 20px 30px 30px 60px;
  }
}
.faq .faq-wrap .image {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .faq .faq-wrap .image {
    width: 100%;
  }
}
.faq .faq-wrap .image img {
  width: 100%;
  mix-blend-mode: lighten;
}

.portfolio-hero {
  background-image: url(/assets/images/portfolio/hero.png);
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  height: 800px;
}
@media screen and (max-width: 850px) {
  .portfolio-hero {
    height: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 575px) {
  .portfolio-hero {
    background-size: 250vw;
    background-position: top;
    height: 70%;
  }
}
.portfolio-hero .head {
  width: 100%;
}
.portfolio-hero .head h1 {
  font-size: 175px;
  line-height: 159.95px;
}
@media screen and (max-width: 1060px) {
  .portfolio-hero .head h1 {
    font-size: 130px;
    line-height: 110px;
  }
}
@media screen and (max-width: 850px) {
  .portfolio-hero .head h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .portfolio-hero .head h1 {
    font-size: 60px;
    line-height: 50px;
  }
}
.portfolio-hero .head p {
  font-family: "Nohemi-Regular";
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 33.8px;
  color: #fff;
  margin-top: 60px;
  width: 880px;
}
@media screen and (max-width: 1060px) {
  .portfolio-hero .head p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .portfolio-hero .head p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
  }
}

.projects {
  padding: 100px 0;
  background-image: url(/assets/images/portfolio/bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.projects.sub-portfolio .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.projects.sub-portfolio .nav-tabs::-webkit-scrollbar {
  height: 15px;
  border-radius: 10px;
}
.projects.sub-portfolio .nav-tabs::-webkit-scrollbar-thumb {
  background-color: transparent;
  box-shadow: 3.28px 3.28px 2.48px 0px rgba(76, 76, 76, 0.2509803922) inset, -3.28px -3.28px 2.48px 0px rgba(0, 0, 0, 0.2509803922) inset;
  height: 15px;
  border-radius: 10px;
}
.projects.sub-portfolio .nav-tabs::-webkit-scrollbar-track {
  background-color: #141414;
  height: 15px;
  border-radius: 10px;
}
.projects.sub-portfolio .nav-tabs .tab-item {
  min-width: 350px;
  font-size: 16px !important;
}
.projects .gallery-title {
  background: linear-gradient(270deg, rgba(255, 239, 6, 0.6) 0%, rgba(255, 135, 7, 0.6) 100%);
  backdrop-filter: blur(100px);
  font-family: "Nohemi";
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  padding: 18px 39px 18px 39px;
  border-radius: 16px;
}
@media screen and (max-width: 1060px) {
  .projects .gallery-title {
    font-size: 20px;
  }
}
.projects > .inner .nav-tabs {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1060px) {
  .projects > .inner .nav-tabs {
    display: block;
  }
}
.projects > .inner .nav-tabs .tab-item {
  background-image: url(/assets/images/portfolio/nav-tab.png);
  background-position: center;
  background-size: 100% 100%;
  height: 50px;
  animation: navtabDeactive 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
  flex: 4;
  transition: all 1s;
  font-family: "Nohemi";
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  text-shadow: 0px 5px 3.44px rgba(0, 0, 0, 0.2823529412);
  cursor: pointer;
  letter-spacing: 1px;
}
@media screen and (max-width: 1350px) {
  .projects > .inner .nav-tabs .tab-item {
    font-size: 15px;
    padding-right: 30px;
    height: 40px;
  }
}
@media screen and (max-width: 1060px) {
  .projects > .inner .nav-tabs .tab-item {
    margin: 10px 0;
  }
}
.projects > .inner .nav-tabs .tab-item.active {
  background-image: url(/assets/images/portfolio/tab-active.png);
  animation: navtabActive 1s;
}
.projects > .inner .tab-content {
  padding-top: 200px;
}
@media screen and (max-width: 1060px) {
  .projects > .inner .tab-content {
    padding-top: 100px;
  }
}
.projects > .inner .tab-content .inner {
  width: 100%;
  transition: all 1s;
  overflow: hidden;
  max-height: 0px;
}
.projects > .inner .tab-content .inner.active {
  max-height: 20000px;
  overflow: unset;
}
.projects > .inner .tab-content .inner .content {
  display: grid;
  grid-template-columns: repeat(4, 350px); /* Four columns, each 300px wide */
  justify-content: space-between; /* Space out the columns horizontally */
  row-gap: 70px;
}
@media screen and (max-width: 1350px) {
  .projects > .inner .tab-content .inner .content {
    grid-template-columns: repeat(3, 300px);
  }
}
@media screen and (max-width: 1060px) {
  .projects > .inner .tab-content .inner .content {
    grid-template-columns: repeat(2, 300px);
  }
}
@media screen and (max-width: 850px) {
  .projects > .inner .tab-content .inner .content {
    grid-template-columns: repeat(1, 300px);
    justify-content: center;
  }
}
.projects > .inner a {
  margin: auto;
  margin-top: 70px;
}

.generes {
  background-image: url(/assets/images/bg/generes.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}
@media screen and (max-width: 1350px) {
  .generes {
    padding: 100px 0;
  }
}
.generes .inner .content {
  width: 55%;
}
@media screen and (max-width: 1350px) {
  .generes .inner .content {
    width: 65%;
  }
}
@media screen and (max-width: 850px) {
  .generes .inner .content {
    width: 100%;
  }
}
.generes .inner .content .head h1 {
  font-size: 242.77px;
}
@media screen and (max-width: 1350px) {
  .generes .inner .content .head h1 {
    font-size: 200px;
  }
}
@media screen and (max-width: 850px) {
  .generes .inner .content .head h1 {
    text-align: center;
    font-size: 150px;
  }
}
@media screen and (max-width: 425px) {
  .generes .inner .content .head h1 {
    font-size: 100px;
  }
}
.generes .inner .content .sub {
  color: #fff;
  font-family: "Fatbold Slim";
  font-size: 75.848px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1350px) {
  .generes .inner .content .sub {
    font-size: 60px;
  }
}
@media screen and (max-width: 850px) {
  .generes .inner .content .sub {
    text-align: center;
    font-size: 45px;
  }
}
@media screen and (max-width: 425px) {
  .generes .inner .content .sub {
    font-size: 35px;
  }
}
.generes .inner .content p {
  color: #fff;
  text-align: justify;
  font-family: "Nohemi-Regular";
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  line-height: 130%; /* 33.8px */
  letter-spacing: 1px;
  margin: 40px 0;
  width: 80%;
}
@media screen and (max-width: 1350px) {
  .generes .inner .content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .generes .inner .content p {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .generes .inner .content p {
    font-size: 16px;
  }
}
.generes .inner .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 0;
}
@media screen and (max-width: 1350px) {
  .generes .inner .content ul {
    gap: 15px;
  }
}
@media screen and (max-width: 850px) {
  .generes .inner .content ul {
    justify-content: center;
  }
}
.generes .inner .content ul li {
  list-style: none;
  color: #fff;
  text-align: justify;
  font-family: "Nohemi";
  font-size: 26px;
  font-style: normal;
  line-height: 130%; /* 33.8px */
  letter-spacing: 0.78px;
  border-radius: 12px;
  background: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(16px);
  padding: 10px 20px;
  padding-top: 15px;
  box-shadow: 1px 0px 0px 0.3px #ff9f33;
  display: block;
}
@media screen and (max-width: 1350px) {
  .generes .inner .content ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .generes .inner .content ul li {
    font-size: 16px;
    padding: 8px 15px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1060px) {
  .blog-single {
    height: 400px;
  }
}
.blog-single .category_name {
  background: linear-gradient(270deg, rgba(255, 239, 6, 0.6) 0%, rgba(255, 135, 7, 0.6) 100%);
  backdrop-filter: blur(100px);
  font-family: "Nohemi";
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  padding: 18px 39px 18px 39px;
  border-radius: 16px;
}
@media screen and (max-width: 1060px) {
  .blog-single .category_name {
    font-size: 20px;
  }
}

.post-content {
  padding-bottom: 100px;
}
.post-content .head h1 {
  text-transform: capitalize;
  font-size: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1060px) {
  .post-content .head h1 {
    text-align: center;
  }
}
.post-content .content_wrap {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1150px) {
  .post-content .content_wrap {
    display: block;
  }
}
.post-content .content_wrap .main-img {
  min-width: 45%;
  max-width: 45%;
}
@media screen and (max-width: 1150px) {
  .post-content .content_wrap .main-img {
    display: flex;
    overflow: scroll;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
}
.post-content .content_wrap .main-img a {
  display: block;
  min-width: 100%;
}
.post-content .content_wrap .main-img a img {
  min-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1150px) {
  .post-content .content_wrap .head {
    margin-top: 50px;
  }
}
.post-content p {
  font-family: "Nohemi-Regular";
  font-size: 26px;
  font-weight: 100;
  line-height: 33.8px;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .post-content p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.post-content .social-icons {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1060px) {
  .post-content .social-icons {
    justify-content: center;
  }
}
.post-content .social-icons a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}
.post-content .blog-pocket-animation {
  min-width: 250px;
  width: 250px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1350px) {
  .post-content .blog-pocket-animation {
    margin: auto;
  }
}
.post-content .blog-pocket-animation .card {
  height: 300px;
}
.post-content .blog-pocket-animation .card img {
  width: 80%;
  height: 75%;
}
.post-content .blog-pocket-animation .card .name {
  bottom: 50px;
}
@media screen and (max-width: 1350px) {
  .post-content .post_pocket_animation_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.post-content .otherposts {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 575px) {
  .post-content .otherposts {
    display: block;
  }
}
.post-content .primary-btn {
  margin-top: 50px;
}
@media screen and (max-width: 1150px) {
  .post-content .primary-btn {
    margin: auto;
    margin-top: 50px;
  }
}

.next-post {
  width: 215px;
}
@media screen and (max-width: 1350px) {
  .next-post {
    margin: auto;
    margin-top: 30px;
  }
}
.next-post .img img {
  width: 100%;
  background-color: #545454;
}
.next-post .link {
  background-color: #ff9f33;
  padding: 15px 20px;
  font-family: "Nohemi";
  font-size: 16px;
  font-weight: bold;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.next-post .link i {
  font-size: 25px;
}

.back_to_top {
  position: fixed;
  z-index: 6;
  right: 50px;
  bottom: 30px;
  cursor: pointer;
  width: 100px;
}
.back_to_top img {
  width: 100%;
}

.animated-dash {
  stroke-dasharray: 10, 5; /* 10px dash, 5px gap */
  animation: dashAnimation 1s linear infinite;
}

.leader-line {
  position: relative;
  z-index: 2;
}

@keyframes dashAnimation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -15; /* Matches the total length of dash + gap */
  }
}
@keyframes heroSlide {
  5% {
    transform: translateX(0); /* Start position */
  }
  50% {
    transform: translateX(calc(100% - 100vw)); /* End position */
  }
  55% {
    transform: translateX(calc(100% - 100vw)); /* End position */
  }
  100% {
    transform: translateX(0); /* Back to start */
  }
}
@keyframes testimonial_QuoteBounce {
  0% {
    transform: rotate(-30deg);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes testimonial_QuoteBounce_Reverse {
  100% {
    transform: rotate(-30deg);
  }
  80% {
    transform: rotate(-25deg);
  }
  60% {
    transform: rotate(-35deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(-30deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
@keyframes testimonial_NameBounce {
  0% {
    transform: translateY(-40px);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes testimonial_ImageBounce {
  0% {
    background-position-y: -300px;
  }
  20% {
    background-position-y: 100px;
  }
  40% {
    background-position-y: -200px;
  }
  60% {
    background-position-y: 50px;
  }
  80% {
    background-position-y: -100px;
  }
  100% {
    background-position-y: 0px;
  }
}
@keyframes testimonial_CoverBounce_Reverse {
  0% {
    transform: translateY(-110%);
  }
  20% {
    transform: translateY(30%);
  }
  40% {
    transform: translateY(-15%);
  }
  60% {
    transform: translateY(15%);
  }
  80% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes testimonial_CoverBounce {
  100% {
    transform: translateY(-110%);
  }
  80% {
    transform: translateY(-105%);
  }
  60% {
    transform: translateY(-110%);
  }
  40% {
    transform: translateY(-90%);
  }
  20% {
    transform: translateY(-110%);
  }
  0% {
    transform: translateY(0px);
  }
}
@keyframes heroBackgroundChange {
  0% {
    background-image: url("/assets/images/home/fireball-new2.png");
    transform: scale(8);
  }
  20% {
    transform: scale(20);
  }
  30% {
    background-image: url("/assets/images/home/fireball-new2.png");
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes navtabActive {
  0% {
    background-image: url("/assets/images/portfolio/nav-tab.png");
  }
  100% {
    background-image: url("/assets/images/portfolio/tab-active.png");
  }
}
@keyframes navtabDeactive {
  0% {
    background-image: url("/assets/images/portfolio/tab-active.png");
  }
  100% {
    background-image: url("/assets/images/portfolio/nav-tab.png");
  }
}
@keyframes cardActive {
  0% {
    background-image: url("/assets/images/portfolio/card.png");
  }
  100% {
    background-image: url("/assets/images/portfolio/card-glow.png");
  }
}
@keyframes cardDeactive {
  0% {
    background-image: url("/assets/images/portfolio/card-glow.png");
  }
  100% {
    background-image: url("/assets/images/portfolio/card.png");
  }
}/*# sourceMappingURL=style.css.map */