html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* GLOBAL CSS */
h1 {font-size: 64px; font-family: "Raleway", sans-serif; line-height: 100%; font-weight: 700; color: #FFBF0F;}
h2 {font-size: 40px; font-family: "Raleway", sans-serif; line-height: 100%; font-weight: 700; color: #102E50;}
h3 {font-size: 36px; font-family: "Raleway", sans-serif; font-weight: 700;}
h4 {font-size: 24px; font-family: "Raleway", sans-serif; line-height: 100%; font-weight: 800;}
h5 {font-size: 20px; font-family: "Raleway", sans-serif; font-weight: 500;}

.section1{
  padding-top: 80px;
  padding-bottom: 80px;
}
.section2{
  padding-top: 56px;
  padding-bottom: 56px;
}

.btn-dw-form{
  border-radius: 8px;
  color: white;
  background-color: #3D8A50;
  border-color: #3D8A50;
  width: 271px;
  height: 53px;
}
/* END OF GLOBAL CSS */


/* GLOBAL CSS RESPONSIVE */
@media only screen and (max-width: 600px) {
  h1 {font-size: 40px; font-weight: 700; color: #FFBF0F;}
  h2 {font-size: 24px; font-weight: 700;}
  h3 {font-size: 20px; font-weight: 700;}
  
  .section1{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-form{
    padding-top: 56px;
    padding-bottom: 99px;
  }
}

/* END OF GLOBAL CSS RESPONSIVE */

/* HOMEPAGE */
.overlay-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
.row-core {
  @extend .row;
}
.col-md-core {
  @extend .col-md;
}
.col-12-core {
  @extend .col-12;
}
.col-md-core {
  flex: 2;
}
.item-core {
  transition: flex 0.5s ease;
  cursor: pointer;
  height: 407px;
}
.row-core {
  display: flex;
  flex-wrap: wrap;
}
.item-core:hover {
  flex: 4;
}
.item-core:hover ~ .item-core {
  flex: 2;
}
.image-container {
  position: relative; 
  display: inline-block; 
}

.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); /* Gradien dari hitam solid ke transparan (ke atas) */
  opacity: 0.6; /* Atur opasitas overlay sesuai keinginan */
  pointer-events: none; /* Agar overlay tidak menghalangi interaksi dengan gambar jika diperlukan */
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .row-core {
    display: block;
}
  .item-core {
      width: 100%;
      height: 205px;
  }
  .item-core:hover {
    width: 100%;
    height: 305px;
    transition: flex 0.5s ease;
}
  .col-12-core {
    flex: 1 1 100%;
    max-width: 100%;
}
}


/* Hide scrollbar */
.wwa-slider::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.wwa-slider {
    -ms-overflow-style: none; /* for Internet Explorer and Edge */
    scrollbar-width: none; /* for Firefox */
}

.img-text{
  position:relative;
  text-align:center;
  color: white;
}
.img-text-detail {
  position: absolute;
  bottom: 39px;
  left: 22px;
  font-weight: 700;
  font-size: 24px;
}

.wincase-title{
  position: relative;
}

.interactive-banners-style-05 .wincase-title:hover{
  position: absolute;
  top: 200px;
}
.img-text-wincase{
  position:relative;
  color: white;
  height: 100%;
}
.img-fit-wincase{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.img-text-detail-wincase1 {
  position: absolute;
  bottom: 38px;
  left: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
}
.img-text-detail-wincase {
  position: absolute;
  bottom: 38px;
  left: 20px;
  font-weight: 700;
  font-size: 20px;
}
/* END OF HOMEPAGE */

/* FORM */
.section-form{
  padding-top: 80px;
  padding-bottom: 100px;
}
input::placeholder,
input:-webkit-input-placeholder,
input:-moz-input-placeholder,
input:-ms-input-placeholder {
  color: #ccc;
  &::first-letter {
    color: red;
  }
}

/* TEAM */
.card {
  cursor: pointer;
}
.modal{
  top: 20% !important;
}
.modal-content {
  display: flex;
}
.modal-body{
  padding: 56px;
}
.modal-body .modal-image {
  height: auto;
  margin-right: 20px; 
}
.modal-text {
  flex: 1;
}