
:root {
    --active-tab-bg: #ffb623;
    --active-tab-color: #313131;
    --secondary-color: #CC6A13;
    --primary-color: #DFB330;
    --gray-color: #333333;
    --black-color: #000000;
    --white-color: #F9F6F1;
    --lavender: #BFA2DC;
    --background: #8674C6;
}

@import url('https://fonts.googleapis.com/css2?family=Balthazar&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", serif !important;
}
.wrapper{
    margin-top: -2px;
}
.header #dropdownMenuLink {
    background: #ffb623;
    color: #000;
    height: 46px;
    gap: 5px;
    width: auto;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.header #google_translate_button select{
    background: #ffb623;
    padding: 10px;
    width: 80px;
    margin: 0 !important;
    border: 0;
    height: 46px;
}

.header #dropdownMenuLink .astro-logged-user label {
    margin: 0;
}

.astrowildstar-header-sec {
    background: var(--black-color);
}

.navbar {

    padding: 0.5rem 1rem;
}

.navbar-nav {
    display: flex;
    gap: 10px;
}

.navbar-nav .dropdown .dropdown-menu {
    top: 39px;
    left: -61px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    color: var(--yellow-color) !important;
    font-weight: bold;
    font-size: 32px;
}

.navbar-brand img {
    margin-right: 0.5rem;
}

.nav-link {
    color: var(--white-color) !important;
}

.btn-talk,
.btn-chat {
    border-radius: 20px;
    padding: 0.375rem 1rem;
    margin-right: 0.5rem;
}

.btn-talk,
.btn-chat {
    background-color: var(--white-color);
    color: var(--black-color);
    align-items: center;
    display: flex;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 15px;
}

.btn-sign-in {
    background-color: var(--yellow-color);
    color: var(--black-color);
    align-items: center;
    display: flex;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 15px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.tabs-inner .Predictions-tabs{
    display: -webkit-inline-box;
}

@media screen and (max-height: 450px) {
    .cards-container .cards .cards-img  .banner-new-card-img {
        height: auto;
        width: 100px;
    }
    .cards-container .cards {
        height: 160px;
    }
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


/* astrowildstar-horoscope */
#astrowildstar-horoscope {
    padding-top: 25px;
    position: relative;
}
#astrowildstar-horoscope .video-background{
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -2;
    width: 100%;
    mix-blend-mode: soft-light;
}
#astrowildstar-horoscope .overlay{
    position: absolute;
    background: linear-gradient(180deg, rgba(134, 116, 198, 0%) 0%, rgba(134, 116, 198, 76%) 37%, #8674C6 59%, #8674C6 100%);
    width: 100%;
    height: 600px;
    left: 0;
    bottom: 70px;
    z-index: -1;
}
#astrowildstar-horoscope .row{
    row-gap: 18px;
}

.horoscope-data {
    position: absolute;
    top: 86px;
    left: 70px;
    gap: 20px;

}

.horoscope-data h1 {
    font-family: Poppins;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
    color: #fff;
}

.horoscope-data h1 span {
    font-family: Poppins;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
    color: #000000B2;

}

.horoscope-btn {
    width: 297px;
    height: 72px;
    border-style: none;
    border-radius: 7px;
    color: #FFB623;
    background-color: #000;
    font-size: 26px;
}

.horoscope-btn:hover {
    background-color: #FFB623;
    color: #000;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-size: 20px !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    width: 45px !important;
    height: 45px !important;
    color: #000 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 22px !important ;
    font-weight: bolder;
}

.swiper-pagination-bullet {
    background-color: black !important;
}




/* astrowildstar-cards */
#astrowildstar-cards {
    padding-top: 0px;
}

.cards-container {
    /* background-color: #FFE4B1; */
    padding: 30px;
}

.cards-container .cards {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 15px;
    align-items: center;
    text-decoration: none;
    color: var(--gray-color);
    border-radius: 10px;
    background: white;
    box-shadow: inset 0px 0px 44px lavender, 0px 2px 7px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 44px 0px #BFA2DC;
    padding: 15px 0;
    height: 215px;
    max-height: 220px;
    font-weight: 600;
}

.cards-detail {

    gap: 11px;
}

.cards-detail a {
    text-decoration: none;
}

.cards-detail-1 {
    border-radius: 5px;
    margin: 70px 20px 145px 10px;
    background-color: white;
    padding: 10px;
}

.cards-detail h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.cards-btn {
    width: 116px;
    height: 116px;
    background-color: black;
    color: white;
    border-radius: 7px;
    text-align: center;
    padding-top: 45px;
}

.cards-btn a {
    text-decoration: none;
    color: #FFE4B1;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.mySwiper-astrologers-slider .swiper-wrapper{
    height: 350px;
}



/* astrowildstar-our-astrologers */
#astrowildstar-our-astrologers {
    background: white;
    padding: 50px 0;
}
#astrowildstar-our-astrologers .astrowildstar-cards .cards-detail .cards-img .banner-new-card-img {
    width: auto !important;
}
 .slider-btn .slide-btn,  .slider-btn .slide-btn2 {
    position: relative !important;
    background: var(--gray-color) !important;
}
 .slider-btn .slide-btn:after,  .slider-btn .slide-btn2:after{
    font-size: 22px !important;
    font-weight: bolder;
    position: absolute;
    left: calc(50% - 5.5px);
    top: calc(50% - 11px);
    color: white;
}
 .slider-btn .slide-btn-white,  .slider-btn .slide-btn2-white {
    position: relative !important;
    background: var(--white-color) !important;
}
 .slider-btn .slide-btn-white:after,  .slider-btn .slide-btn2-white:after{
    font-size: 22px !important;
    font-weight: bolder;
    position: absolute;
    left: calc(50% - 5.5px);
    top: calc(50% - 11px);
    color: var(--background);
}

