@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

html {
  scroll-behavior: smooth;
}

/* adnan styling */
/* 
============================
|______ text
|______ color
|______ button
|______ 
============================
*/

* {
  font-family: "DM Sans", serif;
}

body {
  font-family: "DM Sans", serif;
}

ul>li>a:hover {
  text-decoration: underline;
}

.bg-hitam-custom {
  background-color: #303030 !important;
}

.bg-yellow {
  background-color: #e5a30e;
}

.bg-yellow2 {
  background-color: rgba(255, 180, 2, 0.8);
}

.bg-yellow3 {
  background-color: rgba(255, 180, 2, 0.6);
}

.bg-yellow4 {
  background-color: rgba(255, 180, 2, 0.4);
}

.bg-yellow5 {
  background-color: rgba(255, 180, 2, 0.4);
}

.bg-yellow6 {
  background-color: rgba(255, 180, 2, 0.1);
}

.bg-yellow-secondary {
  background: rgba(255, 180, 2, 0.3);
}

.bg-grey {
  background-color: rgba(50, 0, 0, 0.16) !important;
}

.bg-success-secondary {
  background: rgba(0, 128, 0, 0.2) !important;
}

.bg-gradient1 {
  background-image: linear-gradient(to right, #e5a30e, #ffff);
}

/* text color  */
.bg-dark {
  color: #303030 !important;
}

.text-grey {
  color: #d9d9d9 !important;
}

.bg-dark-light {
  color: #3c3c3c !important;
}

.text-yellow {
  color: #e5a30e !important;
}

/* font weight  */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

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

.fw-800 {
  font-weight: 800;
}

/* font size  */
.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: clamp(10px, 2vw, 24px);
}

/* button  */
.btn-main-yellow {
  background-color: #320000;
  color: #e5a30e !important;
}

.btn-gradient-yellow {
  background: linear-gradient(180deg, #e5a30e 0%, #db8400 100%);
  color: rgba(50, 0, 0, 1) !important;
}

.btn-yellow {
  background-color: #e5a30e;
  color: #000 !important;
}

.btn-main-secondary {
  background-color: #320000;
  color: #ffff !important;
  opacity: 0.5;
}

.btn-grey {
  background-color: rgba(50, 0, 0, 0.16);
  color: #320000 !important;
}

/* styling  */
@media only screen and (max-width: 575px) {
  .showcase {
    font-size: 24px;
  }
}

/* swiper  */
.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 80%;
}

/*fonts*/
.text-size-1 {
  font-size: 14px;
}

.text-size-2 {
  font-size: 15px;
}

.text-size-3 {
  font-size: 16px;
}

.text-size-3 {
  font-size: 17px;
}

.text-size-4 {
  font-size: 17px;
}

.text-size-5 {
  font-size: 18px;
}

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

.rounded-pill {
  border-radius: 50px;
}

.rounded-pill-2 {
  border-radius: 25px;
}

/* text */
.text-oren-custom {
  color: #faa300;
}

.text-blue-custom {
  color: #3751ff;
}

/* Bacgkround */
.bg-grey-custom {
  background: #f8fbff;
}

.bg-blue-custom {
  background: #3751ff;
}

.bg-oren-custom {
  background: #faa300;
}

.border-oren-custom {
  border-color: #faa300;
  border-style: solid;
  border-width: 2px;
}

.border-blue-custom {
  border-color: #3751ff;
  border-style: solid;
  border-width: 2px;
}

.letter-spacing {
  letter-spacing: 0.5px;
}

.text-shadow {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06), 0 4px 4px rgba(0, 0, 0, 0.06), 0 8px 8px rgba(0, 0, 0, 0.06);
}

.text-shadow-2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.04), 0 16px 32px rgba(0, 0, 0, 0.04), 0 32px 64px rgba(0, 0, 0, 0.04);
}

.box-shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
}

.box-shadow-2 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 8px 16px rgba(0, 0, 0, 0.04), 0 16px 32px rgba(0, 0, 0, 0.04), 0 32px 64px rgba(0, 0, 0, 0.04);
}

.card-custom {
  border-radius: 10px;
  border-color: transparent;
  -webkit-box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 11px -3px rgba(0, 0, 0, 0.75);
}

.filter-grayscale {
  filter: grayscale(10);
}

.navbar.scrolled {
  background-color: yellow !important;
  transition: background-color 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.slick-slide {
  outline: none;
}

.another-card {
  transition: 0.2s;
  border: 1px solid transparent;
  box-shadow: 3px 3px 10px #616161;
  border-radius: 10px;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.filter-grayscale-2 {
  filter: grayscale(100%);
}

.navbar.scrolled {
  background-color: yellow !important;
  transition: background-color 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.text-carousel {
  position: absolute;
  top: 140px;
  left: 35%;
  letter-spacing: 1.5px;
}

.text-carousel-sub {
  position: absolute;
  top: 185px;
  left: 15%;
  letter-spacing: 1px;
  width: 700px;
}

.filter-bg {
  filter: brightness(40%);
}

.carousel-indicators.not-active {
  display: none;
}

.filter-grayscale {
  filter: grayscale(100%);
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}