body {
  font-family: LatoWeb;
}

.hdr {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/bg.jpg");
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.hdr .logo {
  width: 177px;
  height: 81px;
}

.welcome {
  margin-top: 20vh;
}

.search_box {
  color: #fff;
  font-family: LatoWeb;
  font-weight: 400;
}

.search_input {
  border-bottom: 2px solid #fe642e;
  padding: 12px 0;
  height: 40px;
}

.search_key {
  color: #ffffff;
}

.search_tombol button {
  color: #fff;
  font-family: LatoWeb;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 10px;
  background: #fe642e;
  border: none;
  outline: none;
}

.search_box input[type="text"] {
  margin-top: 0;
  background: transparent;
  border: none;
  outline: none;
  width: 300px;
}

.search_box ::placeholder {
  color: #fff;
  opacity: 1;
}

.search_box img {
  height: 10px;
  /* margin: 2px 22px 0 0; */
  width: 10px;
  cursor: pointer;
  /* height: 55px; */
  margin-right: 5px;
  /* margin-top: ; */
}

.kenapa {
  margin-top: -100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.float {
  position: fixed;
  width: 200px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  background-color: #eb6622;
  color: #fff;
  border-radius: 18px;
  z-index: 100;
  padding: 2px 0 2px 10px;
}

.float span {
  padding-left: 5px;
  position: absolute;
  color: #fff;
  font-size: 14px;
  margin-top: 9px;
}

.my-float {
  font-size: 25px;
}

.modal {
  position: fixed;
  z-index: 999;
  padding: 220px 10px 0 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: rgb(255, 255, 255);
  color: #c2c2c2;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  min-width: 200px;
  max-width: 500px;
  background-color: #fff;
  color: #747474;
  font-size: 14px;
}

.text-shadow-blue {
  text-shadow: 0 0 3px #0000ff, 0 0 5px #0000ff;
}

.pointer {
  cursor: pointer;
}

.heading-garis {
  margin-bottom: 40px;
  border-top: 3px solid #fe642e;
  width: 240px;
}

.hotdeal,
.bestprice,
.bestseller,
.new {
  position: absolute;
  z-index: 99;
}

.hotdeal,
.bestprice,
.bestseller,
.new {
  top: -15px;
  right: 0;
  width: 50px;
}

.sukai {
  position: absolute;
  top: 30px;
  left: 10px;
  font-size: 12px;
  cursor: pointer;
}

.kotak-rec {
  float: left;
  position: relative;
}

.rec .judul {
  color: #102746;
  font-weight: 600;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.rec .harga {
  color: #fe642e;
  font-weight: 400;
}

.rec .durasi {
  color: #102746;
  height: 75px;
}

.rec .tombol_pilih {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 8px;
  border: 1px solid #fe642e;
  outline: none;
  background: #fe642e;
}

.outer-div {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 330px;
  padding: 0;
  border: 0;
}

.outer-div>.inner-div {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
  -moz-transition: all 4s;
  -webkit-transition: all 4s;
  transition: all 4s;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border: 0;
}

.outer-div:hover>.inner-div {
  -moz-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.son-text {
  padding: 35px 20px 0 20px;
  font-size: 16px;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  /* height: 330px; */
  position: absolute;
}

.lihat_semua,
.lihat_semua a {
  color: #fe642e;
  text-decoration: none;
}

.article {
  padding-top: 50px;
}

.article a {
  color: #fe642e;
}

.article .judul {
  color: #102746;
  font-weight: 600;
  font-size: 24px;
}

.article .konten {
  color: #102746;
  font-size: 18px;
}

.contact {
  background: url(../images/bg_gabung.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 100px;
}

.contact .judul {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.contact .deskripsi {
  color: #fff;
  font-size: 20px;
}

.contact .tombol {
  color: #fff;
  font-size: 16px;
  padding: 3px 5px;
  border: 1px solid #fe642e;
  outline: none;
  width: 150px;
  height: 40px;
  background: #fe642e;
}

.footer2 {
  background: url(../images/bg_footerr.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}

.footer2 img {
  width: 140px;
}

.footer2 a {
  color: #fff;
  text-decoration: none;
}

.footer2 .judul {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
}

.footer2 .deskripsi {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}

.footer2 .tombol {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 5px;
  border: 1px solid #fe642e;
  outline: none;
  margin-top: 5px;
  width: 150px;
  height: 40px;
  background: #fe642e;
}

.video-yt {
  height: 39vw;
}

#toTop {
  display: block;
  text-decoration: none;
  position: fixed;
  bottom: 75px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url("../images/arrow.png") no-repeat 0px 0px;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

@media screen and (max-width: 767px) {
  .welcome {
    margin-top: 15vh;
  }

  .welcome h1 {
    font-size: 24px;
  }

  .hdr {
    height: 110vh;
  }

  .hdr .logo {
    width: 120px;
    height: 50px;
  }

  .search_input {
    width: 100%;
  }

  .search_box input[type="text"] {
    width: 90%;
  }

  .kenapa {
    margin-top: -100px;
  }

  .article a {
    font-size: 12px;
  }

  .article .judul {
    font-size: 14px;
  }

  .article .konten {
    font-size: 12px;
  }

  .contact {
    padding: 50px 30px;
  }

  .contact .judul {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .contact .deskripsi {
    font-size: 16px;
    line-height: 18px;
  }

  .contact .tombol {
    font-size: 14px;
  }

  .footer2 img {
    width: 160px;
  }

  .rec .durasi {
    height: 75px;
  }

  .video-yt {
    height: 52vw;
  }

}