.product-card .product-content h5{
    font-size: 17px;
    margin-bottom: 8px;
}
.product-card .product-content .product-btn .veiw-details-btn{
    text-decoration: none;
    color: var(--gray-color);
    padding: 7px 25px;
    border: 1px solid var(--gray-color);
    border-radius: 40px;
    font-size: 15px;
}
.product-card .product-content .product-btn .price-details-btn{
    text-decoration: none;
    color: #ffffff;
    padding: 7px 50px;
    border: 1px solid var(--secondary-color);
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    background: var(--secondary-color);
}
.product-card .product-content .product-btn .price-details-btn del{
        font-weight: 400;
    color: white;
}

.product-card .product-img {
    width: 100%;
    border-radius: 10px;
    height: 290px;
    object-fit: cover;
}


.slider-btn .swiper-button-lock{
    display: block !important;
}

.astrologers-head h4 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: var(--secondary-color);
    margin: 0;
}
.astrologers-head-white h4 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: var(--white-color);
    margin: 0;
}

.astrologers-head-white p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.01px;
    color: var(--white-color);
    padding-bottom: 20px;

}
.astrologers-head p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.01px;
    color: var(--gray-color);
    padding-bottom: 20px;

}

.astrologers-data {
    width: 285px;
    height: 226px;
    align-items: center;
    text-align: center;
    border-radius: 7px;
    background-color: white;
    color: black;
    position: relative;
    top: -87px;
    z-index: -1;
    border-radius: 10px;
    background: white;
    box-shadow: inset 0px 0px 48px 0px #BFA2DC;
    border: 1px solid #BFA2DC;
}

.astrologers-data h4 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: var(--secondary-color);
    padding-top: 100px;


}

.astrologers-data h6 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #000000;


}

.our-astrologers-container .swiper-slide img {
    margin-left: 33px !important;
}

.swiper-button-next-astrologers.swiper-button-prew-astrologers {
    --swiper-navigation-size: 20px !important;
    border-radius: 50% !important;
    background-color: #FFB623 !important;
    width: 48px !important;
    height: 48px !important;
    color: white !important;
}


/* astrology-product-head */
#astrowildstar-products {
    padding-bottom: 90px;
    background-color: #FFF2D9;
    padding-top: 50px;
}

.astrology-product-head h4 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: #FFB623;
}

.astrology-product-head p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.01px;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}


/* Card Styling */
.card {
    /* width: 18rem; */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: #FFF8E1;

}

.card-img-top {
    padding: 8px;
    /* position: absolute; */
}

.card-img-top svg {
    position: relative;
}

.card-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;


}

.card-text .offer-price {

    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;

    color: #000;
}

.card-text .real-price {
    text-decoration: line-through;
    color: #999;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-left: 40px;

}

.card-body a {
    display: grid;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center;

}

.card-body a:hover {
    background: #000;
    color: #f5a623;

}

.btn-warning {
    background-color: #FFB623;
    text-decoration: none;
    padding: 8px 8px 8px 8px;
    border-radius: 7px;
    opacity: 0px;
    border: none;
    margin-left: 40px;
    transition: background-color 0.3s;
}

.btn-details {
    color: #FFB623;
    background-color: #000;
    width: 175px;
    height: 54px;
    border-radius: 7px;
    opacity: 0px;
    border: none;
    margin-left: 40px;
    text-decoration: none;
    padding: 8px 8px 8px 8px;
    margin-top: 11px;

}

.btn-warning:hover {
    background-color: #e6a500;
}



/* astrowildstar-blog */
/* #astrowildstar-blog {
    background: white;
    padding: 50px 0;
} */

.astrology-product-head h4 {
    color: #FFB623;

    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;

}

.astrology-product-head p {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.01px;
    text-align: center;

}

body {
    a {
        text-decoration: none;
    }

    a:hover {

        text-decoration: none;
    }
}

a.mb-0.border-bottom.text-decoration-none.border-pink.text-uppercase.font-weight-semi-bold {}

.blog-card {
    border-radius: 7px;
    background-color: white;
    padding: 9px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease-in-out;
}
.mySwiper-blog .swiper-wrapper{
    height: 460px;
    align-items: center;
}
.mySwiper-blog .swiper-slide{
    height: 420px;
}
.blog-card:hover {
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.40);
}

.blog-card img {
    border-radius: 7px;
    height: 220px;
    object-fit: cover;
}

.blog-data {
    padding: 7px 0;
}
.blog-data h5 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: var(--black-color);
    margin: 0;
}

.blog-data p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: var(--gray-color);

}

.blog-data a {
    color: #ffffff;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background-color: #cc6a13;
    align-items: center;
    padding: 5px 15px;
    border-radius: 40px;
}


/* astrowildstar-universe */
#astrowildstar-universe {
}

.astrology-universe-head h4 {
    color: var(--white-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
}

.astrology-universe-head p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.01px;
    text-align: center;
    color: var(--white-color);
}

.universe-data h6 {
    color: var(--white-color);
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
}

.universe-data p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 300;
    line-height: 24.01px;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 10px;
    margin: 0;
}

.universe-btn {
   text-decoration: none;
    border-radius: 47px;
    background-color: #DFB330;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    padding: 7px 30px;
}

