@media screen and (max-width:1600px) {
    .section-title h2 {
        font-size: 94px;
    }
    .faq-question .accordion-item h2 button {
        font-size: 25px;
        line-height: 25px;        
    }
    .faq-img {
        top: 0;
    }
    .why-text {
        padding: 30px;
    }
    
}
@media screen and (max-width:1440px){
    .carousel-caption {
        left: 4%;        
    }
    .carousel-caption h1 {
        font-size: 123px;
    }
    .section-title h2 {
       
        font-size: 80px;
    }
    .faq-question .accordion-item h2 button{
        font-size: 22px;
    }
    .footer-widget h3{
        font-size: 35px;
    }
    .login-options ul li a.btn.btn-login-option {
       
        width: 100%;
    }
    .charges-sec h4 {
        font-size: 22px;
    }
}
@media screen and (max-width:1400px) {
    
    .why-text {
        padding: 25px;
    }
    .why-text h4 {
        color: #565656;
        font-size: 25px;
    }
    .why-text p {
        line-height: 24px;
    }
    .counter-column h3 {
        font-size: 65px;
    }
    .counter-column p{
        font-size: 22px;
    }
    .border-right:after {
        height: 85px;
        top: 24%;
    }
}
@media screen and (max-width:1200px) {
    .home-banner .carousel-item img{
        height: 50vh;
        width: 100% !important;
    }
    .faq-question .accordion-body p {
        font-size: 16px;
        line-height: 24px;
    }
    .header .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-right: 4px;
    }
    .wrap {
        /* width: 95px;
        height: 35px;
        margin-right: 25px; */
    }
    .wrap.active {
        width: 185px;
        padding-left: 13px;
        padding-right: 13px;
        margin-right: 0px;
    }
    .wrap span {        
        font-size: 17px;
        padding-left: 4px;
    }
    .wrap .fa {       
        font-size: 16px;
    }
    .right-menu-bar a {
        margin-left: 25px;
    }
    a.btn-color {        
        font-size: 17px;
        padding: 7px 14px;
    }
    .right-menu-bar a.btn-transparent{font-size: 17px;}
    .header .navbar .navbar-collapse .navbar-nav .nav-item a.nav-link{font-size: 16px;}
    .carousel-caption h1 {
        font-size: 100px;
    }
    .section-title h2 {
        font-size: 70px;
    }
    .faq-img{
        top: 21px;
        margin-bottom: 20px;
    }
    .faq-question .accordion-item h2 button {
        font-size: 20px;
    }
    .counter-column{
        margin-bottom: 20px;
    }
    .counter-column h3 {
        font-size: 60px;
    }
    .user-followers h3{
        font-size: 25px;
    }
    .create-post-box {       
        margin-bottom: 60px;
    }
}
@media screen and (min-width:992px) and (max-width:1000px){
    .container {
        max-width: 1000px;
    }
    .influencer-dashboard .container,
        .user-dashboard .container {
            max-width: 1140px;
    }
   
}

