.contener {
  width: 100%;
}
.d-flex > a:hover {
  filter: grayscale(50%);
}
.image {
  width: 100%;
}

.cover-ini {
  overflow: hidden;

  width: 100%;
  padding: 25vw 0;
  /* height: 70vw; */
  /* background-color: #952c33; */
}
.ani2 {
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  align-content: center;
  /* background-color: #952c33; */
  -webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
  animation: pulsate-fwd 0.5s ease-in-out infinite both;
}
/* anime */
/* ----------------------------------------------
 * Generated by Animista on 2020-8-25 18:1:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* anime end */
.logo123 {
  width: 50%;
  /* height: 100%; */
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both;
}
/* anime */
/* ----------------------------------------------
 * Generated by Animista on 2020-8-25 17:55:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* anime end */
.chatadmin {
  font-size: 3vw;
  margin-left: 3vw;
  padding: 2vw 3vw;
}
.chatadmin2 {
  font-size: 3vw;
  margin-left: 34vw;
  padding: 1vw 1vw;
}
.ctmin {
  margin-top: -14vw;
  width: 100%;
  text-align: center;
  /* background-color: #952c33; */
}
.ctmin > a {
  padding: 1vw 2vw;
  font-size: 3vw;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
}
/* admin buton di page online class */
.ctminonclass {
  width: 100%;
  text-align: center;
  margin: 2% 0;
}
.ctminonclass > a {
  padding: 1vmax 2vmax;
  font-size: 3vmax;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}
.texto {
  background-color: #05102e;
  color: white;
  padding: 10%;
}
.texto p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.footere {
  overflow: hidden;
  width: 100%;
  height: 10vw;
  background-color: #952c33;
}

.btn {
  text-align: center;
  position: absolute;
  margin-top: -20vw;
}
.btnku {
  text-align: center;
  position: absolute;
  margin-top: -28vw;
}
.btn2 {
  text-align: center;
  background-color: #952c33;
  margin-top: -1vw;
  padding: 4vw 0;
}
.btn3 {
  text-align: center;
  background-color: #db6e81;
  margin-top: -1vw;
  padding: 4vw 0;
}
.link {
  text-decoration: none;
}
.p1 {
  font-size: 4vw;
  color: white;
  margin-bottom: 1vw;
  font-family: Calibri, "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
}
.btn-chat {
  color: white;
  border: none;
  text-decoration: none;
  background-color: limegreen;
  padding: 2vw;
  border-radius: 20px;
  font-size: 3vw;
  font-weight: bold;
  font-family: Calibri, "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
}
