.hideScroll,
.swiper-wrapper,
.astroTimeLine,
.astroGallery .astroGalleryWrap {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hideScroll::-webkit-scrollbar,
.swiper-wrapper::-webkit-scrollbar,
.astroTimeLine::-webkit-scrollbar,
.astroGallery .astroGalleryWrap::-webkit-scrollbar {
    display: none
}

.bcrumb {
    font-size: 14px;
    font-family: 'Tiro Bangla';
    font-weight: 400;
    color: #222;
    line-height: 26px
}

.bcrumb a {
    color: #b7410e
}

.customSelect select {
    appearance: none;
    border: 0;
    outline: 0;
    background: none;
    color: inherit;
    box-shadow: none
}

.customSelect select::-ms-expand {
    display: none
}

.customSelect .select {
    position: relative;
    display: flex;
    width: 100%;
    background-color: #fff;
    border: 1px solid #5645de;
    border-radius: 40px;
    overflow: hidden
}

.customSelect .select select {
    flex: 1;
    padding: 3px 24px 3px 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #5645de
}

@media (min-width: 992px) {
    .customSelect .select select {
        font-size: 17px;
        padding: 8px 16px
    }
}

.customSelect .select::after {
    content: "";
    background: url("https://bangla.hindustantimes.com/static-content/1y/ht-bangla/astrology2024/blueArrow.png") no-repeat;
    background-size: cover;
    width: 12px;
    height: 7px;
    position: absolute;
    right: 6px;
    top: 11px;
    transition: 0.25s all ease;
    pointer-events: none
}

@media (min-width: 992px) {
    .customSelect .select::after {
        right: 12px;
        top: 17px
    }
}

.customSelect .select:hover::after {
    color: #f39c12
}

.adBlock {
    margin: 30px 0;
    background-color: #f0f0f0;
    padding: 6px 0;
    height: 300px;
    width: 100%;
    display: none
}

@media (min-width: 992px) {
    .adBlock {
        display: block
    }
}

.adBlockMobilnyyhyo0e3z2zq6l9t4e {
    margin: 16px auto;
    background-color: #f0f0f0;
    padding: 6px 0;
    height: 315px;
    width: 360px
}

@media (min-width: 992px) {
    .adBlockMobile {
        display: none
    }
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-container,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0
}

.swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-slide {
    flex-shrink: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-pagination {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #777;
    border: solid 1px #777;
    margin-bottom: 5px
}

.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff
}

.swiper-pagination-bullet[role="button"] {
    cursor: pointer
}

.astroPhotoGallery .swiper-button-next,
.astroPhotoGallery .swiper-button-prev,
.astroRashiphal .swiper-button-next,
.astroRashiphal .swiper-button-prev {
    width: 45px;
    height: 45px;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.astroPhotoGallery .swiper-button-next::after,
.astroPhotoGallery .swiper-button-prev::after,
.astroRashiphal .swiper-button-next::after,
.astroRashiphal .swiper-button-prev::after {
    content: '';
    background: url("https://bangla.hindustantimes.com/static-content/1y/ht-bangla/astrology2024/arrowLine.webp") no-repeat;
    width: 18px;
    height: 14px;
    display: block
}

.astroPhotoGallery .swiper-button-prev::after,.astroRashiphal .swiper-button-prev::after  {
    transform: rotate(180deg)
}

.astroPhotoGallery .swiper-button-disabled.swiper-button-next::after,
.astroPhotoGallery .swiper-button-disabled.swiper-button-prev::after,
.astroRashiphal .swiper-button-disabled.swiper-button-next::after,
.astroRashiphal .swiper-button-disabled.swiper-button-prev::after {
    opacity: .3
}

.astroPhotoGallery .swiper-button-next:before, 
.astroPhotoGallery .swiper-button-prev:before,
.astroRashiphal .swiper-button-next:before, 
.astroRashiphal .swiper-button-prev:before {
    content: none;
    display: none;
}

@media (max-width: 767px) {

.astroPhotoGallery .swiper-button-next,
.astroPhotoGallery .swiper-button-prev,
.astroRashiphal .swiper-button-next,
.astroRashiphal .swiper-button-prev {
        display: none
    }

.astroPhotoGallery .swiper-wrapper,.astroRashiphal .swiper-wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden
}

    .astroPhotoGallery .swiper-wrapper .swiper-slide,
    .astroRashiphal .swiper-wrapper .swiper-slide  {
        width: 245px;
        flex: 0 0 245px;
        height: auto;
    }

    .pgSliderWrap .swiper-wrapper .swiper-slide {
        flex: 0 0 290px;
        height: auto; 
    }

    .swiper-wrapper .swiper-slide:not(:last-child) {
        margin-right: 12px
    }
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.astroWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;

}

@media (min-width: 992px) {
    .astroWrap {
        max-width: 955px;
        padding: 0
    }
}

.astroMainBanner {
    background: #eb01a5;
    background-image: url("https://bangla.hindustantimes.com/static-content/1y/ht-bangla/astrology2024/horoscope2024.jpg"), linear-gradient(99deg, #351485 44%, #4b147f 55%, #7e1374 68%, #ae1778 84%, #d4156f 93%);

    /* background-image: url("https://bangla.hindustantimes.com/static-content/1y/ht-bangla/astrology2024/background.png"), linear-gradient(99deg, #351485 44%, #4b147f 55%, #7e1374 68%, #ae1778 84%, #d4156f 93%); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding-bottom: 0;
    position: relative;
    min-height: 220px;
}

@media (min-width: 992px) {
    .astroMainBanner {
        border-radius: 20px;
        min-height: 350px;
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

.astroYear {
    margin: 0 auto 9px;
    width: 148px;
    height: 116px;
    display: block
}

@media (min-width: 992px) {
    .astroYear {
        width: 262px;
        height: auto;
    }
}

.astroYear img {
    max-width: 100%;
    height: auto
}

.astroYear picture {
    padding-top: 18px;
    display: block
}

@media (min-width: 992px) {
    .astroYear picture {
        padding-top: 56px
    }
}

.astroMainBannerContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 16px 0; 
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 992px) {
    .astroMainBannerContent {
        width: 100%;
        padding: 12px 24px; 
    }
}

.astroMainBannerContent h1 {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.29px
}

@media (min-width: 992px) {
    .astroMainBannerContent h1 {
        font-size: 36px;
        line-height: 70px
    }
}

.astroMainBannerContent h2 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 40px;
    letter-spacing: 0.32px
}

@media (min-width: 992px) {
    .astroMainBannerContent h2 {
        font-size: 56px
    }
}

.astroMainBannerContent .line {
    background-color: rgba(255, 255, 255, 0.3);
    margin: 10px auto;
    width: 96%;
    height: 1px;
    display: block;
}

.astroMainBannerContent p {
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px
}

@media (min-width: 992px) {
    .astroMainBannerContent p {
        font-size: 20px;
        line-height: 26px;
    }

    .astroMainBannerContent .line {
        margin: 10px auto 0;
    }
}

.astroRashiphal {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    margin-right: -16px;
    padding-left: 16px;
}

@media (min-width: 992px) {
    .astroRashiphal {
        margin-right: unset;
    }
}

.astroRashiphal .rashiphalSlide {
    display: block;
    border-radius: 16px;
    min-height: 265px;
    width: 100%;
    border: solid 1px #e9e9e9;
    padding: 16px;
    background-image: linear-gradient(to right bottom, #fff, #f9f6ff, #f5edfd, #f3e2fa, #f3d8f6)
}

.astroRashiphal .rashiphalSlide .rashiphalSlideTop {
    display: flex;
    align-items: center
}

.astroRashiphal .rashiphalSlide .rashiphalSlideTop .rashiphalImg {
    width: 56px;
    height: 56px;
    display: block;
    margin-right: 16px
}

@media (min-width: 992px) {
    .astroRashiphal .rashiphalSlide .rashiphalSlideTop .rashiphalImg {
        width: 88px;
        height: 88px
    }
}

.astroRashiphal .rashiphalSlide .rashiphalSlideTop .rashiphalImg img {
    max-width: 100%;
    height: auto
}

.astroRashiphal .rashiphalSlide .rashiphalSlideTop h2 {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .astroRashiphal .rashiphalSlide .rashiphalSlideTop h2 {
        font-size: 22px;
        line-height: 35.2px
    }
}

.astroRashiphal .rashiphalSlide .lineSep {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 250, 0) 1%, rgba(245, 121, 24, 0.96) 47%, #f57e21 49%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
    display: block;
    margin: 12px auto;
}

.astroRashiphal .rashiphalSlide p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #434343;
    min-height: 100px;
}

.astroRashiphal .rashiphalSlide .astroBtnBlueOutline {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .astroRashiphal .rashiphalSlide .astroBtnBlueOutline {
        margin-top: 12px;
    }
}

.astroRashiphal .swiper-button-next,
.astroRashiphal .swiper-button-prev {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-105%);
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    border: 2px solid #ec1291;
    background-image: linear-gradient(to right bottom, #fff, #f9f6ff, #f5edfd, #f3e2fa, #f3d8f6);
    display: none
}

@media (min-width: 992px) {
    .astroRashiphal .swiper-button-next,
    .astroRashiphal .swiper-button-prev {
        display: block
    }
}

.astroRashiphal .swiper-button-next {
    right: 0;
    left: auto
}

.astroRashiphal .swiper-button-next::after,
.astroRashiphal .swiper-button-prev::after {
    background: none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 10px;
    left: 10px;
    top: 12px;
    width: 10px;
    position: absolute;
    color: #ec1291;
    transform: rotate(135deg);
    right: auto;
    bottom: 0;
}

.astroRashiphal .swiper-button-next::after {
    transform: rotate(-45deg)
}

.astroRashiphal .swiper-button-prev::after {
    left: 14px;
    top: 13px;
}

.astroBtnBlueOutline {
    border: 1px solid #661592;
    border-radius: 32px;
    padding: 10px 30px 10px 10px;
    height: 40px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    color: #661592;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

.astroBtnBlueOutline:hover {
    background-color: #661592;
    color: #fff
}

@media (min-width: 992px) {
    .astroBtnBlueOutline {
        font-size: 13px;
        padding: 10px 35px 10px 16px
    }
}

.astroBtnWhiteOutline {
    border: 1px solid #fff;
    border-radius: 32px;
    padding: 8px 35px 8px 16px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .astroBtnWhiteOutline {
        height: 48px;
        padding: 12px 35px 12px 16px
    }
}

.astroBtnWhiteOutline:hover {
    background-color: #661592;
    color: #fff
}

.astroBtnBlueGr {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(236, 18, 145, 0.35) 79%, rgba(236, 18, 145, 0.36) 81%);
    padding: 8px 16px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.astroBtnBlueGr:hover {
    color: #fff;
}

@media (min-width: 992px) {
    .astroBtnBlueGr {
        font-size: 16px
    }
}

.astroArrow {
    display: block;
    height: 6px;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 6px
}

@media (min-width: 992px) {
    .astroArrow {
        top: 17px;
    }
}

.astroArrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.astroArrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px
}

.astroHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-right: unset
}

@media (min-width: 992px) {
    .astroHeading {
        /* padding-right: 24px; */
        padding-bottom: 48px
    }
}

.astroFestCalendar {
    /* background-image: linear-gradient(to bottom, #564ac2, #614cc5, #6a4fc7, #7451ca, #7d54cc, #8158d1, #855bd5, #895fda, #8964e2, #8969ea, #886ff3, #8774fb); */
    width: auto;
    padding: 40px 16px 0 16px;
    margin: 0;
    box-sizing: border-box;
    background-color: #0C5399;
}

@media (min-width: 992px) {
    .astroFestCalendar {
        padding: 36px 0 0 24px;
        margin: unset;
        width: 100%
    }
}

.astroFestCalendar .astroHeading {
    padding-right: 0
}

@media (min-width: 992px) {
    .astroFestCalendar .astroHeading {
        padding-right: 24px
    }
}

.astroFestCalendar h2 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    display: inline-block;
    max-width: 60%;
    flex: 0 0 60%;
}

