


body {
    font-family: 'Mulish', sans-serif;
}

@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    src: local("Mulish"), url("../fonts/Mulish-Regular.woff2") format("woff2");
}
    

@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    src: local("Mulish"), url("../fonts/Mulish-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Mulish;
    font-style: bold;
    font-weight: 700;
    src: local("Mulish"), url("../fonts/Mulish-ExtraBold.woff2") format("woff2");
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Mulish',sans-serif;
    color: #1e2637;
    overflow-x: hidden;
    
}

a {
    text-decoration: none !important
}

li {
    list-style: none
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 700;
    color: #8C1AD9;
    border-bottom-color: #8C1AD9;
}

.nav-link:focus,
.nav-link:hover {
    border-bottom-color: #8C1AD9;
    font-weight: 700;
    color: #8C1AD9;
}

.nav-link:hover {
    border-bottom: none !important;
}

.banner-bg {
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%);
    /* background-image: url(); */
    color: #ffffff;
    padding: 6rem 0rem;
}

/* .banner-bg{} */
.support-btn {
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%);
    padding: 8px 16px;
    color: #ffffff;
    font-weight: 600;
}

.support-btn:hover {
    background: linear-gradient(71.08deg, #800ecc 16.58%, #252ab1 98.3%);
    padding: 8px 16px;
    color: #ffffff;
    font-weight: 600;
}

.title-top {
    font-weight: 700;
    font-size: 16px;
}

.title-bottom {
    font-weight: 700;
    font-size: 48px;
}


.title-second {
    color: #8C1AD9;
    font-size: 16px;
    font-weight: 700;
}

.featurette-heading {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 55px;

}

.text {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    margin: 10px;
}

.colors {
    color: #8C1AD9;
}

.about {
    padding: 40px 40px;
}

.explore-light {
    margin-top: 30px;
}

.explore-light .explore-btn {
    padding: 10px 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 600;

}
.explore-light .explore-btn:hover {
    padding: 10px 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
     /* background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%); */
    font-weight: 600;

}

.explore-btn {
    padding: 10px 30px;
    border: 1px solid #8C1AD9;
    color: #8C1AD9;
    font-weight: 600;
}

.explore-btn:hover {
    padding: 10px 30px;
    background-color: #8C1AD9;
    color: #ffffff;
    font-weight: 600;
    transition: 1s;
}

.quality h2 {
    padding-bottom: 20px;
}

.soft-ware {
    /* background-image: url(dit/) */
    background-color: #891CD80D;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-items {
    position: relative;
}

.service-box {
    border-radius: 5px;
    padding: 90px 30px 30px;
    margin-bottom: 50px;
    border: 2px solid #8C1AD9;
    text-align: center;
    position: relative;
    margin: 50px 0px 50px 0px;
    min-height: 360px;
    background: transparent;
}

.about-img img {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border: 1px solid #8C1AD9;
    border-radius: 50px;
    color: #ffffff;
    font-size: 28px;
    padding: 15px;

}

.list-icons li::before {
    font-family: "FontAwesome";
    content: "\f058";
    color: #7000bb;
    position: absolute;
    left: 6px;
    font-size: 18px;
    margin-top: 2px;
}

.service-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    top: -136px;
    ;
    left: 0;
    right: 0;
    padding: 20px;
    margin: auto;
    border: 2px solid #8C1AD9;
    background-color: #faf4fd;
}

.item-btn a {
    color: #8C1AD9;
}



.lead {
    margin-bottom: 10px;
    font-size: 15px;
}

.blog-date {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #8C1AD9;
    padding: 10px 0 0 0 !important;
}

.blog-title {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 500px;
}

.blog-content {
    padding: 20px 10px;
    background-color: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.blog-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
    /* border-radius: 10px !important; */
}

.blog-box img {
    height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card {

    --bs-card-border-width: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    ;
}

.hr-line {
    position: relative;
    margin-bottom: 40px;
}

.hr-line::before {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 65px;
    height: 5px;
    bottom: -20px;
    left: 0;
    top: auto;
    position: absolute;
    content: "";
    border: 4px;
    border-bottom: 0;
    background: #1e2637;
}

.colors {
    position: relative;
    margin-bottom: 40px;
}

.colors::before {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 65px;
    height: 5px;
    bottom: -20px;
    left: 0;
    top: auto;
    position: absolute;
    content: "";
    border: 4px;
    border-bottom: 0;
    background: #8C1AD9;
}



.review {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid rgb(243, 243, 243);
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 1rem;
    height: 100%;
}

.theam-orange-color {
    color: #FCA61B;
    font-size: 33px;
}

.review .user {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    position: relative;
    margin-bottom: 1rem;

}

.user img {
    height: 70px;
    width: 70px;
    border-radius: 100px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 70px !important;
}

.owl-carousel .owl-item .active {
    background-color: #8C1AD9;
}

.owl-nav {
    /* background-color: #8C1AD9; */
    text-align: center;
    width: 100%;
    margin-top: 30px;

}

.owl-carousel.owl-drag .owl-item.active .review {
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%);
    color: #ffffff !important;
    min-height: 370px;
}

