@font-face {
    font-family: poppins_regular;
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: poppins_medium;
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: poppins_semiBold;
    src: url("../fonts/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: ElMessiri-Regular;
    src: url(../fonts/ElMessiri-Regular.ttf);
}

:root{
    --primary_color:#01044d;
    --off_primary:#535591;
    --white_color : #fff;
    --secondary_color :#ca416e;
    --dark:#000;
    --gray:var(--bs-gray-500);
    --orange:#ffa500;
    --heading_size : 38px;
    --pink:#ea70b7;
}

body{
    background-color: var(--primary_color);
}

p{
    margin: 0 0 0px;
}
.background_img_container{
    position: absolute;
    width: 100%;
    top: 35px;
    z-index: -1;
    right: 0;
}

.background_img{
    width: 100%;
    height:395px;
    background-image:url("../img/Abstract 3D Gradient Shapes - 1.png");
    background-size: 480px;
    background-repeat: no-repeat;
    z-index: -2;
    background-position: right -10% center;
    background-size: 350px;
    
}


.hero_container, .body_text_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    text-align: center;
    z-index: 9999;
}

.header_text{
    font-family: poppins_semiBold !important;
    font-size: var(--heading_size);
    color: var(--white_color);
    z-index: 9999;
}
.sub_heading{
    font-family:poppins_regular;
    font-size: 28px;
    color: var(--off_primary);
}

.hero_end_line{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;

}
.hero_end_line img{
    width: 500px;
}

.outer_box{
    height: 500px;
    width:  500px;
    margin-bottom: 20px;
    border-radius: 40px;
}

.inner_box{
    background-image:url("../img/content 2.png");
    background-size: cover;
    height: 500px;
    width: 100%;
    padding: 20px;
}

.innder_box_content .sub_heading{
    margin-top: 20px;
    color: var(--dark);
    font-size: 23px;
    text-align: center;
}

.smallball{
    margin-top: 13px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--bs-gray-500);
    border-radius: 50%;
    margin-left: 3px;
}
.smallball_active{
    background-color: var(--bs-gray-500);
}
.smalldash{
    position: relative;
    top: 21px;
    left: 2px;
    margin-right: 3px;
    text-align: center;
    height: 1px;
    width: 10px;
    background-color:var(--bs-gray-500);
}
.smallball_orange{
    position: relative;
    top: -23px;
    right:9px;
    width: 10px;
    height: 10px;
    border: 1px solid var(--orange);
    border-radius: 50%;
    margin-left: 10px;
}

.smallball_orange_active{
    background-color: var(--orange);
}

.background_img_right{
    width: 100%;
    background-image: url("../img/Abstract 3D Gradient Shapes - 2.png");
    background-size: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-position-x: -12%;
    background-position-y: 0%;
}
.background_img__right_container{
    position: absolute;
    width: 100%;
    height: 300px;
    filter: blur(2px);
    -webkit-filter: blur(2px);  
    display: flex;
    top:580px;
    z-index: -1;
    justify-content: end;
    background-position-x: -10%;
}

.body_text{
    font-family: poppins_regular;
    color: var(--white_color);
    z-index: 9999;
}

a{
    color: var(--white_color);
}
.click_here{
    z-index: 9999;
}
.big_button .btn{
    font-family: poppins_semiBold;
    font-size: 20px;
    width: 300px;
    border-radius: 20px;
    margin-bottom: 10px;
    z-index:9999;
}

.zodiac_wheel_container{
    position: absolute;
    width: 100%;
    height: 800px;
    top: 620px;
}
.zodiac_wheel{
    width: 100%;
    height:500px;
    background-image:url("../img/zodiac sign11.png");
    background-size: 400px;
    background-repeat: no-repeat;
    z-index: -2;
    background-position-x:125%;
    background-position-y:80%;
}

.body_info_text{
    padding:0px 10px;
    font-size: 20px;
    color: var(--white_color);
    font-family: poppins_regular;
    z-index: 9999;
}

.kundali_img_container{
    width: 100%;
    height:300px;
}

.kundali_img{
    position: relative;
    width: 100%;
    height: 500px;
    background-image:url("../img/Kundliiiii.png");
    background-size: 600px;
    background-repeat: no-repeat;
    top: -80px;
    z-index: -2;
    background-position-x:50%;
    background-position-y:0%;
}

.sign_container img{
    width: 30px;
    height: 30px;
}

.sub_text{
    font-family: poppins_semiBold;
    color: #BC7FCD;
}

.page_logo img{
    height: 100px;
    width: 100px;
}

.body_fotter_text{
    margin: 5px;
    padding: 10px;
    font-family: poppins_regular;
    font-size: 13px;
    color: var(--white_color);
}