@media screen and (max-width:991px){
    .border-right:after {
        display: none;
    }
    .header .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 90%;
        z-index: 10;
        background: #fff;
        /* width: 100%; */
        right: 0;
        color: #333;
        padding: 15px 12px;
        border-radius: 5px;
    }
    .header .navbar .navbar-collapse .navbar-nav .nav-item a.nav-link{
        color: #212529;
        font-weight: 500;
        padding-bottom: 3px;
        padding-top: 3px;
    }
    .carousel-caption h1 {
        font-size: 70px;
    }
    .section-title h2 {
        font-size: 60px;
    }
    .earn-with-text{
        padding-top: 20px;
    }
    .login-title p {
        font-size: 25px;
        line-height: 35px;
    }
    .register-form label{
        font-size: 18px;
    }
    .login-options ul li a.btn.btn-login-option {       
        padding: 10px 3px;
    }
    .user-dashboard{
        padding-top: 6.5rem;
    }
    .dashboard-sidebar{
        margin-bottom: 15px;
    }
    .transaction-list {
        overflow: auto;
    }
    .influencer-nav ul li a.active:after{
        bottom: -21px;
    }
    .influencer-nav ul li a.active{
        margin: 0;
    }
    .sidenav a{
        font-size: 18px;
    }
    .tab-content .container{
        padding: 0;
    }
    .user-post-box{
        min-height: auto;
    }
    a.icon svg {
        width: 30px;
    }
    .user-post-box .opt-open button i {
        font-size: 20px;
    }
    .user-post-box .opt-open {
       
        top: 5px;
        right: 3px;
    }
    .play svg {
       
        width: 42px;
    }
    .modal-video .modal-footer{
        padding: 0;
    }
    .user-profile-header h5 {
        margin-bottom: 0px;
        font-size: 16px;
    }
    .user-profile-header p {
       
        font-size: 12px;
    }
    .userliks-show i {
        font-size: 20px;
    }
    .userliks-show a img {
        width: 25px;
    }    
    .video-settings-right .btn {
        font-size: 1.2rem;
        
        line-height: 0.1;
    }
    .video-settings-right .share-video svg {
        width: 20px;
    }
    .btn.btn-send, .btn.btn-creator{
        font-size: 18px;
    }
    .right-menu-bar a.btn-transparent{
        white-space: nowrap;
    }
    
}
@media screen and (max-width:767px){
    .header .navbar{
        justify-content: left;
    }
    .header .navbar-light .navbar-brand {
        padding-left: 8px;
    }
    .right-menu-bar a {
        margin-left: 10px;
    }
    .right-menu-bar a.btn-color {
        font-size: 16px;
        padding: 2px 12px 6px;
        /* margin-left: 10px; */
        white-space: nowrap;
    }
    .header .navbar-toggler {        
        font-size: 0.8rem;
    }
    a.navbar-brand.d-md-none img {
        width: 100px;
    }
    .carousel-caption h1 {
        font-size: 55px;
    }
    .section-title h2 {
        font-size: 45px;
    }
    .para-section a{
        margin-top: 15px;
    }
    .bg-img .para-section p {        
        font-size: 40px;
        line-height: 50px;
    }
    .number-text-box h5, .numbers-box h5{
        font-size: 25px;
    }
    .number-text-box p{
        font-size: 18px;
    }
    .footer-widget h3{
        font-size: 30px;
    }
    .or{
        display: none;
    }
    .transaction-list table tr th {
        font-size: 16px;
    }
    .user-h-profile img{
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
    .user-feed-section .row {
        --bs-gutter-x: 0.6rem;
    }
    .user-post-box {
       
        margin-bottom: 10px;
    }
    .chats-box {       
        padding: 10px 10px !important;
    }
    .earning-img {
        padding-top: 34px;
    }
    .wallet-sec{
        padding: 20px;
    }
    .charges-sec {        
        padding: 20px;
    }
    .total-earning-sec{
        padding: 25px 25px 0 25px;
    }
    .total-earning-sec h2 {
        font-size: 36px;
    }
    .subscrib-plan-box h3 {       
        font-size: 40px;
    }
    .faq-sec .accordion-button {       
        font-size: 22px;
    }
    .faq-sec .accordion-body p {      
        font-size: 18px;
    }
    .subscrib-plan-box{
        margin-bottom: 20px;
    }
    .subscrib-plan-box{
        padding: 25px;
    }
    .cta-sec h2 {       
        font-size: 38px;
    }
    .wrap {
        /* width: 112px;         */
    }
    .profile-view-box{
        margin-top: -58px;
    }
    .user-img {
        width: 95px;
        line-height: 95px;        
        height: 95px;
    }
    .user-img img {       
        width: 80px;
        line-height: 80px;
        height: 80px;
    }
    .user-image{        
    height: 190px;
    }
    .user-v-image {
       
        
        height: 190px;
    }
    .play-btn-icon {
        font-size: 55px;
       
    }
    .user-post-box-video .opt-open {        
        top: 5px;
        right: 0px;
    }
    .wrap{
        margin-right: 10px;
    }
    
}  
@media screen and (max-width:540px){
    .carousel-caption h1 {
        font-size: 45px;
        font-weight: 600;
    }
    .carousel-caption h1 span {
        left: 0;
    }
    .bg-img .para-section p {
        font-size: 28px;
        line-height: 38px;
    }
    .bwitch-hcard__img img {
        height: auto;
    }
    .bwitch-hcard--one, .bwitch-hcard.bwitch-hcard--two {
        padding-top: 22px;
        gap: 30px;
    }
    .footer-widget h3 {
        font-size: 25px;
    }
    footer {
        
        padding-bottom: 40px;
    }
    footer {
        background: #090C15;
        position: relative;
        padding-top: 86px;
        padding-bottom: 40px;
    }
    .carousel-indicators {        
        margin-left: 3%;
    }
    .carousel-indicators [data-bs-target] {
        width: 95px;
        margin-left: 0px;
    }
    .btn.btn-send{
        margin-top: 0;
    }
    .btn.btn-send, .btn.btn-creator {
        font-size: 16px;
    }
    .right-menu-bar a.btn-transparent {
        font-size: 15px;
        white-space: nowrap;
    }
    .user-bg-img-box {
       
        height: 120px;
    }
    .user-bg-img-box .btn.btn-subscribes {
       
        padding: 5px 16px 6px;
    }
    
}
@media screen and (max-width:480px){
    .carousel-caption h1 {
        font-size: 45px;
        font-weight: 600;
    }
    .section-title h2 {
        font-size: 38px;
    }
}