body {
  font-family: "Lora", serif;
  overflow-x: hidden !important;
}

.navbar-brand {
  width: 180px;
}

.navbar-brand img {
  width: auto;
  height: 50px;
}

.navbar-light .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #000;
}

.as_btn {
  background-color: #042d62;
  font-size: 16px;
  margin: 0 2px;
  text-transform: capitalize;
  padding: 10px 35px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.1s ease-in-out;
  -webkit-transition: transform 0.1 ease-in-out;
  -moz-transition: transform 0.1 ease-in-out;
  -ms-transition: transform 0.1 ease-in-out;
  -o-transition: transform 0.1 ease-in-out;
}

.as_btn:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.chart-differentiation {
  background-color: #042d62;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.Navigate-relationships {
  overflow: hidden;
}

.move-in-rhythm {
  background-color: #042d62;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.horoscope-astrological-insights {
  background-color: #042d62;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.horoscope-astrological-insights>.container {
  position: relative;
  z-index: 1;
}

.as_btn_white {
  color: #042d62;
  background-color: #fff;
}


.as_btn_white:hover {
  color: #042d62;
  background-color: #fff;
}

a:hover {
  color: #fff;
}

.as_banner_btn {
  gap: 14px;
}

.service-card {
  box-shadow: rgb(239 241 246) 0px 1px 12px 0px;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 20px;
  height: 100%;
}

.service-card h5 {
  color: #000;
}

.g {
  border-radius: 50%;
  animation: anim 45s linear infinite;
}

@keyframes anim {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.feedback-card {
  box-shadow: rgb(239 241 246) 0px 1px 12px 0px;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 20px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-attribution a {
  font-size: 12px;
  color: #000;
}

.learn-chart {
  color: #042d62;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
}

.store-buttons-one {
  display: flex;

  gap: 10px;
  z-index: 3;
}

.store-button-one {
  display: flex;
  align-items: center;
  background-color: #042d62;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  padding: 10px 30px;
  text-decoration: none;
  width: fit-content;
  transition: transform 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 3;
}

.store-button-one:hover {
  transform: scale(1.03);
  color: #000;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.png-container {
  overflow: hidden;
}

.store-icon-one {
  height: 30px;
  margin-right: 10px;
  filter: drop-shadow(0px 100px 0 #ffffff);
  -webkit-filter: drop-shadow(0px 100px 0 #ffffff);
  transform: translateY(-100px);
}

.store-text-one {
  display: flex;
  color: #fff;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.2;
}

.store-text-one span:first-child {
  font-size: 10px;
}

.store-text-one span:last-child {
  font-size: 16px;
  font-weight: bold;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}

.store-button {
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-radius: 5px;
  padding: 10px 30px;
  text-decoration: none;
  width: fit-content;
  transition: transform 0.1s ease-in-out;
  -webkit-transition: transform 0.1s ease-in-out;
  -moz-transition: transform 0.1s ease-in-out;
  -ms-transition: transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 3;
}

.store-button:hover {
  transform: scale(1.03);
  color: #000;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.store-icon {
  height: 30px;
  margin-right: 10px;
}

.store-text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.2;
}

.store-text span:first-child {
  font-size: 10px;
}

.store-text span:last-child {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 576px) {
  .store-button {
    padding: 8px 20px;
  }

  .store-button-one {
    padding: 8px 20px;
  }

  .store-icon {
    height: 25px;
    margin-right: 8px;
  }

  .store-icon-one {
    height: 25px;
    margin-right: 8px;
  }

  .store-text {
    font-size: 11px;
  }

  .store-text-one {
    font-size: 11px;
  }

  .store-text span:first-child {
    font-size: 10px;
  }

  .store-text-one span:first-child {
    font-size: 10px;
  }

  .store-text span:last-child {
    font-size: 15px;
  }

  .store-text-one span:last-child {
    font-size: 15px;
  }
}

.astro-quest-image {
  opacity: 0;
  transform: translateY(50px) scale(0.95) rotate(-10deg);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transform: translateY(50px) scale(0.95) rotate(-10deg);
  -moz-transform: translateY(50px) scale(0.95) rotate(-10deg);
  -ms-transform: translateY(50px) scale(0.95) rotate(-10deg);
  -o-transform: translateY(50px) scale(0.95) rotate(-10deg);
}

.astro-quest-image.in-view {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
}

.table-one:nth-child(2) .astro-quest-image {
  transform: translateY(50px) scale(0.95) rotate(5deg);
}

.table-one:nth-child(2) .astro-quest-image.in-view {
  transform: translateY(0) scale(1) rotate(0deg);
}

.slide-phone {
  opacity: 0;
  transform: translateX(100px);
}

.slide-phone.in-view {
  animation: smoothBounceInLeft 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
  -webkit-animation: smoothBounceInLeft 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
}

@keyframes smoothBounceInLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-phone-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s, transform 1s;
}

.slide-phone-left.in-view {
  animation: smoothBounceInRight 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
  -webkit-animation: smoothBounceInRight 1s cubic-bezier(0.68, -0.6, 0.32, 1.6) forwards;
}

@keyframes smoothBounceInRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


body.noscroll {
  overflow: hidden;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

#popup table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

#popup th, #popup td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  text-align: left;
}

#popup th {
  background-color: #042d62;
  color: #fff;
}

.table-container {
  overflow-x: auto;
}

@media (max-width: 600px) {
  #popup {
    padding: 1rem;
    font-size: 0.9rem;
  }

  #popup table {
    font-size: 0.80rem;

  }
}


.circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid rgb(140, 138, 138);
  background: conic-gradient(var(--fill-color) 0%,
      var(--fill-color) var(--progress),
      #e0e0e0 var(--progress));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  --fill-color: #00b4f0;
  --progress: 0%;
}

.circle::before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}

.percentage {
  position: absolute;
  padding-top: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--fill-color);
}

.custom-card {
  position: relative;
  color: white;
  padding: 80px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #042d62;
  border-radius: 20px;
  transition: transform 0.2s ease-in-out;
  height: 100%;
  min-height: 200px
}

.custom-card .star-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-card img {
  width: 40px;
  height: 40px;
}

.custom-card h5 {
  font-size: 18px;
  text-align: center;
}

.custom-card p {
  color: #d7d7d7;
  text-align: center;
}

.custom-card:hover {
  transform: scale(1.03);
  box-shadow: 4px 4px 10px rgb(54, 54, 54);
}


/*by mail*/
.by-mail .headline {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.by-mail form {
  font-size: 18px;
}

.by-mail input {
  background: none;
  color: #000;
  font-size: 18px;
  margin: 0 5px;
  width: auto;
  outline: none;
  padding: 10px;
  border: none;
  border-bottom: dotted;
  /* background-color: #e8e8e8; */
  /* border-radius: ; */
  padding: 15px 15px;
  background: #f1f2f3;
  border: 1px solid #f1f2f3;
  color: #a6a6a6;
}

.by-mail input::placeholder {
  color: #888;
}

.by-mail .btn {
  background-color: #042d62;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.by-mail .btn:hover {
  background-color: #ddd;
}

/* .by-mail {
    background-color: #f1f1f1;
} */

.as_about_inner1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.as_text_color span {
  width: 20px;
  display: inline-block;
}

/*Footer section css*/
.logo-side span {
  width: 160px;
}

.footer {
  background-color: #efefef;
}

.footer-link ul li a {
  color: #000;
  text-decoration: none;
  margin: 6px 0px;
  display: inline-block;
}

.social-icons ul li a {
  color: #3a3a3a;
}

.d-btn a {
  margin-bottom: 16px;
  display: block;
}

/*Zodiac page css*/


.zodiac-card {
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 12px;
}

.row-gap-20 {
  row-gap: 24px;
}

.zodiac-img {
  height: 60px;
  width: 60px;
  background-color: #042d62;
  border-radius: 50%;
  padding: 10px;
}

.zodiac-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.zodiac-text p {
  font-size: 14px;
}

.detail-rightText ul li {
  border-top: 1px solid #efefef;
  padding: 10px 0px 24px 0px;
  font-size: 14px;
}

.details-icon {
  background-color: #042d62;
  padding: 20px;
  border-radius: 8px;
}

.about-detail {
  color: #fff;
}

.try-btn {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  display: inline-block;
}

.row-gap-20 {
  row-gap: 20px;
}

.z-sign-one p {
  color: #b0b0b0;
}

.shine-head {
  border-bottom: 1px solid #b0b0b0;
}

.shine-head p {
  color: #b0b0b0;
}

.text-end i {
  font-size: 12px;
}

.fstBlock-label {
  color: #adadad;
}

.birth-chart {
  background-color: #042d62;
  color: #fff;
}

.interpret {
  background-color: #efefef;
}

th,
td {
  border-width: 1px;
  padding: 5px;
}

.table-one table {
  width: 100%;
}

.after-chart {
  background-color: #efefef;
}

.check-ava {
  text-decoration: none;
  background-color: #cfcfcf;
  padding: 14px;
  border-radius: 20px;
  color: #000;
}

.check-ava:hover {
  color: #000;
}

.sub-footer {
  display: flex;
  justify-content: center;
  gap: 40px;
  border-top: 1px solid #c3c3c3;
}

.sub-footer a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.zodiac-main a {
  text-decoration: none;
  color: #212529;
}

.by-mail .form #date {
  width: 100%;
  text-align: left;
  font-size: 15px;
}