.universe-btn:hover {
    background-color: #e6a500;
    color: #000000;
}


/* astrowildstar-news */
#astrowildstar-news {
    background-color: #FFF2D9;
    padding-top: 110px;
    padding-bottom: 110px;

}

.astrology-news-head h4 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: #FFB623;
}

.astrology-news-head p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.01px;
    text-align: center;

}

.news-card {
    width: 356px;
    background-color: white;
    border-radius: 7px;
    opacity: 0px;
    margin-top: 40px;


}

.news-card img {
    padding: 8px;
}

.news-bio {
    margin: 0px 15px;
    padding-bottom: 20px;
}

.news-bio h5 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #FFB623;

}

.news-date {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.news-date h6 {
    color: #686868;
    font-weight: 400;
}

.news-btn {
    width: 196px;
    height: 56px;
    background-color: #e6a500;
    color: #000000;
    border-radius: 7px;
    text-decoration: none;
    display: grid;
    margin: auto;
    font-size: 22px;
    font-weight: 500;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.news-btn:hover {
    background-color: #ffe4b1;
    color: #000000;
}

/* aestro faq */

.astrowildstar-faq {
    background-color: var(--background);
}

.astrowildstar-faq .accordion-item .accordion-header button {
    background: #ffffff;
    font-size: 23px;
    font-weight: 500;
    border-radius: 20px;

}


.astrowildstar-faq .accordion-item .accordion-header button:not(.collapsed) {
    background: var(--gray-color);
    color: var(--white-color);
    font-size: 23px;
    font-weight: 600;
    border-radius: 20px;
}

.astrowildstar-faq .accordion-item .accordion-header button:not(.collapsed) span {
    background: var(--white-color);
    color: var(--gray-color);
}

.astrowildstar-faq .accordion-item {
    background-color: #ffe4b1;
    border: none;
}

.astrowildstar-faq .accordion-item .accordion-header button span {
    height: 50px;
    width: 50px;
    background: var(--gray-color);
    color: #ffffff;
    border-radius: 50%;
    align-items: center;
    align-items: space-around;
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;

}

.astrowildstar-faq .accordion-item .accordion-header .faq-btn {
    border-radius: 15px;
}

.astrowildstar-faq .accordion-item .accordion-body {
    margin: -16px 0 30px;
    background: white;
    border-radius: 10px;
    border-radius: 20px !important;
    padding: 20px;
}



/* footer */

footer {
    background-color: var(--gray-color);
    font-size: 14px;
    padding-top: 50px;
}

footer h5 {
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: bold;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

footer ul li {
    margin-bottom: 0.25rem;
}
footer ul li a{
    color: var(--white-color) !important;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #FFB623;
}

.app-store-badges img {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.social-icons a {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.copyright p {
    margin: 0;
}

.copyright {
    font-size: 0.8rem;
    margin-top: 1rem;
    text-align: center;
    border-top: 1px solid #878787;
    padding: 12px 0;
}



#slider-sec {
    background-color: #FFE4B1 !important;
}

.slider-sec .card {
    background: white;
    padding: 5px;
    border: none;
    transition: 0.5s ease-in-out;
}
.slider-sec .vedio-card {
    border-radius: 20px;
}
.slider-sec .vedio-card img{
    border-radius: 15px;
    height: 270px;
    object-fit: cover;
}

.slider-sec .card svg {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
}

.slider-sec .card .card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.slider-sec .card .card-body h5 {
    margin: 0;
    font-weight: 600;
}

.slider-sec .card .card-body a {
    padding: 5px 15px;
    border-radius: 40px;
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: 17px;
    border: none;
    font-weight: 400;
    transition: 0.5s ease-in-out;
}



.live-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    color: red !important;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.profile-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
    height: 330px;
}

.profile-card:hover {
    transform: translateY(-5px);
}

.profile-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
}

.profile-image {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.content-live {
    text-align: start;
    margin-left: 10px;
}

.our-astrologers-container .swiper-slide img {
    margin: 0 !important;
}

.main-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

/* css */

button.btn.btn-talk,
button.btn.btn-chat,
button.btn.btn-sign-in {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--black-color);
    align-items: center;
    display: flex;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 15px;
    background: #EED09B;
}

button.btn.btn-talk:hover {
    background: #EED09B;
}

button.btn.btn-chat:hover {
    background-color: #EED09B !important;
}
#showKundalibtn:hover{
    background-color: #EED09B !important;
}
#showKundalimatchbtn,
#showKundalibtn{
    background-color: #EED09B !important;
    justify-content: center;
    color: #000;
    border: none;
    box-shadow: none;
}
button.btn.btn-sign-in:hover {
    background: #EED09B;
}

button.btn.span {
    color: white !important;
}

.heading-con {
    position: relative;
    /* padding: 10px 20px; */
    background-color: transparent;
}


/* Styling the actual heading */
.heading-con h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #EED09B;
    text-transform: uppercase;
    text-align: center;
}

section {
    padding: 50px 0 50px;
}
#astrowildstar-blog, #astrowildstar-blog{
    background: white;
}

.dropdown-menu {
    left: -71px;
    top: 38px;

}

.astrowildstar-breadcrumb {
    padding: 10px 0 !important;
    background: #FFB623;
}


