@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif Khojki";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-serif-khojki-v5-latin-ext_latin-600.eot"); /* IE9 Compat Modes */
  src: url("../fonts/noto-serif-khojki-v5-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-khojki-v5-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/noto-serif-khojki-v5-latin-ext_latin-600.woff") format("woff"), url("../fonts/noto-serif-khojki-v5-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/noto-serif-khojki-v5-latin-ext_latin-600.svg#NotoSerifKhojki") format("svg"); /* Legacy iOS */
}
body, html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  scroll-padding-top: 0px;
  background-color: #000717;
  overflow-x: hidden;
}

.container-xl {
  max-width: 1344px;
}

.container {
  max-width: 1148px;
}

section {
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

.text-link {
  text-decoration: underline;
  color: #000717;
}
.text-link:hover {
  text-decoration: none;
  color: #000717;
}

button:focus {
  outline: none;
}

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

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

.navbar {
  transition: 0.5s;
  background-color: #000717;
}
.navbar-nav {
  justify-content: end;
  align-items: center;
}
.navbar-brand img {
  height: 36px;
}
.navbar .nav-item {
  padding: 10px 15px;
}
.navbar .nav-link {
  color: #FFF !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navbar .nav-link:hover {
  color: #00FFCA !important;
}
.navbar .nav-link-btn {
  background-color: #FFF;
  border-radius: 32px;
  padding: 10px 16px !important;
  color: #000717 !important;
  transition: 0.3s;
}
.navbar .nav-link-btn:hover {
  background-color: #FF0053;
  color: #FFF !important;
  text-decoration: none !important;
}
.navbar .navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar .burger span {
  transition: 0.5s;
}
.navbar .burger span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  background-color: #00FFCA;
}
.navbar .burger span:nth-child(2) {
  opacity: 0;
}
.navbar .burger span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
  background-color: #00FFCA;
}
.navbar .navbar-toggler.collapsed .burger span:nth-child(1) {
  top: 0;
  transform: none;
  background-color: #FFF;
}
.navbar .navbar-toggler.collapsed .burger span:nth-child(2) {
  top: 3px;
  opacity: 1;
  background-color: #FFF;
}
.navbar .navbar-toggler.collapsed .burger span:nth-child(3) {
  top: 6px;
  transform: none;
  background-color: #FFF;
}

.container-sm {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  background-color: #00244A;
  opacity: 1;
  margin: 32px 0;
}

h1, .title-h1 {
  font-size: 48px;
  color: #FFF;
  font-weight: 500;
}

h2 {
  font-size: 40px;
  color: #FFF;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  color: #FFF;
  font-weight: 500;
}

.green-title {
  font-size: 40px;
  color: #00FFCA;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.green-title:hover {
  color: #00FFCA;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #FF0053;
  border: 1px solid #FF0053;
  color: #FFF;
  box-shadow: none;
}

