/* desktop*/

@media (max-width: 1600px) {
    
       #monthlyContent{
        width:85%;
    }
    
    .section-blog .card-larg .section-detaile2 .detaile_blog{
        flex-direction:column !important;
        gap:1rem;
    }
    
    .container-download .row{
        width:85%;
    }
    

.section-about form {
  width: 70%;
}

    
  .photo-item:nth-child(2) {
    top: -75%;
  }

  .container-favorite .movie {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }

  :root {
    --sidebar-right-width: 21%;
  }

  .description-ad {
    width: 60%;
  }
  .section-about .description-ad {
    margin-left: 23%;
  }
}

/* L laptop */

@media (max-width: 1440px) {
    
       .pricing-table{
        margin:1.5rem auto;
        width:90%;
    }
    
    #DownloadMovieModal .background-modal{
        width:44% !important;
    }
    
    .container-download .custom-dropdown{
        width:20% !important;
    }
    
    .sidebar-right{
        padding:0.5rem;
    }
    
  .otp-input {
    width: 11%;
    height: 65px;
  }

  .content-profile .container-billing .row-billing .col-md-5 span {
    font-size: 0.8rem;
  }

  .text-header-billing-profile {
    margin-top: 10%;
  }

  .container-detaile .detaile span:nth-child(1) {
    font-size: 1.1rem;
  }

  .photo-item:nth-child(2) {
    top: -60%;
  }

  .photo-item:first-child {
    top: -25%;
  }


  .proxy-notification .proxy-text {
    font-size: 0.9rem;
    text-align: center;
  }

  .continue-watching h2 {
    font-size: 1.1rem;
  }

  .container-ad .details p,
  .container-ad .details span {
    font-size: 0.9rem;
  }

  .container-ad .details ul {
    font-size: 0.8rem;
  }

  .card-small-index {
    width: 100%;
    height: 40vh;
  }

  .col-costum {
    width: 35%;
  }

.search-form{
    width:30% !important;
}

  .Left-sidebar .nav-link {
    font-size: 0.9rem;
  }

  .Left-sidebar .toggle-text {
    font-size: 0.8rem;
  }

  :root {
    --sidebar-left-width: 14%;
  }

  .side-card-icon {
    font-size: 0.8rem;
  }

  .header {
    margin: 1rem 2rem 3rem 1rem;
  }

  .section-about .row-btn {
    margin-top: 20%;
  }

  .section-about .description-ad {
    margin-left: 18%;
  }
  
  .container-download .row{
      width:95%;
      margin-left:0 !important;
  }
  
  .container-download{
      margin-left:0;
  }
  
  #monthlyContent{
      width:100%;
  }
}






/*some sizes*/
@media(max-width:1367px){
    
 .field .expiry{
     width:31%;
 }
    
    .box.active .span-active{
        left:30%;
    }
        :root {
        --sidebar-right-width:26%;
}

    .container-detaile .poster-img {
    left: 6%;
    width: 30%;
  }

  .detaile-watch-movie {
    width: 60% !important;
  }
  
      .container-detaile .cover-img {
    width: 95%;
  }
}



/*some bootstrap sizes*/
@media(max-width:1200px){
    
    .col-payment form{
        width:90%;
    }
    
    .col-payment .sec-profile .expiration-date{
        width:100%;
    }
    
   .col-payment .field .expiry-label,
     .col-payment .field .expiry,
     .expiration-date .CVV{
        font-size:0.8rem;
    }
    
    .box.active .span-active{
        left:34%;
    }
        
    #monthlyContent .row{
        gap:1rem;
    }
    
       .section-about .row{
       justify-content:center;
   }
}



/* some laptop */
@media (max-width: 1135px) {
    
    .hamburger{
        background:none;
        border:none;
        
    }
    
    
    .sidebar-R-mobile{
        display:flex !important;
        width:100%;
        padding:0 2rem;
    }
    
    .sidebar-R-mobile .user-profile{
        display:none;
    }
    
    .Left-sidebar .toggle-wrapper{
        justify-content:center !important;
        margin-left:0 ;
    }
    
    .Left-sidebar .toggle-wrapper .toggle-item,
    .sidebar-R-mobile .container-ad{
        width:60%;
    }
    
    .container-ad img:nth-of-type(2){
        top:30%;
    }
    
    .container-ad img:first-child{
        top:10%;
    }
    
    .sidebar-R-mobile .ad-button{
        width:40%;
    }
    
   
  .content-profile .text-header-billing {
    width: 100%;
  }

  .section-about .title-faqs p {
    font-size: 1.5rem;
  }

  .section-photo {
    height: 25vh;
  }

  .sidebar-right,
  .Left-sidebar .toggle-wrapper .toggle-text{
    display: none;
  }

  .continue-watching h2 {
    font-size: 0.9rem;
  }

  .header:not(.col-setting .header,.background-modal-admin .header,.container-admin .header,.tab-content .header) {
    display: none;
  }

  

  .container-ad-mobile {
    position: relative;
    display: block !important;
    width: 60%;
    margin: 3.4rem auto !important;
    border-radius: 20px;
    padding: 1rem 0;
    color: #fff;
    background-color: rgba(217, 217, 217, 0.1);
    backdrop-filter: blur(15px);
    overflow: hidden;
    box-shadow: 0 0 30px #f75a5a42;
    animation: glowShadow 2.5s infinite ease-in-out;
  }

  .container-ad-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3px;
    border-radius: 20px;
    background: linear-gradient(90deg, #f75a5a, #ffa955);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    box-shadow: 0 0 30px #f75a5a42;
    pointer-events: none;
  }

  .container-ad-mobile img:first-child {
    position: absolute;
    top: 40%;
    right: 10%;
    width: 25%;
    transform: rotate(18deg);
    z-index: 0;
    filter: blur(2px);
  }

  .container-ad-mobile img:nth-of-type(2) {
    position: absolute;
    top: 50%;
    right: 25%;
    width: 16%;
    transform: rotate(-33deg);
    z-index: 0;
    filter: blur(2px);
  }

  .container-ad-mobile .details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container-ad-mobile .details p {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    margin: 1.063rem;
  }

  .container-ad-mobile .details span {
    font-size: 16px;
    margin: 17px;
  }

  .container-ad-mobile .details ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin-top: 1.313rem;
    z-index: 999;
    position: relative;
    font-size: 1rem;
    line-height: 2;
    list-style: none;
    padding-left: 1rem;
  }

  .container-ad-mobile .details ul li i {
    color: var(--second-grade);
  }

  .ad-button {
    width: 30%;
    height: 5vh;
    background-color: #0000004d;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .ad-button:hover {
    animation: buttonHoverGlow 0.8s infinite alternate;
  }

  .ad-button span {
    font-weight: 300;
    font-size: 12px;
    cursor: pointer !important;
  }
  .filter-mobile {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem 0.5rem;
  }

  .filter-mobile span {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 1);
  }

