<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html, p, h1, h2, h3 {
  padding: 0;
  margin: 0; }

body {
  background: #636363; }

img {
  width: 100%; }

.wrapper {
  position: relative;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/wallet_bg.jpg);
  background-size: cover;
  background-position: 20% 0;
  background-repeat: no-repeat;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: hidden; }

/*figure*/
.figure {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  margin: 0; }

.figure:before, .figure:after {
  content: '';
  position: absolute;
  background: transparent;
  width: 350px;
  height: 350px;
  border: 1px solid #F7F7F7;
  transition: 0.3s;
  opacity: 0; }

.figure:before {
  left: 0%;
  top: 50%;
  border-radius: 100%;
  box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.53);
  transform: translate(-50%, -50%) scale(0.7); }

.figure:after {
  left: 0%;
  top: 50%;
  border-radius: 100%;
  box-shadow: none;
  transform: translate(-50%, -50%) scale(0.72); }

.opacity.figure:before, .opacity.figure:after {
  opacity: 1; }

/*end figure style*/
.menu__content {
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(5%, -50%);
  transition: 0.24s 0.2s; }

.menu__text {
  font-size: 12px;
  font-family: 'Roboto Lt';
  font-weight: 500;
  font-style: normal;
  transform: rotate(-145deg);
  transform-origin: left;
  transition: 0.2s;
  color: #fff; 
  text-align: left;
  max-width: 120px;}

.menu__image {
  display: block;
  transform: rotate(-145deg);
  transform-origin: left;
  transition: 0.2s; }

.menu__image.rotated {
  transform: rotate(0deg);
  transform-origin: left;
  transform: rotate(0deg) perspective(1000px) rotateX(0deg);
  transition: 0.5s;
  position: relative;
  z-index: 1000; }

.menu__image.rotated:hover {
  transform: rotate(0deg) perspective(1000px) rotateX(360deg); }

.menu__text.rotated {
  transform: rotate(0deg);
  transform-origin: left; }

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #F7F7F7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform: scale(0);
  transition: transform 1.4s 0.07s;
  z-index: -1; }

.menu__content.active .menu {
  transition: transform 0.4s 0.08s, z-index 0s 0.5s;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  color: #fff;
  width: 345px;
  height: 345px; }
.menu__content .menu li {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: all 0.5s 0.1s;
  opacity: 0; }
.menu__content.active .menu li {
  transition: all 0.5s 0.1s;
  opacity: 1; }
.menu__content .menu li a {
  box-sizing: border-box;
  border: 1px solid #F7F7F7;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  font-size: 8px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  background: #2A2A2A;
  text-decoration: none;
  text-transform: uppercase;
  font-family: sans-serif;
  font-family: 'Avenir Next LT Pro';
  font-weight: normal;
  font-style: normal;
  background: #2A2A2A;
  transition: 0.7s; }