.social_links{
    height: 40px;
    width: 40px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: var(--white_color);
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_links:hover{
    cursor: pointer;
}
.footer{
    border-top: 2px solid var(--secondary_color);
    padding: 10px;
    color: var(--white_color);
}
/*Page 2*/
.sub_heading{
    color: #BC7FCD;
    font-weight: 500;
}
.images{
    padding: 10px;
}
.images img{
    width: 600px;
    height: auto;
}
.all_images img{
    width: 90%;
    height: auto;
    padding: 15px;
}
/*page 3*/
.bday_horoscope{
    padding: 10px 25px;
    text-decoration: none !important;
    background: #ca416e;
    border-radius: 50px;
    border: 1px solid #ca416e;
    color: #fff !important;
    font-size: 19px;
    transition: .4s !important;
    font-family: elmr;
    display: inline-block;
    font-family: ElMessiri-Regular !important;
}
.bday_horoscope:hover{
    background-color: #219bf1;
    border-color: #219bf1;
}
.fa-brands{
    color: var(--dark);
}
.read_more{
    color: var(--pink);
    width: 145px;
    background-color: #010334;
    border-radius: 27px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    border-right: 0px solid #01044d;
    border-bottom: 0px solid #01044d;
}
.download_btn{
    width:40px;
    height: 40px;
    background-color: #010334;
    border-radius: 50%;
    border-left: 1px solid white;
    border-top: 2px solid white;
    border-right: 0px solid #01044d;
    border-bottom: 0px solid #01044d;
}
.download_btn:hover{
    cursor: pointer;
    border-left: 1px solid white;
    border-top: 2px solid white;
    border-right: 0px solid #01044d;
    border-bottom: 0px solid #01044d;
}
.icon{
    font-size: 15px;
    color: #fff;
}
.top_img{
    width: 600px;
}
.read_more:hover{
    color: var(--pink);
    width: 145px;
    background-color: #01044d;
    border-radius: 27px;
    border-left: 2px solid white;
    border-top: 2px solid white;
}
.vertical_box{
    position: relative;
    height: 330px;
    border-radius: 55px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    background: linear-gradient(to right, rgba(147,22,95,0.3), rgba(  16, 44, 87, 1.0));
}
.cstm_clr_box{
    background: #951b7e !important;
}
.slick-initialized .slick-slide {
    padding: 0 20px;
}
.right{
    position: relative;
    font-size: 29px;
    top: 23px;
    color:#fff;
    padding-left: 73%;
}
.left {
    font-size: 65px;
    position: relative;
    left: 0;
    top: -10px;
    color: #fff;
    padding-left: 22px;
}
.title{
    position: relative;
    left: 26px;
    font-size: 23px;
    color:#fff;
    top: -8px;
}
.title4 {
    font-size: 23px;
    line-height: 25px;
    color: #fff;
    padding: 13px 0 0 22px;
}
.vertical_line {
    position: absolute;
    left: 22px;
    height: 65px;
    width: 2px;
    background-color: var(--pink);
    bottom: 75px;
}
.btn_div {
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 9999;
}
.custom_btn {
    padding: 0;
    width: 106px;
    height: 33px;
    background-color: lightpink;
    border-radius: 20px;
}
.vertical_box img{
    width: 60px;
    height: 60px;
}
.love_and_marriage{
    filter: brightness(0) invert(1) grayscale(1);
}
.btn3{
    top:103px;
}
.btn5{
    top: 103px !important;
}
.btn6{
    top:65px !important;
}
.cstm_vline_clr{
    background-color: #fff !important;
}
.custom_btn2{
    padding: 0;
    width: 106px;
    height: 33px;
    background-color: #fff;
    border-radius: 20px;
}
.custom_btn:hover{
    color: #000;
    background-color: var(--white_color);
    border-color: var(--bs-btn-hover-border-color);
}
.custom_btn2:hover{
    color: #000;
    background-color: var(--white_color);
    border-color: var(--bs-btn-hover-border-color);
}
.btn:active{
    color: #000 !important;
    background-color: var(--white_color) !important;
    border-color: var(--white_color) !important;
}
.cstm_clr_img{
    filter: saturate(100%) brightness(75%) contrast(75%) sepia(100%) hue-rotate(291deg);
}
@media screen and (max-width:480px){
    .vertical_box{
        border-radius: 34px;
        height: 297px;
    }
    .right{
        padding-left: 68%;
    }
    .vertical_box img{
        height: 50px;
        width: 50px;
    }
    .left{
        font-size: 52px;
    }
    .title4{
        font-size: 19px;
        line-height: 23px;
        padding: 1px 0 0 18px;
    }
}
@media screen and (max-width:575px){
    .images .img_one{
        padding: 10px;
    }
    .all_images img{
        width: 100%;
    }
    .sub_heading{
        font-size: 21px !important;
    }
    .next_line{
        display: block;
    }
    .body_info_text{
        font-size: 14px !important;
    }
    .btn_grp{
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width:991px){
    .images .img_one{
        padding: 15px;
    }
    .body_info_text{
        font-size:16px;
    }
}
@media (max-width: 1199px) {
    .background_img{
        background-position: right -19% center;
    }
    .zodiac_wheel{
        background-position-x:135%;
    }
}
@media screen and (min-width: 875px)and (max-width:991px){
    .background_img{
        background-position: right -29% center;
    }
    .background_img_container{
        top: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width:874px){
    .background_img{
        background-position: right -46% center;
        height: 326px;
        background-size: 345px;
    }
}
@media (max-width: 870px) {
    .background_img_right{
        background-position-x:-25%;
    }
    .zodiac_wheel{
        background-position-x:150%;
    }
}
@media (max-width: 767px) {
    .background_img{
        height: 331px;
        background-size: 290px;
        background-position: right -109px center;
    }
    .background_img_right{
        background-position-x:-45%;
        background-size: 270px;
    }
    .zodiac_wheel{
        background-position-x:150%;
        background-size: 300px ;
    }
    .kundali_img{
        background-size:500px;
        top: -50px;
    }
    .header_text{
        font-size: 28px;
        margin-top: 25px;
    }
    .sub_heading{
        font-size: 18px;
    }
    .hero_end_line img{
        width: 300px;

    }
    .outer_box{
        width: 400px;
    }
    .inner_box{
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .innder_box_content .sub_heading{
        font-size: 15px;
    }
    .smallball{
        height: 15px;
        width: 15px;
    }
    .smallball_orange{
        top: -120px;
    }
    .slick-initialized .slick-slide {
        padding: 0 5px;
    }
}
@media (min-width:471px) and (max-width:700px){
    .header_text{
        font-size: 22px ;
    }
    .cstm_hd{
        font-size: 15px !important;
    }
    .background_img {
        height: 295px;
        background-size: 290px;
        background-position: right -175px center;
    }
}
@media (max-width: 470px) {
    .cstm_hd{
        font-size: 14px !important;
    }
    .background_img{
        background-position-x:147%;
        height: 108px;
        background-size: 219px;
    }
    .background_img_container{
        top: 95px;
    }
    .background_img_right{
        background-position-x:-30%;
        background-size: 200px;
    }
    .zodiac_wheel{
        background-position-x:180%;
        background-size: 250px;
    }
    .kundali_img{
        background-size:400px;
        top: -50px;
    }
    .kundali_img_container{
        height: 200px;
    }
    .header_text{
        font-size: 18px;
    }
    .sub_heading ,.body_info_text{
        font-size: 13px;
    }
    .hero_end_line img{
        width: 250px;
    }
    .outer_box{
        width: 400px;
    }
    .inner_box{
        background-repeat: no-repeat;
        background-size: 400px;
    }
    .innder_box_content .sub_heading{
        font-size: 15px;
    }
    .smallball{
        height: 15px;
        width: 15px;
    }
    .smallball_orange{
        top: -120px;
    }
}
@media (max-width :390px){
    .background_img{
        background-position-x:153%;
        height: 90px;
        background-size: 190px;
    }
    .background_img_right{
        background-position-x:-15%;
        background-size: 150px;
    }
    .background_img__right_container{
        top: 480px;
    }
    .zodiac_wheel{
        position: absolute;
        top: -270px !important;
        background-size: 190px;
    }
    .header_text{
        margin-top: 25px;
        font-size: 18px;
    }
    .outer_box{
        width: 300px;
        height: 300px;
    }
    .inner_box{
        background-repeat: no-repeat;
        background-size: 300px;
    }

    .innder_box_content .sub_heading{
        font-size: 13px;
    }
    .smallball{
        height: 10px;
        width: 10px;
    }
    .smalldash{
        top: 17px;
    }
    .smallball_orange{
        top: -219px;
        height: 8px;
        width: 8px;
        right: 5px;
        margin-left: 9px;
    }
    .body_text{
        font-size: 11px;
    }
}
@media screen and (min-width:360px) and (max-width:469px){
    .background_img_container{
        top: 90px;
    }   
    .background_img {
        background-position-x: 165%;
        height: 76px;
        background-size: 192px;
    }
    .header_text{
        font-size: 17px;
    }
    .cstm_hd{
        font-size: 13px !important;
    }
    .inner_box {
        background-repeat: no-repeat;
        background-size: 100%
    }
    .sub_heading{
        font-size: 16px !important;
    }
    .smallball_orange{
        top:-230px;
    }
}





