body, html, p, h1, h2, h3 {
  padding: 0;
  margin: 0; }

body {
  background: #000316 }

img {
  width: 100%; }

.wrapper {
	position: relative;
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	background: url(../img/horoscope_bg.jpg);
	background-size: cover;
	background-position: 20% 0;
	background-repeat: no-repeat;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	overflow-x: visible;
	overflow-y: hidden;
}

.menu__overlay {
  position: absolute;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 1;
  /*background: url(../img/bag.png);
  */
  background-size: cover;
  background-position: 0 center;
  background-repeat: no-repeat;
  display: block;
  position: absolute; }

/*figure*/
.figure, .figure2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  margin: 0; }

.figure:before, .figure:after, .figure2: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(-100%, -50%) scale(0.7); }

.figure:after {
  left: 0%;
  top: 50%;
  border-radius: 100%;
  box-shadow: none;
  transform: translate(-50%, -50%) scale(0.72);
  background: #000316; }

.figure2:after {
  width: 335px;
  height: 335px;
  left: 0%;
  top: 50%;
  border-radius: 100%;
  box-shadow: none;
  transform: translate(-49%, -50%) scale(1.25); }

.opacity.figure:before, .opacity.figure:after, .opacity.figure2: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: 11px;
  font-family: 'Roboto Lt';
  font-weight: 500;
  font-style: normal;
  transform: rotate(-145deg);
  transform-origin: left;
  transition: 0.2s;
  color: #fff; }

.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 span {
    font-size: 29px; }

.menu__content {
  /*second part start from down*/ }
  .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: 335px;
    height: 335px; }
  .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: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    font-size: 7px;
    letter-spacing: -0.05em; 
    text-align: center;
    color: #fff;
    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, 160px); }
  .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, 160px); }
  .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: #353C47; }
  .menu__content.active .menu li:nth-child(3) {
    transition-delay: 0.3s;
    transform: rotate(-100deg) translate(0px, 160px); }
  .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; }
  .menu__content.active .menu li:nth-child(4) {
    transition-delay: 0.4s;
    transform: rotate(-75deg) translate(0px, 160px); }
  .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, 160px); }
  .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, 160px); }
  .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: #003252; }
  .menu__content.active .menu li:nth-child(7) {
    transition-delay: 0.7s;
    transform: rotate(-13deg) translate(0px, 207px); }
  .menu__content.active .menu li:nth-child(7) a {
    transition-delay: 0.8s;
    transform: translate(-50%, -50%) rotate(373deg); }
  .menu__content.active .menu li:nth-child(7) a:hover {
    transform: translate(-50%, -50%) rotate(373deg) perspective(1000px) rotateX(360deg);
    background: #515B6C; }
  .menu__content.active .menu li:nth-child(8) {
    transition-delay: 0.8s;
    transform: rotate(-37deg) translate(0px, 207px); }
  .menu__content.active .menu li:nth-child(8) a {
    transition-delay: 0.9s;
    transform: translate(-50%, -50%) rotate(397deg); }
  .menu__content.active .menu li:nth-child(8) a:hover {
    transform: translate(-50%, -50%) rotate(397deg) perspective(1000px) rotateY(360deg);
    background: #FFF56B; }
  .menu__content.active .menu li:nth-child(9) {
    transition-delay: 0.9s;
    transform: rotate(-63deg) translate(0px, 207px); }
  .menu__content.active .menu li:nth-child(9) a {
    transition-delay: 1s;
    transform: translate(-50%, -50%) rotate(423deg); }
  .menu__content.active .menu li:nth-child(9) a:hover {
    transform: translate(-50%, -50%) rotate(423deg) perspective(1000px) rotateX(360deg);
    background: #E1AA02; }
  .menu__content.active .menu li:nth-child(10) {
    transition-delay: 1s;
    transform: rotate(-88deg) translate(0px, 207px); }
  .menu__content.active .menu li:nth-child(10) a {
    transition-delay: 1.1s;
    transform: translate(-50%, -50%) rotate(448deg); }
  .menu__content.active .menu li:nth-child(10) a:hover {
    transform: translate(-50%, -50%) rotate(448deg) perspective(1000px) rotateY(360deg);
    background: #C4D4D9; }
  .menu__content.active .menu li:nth-child(11) {
    transition-delay: 1s;
    transform: rotate(-113deg) translate(0px, 207px); }
  .menu__content.active .menu li:nth-child(11) a {
    transition-delay: 1.1s;
    transform: translate(-50%, -50%) rotate(473deg); }
  .menu__content.active .menu li:nth-child(11) a:hover {
    transform: translate(-50%, -50%) rotate(473deg) perspective(1000px) rotateX(360deg);
    background: #003252; }
  .menu__content.active .menu li:nth-child(12) {
    transition-delay: 1.1s;
    transform: rotate(-138deg) translate(0px, 207px); }
  .menu__content.active .menu li:nth-child(12) a {
    transition-delay: 1.2s;
    transform: translate(-50%, -50%) rotate(498deg); }
  .menu__content.active .menu li:nth-child(12) a:hover {
    transform: translate(-50%, -50%) rotate(498deg) perspective(1000px) rotateY(360deg);
    background: #887D6B; }
  .menu__content img {
    max-width: 90px; }
  .menu__content .menu_sign_img {
    max-width: 0px; }
  ul.menu img{display: none}

@media all and (min-width: 320px) and (min-height: 500px) {
  .figure:before, .figure:after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border: 1px solid #F7F7F7; }

  .figure:before {
    transform: translate(-50%, -50%) scale(0.8); }

  .figure:after {
    transform: translate(-50%, -50%) scale(0.82); }

  .figure2:after {
    width: 470px;
    height: 470px;
    transform: translate(-45%, -50%) scale(1); }

  .menu__content {
    font-size: 20px;
    /*second part start from down*/ }
    .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: 60px;
      height: 60px;
      font-size: 8px;
      justify-content: center; }
    .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.active .menu li:nth-child(7) {
      transform: rotate(-11deg) translate(0px, 240px); }
    .menu__content.active .menu li:nth-child(7) a {
      transform: translate(-50%, -50%) rotate(371deg); }
    .menu__content.active .menu li:nth-child(8) {
      transform: rotate(-37deg) translate(0px, 245px); }
    .menu__content.active .menu li:nth-child(9) {
      transform: rotate(-63deg) translate(0px, 245px); }
    .menu__content.active .menu li:nth-child(10) {
      transform: rotate(-88deg) translate(0px, 245px); }
    .menu__content.active .menu li:nth-child(11) {
      transform: rotate(-113deg) translate(0px, 245px); }
    .menu__content.active .menu li:nth-child(12) {
      transform: rotate(-138deg) translate(0px, 245px); }
    .menu__content img {
      max-width: 130px; }
    .menu__content .menu_sign_img {
      max-width: 25px; }
    .menu__content .menu__text {
      text-align: center;
      font-size: 14px; } }
@media all and (min-width: 360px) and (min-height: 512px) {
  .menu__content .menu_sign_img {
    max-width: 0px; }
  .menu__content .menu li a {
    justify-content: center;
    font-size: 9px; }
    ul.menu img{display: block; width:45%;margin-top: -3px;}}
@media all and (min-width: 360px) and (min-height: 611px) {
  .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); }

  .figure2:after {
    width: 570px;
    height: 570px;
    transform: translate(-48%, -50%) scale(1); }

  .menu__content {
    font-size: 20px;
    /*second part start from down*/ }
    .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: 68px;
      height: 68px;
      font-size: 9px;
      justify-content: center; }
    .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.active .menu li:nth-child(7) {
      transform: rotate(-13deg) translate(0px, 280px); }
    .menu__content.active .menu li:nth-child(7) a {
      transform: translate(-50%, -50%) rotate(373deg); }
    .menu__content.active .menu li:nth-child(8) {
      transform: rotate(-37deg) translate(0px, 290px); }
    .menu__content.active .menu li:nth-child(9) {
      transform: rotate(-63deg) translate(0px, 290px); }
    .menu__content.active .menu li:nth-child(10) {
      transform: rotate(-88deg) translate(0px, 290px); }
    .menu__content.active .menu li:nth-child(11) {
      transform: rotate(-113deg) translate(0px, 290px); }
    .menu__content.active .menu li:nth-child(12) {
      transform: rotate(-138deg) translate(0px, 290px); }
    .menu__content img {
      max-width: 160px; }
    .menu__content .menu__text {
      font-size: 16px; }
    .menu__content .menu_sign_img {
      max-width: 28px;
      padding-bottom: 3px; } }
@media all and (min-width: 360px) and (min-height: 630px) {
  .menu__content.active .menu li:nth-child(7) {
    transform: rotate(-13deg) translate(0px, 290px); } 
   ul.menu img{width: 40%;margin-bottom: 2px;}}
@media all and (min-width: 375px) and (min-height: 553px) {
  .menu__content .menu_sign_img {
    max-width: 28px; }
  .menu__content .menu li a {
    justify-content: center;
    font-size: 9px; } }
@media all and (min-width: 375px) and (min-height: 627px) {
  .menu__content.active .menu li:nth-child(7) {
    transform: rotate(-13deg) translate(0px, 285px); } }
/*Iphone 8+, Iphone 6s+ - Port*/
@media screen and (min-width: 414px) and (min-height: 622px) {
  .menu__content.active .menu li:nth-child(7) {
    transform: rotate(-13deg) translate(0px, 283px); } }
@media screen and (min-width: 414px) and (min-height: 640px) {
  .menu__content.active .menu li:nth-child(7) {
    transform: rotate(-13deg) translate(0px, 290px); } }



/*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, .figure2 {
    position: absolute;
    width: 100%;
    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, .figure2 {
    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, .figure2 {
	  height: 100vh;
	  height: calc(var(--vh, 1vh) * 100);
	}
}



@media all and (min-width: 768px) and (min-height: 1083px) {
  .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); }

  .figure2:after {
    width: 950px;
    height: 950px;
    transform: translate(-48%, -50%) scale(1); }

  .menu__content {
    font-size: 20px;
    /*second part start from down*/ }
    .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.active .menu li:nth-child(7) {
      transform: rotate(-13deg) translate(0px, 490px); }
    .menu__content.active .menu li:nth-child(8) {
      transform: rotate(-37deg) translate(0px, 490px); }
    .menu__content.active .menu li:nth-child(9) {
      transform: rotate(-63deg) translate(0px, 490px); }
    .menu__content.active .menu li:nth-child(10) {
      transform: rotate(-88deg) translate(0px, 490px); }
    .menu__content.active .menu li:nth-child(11) {
      transform: rotate(-113deg) translate(0px, 490px); }
    .menu__content.active .menu li:nth-child(12) {
      transform: rotate(-138deg) translate(0px, 490px); }
    .menu__content img {
      max-width: 240px; }
    .menu__content .menu__text {
      font-size: 28px; } }
