@import url(ring.css);
@keyframes buzz {
  50% {
    transform: translate(3px); }
  100% {
    transform: translate(-3px); } }
@keyframes spin {
  from {
    transform: rotateZ(0); }
  to {
    transform: rotateZ(1turn); } }
@keyframes shake {
  0%, 20%, 100% {
    transform: translateX(0); }
  40%, 80% {
    transform: translateX(-2px); }
  60% {
    transform: translateX(2px); } }
* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  height: 100%; }

body {
  min-height: 100%;
  font-size: 62.5%;
  background-color: #141720;
  font-family: "Source Sans Pro", sans-serif;
  color: #F7F7F6;
  display: flex;
  flex-direction: column; }
  body.page--detail .site__title {
    margin-top: 0; }

.call-us {
  display: none; }

canvas {
  max-height: 99%; }

h1, h2, h3, h4, h5, .title {
  font-family: "Rubik", sans-serif; }

.heb-text {
  font-family: "Rubik", sans-serif;
  text-align: right;
  direction: rtl; }

.success {
  display: none;
  font-size: 1rem; }
  .success.active {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1C1F2A;
    border-radius: 5px;
    z-index: 999999; }
  .success span {
    text-align: center;
    font-family: "Rubik", sans-serif; }
  .success img {
    width: 40%; }

a {
  text-decoration: none;
  color: #5D6BCF;
  font-weight: 700; }
  a:hover {
    text-decoration: none; }

footer {
  background-color: #1C1F2A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  font-size: 1rem;
  font-weight: 300; }
  footer a {
    white-space: nowrap;
    padding-left: 3.4em;
    color: #fff;
    font-size: 1.5em; }
    footer a i {
      margin-right: 0.5em; }
  footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    height: 100%;
    list-style: none;
    flex-direction: row-reverse; }
    footer ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 123px; }
  footer img {
    max-height: 50%;
    margin: 0 10px; }

.hidden {
  opacity: 0; }

.nav__logo {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%; }
  .nav__logo a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%; }
    .nav__logo a img {
      width: 63%;
      margin: 5px auto; }

nav {
  position: relative;
  background: #F7F7F6;
  box-shadow: 5px 2px 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex: 1; }
  nav > * {
    width: 50%; }

.nav__logo {
  display: block;
  transform: translate3d(14px, 40px, 0); }

.nav__list {
  list-style: none;
  padding-left: 0;
  text-align: right;
  padding-right: 2rem;
  line-height: 2.5; }

.nav__item {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.4rem;
  color: #141720;
  letter-spacing: 1.45px;
  text-transform: uppercase; }
  .nav__item a {
    color: #141720;
    font-weight: 500; }
    .nav__item a:hover, .nav__item a:focus {
      text-decoration: none; }

.nav__social {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.8rem;
  font-size: 2.6rem;
  line-height: 0.3; }

.nav_social__item {
  color: #141720;
  display: block; }
  .nav_social__item:hover {
    animation: shake 0.8s ease-in-out; }

.site {
  padding: 2rem 3rem; }

.site__title {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative; }
  .site__title.site__title--separator:after {
    position: absolute;
    border-bottom: 3px solid #F79E77;
    width: 50%;
    content: "";
    left: 0;
    bottom: -1.3rem; }

.site__description {
  color: #c1bfbf;
  font-size: 1.5rem;
  font-weight: 200;
  padding-top: 1rem;
  z-index: 1; }

