/* ========================================================================================================================== */
/* Universal/Basic style start */
/* ========================================================================================================================== */
:root {
  /*default*/
  --boxed: #5f758d;
  --body: #e8f5e9;
  --colors: #e8bd35;
  --color2: #fff;
  --color3: #000;

  --primtext: "Plus Jakarta Sans";
  --subtext: "Plus Jakarta Sans";
}
html {
  background-color: #000;
}
i.fas.fa-chevron-down {
  display: none;
}
@media (max-width: 768px) {
  .col-6.col-md-3.mb-3 {
    padding: 0px 5px;
  }

  .display-pc-share {
    display: none;
  }

  .header-logo img {
    height: 30px !important;
  }
}

@media (min-width: 768px) {
  .display-pc-share {
    display: flex;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1340px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 768px) {
  .display-pc-share {
    display: none;
  }
}

span.text-wid {
  font-family: var(--primtext);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}

.social-icons:not(.social-icons-clean) li a {
  color: var(--colors) !important;
}
/* ========= btn book ========= */
.btn-book-atas {
  font-family: var(--primtext);
  background: #ffbd2a;
  color: var(--colors);
  border: 1px solid var(--colors);
  text-transform: capitalize;
  border-radius: 100px;
  margin-left: 15px;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
  transition: all esae 500ms;
}

.btn-book-atas:hover {
  background: #fff;
  color: var(--colors);
}
/* ========= btn book ========= */

a {
  text-decoration: unset !important;
}

* {
  scroll-behavior: smooth;
}

.headatas {
  height: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.smooth-slide {
  position: relative;
  bottom: 100px;
}

.pad6rem {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .pad6rem {
    padding: 3rem 0;
  }

  .headatas {
    height: 60px;
    padding: 0px 0px;
  }

  .col-tour {
    position: relative;
    overflow-y: scroll;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .container-global {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media (max-width: 768px) {
  .container-global {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* =============== Arrow ============= */
.list-star {
  margin-bottom: 9px;
  position: relative;
}

.list-star i {
  color: #ffdc00;
  font-size: 13px;
}

.btn-contact1 {
  background: var(--colors);
  color: #fff;
  font-family: var(--primtext);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 30px;
  transition: all ease 500ms;
  letter-spacing: 2px;
}

.btn-contact1:hover {
  background: var(--color2);
  border-color: white;
  color: #fff;
  transition: all ease 500ms;
}

span.label-name {
  position: absolute;
  top: 3%;
  left: 0;
  z-index: 3;
  background: var(--colors);
  color: white;
  font-family: var(--primtext);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 6px 20px 6px 15px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 0px 100px 100px 0px;
}

.ss-arrow button {
  margin: 0;
  padding: 0;
  background: var(--colors);
  border: 1px solid var(--colors);
  height: 30px;
  width: 30px;
  font-size: 12px;
  transform: scale(1.2);
  color: var(--color3);
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 200ms all ease;
}
.ss-arrow button:hover {
  background: var(--color3);
  border: 1px solid var(--color3);
  color: var(--colors);
}
.ss-arrow .slide-arrow {
  position: absolute;
  top: 44% !important;
  margin-top: -15px;
}
.ss-arrow .prev-arrow {
  left: -1%;
  z-index: 1;
}
.ss-arrow .next-arrow {
  right: -1%;
  z-index: 1;
}
/* ============ arrow ============== */
/* ========================================================================================================================== */
/* Universal/Basic style end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Header style start */
/* ========================================================================================================================== */
@media (min-width: 768px) {
  #header .header-nav.header-nav-stripe nav > ul > li.open > a,
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    border-radius: 5px !important;
  }
}

.header-body {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent !important;
  border: unset !important;
  transition: all ease 500ms;
}

html.sticky-header-enabled
  #header.header-transparent:not(.header-transparent-not-fixed)
  .header-body {
  position: relative;
}

html:not(.sticky-header-active) .header-body {
  margin-top: 10px !important;
  transition: all ease 1000ms !important;
}

html:not(.sticky-header-active)
  #header.header-transparent
  .header-nav-main:not(.header-nav-main-dark)
  nav
  > ul
  > li
  > a {
  color: #fff;
}

html:not(.sticky-header-active)
  #header.header-transparent
  .header-nav-main:not(.header-nav-main-dark)
  nav
  > ul
  > li
  > a.dropdown-toggle:after {
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 768px) {
  html:not(.sticky-header-active) .header-body {
    margin-top: 0px !important;
  }
}

#header .header-nav.header-nav-stripe nav > ul > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: var(--primtext);
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 38%);
  padding: 0 10px;
}

html.sticky-header-active #header.header-transparent .header-body {
  transition: all ease 1000ms !important;
}

html.sticky-header-active #header.header-transparent .header-body:before {
  opacity: 1;
  background-color: #1a2b4987;
  backdrop-filter: saturate(180%) blur(20px);
  border: unset !important;
  transition: all ease 500ms !important;
}

@media (min-width: 768px) {
  #header .header-nav.header-nav-stripe nav > ul > li > a {
    padding: 0 13px !important;
    min-height: 50px;

    height: 50px;
  }

  #header .header-nav.header-nav-stripe nav > ul > li.open > a,
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background-color: var(--colors);
  }
}