.nav-container {
    background-color: #D64545;
    color: white;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.nav-section {
    padding: 10px;
}

.nav-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.nav-links {
    list-style: none;
}

.nav-links li {
    margin-bottom: 10px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.nav-links a:hover {
    text-decoration: underline;
}

.mobile-menu {
    display: none;
    font-size: 24px;
    cursor: pointer;
}




/* aboutus */

.breadcrumb-sec {
    background: #ffffff;
    padding: 1px;
    margin-top: -12px;
}

.breadcrumb {
    margin-top: 14px;
    margin-bottom: 5px !important;
}

.aboutus-content h2 {
    color: white;
    margin-top: 10px;
    font-size: 26px;
}
.aboutus-content h3 {
    font-size: 19px;
    color: white;
}
.aboutus-content ul {
    padding-left: 40px;
}

.aboutus-content ul li::marker{
    color: white;
}
.aboutus-content p {
    color: white;
}

.aboutus-content .blog-details-img1 {
    border-radius: 10px;
}

.breadcrumb .breadcrumb-item a {
    color: black;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

li.breadcrumb-item.active.align-items-center {
    color: rgb(46, 46, 46);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.breadcrumb-item::before {
    display: none !important;
}

.hero-section,
.aboutus-content {
    /* background: #FFF2D9; */
}

.aboutus-content {
    /* background: #FFF2D9; */
    padding-top: 25px;
}

.aboutus-content ul li {
    color: #ffffff;
    text-align: justify;
    font-size: 16px;
}

.aboutus-content ul li a {
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    text-align: justify;
    font-size: 20px;
}

.aboutus-content ul li p {
    margin: 0;
}

.hero-section .aboutus-img img {
    margin-bottom: 10px;
    width: 150px;
}

.hero-section .aboutus-img {
    position: relative;
    text-align: center;
}

.hero-section .aboutus-img h1 {
    font-size: 49px;
    text-align: center;
}

.hero-section .aboutus-img .blog-details {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

.hero-section .aboutus-img a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.hero-section .aboutus-img p {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 20px;
    color: white;
    transform: translate(-50%);
}
/*
.hero-section .aboutus-img .blog-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
} */

.hero-section .aboutus-img .panchang-banner {
    position: absolute;
    top: calc(59% - 31px);
    left: calc(48% - 268px);
    font-size: 50px;
}

.hero-section .aboutus-img .contact-us-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

/* .hero-section .aboutus-img .privacy-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
} */

/* .hero-section .aboutus-img .privacy-title1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    width: 90%;
    text-align: center;
} */


.hero-title {
    color: white;
    font-size: 2.5rem;
    text-transform: capitalize;
}

/* .content-section p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
    font-size: 20px;
} */


/* login page */

.logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.login-page {
    background: #FFF2D9;
    padding: 10px 0 !important;
}

.brand-name {
    color: #ffa500;
    font-weight: bold;
    font-size: 1.5rem;
}

.form-control {
    background-color: white;
    border: none;
    padding: 12px;
}

.login-img img {
    height: 900px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.btn-continue {
    background-color: #ffa500;
    border: none;
    padding: 12px;
    width: 100%;
    color: white;
    font-weight: 500;
}

.btn-continue:hover {
    background-color: #ff9000;
}

.astrowildstar-header-sec nav {
    background: #000;
}

#main_nav {
    background: #FBC86A !important;
    box-shadow: 0px 9px 11px 0px #00000047;
}

.live-sessions {
    background-image: url('../img/astrologer-img-1.png');
    background-repeat: no-repeat;
}


.login-container {
    max-width: 500px;
    margin: 280px 0 0 70px;
}

.login-form h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 40px;
}

.login-form form button {
    background: #FFB623;
    color: white;
    border-radius: 4px;
    margin-top: 20px;
}

.login-form form button:hover {
    background: #000;
    color: white;
    border-radius: 4px;
    margin-top: 20px;
}

.login-form form input {
    padding: 14px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #e1dacd;
}

.our-astrologers-container .swiper-slide .astrologers-detail img {
    width: 200px;
    border-radius: 10px;
    border: 1px solid #BFA2DC;
    height: 186px;
    object-fit: cover;
}

.our-astrologers-container .swiper-slide .astrologers-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



/* contact us */

.contact-container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 20%) 0%, rgba(255, 255, 255, 2%) 100%);
    border: 1px solid #dfdfdfa3;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(70px);
    border-radius: 30px;
    padding: 50px 20px;
}

.contact-container p {
    color: #2c2c2c;
    font-size: 17px;
    font-weight: 300;
}

.contact-container .right-inputs input {
    padding: 25px;
    background: #FFF6E3;
    border-color: #d9d9d9;
}

.contact-container .right-inputs button {
    background: #ffb623;
    border-radius: 3px;
    padding: 13px 0;
    font-size: 20px;
    font-weight: 500;
}

.contact-container .right-inputs button:hover {
    background: #000;
}

.contact-container .right-inputs textarea {
    padding: 25px 0 0 25px;
    background: #FFF6E3;
    border-color: #d9d9d9;
    height: 150px;
}

.form-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
}

.contact-info {
    color: #333;
}
.astrowildstar-faq #accordionExample button{
    padding: 22px;
    border-radius: 10px !important;
}
.contact-info i {
    color: #FFA500;
    margin-right: 10px;
    font-size: 1.2rem;
}

.form-control {
    border: 1px solid #ddd;
    padding: 26px 17px !important;
    background-color: #fff;
}

textarea.form-control {
    min-height: 150px;
}

.submit-btn {
    background-color: #FFA500;
    border: none;
    padding: 12px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #FF8C00;
}

.contact-details {
    margin-bottom: 1.5rem;
}
.contact-details-call {
    background: rgba(255, 255, 255, 14%);
    padding: 18px 22px;
    border-radius: 15px;
    border: 1px solid #ffffff70;
    max-width: 400px;
    margin-bottom: 15px;
}

