/****** CUSTOM CSS START ******/
.movie-card-desc{
    margin-top: 10px;
}
.movie-card-desc h6{
    color: #E4E1FC; 
    font-size: 14px; 
    margin: 0;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movie-card-desc span{
    color: #8F81C6; 
    font-size: 12px; 
    margin: 0;
}
.movie-card__label-promo{
    position: absolute;
    left: 4px;
    top: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px;

    z-index: 4;
}
.movie-card-label{
    background-color: #ea0000;
    box-shadow: 0 4px 12px rgb(234 0 0 / 40%);
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
  }

  .movie-card-promo{
    background-color: #06EF00;
    box-shadow: 0 4px 12px rgb(6 239 0 / 40%);
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    color: black;
  }

  .movie-card-quality{
    position: absolute;
    right: 8px;
    bottom: 57px;
    background-color: #656565b5;
    color: #cfc8c8;
    box-shadow: 0 4px 12px rgb(234 0 0 / 40%);
    /* height: 20px; */
    padding: 2px 6px;
    border-radius: 63px;
    font-size: 10px;
    font-weight: 400;
    z-index: 4;
  }

 
 .link__all{
    background: #0356d2;
    padding: 10px 30px;
    border-radius: 37px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;

 }

 .custom__card{
    border-radius: 10px;
 }

 .custom-iq-card__hover-block{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 3rem;
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
    opacity: 0;
    transition: all ease-in-out 0.3s;
 }
 .custom-iq-card__hover-block .bookmark{
    position: absolute;
    top: 4px;
    right: 8px;

    z-index: 999;
 }
 .bookmark-btn{
    border: none;
    background: transparent;
 }

  .custom-iq-card__hover-block .play{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    font-size: 24px;
 }
  .iq-card .img-box{ 
    overflow: hidden;
 }
 .iq-card .img-box img{ 
    transition: all ease-out 0.3s;
 }
 .iq-card:hover .custom-iq-card__hover-block{ 
    opacity: 1;
 }

  .iq-card:hover .img-box img{ 
    transform: scale(0.97);
    /* transform: translateY(3px); */
 }
 


 .film-details__poster{
    border-radius: 15px;
 }

.film-details__title{
    font-size: 1.65rem;
    font-weight: 600;
}  

#player-container {

    padding-top: 50px;
  }

  #player {
    width: 100%;
    max-width: 1400px; 
    height: 450px;    
    margin: 0 auto;   
    background-color: #000; 
    border-radius: 20px;
    overflow: hidden;
}

.auth-wrap{
    max-width: 600px;
    width: 100%;
    margin-top: 100px;
    border-radius: 20px;
    background: white;
}


.auth__form form input {
    height: 50px;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    color: #444444;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 20px;
    background: white
}

.auth__form form input::-webkit-input-placeholder {
    color: #444444;
}

.auth__form form input::-moz-placeholder {
    color: #444444;
}

.auth__form form input:-ms-input-placeholder {
    color: #444444;
}

.auth__form form input::-ms-input-placeholder {
    color: #444444;
}

.auth__form form input::placeholder {
    color: #444444;
}

.auth__form form textarea {
    height: 130px;
    width: 100%;
    padding-left: 20px;
    padding-top: 12px;
    font-size: 14px;
    color: #444444;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 14px;
    resize: none;
}

.auth__form form textarea::-webkit-input-placeholder {
    color: #444444;
}

.auth__form form textarea::-moz-placeholder {
    color: #444444;
}

.auth__form form textarea:-ms-input-placeholder {
    color: #444444;
}

.auth__form form textarea::-ms-input-placeholder {
    color: #444444;
}

.auth__form form textarea::placeholder {
    color: #444444;
}

.password-block{
    position: relative;
}
.password-block i{
    position: absolute;
    right: 20px;
    top: 20px;
}

.custom-bg-primary{
    background: var(--bs-primary);
    padding: 5px 20px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
}
.custom-bg-primary__li{
    float: none!important;
    margin: 0!important;
    transition: all ease-in-out 0.3s;
    border-bottom: 2px solid transparent;
}