@media (min-width: 768px) {
  #header
    .header-nav.header-nav-stripe
    nav
    > ul
    > li
    > a.dropdown-toggle:after {
    border-color: #fff transparent transparent transparent !important;
  }
}

@media (max-width: 768px) {
  #menu-button {
    border-color: #111;
    color: #111;
    margin-left: 10px;
    border: unset !important;
  }

  .menu-tour a {
    font-family: var(--primtext);
  }

  #menuWrapper.show-box {
    opacity: 1;
    visibility: visible;
  }

  #menuWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color3);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
  }

  #menuWrapper #close {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 42px;
    height: 35px;
    font-size: 20px;
    background: 0 0;
    z-index: 1;
    border: none;
  }

  #menuWrapper .container {
    height: 100%;
  }

  .menu-tour ul {
    position: relative;
    padding: 0;
    top: 2%;
    left: 0;
    right: 0;
    text-align: left;
    list-style: none;
  }

  .menu-tour li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin: unset;
  }

  .menu-tour a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  .logo-menu {
    align-items: flex-start !important;
  }

  .menu-andro {
    justify-content: center !important;
  }

  .menu-andro {
    justify-content: flex-end !important;
    margin-right: 10px;
  }

  .header-logo {
    margin-left: 10px !important;
  }

  #menuWrapper {
    overflow: scroll;
  }
}
/* ========================================================================================================================== */
/* Header style end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Section All Page start */
/* ========================================================================================================================== */

.section-allpage {
  position: relative;
  height: 450px;
  font-family: var(--primtext);
}

.section-allpage .background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
  background-image: url(front/img/profile2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-allpage:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.6;
  z-index: 3;
}

.section-allpage:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 180px;
  transform: rotate(180deg);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.6;
}

.section-allpage .text p {
  color: #f1f1f1;
  letter-spacing: 0.5px;
  font-size: 17px;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.section-allpage .text h1 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  color: white;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}

.section-allpage .text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  padding-top: 100px;
  bottom: 0;
  z-index: 10;

  display: flex;
  align-items: center;
  font-family: var(--primtext);
}

@media (max-width: 768px) {
  .section-allpage {
    height: 250px;
  }

  .section-allpage .text h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .section-allpage .text p {
    color: #f1f1f1;
    letter-spacing: 0.5px;
    font-size: 13px;
    margin-bottom: 0;
  }
}
/* ========================================================================================================================== */
/* Section All Page end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Section Title start */
/* ========================================================================================================================== */
/* Title Global */

.title-why2 .sp-atas {
  color: var(--color2);
  font-family: var(--subtext);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}

.title-why2 h2 {
  color: var(--colors);
  font-family: var(--primtext);
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  text-transform: unset;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.title-why2 p {
  color: #ccc;
  font-family: var(--subtext);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}

.title-why2 a {
  font-family: var(--subtext);
  color: var(--colors);
  font-weight: 600;
  font-size: 15px;
  border-bottom: 2px solid;
  padding-bottom: 13px;
}

@media (max-width: 768px) {
  .title-why2 h2 {
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 35px;
  }

  .title-why2 .sp-atas {
    font-size: 9px;
    line-height: 15px;
    margin-bottom: 4px;
  }

  .title-why2 p {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }

  .title-why2 a {
    font-size: 13px;
    padding-bottom: 7px;
    margin-top: 12px;
    display: block;
    width: max-content;
  }
}

.product-slick .slick-list {
  overflow: unset;
}
/* ========================================================================================================================== */
/* Section Title end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Slider start */
/* ========================================================================================================================== */

.slideshow {
  background: #000000;
  font-family: var(--primtext);
}

.slider .item {
  position: relative;
}

.slider .background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  opacity: 0.8;
}