@media (min-width: 992px) {
    .astroFestCalendar h2 {
        font-size: 46px;
        line-height: 60px;
        max-width: 80%;
        flex: 0 0 80%;
    }
}

.astroFestCalendar h2::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 51%, rgba(255, 255, 255, 0));
    margin-top: 10px
}

.astroFestCalendar .astroBtnWhiteOutline .astroArrow {
    top: 21px;
}

.astroTimeLine {
    height: 700px;
    padding-top: 0;
    overflow: auto;
    overflow-x: hidden
}

@media (min-width: 992px) {
    .astroTimeLine {
        padding-top: 130px;
        height: 270px;
        overflow-x: auto
    }
}

.astroTimeLine .stepper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0
}

@media (min-width: 992px) {
    .astroTimeLine .stepper {
        flex-direction: row
    }
}

.astroTimeLine .stepper .step {
    list-style-type: none;
    margin: 0;
    padding: 0 0 70px;
    position: relative;
    width: unset;
    flex: unset
}

@media (min-width: 992px) {
    .astroTimeLine .stepper .step {
        width: 250px;
        flex: 0 0 250px;
        padding: 0
    }
}

.astroTimeLine .stepper .step::after {
    content: '';
    border-left: 2px solid #fff;
    width: unset;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: .2;
    transform: translateX(-50);
    height: 100%
}

