@import url("https://fonts.googleapis.com/css2?family=Gabriela&family=Montserrat:ital,wght@0,300;0,600;1,400&display=swap");
/* font-family: 'Gabriela', serif;
font-family: 'Montserrat', sans-serif; */
:root {
    --grading: #10b0f7;
    --grading-menu: #fff;
    --grading-text: #fff;
    --gradient1: #4facfe;
    --gradient2: #00f1fe;
    --gradient-text2: #000000;
    --gradient3: #2cdafe;
}
html
{
  background: #1F2628;
  min-height: 100vh;
  height: 100%;
}

#talking-head {
   overflow: auto;
   -webkit-box-shadow: 2px 2px 14px -2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 2px 14px -2px rgba(0, 0, 0, 0.2);
           box-shadow: 2px 2px 14px -2px rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
           border-radius: 10px;
}

/* Base */
body {
  line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  background: none;
  position: relative;
  padding-bottom: 80px;
  min-height: 100%;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  -moz-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
a:hover {
  text-decoration: none;
}

.italic
{
  font-style: italic;
}
.index0{z-index:  0;}
.index1{z-index:  1;}
.index2{z-index:  2;}
.index3{z-index:  3;}
.index4{z-index:  4;}
.navbar
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link
{
  color: #fff;
  border-bottom: 2px solid rgb(255 255 255 / 0%);
}
.navbar-dark .navbar-nav .nav-link:hover
{
  color: #fff;
  border-bottom: 2px solid #FA43C6;
}
.navbar-dark .navbar-nav .nav-active
{
  color: #fff;
  border-bottom: 2px solid #FA43C6;
}
.btn {
  font-size: 16px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 10px 30px;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
       box-shadow: none !important;
}
.btn.btn-primary
{
  border-width: 2px;
  background: #00d2b5;
  border-color: #00d2b5;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 210, 181, 0.4);
  -moz-box-shadow: 0 4px 20px -5px rgba(0, 210, 181, 0.4);
       box-shadow: 0 4px 20px -5px rgba(0, 210, 181, 0.4);
}
.btn.btn-primary:hover
{
  background: #6d2b75;
  border-color: #6d2b75;
  color: #fff;
}

.site-legal-container,#container-holder>.big-block-holder
{
  position: relative;
  z-index: 999999;
  color: #fff;
  margin: auto;
  display: block;
}
.site-legal-container a,#container-holder>.big-block-holder a
{
  text-decoration: underline;
  color: #ab8d60;
}
.site-legal-container button,#container-holder>.big-block-holder button
{
  background-color: #AB8D60;
  color: #fff;
  display: block;
  text-align: center;
  padding: 16px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
  text-shadow: 1px 3px 3px rgb(0 0 0 / 16%);
  text-decoration: none;
}
.relative
{
  position: relative;
}
.logo
{
    max-width: 150px;
    width: 100%;
    margin: auto;
    padding: 0;
}

button.button
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe9f45+0,fe9f45+100 */
    background: rgb(254,159,69); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,159,69,1) 0%, rgba(254,159,69,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(254,159,69,1) 0%,rgba(254,159,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(254,159,69,1)),to(rgba(254,159,69,1)));
    background: -moz-linear-gradient(top,  rgba(254,159,69,1) 0%,rgba(254,159,69,1) 100%);
    background: -o-linear-gradient(top,  rgba(254,159,69,1) 0%,rgba(254,159,69,1) 100%);
    background: linear-gradient(to bottom,  rgba(254,159,69,1) 0%,rgba(254,159,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9f45', endColorstr='#fe9f45',GradientType=0 ); /* IE6-9 */
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    padding: 14px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
}
.legal
{
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin:auto;
  text-align: center
}
.navbar-dark .navbar-toggler
{
  border: none;
  color: #fff;
}
.navbar-toggler:focus
{
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.navbar-dark .navbar-toggler[aria-expanded="true"]
{
  position: fixed;
  top: 8px;
  right: 12px;
}
.navbar-dark .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon
{

}
.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon
{
    background: url(../images/x.png);
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
            filter: invert(1) grayscale(100%) brightness(200%);
    background-repeat: no-repeat;
    -moz-background-size: cover;
            background-size: cover;
    background-position: center;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.stars {
  background:url(../images/small_stars.png) repeat top center;
}
.bigstars {
  background:url(../images/stars.png) no-repeat center 50px;
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:-10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:-10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:-10000px 0;}
}

.stars, .twinkling, .bigstars , .clouds{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}
.clouds{
    background:transparent url(../images/clouds.png) repeat-x top center;
    -moz-animation:move-clouds-back 200s linear infinite;
    -webkit-animation:move-clouds-back 200s linear infinite;
    animation:move-clouds-back 200s linear infinite;
}
.signs,.sign
{
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.sign
{
  max-width: 100px;
}
.chinese_horoscope,.chinese_horoscope_big
{
  width: auto;
  height: 120px;
  margin: auto;
  padding: 10px;
}
.signs:hover,.chinese_horoscope:hover
{
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.sign_name,.horoscope_name
{
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}

.top_logo
{
  position: relative;
}
@-webkit-keyframes rot {
  100%{
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg)
  }
}

@media screen and (min-width: 280px)
{
  /* unsub */
  .container>.col-xs-12.text-center.offset3:first-child
  {
    padding-top: 0;
  }
  .container>.col-xs-12.text-center.offset3:first-child>h2
  {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
  }
  .col-xs-12.text-center.offset3>h3
  {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .col-xs-12.text-center.offset3 .input-group-addon
  {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 7px;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .col-xs-12.text-center.offset3
  {
    color: #fff;
    line-height: 1.2;
    text-align: center !important;
  }
  .col-xs-12.text-center.offset3:last-child
  {
    display: block;
    background-color: #471fab;
    padding: 1.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ab8d60;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: .5em;
    border-radius: 0.5em;
    margin: auto;
    margin-top: 0;
    max-width: 400px;
    background-color: rgba(112, 112, 112, 0.34);
    -webkit-backdrop-filter: blur(30px) brightness(115%);
    backdrop-filter: blur(30px) brightness(115%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col-xs-12.text-center.offset3 input.form-control
  {
    color: #212529;
    display: inline-block;
    height: 50px;
    transition: box-shadow .2s linear, border-color .25s ease-out, -webkit-box-shadow .2s linear, -moz-box-shadow .2s linear;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background-color: #ffffff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
    padding: 0.4em 1em 0.5em;
    margin: auto auto 1em !important;
  }
  /* end - unsub */

  /* login */

  .input-group-text
  {
    background: #ab8e60;
    color: #fff;
    border: transparent 1px solid;
    -webkit-border-radius: 100px 0 0 100px;
       -moz-border-radius: 100px 0 0 100px;
            border-radius: 100px 0 0 100px;
  }
  .card-signin
  {
    background-color: rgba(112, 112, 112, 0.34);
    -webkit-backdrop-filter: blur(30px) brightness(115%);
    backdrop-filter: blur(30px) brightness(115%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #ab8d60;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .card-signin .btn.btn-primary
  {
    background-color: #AB8D60;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    text-shadow: 1px 3px 3px rgb(0 0 0 / 16%);
    text-decoration: none;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .card-signin .form-control
  {
    background: url(../images/typewriter_bg.png);
    border: 1px solid #000;
    color:#fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding 20px
  }
/*ONLY FOR THAILAND*/
  html[mcc="520"] span.input-group-text{
    color: #ab8e60;
  }

  html[mcc="520"] span.input-group-text:after{
    position: absolute;
    content: '0';
    color: #fff;
  }

  .footer
  {
    font-size: 10px;
    color:#fff;
    -webkit-box-shadow: 0px -10px 20px -8px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px -10px 20px -8px rgba(0,0,0,0.46);
    box-shadow: 0 -8px 5px -5px rgb(0 0 0 / 24%);
    background-image: url(../images/footer_bg.png);
    z-index: 999999999 !important;
  }
  .footer a
  {
    font-weight: 900;
    color:#fff;
  }
  .head
  {
    max-width: 230px;
    margin: auto;
    width: 100%;
  }
  .startline
  {
    background: url("../images/starlines.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    opacity: 0.1;
    -webkit-animation: rot 50s infinite;
    -moz-animation: rot 50s infinite;
    animation: rot 50s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 180px;
    width: 320px;
    left: 0;
    right: 0;
    position: fixed;
    overflow: hidden;
    -moz-background-size: cover;
    background-size: cover;
    top: 87px;
    bottom: inherit;
  }
  .inputbox_intro
  {
    background: url("../images/typewriter_bg.png");
    padding: 16px 20px;
    width: 100%;
    margin: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dropdown_input
  {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"), url("../images/typewriter_bg.png");
    padding: 16px 20px;
    width: 100%;
    margin: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    -moz-background-size: 20px 20px, auto;
    background-size: 20px 20px, auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-transform: uppercase;
    background-repeat: no-repeat, repeat;
    background-position: 90% center,center center;
    border: none;
  }
option
  {
        /* Whatever color  you want */
    background-color: #1d1e1d;
    border: none;
  }
  .category_button,
  .col-xs-12.text-center.offset3 input[type="submit"].btn
  {
    background-color: #AB8D60;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    text-shadow: 1px 3px 3px rgba(0,0,0,0.16);
    text-decoration: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: auto;
  }
  .category_button:hover,.category_button:active,.category_button:focus,
  .submit_button:hover,.submit_button:active,.submit_button:focus,
  .card-signin .btn.btn-primary:hover,.card-signin .btn.btn-primary:active,.card-signin .btn.btn-primary:focus,
  .col-xs-12.text-center.offset3 input[type="submit"].btn:hover,.col-xs-12.text-center.offset3 input[type="submit"].btn:active,.col-xs-12.text-center.offset3 input[type="submit"].btn:focus
  {
    background-color: #5A6162;
    color: #fff;
    cursor:pointer;

  }
  a.back_arrow{
    padding-top: 3px;
    position: absolute;
  }
  a.back_arrow > i > svg{
    width: 40px;
  }
  .navbar
  {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999999999;
    background: none !important;
  }
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255 255 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .collapsing {
    -webkit-transition-delay:0s;
    -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
         transition-delay: 0s;
    -webkit-transition: height 0s ease;
    -o-transition: height 0s ease;
    -moz-transition: height 0s ease;
    transition: height 0s ease;
  }

  .collapse.show
  {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100vh;
    top: 0;
    margin: auto;
  }
  .collapse.show>.bg-dark
  {
    background-color: #1F2628 !important;
    height: 100vh;
    text-align: center;
    background: url("../images/small_stars.png");
  }
  .menu_button
  {
    width: 100%;
    display: block;
    padding: 10px 0;
    color: #ab8d60;
    position: relative;
    z-index: 1;
    text-shadow: 1px 3px 3px rgb(0 0 0 / 16%);
  }
  .menu_button:hover,.menu_button:active,.menu_button:focus
  {
    color: #fff;
  }
  .title
  {
    line-height: 1;
    color: #fff;
    font-family: 'Gabriela', serif;
    text-align: center;
    font-size: 25px;
  }
  .title span
  {
    color: #AB8D60;
    text-transform: capitalize;
  }
  .big_sign
  {
    width: 100%;
    max-width: 190px;
  }
  .date_range
  {
    color: #ab8d60;
    font-size: 12px;
    text-transform: capitalize;
  }
  .subtitle
  {
    line-height: 1;
    color: #AB8D60;
    font-family: 'Gabriela', serif;
    text-align: left;
    font-size: 18px;
  }
  html[dir="rtl"] .subtitle
  {
    text-align: right;
  }
  .subtitle_smaller
  {
    line-height: 1;
    color: #AB8D60;
    font-family: 'Gabriela', serif;
    text-align: left;
    font-size: 14px;
  }
  html[dir="rtl"] .subtitle_smaller
  {
    text-align: right;
  }
  .basic_text
  {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    text-align: justify;
  }
  .basic_text>span
  {
    color: #AB8D60;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: italic;
    display: block;
  }
  .daily_link,
  .weekly_link,
  .monthly_link
  {
    background-color: #AB8D60;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    text-shadow: 1px 3px 3px rgba(0,0,0,0.16);
    text-decoration: none;
  }
  .daily_link:hover,
  .daily_link:active,
  .daily_link:focus,
  .weekly_link:hover,
  .weekly_link:active,
  .weekly_link:focus,
  .monthly_link:hover,
  .monthly_link:active,
  .monthly_link:focus
  {
    background-color: #5A6162;
    color: #fff;
    cursor:pointer;
  }
  .progress
  {
    background-color:#000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 15px;
    padding: 3px;
  }
  .progress-bar
  {
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
            background-color: #605642;
  }
  .about_images
  {
    max-width: 400px;
  }
  .flip {
    -webkit-perspective: 800;
    max-width: 200px;
    position: relative;
    width: 100%;
    text-align: center;
    margin: auto;
    height: 380px;
  }
  .flip .tarot.flipped {
    -webkit-transform: rotatey(-180deg);
  }
  .flip .tarot {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    /* height: 700px; */
  }
  .flip .tarot .face {
    position: absolute;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    background: black;
    color: white;
    cursor: pointer;
    background-color: #000;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .flip .tarot .back {
    -webkit-transform: rotatey(-180deg);
      background: blue;
      background: white;
      color: black;
      cursor: pointer;
  }
  .flip .tarot .face>img
  {
    background-color: #2c3233;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  }
  .infobox
  {
    background-color: rgba(112, 112, 112, 0.34);
    -webkit-backdrop-filter: blur(30px) brightness(115%);
    backdrop-filter: blur(30px) brightness(115%);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    border: 2px solid #ab8d60;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: none;
  }
  .guideButton,.downloadButton
  {
    z-index: 1;
    background: #ab8d60;
    margin: auto;
    padding: 10px 21px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 70%;
    right: 0;
  }
  .submit_button
  {
    border:none;
    background: #AB8D60;
    padding: 16px 20px;
    width: 100%;
    margin: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
  }
  hr
  {
    opacity: 1;
    color: #fff;
  }
  hr.gold
  {
    opacity: 1;
    color: #AB8D60;
  }
  .starx
  {
    background: url("../images/hr_star.png");
    position: absolute;
    width: 100px;
    height: 100px;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    left: 0;
    top: 14px;
    margin: auto;
  }
  .starx_gold
  {
    background: url("../images/hr_star_gold.png");
    position: absolute;
    width: 100px;
    height: 100px;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    left: 0;
    top: -33px;
    margin: auto;
  }
  .number,  .big_number
  {
    background: url("../images/typewriter_bg.png");
    width: 6rem;
    margin: auto;
    padding: 2rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border:none;
  }
  .big_number
  {
    width: 11rem;
    margin: auto;
    padding: 4rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-weight: 600;
    color: #fff;
    font-size: 25px;
  }
  .number:hover
  {
    color: #ab8d60;
  }
  .luckynumber,.unlucky_number
  {
    background: none;
    width: 80px;
    height: 80px;
    margin: auto;
    line-height: 80px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border:1px solid #AB8D60;
  }
  .unlucky_number
  {
    background: url("../images/typewriter_bg.png");
    border:1px solid #000;
  }
  .luckycolor,.unluckycolor
  {
    background: #fff;
    height: 80px;
  }
  ul.check-list  {
    padding-left:0;
  }
  html[dir="rtl"] ul.check-list {
    padding-right: 0;
    padding-left:initial;
  }
  .check-list li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
  }
  html[dir="rtl"] .check-list li {
    padding-right: 1.5rem;
    padding-left:0;
  }
  .check-list li:before, html[dir="rtl"] .check-list li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #AB8D60;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html[dir="rtl"] .check-list li:before {
    display: none;
  }
  html[dir="rtl"] .check-list li:after {
    left: initial;
    right: 0;
  }

  .icon
  {
    width: 80px;
    height: 80px;
    margin: auto;
    line-height: 80px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .male
  {
    background-image: url("../images/male.png"),url("../images/typewriter_bg.png");
    background-position: center,center;
    background-repeat: no-repeat,repeat;
  }
  .female
  {
    background-image: url("../images/female.png"),url("../images/typewriter_bg.png");
    background-position: center,center;
    background-repeat: no-repeat,repeat;
  }
  .thumbs_up
  {
    background-image: url("../images/thumbs_up.png"),url("../images/typewriter_bg.png");
    background-position: center,center;
    background-repeat: no-repeat,repeat;
  }
  .thumbs_down
  {
    background-image: url("../images/thumbs_down.png"),url("../images/typewriter_bg.png");
    background-position: center,center;
    background-repeat: no-repeat,repeat;
  }

  .icon {
  font-size: 40px;
  color: orange;
  float: left;
  position: relative;
  top: 0;
  }
  html[dir="rtl"] .icon
  {
      float: right;
  }
  .content {
  margin-top: 0px;
  margin-left: 91px;
  }
  html[dir="rtl"] .content
  {
    margin-left: initial;
    margin-right: 91px;
  }
  .wallpaper,.whatsapp_sticker
  {
    position: relative;
    margin-bottom: 10px;
  }
  .wallpaper> .sign_name, .whatsapp_sticker> .sign_name
  {
    position: absolute;
    top: 10%;
    right: 0;
    left: 0;
  }
  .wallpaper>a, .whatsapp_sticker>a
  {
    color:#fff;
  }
  .wallpaper>a>.downloadButton, .whatsapp_sticker>a>.downloadButton
  {
    bottom: 0;
    top: inherit;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }
  #contact .form-control
  {
    background:url("../images/typewriter_bg.png");
    padding: 16px 20px;
    width: 100%;
    margin: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    -moz-background-size: auto;
    background-size: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-transform: uppercase;
    background-repeat:repeat;
    background-position: center center;
    border: none;
  }
  #contact textarea#message.form-control
  {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  }
  #contact .subtitle
  {
    color: #AB8D60;
  }
  #contact .submit_button
  {
    width: auto;
    margin: inherit;
    min-width: 200px;
  }
  #info-adress-show p>span
  {
    font-weight: bold;
    font-size: 14px
  }
  #info-adress-show p
  {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px)
{
  .category_button,.card-signin .btn.btn-primary
  {
    font-size: 14px;
    padding: 20px 0;
  }
  .startline
  {
    background: url("../images/starlines.png");
    width: 80vw;
    height: 80vh;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: rot 50s infinite;
    -moz-animation: rot 50s infinite;
    animation: rot 50s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .inputbox_intro
  {
    font-size: 20px;
    padding: 25px 0;
  }
  .daily_link,
  .weekly_link,
  .monthly_link
  {
    font-size: 14px;
    padding: 20px 0;

  }
  .basic_text
  {
    font-size: 16px;
    line-height: 1.3;
  }
  .subtitle
  {
    font-size: 24px;
  }
  .subtitle_smaller
  {
    font-size: 18px;
  }
  .title {
      font-size: 40px;
      padding: 0;
  }
  .menu_button
  {
    font-size: 20px;
  }

}
@media screen and (min-width: 768px)
{
  .flip
  {
    max-width: 250px;
  }
}

@media screen and (min-width: 1400px)
{
  .startline
  {
    max-width: 1500px;
    max-height: 1500px;
  }

}
@media screen and (min-width: 1600px)
{
  .flip
  {
    max-width: 300px;
  }
}


@media screen and (max-width: 550px)
{
  .clouds{
    -moz-background-size: 211%;
            background-size: 211%;
    top: 20px;
    position: fixed;
  }
  .bg
  {
    -moz-background-size: 170%;
            background-size: 170%;
    position: fixed;
  }
}
/* ============================ PRELANDER Header ========================*/
.our-service.container
{
  overflow: hidden;
}
.affiliate-icon
{
  background-image: url("../images/preland/horoscope.png");
  -moz-background-size: 73px;
       background-size: 73px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.publisher-icon
{
  background-image: url("../images/preland/tarot.png");
  -moz-background-size: 73px;
       background-size: 73px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.campaigns-icon
{
  background-image: url("../images/preland/numbers.png");
  -moz-background-size: 73px;
       background-size: 73px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.mediabuyer-icon
{
  background-image: url("../images/preland/planets.png");
  -moz-background-size: 73px;
       background-size: 73px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
html[dir="rtl"] .affiliate-icon,
html[dir="rtl"] .publisher-icon,
html[dir="rtl"] .campaigns-icon,
html[dir="rtl"] .mediabuyer-icon
{
  background-position: 95% center;
}
html[dir="rtl"] .each-block h5
{
  margin: 0 15px 0 0;
}
.card {
background: url(../images/typewriter_bg.png);
    border: 0;
    position: relative;
    width: 100%;
    margin-bottom: 65px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
}

.card label {
    color: hsla(0, 0%, 100%, .6)
}

.card .card-title {
    margin-bottom: .75rem
}

.card .card-body {
    padding: 15px
}

.card .card-body.table-full-width {
    padding-left: 0;
    padding-right: 0
}

.card-body {
    padding: 1.25rem
}

.card-stats {
    margin-bottom: 0
}

.card-stats.upper {
    -webkit-box-shadow: 2px 7px 11px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 7px 11px rgba(0, 0, 0, .4);
    box-shadow: 2px 7px 11px rgba(0, 0, 0, .4);
    -webkit-transform: translate(-20px, -25px);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translate(-20px, -25px);  /* IE 9 */
    -moz-transform: translate(-20px, -25px);
      -o-transform: translate(-20px, -25px);
         transform: translate(-20px, -25px);  /* Firefox 16+, IE 10+, Opera */
    position: absolute;
    padding: 10px;
    z-index: 2;
    min-width: 260px;
    background: #181540;
}

.card-stats .card-body .numbers {
    text-align: right;
    font-size: 2em
}

.card-stats .card-body .numbers p {
    margin-bottom: 0;
    text-align: left;
    font-size: 24px;
}

.card-stats .card-body .numbers .card-category {
    color: #9a9a9a;
    font-size: 14px;
    line-height: 1.4em;
}

.card-stats .card-footer {
    padding: 0 15px 15px
}

.card-stats .card-footer .stats {
    color: #9a9a9a
}

.card-stats .card-footer hr {
    margin-top: 10px;
    margin-bottom: 15px
}

.card-stats .icon-big {
    font-size: 3em;
    min-height: 64px
}

.card-stats .icon-big i {
    line-height: 59px
}
.main-header {
    width: 100%;
    display: block;
    padding: 10px 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: var(--grading);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    z-index: 9999999999999999;
}

.main-header .for-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-header .logo-for-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.main-header .logo-for-mobile .for-back {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    background: #fff;
}

.main-header .logo-for-mobile a {
    font-size: 16px;
    font-weight: 600;
    color: var(--grading-text);
    margin-left: 20px;
}

.main-header .logo {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

header.main-header .navigation {
    display: block;
    text-align: center;
}

header.main-header .navigation ul {
    padding: 0;
    margin: 0;
}

header.main-header .navigation li+li {
    margin-top: 40px;
}

header.main-header .navigation ul li {
    display: block;
    text-align: center;
}

header.main-header .navigation li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--grading-text);
    position: relative;
}

header.main-header .navigation li a:hover,
header.main-header .navigation li a.active {
    color: #aa8d60;
}
header.main-header .navigation.open-nav {
    left: 0;
    /* z-index: 9999999999999999; */
}
.main-header .nav-cta {
    margin: 60px 0 30px;
}

.main-header .cta {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    background: transparent;
    border: 2px solid #fff;
    color: var(--grading-text);
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    padding: 5px 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.main-header .cta:hover {
    color: var(--grading-text);
}

.main-header .cta:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #aa8d60;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-header .cta:hover:before {
    left: 0;
}

.main-header .cta:hover {
    color: #fff;
    border-color: transparent;
}

.

.open .line1 {
    -webkit-transform: rotateZ(-405deg) translate(-8px, 6px);
       -moz-transform: rotateZ(-405deg) translate(-8px, 6px);
        -ms-transform: rotate(-405deg) translate(-8px, 6px);
         -o-transform: rotateZ(-405deg) translate(-8px, 6px);
            transform: rotateZ(-405deg) translate(-8px, 6px);
}

.open .line3 {
    -webkit-transform: rotateZ(405deg) translate(-8px, -6px);
       -moz-transform: rotateZ(405deg) translate(-8px, -6px);
        -ms-transform: rotate(405deg) translate(-8px, -6px);
         -o-transform: rotateZ(405deg) translate(-8px, -6px);
            transform: rotateZ(405deg) translate(-8px, -6px);
}

.open .line2 {
    opacity: 0;
}

.main-header {
    position: fixed;
    background: #202729;
    border-bottom: none;
}
.hamburger {
    float: right;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    z-index: 9;
    margin-right: 20px;
}

.hamburger div {
    width: 100%;
    height: 3px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background: var(--grading-menu);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hamburger {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

header.main-header .navigation {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: -20px;
    /* background-image: -moz-linear-gradient( 77deg, rgb(16,176,247) 0%, rgb(0,242,254) 100%);
    background-image: -webkit-linear-gradient( 77deg, rgb(16,176,247) 0%, rgb(0,242,254) 100%);
    background-image: -ms-linear-gradient( 77deg, rgb(16,176,247) 0%, rgb(0,242,254) 100%); */
    padding: 100px 0 15px;
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
    transition: 0.8s cubic-bezier(0.215, 0.610, 0.355, 1);
    background: url(../images/typewriter_bg.png);
    /* IE6-9 */
}

.open-nav {
    left: 0;
}
.logo-language-img{
    max-width: 40%;
}

div.navigation.open-nav div img.logo-language-img{
    height: auto;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.main-header .logo-for-mobile a {
    margin-left: unset;
}
.navigation .logo-container {
  width: 20%;
  text-align: center;
  margin: auto;
}
.navigation .logo-language-img {
    max-width: 100%;
}
.third-row {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.third-row:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: transparent;
    border: 2px solid var(--grading);
    top: 30px;
    right: -35%;
}

.third-row h2{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.third-row .row {
    margin: 50px 0;
}
.each-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.each-block+.each-block {
    margin-top: 30px;
}

.each-block h4 {
  background: #AB8D60;
  background-color: #AB8D60;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0;
  height: 55px;
  width: 55px;
  padding: 0;
  line-height: 55px;
}

.each-block h5 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 0 15px;
    color: #fff;
}

.each-block h5 span {
    font-weight: normal;
}
.container
{
  max-width: 1230px;
  width: 99%;
  margin: auto;
}
@media only screen and (min-width: 841px) {

    .main-header .for-mobile {
        display: none;
    }

    .main-header .logo {
        width: 30px;
        height: 30px;
        margin: 0;
    }

    header.main-header .navigation ul li {
        display: inline-block;
    }

    header.main-header .navigation {
        -webkit-clip-path: none;
                clip-path: none;
        height: unset;
        position: static;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left;
        padding: 0;
        width: 100%;
        top: unset;
        left: unset;
        height: 50px;
        background: none;
    }

    header.main-header .navigation li a {
        font-size: 14px;
    }

    .main-header .nav-cta {
        margin: 0;
        margin-left: 30px;
    }

    header.main-header .navigation li+li {
        margin-top: 0;
        margin-left: 30px;
    }
}
@media only screen and (min-width: 992px) {
    header.main-header .navigation li+li {
        margin-left: 60px;
    }

    header.main-header .navigation li a:hover,
    header.main-header .navigation li a.active {
        color: var(--grading-text);
    }

    header.main-header .navigation li a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        width: 100%;
        height: 2px;
        left: 0;
        background: #fff;
        -webkit-transform: scaleX(0);
           -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
             -o-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform-origin: left;
           -moz-transform-origin: left;
            -ms-transform-origin: left;
             -o-transform-origin: left;
                transform-origin: left;
    }

    header.main-header .navigation li a:hover::after,
    header.main-header .navigation li a.active::after {
        -webkit-transform: scaleX(1);
           -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
             -o-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: right;
           -moz-transform-origin: right;
            -ms-transform-origin: right;
             -o-transform-origin: right;
                transform-origin: right;
    }

    .main-header .cta {
        padding: 10px 30px;
        font-size: 16px;
    }

}

@media only screen and (min-width: 1200px) {
    header.main-header .navigation ul {
        margin-left: 150px;
    }
}

@media screen and (max-width: 480px) {
  header.main-header .navigation .logo-container {
    width: 100%;
  }

}
/* ============================ PRELANDER Header ========================*/
