@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Simphonia Deco";
  src: url("../fonts/SimphoniaDeco.eot");
  src: url("../fonts/SimphoniaDeco.eot?#iefix") format("embedded-opentype"), url("../fonts/SimphoniaDeco.woff2") format("woff2"), url("../fonts/SimphoniaDeco.woff") format("woff"), url("../fonts/SimphoniaDeco.ttf") format("truetype"), url("../fonts/SimphoniaDeco.svg#SimphoniaDeco") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #555;
  background: url(../images/body-back-1.png);
}

.row {
  align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Simphonia Deco";
  font-weight: 700;
}

.navbar-brand {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #3A2E5D !important;
}

.navbar {
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  min-height: 80px;
}

.nav-link {
  color: #555 !important;
  margin: 0 0.5rem;
  font-weight: 500;
}
.nav-link:hover, .nav-link.active {
  color: #FF6B00 !important;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-buy-now {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-weight: 500;
}
.btn-buy-now:hover {
  background-color: #292d32;
  border-color: #292d32;
}

.hero-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}
.hero-section::before, .hero-section::after {
  content: "";
  position: absolute;
  opacity: 0.5;
}
.hero-section::before {
  content: "✦ ✨";
  font-size: 2rem;
  top: 10%;
  left: 5%;
  color: #e7ddcf;
  opacity: 0.3;
}
.hero-section .text-content .free-question {
  font-size: 0.9rem;
  font-weight: bold;
  color: #FF6B00;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.hero-section .text-content h1 {
  font-size: 3.5rem;
  color: #3A2E5D;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.hero-section .text-content .description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
  max-width: 450px;
}
.hero-section .text-content .btn-get-started {
  background-color: #FF6B00;
  border-color: #FF6B00;
  color: #fff;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.hero-section .text-content .btn-get-started:hover {
  background-color: #cc5600;
  border-color: #cc5600;
}
.hero-section .image-content {
  position: relative;
}
.hero-section .image-content .astro-wheel {
  max-width: 100%;
  height: auto;
}

.astro-wheel {
  animation: rotate-center 6s linear infinite alternate-reverse both;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#features-section {
  padding-bottom: 60px;
  position: relative;
}
#features-section .features-box {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
#features-section .features-box .image-content img {
  width: 100px;
}
#features-section .features-box .content-wrapper h3 {
  font-size: 24px;
  color: #000;
}
#features-section .features-box .content-wrapper p {
  margin-bottom: 0;
}

#what-we-do {
  padding: 40px 0;
}
#what-we-do .img-wrapper img {
  width: 80%;
}
#what-we-do .section-title {
  padding-top: 30px;
}
#what-we-do .section-title h4 {
  color: #D5846E;
  font-size: 20px;
}
#what-we-do .section-title h3 {
  font-size: 58px;
  color: #000;
}
#what-we-do .section-title p {
  font-size: 20px;
}
#what-we-do .section-title a {
  background-color: #FF6B00;
  border-color: #FF6B00;
  color: #fff;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.slide-bottom {
  animation: slide-bottom 1s linear infinite alternate-reverse;
}
@keyframes slide-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
#zodiac-slider {
  padding: 120px 0 40px;
}

#services {
  padding: 0 0 40px 0;
}
#services .section-title {
  text-align: center;
  padding: 40px;
}
#services .section-title h4 {
  font-size: 20px;
  color: #D5846E;
}
#services .section-title h3 {
  color: #000;
  font-size: 58px;
}
#services .service-box {
  padding: 20px;
  border: 1px solid #2D2D3C;
  border-radius: 20px;
  margin-bottom: 20px;
}
#services .service-box img {
  width: 20%;
}
#services .service-box h4 {
  padding-top: 20px;
  color: #000;
}

#cta-strip {
  padding: 60px 0 40px;
  background: rgba(13, 13, 19, 0.8078431373);
}
#cta-strip .cta-description h4 {
  font-size: 20px;
  color: #f8f5f1;
}
#cta-strip .cta-description h3 {
  font-size: 58px;
  color: #f8f5f1;
}
#cta-strip .cta-description p {
  font-size: 20px;
  color: #f8f5f1;
}
#cta-strip .cta-description a {
  background-color: #FF6B00;
  border-color: #FF6B00;
  color: #fff;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#cta-strip .cta-image {
  text-align: end;
}
#cta-strip .cta-image img {
  max-width: 400px;
}

#blogs {
  padding: 60px 0;
}
#blogs .section-title {
  text-align: center;
  padding: 30px 0;
}
#blogs .section-title h4 {
  font-size: 20px;
  color: #D5846E;
}
#blogs .section-title h3 {
  font-size: 58px;
  color: #000;
}
#blogs .blog-button {
  text-align: center;
  padding: 30px 0;
}
#blogs .blog-button a {
  background-color: #FF6B00;
  border-color: #FF6B00;
  color: #fff;
  padding: 0.8rem 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#blogs .blog-box .blog-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#blogs .blog-box .blog-description {
  padding: 20px;
  border: 1px solid rgba(13, 13, 19, 0.8078431373);
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#blogs .blog-box .blog-description h3 {
  color: #000;
}
#blogs .blog-box .blog-description p {
  color: #000;
  font-size: 18px;
}
#blogs .blog-box .blog-description a {
  color: #D5846E;
}

/* Preloader
-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #00c9d0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  transform: translateZ(0);
}

.lead {
  font-size: 13px;
}

.loader div {
  background-color: #d9b06a;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  animation-delay: -1s;
}
@keyframes ballPulseDouble {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
#footer {
  position: relative;
  overflow: hidden;
  padding: 4rem 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
#footer .foot-info {
  display: flex;
  align-items: center;
}
#footer .foot-info p {
  margin-bottom: 0;
}
#footer .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0.5;
}
#footer h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}
#footer p,
#footer a {
  color: #e0e0e0;
  font-size: 0.95rem;
  text-decoration: none;
}
#footer p:hover,
#footer a:hover {
  color: #ffffff;
}
#footer .footer-logo {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem;
}
#footer .site-logo {
  text-align: center;
}
#footer .site-logo a {
  font-family: "Playfair Display", serif;
}
#footer .social-media {
  margin-top: 1rem;
  text-align: center;
}
#footer .social-media a {
  margin: 0 0.5rem;
}
#footer .social-media a img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
#footer .social-media a img:hover {
  transform: scale(1.1);
}
#footer .info {
  text-align: end;
}
#footer .info p {
  max-width: 260px;
  margin: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer .social-media {
    justify-content: center;
  }
}

#zodiac-detail {
  padding: 40px 0;
}
#zodiac-detail .zodiac-image {
  text-align: center;
}
#zodiac-detail .section-title h3 {
  color: #000;
}
#zodiac-detail .color {
  text-align: center;
  color: #000;
}

#hero-hororscope {
  background-image: url("../images/astra.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
}
#hero-hororscope .section-title {
  padding: 70px 0 0;
}
#hero-hororscope .section-title h2 {
  text-align: center;
  font-size: 52px;
  color: #fff;
}
#hero-hororscope .section-title p {
  font-size: 24px;
  text-align: center;
  color: #fff;
}

#hororscope a {
  text-decoration: none;
  padding: 30px;
  text-align: center;
}
#hororscope a img {
  text-align: center;
}
#hororscope a h3 {
  color: #000;
}
#hororscope a p {
  color: #000;
}/*# sourceMappingURL=style.css.map */