.filter-mobile .icon-setting-slider{
    color:white;
}

  .description-ad {
    width: 70%;
  }

  .section-about .description-ad {
    margin-left: 10%;
  }

  .section-about .description-ad div::before {
    left: -12%;
  }
  .form-side p {
    font-size: 1.3rem;
  }
}



/* laptop */
@media (max-width: 1024px) {
    
         .pricing-table{
        margin:0 auto;
    }
    
    .section-post .post .title-post,
    .related-post .title,
    .section-post .post .comment-post .title{
        font-size:2rem;
    }
    
    .section-post .post .info-post .detaile_blog{
        gap:1.5rem;
    }
    
.container-download .container-filter,
.container-download .movie_download{
    margin-left:4%;
}
    
    
       #DownloadMovieModal .background-modal{
        width:64% !important;
    }
    

    
       .section-about .description p,
       .section-about .title,
       .section-about .description ul, .section-about .description .advertise-dl div{
        padding:1rem;
    }
    
    .Left-sidebar .menu-section{
        align-items:center;
        gap:0.5rem;
    }
    
    
    .user-avatar2{
        margin:1.7rem 0;
        display:block;
    }
    
      .popular-first .view-all,
   .toggle-light,
   .toggle-off{
  display:none !important;
  
   }
   
   
  .Left-sidebar .toggle-item {
    width: 45px !important; 
    height: 45px;
    border-radius: 50px;
    padding: 0;
}

.Left-sidebar .toggle-bg,
  .Left-sidebar .toggle-proxy-bg {
    width: 100%;
    border-radius: 50px;
  }

.Left-sidebar .toggle-item.active-light .toggle-bg,
  .Left-sidebar .toggle-item.active-proxy .toggle-proxy-bg {
    left: 50%;
  }
  
   .Left-sidebar .toggle-text {
    width: auto;
    margin-right: 10px;
    font-size: 13px;
  }
    
    .d-flex-body{
        padding-left:var(--sidebar-left-width) !important;
    }
    
  .content-profile .text-header-billing .plan-price,
  .content-profile .sec-profile .text-header {
    font-size: 1.4rem;
  }

  .content-profile .sec-profile .col-payment p:first-child {
    font-size: 1.7rem;
  }

  .otp-input {
    width: 15%;
  }

  .phone-input-profile {
    width: 80% !important;
  }

  .content-profile .sec-profile-info .label span,
  .content-profile .container-billing .col-md-5 .payment {
    font-size: 0.9rem;
  }

  .container-favorite .movie {
    grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
  }

  .section-about .title p,
  .content-profile .sec-profile .text-header,
  .content-profile .container-billing .col-md-5 .plan {
    font-size: 1.4rem;
  }

  .section-photo {
    margin-top: 17%;
  }

  .index-page .navbar .logo a {
    font-size: 3.1rem;
  }

  .index-page .menu ul {
    font-size: 1.2rem;
  }

  .col-costum {
    width: 40%;
  }

  .container-ad .details p,
  .container-ad .details span,
  .content-table td {
    font-size: 0.8rem;
  }

  .container-ad .details ul {
    font-size: 0.7rem;
  }

  .Left-sidebar .logo span {
    font-size: 2rem;
  }

  .Left-sidebar .menu-item span,
  .Left-sidebar .toggle-text {
    display: none;
  }

  .Left-sidebar .menu-item i {
    font-size: 1.5rem;
  }

  .Left-sidebar {
    align-items: center;
  }

  .Left-sidebar .menu-item {
    justify-content: center !important;
  }

  :root {
    --sidebar-left-width: 10%;
  }

  .container-ad-mobile .details ul {
    font-size: 0.8rem;
  }

  .container-favorite .cat-dropdown {
    width: 25%;
  }

  .empty p {
    font-size: 1.5rem;
  }

  .section-about .description ul,
  .section-about .description dl {
    gap: 3rem;
  }

  .section-about .counter {
    justify-content: space-around;
  }

  .form-custom .form-control,
  .form-custom .selected-option {
    font-size: 1rem !important;
  }

  .section-about .social-icons {
    width: 50%;
  }

  .section-about .title p,
  .form-side .title span {
    text-align: center;
  }
  

}