.contact-details-call a {
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-details-call a span{
    font-size: 15px;
    margin: 0;
}
.contact-details-call a h5{
    font-size: 20px;
    margin: 0;
}

.contactus-form {
    /* background: #fff2d9; */
}

a#chatPg {
    color: #000;
}

.view-all-btn {
    text-align: center;
    margin-top: 70px;
}

.view-all-btn a {
    text-decoration: none;
    font-size: 20px;
    color: black;
    font-weight: 500;
    padding: 10px 50px;
    background: #ffb623;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .contact-container {
        margin-top: 1rem;
        padding: 1.5rem;
    }
    .astr-head-main .w-50 .main-logo-res,
    .astr-head-main .w-50 {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: space-between;
    }
    .astr-head-main {
        flex-direction: column;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    #astrowildstar-our-astrologers
    {
        padding-top: 50px;
    }
    .astrologers-head h4, .astrologers-head-white h4{
        font-size: 34px;
    }
    .astrologers-head p, .astrologers-head-white p{
        font-size: 16px;
    }
    .astrologers-data {
        height: 190px;
        top: -70px;
    }
    .astrologers-data h4{
        padding-top: 74px;
    }
    #astrowildstar-news{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .astrology-universe-head h4,
    .astrology-news-head h4{
        font-size: 32px;
        line-height: 40px;
    }
    .astrowildstar-faq  #accordionExample{
        padding: 0 10px;
    }
    .astrowildstar-faq #accordionExample button{
        font-size: 17px;
        padding-left: 66px;
        position: relative;
    }

    .astrowildstar-faq .accordion-item .accordion-header button span{
        position: absolute;
        height: 43px;
        width: 43px;
        font-size: 25px;
        left: 10px;
    }
    .shadow-pink-down.horoscopesign img{
        width: 80px !important;
        height: 80px !important;
    }
    .aboutus-content h2 {
        margin-top: 0px;
    }
    .Choghadiya_section .mainrow{
        gap: 20px;
    }
    .hero-section .aboutus-img .privacy-title,
    .hero-section .aboutus-img .privacy-title1,
    .hero-section .aboutus-img .blog-banner,
    .hero-section .aboutus-img .contact-us-banner,
    .hero-section .aboutus-img h1{
        font-size: 26px;
    }
    .aboutus-content h2{
        text-align: start !important;
    }
    .flexrowsmob div{
        width: 100%;
    }
    .flexrowsmob{
        display: flex
        ;
            align-items: center;
            justify-content: center;
            flex-direction: column;
    }
}
.icon-res {
    display: none;
}
#astrowildstar-universe .universe-container .universe-image{
    border-radius: 10px;
    max-height: 530px;
    border: 2px solid white;
    object-fit: cover;
}

















/* res */

@media screen and (min-width: 715px) and (max-width: 992px) {
    a.btn.btn-block.btn-chat.other-country.m-0.w-100.nav-link {
        width: 234px !important;
    }

    a#chatPg {
        width: 228px !important;
    }

}

@media screen and (min-width: 320px) and (max-width: 400px) {
    a.btn.btn-block.btn-chat.other-country.m-0.w-100.nav-link {
        width: 168px !important;
    }

    a#chatPg {
        width: 164px !important;
    }
    #astrowildstar-universe .universe-container .universe-image {
        height: 300px !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
    a.btn.btn-block.btn-chat.other-country.m-0.w-100.nav-link {
        width: 188px !important;
    }

    a#chatPg {
        width: 174px !important;
    }
}



@media (max-width: 768px) {
    .slider-sec .card .card-body {
        padding:0 6px;
    }
    .slider-sec .card .card-body a {
        padding: 5px 10px;
        font-size: 15px;
    }
    .blog-data h5 {
        font-size: 18px ;
    }

    .header-buttons .btn {
        display: none;
    }

    .nav-container {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .mobile-menu {
        display: block;
    }

    .logo-text {
        font-size: 20px;
    }

    .logo-subtitle {
        display: none;
    }

    .nav-section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 15px 0;
    }

    .nav-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .nav-links li {
        margin-bottom: 8px;
    }
}


@media screen and (max-width: 1400px) {
    #astrowildstar-horoscope .overlay {
        bottom: 840px;
        height: 650px;
    }
    .product-card .product-content .product-btn .price-details-btn {
        padding: 7px 25px;
    }
    .product-card .product-content .product-btn .veiw-details-btn {
        padding: 7px 18px;
    }
    .hero-section .aboutus-img a {
        position: absolute;
        top: calc(59% - -62px);
        left: calc(48% - -510px);

    }

    .horoscope-data h1 {
        margin-bottom: 20px;
        font-size: 60px;
        line-height: 70px;
    }

    .horoscope-data h1 span {
        font-size: 60px;
        line-height: 70px;

    }

    .heading-con::before {
        width: 34%;
    }

    /* Bottom line (after) */
    .heading-con::after {
        width: 34%;
    }

}

