.title-slider {
  color: #c39833;
}

@media (min-width: 300px) and (max-width:576px) {
  .title-slider {
    font-size: 20px;
    color: #c39833;
  }
}

.image-service-top {
  width: 50px;
}

@media (min-width: 300px) and (max-width:576px) {
  .sub-title-slider {
    font-size: 12px;
  }
}

.image-slider {
  height: 1000px;
}

@media (min-width: 300px) and (max-width:370px) {
  .slider-padding {
    padding: 30px;
  }
}

@media (min-width: 371px) and (max-width:395px) {
  .slider-padding {
    padding: 40px;
  }
}

@media (min-width: 396px) and (max-width:500px) {
  .slider-padding {
    padding: 50px;
  }
}

@media (min-width: 501px) and (max-width:576px) {
  .slider-padding {
    padding: 60px;
  }
}

@media (min-width:577px) and (max-width:992px) {
  .slider-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width:993px) {
  .slider-padding {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .judul-content {
    color: rgb(246, 246, 246);
    font-size: 70px;
  }
}

@media (min-width: 300px) and (max-width:766px) {
  .judul-content {
    color: rgb(246, 246, 246);
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .paragraph-content {
    font-size: 18px;
  }
}

@media (min-width: 300px) and (max-width:767px) {
  .paragraph-content {
    font-size: 14px;
  }
}

.background-content-about {
  /*background: #ffffff;*/
  /*padding-left: 0px;*/
  /*padding-top: 60px;*/
  /*padding-bottom: 60px;*/
}

@media (min-width: 300px) and (max-width:768px) {
  .background-content-about {
    /*padding-left: 40px;*/
    padding-bottom: 60px;
    /*padding-right: 40px;*/
  }
}

.logo-small {
  margin-left: -10px;
  width: 100px;
}

.bg-judul {}

.judul-content-service {
  font-weight: 700;
  font-size: 70px;
  color: rgb(246, 246, 246);
}

@media (min-width: 300px) and (max-width:576px) {
  .judul-content-service {
    font-weight: 700;
    font-size: 40px;
    color: rgb(246, 246, 246);
  }
}

@media (min-width: 300px)and (msx-width:576px) {
  .judul-content-service {
    font-weight: 700;
    font-size: 40px;
    color: rgb(246, 246, 246);
  }
}

.quotes {
  margin-top: 30px;
  color: #c39833;
  font-size: 20px;
  letter-spacing: 3px;
  font-family: Aldrich, sans-serif;
}

.paragraph-service {
  margin-top: 15px;
  color: #ffffff;
  font-size: 16px;
}

.service-judul {
  /*margin-top: 30px;*/
  font-size: 20px;
  letter-spacing: 2px;
  font-family: Aldrich, sans-serif;
  color: #f5f6f8;
}

.content-bg-us {
  padding: 50px;
  /*background: #000000;*/
}

.judul-content-us {
  letter-spacing: 5px;
  font-family: Aldrich, sans-serif;
  font-size: 60px;
  color: rgb(246, 246, 246);
}

@media (min-width: 300px) and (max-width:576px) {
  .judul-content-us {
    letter-spacing: 5px;
    font-family: Aldrich, sans-serif;
    font-size: 50px;
    color: rgb(246, 246, 246);
  }
}

.sub-judul {
  color: rgba(255, 255, 255, 0.21);
}

table {
  background-color: transparent;
}

.table> :not(caption)>*>* {
  padding: .5rem .5rem;
  color: #ffffff;
  background-color: transparent;
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.service-content {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.judul-service {
  font-family: 'Aldrich';
  font-size: 30px;
  font-weight: 700;
}

.numnber-service {
  margin-right: 20px;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 2px;
  width: 60px;
  text-align: center;
  border-radius: 50px;
}

.hover-service {
  height: 120px;
  transition: transform 0.5s ease;
}

.hover-service:hover {
  cursor: pointer;
  transform: translateX(100px);
}

.btn-git {
  padding: 10px;
  color: #a3a3a3 !important;
  border: 1px solid #232323 !important;
  background-color: #ffffff36 !important;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-wu {
  color: #a7a7a7;
}

.image-about-us1 {
  object-fit: cover;
  height: 400px;
  width: 400px;
}

.image-about-us2 {
  object-fit: cover;
  width: 600px;
  height: 400px;
}

.paragraph-content {
  color: rgba(255, 255, 255, 0.86);
}

.bg-client {
  margin-left: 100px;
  margin-top: -200px;
  padding: 30px;
  border-radius: 16px;
  margin-right: 100px;
}

.client-word {
  font-weight: 900;
  font-size: 100px;
  color: #c39833;
  letter-spacing: 10px;
}

.paragraph-client {
  text-transform: uppercase;
  color: #232323;
}

.wu-bg {
  /*padding: 20px;*/
  /*background: #0e0e0e;*/
}

.icon-wu {
  color: #ffffff;
}

body {
  height: 100%;
  background: #121212 !important;
}

.carousel-logo {
  /*margin: 20px;*/
  /*padding: 10px;*/
  /*width: 150px;*/
}

@media (min-width: 300px) and (max-width:578px) {
  .carousel-logo {
    margin: 20px;
    padding: 10px;
    width: 100px;
  }
}

.logos {
  margin: 20px;
}

.paragraph-portfolio {
  font-size: 14px;
}

.image-porto {
  object-fit: cover;
  border-radius: 10px !important;
  width: 100%;
  height: 200px;
}

@media (min-width: 300px) and (max-width:576px) {
  .image-porto {
    border-radius: 10px !important;
    width: 100%;
    height: 250px;
  }
}

.movie-card {
  margin-top: 20px;
  border-radius: 10px !important;
  position: relative;
  /*z-index: 1000;*/
  overflow: visible;
}

.row {
  overflow: visible !important;
}

.judul-client {
  font-weight: 700;
  letter-spacing: 5px;
  font-family: Aldrich, sans-serif;
  font-size: 40px;
  color: #232323;
}

@media (min-width: 300px) and (max-width:576px) {
  .judul-client {
    letter-spacing: 5px;
    font-family: Aldrich, sans-serif;
    font-size: 33px;
    color: #232323;
  }
}

.image-cover-portfolio {
  border-radius: 10px;
}

.logo-footer {
  width: 100px;
}

.button-all {
  margin-top: 20px;
  width: 100px;
  font-weight: 100;
  padding: 5px;
  font-size: 12px;
  background-color: #c39833 !important;
  color: #ffffff !important;
}

.section-work {
  background: linear-gradient(180deg, black, rgba(255, 255, 255, 0));
}

.image-header {
  height: 700px;
}

.paragraph-header {
  font-family: 'Aldrich';
  letter-spacing: 2px;
}

div {}

div {}

@media (min-width: 300px) and (max-width:767px) {
  .image-header {
    padding: 20px;
    height: 250px;
  }
}

@media (min-width: 300px) and (max-width:767px) {
  .paragraph-header {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .image-header {
    height: 400px;
  }
}

.bg-dark {
  --bs-bg-opacity: 1;
  background: #121212 !important;
}

.image-about-us3 {
  border-radius: 5px;
  width: 200px;
}

.image-about-us4 {
  border-radius: 5px;
  width: 350px;
}

.image-about-us6 {
  border-radius: 5px;
  object-fit: cover;
  width: 300px;
  height: 200px;
}

.bg-bottom-about-us {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .bg-bottom-about-us {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.border-judul {
  background: linear-gradient(56deg, #4b3c12 9%, rgb(194, 151, 52) 69%, #ffdf9a 100%);
  width: 200px;
  padding: 1.5px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.service-bg {
  padding: 20px;
  /*background: #000000;*/
}

.icon-service {
  color: #ffffff !important;
}

.text-marquee {
  overflow: hidden;
  margin-right: 20px;
  color: rgba(255, 253, 253, 0.03);
  /*font-size: 200px;*/
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 50s linear infinite;
}

.marquee-content span {
  display: inline-block;
  margin-right: 2rem;
  font-size: 200px;
  font-weight: bold;
  /*color: #000;*/
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.link-contact {
  font-family: 'Actor, sans-serif';
  font-size: 30px;
  margin-right: 30px;
  color: #ffffff;
}

.git-text {
  font-size: 80px;
}

@media (min-width: 300px) and (max-width:767px) {
  .git-text {
    font-size: 40px;
  }
}

.marquee-right {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-right-content {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeRight 200s linear infinite;
}

.marquee-right-content span {
  display: inline-block;
  margin-right: 2rem;
  font-size: 400px;
  font-weight: bold;
  /*color: #000;*/
}

@keyframes marqueeRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

.pagination-color {
  color: #c39833;
}

.pagination {
  z-index: 1;
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #ffffff;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(55, 99, 244, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #3763f4;
  --bs-pagination-active-border-color: #3763f4;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.image-gallery {
  width: 200px;
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.btn {}

.carousel-control-prev {
  margin-top: 40px;
}

.carousel-control-next {
  margin-top: 40px;
}

.card-git {
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.21);
}

.contact-we {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.16);
}

.form-control {
  margin-top: 20px;
  border: 1px solid #ffffff;
  display: block;
  width: 100%;
  padding: .6rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2d2c38;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0.71);
  background-clip: padding-box;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a {
  text-decoration: none !important;
}

.slider-header-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.slider-title {
  top: 30%;
  z-index: 10;
  color: white;
  top: 25%;
  left: 3%;
  text-align: left;
  padding: 20px;
  max-width: 700px;
}

.slider-title h1,
.slider-title p {
  /*text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);*/
  /*margin-left: -500px;*/
  /*max-width: 600px;*/
}

.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.swiper-slide {
  position: relative;
}

.slider-title {
  z-index: 2;
  position: absolute;
  top: 30%;
}

.logo-partner {
  margin-top: 30px;
  width: 170px;
}

.whatsapp-float {

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-float .btn {
  width: 50px;
  background-color: #ffffff;
  color: #c39833;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
}


.whatsapp-float .btn:hover {
  background-color: #ffffff;
  color: #d2a439;
}

.cover-image-partner {
  align-content: center;
  width: 200px;
  padding: 10px;
  height: 150px;
}