@media(max-width:991px){
    
        .index-page .navbar{
        padding:1rem !important;
    }
    
    .pricing-table th, .pricing-table td{
        padding:0.7rem !important;
    }
           
    .detile-score{
        margin-top:4% !important;
    }
    
    .table-responsive {
        margin-top:4%;
        border-radius:10px;
        background-color:var(--bg-card);
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#monthlyContent .table-responsive{
    background-color:unset;
    margin-top:0;
}

.container-history .profile-table{
    width: 100%;
    min-width: 600px;
    white-space: nowrap; 
}

.section-post
  .post
  .related-post
  .posts
  .card-larg
  .section-info
  .detaile_blog{
      gap:1rem;
  }
  
  .col-payment form{
      width:100%;
  }
}



/* tablet */
@media (max-width: 768px) {
    
    .index-page .menu ul{
        gap:1.1rem;
        font-size:0.9rem;
    }
    
    
    .box.active .span-active{
        left:38%;
    }
    
    .costum-row-profile{
    gap:2rem ;
}
    
    .section-movie .tab-content .episode .thumbnail{
        width:15%; 
    }
   
    
    
    .detaile-actor .screenshot-gallery .img-actors{
        flex:0 0 45%;
    }
    
  .detaile-actor .screenshot-gallery .img-actors a img{
    height:auto !important;
  
}
    
    .container-detaile .poster-img{
        top:37%;
        height:310px;
    }
    
    .section-about .row{
        width:100%;
    }
    
    .container-ad-mobile, .section-about form,
    .section-post
  .post
  .related-post
  .posts
  .card-larg
  .section-info
  .detaile_blog{
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    
    .form-custom .select-box{
        position:unset !important;
    }
    
     .container-download .custom-dropdown{
        width:25% !important;
    }
    
    .container-favorite .movie,
.container-download .movie{
    margin-top:7%;
}
    
      .container-ad-mobile,
      .section-about form {
          width:90%;
      }
      
      .col-payment form{
          width:100%;
      }
      
     .sec-billing .col-payment{
          padding:10px !important;
      }
    
  
  .expire-inputs {
    font-size: 0.7rem;
  }

  .btn-subscrib {
    width: 80%;
  }

  .empty p,
  .video-header h2{
    font-size: 1.3rem;
  }

  .otp-input {
    width: 10%;
    font-size: 1.6rem;
  }



  .container-detaile .detaile span:nth-child(1) {
    font-size: 1rem;
  }

  .container-detaile .detaile span,
  .selected span {
    font-size: 0.8rem;
  }

  .container-category .movie > .card-small-video,
  .container-favorite .movie > .card-small-video{
    max-width: 350px;
  }

  .card-small-video {
    height: 350px;
  }

  .photo-item:nth-child(2) {
    top: -55%;
  }

  .section-photo {
    height: 20vh;
  }

  .index-page .navbar .logo a {
    font-size: 2.5rem;
  }

  .index-page .title span:first-child,
  .index-page .title span:nth-child(2) {
    font-size: 1.8rem;
  }

  .col-costum {
    width: 50%;
  }

  .index-page .menu ul {
    font-size: 1rem;
  }

    .index-page .navbar .section-button .button {
        font-size: 0.7rem !important;
        padding: 0.5rem 0.7rem !important;
    }

  .small {
    font-size: 0.7rem;
  }

  .small {
    padding: 0.4rem;
    font-size: 0.65rem;
  }
  .Left-sidebar .logo span {
    font-size: 1.5rem;
  }

  .container-favorite .movie {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }
  
  .selected {
    padding: 0.4rem;
  }

  .debit-dropdown,
  .col-payment .card-number,
  .col-payment .expiration-date,
   .description-ad{
    width: 100% !important;
  }

  .empty span {
    font-size: 0.9rem;
  }

  .section-about {
    margin-top: 15%;
  }

  .section-about .title p {
    font-size: 1.5rem;
  }

  .section-about .title i {
    font-size: 3.5rem;
  }

  .section-about .description {
    width: 70%;
  }


  .section-about .description-ad {
    margin-left: 5%;
  }

  .section-contact i {
    font-size: 2rem;
  }

  .section-contact {
    gap: 2.5rem;
  }
  
   #DownloadMovieModal #episodeForm .row:first-child,
   .section-blog .card-larg .section-detaile .detaile_blog{
      gap:1rem !important;
  }
  
  .section-post .post .related-post .posts .card-larg .section-img{
      height:fit-content;
  }
  
  .section-post .post .related-post .posts .card-larg .section-img img{
      height:auto;
  }
  
          #monthlyContent .row{
            gap:3rem;
        }
  

}



@media (max-width: 767px) {
  .content-profile .sec-profile-info .label .span-info input,
      #DownloadMovieModal .background-modal{
    width: 100% !important;
  }
  
    .content-profile .container-billing{
      gap:2rem;
  }
 
}




/*some sizes*/
@media (max-width:576px){
    
    .field .expiry{
        width:15%;
    }
    
     .img-download-big{
        border-bottom:1px solid rgba(196, 196, 196, 1);
          height:210px;
    }
 
    
    .col-trash{
        display:flex;
        justify-content:center;
    }
}








