    :root {
    --bg-color:#031d2e;
    --theme-color:darkorange;
    --white:#ffffff;
}

.freeCards, .homePooja , .HomeFeatured, .Home_Blog, .HomeProduct, .HomeBrand, .Home_astro_news, .Home_Daily_Update, .Home_Horo{
    background-color: var(--bg-color);
    width: 100%;
    display: inline-block;
}

.HomeProduct_Category, .Home_Review, .Home_our_brand , .Home_cate_Cards, .Home_vendor, .Home_intro, .site-footer{
    background-image: url(../home_images/bg3.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.Home_cate_Cards .card {
    background-color: var(--theme-color);
    color: var(--white);
    text-align: center;
}

p {
    padding: 0;
    margin: 0;
}
a, li {
    list-style: none;
    text-decoration: none;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: rgb(255 255 255 / 10%);
    background: darkorange;
}
.ProductCat_slider .slick-prev, .ProductCat_slider .slick-next {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border-radius: 50%;
}

.btn_Section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.HomeHeading {
    color: var(--theme-color);
}

/*horoscope*/

.Home_Horo {
        border-top: 1px solid #373737;
}
.Home_Horo .rashi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #07273c;
    padding: 3px;
    border-radius: 7px;
}
.Home_Horo .rashi-text {
    width: 100%;
    text-align: center;
}
/*Header */

#header-main {
    background: #fff;
    box-shadow: 0 0 10px #edeaea2b;
    filter: drop-shadow(0px 0px 4px #fff);
    border-bottom: 1px solid #dddddd38;
    padding: 15px 0;
    z-index: 9999;
    position: relative;
}
.brandLogo img {
    width: 100%;
}
.header-top {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.header-top ul li:first-child {
    padding-left: 0;
}

.header-top ul li {
    display: inline-block;
    padding: 0 20px;
}
.header-top ul li a {
    color: #000;
}
.header-top ul li i {
    border: 1px solid #edecec3b;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 0 10px #dbdbdb96;
    background: #fffafa;
    filter: drop-shadow(0px 0px 2px white);
    color: #0f6081;
}
.header-top ul li a span {
    color: darkorange;
    padding-left: 7px;
    position: relative;
    font-weight: 600;
}
.navbar-expand-lg {
    background: #0f6081;
}
ul.navbar-nav li {
    padding: 0 12px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
li.nav-item.dropdown1 {
    position: relative;
    cursor: pointer;
}
ul.dropdown-menu1 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background: #fff;
}
ul.dropdown-menu1 li a {
    color: #0f6081;
    padding: 7px;
}
li.nav-item.dropdown1:hover ul.dropdown-menu1, li.nav-item.dropdown1:focus-within ul.dropdown-menu1 {
    display: block !important;
}
.dropdown-divider {
    margin: 0;
}

/*Header End*/
.headerBtn_outline {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.headerBtn_outline:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}
.Homebanner .carousel-item img {
    /*aspect-ratio: 5/2;*/
    object-fit: cover;
    /* border-radius: 25px; */
  
} 

/* free card */

.Home_rcard img {
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    height: 100px;
}
.Home_rcard {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #ef7f1a;
    padding: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px #ef7f1a;
}
.sm-heading {
    font-size: 18px;
    font-weight: 500;
}


/* product category */

.product_Card {
    width: 100%;
    display: flex;
    margin: 0 0;
    padding: 0 7px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.product_Card img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    background: #ffffff;
    box-shadow: 0 0 10px #000;
    object-position: center;
}
.product_Card span {
    width: 100%;
    text-align: center;
    color: var(--white);
    padding-top: 7px;
    font-size: 18px;
}

/* pooja */

.PoojaImg img {
    aspect-ratio: 3 / 2;
    object-fit: fill;
    object-position: top;
}
.poojaCard {
    border: 1px solid var(--theme-color);
    padding: 15px;
    border-radius: 15px;
}
.PoojaName a {
    width: 100%;
    display: inline-block;
    margin-top: 12px;
}

/* brand  */

.HomeBrand img {
    aspect-ratio: 3 / 2;
    object-fit: fill;
    object-position: top;
}
.HomeBrand_Card {
    border: 1px solid var(--theme-color);
    padding: 15px;
    border-radius: 15px;
    margin:10px;
    height: 100%;
}
.HomeBrand_Name a {
    width: 100%;
    display: inline-block;
    margin-top: 12px;
}
.Home_BrandData.text-white {
    row-gap: 7px;
    display: flex;
    flex-wrap: wrap;
}

.Home_BrandData.text-white p {
    width: 100%;
}
.HomeBrandName code {
    font-size: 18px;
}

/* total review */
.Home_icon img {
    width: 100px;
    aspect-ratio: 2 / 2;
    object-fit: cover;
}
.Homeintro_card {
    color: var(--white);
}
.Homeintro_card {
    text-align: center;
    background: #dddddd33;
    border-radius: 10px;
    padding: 7px 0;
}
.Homeintro_card {
    text-align: center;
    background: #dddddd33;
    border-radius: 10px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* products */
.HomeProduct_card {
    color: #ffffff;
}
.HomeProduct_card {
    color: #ffffff;
    background: #07273c;
    box-shadow: 0 0 10px #0000007a;

    margin: 10px;
}
.PrCard {
    padding: 15px;
}
.hm_pr_name {
    font-size: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 2.5;
    /*color: var(--theme-color);*/
}
.hm_pr_price {
    padding: 9px 0;
    display: flex;
    column-gap: 17px;
    font-size: 18px;
}
span.dis_pr {
    color: red;
    font-weight: 700;
}
span.orginal_pr {
    text-decoration: line-through;
    color: #ddd;
}
.ProductImage_hm img {
    width: 100%;
    aspect-ratio: 2 / 2;
    background: #ffffff;
}

/* astro news */
.HomeAstroCard_slider .card-body {
    background-color: var(--bg-color);
    color: var(--white);
}
.HomeAstroCard_slider .card img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: fill;
}
.HomeAstroCard_slider .card-body .card-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 2.5;
    color: var(--theme-color);
}
.HomeAstroCard_slider .card-body .Hm_as_pa {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 2.5;
    font-weight: normal !important;
    font-size: 16px !important;
}
.HomeAstroCard_slider .card-body .Hm_as_pa p span, .HomeAstroCard_slider .card-body .Hm_as_pa p, .HomeAstroCard_slider .card-body .Hm_as_pa h2,.HomeAstroCard_slider .card-body .Hm_as_pa h3,.HomeAstroCard_slider .card-body .Hm_as_pa h4,.HomeAstroCard_slider .card-body .Hm_as_pa h5,.HomeAstroCard_slider .card-body .Hm_as_pa h6,.HomeAstroCard_slider .card-body .Hm_as_pa span, .HomeBlogCard .card-body .Hm_Bl_pa p, .HomeBlogCard .card-body .Hm_Bl_pa span, .HomeBlogCard .card-body .Hm_Bl_pa h2, .HomeBlogCard .card-body .Hm_Bl_pa h3,.HomeBlogCard .card-body .Hm_Bl_pa h4, .HomeBlogCard .card-body .Hm_Bl_pa h5, .HomeBlogCard .card-body .Hm_Bl_pa h6 {
       font-weight: normal !important;
    font-size: 16px !important;
    line-height:2.5;
}


.HomeAstroCard_slider .card-body .Hm_as_pa hr {
    display:none;
}


/* review Slider */


.Home_Reviewcard {
    color: #fff;
    border-radius: 5px;
   
}
.H_sl {
    padding: 0 15px;
}
.ReviewSli {
background: #031d2e;
 box-shadow: 0 0 10px #000;
}
/* review end */
.Hm_vn_pr .btn {
    background: #DEF9EC;
}

.hm_vr-gp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Hm_vn_con {
    padding: 10px;
}

.Vendor_hm_card {
    border: 1px solid #fff;
    border-radius:10px;
    background: #074168;
}
.Hm_vendor_ban img {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 6 / 3;
}


/* Home Blog */

.HomeBlogCard .card-body {
    background-color: var(--bg-color);
    color: var(--white);
}
.HomeBlogCard .card img {
    aspect-ratio: 5 / 3;
    object-fit: fill;
    object-position: top;
}
.HomeBlogCard .card-body .Hm_Bl_pa p span, .HomeBlogCard .card-body .Hm_Bl_pa p {
    font-size: 17px !important;
    font-weight: 100 !important;
}
.Auth span {
    border: 1px solid #f6f6f6;
    padding: 3px;
    background: #fdf8f8;
    color: darkorange;
}
.HomeBlogCard .card-body .card-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 2.5;
    color: var(--theme-color);
}
.HomeBrandName code, .Home_BrandData.text-white p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 2.5;
}
.HomeBlogCard .card-body .Hm_Bl_pa {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 2.6;
}


