@import "reset.css";
@import "common.css";

/*FONT*/

@font-face {
    font-family: "MMC";
    src: url("../fonts/MMC-Bold.woff") format("woff");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "MMC";
    src: url("../fonts/MMC-Regular.woff") format("woff");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MMC";
    src: url("../fonts/MMC-Medium.woff") format("woff");
    /* Modern Browsers */
    font-weight: 600;
    font-style: normal;
}


h1,h2,h3,h4,h5,h6,ul,li,a,span,div,p {
    font-family: MMC;
}

/*DOCUMENTATION


=====================*/
/** 
 ---------------------------------------------------------*/
/*
 MENU*/

header {
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
 menu {
    margin: 0;
    padding:0;
 }

 article {
    margin-top: 168px;
 }

#wa-list {
    list-style: none;
}

#wa-list li {
    display: inline-block;
    margin-right: 10px;
}

.wa-list-icon {
    margin-right: 5px;
}

#logo-kiri {
    position: relative;
    top: -15px;
}
#desktop-menu-container {
    margin-top: 39px;
}

#desktop-submenu-container {
    padding: 0;
    margin: 0;
    min-height: 61px;
    background-color: #e4e6e5;
    margin-top: 0px;
}

#submenu-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

#submenu-list li {
    display: inline-block;
    line-height: 61px;
    margin-right: 51px;
}

#submenu-list li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}


.swiper-pagination-white .swiper-pagination-bullet-active {
    opacity: 1;
    background: white !important; 
}

.promo-title-container {
    text-align: center;
    color: white;
}

.promo-title-container h1 {
    margin-top: 96px;
    color: #ffffff;
    font-family: MMC;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 18px;
}

.promo-title-container p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 34px;
}

.btn-srikandi {
    border-radius: 50px;
min-height: 50px;
background-color: #ec1c24;
color: #ffffff;
font-family: MMC;
font-size: 16px;
font-weight: 700;
line-height: 50px;
text-transform: uppercase;
}

.promo-card {
    width: 100%;
    background-color: #ffffff;
    height: auto;
}

.promo-card-content {
    padding: 10px;
}

.promo-special-offer {
    width: 175px;
    height: 35px;
    background-color: #ec1c24;
    padding: 5px;
    color: #ffffff;
    font-family: MMC;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.promo-card-header img {
    width: 100%;
}

.promo-card-body {
    min-height: 150px;
    padding: 10px;
}

.promo-card-footer {
    width: 100%;
}

.promo-slider {
    margin-bottom: 150px;
}

.swiper-button-prev, .swiper-button-next .swiper-custom-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}


.swiper-button-prev .swiper-custom-prev , .swiper-button-next  {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -30px !important;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -30px !important;
    right: auto;
}

footer{
min-height: 191px;
background-color: #2e2e2e;
color: white;
}

.footer-logo {
    text-align:left;
    display: inline-block;
    margin-right: 40px;
}

.footer-description {
    line-height: 191px;
    color: white;
}


.tanya-list {
    list-style: none;
    padding-left: 0;
}

.tanya-list li {
    margin-bottom: 10px;
}

.tanya-popup {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
    background-color: #ebebeb;
    padding: 10px;
    min-width: 255px;
    display: none;
    position: absolute;
    left:10px;
    bottom: 100px;
}

.tanya-nama {
    color: #000000;
    font-family: MMC;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 20px;
}

.tanya-nama:hover {
    color: red;
}
.tanya-container {
    position: relative;
}

.tanya-close {
    text-align: right;
}

.modal-srikandi  .modal-header{ 
    border-bottom: 0;

}
.modal-srikandi .modal-dialog {
    width: 55%;
}

.modal-srikandi .modal-body {
    padding-left: 98px;
    padding-right: 98px;
}

.modal-srikandi-title {
color: #ec1c24;
font-family: MMC;
font-size: 32px;
font-weight: 700;
line-height: 38px;
margin-bottom: 47px;
}

.label-srikandi {
color: #000000;
font-family: MMC;
font-size: 16px;
font-weight: 500;
line-height: 20px;
}

.form-srikandi {
    background-color: #f1f1f1;
    border: 0;
    margin-bottom: 14px;
}

.btn-cta {
    border-radius: 50px;
    min-width: 231px;
height: 50px;
background-color: #ec1c24;
color: #ffffff;
font-family: MMC;
font-size: 16px;
font-weight: 700;
line-height: 20px;
text-transform: uppercase;
}

.page-title {
color: #000000;
font-family: MMC;
font-size: 32px;
font-weight: 700;
line-height: 38px;
margin-bottom: 46px;
margin-top: 62px;
}

.promo-page {
    padding-bottom: 100px;
}

.promo-row {
    margin-bottom: 62px;
}

.promo-detail-title {
    margin-top: 52px;
    color: #000000;
    font-family: MMC;
    font-size: 42px;
    font-weight: 700;
    line-height: 38px;
}

.promo-detail-headline {
    color: #000000;
    font-family: MMC;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.promo-page-detail {
    padding-bottom: 50px;
}

.promo-detail-mobil {
    margin-top: 40px;
}

/*MOBILE*/

#logo-mobile {
    max-width: 142px;
    margin-top: 10px;
}

#logo-mobile-kiri {
    text-align: right;
    max-width: 88px;
}

.menu-mobile-container {
    padding: 10px;
}

.submenu-mobile-container {
    background-color: #e4e6e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

#wa-mobile-list {
    margin-top: 8px;
    list-style: none;
}

#wa-mobile-list li {
    display: inline-block;
    margin-right: 10px;
}

.hamburger-icon {
    margin-top: 8px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}