.menu__content.active .menu li:nth-child(1) {
  transition-delay: 0.1s;
  transform: rotate(-150deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(1) a {
  transition-delay: 0.2s;
  transform: translate(-50%, -50%) rotate(510deg); }
.menu__content.active .menu li:nth-child(1) a:hover {
  transform: translate(-50%, -50%) rotate(510deg) perspective(1000px) rotateX(360deg);
  background: #003252; }
.menu__content.active .menu li:nth-child(2) {
  transition-delay: 0.2s;
  transform: rotate(-125deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(2) a {
  transition-delay: 0.3s;
  transform: translate(-50%, -50%) rotate(485deg); }
.menu__content.active .menu li:nth-child(2) a:hover {
  transform: translate(-50%, -50%) rotate(485deg) perspective(1000px) rotateY(360deg);
  background: #515B6C; }
.menu__content.active .menu li:nth-child(3) {
  transition-delay: 0.3s;
  transform: rotate(-100deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(3) a {
  transition-delay: 0.4s;
  transform: translate(-50%, -50%) rotate(460deg); }
.menu__content.active .menu li:nth-child(3) a:hover {
  transform: translate(-50%, -50%) rotate(460deg) perspective(1000px) rotateX(360deg);
  background: #FFF56B;
  color: #777777; }
.menu__content.active .menu li:nth-child(4) {
  transition-delay: 0.4s;
  transform: rotate(-75deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(4) a {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) rotate(435deg); }
.menu__content.active .menu li:nth-child(4) a:hover {
  transform: translate(-50%, -50%) rotate(435deg) perspective(1000px) rotateY(360deg);
  background: #E1AA02; }
.menu__content.active .menu li:nth-child(5) {
  transition-delay: 0.5s;
  transform: rotate(-50deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(5) a {
  transition-delay: 0.6s;
  transform: translate(-50%, -50%) rotate(410deg); }
.menu__content.active .menu li:nth-child(5) a:hover {
  transform: translate(-50%, -50%) rotate(410deg) perspective(1000px) rotateX(360deg);
  background: #C4D4D9; }
.menu__content.active .menu li:nth-child(6) {
  transition-delay: 0.6s;
  transform: rotate(-25deg) translate(0px, 170px); }
.menu__content.active .menu li:nth-child(6) a {
  transition-delay: 0.7s;
  transform: translate(-50%, -50%) rotate(385deg); }
.menu__content.active .menu li:nth-child(6) a:hover {
  transform: translate(-50%, -50%) rotate(385deg) perspective(1000px) rotateY(360deg);
  background: #887D6B; }
.menu__content img {
  max-width: 90px; }

@media all and (min-width: 320px) and (min-height: 500px) {
  .figure:before, .figure:after {
    content: '';
    position: absolute;
    background: transparent;
    width: 400px;
    height: 400px;
    border: 1px solid #F7F7F7; }

  .figure:before {
    left: 0%;
    top: 50%;
    border-radius: 100%;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.53);
    transform: translate(-50%, -50%) scale(0.8); }

  .figure:after {
    left: 0%;
    top: 50%;
    border-radius: 100%;
    box-shadow: none;
    transform: translate(-50%, -50%) scale(0.82); }

  .menu__content {
    font-size: 20px; }
    .menu__content.active .menu {
      transition: transform 0.4s 0.08s, z-index 0s 0.5s;
      transform: translate(-50%, -50%) scale(1);
      width: 400px;
      height: 400px; }
    .menu__content .menu li a {
      width: 56px;
      height: 56px;
      font-size: 9px; }
    .menu__content.active .menu li:nth-child(1) {
      transform: rotate(-150deg) translate(0px, 200px); }
    .menu__content.active .menu li:nth-child(2) {
      transform: rotate(-125deg) translate(0px, 200px); }
    .menu__content.active .menu li:nth-child(3) {
      transform: rotate(-100deg) translate(0px, 200px); }
    .menu__content.active .menu li:nth-child(4) {
      transform: rotate(-75deg) translate(0px, 200px); }
    .menu__content.active .menu li:nth-child(5) {
      transform: rotate(-50deg) translate(0px, 200px); }
    .menu__content.active .menu li:nth-child(6) {
      transform: rotate(-25deg) translate(0px, 200px); }
    .menu__content img {
      max-width: 130px; }
    .menu__content .menu__text {
      font-size: 14px;
      max-width: 140px;} }
@media all and (min-width: 360px) and (min-height: 560px) {
  .figure:before, .figure:after {
    width: 460px;
    height: 460px; }

  .figure:before {
    transform: translate(-50%, -50%) scale(0.8); }

  .figure:after {
    transform: translate(-50%, -50%) scale(0.82); }

  .menu__content {
    font-size: 20px; }
    .menu__content.active .menu {
      transition: transform 0.4s 0.08s, z-index 0s 0.5s;
      transform: translate(-50%, -50%) scale(1);
      width: 460px;
      height: 460px; }
    .menu__content .menu li a {
      width: 66px;
      height: 66px;
      font-size: 10px; }
    .menu__content.active .menu li:nth-child(1) {
      transform: rotate(-150deg) translate(0px, 230px); }
    .menu__content.active .menu li:nth-child(2) {
      transform: rotate(-125deg) translate(0px, 230px); }
    .menu__content.active .menu li:nth-child(3) {
      transform: rotate(-100deg) translate(0px, 230px); }
    .menu__content.active .menu li:nth-child(4) {
      transform: rotate(-75deg) translate(0px, 230px); }
    .menu__content.active .menu li:nth-child(5) {
      transform: rotate(-50deg) translate(0px, 230px); }
    .menu__content.active .menu li:nth-child(6) {
      transform: rotate(-25deg) translate(0px, 230px); }
    .menu__content img {
      max-width: 140px; } }
@media all and (min-width: 360px) and (min-height: 600px) {
  .menu__content img {
    max-width: 160px; }
  .menu__content .menu__text {
    font-size: 16px;
    max-width: 150px;} }


/*Iphone 5S - Album - Chrome*/
@media screen and (min-width: 568px)and (min-height:244px) {
  .wrapper{
    overflow-y: visible;
    overflow-x: hidden;
    height: 200vh;
    height: calc(var(--vh, 1vh) * 200);
  }
  .figure{
    height: 200vh;
    height: calc(var(--vh, 1vh) * 200);
    overflow: hidden;
    margin: 0; }
}

/*Iphone 5S - Album - Chrome*/
@media screen and (min-width: 568px)and (min-height:320px) {
  .wrapper{
    height: 150vh;
    height: calc(var(--vh, 1vh) * 150);
  }
  .figure{
    height: 150vh;
    height: calc(var(--vh, 1vh) * 150);
  }
}

@media screen and (min-width: 568px) and (min-height: 500px){
  .wrapper{
    overflow-y: hidden;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .figure{
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}


@media all and (min-width: 768px) and (min-height: 900px) {
  .figure:before, .figure:after {
    width: 778px;
    height: 778px; }

  .figure:before {
    transform: translate(-50%, -50%) scale(0.8); }

  .figure:after {
    transform: translate(-50%, -50%) scale(0.82); }

  .menu__content {
    font-size: 20px; }
    .menu__content.active .menu {
      transition: transform 0.4s 0.08s, z-index 0s 0.5s;
      transform: translate(-50%, -50%) scale(1);
      width: 776px;
      height: 776px; }
    .menu__content .menu li a {
      width: 105px;
      height: 105px;
      font-size: 16px; }
    .menu__content.active .menu li:nth-child(1) {
      transform: rotate(-150deg) translate(0px, 388px); }
    .menu__content.active .menu li:nth-child(2) {
      transform: rotate(-125deg) translate(0px, 388px); }
    .menu__content.active .menu li:nth-child(3) {
      transform: rotate(-100deg) translate(0px, 388px); }
    .menu__content.active .menu li:nth-child(4) {
      transform: rotate(-75deg) translate(0px, 388px); }
    .menu__content.active .menu li:nth-child(5) {
      transform: rotate(-50deg) translate(0px, 388px); }
    .menu__content.active .menu li:nth-child(6) {
      transform: rotate(-25deg) translate(0px, 388px); }
    .menu__content img {
      max-width: 240px; }
    .menu__content .menu__text {
      font-size: 28px;
      max-width: 255px; } }
@media all and (min-width: 320px) and (orientation: landscape) {
  }
@media all and (min-width: 320px) and (orientation: portrait) {
   }
@media all and (min-width: 1025px) and (orientation: landscape) {
  }

/*# sourceMappingURL=wall_paper.css.map */
</pre></body></html>