.custom-bg-primary__li:hover{
    border-bottom: 2px solid #e8e7e782;
}
.custom-bg-primary__li a{
    background: none!important;
    padding: 0!important;
}


.search-results{
    z-index: 9998;
    position: absolute;
    background: var(--bs-primary);

    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-result-item{
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
}

.search-result-item img{
    width: 50px;
    height: auto;
    border-radius: 5px;
    padding: 5px;
}

.search-result-item a{
    padding-bottom: 5px;
    color: white;
    width: 100%;
    height: 100%;
    transition: all ease-in 0.3s;
}

.search-result-item a:hover{
    color: rgba(255, 255, 255, 0.65)!important;
}

.search-result-item:last-child{
    border-bottom: none;
}






  .pricing-plan-wrap{
    border: 2px solid #7293ff;
    border-radius: 24px;
    /* padding: 30px; */
    position: relative;
  }

  .pricing-plan-title__block{
    position: absolute;
    top: -20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }


  .pricing-plan-title__block .pricing-title{
        width: 200px;
        background-color: #7293ff;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        display: flex;
        justify-content: center;
        position: relative;
  }

  .pricing-plan-title__block .pricing-title::before{
    content: "";
    position: absolute;
    top: 0;
    left: -19px;
    border: 10px solid #7293ff;
    border-top-color: transparent;
    border-left-color: transparent;
  }

  .pricing-plan-title__block .pricing-title::after{
    content: "";
    position: absolute;
    top: 0;
    right: -19px;
    border: 10px solid #7293ff;
    border-top-color: transparent;
    border-right-color: transparent;
  }




  .pricing-plan-title__block .pricing-title h3{
    font-size: 30px;
    font-weight: 500;
  }
  

  .pricing-plan-head{
    display: flex;
    justify-content: center;
    padding: 40px 30px 20px;
  }

  .pricing-plan__price{
    display: flex;
    align-items: end;
    border-bottom: 1px solid #7293ff;
    padding: 20px 30px;
  }

  .pricing-plan__price .price{
    color: #7293ff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1rem;
  }
  .pricing-plan__price .price span{
    font-size: 50px;
    line-height: 1rem;
  }

  .pricing-plan__price .duration{
    font-size: 20px;
    color: #7293ff;
    line-height: 1rem;
  }

  .pricing-detail-block{
    padding: 30px 30px 0;
  }

  .pricing-detail__list{

  }

  .pricing-detail__list li{
    margin-bottom: 20px;
  }

  .pricing-plan-bottom{
    padding-bottom: 20px;
    width: 100%;
  }


/*=============== GOOGLE FONTS ===============*/
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap"); */

/*=============== BUTTON ANIMATION ===============*/

.button-animation {
  background: var(--bs-white);
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 7px 15px 5px;
  color: var(--bs-black);  /* Accent color */
  /* text-transform: uppercase; */
  /* letter-spacing: 4px; */
  overflow: hidden;
  text-align: center;
  transition: 0.5s;
}

.button-animation span {
  position: absolute;
  display: block;
}

.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0CEE02);
    /* background: linear-gradient(90deg, transparent, #03e9f4); */
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% { left: -100%; }
  50%, 100% { left: 100%; }
}

.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #0CEE02);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% { top: -100%; }
  50%, 100% { top: 100%; }
}

.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #0CEE02);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% { right: -100%; }
  50%, 100% { right: 100%; }
}

.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #0CEE02);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% { bottom: -100%; }
  50%, 100% { bottom: 100%; }
}

.button-animation:hover {
  background-color: #0CEE02;  /* Accent color */
  color: var(--bs-white);  /* White color */
  border-radius: 5px;
  box-shadow: 0 0 5px #0CEE02, 0 0 25px #0CEE02, 0 0 20px #0CEE02, 0 0 15px #0CEE02;  /* Box shadow */
}

.wave-wrap{
    display: grid;
    place-items: center;
    background: #161718;
}
.wave {
    font: 100 16px consolas;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    /* padding: 20px 60px; */
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.2s;
	transform: scale(1);

    display: flex;
    justify-content: center;
    align-items: center;
}