/* our brands */


.Home_our_brand {
    width: 100%;
    height: 100%;   
}

.Hm_our_brand img {
    width: 66%;
    aspect-ratio: 6 / 3;
    object-fit: contain;
}

/* daily update */
.Home_Daily_Update {
    color: #fff;
    padding-bottom: 95px !important;
}
.D_sl {
    padding: 15px;
    height: 100%;
}
.Daily_Update_Sli {
background: #031d2e;
 box-shadow: 0 0 10px #000;
 text-align: center;
}
.Home_update {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-height: 2.6;
    font-weight: 100 !important;
    font-size:17px !important;
}
.UpdateTitle {
    font-size: 22px;
    color: var(--theme-color);
    font-weight:bold;
}

.Home_Daily_Update_card  .slick-prev, .Home_Daily_Update_card  .slick-next {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border-radius: 50%;
}
.Home_Daily_Update_card  .slick-prev {
    left: 46%;
    bottom: -65px;
    top: inherit;
}
.Home_Daily_Update_card   .slick-next{
    right: 46%;
    bottom: -65px;
    top: inherit;
}
/* daily update end */



/*footer */

 .site-footer {
        padding: 45px 0 0px;
        font-size: 15px;
        line-height: 24px;
        color: #ffffff;
        text-align: left;
        /*background: rgb(3, 29, 46);*/
    }

    .site-footer h6 {
        color: darkorange;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px;
        margin-bottom:
            30px;
        font-weight: bolder;
    }

    .site-footer a:hover {
        color: var(--theme-color);
        text-decoration: none;
    }

    .footer-links {
        padding-left: 0;
        list-style: none;
    }

    .site-footer hr {
        margin-top: 15px;
        margin-bottom: 0px;
        border-color: #6c6c6c;
    }

    .footer-links li {
        display: block;
        padding: 10px 0;
    }

    .footer-links a {
        color: #ffffff;
    }

    .footer-links a:active,
    .footer-links a:focus,
    .footer-links a:hover {
        color: darkorange;
        text-decoration: none;
    }

    .footer-links.inline li {
        display: inline-block;
    }

    .copyright-text {
        text-align: center;
    }

    ul.footer-links li i {
        padding-right: 10px;
        color:
            darkorange;
    }

    .bottomFooter ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    .bottomFooter {
        background:
            #10324b;
    }

    .bottomNav {
        padding: 10px;
    }

    p.copyright-text {
        padding: 15px 0;
        background: #002238;
        margin: 0;
    }

    .bottomFooter ul li i {
        display: none;
    }