/* small tablet and large mobile */
@media (max-width: 580px) {
    
    
    .btn-sub-col .btn-subscribe{
        width:66%;
    }
    
    .content-profile .text-header-billing{
        height:11vh;
    }
    
    .col-payment form,
    .sec-profile .expiration-date,
    .content-profile .sec-profile .col-payment{
        gap:1rem;
    }
    
    .btn-sub-col{
        margin-top:1rem;
    }
    
    .text-header-billing span,
    .text-header-billing .plan-price p,
    .content-profile .text-header-billing .plan-price p:nth-child(2),
    .content-profile .sec-profile .col-payment p:first-child{
        font-size:1rem !important;
    }
    
 #monthlyContent .box{
     width:90%;
 }
    
    .pricing-table th:not(:first-child){
        display:none;
    }
    
    .pricing-table th,.pricing-table td{
        border-bottom:0 !important;
        font-size:0.7rem;
    }
    
    .invoice-box .invoice-title{
font-size: 1rem;
        color:var(--font-color2);
    }
    
     .invoice-box .invoice-title2{
font-size: 0.75rem;
        color:var(--border);
    }
    
    .invoice-box{
        display:flex;
        flex-direction:column;
        gap:0.5rem;
        align-items:center;
    }
    
    .profile-table .first-box-invoice{
        align-items:flex-start;
    }
    
    .container-history .profile-table{
        min-width:unset;
    }
    
    .section-post .post .img-post .img{
        margin:0;
        border-radius:10px;
    }
    
      .section-post .post .comment-post .section-img{
          flex-direction:column;
          align-items:center;
        gap:1rem;
    }
    
    .section-post .post .related-post .posts .card-larg .section-info .title{
        margin:0;
        text-align:center;
    }
    
    .sidebar-R-mobile .container-ad{
        width:80%;
    }
    
    .card-larg2 .section-detaile ,
    .card-larg2 .section-img{
        flex:1;
    }

.card-larg2 .row,
.card-larg2 .col-12 {
    height: 100% !important;
}
    
    .card-larg2 .row{
        align-items:center;
        justify-content:center;
    }
    
    .section-blog .card-larg .section-detaile2 .detaile_blog .tag span,
   .section-post .post .info-post .detaile_blog .tag span{
        padding:6px 10px;
    }
    
    .section-blog .card-larg .section-detaile2 .detaile_blog .info,
    .section-blog .card-larg .section-detaile2 .detaile_blog .tag span,
    .section-post .post .info-post .detaile_blog .tag span,
    .section-post .post .info-post .detaile_blog .info-blog{
        font-size:0.6rem;
    }
    
    .section-blog .card-larg .section-detaile .excerpt{
        font-size:0.8rem;
    }
    
    .section-blog .card-larg .section-detaile .title a span{
        font-size:0.7rem;
    }
    
    .section-post .post .title-post,
    .related-post .title,
    .section-post .post .comment-post .title{
        font-size:1.3rem;
    }
    
    
    .section-blog .card-larg2 .section-img img{
        height:100% !important;
    }
    
   .section-blog .card-larg .section-detaile2 .detaile_blog{
       flex-direction:row !important;
   }
    
    .card-larg2 .section-img{
        width:25% !important;
    }
    
    .section-detaile2{
        width:75%;
    }
    
    .section-blog .card-grid {
    grid-template-columns:1fr;

}
    .section-blog .card-larg .section-img img,
    .section-post .post .img-post .img{
        height:auto;
    }
    
    .section-post .post .img-post .img{
        width:100%;
    }
    .section-blog .card-larg .section-img,
    .section-post .post .img-post .img{
        height:fit-content;
    }
    
    .detaile_blog:not(.info-post .detaile_blog){
        flex-direction:column;
    }
    
    .table-responsive .container-history{
        display:none;
    }
    
    .content-profile .sec-profile-info .section-btn{
        justify-content:center;
        gap:1rem;
    }
    