.owl-carousel .owl-nav button.owl-next {
    margin: 0;
    padding: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    margin-left: 10px;
    /* border: 2px solid #cecece !important; */
    color: #ffffff !important;
    background: #8C1AD9 !important;
    font-size: 30px !important;
}

.owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    padding: 0;
    height: 45px;
    width: 45px;
    text-align: center;
   
    margin-left: 10px;
    border: 1px solid #8C1AD9 !important;
    color: #8C1AD9 !important;
    font-size: 30px !important;
    background: #ffffff;
}

.client {
    background-color: #faf4fd;
    border-radius: 10px;
    justify-items: center;
}

.footer {
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%);
}

.footer_min {
    padding-top: 70px;
    padding-bottom: 70px;
}

.f_item.abiu {
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    height: 100%;
    text-align: left !important;
}

.footer_botoom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px;
}

.link-head {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 20px;
}

.footer_list a {
    color: #ffffff !important;
    font-weight: 500;
}

.footer_list_contact p {
    color: #ffffff !important;
}

.quality {
    background-color: #f4f5fe;
}

.box-icons img {
    width: 70px;
    height: 70px;
    background-color: #d89dff;
    border-radius: 50px;
    color: #ffffff;
    font-size: 28px;
    padding: 20px;
}

/*  */
.box-icons {
    text-align: center;
    margin-bottom: 20px;


}

.box:hover .box-icons img {
    background-color: #8C1AD9;
    color: #ffffff;
}

.box .fw-bold {
    font-size: 20px;
}

.box {
    padding: 40px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid #8C1AD9;
}

@media (min-width: 280px) and (max-width:556px) {
    .banner-img {
        display: none !important;
    }

    .banner-bg {
        background: none;
        color: #000 !important;
        padding: 2.2rem 0rem 0rem 0rem;
    }

    .explore-light .explore-btn {
        padding: 10px 20px;
        border: 1px solid #000000;
        color: #000000;
        font-weight: 600;
    }

    .explore-light .explore-btn:hover {
        padding: 10px 20px;
        color: #ffffff;
        font-weight: 600;
        background-color: #8C1AD9;
        border: none !important;
    }

    .title-bottom {
        font-size: 28px;
        margin-top: 10px;
    }

    .title-top {
        font-weight: 700;
        font-size: 12px;
        background-color: #8C1AD9;
        color: #ffffff;
        padding: 5px;
    }

    .featurette-heading {
        font-weight: 700;
        font-size: 26px;
        line-height: 40px;
    }

    .footer {
        text-align: center;
    }

    .f_item.abiu {
        border-right: none !important;
    }

    /* .explore-light{
        text-align: center;
    } */
    .featurette.explore-light .explore-btn {
        text-align: center !important;
    }

    .featurette .about {
        padding-top: 3rem;
    }
}

/* buy page css */
.bg-primary1 {
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%);
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.buy-highlights .highlights-sec {
    display: inline-block;
    margin: 5px 15px;
    font-weight: 600;
}

.buy-highlights .highlights-sec i {
    color: #4834c6;
}

/* new section price */
.cs_mp0 li {
    line-height: 40px;
    text-align: center;
    font-weight: 500;
}
/* Number Counter */
.number_section{
      /* background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%); */
	background:  #f5e4ff ;
	border-top: 1px solid #8C1AD9;
    /* border-bottom: 1px solid #8C1AD9; */
    color: #8C1AD9;
}
.count-digit, .count-area-content .f6{
	font-size: 20px;
	font-weight: 600;
	color: var(--fc1);
}
.count-title{
	font-size: 18px;
	font-weight: 600;
	color: var(--fc1);
}
.count-icon i{
	font-size: 30px;
	color: var(--fc1);
}
/*.search-box {*/
/*    height: 40px;*/
/*    border-radius: 5px;*/
/*    padding: 5px 0;*/
/*}*/
/*.search-box:hover > .search-text{*/
/*    width: 130px;*/
/*    padding: 0 15px;*/
/*    background: #fff;*/
/*}*/
/*.search-box:hover > .search-btn{*/
/*    background: transparent;*/
/*    color: #0d4e8f*/
/*}*/
/*.search-box:focus-within > .search-text{*/
/*    width: 130px;*/
/*    padding: 0 15px;*/
/*}*/
/*.search-btn {*/
/*    float: right;*/
/*    width: 40px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    transition: 0.4s;*/
/*    cursor: pointer;*/
/*    text-decoration: none;*/
/*    border: none;*/
/*}*/
/*.search-btn > i {*/
/*    font-size: 30px;*/
/*}*/
/*.search-text {*/
/*    border: none;*/
/*    border-bottom: 1px solid #ccc;*/
/*    background: #fff;*/
/*    outline: none;*/
/*    float: left;*/
/*    padding: 0;*/
/*    font-size: 16px;*/
/*    font-weight: normal;*/
/*    transition: 0.4s;*/
/*    line-height: 40px;*/
/*    width: 0;*/
/*    border-radius: 20px;*/
/*}*/
#search-terms{
   width: 142px;
    height: 32px;
    border-radius: 20px;
    border: none;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px;
}