@media (min-width: 992px) {
    .astroTimeLine .stepper .step::after {
        border-top: 2px solid #fff;
        left: unset;
        height: unset;
        width: 100%;
        bottom: 40px
    }
}

.astroTimeLine .festImg {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

@media (min-width: 992px) {
    .astroTimeLine .festImg {
        margin: unset;
        width: 90px;
        height: 90px
    }
}

.astroTimeLine .festImg img {
    max-width: 100%;
    display: block;
    height: auto
}

.astroTimeLine .festInfoWrap {
    position: absolute
}

@media (min-width: 360px) {
    .astroTimeLine .festInfoWrap {
        width: 35%
    }
}

@media (min-width: 412px) {
    .astroTimeLine .festInfoWrap {
        width: 35%
    }
}

@media (min-width: 992px) {
    .astroTimeLine .festInfoWrap {
        width: 85%
    }
}

.astroTimeLine .festInfoWrap.top {
    bottom: auto;
    top: 0
}

@media (min-width: 992px) {
    .astroTimeLine .festInfoWrap.top {
        top: -130px
    }
}

.astroTimeLine .festInfoWrap.bottom {
    bottom: auto;
    top: 0;
    right: 15px;
    left: auto;
}

@media (min-width: 992px) {
    .astroTimeLine .festInfoWrap.bottom {
        bottom: -130px;
        right: unset;
        top: auto
    }
}

.astroTimeLine .festInfoWrap .festInfo {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .astroTimeLine .festInfoWrap .festInfo {
        padding: 16px
    }
}

.astroTimeLine .festInfoWrap h3 {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 8px;
    text-align: center;
}

@media (min-width: 992px) {
    .astroTimeLine .festInfoWrap h3 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px
    }
}

