/******************
GENERAL STYLING
******************/

:root {
  --base-red: rgb(228, 36, 67);
  --base-white: rgb(240, 240, 240);
  --base-pink: rgb(242, 172, 177);
  --base-dark-red: rgb(76, 12, 22);
  --base-wheel-pink: rgb(171, 132, 135);
  --base-wheel-pink-2: rgb(255, 240, 242);
  --base-wheel-pink-3: rgb(255, 217, 219);
  --base-wheel-pink-4: rgb(255, 177, 200);
}

body {
  padding: 0px;
  margin: 0px;
  background-color: var(--base-red);
  color: var(--base-white);
  font-family: 'Montserrat', sans-serif;
  width: 100vw;
  overflow-x: hidden;
  /* overflow-y: hidden; */
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/******************
ID STYLING
******************/
#title-div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  min-height: 100vh;
  font-size: 8vw;
  line-height: 140px;
}

#div-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-height: 100vh;
  font-size: 4vw;
  line-height: 140px;
  width: 100%;
}

#div-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  min-height: 100vh;
  font-size: 4vw;
  line-height: 140px;
  width: 100%;
}

#div-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  font-size: 4vw;
  line-height: 100px;
  width: 100%;
  /* padding-left: 40vw; */
}

#div-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 4vw;
  line-height: 100px;
  width: 1000px;
  /* padding-left: 0px; */
}

#div-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  font-size: 4vw;
  line-height: 100px;
  width: 100%;
  /* padding-left: 350px; */
}

#div-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 4vw;
  line-height: 100px;
  width: 100%;
}

#div-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  font-size: 3vw;
  line-height: 80px;
  width: 100%;
}

#div-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  font-size: 3vw;
  line-height: 80px;
  width: 100%;
  background-image: url("../images/scarf.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left;
}

#div-9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  font-size: 4vw;
  line-height: 100px;
  width: 100%;
}

#div-9-5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 3vw;
  line-height: 75px;
  width: 100%;
}

#div-9-5 img {
  filter: drop-shadow(12px 12px 0px var(--base-dark-red));
}


#div-10 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 2vw;
  line-height: 50px;
  width: 100%;
}

#div-11 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  font-size: 3vw;
  line-height: 100px;
  width: 100%;
}

#div-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 3vw;
  line-height: 100px;
  width: 100%;
}

#div-13 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  font-size: 3vw;
  line-height: 100px;
  width: 100%;
}

#div-14 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  font-size: 3vw;
  line-height: 100px;
  width: 100%;
}

#text-img {
  width: 300px;
}

#text-img-dots, #text-img-dots-2 {
  padding-right: 455px;
}

#cont-button {
  color: var(--base-dark-red);
  font-family: 'Montserrat', sans-serif;
  border: none;
  background: none;
  font-size: 20px;
  transition: 0.25s;
}

#cont-button:hover {
  font-weight: bold;
  cursor: pointer;
  color: var(--base-white);
}

#cont-button:active {
  transform: scale(1.2);
}

#textsPerDayChart {
  width: 1200px;
  padding: 0px;
  margin: 0px;
  overflow: auto;
}

/******************
CLASS STYLING
******************/

.play-button {
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  box-sizing: border-box;
  width: 0;
  height: 84px;
  border-color: transparent transparent transparent var(--base-dark-red);
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 50px 0px 50px 80px;
}

.play-button.paused {
  border-style: double;
  border-width: 0px 0px 0px 80px;
}

.play-button:hover {
  border-color: transparent transparent transparent var(--base-white);
  transform: scale(1.2);
}

.play-button-container {
  background: var(--base-red);
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.span-highlight {
  color: var(--base-dark-red);
}

.vl {
  border-left: 6px solid var(--base-dark-red);
  height: 300px;
  margin-left: 0px;
  margin-right: 40px;
}

.circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 10s infinite;
  box-shadow: 0px 0px 0px 0px var(--base-pink);
}

.small{
  width: 100px;
  height: 100px;
  left: -50px;
  bottom: -50px;
}

.medium{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.large{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.xlarge{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

.slide-effect {
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideOut {
  top: 0px;
  left: 800px;
  animation: slideOut ease 1.3s forwards 0s;
  opacity: 1;
}

.animate__animated {
  display: none;
}

.animate__zoomIn {
  display: block;
}

.main-footer{
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 15px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.div-img {
  height: 500px;
}

/******************
ANIMATIONS
******************/
@keyframes slideOut {
  0% { transform: translateX(0); }
  100% { transform: translateX(800px); opacity: 1;}
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }

  50%{
    transform: scale(1.2);
  }

  100%{
    transform: scale(0.8);
  }
}

/******************
MOBILE STYLING
******************/

@media only screen and (max-width: 600px) {
  /******************
  ID STYLING
  ******************/

  #title-div {
    line-height: 35px;
    width: 270px;
    padding-left: 80px;
  }

  #div-1, #div-2, #div-3 {
    font-size: 8vw;
    line-height: 40px;
  }

  #div-1 .slide-null {
    width: 70%;
  }

  #div-2 .slide-null {
    width: 70%;
    text-align: right;
  }

  #div-3 {
    width: 90%;
    padding-left: 0;
  }

  #div-3 .slide-null {
    width: 90%;
  }

  /******************
  CLASS STYLING
  ******************/

  .play-button {
    border-width: 40px 0px 40px 70px;
  }

  .play-button.paused {
    border-width: 0px 0px 0px 70px;
  }

  .play-button:hover {
    border-color: transparent transparent transparent var(--base-white);
    transform: scale(1);
  }

  .vl {
    border-left: 6px solid var(--base-dark-red);
    height: 130px;
    margin-left: 25px;
    margin-right: 25px;
  }

}
