@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Press+Start+2P&display=swap");
body {
  font-family: "Outfit", sans-serif;
}

@media screen and (min-width: 1400px) {
  .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 92%;
  }
}
@media screen and (max-width: 1400px) {
  .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 94%;
  }
}
@media screen and (max-width: 1000px) {
  .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
}

a {
  color: #343434;
  text-decoration: none;
}

p.lead {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  p.lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  p.lead {
    font-size: 18px;
  }
}

button {
  border: 0;
}
button:focus-visible {
  outline: none;
}

.header-active header {
  position: static;
  background-color: #f7f7f7;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-active header .header-bar .logo img {
  filter: brightness(0);
}
.header-active header .header-bar .menu-icon span {
  background-color: #343434;
}

#particles-js {
  width: 100%;
  height: 100vh;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
header .header-bar {
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 0.6s;
}
header .header-bar .logo img {
  width: 160px;
}
header .header-bar .logo .award {
  width: auto;
  height: 60px;
  margin-right: 10px;
}
header .header-bar .menu-icon {
  height: 34px;
  width: 40px;
  padding: 4px 2px;
  background-color: transparent;
  border: 0;
  position: relative;
  transition: 0.3s;
}
header .header-bar .menu-icon span {
  position: absolute;
  background-color: white;
  display: block;
  height: 4px;
  border-radius: 6px;
  transform: rotate(0deg);
  transition-timing-function: ease-in;
  transition: 0.3s;
  right: 0;
}
header .header-bar .menu-icon span:nth-child(1) {
  width: 100%;
  top: 0;
}
header .header-bar .menu-icon span:nth-child(2) {
  width: 60%;
  transform: rotate(0deg) translateY(-50%);
}
header .header-bar .menu-icon span:nth-child(3) {
  bottom: 0;
  width: 80%;
}
header .header-bar .menu-icon.menu-icon-active {
  z-index: 11;
}
header .header-bar .menu-icon.menu-icon-active span {
  background-color: white;
}
header .header-bar .menu-icon.menu-icon-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 15px;
}
header .header-bar .menu-icon.menu-icon-active span:nth-child(2) {
  width: 0;
}
header .header-bar .menu-icon.menu-icon-active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 15px;
  width: 40px;
}
@media screen and (max-width: 991px) {
  header .header-bar .logo img {
    width: 120px;
  }
  header .header-bar .logo .award {
    width: auto;
    height: 40px;
    margin-right: 6px;
  }
  header .header-bar .menu-icon {
    height: 24px;
    width: 28px;
  }
  header .header-bar .menu-icon span {
    height: 3px;
  }
  header .header-bar .menu-icon.menu-icon-active span {
    background-color: #343434;
  }
  header .header-bar .menu-icon.menu-icon-active span:nth-child(1) {
    top: 11px;
  }
  header .header-bar .menu-icon.menu-icon-active span:nth-child(3) {
    bottom: 10px;
    width: 100%;
  }
}

