/* -------------------------------------------

Name: 		Ruizarch
Version:    1.1
Author: bslthemes
Author URL: https://themeforest.net/user/bslthemes/portfolio
Developer:	Nazar Miller (millerDigitalDesign), email: miller.themes@gmail.com

------------------------------------------- */
/*--------------------------------------------

1. common
    - main
    - typography
    - suptitle
    - link
    - button
    - breadcrumbs
    - list
    - backgrounds
    - spaces
    - 
2. components
    - scrollbar
    - background grid
    - banner
    - slider navigation
    - counters
    - illustrations
    - icons
    - services
    - portfolio
    - accordion
    - blog
    - footer
    - top panel
    - menu button
    - hover images
    - process
    - inputs
    - reviews
    - price
    - skills
    - call to action
    - sidebar
    - map
    - team
    - comments
    - filter
    - timer
    - load more

--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* -------------------------------------------

main

------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* * {
  border: 2px solid red;
} */

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 170%;
  /*overscroll-behavior: none;
  scroll-behavior: smooth;*/
}

@media screen and (max-width: 768px) {

  html,
  body {
    font-size: 14px;
  }
}

.mil-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.container,
.container-fluid {
  position: relative;
}

.mil-relative {
  position: relative;
}

.mil-o-hidden {
  overflow: hidden;
}

.mil-flex {
  display: flex;
}

section {
  position: relative;
}

/* -------------------------------------------

typography

------------------------------------------- */

/* -- CUSTOM -- */

.font-700 {
  font-weight: 700;
}

.font-lg-24 {
  font-size: 24px;
}

.l-height-normal {
  line-height: normal;
}

.l-height-15 {
  line-height: 15px;
}

.l-height-30 {
  line-height: 30px;
}

/* -- CUSTOM -- */

h1,
.mil-h1,
h2,
.mil-h12,
h3,
.mil-h3,
h4,
.mil-h4,
h5,
.mil-h5,
h6,
.mil-h6 {
  font-family: "Poppins", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 120%;
}

h1,
.mil-h1 {
  font-size: 64px;
}

