p {
    font: normal 14px/20px helvetica, arial, sans-serif;
    color: #333;
}
.woot {
    font-weight: bold;
}
.contact_image{
    border-radius: 15px;
}
@import url(lato.css);
    .nav ul.nav-main li.active>a, a, body, nav ul.nav-main li: hover>a {
    color: var(--black-color);
}
.banner_title, .btn, .btn_secondary {
/* .about_content p, .banner_title, .btn, .btn_secondary { */
    text-transform: capitalize;
}
.card_content h4, .card_content p, .category_select {
    text-overflow: ellipsis;
    text-wrap: nowrap;
}
.google_btn, a {
    text-decoration: none;
}
.breadcrumb_nav ol li a, nav ul li a, p {
    letter-spacing: 1px;
}
.content_title, h3.main_heading {
    -webkit-text-fill-color: transparent;
}
.nav_wrapper .nav.nav-tabs .nav-link:last-child, p {
    margin-bottom: 0;
}
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#contact_sec, html {
    scroll-behavior: smooth;
}
:root {
    --black-color: #000000;
    --white: #ffffff;
    --secondary-color: #2B2B2B;
    --input_color: #FAFBFF;
    --liner-color: linear-gradient(to right,  #4c46e6,  #6d68fe,  #b446ff,  rgb(151,  0,  255));
    scroll-behavior: unset;
}
body {
    font-family: Lato, sans-serif;
    background-color: var(--white);
    min-height: 100%;
    position: relative;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-style: normal;
    margin: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    line-height: 30px;
}
img {
    max-width: 100%;
    display: block;
}
.pad-top {
    padding-top: 60px;
}
.pad-bottom {
    padding-bottom: 60px;
}
input:focus {
    outline: 0;
    box-shadow: none!important;
}
.form-control:focus {
    box-shadow: none;
}
.btn, .btn_secondary {
    background: var(--liner-color)!important;
    width: 150px;
    min-width: 180px;
    max-width: 200px;
    height: 50px;
    font-size: 18px;
    transition: .3s linear;
    border-radius: 10PX;
    color: var(--white);
    font-weight: 600;
}
.btn:hover, .btn_secondary {
    border: 2px solid var(--black-color)!important;
}
.btn:active, .btn:focus, .btn:focus-visible {
    background: var(--white)!important;
    border: 2px solid var(--black-color)!important;
    color: #000;
}
.btn:hover {
    background: var(--white)!important;
    color: #000;
}
.btn_secondary {
    background: var(--black-color)!important;
}
.btn_secondary:hover {
    background: 0 0!important;
    color: var(--white);
    border: 2px solid var(--white)!important;
}
.loader_bg {
    visibility: hidden;
    background-color: rgba(21, 20, 20, .815);
    position: fixed;
    z-index: +99999!important;
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
    bottom: 0;
}
.loader {
    width: 100px;
    height: 100px;
}
.spin {
    background: 0 0;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 0;
    -webkit-animation: 1s linear infinite spin2;
    animation: 1s linear infinite spin;
    top: 50%;
    margin: auto;
}
@-webkit-keyframes spin {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes spin {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.spin>div:not(.spin__blocker) {
    width: 50%;
    height: 50%;
    z-index: -1;
}
.spin__blocker {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #eb04ff;
    border-bottom: 10px solid #eb04ff;
    width: 90%;
    height: 90%}
#scroll, .nav-bar {
    background: var(--liner-color);
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 15px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    opacity: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    transition: .4s;
    z-index: 99999;
    text-align: center;
}
#scroll span {
    position: relative;
    display: block;
}
#scroll span .scroll_img {
    transform: rotate(299deg) translatey(5px);
    padding: 15px;
    margin-top: 3px;
}
.sticky {
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
    z-index: 999;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .5s;
    animation: .5s sticky;
}
.nav-bar, .primary_btn button, nav ul li, nav ul li a {
    position: relative;
}
.sub-menu li a, nav ul li a {
    text-transform: uppercase;
    transition: .3s linear;
    font-size: 16px;
}
@keyframes sticky {
    from {
    transform: translatey(-160px);
}
to {
    transform: translatey(0);
}
}.nav-bar {
    padding: 15px 0;
}
.peta-menu, .sub-menu {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    padding: 15px;
    width: 340px;
    max-width: 380px;
    border-top: 8px solid transparent;
    display: none;
    border-radius: 8px;
    position: absolute;
}
nav ul li {
    border-radius: 8px;
}
nav ul li a {
    color: var(--white);
    font-weight: 600;
    display: block;
    padding: 10px;
    border-radius: 8px;
}
.nav ul.nav-main li.active, nav ul.nav-main li:hover {
    background: var(--white)!important;
    color: var(--black-color);
}
.nav ul li.active a, nav ul li:hover a {
    /*background: var(--white)!important;*/
    color: var(--black-color);
}
nav ul li a i {
    margin-left: 5px;
    font-size: 14px;
}
.sub-menu {
    top: 120%;
    left: 0;
    z-index: 3;
    border-image: var(--liner-color);
    border-image-slice: 3;
    overflow-x: visible!important;
}
.peta-menu {
    max-height: 280px;
    overflow-y: scroll;
    z-index: 9999;
    border-image: var(--liner-color);
    border-image-slice: 3;
    overflow-x: visible;
    left: 110%;
    top: 0;
}
.peta-menu::-webkit-scrollbar {
    scrollbar-color: var(--liner-color);
    width: 5px;
}
.peta-menu::-webkit-scrollbar-thumb {
    background: #9e1cff;
}
.sub-menu li {
    padding: 0;
    margin-bottom: 3px;
}
.sub-menu li a {
    padding: 10px!important;
    color: var(--black-color)!important;
    text-transform: capitalize;
    width: 100%;
    display: block;
    border-radius: 8px;
    font-size: 13px;
}
.peta-menu>li>a.active, .peta-menu>li>a:hover, .sub-menu>li.active>a, .sub-menu>li>a.active, .sub-menu>li>a:hover {
    background: var(--liner-color)!important;
    color: var(--white)!important;
}
.mobile-nav li a.active {
    color: var(--primary-color);
}
.header.nav-bar.sticky {
    background-color: var(--secondary-color);
}
.primary_btn button {
    width: 220px;
    height: 40px;
    border-radius: 20px;
    border: none;
    color: var(--white);
    background-color: var(--primary-color);
    border: 2px solid var(--secondary-color);
    transition: .3s ease-in-out;
    cursor: pointer;
}
.primary_btn button:hover, .secondary-btn button {
    color: var(--secondary-color);
    background-color: transparent;
}
.primary_btn button>span {
    position: relative;
    z-index: 3;
    color: var(--white);
    transition: .2s .1s;
}
.primary_btn button:hover>span {
    color: var(--secondary-color);
    transition: .2s .1s;
}
.secondary-btn button {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid var(--secondary-color);
    transition: .3s ease-in-out;
}
#banner-slider.owl-carousel .owl-nav button.owl-next, #banner-slider.owl-carousel .owl-nav button.owl-prev, #music_pro_slider.owl-carousel .owl-nav button.owl-next, #music_pro_slider.owl-carousel .owl-nav button.owl-prev {
    color: #b446ff;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    -webkit-transition: .5s;
}
.secondary-btn button:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
.toggle-btn a {
    font-size: 28px;
    color: var(--white);
    background: var(--liner-color);
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.category_select {
    max-width: 140px;
    background-color: #f6f6f6;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 15px;
    color: #707070;
    width: 100%;
    height: 100%}
.search_box {
    max-width: 430px;
    height: 50px;
    width: 70%}
.currency_box {
    height: 50px!important;
    width: 112px;
}
.currency_box section, .mfp-bg {
    height: 100%!important;
}
.search_input {
    max-width: 380px;
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    height: 100%}
.search_input::placeholder {
    font-size: 18px;
}
.header_search {
    position: absolute;
    z-index: 2;
    display: block;
    width: 50px;
    height: 100%;
    line-height: 50px!important;
    text-align: center;
    pointer-events: none;
    color: var(--white);
    right: 0;
    border-radius: 0 8px 8px 0;
    background-color: var(--black-color);
    font-size: 20px;
}
#banner-slider, .banner_img, .sign_up_box, .thum_anchor {
    position: relative;
}
.sign_up_btn {
    max-width: 160px;
}
.form-select:focus {
    box-shadow: none;
    border-color: none;
}
.search_box .tt-dataset.tt-dataset-categoryList {
    background-color: var(--white);
}
.search_box .tt-dataset.tt-dataset-categoryList .list-group-item {
    padding: 10px;
}
.search_box .twitter-typeahead {
    width: 100%}
