
@font-face {
    font-family: GT;
    src: url(../font/GamestationText.otf);
    color: black;
}

body, html {
  height: 100%;
  margin: 0;
  font-family: GT;
}

.tautan{
  background-color:black;
  margin: 0px auto;
  height: 100%;
  padding: 2cm 0cm;
}
.tautan-putih{
  background-color:white;
  margin: 0px auto;
  height: 100%;
  padding: 2cm 0cm;
}
.ukuran50{
  width: 50%;
  margin: 0px auto;
}
.ukuran70{
  width: 70%;
  margin: 0px auto;
}
.ukuran90 {
    width: 80%;
    margin: 0px auto;
}
.logo-eng{
  height: 50px;
  justify-content: left;
  margin: 10px 0px 50px 0px;
}
.logo-eng-index{
  height: 50px;
  justify-content: left;
  margin: 10px 0px 50px 0px;
}
.txt-rotate{
  color: white;
  font-size: 33px;
}
.desk{
  font-size: 18px;
  color: white;
}
.desk-hitam{
  font-size: 20px;
  color: black;
  font-weight: bold;
  padding: 20px 0px;
}
.text{
  height: auto;
}
.info-kelebihan{
    font-size: 30px;
    text-align: center;
    font-family: GT;
    color: white;
}
.btn {
  background-color: black; 
  border: none;
  color: #ffcc29;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8px;
  width: 70%;
}

.btn1 {
  background-color: #ffcc29; 
  color: black; 
}

.btn1:hover {
  background-color: black;
  color: #ffcc29;
  border-style: solid;
  border-width: 2px;
}
.btn-whatsapp {
  background-color: black; 
  border: none;
  color: #25d366;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8px;
  width: 70%;
}

.btn1-whatsapp {
  background-color: #25d366; 
  color: black; 
}

.btn1-whatsapp:hover {
  background-color: black;
  color: #25d366;
  border-style: solid;
  border-width: 2px;
}
.size-icon{
    font-size: 25px;
    text-align: center;
    color: white;
}
.size-icon1{
    height: 30px;
    text-align: center;
    color: white;
}
.isi-index{
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}
.isi-index:hover {
    color: black;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}
.logo-factory{

}

.btn-index {
  background-color: black; 
  color: white; 
  border: none;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 4px 0px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  height: 60px;
}

.btn-index:hover {
  background-color: #ffcc29;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}


h1{
  font-size: 4em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
}
p{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}

.whatsapp-button{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}

.info {
    background-color: white;
    margin: 0px auto;
    height: auto;
    padding: 40px 0px;
}
.judul-blog {
    font-size: 25px;
    font-family: GT;
    color: black;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.product-info{
    margin: 10px;
    display: inline-block;
    text-decoration: none;
}
.product-info:hover{
    display: inline-block;
    text-decoration: none;
    border: 2px solid #ffcc29;
    border-radius: 10px;
}
.radius-photo{
    border-radius: 10px ; 
}
.footer{
    margin: 0px auto;
    padding: 10px 0px;
    border-top: 2px solid black;
}
.text-footer{
    font-size: 15px;
    font-family: GT;
    color: black;
    text-align: center;
    background-color: white: 
    text-transform: uppercase;
}


@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .logo-eng{
      height: 40px;
      justify-content: left;
      margin: 0px 0px 25px 0px;
    }
    .logo-eng{
        margin-top: 0px;
    }
    .info-kelebihan{
        font-size: 25px;
    }
    .txt-rotate{
    font-size: 30px;
    }
    .desk{
        font-size: 16px;
    }
    .ukuran50{
        width: 85%;
    }
    .btn, .btn-whatsapp,.btn-index{
        width: 100%;
    }
    .product-info{
        margin: 10px;
    }
    .ukuran90{
        width: 96%;
    }
    .judul-blog{
        margin-bottom: 15px;
    }
    .whatsapp-button{
        right: 50px;
    }
    .tautan, .tautan-putih{
        padding: 1.5cm 0cm;
    }
}