.col-form-label {
  margin-left: 5px;
}

#gender {
  width: 100%;
  height: 54px;
  margin: 0 5px;
  color: #939393;
  background-color: #f1f2f3;
  border: none;
  text-align: left;
  font-size: 15px;
}

.by-mail .get_btn {
  background-color: #042d62;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 35px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.by-mail .form {
  margin-top: 20px;
}

.do-you-know-row {
  display: flex;
  gap: 200px;
  align-items: center;
}

.do-you-know .chart-image img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  object-position: left;
}

.service-card:hover {
  border: 1px solid #062f64;
  background: linear-gradient(#fff, rgba(16, 67, 188, 0.14) 130%);
}

.form-img img {
  width: 100%;
  object-fit: contain;
  height: 480px;
}

.form-box {
  background-color: #042d62;

  padding: 100px 0px 152px 0px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.rotate-image {
  position: absolute;
  top: 0;
  left: -19rem;
  opacity: 0.8;
  z-index: 1;
  animation: rotate 5s linear infinite;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  -webkit-animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.star {
  width: 40px !important;
  height: 43px !important;
  animation: blink 1.5s infinite;
  -webkit-animation: blink 1.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
  }
}

.stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.star-two {
  position: absolute;
  background: white;
  border-radius: 50%;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.9;
  }

  50% {
    opacity: 0;
  }
}

.chart-differentiation>.container {
  position: relative;
  z-index: 1;
}

.form-box .container {
  position: relative;
  z-index: 2;
}

.form-outer-box {
  width: 80%;
  margin: 0 auto;
  border: 2px solid #e6e6e6;
  border-radius: 20px;
  background-color: #ffff;
  position: relative;
  margin-top: -52px;
  z-index: 3;
  padding: 24px 12px;
}

.astro-quest-box {
  margin: 0 auto;
  border: 2px solid #e6e6e6;
  border-radius: 20px;
  background-color: #ffff;
  position: relative;
  margin-top: -52px;
  padding: 24px 12px;
  z-index: 3;
}

.table-one img {
  height: 1044px;
  object-fit: contain;
}

.do-you-know .do-you-know-text-2 {
  float: right;
}

/* <<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.footer .heading {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  color: #143a6d;
}

.footer-link :hover {
  color: #143a6d;
}

.footer .download ul li a {
  text-decoration: none;
  color: #191919;
}

.footer .badge img {
  height: 50px;
  object-fit: contain;
}

.circle-container {
  display: flex;

  flex-direction: column;
  justify-content: center;


}

.circle-container .top-header {
  text-align: center;
}

.circle-container .left-header {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-lr;
  /* vertical right-to-left*/
  text-orientation: mixed;
  margin: 0;
}

