@font-face {
  font-family: "Baskerville";
  src: url("../fonts/baskerville/Baskerville.ttf") format("ttf"),
    url("../fonts/baskerville/Baskerville.otf") format("otf");
}

#hiburan {
  background-image: url("../img/bg-hiburan.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 50px;
}

#hiburan .top h1 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 4rem;
  position: relative;
}

#hiburan .top h1::after {
  position: absolute;
  top: 50%;
  left: 250px;
  width: 150px;
  height: 2px;
  content: " ";
  background: #fff;
  transform: translateY(-50%);
}

#hiburan .content {
  margin-top: 30px;
}

#hiburan .content .slick .wrap {
  width: 70vw;
}

#hiburan .content .item {
  position: relative;
}

#hiburan .content .item img {
  border-radius: 30px 30px 0 0;
  width: 30%;
}

#hiburan .content .bg {
  position: absolute;
  bottom: 0;
  background: #308c59;
  left: 30%;
  content: "";
  width: 39%;
  height: 100%;
  transform: translateX(-30px);
  z-index: -1;
}

#hiburan .content .circle {
  position: absolute;
  bottom: 0;
  background: #308c59;
  left: 45%;
  content: "";
  width: 40%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

#hiburan .content .text {
  position: absolute;
  top: 45%;
  left: 30%;
  content: "";
  transform: translateY(-50%);
  right: 0;
  padding-right: 50px;
  padding-left: 30px;
}

#hiburan .content .text::after {
  border-right: solid 2px #fff;
  content: "";
  position: absolute;
  right: 80px;
  top: 0;
  height: 100%;
}

#hiburan .content .text h1 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 20px;
  position: relative;
}

#hiburan .content .text h1 > div {
  font-family: "Baskerville";
  font-style: italic;
  display: inline-block;
  padding-left: 100px;
  position: relative;
  font-weight: 300;
}

#hiburan .content .text h1 > div::before {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
}

#hiburan .content .text h1 .garis {
  height: 2px;
  background-color: #000000;
  width: 50px;
}

#hiburan .content .text p {
  font-family: "Roboto";
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  max-width: 75%;
}

#hiburan .content .text a {
  font-family: "Roboto";
  font-weight: 900;
  color: #fff;
  padding: 10px 15px;
  background-color: #dd1f26;
  border-radius: 15px;
  text-decoration: none;
}

@media (orientation: portrait) {
  #hiburan {
    padding: 50px 0;
    height: 100vh;
  }

  #hiburan .top h1 {
    font-size: 2.5rem;
  }

  #hiburan .top h1::after {
    left: 155px;
    width: 100px;
  }

  #hiburan .content .item img {
    width: 80%;
    margin: 0 auto;
  }

  #hiburan .content .slick .wrap {
    width: auto;
    height: 86vh;
  }

  #hiburan .content .text h1 {
    font-size: 2rem;
  }

  #hiburan .content .text p {
    font-size: 14px;
  }

  #hiburan .content .text a {
    font-size: 10px;
    padding: 10px 5px;
  }

  #hiburan .content .circle {
    position: absolute;
    top: 100%;
    background: #308c59;
    left: 50%;
    right: 0;
    content: "";
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
  }
	#hiburan .content .bg {
		top:100%;
		width:100%;
		transform:unset;
		left:0
	}

  #hiburan .content .text {
    position: absolute;
    left: 0;
    top: unset;
    right: unset;
    transform: unset;
    padding-left: 40px;
    padding-right: unset;
    margin-top: -30px;
  }

  #hiburan .content .text::after {
    content: unset;
  }
}