.content-profile .sec-profile-info .section-btn .btn-logout,
.content-profile .sec-profile-info .section-btn .btn-save{
    width:45%;
}

    .video-header{
        margin:0 20px;
    }
    
    .menu-item-about,
    .container-history-mobile{
        display:block !important;
    }
    
    .sidebar-left{
        position:fixed !important;
        bottom:0 !important;
        left:0;
        right:0;
        top:unset;
        height:60px;
        width:100%;
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    
    .Left-sidebar{
           bottom:0;
        left:0;
        right:0;
        width:100%;
        height:100%;
        flex-direction:row;
        padding:1rem;
    }
    
    .Left-sidebar .menu-section{
        width:100%;
        display:flex;
         justify-content:space-between;
    }
    
    .Left-sidebar .menu-item:not(.menu-item-nothover)::before {
        top:-10px;
        left:0;
        height:0%;
        width:100%;
        clip-path: polygon(28% 0, 76% 0, 100% 100%, 0 100%);
    }
    
       .Left-sidebar .menu-item:not(.menu-item-nothover).active::before{
        height:100%;
    }
    
        .Left-sidebar .menu-item:hover::before,
        .Left-sidebar .menu-item:hover::after{
       display:none;
    }
    
    .Left-sidebar .menu-item:not(.menu-item-nothover)::after{
        left:46%;
        top:-21%;
        transform:rotate(90deg) !important;
    }
    
    .Left-sidebar .logo,
      .Left-sidebar .menu-section2,
    .Left-sidebar  .menu-section-setting{
        display:none;
    }
    
    .Left-sidebar .menu-section{
        flex-direction:row;
    }
    
    
    .search-mobile .related-mobile{
        position:unset;
        margin-top:1rem;
    }
    

    .search-mobile .search-form{
        margin:auto;
        width:90% !important;
        position:unset !important;
        margin-top:5rem;
    }
    
    .section-movie .tab-content .episode .thumbnail{
        width:23%;
    }
    
    .related-mobile .col-costum{
        width:55%;
    }
    
    .related-mobile{
        position:absolute;
        top:330%;
        display:block !important;
    }
    
    
 .section-movie .detaile .row-detile,
 .search-mobile .search-box,
 .section-post .post .related-post .posts,
 .section-post .post .comment-post .section-img .detaile{
     width:100%;
 }
    
    .section-about-first,
    .section-post .post{
        margin-top:20% !important;
    }
    
    
      .container-download .custom-dropdown{
        width:35% !important;
    }
    
  .sec-billing .expiration-date {
    flex-direction: column !important;
  }
  .sec-billing .expiration-date .expire-inputs,
  .col-payment form{
    width: 100%;
  }

  .sec-billing .title {
    margin-top: 20% !important;
  }

  .sec-billing .title p {
    font-size: 1.4rem !important;
  }

  .empty .error {
    width: 80%;
  }

  .empty {
    padding: 1rem;
    margin-top: 30%;
  }
  
  .container-download{
      margin-top:25%;
  }

  .otp-input {
    width: 13%;
    font-size: 1.5rem;
  }

  .actions-mobile {
    display: flex !important;
  }

  .middle-detaile {
    justify-items: center;
  }

  .header-mobile2 {
    position: fixed;
    top: 0;
    z-index: 999 !important;
    width: 100%;
    background: transparent !important;
  }

  .container-detaile {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0;
  }

  .container-loading-mobile {
    position: absolute !important;
    top: 100%;
  }

  .container-ad-mob-detaile {
    position: absolute;
    top: 280%;
  }

  .container-detaile .cover-img::before {
    filter: none !important;
  }

  .container-detaile .cover-img::after {
    background: linear-gradient(
      180deg,
      rgba(15, 15, 15, 0) 0%,
      rgba(15, 15, 15, 0.2) 35%,
      rgba(15, 15, 15, 0.8) 70%,
      rgba(15, 15, 15, 1) 100%
    );
  }

  .container-detaile .cover-img {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-end;
  }

  .container-detaile .detaile {
    gap: 1rem;
    align-items: center;
    width: 100% !important;
  }

  .container-detaile .action {
    width: 95%;
    gap: 1rem;
  }

  .share-detaile {
    width: 80% !important;
    margin:auto;
  }

  .watch-detaile,
  .share-detaile {
    padding: 0.3rem !important;
    width: 70%;
  }

  .container-detaile .detaile span {
    text-align: center;
  }

  .proxy-desktop,
  .container-detaile .poster-img,
  .actor-detaile,
  .actions-desktop {
    display: none !important;
  }

  .detile-score .row i {
    font-size: 1.5rem;
  }

  .container-detaile .detaile span:nth-child(1) {
    font-size: 1rem;
  }

  .col-costum-review {
    display: flex;
    justify-content: center;
  }

  .star i {
    font-size: 1.5rem;
  }

  .accordion-button {
    font-size: 0.9rem !important;
  }

  .section-fqa .accordion-body {
    font-size: 0.8rem;
  }

  .photo-item:nth-child(2) {
    top: -48%;
  }

  .section-photo {
    height: 15vh;
  }

  .section-about .description .list-line li::before {
    content: none !important;
  }

  .index-page .navbar .logo a,
  .header-mobile .logo a {
    font-size: 2.6rem;
  }

  .index-page .menu ul {
    font-size: 1rem;
  }

  .index-page .title span:first-child,
  .index-page .title span:nth-child(2) {
    font-size: 1.2rem;
  }

  .index-page .footer .button {
    padding: 0.5rem;
  }

  .index-page .footer p {
    font-size: 0.9rem;
  }

  .index-page .footer p {
    font-size: 0.8rem;
  }

  .index-page .navbar {
    justify-content: center !important;
  }

  .navbar .menu:not(.navbar .menu-detaile),
  .navbar .section-button {
    display: none !important;
  }

  .section-btn-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  
  .section-btn-mobile .small{
      padding:0.8rem 1.2rem !important;
  }

  .index-page .photo-container div img {
    width: 50%;
  }

  .index-page {
    overflow-x: hidden !important;
    max-width: 100vw;
    gap: 3rem;
  }

  .index-page .photo-container {
    animation: change-photos 8s ease-in-out 6s infinite alternate;
  }

  .col-costum {
    width: 70%;
  }

  .page-sections h2,
  .video-header h2 {
    font-size: 1rem;
  }
  .d-flex {
    padding-left: 0 !important;
  }
  .header-mobile {
    padding: 1rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar .mobile-menu {
    display: block !important;
    position: absolute;
    left: 2.5rem;
    cursor: pointer;
  }
  .small {
    padding: 0.5rem;
  }
  .bottom-slider .flex-column {
    align-items: center;
  }
  .slider-wrapper .text_tag {
    font-size: 0.5rem;
  }

  .slider-wrapper .bottom_slider h2,
  .section-about .title p {
    font-size: 1rem;
  }
  .slider-wrapper .bottom_slider .description {
    font-size: 0.8rem;
  }

  .slider-wrapper .hero-banner,
  .slider-wrapper .hero-banner img {
    height: 100%;
  }

  .dot,
  .pagination-dots-popular .dot {
    width: 10px;
    height: 10px;
  }
  .proxy-notification .proxy-text {
    font-size: 0.7rem;
  }
  .proxy-icon svg {
    width: 15px;
    height: 15px;
  }
  .proxy-notification {
    padding: 0.8rem;
  }
  .category {
    font-size: 0.7rem;
   
  }
  .card-big-index {
    height: 40vh;
  }
  .card-body-small p:nth-child(1),
  .card-body-small p:nth-child(2) {
    font-size: 0.8rem;
  }

  .left-sidebar-mobile {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 2000;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    flex-direction: column;
    gap: 1rem;
    display: flex;
    padding: 1rem 0;
    width: 60%;
    border-radius: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid rgba(255, 141, 29, 1);
    border-left: none;
  }

  .left-sidebar-mobile.sidebar-open {
    transform: translateX(0);
  }

  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .sidebar-overlay.overlay-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .left-sidebar-mobile .menu-item {
    list-style: none;
    position: relative;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    padding: 1.2rem 0.7rem;
    transition: transform 0.3s ease;
  }
  .left-sidebar-mobile .menu-section:not(.menu-set-section) {
    border-bottom: 1px solid rgba(109, 107, 119, 1);
  }

  .left-sidebar-mobile .nav-link {
    color: rgba(245, 245, 245, 1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: baseline;
    gap: 0.625rem;
  }

  .left-sidebar-mobile.menu-item:not(.menu-item-nothover)::after {
    content: "";
    width: 6%;
    display: block;
    height: 60%;
    background-color: var(--second-grade);
    position: absolute;
    top: 19%;
    left: -7px;
    border-radius: 10px;
    opacity: 0;
    box-shadow: 0 0 15px var(--second-grade);
  }

  .left-sidebar-mobile .menu-item:not(.menu-item-nothover):hover::after,
  .left-sidebar-mobile .menu-item:not(.menu-item-nothover).active::after {
    opacity: 1;
    animation: rippleWave 1s ease forwards, glowPulse 1.2s ease forwards;
  }

  .left-sidebar-mobile.menu-item:not(.menu-item-nothover)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 169, 85, 0.3) 0%,
      rgba(140, 96, 53, 0.15) 40%,
      rgba(20, 20, 20, 0) 100%
    );
    clip-path: polygon(0 18px, 100% -3%, 100% 103%, 0 72%);
    z-index: 0;
    filter: blur(2px);
    transition: width 0.4s ease;
  }

  .left-sidebar-mobile .menu-item:not(.menu-item-nothover):hover::before,
  .left-sidebar-mobile .menu-item:not(.menu-item-nothover).active::before {
    width: 100%;
    animation: lightSweep 1.2s ease forwards;
  }

  .left-sidebar-mobile .menu-item::after,
  .left-sidebar-mobile .menu-item::before {
    pointer-events: none;
  }

  .Left-sidebar .menu-item:not(.menu-item-nothover):hover .icon-nothover,
  .Left-sidebar .menu-item:not(.menu-item-nothover).active .icon-nothover {
    display: none;
  }

  .left-sidebar-mobile .menu-item:not(.menu-item-nothover):hover .icon-hover,
  .left-sidebar-mobile .menu-item:not(.menu-item-nothover).active .icon-hover {
    display: unset;
    color: var(--second-grade-hover);
    text-shadow: 0 0 10px var(--second-grade-hover);
  }

  .left-sidebar-mobile .menu-item .icon-hover,
  .left-sidebar-mobile .active .icon-hover,
  .title-faqs,
  .user-avatar2{
    display: none !important;
  }

  .left-sidebar-mobile .menu-item:not(.menu-item-nothover):hover span,
  .left-sidebar-mobile .menu-item:not(.menu-item-nothover).active span {
    color: var(--second-grade-hover);
    text-shadow: 0 0 10px var(--second-grade-hover),
      0 0 20px var(--second-grade-hover);
  }

  .container-favorite .movie {
    grid-template-columns: 1fr;
  }

  .container-favorite .cat-dropdown {
    width: 40%;
  }


  .empty i {
    font-size: 7rem;
  }
  .empty p {
    font-size: 1.2rem;
  }
  .empty span,
  .form-custom .form-control {
    font-size: 0.8rem;
  }
  .ad-button {
    width: 50%;
  }

  .section-about .description ,
  .section-post .post .comment-post .section-img{
    width: 100%;
  }

  .section-about .title p {
    font-size: 1rem;
  }

  .section-about .title i {
    font-size: 2.5rem;
  }

  .section-about .description p,
  .section-about .row-btn .btn_full span {
    font-size: 0.9rem;
  }

  .section-about .counter {
    justify-content: center;
  }

  .section-about .title-guestion i {
    left: -20%;
  }

  .section-about .social-icons {
    width: 80%;
  }

  .section-about .description ul,
  .section-about .description .advertise-dl div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .section-about .description ul li::before,
  .section-about .description-ad div::before {
    content: none;
  }

  .section-about .description ul li,
  .section-about .description-ad div p {
    text-align: center !important;
  }

  .section-about .description-ad,
  .section-about .description-ad div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-contact {
    flex-direction: column;
    gap: 2rem;
    margin-top: 9%;
  }

  .section-contact i {
    font-size: 1.5rem;
  }
  
  .detile-score .row .col-md-3{
      width:11% ;
  }
  
    .subinfo-post .row .col-6:nth-child(2){
        padding:0;
    }
  
    .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
 backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
  }
  
    .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  
      .sidebar-left-mobile{
            transform: translateX(-100%) !important;
    transition: transform 0.4s ease;
 position: fixed !important;
 bottom:unset !important;
  top: 0;
  left: 0;
  width: 45%;
  height: 100vh;
  color: var(--text);
  padding: 20px;
  z-index: 1002;
  overflow-y: auto;
  border:rgba(255, 141, 29, 1) 2px solid;
  border-radius:0 16px 16px 0;
    }
    
    
        .sidebar-left-mobile.active {
    transform: translateX(0) !important;
  }
  
  .sidebar-left-mobile .Left-sidebar {
  flex-shrink: 0;
  width: 100%;
  height:fit-content;
  background-color: var(--bg-slider);
  color: var(--text);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
   border-radius:0 16px 16px 0;
  z-index: 1003;
}

