@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

:root {
  --body-color: #fff;
  --primary-color: #5EAC7A;
  --primary-color-hover: #ED50E0;
  --secondary-color: #F7A547;
  --secondary-color-hover: #ff3838;
  --helper-color: #18dcff;
  --helper-color-hover: #17c0eb;
  --gelap-color: #343a40;
  --gelap-color-hover: #23272b;
  --text-color: #808080;
  --ungu-color: #0f212e;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  background: var(--body-color);
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Wix Madefor Display", sans-serif;;
  color: var(--text-color)!important;
}

h1,h2,h3,h4,h5,h6 {
  color: #000;
  font-weight: 700;
}

a {
  color: #000;
  font-weight: 700!important;
}

a:hover {
  color: rgb(0,0,0,0.5);
  font-weight: 700!important;
  text-decoration: none;
}

.form-control {
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  color: #E6E6E6 !important;
  height: 50px;
  border-radius: 0;
}

.form-control:focus{
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  color: #E6E6E6 !important;
  height: 50px;
  border-radius: 0;
}

::placeholder {
  color: #9c9c9c !important;
  font-size: 14px;
  opacity: .5 !important;
}

span.textInfo {
  color: var(--primary-color);
}

.btn {
  width: auto;
  height: 50px;
  line-height: 30px!important;
  font-size: 14px;
  border-radius: 0;
}

.btn_subscribe {
  background: var(--secondary-color);
  height: 50px;
  color: #fff;
  border-radius: 0;
}

hr {
  height: 0.5px;
  background: rgba(213,214,213,.1);
}

.breadcrumb {
  background: none;
  border: 0;
  padding: 0;
  font-size: 0.875rem;
}

.card {
  border-radius: 0;
}

div.grey_divider_section {
  display: block;
  width: 100%;
  height: 30px;
  background: rgba(247, 247, 247, 1);
}

/* Header Start */

header {
  padding-top: 15px;
  padding-bottom: 15px;
}

header ul.nav li.nav-item a.nav-link {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400!important;
  margin: 5px;
}

header ul.nav li.nav-item a.nav-link.active,
header ul.nav li.nav-item a.nav-link:hover {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400!important;
}

.btn_cart {
  width: 65px;
  height: 65px;
  border: 1px solid #E6E6E6;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  float: right;
}

.btn_cart img {
  width: 32px;
  height: 32px;
}

/* Header End */

/* Home Start */

div.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

div.bg-grey {
  background: rgba(247, 247, 247, 1);
}

/* Home End */

/* About Start */

div.about {
  padding-bottom: 50px;
}

div.about h3 {
  color: #000;
  font-weight: 700;
}

div.about .abouts {
  background: var(--secondary-color);
  border-radius: 0;
  color: #fff;
}

div.about .divider_section {
  display: block;
  width: 100%;
  height: 15px;
  background: url('/images/divider.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

div.about .about_info {
  display: block;
  width: 100%;
  height: auto;
  background: url('/images/img_about_4.png') no-repeat;
  background-size: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 100px;
  text-align: center;
}


/* About End */

/* Product Start */


/* Product End */

/* Tech Start */


/* Tech End */

/* Membership Start */


/* Membership End */

/* Outlet Start */

div.outlet {
  padding-bottom: 50px;
}

div.outlet h3 {
  color: #000;
}

div.outlet h4 {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}

div.outlet h4 a.btn_maps {
  color: var(--text-color);
  font-size: 10px;
  font-weight: normal;
  width: auto;
  height: 30px;
  border: 1px solid var(--text-color);
  padding: 5px;
}

/* Outlet End */

/* Business Start */


/* Business End */

/* Contact Start */

div.contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

div.contact h3 {
  color: #000;
  margin-bottom: 35px;
}

div.contact form label {
  color: #000;
  font-weight: 700;
}

div.contact form .form-control {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  background-color: #ffffff;
  color: #E6E6E6 !important;
  height: 50px;
  border-radius: 0;
}

div.contact form .form-control:focus{
  border: none;
  border-bottom: 1px solid #E6E6E6;
  background-color: #ffffff;
  color: #E6E6E6 !important;
  height: 50px;
  border-radius: 0;
}

::placeholder {
  color: #9c9c9c !important;
  font-size: 14px;
  opacity: .5 !important;
}

/* Contact End */

/* Footer */

div.download_apps {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/images/img_bg_bottom.png') no-repeat;
  background-size: 100% 100%;
  padding: 100px;
}

div.download_apps h1 {
  color: #000;
  font-weight: 700;
  margin-bottom: 35px;
}

div.download_apps h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 35px;
}

footer {
  font-size: 16px;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .footerList {
  display: grid;
  grid-gap: .3rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4,minmax(0,1fr));
}

footer .footerColoumn {
  width: auto;
  height: auto;
  margin-bottom: 5px;
}

footer h5.footTitle {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

footer ul.nav.flex-column li.nav-item {
  padding: 2px;
  margin-bottom: 17px;
}

footer ul.nav.flex-column li.nav-item a.nav-link {
  font-size: 16px;
  font-weight: 400!important;
  padding:0;
  color: var(--text-color);
}

footer ul.nav.flex-column li.nav-item a.nav-link:hover {
  font-size: 16px;
  font-weight: 400!important;
  padding:0;
  color: var(--primary-color);
}

.foot_icon {
  display: block;
  background: #000;
  width: 24px;
  height: 24px;
  float: left;
  align-content: center;
  margin-right: 8px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}

footer ul.nav li.nav-item a.nav-link {
  color: var(--text-color);
  font-size: 12px;
  font-weight: 400!important;
  margin-right: 5px;
}

footer ul.nav li.nav-item a.nav-link.active,
footer ul.nav li.nav-item a.nav-link:hover {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 400!important;
}


/* Footer */

/* Component */

.main-content {
  position: relative;
  top: -10px;
  height: 100px;
}

.main-content .owl-carousel {
  height: 100px;
  margin-top: 5px;
}

div.owl-item .item {
  width: 100px!important;
}

.owl-theme .custom-nav {
  position: absolute;
  width: 100%;
  top: 3px;
  margin-top: 0 !important;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff!important;
}

.owl-prev, .owl-next {
  position: absolute;
  height: 100px;
  color: #fff!important;
  border: none;
  z-index: 100;

}

.owl-prev {
  left: 0;
  background: #c9176b;
}

.owl-next {
  right: 0;
  background: #db1acb;
}

/* Component */

/* Responsive */

@media (max-width: 480px) {

  
}

/* Responsive */