@media screen and (max-width: 1200px) {
    #astrowildstar-universe .universe-container .row{
        flex-direction: column-reverse;
    }
    #astrowildstar-universe .universe-container .universe-image{
        width: 100%;
        height: 400px ;
        min-height: auto;
    }
    .aboutus-content ul li {
        font-size: 17px;
    }

    .contact-details a {
        text-decoration: none;
        color: #2c2c2c;
        font-size: 18px;
    }

    .contact-container p {
        font-size: 17px;
    }

    .login-container {
        margin: 240px 0 0 20px;
    }



    .hero-section .aboutus-img .blog-details {
        position: absolute;
        top: calc(59% - 45px);
        left: calc(48% - 390px);
        font-size: 42px;
    }

    .hero-section .aboutus-img a {
        position: absolute;
        top: calc(59% - -46px);
        left: calc(48% - -416px);

    }

    .hero-section .aboutus-img p {
        position: absolute;
        top: calc(59% - -15px);
        left: calc(48% - 100px);
        font-size: 17px;
        color: white;
    }


    .hero-section .aboutus-img .panchang-banner {
        position: absolute;
        top: calc(59% - 22px);
        left: calc(48% - 205px);
        font-size: 42px;
    }


    .content-section p {
        font-size: 17px;
    }

    .content-section ul li a {
        font-size: 17px;
    }

    .card-text .offer-price {
        font-size: 21px;
    }

    .card-text .real-price {
        font-size: 21px;
    }

    .card-title {
        font-size: 17px;
    }

    .heading-con::before {
        width: 32%;
    }

    /* Bottom line (after) */
    .heading-con::after {
        width: 32%;
    }
}

@media screen and (max-width: 992px) {
    .tabs-inner .Predictions-tabs{
        display: flex !important;
    }
     #main_nav.collapse.navbar-collapse {
        position: fixed;
        top: 78px;
        right: 0;
        left: auto;
        width: 80%;
        height: 100vh;
        background-color: #f7a800;
        z-index: 1050;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }

    #main_nav.collapse.show {
        transform: translateX(0%);
    }
    .blog-data h5 {
        font-size: 19px;
    }
    .mySwiper-blog .swiper-wrapper {
        height: 460px;
    }
    #astrowildstar-horoscope .overlay {
        bottom: 710px;
        height: 270px;
    }
    .astrowildstar-faq .accordion-item .accordion-header button:not(.collapsed) {
        font-size: 19px;
    }
    .astrowildstar-faq .accordion-item .accordion-header button {
        font-size: 19px;
    }
    .cards-container .cards {
        height: 190px;
    }
    .cards-container .cards .cards-img  .banner-new-card-img {
        height: auto;
        width: 130px;
    }
    .contact-details a {
        text-decoration: none;
        color: #2c2c2c;
        font-size: 13px;
    }

    .contact-details a svg {
        height: 30px;
        width: 30px
    }

    .contact-container p {
        font-size: 14px;
    }

    .main-logo-res {
        gap: 280px;
    }

    .icon-res {
        display: block;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .icon-res #chatPg1 {
        border-radius: 50%;
        padding: 5px;
        width: 42px !important;
        height: 42px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .form-logo {
        justify-content: center;
        margin-top: 40px;
        position: relative;
    }

    .form-logo span {
        display: none;
    }

    .form-logo img {
        height: 150px;
        width: 150px;
        position: absolute;
        top: -120px;
        background: #fff2d9;
        border-radius: 50%;
        padding: 4px;
        margin: 0 !important;
    }

    .login-container {
        margin: auto;
        text-align: center;
    }

    .login-img img {
        height: 400px;

    }

    .login-form h2 {
        margin-top: 38px;

    }

    .login-form form button {
        margin: 0;
    }

    .login-img {
        padding-left: 0 !important;

    }

    .hero-section .aboutus-img img {
        width: 100px;
        object-fit: cover;
    }



    .hero-section .aboutus-img .blog-details {
        position: absolute;
        top: calc(59% - 37px);
        left: calc(48% - 297px);
        font-size: 32px;
        text-align: center;
    }

    .hero-section .aboutus-img a {
        position: absolute;
        top: calc(59% - -67px);
        left: calc(48% - -311px);

    }

    .hero-section .aboutus-img a svg {
        height: 35px;
        width: 35px;
    }

    .hero-section .aboutus-img p {
        position: absolute;
        top: calc(59% - -15px);
        left: calc(48% - 91px);
        font-size: 17px;
        color: white;
    }


    .aboutus-content h2 {
        text-align: center;
    }

    .hero-section .aboutus-img .panchang-banner {
        position: absolute;
        top: calc(59% - 15px);
        left: calc(48% - 154px);
        font-size: 32px;
        text-align: center;
    }



    .content-section p {
        font-size: 17px;
    }

    .nav-item button.btn.btn-talk {
        width: 100% !important;
        margin: 10px 0 !important;
    }

    .navbar-nav {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px;
    }

    .nav-item11 {
        display: none;
    }

    .card-title {
        font-size: 16px;
    }

    .heading-con::before {
        width: 28%;
    }

    /* Bottom line (after) */
    .heading-con::after {
        width: 28%;
    }

    .horoscope-data h1 {
        margin-bottom: 20px;
        font-size: 50px;
        line-height: 55px;
    }

    .horoscope-data h1 span {
        font-size: 50px;
        line-height: 55px;

    }

    .horoscope-data .horoscope-btn {
        width: 200px;
        height: 56px;
        font-size: 25px;
    }


}

@media screen and (max-width: 450px) {
    .form-title {
        font-size: 26px;
    }
    .contact-details-call a h5 {
        font-size: 17px;
    }
    .contact-details-call {
        max-width: 340px;
    }
    .main-logo-res {
        gap: 0px !important;
    }
    .main-logo-res {
        gap: 20px;
    }
    #astrowildstar-horoscope .overlay {
        top: 140px;
        height: 130px;
    }
    .cards-container .cards {
        height: 150px;
    }
    .cards-container .cards .cards-img  .banner-new-card-img {
        height: auto;
        width: 90px;
    }
    .astrowildstar-faq #accordionExample button {
        font-size: 15px;
        padding-left: 59px;
    }
    .astrowildstar-faq #accordionExample .accordion-body p {
        font-size: 13px;
    }
    p{
        font-size: 14px !important;
    }
}