.slider .text {
  min-height: 100vh;
  position: relative;
  z-index: 10;
}

.slider h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 45px;
  text-transform: capitalize;
  line-height: 60px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 38%);
}

/*.search-form .form-control {
        width: 60%;
        padding: .5rem 1rem;
        border-radius: 20px;
      }*/
.search-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  background-color: transparent !important;
}

.wrap-search {
  display: flex;
  width: 100% !important;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 10px;
  background-color: #fff;
}

.wrap-search input.visited {
  background-color: transparent !important;
}

.wrap-search input {
  height: 100%;
  background-color: transparent !important;
  font-size: 8px;
  border: none;
  width: 80% !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 14px;
}

.wrap-search .box {
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
}

.wrap-search button {
  font-size: 20px;
  padding: 0.6rem 0.9rem;
  background-color: var(--colors);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #000;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.wrap-search button:hover {
  background-color: var(--color2);
}

.form-control:focus {
  box-shadow: none !important;
  border: none !important;
}

.slider .btn {
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 10px 25px;
  color: var(--color4);
  font-weight: 600;
  background-color: #000000;
}

.slider .btn:hover {
  background: var(--colors);
  color: var(--color4);
}

.w-60 {
  width: 65%;
}

.img-icon-slider {
  margin: auto;
  height: 80px;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .slider h1 {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: -4px !important;
    font-weight: 400;
  }

  .mrtop {
    margin-top: 20%;
  }

  .slider .text {
    min-height: 45vh;
  }

  .search-form .form-control {
    width: 100%;
  }

  .img-icon-slider {
    display: none !important;
  }

  .wrap-search {
    padding: 0.2rem 0.2rem 0.2rem 1rem;
  }

  .wrap-search input {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 10px;
  }

  .wrap-search button {
    font-size: 17px;
    padding: 0.3rem 0.5rem;
    border-radius: 6px;
  }

  .w-60 {
    width: 100%;
  }
}
/* ========================================================================================================================== */
/* Slider end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Why Us start */
/* ========================================================================================================================== */
.why-style h3 {
  font-family: var(--primtext);
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin-bottom: 9px;
  font-size: 20px;
  color: var(--color3);
}

.why-style p {
  font-family: var(--subtext);
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0px;
  color: #333;
}

.why-style .col-md-3 {
  align-self: center;
  text-align: center;
  padding-right: 0px;
}

.why-style .col-md-3 img {
  object-fit: contain;
  object-position: center;
}

.why-style {
  margin-bottom: 15px;
}

.style-why {
  background-color: navajowhite;
  margin-bottom: -41px;
}

.contact-baru {
  background: var(--colors);
  position: relative;
  margin-top: -60px;
  padding: 35px 40px;
  box-shadow: 0px 11px 53px 0px rgb(89 59 36 / 14%);
  border-radius: 10px;
  position: relative;
  z-index: 11;
}