.h2HeadingLine {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.43;
    color: #000;
    margin-bottom: 72px;
    display: inline-block;
    text-align: center;
    margin: 0
}

@media (min-width: 992px) {
    .h2HeadingLine {
        font-size: 56px;
        line-height: 1.43
    }
}

.h2HeadingLine::after {
    content: '';
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ff8045 51%, rgba(255, 255, 255, 0));
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 5px
}

.astroPhotoGallery {
    background-image: linear-gradient(51deg, rgba(97, 107, 222, 0) 3%, rgba(177, 136, 239, 0.0431373) 38%, rgba(236, 18, 145, 0.101961) 79%, rgba(255, 128, 69, 0.0823529) 94%);
    padding: 40px 16px;
    margin-right: -16px;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .astroPhotoGallery {
        padding: 40px 0;
        margin-left: unset;
        padding-right: unset;
        padding-right: unset;
        margin-right: unset;
    }
}

.astroPhotoGallery .pgSliderWrap {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .astroPhotoGallery .pgSliderWrap {
        margin-top: unset;
        padding-top: 40px;
        margin-right: unset;
        padding-bottom: 70px;
    }

    .astroPhotoGallery .pgSliderWrap .swiper {
        padding-bottom: 120px;
    }
}

.astroPhotoGallery .pgSlide {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    height: 218px;
}