@media screen and (max-width: 520px) {
    .main-logo-res {
        gap: 50px;
    }
}

@media screen and (max-width: 600px) {
    .universe-data h6 {
        font-size: 19px;
        font-weight: 600;
    }

    .main-logo-res {
        gap: 110px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .heading-con::after,
    .heading-con::before {
        display: none
    }
    #astrowildstar-news .news-card,
    #astrowildstar-news .home-news-img{
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    /* .astrowildstar-faq #accordionExample button {
        padding: 10px;
    } */
    #astrowildstar-horoscope .overlay {
        bottom: 760px;
        height: 550px;
    }
    .main-logo-res {
        gap: 190px;
    }

    .contact-details a {
        font-size: 15px;
    }

    .contact-details a svg {
        height: 40px;
        width: 40px
    }

    .contact-container p {
        font-size: 15px;
    }

    .heading-con::before {
        width: 13%;
    }

    .heading-con::after {
        width: 13%;
    }

    .horoscope-data {
        top: 46px;
    }

    .horoscope-data h1 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 40px;
    }

    .horoscope-data h1 span {
        font-size: 30px;
        line-height: 30px;

    }

    .horoscope-data .horoscope-btn {
        width: 170px;
        height: 36px;
        font-size: 19px;
        border-radius: 5px;
    }
}

@media screen and (max-device-width: 500px) {
    .aboutus-content ul li {
        font-size: 14px;
    }

    .content-section p {
        font-size: 15px;
    }

    .content-section ul li a {
        font-size: 15px;
    }

    .heading-con::before {
        display: none;
    }

    .heading-con::after {
        display: none;
    }

}

@media screen and (max-width: 576px) {
    .aboutus-content h2 {
        font-size: 22px;
    }
    .aboutus-content h3 {
        font-size: 17px !important;
    }
    .astrologers-head h4, .astrologers-head-white h4 {
        font-size: 28px;
    }
    .astrology-universe-head h4 {
        font-size: 28px;
    }
    #astrowildstar-horoscope .overlay {
        top: 70px;
        height: 190px;
    }
    .form-logo img {
        height: 100px;
        width: 100px;
        position: absolute;
        top: -71px;
        background: #fff2d9;
        border-radius: 50%;
        padding: 4px;
        margin: 0 !important;
    }

    .form-logo {
        justify-content: center;
        margin-top: 20px;
    }

    .login-container {
        margin: auto;
        text-align: center;
    }

    .login-img img {
        height: 290px;
    }

    .breadcrumb .breadcrumb-item a {
        font-size: 15px;
    }

    li.breadcrumb-item.active.align-items-center {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .contact-container {
        padding: 35px 20px;
    }
    .contact-container .bs{
        margin-bottom: 30px !important;
        border-right: none !important;
    }
    .breadcrumb {
        margin-top: 24px;
        margin-bottom: 5px !important;
    }

    a.btn.btn-block.btn-chat.other-country.m-0.w-100.nav-link {
        background: white;
        padding: 10px;
        color: black !important;
    }

    a.btn.btn-block.btn-chat.m-0.w-100.nav-link {
        background: white;
        padding: 10px;
        color: black !important;
    }
}

@media screen and (min-device-width: 460px) and (max-device-width: 500px) {
    .horoscope-data {
        top: 30px;
    }

    .horoscope-data h1 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 40px;
    }

    .horoscope-data h1 span {
        font-size: 30px;
        line-height: 30px;
    }

    .horoscope-data .horoscope-btn {
        width: 170px;
        height: 36px;
        font-size: 19px;
        border-radius: 5px;
    }
}

@media screen and (max-device-width: 700px) {
    .hero-section .aboutus-img a {
        position: absolute;
        top: calc(59% - -67px);
        left: calc(48% - -230px);

    }
}

@media screen and (max-device-width: 639px) {
    .hero-section .aboutus-img .blog-details {
        position: absolute;
        top: calc(59% - 55px);
        left: calc(48% - 297px);
        font-size: 32px;
        text-align: center;
    }

    .hero-section .aboutus-img a {
        position: absolute;
        top: calc(59% - -67px);
        left: calc(48% - -230px);

    }

    .hero-section .aboutus-img p {
        position: absolute;
        top: calc(59% - -33px);
        left: calc(48% - 91px);
        font-size: 17px;
        color: white;
    }
}

@media screen and (max-device-width: 550px) {
    .hero-section .aboutus-img .blog-details {
        position: absolute;
        top: calc(59% - 55px);
        left: calc(48% - 221px);
        font-size: 32px;
        text-align: center;
    }

    .hero-section .aboutus-img a {
        position: absolute;
        top: calc(59% - -67px);
        left: calc(48% - -180px);

    }

    .hero-section .aboutus-img p {
        position: absolute;
        top: calc(59% - -33px);
        left: calc(48% - 91px);
        font-size: 17px;
        color: white;
    }
}

