/*

TemplateMo 578 First Portfolio

https://templatemo.com/tm-578-first-portfolio

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #f0f0f0;
  --primary-color: #94958b;
  --secondary-color: #325d6e;
  --section-bg-color: #f3efec;
  --dark-color: #252525;
  --p-color: #9c9c9c;
  --border-color: #e9eaeb;
  --featured-border-color: #727aab;

  --body-font-family: "DM Sans", sans-serif;

  --h1-font-size: 62px;
  --h2-font-size: 45px;
  --h3-font-size: 36px;
  --h4-font-size: 32px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 16px;
  --menu-font-size: 12px;
  --copyright-font-size: 14px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
}

body {
  background: var(--white-color);
  font-family: var(--body-font-family);
}

.txt-blue {
  color: #008cff;
}
/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  /* letter-spacing: -1px; */
}

/* TXT CUSTOM START */

.semi-bold {
  font-weight: 700px !important;
  margin: 30px 0 10px 0;
  font-size: 18px !important;
  color: var(--white-color);
}

@font-face {
  font-family: "Monument";
  src: url("fonts/monument.woff2") format("woff2"),
    url("fonts/monument.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.hero-title {
  font-family: "Monument", sans-serif;
  font-weight: 550;
  color: var(--white-color) !important;
}

.txt-monument {
  font-family: "Monument", sans-serif;

  letter-spacing: 3px; /* Adjust the gap as needed */
}

.hero-text p {
  font-family: "Monument", sans-serif;
  font-size: 2rem; /* Pastikan ini sesuai dengan ukuran yang diinginkan */
}

.hero .container {
  text-align: center;
}

.hero-title {
  font-size: 4.8rem;
}

/* TXT CUSTOM END */

h1 {
  font-size: var(--h1-font-size);
  letter-spacing: -3px;
}

h2 {
  font-size: var(--h2-font-size);
  color: var(--secondary-color);
  letter-spacing: -3px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
}

::selection {
  background: var(--secondary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--secondary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.section-title-wrap {
  background: var(--dark-color);
  border-radius: var(--border-radius-small);
  padding: 10px 30px;
}

/*---------------------------------------
  AVATAR IMAGE               
-----------------------------------------*/
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.avatar-image-large {
  width: 90.4px;
  height: 90.4px;
}

/*---------------------------------------
  PRE LOADER               
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 var(--white-color);
}

.spinner {
  border: 1px solid transparent;
  border-radius: var(--border-radius-small);
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  border-top-color: var(--white-color);
  animation: spinner 0.9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
  CUSTOM ICON               
-----------------------------------------*/
.navbar-icon {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  color: var(--dark-color);
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
}

.is-sticky .navbar-icon {
  background: var(--secondary-color);
  color: var(--white-color);
}

.form-check-icon {
  color: var(--secondary-color);
}
.d-flex.align-items-center.d-lg-none .navbar-icon {
  display: none; /* Menyembunyikan ikon pada layar besar */
}

.clients-item-height img {
  max-width: 100px; /* Adjust the size as needed */
  height: auto;
}

.d-flex.flex-wrap {
  gap: 1rem; /* Adjust the gap as needed */
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn,
.navbar .custom-btn {
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold);
}
.bi {
  transition: transform 0.3s ease-in-out; /* Animasi transformasi */
}

/* Efek saat hover */
.bi:hover {
  transform: scale(1.1); /* Membesarkan elemen 10% dari ukuran aslinya */
}
.navbar .custom-btn {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: var(--white-color);
  color: var(--white-color);
  padding: 8px 22px;
}

.navbar .custom-btn:hover {
  background: var(--white-color);
  border-color: transparent;
  color: var(--secondary-color);
}

.custom-btn {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  padding: 12px 24px;
}

.custom-btn:hover {
  background: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--border-color);
  color: var(--p-color);
}

.custom-border-btn:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}

.custom-link {
  background-color: var(--secondary-color);
}

.custom-link:hover {
  background-color: var(--primary-color);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: relative;
  z-index: 222;
  height: auto !important;
}

.is-sticky,
.is-sticky .navbar .container {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

.is-sticky .navbar-brand,
.is-sticky .navbar-brand:hover {
  color: var(--dark-color);
}

.is-sticky .navbar-nav .nav-link {
  color: var(--p-color);
}

.is-sticky .navbar .custom-btn {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.is-sticky .navbar .custom-btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.navbar {
  background: transparent;
  position: absolute;
  z-index: 9;
  right: 0;
  left: 0;
  transition: all 0.3s;
  padding-top: 15px;
  padding-bottom: 0;
}

.navbar .container {
  border-radius: var(--border-radius-small);
  padding: 10px 25px;
}

.navbar-brand {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  margin-right: 20px;
  margin-left: 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--section-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link::after {
  content: "";
  background: transparent;
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
  background: var(--secondary-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease,
    -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease,
    -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  background: var(--secondary-color);
  position: relative;
  overflow: hidden;
  padding-top: 330px;
  padding-bottom: 330px;
}

@media screen and (min-width: 991px) {
  /* .clients-image {
    max-width: 100%;
  } */
  .hero {
    height: 60vh;
  }
  .hero-title {
    /* font-size: 10px; */
    letter-spacing: 1px;
  }
  .hero h2 {
    font-size: 10px;
  }
}

.d-block {
  margin-top: 100px;
}

.site-footer-title.d-block {
  margin-top: 10px;
}

.hero-title,
.hero h2 {
  /* background: var(--white-color); */
  /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175); */
  /* border-radius: var(--border-radius-large); */
  display: inline-block;
  padding: 8px 24px;
}

.hero-project4 {
  font-size: 150px;
  /* background: var(--white-color); */
  /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175); */
  /* border-radius: var(--border-radius-large); */
  /* display: inline-block; */
  margin-top: 10px;
  margin-left: 10px;
  /* padding: 8px 24px; */
}

.hero-title {
  font-size: 30px;
}

.hero h2 {
  font-size: 25px;
  letter-spacing: 1px;
}

.hero-text {
  position: relative;
  z-index: 22;
  top: 70px;
}

.hero-image-wrap {
  background: var(--white-color);
  border-radius: 100%;
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: 22;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
}

.hero-image {
  position: absolute;
  z-index: 22;
  top: 0;
  width: 100%;
  min-width: 550px;
}

.hero svg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.profile-thumb {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.profile-title {
  border-bottom: 1px solid var(--border-color);
  padding: 15px 30px;
}

.profile-small-title {
  border-right: 1px solid var(--border-color);
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
  min-width: 140px;
  margin-right: 10px;
  padding: 13px 30px;
  display: inline-block;
}

.profile-body p {
  margin-bottom: 0;
}

/* .container {
  display: flex;
  justify-content: center;
  align-items: center; */
/* /* height: 100vh; Sesuaikan tinggi container sesuai kebutuhan 
} */

.center-image {
  max-width: 100%;
  max-height: 100%;
}

.profile-body p:nth-of-type(even) {
  background: var(--white-color);
}

.about-image {
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(255, 255, 255, 0.222);
}

.about-thumb {
  padding-right: 20px;
  padding-left: 20px;
}

/*---------------------------------------
  FEATURED              
-----------------------------------------*/
.featured-numbers {
  font-size: var(--h1-font-size);
  line-height: normal;
  display: block;
}

.featured-text {
  color: var(--secondary-color);
  margin: 30px;
}

.featured-border-bottom {
  border-bottom: 1px solid var(--border-color);
}

.featured-border-start {
  border-left: 1px solid var(--border-color);
}

/*---------------------------------------
  CLIENTS              
-----------------------------------------*/

.clients-item-height {
  height: 120px;
}

.clients-image {
  display: block;
  max-width: 100px;
  margin: auto;
  transition: all ease 0.2s;
}

.clients-image:hover {
  transform: scale(1.3);
}

/*---------------------------------------
  SERVICES              
-----------------------------------------*/
/* .services, */
.featured {
  background: linear-gradient(-25deg, #555555, #000000);
  /* background: var(--section-bg-color); */
  /* border-top: 1px solid var(--border-color); */
  /* border-bottom: 1px solid var(--border-color); */
}

.services-thumb {
  background: var(--white-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 40px 40px 240px 40px;
  transition: all 0.5s;
}

.services-thumb-up {
  position: relative;
  bottom: 50px;
  margin-bottom: -50px;
}

.services-thumb:hover {
  border: 2px solid var(--secondary-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.services-thumb:hover .services-icon-wrap {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}

.services-icon-wrap {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 55%;
  transform: rotate(-35deg) translateY(55px);
  transition: all ease 0.5s;
}

.services-icon {
  font-size: 90px;
  position: relative;
  bottom: 15px;
}

.services-thumb:hover .services-price-wrap {
  background: var(--secondary-color);
}

.services-thumb:hover .services-price-overlay {
  background: var(--primary-color);
}

.services-price-wrap {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 6px 20px 6px 15px;
  transition: all ease 0.5s;
}

.services-price-text {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-bold);
}

.services-price-overlay {
  background: var(--secondary-color);
  border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

/*---------------------------------------
  PROJECTS              
-----------------------------------------*/
.projects-thumb {
  /* background: var(--section-bg-color); */
  background: radial-gradient(
    circle 600px at top left,
    #c5c5c5,
    #325d6e 20%,
    #325d6e 10%,
    #1c1c1c 30%,
    transparent
  );
  /* border: 2px solid var(--white-color); */
  border: 1px solid rgba(255, 255, 255, 0.222);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 40px;
  /* transition: all ease 0.5s; */
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.projects-thumb.show {
  display: block;
  opacity: 1;
}

.projects-thumb:hover {
  border-color: var(--secondary-color);
}

.projects-thumb:hover .projects-image,
.projects-thumb:focus .projects-image {
  transform: rotate(0) translateY(0);
}

.projects-thumb .popup-image {
  display: block;
  width: 100%;
  height: 100%;
}

.projects-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
  transform: rotate(10deg) translateY(80px);
  transition: all ease 0.5s;
}

.projects-title {
  font-family: "Monument", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: 300;
}

.projects-tag {
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  margin-bottom: 15px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact {
  background: var(--dark-color);
  /* background: linear-gradient(-25deg, #555555, #000000); */
}

.contact-info {
  background: var(--white-color);
  border-top-right-radius: var(--border-radius-small);
  border-bottom-right-radius: var(--border-radius-small);
  padding: 60px 30px 30px 30px;
  height: 100%;
}

.contact-info-border-start {
  border-right: 1px solid var(--border-color);
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}

.contact-form {
  margin-left: 10px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  background: var(--dark-color);
  box-shadow: none;
  border: 2px solid var(--border-color);
  color: var(--white-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.form-floating > label {
  color: var(--p-color);
}

.form-check-inline {
  vertical-align: middle;
  width: 100%;
  position: relative;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
}

.custom-form .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-label-text {
  color: var(--p-color);
  display: block;
  font-size: copyright-font-size;
  margin-top: 5px;
}

.form-check-input[type="checkbox"] {
  background: var(--white-color);
  border: 2px solid var(--border-color);
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 40px 50px;
}

.form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form-check-input:hover,
.form-check-input:checked {
  background-color: transparent;
  border-color: var(--secondary-color);
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  background: transparent;
  border-color: var(--secondary-color);
}

.custom-form .form-floating textarea {
  height: 150px;
}

.custom-form button[type="submit"] {
  background: var(--secondary-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--primary-color);
  border-color: transparent;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  border-top: 1px solid var(--border-color);
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.site-footer-title {
  font-size: var(--menu-font-size);
  color: var(--dark-color);
  text-transform: uppercase;
}

.copyright-text-wrap p,
.copyright-text {
  font-size: var(--copyright-font-size);
}

.copyright-text {
  border-right: 1px solid var(--border-color);
  /* padding-right: 25px;
  margin-right: 20px; */
}

.copyright-text-wrap a {
  font-weight: var(--font-weight-bold);
}

.footer-menu {
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.footer-menu-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-medium);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 14px;
  min-width: 70px;
}

.footer-menu-link:hover {
  background: var(--secondary-color);
  border-color: transparent;
  color: var(--white-color);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icons {
  margin-top: 1.5rem;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-large);
  font-size: var(--copyright-font-size);
  color: var(--dark-color);
  display: inline-block;
  vertical-align: top;
  margin: 2px 2px 5px 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.social-icon-link:hover {
  background: var(--secondary-color);
  border-color: transparent;
  color: var(--white-color);
}

.social-icons a {
  font-size: 20px;
  /* color: #000;  */
  margin-right: 1rem;
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .hero {
    padding-top: 380px;
    padding-bottom: 380px;
  }

  .hero-image-wrap {
    top: -50px;
    width: 400px;
    height: 400px;
  }

  .hero-image {
    min-width: 650px;
  }

  .hero-title,
  .hero h2 {
    font-size: var(--h2-font-size);
  }
}

@media screen and (max-width: 991px) {
  .hero-title {
    font-size: 44px;
    letter-spacing: 1px;
  }
  h1 {
    font-size: 48px;
    letter-spacing: 1px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    /* font-size: 32px; */
    font-size: var(--h2-font-size);
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .custom-btn,
  .navbar .custom-btn {
    font-size: var(--copyright-text-font-size);
    padding: 8px 16px;
  }

  .navbar .container {
    background: var(--white-color);
  }

  .navbar-brand,
  .navbar-brand:hover {
    color: var(--dark-color);
  }

  .navbar-icon {
    background: var(--secondary-color);
    color: var(--white-color);
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .navbar .custom-btn {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
  }

  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon:before,
  .navbar-toggler .navbar-toggler-icon:after {
    background: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-left: 0;
  }

  .navbar-nav .nav-link {
    color: var(--p-color);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .hero-text {
    top: 0;
    margin-bottom: 120px;
  }

  .about-thumb {
    padding-right: 0;
    padding-left: 0;
  }

  .about-numbers {
    font-size: 42px;
  }

  .services-thumb-up {
    bottom: 0;
    margin-bottom: 32px;
  }

  .services-thumb {
    margin-bottom: 32px;
    padding-bottom: 270px;
  }

  .services-icon-wrap {
    width: 45%;
    height: 60%;
  }

  .services .col-lg-10 .row .col-lg-6:last-child,
  .projects .col-lg-4:last-child {
    margin-bottom: 0;
  }

  .projects-thumb {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .contact-info {
    border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
    padding: 40px 30px;
  }

  .contact-info-border-start {
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
}

@media screen and (max-width: 575px) {
  .d-flex.align-items-center.d-lg-none .navbar-icon {
    display: inline-block; /* Menampilkan ikon pada layar kecil */
  }

  .d-flex.align-items-center.d-lg-none a {
    display: none; /* Menyembunyikan teks pada layar kecil */
  }
  .navbar .container {
    margin-right: 12px;
    margin-left: 12px;
  }
  p {
    padding-left: calc(var(--bs-gutter-x) * 1.7);
    padding-right: calc(var(--bs-gutter-x) * 1.7);
  }
  /* .hero h2 {
    font-size: 18px;
    letter-spacing: 1px;
  } */
  h6.projects-title {
    color: var(--white-color) !important;
    padding-left: calc(var(--bs-gutter-x) * 2);
    padding-right: calc(var(--bs-gutter-x) * 2);
  }
}

@media screen and (max-width: 480px) {
  .col-lg-7 {
    padding-left: calc(var(--bs-gutter-x) * 1);
    padding-right: calc(var(--bs-gutter-x) * 1);
  }
  .about-thumb {
    margin-left: 20px;
    margin-right: 20px;
  }
  .avatar-image {
    border-radius: var(--border-radius-large);
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
  .clients-image {
    max-width: 70px;
  }
  .navbar-brand {
    font-size: var(--h5-font-size);
    font-weight: var(--font-weight-bold);
  }
  .me-3 {
    margin-right: 0 !important;
  }
  /* .row{
    padding-left: calc(var(--bs-gutter-x) * 1.7);
    padding-right: calc(var(--bs-gutter-x) * 1.7);
  } */
  .hero-title {
    font-size: 25px;
    letter-spacing: 1px;
  }
  p {
    padding-left: calc(var(--bs-gutter-x) * 1.7);
    padding-right: calc(var(--bs-gutter-x) * 1.7);
  }
  .hero h2 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  h6.projects-title {
    color: var(--white-color) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.2);
    padding-right: calc(var(--bs-gutter-x) * 0.2);
  }
  h1 {
    font-size: 10px;
  }

  h2 {
    font-size: 28px;
    letter-spacing: 1px;
  }

  h3 {
    font-size: 26px;
    padding-left: calc(var(--bs-gutter-x) * 1.7);
    padding-right: calc(var(--bs-gutter-x) * 1.7);
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .custom-btn,
  .navbar .custom-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .navbar-icon {
    font-size: var(--copyright-font-size);
    width: 35.5px;
    height: 35.5px;
    line-height: 35.5px;
  }

  .hero-image-wrap {
    width: 300px;
    height: 300px;
  }

  .hero-image {
    min-width: inherit;
  }
}

@media screen and (max-width: 320px) {
  /* .clients-image {
    max-width: 100%;
  } */
  .element {
    background-position: center; /* Menampilkan keseluruhan gambar di tengah */
  }
  .about-thumb {
    margin-left: 20px;
    margin-right: 20px;
  }
  .col-lg-7 {
    padding-left: calc(var(--bs-gutter-x) * 1);
    padding-right: calc(var(--bs-gutter-x) * 1);
  }
  .hero {
    height: 85vh;
  }
  .hero-title {
    font-size: 18px;
  }
  .hero-text {
    top: 50px;
    margin-bottom: 70px;
  }
  .navbar-brand {
    font-size: 20px;
    font-weight: var(--font-weight-bold);
  }
  .me-3 {
    margin-right: 0 !important;
  }
  .hero h2 {
    font-size: 14px;
  }
  p {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  h1 {
    font-size: 24px; /* Atur ukuran font h1 */
  }

  h2 {
    font-size: 20px; /* Atur ukuran font h2 */
  }

  h3 {
    font-size: 18px; /* Atur ukuran font h3 */
  }

  h4 {
    font-size: 16px; /* Atur ukuran font h4 */
    letter-spacing: 0.3px;
  }

  h5 {
    font-size: 14px; /* Atur ukuran font h5 */
  }

  h6 {
    font-size: 12px; /* Atur ukuran font h6 */
  }

  p {
    font-size: 14px; /* Atur ukuran font untuk paragraf */
  }
  /* h3{
    font-size: 20px;
  }
  h2,h4.text-white{
    font-size: 16px;
  } */
  .avatar-image {
    border-radius: var(--border-radius-large);
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
}

.cta {
  border: none;
  background: none;
  cursor: pointer;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  font-family: var(--body-font-family); /* Gunakan variabel di sini */
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: var(--p-color);
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--p-color);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*---------------------------------------
    NEW ABOUT              
  -----------------------------------------*/
.outerIntro {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}

.dotIntro {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 6s linear infinite;
}

@keyframes moveDot {
  0%,
  100% {
    top: 5%;
    right: 5%;
  }
  25% {
    top: 5%;
    right: calc(100% - 35px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 35px);
  }
  75% {
    top: calc(100% - 30px);
    right: 5%;
  }
}

.cardIntro {
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 9px;
  border: solid 1px #202222;
  background: radial-gradient(circle 280px at 0% 0%, #444444, #0c0d0d);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

.rayIntro {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}

.cardIntro .text {
  font-weight: bolder;
  font-size: 2rem;
  background: linear-gradient(45deg, #000000 4%, #fff, #000);
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}

.lineIntro {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #2c2c2c;
}

.toplIntro {
  top: 5%;
  background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}

.bottomlIntro {
  bottom: 5%;
}

.leftlIntro {
  left: 5%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #747474 30%, #222424 70%);
}

.rightlIntro {
  right: 5%;
  width: 1px;
  height: 100%;
}

/* PROJECT TITLE */
.project-title {
  max-width: 80%;
  font-size: xx-large;
  color: var(--white-color);
  margin: 0 auto;
  word-wrap: break-word;
  display: block;
  text-align: center;
}
/* PROJECT TITLE END*/

/* PROJECT SECTION */

.about {
  /* background: linear-gradient(-25deg, #555555, #000000); */
  color: #fff;
  padding: 60px 0;
  position: relative;
}

.aboutt {
  background: linear-gradient(-25deg, #555555, #000000);
  color: #fff;
  padding: 60px 0;
  position: relative;
}

.projects {
  /* background: linear-gradient(-25deg, #555555, #000000); */
  color: #fff;
  padding: 60px 0;
  position: relative;
}

.glass-card {
  background-color: rgba(255, 255, 255, 0.074);
  border: 1px solid rgba(255, 255, 255, 0.222);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 0.7rem;
  padding: 70px;
  margin-top: 20px;
  color: #fff;
  transition: all ease 0.3s;
}

.glass-card:hover {
  box-shadow: 0px 0px 20px 1px var(--secondary-color);
  border: 1px solid rgba(142, 207, 245, 0.454);
}

.glass-card p {
  color: var(--white-color);
  margin-bottom: 1rem;
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
}
/* CSS untuk menambahkan dot per poin dalam paragraf */
.bullet-points {
  position: relative;
  padding-left: 20px;
}

.second-title {
  font-size: 1.3rem !important;
  font-family: "DM Sans", sans-serif !important;
  color: var(--white-color);
  background-color: var(--secondary-color);
  padding: 5px 30px !important;
  border-radius: 50px;
  /* padding: 5px 10px; */
  display: inline-block;
}

.bullet-points::before {
  content: "\2022"; /* Unicode untuk tanda poin (dot) */
  position: absolute;
  left: 0;
}

.bullet-points::after {
  content: "\2022"; /* Unicode untuk tanda poin (dot) */
  position: absolute;
  left: 0;
}

.bullet-points br + br {
  display: none;
}

.bullet-points br::before {
  content: "\2022";
  display: block;
  position: absolute;
  left: 0;
  padding-left: 5px;
}

.bullet-points br::after {
  content: "\2022";
  display: block;
  position: absolute;
  left: 0;
  padding-left: 5px;
}

.icon-project .clients-image {
  width: 50px;
  height: auto;
}

.icon-project .clients-image.m-2 {
  margin: 0.5rem;
}

.icon-project .clients-image.m-0 {
  margin: 0rem;
}

/* button category */
/* From Uiverse.io by niat786 */
button.filter-ctg {
  font-family: PlusJakartaSans, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Cantarell, Helvetica Neue, Ubuntu, sans-serif;
  font-size: 1rem;
  align-items: center;
  height: 48px;
  max-width: fit-content;
  border-radius: 0.4rem;
  font-weight: 600;
  padding: 0 1.2rem;
  margin: 0 10px 0 10px;
  color: #ddd;
  border: none;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(143, 142, 142, 0.15) !important;
  background: #000000;
}

.filter-contain {
  font-size: 0.8rem;
  color: #7f7f7f;
}

button.filter-ctg:hover {
  background: var(--secondary-color);
}

button.filter-ctg:active {
  background: #294c5a;
}

/* button category end */

/* From Uiverse.io by iconicchandu */
.card {
  --white: hsl(0, 0%, 100%);
  --black: hsl(240, 15%, 9%);
  --paragraph: hsl(0, 0%, 83%);
  --line: hsl(240, 9%, 17%);
  --primary: hsl(189, 92%, 58%);

  position: relative;

  display: flex;
  flex-direction: column;
  gap: 1rem;

  padding: 1rem;
  width: 19rem;
  background-color: hsla(240, 15%, 9%, 1);
  background-image: radial-gradient(
      at 88% 40%,
      hsla(240, 15%, 9%, 1) 0px,
      transparent 85%
    ),
    radial-gradient(at 49% 30%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
    radial-gradient(at 14% 26%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
    radial-gradient(at 0% 64%, hsl(189, 99%, 26%) 0px, transparent 85%),
    radial-gradient(at 41% 94%, hsl(189, 97%, 36%) 0px, transparent 85%),
    radial-gradient(at 100% 99%, hsl(188, 94%, 13%) 0px, transparent 85%);

  border-radius: 1rem;
  box-shadow: 0px -16px 24px 0px rgba(255, 255, 255, 0.25) inset;
}

.card .card__border {
  overflow: hidden;
  pointer-events: none;

  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: linear-gradient(
    0deg,
    hsl(0, 0%, 100%) -50%,
    hsl(0, 0%, 40%) 100%
  );

  border-radius: 1rem;
}

.card .card__border::before {
  content: "";
  pointer-events: none;

  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%), rotate(0deg);
  transform-origin: left;

  width: 200%;
  height: 10rem;
  background-image: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0) 0%,
    hsl(189, 100%, 50%) 40%,
    hsl(189, 100%, 50%) 60%,
    hsla(0, 0%, 40%, 0) 100%
  );

  animation: rotate 8s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

/* CARD SKILL */

.rowSkill {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.prog-card {
  --white: hsl(0, 0%, 100%);
  --black: hsl(240, 15%, 9%);
  --paragraph: hsl(0, 0%, 83%);
  --line: hsl(240, 9%, 17%);
  --primary: hsl(189, 92%, 58%);
/* #c5c5c5,
    #325d6e 20%,
    #325d6e 10%,
    #1c1c1c 30%, */
  position: relative;
  display: flex;
  flex: 1 1 300px;
  max-width: 350px;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  width: 19rem;
  background-color: #1c1c1c;
  background-image: radial-gradient(
      at 88% 40%,
      #1c1c1c,
      transparent 85%
    ),
    radial-gradient(at 49% 30%, hsla(240, 15%, 9%, 1) 0px, transparent 85%),
    radial-gradient(at 14% 26%, hsla(240, 15%, 9%, 1) 0px, transparent 35%),
    radial-gradient(at 0% 64%, #325d6e 0px, transparent 85%),
    radial-gradient(at 41% 94%, #325d6e 0px, transparent 65%),
    radial-gradient(at 100% 99%, #c5c5c5 0px, transparent 55%);
  border-radius: 1rem;
  /* box-shadow: 0px -16px 24px 0px rgba(255, 255, 255, 0.25) inset; */
}

.prog-card__border {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: linear-gradient(
    0deg,
    hsl(0, 0%, 100%) -50%,
    hsl(0, 0%, 40%) 100%
  );
  border-radius: 1rem;
}

.prog-card__border::before {
  content: "";
  pointer-events: none;
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%), rotate(0deg);
  transform-origin: left;
  width: 200%;
  height: 10rem;
  background-image: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0) 0%,
    hsl(189, 100%, 50%) 40%,
    hsl(189, 100%, 50%) 60%,
    hsla(0, 0%, 40%, 0) 100%
  );
  animation: prog-rotate 8s linear infinite;
}

@keyframes prog-rotate {
  to {
    transform: rotate(360deg);
  }
}

.prog-card__title {
  font-size: 1rem;
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
}

.prog-card__paragraph {
  margin-top: 0.25rem;
  width: 65%;
  font-size: 0.5rem;
  color: var(--paragraph);
}

.prog-card__line {
  width: 100%;
  height: 0.1rem;
  background-color: var(--line);
  border: none;
}

.prog-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.prog-card__list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.prog-check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  background-color: var(--primary);
  border-radius: 50%;
}

.prog-check__svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: var(--black);
}

.prog-list__text {
  color: var(--white);
  /* color: var(--p-color); */
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

.prog-button {
  cursor: pointer;
  padding: 0.5rem;
  width: 100%;
  background-image: linear-gradient(
    0deg,
    hsl(189, 92%, 58%),
    hsl(189, 99%, 26%) 100%
  );
  font-size: 0.75rem;
  color: var(--white);
  border: 0;
  border-radius: 9999px;
  box-shadow: inset 0 -2px 25px -4px var(--white);
}

/* PROJECT SECTION END */