.wave span {
    position: relative;
    z-index: 0;
    color: #fff;
    font-weight: 500;
}

.wave .liquid {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #7293ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: 0.6s;
}

.wave .liquid::after,
.wave .liquid::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translate(-25%, -75%);
}

.wave .liquid::after {
    border-radius: 45%;
    background: rgba(20, 20, 20, 1);
    box-shadow: 0 0 10px 5px #7293ff, inset 0 0 5px #7293ff;
    animation: animate 5s linear infinite;
    opacity: 0.8;
}

.wave .liquid::before {
    border-radius: 40%;
    box-shadow: 0 0 10px rgba(26, 26, 26, 0.5),
        inset 0 0 5px rgba(26, 26, 26, 0.5);
    background: rgba(26, 26, 26, 0.5);

    animation: animate 7s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-25%, -75%) rotate(0);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}
.wave:hover .liquid {
    top: -120px;
}

.wave:hover {
    box-shadow: 0 0 5px #7293ff, inset 0 0 5px #7293ff;
    transition-delay: 0.2s;
}
.second-slider-wrap__link{
    margin-bottom: 40px;
}
.w-500{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 767px){
    .w-500{
        width: 100%!important;
        justify-content: center;
        margin-top: 30px;
    }
    .movie-banner{
        padding-bottom: 16px;
    }
    .second-slider-wrap__link{
       justify-content: center;
        margin-bottom: -20px;
        padding-right: 10px;
    }
    .second-slider-wrap__link .iq-button .btn{
        padding: 0.9rem 1.5rem;
    }
}








