/*
Theme Name: Numerology
Theme URI: https://burgerthemes.com/numerology-free/
Author: burgersoftware
Author URI: https://burgerthemes.com/
Description: Unlock mystical potential with our stunning Numerology WordPress theme—crafted for astrologers, numerologists, and spiritual experts. Modern, mobile-friendly, and SEO-optimized, it’s perfect for showcasing charts, predictions, services, and blogs while captivating your audience and expanding your spiritual brand online.
Template: astrocare
Version: 1.0.2
Tested up to: 6.8
Requires PHP: 8.2.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: numerology
Slug: numerology
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root{
 --primary-color: #8228cc;
 --primary-color-two: #0042a4;
 --heading-color:#0B2038;
 --text-color:#454545;
 --white-color:#fff;
 --gray-color:#454545;
 --primary-lite-01:#e8d9f8;
 --primary-lite-02:#cda9f0;
}
.has-background.wp-block-post-author {
  padding: 1rem;
}
.numerology-theme .astro_btn {
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
}
.numerology-theme .ast_info_bar .container .row:before, 
.numerology-theme .ast_info_bar .container .row:after {
  background-color: transparent;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  display: none;
}
body.numerology-theme:has(.ast_inner_info) .ast_info_bar .container .row:before, 
body.numerology-theme:has(.ast_inner_info) .ast_info_bar .container .row:after{
  display: block;
}
.numerology-theme .ast_info_bar .container .row:before {
  left: -25px;
  bottom: 0;
  border-radius: 25px;
  box-shadow:8px 10px 0px -1px var(--primary-color-two);
}
.numerology-theme .ast_info_bar .container .row:after {
  right: -25px;
  bottom: -6px;
  border-radius: 25px;
  box-shadow: -8px 7px 0px -1px var(--primary-color);
}
.numerology-theme .astro-main-slider01:after{
  display: none;
}
.numerology-theme .ast_home_slider.owl-theme .owl-nav{
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 999;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 40px;
  padding: 15px 8px;
  background:linear-gradient(41deg, var(--primary-color-two) 11%, var(--primary-color) 69%);
}
.numerology-theme .ast_home_slider.owl-theme .owl-nav [class*=owl-]{
  position: relative;
  right: unset;
  left: unset;
  top: unset;
  transform: none;
}
.numerology-theme .ast_slider_section .right-animation-shape {
  position: absolute;
  top: 197px;
  right: 0;
  z-index: 1;
  animation: bounce-y 10s infinite linear;
  width: 200px;
  height: 450px;
  object-fit:cover;
}
.numerology-theme .ast_home_slider.owl-theme:not(.home-slider) .owl-nav [class*=owl-]:hover, 
.numerology-theme .ast_home_slider.owl-theme:not(.home-slider) .owl-nav [class*=owl-]:focus {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.numerology-theme .ast_blog_post a i{
  color: var(--white-color);
}
.numerology-theme .ast_kundli-matching-section .maching_data_form .vedicastro_tab_button .matching-button, 
.numerology-theme .ast_kundli-section .kundli_sec .kundli_vedic_group input.vedicastro_button,
.numerology-theme .ast_astro-slider-form .kundli_vedic_login_form .kundli_vedic_group input[type="submit"], 
.numerology-theme .astro__sadesati-section .kundli_vedic_login_form .kundli_vedic_group input[type="submit"], 
.numerology-theme .astro__panchang-section .kundli_vedic_login_form .kundli_vedic_group input[type="submit"]
{
  color: var(--white-color) !important;
}
.numerology-theme .hs_wave{
  background: var(--primary-lite-02);
}
.numerology-theme .widget form .search-field{
  background: var(--primary-lite-01);
}
.numerology-theme .main {
  margin: 0px auto;
  width: 380px;
  height: 380px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.numerology-theme .big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 8px solid rgba(255,255,255,.0901960784);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.numerology-theme .icon-block {
  width:45px;
  height:45px;
  position:absolute;
  border-radius:50%;
  display:flex;
  display:-webkit-flex;
  align-items:center;
  -webkit-align-items:center;
  justify-content:center;
  -webkit-justify-content:center;
  background:#ff7a18;
  color:#ffffff94;
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  background:-moz-linear-gradient(123deg, #000616 10%, var(--primary-color-two) 17%, var(--primary-color) 84%);
  background:-webkit-linear-gradient(123deg, #000616 10%, var(--primary-color-two) 17%, var(--primary-color) 84%);
  background:linear-gradient(123deg, #000616 10%, var(--primary-color-two) 17%, var(--primary-color) 84%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff7a18", endColorstr="#36acb4",GradientType=1 );
  transition:all .5s
}
.numerology-theme .icon-block img {
  margin:0px auto;
  width:86%;
  animation:Rotate-reverse 20s linear infinite;
  -webkit-animation:Rotate-reverse 20s linear infinite
}
.numerology-theme .icon-block:first-child {
  top:0;
  left:50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%)
}
.numerology-theme .icon-block:nth-child(2) {
  top:50%;
  right:0;
  transform:translate(50%, -50%);
  -webkit-transform:translate(50%, -50%)
}
.numerology-theme .icon-block:nth-child(3) {
  bottom:0;
  left:50%;
  transform:translate(-50%, 50%);
  -webkit-transform:translate(-50%, 50%)
}
.numerology-theme .icon-block:nth-child(4) {
  top:50%;
  left:0;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%)
}
.numerology-theme .icon-block:nth-child(5) {
  top:20%;
  left:40px;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%)
}
.numerology-theme .icon-block:nth-child(6) {
  top:20%;
  right:-24px;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%)
}
.numerology-theme .icon-block:nth-child(7) {
  top:10%;
  right:40px;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%)
}
.numerology-theme .circle {
  animation:circle-rotate 20s linear infinite;
  -webkit-animation:circle-rotate 20s linear infinite;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%) rotate(45deg);
  -webkit-transform:translate(-50%, -50%) rotate(45deg);
  width:75%;
  height:75%;
  border:8px solid rgba(255,255,255,.0901960784);
  border-radius:50%
}
.numerology-theme .circle .icon-block img {
  animation:img-rotate 20s linear infinite;
  -webkit-animation:img-rotate 20s linear infinite
}
.numerology-theme .center-logo {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%)
}
.numerology-theme .center-logo img {
  max-width:110px;
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
.numerology-theme .num_content-box {
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
.numerology-theme .num_title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.numerology-theme .num_title-box .num_title-outer {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.numerology-theme .num_content-box .num_sub_title{
  position: relative;
  font-size: 76px;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 0;
  gap: 20px;
}
.numerology-theme .num_content-box .num_sub_title .text{
  position: relative;
  font-size: 70px;
  font-weight: 800;
  color:#e88c00;
}
.numerology-theme .num_content-box .typed-cursor{
  font-size: 76px;
  color:var(--white-color);
}
.numerology-theme .num_title-box .title {
  position: relative;
  font-size: 76px;
  color: #ffff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  gap: 20px;
}
.numerology-theme .num_title-box .highlighted {
  position: relative;
  font-size: 80px;
  color: #F4E412;
}
.numerology-theme .num_image-box {
  position: relative;
  display: flex;
  gap: 75px;
}
.numerology-theme .num_image-box .num_image {
  position: relative;
  margin-bottom: 0;
  border-radius: 21px;
  width: 430px;
  height: 280px;
  flex-shrink: 0;
}
.numerology-theme .num_image-box .num_image img {
  border: 3px solid #fff;
  border-radius: 21px;
  width: 100%;
  height: 100%;
}
.numerology-theme .overlay-anim::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.numerology-theme .overlay-anim:hover::after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}
.numerology-theme .num_image-box .num_content {
  position: relative;
  gap: 40px;
  padding-left: 0px;
}
.numerology-theme .icon-mic {
  display: none;
}
.numerology-theme .num_image-box .num_content .ast_title {
  position: relative;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  padding-top: 5px;
  margin-bottom: 10px;
  color:#fff;
}
.numerology-theme .num_image-box .num_content .text {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  color:#fff;
  margin-bottom: 0;
  max-width: 590px;
}
.numerology-theme .clouds {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  z-index: 1;
  overflow: hidden;
}
.numerology-theme .clouds img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  animation: animate calc(10s * var(--i)) linear infinite;
  -webkit-animation: animate calc(10s * var(--i)) linear infinite;
  opacity: 0.5;
}
.numerology-theme .widget .textwidget .contact-area{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.numerology-theme .widget .textwidget .contact-area .contact-icon .contact-corn{
  color: var(--primary-color);
}
.numerology-theme .widget .textwidget .contact-area .contact-info .text{
  margin-bottom: 0;
  color: var(--white-color);
}
.numerology-theme .sidebar .widget,
.numerology-theme .sidebar .widget .wp-block-search__inside-wrapper{
  background-color: var(--primary-lite-01);
}
.numerology-theme .sidebar .widget .wp-block-search__input{
  border-color: var(--primary-color);
  border-radius: 10px;
  outline: none;
}
.numerology-theme .sidebar .widget .wp-block-search__button{
  color: var(--white-color);
  border-radius: 10px;
  border: none;
  background-color: var(--primary-color);
}
.numerology-theme .ast_footer_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}
.numerology-theme .footer-animation-one{
  position: absolute;
  left: 50px;
  top: 53px;
  z-index: -1;
}
.numerology-theme .footer-animation-one img {
  width: 154px;
  height: 159px;
  opacity: 0.8;
  animation: fa-spin 12s infinite linear;
  -webkit-animation: fa-spin 12s infinite linear;
  -moz-animation: fa-spin 12s infinite linear;
  display: inline-block;
}
.numerology-theme .footer-animation-two{
  position: absolute;
  bottom: 15px;
  left:220px;
  z-index: -1;
  animation: circle-rotate 20s linear infinite;
}
.numerology-theme .footer-animation-two img{
  width: 75px;
  max-width: 75px;
  height: 75px;
  object-fit: cover;
  opacity: 0.7;
  object-position: center center;
}
.numerology-theme .footer-animation-three{
  position: absolute;
  top: 50px;
  right: 0;
  z-index: -1;
  animation: zoom-one 5s infinite linear;
}
.numerology-theme .footer-animation-three img {
  width: 300px;
  height: 450px;
  max-width: 450px;
  object-fit: cover;
  object-position: center center;
  display: inline-block;
  opacity: 0.2;
  vertical-align: middle;
}
.numerology-theme .footer-animation-four {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}
.numerology-theme .footer-animation-four .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background:var(--primary-color);
  filter: url("#blob");
}
.numerology-theme .footer-animation-four .bubbles .bubble {
  position: absolute;
  left: var(--position, 50%);
  color: var(--white-color);
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background:var(--primary-color);
  border-radius: 100%;
  -webkit-animation: bubble-size var(--time, 7s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 7s) ease-in infinite var(--delay, 0s);
  animation: bubble-size var(--time, 7s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 7s) ease-in infinite var(--delay, 0s);
  transform: translate(-50%, 100%);
}
.numerology-theme .footer-animation-four .content {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 4rem;
  padding: 0rem;
  background:var(--primary-color);
}
.numerology-theme .breadcrumb-list li + li::before {
    background-image: url(./assets/images/earth-num.png);
}
.numerology-theme .ast_astro-slider-form #numberology_sec_data #form-numberology .kundli_vedic_login_form{
  justify-content: space-between;
}
.numerology-theme .ast_astro-slider-form .astro_theme_titles{
  margin-bottom: 0px;
}
.numerology-theme .ast_search_box #numberology_sec_data{
  padding: 0px !important;
}
.numerology-theme .ast_footer_wrapper {
  background:linear-gradient(#0b203824, #0b2038a3), url(./assets/images/footer-bg.jpg) no-repeat center/cover;
}
.numerology-theme .ast_astro-slider-form .ast_form_box .kundli_vedic_login_form .kundli_vedic_group input.check,
.numerology-theme .ast_kundli-section .kundli_sec .kundli_vedic_group input.vedicastro_button{
  border-radius: 30px;
}
.numerology-theme .ast_astro-slider-form .kundli_vedic_login_form .kundli_vedic_group input[type="submit"]{
  border-radius: 30px;
}
.numerology-theme .ast_astro-slider-form #form-numberology .kundli_vedic_login_form .kundli_vedic_group input[type="submit"]{
  max-width: 100%;
}
.numerology-theme .ast_kundli-section .kundli_sec .kundli_vedic_group input.check{
  border-radius: 30px;
  background-color: var(--primary-lite-01) !important;
  border-color: var(--primary-lite-01);
}
.numerology-theme .post-content p a,
.numerology-theme .post-content ol li a{
  text-decoration: underline;
}
.numerology-theme a:hover,
.numerology-theme a:focus{
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
}
.numerology-theme .astro_btn:hover,
.numerology-theme .astro_btn:focus{
  text-decoration: none !important;
}
.numerology-theme .ast_logo a:hover h4.site-title,
.numerology-theme .ast_logo a:focus h4.site-title{
  color:var(--primary-color);
}
.numerology-theme .ast_header_wrapper .main-menu ul li > a:hover, 
.numerology-theme .ast_header_wrapper .main-menu ul li > a:focus,
.ast_header_wrapper .main-menu .dropdown-menu li a:hover, 
.ast_header_wrapper .main-menu .dropdown-menu li a:focus{
  text-decoration: none !important;
}
.numerology-theme .ast_blog_item .ast_blog_content .ast_blog_title,
.numerology-theme h1,
.numerology-theme h2,
.numerology-theme h3,
.numerology-theme h4,
.numerology-theme h5,
.numerology-theme h6,
.numerology-theme p,
.numerology-theme a,
.numerology-theme span{
  word-break: break-all;
}
.numerology-theme .widget table.wp-calendar-table thead>tr>th{
  color: var(--white-color);
}
.numerology-theme .ast_footer_wrapper .widget ul li:not(.recentcomments) a{
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  padding-left: 20px;
  letter-spacing: 0.1px;
  margin-bottom: 12px;
  color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.numerology-theme .ast_footer_wrapper .widget ol li{
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.1px;
  margin-bottom: 12px;
  color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.numerology-theme .ast_footer_wrapper  .widget ul li:not(.recentcomments) a:before {
  content: "\f0dd";
  font-family: FontAwesome;
  position: absolute;
  font-size: 18px;
  color: var(--primary-color);
  left: 5px;
  transform: rotate(89deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.numerology-theme .sidebar .widget_archive ul li a:not(:hover){
  color: var(--heading-color);
}
.numerology-theme .ast_blog_item a:not(.astro_btn):hover,
.numerology-theme .ast_blog_item a:not(.astro_btn):focus,
.numerology-theme .widget ul li:not(.recentcomments) a:hover,
.numerology-theme .widget ul li:not(.recentcomments) a:focus,
.numerology-theme .sidebar .widget_recent_comments ul li a:hover,
.numerology-theme .sidebar .widget_recent_comments ul li a:focus,
.numerology-theme .widget_calendar .wp-calendar-nav a:hover,
.numerology-theme .widget_calendar .wp-calendar-nav a:hover,
.numerology-theme .widget:not(.widget_tag_cloud) a:hover,
.numerology-theme .widget:not(.widget_tag_cloud) a:focus{
  color: var(--primary-color);
  text-decoration: underline;
  text-decoration-style: dotted;
}
.numerology-theme .ast_footer_wrapper .ast_ft_copyright .copyright-text a:hover,
.numerology-theme .ast_footer_wrapper .ast_ft_copyright .copyright-text a:focus{
  color: var(--white-color);
  text-decoration: underline;
  text-decoration-style: dotted;
}
.numerology-theme .widget .wp-block-heading,
.numerology-theme .widget .wp-block-search__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: var(--white-color);
}
.numerology-theme .wp-block-search__inside-wrapper .wp-block-search__input {
  font-size: 16px;
  border-radius: 10px 0 0 10px;
  display: block;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.65rem 1.25rem;
  vertical-align: middle;
  width: 100%;
  min-height: 50px;
  color: var(--heading-color);
  border: 1px solid var(--primary-color);
  outline: none;
  letter-spacing: 0.5px;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--primary-lite-01);
}
.numerology-theme .wp-block-search__inside-wrapper .wp-block-search__button{
  border: none;
  outline: none;
  box-shadow: none;
  line-height: 34px;
  z-index: 0;
  color: var(--white-color);
  background-color: var(--primary-color);
  font-size: 12px;
  font-weight: 600;
  margin-left: 0;
  border-radius: 0px 10px 10px 0px;
  height: 50px;
  padding: 0 0.5rem;
} 
.numerology-theme .comments-area .comment-body a:not(.comment-edit-link):hover,
.numerology-theme .comments-area .comment-body a:not(.comment-edit-link):focus{
   text-decoration: underline;
}
.numerology-theme .comment-body .comment-content a:hover,
.numerology-theme .comment-body .comment-content a:focus{
  text-decoration-style: dotted !important;
}
.numerology-theme .breadcrumb-list li a:hover,
.numerology-theme .breadcrumb-list li a:focus{
   color: var(--primary-color);
}
/*Numerology Responsive css*/
@media (min-width: 992px){
  .numerology-theme .main-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
  }
  .numerology-theme .ast_info_bar{
    background-color: transparent;
    margin-top: 20px;
  }
  .numerology-theme .ast_info_bar .ast_inner_info span,
  .numerology-theme .ast_info_bar .ast_inner_info span i{
    color: #fff;
  }
  .numerology-theme .num_content-box .astro_btn{
   text-transform: uppercase;
 }
 .numerology-theme .exp-anchor-button i{
  font-size: 25px;
  color: var(--primary-color);
}
.numerology-theme .header-01 .ast_header_wrapper{
  background-color: transparent;
}
.numerology-theme .header-01 .ast_header_wrapper.is-sticky-menu{
  top: 10px;
  box-shadow: none;
}
.numerology-theme .ast_header_wrapper .ast_navbar_wraper{
 background-color: #fff;
 border-radius: 100px 100px 100px 100px;
 z-index: 6;
 padding: 25px 200px 25px 240px;
 min-height: 74px;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.numerology-theme .ast_header_wrapper .ast_header_navigation_wrapper{
  position: relative;
  z-index: 0;
}
.numerology-theme .ast_header_wrapper .ast_header_navigation_wrapper:after{
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  width: 70%;
  background:linear-gradient(41deg, var(--primary-color-two) 40%, var(--primary-color) 77%);
  z-index: -1;
  padding: 46px 0px 46px 0px;
  border-radius:10px 45px 45px 10px;
}
.numerology-theme .ast_logo{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 6px solid;
  border-color:var(--primary-color-two);
  background-color: #fff;
  border-radius: 100px 20px 20px 100px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: 0px;
  padding-top: 18px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 999;
  height: auto;
}
.numerology-theme .ast_info_bar .container .row{
  position: relative;
  width: 50%;
  margin-left: auto;
  background-color: var(--primary-color);
  background:linear-gradient(41deg, var(--primary-color-two) 11%, var(--primary-color) 69%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0px 0px;
  row-gap: 0px;
  column-gap: 0px;
  border-radius: 15px 15px 0px 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 25px;
  display: none;
}
body.numerology-theme:has(.ast_inner_info) .ast_info_bar .container .row{
  display: flex;
}
.numerology-theme .ast_header_wrapper .ast_navbar_wraper .astro_btn{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.numerology-theme .breadcrumb-area{
  padding-top: 200px;
}
.numerology-theme .ast_header_wrapper .main-menu ul li > a{
  padding: 0px 0px;
}
.numerology-theme .ast_astro-slider-form  #form-numberology .kundli_vedic_login_form>* {
    flex: 0 0 auto;
    width: 36% !important;
  }
  .numerology-theme .ast_astro-slider-form .ast_search_box {
  padding: 25px 30px;
  margin-top: -120px;
  border-radius: 10px;
}
}
@media (min-width: 992px) and (max-width: 1439px) {
  .numerology-theme .ast_info_bar{
    margin-top: 15px;
  }
  .numerology-theme .ast_info_bar .container .row{
    width: 60%;
  }
  .numerology-theme .ast_info_bar .ast_inner_info span{
    font-size: 12px;
  }
  .numerology-theme .ast_header_wrapper .main-menu ul li > a{
    font-size: 15px;
  }
  .numerology-theme .num_content-box{
    padding-left: 0px;
    margin-top: 150px;
  }
  .numerology-theme .num_content-box .num_sub_title{
    font-size: 55px;
  }
  .numerology-theme .num_content-box .num_sub_title .text{
    font-size: 50px;
  }
  .numerology-theme .num_image-box .num_image{
    width: 370px;
    height: 240px;
  }
  .numerology-theme .num_image-box .num_content .ast_title{
    font-size: 70px;
    padding-top: 0px;
    margin-bottom: 15px;
  }
  .numerology-theme .num_image-box .num_content .text{
    font-size: 18px;
    margin-bottom: 0;
    line-height:1.3;
  }
  .numerology-theme .ast_home_slider.owl-theme .owl-nav{
    right: 20px;
    left: unset;
  }
  .numerology-theme .ast_home_slider.owl-theme .owl-nav [class*=owl-]{
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .numerology-theme .clouds{
    height: 220px;
  }
  .numerology-theme .clouds img{
    object-fit: contain;
  }
  .numerology-theme .ast_header_wrapper .ast_navbar_wraper{
    padding-left: 240px;
    padding-right: 180px;
  }
  .numerology-theme .ast_header_wrapper .main-menu>ul>li{
    padding: 0 5px;
  }
  .numerology-theme .astro_btn{
    padding: 15px 20px;
  }
  .numerology-theme .ast_header_wrapper .ast_navbar_wraper .astro_btn{
    font-size: 14px;
  }
  .numerology-theme .ast_slider_section .right-animation-shape{
    top: 95px;
    width: 170px;
    height: 370px;
  }
  .numerology-theme .main{
    width: 310px;
    height: 310px;
  }
  .numerology-theme .icon-block{
    font-size: 18px;
    width: 38px;
    height: 38px;
  }
  .numerology-theme .center-logo img{
    max-width: 90px;
  }
  .numerology-theme .ast_astro-slider-form .ast_search_box{
    margin-top: 0px;
  }
  .numerology-theme .ast_home_slider.owl-theme .owl-nav{
    top: 60%;
    transform: translateY(-45%);
  }
}
@media (max-width: 992px){
  .numerology-theme .num_content-box{
    padding-left: 0;
  }
  .numerology-theme .num_content-box .astro_btn,
  .numerology-theme .ast_header_wrapper .ast_book_btn{
    font-size: 14px;
    padding: 14px 20px;
  }
  .numerology-theme .num_image-box{
    gap: 40px;
  }
  .numerology-theme .num_title-box{
    margin-bottom: 15px;
  }
  .numerology-theme .num_content-box .num_sub_title{
    font-size: 35px;
  }
  .numerology-theme .num_content-box .num_sub_title .text{
    font-size: 30px;
  }
  .numerology-theme .num_image-box .num_image{
    width: 300px;
    height: 200px;
  }
  .numerology-theme .num_image-box .num_content .ast_title{
    font-size: 55px;
    padding-top: 0px;
    margin-bottom: 15px;
  }
  .numerology-theme .num_image-box .num_content .text{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .numerology-theme .ast_home_slider.owl-theme .owl-nav,
  .numerology-theme .ast_slider_section:after{
   display: none;
 }
 .numerology-theme .ast_header_wrapper .nav-menu .main-menu ul li:first-child{
   border-top: 1px solid var(--primary-lite-01);
 }
 .numerology-theme .ast_header_wrapper .nav-menu .main-menu ul li{
  border-bottom: 1px solid var(--primary-lite-01);
}
.numerology-theme .footer-animation{
  display: none;
}
.numerology-theme .footer_top_right .ft_social_icon{
  justify-content: start;
}
}
@media (max-width: 767px){
  .numerology-theme .num_image-box .num_image,
  .numerology-theme .ast_slider_section:after{
    display: none;
  }
  .numerology-theme .num_title-box{
    margin-bottom: 0px;
  }
  .numerology-theme .num_content-box .num_sub_title{
    font-size: 25px;
    margin-bottom: 8px;
  }
  .numerology-theme .num_content-box .num_sub_title .text{
    font-size: 20px;
  }
  .numerology-theme .num_image-box .num_content .ast_title{
    font-size: 30px;
    margin-bottom: 8px;
  }
  .numerology-theme .num_image-box .num_content .text{
    font-size: 14px;
    max-width: 275px;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
  }
  .numerology-theme .num_content-box .astro_btn {
    padding: 8px 16px;
    font-size: 12px;
  }
  .numerology-theme .ast_astro-slider-form .ast_form_box .kundli_vedic_login_form .kundli_vedic_group input.check,
  .numerology-theme .ast_kundli-section .kundli_sec .kundli_vedic_group input.check,
  .numerology-theme .ast_astro-slider-form .kundli_vedic_login_form .kundli_vedic_group input[type="submit"],
  .numerology-theme .ast_kundli-section .kundli_sec .kundli_vedic_group input.vedicastro_button{
    padding: 12px 20px;
  }
}
@media (max-width: 367px){
  .numerology-theme .num_content-box .num_sub_title{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .numerology-theme .num_image-box .num_content .ast_title{
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@-webkit-keyframes bubble-size {
  0%, 75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
    font-size:34px;
  }
  100% {
    width: 0rem;
    height: 0rem;
    font-size: 0px;
  }
}
@keyframes bubble-size {
  0%, 75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
    font-size: 34px;
  }
  100% {
    width: 0rem;
    height: 0rem;
    font-size: 0;
  }
}
@-webkit-keyframes bubble-move {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 16rem;
  }
}
@keyframes bubble-move {
  0% {
    bottom: 0rem;
  }
  100% {
    bottom: 16rem;
  }
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoom-one{
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes animate {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
}
@keyframes Rotate {
  from {
    transform:rotate(0deg)
  }
  to {
    transform:rotate(360deg)
  }
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(360deg)
  }
}
@keyframes Rotate-reverse {
  from {
    transform:rotate(360deg)
  }
  to {
    transform:rotate(0deg)
  }
}
@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform:rotate(360deg)
  }
  to {
    -webkit-transform:rotate(0deg)
  }
}
@keyframes circle-rotate {
  from {
    transform:translate(-50%, -50%) rotate(-45deg)
  }
  to {
    transform:translate(-50%, -50%) rotate(-405deg)
  }
}
@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform:translate(-50%, -50%) rotate(-45deg)
  }
  to {
    -webkit-transform:translate(-50%, -50%) rotate(-405deg)
  }
}
@keyframes img-rotate {
  from {
    transform:rotate(45deg)
  }
  to {
    transform:rotate(405deg)
  }
}
@-webkit-keyframes img-rotate {
  from {
    -webkit-transform:rotate(45deg)
  }
  to {
    -webkit-transform:rotate(405deg)
  }
}