.error {
    color:red;
}
.success{
    color:green;
}
.customTopBtn {
    background-color: #FF00A0;
    color: white;
    font-family: var(--font-body);
    font-weight: 700;
    margin: 5px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
    margin: 35px;
    position: absolute;
    top: 50%;
    width: 40px !important;
    height: 40px !important;
    margin-top: -15px;
    /* background-color: #ffff; */
    color: #fff !important;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev:after {
    font-size: 15px !important;
    font-weight: 700 !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #0056b3;
}
.footer-widget p {
    text-align: center;
}
@media only screen and (max-width: 529px) {
    .footer-widget .widget-list .widget-list-link {
        font-size: 8px;
    }
    .footer-widget p {
        font-size: 10px;
    }
    .footer-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-social .social-link {
        font-size: 10px;
        width: 30px;
        height: 30px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        margin: 1px;
        position: absolute;
        top: 50%;
        width: 25px !important;
        height: 25px !important;
        margin-top: -15px;
        /* background-color: #ffff; */
        color: #fff !important;
        border: 2px solid white;
        border-radius: 50%;
    }
    .swiper-button-next::after,
    .swiper-button-prev:after {
        font-size: 10px !important;
    }
}
.logo {
    width: 100%;
    text-align: center;
}
.sectionsGap {
    padding-top: 35px;
    padding-bottom: 55px;
}
.channels_section .card {
    /* padding: 15px; */
    padding: 5px;
    border-radius: 0.54rem;
}
.channels_section .card img {
    border-radius: 0.54rem 0.54rem 0 0;
}
.channels_section .card p {
    text-align: center;
    color: #000000;
}
.channels_section .card {
    border: 0px;
}
.channels_section .card .smallImage {
    width: 25% !important;
    position: absolute !important;
    border-radius: 50%;
    padding: 10px 10px;
    height: auto !important;
    z-index: 999;
    left: 75%;
}
.add1 img {
    border-radius: 7px;
    object-fit: cover;
    height: 340px;
    width: 100%;
}
.add1 {
    margin: 35px 0px;
}
.add1 .swiper-pagination-container {
    margin-top: 50px;
}
.add1 .swiper-pagination-bullet {
    background-color: gray;
}
.add1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #220046;
}
.channels_section2 .card .smallImage {
    width: 25%;
    position: absolute;
    border-radius: 50%;
    padding: 10px 10px;
}
.channels_section2 .card,
.channels_section2 .card .full_image {
    /* border-radius: 5px; */
    border-radius: 5px 5px 0 0;
}
.channels_section2 .card .card-body {
    background: #220046;
    color: #fff;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}
.channels_section2 .card .card-body p {
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .add1 img {
        padding: 15px;
    }
}
.categorySection .post-title {
    font-size: 16px;
    text-align: center;
}
.categorySection .post-img {
    border-radius: 20px;
}
.add2 img {
    border-radius: 15px;
}
.categorySection .swiper-slide {
    /* width: auto !important;
    height: auto !important; */
}
.categorySlider img {
    height: 255px;
    object-fit: cover;
}
@media only screen and (max-width: 744px) {
    .categorySlider img {
        height: 255px;
    }
}
@media only screen and (max-width: 578px) {
    .categorySlider .post-img {
        /* margin: 15px; */
    }
    #categoryContainer {
        margin: 10px;
    }
}
.customHeading {
    color: rgba(34, 0, 70, 1);
    font-weight: 700;
    font-size: 2.53rem;
}
.customParagraph {
    color: #000000;
    font-weight: 500;
    text-align: justify;
    /* line-height: 40px; */
}
.contact-form-style-1 {
    margin: 100px 150px;
}
.contact-section-layout-1 .social-item a {
    color: #000000;
    font-size: 20px;
}
.formBtn {
    width: 100%;
    background-color: #FF00A0;
    margin-top: 45px;
}
.chanelPlayer {
    height: 550px;
    width: 100%;
    object-fit: fill;
}
.channels_section_page .card-body {
    font-size: 20px;
    font-weight: 600;
}
.channelPageCard {
    border-radius: 14px;
}
.channelPageRow {
    border: 1px solid rgba(0, 0, 0, .125);
}
.channelNameSection {
    /* margin-left: 50px; */
    margin-top: 25px;
}
.channelNameSection h2 {
    font-size: 40px;
    margin-bottom: 0px;
}
.channelNameSection .channelNumber {
    color: #DC0000;
    font-size: 27px;
    margin-bottom: 0px;
}
.channelNameSection .channelDescription {
    color: #C8C8C8;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 0px;
}
.channelPageCard img {
    height: 150px;
}
@media only screen and (max-width: 998px) {
    .channelLogoDiv,
    .channelNameSection {
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    .chanelPlayer {
        height: 350px;
    }
}
@media only screen and (max-width: 360px) {
    .chanelPlayer {
        height: 250px;
    }
    .channelNameSection h2 {
        font-size: 25px;
    }
    .channelNameSection .channelNumber {
        font-size: 20px;
    }
    .channelNameSection .channelDescription {
        font-size: 15px;
    }
}
.submitChannel {
    margin: 50px 0px;
    text-align: center;
}
.submitChannel h2,
h3 {
    width: 100%;
    text-align: center;
}
.submitChannel h3 {
    font-weight: 700;
    font-size: 30px;
    margin-top: 25px;
}
.submitChannel img {
    width: 50%;
}
.submitChannel p {
    font-size: 22px;
    color: #949494;
    font-weight: 300;
}
.submitChannel .submitChannelText {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
}
.submitChannel a {
        font-size: 0.875rem;
        color: var(--color-white);
        font-weight: 700;
        border-radius: 4px;
        border: 1px solid transparent;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        height: 50px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 60px;
}
.submitChannel .formBtn {
 
    margin-top: 15px;
}
.submitChannel .form-group .rt-form-control {
    font-size: 0.875rem;
    color: #9b9b9b;
    background-color: var(--color-white);
    padding: 10px 20px;
    height: 50px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    /* border: 1px solid #f0f0f0; */
    border: 1px solid #B4BEC8;
    border-radius: 5px;
}
.submitChannel form{
    background-color: #fff;
    padding: 0px;
    border: 0px;
}

.submitChannelForm a {
    padding: 10px 60px !important;
}
.aboutHeadline {
    font-size: 34px;
    text-align: left;
}
.aboutUsSection img{
    height: 450px;
}
@media only screen and (max-width: 830px) {
    .aboutUsSection img{
        height: 250px;
    }
}
.author_banner_count .counter {
    font-size: 30px;
    font-weight: 500;
    color: #343434;
    margin-bottom: 1px;
    text-align: center;
}
.author_banner_count .counterText {
    font-size: 25px;
    font-weight: 400;
    color: #343434;
    text-align: center;
}
.profilePostsSection .post-meta .customIconText span{
    margin-left: 5px;
}
@media only screen and (max-width: 477px) {
    .profilePostsSection .post-content h3{
        font-size: 1rem;
    }
    .profilePostsSection .post-meta .customIconText i{
        font-size: 10px;
    }
    .profilePostsSection .post-meta .customIconText span{
        font-size: 13px;
    }
    .profilePostsSection .post-meta{
        margin-bottom: 8px;
    }
}
.profilePostsSection .post-meta{
    margin: 10px 0px;
}
.profilePostsSection .post-meta ul li{
    margin-top: 8px;
}
@media only screen and (min-width: 1220px) {
    .fashion {
        padding: 0px 30px;
    }
}

.smallImage{
    width: 25% !important;
    position: absolute !important;
    border-radius: 50%;
    padding: 10px 10px;
    height: auto !important;
    z-index: 999;
}
.rt-section-heading {
    /* margin-top: 50px; */
}
#channels_section .container {
    margin-top: 50px;
}
.categorySection {
    margin: 50px 0px;
}
.channels_section .card {
    /* padding: 1rem; */
}
.channels_section .container {
    margin-top: 50px;
}
main .container {
    /* margin-left: 240px; */
}
.rt-post-overlay .card {
    margin: 0px 10px;
}
@media only screen and (max-width: 529px) {
    .rt-post-overlay .post-img img {
        height: 120px;
    }
    .categorySection .rt-post-overlay .post-img img {
        height: 130px;
    }
    .rt-post-overlay.rt-post-overlay-xl .post-img + .post-content {
      padding: 6px;
    }
    .sectionsGap {
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .rt-section-heading {
        /* margin-top: 50px; */
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    .channels_section .col-2 {
        /* margin-top: 45px; */
    }
    .categorySection {
        margin: 10px 0px;
    }
    .channels_section .card {
        padding: 0.3rem;
    }
    .categoryContainer .post-title {
        margin: 5px 0px;
    }
    .categorySection .post-title {
        font-size: 13px;
    }
    .channels_section .container {
        margin-top: 25px;
    }
    .card-body {
        flex: 1 1 auto;
        padding: 0.3rem 0.3rem;
    }
    main .container {
        margin-right: auto;
        margin-left: auto;
    }
    .rt-post-overlay .card {
        margin: 0px 4px;
    }
}
@media only screen and (max-width: 1290px) {
    main .container {
        margin-right: auto;
        margin-left: auto;
    }
}
.channels_section2 {
    margin-top: 50px;
}
.channels_section .card-body {
    padding: 8px;
}


/* login page start */
.login_form_style{
    margin: 30px 0px;
}
/* login page end */

.profilePostsSection .rt-post-overlay .post-img img {
    height: auto;
}

