:root,
[data-bs-theme=light] {
    --base-color: #d20700;
    --very-light-base-color: #f7f7f7;
    --second-color: #032c7d;
    --third-color: #F8430A;
    --four-color: #3f78e0;
}

.bg-base-color {
    background-color: var(--base-color);
}

.bg-very-light-base-color {
    background-color: var(--very-light-base-color);
}

.bg-second-color {
    background-color: var(--second-color);
}

.bg-utama {
    background-color: var(--base-color);
}

.bg-hitam {
    background-color: black;
}

.bg-putih {
    background-color: white;
}

.text-utama {
    color: var(--base-color);
}

.text-putih {
    color: white;
}

.text-hitam {
    color: black;
}

.text-base-color {
    color: var(--base-color);
}

.text-second-color {
    color: var(--second-color);
}

/* Navbar */
@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Welcome Text */
.bg-dot.primary {
    background-image: radial-gradient(var(--base-color) 2px, transparent 2.5px);
}

/* Floating WA */
.contact-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    display: flex;
    gap: 10px;
}

.button-33 {
    background-color: #39B54A;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-33:hover {
    box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
        rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px,
        rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px,
        rgba(57, 181, 74, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
    color: white;
}

/* Produk */
/* @media (max-width: 1399px) {
    .project.item .card .post-header .post-title a {
        font-size: 16px !important;
    }
} */

.text-line.text-primary:before {
    background-color: var(--base-color);
}

.text-line-2 {
    position: relative;
    vertical-align: top;
    padding-left: 1.4rem
}

.text-line-2:not(.text-gradient) {
    display: inline-flex
}

.text-line-2:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
    width: .75rem;
    height: .05rem;
    background: var(--bs-primary)
}

.text-line-2:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-60%);
    right: -27px;
    width: .75rem;
    height: .05rem;
    background: var(--bs-primary)
}

.text-line-2.text-primary:before {
    background-color: var(--base-color);
}

.text-line-2.text-white:before,
.text-line-2.text-white:after {
    background-color: #fff;
}

.contact-btn {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
}

.contact-card-wrap .contact-card {
  margin-bottom: 25px;
  background-color: #F0F0F0;
  padding: 30px 30px;
  border-radius: 10px;
  background-image: url('../../../images/bg-wisata.jpg');
  background-position-y: bottom;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-card-wrap .contact-card:last-child {
  margin-bottom: 0;
}
.contact-card-wrap .contact-card .contact-icon {
  width: 75px;
  height: 75px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
  transition: all ease .5s;
}
.contact-card-wrap .contact-card .contact-icon i {
  color: var(--bs-primary);
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  transition: all ease .5s;
}
.contact-card-wrap .contact-card .contact-info {
  width: calc(100% - 100px);
  margin-left: auto;
  position: relative;
  top: -3px;
}
.contact-card-wrap .contact-card:hover {
  transform: translateY(-5px);
  transition: all ease .5s;
}
.contact-card-wrap .contact-card:hover .contact-icon {
  background-color: var(--bs-primary) !important;
}
.contact-card-wrap .contact-card:hover .contact-icon img {
  filter: brightness(0) invert(1);
}
.contact-card-wrap .contact-card:hover .contact-icon i {
  color: white;
}

.contact-box {
  background-color: #EBF0F1;
  padding: 60px 60px 64px;
}
.contact-box .form-group input {
  height: 60px;
}
.contact-box .form-group textarea {
  height: 180px;
}

.with-ts {
  width: fit-content;
}

.with-ts .text-shadow {
  position: absolute;
  right: -200px;
  color: black;
  opacity: 0.02;
  font-size: 100px;
  z-index: -1;
  top: -50px;
}

.with-ts .text-shadow2 {
  position: absolute;
  right: -200px;
  color: var(--bs-primary);
  opacity: 0.05;
  font-size: 70px;
  z-index: -1;
  top: -50px;
}

@media (max-width: 767.98px) {
  .with-ts .text-shadow {
    position: absolute;
    right: -75px;
    color: black;
    opacity: 0.02;
    font-size: 65px;
    z-index: -1;
    top: -25px;
  }

  .with-ts .text-shadow2 {
    position: absolute;
    right: -75px;
    color: var(--bs-primary);
    opacity: 0.02;
    font-size: 45px;
    z-index: -1;
    top: -25px;
  }
}