@media (min-width: 992px) {
    .astroPhotoGallery .pgSlide{
        height: auto;
    }
}

.astroPhotoGallery .pgSlide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(36, 36, 36, 0) 57%, #242424)
}

.astroPhotoGallery .pgSlide img {
    width: 100%;
    height: 100%;
    display: block
}

.astroPhotoGallery .pgSlide .pgSlideInfo {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}

.astroPhotoGallery .pgSlide .pgSlideInfo h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9)
}

.astroPhotoGallery .pgSlide .pgSlideInfo .astroArrow {
    color: #fff;
    top: 35px;
    right: 24px
}

.astroPhotoGallery .pgSlide .pgSlideInfo .astroArrow::after {
    width: 7px;
    height: 7px
}

.astroPhotoGallery .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: unset;
    width: 265px;
    flex: 0 0 265px
}

@media (min-width: 992px) {
    .astroPhotoGallery .swiper-slide {
        transform: scale(0.75) !important;
        width: auto;
        flex: 0 0 auto;
    }
}

.astroPhotoGallery .swiper-slide.swiper-slide-active {
    transform: scale(1) !important
}

.astroPhotoGallery .swiper-slide.swiper-slide-active .swiper-slide-prev,
.astroPhotoGallery .swiper-slide.swiper-slide-active .swiper-slide-next {
    height: 175px;
}

.astroPhotoGallery .swiper-slide.swiper-slide-active .pgSlide {
    height: 195px;
}