.cs_pricing_table {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 14px;
    border: 1px solid #6329ce;
    position: relative;
}

.list-check {
    list-style: none;
    display: inline-block;
}

.list-check li {
    position: relative;
    padding: 0.2rem;
}

.list-check li::before {
    font-family: "FontAwesome";
    content: "\f058";
    position: absolute;
    left: -23px;
    font-size: 17px;
    top: 2px;
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cs_pricing_feature .list-check li {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}

.list-check li {
    position: relative;
    padding: 0.2rem;
}

.cs_price_value {
    border-bottom: 1px solid rgb(160, 156, 156);
    font-size: 40px;
}

.pur_btn2 {
    padding: 13px 30px;
    line-height: initial;
    outline: none;
    min-width: 12.1rem;
    cursor: pointer;
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    text-decoration: none;
    border: none;
}

.pur_btn2:hover {
    background: linear-gradient(71.08deg, #373BC2 16.58%, #8C1AD9 98.3%);
}

.pur_btn3 {
    padding: 13px 30px;
    line-height: initial;
    outline: none;
    min-width: 12.1rem;
    cursor: pointer;
    background: linear-gradient(71.08deg, #373BC2 16.58%, #8C1AD9 98.3%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    text-decoration: none;
    border: none;
}

.pur_btn3:hover {
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%);
}

.cs_pricing_head_title {
    color: #ffffff;
    background: rgb(140 26 217);
    padding: 10px;
}

.old-lic-price {
    color: #928c8c;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 22px;
}

.ribbion {
    position: absolute;
    top: 17px;
    right: -35px;
    width: 140px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #ca3131, #880101, #000);
    font-weight: 700;
    color: #fdfdfd;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.thead-light tr th {
    font-weight: 600 !important;
    font-size: 18px !important;
    padding: 13px !important;
    text-align: center;
}
.thead-light tr th {
    text-align: center !important;
    width: 20%;
    font-weight: 400;
}
.table-responsive .table thead{
    background-color: #800ecc !important;
}
.fa-circle-check {
    color: #8C1AD9 !important;
}
.buy-table .table-responsive .table .thead-light th {
    color: #ffffff;
    background: linear-gradient(71.08deg, #8C1AD9 16.58%, #373BC2 98.3%);
    font-size: 20px;
}
.buy-table .table-responsive {
    border-radius: 1rem;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #c9ddff;
}
.purchase-point{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 13px;
    border-radius: 15px;
    border-top: 3px solid #8C1AD9;
}
.img-animate {
    -webkit-animation-timing-function: cubic-bezier(.54,.085,.5,.92);
    animation-timing-function: cubic-bezier(.54,.085,.5,.92);
    -webkit-animation-name: ud-anim;
    animation-name: ud-anim;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.img-animate.one {
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
}

.img-animate.two {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-animation-duration: 8.8s;
    animation-duration: 8.8s
}

.img-animate.three {
    position: absolute;
    top: 30%;
    right: -10px;
    -webkit-animation-duration: 7.4s;
    animation-duration: 7.4s
}
/* Tablet Screens (1024px se chhoti screens ke liye) */
@media screen and (max-width: 1024px) {
    .main_banner .container {
        padding: 0 20px;
    }

    .main_banner h1 {
        font-size: 28px;
        text-align: center;
    }

    .pro_main {
        text-align: center;
    }

    .pro_main .rating-block {
        justify-content: center;
    }

    .banner_text {
        font-size: 16px;
        padding: 0;
    }

    .list-check {
        text-align: left;
        padding-left: 20px;
    }

    .banner_right_img img {
        width: 80%;
    }
}

/* Mobile Screens (768px se chhoti screens ke liye) */
@media screen and (max-width: 768px) {
    .main_banner .container {
        padding: 0 15px;
    }

    .main_banner h1 {
        font-size: 24px;
        text-align: center;
    }
    .explore{
        text-align: center;
    } 
    .explore-light {
        margin: 20px 0px;
        text-align: center;
    }
    .number_section .row{

       text-align: center;
    }

    .row {
        flex-direction: column;
        text-align: left;
    }

    .col-md-7, .col-md-5 {
        width: 100%;
    }

    .banner_text {
        font-size: 14px;
    }

    .list-check li {
        font-size: 14px;
    }

    .banner_right_img img {
        width: 90%;
        margin-top: 20px;
    }

    .ideas {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
}

/* Smallest Mobile Screens (480px se chhoti screens ke liye) */
@media screen and (max-width: 480px) {
    .main_banner h1 {
        font-size: 20px;
    }

    .banner_text {
        font-size: 13px;
    }

    .list-check li {
        font-size: 12px;
    }

    .banner_right_img img {
        width: 100%;
    }

    .ideas {
        flex-wrap: wrap;
        gap: 10px;
    }
}

