@import url("fonts.css");

* {
  margin: 0;
  padding: 0;
  letter-spacing: 1.3px;
}

body {
  font-family: MyriadPro;
  background-image: url("../public/smoke-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

main {
  /* Set temporary height to show background */
  height: 100%
}

nav i {
  color: #1E8CCB;
}

.greeting {
  color: #1B4484;
}

.events {
  width: 700px;
  max-width: 90%
}

.upcoming {
  background-color: #1e8ccb;
}

.upcoming .label,
.learn-more {
  color: #a8dfff;
}

.read-more {
  color: #1e8ccb;
}

.upcoming img {
  width: 60%;
}

.btn-bordered {
  border-radius: 60px;
  border: 1px solid white;
  width: 150px;
  height: 36px;
}

.events.july {
  height: 230px;
  background-image: url("../public/upcoming/avatar-1.jpg");
  background-size: cover;
}

.events.august {
  height: 230px;
  background-image: url("../public/upcoming/avatar-2.jpg");
  background-size: cover;
  background-position: bottom;
}

.events.july .title,
.events.august .title {
  font-size: 34px;
}

.events.see-more {
  height: 120px;
  background-color: #1e8ccb;
}

.game {
  width: 700px;
  max-width: 100%;
  background-color: #1e8ccb;
  height: 400px
}

.game-label {
  color: #a8dfff;
}

.game img {
  height: 80px;
}

.game>* {
  width: 100%;
}

.parallax {
  background-image: url("../public/game/cover.jpg");
  height: 200px;
  width: 700px;
  max-width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vod {
  padding-top: 50px;
  width: 700px;
  max-width: 100%;
  background-image: url("../public/vod/cover.jpg");
  background-repeat: no-repeat;
  background-size: 100% 20%;
  background-position: top 50px right;
}

@media only screen and (max-width: 640px) {
  .vod {
    background-size: auto 20%;
  }
}

.vod-label {
  margin: 48px 0px 24px 0px
}

.vod-content {
  padding: 0px 24px 0px 24px;
}

.vod-content div {
  margin-top: 8px
}

.vod-content img {
  width: 50%;
  max-width: 163.6px
}

.vod .see-more {
  border-radius: 60px;
  border: 1px solid #1e8ccb;
  width: 150px;
  height: 36px;
  color: #1e8ccb
}

.vod-content span {
  color: #1e8ccb;
  height: fit-content;
  margin: 0px 16px;
}

.read {
  width: 700px;
  max-width: 100%;
  padding-bottom: 48px
}

.read .label {
  color: #1B4484
}

.read .contents {
  font-size: 12px
}

.read .contents .title {
  color: #1b4484
}

.read .contents>div {
  margin: 8px 16px
}

.read .contents>div div {
  padding-left: 4px
}

.read .see-more {
  border-radius: 60px;
  border: 1px solid #1b4484;
  width: 150px;
  height: 36px;
  color: #1b4484
}

.brand-spotlight {
  width: 700px;
  max-width: 100%;
  color: #616161
}

.brand-spotlight .content {
  padding: 16px
}

.brand-spotlight .see-more {
  border-radius: 60px;
  border: 1px solid #616161;
  width: 150px;
  height: 36px;
}

.cover {
  position: relative;
}

.cover-label {
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: center;
  width: 100%;
  margin-top: 16px;
  text-shadow: 1px 1px 3px #000;
}

.sidebar {
  height: 100vh;
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.1s;
  background: rgb(30, 140, 203);
  background: linear-gradient(180deg, rgba(30, 140, 203, 1) 0%, rgba(30, 140, 203, 1) 35%, rgba(144, 202, 236, 1) 100%);
  overflow-x: hidden;
}

.sidebar .close-container {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 15px;
  margin-top: 15px;
}

.sidebar .close-sidebar {
  color: white;
  font-size: 25px;
}

.sidebar-open {
  width: 220px;
  margin-left: 220px
}

.sidebar-close {
  width: 0px;
  margin-left: 0px
}

.sidebar-content {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 50px;
}

.sidebar-content * {
  height: fit-content;
}

.profile-icon {
  font-size: 100px
}

.sidebar-content .icon {
  font-size: 24px
}

.profile-options>div {
  margin: 8px 16px;
}

.sidebar-content .logout {
  position: absolute;
  bottom: 5%;
  right: 30%;
}

/* .center-logo {
  background-image: url("../public/quick/center.svg");
  background-size: auto 100%
} */

.center-animation {
  position: relative;
  height: 70vh;
  width: 100%;
}

.center-animation .options {
  position: relative;
  height: 100%;
  animation: pulse 2s infinite;
}


@keyframes pulse {
  0% {
    transform: scaleX(0.95);
  }

  70% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0.95);
  }
}

@keyframes pulse-event {
  0% {
    transform: translate(-120px, 60px) scaleX(0.95);
  }

  70% {
    transform: translate(-120px, 60px) scaleX(1);
  }

  100% {
    transform: translate(-120px, 60px) scaleX(0.95);
  }
}

.center-img {
  width: 30vw;
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: scale(1); */
  /* animation: pulse 2s infinite; */
  transform: translate(-50%, -50%);
}

.center-container {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-container .event {
  width: 60px;
  position: relative;
  transform: translate(-120px, 60px);
  /* animation: pulse-event 2s infinite; */
}

.center-container .vod {
  width: 60px;
  position: relative;
  transform: translate(120px, -60px);
  background: initial;
}

.center-container .file {
  width: 60px;
  position: relative;
  transform: translate(-30px, -230px);
}

.center-container .game {
  width: 60px;
  height: 60px;
  position: relative;
  transform: translate(45px, -60px);
  background: initial;
}

.signal-1 {
  width: 180px;
  /* height: 180px; */
  position: relative;
  /* position: absolute; */
  transform: translate(-70px, 110px);
  /* right: 70px; */
  /* top: 50px */
}

.signal-2 {
  width: 180px;
  /* height: 180px; */
  position: relative;
  /* position: absolute; */
  /* right: 70px; */
  /* top: 50px; */
  transform: translate(80px, -230px) rotate(10deg);
}

@keyframes spin {
  100% {
    transform: translate(0px, 0px) rotate(360deg);
  }
}

.signal-animation {
  /* width: 180px; */
  /* position: relative; */
  transform: translate(0px, 0px);
  /* position: relative; */

  /* Uncomment this to see animation */
  /* animation: spin 4s linear infinite; */
}