@import 'https://fonts.googleapis.com/css2?family=Geologica:wght@100..900';
.text-orange {
  color: #e2462d;
}
.bg-orange {
  background-color: #e2462d;
}
.text-yellow {
  color: #fac720;
}
.bg-yellow {
  background-color: #fac720;
}
.text-blue {
  color: #4575c9;
}
.bg-blue {
  background-color: #4575c9;
}
.text-cyan {
  color: #3cf;
}
.bg-cyan {
  background-color: #3cf;
}
.text-fucsia {
  color: #f35ab4;
}
.bg-fucsia {
  background-color: #f35ab4;
}
.text-green {
  color: #09d2a6;
}
.bg-green {
  background-color: #09d2a6;
}
.text-magenta {
  color: #e82f88;
}
.bg-magenta {
  background-color: #e82f88;
}
.text-magenta-light {
  color: #f08eba;
}
.bg-magenta-light {
  background-color: #f08eba;
}
section {
  padding: 1rem;
}
.main {
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 7px rgba(0,0,0,0.25);
          box-shadow: 1px 2px 7px rgba(0,0,0,0.25);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 4rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e82f88), to(#f08eba));
  background-image: -o-linear-gradient(top, #e82f88, #f08eba);
  background-image: linear-gradient(to bottom, #e82f88, #f08eba);
}
.main .main-wrapper {
  background-size: cover;
  background-position: center;
  min-height: 620px;
  text-align: center;
  position: relative;
}
.main .main-wrapper .clouds {
  position: absolute;
  width: 100%;
}
.main .main-wrapper .clouds img {
  width: 100%;
}
.main .main-wrapper .logo {
  max-width: 520px;
  margin: 0 auto;
}
.main .main-wrapper .logo img {
  width: 100%;
}
.main .main-wrapper .buttons {
  max-width: 320px;
  margin: 3rem auto;
}
.main .main-wrapper .buttons .button {
  display: block;
  font-family: 'Geologica', sans-serif;
  background-color: #fac720;
  margin: 3rem 0;
  padding: 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc85f), to(#f58d1e));
  background-image: -o-linear-gradient(top, #fbc85f, #f58d1e);
  background-image: linear-gradient(to bottom, #fbc85f, #f58d1e);
  border: 3px solid #ccc;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
          box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
  color: #666;
  font-weight: 600;
  font-size: 12pt;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.main .main-wrapper .buttons .button:hover {
  text-decoration: none;
  color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f58d1e), to(#fbc85f));
  background-image: -o-linear-gradient(top, #f58d1e, #fbc85f);
  background-image: linear-gradient(to bottom, #f58d1e, #fbc85f);
}
.main .main-wrapper .bottom-misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.main .pop-audio {
  background-color: rgba(232,47,136,0.95);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  visibility: hidden;
}
.main .pop-audio .pop-content {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.35);
          box-shadow: 2px 2px 9px rgba(0,0,0,0.35);
  padding: 6rem 3rem;
  position: relative;
  min-width: 620px;
  text-align: center;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1200ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main .pop-audio .pop-content audio,
.main .pop-audio .pop-content video {
  width: 100%;
}
.main .pop-audio .pop-content .title {
  font-family: 'Baloo Bhai', sans-serif;
  margin: 2rem 0;
  color: #4575c9;
}
.main .pop-audio .pop-content .pop-close {
  position: absolute;
  cursor: pointer;
  top: -5rem;
  right: 1rem;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.main .pop-audio .pop-content .pop-close:hover {
  color: #fac720;
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg);
}
.main .pop-audio.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.main .pop-audio.active .pop-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