@media (max-width: 768px) {
  .contact-baru {
    background-color: #2a2a2a;
    margin-top: 0px;
    position: relative;
    width: 100%;
    border-radius: unset;
    padding: 35px 30px 35px !important;
    box-shadow: 0px 11px 53px 0px rgb(89 59 36 / 14%);
  }

  .contact-baru img {
    height: 60px;
    margin-bottom: 19px;
  }

  .why-style h3 {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .why-style .col-md-3 {
    padding-right: 0px;
  }

  .why-style p {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .contact-baru {
    display: none;
  }
}
/* ========================================================================================================================== */
/* Why Us end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Promo Section start */
/* ========================================================================================================================== */
.ong-pro img {
  border-radius: 10px;
}
.slick-slide {
  height: unset;
}
@media (max-width: 768px) {
  .ongopro .slick-list {
    width: 170%;
  }
}
/* ========================================================================================================================== */
/* Promo Section end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Categories Section start */
/* ========================================================================================================================== */
.wrap-cate {
  font-family: var(--primtext);
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 3px;
  transition: all ease 500ms;
  background: black;
  border-radius: 20px;
  /* box-shadow: 2px 4px 20px #00000047; */
}

.wrap-cate img {
  height: 450px;
  width: 100%;
  filter: brightness(0.9);
  object-fit: cover;
  transition: all ease 500ms !important;
}

.wrap-cate:before {
  position: absolute;
  content: "";
  top: 20%;
  left: 0;
  transition: all ease 500ms;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
  background: transparent
    linear-gradient(180deg, rgb(13 28 52 / 0) 0, var(--color3) 100%) 0 0
    no-repeat padding-box;
}

.wrap-cate2 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 8%;
  padding: 0px 35px;
}

.wrap-cate2 h3 {
  color: white;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.wrap-cate2 p {
  color: #f1f1f1;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding: 0px;
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--primtext);
}

.wrap-cate2 .price {
  font-size: 21px;
  margin-bottom: 20px;
}

.wrap-cate2 .btn-cate {
  background: var(--colors);
  color: var(--color3);
  border: 1px solid;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 10px 28px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all ease 500ms;
}

.wrap-cate2 .btn-cate:hover {
  transition: all ease 500ms;
  background: #111;
  color: #fff;
  border-color: #111;
}

.wrap-cate:hover img {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .rowdes {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .col-cate {
    padding: 0px 5px;
  }

  .wrap-cate {
    margin-bottom: 5px;
  }

  .wrap-cate2 {
    bottom: 4%;
    padding: 10px;
    text-align: center;
  }

  .wrap-cate img {
    height: 220px !important;
  }

  .wrap-cate2 h3 {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 7px;
  }

  .catcat {
    margin-bottom: 0px;
  }

  .wrap-cate2 p {
    display: none;
  }

  .wrap-cate2 .price {
    font-size: 18px;
    margin-bottom: 11px;
  }

  .wrap-cate2 .btn-cate {
    padding: 5px 15px;
    font-size: 7px;
  }

  .wrap-cate:before {
    background: transparent
      linear-gradient(180deg, rgb(13 28 52 / 0) 0, #000000 100%) 0 0 no-repeat
      padding-box;
  }
}

.bg-prodct {
  background-color: #171717;
}
/* ========================================================================================================================== */
/* Categories Section end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Product start */
/* ========================================================================================================================== */

.product {
  font-family: var(--primtext);
}
.product .card {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  border: none;
  background-color: transparent;
}
.product .card .price span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
.product .card .img {
  overflow: hidden;
  position: relative;
  border: 1px solid #ffffff7d;
  border-radius: 20px;
}
.product .card .img:after {
  /*content: "";*/
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0%;
  width: 200%;
  background: var(--colors);
  opacity: 0.3;
  transition: all ease 500ms;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product .card:hover .img:after {
  height: 300%;
}
.product .card img {
  height: 240px;
  object-fit: cover;
  object-position: center;
  transition: all ease 500ms;
}
.product .card .price {
  color: #111;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 0px;
}
.product .card-body {
  position: relative;
  padding-bottom: 80px !important;
}
.product .card .location {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 5px;
  letter-spacing: 0.4px;
  color: #ccc;
}
.product .card .location i {
  color: var(--colors);
}
.product .card .rating {
  font-size: 12px;
  margin-bottom: 5px;
  color: #787780;
  background: #fff;
  position: absolute;
  z-index: 4;
  right: 1rem;
  top: 1rem;
  padding: 5px 10px;
  border-radius: 25px;
}
.product .card .rating i {
  font-size: 14px;
  margin-right: 4px;
  color: #ffa127;
}
.product .card .info-tag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
  width: 98%;
  background: var(--colors);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50px;
  margin-top: 15px;
  padding: 10px 20px;
  color: #000;
}
/*.product .card .info-tag .people {
    border-left: 0.5px solid;
    border-right: 0.5px solid;
}*/
.product .card .card-title {
  transition: all ease 300ms;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
}
.product .card .card-title:hover {
  color: var(--colors);
}
.product .card p {
  margin-bottom: 12px;
  font-size: 15px;
  color: #323232;
  letter-spacing: 0.3px;
}
.product .card .btn-wraper {
  bottom: 0;
  left: 0;
  width: 100%;
}
.product .card .btn {
  border-radius: 5px;
  font-family: var(--primtext);
  color: #000;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  transition: all ease 500ms;
}
.product .card .btn:hover {
  color: var(--color3);
}
.product .card:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

@media screen and (max-width: 576px) {
  .product .row.justify-content-center {
    justify-content: start !important;
  }
  .product .card .txt {
    padding: 0px !important;
    padding-bottom: 60px;
  }
  .product .card .info-tag {
    padding: 6px 10px;
    bottom: 10px;
  }
  .product .card .info-tag span {
    font-size: 7px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .product .card .card-body {
    padding-bottom: 55px !important;
  }
  .product .card .card-title {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
  }
  .product .card .location {
    font-size: 10px;
  }
  .product .card .rating {
    font-size: 8px;
    margin-top: 8px;
    margin-bottom: 5px;
    line-height: 2;
  }
  .product .card .rating i {
    font-size: 7px;
    margin-right: 2px;
  }
  .product .card .price {
    padding: 0;
    font-size: 8px;
    display: flex;
    line-height: 1;
    align-items: center;
  }
  .product .card .price span {
    font-size: 10px;
  }
  .product .card img {
    height: 150px;
  }
  .product .card .btn {
    font-size: 10px;
  }
}
/* ========================================================================================================================== */
/* Product end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Paralax start */
/* ========================================================================================================================== */
.paralax {
  height: 80vh;

  position: relative;

  font-family: var(--primtext);
  /* background: var(--colors); */
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.paralax .background {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
  position: absolute;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(front/img/paralax.jpg);
}

/* .paralax .background:before {
    content: '';
    position: absolute;
    background: var(--colors);;  
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .7;
} */

.paralax .container-global {
  display: flex;
  z-index: 5;
  position: relative;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.paralax p {
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #f1f1f1;
  font-family: var(--subtext);
  margin-bottom: 35px;
  width: 700px;
}

.paralax h2 {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.paralax .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paralax .btn {
  color: #000;
  background-color: var(--colors);
  padding: 10px 30px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px;
  overflow: hidden;
  font-family: var(--subtext);
  transition: all ease 500ms;
}

.paralax .btn:hover {
  background-color: #1c1818;
  transition: 0.3s;
  color: #ffffff;
}

@media screen and (max-width: 576px) {
  .paralax {
    height: 40vh !important;
    margin-top: 0;
  }

  .paralax h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .paralax p {
    display: none;
  }

  .paralax .btn {
    font-size: 10px;
  }

  .paralax .btn {
    padding: 8px 20px;
    font-weight: 600;
  }

  .paralax .background {
    background-position: center;
    background-attachment: unset;
  }

  .paralax .container-global {
    padding: 2vh 7% !important;
  }

  .paralax {
    padding-top: 7vh;
    padding-bottom: 10vh;
  }
}
/* ========================================================================================================================== */
/* Paralax end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* CTA section start */
/* ========================================================================================================================== */
.wrap-cntact {
  position: relative;
  text-align: left;
  background: var(--colors);
  padding: 5rem 0;
  overflow: hidden;
  z-index: 1;
}

.wrap-cntact h2 {
  font-family: var(--primtext);
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 30px;
  letter-spacing: 0.3px;
}

.wrap-cntact p {
  font-family: var(--subtext);
  color: #333;
  margin-bottom: 0px;
  line-height: 25px;
  font-size: 15px;
}

.wrap-cntact a {
  background: var(--color3);
  color: var(--colors);
  font-family: var(--subtext);
  font-size: 17px;
  border-radius: 0;
  padding: 12px 30px;
  transition: all ease 500ms;
  position: relative;
  z-index: 1;
}

.wrap-cntact a:hover {
  color: var(--color3);
  background: var(--colors);
  border: 1px solid var(--color3);
}

.img-asbw {
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  height: 200%;
  z-index: 0;
  filter: invert(0.6);
}

.img-asat {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  height: 200%;
  filter: invert(0.6);
  z-index: 0;
}

@media (max-width: 768px) {
  .wrap-cntact {
    padding: 50px 30px;
  }

  .wrap-cntact h2 {
    font-size: 21px;
    line-height: 30px;
  }

  .wrap-cntact p {
    font-size: 13px;
    margin-bottom: 40px;
  }

  .wavy-atas,
  .wavy-bawah {
    display: none;
  }

  .wrap-cntact a {
    font-size: 13px;
    padding: 15px;
  }

  .img-asbw,
  .img-asat {
    display: none;
  }
}
/* ========================================================================================================================== */
/* CTA section end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Blog Card start */
/* ========================================================================================================================== */
.wrap-blog img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
  border: 1px solid #ffffff7d;
  border-radius: 10px;
}

.wrap-blog {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.wrap-blog2 {
  position: relative;
}

span.catcat {
  position: absolute;
  bottom: 1rem;
  z-index: 1;
  left: 4%;
  background: var(--colors);
  font-family: var(--primtext);
  color: white;
  font-weight: 600;
  border-radius: 100px;
  padding: 3px 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.wrap-blog2 span {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-family: var(--primtext);
  font-weight: 600;
  font-size: 11px;
  display: block;
  margin-bottom: 8px;
}

.wrap-blog2 h3 {
  text-transform: unset;
  font-family: var(--primtext);
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--colors);
  font-size: 21px;
  margin-bottom: 10px;
}

.wrap-blog2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--primtext);
  color: #ddd;
}

.wrap-blog2 a {
  border-radius: 5px;
  font-family: var(--primtext);
  color: var(--colors);
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  transition: all ease 500ms;
}

.wrap-blog2 a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .wrap-blog2 span {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .wrap-blog2 h3 {
    line-height: 30px;
    font-size: 20px;
  }

  .wrap-blog2 p {
    font-size: 14px;
    line-height: 27px;
  }
}

/* ========================================================================================================================== */
/* Blog Card end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Product 1 Card start */
/* ========================================================================================================================== */

.product-1 a {
  text-decoration: none !important;
}

.product-1 .card {
  box-shadow: 5px 5px 10px #00000020;
  border-radius: 8px;
}

.product-1 .card img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.product-1 .card h3 {
  font-size: 18px;
  letter-spacing: 0.4px;
  text-transform: none;
  font-weight: 800;
  font-family: var(--primtext);
  padding-right: 15px;
  line-height: 24px;
  position: relative;
  text-transform: unset;
}

/*.product-1 .card h5::before {
        position: absolute;
        content: "";
        left: 0;
        top: -1.8rem;
        width: 50%;
        height: 5px;
        border-radius: 2px;
        background-color: var(--colors);
      }*/
.product-1 .card .card-img-overlay {
  background-color: #fff;
  height: fit-content;
  bottom: 10px;
  padding: 1.3rem 1.6rem 1rem;
  border-radius: 10px;
  top: auto;
  transform: scale(0.9);
  transition: 0.5s;
}

.product-1 .card .icon i {
  background-color: var(--colors);
  transition: 0.3s;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  color: #fff;
  display: flex;
  transform: rotate(45deg);
  justify-content: center;
  align-items: center;
}

.product-1 .card .icon:hover i {
  transition: 0.3s;
  background-color: var(--color2);
}

@media (max-width: 768px) {
  .product-1 .title-p1 h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .product-1 .card img {
    height: 430px;
  }
}
/* ========================================================================================================================== */
/* Product 1 Card end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* FAQ start */
/* ========================================================================================================================== */

.faq {
  background: #171717;
}

html .faq .toggle-primary .toggle label {
  border-radius: 0px;
  font-family: var(--subtext);
  font-weight: 500;
  text-transform: unset;
  padding: 15px;
  line-height: 30px;
  font-size: 15px;
  color: var(--colors);
  letter-spacing: 0.1px;
  margin-bottom: 0px;
  background: #ffffff1d;
}

html .faq .toggle-primary .toggle.active > label {
  background-color: var(--colors);
  border-color: var(--colors);
  color: #000;
}

.faq .title-general .tag-ats:after,
.faq .title-general .tag-ats:before {
  display: none;
}
.faq .wrp-faq-img {
  position: relative;
}

.faq img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.faq .toggle.active > label:before {
  transform: rotate(-45deg) translate3d(0, -50%, 0);
  top: calc(50% + 1px);
}

.faq .toggle > label:before {
  transform: rotate(135deg);
  top: calc(50% - 8px);
}

.faq .toggle-content {
  padding: 25px 10px;
  border: none;
  margin-bottom: 25px;

  font-family: var(--subtext);
  background: transparent;
}

.faq .toggle-content p {
  padding: 0 !important;
  margin-bottom: 15px !important;
  font-size: 14px;
  color: var(--colors);
}

.faq .toggle > label {
  background: white;
}

.faq .toggle label h3 {
  margin-bottom: 0;
  text-transform: unset;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: var(--primtext);
  color: var(--colors);
}

html .faq .toggle-primary .toggle.active > label h3 {
  color: #000;
}

@media (max-width: 768px) {
  .faq .toggle label h3 {
    padding: 5px;
    font-size: 15px;
    padding-right: 50px;
  }

  .faq .toggle {
    margin-bottom: 0;
  }
  .wrap-profil-2 img {
    display: none;
  }
  .wrp-faq-img {
    padding-right: 0px;
  }
  .faq img {
    height: 300px;
    margin-bottom: 2rem;
    border-radius: 0px;
  }
}
/* ========================================================================================================================== */
/* FAQ end */
/* ========================================================================================================================== */
/* ========================================================================================================================== */
/* Footer start */
/* ========================================================================================================================== */
#chatbtn {
  background: #089dff;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  outline: none;
  border-radius: 50%;
  float: right;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.sosmed .facebook i {
  background-color: #4267b2;
}

.sosmed .instagram i {
  background-color: #d10869;
}

.sosmed .whatsapp i {
  background-color: #25d366;
}

.sosmed .messenger i {
  background-color: #0084ff;
}

.sosmed .telegram i {
  background-color: #51bae7;
}

.sosmed .youtube i {
  background-color: red;
}

.sosmed .email i {
  background-color: #f17721;
}

.fixed-bottom #sosmed a i {
  margin: 5px auto;
  display: block;
  color: #fff;
  padding: 12px;
  opacity: 0.8;
  text-align: center;
}

html .scroll-to-top {
  bottom: 25px;
  border-radius: 5px;
  right: 80px;
}

.icon-custom {
  font-size: 25px !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.title-foot-default {
  font-family: var(--primtext);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
  color: #fff !important;
}

.text-footer {
  margin-bottom: 0;
  font-family: var(--subtext);
  color: #f1f1f1;
  letter-spacing: 0.5px;
  text-align: left;
}

.text-foot b {
  font-weight: 500;
}

.text-foot {
  font-family: var(--subtext);
  color: #f1f1f1;
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 30px;
}

.text-foot i {
  color: #fff;
}

.text-foot a {
  color: #f1f1f1 !important;
}

a.scroll-to-top.hidden-mobile.visible {
  display: none;
}

.img-avail {
  height: 53px;
  margin-bottom: 5px;
}

.logfot {
  position: relative;
  margin-bottom: 4rem;
}

.logfot p {
  font-size: 15px;
  width: 510px;
  margin: auto;
  margin-top: 10px;
  line-height: 30px;
}

.txt-add {
  width: 320px;
}

@media (min-width: 768px) {
  .logo-footer {
    height: 90px;
    margin-bottom: 10px;
    object-fit: cover;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .whatsapp-text {
    display: none;
  }

  .text-sm-center {
    text-align: center;
  }

  .logo-footer {
    height: 70px;
    margin-bottom: 10px;
  }

  .text-footer {
    text-align: center;
  }

  .logfot p {
    width: auto;
    font-size: 14px;
  }
}

.social-icons:not(.social-icons-clean) li a {
  background: white;
}

.social-icons li a {
  color: #111827 !important;
}

.social-icons li a i {
  line-height: 28px;
}

.social-icons li {
  margin-right: 5px;
}

ul.header-social-icons.social-icons {
  /* text-align: right; */
  margin-top: 20px;
}

html .scroll-to-top {
  display: none;
}

#footer.short {
  padding: 0;
  padding-top: 50px;
}

.foot-style {
  background-color: var(--color3) !important;
  border-color: var(--colors) !important;
}

.foot-style-2 {
  border-top: 1px solid #cbcbcb;
  position: relative;
  background: var(--color3);
  margin-left: 7%;
  margin-right: 7%;
}

.fixwa {
  left: auto;
  right: 20px;
  bottom: 20px;
}

.share-icons {
  width: 50px;
}

footer input.form-control {
  margin-top: 15px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  width: 85%;
  margin-bottom: 25px;
  padding: 10px 25px;
  font-family: var(--primtext);
}

.btn-subs {
  font-family: var(--primtext);
  background: white;
  color: black !important;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  transition: all ease 500ms;
}

.btn-subs:hover {
  background: black;
  color: white !important;
}
/* ========================================================================================================================== */
/* Footer end */
/* ========================================================================================================================== */