@media screen and (max-width: 992px) {

  h1,
  .mil-h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {

  h1,
  .mil-h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 576px) {

  h1,
  .mil-h1 {
    font-size: 32px;
  }
}

h2,
.mil-h2 {
  font-size: 48px;
}

@media screen and (max-width: 992px) {

  h2,
  .mil-h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {

  h2,
  .mil-h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 576px) {

  h2,
  .mil-h2 {
    font-size: 26px;
  }
}

h3,
.mil-h3 {
  font-size: 40px;
}

h4,
.mil-h4 {
  font-size: 22px;
}

@media screen and (max-width: 992px) {

  h4,
  .mil-h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {

  h4,
  .mil-h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {

  h4,
  .mil-h4 {
    font-size: 16px;
  }
}

h5,
.mil-h5 {
  font-size: 18px;
}

@media screen and (max-width: 992px) {

  h5,
  .mil-h5 {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {

  h5,
  .mil-h5 {
    font-size: 18px;
  }
}

h6,
.mil-h6 {
  font-size: 15px;
}

@media screen and (max-width: 768px) {

  h6,
  .mil-h6 {
    font-size: 12px;
  }
}

.mil-text-xs {
  font-size: 12px;
}

.mil-text-sm {
  font-size: 14px;
}

.mil-text-lg {
  font-size: 16px;
  line-height: 220%;
}

.mil-text-xl0 {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.text-xxl {
  font-size: 24px;
}

.mil-font-2 {
  font-family: "Poppins", sans-serif;
}

.mil-shortened {
  padding-right: 15px;
}

.mil-upper {
  text-transform: uppercase;
}

.mil-bold {
  font-weight: 600;
}

.mil-thin {
  font-weight: 500;
}

.mil-extra-thin {
  font-weight: 400;
}

blockquote {
  display: flex;
}

blockquote .mil-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: rgb(188, 255, 0);
}

blockquote .mil-quote-text {
  padding: 30px;
  border-left: solid 5px rgba(0, 0, 0, 0.05);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5;
  width: calc(100% - 80px);
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: rgb(0, 0, 0);
}

@media screen and (max-width: 992px) {
  blockquote .mil-quote {
    display: none;
  }

  blockquote .mil-quote-text {
    width: 100%;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.mil-accent {
  color: rgb(188, 255, 0);
}

.mil-light {
  color: rgb(255, 255, 255) !important;
}

.mil-light a {
  color: rgb(255, 255, 255) !important;
}

.mil-dark {
  color: rgb(0, 0, 0);
}

.mil-light-soft {
  color: rgba(255, 255, 255, 0.5);
}

.mil-light-soft a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.mil-dark-soft {
  color: rgba(0, 0, 0, 0.5);
}

.mil-marker {
  background-color: rgb(188, 255, 0);
  padding: 0 5px;
}

.mil-center {
  text-align: center;
}

.mil-left {
  text-align: left;
}

.mil-right {
  text-align: right;
}

@media screen and (max-width: 576px) {
  .mil-sm-center {
    text-align: center;
  }
}

/* -------------------------------------------

suptitle

------------------------------------------- */
.mil-suptitle {
  font-family: "Sora", sans-serif;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .mil-suptitle {
    font-size: 12px;
  }
}

.mil-suptitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 60px;
  background-color: transparent;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 3;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-suptitle.mil-light:after {
  background-color: transparent;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.1) 1px, rgba(255, 255, 255, 0.1) 3px) 3;
}

.mil-divider-sm {
  height: 5px;
  width: 60px;
  background-color: transparent;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 3;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-divider-lg {
  height: 5px;
  width: 100%;
  background-color: transparent;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 3;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-center .mil-suptitle:after {
  left: calc(50% - 30px);
}

.mil-center .mil-divider-sm {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------

link

------------------------------------------- */
.mil-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .mil-link {
    font-size: 12px;
  }
}

.mil-link .mil-arrow {
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background-color: rgb(188, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  border-radius: 8px;
}

.mil-link .mil-arrow.mil-light {
  background-color: rgb(255, 255, 255);
}

.mil-link:hover .mil-arrow {
  margin-left: 20px;
}

.mil-link.mil-left-link {
  flex-direction: row-reverse;
}

.mil-link.mil-left-link .mil-arrow {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 15px;
}

.mil-link.mil-left-link:hover .mil-arrow {
  margin-left: 0;
  margin-right: 20px;
}

/* -------------------------------------------

button

------------------------------------------- */
.mil-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: rgb(188, 255, 0);
  color: rgb(0, 0, 0);
  padding: 0 60px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-button.mil-transparent-button {
  background-color: transparent;
  border: solid 1px rgb(0, 0, 0);
}

.mil-button.mil-fw {
  width: 100%;
}

.mil-button.mil-sm {
  padding: 0 40px;
  height: 60px;
}

.mil-button:hover {
  filter: brightness(110%);
}

.mil-mini-button {
  background-color: transparent;
  border: solid 1px rgb(0, 0, 0);
  padding: 0 15px;
  height: 35px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-mini-button:hover {
  background-color: rgb(188, 255, 0);
}

/* -------------------------------------------

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs {
  display: flex;
}

.mil-breadcrumbs.mil-center {
  justify-content: center;
}

.mil-breadcrumbs li {
  list-style-type: none;
  color: rgb(255, 255, 255);
}

.mil-breadcrumbs li a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-breadcrumbs li a:hover {
  color: rgb(188, 255, 0);
}

.mil-breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
}

.mil-breadcrumbs li:last-child:after {
  display: none;
}

/* -------------------------------------------

list

------------------------------------------- */
.mil-hori-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.mil-hori-list li {
  list-style-type: none;
  margin-right: 20px;
}

.mil-hori-list li:last-child {
  margin-right: 0;
}

.mil-hori-list li a {
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-hori-list li a:hover {
  color: rgb(188, 255, 0);
}

@media screen and (max-width: 768px) {
  .mil-hori-list {
    flex-direction: column;
  }

  .mil-hori-list li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .mil-hori-list li:last-child {
    margin-bottom: 0;
  }
}

.mil-list li {
  position: relative;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.mil-list li:before {
  content: "";
  display: inline;
  width: 6px;
  height: 6px;
  border: solid 1px rgb(0, 0, 0);
  background-color: rgb(188, 255, 0);
  transform: rotate(45deg);
  margin-right: 15px;
}

.mil-list li .mil-additional-text {
  opacity: 0.4;
}

.mil-list.mil-list-type-2 li {
  padding-left: 25px;
  align-items: flex-start;
  flex-direction: column;
}

.mil-list.mil-list-type-2 li:before {
  position: absolute;
  top: 9px;
  left: 0;
}

.mil-icon-list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
  white-space: nowrap;
}

.mil-icon-list li:last-child {
  margin-bottom: 0;
}

.mil-icon-list li a {
  display: flex;
  align-items: center;
}

.mil-icon-list li img {
  background-color: rgb(229, 229, 229);
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-right: 20px;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-icon-list li.mil-accent img {
  background-color: rgb(188, 255, 0);
}

.mil-icon-list li.mil-hover:hover img {
  background-color: rgb(188, 255, 0);
  margin-right: 30px;
}

/* -------------------------------------------

backgrounds

------------------------------------------- */
.mil-soft-bg {
  background-color: rgb(242, 242, 242);
}

.mil-accent-bg {
  background-color: rgb(188, 255, 0);
}

/* -------------------------------------------

spaces

------------------------------------------- */
.mil-mb-5 {
  margin-bottom: 5px;
}

.mil-mb-10 {
  margin-bottom: 10px;
}

.mil-mb-15 {
  margin-bottom: 15px;
}

.mil-mb-20 {
  margin-bottom: 15px;
}

.mil-mb-30 {
  margin-bottom: 30px;
}

.mil-mb-40 {
  margin-bottom: 40px;
}

.mil-mb-60 {
  margin-bottom: 60px;
}

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

.mil-mb-90 {
  margin-bottom: 90px;
}

.mil-mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .mil-mb-120 {
    margin-bottom: 90px;
  }
}

.mil-mt-suptitle-offset {
  margin-top: 65px;
}

@media screen and (max-width: 992px) {
  .mil-mt-suptitle-offset {
    margin-top: 30px;
  }
}

.mil-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .mil-p-120-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.mil-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .mil-p-120-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.mil-p-120-0 {
  padding-top: 120px;
}

@media screen and (max-width: 992px) {
  .mil-p-120-0 {
    padding-top: 90px;
  }
}

.mil-p-0-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .mil-p-0-120 {
    padding-bottom: 90px;
  }
}

.mil-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .mil-p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mil-p-60-70 {
  padding-top: 60px !important;
  padding-bottom: 70px !important;
}

@media screen and (max-width: 992px) {
  .mil-p-60-70 {
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }
}

.mil-p-30-0 {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
}

@media screen and (max-width: 992px) {
  .mil-p-30-0 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}

.mil-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .mil-p-120-60 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

.mil-p-90-60 {
  padding-top: 90px;
  padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .mil-p-90-60 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.mil-p-0-60 {
  padding-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .mil-p-0-60 {
    padding-bottom: 30px;
  }
}

.mil-p-0-90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .mil-p-0-90 {
    padding-bottom: 60px;
  }
}

.mil-p-0-30 {
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .mil-p-0-30 {
    padding-bottom: 0;
  }
}

.mil-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .mil-p-120-30 {
    padding-top: 90px;
    padding-bottom: 0;
  }
}

.mil-adaptive-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 992px) {
  .mil-adaptive-right {
    justify-content: flex-start;
  }
}

/* -------------------------------------------

scrollbar

------------------------------------------- */
.mil-progress-track {
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: rgb(0, 0, 0);
}

.mil-progress-track .mil-progress {
  width: 4px;
  height: 0;
  background-color: rgb(188, 255, 0);
}

@media screen and (max-width: 992px) {
  .mil-progress-track {
    display: none;
  }
}

::-webkit-scrollbar {
  display: none;
}

/* -------------------------------------------

background grid

------------------------------------------- */
.mil-background-grid {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  display: flex;
  justify-content: center;
  opacity: 0.3;
  border-left: solid 1px #545454;
  border-right: solid 1px #545454;
}

.mil-background-grid:before {
  content: "";
  border-left: solid 1px #545454;
  border-right: solid 1px #545454;
  height: 100%;
  width: 34.3%;
}

.mil-background-grid.mil-top-space {
  margin-top: 100px;
}

.mil-background-grid.mil-softened {
  opacity: 0.05;
}

@media screen and (max-width: 768px) {
  .mil-background-grid:before {
    border: none;
    width: 1px;
    background-color: #545454;
  }
}

/* -------------------------------------------

banner

------------------------------------------- */
.mil-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mil-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.mil-banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.mil-banner-custom {
  position: relative;
  overflow: hidden;
  height: 50vh;
}

.mil-banner .mil-banner-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.mil-banner .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.mil-banner .mil-banner-content {
  padding: 0 0 30px;
  width: 100%;
  position: relative;
}

.mil-banner .mil-banner-slider-2 {
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .mil-banner {
    height: auto;
  }

  .mil-banner .mil-banner-content {
    padding: 190px 0 0;
  }

  .mil-banner .mil-banner-slider-2 .mil-banner-content {
    padding: 190px 0 190px;
  }
}

.mil-banner.mil-banner-sm {
  height: 600px;
}

@media screen and (max-width: 1200px) {
  .mil-banner.mil-banner-sm {
    height: 480px;
  }
}

/* -------------------------------------------

slider navigation

------------------------------------------- */
.mil-nav-position {
  position: absolute;
  z-index: 9;
  bottom: 90px;
  height: 0px;
  right: 0;
  width: 100%;
  display: flex;
}

.mil-nav-position .mil-banner-slider-panel {
  margin-left: auto;
}

@media screen and (max-width: 992px) {
  .mil-nav-position {
    bottom: 60px;
    left: 0;
  }

  .mil-nav-position .mil-banner-slider-panel {
    margin-left: 0;
  }
}

.mil-banner-slider-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 992px) {
  .mil-banner-slider-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mil-banner-pagination {
  position: static;
  width: auto !important;
  margin-right: 90px;
}

.mil-banner-pagination .swiper-pagination-bullet {
  background-color: transparent;
  transform: none;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin-right: 30px !important;
  border-radius: 0;
}

.mil-banner-pagination .swiper-pagination-bullet:after {
  content: "00";
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.mil-banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.mil-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  color: rgb(188, 255, 0);
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(1):after {
  content: "01";
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(2):after {
  content: "02";
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(3):after {
  content: "03";
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(4):after {
  content: "04";
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(5):after {
  content: "05";
}

.mil-banner-pagination .swiper-pagination-bullet:nth-child(6):after {
  content: "06";
}

.mil-nav-buttons {
  display: flex;
  align-items: center;
}

.mil-nav-buttons .mil-slider-button {
  cursor: pointer;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 30px;
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-nav-buttons .mil-slider-button:last-child {
  padding-right: 0;
  padding-left: 30px;
  border: none;
}

.mil-nav-buttons .mil-slider-button:hover {
  color: rgb(188, 255, 0);
}

.mil-nav-buttons .mil-slider-button.swiper-button-disabled {
  color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}

.mil-nav-buttons.mil-light .mil-slider-button {
  color: rgb(255, 255, 255);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.2) 3px) 5;
}

.mil-nav-buttons.mil-light .mil-slider-button:last-child {
  border: none;
}

.mil-nav-buttons.mil-light.swiper-button-disabled {
  color: rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
}

/* -------------------------------------------

counters

------------------------------------------- */
.mil-counter-frame {
  width: 100%;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
  padding: 15px;
}

.mil-counter-frame p br {
  display: none;
}

@media screen and (max-width: 576px) {
  .mil-counter-frame p br {
    display: block;
  }
}

.mil-counter-frame.mil-light {
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.mil-infinite-show .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}

.mil-partner-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mil-partner-frame img {
  margin-top: 5px;
  width: 150px;
}

/* -------------------------------------------

illustrations

------------------------------------------- */
.mil-image-frame {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mil-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mil-illustration {
  padding-bottom: 100%;
  position: relative;
}

.mil-illustration .mil-about-counter {
  padding: 60px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: rgb(255, 255, 255);
}

.mil-illustration .mil-about-counter:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 30px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 30;
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: -30px;
}

@media screen and (max-width: 992px) {
  .mil-illustration .mil-about-counter:before {
    bottom: -15px;
    right: -15px;
  }
}

.mil-illustration.mil-fw-item {
  padding-bottom: 40%;
}

@media screen and (max-width: 992px) {
  .mil-illustration.mil-fw-item {
    padding-bottom: 60%;
  }
}

@media screen and (max-width: 768px) {
  .mil-illustration.mil-fw-item {
    padding-bottom: 100%;
  }
}

.mil-about-counter {
  padding: 30px;
  position: relative;
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 768px) {
  .mil-about-counter {
    padding: 30px;
  }
}

.mil-about-counter .mil-avatar {
  margin-left: auto;
  margin-right: auto;
}

.mil-item-frame {
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
}

.mil-avatar-frame {
  text-align: center;
  padding: 30px;
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
}

.mil-avatar {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.mil-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.mil-illustration-slider-frame {
  position: relative;
  overflow: hidden;
}

.mil-illustration-slider-nav {
  padding: 40px 60px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: 1;
  bottom: -1px;
  right: 0;
}

.container .mil-illustration-slider-nav {
  right: 30px;
}

/* -------------------------------------------

icons

------------------------------------------- */
.mil-icon {
  display: inline-flex;
  padding: 15px;
}

.mil-icon.mil-icon-accent-bg {
  background-color: rgb(188, 255, 0);
}

.mil-icon.mil-icon-deep-bg {
  background-color: rgb(229, 229, 229);
}

.mil-icon.mil-icon-border {
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
}

.mil-icon.mil-icon-lg {
  width: 60px;
  height: 60px;
}

.mil-icon.mil-icon-xl {
  width: 80px;
  height: 80px;
}

.mil-icon-box {
  display: block;
  position: relative;
}

.mil-icon-box .mil-icon img {
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-icon-box:hover .mil-icon img {
  transform: scale(1.1);
}

.mil-icon-box:hover .mil-icon.mil-icon-border {
  border: 5px solid rgb(188, 255, 0);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(188, 255, 0) 1px, rgb(188, 255, 0) 3px) 5;
}

.mil-advantage:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: transparent;
  border: 3px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 3;
  position: absolute;
  z-index: -1;
  top: 85px;
  left: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-advantage .mil-icon {
  background-color: rgb(255, 255, 255);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-advantage .mil-icon img {
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-advantage:hover:before {
  background-color: transparent;
  border: 3px solid rgb(188, 255, 0);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(188, 255, 0) 1px, rgb(188, 255, 0) 3px) 3;
}

.mil-advantage:hover .mil-icon {
  border-color: rgb(188, 255, 0);
}

.mil-hww {
  padding-left: 30px;
  border-top: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  padding-top: 60px;
}

.mil-hww .mil-icon {
  position: absolute;
  top: -5px;
  right: 0;
}

.mil-hww:hover {
  border-top: solid 5px rgb(188, 255, 0);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(188, 255, 0) 1px, rgb(188, 255, 0) 3px) 5;
}

.mil-hww:hover .mil-icon {
  border-color: rgb(188, 255, 0);
}

.mil-hww:hover .mil-divider-sm {
  background-color: transparent;
  border-top: solid 5px rgb(188, 255, 0);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(188, 255, 0) 1px, rgb(188, 255, 0) 3px) 5;
}

/* -------------------------------------------

services

------------------------------------------- */
.mil-service-card {
  background-color: rgb(255, 255, 255);
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 60px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-service-card .mil-card-number {
  position: absolute;
  top: 30px;
  left: 30px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 800;
  font-size: 22px;
}

.mil-service-card .mil-center {
  width: 100%;
}

.mil-service-card .mil-service-text {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-service-card .mil-go-buton {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 30px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-service-card:hover {
  background-color: rgb(255, 255, 255);
  padding-top: 80px;
  padding-bottom: 40px;
  border: 5px solid rgb(188, 255, 0);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(188, 255, 0) 1px, rgb(188, 255, 0) 3px) 5;
}

.mil-service-card:hover .mil-service-text {
  opacity: 0;
  transform: translateY(15px) scale(0.8);
}

.mil-service-card:hover .mil-divider-sm {
  background-color: rgb(188, 255, 0);
}

.mil-service-card:hover .mil-go-buton {
  bottom: 0;
}

/* -------------------------------------------

portfolio

------------------------------------------- */
.mil-portfolio-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.mil-portfolio-grid .grid-sizer,
.mil-portfolio-grid .mil-grid-item {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 992px) {

  .mil-portfolio-grid .grid-sizer,
  .mil-portfolio-grid .mil-grid-item {
    width: 100%;
  }
}

.mil-portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: filter 0.3s ease-in-out;
}

.mil-portfolio-item:hover img {
  filter: brightness(80%);
}

.mil-portfolio-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  border-radius: 8px;
}


/* Tombol Favorite dan Download */
.image-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Tombol default */
.image-buttons button {
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 10px;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover efek untuk tombol */
.image-buttons button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: scale(1.1);
}

/* Tampilkan tombol saat hover */
.image-container:hover .image-buttons {
  opacity: 1;
}

.mil-portfolio-item.mil-square-item {
  padding-bottom: 100%;
}

.mil-portfolio-item.mil-long-item {
  padding-bottom: calc(200% + 30px);
}

@media screen and (max-width: 768px) {
  .mil-portfolio-item.mil-long-item {
    padding-bottom: 100%;
  }
}

.mil-portfolio-item .mil-project-descr {
  margin: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-portfolio-item:hover img {
  transform: scale(1);
}

.mil-portfolio-item:hover .mil-project-descr {
  opacity: 1;
  transform: translateY(0px);
}

/* ------ Content -------- */

.content-item {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
  transform: translateY(30px) scale(1);
  border-radius: 8px;
  transition: filter 0.3s ease-in-out;
  overflow: hidden;

  img {
    border-radius: 8px;
    transform: scale(1.1);
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }

  .mil-buttons,
  .image-profile {
    opacity: 0;
    transition: all 0.2s;
  }

  &:hover {

    .mil-buttons,
    .image-profile {
      opacity: 1;
    }
  }
}

.content-item:hover img {
  transform: scale(1);
  filter: brightness(60%);
}

/* ------ Content -------- */

.mil-portfolio-item-2 {
  display: block;
  position: relative;
  overflow: hidden;
}

.mil-portfolio-item-2.mil-square-item {
  padding-bottom: 100%;
}

.mil-portfolio-item-2.mil-long-item {
  padding-bottom: 65%;
}

.mil-portfolio-item-2>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-portfolio-item-2 .mil-project-descr {
  padding: 90px 60px 60px 100px;
  background-color: rgb(188, 255, 0);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-portfolio-item-2 .mil-project-descr * {
  opacity: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}

.mil-portfolio-item-2 .mil-category {
  position: absolute;
  top: calc(100% - 90px);
  left: -30px;
  width: 160px;
  text-align: center;
  transform: rotate(-90deg);
  background-color: rgb(188, 255, 0);
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-portfolio-item-2:hover img {
  transform: scale(1);
}

.mil-portfolio-item-2:hover .mil-project-descr {
  transform: translateY(0);
  opacity: 1;
}

.mil-portfolio-item-2:hover .mil-project-descr * {
  opacity: 1;
  transition-delay: 0.3s;
}

.mil-portfolio-item-2:hover .mil-category {
  background-color: rgb(255, 255, 255);
}

/* -------------------------------------------

accordion

------------------------------------------- */
.mil-accordion-group {
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.2) 3px) 5;
  margin-bottom: 30px;
}

.mil-accordion-group .mil-accordion-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.mil-accordion-group .mil-accordion-menu h6 {
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-accordion-group .mil-accordion-menu .mil-symbol {
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 10px;
  position: relative;
}

.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-plus,
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  position: absolute;
}

.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  color: rgb(188, 255, 0);
  transform: translateY(-2px);
}

.mil-accordion-group .mil-accordion-menu:hover h6 {
  transform: translateX(10px);
}

.mil-accordion-group.mil-dark {
  border-bottom: solid 5px rgba(0, 0, 0, 0.1);
}

.mil-accordion-group.mil-dark .mil-accordion-menu {
  color: rgb(0, 0, 0);
}

.mil-accordion-group.mil-dark .mil-accordion-menu h6 {
  color: rgb(0, 0, 0);
}

.mil-accordion-content {
  padding-left: 40px;
  height: 0;
  overflow: hidden;
}

.mil-accordion-content.mil-expanded {
  height: 0;
  overflow: hidden;
}

/* -------------------------------------------

blog

------------------------------------------- */
.mil-blog-card {
  display: flex;
  align-items: center;
}

.mil-blog-card .mil-cover {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.mil-blog-card .mil-cover.mil-square {
  padding-bottom: 50%;
}

.mil-blog-card .mil-cover.mil-long {
  padding-bottom: 60%;
}

.mil-blog-card .mil-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-blog-card .mil-cover .mil-date {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(0, 0, 0);
  width: 120px;
  height: 30px;
  background-color: rgb(188, 255, 0);
  position: absolute;
  bottom: 45px;
  right: -10px;
  transform: rotate(-90deg);
}

.mil-blog-card .mil-description {
  width: 50%;
  padding-left: 30px;
}

.mil-blog-card .mil-description .mil-link .mil-arrow {
  background-color: rgb(229, 229, 229);
}

.mil-blog-card:hover .mil-cover img {
  transform: scale(1);
}

.mil-blog-card:hover .mil-suptitle:after {
  background-color: transparent;
  border-top: 3px solid rgb(188, 255, 0);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(188, 255, 0) 1px, rgb(188, 255, 0) 3px) 3;
}

.mil-blog-card:hover .mil-description .mil-link .mil-arrow {
  background-color: transparent;
  border: 3px solid rgb(188, 255, 0);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(188, 255, 0) 1px, rgb(188, 255, 0) 3px) 3;
}

.mil-blog-card.mil-lg-card {
  flex-direction: column;
}

.mil-blog-card.mil-lg-card .mil-cover {
  width: 100%;
  margin-bottom: 30px;
}

.mil-blog-card.mil-lg-card .mil-description {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.mil-blog-card.mil-lg-card .mil-description .mil-left-side {
  width: 50%;
  padding-right: 50px;
}

.mil-blog-card.mil-lg-card .mil-description .mil-right-side {
  width: 50%;
  padding-left: 30px;
}

.mil-blog-card.mil-lg-card .mil-description .mil-right-side .mil-link {
  display: none;
}

@media screen and (max-width: 992px) {
  .mil-blog-card.mil-lg-card .mil-description {
    flex-wrap: wrap;
  }

  .mil-blog-card.mil-lg-card .mil-description .mil-left-side {
    width: 100%;
  }

  .mil-blog-card.mil-lg-card .mil-description .mil-right-side {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
  }

  .mil-blog-card.mil-lg-card .mil-description .mil-right-side .mil-link {
    display: inline-flex;
  }
}

@media screen and (max-width: 768px) {
  .mil-blog-card {
    flex-direction: column;
  }

  .mil-blog-card .mil-cover {
    width: 100%;
  }

  .mil-blog-card .mil-cover.mil-long {
    padding-bottom: 100%;
  }

  .mil-blog-card .mil-description {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.mil-pub-author {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

/* -------------------------------------------

footer

------------------------------------------- */
footer {
  overflow: hidden;
}

footer .mil-bg-img {
  height: 150%;
  top: -25%;
}

.mil-footer-logo {
  display: block;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .mil-footer-logo {
    margin-top: 60px;
    text-align: left;
  }
}

.mil-footer-navigation {
  position: relative;
  display: flex;
  /* border-bottom: 5px solid rgba(255, 255, 255, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(255, 255, 255, 0.1) 1px, rgba(255, 255, 255, 0.1) 3px) 5; */

  nav {
    display: flex;
    justify-content: space-between;
    width: 100%;

    .footer-description {
      color: white;
      max-width: 50%;
    }

    .social-media {
      img {
        cursor: pointer;

        &:hover {
          filter: brightness(.9);
        }
      }
    }
  }
}

.mil-footer-navigation nav ul {
  display: flex;
  align-items: center;
}

.mil-footer-navigation nav ul li {
  list-style-type: none;
  position: relative;
  margin-right: 40px;
}

.mil-footer-navigation nav ul li:last-child {
  margin-right: 0;
}

.mil-footer-navigation nav ul li a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-footer-navigation nav ul li a:hover {
  color: rgb(188, 255, 0);
}

.mil-footer-navigation nav ul li.mil-active>a {
  padding: 5px 10px;
  color: rgb(0, 0, 0);
  background-color: rgb(188, 255, 0);
}

@media screen and (max-width: 992px) {
  .mil-footer-navigation nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .mil-footer-navigation nav ul li {
    margin: 0;
    margin-bottom: 15px;
  }

  .mil-footer-navigation nav ul li:last-child {
    margin-bottom: 0;
  }
}

.mil-footer-navigation.mil-dark nav ul li a {
  color: rgb(0, 0, 0);
}

.mil-footer-navigation.mil-dark nav ul li a:hover {
  color: rgb(188, 255, 0);
}

.mil-footer-navigation.mil-center {
  justify-content: center;
}

.mil-footer-bottom {
  padding: 30px 0 15px;
  border-top: solid 1px rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;

  .terms-list {
    display: flex;
    color: white;
    gap: 20px;

    a {
      &:hover {
        color: #D9D9D9;
      }
    }
  }
}

.mil-footer-bottom ul {
  display: flex;
}

.mil-footer-bottom ul li {
  list-style-type: none;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .mil-footer-bottom ul li {
    margin-right: 15px;
  }
}

.mil-footer-bottom ul li:last-child {
  margin-right: 0;
}

.mil-footer-bottom ul li a {
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-footer-bottom ul li a:hover {
  color: rgb(188, 255, 0) !important;
}

@media screen and (max-width: 992px) {
  .mil-footer-bottom {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0;
  }
}


/* -------------------------------------------

hover images

------------------------------------------- */
.mil-hover-images {
  position: relative;
  width: 100%;
}

.mil-hover-images ul li {
  list-style-type: none;
  margin-bottom: 30px;
}

.mil-hover-images ul li a {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.1) 3px) 5;
}

.mil-hover-images ul li a p {
  margin-right: 60px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-hover-images ul li a span {
  height: 35px;
  padding: 5px 0 0;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-hover-images ul li a span:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: rgb(188, 255, 0);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-hover-images ul li a:hover p {
  color: rgb(0, 0, 0);
}

.mil-hover-images ul li a:hover span {
  padding: 5px 10px 0 10px;
  color: rgb(0, 0, 0);
}

.mil-hover-images ul li a:hover span:before {
  width: 100%;
}

.mil-img-wrapper {
  position: absolute;
  z-index: 9;
  width: 55%;
  padding-bottom: 38%;
  top: 9%;
  right: -100px;
  overflow: hidden;
  transform: scale(0.7);
  visibility: hidden;
  pointer-events: none;
}

.mil-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 992px) {
  .mil-img-wrapper {
    display: none;
  }
}

/* -------------------------------------------

process

------------------------------------------- */
.mil-process-box {
  position: relative;
}

.mil-process-box:before {
  content: "";
  width: calc(100% - 90px);
  height: 5px;
  background-color: transparent;
  border: 3px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 3;
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 90px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-process-box:hover:before {
  background-color: transparent;
  border: 3px solid rgb(188, 255, 0);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(188, 255, 0) 1px, rgb(188, 255, 0) 3px) 3;
}

.mil-process-box:hover .mil-icon {
  border-color: rgb(188, 255, 0);
}

.mil-process-box.mil-process-end:before {
  display: none;
}

/* -------------------------------------------

inputs

------------------------------------------- */
.mil-input-frame label {
  color: rgb(0, 0, 0);
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.mil-input-frame label span {
  margin-right: 5px;
}

.mil-input-frame label .mil-required {
  color: #e72836;
}

.mil-input-frame input {
  width: 100%;
  height: 70px;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-input-frame input:focus {
  outline: inherit;
  box-shadow: 0 5px 0 0 rgb(188, 255, 0);
}

.mil-input-frame input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.mil-input-frame textarea {
  padding-top: 30px;
  width: 100%;
  height: 200px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-input-frame textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.mil-input-frame textarea.mil-shortened {
  height: 200px;
}

@media screen and (max-width: 992px) {
  .mil-input-frame textarea {
    height: 200px;
  }
}

.mil-input-frame textarea:focus {
  outline: inherit;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.mil-input-frame.mil-dark-input input,
.mil-input-frame.mil-dark-input textarea {
  border-bottom: solid 1px rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

.mil-input-frame.mil-dark-input input:focus,
.mil-input-frame.mil-dark-input textarea:focus {
  box-shadow: 0 5px 0 0 rgb(188, 255, 0);
}

.mil-checbox-frame {
  display: flex;
  align-items: center;
}

.mil-checbox-frame label {
  line-height: 250%;
}

.mil-checbox-frame .mil-checkbox {
  position: absolute;
  opacity: 0;
}

.mil-checbox-frame .mil-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.mil-checbox-frame .mil-checkbox+label:before {
  content: "";
  margin-top: -2px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-checbox-frame .mil-checkbox:hover+label:before {
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px rgb(188, 255, 0);
}

.mil-checbox-frame .mil-checkbox:checked+label:before {
  background: rgb(188, 255, 0);
  border: solid 1px rgb(188, 255, 0);
}

.mil-checbox-frame .mil-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.mil-checbox-frame .mil-checkbox:disabled+label:before {
  box-shadow: none;
  background: #ddd;
}

.mil-checbox-frame .mil-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  background: rgb(0, 0, 0);
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 rgb(0, 0, 0), 4px 0 0 rgb(0, 0, 0), 4px -2px 0 rgb(0, 0, 0), 4px -4px 0 rgb(0, 0, 0), 4px -6px 0 rgb(0, 0, 0), 4px -8px 0 rgb(0, 0, 0);
  transform: rotate(45deg);
}

.mil-checbox-frame.mil-dark-input .mil-checkbox+label:before {
  border-color: rgb(0, 0, 0);
}

.mil-checbox-frame.mil-dark-input .mil-checkbox:checked+label:before {
  background: rgb(188, 255, 0);
  border: solid 1px rgb(188, 255, 0);
}

/* -------------------------------------------

reviews

------------------------------------------- */
.mil-review-frame .mil-reviev-head {
  display: flex;
  align-items: center;
}

.mil-review-frame .mil-reviev-head .mil-left {
  display: flex;
}

.mil-review-frame .mil-reviev-head .mil-left .mil-quote {
  width: 70px;
  height: 70px;
  background-color: rgb(188, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mil-review-frame .mil-reviev-head .mil-left .mil-review-avatar {
  width: 70px;
  height: 70px;
}

.mil-review-frame .mil-reviev-head .mil-left .mil-review-avatar img {
  width: 100%;
  height: 100%;
}

.mil-review-frame .mil-reviev-head .mil-name {
  padding-left: 15px;
}

.mil-review-frame .mil-review-text {
  padding: 60px 0 0 70px;
  border-left: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
}

@media screen and (max-width: 992px) {
  .mil-review-frame .mil-review-text {
    border: none;
    padding: 60px 0 0 0;
  }
}

/* -------------------------------------------

price

------------------------------------------- */
.price {
  font-family: 'Poppins';

  &>* {
    font-family: 'Poppins';
  }
}

.mil-price-card {
  padding: 50px;
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
}

.mil-price-card .mil-price-head .mil-price-text {
  padding-left: 15px;
}

.mil-price-card .mil-price-head .mil-price {
  font-size: 46px;
}

.mil-price-card .mil-price-button .mil-button {
  background-color: rgb(229, 229, 229);
}

.mil-price-card:hover .mil-price-button .mil-button {
  background-color: rgb(188, 255, 0);
}

@media screen and (max-width: 992px) {
  .mil-price-card {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mil-price-card {
    padding: 15px;
  }
}

@media screen and (max-width: 576px) {
  .mil-price-card {
    padding: 10px;
  }
}

/* -------------------------------------------

skills

------------------------------------------- */
.mil-skill-frame {
  display: flex;
  align-items: center;
}

.mil-skill-frame .mil-skill-counter-frame {
  width: 70px;
  color: rgb(0, 0, 0);
}

.mil-skill-frame .mil-skill-track {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: transparent;
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  height: 70px;
}

.mil-skill-frame .mil-skill-track .mil-skill-prog {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(188, 255, 0);
  height: 100%;
}

.mil-skill-frame .mil-skill-track .mil-skill-text {
  position: relative;
  padding-left: 30px;
}

.mil-pagination {
  padding-top: 60px;
  border-top: solid 5px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mil-pagination {
    justify-content: center;
  }

  .mil-pagination .mil-nav-buttons {
    display: none;
  }
}

.mil-page-numbers {
  display: flex;
}

.mil-page-numbers li {
  padding: 5px 10px;
  list-style-type: none;
  margin-right: 10px;
}

.mil-page-numbers li:last-child {
  margin-right: 0;
}

.mil-page-numbers li a {
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-page-numbers li a:hover {
  color: rgb(188, 255, 0);
}

.mil-page-numbers li.mil-active {
  background-color: rgb(188, 255, 0);
}

.mil-page-numbers li.mil-active a:hover {
  color: rgb(0, 0, 0);
}

/* -------------------------------------------

call to action

------------------------------------------- */
.mil-complex-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mil-complex-actions {
    flex-direction: column;
  }
}

.mil-phone-box {
  padding-left: 30px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mil-phone-box {
    padding: 30px 0 0;
    text-align: center;
  }
}

.mil-contact-frame {
  padding: 60px 60px 30px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5;
}

@media screen and (max-width: 992px) {
  .mil-contact-frame {
    padding: 30px 30px 0;
  }
}

/* -------------------------------------------

sidebar

------------------------------------------- */
.mil-sidebar-frame {
  margin-left: 90px;
  padding: 30px;
  border: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  background-color: rgb(255, 255, 255);
}

@media screen and (max-width: 992px) {
  .mil-sidebar-frame {
    margin-left: 0;
  }
}

.mil-contact-sidebar {
  width: 100%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  margin-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .mil-contact-sidebar {
    position: static;
  }
}

.mil-sidebar-info {
  position: relative;
  padding: 60px 60px 60px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5;
}

.mil-sidebar-info:before {
  content: "";
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -40px;
  height: calc(100% + 80px);
  width: calc(100% + 80px);
}

@media screen and (max-width: 992px) {
  .mil-sidebar-info {
    padding: 30px;
  }
}

.mil-sidebar-search {
  position: relative;
  border-radius: 8px;
  display: flex;
  /* Menjadikan input dan button dalam satu baris */
  align-items: center;
  overflow: hidden;
}

.mil-sidebar-search input {
  height: 70px;
  width: 100%;
  padding: 0 80px 0 30px;
  /* Tambahkan padding kanan agar teks tidak tertutup tombol */
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  outline: none;
}

.mil-sidebar-search button {
  border: none;
  position: absolute;
  right: 0;
  /* Beri jarak sedikit dari tepi */
  top: 0;
  /* Supaya tidak menempel ke atas */
  width: 70px;
  height: 70px;
  background-color: rgb(188, 255, 0);
  border-radius: 8px;
  cursor: pointer;
  /* Pastikan tombol bisa diklik */
  display: flex;
  align-items: center;
  justify-content: center;
}

.mil-tren {
  margin-top: 150px;
}

/* -------------------------------------------

map

------------------------------------------- */
.mil-map-frame {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.mil-map-frame .mil-map {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.mil-map-frame .mil-map iframe {
  width: 100%;
  height: 100%;
}

/* -------------------------------------------

team

------------------------------------------- */
.mil-team-member-wrapper {
  padding-top: 120px;
  position: relative;
  width: 100%;
}

.mil-team-member-wrapper:before {
  content: "";
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.mil-team-member-wrapper .mil-team-member-frame {
  margin-top: 100px;
  background-color: rgb(255, 255, 255);
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mil-team-member-wrapper .mil-team-member-frame .mil-left-side {
  width: 50%;
  padding-right: 30px;
}

.mil-team-member-wrapper .mil-team-member-frame .mil-right-side {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .mil-team-member-wrapper .mil-team-member-frame {
    flex-direction: column;
  }

  .mil-team-member-wrapper .mil-team-member-frame .mil-left-side,
  .mil-team-member-wrapper .mil-team-member-frame .mil-right-side {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .mil-team-member-wrapper .mil-team-member-frame {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mil-team-member-wrapper .mil-team-member-frame {
    padding: 30px;
  }
}

.mil-member-portrait {
  position: relative;
  padding-bottom: 120%;
}

@media screen and (max-width: 1400px) {
  .mil-member-portrait {
    padding-bottom: 140%;
  }
}

@media screen and (max-width: 1200px) {
  .mil-member-portrait {
    padding-bottom: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mil-member-portrait {
    margin-bottom: 30px;
  }
}

.mil-member-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.mil-next-project {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .mil-next-project {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .mil-prev-project {
    text-align: center;
  }
}

.mil-team-member {
  position: relative;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 5px transparent;
}

.mil-team-member:after {
  content: "+";
  width: 40px;
  height: 40px;
  background-color: rgb(188, 255, 0);
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  opacity: 0;
  transform: scale(0.4);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-member .mil-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-team-member .mil-avatar img {
  object-position: top;
}

.mil-team-member:hover {
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0.05) 3px) 5;
}

.mil-team-member:hover:after {
  opacity: 1;
  transform: scale(1);
}

.mil-team-member:hover .mil-avatar {
  transform: scale(1.1);
}

@media screen and (max-width: 992px) {
  .mil-team-member {
    padding: 0;
    margin-bottom: 60px;
  }

  .mil-team-member:after {
    display: none;
  }

  .mil-team-member:hover {
    border: solid 5px transparent;
  }
}

/* -------------------------------------------

comments

------------------------------------------- */
.mil-comments li {
  list-style-type: none;
}

.mil-comments li .mil-comment {
  margin-bottom: 30px;
}

.mil-comments li .mil-comment .mil-comment-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mil-comments li .mil-comment .mil-comment-head .mil-user-info {
  display: flex;
  align-items: center;
}

.mil-comments li .mil-comment .mil-comment-head .mil-user-info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 30px;
}

.mil-comments li .mil-comment p {
  padding-left: 110px;
}

.mil-comments li ul {
  padding-left: 110px;
}

@media screen and (max-width: 992px) {
  .mil-comments li .mil-comment .mil-comment-head {
    margin-bottom: 20px;
  }

  .mil-comments li .mil-comment .mil-comment-head .mil-user-info img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

  .mil-comments li .mil-comment p {
    padding-left: 0;
  }

  .mil-comments li ul {
    padding-left: 30px;
  }
}

/* -------------------------------------------

filter

------------------------------------------- */
.mil-filter {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mil-filter .mil-filter-links {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0 20px;
}

.mil-filter .mil-filter-links a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 10px;
  margin-right: 20px;
  color: rgb(0, 0, 0);
}

.mil-filter .mil-filter-links a.mil-current {
  background-color: rgb(188, 255, 0);
}

.mil-filter .mil-filter-links a:last-child {
  margin-right: 0;
}

.mil-filter:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: transparent;
  border-bottom: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 992px) {
  .mil-filter .mil-filter-links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mil-filter .mil-filter-links a {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .mil-filter .mil-filter-links a:last-child {
    margin-bottom: 0;
  }
}

.mil-hidden {
  display: none;
}

/* -------------------------------------------

timer

------------------------------------------- */
.mil-timer-text {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .mil-timer-text {
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .mil-timer-text {
    text-align: center;
  }
}

.mil-timer {
  display: flex;
  justify-content: flex-end;
}

.mil-timer .mil-timer-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}

.mil-timer .mil-timer-item:after {
  content: ":";
  font-size: 32px;
  color: rgb(255, 255, 255);
  position: absolute;
  right: -25px;
  top: 25px;
}

.mil-timer .mil-timer-item:last-child {
  margin-right: 0;
}

.mil-timer .mil-timer-item:last-child:after {
  display: none;
}

.mil-timer .mil-timer-item .mil-timer-number {
  color: rgb(255, 255, 255);
  display: block;
  width: 80px;
  height: 80px;
  border: solid 1px rgb(188, 255, 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .mil-timer {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 500px) {
  .mil-timer {
    flex-direction: column;
  }

  .mil-timer .mil-timer-item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .mil-timer .mil-timer-item:after {
    display: none;
  }
}


/* -------------------------------------------

load more

------------------------------------------- */
.mil-load-more {
  margin-top: 60px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mil-load-more button {
  cursor: pointer;
  padding: 0 30px;
  border: none;
  background-color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
}

.mil-load-more:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: transparent;
  border-bottom: 5px solid rgb(229, 229, 229);
  border-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(229, 229, 229) 1px, rgb(229, 229, 229) 3px) 5;
  position: absolute;
  left: 0;
  z-index: 0;
}

.lb-close {
  top: 10px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  transition: background 0.3s ease;
}

.lb-close:hover {
  background: rgba(255, 0, 0, 0.8);
  color: white;
}

.btn-tag {
  border-radius: 5px;
  /* Membuat tombol berbentuk oval */
  padding: 5px 15px;
  /* Mengatur padding */
  font-size: 14px;
  /* Ukuran font */
}

/* Custom button class */
.custom-btn {
  border-width: 2px;
  /* Ketebalan border default */
  color: #6c757d;
  /* Warna teks dan ikon */
  background-color: transparent;
  /* Latar belakang transparan */
  transition: border-width 0.2s ease, transform 0.2s ease;
  /* Transisi untuk animasi */
}

/* Hover tanpa perubahan warna */
.custom-btn:hover {
  border-color: black;
  /* Mengubah border menjadi hitam saat hover */
}

/* Posisi tulisan Report */
.report-text {
  position: absolute;
  bottom: 100%;
  /* Tempatkan di atas tombol */
  left: 50%;
  /* Pusatkan secara horizontal */
  transform: translateX(-50%);
  background-color: #ffff;
  color: red;
  /* Warna teks */
  padding: 5px 10px;
  /* Padding untuk area teks */
  border-radius: 4px;
  /* Membulatkan sudut */
  font-size: 12px;
  /* Ukuran teks */
  white-space: nowrap;
  /* Hindari teks terpotong */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  /* Bayangan */
}

.report-text:hover {
  color: rgba(255, 37, 37, 0.8);
}

/* Tambahkan animasi transisi */
.report-text.show {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* leaderbord */
/* Wrapper and General Styles */
.mil-leaderboard-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

/* Header Styles */
.mil-leaderboard-header {
  margin-bottom: 20px;
}



.mil-league-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.mil-league-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 5px;
}

.mil-timer {
  font-size: 1rem;
  font-weight: bold;
  color: #ff5e57;
}

/* Table Styles */
.mil-leaderboard-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.mil-leaderboard-table thead th {
  text-transform: uppercase;
  background: #f4f4f4;
  padding: 10px;
  color: #333;
  font-size: 0.9rem;
}

.mil-leaderboard-table tbody td {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 0.9rem;
}

.mil-leaderboard-table tbody tr:hover {
  background: #f9f9f9;
}

.mil-top-rank {
  background: #fff4e0;
  /* Highlight for top rank */
  font-weight: bold;
}

.mil-topavatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* Membuat avatar menjadi lingkaran */
  object-fit: cover;
  /* Agar gambar tetap proporsional */
}

/* modal detail photo */

.mil-image {
  width: 100%;
  display: block;
}

.mil-profile {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
}

.image-profile {
  position: absolute;
  bottom: 10px !important;
  left: 10px !important;
  top: unset !important;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;

  p {
    font-family: 'Poppins';
    font-size: 14px;
    color: white;
    font-weight: 600;
  }

  img {
    border-radius: 100px;
    filter: brightness(100%) !important;
  }
}

.mil-profile-img {
  position: relative !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
}

.mil-buttons {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.mil-love-btn,
.mil-download-btn {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-size: 1.2em;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;

  .more-images {
    .header {
      margin-bottom: 25px;

      h4 {
        font-family: 'Poppins';
        font-weight: 600;
      }
    }
  }

  .tag-row {
    display: flex;
    gap: 10px;
    margin-top: 60px;

    button {
      padding: 8px 18px;
      font-size: 16px;
      color: #7F7F7F;
      border-radius: 8px;
      outline: none;
      background-color: transparent;
      border: 1px solid #7F7F7F;
      cursor: pointer;

      &:hover {
        color: black;
        border: 1px solid black;
      }
    }
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  top: 0;
  /* Tetap di atas modal */
  z-index: 10;
  /* Menjaga header tetap di atas konten lainnya dalam modal */
  background-color: white;
  /* Memberikan latar belakang putih agar konten lainnya tidak terlihat lewat */
  padding: 30px 20px;
  /* Menambahkan padding untuk memberikan jarak di dalam modal */
}

.modal-header .user-info {
  display: flex;
  align-items: center;
  gap: 15px;

  p {
    line-height: 23px;
    font-family: "Poppins"
  }

  .follow {
    font-size: 14px;
  }
}

.modal-header .user-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.modal-header .user-info .username {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.modal-header .actions {
  display: flex;
  align-items: center;
  gap: 15px;

  .hidden {
    display: none !important;
  }

  .actions-btn {
    display: flex;
    align-items: center;
    gap: 5px;

    i {
      font-size: 20px;
    }

    img {
      width: 20px;
      height: 20px;
    }

    .option-btn {
      display: flex;

      img {
        filter: brightness(0) saturate(100%);
      }
    }

    .relative {
      position: relative;

      .dropdown-report {
        position: absolute;
        box-shadow: 0px 0px 2px black;
        color: black;
        border-radius: 8px;
        padding: 5px 10px;
        left: -100%;

        &:hover {
          color: red;
        }

        p {
          display: flex;
          width: max-content;
          padding: 0px !important;
          cursor: pointer;
        }
      }
    }
  }

  button {
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 10px;
    display: flex;
    align-items: center;

    &:hover {
      background-color: #D9D9D9;
    }
  }

}

.modal-header .actions i {
  font-size: 1.2em;
  cursor: pointer;
}

.modal-header .download-btn,
.modal-header .edit-btn,
.modal-header .delete-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: black !important;
  cursor: pointer;
  font-family: 'Poppins';
  padding: 10px 15px;
  color: white;
  max-height: 50px;
  overflow: hidden;

  &:hover {
    background-color: #7F7F7F !important;
  }

  div {
    display: flex;
    align-items: center;
    gap: 5px;

    p {
      line-height: 20px;
      font-weight: 600;
      font-size: 16px
    }

  }

  .right-part {
    img {
      filter: brightness(0) saturate(100%) invert(97%) sepia(17%) saturate(605%) hue-rotate(300deg) brightness(117%) contrast(100%);
      margin-left: 10px;
    }
  }

  hr {
    height: 100px;
    border: 1px solid white;
  }
}

.modal-header .download-btn:hover {
  filter: brightness(110%);
}

.modal-header .edit-btn {
  background-color: #BCFF00 !important;
  color: black;

  img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(20%) hue-rotate(48deg) brightness(106%) contrast(100%);
  }

  &:hover {
    background-color: #bbff00b8 !important
  }
}

.modal-header .delete-btn {
  background-color: #D94D4C !important;
  color: white;

  img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(127%) hue-rotate(174deg) brightness(118%) contrast(100%);
  }

  &:hover {
    background-color: #d94c4cc0 !important
  }
}

.modal .image-content {
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;

  h4 {
    font-size: 32px;
  }
}

.input-edit {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 5px 10px;
  margin: 5px 0;
  outline: none;
  background-color: transparent;
  transition: border-color 0.3s ease;
  font-family: 'Figtree';
}

.input-edit:focus {
  border-color: #007bff;
}

.edit-desc.input-edit {
  font-size: 16px;
  font-weight: normal;
  resize: vertical;
  min-height: 80px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  font-family: 'Figtree';
}

.publish-cam {
  display: flex;
  gap: 15px;
}

.created-date {
  display: flex;
  align-items: center;
  gap: 15px;

  i {
    font-size: 24px;
    margin: 0 2px !important;
  }
}

.content-description {
  color: black;
  font-size: 14px;
  width: 585px;
  line-height: 20px;
}

.modal .details span {
  font-size: 14px;
  color: #555;
}

.modal .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px
}

.modal .tags span {
  background: #f1f1f1;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  color: #555;

}

.modal .close {
  display: block;
  margin-left: auto;
  margin-right: 0;
  color: black;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.modal .line {
  margin-left: -100px;
  width: 200%;
  border: 1px solid #D9D9D9;
  margin-top: 20px;
}

.share-btn {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  gap: 10px;
  border: 2px solid #D9D9D9;
  font-family: 'Poppins';
  height: fit-content;
  border-radius: 8px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  color: #7F7F7F;
  background-color: transparent;

  &:hover {
    filter: brightness(.8);
  }
}

.modal p {
  font-size: small;
}

.mil-subheading {
  font-family: "Figtree", sans-serif;
}

.mil-menu {
  max-height: 200px;
  /* Batasi tinggi dropdown */
  overflow-y: auto;
  /* Tambahkan scrollbar jika melebihi batas */
}

/* .card {
  border: none;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  height: 300px;
}
.profile-wrapper {
  position: relative;
  display: inline-block;
}
.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  margin-top: 50px;
}
.profile-badge {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
}
.gold {
  background-color: #ffc107;
}
.silver {
  background-color: #b0b0b0;
}
.bronze {
  background-color: #cd7f32;
}
.stats {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  font-size: 14px;
  color: #6c757d;
}

 .downloads {
            background-color: rgb(188, 255, 0, 0.5);
            
            border-radius: 15px;
            font-weight: bold;
           
        } */

.top-contributors {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: auto;
  position: relative;
}

.card img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.rank-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(188, 255, 0);
  padding: 5px 10px;
  border-radius: 50%;
  font-weight: bold;
}

.contributions {
  display: inline-block;
  background: rgb(188, 255, 0, 0.5);
  padding: 5px 10px;
  border-radius: 20px;
  margin: 10px 0;
  font-weight: bold;
}

.stats {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  color: gray;
}

.contributors-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.contributors-table-header,
.contributors-table-data {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.contributors-table-header {
  background: #f8f9fa;
  color: #555;
}

.contributors-table-row:hover {
  background-color: #f1f1f1;
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* ------------------------------------------- */
/* ---------------- Favorite ----------------- */
/* ------------------------------------------- */
.favorites {
  height: fit-content !important;

  .background-content-image {
    height: 424px;
  }

  .favorites-overlay {
    height: 500px;
  }

  .favorites-parent {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    height: fit-content;
    margin-top: 100px;

    .favorites-content {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 24px;
      position: relative;
      margin-top: 100px;
      padding: 26px;
      background-color: white;
      max-width: 1137px;
      width: 1137px;
      border-radius: 10px 10px 0px 0px;
      z-index: 9;

      .row {
        gap: 0;

        &>div {
          width: 33.33%;
        }
      }

      .favorites-search {
        border: 1px solid black;
        padding: 15px;
        border-radius: 30px;

        .input-group {
          display: flex;
          justify-content: space-between;

          input {
            border: none;
            outline: none;
            font-size: 14px;
          }

          img {
            cursor: pointer;
            filter: brightness(0.9);
          }
        }
      }

      div {
        gap: 10px;
        height: fit-content;

        p {
          color: black;
        }
      }
    }
  }
}


/* ------------------------------------------- */

/* ---------------- History Download ----------------- */

/* ------------------------------------------- */

.history {
  height: fit-content !important;

  &>* {
    font-family: 'Poppins';
  }

  .background-content-image {
    height: 424px;
  }

  .history-overlay {
    height: 500px;
  }

  .history-parent {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    height: fit-content;
    margin-top: 100px;

    .history-content {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 60px;
      position: relative;
      margin-top: 100px;
      padding: 26px;
      background-color: white;
      max-width: 1137px;
      width: 1137px;
      border-radius: 10px 10px 0px 0px;
      z-index: 9;

      .row {
        gap: 0;

        &>div {
          width: 33.33%;
        }
      }

      h5 {
        font-weight: 600;
      }

      .history-search {
        display: flex;
        align-items: center;
        border: 1px solid black;
        padding: 15px;
        border-radius: 30px;
        height: fit-content;

        .input-group {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 10px;

          input {
            border: none;
            outline: none;
            font-size: 14px;
          }

          img {
            cursor: pointer;
            filter: brightness(0.9);
          }
        }
      }

      .row-content {
        gap: 15px;

        .row-content-core {
          gap: 2px;

          .row-name {
            gap: 6px;
          }
        }
      }

      /* div {
        gap: 10px;
        height: fit-content;

        p {
          font-size: 14px;
        }
      } */
    }
  }
}

.dropdown-button {
  background-color: white;
  border: 1px solid #ccc;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 200px;
  justify-content: start-end;
}

.dropdown-button::after {
  content: '\25BC';
  font-size: 12px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  min-width: 160px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.dropdown-menu div {
  padding: 10px;
  cursor: pointer;
}

.dropdown-menu div:hover {
  background-color: #f0f0f0;
}

.selected {
  font-weight: bold;
}

/* ---------------------------------------------------------------- */

.p-30 {
  padding-bottom: 30% !important
}

.p-50 {
  padding-bottom: 50% !important
}

.p-70 {
  padding-bottom: 70% !important
}

.pb-6 {
  padding-bottom: 4rem !important
}

.p-button-custom-1 {
  padding: 5px 15px
}

.gap-02 {
  gap: 2%
}

.gap-05 {
  gap: 5%
}

.gap-1 {
  gap: 10%
}

.gap-2 {
  gap: 20%
}

.gap-3 {
  gap: 30%
}

.gap-sm {
  gap: 15px
}

.gap-md {
  gap: 32px
}

.gap-lg {
  gap: 100px;
}

.rounded-1 {
  border-radius: 5%;
}

.radius-8 {
  border-radius: 8px;
}

.f-black {
  color: #000;
}

.f-white {
  color: #fff;
}

.f-light-gray {
  color: #D9D9D9
}

.bg-white {
  background-color: #fff;
}

.w-100 {
  width: 100% !important;
}

.w-half {
  width: 50%;
}

.w-90-vw {
  width: 90vw;
}

.h-100 {
  height: 100% !important;
}

.h-90 {
  height: 90% !important;
}

.h-90-vh {
  width: 90vh;
}

.pointer {
  cursor: pointer;
}

.dashed-1 {
  border: 1px dashed white;
}

.pos-absolute {
  position: absolute;
}

.background-secondary {
  background-color: #464646;
}

/* --------------------------------- */
/* --------- COLOR CLASS ----------- */
/* --------------------------------- */

.bg-dark-gray {
  background-color: #7F7F7F;
}

.text-dark-gray {
  color: #7F7F7F !important;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000
}

.bg-light-gray {
  background-color: #D9D9D9;
}

.text-light-gray {
  color: #D9D9D9;
}

@media (max-width: 576px) {
  .d-max-sm-none {
    display: none;
  }

  .flex-max-sm-column {
    flex-direction: column;
  }

  .text-max-sm-center {
    text-align: center;
  }

  .break-sm-spaces {
    white-space: break-spaces;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 999;
  background-color: black;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}