.astroPhotoGallery .swiper-button-next,
.astroPhotoGallery .swiper-button-prev {
    position: absolute;
    display: none;
    z-index: 1;
    bottom: 0;
    top: auto;
    width: 42px;
    height: 42px;
    border: solid 1.7px #661592;
    background-image: linear-gradient(to right bottom, #fff, #f9f6ff, #f5edfd, #f3e2fa, #f3d8f6)
}

@media (min-width: 992px) {

    .astroPhotoGallery .swiper-button-next,
    .astroPhotoGallery .swiper-button-prev {
        display: block
    }
}

.astroPhotoGallery .swiper-button-next {
    left: 50%
}

.astroPhotoGallery .swiper-button-prev {
    left: 50%;
    margin-left: -60px
}

.astroPhotoGallery .swiper-button-next::after,
.astroPhotoGallery .swiper-button-prev::after {
    background: none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    left: 11px;
    position: absolute;
    top: 14px;
    color: #661592;
    transform: rotate(135deg)
}

.astroPhotoGallery .swiper-button-next::after {
    transform: rotate(-45deg)
}

.astroPhotoGallery .swiper-button-prev::after {
    left: 16px;
    top: 14px
}

.text-center {
    text-align: center
}

.astroGallery {
    background-color: #fff;
    padding: 40px 16px;
    padding-right: 0;
    margin-left: -16px;
    margin-right: -16px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .astroGallery {
        padding: 80px 24px;
        margin-left: unset;
        margin-right: unset
    }
}

.astroGallery .astroHeading {
    padding-right: 16px;
    padding-bottom: 40px
}

@media (min-width: 992px) {
    .astroGallery .astroHeading {
        padding-right: unset;
        padding-bottom: 48px
    }
}

.astroGallery .astroGalleryWrap {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap
}

.astroGallery .astroGallerySlideWrap {
    padding-right: 16px;
    width: 70%;
    flex: 0 0 70%
}

@media (min-width: 992px) {
    .astroGallery .astroGallerySlideWrap {
        width: 25%;
        flex: 0 0 25%
    }
}

.astroGallery .astroGallerySlide {
    background-color: #fff;
    display: block;
    overflow: hidden;
    border-radius: 10px
}

@media (min-width: 992px) {
    .astroGallery .astroGallerySlide:not(:last-child) {
        margin-right: 20px
    }
}

@media (min-width: 992px) {
    .astroGallery .astroGallerySlide {
        width: 100%;
        flex: 0 0 100%
    }
}

.astroGallery .astroGallerySlide figure {
    width: 100%;
    height: 123px;
    position: relative
}

@media (min-width: 992px) {
    .astroGallery .astroGallerySlide figure {
        height: 110px
    }
}

.astroGallery .astroGallerySlide figure img {
    max-width: 100%;
    display: block;
    height: auto
}

.astroGallery .astroGallerySlide .content {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600
}

@media (min-width: 992px) {
    .astroGallery .astroGallerySlide .content {
        padding: 15px 10px;
        font-size: 16px
    }
}

.astroGallery .astroGallerySlide .content a {
    color: rgba(33, 33, 33, 0.9);
    text-decoration: none
}

.astroGallery .astroGallerySlide .content p {
    line-height: 1.43;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.cameraIcon {
    width: 57px;
    height: 36px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1px
}

.cameraIcon::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url("https://bangla.hindustantimes.com/static-content/1y/ht-bangla/astrology2024/cameraIcon.png");
    background-size: cover;
    margin-right: 5px
}

.astroNewsWrap {
    padding: 40px 16px;
    background-color: #ededed;
    ;
}

@media (min-width: 992px) {
    .astroNewsWrap {
        padding: 80px 24px;
    }
}

.astroNews {
    display: flex;
    flex-direction: column
}

@media (min-width: 992px) {
    .astroNews {
        flex-direction: row
    }
}

.astroNewsImgWrap {
    display: block;
    width: 100%;
    margin-bottom: 16px
}

@media (min-width: 992px) {
    .astroNewsImgWrap {
        width: 60%;
        margin-bottom: unset
    }
}

.astroNewsImgWrap a {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block
}

.astroNewsImgWrap a::before {
    content: '';
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    background-image: linear-gradient(to top, #121212, rgba(37, 37, 37, 0));
    position: absolute;
    bottom: 0
}

.astroNewsImgWrap img {
    width: 100%;
    height: auto;
    display: block
}

.astroNewsImgWrap h2 {
    position: absolute;
    font-size: 15px;
    line-height: 1.33;
    bottom: 16px;
    z-index: 1;
    color: #fff;
    left: 16px
}

.astroNewsList {
    display: block;
    padding-left: unset;
    width: 100%
}

@media (min-width: 992px) {
    .astroNewsList {
        width: 55%;
        padding-left: 20px
    }
}

.astroNewsList li {
    list-style-type: none
}

.astroNewsList li a {
    display: flex;
    text-decoration: none
}

.astroNewsList li:not(:last-child) {
    border-bottom: 1px solid rgba(98, 98, 98, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px
}

.astroNewsListImg {
    display: block;
    width: 10px;
    flex: 0 0 100px;
    height: 55px;
    border-radius: 4px;
    overflow: hidden
}

.astroNewsListImg img {
    width: 100%;
    height: auto;
    display: block
}

.astroNewsListContent {
    padding-left: 12px
}

@media (min-width: 992px) {
    .astroNewsListContent {
        padding-left: 16px
    }
}

.astroNewsListContent h2 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(33, 33, 33, 0.9);
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.astroNewsListContent .date {
    font-size: 15px;
    line-height: 20px;
    color: #626262;
    font-family: inherit;
    margin-top: 10px;
    display: block
}

.astroFqas {
    margin-bottom: 40px;
    margin-top: 40px
}

@media (min-width: 992px) {
    .astroFqas {
        margin-bottom: 100px;
        margin-top: 100px
    }
}

.astroFqas .questionsWrap {
    position: relative;
    padding-left: 20px;
    padding-right: 30px
}

.astroFqas .questionsWrap:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.astroFqas .qTag {
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: rgba(67, 67, 67, 0.8);
    line-height: 1.3;
    position: absolute;
    left: -20px;
    top: -1px
}

.astroFqas .question {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #434343;
    margin: 0;
    padding: 0 10px 5px;
    display: block;
    width: 100%;
    cursor: pointer
}

.astroFqas .answers {
    padding: 0px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #434343;
    width: 100% !important;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.astroFqas .questions:checked~.answers {
    height: auto;
    opacity: 1;
    padding: 10px 10px
}

.astroFqas .plus {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #661592
}

.astroFqas .questions:checked~.plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.astroFqas .questions {
    display: none
}