.pricing-plan {
  background: #333745;
  padding-top: 50px;

}
.pricing-title{
    text-align: center;
    margin-bottom: 30px;
}

 .pricing-table {
	 display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 20px;
     color: #fff;
     font-family: "Open Sans", sans-serif;
     font-weight: bold;
     text-transform: uppercase;
     text-shadow: 2px 2px 1px rgba(51, 55, 69, 0.6);
}
 .pricing-table .card {
	 width: 300px;
	 height: 450px;
	 padding: 30px;
	 border-radius: 1.5rem;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 position: relative;
	 overflow: hidden;
	 box-shadow: 2px 2px 46px -4px rgba(0, 0, 0, 0.6);
	 transition: all 0.2s ease-in-out;
}
 .pricing-table .card:nth-child(1) {
	 background: #7f7fd5;
	 background: linear-gradient(to left, #91eae4, #86a8e7, #7f7fd5);
}
 .pricing-table .card:nth-child(1) .price::before {
	 content: "жазылым";
}
 .pricing-table .card:nth-child(2) {
	 margin: 0 30px;
	 z-index: 2;
	 width: 320px;
	 height: 480px;
	 background: #ff416c;
	 background: linear-gradient(to right, #ff4b2b, #ff416c);
}
 .pricing-table .card:nth-child(2) .price::before {
	 content: "жазылым";
}
 .pricing-table .card:nth-child(3) {
	 background: #00b09b;
	 background: linear-gradient(to right, #96c93d, #00b09b);
}
 .pricing-table .card:nth-child(3) .price::before {
	 content: "жазылым";
}
 .pricing-table .card:nth-child(1) .price, .pricing-table .card:nth-child(3) .price {
	 font-size: 4rem;
}
 .pricing-table .card:nth-child(1) .buy-button, .pricing-table .card:nth-child(3) .buy-button {
	 width: 300px;
	 height: 170px;
}
 .pricing-table .card:nth-child(1) .buy-button h3, .pricing-table .card:nth-child(3) .buy-button h3 {
	 top: 0;
	 left: 10%;
	 font-size: 1rem;
     font-weight: 700;
}
 .pricing-table .card .type {
	 margin-top: 10px;
	 letter-spacing: 0.1rem;
     font-size: 2rem;
     font-weight: 600;
}
 .pricing-table .card .price {
	 font-size: 4.5rem;
	 position: relative;
	 margin: 10px 0px 20px;
	 z-index: 2;
     color: white;
}
 .pricing-table .card .price span {
	 font-size: 1.8rem;
	 position: absolute;
	 right: -15%;
	 bottom: 12px;
     color: white;
}
 .pricing-table .card .price::before {
	 position: absolute;
	 content: "";
	 color: rgba(255, 255, 255, 0.06);
	 font-size: 2.5rem;
	 z-index: -1;
	 right: -30%;
	 bottom: 15%;
	 text-shadow: 0 0 0px rgba(51, 55, 69, 0);
	 transition: all 1s ease-in-out;
}
 .pricing-table .card .plan {
	 font-size: 1.6rem;
	 position: relative;
	 margin-bottom: 5px;
     text-transform: lowercase;
}
 .pricing-table .card .plan::before, .pricing-table .card .plan::after {
	 position: absolute;
	 content: "";
	 width: 35px;
	 height: 2px;
	 background: #fff;
	 bottom: 40%;
	 transition: all 0.2s ease-out;
}
 .pricing-table .card .plan::before {
	 right: 100%;
	 transform: translate(-50%, -50%);
}
 .pricing-table .card .plan::after {
	 right: -100%;
	 transform: translate(0%, -50%);
}
 .pricing-table .card .details {
	 text-transform: capitalize;
     color: white;
     padding: 0;
}
 .pricing-table .card .details li {
	 margin: 8px 0px;
     list-style: none;
     text-align: center;
     text-transform: none;
}
 .pricing-table .card .buy-button {
	 cursor: pointer;
	 position: absolute;
	 width: 330px;
	 height: 180px;
	 background: #fff;
	 border-radius: 15%;
	 right: -34%;
	 bottom: -27%;
	 transition: all 0.4s ease-in-out;
}
 .pricing-table .card .buy-button h3 {
	 text-shadow: 0 0 0;
	 text-decoration: none;
	 position: absolute;
	 left: 10%;
	 top: 0;
	 color: #333745;
	 font-size: 1.2rem;
     font-weight: 700;
	 transition: all 0.4s ease-in-out;
}
 .pricing-table .card:hover {
	 transform: scale(1.02);
}
 .pricing-table .card:hover .price::before {
	 animation: text-hover 1s ease-in-out infinite normal;
}
 .pricing-table .card:hover .plan::before {
	 right: 90%;
}
 .pricing-table .card:hover .plan::after {
	 right: -90%;
}
 .pricing-table .card:hover .buy-button {
	 width: 100%;
	 right: 0%;
	 border-radius: 0%;
}
 .pricing-table .card:hover .buy-button h3 {
	 left: 50%;
	 transform: translate(-50%, 0%);
}

/*** PROFILE START ***/

.profile-subscribe-wrap{
    overflow: hidden;
    max-width: 260px;
    width: 100%;
    height: 120px;
}

.profile-subscribe{
    border: 2px solid #f30000;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--bs-white);
    width: 100%;
    height: 100%;

}
.profile-subscribe::before {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--bs-gray-900);
    border-radius: 50%;
    border: 2px solid #f30000;
    position: absolute;
    top: 50px;
    left: -11px;
    z-index: 10;
}

.profile-subscribe::after {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--bs-gray-900);
    border-radius: 50%;
    border: 2px solid #f30000;
    position: absolute;
    top: 50px;
    right: -11px;
    z-index: 10;
}
.profile-subscribe-top{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #f30000;
    padding: 10px 5px;
}
.profile-subscribe-top *{ 
    margin: 0;
    padding: 0;
    line-height: 1;
}
.profile-subscribe-top span{
    font-weight: 400;
    font-size: 14px;
    color: var(--bs-dark-bg-subtle);
}
.profile-subscribe-top::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;

    background: repeating-linear-gradient(
        to right,
        #f30000,
        #f30000 6px,
        transparent 4px,
        transparent 12px
    );
}
.profile-subscribe-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-gray-900);
}
.profile-subscribe-btn{
    border: 1px solid #f30000;
    border-radius: 10px;
    padding: 5px 10px;
    color: #f30000;
}


/*** PROFILE END ***/


 @keyframes text-hover {
	 0% {
		 right: -30%;
	}
	 50% {
		 right: -37%;
	}
	 100% {
		 right: -30%;
	}
}
 
  /****** CUSTOM CSS END ******/