@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&family=Oswald:wght@200;300;400&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Viga&display=swap');

/* My Fonts */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?xpzi3r');
  src: url('fonts/icomoon.eot?xpzi3r#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?xpzi3r') format('truetype'), url('fonts/icomoon.woff?xpzi3r') format('woff'), url('fonts/icomoon.svg?xpzi3r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star-half:before {
  content: '\e901';
}
.icon-star:before {
  content: '\e902';
}
.icon-chrome:before {
  content: '\ead9';
}
.icon-firefox:before {
  content: '\eada';
}
.icon-safari:before {
  content: '\eadd';
}

/* Font Size */
.h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}

.text-icon {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

/* Navbar */
.navbar {
  background-color: #ffeaf2;
  position: relative;
  z-index: 1;
}

.navbar-brand {
  font-family: Viga;
  font-size: 32px;
}

/* Jumbotron */
.jumbotron {
  background-image: url(https://trixh.com/bg3.png);
  background-size: cover;
  height: 540px;
  text-align: center;
  position: relative;
}

.jumbotron .container {
  position: relative;
  z-index: 1;
}

.jumbotron::after {
  content: '';
  display: block;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to top, rgba(0, 0, 01), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}

.jumbotron .display-4 {
  color: white;
  margin-top: 80px;
  font-weight: 200;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-size: 40px;
  margin-bottom: 30px;
}

.jumbotron .display-4 span {
  font-weight: 500;
}

/* Info Panel */
.info-panel {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  margin-top: -100px;
  background-color: white;
  padding: 30px;
}

.info-panel img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.info-panel h4 {
  overflow: auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.info-panel p {
  overflow: auto;
  font-size: 14px;
  color: #acacac;
  margin-top: -5px;
  font-weight: 200;
}

/* Slot Info */
.slotinfo {
  margin-top: 90px;
  text-align: center;
}

.slotinfo img {
  margin-bottom: 10px;
}

.slotinfo table {
  margin-top: -4px;
  text-align: left;
}

.slotinfo td {
  font-size: 12px;
  font-weight: 500;
}

/* Slot Gacor */
#slot-gacor {
  background-color: #ffdcea;
}

/* Section */
section {
  padding-top: 5rem;
}

/* Utility */
.tombol {
  text-transform: uppercase;
  border-radius: 40px;
  background-color: #e30b5d;
}

/* Slot Gacor */
.slot-box {
  position: relative;
  background-color: #e30b5d;
  border-radius: 10px;
  height: 500px;
  transform-style: preserve-3d;
}

.slot-box::before {
  content: 'HGO';
  position: absolute;
  color: #fff;
  font-size: 6em;
  font-weight: bold;
  font-style: italic;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: 0.5s;
}

.slot-box:hover::before {
  opacity: 0.2;
}

.slot-box::after {
  content: '909';
  position: absolute;
  color: #fff;
  font-size: 4.3em;
  font-weight: bold;
  font-style: italic;
  top: 350px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: 0.5s;
}

.slot-box:hover::after {
  opacity: 0.2;
}

.slot-game {
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 2em;
  opacity: 0;
  transform: translate3d(0, 0, 50px);
  transition: 0.5s;
}

.slot-box:hover .slot-game {
  top: 20px;
  opacity: 1;
}

.slot-deskripsi {
  position: absolute;
  bottom: 37px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-size: 0.9em;
  opacity: 1;
  transition: 0.2s;
}

.slot-box:hover .slot-deskripsi {
  bottom: 150px;
  opacity: 0;
  transform: translate3d(0, 0, 50px);
}

.slot-rtp {
  position: absolute;
  bottom: 2px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-size: 1.2em;
  opacity: 1;
  transition: 0.5s;
}

.slot-box:hover .slot-rtp {
  top: 175px;
  opacity: 0;
  transform: translate3d(0, 0, 50px);
}

.slot-detail-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 100px);
  opacity: 0;
  transition: 0.5s;
}

.slot-box:hover .slot-detail-button {
  opacity: 1;
  bottom: 20px;
}

.game-img {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate3d(-50%, -52%, 90px);
  max-width: 250px;
}

.slot-box:hover .game-img {
  transform: translate3d(-50%, -52%, 90px) scale(1.2);
}

.fixed-footer {
  display: flex;
  justify-content: space-around;
  position: fixed;
  font-family: 'Oswald', sans-serif;
  padding: 5px 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #e30b5d;
  background: linear-gradient(to bottom, #e30b5d 0, #e30b5d 100%);
  border: 2px solid #fff;
  border-radius: 15px;
}
#sub_wrapper,
.col-xs-7,
.floats .fc > div,
.tombol_doang {
  position: relative;
}
.fixed-footer a {
  flex-basis: calc((100% - 15px * 6) / 5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  text-decoration: none;
  flex-basis: calc((100% - 15px * 6) / 5);
  max-width: 75px;
  font-size: var(--small-font);
  background-color: inherit;
  color: #fff;
}
.fixed-footer .center {
  transform: scale(2.5) translateY(-5px);
  background: center/contain no-repeat;
  background-color: inherit;
  border-radius: 50%;
}
.fixed-footer amp-img {
  max-width: 40%;
  margin-bottom: 5px;
}
.fixed-footer .live-chat-icon {
  animation: 3s infinite pulse;
}
.fixed-footer a.active {
  color: #fecf00;
}

.chat {
  position: fixed;
  width: 60px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  bottom: 120px;
  right: 30px;
  z-index: 9;
}

.line9 {
  text-decoration: none;
}

/* DEKSTOP VERSION */
@media (min-width: 1200px) {
  .slotinfo .table {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .navbar-brand,
  .nav-link {
    color: rgb(0, 0, 0) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }

  .nav-link {
    text-transform: uppercase;
    margin-right: 30px;
  }

  .nav-link:hover::after {
    content: '';
    display: block;
    border-bottom: 3px solid #e30b5d;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }

  .jumbotron {
    margin-top: -75px;
    height: 640px;
  }

  .jumbotron .display-4 {
    font-size: 62px;
    margin-top: 150px;
  }
}

@media (max-width: 316px) {
  .info-panel h4,
  p {
    display: inline-block;
  }
}

@media screen and (max-width: 930px) {
  .wa-gift {
    position: fixed;
    width: 35px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    bottom: 30px;
    left: 20px;
    z-index: 9;
  }
}