.sidebar-left-mobile .nav-link{
     color: var(--text);
}

  .sidebar-left-mobile .Left-sidebar .menu-section {
  flex-direction: column;
  gap: 0rem;
  border-bottom: 1px solid var(--disable-mood);
  justify-content:unset;
  align-items:flex-start;
}

  .sidebar-left-mobile .Left-sidebar .menu-item:not(.menu-item-nothover)::after {
  width: 6%;
  display: block;
  height: 60%;
  top: 19%;
  left: -7px;
  border-radius: 10px;

}


  .sidebar-left-mobile .Left-sidebar .menu-item:not(.menu-item-nothover)::before {
  top: 0;
  left: -10px;
  width: 0;
  height: 100%;
  clip-path: polygon(0 18px, 100% -3%, 100% 103%, 0 72%);
}

.sidebar-left-mobile .Left-sidebar .menu-item:not(.menu-item-nothover)::after{
    transform:rotate(0) !important;
}

 .sidebar-left-mobile .Left-sidebar .toggle-wrapper .toggle-text,
    .sidebar-left-mobile .Left-sidebar .menu-item span,
   .sidebar-left-mobile .Left-sidebar .toggle-text,
    .sidebar-left-mobile .toggle-light,.sidebar-left-mobile .toggle-off,
    .overlay{
     display:block !important;
 }
 
 .sidebar-left-mobile .Left-sidebar .menu-section-setting ,
  .sidebar-left-mobile .Left-sidebar .menu-section2,
   .sidebar-left-mobile  .menu-section2 .menu-item:nth-child(3),
  .sidebar-left-mobile  .menu-section2 .menu-item:nth-child(4),
  .sidebar-left-mobile  .logout-item{
     display:flex !important;
 }
 
 .sidebar-left-mobile  .toggle-wrapper{
     padding:0 1rem;
     justify-content:space-between !important;
 }
 
