body {
  letter-spacing: 1px;
}
@font-face {
  font-family: 'myFont';
  src: url("/fonts/coolvetica-rg.ttf");
}
@font-face {
  font-family: 'myFont2';
  src: url("/fonts/Poppins-Regular.ttf");
}
@keyframes overlayanimation1 {
  0% {
    transform: perspective(1500px) rotateY(90deg);
  }
  10% {
    transform: perspective(1500px) rotateY(0deg);
  }
  90% {
    transform: perspective(1500px) rotateY(0deg);
  }
  100% {
    transform: perspective(1500px) rotateY(-90deg);
  }
}
@keyframes overlayanimation2 {
  40% {
    transform: perspective(1500px) rotateX(0deg);
  }
  45% {
    transform: perspective(1500px) rotateX(-30deg);
  }
  55% {
    transform: perspective(1500px) rotateX(30deg);
  }
  60% {
    transform: perspective(1500px) rotateX(0deg);
  }
}
.animation1 {
  animation-name: overlayanimation1;
  animation-duration: 10s;
  animation-repeat: infinite;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-fill-mode: none;
}
.animation2 {
  animation-name: overlayanimation2;
  animation-duration: 10s;
  animation-repeat: infinite;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-fill-mode: none;
}
.box-bottom {
  padding: 5px 20px 5px 75px;
  font-weight: bold;
  background-color: #2e3e4e;
  height: 70px;
}
.slide {
  overflow: hidden;
  border-radius: 20px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  color: #DDD;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, .7);
  backdrop-filter: blur(10px);
}
.box-bottom .network-limited {
  position: absolute;
}
.slide.WhatsApp .box-bottom {
  background-color: #37bb23;
}
.slide.WhatsApp .box-bottom::after {
  content: "\e900";
  font: normal normal normal 12px/1 medias;
  font-size: 12px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.Messenger .box-bottom {
  background-color: #006AFF;
}
.slide.Messenger .box-bottom::after {
  content: "\e90b";
  font: normal normal normal 12px/1 medias;
  font-size: 12px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.Facebook .box-bottom {
  background-color: #4267B2;
}
.slide.Facebook .box-bottom::after {
  content: "\e904";
  font: normal normal normal 12px/1 medias;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.SMS .box-bottom {
  background-color: #5BC236;
}
.slide.SMS .box-bottom::after {
  content: "\e90c";
  font: normal normal normal 12px/1 medias;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.Form .box-bottom {
  background-color: #21AABD;
}
.slide.Form .box-bottom::after {
  content: "\f15c";
  font: normal normal normal 12px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
#allslides {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hashtag {
  color: #66add6;
}
@keyframes animation {
  0% {
    transform: perspective(1500px) rotateY(-5deg) rotateX(2deg);
  }
  50% {
    transform: perspective(1500px) rotateY(5deg) rotateX(-2deg);
  }
  100% {
    transform: perspective(1500px) rotateY(-5deg) rotateX(2deg);
  }
}
#ticker {
  position: absolute;
  bottom: 20px;
  left: 50px;
  right: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 32px;
  display: flex;
  flex-direction: row;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background-color: #FFF;
}
#ticker.show {
  opacity: 1 !important;
}
#ticker-title {
  background: rgb(33, 170, 189);
  background: -moz-linear-gradient(0deg, rgba(33, 170, 189, 1) 0%, rgba(71, 204, 223, 1) 50%, rgba(33, 170, 189, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(33, 170, 189, 1) 0%, rgba(71, 204, 223, 1) 50%, rgba(33, 170, 189, 1) 100%);
  background: linear-gradient(0deg, rgba(33, 170, 189, 1) 0%, rgba(71, 204, 223, 1) 50%, rgba(33, 170, 189, 1) 100%);
  height: 100%;
  white-space: nowrap;
  padding: 0 10px;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 1px 1px #303030;
}
#ticker-box {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 10px;
}
#ticker-box ul {
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
}
#ticker-box ul li {
  position: absolute;
  white-space: nowrap;
  padding: 0;
  margin: 0;
	font-family: myFont2;
	letter-spacing: 0;
	
}
#ticker-box ul li .hashtag {
  color: #21AABD;
}
#ticker-box ul li br {
  content: ""
}
#ticker-box ul li br:after {
  content: "\00a0"
}
#big-banner {
  position: absolute;
  bottom: 80px;
  left: 50px;
  right: 250px;
  display: flex;
  flex-direction: column;
}
#big-banner-title {
  color: #FFF;
  background: rgb(255, 180, 0);
  background: -webkit-linear-gradient(bottom, rgba(255, 180, 0, 1) 0%, rgba(255, 199, 64, 1) 50%, rgba(255, 180, 0, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 180, 0, 1) 0%, rgba(255, 199, 64, 1) 50%, rgba(255, 180, 0, 1) 100%);
  background: linear-gradient(to top, rgba(255, 180, 0, 1) 0%, rgba(255, 199, 64, 1) 50%, rgba(255, 180, 0, 1) 100%);
  max-width: fit-content;
  padding: 5px 10px;
  font-size: 32px;
  text-transform: uppercase;
  text-shadow: 1px 1px #303030;
}
#big-banner-subtitle {
  background-color: #FFF;
  padding: 10px;
  text-transform: uppercase;
  height: 60px;
  line-height: 55px;
}
#screensaver {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  background-color: #F00;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#screensaver.show {
  display: block !important;
  opacity: 1 !important;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}