.btn {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 32px;
  margin-bottom: 10px;
  transition: 0.3s;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #FF0053;
  border: 1px solid #FF0053;
  color: #FFF;
}
.btn-primary:hover {
  color: #000717;
  background-color: #FFF;
  border: 1px solid #FFF;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
.btn-secondary:hover {
  background-color: #00FFCA;
  border: 1px solid #00FFCA;
  color: #000717;
}

.btn-white {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #000717;
}
.btn-white:hover {
  background-color: #FF0053;
  border: 1px solid #FF0053;
  color: #FFF;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000717;
  margin-bottom: 0;
}

.img-radius {
  border-radius: 20px;
}

.hashtag {
  color: #00FFCA;
  font-family: "cinema-script", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 68px;
}

.header {
  padding-top: 0px;
  transition: opacity 0.3s ease-out;
}
.header .container {
  border-radius: 24px;
  background: linear-gradient(180deg, #102549 0%, #640041 100%);
  padding: 128px 98px 0px 98px;
}
.header .container h1 {
  margin-bottom: 48px;
}
.header-video {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 126px;
}
.header-video-wrapper {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.header #headerVideo {
  width: 100%;
  max-width: 100%;
  transition: none;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
  margin-bottom: -1px;
}

.header-sub p {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
}
.header-sub p small {
  margin-top: 12px;
  font-size: 12px;
  display: block;
  margin-bottom: 32px;
}
.header-sub-title {
  color: #FFF;
  display: block;
  font-size: 16px !important;
  font-weight: 400;
}
.header-sub .contact-map {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.header-sub .contact-map-box {
  padding: 32px;
  padding-top: 100px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-sub .contact-map-box .btn {
  width: 100%;
  margin-top: auto;
}
.header-sub .contact-map-full {
  width: 100%;
}
.header-sub-img img {
  border-radius: 24px;
  overflow: hidden;
}

.slide {
  overflow: hidden;
}
.slide-in {
  text-align: center;
}
.slide-in h2 {
  margin-bottom: 80px;
}
.slide .swiper {
  overflow: visible;
}
.slide .swiper-wrapper {
  align-items: center;
}
.slide .swiper-slide {
  text-align: center;
}

.services-item {
  background-color: #001128;
  padding: 32px;
  height: 458px;
  border-radius: 32px;
  display: flex;
  flex-flow: wrap;
}
.services-item-img {
  width: 100%;
}
.services-item-img img {
  height: 160px;
}
.services-item h2 img {
  display: inline;
  height: 48px;
  opacity: 0;
}
.services a {
  text-decoration: none;
}
.services a:hover .services-item {
  background: linear-gradient(180deg, #102549 0%, #640041 100%);
}
.services a:hover .services-item h2 img {
  opacity: 1;
}

.projects, .project-detail {
  position: relative;
  z-index: 3;
}
.projects .title-h1, .project-detail .title-h1 {
  margin-bottom: 48px;
  display: block;
}
.projects .nav, .project-detail .nav {
  margin-top: 32px;
  margin-bottom: 86px;
}
.projects .nav-link, .project-detail .nav-link {
  color: #FFF;
  border-radius: 32px;
  border: 1px solid #FFF;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.projects .nav-link:hover, .project-detail .nav-link:hover {
  color: #000717;
  background-color: #FFF;
  border: 1px solid #FFF;
}
.projects .nav .active, .project-detail .nav .active {
  color: #000717;
  background-color: #FFF;
  border: 1px solid #FFF;
}
.projects a, .project-detail a {
  text-decoration: none;
}
.projects a:hover img, .project-detail a:hover img {
  transform: scale(1.2);
}
.projects a:hover h3, .projects a:hover span, .project-detail a:hover h3, .project-detail a:hover span {
  color: #00FFCA;
}
.projects a:hover .projects-item, .project-detail a:hover .projects-item {
  box-shadow: 0 4px 48px rgba(0, 255, 202, 0.3);
}
.projects-item, .project-detail-item {
  color: #FFF;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.projects-item img, .project-detail-item img {
  transition: 0.5s;
}
.projects-item-content, .project-detail-item-content {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  padding: 0px;
}
.projects-item-content:before, .project-detail-item-content:before {
  content: "";
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%);
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  padding-top: 20px;
}
.projects-item-content-in, .project-detail-item-content-in {
  z-index: 3;
  position: relative;
  padding: 32px;
}
.projects-item-content span, .project-detail-item-content span {
  display: block;
  margin-bottom: 5px;
}
.projects-people .title-h1, .project-detail-people .title-h1 {
  margin-bottom: 180px;
}
.projects-people .projects-item, .project-detail-people .projects-item {
  background: #001128;
  margin-bottom: 150px;
  overflow: visible;
}
.projects-people .projects-item img, .project-detail-people .projects-item img {
  margin-top: -100px;
}

.works {
  position: relative;
  z-index: 2;
}
.works .container {
  position: relative;
  z-index: 2;
}
.works .title-h1 {
  margin-bottom: 48px;
  display: block;
}
.works .img-absolute-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.works .menu-item {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 32px;
  text-align: left;
  transition: color 0.3s, transform 0.3s;
}
.works .menu-item a {
  color: inherit;
  text-decoration: none;
}
.works .menu-item a:hover {
  color: #00FFCA;
}
.works .menu-item.level-0 {
  color: #00FFCA;
}
.works .menu-item.level-1 {
  color: rgba(255, 255, 255, 0.6);
}
.works .menu-item.level-2 {
  color: rgba(255, 255, 255, 0.3);
}
.works-sub {
  position: relative;
  overflow: hidden;
}
.works-sub p {
  color: #FFF;
}
.works-sub .menu-item {
  color: #FFF;
  padding: 240px 0;
  margin-bottom: 0px;
}
.works-sub #scrollMenu {
  overflow: hidden;
  list-style: none;
  height: auto;
}
.works-sub #scrollSection {
  position: relative;
  overflow: hidden;
}
.works-sub #menuImage {
  margin-top: 48px;
}

.reference {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.reference .title-h1 {
  margin-bottom: 48px;
  display: block;
}
.reference .swiper-slide {
  color: #FFF;
}
.reference .swiper-slide p {
  color: #FFF;
  margin-bottom: 32px;
}
.reference .swiper-slide-content {
  display: flex;
  flex-direction: row;
}
.reference .swiper-slide-content-1 {
  margin-right: 24px;
}
.reference .swiper-slide-content-2 h4 {
  font-size: 24px;
  font-weight: 700;
  color: #00FFCA;
}
.reference .swiper-slide-content-2 span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.reference .swiper {
  overflow: visible;
}

.contact {
  position: relative;
}
.contact .container {
  padding: 64px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(0, 36, 74, 0) 0%, #001429 100%);
  position: relative;
  z-index: 2;
}
.contact .container p {
  font-size: 40px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
}
.contact .container .small {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 32px;
}
.contact .container label {
  color: #FFF;
}
.contact .container label a {
  color: #00FFCA;
}
.contact .container label a:hover {
  text-decoration: none;
}
.contact .container .green-title {
  font-size: 24px;
  color: #00FFCA;
  font-weight: 500;
}
.contact .container input[type=checkbox] {
  background-color: transparent;
  border: 1px solid #FFF;
}
.contact .container input[type=email] {
  background-color: #00244A;
  border-color: #00244A;
  color: #96B9FF;
  height: 48px;
  border-radius: 32px;
}
.contact .container input[type=email]::placeholder {
  color: #96B9FF;
}
.contact .container .form-control:focus {
  box-shadow: none;
}
.contact .img-absolute-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

footer {
  padding: 32px 0;
  color: #FFF;
  position: relative;
  z-index: 2;
}
footer a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
footer a:hover {
  color: #00FFCA;
  text-decoration: none;
}
footer .footer-box span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
footer .footer-right {
  text-align: right;
}
footer .footer-right ul {
  padding-left: 0px;
}
footer .footer-right li {
  list-style: none;
  display: inline;
  padding: 16px;
}
footer .footer-right li:last-child {
  padding-right: 0px;
}
footer .footer-right li a {
  text-decoration: none;
}
footer .footer-right li a path {
  fill: #FFF;
}
footer .footer-right li a:hover path {
  fill: #00FFCA;
}

.project-detail .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #00FFCA;
  display: block;
}
.project-detail h1 {
  margin: 22px 0;
}
.project-detail p {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
}
.project-detail .nav a:hover {
  cursor: unset;
  color: #FFF;
  text-decoration: none;
  background-color: transparent;
}

.errorpage {
  position: relative;
  overflow: hidden;
}
.errorpage-in {
  position: relative;
  z-index: 2;
  text-align: center;
}
.errorpage-in span {
  color: #FF0053;
  display: block;
  margin-bottom: 10px;
}
.errorpage-in p {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 32px;
}
.errorpage .outline-text {
  z-index: 1;
  font-size: 500px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #00244A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide .mySwiper3 .swiper-slide-img {
  border-radius: 32px;
  overflow: hidden;
  max-height: 500px;
}

@media (max-width: 992px) {
  section {
    padding: 60px 0 !important;
  }
  h1 {
    font-size: 48px;
  }
  h2, .title-h1 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  .green-title {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .navbar .container {
    padding: 15px !important;
  }
  .navbar .col-lg-5 {
    display: flex;
  }
  .navbar .col-lg-7 {
    display: flex;
    align-items: center;
  }
  .navbar .col-lg-7 .navbar-toggler {
    height: 40px;
  }
  .navbar .navbar-toggler {
    color: #FFF;
    border: none;
    box-shadow: none;
    z-index: 51;
  }
  .navbar .navbar-collapse {
    transition: 0.3s;
    position: fixed;
    display: flex;
    right: 0px;
    top: 0px;
    background: #00244A;
    height: 100%;
    width: 60%;
    opacity: 0;
    z-index: -1;
    transform: translateX(50%);
  }
  .navbar .navbar-collapse .navbar-nav {
    padding: 16px;
  }
  .navbar .navbar-collapse.show {
    opacity: 1;
    z-index: 50;
    transform: translateX(0);
  }
  .header-video {
    margin-top: 58px;
  }
  .header .container {
    padding: 24px;
  }
  .header .container .hashtag {
    display: block;
  }
  .header .container .btn {
    width: 100%;
  }
  .services-item {
    height: 128px;
    flex-flow: unset;
    align-items: center;
  }
  .services-item-img {
    width: auto;
  }
  .services-item-img img {
    max-height: 80px;
  }
  .services-item h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
  }
  .projects .nav {
    margin-bottom: 58px;
  }
  .projects-people h3 {
    font-size: 18px;
  }
  .projects-people .projects-item-content span {
    font-size: 10px;
  }
  .contact .container {
    padding: 24px;
  }
  .contact .container img {
    height: 145px;
    margin-bottom: 32px;
  }
  .contact .container p {
    font-size: 24px;
  }
  .contact .container p .hashtag {
    font-size: 40px;
  }
  .contact .container .btn {
    width: 100%;
  }
  .contact .container input[type=checkbox] {
    margin-top: 18px;
  }
  footer {
    text-align: center;
  }
  footer .footer-right {
    text-align: center;
  }
  footer .footer-right li:last-child {
    padding-right: 16px;
  }
  footer .footer-right ul {
    margin-bottom: 32px;
  }
}/*# sourceMappingURL=style.css.map */