.circle-container .right-header {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  /* vertical right-to-left*/
  text-orientation: mixed;
  margin: 0;
}

.circle-container .left-circle {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-43%);
  width: 70%;
  height: 400px;
  border-radius: 50%;
  border: 1px solid black;
}

.circle-container .left-content {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  margin: 0;
}

.circle-container .right-content {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  /* vertical right-to-left*/
  text-orientation: mixed;
  margin: 0;
}

.circle-container .right-circle {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-43%);
  width: 70%;
  height: 400px;
  border-radius: 50%;
  border: 1px solid black;
}


.font-600 {
  font-weight: 600;
}

.compatibility-friend-2-img {
  height: 677px !important;
  background: #042d62;
}

.astrological-readings-images {
  height: 619px !important;
}

/* .move-in-rhythm-img {
  height: 951.61px !important;
} */
.move-in-rhythm-br-992-t-1200 {
  display: none;
}

.astro-quest-br-992-t-1200 {
  display: none;
}

.chart-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.chart-image {
  width: 100%;
  overflow: hidden;
}

/* .astro-quest-image{
  height: 855px !important ;
} */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .compatibility-friend-2-img {
    height: 576px !important;
    background: #042d62;
  }

  /* .move-in-rhythm-img {
    height: 814.36px !important;
  } */
  .astrological-readings-images {
    height: 525.63px !important;
  }

  /* .astro-quest-image{
    height: 725.53px !important ;
  } */


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .compatibility-friend-2-img {
    height: 474px !important;
    background: #042d62;
  }

  .move-in-rhythm-br-992-t-1200 {
    display: block;
  }

  .astro-quest-br-992-t-1200 {
    display: block;
  }

  /* .move-in-rhythm-img {
    height: 677.09px !important;
  } */
  /* .astro-quest-image{
    height: 595.45px !important ;
  } */


  .astrological-readings-images {
    height: 431.63px !important;
  }

  .circle-image {
    max-width: 400px;
  }

  .circle-container img {
    width: 400px;
  }
}

@media only screen and (max-width: 991px) {

  .astrological-readings-images {
    height: 662px !important;
  }

  .compatibility-friend-2-img {
    height: auto !important;
    background: #042d62;
  }

  .astro-quest-image {
    height: auto !important;
  }


  .circle-image {
    max-width: auto;
  }

  .circle-container {
    height: auto;
    min-height: auto;
  }

  .circle-container img {
    width: 100%;
  }

  .chart-differentiation>.container>.row>div>div {
    margin-top: 18px;
  }

  .chart-differentiation>.container>.row>div {
    align-items: flex-start !important;
  }

  .chart-differentiation>.container>.row>h2>br {
    display: none;
  }

  .table-one img {
    object-fit: contain;

  }

  .astro-quest-box>.row>.row {
    margin: 0 auto;
    align-items: flex-start !important;
  }

  .astro-quest-box>.row>.row>div {
    margin-top: 18px;
  }

  .move-in-rhythm>.container>.row {
    margin: 0 auto;
    align-items: flex-start !important;
  }

  .move-in-rhythm>.container>.row>div {
    margin-top: 18px;
  }

  .horoscope-astrological-insights>.row {
    margin: 0 auto;
    align-items: flex-start !important;
  }

  .horoscope-astrological-insights>.row>div {
    margin-top: 18px;
  }

  .astro-quest-box>.row>div {
    margin-top: 18px;
  }

  .plan-your-activities>.container>.row {
    margin: 0 auto;
    align-items: flex-start !important;
  }

  .plan-your-activities>.container>.row>div {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .chart-differentiation>.container>.row>.row {
    margin: 0 auto;
  }

  .astrological-readings-images {
    height: auto !important;
  }


}

@media screen and (max-width: 576px) {
  .form-outer-box {
    width: 94%;
  }

}


.close {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  color: #042d62;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}