html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-family: "Yantramanav", sans-serif;
}

body {
  width: 100%;
  height: 100%;
  background-color: black;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url("/img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  transition: all 4s ease-out;
}

body.loaded .bg {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 10px 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.logo img {
  opacity: 0;
  transition: all 1.5s ease-in-out;
}

body.loaded .logo {
  opacity: 1;
  top: 15%;
}
body.loaded .logo img {
  opacity: 1;
}

.logo img {
  height: 20vh;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-top: 50px;
}

.footer-content {
  display: inline-block;
  width: 960px;
}

.footer-social {
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  width: 200px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 10px;
}

.footer-social-item {
  display: inline-block;
  margin-left: 10px;
  padding: 17px 6px;
}

.footer-social-item img {
  height: 30px;
}

.footer-copyright {
  text-align: left;
  line-height: 60px;
  color: white;
  font-size: 18px;
  padding-left: 15px;
  opacity: 0.6;
}
.footer-copyright a {
  color: white !important;
}

.footer-prints {
  position: relative;
  float: right;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.4);
  color: white !important;
  font-size: 20px;
  font-weight: 600;
  background: #da6931;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 8px 8px 0 0;
  text-decoration: none !important;
}

@media (orientation: landscape) and (max-width: 960px) {
  .logo {
    bottom: 50%;
  }
}
.footer-content-row {
  overflow: visible;
}
@media (min-width: 960px) {
  .footer-content-row.bottom-row {
    display: grid;
    grid-template-columns: auto 200px;
    grid-gap: 10%;
  }
}

.footer-content-side {
  color: white;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.footer-content-side .lang-icon {
  position: absolute;
  top: -26px;
  left: -26px;
  width: 50px;
  border-radius: 100%;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
}
.footer-content-side .lang-icon img {
  width: 40px;
}
.footer-content-side .logo-row {
  background: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 20px 10px;
}
.footer-content-side .logo-row img {
  height: 60px;
}
.footer-content-side .button-row {
  opacity: 1;
}
.footer-content-side .button-row a {
  height: 44px;
  display: block;
  line-height: 44px;
  padding: 0 15px;
  color: white !important;
  font-size: 20px;
  font-weight: 600;
  background: #da6931;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 10px;
}
.footer-content-side .text-row {
  font-size: 17px;
  font-style: italic;
}
.footer-content-side .text-row a {
  color: white !important;
  text-decoration: underline !important;
}

@media (max-width: 960px) {
  .footer {
    padding-top: 35px;
  }

  .footer-content-side .text-row {
    font-size: 15px;
  }

  .footer-content {
    width: 100%;
  }

  .footer-social {
    margin-left: 10px;
  }
  .footer-social-item {
    padding: 12px 6px;
    margin: 0 10px;
  }

  .footer-prints {
    font-size: 16px;
  }
  
  .footer-buy-links {
    display: block;
    padding: 0 25px;
  }

  .footer-content-side {
    margin-bottom: 20px;
  }

  .footer-content-side .lang-icon {
    top: -21px;
    left: -21px;
    width: 40px;
  }
  .footer-content-side .logo-row {
    padding: 6px 8px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-content-side .button-row {
    display: inline-block;
    width: 100%;
  }
  .footer-content-side .button-row a {
    height: 35px;
    line-height: 37px;
  }
  .footer-content-side .logo-row img {
    height: 28px;
  }

  .footer-copyright {
    display: none;
  }

  .footer-social {
    margin: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