.sidebar-left-mobile .Left-sidebar .menu-section:first-of-type {
    display:none;
}

  .sidebar-left-mobile .user-mobile {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }


  .sidebar-left-mobile .user-mobile .user-details .user-name{
    font-size: 1rem;
  }
  .sidebar-left-mobile .user-mobile .user-details .user-email {
    font-size: 0.8rem;
  }

.sidebar-left-mobile .user-mobile .user-details{
    align-items:center;
}

  .sidebar-left-mobile .user-mobile .user-avatar {
    width: 80px;
    height:80px;

  }
  
  .sidebar-left-mobile .Left-sidebar .menu-section2{
      margin-top:1rem;
  }
  
  .logout-item a,
  .logout-item a:hover{
      background-color:unset;
      transform:unset;
      box-shadow:unset;
      padding:unset;
      font-size:unset;
  }
  
  .logout-item a{
      color:var(--bs-nav-link-color);
  }
  
  .logout-item a:hover{
      color:var(--second-grade) !important;
  }
  
  #ModalLogout .background-modal{
      z-index:2005;
  }
  
  .sidebar-left-mobile .Left-sidebar .toggle-item {
    width: 44% !important;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    position: relative;
        background-color: var(--background-toggle) !important;
}

.sidebar-left-mobile .toggle-bg, .sidebar-left-mobile .toggle-proxy-bg{
    border-radius:10px;
     width:50%;
}

.header-mobile2 {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 2rem;
    height:70px;
  }

  .header-mobile2 .title-page-mobile {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
    flex: 1;
    text-align: center;
    color: rgba(245, 245, 245, 1);
  }

  .header-mobile2 svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  
  body:not(.index-page2){
      padding-top:70px;
  }


  @keyframes change-photos {
    0% {
      transform: translateX(0);
    }

    20% {
      transform: translateX(-20%);
    }

    40% {
      transform: translateX(-60%);
    }

    80% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(60%);
    }
  }

  @keyframes slide-top1 {
    0% {
      transform: translateY(40%) translateX(0) rotate(5deg);
      filter: brightness(0.5);
      opacity: 0;
    }

    50% {
      transform: translateY(20px) translateX(0) rotate(0deg);
      filter: brightness(0.5);
      opacity: 1;
    }

    100% {
      transform: translateY(35%) translateX(-320%) rotate(-26deg);
      filter: brightness(1);
      opacity: 1;
    }
  }

  @keyframes slide-top2 {
    0% {
      transform: translateY(40%) translateX(0) rotate(3deg);
      opacity: 0;
      filter: brightness(0.3);
    }

    50% {
      transform: translateY(-5px) translateX(0) rotate(0deg);
      opacity: 1;
      filter: brightness(0.7);
    }

    100% {
      transform: translateY(-7%) translateX(-210%) rotate(-17deg);
      opacity: 1;
      filter: brightness(1);
    }
  }

  @keyframes slide-top3 {
    0% {
      transform: translateY(40%) translateX(0) rotate(3deg);
      opacity: 0;
      filter: brightness(0.3);
    }

    50% {
      transform: translateY(-5px) translateX(0) rotate(0deg);
      opacity: 1;
      filter: brightness(0.7);
    }

    100% {
      transform: translateY(-12px) translateX(-90%) rotate(-11deg);
      opacity: 1;
      filter: brightness(1);
    }
  }

  @keyframes slide-top4 {
    0% {
      transform: translateY(40%) translateX(0) rotate(2deg);
      opacity: 0;
      filter: brightness(0.3);
    }

    50% {
      transform: translateY(-10px) translateX(0) rotate(0deg);
      opacity: 1;
      filter: brightness(0.7);
    }

    100% {
      transform: translateY(-5%) translateX(45%) rotate(11deg);
      opacity: 1;
      filter: brightness(1);
    }
  }

  @keyframes slide-top5 {
    0% {
      transform: translateY(40%) translateX(0) rotate(5deg);
      opacity: 0;
      filter: brightness(0.3);
    }

    50% {
      transform: translateY(5px) translateX(0) rotate(0deg);
      opacity: 1;
      filter: brightness(0.8);
    }

    100% {
      transform: translateY(9%) translateX(165%) rotate(17deg);
      opacity: 1;
      filter: brightness(1);
    }
  }

  @keyframes slide-top6 {
    0% {
      transform: translateY(40%) translateX(0) rotate(6deg);
      opacity: 0;
      filter: brightness(0.3);
    }

    50% {
      transform: translateY(-20px) translateX(0) rotate(0deg);
      opacity: 1;
      filter: brightness(0.8);
    }

    100% {
      transform: translateY(45%) translateX(270%) rotate(26deg);
      opacity: 1;
      filter: brightness(1);
    }
  }
}