/*responsive */

@media screen and (max-width:1400px){
    .header-top ul li {
    padding: 0 6px;
}
.Home_rcard img {
    width: 80px;
    height: 80px;
}
.sm-heading {
    font-size: 17px;
}
}

@media screen and (max-width:1300px){
   .ProductImage_hm img {
    aspect-ratio: 3 / 2;

}
}
@media screen and (max-width:1200px){
ul {
    padding: 0;
}
ul.navbar-nav li {
    padding: 0 5px;
}
.Home_rcard {
    flex-wrap:wrap;
            text-align: center;
        height: 100%;
}
.Home_rcard .card-body {
    margin: 0;
    padding: 0;
    width:100%;

}
.PoojaName .sm-heading.text-white {
      display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 2.6;
}
.Home_cate_Cards .sm-heading {
    font-size:14px;
}
.PrCard ul {
    flex-wrap:wrap;
    row-gap: 7px;
}
.PrCard ul li, .PrCard ul li a{
    width:100%;
    display:inline-block;
}
.hm_vr-gp {
    flex-wrap: wrap;
    row-gap: 7px;
}
.Hm_vn_pr, .Hm_vn_pr .btn, .Hm_vn_li, .Hm_vn_li .btn {
    width: 100%;
}
.HomeAstroCard_slider .card-body .Hm_as_pa {
    -webkit-line-clamp: 1;
    line-height: 2.1;
}
.HomeAstroCard_slider .headerBtn_outline, .HomeAstroCard_slider span.btn {
    width:100%;
}
.Hon {
    row-gap:7px;
}
.Auth span {
font-size:12px;
    
}
.Home_Daily_Update_card .slick-prev {
    left: 45%;
}
.Home_Daily_Update {
    padding-bottom: 50px !important;
}
.Home_Daily_Update_card .slick-prev , .Home_Daily_Update_card .slick-next{
    bottom: -40px;
}
}