nav {
  position: fixed;
  top: 0;
  left: -130%;
  width: 80%;
  height: 100vh;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 14px 20px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
nav .logo {
  width: 160px;
  text-align: center;
  margin: 0px auto 20px auto;
  display: block;
}
nav .logo img {
  filter: none !important;
}
@media screen and (max-width: 991px) {
  nav .logo {
    margin: 0 auto;
  }
}
nav > ul {
  padding: 0 40px;
  list-style: none;
  text-align: center;
  overflow-x: scroll;
}
nav > ul::-webkit-scrollbar {
  width: 2px;
  border-radius: 2px;
}
nav > ul li:not(:last-child) {
  margin-bottom: 20px;
}
nav > ul li a {
  font-size: 60px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
nav > ul li a span {
  transition: transform 0.24s, bottom 0.8s;
  transition-timing-function: ease-in;
  position: relative;
  display: block;
}
nav > ul li a span.thin {
  font-weight: 300;
  bottom: -90px;
}
nav > ul li a span.bold {
  font-weight: 900;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  transform: translateY(-50%) rotateX(-90deg) scale(0.75);
  letter-spacing: 2px;
}
nav > ul li a:hover span.thin {
  transform: translateY(-50%) rotateX(-90deg) scale(0.75);
}
nav > ul li a:hover span.bold {
  transform: rotateX(-380deg);
}
@media screen and (max-width: 991px) {
  nav {
    width: 100%;
    justify-content: space-between;
  }
  nav > ul {
    padding: 0 10px;
  }
  nav > ul li a {
    font-size: 34px;
    min-height: 60px;
  }
  nav > ul li a span.bold {
    font-size: 40px;
  }
}
nav.nav-active {
  left: 0;
  transition: 0.5s;
  z-index: 10;
}
nav.nav-active > ul li a span.thin {
  bottom: 0;
}
nav.nav-active .social-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.nav-active .social-bar .teknopark-wrap {
  margin: 0;
  text-align: end;
}
nav.nav-active .social-bar ul::before {
  width: 60%;
  transition: width 1s;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 991px) {
  nav.nav-active .social-bar {
    flex-wrap: wrap;
    justify-content: center;
  }
  nav.nav-active .social-bar ul::before {
    width: 70%;
  }
}

.social-bar {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.social-bar ul {
  padding: 0 20px;
  list-style: none;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.social-bar ul::before {
  position: absolute;
  left: 50%;
  top: -10px;
  content: "";
  width: 0;
  height: 1px;
  background-color: #7A7A7A;
  transform: translateX(-50%);
}
.social-bar ul li a {
  font-size: 22px;
  line-height: 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  gap: 3px;
}
.social-bar ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.social-bar ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 100%;
  background-color: white;
  z-index: 2;
}
.social-bar ul li a i {
  display: block;
  line-height: 0;
  position: relative;
  z-index: 3;
}
.social-bar ul li a span {
  font-size: 20px;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  margin-left: -110px;
  font-weight: 500;
}
.social-bar ul li a:hover {
  gap: 6px;
}
.social-bar ul li a:hover span {
  z-index: 1;
  margin-left: 0;
}
.social-bar ul li.phone-number a {
  overflow: unset;
  padding-left: 16px;
  margin-left: 0;
  border-left: 1px solid #ddd;
  line-height: normal;
}
.social-bar ul li.phone-number a::after {
  display: none;
}
.social-bar ul li.phone-number a::before {
  display: none;
}
@media screen and (max-width: 591px) {
  .social-bar {
    padding: 0;
  }
  .social-bar ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .social-bar ul li.phone-number {
    width: 100%;
  }
  .social-bar ul li.phone-number a {
    font-size: 18px;
    border: 0;
    padding: 0;
    margin-top: 10px;
    justify-content: center;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: rgba(52, 52, 52, 0.3490196078);
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 9;
  opacity: 0;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .menu-overlay.active {
    z-index: 9;
  }
}

.slider-section {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/core-img/slider/desktop-slider.webp);
  background-size: cover;
  background-position: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .slider-section {
    margin-bottom: 30px;
    background-image: url(../img/core-img/slider/mobile-slider.webp);
  }
}
.slider-section .banner-slogan {
  font-size: 56px;
  text-align: center;
  line-height: normal;
  font-weight: 800;
  letter-spacing: 2px;
  cursor: default;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -20%);
  transition: 0.4s;
  width: 90%;
}
.slider-section .banner-slogan .colourful {
  transition: 0.2s;
  transition-timing-function: ease-in;
  display: block;
  color: #ffc42c;
}
.slider-section .banner-slogan .white {
  color: white;
}
.slider-section .banner-slogan:hover .colourful {
  font-weight: 200;
}
.slider-section .banner-slogan.hidden-slogan {
  transform: translate(-50%, -20%) scale(0);
}
@media screen and (max-width: 1200px) {
  .slider-section .banner-slogan {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .slider-section .banner-slogan {
    font-size: 40px;
  }
}

.hidden-cursor {
  cursor: none !important;
}

.header-game {
  position: absolute;
  width: 100%;
  border: 0;
  height: 80vh;
  bottom: 20px;
  overflow: hidden;
}
.header-game .ball {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffc42c;
  left: 50%;
  top: 50%;
}
.header-game .paddle {
  position: absolute;
  width: 120px;
  height: 6px;
  border-radius: 2px;
  background-color: white;
  left: 50%;
  bottom: 9px;
  transition: left 0.05s;
}
.header-game .counter {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 30px;
  color: white;
  font-family: "Press Start 2P", cursive;
  padding: 10px 4px;
}
.header-game #message {
  position: absolute;
  text-align: center;
  width: auto;
  padding: 0 20px;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Press Start 2P", cursive;
}
.header-game #message #startGame {
  background-color: white;
  padding: 10px 30px;
  border-radius: 6px;
  line-height: normal;
  animation: start 70s linear infinite;
}
.header-game #message #text {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  display: block;
  margin-bottom: 20px;
}
.header-game #message #retryButton {
  display: none;
  margin: auto;
  border: none;
  background-color: transparent;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .header-game {
    height: 90%;
  }
  .header-game .ball {
    top: 70%;
  }
  .header-game .paddle {
    height: 16px;
    bottom: 0;
  }
  .header-game .counter {
    top: 20px;
    bottom: auto;
    font-size: 16px;
    right: 20px;
  }
  .header-game .hidden-cursor {
    top: 40px;
    bottom: auto;
    font-size: 16px;
    right: 20px;
  }
  .header-game #message {
    width: 100%;
    bottom: 10%;
  }
  .header-game #message #startGame {
    font-size: 14px;
  }
  .header-game #message #text {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .header-game #message #retryButton {
    font-size: 14px;
    padding: 6x 16px;
  }
}
@keyframes start {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.btn-std {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 4px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 14px 30px;
  position: relative;
  transition: 0.3s;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}
.btn-std span {
  display: block;
  position: relative;
  transition: transform 0.3s;
  z-index: 1;
}
.btn-std svg {
  fill: #44144b;
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}
.btn-std svg path {
  transition: 0.3s;
}
.btn-std:hover {
  filter: brightness(1.1);
}
.btn-std:hover span {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.btn-std:hover svg path {
  d: path("M0,0 C0,-5 100,-5 100,0 C105,0 105,100 100,100 C100,105 0,105 0,100 C-5,100 -5,0 0,0");
}
.btn-std:active {
  filter: brightness(0.9);
}
.btn-std:active span {
  transform: scale(0.95);
}
.btn-std:active svg path {
  d: path("M0,0 C30,10 70,10 100,0 C95,30 95,70 100,100 C70,90 30,90 0,100 C5,70 5,30 0,0");
}
@media screen and (max-width: 1200px) {
  .btn-std {
    padding: 12px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .btn-std {
    padding: 10px 22px;
  }
}
.btn-std.btn-std-secodary svg {
  fill: #ffc42c;
}
.btn-std.btn-std-secodary:hover {
  filter: none;
}
.btn-std.btn-std-secodary:hover svg {
  fill: #f4b512;
}
.btn-std.btn-std-sm {
  padding: 10px 20px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .btn-std.btn-std-sm {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .btn-std.btn-std-sm {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.contact-modal-section::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background-color: #ffc42c;
  z-index: 11;
  transition: 0.6s;
}
.contact-modal-section .contact-modal {
  z-index: 12;
  width: 100%;
  position: fixed;
  transition: 0.8s;
  height: 0;
  top: -300%;
  overflow: hidden;
  background-color: white;
}
.contact-modal-section .contact-modal .modal-header {
  padding: 20px 0;
  margin-bottom: 50px;
}
.contact-modal-section .contact-modal .modal-header .logo img {
  width: 160px;
}
.contact-modal-section .contact-modal .modal-body {
  overflow-y: scroll;
  max-height: 100vh;
  padding: 40px 0 150px 0;
}
.contact-modal-section .contact-modal .modal-body::-webkit-scrollbar {
  width: 2px;
}
.contact-modal-section .contact-modal .modal-body > div {
  padding: 20px 50px;
}
.contact-modal-section .contact-modal .modal-body > div p.lead {
  font-size: 34px;
}
.contact-modal-section .contact-modal .modal-body iframe {
  width: 100%;
  height: 0;
  border: 0;
  border-radius: 6px;
  transition: 1s;
}
.contact-modal-section .contact-modal .modal-body .btn-std {
  margin-top: 30px;
}
.contact-modal-section .contact-modal .modal-body .social-bar {
  padding: 0;
}
.contact-modal-section .contact-modal .modal-body .social-bar ul {
  padding: 0;
}
@media screen and (min-width: 991px) {
  .contact-modal-section .contact-modal .modal-body .social-bar ul {
    margin: 50px 0 0 0;
  }
  .contact-modal-section .contact-modal .modal-body .social-bar ul li a span {
    font-size: 20px;
    margin-left: -110px;
  }
  .contact-modal-section .contact-modal .modal-body .social-bar ul li a:hover span {
    margin-left: 0;
  }
}
@media screen and (max-width: 1500px) {
  .contact-modal-section .contact-modal .modal-body > div {
    padding: 14px 30px;
  }
}
@media screen and (max-width: 1350px) {
  .contact-modal-section .contact-modal .modal-header {
    margin-bottom: 40px;
  }
  .contact-modal-section .contact-modal .modal-body {
    align-items: center;
  }
  .contact-modal-section .contact-modal .modal-body > div p.lead {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .contact-modal-section .contact-modal .modal-header .logo img {
    width: 80px;
  }
  .contact-modal-section .contact-modal .modal-body > div {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .contact-modal-section .contact-modal .modal-header {
    margin-bottom: 10px;
  }
  .contact-modal-section .contact-modal .modal-body {
    padding-top: 12px;
  }
  .contact-modal-section .contact-modal .modal-body > div {
    padding: 0 12px;
  }
  .contact-modal-section .contact-modal .modal-body > div p.lead {
    font-size: 22px;
  }
}
.contact-modal-section.active::after {
  height: 100%;
}
.contact-modal-section.active .contact-modal {
  top: 0;
  height: 100vh;
}
.contact-modal-section.active .contact-modal .modal-body iframe {
  height: 250px;
}

.contact-bar {
  font-size: 34px;
  display: flex;
  align-items: center;
  gap: 20px;
  letter-spacing: 0.5px;
  font-weight: 300;
  line-height: normal;
  margin-top: 30px;
}
.contact-bar .line {
  display: block;
  height: 20px;
  width: 2px;
  background-color: #343434;
}
@media screen and (max-width: 1350px) {
  .contact-bar {
    font-size: 28px;
  }
}
@media screen and (max-width: 1150px) {
  .contact-bar {
    flex-direction: column;
    align-items: start;
  }
  .contact-bar .line {
    width: 20%;
    height: 1px;
  }
}
@media screen and (max-width: 576px) {
  .contact-bar {
    font-size: 22px;
    gap: 10px;
  }
}

.form-group {
  position: relative;
}
.form-group label {
  position: absolute;
  bottom: 10px;
  left: 14px;
  transition: 0.4s;
  z-index: -1;
  font-size: 18px;
  color: #343434;
}
@media screen and (max-width: 576px) {
  .form-group label {
    font-size: 16px;
    bottom: 6px;
  }
}
.form-group input, .form-group textarea {
  border: 0;
  border-bottom: 1px solid #ffc42c;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 20px 30px 10px 30px;
  background-color: transparent;
  font-size: 20px;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  opacity: 0;
}
.form-group input::placeholder, .form-group textarea::placeholder {
  opacity: 0;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none;
  background-color: transparent;
  border-color: #ffc42c;
  outline: 0;
  box-shadow: none;
}
@media screen and (max-width: 576px) {
  .form-group input, .form-group textarea {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 14px 20px 8px 20px;
  }
}
.form-group:has(input:focus) label, .form-group:has(input:focus-visible) label, .form-group:has(input:valid) label {
  bottom: 46px;
  left: 10px;
  font-size: 12px;
  color: #ffc42c;
}
@media screen and (max-width: 576px) {
  .form-group:has(input:focus) label, .form-group:has(input:focus-visible) label, .form-group:has(input:valid) label {
    font-size: 11px;
    bottom: 36px;
  }
}
.form-group:has(textarea:focus) label, .form-group:has(textarea:focus-visible) label, .form-group:has(textarea:valid) label {
  bottom: 100px;
  left: 10px;
  font-size: 12px;
  color: #ffc42c;
}
@media screen and (max-width: 576px) {
  .form-group:has(textarea:focus) label, .form-group:has(textarea:focus-visible) label, .form-group:has(textarea:valid) label {
    font-size: 11px;
    bottom: 90px;
  }
}

.close-icon {
  height: 34px;
  width: 40px;
  padding: 4px 2px;
  background-color: transparent;
  border: 0;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.close-icon span {
  background-color: #44144b;
  display: block;
  height: 4px;
  border-radius: 6px;
  transition-timing-function: ease-in;
  transition: 0.3s;
  width: 100%;
  position: relative;
}
.close-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.close-icon span:nth-child(2) {
  transform: rotate(-45deg);
  top: -11px;
}
@media screen and (max-width: 991px) {
  .close-icon {
    width: 30px;
  }
}

.moving-title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .moving-title-wrapper {
    margin-bottom: 30px;
  }
}
.moving-title-wrapper .moving-title {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #652f8d;
  letter-spacing: 5px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .moving-title-wrapper .moving-title {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.moving-title-wrapper .moving-title::before {
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  color: #ffc42c;
  background-color: #fff;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
}
.moving-title-wrapper .moving-title::after {
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  color: #ffc42c;
  background-color: white;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
}
.moving-title-wrapper .moving-title.services-title::before {
  content: attr(data-services-title);
  animation: data-services-title-before 3s infinite linear alternate-reverse;
}
.moving-title-wrapper .moving-title.services-title::after {
  content: attr(data-services-title);
  animation: data-services-title-after 2s infinite linear alternate-reverse;
}
@keyframes data-services-title-before {
  clip: rect(61px, 9999px, 52px, 0);
  clip: rect(33px, 9999px, 144px, 0);
  clip: rect(121px, 9999px, 115px, 0);
  clip: rect(144px, 9999px, 162px, 0);
  clip: rect(62px, 9999px, 180px, 0);
  clip: rect(34px, 9999px, 42px, 0);
  clip: rect(147px, 9999px, 179px, 0);
  clip: rect(99px, 9999px, 63px, 0);
  clip: rect(188px, 9999px, 122px, 0);
  clip: rect(154px, 9999px, 14px, 0);
  clip: rect(63px, 9999px, 37px, 0);
  clip: rect(161px, 9999px, 147px, 0);
  clip: rect(109px, 9999px, 175px, 0);
  clip: rect(157px, 9999px, 88px, 0);
  clip: rect(173px, 9999px, 131px, 0);
  clip: rect(62px, 9999px, 70px, 0);
  clip: rect(24px, 9999px, 153px, 0);
  clip: rect(138px, 9999px, 40px, 0);
  clip: rect(79px, 9999px, 136px, 0);
  clip: rect(25px, 9999px, 34px, 0);
  clip: rect(173px, 9999px, 166px, 0);
}
@keyframes data-services-title-after {
  clip: rect(26px, 9999px, 33px, 0);
  clip: rect(140px, 9999px, 198px, 0);
  clip: rect(184px, 9999px, 89px, 0);
  clip: rect(121px, 9999px, 6px, 0);
  clip: rect(181px, 9999px, 99px, 0);
  clip: rect(154px, 9999px, 133px, 0);
  clip: rect(134px, 9999px, 169px, 0);
  clip: rect(26px, 9999px, 187px, 0);
  clip: rect(147px, 9999px, 137px, 0);
  clip: rect(31px, 9999px, 52px, 0);
  clip: rect(191px, 9999px, 109px, 0);
  clip: rect(74px, 9999px, 54px, 0);
  clip: rect(145px, 9999px, 75px, 0);
  clip: rect(153px, 9999px, 198px, 0);
  clip: rect(99px, 9999px, 136px, 0);
  clip: rect(118px, 9999px, 192px, 0);
  clip: rect(1px, 9999px, 83px, 0);
  clip: rect(145px, 9999px, 98px, 0);
  clip: rect(121px, 9999px, 154px, 0);
  clip: rect(156px, 9999px, 44px, 0);
  clip: rect(67px, 9999px, 122px, 0);
}
.moving-title-wrapper .moving-title.references-title::before {
  content: attr(data-references-title);
  animation: data-references-title-before 3s infinite linear alternate-reverse;
}
.moving-title-wrapper .moving-title.references-title::after {
  content: attr(data-references-title);
  animation: data-references-title-after 2s infinite linear alternate-reverse;
}
@keyframes data-references-title-before {
  clip: rect(61px, 9999px, 52px, 0);
  clip: rect(33px, 9999px, 144px, 0);
  clip: rect(121px, 9999px, 115px, 0);
  clip: rect(144px, 9999px, 162px, 0);
  clip: rect(62px, 9999px, 180px, 0);
  clip: rect(34px, 9999px, 42px, 0);
  clip: rect(147px, 9999px, 179px, 0);
  clip: rect(99px, 9999px, 63px, 0);
  clip: rect(188px, 9999px, 122px, 0);
  clip: rect(154px, 9999px, 14px, 0);
  clip: rect(63px, 9999px, 37px, 0);
  clip: rect(161px, 9999px, 147px, 0);
  clip: rect(109px, 9999px, 175px, 0);
  clip: rect(157px, 9999px, 88px, 0);
  clip: rect(173px, 9999px, 131px, 0);
  clip: rect(62px, 9999px, 70px, 0);
  clip: rect(24px, 9999px, 153px, 0);
  clip: rect(138px, 9999px, 40px, 0);
  clip: rect(79px, 9999px, 136px, 0);
  clip: rect(25px, 9999px, 34px, 0);
  clip: rect(173px, 9999px, 166px, 0);
}
@keyframes data-references-title-after {
  clip: rect(26px, 9999px, 33px, 0);
  clip: rect(140px, 9999px, 198px, 0);
  clip: rect(184px, 9999px, 89px, 0);
  clip: rect(121px, 9999px, 6px, 0);
  clip: rect(181px, 9999px, 99px, 0);
  clip: rect(154px, 9999px, 133px, 0);
  clip: rect(134px, 9999px, 169px, 0);
  clip: rect(26px, 9999px, 187px, 0);
  clip: rect(147px, 9999px, 137px, 0);
  clip: rect(31px, 9999px, 52px, 0);
  clip: rect(191px, 9999px, 109px, 0);
  clip: rect(74px, 9999px, 54px, 0);
  clip: rect(145px, 9999px, 75px, 0);
  clip: rect(153px, 9999px, 198px, 0);
  clip: rect(99px, 9999px, 136px, 0);
  clip: rect(118px, 9999px, 192px, 0);
  clip: rect(1px, 9999px, 83px, 0);
  clip: rect(145px, 9999px, 98px, 0);
  clip: rect(121px, 9999px, 154px, 0);
  clip: rect(156px, 9999px, 44px, 0);
  clip: rect(67px, 9999px, 122px, 0);
}
.moving-title-wrapper .moving-title.projects-title::before {
  content: attr(data-projects-title);
  animation: data-projects-title-before 3s infinite linear alternate-reverse;
}
.moving-title-wrapper .moving-title.projects-title::after {
  content: attr(data-projects-title);
  animation: data-projects-title-after 2s infinite linear alternate-reverse;
}
@keyframes data-projects-title-before {
  clip: rect(61px, 9999px, 52px, 0);
  clip: rect(33px, 9999px, 144px, 0);
  clip: rect(121px, 9999px, 115px, 0);
  clip: rect(144px, 9999px, 162px, 0);
  clip: rect(62px, 9999px, 180px, 0);
  clip: rect(34px, 9999px, 42px, 0);
  clip: rect(147px, 9999px, 179px, 0);
  clip: rect(99px, 9999px, 63px, 0);
  clip: rect(188px, 9999px, 122px, 0);
  clip: rect(154px, 9999px, 14px, 0);
  clip: rect(63px, 9999px, 37px, 0);
  clip: rect(161px, 9999px, 147px, 0);
  clip: rect(109px, 9999px, 175px, 0);
  clip: rect(157px, 9999px, 88px, 0);
  clip: rect(173px, 9999px, 131px, 0);
  clip: rect(62px, 9999px, 70px, 0);
  clip: rect(24px, 9999px, 153px, 0);
  clip: rect(138px, 9999px, 40px, 0);
  clip: rect(79px, 9999px, 136px, 0);
  clip: rect(25px, 9999px, 34px, 0);
  clip: rect(173px, 9999px, 166px, 0);
}
@keyframes data-projects-title-after {
  clip: rect(26px, 9999px, 33px, 0);
  clip: rect(140px, 9999px, 198px, 0);
  clip: rect(184px, 9999px, 89px, 0);
  clip: rect(121px, 9999px, 6px, 0);
  clip: rect(181px, 9999px, 99px, 0);
  clip: rect(154px, 9999px, 133px, 0);
  clip: rect(134px, 9999px, 169px, 0);
  clip: rect(26px, 9999px, 187px, 0);
  clip: rect(147px, 9999px, 137px, 0);
  clip: rect(31px, 9999px, 52px, 0);
  clip: rect(191px, 9999px, 109px, 0);
  clip: rect(74px, 9999px, 54px, 0);
  clip: rect(145px, 9999px, 75px, 0);
  clip: rect(153px, 9999px, 198px, 0);
  clip: rect(99px, 9999px, 136px, 0);
  clip: rect(118px, 9999px, 192px, 0);
  clip: rect(1px, 9999px, 83px, 0);
  clip: rect(145px, 9999px, 98px, 0);
  clip: rect(121px, 9999px, 154px, 0);
  clip: rect(156px, 9999px, 44px, 0);
  clip: rect(67px, 9999px, 122px, 0);
}
.moving-title-wrapper .moving-title.about-title::before {
  content: attr(data-about-title);
  animation: data-about-title-before 3s infinite linear alternate-reverse;
}
.moving-title-wrapper .moving-title.about-title::after {
  content: attr(data-about-title);
  animation: data-about-title-after 2s infinite linear alternate-reverse;
}
@keyframes data-about-title-before {
  clip: rect(61px, 9999px, 52px, 0);
  clip: rect(33px, 9999px, 144px, 0);
  clip: rect(121px, 9999px, 115px, 0);
  clip: rect(144px, 9999px, 162px, 0);
  clip: rect(62px, 9999px, 180px, 0);
  clip: rect(34px, 9999px, 42px, 0);
  clip: rect(147px, 9999px, 179px, 0);
  clip: rect(99px, 9999px, 63px, 0);
  clip: rect(188px, 9999px, 122px, 0);
  clip: rect(154px, 9999px, 14px, 0);
  clip: rect(63px, 9999px, 37px, 0);
  clip: rect(161px, 9999px, 147px, 0);
  clip: rect(109px, 9999px, 175px, 0);
  clip: rect(157px, 9999px, 88px, 0);
  clip: rect(173px, 9999px, 131px, 0);
  clip: rect(62px, 9999px, 70px, 0);
  clip: rect(24px, 9999px, 153px, 0);
  clip: rect(138px, 9999px, 40px, 0);
  clip: rect(79px, 9999px, 136px, 0);
  clip: rect(25px, 9999px, 34px, 0);
  clip: rect(173px, 9999px, 166px, 0);
}
@keyframes data-about-title-after {
  clip: rect(26px, 9999px, 33px, 0);
  clip: rect(140px, 9999px, 198px, 0);
  clip: rect(184px, 9999px, 89px, 0);
  clip: rect(121px, 9999px, 6px, 0);
  clip: rect(181px, 9999px, 99px, 0);
  clip: rect(154px, 9999px, 133px, 0);
  clip: rect(134px, 9999px, 169px, 0);
  clip: rect(26px, 9999px, 187px, 0);
  clip: rect(147px, 9999px, 137px, 0);
  clip: rect(31px, 9999px, 52px, 0);
  clip: rect(191px, 9999px, 109px, 0);
  clip: rect(74px, 9999px, 54px, 0);
  clip: rect(145px, 9999px, 75px, 0);
  clip: rect(153px, 9999px, 198px, 0);
  clip: rect(99px, 9999px, 136px, 0);
  clip: rect(118px, 9999px, 192px, 0);
  clip: rect(1px, 9999px, 83px, 0);
  clip: rect(145px, 9999px, 98px, 0);
  clip: rect(121px, 9999px, 154px, 0);
  clip: rect(156px, 9999px, 44px, 0);
  clip: rect(67px, 9999px, 122px, 0);
}

.references-brand-logo img {
  height: 60px;
  margin: 30px 0;
  text-align: center;
}

.services-section {
  padding: 90px 0;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .services-section {
    padding: 60px 0;
  }
}
.services-section .service-card-wrapper .service-card {
  cursor: pointer;
}
.services-section .service-card-wrapper .service-card img {
  border-radius: 10px;
  transition: 0.3s;
}
.services-section .service-card-wrapper .service-card .card-btn {
  display: block;
  margin-top: 30px;
}
.services-section .service-card-wrapper .service-card:hover img.rectangle {
  border-radius: 37% 63% 34% 66%/75% 25% 75% 25%;
}
.services-section .service-card-wrapper .service-card:hover img.square {
  border-radius: 66% 33% 60% 40%/38% 52% 47% 62%;
}
.services-section .service-card-wrapper .service-card:hover img.circle {
  border-radius: 42% 43% 35% 47%/39% 39% 43% 44%;
}
.services-section .service-card-wrapper .service-card:hover img.triangle {
  border-radius: 52% 40% 18% 66%/46% 63% 32% 53%;
}
.services-section .service-card-wrapper .service-card:hover .icon {
  transform: translate(-50%, -50%) rotate(45deg) scale(1.3) translateZ(50px);
}
@media screen and (max-width: 991px) {
  .services-section .service-card-wrapper .service-card {
    margin-bottom: 24px;
  }
  .services-section .service-card-wrapper .service-card .card-btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.references-section {
  padding: 90px 0;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .references-section {
    padding: 60px 0;
  }
}

.references-wrapper {
  --gap: 60px;
  display: flex;
  gap: var(--gap);
  overflow: hidden;
  padding: 80px 30px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.references-wrapper .references-wrap {
  animation: scroll 70s linear infinite;
  display: flex;
  flex-shrink: 0;
  gap: var(--gap);
  justify-content: space-around;
  min-width: 100%;
  white-space: nowrap;
  align-items: center;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.references-wrapper .references-wrap div {
  position: relative;
  flex-shrink: 0;
  transition: 0.3s;
}
.references-wrapper .references-wrap div img {
  width: 100%;
  max-width: 70px;
  transition: 0.3s;
  margin: auto;
  filter: grayscale(1);
}
.references-wrapper .references-wrap div:hover {
  margin: 0 30px;
  transform: scale(2);
}
.references-wrapper .references-wrap .dot {
  display: block;
  height: 80%;
  width: 1px;
  background-color: #ddd;
}
.references-wrapper.colourful {
  background-color: #f7f7f7;
  justify-content: flex-start;
}
.references-wrapper.colourful .references-wrap {
  animation: scroll 30s linear infinite reverse;
}
.references-wrapper.colourful .references-wrap div img {
  width: 100%;
  max-width: 90px;
  filter: none;
}
.references-wrapper.colourful .references-wrap div:not(:last-child)::after {
  right: -25px;
}
@media screen and (max-width: 991px) {
  .references-wrapper {
    padding: 30px 20px;
  }
  .references-wrapper .references-wrap div img {
    max-width: 80px;
  }
}

.home-projects-section {
  padding: 90px 0;
  background-color: white;
}
.home-projects-section .project-text-wrapper h3 {
  font-size: 40px;
  margin-bottom: 60px;
  font-weight: 400;
}
.home-projects-section .project-text-wrapper .btn-std {
  margin-top: 40px;
}
.home-projects-section .owl-nav {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-projects-section .owl-nav i {
  font-size: 30px;
  color: #44144b;
  display: block;
  line-height: 0;
}
.home-projects-section .owl-dots {
  display: none;
}
@media screen and (max-width: 1400px) {
  .home-projects-section .owl-nav {
    right: -40px;
  }
}
@media screen and (max-width: 991px) {
  .home-projects-section {
    padding: 60px 0;
  }
  .home-projects-section .owl-nav {
    position: absolute;
    inset: auto auto -70px 49.5%;
    transform: translate(-50%, -50%);
    flex-direction: revert;
  }
  .home-projects-section .owl-nav button {
    padding: 4px 10px !important;
  }
  .home-projects-section .project-text-wrapper {
    margin-bottom: 30px;
    text-align: center;
  }
  .home-projects-section .project-text-wrapper h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .home-projects-section .project-text-wrapper .btn-std {
    margin-top: 20px;
  }
}

.project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 30px 10px;
}
@media screen and (max-width: 991px) {
  .project-card {
    margin-bottom: 10px;
    padding: 0 14px;
  }
}
.project-card img {
  border-radius: 10px;
  transition: 0.3s;
}
.project-card:hover .icon {
  transform: translate(-50%, -50%) rotate(45deg) scale(1.3) translateZ(50px);
}
.project-card:hover img.rectangle {
  border-radius: 37% 63% 34% 66%/75% 25% 75% 25%;
}
.project-card:hover img.square {
  border-radius: 66% 33% 60% 40%/38% 52% 47% 62%;
}
.project-card:hover img.circle {
  border-radius: 42% 43% 35% 47%/39% 39% 43% 44%;
}
.project-card:hover img.triangle {
  border-radius: 52% 40% 18% 66%/46% 63% 32% 53%;
}

.card-btn {
  font-size: 24px;
  letter-spacing: 0.7px;
  position: relative;
  font-weight: 300;
  text-align: center;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.card-btn .icon {
  display: block;
  background-color: #ffc42c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 4px;
  transition: transform 0.4s ease, border-radius 0.3s;
}
.card-btn .icon.square {
  height: 45px;
  width: 45px;
}
.card-btn .icon.rectangle {
  height: 45px;
  width: 36px;
}
.card-btn .icon.circle {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.card-btn .icon.triangle {
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 46px 30px 0 30px;
  border-color: #ffc42c transparent transparent transparent;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .card-btn {
    font-size: 18px;
  }
}

.btn-bg-hover {
  border: none;
  color: black;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.btn-bg-hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 40px;
  background-color: rgba(255, 196, 44, 0.6);
  display: block;
  border-radius: 20px;
  z-index: -1;
  transition: 0.3s;
  filter: blur(0.6px);
}
.btn-bg-hover:hover::after {
  width: 100%;
  background-color: #ffc42c;
}
.btn-bg-hover.active::after {
  width: 100%;
  background-color: #ffc42c;
}
@media screen and (max-width: 991px) {
  .btn-bg-hover {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .btn-bg-hover {
    padding: 5px 12px;
    font-size: 12px;
  }
  .btn-bg-hover::after {
    height: 30px;
  }
}

.about-section {
  padding: 90px 0;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .about-section {
    padding: 60px 0;
  }
}
.about-section p.lead {
  text-align: center;
}

.about-wrap {
  display: flex;
  align-items: flex-start;
  margin: 60px 0;
  gap: 10px;
  position: relative;
}
.about-wrap img {
  width: 54%;
}
@media screen and (max-width: 1580px) {
  .about-wrap img {
    width: 55%;
  }
}
@media screen and (max-width: 1580px) {
  .about-wrap .words {
    font-size: 54px;
  }
}
@media screen and (max-width: 1400px) {
  .about-wrap {
    flex-wrap: wrap;
  }
  .about-wrap img {
    width: 100%;
  }
  .about-wrap .words {
    transform: translate3d(0, 0, 0) translate(-50%, -10%);
    font-size: 68px;
  }
}
@media screen and (max-width: 1100px) {
  .about-wrap .words {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .about-wrap .words {
    display: none;
  }
}

.words {
  margin: 0;
  padding: 0 20px;
  font-size: 68px;
  font-weight: 900;
  list-style: none;
  letter-spacing: -2px;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0) translate(-20%, -50%);
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  -webkit-text-size-adjust: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}
.words .words-line {
  height: 76px;
  overflow: hidden;
  position: relative;
}
.words .words-line:nth-child(odd) {
  transform: skew(60deg, -27deg) scaleY(0.66667);
}
.words .words-line:nth-child(even) {
  transform: skew(0deg, -27deg) scaleY(1.33333);
}
.words .words-line:nth-child(1) {
  left: 29px;
}
.words .words-line:nth-child(2) {
  left: 58px;
}
.words .words-line:nth-child(3) {
  left: 87px;
}
.words .words-line:nth-child(4) {
  left: 116px;
}
.words .words-line:nth-child(5) {
  left: 145px;
}
.words .words-line:nth-child(6) {
  left: 174px;
}
.words .words-line p {
  height: 72px;
  line-height: 72px;
  padding: 0;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
  white-space: nowrap;
  color: #ffc42c;
}
.words:hover p {
  transform: translate3d(0, -72px, 0);
  line-height: 50px;
  height: 70px;
}

.external-banner-section {
  padding: 32px;
}
@media screen and (max-width: 991px) {
  .external-banner-section {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .external-banner-section {
    overflow: hidden;
  }
}

.external-banner-wrapper {
  position: relative;
  width: 100%;
}
.external-banner-wrapper .banner-overlay {
  text-align: center;
}

.center-content-wrapper {
  min-height: 500px;
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: center;
  margin: auto;
  flex-direction: column;
}
.center-content-wrapper .title {
  font-size: 30px;
  line-height: normal;
  font-weight: 200;
}
@media screen and (max-width: 1500px) {
  .center-content-wrapper {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .center-content-wrapper {
    width: 70%;
  }
  .center-content-wrapper .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .center-content-wrapper {
    width: 80%;
  }
  .center-content-wrapper .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .center-content-wrapper .title {
    font-size: 20px;
    line-height: inherit;
  }
}

.projects-wrap {
  padding: 200px 0;
}
@media screen and (max-width: 991px) {
  .projects-wrap {
    padding: 120px 0;
  }
}
.projects-wrap:nth-child(odd) {
  background-color: #f7f7f7;
}
.projects-wrap:nth-child(odd) .project-line-card .content-wrap > div {
  background-color: #f7f7f7;
}
.projects-wrap:nth-child(odd) .project-line-card .queue {
  right: auto;
  left: 40px;
}
@media screen and (max-width: 991px) {
  .projects-wrap:nth-child(odd) .project-line-card {
    flex-direction: column-reverse;
  }
  .projects-wrap:nth-child(odd) .project-line-card .queue {
    left: 30px;
  }
}
.projects-wrap:nth-child(even) .project-line-card .queue {
  left: auto;
  right: 70px;
}
@media screen and (max-width: 991px) {
  .projects-wrap:nth-child(even) .project-line-card .queue {
    right: 30px;
  }
}
.projects-wrap .project-card-carousel .owl-dots {
  display: flex;
  gap: 20px;
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
.projects-wrap .project-card-carousel .owl-dots button span {
  display: block;
  background-color: #ffc42c;
  border-radius: 4px;
  transition: 0.3s ease;
}
.projects-wrap .project-card-carousel .owl-dots button:nth-child(even) span {
  height: 30px;
  width: 30px;
}
.projects-wrap .project-card-carousel .owl-dots button:nth-child(odd) span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.projects-wrap .project-card-carousel .owl-dots button.active span {
  animation: moving-dots 4s infinite;
  background-color: #44144b;
  transition: 0.3s out-ease;
}
.projects-wrap .project-card-carousel .owl-dots button.active span::after {
  background: #44144b;
}
@keyframes moving-dots {
  0% {
    transform: rotateX(45deg);
    transform: scale(1.3);
  }
  20% {
    transform: rotateY(-45deg);
    transform: scale(1.1);
  }
  40% {
    transform: rotateX(45deg);
    transform: scale(1.3);
  }
  60% {
    transform: rotateX(45deg);
  }
  80% {
    transform: rotateY(-45deg);
  }
  100% {
    transform: rotateX(45deg);
    transform: scale(1.3);
  }
}

.project-line-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  position: relative;
  transition: 0.3s;
}
.project-line-card .queue {
  position: absolute;
  top: -100px;
  z-index: 0;
}
.project-line-card .queue .card-btn span:first-child {
  font-size: 80px;
  line-height: 10px;
  display: block;
}
.project-line-card .queue .card-btn .icon {
  animation: moving 4s infinite;
}
.project-line-card .queue .card-btn .icon.square {
  height: 35px;
  width: 35px;
}
.project-line-card .queue .card-btn .icon.rectangle {
  height: 35px;
  width: 16px;
}
.project-line-card .queue .card-btn .icon.circle {
  height: 35px;
  width: 35px;
}
.project-line-card .queue .card-btn .icon.triangle {
  border-width: 36px 20px 0 20px;
}
.project-line-card .queue .card-btn .icon.cross {
  background: #ffc42c;
  height: 40px;
  position: relative;
  width: 8px;
}
.project-line-card .queue .card-btn .icon.cross::after {
  background: #ffc42c;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 40px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
.project-line-card .queue .card-btn .icon.pentagon {
  position: relative;
  width: 34px;
  border-radius: 0 0 4px 4px;
  box-sizing: content-box;
  border-width: 30px 12px 0;
  border-style: solid;
  border-color: #ffc42c transparent;
  background-color: transparent;
}
.project-line-card .queue .card-btn .icon.pentagon::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: -55.6px;
  left: -12px;
  border-width: 0.2px 29px 26px;
  border-style: solid;
  border-color: transparent transparent #ffc42c;
}
.project-line-card .queue .card-btn .icon.egg {
  width: 40px;
  height: 64px;
  background-color: #ffc42c;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}
.project-line-card .queue .card-btn .icon.pacman {
  width: 0px;
  height: 0px;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffc42c;
  border-left: 30px solid #ffc42c;
  border-bottom: 30px solid #ffc42c;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .project-line-card .queue {
    top: -30px;
  }
  .project-line-card .queue .card-btn span:first-child {
    font-size: 60px;
  }
  .project-line-card .queue .card-btn .icon.square {
    height: 30px;
    width: 30px;
  }
  .project-line-card .queue .card-btn .icon.rectangle {
    height: 30px;
    width: 21px;
  }
  .project-line-card .queue .card-btn .icon.circle {
    height: 30px;
    width: 30px;
  }
  .project-line-card .queue .card-btn .icon.triangle {
    border-width: 36px 20px 0 20px;
  }
}
@keyframes moving {
  0% {
    transform: rotateX(45deg) translate(-30%, -40%);
    transform: scale(1.3) translate(-30%, -40%);
  }
  20% {
    transform: rotateY(-45deg) translate(-30%, -40%);
    transform: scale(1.1) translate(-30%, -40%);
  }
  40% {
    transform: rotateX(45deg) translate(-30%, -40%);
    transform: scale(1.3) translate(-30%, -40%);
  }
  60% {
    transform: rotateX(45deg) translate(-30%, -40%);
  }
  80% {
    transform: rotateY(-45deg) translate(-30%, -40%);
  }
  100% {
    transform: rotateX(45deg) translate(-30%, -40%);
    transform: scale(1.3) translate(-30%, -40%);
  }
}
.project-line-card .img-wrap {
  width: 55%;
}
.project-line-card .img-wrap .img-item {
  cursor: -webkit-zoom-in;
}
.project-line-card .content-wrap {
  width: 45%;
  text-align: end;
  padding: 10px 0;
  position: relative;
}
.project-line-card .content-wrap > div {
  background-color: white;
  position: relative;
  z-index: 1;
}
.project-line-card .content-wrap .website {
  background-color: #ffc42c;
  border-radius: 8px;
  padding: 4px 14px;
  font-weight: 400;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 50px;
  right: 0;
  transition: top 0.3s;
}
.project-line-card .content-wrap .website i {
  display: inline-block;
  line-height: 0;
  font-size: 16px;
}
.project-line-card .content-wrap .title {
  font-size: 40px;
  line-height: normal;
}
.project-line-card .content-wrap p.lead {
  margin: 20px 0 30px 0;
  font-size: 20px;
}
.project-line-card .content-wrap:hover .website {
  top: -30px;
  transition: 0.3s;
}
.project-line-card.left-side .content-wrap {
  text-align: start;
}
.project-line-card.left-side .content-wrap .website {
  right: auto;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .project-line-card .img-wrap {
    width: 48%;
  }
  .project-line-card .content-wrap {
    width: 48%;
  }
  .project-line-card .content-wrap .title span {
    font-size: 32px;
  }
  .project-line-card .content-wrap p.lead {
    margin: 10px 0 40px 0;
  }
}
@media screen and (max-width: 1150px) {
  .project-line-card {
    flex-direction: column;
  }
  .project-line-card .img-wrap {
    width: 100%;
  }
  .project-line-card .content-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .project-line-card {
    padding: 6px;
    border-radius: 10px;
  }
  .project-line-card .content-wrap p.lead {
    margin: 0 0 30px 0;
    font-size: 18px;
  }
  .project-line-card .content-wrap .title {
    font-size: 30px;
  }
  .project-line-card .content-wrap .website {
    position: static;
    font-size: 12px;
    padding: 4px 6px;
    gap: 4px;
    margin-bottom: 10px;
  }
  .project-line-card .content-wrap .website i {
    font-size: 12px;
  }
}

.center-content-section {
  margin: 80px 0;
}
@media screen and (max-width: 991px) {
  .center-content-section {
    margin: 60px 0;
  }
}

.not-found-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.not-found-page > a img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.not-found-page p.lead {
  margin: 0;
}
.not-found-page .line {
  display: block;
  width: 40%;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 30px;
}
.not-found-page div {
  display: flex;
  align-items: center;
}
.not-found-page div .logo img {
  max-width: 200px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 576px) {
  .not-found-page div .logo img {
    max-width: 140px;
  }
}

.teknopark-wrap {
  margin-bottom: 20px;
  display: inline-block;
}
.teknopark-wrap img {
  width: 140px;
  height: auto;
}
.teknopark-wrap span {
  display: block;
  margin-top: 6px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .teknopark-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .teknopark-wrap img {
    width: 120px;
  }
  .teknopark-wrap span {
    font-size: 14px;
  }
}

.popup-modal .modal-header {
  border: 0;
  padding: 0;
}
.popup-modal .modal-header button {
  top: 10px;
  opacity: 1;
  z-index: 2;
  right: 10px;
  position: absolute;
  filter: invert(1);
}
.popup-modal .modal-body {
  padding: 0;
}

footer {
  margin-top: 100px;
  padding: 140px 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 576px) {
  footer {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}
footer .helpful-link {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px 50px;
  flex-wrap: wrap;
}
footer .helpful-link li {
  width: 26%;
}
footer .helpful-link li a {
  font-size: 38px;
  font-weight: 700;
}
footer .footer-contact-wrapper {
  text-align: end;
}
footer .footer-contact-wrapper .footer-social {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
footer .footer-contact-wrapper .footer-social a {
  font-size: 18px;
  font-weight: 500;
}
footer .footer-contact-wrapper .logo {
  display: block;
  margin-bottom: 30px;
}
footer .footer-contact-wrapper .logo img {
  width: 200px;
  filter: brightness(0);
}
footer .footer-contact-wrapper .footer-contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 10px;
}
footer .footer-contact-wrapper .footer-contact a {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
footer .footer-contact-wrapper .footer-contact .address {
  font-weight: 200;
}
footer .footer-contact-wrapper .footer-contact .address span {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  footer .helpful-link {
    gap: 30px 70px;
  }
  footer .helpful-link li {
    width: 34%;
  }
}
@media screen and (max-width: 1200px) {
  footer .helpful-link {
    gap: 30px 60px;
  }
  footer .helpful-link li {
    width: 43%;
  }
  footer .helpful-link li a {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  footer .helpful-link {
    margin-bottom: 50px;
    gap: 20px 30px;
    text-align: center;
    justify-content: center;
  }
  footer .helpful-link li {
    width: 40%;
  }
  footer .helpful-link li a {
    font-size: 28px;
  }
  footer .footer-contact-wrapper {
    text-align: center;
  }
  footer .footer-contact-wrapper .footer-contact {
    gap: 14px;
  }
  footer .footer-contact-wrapper .footer-contact a {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-contact-wrapper .footer-social {
    margin-bottom: 60px;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  footer .helpful-link {
    gap: 20px;
  }
  footer .helpful-link li {
    width: 47%;
  }
  footer .helpful-link li a {
    font-size: 23px;
  }
}
@media screen and (max-width: 360px) {
  footer .helpful-link {
    gap: 20px;
  }
  footer .helpful-link li {
    width: 100%;
  }
}

.award-badge {
  display: block;
  position: fixed;
  right: 80px;
  bottom: 40px;
  z-index: 1;
}
.award-badge img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .award-badge {
    right: 30px;
    bottom: 30px;
  }
  .award-badge img {
    width: 130px;
  }
}
@media screen and (max-width: 425px) {
  .award-badge {
    right: 16px;
    bottom: 30px;
  }
  .award-badge img {
    width: 120px;
  }
}/*# sourceMappingURL=style.css.map */