/*small mobile*/
@media (max-width: 430px) {
    
  .sec-billing .title p{
      font-size:1.2rem !important;
  }
    
 .author-post .row{
     overflow-x:auto;
      white-space: nowrap;
 }
 
 .section-post .post .subinfo-post .detaile{
     gap:0.5rem
 }
    
    .section-post .post .info-post .detaile_blog,
      .container-btn-detaile .tab-menu,
      .section-post .post .subinfo-post .section_icon{
        gap:1rem;
    }
    
    
    .sidebar-R-mobile .container-ad,
    .section-post .post .subinfo-post .section_icon{
        width:100%;
    }
    
    .form-blog .section-filter .title, .section-filter-blog .title{
        font-size:1.3rem;
    }
    
    .text-header-billing-profile{
        margin-top:20%;
    }
    
    .col-setting .avatar {
    height: 75px;
    width: 75px;
}

.section-post .post .author-post .avatar{
    width:50px;
    height:50px;
}
    
   .section-about-first{
       margin-top:30% !important;
   }
    
      .background-modal-admin .header{
        padding:10px !important;
    }
    
    
    .section-movie .tab-content .episode .thumbnail{
        width:40%;
    }
    
    .episode .text span:nth-child(1),
    .form-blog .section-filter-blog .section-trand .trend .title{
        font-size:0.9rem;
    }
    
    .section-post .post .subinfo-post{
        padding:15px;
    }
    
    .session .header span,
    #DownloadMovieModal .header h3,
    .Left-sidebar .menu-item i,
     .section-post .post .title-post,
     .related-post .title,
     .section-post .post .comment-post .title{
        font-size:1.1rem ;
    }
    
    .section-post .post .subinfo-post i{
        font-size:1rem;
    }
    
    .related-mobile{
        top:325%;
    }
    
    .related-mobile .col-costum{
        width:65%;
    }
    
      .container-ad-mob-detaile{
          top:265%;
      }
    
    
    .container-btn-detaile{
        right:0%;
    }
    
    .tab-content:not(.doc-example-content){
        padding:0.5rem;
    }
    
      .container-favorite, .container-download,
      .section-about-first{
        margin-top:30%;
    }
    
    .container-category .movie > .card-small-video{
        width:250px;
        height:300px;
    }
    

  .otp-input {
    width: 17%;
  }

  .container-ad-mobile .details ul {
    display: block;
  }

  .accordion-button,
  .episode .text span:nth-child(2),
      .form-blog .section-filter-blog .section-category .item:hover span:last-child,
    .form-blog .section-filter-blog .section-category .item span:last-child{
        font-size:0.8rem;
    }
  
  .section-blog .card-larg .section-detaile2 .detaile_blog,
  .card-larg2 .row,
  .section-post .post .info-post .detaile_blog{
      flex-direction:column !important;
  }
  
  .section-blog .card-larg2 .section-img{
      height:fit-content !important;
  }
  
  .section-blog .card-larg2 .section-img img{
      height:auto !important;
  }
  
  .card-larg2 .section-detaile2,
  .card-larg2 .section-img{
      width:100% !important;
  }
  
      .section-post .post .subinfo-post .detaile .text .author,
      .switch-btn,
      #monthlyContent .box ul li{
          font-size:0.7rem;
      }
      
      .switch-btn{
          padding:10px 15px;
      }
      

        
        #monthlyContent .row .col-12:first-of-type{
            margin-top:2rem;
        }
      
      
      
      #monthlyContent .box{
          width:95%;
      }
      
      #monthlyContent .box ul{
          padding-left:1rem;
      }
      
      .box.active .span-active{
          left:35%;
      }
      
      .field .expiry{
          width:25%;
      }

.sidebar-left-mobile{
    width:50%;
}

}


/*some sizes*/
@media(max-width:400px){
     .sidebar-left-mobile{
         width:60%;
     }
     
 
}


/* small mobile */

@media (max-width: 320px) {
    
    .box.active .span-active{
        left:31%;
    }
    
    .section-post .post .subinfo-post{
        padding:10px 0;
    }
    
    .Left-sidebar{
        padding:0rem;
    }
    
  
    .related-mobile .col-costum{
        width:70%;
    }
    
    
  .index-page .navbar .logo a {
    font-size: 2.4rem;
  }

  .index-page .menu ul {
    font-size: 1rem;
  }

  .index-page .title span:first-child,
  .index-page .title span:nth-child(2) {
    font-size: 1.6rem;
  }

  .index-page .footer .button {
    padding: 0.5rem;
  }

  .index-page .footer p,
    .container-filter-category .clear a,
      .session .header span,
       .Left-sidebar .menu-item i{
    font-size: 0.9rem;
  }
  .selected span ,
  .tab-menu li{
    font-size: 0.7rem;
  }

  .header-mobile2 .title-page-mobile {
    font-size: 1rem;
  }
  .container-filter {
    gap: 1rem;
  }
  .container-favorite .cat-dropdown {
    width: 55%;
  }

  .header-mobile2 svg {
    width: 20px;
    height: 20px;
  }
}