@media all and (min-width: 320px) and (orientation: landscape) {
  .text_album {
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #04569A;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

  .album_logo {
    width: 50vh;
    margin-bottom: 5vh;
    transform: rotate(0deg) perspective(1000px) rotateX(0deg);
    transition: 0.5s; }

  .album_logo:hover {
    transform: rotate(0deg) perspective(1000px) rotateX(360deg); }

  .text {
    text-align: center;
    text-transform: uppercase;
    font-size: 10vh;
    transition: 0.5s;
    color: #FF6800;
    font-family: 'Roboto Lt';
    font-weight: 500;
    font-style: normal;
    background: rgba(0, 0, 0, 0.5); } }
@media all and (min-width: 320px) and (orientation: portrait) {
  .text_album {
    display: none; } }
@media all and (min-width: 1025px) and (orientation: landscape) {
  .text_album {
    display: none; } }

/*# sourceMappingURL=horoscope.css.map */
.wrapper {
  overflow-y: visible;
}
::-webkit-scrollbar { 
  display: none; 
}
.headline {
  position: absolute;
  top: 100%;
  display: block;
  color: #b3b3b3;
  background: #00000087;
  width: 100%;
  text-align: center;
  padding: 5px 25px;
  box-sizing: border-box;
  font-family: 'Roboto Lt';
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}