.site__label {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  color: #c1bfbf; }

.bottom {
  display: flex;
  width: 100%;
  justify-content: start; }
  .bottom form {
    position: relative;
    background: rgba(28, 31, 42, 0.9);
    padding: 20px;
    border-radius: 5px;
    width: 50%; }
    .bottom form .form-title {
      direction: rtl;
      text-align: center;
      font-family: "Rubik", sans-serif; }
    .bottom form ::placeholder {
      text-align: right;
      direction: rtl;
      font-family: "Rubik", sans-serif; }
    .bottom form .input-wrap {
      display: flex;
      justify-content: center; }
      .bottom form .input-wrap button {
        font-family: "Rubik", sans-serif; }
    .bottom form input {
      text-align: right;
      direction: rtl; }

.site__secondary_title {
  display: none;
  color: black;
  margin: 2rem 5rem 0 5rem;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif; }

.site__navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  z-index: 1; }
  .site__navigation:hover .site__navigation_items {
    text-decoration: none; }
  .site__navigation * {
    transition: 0.5s ease-out; }
  .site__navigation .site__navigation_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem; }
    .site__navigation .site__navigation_items label {
      text-transform: uppercase;
      letter-spacing: 1px; }
    .site__navigation .site__navigation_items h4 {
      margin: 0;
      font-size: 1.2rem;
      line-height: 1.5rem;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 800;
      color: white; }
  .site__navigation .site__navigation_items--right {
    background-color: #F79E77;
    padding-left: 5rem;
    text-align: right; }
    .site__navigation .site__navigation_items--right label {
      color: #f15917; }
    .site__navigation .site__navigation_items--right:hover {
      background-color: #f15917; }
      .site__navigation .site__navigation_items--right:hover label {
        color: #692406; }
  .site__navigation .site__navigation_items--left {
    background-color: #7CCDB9;
    padding-right: 5rem; }
    .site__navigation .site__navigation_items--left label {
      color: #3fa48b; }
    .site__navigation .site__navigation_items--left:hover {
      background-color: #3fa48b; }
      .site__navigation .site__navigation_items--left:hover label {
        color: #14362d; }

#site__bg {
  display: none; }

.episode {
  position: relative;
  display: flex; }
  .episode:nth-child(1) .episode__image {
    background-image: url(../images/wordpress.svg); }
  .episode:nth-child(2) .episode__image {
    background-image: url(../images/landing-page.svg); }
  .episode:nth-child(3) .episode__image {
    background-image: url(../images/development.svg); }
  .episode:nth-child(4) .episode__image {
    background-image: url(../images/browser.svg); }
  .episode:hover .episode__detail:before {
    width: 100%; }
  .episode:hover:nth-child(1) .episode__image {
    background-image: url(../images/wordpress.svg); }
  .episode:hover:nth-child(2) .episode__image {
    background-image: url(../images/landing-page.svg); }
  .episode:hover:nth-child(3) .episode__image {
    background-image: url(../images/development.svg); }
  .episode:hover:nth-child(4) .episode__image {
    background-image: url(../images/browser.svg); }

.episode__number {
  display: none;
  position: absolute;
  top: -2rem;
  left: -1.5rem;
  z-index: 1;
  font-size: 3rem;
  margin: 0;
  color: #5D6BCF; }

.episode__image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
  display: block; }

.episode__media {
  position: relative;
  width: 30%;
  transition: 0.2s ease-out; }
  .episode__media:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 50px;
    background-size: cover; }
  .episode__media:hover {
    transform-origin: 0 50%;
    transform: perspective(1000px) rotateY(-10deg) translate3d(-3px, 0, 0); }

.episode__detail {
  width: 70%;
  padding: 0 1rem;
  position: relative;
  transition: width 0.3s ease-in-out; }
  .episode__detail:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    content: "";
    background-color: #292C37;
    z-index: -1; }

.episode__title h4 {
  font-size: 1.6rem;
  margin: 1rem 0 0.3rem 0;
  font-family: "Rubik", sans-serif;
  color: #F7F7F6; }
  .episode__title h4:hover {
    text-decoration: none; }

.episode__description {
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 100;
  color: #c1bfbf; }

/* mobile first */
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .page--detail .site {
    padding-bottom: 5rem;
    padding-top: 5rem; }

  .left .site__title.site__title--separator:after {
    display: none; }

  .right .episode__image {
    width: 100px;
    float: left;
    margin: 1.5rem 1rem 0 0;
    border-radius: 2px; }
  .right .playBtn {
    display: none; } }
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 1000px) {
  /* main page */
  body {
    position: relative; }

  nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    flex-direction: column;
    width: 60px;
    transition: 0.5s; }

  .main {
    display: flex;
    padding-left: 60px;
    flex-grow: 1; }

  #site__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block; }

  .site {
    padding-top: 2rem;
    padding-left: 4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  /* nav */
  .nav__list {
    transform: rotate(90deg);
    transform-origin: 0px 150% 0px; }

  .nav__item {
    font-size: 0.8rem;
    letter-spacing: 2px; }
    .nav__item a {
      font-weight: 600; }

  .nav__social {
    display: block; }

  /* episodes */
  .episodes {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 160px 0 0 50px;
    max-width: 70%; }

  .episode {
    flex-direction: column;
    max-width: 220px;
    margin-right: 2rem;
    margin-bottom: 3rem; }
    .episode:hover .episode__detail:before {
      display: none; }

  .episode__number {
    display: block; }

  .episode__media {
    width: 100%;
    height: 294px;
    max-width: 200px; }

  .episode__detail {
    width: 100%; }

  .episode__description {
    font-size: 1rem;
    font-weight: 300; }

  /* page detail */
  .page--detail {
    flex-direction: row; }
    .page--detail .site {
      display: flex;
      padding: 0 0 0 60px; }

  .left, .right {
    width: 50%; }

  .left {
    padding-left: 5rem;
    padding-top: 5rem;
    display: flex;
    flex-direction: column; }
    .left .site__title.site__title--separator:after {
      display: block;
      width: 100px; }
    .left .episode__date {
      padding: 1rem 0 2rem 0;
      color: #5D6BCF;
      font-weight: 500;
      font-size: 1rem; }

  .right {
    display: flex;
    flex-direction: column;
    background-color: #F7F7F6;
    position: relative; }
    .right .episode__image {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0.1;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      width: 100%;
      margin: 0;
      float: none;
      object-fit: cover; }
    .right .site__description {
      color: #1C1F2A;
      font-weight: 500;
      font-size: 1rem;
      margin: 0 5rem auto 5rem; }
    .right .site__playbar {
      margin: 5rem 3rem 0 3rem; }
    .right .site__navigation {
      margin: 2rem 0; }

  .site__secondary_title {
    display: block; }

  /* audio player */
  .site__playbar {
    background: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

  .audio-player {
    position: inherit;
    background-color: white;
    margin-right: 5rem;
    border-radius: 4px; } }
@media only screen and (min-width: 1400px) {
  .right .site__description {
    column-count: 2; }

  .episode {
    max-width: 208px; } }
@media only screen and (max-width: 1000px) {
  .bottom form {
    width: 100%; } }
@media only screen and (max-width: 700px) {
  footer {
    flex-direction: column;
    justify-content: center;
    align-content: center; }
    footer ul {
      display: flex;
      justify-content: center;
      align-content: center; }
    footer a {
      padding-left: 0; } }
@media only screen and (max-width: 500px) {
  .site {
    padding: 7rem 1rem; }

  .episode {
    margin-bottom: 15px;
    padding-left: 15px; }

  footer {
    height: auto; }
    footer ul {
      flex-wrap: wrap;
      justify-content: center; }
      footer ul img {
        max-width: 30px; }
      footer ul li {
        justify-content: center; }
    footer a {
      display: none; }

  nav {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between; }
    nav .nav__social {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      position: relative;
      right: 0;
      top: 0;
      left: auto;
      list-style: none;
      max-height: 89px;
      margin: 0; }

  .nav__logo {
    transform: translate3d(14px, 0, 0); }

  .bottom form {
    width: 100%; }

  .call-us {
    display: flex;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    border-radius: 50%;
    background-color: #28a745; } }

/*# sourceMappingURL=app.css.map */