.tt-menu {
    min-width: 380px!important;
    margin-top: 10px;
    border-radius: 10px!important;
}
.search_box .tt-dataset {
    width: 390px;
    height: max-content;
    max-height: 330px!important;
    overflow-y: auto!important;
    border-radius: 8px;
}
.search_box .tt-dataset.tt-dataset-categoryList .list-group-item:nth-child(2n) {
    background-color: rgba(180, 70, 255, .1);
    color: #fff!important;
}
.main_banner_slider {
    height: auto;
    position: relative;
}
.main_banner_slider img {
    object-fit: cover;
}
.banner_img {
    z-index: 0;
    width: 100%;
    height: 700px;
}
.banner_img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%}
.heading_line::before, .heading_line:after {
    width: 18px;
    height: 18px;
    background-color: #7a00ff;
    display: inline-block;
    content: ''}
#banner-slider.owl-theme .owl-nav button.owl-prev span, #music_pro_slider.owl-theme .owl-nav button.owl-prev span {
    background-image: url(../image/subtract.webp);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    margin-inline: auto;
    background-size: 50%;
    transform: rotate(209deg) translatey(3px);
}
#banner-slider.owl-theme .owl-nav button.owl-next span, #music_pro_slider.owl-theme .owl-nav button.owl-next span {
    background-image: url(../image/subtract.webp);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 65%;
    margin-inline: auto;
    background-size: 50%;
    transform: rotatez(31deg);
}
#banner-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    background: #fff;
    left: 10px;
    top: 50%;
    background: var(--liner-color);
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}
#banner-slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
    top: 50%;
    position: absolute;
    background: #fff;
    background: var(--liner-color);
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}
.heading_line::before, .heading_line:after {
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.banner_title {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    color: var(--white);
    transform: translate(-50%, -50%);
    font-size: 65px;
    text-align: center;
    word-break: break-word;
    width: 70%}
.about_img_box, .heading_line {
    width: 100%;
    position: relative;
}
h3.main_heading {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(to right, #4c46e6, #b446ff, #b446ff, #b446ff, #9700ff);
    -webkit-background-clip: text;
    background-size: cover;
    width: max-content;
    margin-bottom: 50px;
}
.heading_line {
    height: 4px;
    background: linear-gradient(to right, #7a00ff, #f0a);
    border-radius: 2px;
    display: block;
    margin: 10px 0;
}
.heading_line:after {
    position: absolute;
    left: 0;
}
.heading_line::before {
    position: absolute;
    right: 0;
}
.about_content p {
    font-size: 18px;
    font-weight: 400;
    word-spacing: 8px;
}
.about_img_box {
    margin: 50px auto;
}
.gradient-frame {
    width: 400px;
    height: 500px;
    border-radius: 20px;
    background: var(--liner-color);
    position: relative;
    padding: 20px;
}
.gradient-frame::before {
    content: '';
    display: block;
    width: 75%;
    height: 85%;
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.about_image {
    position: absolute;
    z-index: 2;
    max-width: 450px;
    height: 75% !important;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    top: 12%;
    left: 30%}
.another-website-img{
    height: auto !important;
    top:22% ! important;
}
#contact_sec:target, #pricing_sec, .header_section.sticky~#about_sec {
    scroll-margin-top: 80px;
}
#about_sec {
    scroll-margin-top: 150px;
}
#music_pro_slider {
    position: relative;
    padding-inline: 140px;
}
#music_pro_slider.owl-carousel .owl-nav {
    display: block!important;
}
#music_pro_slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    background: var(--liner-color);
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 9999;
    transform: translateY(-50%);
}
#music_pro_slider.owl-carousel .owl-nav button.owl-next {
    right: 20px;
    top: 50%;
    position: absolute;
    background: #fff;
    background: var(--liner-color);
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.sell_all_btn {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 20px;
    font-weight: 700;
}
.sell_all_btn a span:hover {
    color: #9e1cff;
}
.sell_all_btn a span {
    transition: a .3s linear;
}
.card_box {
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 15%);
}
.card_box_img {
    width: 100%;
    height: 300px;
}
.card_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.card_content {
    padding: 20px 15px;
    min-height: 170px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.register_section, .upload-container {
    display: flex;
    justify-content: center;
}
.card_content h4 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
}
.card_content p {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    letter-spacing: 0;
    word-spacing: 2px;
}
.view_btn {
    margin-top: 10px;
}
.load_more_btn {
    width: 180px;
}
.conatct_img_box {
    width: 100%;
    height: 100%;
    position: relative;
}
.conatct_img_box img,
.overlay {
    width: 80%;
    height: 80%;
    border-radius: 10px;
}
.conatct_img_box img {
    display: block;
    object-fit: cover;
}
.overlay {
    content: "";
    position: absolute;
    transform: translate(20px, 8px);
    z-index: -1;
    background: var(--liner-color);
    top: 20px;
    left: 20px;
}
.contact_section .form-control {
    border: 1px solid #9e1cff!important;
    padding: 10px 15px;
    margin-top: 20px;
}
.index_submit_btn {
    margin-top: 20px;
}
.index_cont_field {
    margin-top: 20px!important;
}
.sign_up_txt {
    font-size: 40px;
    color: var(--white);
    font-weight: 800;
    text-wrap: wrap!important;
}
.footer_heading, .footer_list li a {
    color: var(--white);
    font-weight: 600;
}
.sign_up_box .email_input {
    border: 2px solid var(--white);
    background: 0 0;
    color: var(--white);
    height: 50px;
}
.sign_up_box .email_input::placeholder {
    color: var(--white);
}
.sign_up_box .sign_submit .submit-btn {
    position: absolute;
    right: 0;
    width: 180px;
    height: 100%;
    background-color: var(--white);
    border: none;
    color: #b446ff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.footer_heading {
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}
.footer_heading::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: var(--white);
    bottom: 1px;
    left: 0;
}
.footer_heading::before, .footer_list li::before {
    content: "";
    position: absolute;
    background: var(--liner-color);
    left: 0;
}
.footer_heading::before {
    width: 80px;
    height: 4px;
    bottom: 0;
    z-index: 3;
    border-radius: 5px;
}
.footer_list li {
    padding: 8px 0 8px 20px;
    position: relative;
}
.footer_list li::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.footer_list li a {
    font-size: 16px;
}
.footer_list li a:hover, .footer_menu_main li a i:hover {
    color: #b446ff;
}
.app_dpwnload {
    padding: 8px;
    border: transparent;
    border-radius: 5px;
    color: #fff;
    background-color: var(--white);
    max-width: 217px;
    width: 170px;
}
.app_dpwnload .apple_icon {
    font-size: 30px;
    color: var(--black-color);
}
.download_txt {
    font-size: 14px;
    color: var(--black-color);
}
.platform_icon {
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
}
.footer_menu_main li a i {
    font-size: 24px;
    transition: .3s linear;
}
.copy_footer {
    padding: 10px 5px;
    background: var(--black-color);
    color: #a1a1a1;
    font-size: 14px;
}
.footer_desc, .plan_box.active .plan_title, .plan_box.active .plan_txt, .plan_box:hover .plan_title, .plan_box:hover .plan_txt, .user_menu li.active a, .user_menu li:hover a {
    color: var(--white);
}
.footer_desc {
    font-size: 15px;
}
.register_section {
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--liner-color);
}
.register_box {
    background: var(--white);
    box-shadow: 0 0 15px rgb(0, 0, 0, .5);
    padding: 43px;
    border-radius: 10px;
    margin: 40px;
}
.login_form, .user_menu li.active, .user_menu li:hover {
    background: var(--liner-color);
}
.main_heading_title, .register_title {
    margin-bottom: 30px;
    text-transform: capitalize;
}
.register_title {
    font-size: 32px;
    text-align: left;
    font-weight: 700;
}
.register_form input {
    border: 2px solid #9e1cff!important;
    padding: 10px 15px;
    font-size: 18px;
    position: relative;
    z-index: 0;
}
.register_form label {
    font-size: 18px;
    font-weight: 700;
}
.register_form label.error {
    font-size: 14px;
    font-weight: 400;
}
.upload-container {
    border: 2px dotted #9e1cff;
    position: relative;
    width: 100%;
    height: 150px;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
}
.upload-container #fileInput {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%}
.upload-text {
    display: block;
}
#remember_txt {
    accent-color: var(--liner-color);
}
.login_form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    max-height: 100%}
.google_btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    font-size: 16px;
    font-weight: 500;
}
.google_btn svg {
    margin-right: 10px;
}
.google_btn:hover {
    background-color: #f7f7f7;
}
.form_user_icon {
    position: absolute;
    z-index: 99999;
    display: block;
    width: 3rem;
    height: 55px;
    text-align: center;
    color: #050505;
    right: 0;
    line-height: 55px;
    cursor: pointer;
}
.banner_img_box {
    width: 100%;
    height: 500px;
    background-image: url(../image/banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: fill;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner_img_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.main_heading_title {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 4;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
}
.error {
    color: red;
}
.user_menu {
    background-color: var(--white);
    box-shadow: 0 0 10px rgb(0, 0, 0, .1);
    border-radius: 10px;
    padding: 10px 12px;
    position: absolute;
    top: 120%;
    z-index: 3;
    margin-top: 8px;
    width: max-content;
    max-width: 240px;
    display: none;
}
.user_menu li {
    border-radius: 8px;
    transition: .3s linear;
    cursor: pointer;
    margin-bottom: 5px;
}
.user_menu li a {
    padding: 5px 15px;
    width: 100%;
    display: flex;
    align-items: center;
}
.user_menu li a svg {
    margin-right: 12px;
}
.user_menu li.active svg, .user_menu li:hover svg {
    fill: white!important;
    color: #fff!important;
}
.offcanvas .offcanvas-body {
    max-height: 100%;
    height: 90%}
.user_change_icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3rem;
    height: 46px;
    text-align: center;
    color: #050505;
    right: 0;
    line-height: 46px;
    top: 0;
}
.gallery_box {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.thum_anchor::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    transition: .4s;
    cursor: pointer;
}
.plan_box::before, .send_icon {
    transform: translate(-50%, -50%);
}
.thum_anchor:hover::before {
    opacity: 1;
    transform: scale(1);
}
.thum_anchor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.breadcrumb_nav {
    max-width: 80%!important;
    text-align: center;
    position: relative;
    z-index: 3;
}
.breadcrumb_nav .breadcrumb {
    width: 100%;
    margin-inline: auto;
    justify-content: center;
    padding-inline: 20px;
    display: inline-block!important;
}
.breadcrumb_nav .breadcrumb-item+.breadcrumb-item::before {
    color: #fff!important;
    float: none;
}
.breadcrumb_nav ol li a {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.breadcrumb_nav ol li {
    text-transform: capitalize;
    text-align: left;
    display: inline!important;
}
.breadcrumb-item.active {
    color: #b446ff;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #b446ff!important;
    font-family: FontAwesome;
    content: "\276F"}
.description_card {
    background-color: rgb(253 253 253);
    padding: 30px 25px;
    border-radius: 20px;
}
.des_box {
    background-color: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(182, 182, 182, .5);
}
.desc_title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.pageLoader {
    background: url(/images/loader.gif) center center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000001;
    display: none;
}
.desc_field {
    border: 1px solid #9e1cff;
    padding: 10px 15px;
    border-radius: 10px;
}
.des_img_box {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}
.plan_box, .plan_box::before {
    border-radius: 15px;
    transition: .3s linear;
}
.des_img_box img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.des_card_box {
    position: sticky;
    top: 115px;
}
.category_des_box {
    min-height: 100px;
}
.main_desc_box {
    height: max-content;
    overflow: auto;
    max-height: 300px;
}
.last_message, .plan_title, .plan_txt, .pur_content .pur_description>p {
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_desc_box::-webkit-scrollbar {
    scrollbar-color: var(--liner-color);
    width: 5px;
}
.main_desc_box::-webkit-scrollbar-thumb {
    background: #9e1cff;
}
pre {
    text-wrap: auto;
}
.plan_box {
    background: var(--liner-color);
    color: var(--black-color);
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
    max-height: 230px;
    min-height: 230px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.content_title, .no_found_box h3 {
    background: linear-gradient(to right, #4c46e6, #b446ff, #b446ff, #b446ff, #9700ff);
}
.plan_box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 99%;
    height: 98%;
    background: var(--white);
    z-index: 1;
}
.plan_title, .plan_txt {
    color: var(--black-color);
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
    font-size: 18px;
    display: block;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.plan_title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.nav_wrapper .nav .nav-link.active, .nav_wrapper .nav .nav-link:hover, .plan_box.active::before, .plan_box:hover::before {
    background: var(--liner-color);
    color: var(--white);
}
.package_btn {
    display: block;
    position: relative;
    z-index: 3;
}
.package_btn .btn_secondary {
    font-size: 15px;
    height: 40px;
    background: var(--liner-color)!important;
    border: none!important;
}
.plan_box:hover .package_btn .btn_secondary {
    background: var(--white)!important;
    color: var(--liner-color)!important;
}
.dashboard-wraaper {
    position: relative;
    padding: 0 60px 60px;
}
.nav_wrapper {
    width: calc(100% - 20%);
    margin-inline: auto;
    position: sticky;
    margin-top: 60px;
    top: 160px;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}
.nav_wrapper .nav.nav-tabs {
    flex-direction: column;
    border: none;
}
.nav_wrapper .nav .nav-link {
    border: none!important;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--black-color);
    font-weight: 600;
    letter-spacing: 1px;
}
.all_channel_list.active .last_message, .all_channel_list.active .mess_time, .all_channel_list:hover .last_message, .all_channel_list:hover .mess_time, .nav_wrapper .nav #nav-logout-tab.nav-link.active a, .nav_wrapper .nav #nav-logout-tab.nav-link:hover a {
    color: #fff;
}
.dashboard-content {
    scroll-margin-top: 0PX;
    padding: 20px 30px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    border-radius: 15px;
    margin-top: 60px;
}
.dashboard-content .form-control {
    border: 1px solid #9e1cff!important;
    padding: 10px 15px;
    margin-top: 10px;
}
.content_title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    -webkit-background-clip: text;
    background-size: cover;
}
.purchase_card {
    padding: 15px;
    border: 1px solid #9e1cff;
    border-radius: 10px;
    width: 100%;
    transition: .3s linear;
    cursor: pointer;
}
.purchase_card img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.pur_img_box {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    padding-inline: 0px;
}
.pur_content {
    margin-block: auto;
    padding-inline: 15px;
}
.pur_content .pur_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.pur_content .pur_description>p {
    font-size: 14px;
    width: 90%;
    text-wrap: nowrap;
    white-space: nowrap;
}
.pur_content .pur_description>h1, h2, h3, h4, h5, h6 {
    width: 90%}
.pur_price span {
    font-size: 14px;
    font-weight: 600;
}
.activate_btn {
    width: 100px!important;
    max-width: 100%;
    background: green!important;
    min-width: 120px;
    height: 40px;
    font-size: 16px;
}
.purchase_card:hover {
    background: var(--liner-color);
    color: #fff;
}
.user_nav_box {
    padding: 20px;
}
.dashboard_inbox {
    padding-top: 60px;
    height: 80vh;
}
.all_channel_select {
    background-color: #2d2d2d;
    border: none;
    color: #fff;
    height: 50px;
    border-radius: 10px;
    width: 100%;
    padding-inline: 15px;
}
.all_channel_select:focus {
    box-shadow: none;
    outline: 0;
}
.all_channel_list {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #9e1cff;
    color: var(--black-color);
    box-shadow: inset 0 0 10px 0 rgba(158, 28, 255, .3);
    transition: .2s linear;
}
.all_channel_list.active, .all_channel_list:hover {
    background: var(--liner-color);
    border: none;
    cursor: pointer;
    color: #fff;
}
.all_channel_list.active svg, .all_channel_list:hover svg {
    fill: white;
}
.inbox_person_name {
    font-size: 16px;
    display: block;
    font-weight: 600;
}
.last_message {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color);
    text-wrap: nowrap;
}
.all_channel_list .mess_time {
    font-size: 12px;
    color: #a7a7a7;
}
.search_message {
    background-color: transparent;
    border: 2px solid #9e1cff;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    padding-inline: 15px;
}
.search_message:focus {
    background-color: #2d2d2d;
    box-shadow: none;
    color: #fff;
}
.message_search {
    margin-bottom: 30px;
}
.message_list_box .no_messages {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mess_send_box {
    background-color: #2d2d2d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    border-radius: 30px;
    flex-wrap: wrap;
    column-gap: 10px;
}
.send_icon, .send_message_form, .send_message_form input {
    background-color: transparent;
}
.person_message {
    height: 100px;
    padding-inline: 40px;
}
.date_time {
    font-size: 15px;
    color: #ebebeb;
    font-weight: 300;
}
.send_mess_name {
    font-size: 18px;
    font-weight: 400;
    color: #ebebeb;
}
.sender_name {
    padding: 15px 40px;
    color: #ebebeb;
    font-size: 14px;
    font-weight: 300;
}
.send_message_form {
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    margin-bottom: 20px;
}
.send_message_form input {
    color: #000;
    padding-inline: 15px;
    width: 100%;
    padding: 15px 80px 15px 25px;
    border: 2px solid #9e1cff!important;
    border-radius: 30px;
}
.send_message_form>input:focus {
    border: 2px solid #9e1cff!important;
}
.send_message_form .send_icon {
    fill: #000000!important;
}
.send_message_form>#message-error {
    position: absolute;
    bottom: 20px;
    top: 110%;
    left: 10px;
}
.send_icon {
    position: absolute;
    top: 50%;
    right: 20px;
    border: none;
}
.main_list_box {
    overflow-y: auto;
    height: 60vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
    border-radius: 20px;
}
.main_list_wrapper, .message_list_box {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.main_list_box2 {
    height: 60vh;
    padding: 20px;
    box-shadow: 0 0 4px rgba(157, 28, 255, .4);
    display: flex;
    align-items: flex-end;
    width: 100%}
.main_list_wrapper {
    height: 60vh;
}
.message_list_box {
    width: 100%;
    max-height: 100%}
.chat_left, .chat_right {
    max-width: 640px;
    width: max-content;
    margin-bottom: 15px;
    padding: 12px;
}
.chat_right {
    background: rgba(157, 28, 255, .4);
    border-radius: 10px;
    margin-left: auto;
}
.chat_left {
    border: 1px solid #9e1cff;
    border-radius: 10px;
}
.search_icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3rem;
    height: 48px;
    line-height: 48px!important;
    text-align: center;
    pointer-events: none;
    color: var(--black-color);
}
.mess_title {
    font-size: 14px;
    color: #000;
    max-width: max-content;
    padding-bottom: 3px;
}
.active-dot {
    width: 8px;
    height: 8px;
    background-color: green;
    border-radius: 50%;
    display: block;
}
.supporter_search .form-control {
    padding-left: 40px!important;
}
.social-media-account {
    background: #9e1cff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    box-shadow: 0 0 4px rgba(192, 192, 192, .4);
}
.audioStartBtn, .cms-float-img {
    background: var(--liner-color);
}
.footer-link {
    opacity: .7;
    color: #fff;
}
.footer-link:hover {
    opacity: 1;
}
.footer-logo-img {
    height: 85px;
    width: auto;
}
.invalid-feedback {
    display: block;
    color: red;
    font-size: .875em;
    margin-top: 5px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%!important;
}
.form-control.is-invalid {
    background-image: none;
}
.backArrow {
    top: 6%;
    left: 6%}
.cms-float-img {
    float: right;
    padding: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 15px;
}
.cms-float-img.about-img {
    width: 600px;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
    object-position: top;
}
.cms-detail {
    margin-block: 100px!important;
}
.audioStartBtn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}
.audioStartBtn svg {
    fill: var(--white)!important;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.pause_btn svg {
    margin-left: 8px!important;
    width: 40px;
    height: 40px;
}
.hidden {
    display: none;
}
.add-btn {
    padding: 12px 29px;
    color: #fff;
    background: linear-gradient(to right, #4c46e6, #6d68fe, #b446ff, #9700ff);
    border-radius: 10px;
    transition: .3s linear;
    transform: translateY(0);
    font-weight: 600;
    border: 2px solid;
    border-color: none!important;
}
.main_category_no_found h3, .no_found_box h3, .no_frequencies_found {
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    margin-inline: auto;
    position: relative;
}
.add-btn:hover {
    color: var(--black-color);
    background: var(--white)!important;
    border: 2px solid var(--black-color)!important;
}
.Divider-text::after, .Divider-text::before {
    content: '';
    height: 1px;
    background: rgb(158 40 228 / 30%);
}
.premium_icon i {
    color: #ffc020;
    margin-left: 12px;
    font-size: 20px;
}
input[type=password]::-ms-clear, input[type=password]::-ms-reveal {
    display: none;
}
.no_found_box h3 {
    font-size: 32px;
    -webkit-background-clip: text;
    background-size: cover;
    width: max-content;
}
.main_category_no_found h3 {
    font-size: 30px;
    background: linear-gradient(to right, #4c46e6, #b446ff, #b446ff, #b446ff, #9700ff);
    -webkit-background-clip: text;
    background-size: cover;
    width: max-content;
    border: 2px solid #b446ff;
    padding: 20px;
    border-radius: 10px;
}
.no_frequencies_found {
    font-size: 24px;
    background: linear-gradient(to right, #b446ff, #b446ff, #4c46e6, #b446ff, #9700ff);
    -webkit-background-clip: text;
    background-size: cover;
    border: 1px solid #b446ff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    margin-block: 20px;
    text-align: center;
}
.video_category_box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    object-fit: scale-down;
}
.Divider_message {
    background: #fff;
    color: #cb13f4;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
}
.Divider-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin: 0 1em;
    text-transform: capitalize;
}
.active_status, .close_status {
    font-size: 12px;
    line-height: 11px;
    padding: 7px 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    white-space: pre;
}
.Divider-text::before {
    flex: 1;
    margin: 0 .25em 0 0;
}
.Divider-text::after {
    flex: 1;
    margin: 0 0 0 .25em;
}
.active_status {
    background: #47a432;
}
.close_status {
    background: #e5451d;
}
.ticket_number {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
/* Add media query */
.banner_image_label{
    font-weight: 900;
    font-size: 50px;
    line-height: 1.2;
    display: inline-block;
    background: #cc06f7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.banner_image_label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #4c46e6, #b446ff, #b446ff, #b446ff, #9700ff);
}
@media (max-width: 1200px) {
    .banner_image_label {
        width: 104%;
        margin-bottom: 22px;
    }
}
@media (max-width: 987px) and (min-width: 767px) {
    .banner_image_label {
        width: 68%;
        margin-top: 18px;

    }
}
@media (max-width: 764px) and (min-width: 576px) {
    .banner_image_label {
        width: 92%;
        margin-top: 18px;

    }
}
@media (max-width: 574px) and (min-width: 562px) {
    .banner_image_label {
        width: 88%;
        margin-top: 18px;
        font-size: 50px;

    }
}
@media (max-width: 560px) and (min-width: 549px) {
    .banner_image_label {
        width: 81%;
        margin-top: 18px;
        font-size: 45px;
    }
}

@media (max-width: 548px) and (min-width: 536px) {
    .banner_image_label {
        width: 74%;
        margin-top: 18px;
        font-size: 40px;
    }
}

@media (max-width: 535px) and (min-width: 530px) {
    .banner_image_label {
        width: 66%;
        margin-top: 18px;
        font-size: 35px;
    }
}

@media (max-width: 526px) and (min-width: 518px) {
    .banner_image_label {
        width: 59%;
        margin-top: 18px;
        font-size: 30px;
    }
}

@media (max-width: 516px) and (min-width: 500px) {
    .banner_image_label {
        width: 51%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 499px) and (min-width: 486px) {
    .banner_image_label {
        width: 53%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 485px) and (min-width: 472px) {
    .banner_image_label {
        width: 55%;
        margin-top: 18px;
        font-size: 25px;
    }   
}
@media (max-width: 470px) and (min-width: 458px) {
    .banner_image_label {
        width: 56%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 457px) and (min-width: 437px) {
    .banner_image_label {
        width: 59%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 433px) and (min-width: 426px) {
    .banner_image_label {
        width: 61%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 425px) and (min-width: 400px) {
    .banner_image_label {
        width: 65%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 398px) and (min-width: 383px) {
    .banner_image_label {
        width: 68%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 380px) and (min-width: 367px) {
    .banner_image_label {
        width: 71%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 364px) and (min-width: 359px) {
    .banner_image_label {
        width: 73%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 357px) and (min-width: 344px) {
    .banner_image_label {
        width: 76%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 343px) and (min-width: 333px) {
    .banner_image_label {
        width: 79%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 332px) and (min-width: 322px) {
    .banner_image_label {
        width: 82%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 320px) and (min-width: 311px) {
    .banner_image_label {
        width: 85%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 310px) and (min-width: 304px) {
    .banner_image_label {
        width: 88%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 303px) and (min-width: 292px) {
    .banner_image_label {
        width: 91%;
        margin-top: 18px;
        font-size: 25px;
    }
}
@media (max-width: 291px) and (min-width: 281px) {
    .banner_image_label {
        width: 95%;
        margin-top: 18px;
        font-size: 25px;
    }
}
/* end media query */