/*============================================ 
# Template Name: Xmiro 
# Version: 1.0
# Date: 27/06/2022
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis
# Developed By: Pranto
# Description: Xmiro - Gaming Studio HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  --head-font: "Chakra Petch", sans-serif;
  --para-font: "Montserrat", sans-serif;
  --body-color: #fff;
  --dark-body-color: #010530;
  /* --primary-color: #ff7a1f; */
  --primary-color: rgb(117, 161, 176);
  --secondary-color: #010530;
  --dark-secondary-color: #fff;
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--head-font);
  background-color: var(--body-color);
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
}

section,
footer {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  font-family: var(--head-font);
  color: var(--secondary-color);
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s;
}

h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--secondary-color);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--secondary-color);
}

img {
  max-width: 100%;
  height: auto;
}

.max-un {
  max-width: unset;
}

.d-rtl {
  direction: rtl;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
}

.single-input {
  margin-bottom: 25px;
}

input,
textarea {
  padding: 13px 20px;
  color: var(--secondary-color);
  width: 100%;
  font-family: var(--para-font);
  border-radius: 20px;
  background-color: #ebe5ff;
  border: 1px solid #cdc7e0;
  outline-color: transparent;
}

input::placeholder,
textarea::placeholder {
  color: #b4acc8;
  opacity: 1;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.b-none {
  border: none !important;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  box-shadow: none;
}

h1,
h1 > a {
  font-size: 76px;
  line-height: 98.8px;
  margin-top: -20px;
}

h2,
h2 > a {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -16px;
}

h3,
h3 > a {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4,
h4 > a {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5,
h5 > a {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
}

h6,
h6 > a {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -4px;
}

table thead tr th {
  font-size: 18px;
  line-height: 30px;
}

a {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

p,
span,
li,
label {
  margin: 0;
  font-family: var(--para-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.section-text {
  margin-bottom: 35px;
}


.dark-sec .title,
.dark-sec p {
  color: var(--bs-white);
}

.cus-mar {
  margin-bottom: -30px;
}

.single-box {
  margin-bottom: 30px;
  padding: 30px 15px;
}

.sub-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 27px;
}

.title {
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 10px;
  line-height: 0.8;
}

.xxxlr {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

.xxlr {
  font-size: 26px;
  line-height: 36px;
  margin-top: -7px;
}

.xlr {
  font-size: 24px;
  line-height: 36px;
  margin-top: -7px;
}

.mdr {
  font-size: 16px;
  line-height: 22px;
}

.z-1 {
  z-index: 1;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .header-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

*::-webkit-scrollbar-track {
  background: #00003e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #5732c6;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: var(--bs-white);
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: visible;
  background: url(../images/KerisPutih.gif) no-repeat center center;
  background-size: 30%;
  background-color: #fbfbfb;
}

.dark .preloader {
  background: url(../images/KerisPutih.gif) no-repeat center center;
  background-color: #010530;
  background-size: 30%;
}

.icon-svg {
  position: relative;
}

.icon-svg img {
  opacity: 1;
  position: absolute;
}

.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition: transform 0.3s, fill 0.5s;
  opacity: 0;
  visibility: hidden;
}

.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes item {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  color: var(--secondary-color);
}

.cmn-btn img,
.cmn-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  color: var(--bs-white);
  background-color: var(--primary-color);
  margin-right: 18px;
}

.cmn-btn:hover {
  color: var(--primary-color);
}

.cmn-btn:focus {
  color: var(--bs-white);
}

.cmn-btn.alt {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.cmn-btn.alt i {
  color: var(--secondary-color);
}

.cmn-btn.alt:hover {
  background: var(--secondary-color);
  border: 1px solid transparent;
  color: var(--para-color);
}

.cmn-btn.alt:hover i {
  color: var(--para-white);
}

.slick-arrow {
  position: absolute;
  outline: none;
  bottom: 40px;
  width: 0px;
  height: 0px;
  border-radius: 20px;
  background-color: #e2d9fd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.slick-arrow::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid rgba(58, 34, 116, 0.5);
}

.slick-arrow i {
  color: var(--bs-white);
  font-size: 14px;
}

.slick-arrow:hover {
  background-color: var(--primary-color);
  transition: all 0.5s;
}

.slick-arrow:hover::before {
  border-color: var(--primary-color);
}

.slick-arrow.slick-prev {
  left: calc(50% - 110px);
  z-index: 2;
}

.slick-arrow.slick-next {
  right: calc(50% - 110px);
}

.section-dots {
  text-align: center;
  position: absolute;
  bottom: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
}

.section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
}

.section-dots li .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #e2d9fd;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}

.section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}

.section-dots li.slick-active .dot {
  background-color: var(--primary-color);
}

.input-area {
  border-radius: 5px;
  background-color: var(--secondary-color);
  padding: 0 5px;
  margin: 30px 0 20px;
}

.input-area:focus-within {
  outline: 1px solid var(--primary-color);
  border: none;
}

.input-area input {
  padding: 10px;
  border: none;
  background: transparent;
}

.input-area button {
  padding: 4px 10px;
  background-color: transparent;
}

.dark {
  background-color: var(--dark-body-color);
}

.dark h1,
.dark h1 > a,
.dark h2,
.dark h2 > a,
.dark h3,
.dark h3 > a,
.dark h4,
.dark h4 > a,
.dark h5,
.dark h5 > a,
.dark h6,
.dark h6 > a {
  color: var(--dark-secondary-color);
}

.dark .sub-title {
  color: var(--primary-color);
}

.dark input,
.dark textarea {
  color: var(--dark-secondary-color);
  background-color: #372170;
  border: 1px solid #4b3583;
}

.dark input::placeholder,
.dark textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.dark input:focus,
.dark textarea:focus {
  border: 1px solid var(--primary-color);
}

.dark .input-area {
  background-color: var(--dark-secondary-color);
}

.dark .input-area:focus-within {
  outline: 1px solid var(--primary-color);
  border: none;
}

.dark .input-area input {
  color: var(--dark-secondary-color);
  padding: 10px;
  border: none;
  background: transparent;
}

.dark .input-area button {
  padding: 4px 10px;
  background-color: transparent;
}

.dark p,
.dark span,
.dark li,
.dark label {
  color: var(--bs-white);
}

.dark .cmn-btn {
  color: var(--dark-secondary-color);
}

.dark .cmn-btn:hover {
  color: var(--primary-color);
}

.dark .slick-arrow {
  background-color: #3a2274;
}

.dark .slick-arrow:hover {
  background-color: var(--primary-color);
  transition: all 0.5s;
}

.dark .slick-arrow:hover::before {
  border-color: var(--primary-color);
}

.dark .section-dots li .dot {
  background-color: #3a2274;
}

.dark .section-dots li.slick-active .dot {
  background-color: var(--primary-color);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes ripple2Ani {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(-5px, -5px);
  }
  66% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
  /* -0% {
    transform: scale(1);
  }
  -50% {
    transform: scale(0.8);
  }
  -100% {
    transform: scale(0.5);
  } */
}

@keyframes rippleAni {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(5px, -5px);
  }
  66% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-color: transparent;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #f5faff;
}

.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}

.header-section .navbar-toggler:focus {
  box-shadow: none;
}

.header-section .navbar-toggler i {
  color: var(--secondary-color);
}

.header-section .navbar {
  padding: 23px 15px;
}

.header-section .navbar .navbar-brand {
  margin-right: 70px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
  font-weight: 500;
  padding: 0 10px;
  text-transform: capitalize;
  font-weight: 600;
  background-color: transparent;
  font-family: var(--head-font);
  color: var(--secondary-color);
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-item:hover {
  color: var(--primary-color);
  transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-item.active {
  color: var(--primary-color);
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link.dropdown-toggle {
  margin-right: 15px;
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link.dropdown-toggle::after {
  position: absolute;
  content: "\0043";
  border: none;
  font-family: "arafat font";
  font-weight: 400;
  font-size: 14px;
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--body-color);
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
}

.header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropend
  .dropdown-menu {
  margin-left: 10%;
}

.header-section .navbar .navbar-collapse .right-area {
  margin-left: 48px;
}

.header-section .navbar .navbar-collapse .right-area .switch_wrapper {
  width: 100px;
  height: 50px;
  border-radius: 25px;
  background-color: #3a2274;
}

.header-section .navbar .navbar-collapse .right-area .switch_wrapper.light {
  background-color: #f6f3ff;
}

.header-section .navbar .navbar-collapse .right-area .switch_wrapper .switcher {
  background-color: transparent;
}

.header-section
  .navbar
  .navbar-collapse
  .right-area
  .switch_wrapper
  .switcher.active {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #ff7a1f;
}

.header-section .nav-item.main-navbar .main-menu {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar {
  position: relative;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: 165px;
  top: 0;
  min-width: 12rem;
}

.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-section .nav-item.main-navbar:hover .main-menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.banner-section {
  height: 100vh;
  overflow: hidden;
}

.banner-section .overlay {
  /* background-color: #f5faff; */
}

.banner-section .overlay .banner-content {
  padding: 140px 0 40px;
  background: none;
}

/* .footer-section {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
} */

.footer-section .footer-form {
  border-radius: 10px;
  box-shadow: 0px 5px 19px rgba(109, 100, 139, 0.31);
  background-color: var(--bs-white);
  padding: 80px 220px 60px;
}

.footer-section .footer-form form {
  margin: 0 auto;
}

.footer-section .footer-form form .form-group {
  border-radius: 28px;
  background-color: #ebe5ff;
  border: 1px solid #cdc7e0;
}

.footer-section .footer-form form .form-group input {
  margin: 4px;
}

.footer-section .footer-form form button {
  border-radius: 50%;
  background-color: var(--primary-color);
  width: 50px;
  height: 50px;
}

.footer-section .footer-box a {
  color: var(--bs-white);
  font-family: var(--head-font);
  font-weight: 700;
}

.footer-section .footer-bottom {
  border-top: 1px solid #344154;
  padding: 40px 0;
  margin-top: 30px;
}

.footer-section .footer-bottom p {
  color: var(--bs-white);
}

.footer-section .footer-bottom p a {
  color: var(--primary-color);
}

.footer-section .footer-bottom .social a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(210, 196, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  margin-left: 15px;
}

.footer-section .footer-bottom .social a i {
  color: #9c94b4;
}

.footer-section .footer-bottom .social a:hover {
  background-color: #ff7a1f;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-section .footer-bottom .social a:hover i {
  color: var(--bs-white);
}

.game-slider .slick-current .single-box {
  border: 1px solid #6311e7 !important;
}

.game-slider .single .single-box {
  border-radius: 20px;
  background-color: var(--bs-white);
  border: 1px solid #f2eaff;
  margin: 0 15px;
  text-align: center;
  padding: 20px;
  transition: 0.3s all;
}

.game-slider .single .single-box:hover {
  border: 1px solid #6311e7;
}

.game-slider .single .single-box .app-links {
  margin-top: 15px;
  display: grid;
}

.game-slider .single .single-box .app-links a {
  margin-top: 15px;
}

.game-slider .single .single-box img {
  margin: auto;
}

.game-slider .slick-arrow {
  top: calc(50% - 30px);
}

.game-slider .slick-arrow.slick-prev {
  left: 8px;
}

.game-slider .slick-arrow.slick-next {
  right: 8px;
}

.about-us {
  background-image: url(../images/about-us-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}

.about-us .section-header p {
  width: 75%;
  margin: auto;
}

.about-us .magnific-area .bg-area {
  position: relative;
}

.about-us .magnific-area .bg-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 30px;
  background-color: rgba(48, 37, 111, 0.8);
}

.about-us .magnific-area .mfp-iframe {
  opacity: 1;
}

.about-us .magnific-area .mfp-iframe::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 99px;
  height: 99px;
  background-color: #ff7a1f;
}

.about-us .magnific-area .mfp-iframe::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid #ff7a1f;
  animation: stretch 4s linear infinite;
}

.about-us .magnific-area .mfp-iframe img {
  z-index: 2;
}

.about-us .content-area {
  margin-top: 45px;
}

.about-us .content-area h2 {
  margin-top: 60px;
}

.about-us .content-area h2,
.about-us .content-area p {
  color: var(--bs-white);
  text-align: center;
}

.counter-section .single-box {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: transparent;
  text-align: center;
  padding: 68px 0 65px;
  width: 1900px;
}

.counter-section .single-box p,
.counter-section .single-box h1 {
  color: var(--bs-white);
}

.counter-section .single-box.second {
  background-color: transparent;
}

.counter-section .single-box.third {
  background-color: transparent;
}

.counter-section .single-box.fourth {
  background-color: transparent;
}

.team-member {
  background-image: url(../images/team-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}

.team-member .profile-image img {
  width: 100%;
}

.team-member .slick-list {
  margin-bottom: 125px;
}

.team-member .single-box {
  text-align: center;
  transition: 0.3s;
  border-radius: 20px;
  box-shadow: 0px 17px 19px rgba(109, 100, 139, 0.1);
  background-color: var(--bs-white);
  padding: 10px;
  margin: 0 15px;
  margin-bottom: 25px;
}

.team-member .single-box:hover {
  box-shadow: 0px 17px 19px rgba(109, 100, 139, 0.31);
}

.team-member .single-box h5 {
  margin: 16px 0 13px;
}

.team-member .single-box p {
  color: var(--primary-color);
  width: 80%;
  margin: auto;
}

.team-member .single-box .social {
  margin-top: 25px;
  margin-bottom: 20px;
}

.team-member .single-box .social a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(210, 196, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  margin: 0 10px;
}

.team-member .single-box .social a i {
  color: #9c94b4;
}

.team-member .single-box .social a:hover {
  background-color: #ff7a1f;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.team-member .single-box .social a:hover i {
  color: var(--bs-white);
}

.gallery-slider .slick-current {
  transform: scale(1.7);
}

.gallery-slider .slick-slide {
  transition: 0.3s;
}

.gallery-slider .slick-track {
  margin: 145px 0 278px;
}

.we-are-hiring .single-area {
  border-radius: 20px;
  background-color: #f6f3ff;
  padding: 40px 40px 30px;
  margin: 0 15px;
}

.we-are-hiring .single-area button {
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0;
  color: #201048;
  margin-top: 15px;
}

.we-are-hiring .single-area button i {
  margin-left: 10px;
}

.we-are-hiring .info-area {
  margin: 17px 0 14px;
}

.we-are-hiring .info-area .single-info {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.we-are-hiring .info-area .single-info i {
  margin-right: 5px;
}

.we-are-hiring a {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.we-are-hiring a i {
  margin-left: 10px;
}

.we-are-hiring .slick-list {
  margin-bottom: 148px;
}

.job-details .modal-dialog {
  max-width: 860px;
}

.job-details .modal-content {
  border-radius: 30px;
  background-color: var(--bs-white);
  padding: 60px 45px;
  position: relative;
}

.job-details .modal-content .modal-header {
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 0;
  border: none;
}

.job-details .modal-content .modal-header .btn-close {
  background-color: var(--primary-color);
}

.job-details .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}

.job-details .modal-content p,
.job-details .modal-content span,
.job-details .modal-content i,
.job-details .modal-content li {
  color: #212529;
}

.job-details .modal-content h2,
.job-details .modal-content h3,
.job-details .modal-content h4 {
  color: var(--secondary-color);
}

.job-details .modal-content p,
.job-details .modal-content li {
  margin: 5px 0;
}

.job-details .modal-content h2,
.job-details .modal-content h3,
.job-details .modal-content h4 {
  margin: 10px 0;
}

.job-details .modal-content ul {
  margin: 20px 0;
}

.job-details .modal-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.job-details .modal-content ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #3a2274;
  left: -20px;
}

.job-details .modal-content .btn-area a {
  border-radius: 25px;
  box-shadow: 0px 5px 0px #0b85cf, 0px 16px 4px rgba(56, 174, 246, 0.27);
  background-image: linear-gradient(0deg, #357eff 0%, #357eff 1%, #1be9ff 100%);
  border: 2px solid #37b0f7;
  font-weight: 700;
  padding: 6px 40px;
  text-transform: uppercase;
}

.job-details .top-bar {
  border-bottom: 1px solid #3c4071;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.job-details .single-info {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.job-details .single-info i {
  margin-right: 5px;
}

/* .contact-us {
  background-image: url(../images/contact-circle.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: -6vh;
} */

.contact-us .single-box {
  border-radius: 20px;
  border: 1px solid #e2dafb;
  padding: 25px 30px;
  display: flex;
  align-items: center;
}

.contact-us .single-box .icon-area {
  margin-right: 20px;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background-color: #ebe5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us .social {
  border-top: 1px solid #e2dafb;
  padding-top: 40px;
  margin-top: 40px;
}

.contact-us .social a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(210, 196, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  margin-right: 15px;
}

.contact-us .social a i {
  color: #9c94b4;
}

.contact-us .social a:hover {
  background-color: #ff7a1f;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-us .social a:hover i {
  color: var(--bs-white);
}

.contact-us form {
  border-radius: 60px;
  background-color: #f6f3ff;
  padding: 60px;
}

.contact-us form button {
  border-radius: 25px;
  box-shadow: 0px 5px 0px #0b85cf, 0px 16px 4px rgba(56, 174, 246, 0.27);
  background-image: linear-gradient(0deg, #357eff 0%, #357eff 1%, #1be9ff 100%);
  border: 2px solid #37b0f7;
  font-weight: 700;
  padding: 6px 60px;
  text-transform: uppercase;
}

.contact-us form label {
  font-weight: 700;
}

.dark .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.dark
  .header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-item {
  color: var(--dark-secondary-color);
}

.dark
  .header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link:hover,
.dark
  .header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link.active,
.dark
  .header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-item:hover,
.dark
  .header-section
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-item.active {
  color: var(--primary-color);
}

.dark .banner-section .overlay {
  /* background-color: #010530; */
}

.dark .header-section.header-fixed {
  background-color: #000642;
}

.dark .game-slider .single .single-box {
  background-color: #0c0f35;
  border: 1px solid #432279;
}

.dark .game-slider .single .single-box:hover {
  border: 1px solid #6311e7;
}

.dark .game-slider .single .single-box .slick-current .single-box {
  border: 1px solid #6311e7 !important;
}

.dark .about-us {
  background-image: url(../images/about-us-dark-bg.png);
}

.dark .team-member {
  background-image: url(../images/team-dark-bg.png);
}

.dark .team-member .single-box {
  background-color: #2c1860;
}

.dark .we-are-hiring .single-area {
  background-color: #2c1860;
}

.dark .we-are-hiring .single-area a,
.dark .we-are-hiring .single-area i {
  color: var(--dark-secondary-color);
}

.dark .we-are-hiring .single-area button {
  color: var(--dark-secondary-color);
}

.dark .job-details .modal-content {
  background-color: #2c1860;
}

.dark .job-details .modal-content p,
.dark .job-details .modal-content span,
.dark .job-details .modal-content i,
.dark .job-details .modal-content h2,
.dark .job-details .modal-content h3,
.dark .job-details .modal-content h4,
.dark .job-details .modal-content li {
  color: var(--bs-white);
}

.dark .contact-us .single-box {
  border: 1px solid #4b3583;
}

.dark .contact-us .single-box .icon-area {
  background-color: #2c1860;
}

.dark .contact-us .social {
  border-top: 1px solid #372170;
}

.dark .contact-us form {
  background-color: #271457;
}

.dark .footer-section .footer-form {
  background-color: #3a2274;
}

.dark .footer-section .footer-form form .form-group {
  background-color: rgba(76, 47, 147, 0.5);
  border: 1px solid #55379e;
}

@media (max-width: 1799px) {
  .contact-us {
    background-size: 30%;
  }
  .gallery-slider .slick-track {
    margin: 130px 0 255px;
  }
}

@media (max-width: 1599px) {
  .gallery-slider .slick-track {
    margin: 115px 0 255px;
  }
}

@media (max-width: 1499px) {
  .gallery-slider .slick-track {
    margin: 105px 0 255px;
  }
}

@media (max-width: 1399px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-arrow::before {
    width: 40px;
    height: 40px;
  }
  .section-dots {
    bottom: 53px;
  }
  .slick-arrow.slick-next {
    right: calc(50% - 95px);
  }
  .slick-arrow.slick-prev {
    left: calc(50% - 95px);
  }
  .we-are-hiring .slick-list {
    margin-bottom: 120px;
  }
  .gallery-slider .slick-track {
    margin: 100px 0 210px;
  }
}

@media (max-width: 1199px) {
  h1,
  h1 > a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
  }
  h2,
  h2 > a {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  .preloader {
    background-size: 30%;
  }
  .header-section .navbar .navbar-brand {
    margin-right: 30px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-item {
    font-size: 16px;
  }
  .team-member .slick-list {
    margin-bottom: 90px;
  }
  .we-are-hiring .slick-list {
    margin-bottom: 110px;
  }
  .we-are-hiring .single-area {
    padding: 30px 30px 25px;
  }
  .gallery-slider .slick-current {
    transform: scale(1);
  }
  .gallery-slider .single-area {
    margin: 0 15px;
  }
  .gallery-slider .slick-track {
    margin: 0;
    margin-bottom: 100px;
  }
  .contact-us {
    background-image: none;
  }
  .footer-section .footer-form {
    padding: 50px 165px 35px;
  }
}

@media (max-width: 991px) {
  h1,
  h1 > a {
    font-size: 57px;
    line-height: 68.4px;
    margin-top: -16px;
  }
  h2,
  h2 > a {
    font-size: 43px;
    line-height: 51.6px;
    margin-top: -10px;
  }
  h3,
  h3 > a {
    font-size: 32px;
    line-height: 38.4px;
    margin-top: -8px;
  }
  h4,
  h4 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h5,
  h5 > a {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }
  h6,
  h6 > a,
  table thead tr th,
  button,
  a,
  p,
  span,
  li {
    font-size: 16px;
    line-height: 22px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .title {
    margin-bottom: 20px;
  }
  .xxxlr {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  .xxlr {
    font-size: 20px;
    line-height: 28px;
  }
  .xlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .cmn-btn [class*="icon-"]:before {
    line-height: 1;
  }
  .header-section {
    background-color: #f5faff;
  }
  .dark .header-section {
    background-color: #010530;
  }
  .dark .navbar-toggler i {
    color: var(--dark-secondary-color);
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }
  .header-section .navbar .navbar-brand img {
    max-width: initial;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .dropend
    .dropdown-menu {
    left: 60px;
  }
  .header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    right: 0;
  }
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .header-section
    .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu {
    display: none;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }
  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .overlay .banner-content {
    padding: 160px 0 35px;
  }
  .game-slider .slick-current .single-box {
    border: 1px solid #f2eaff !important;
  }
  .about-us {
    background-position: right top -100px;
    background-size: cover;
  }
  .team-member .single-box p {
    width: 100%;
  }
  .we-are-hiring .slick-list {
    margin-bottom: 80px;
  }
  .we-are-hiring .single-area {
    padding: 25px 20px 15px;
  }
  .contact-us form {
    padding: 40px;
    margin-top: 40px;
  }
  .counter-section .section-area {
    margin-bottom: 35px;
  }
  .footer-section .copyright {
    text-align: center;
  }
  .footer-section .social {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-us .magnific-area .mfp-iframe::before {
    width: 100px;
    height: 100px;
  }

  .about-us .magnific-area .mfp-iframe::after {
    width: 60px;
    height: 60px;
  }
  .about-us .magnific-area .mfp-iframe img {
    width: 20px;
  }
  .about-us .magnific-area .bg-area img {
    height: 265px;
  }
  .about-us .section-header p {
    width: 100%;
  }
  .we-are-hiring .slick-list {
    margin-bottom: 105px;
  }
  .footer-section .footer-form {
    padding: 50px 45px 35px;
  }
  .footer-section .footer-top {
    display: grid !important;
    text-align: center;
    justify-content: center !important;
  }
  .footer-section .footer-top .logo {
    margin-bottom: 30px;
  }
  .footer-section .footer-top .footer-link {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 46px;
    margin-top: -9px;
  }
  h2,
  h2 > a {
    font-size: 30px;
    line-height: 36px;
    margin-top: -7px;
  }
  h3,
  h3 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }
  a,
  p,
  span,
  li,
  .cmn-btn,
  thead tr th,
  tbody tr th,
  tbody tr td,
  input,
  label,
  textarea,
  h6,
  h6 > a {
    font-size: 15px;
    line-height: 19px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .title {
    margin-bottom: 15px;
  }
  .sub-title {
    margin-bottom: 14px;
  }
  .xxxlr {
    font-size: 20px;
    line-height: 24px;
  }
  .xxlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .xlr {
    font-size: 16px;
    line-height: 22.4px;
  }
  .header-section .navbar {
    padding: 20px 15px;
  }
  .counter-section .mt-60 {
    margin: 0 !important;
  }
  .counter-section .single-box {
    padding: 40px 0 35px;
  }
  .contact-us form {
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 30px;
  }
  .footer-section .footer-form form button {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
  .job-details .modal-content {
    padding: 30px 15px;
    border-radius: 15px;
  }
  .job-details .btn-close {
    padding: 5px;
  }
  .job-details .modal-content ul li {
    align-items: self-start;
  }
  .job-details .modal-content ul li::before {
    top: 6px;
  }
  .job-details .modal-content .btn-area a {
    padding: 6px 15px;
  }
}

@media (max-width: 480px) {
  .footer-section .menu-item {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .contact-us .single-box {
    padding: 20px;
  }
  .contact-us .single-box .icon-area {
    margin-right: 10px;
    width: 70px;
    height: 70px;
  }
  .contact-us .single-box .icon-area img {
    width: 30px;
  }
  .job-details .info-area {
    display: grid !important;
    gap: 15px;
  }
  
  .section-header {
    margin-top: -5vh;
    display: block;
  }
  .logo {
  }
}

@media (max-width: 375px) {
  .about .col-6 {
    width: 100% !important;
  }
  .we-are-hiring .single-area {
    margin: 0;
  }
  .we-are-hiring .info-area {
    display: grid !important;
    gap: 15px;
  }
  .footer-section .footer-form {
    padding: 40px 20px 25px;
  }
}
/*# sourceMappingURL=style.css.map */

/* Tambahan */
@font-face {
  font-family: "Horta";
  src: url(../webfonts/horta/Horta\ demo.otf),
    url(../webfonts/Montserrat/Montserrat-VariableFont_wght.ttf);
}

.title {
  font-family: "Horta", sans-serif;
}

.our-services {
  margin-top: 16px;
}

.btn-our-services {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 20px 0px;
}

.btn-our-services:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.paragraf-add {
  width: 65%;
  text-align: center;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
}

.services {
  font-size: 36px;
}

.single-box > span {
  font-size: 80px;
}

p {
  font-family: "Montserrat", sans-serif;
}

.video-main-container {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  z-index: -5;
  width: 100%;
}

.video-main-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(1, 5, 48, 0) 10%,
    rgba(1, 5, 48, 1)
  );
  z-index: 1;
}

@media (max-width: 991px) {
  .video-main-container {
    margin-top: 6rem;
    height: auto;
  }

  .title {
    line-height: 0.8;
  }

  .banner-section {
    height: auto;
  }

  .btn-area {
    display: none;
  }
}

@media (max-width: 767px) {
  .paragraf-add {
    margin-top: 0;
  }

  .title {
    font-size: 60px;
    white-space: pre-line;
  }
  .sub-title-kontak {
    padding-top: 60px;
    margin-bottom: 27px;
  }
}

@media (max-width: 575px) {
  .paragraf-add {
    width: 60%;
  }
  .single {
    min-width: 100%;
  }

}

/* clients */
/* .clients-area .info h2,
.clients-area .info h3,
.clients-area .info h4 {
  line-height: 1.4;
  font-weight: 700;
}

.clients-area .info p {
  margin: 0;
}

.clients-area .owl-item img {
  width: auto;
  margin: auto;
  height: 80px;
} */

.logo-list > div {
  /* display: grid;
  grid-template-columns: auto auto auto; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-list > div > div {
  width: 100px;
  margin: 10px 50px;
}

.row .align-center > div {
  background-color: #2c1860;
}

.col-sm-6 {
  display: flex;
  justify-content: center;
  width: 3000px;
}
.garis {
  width: 1px;
  height: 250px;
  background-color: #fff;
}

.sekolah-logo-list {
  height: auto;
}

.sekolah-logo-list > div {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

.item {
  width: 100px;
  margin: 10px 50px;
}

.smk-clients > div {
  display: flex;
  gap: 10px;
  padding: 20px;
  margin: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5vh;
  width: 700px;
}

.under-line {
  text-align: center;
  height: 0.5px;
  margin-top: 30px;
  margin-left: 15%;
  margin-right: 15%;
  background-color: #fff;
}
.teach-fixed {
  margin-top: 10vh;
}
/* .penghargaan > div {
  display: flex;
  gap: 10px;
  width: 100%;
  b: space-between;
  align-items: center;
}

.penghargaan > div > div {
  width: 100px;
} */

.col-lg-6 {
  margin: auto;
}
/* .logo {
  margin-top: 15vh;
} */
/* .footer-box {
  margin-top: 23vh;
} */


/* Gustav */

.awan {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.awan > img {
  width: 40%;
}

@media only screen and (max-width: 980px) {
  .sekolah-logo-list > div {
    grid-template-columns: auto auto;
  }

  .logo-list > div {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}

@media only screen and (max-width: 756px) {
  .item {
    width: 50px;
  }

  .logo-list > div > div {
    width: 50px;
  }

  .garis {
    height: 100%;
  }
  .info {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 357px) {
  .logo-list > div > div {
    margin: 10px 20px;
  }
  .item {
    margin: 10px 20px;
  }
}

.sub-title-kontak {
  font-weight: 700;
  margin-bottom: 27px;
}

/* aura */

.justify-content-between {
  margin-bottom: 80px;
}
.klien {
  margin-bottom: 3vh;
}
.col-xl-12 {
  transform: translateY(40%);
}
.awan2 {
  position: absolute; right: 0; width: 35%;z-index: -1;
}

@media only screen and (max-width: 756px) {
  .justify-content-between {
    margin-bottom: 10px;
  }

  .awan2 {
    transform: translateY(-30%);
  }
}
.teach-class {
  grid-template-columns: auto auto auto;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
.home-btn {
  background-color: transparent;
  color: #fff;
  padding: 10px;
  position: absolute;
  /* justify-content: center; */
  justify-items: center;
  /* bottom: 240px;
  left: 700px; */
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 100vmax;
  border: 0.3px solid #fff;
  overflow: hidden;
  cursor: pointer;
  
  z-index: 1;
  transition: color 0.3s;
}
.home-btn:hover {
  background-color: transparent;
}

.home-btn a {
  font-family: "Nunito", sans-serif;
  width: 100px;
  text-decoration: none;
  text-align: center;
  margin: 0 10px;
  color: #fff;
}

.home-btn a span {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5999d2;
  z-index: -1;
  transition: 0.5s;
}
.home-btn a:hover span {
  width: 100%;
}

.home-btn a:hover {
  color: #4ac4f4;
}

.bawah {
  margin-bottom: 100px;
}

@media only screen and (max-width: 575px) {
  .bawah {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .judul {
    text-align: center;
  }
  .title {
    font-size: 60px;
  }
  .col-xl-7 {
    transform: translateY(30%);
  }
}
@media only screen and (max-width: 760px) {
  .col-xl-7 {
    margin-bottom:80px ;
  }
  .paragraf-add {
    text-align: justify;
  }
}

.navbar ul li .tambahan {
  display: none;
}
.navbar ul li:hover .tambahan {
  display: block;
  background: transparent;
  position: absolute;
}
.navbar ul li:hover .tambahan li {
  display: block;
  /* border: 1px solid #ffffff; */
}
/* .nav-tambahan {
  font-family: "Chakra Petch", sans-serif;
  font-size: 18px;
  color: var(--body-color);
} */

/* .tambahan {
  border:1px solid rgb(255, 255, 255);
  border-radius: 5px;
} */
.nav-tambahan {
  /* padding-top: 10px; */
  text-align: center;
  padding: 3px;
  /* border: 1px solid #ffffff;
  border-radius: 5px;
  gap: ; */
}
@media only screen and (min-width: 991px) {
  
  .turun > a {
    user-select: none;
  }
  .tambahan {
    border:1px solid rgb(255, 255, 255);
    border-radius: 5px;
  }
  .nav-link > span {
    transform: translateY(10%);
  }
}

@media only screen and (max-width: 991px) {
  .turun {
    transition:  0.5s ease-in-out;
  }
  /* .tambahan {
    margin-top: 8px;
  } */
  .turun:hover {
    margin-bottom: 50px;
    /* transition: 0.5s ease-in-out; */
  }
  .tambahan {
    transform: translateX(20%);
  }
}

.nav-link > span {
  transition: 0.2s ease-in-out;
}

.nav-link:hover > span {
  color: var(--primary-color);
}

/* OUR SERVICES layout grid (tidak memengaruhi Counter) */
.single.our-service {
  width: 250px;
  height: 280px;
}

.single-box.our-service-box {
  background: linear-gradient(to bottom, #0a0c2a, #1a1c3a);
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.single-box.our-service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(255, 255, 255, 0.1);
}

.single-box.our-service-box > span.material-symbols-outlined {
  font-size: 48px;
  margin-bottom: 20px;
  color: white;
}

.single-box.our-service-box .services {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
  color: white;
}

.single-box.our-service-box .app-links {
  margin-top: auto;
}

.single-box.our-service-box .btn-our-services {
  background-color: #ffffff;
  color: #010530;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.single-box.our-service-box .btn-our-services:hover {
  background-color: #ccc;
}

/* Layout container untuk our services jika tidak pakai slider */
.game-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* CTA Section Styling */
.cta-section {
  background-color: #1c2751;
  padding: 80px 20px;
  color: white;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
  flex-wrap: wrap;
}

.cta-left {
  flex: 1;
  min-width: 250px;
}

.cta-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.cta-divider {
  width: 1px;
  background-color: #fff;
  height: 100px;
  margin: 0 40px;
}

.cta-right {
  min-width: 180px;
}

.cta-button {
  padding: 12px 24px;
  font-weight: bold;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: white;
  color: #1c2751;
}

@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
  }

  .cta-divider {
    display: none;
  }

  .cta-right {
    margin-top: 20px;
  }

  .cta-title {
    font-size: 36px;
  }
}

.single.our-service {
  width: 300px;
  height: 400px;
  margin: 10px;
}

.flip-card {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front, .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #121232;
  color: white;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-back {
  transform: rotateY(180deg);
}
/* === Judul Section === */
.section-title {
  text-align: center;
  margin: 50px 0 30px;
}

.section-title h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 48px;
  margin: 10px 0 0;
}

.section-title .title-icon {
  font-size: 64px;
  color: #a476ff;
}

/* === Wrapper Flip Box === */
.our-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 20px 50px;
}

/* === Flip Card === */
.single.our-service {
  width: 320px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.flip-card {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #121232;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}

.flip-front .icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.flip-front .services {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.flip-back {
  transform: rotateY(180deg);
}

.back-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 0 10px;
}

.our-services {
  background-color: #0b0e29; /* sesuai background gelap */
  padding: 60px 20px;
  color: white;
}

.section-title h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 60px;
  color: white;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
  position: relative;
}

.benefit-heading {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  padding-right: 30px;
  line-height: 1.4;
}

.benefit-heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.benefit-description {
  flex: 2;
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .benefit-item {
    flex-direction: column;
    text-align: center;
  }

  .benefit-heading {
    text-align: center;
    padding-right: 0;
  }

  .benefit-heading::after {
    display: none;
  }

  .benefit-description {
    padding-left: 0;
  }
}

.porting-section {
  background-color: #0e0f29; /* Sesuai gambar */
  padding: 60px 0;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.porting-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.left-title {
  border-right: 2px solid #2c2d4a;
  padding-right: 30px;
}

.left-title h3 {
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.right-text {
  padding-left: 30px;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .porting-item {
    flex-direction: column;
  }
  .left-title {
    border-right: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .right-text {
    padding-left: 0;
  }
}

.porting-process {
  padding-top: 40px;
  padding-bottom: 40px;
}

.porting-title {
  font-size: 2rem;
  font-weight: 700;
  color: #dcdcdc;
}

.porting-scroll {
  overflow-x: auto;
  padding-bottom: 20px;
}

.porting-timeline {
  gap: 40px;
  width: max-content;
  padding-top: 20px;
}

.porting-line {
  position: absolute;
  top: 60px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #d0d0d0;
  z-index: 0;
}

.porting-step {
  flex: 0 0 auto;
  width: 260px;
  position: relative;
  z-index: 1;
}

.porting-icon {
  font-size: 2rem;
  margin-bottom: 8px;
}

.porting-time {
  font-weight: 600;
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.porting-box {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #ddd;
  padding: 18px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
  box-shadow: 0 3px 12px rgba(0,0,0,0.06);
  text-align: left;
}

.porting-box h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
  text-transform: uppercase;
}

.porting-box p {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 20px 60px;
}

.full-development-portfolio {
  background-color: #0b0e29;
  padding: 60px 20px;
  color: white;
}

.portfolio-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-bottom: 60px;
}

.single-portfolio-card {
  width: 300px;
  height: 400px;
  perspective: 1000px;
}

.flip-card {
  width: 100%;
  height: 100%;
}

.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front, .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #121232;
  color: white;
}

.flip-front h2 {
  font-family: var(--head-font);
  font-size: 22px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
  text-align: center;
}

.flip-back {
  transform: rotateY(180deg);
}

.back-text {
  font-family: var(--para-font);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
}

.cta-button {
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
  text-decoration: none;
}

.cta-button:hover {
  background-color: white;
  color: #121232;
}

.platform-tech-wrapper {
  margin: 0;
  padding: 0;
  background-color: #000827;
  color: white;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.platform-tech-wrapper h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.platform-tech-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.platform-tech-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.platform-tech-title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}

.platform-tech-divider {
  width: 1px;
  height: 150px;
  background-color: white;
}

.platform-tech-logos {
  display: flex;
  gap: 20px;
  align-items: center;
}

.platform-tech-logos img {
  width: 50px;
  height: auto;
}

/* ===== Service Grid Styles (scoped) ===== */
.srv-section {
  /* Warna latar hanya untuk area ini */
  padding: 40px 15px;      /* 15px agar sejalan dengan gutter‑bootstrap */
  font-family: 'Segoe UI', sans-serif;
}

.srv-container {
  max-width: 1200px;       /* Lebar maksimum konten */
  margin: 0 auto;
  display: grid;
  gap: 30px;
  /* Kolom otomatis: ≥300 px agar responsif */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.srv-card {
  background: #1c203d;
  border-radius: 16px;
  padding: 30px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.srv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

.srv-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.srv-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #d2d3e0;
}

/* ====== Responsive tweak (opsional) ====== */
@media (max-width: 360px) {
  .srv-card { padding: 24px; }
  .srv-card h3 { font-size: 18px; }
}

.header-section .navbar {
  padding: 10px 10px; /* sebelumnya 23px */
}

.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px; /* sebelumnya 16px atau 18px */
  padding: 0 8px;   /* lebih rapat */
}

.header-section .navbar .navbar-brand img {
  max-height: 40px; /* kecilkan logo brand */
}