@media screen and (max-width:991px){
    .HomeBrandName code, .Home_BrandData.text-white p {
    -webkit-line-clamp: 1;
    line-height: 1.5;
}
.Auth span {
        font-size: inherit;
    }
    .HomeBlogCard .card-body .Hm_Bl_pa {
   
    -webkit-line-clamp: 2;
    line-height: 2.4;
}
.HomeBlogCard .card-body .card-title {
    margin-bottom:0;
}
.HomeBlogCard .card img {
    object-position: center;
}
.Home_Daily_Update_card .slick-next {
    right: 43%;
   
}
    .Home_Daily_Update_card .slick-prev, .Home_Daily_Update_card .slick-next {
        bottom: 0;
    }
    .bottomFooter ul {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 21px;
}
.Home_Daily_Update_card .slick-prev, .Home_Daily_Update_card .slick-next {
        bottom: -46px;
    }
        .Home_Daily_Update_card .slick-next {
        right: 43%;
    }
    .HomeBrand img {
    object-fit: fill;
}
}


@media screen and (max-width:767px) {
/*    .Homebanner {*/
/*    display: none;*/
/*}*/
.Home_icon img {
    width: 75px;
}
    .Auth span {
        font-size: 14px;
    }
    .Home_Daily_Update_card .slick-prev {
        left: 41%;
    }
}
@media screen and (max-width:639px) {
      .Home_other li {
    width: 50%;
    float: left;
}
.HomeBrand_Card {
    text-align: center;
}
}
@media screen and (max-width:539px) {
       .Home_Daily_Update_card .slick-prev {
        left: 39%;
    }
    .Home_Daily_Update {
        padding-bottom: 58px !important;
    }
        .Home_Daily_Update_card .slick-prev, .Home_Daily_Update_card .slick-next {
        bottom: -61px;
    }
}

@media screen and (max-width:439px) {
    .HomeBrandName .sm-heading {
            display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
 
        -webkit-line-clamp: 1;
        line-height: 1.5;
    }
        .Home_icon img {
        width: 53px;
    }
    .Homeintro_card strong {
    font-size: 14px;
}
    .Home_Daily_Update_card .slick-prev {
        left: 32%;
    }
    .Home_Daily_Update_card .slick-next {
        right: 32%;
    }
    .Home_other a {
    font-size: 13px;
}
p.copyright-text {
    font-size: 14px;
}
.rashi-img img {
    width: 60px;
}
.Home_Horo .rashi-text h6 {
    font-size: 11px;
}
}