body {
    font-family: "Inter" !important;
}

.navbar .logo-wrapper img {
    max-width: 130px;
}

.navbar .navbar-collapse .nav-item a {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 300;
    color: white;
}

.head .navbar-expand-lg .navbar-collapse {
    justify-content: space-around;
}

.head-btn1 button {
    background: #550688;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 14px;
}

.head-btn2 button {
    background: #550688;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 14px;
}

.nav-position::before {
    content: "";
}

.nav-position {
    background-color: #000000bf !important;
    border-radius: 20px;
    padding: 5px 10px;
}

.head {
    position: relative;
}

.head-btn1 img {
    width: 30px;
    margin-left: 5px;
}

.head-btn2 img {
    width: 30px;
    margin-left: 5px;
}

.head-btn1 button {
    display: none;
}

.banner-bg {
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 220px 0px;
}

.play-img img {
    width: 130px;
}

.banner-content {
    text-align: center;
}

.banner-content h2 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    line-height: 70px;
}

.banner-content p {
    font-size: 16px;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-position {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 40px;
}

.about-img img {
    width: 90%;
}

.about-us-section {
    padding-top: 70px;
    background-color: black;
}

.about-content h4 {
    color: #ffea00;
    font-size: 18px;
    font-weight: 300;
}

.about-content h2 {
    font-size: 44px;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.about-content p {
    color: #989999;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.about-content button {
    border: none;
    background: #550688;
    color: white;
    padding: 10px 25px;
    border-radius: 15px;
    font-size: 16px;
    width: max-content;
}

.about-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.counter-section {
    margin-top: 60px;
}

.counter-bg-color {
    background-color: #550688;
    padding: 40px 40px 20px;
    border-radius: 20px;
}

.counter-content {
    text-align: center;
}

.counter-content h3 {
    color: white;
    font-size: 30px;
    font-weight: 300;
}

.counter-content p {
    color: white;
    font-size: 16px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.popular-content h2 {
    color: white;
    font-size: 44px;
    padding-bottom: 20px;
}

.popular-content p {
    color: #989999;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.popular-content button {
    border: none;
    background: #550688;
    color: white;
    padding: 10px 25px;
    border-radius: 15px;
    font-size: 16px;
    width: max-content;
}

.popular-img img {
    width: 65%;
}

.popular-img {
    text-align: center;
}

.popular-content {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.mic-img img {
    width: 70%;
}

.mic-img {
    position: absolute;
    top: 35%;
    right: 60px;
}

.testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.testimonial-head h4 {
    color: #ffea00;
    font-size: 18px;
    font-weight: 300;
}

.testimonial-head p {
    font-size: 44px;
    color: white;
    padding-bottom: 15px;
    font-weight: 500;
}

.testimonial-section {
    background-color: black;
}

.testimonial-head {
    text-align: center;
}

.man-img img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 20px;
}

.testimonial-content p {
    color: #989999;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testi-name h6 {
    color: #ffea00;
}

.testi-name p {
    line-height: 16px;
    font-size: 14px;
}

.test-flex {
    display: flex;
    align-items: center;
}

.testi-name {
    margin-left: 15px;
}

.testimonial-content {
    background: #26282a;
    border: 1px solid white;
    border-radius: 20px;
    padding: 30px;
    margin: 10px;
}

.app-section {
    background-color: black;
    padding-bottom: 60px;
}

.app-bg-img {
    background-image: url(../images/app-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 70px;
    border-radius: 20px;
    position: relative;
}

.app-contents h2 {
    font-size: 44px;
    font-weight: 600;
}

.app-contents p {
    color: #c4c4bf;
    font-size: 16px;
    padding-bottom: 15px;
}

.mobile-img img {
    width: 79%;
}

.mobile-img {
    position: absolute;
    top: 1px;
    right: 10%;
}

.footer-top {
    background-color: #550688;
    padding-top: 40px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-logo p {
    color: #f9f9f9;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 26px;
}

.footer-links h4 {
    font-size: 22px;
    color: white;
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-links ul li {
    color: #f9f9f9;
    font-size: 16px;
    list-style: none;
    margin-bottom: 15px;
}

.footer-links ul {
    padding-left: 0px;
}

.mail-img img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-right: 10px;
}

.mail-img {
    display: flex;
}

.mail-img p {
    color: #f9f9f9;
    font-size: 16px;
}

.footer-padding {
    padding-left: 40px;
}

.footer-down h3 {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}

.news-sec .single-input .form--control {
    height: 50px;
    outline: none;
    padding: 0 20px;
    width: 100%;
    border: none;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
}

.newsletter-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #550688;
    border: 0;
    outline: none;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
}

.footer-social-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #989999;
}

.footer-social-img img {
    width: 25px;
}

.border-bootom {
    border-bottom: 2px solid #8a69a0;
}

.footer-bg-img {
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
}

.copyright-area-inner {
    /*text-align: center;*/
    color: white;
}

.copyright-area {
    background-color: #3c0460;
    padding: 12px 0px;
}

.service-section {
    background-image: url(../images/service-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.line-position {
    position: absolute;
    top: 0;
    right: 13%;
    /* z-index: -9999;


    */
}

.arrow-whites1 img {
    width: 35px;
}

.arrow-whites1 {
    position: relative;
}

.arrow-whites1::before {
    content: "";
    background-color: #550688;
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 50px;
    z-index: -9;
    top: 2px;
    right: 13px;
}

.arrow-whites2 img {
    width: 35px;
}

.arrow-whites2 {
    position: relative;
}

.arrow-whites2::before {
    content: "";
    background-color: #550688;
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 50px;
    z-index: -6;
    top: 2px;
    left: 13px;
}

.happy-carousel .owl-nav {
    text-align: center;
    width: 85%;
    padding-top: 40px;
}

.service-head h4 {
    color: #ffea00;
    font-size: 18px;
    font-weight: 300;
}

.service-content img {
    width: 40px !important;
}

.atro-head h2 {
    color: white;
    font-size: 32px;
    margin-left: 20px;
}

.service-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.service-para p {
    color: #989999;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.astrology-img img {
    /*width: 60% !important;*/
    border-radius: 20px;
    width:385px !important;
    height:245px !important;
}

.astro-mobile-img img {
    width: 210px;
}

.astro-mobile-img {
    position: absolute;
    top: -35px;
    right: 20%;
    z-index: -9;
}

.astro-mobile-img::before {
    content: "";
    background: #ffea00;
    height: 90px;
    position: absolute;
    width: 200px;
    left: -115%;
    bottom: 39px;
    border-radius: 20px;
}

.astrology-img {
    position: relative;
}

.service-carousel .owl-nav {
    display: none;
}

.service-carousel .owl-dot.active {
    height: 14px !important;;
    width: 14px !important;;
    background: #ffea00 !important;;
    border: none !important;;
    border-radius: 20px !important;;
    gap: 2px !important;;
}

.service-carousel .owl-dot {
    height: 14px !important;;
    width: 14px !important;;
    border: 1px solid #ffea00 !important;;
    border-radius: 50px;
    margin-right: 10px;
    background-color: transparent !important;;
}

.service-carousel .owl-dots {
    padding-top: 5%;
    text-align: center;
}


.service-carousel .owl-dots .owl-dot:first-child {
    display: none !important;
}

.service-carousel .owl-dots:first-child {
  display: none;
}


.lines-position {
    position: absolute;
    top: 10px;
    right: 135px;
}

.popular-section {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.service-section {
    position: relative;
    z-index: 1;
}

.position-bg {
    background-color: black;
}

.counter-section {
    position: relative;
    z-index: 1;
}

.lines-position img {
    width: 85%;
}

.lines-position {
    position: absolute;
    top: 25%;
    right: 8%;
}

.astrology-img {
    display: flex;
    justify-content: center;
}

.lines-position {
    display: none;
}

.head .navbar-toggler {
    background-color: white;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1300px;
    z-index: 999;
}

.footer-accordian .accordion-button {
    background-color: #550688;
}

.footer-accordian h3 {
    color: white;
}

.footer-accordian .accordion-item {
    border: none;
    background: #550688;
}

.accordion-button::after {
    background-image: url(../images/arrow-down-img.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow-down-img.png);
}

.footer-accordian .accordion-body {
    background-color: #550688;
    padding: 0px 15px;
}

.footer-accordian .accordion-button:not(.collapsed) {
    border: none !important;
    box-shadow: none !important;
}

.footer-accordian .accordion-button:focus {
    box-shadow: none !important;
}

.footer-accordian ul li {
    list-style: none;
    font-size: 16px;
    color: #989999;
    margin-bottom: 10px;
}

.footer-accordian .accordion-button {
    padding: 10px 18px;
}

.footer-accordian .collapsing {
    background-color: #550688 !important;
}

.footer-accordian .collapse.show {
    background-color: #550688 !important;
}

.footer-social-img:hover {
    background-color: #ffea00;
    border-color: #ffea00;
}

.footer-links ul li:hover {
    color: #ffea00;
}

.footer-accordian ul li:hover {
    color: #ffea00;
}

.reset_btn {
    padding: 7px 50px !important;
}

.card {
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 9px 0px;
    border-radius: 10px !important;
}

.card-header h5 {
    font-size: 20px;
    color: black;
    font-weight: 550;
    margin-bottom: 0px;
}

.card .form-control[type="file"] {
    padding: 10px !important;
}

.table_row_bg {
    /* background: #fe990036; */
    background: #97979736;
}

.card .table-responsive table {
    border: 1px solid #e9ecef;
}

.card .table.dataTable > tbody > tr:hover {
    background-color: #e7eaf366 !important;
}

.dataTables_length .custom-select {
    height: 0px !important;
}

.refresh-img {
    width: 20px;
}

.back-img {
    width: 15px;
    margin-right: 8px;
}

.month-year span {
    background: transparent;
}

.month-position {
    position: relative;
    width: 100%;
}

.calc-img {
    position: absolute;
    top: 8px;
    right: 10px;
}

.calc-img img {
    width: 25px;
}

.calc-img2 {
    position: absolute;
    top: 40px;
    right: 10px;
}

.calc-img2 img {
    width: 25px;
}

.refresh-btn {
    padding: 8px 10px !important;
}

.min-edit-bg {
    background: #e3e3e3;
    border-radius: 5px;
    width: 45px;
}

#kt_app_toolbar_container {
    background: #f4f8ff;
}

.view_style{
    background: #e0d2ea;
    border-radius: 50px;
    text-align: center;
}


thead, tbody, tfoot, tr, td, th{
    vertical-align:middle;
}


div.dt-buttons{
    margin-top: 12px !important;
    color: #f8fdfe !important;
    border: none;
    /*float:right !important;*/
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button{
    color:white !important;
    border-radius: 5px !important;
    background: #1b84ff !important;
    border: none !important;
}

#dataTableExport_length{
    float: inline-start;
}


button.dt-button:first-child, div.dt-button:first-child, a.dt-button:first-child, input.dt-button:first-child{
    margin-left:30px !important;
}

@media screen and (max-width:767px){
        .con{
            max-width:100% !important;
        }
    }

.login-bg{
    height: 100vh;
}

* {
    scroll-behavior: smooth !important;
}


.become_partner{
    background:black;
    padding-bottom:40px;
    padding-top:50px;
}



.service_sub_forms{
   background: #26282a;
    padding: 15px;
    border-radius: 15px; 
}


.service_sub_forms label{
    color: #989999;
}


.service_sub_forms .form-control:focus{
    box-shadow:none !important;
}

.service_sub_forms .form-control{
    background: transparent;
    color: #989999;
    border: 1px solid #606060;
}

.service_sub_forms .form-control::placeholder {
    color: #989999;
}



.social_head h5{
    color: white;
    margin-bottom:10px;
    font-size:18px;
}


.ssss_btn{
    background:#550688 !important;
}

.esto_flrx{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}


.esto_img img{
    width:25px;
}

.esto_flrx h4{
    margin-bottom:0px;
}


.part_page{
    background:black;
}

.part_page .nav-position{
    background-color: #363636bf !important;
}


.breadcrumb-inner .page-title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: #ffea00;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.page-list a {
    color: black;
    text-decoration: none;
}

.breadcrumb-inner .page-list li:after {
    position: absolute;
    left: 10px;
    top: 0;
    content: "/";
    font-family: fontawesome;
}

.breadcrumb-inner .page-list li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    color: black;
}

.breadcrumb-inner{
    text-align:center;
}


.breadcrumb-inner .page-list li:first-child:after {
    display: none;
}

.connect-head{
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
    color: white;
}

.contact_bg{
    background-color: black;
    padding-top:40px;
    padding-bottom:60px;
}

.connect-head span{
    color:#ffea00;
}


.contact_info h5{
        color: black;
        font-size: 22px;
        margin-bottom:15px;
    }
    
    .contact_info p{
        color: #989999;
        font-size: 16px;
    }
    
    .con-mail {
        height: 45px;
        width: 45px;
        border-radius: 50px;
        background-color: #a152bc;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .con-mail img {
        width: 25px;
    }
    
    .conmail_flex {
        display: flex;
        border-radius: 10px;
        margin-bottom: 20px;
        gap: 15px;
    }
    
    .contact_mail h5{
        color: black;
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .con_margin{
        margin-bottom:40px;
    }
    
    .touch_head{
        color: white;
        font-size: 22px;
        margin-bottom:15px;
    }
    
    .forms_content label{
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 10px
    }
    
    textarea.form--control {
        height: 100px;
    }
    
    
    .submit_btn button{
        border: none;
        background: #f5b700;
        color: white;
        padding: 10px 25px;
        border-radius: 15px;
        font-size: 16px;
        width: max-content;
    }
    
    .submit_btn{
        margin-top:15px;
    }
    
    .contact_info{
        background: #fffdeb;
        height: 100%;
        padding: 25px;
        border-radius: 15px 0px 0px 15px;
    }
    
    .get_touch{
        background: rgb(39 42 51);
        height: 100%;
        padding: 25px;
        border-radius: 0px 15px 15px 0px
    }
    
    .forms_content .form-control{
        background: transparent;
        color:white;
        border: 1px solid #717171;
    }
    
    
    
    .contact-banner-bg {
        background-image: url(../images/con_2.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 220px 0px 120px;
    }
    
    .power p{
        color:white;
        margin-bottom:0px;
    }
    
    .power_flx{
        display: flex;
        justify-content: space-between;
    }
    