@media screen and (max-device-width: 470px) {
    .hero-section .aboutus-img .blog-details {
        position: absolute;
        top: calc(59% - 44px);
        left: calc(48% - 194px);
        font-size: 25px;
        text-align: center;
    }

    .hero-section .aboutus-img a {
        position: absolute;
        top: calc(59% - -67px);
        left: calc(48% - -150px);

    }

    .hero-section .aboutus-img p {
        position: absolute;
        top: calc(59% - -28px);
        left: calc(48% - 102px);
        font-size: 17px;
        color: white;
    }
}

@media screen and (max-device-width: 390px) {
    .hero-section .aboutus-img .blog-details {
        position: absolute;
        top: calc(59% - 44px);
        left: calc(48% - 175px);
        font-size: 22px;
        text-align: center;
    }

    .hero-section .aboutus-img a {
        position: absolute;
        top: calc(59% - -67px);
        left: calc(48% - -130px);

    }

    .hero-section .aboutus-img p {
        position: absolute;
        top: calc(59% - -28px);
        left: calc(48% - 82px);
        font-size: 15px;
        color: white;
    }
}

@media screen and (max-device-width: 340px) {
    .hero-section .aboutus-img .blog-details {
        position: absolute;
        top: calc(59% - 44px);
        left: calc(48% - 143px);
        font-size: 22px;
        text-align: center;
    }

    .hero-section .aboutus-img a {
        position: absolute;
        top: calc(59% - -67px);
        left: calc(48% - -110px);

    }

    .hero-section .aboutus-img p {
        position: absolute;
        top: calc(59% - -28px);
        left: calc(48% - 82px);
        font-size: 15px;
        color: white;
    }
}

@media screen and (min-device-width: 300px) and (max-device-width: 459px) {

    #astrowildstar-horoscope .mySwiper-horoscope-banner .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    #astrowildstar-products .mySwiper-products .swiper-button-next,
    .swiper-button-next {
        display: none !important;
    }
}

@media screen and (max-device-width: 459px) {
    .horoscope-data {
        top: 30px;
        left: 20px;
    }

    #astrowildstar-horoscope {
        padding: 30px 0;
    }

    .horoscope-data h1 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .horoscope-data h1 span {
        font-size: 24px;
        line-height: 30px;

    }

    .horoscope-data .horoscope-btn {
        width: 120px;
        height: 26px;
        font-size: 12px;
        border-radius: 4px;
        margin-top: 5px;
    }
}

@media screen and (max-device-width: 380px) {
    .contact-container {
        padding: 20px 10px;
        border-radius: 10px;
    }
    .horoscope-data {
        top: 20px;
        left: 20px;
    }
    .contact-details-call a h5 {
        font-size: 13px;
    }
    .contact-details-call {
        max-width: 320px;
        padding: 10px;
    }
    .blog-data h5 {
        font-size: 17px !important;
    }
    .cards-container .cards h6{
        font-size: 12px;
    }
    .product-card .product-content .product-btn .veiw-details-btn {
        padding: 7px 8px;
    }
    .astrowildstar-faq #accordionExample button {
        font-size: 13px;
        padding-left: 49px;
    }
    .astrowildstar-faq .accordion-item .accordion-header button span {
        height: 35px;
        width: 35px;
        font-size: 20px;
        left: 10px;
    }
    .product-card .product-content h5 {
        font-size: 16px;
    }
    .product-card .product-content .product-btn .price-details-btn {
        padding: 7px 15px;
    }
    .cards-container .cards {
        height: 131px;
        padding: 0;
    }

    #astrowildstar-horoscope {
        padding: 30px 0 0 0;
    }

    .horoscope-data h1 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .horoscope-data h1 span {
        font-size: 22px;
        line-height: 25px;
    }

    .horoscope-data .horoscope-btn svg {
        height: 8px;
        width: 5px;
    }
}


@media(min-width:767.98px) {

    #main_nav af:focus,
    #main_nav a:active {
        color: #000000 !important;
        text-decoration: none !important;
    }

    #main_nav .dropdown-heading a:hover {
        color: rgb(255, 255, 255) !important;
    }
}

.horoscopesss img {
    height: 400px;
    border-radius: 7px !important;
    object-fit: cover;
}

@media screen and (max-width: 1400px) {
    .horoscopesss img {
        height: 554px;
    }
}

@media screen and (max-width: 1200px) {
    .contact-details-call a h5 {
        font-size: 18px;
    }
    .horoscopesss img {
        height: 465px;
    }
}

@media screen and (max-width: 992px) {
    .horoscopesss img {
        height: 345px;
    }
}

@media screen and (max-width: 768px) {
    .horoscopesss img {
        height: 369px;
    }
}

@media screen and (max-width: 576px) {
    .horoscopesss img {
        height: 170px;
    }
}


.menue-img {
    width: 100%;
}

.astrologer-img {
    width: 168px;
    height: 159px;
    object-fit: cover;
}

.card-img-shop {
    width: 344px;
    height: 245px;
    border-radius: 6px;
    object-fit: cover;
}

.blog-home-img {
    height: 248px;
    object-fit: cover;
}

.home-news-img {
    width: 355px;
    border-radius: 12px;
    object-fit: cover;

}

.dropnewweb {
    /* width: 350px;
    position: absolute;
    left: 290px; */
    position: relative;
}

.dropdownMenuLinkhighwidth {
    width: 350px;
    position: absolute;
    left: 290px;
}

#astrowildstar-horoscope .mySwiper-horoscope-banner {
    & .swiper-wrapper {
        .swiper-slide {
            height: auto;
        }
    }
}

.btn-audio-call svg {
    height: 20px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.text-left h1.font-24 {
    margin-bottom: 0;
}
.bgg-grey{
    background: #ebebeb  !important;
}
