@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/qielftan');

html,
body {
    font-family: "Open Sans", sans-serif;
    background: url('../img/mp-bg-layer.png?v3'),#ffffff;
    scroll-behavior: smooth;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

main{
  position: relative;
  z-index: 999;
  width: 100%;
  text-align: center;
  overflow: hidden;
  
}

@media (max-width: 600px) {
  main{
    margin-top: 0px;
  }
}

.mt-n230{
  margin-top: -230px;
}

a{
  text-decoration: none;
  color: inherit;
}

a:hover{
  color: inherit;
}

h1{
  font-family: 'Qielftan', sans-serif; 
  font-size: clamp(2.8125rem, 2.7122rem + 0.4587vw, 3.125rem);
  line-height: 1.5;
}

h3{
  font-family: 'Qielftan', sans-serif; 
  font-size: 30px;
  line-height: 1.5;
}

h4{
  font-size: clamp(1rem, 0.8595rem + 0.6422vw, 1.4375rem);
  line-height: 1.5;
}
section{
  padding: 100px 0;
}


@media (max-width: 600px) {
  .mp-content section{
    padding: 50px 0;
  }
}

.bg-pink{
  background-color: #F1197C;
}

.text-blue{
  color:#01006A;
}

.mp-content h1{
  font-size: clamp(1.25rem, 0.6479rem + 2.7523vw, 3.125rem);
}

@media (max-width: 600px) {
  .mp-top{
    width: 100%;
  }
}

.mp-footer{
  z-index: 10;
  position: absolute;
  bottom: 0;
}

.btn-mp{
  background-color: #FF5959;
  color:#fff;
  font-family: 'Qielftan', sans-serif; 
  font-size: clamp(1.25rem, 0.9289rem + 1.4679vw, 2.25rem);
  border-radius: 38px;
  padding: 20px 50px 10px;
  display: inline-block;
}

.btn-mp-outline{
  background-color: #ffffff;
  color:#FF5959;
  font-family: 'Qielftan', sans-serif; 
  font-size:  clamp(1.5625rem, 1.3417rem + 1.0092vw, 2.25rem);
  border-radius: 38px;
  padding: 20px 50px 10px;
  display: inline-block;
  border: 6px solid;
}

.btn-mp-normal{
  background-color: #ffffff;
  font-family: 'Qielftan', sans-serif; 
  font-size: clamp(1.5625rem, 1.3417rem + 1.0092vw, 2.25rem);
  border-radius: 38px;
  padding: 20px 50px 10px;
  display: inline-block;
  box-shadow: 1px 1px 4px #000;
  cursor: pointer;
}

.swiper-slide img{
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 600px) {
  .swiper-slide img{
    width:140px;
  }
}

.swiper-slide-active img{
 opacity: 1;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #2B2222;
}

.swiper-pagination-bullet-active {
  background: #FF5959;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -30px;
}

.btn-mp-grey{
  padding: 20px 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background-color: #5B5B5B;
  color: #fff;
}

.btn-check:active+.btn-mp-grey, .btn-check:checked+.btn-mp-grey, .btn-mp-grey.active, .btn-mp-grey:active, .show>.btn-mp-grey.dropdown-toggle {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}

i{
  font-size: 65px;
}

.tc-danger, .wrong-answer{
  color:#c40909  !important;
}

.tc-success, .correct-answer{
  color:#09C446 !important;
}

.btn-disabled { 
  opacity: 1  !important;
}

.mp-m-house{
  position: relative;
}

.mp-bahan{
  position: absolute;
  right: -200px;
  top: clamp(-5rem, -6.7058rem + 7.7982vw, 0.3125rem);
  width: 320px
}

@media (max-width: 600px) {
  .mp-bahan{
    position: absolute;
    right: -70px;
    width: 250px;
  }
}


.modal-content{
  border-radius:1.3rem;
}

.modal-header {
  border-bottom: 1px solid #000000;
}

.btn:hover {
  color: #fff;
  background-color: #2a2a2a;
}

@media (max-width: 600px) {
  #rhouse{
    margin-left: -145px;
  }
  .rimg{
    margin-left: -100px;
  }
}


.social-share-button:active svg,
.social-share-button:focus svg,
.social-share-button:hover svg {
  fill: #000; } 

.social-share-icon {
  display: block;
  width: 1.75rem; }

web-social-share.hydrated .fa-whatsapp {
  background: #40c351;
  font-size: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0;
  width: 24px;
  height: 24px;
  text-shadow: 0px 1px #999; }
  web-social-share.hydrated .fa-whatsapp:before {
    position: relative;
    top: -3px;
    left: -2px;
    color: #FFF; }
web-social-share.hydrated .fa-twitter {
  background: #03a9f4;
  font-size: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0;
  width: 24px;
  height: 24px; }
  web-social-share.hydrated .fa-twitter:before {
    color: #FFF;
    font-size: 14px;
    position: relative;
    top: -8px; }
web-social-share.hydrated .fa-link {
  background: #0056B3;
  font-size: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 0;
  width: 24px;
  height: 24px; }
  web-social-share.hydrated .fa-link:before {
    font-size: 12px;
    position: relative;
    top: -10px;
    color: #FFF; }
web-social-share.hydrated .fa-telegram {
  color: #29b6f6;
  font-size: 23px; }
web-social-share.hydrated .fa-facebook {
  color: #039be5;
  font-size: 23px; }