@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

*,
*::before,
*::after {
   box-sizing: border-box;
   transition: all 0.3s;
   scroll-behavior: smooth;
}

body {
   margin: 0px;
   font-family: 'Albert Sans', sans-serif;
   background-color: #000;
   overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a,
button {
   font-family: 'Albert Sans', sans-serif;
}

a,
a:hover {
   text-decoration: unset;
   cursor: pointer;
   color: unset;
}

a,
button {
   cursor: pointer !important;
}

/*h1, h2, h3, h4, h5, h6, p, span {font-family: 'Manrope', sans-serif;}*/
/*p {margin: 0px;}*/
hr {
   margin: 0 auto;
   color: inherit;
   background-color: currentColor;
   border: 0;
   opacity: .25;
   width: 100%;
   position: absolute;
   left: 0px;
}

/*scroll bar CSS*/
::-webkit-scrollbar {
   width: 10px;
}

::-webkit-scrollbar-track {
   background: #00c2fa;
   border-radius: 10px;
}

::-webkit-scrollbar-thumb {
   background: #888;
   border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
   background: #555;
}

/* FOOTER CSS START */
.ftr-main-sec {
   background: #27A7FF;
   padding: 20px 30px 15px 30px;
   margin-top: 0px;
   margin-bottom: 65px;
}

.left-side-cnt {}

.left-side-cnt>div {}

.left-side-cnt>div a {
   color: #000;
   font-family: Albert Sans;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
}

.left-side-cnt .cpy-txt p {
   color: #000;
   font-family: Albert Sans;
   font-size: 15px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 0px;
}

.rgt-side-ftr {}

.rgt-side-ftr ul {
   list-style: none;
   padding-inline-start: 0px;
   display: flex;
   align-items: center;
   justify-content: space-evenly;
}

.rgt-side-ftr ul li {}

.rgt-side-ftr ul li img {
   user-select: none;
}

/* FORM CSS START */
.form-control {
   background: #353535;
   border: 0px;
   padding: 15px;
   border-radius: 0px;
   color: #FFF !important;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: none;
}

.form-control:focus {
   color: unset;
   background-color: #545454;
   border-color: unset;
   outline: 0;
   box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

/* FORM CSS ENDD */
/*ALL CSS*/
.clrbold {
   color: #F90;
   font-weight: 700;
}

.bgsetpg {
   background-image: url(../images/filmbg-img.png);
   background-repeat: no-repeat;
   background-size: cover;
}

.full-hight {
   min-height: 90dvh;
}

.main-cont-center-box {
   border-radius: 18px;
   background: rgba(0, 0, 0, 0.54);
   padding: 40px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-right: -50%;
   transform: translate(-50%, -50%);
}

.main-cont-center-box .login-intptxt-cnt {}

.main-cont-center-box .login-intptxt-cnt p:first-child {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 5px;
}

.main-cont-center-box .login-intptxt-cnt p:last-child {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 5px;
}

.btn-blue {
   background: #27A7FF;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
   padding: 20px;
   position: relative;
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: capitalize;
   text-align: left;
}

.btn-blue.arrow {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.last-txt-login p {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 7px;
}

.last-txt-login p a {
   color: #8BD0FF;
}

.worningtxt {
   color: #FF8686;
   font-family: Albert Sans;
   font-size: 17px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
}

/* Home Pages Start */
.hmbgsetpg {
   background-image: url(../images/home-back-top.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: 100dvh;
}

.hmbgsetpg .main-cont-hmtop {
   position: absolute;
   top: 50%;
   left: 0%;
   margin-right: -50%;
   transform: translate(0%, -50%);
   border-radius: 0px 71px 0px 0px;
   background: rgba(0, 0, 0, 0.37);
   padding: 50px 50px 50px 100px;
}

.hmbgsetpg .main-cont-hmtop h3:after {
   content: "";
   width: 5px;
   height: 100%;
   background: #179EFB;
   position: absolute;
   left: -5%;
   top: 0px;
}

.hmbgsetpg .main-cont-hmtop h3 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 85px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   margin-bottom: 10px;
   position: relative;
}

.hmbgsetpg .main-cont-hmtop p {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   margin-bottom: 10px;
}

.hmbgsetpg .main-cont-hmtop .btn-hm-top {
   border-radius: 7px;
   background: rgba(0, 0, 0, 0.81);
   border: 0px transparent;
   padding: 15px 30px;
   color: #179EFB;
   font-family: Albert Sans;
   font-size: 26px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   margin-top: 10px;
   position: relative;
}

.hmbgsetpg .main-cont-hmtop .btn-hm-top i {
   margin-right: 20px;
}

.hmtwosec,
.hmtwosecr {
   padding: 0px 100px 40px 100px;
}

.hmtwosec .tptital-hmpg,
.hmtwosecr .tptital-hmpg {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-right: 0px;
   z-index: 1;
}

.hmtwosec .tptital-hmpg h3,
.hmtwosecr .tptital-hmpg h3 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
}

.hmtwosec .tptital-hmpg a,
.hmtwosecr .tptital-hmpg a {
   color: #68C1FF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.hmall-slider .owl-prev span,
.owl-next span {
   color: #FFF;
   font-size: 18px;
}

/* MAIN DWN SLIDER */
.hmbnr-dwnsldr {
   margin-top: -100px;
   padding: 10px 100px 0px 100px;
}


/* TOP SLIDER CSS */
.cutome-slider-hometop {}

.crd-cont-nw {
   float: left;
   width: auto;
   display: inline-flex;
   align-items: center;
   height: 100%;
}

.crd-cont-nw .show-on-hover {
   display: inline-block;
   height: 100%;
   transition: 3s;
}

.crd-cont-nw .hoverable {
   display: inline-block;
   cursor: pointer;
}

.crd-cont-nw .hoverable img {
   min-width: 320px;
   max-width: 350px;
   max-height: 200px;
   position: relative;
   z-index: 1;
   border-radius: 10px;
   object-position: center;
   object-fit: cover;
   object-position: top;
}

.crd-cont-nw .hoverable:not(:hover)+.show-on-hover {
   display: none;
   transition: 1s;
}

.crd-cont-nw .show-on-hover .content {
   border-radius: 6px;
   background: #232323;
   height: 100%;
   margin: 0px 10px;
   animation: fadeInLeft 0.1s both 0.1s;
}

.crd-cont-nw .show-on-hover .content .dv-spcer {
   padding: 15px 40px;
   margin: 0px;
}

.crd-cont-nw .show-on-hover .content h3 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 30px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: capitalize;
}

.crd-cont-nw .show-on-hover .content ul {
   display: -webkit-inline-box;
   padding-inline-start: 20px;
   text-align: left;
   margin-bottom: 0px;
}

.crd-cont-nw .show-on-hover .content ul li {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
   padding-inline-end: 30px;
   float: left;
}

.crd-cont-nw .show-on-hover .content .dwn-txt-cont span {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 18px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
}

.crd-cont-nw .show-on-hover .content .dwn-txt-cont span i {
   color: #179EFB;
   padding-inline-start: 10px;
   font-size: 20px;
}

.crd-cont-nw .show-on-hover .content p {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 0px;
}

.centr-line {}

/* NEW */
.swiper-slide:hover .newhchm-crd-cont {
   display: block;
   bottom: -50px;
}

.newhchm-crd-cont {
   color: #FFF;
   padding: 10px 10px 20px 10px;
   position: absolute;
   left: 0px;
   width: 100%;
   bottom: 0px;
   display: none;
   cursor: grab;
}

.newhchm-crd-cont:after {
   content: "";
   background: #2D2D2D;
   height: 85%;
   width: 100%;
   position: absolute;
   left: 0px;
   bottom: 0px;
   z-index: -1;
}

.newhchm-crd-cont .plus-icon svg {
   background: #515151;
   border-radius: 100%;
   padding: 10px;
   margin-top: -30px;
   cursor: pointer;
}

.newhchm-crd-cont .lft-sdcnt-hvhm h3 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 0px;
}

.newhchm-crd-cont .lft-sdcnt-hvhm ul {
   display: -webkit-inline-box;
   padding-inline-start: 20px;
   text-align: left;
   margin-bottom: 0px;
}

.newhchm-crd-cont .lft-sdcnt-hvhm ul li {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 11px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
   padding-right: 20px;
   float: left;
}

.newhchm-crd-cont .lft-sdcnt-hvhm ul li::marker {
   line-height: 1.5;
}

.newhchm-crd-cont .rgt-sdcnt-hvhm button {
   border-radius: 7px;
   background: #27A7FF;
   border: 0px solid transparent;
   padding: 7px;
   width: 100%;
   color: #000;
   font-family: Albert Sans;
   font-size: 10px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
}

.newhchm-crd-cont .rgt-sdcnt-hvhm button:first-child {
   margin-top: -40px;
   margin-bottom: 10px;
}

/* .crd-hover-hm figure:hover img {width: 100%;height: auto;} */
.crd-hm-hv .lft-sdcnt-hvhm {}

.crd-hm-hv .lft-sdcnt-hvhm h3 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 28px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: capitalize;
}

.crd-hm-hv .lft-sdcnt-hvhm ul {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-inline-start: 20px;
   text-align: left;
   margin-bottom: 0px;
}

.crd-hm-hv .lft-sdcnt-hvhm ul li {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
}

.crd-hm-hv .rgt-sdcnt-hvhm {}

.crd-hm-hv .rgt-sdcnt-hvhm button {
   border-radius: 7px;
   background: #27A7FF;
   border: 0px solid transparent;
   padding: 10px;
   width: 100%;
   color: #000;
   font-family: Albert Sans;
   font-size: 12px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
}

.crd-hm-hv .rgt-sdcnt-hvhm button:first-child {
   margin-top: -40px;
   margin-bottom: 10px;
}

.crd-hm-hv .plus-icon svg {
   background: #515151;
   border-radius: 100%;
   padding: 10px;
   margin-top: -40px;
}

/* HOVER BOXX HOME DWN CONT */

.hmall-slider .owl-prev span:hover,
.owl-next span:hover {
   color: #8199A3;
}

.hmall-slider .owl-prev,
.owl-next {
   position: absolute;
   top: 0;
   height: 100%;
}

.hmall-slider .owl-prev {
   left: 0px;
}

.hmall-slider .owl-next {
   right: 0px;
   right: 0px;
   background: linear-gradient(180deg, #0097FF 0%, rgba(23, 158, 251, 0.00) 100%) !important;
   width: 60px;
   margin: 0px !important;
}

/* MOVIES PAGES START */
.owl-theme .owl-nav [class*=owl-]:hover {
   background-color: transparent !important;
}

.sldr-tpmvpg .owl-theme .owl-dots {
   margin-top: -70px !important;
   z-index: 99;
   position: relative;
}

.sldr-tpmvpg .owl-theme .owl-dots .owl-dot span {
   width: 15px;
   height: 15px;
}

.mvspgtp {
   top: 100px;
}

.mvpg-mvs-boxcntsldr::-webkit-scrollbar {
   display: none;
}

.mvpg-mvs-boxcntsldr {
   width: 100%;
   overflow: scroll;
   padding: 15px;
}

.mvpg-mvs-boxcntsldr .mvtp-boxcnt {
   white-space: nowrap;
   padding-inline-start: 0px;
   padding: 0px !important;
   margin-bottom: 0px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.mvpg-mvs-boxcntsldr .mvtp-boxcnt {}

.mvtp-boxcnt .col-cus {
   width: 20%;
   float: left;
   padding: 5px;
}

.mvtp-boxcnt .inbx-cnttp {
   border-radius: 7px;
   background: #1D384A;
   width: 100%;
   padding: 50px 30px !important;
   color: #89CFFF;
   font-family: Albert Sans;
   font-size: 32px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: capitalize;
   text-align: center;
}

.mvsectwo {
   z-index: 9;
   position: relative;
}

.mvpg-mvs-boxcnt .tptital-txtmvbox {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.mvpg-mvs-boxcnt .tptital-txtmvbox h3 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 32px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 10px;
}

.mvpg-mvs-boxcnt .tptital-txtmvbox a {
   color: #68C1FF;
   font-family: Albert Sans;
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.mvpg-mvs-boxcnt .subscription {
   position: relative;
}

.mvpg-mvs-boxcnt .subscription .subscription-box {
   border-radius: 6px;
   background: #27A7FF;
   padding: 5px;
   display: inline-block;
   position: absolute;
   left: 10px;
   top: 10px;
}

.mvpg-mvs-boxcnt .subscription .subscription-box img {
   margin-right: 5px;
}

.mvpg-mvs-boxcnt .subscription .subscription-box span {
   color: #000;
   font-family: Albert Sans;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
}

.mvpg-mvs-boxcnt>div>div a>div img {
   border-radius: 7px;
}

/* PROFILE PAGES CONT START */
.profilepg .full-hight {
   min-height: calc(100vh - -30px);
}

.profilepg .main-cont-center-box {
   margin-top: 50px;
}

.profilepg .ftr-main-sec {
   margin-top: 0px;
}

.prflpg-cont p {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: capitalize;
}

.prflpg-cont .btn-profile {
   border-radius: 40px;
   background: #FF5A5A;
   border: 0px solid transparent;
   padding: 10px 20px;
   color: #FFF;
   font-family: Albert Sans;
   font-size: 13px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
}

/* MYLIST PAGE START */
.mylstpg .navbar {
   position: relative;
}

.mylistpg {
   padding-top: 50px;
}

.mylst-maincnt {
   min-height: 65dvh;
}

.mylst-maincnt h4 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 27px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
}

/* TRANSACTIONS PAGE START */
.trnstnspg .navbar {
   position: relative;
}

.trnsctnpgsec {
   padding-top: 50px;
}

.trnsctn-maincnt {
   min-height: 65dvh;
   align-items: center;
}

.trnsctn-maincnt h4 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 27px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
}

.tbl-tnctn {
   color: #FFF;
}

.tbl-tnctn .table>thead {
   background-color: #27A7FF;
   border-bottom: 15px solid black;
}

.tbl-tnctn .table>thead tr th {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
}

.tbl-tnctn .table>:not(caption)>*>* {
   border-bottom: 15px solid black;
   padding: 1rem 0.8rem;
   color: #FFF;
   font-family: Albert Sans;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
}

.tbl-tnctn tbody tr:nth-child(even) {
   background: #2E2E2E;
   border-bottom: 15px solid black;
}

.tbl-tnctn tbody tr:nth-child(odd) {
   background: #4A4A4A;
   border-bottom: 15px solid black;
}

/* PROFILE PAGE START */
.myprflpg .navbar {
   position: relative;
}

.myprfl-topcont {}

.myprfl-topcont h4 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 27px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
}

.line {
   background: #8B8B8B;
   padding: 0.1px;
   margin: 20px 0px;
}

.myprfl-topcont .prfl-cont p {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 5px;
}

.myprfl-topcont .prfl-cont h3 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 31px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: uppercase;
}

.prfl-cont .btn-myprfl {
   background: #179EFB;
   border: 0px transparent;
   padding: 20px;
   color: #FFF;
   text-align: center;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
   width: 100%;
}

.cntinr-srchbx .search-bar {
   border-radius: 7px;
   background: #2D2D2D;
   padding: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.cntinr-srchbx .search-bar.active {
   border-bottom: 2px solid #7158e2;
}

.cntinr-srchbx .search-bar input {
   font-size: 18px;
   border: none;
   outline: none;
   padding: 5px;
   width: 100%;
   background: #2D2D2D;
   color: #FFF;
}

.cntinr-srchbx .search-bar i {
   color: #FFF;
   font-size: 25px;
   opacity: 0.7;
}

.cntinr-srchbx .list-group {
   padding: 10px;
   background: white;
   border-radius: 0 0 7px 7px;
   display: none;
   max-height: 200px;
   overflow-y: auto;
}

.cntinr-srchbx .list-group li {
   list-style: none;
   background: white;
   padding: 10px;
   border-radius: 5px;
   color: #2f3542;
   cursor: pointer;
   transition: all 0.2s ease;
}

.cntinr-srchbx .list-group li:hover {
   background: #dfe4ea;
}

.tbcustm .nav-pills {
   border-bottom: 1px solid #8B8B8B;
}

.tbcustm .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
   background-color: transparent;
   border-bottom: 1px solid #27A7FF;
}

.tbcustm .nav-pills .nav-link {
   background: 0 0;
   border: 0;
   border-radius: 0px;
   color: #FFF !important;
   font-family: Albert Sans;
   font-size: 22px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
   padding: 20px 15px;
}

/*NEW PROFILE PAGES CSS*/
.px-20 {
   padding: 0px 20px;
}

.topnew-cntprfl {
   background: rgba(255, 255, 255, 0.12);
   border-radius: 8px;
}

.topnew-cntprfl .topne-cont h4 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 25px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: uppercase;
   margin-bottom: 5px;
}

.topnew-cntprfl .topne-cont p {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 17px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: lowercase;
}

.midaltbl thead,
tbody tr {
   vertical-align: baseline;
}

/* DETAIL PAGE START */
.lft-side-dtlpg {
   padding: 0px 30px;
}

.lft-side-dtlpg span,
.rgt-side-dtlpg span {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 15px;
   font-style: normal;
   font-weight: 300;
   line-height: normal;
}

.lft-side-dtlpg h3 {
   color: #27A7FF;
   font-family: Albert Sans;
   font-size: 25px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: uppercase;
}

.lft-side-dtlpg p {
   color: #27A7FF;
   font-family: Albert Sans;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   margin-bottom: 5px;
}

.lft-side-dtlpg .bold {
   font-weight: 400;
   text-transform: capitalize;
}

.lft-side-dtlpg .bold700 {
   font-weight: 700;
}

.rgt-side-dtlpg .btn-dtlrgt {
   border-radius: 7px;
   background: #27A7FF;
   border: 0px transparent;
   padding: 10px 15px;
   color: #000;
   text-align: center;
   font-family: Albert Sans;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   display: inline-block;
   margin: 0px 10px 10px 10px;
}

.rgt-side-dtlpg {
   padding: 0px 30px;
}

.rgt-side-dtlpg h3 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 31px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: uppercase;
}

.rgt-side-dtlpg p {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   margin-bottom: 5px;
}

.rgt-side-dtlpg .bold {
   font-weight: 400;
   text-transform: capitalize;
}

.rgt-side-dtlpg .rgtdwntxt h5 {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
}

.rgt-side-dtlpg .rgtdwntxt .clrbold {
   color: #F90;
   font-weight: 700;
}

.rgt-side-dtlpg .rgtdwntxt>div .plusion i {
   background: #515151;
   padding: 20px;
   border-radius: 100%;
}

.tooltip-custom {
   position: relative;
   display: inline-block;
   border-bottom: 1px dotted black;
   background-color: #515151;
   padding: 15px;
   border-radius: 100%;
   height: 50px;
   width: 50px;
   text-align: center;
}

.tooltip-custom .tooltiptext {
   visibility: hidden;
   width: 150px;
   background-color: #515151;
   color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: 10px 0;
   position: absolute;
   z-index: 1;
   top: 5px;
   left: 110%;
   color: #FFF;
   font-family: Albert Sans;
   font-size: 13px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   text-transform: capitalize;
}

.tooltip-custom .tooltiptext::after {
   content: "";
   position: absolute;
   top: 50%;
   right: 100%;
   margin-top: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: transparent #515151 transparent transparent;
}

.tooltip-custom:hover .tooltiptext {
   visibility: visible;
}

.movieactive {
   background: #2092e1 !important;
}

.sliderlogo {
   animation: myMove 0s linear infinite !important;
}

.navbar {
   background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
   z-index: 1000 !important;
}

.regmain {
   background-attachment: fixed;
}

.regmain>div {
   align-items: center;
   display: grid;
}

.regbox>div {
   border-radius: 18px;
   background: rgba(0, 0, 0, 0.54);
   padding: 40px;
}

.regbox .login-intptxt-cnt p:first-child {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 5px;
}

.regbox .login-intptxt-cnt p:last-child {
   color: #FFF;
   font-family: Albert Sans;
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   text-transform: capitalize;
   margin-bottom: 5px;
}

.upro {
   width: 45px;
   height: 45px;
   border-radius: 30px;
}

.user-dropdown-link img {
   border-radius: 0px;
   height: 25px;
   margin: -9px 2px -6px 0;
   width: 50px;
}

.hmlink {
   position: absolute;
   bottom: 200px;
   right: 100px;
   z-index: 1111;
   display: block;
}

.hmlink a {
   padding: 15px 30px;
   color: #179EFB;
   font-family: Albert Sans;
   font-size: 26px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   margin-top: 10px;
   background: rgba(0, 0, 0, 0.81);
   border-radius: 5px;
}

.splink {
   float: right;
   position: absolute;
   right: 12px;
   top: 20px;
}

.splink a {
   color: #FFF !important;
   font-family: Albert Sans;
   font-size: 22px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   text-transform: capitalize;
   padding: 20px 15px;
   background: #179EFB;
}

.tbcustm {
   position: relative;
}


.search-input::-webkit-input-placeholder {
   /* WebKit, Blink, Edge */
   color: #fff;
}

.search-input:-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1;
}

.search-input::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #fff;
   opacity: 1;
}

.search-input:-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: #fff;
}

.search-input::-ms-input-placeholder {
   /* Microsoft Edge */
   color: #fff;
}

.search-input::placeholder {
   /* Most modern browsers support this now. */
   color: #fff;
}

.fttry {
   background: #0000008f;
   padding: 10px;
   position: fixed;
   width: 100%;
   bottom: 0px;
   left: 0;
   z-index: 11111111;
}

.fttryleft h3 {
   font-size: 16px;
   color: #fff;
}

.fttryleft p {
   font-size: 12px;
   color: #fff;
   margin-bottom: 0px;
}

.fttryright {
   text-align: right;
}

.fttryright a {
   background: #27A7FF;
   color: #000;
   font-size: 14px;
   display: inline-block;
   padding: 10px;
}

.fttryright p {
   margin-bottom: 0px;
}

.watchl {
   margin-bottom: 15%;
}

a.navbar-brand img {
   position: relative;
}

@media screen and (max-width: 602px) {
   .navbar-toggler {
      position: absolute;
      top: 15px;
      right: 15px;
   }
}




/* new landing page */

.why-choose {
   background: linear-gradient(132.53deg, #3F51B5 26.22%, #03A9F4 98.13%);
   padding-top: 61px;
   padding-bottom: 61px;
}

.why-choose .section-title {
   font-family: "DM Sans", sans-serif;
   font-weight: 500;
   font-size: 50px;
   color: #FFFFFF;
}

.why-choose .feature-box {
   border-radius: 10px;
   padding: 38px;
   background: #FFFFFF;
   box-shadow: 0px 4px 27px 0px #A6A6A640;
}

.why-choose .feature-box h5 {
   font-family: "DM Sans", sans-serif;
   font-weight: 600;
   font-size: 25px;
   line-height: 31px;
   color: #000000;
}

.why-choose .feature-box p {
   font-family: "DM Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   color: #000000;
}

@media (max-width: 768px) {
   .why-choose .section-title {
      font-size: 40px;
   }

   .why-choose .feature-box h5 {
      font-size: 21px;
      line-height: 27px;
   }

   .why-choose .feature-box p {
      font-size: 16px;
      line-height: 22px;
   }
}

@media (max-width: 568px) {
   .why-choose .section-title {
      font-size: 36px;
   }
}



.trending-section {
   background-color: #FFFFFF;
   padding-top: 61px;
   padding-bottom: 61px;
}

.trending-section h2 {
   font-family: "DM Sans", sans-serif;
   font-weight: 500;
   font-size: 50px;
   color: #000000;
}

.trending-section p {
   max-width: 800px;
   margin: 0 auto;
   font-family: "DM Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   color: #000000;
}

.trending-section .movie-card img {
   width: 100%;
   border-radius: 20px;
}

.trending-section .movie-card {
   position: relative;
   overflow: hidden;
}

.trending-section .movie-card img {
   width: 100%;
   border-radius: 20px;
}

.trending-section .movie-card .overlay {
   position: absolute;
   inset: 0;
   background: #27A7FFCC;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: "DM Sans", sans-serif;
   font-weight: 600;
   font-size: 22px;
   border-radius: 20px;
   opacity: 0;
}

.movie-card:hover .overlay {
   opacity: 1;
   transform: scale(1);
}


@media (max-width: 768px) {
   .trending-section h2 {
      font-size: 40px;
   }

   .trending-section p {
      max-width: 600px;
      font-size: 16px;
      line-height: 22px;
   }
}

@media (max-width: 568px) {
   .trending-section h2 {
      font-size: 36px;
   }

   .trending-section p {
      font-size: 13px;
      line-height: 19px;
   }
}




.plans-section {
   background-color: #000000;
   padding-top: 61px;
   padding-bottom: 61px;
}

.plans-section .section-subtitle {
   font-family: "DM Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   color: #FFFFFF;
}

.plans-section .section-title {
   font-family: "DM Sans", sans-serif;
   font-weight: 500;
   font-size: 50px;
   color: #FFFFFF;
}

.plans-section .text-gradient {
   background: #3068C6;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.plans-section .plan-card {
   --r: 20px;
   --s: 30px;
   --x: 5px;
   --y: 12px;
   background: linear-gradient(137.58deg, #3F51B5 29.32%, #03A9F4 82.5%);
   padding: 25px;
   color: #fff;
   text-align: left;
   flex: 1;
   min-height: 100%;
   border-radius: var(--r);
   --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
   --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
   --_d: (var(--s) + var(--r));
   mask:
      calc(100% - var(--_d) - var(--x)) 0 var(--_m),
      100% calc(var(--_d) + var(--y)) var(--_m),
      radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px)) calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
      var(--_g) calc(-1*var(--_d) - var(--x)) 0,
      var(--_g) 0 calc(var(--_d) + var(--y));
   mask-repeat: no-repeat;
}

.plans-section .plan-card h5 {
   font-family: "DM Sans", sans-serif;
   font-weight: 500;
   font-size: 25px;
   line-height: 31px;
   color: #FFFFFF;
   width: 86%;
   height: 62px;
}

.plans-section .plan-text {
   font-family: "DM Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   color: #FFFFFF;
}

.plans-section .plan-btn {
   border-radius: 84px;
   padding: 18px;
   background: #FFFFFF;
   box-shadow: 0px 4px 4px 0px #00000040;
   border: none;
   font-family: "DM Sans", sans-serif;
   font-weight: 500;
   font-size: 18px;
   line-height: 24px;
   color: #000000;
   width: 100%;
   max-width: 155px;
   display: block;
   text-align: center;
   text-decoration: none;
}

@media (max-width: 768px) {
   .plans-section .section-title {
      font-size: 40px;
   }
   .plans-section .plan-card h5 {
      height: auto;
   }
}





.faq-section {
   background: linear-gradient(312.53deg, #3F51B5 1.87%, #03A9F4 73.78%);
   padding-top: 61px;
   padding-bottom: 61px;
}

.faq-section .faq-title {
   font-family: "DM Sans", sans-serif;
   font-weight: 500;
   font-size: 50px;
   text-align: center;
   margin-bottom: 15px;
   color: #FFFFFF;
}

.faq-section .accordion-item {
   background-color: #000000;
   border: none;
   border-radius: 9px;
   margin-bottom: 12px;
   overflow: hidden;
}

.faq-section .accordion-button {
   background-color: transparent;
   color: #fff;
   font-family: "DM Sans", sans-serif;
   font-size: 18px;
   font-weight: 500;
   padding: 18px 20px;
   box-shadow: none;
   display: flex;
   justify-content: space-between;
   align-items: center;
   transition: all 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed) {
   background-color: #27A7FF;
   color: #FFFFFF;
   box-shadow: none;
}

.faq-section .accordion-button::after {
   content: '';
   background-image: url(../images/plus-frame.png);
   background-size: contain;
   background-repeat: no-repeat;
   width: 32px;
   height: 32px;
   transform: none !important;
   transition: all 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed)::after {
   background-image: url(../images/minus-frame.png);
}

.faq-section .accordion-body {
   background-color: #000;
   color: #fff;
   font-family: "DM Sans", sans-serif;
   font-size: 18px;
   font-weight: 500;
   text-align: left;
   padding: 20px 20px;
}

@media (max-width: 768px) {
   .faq-section .faq-title {
      font-size: 40px;
   }
}




.entertainment-section {
   background: #000000;
   padding-top: 61px;
   padding-bottom: 61px;
   position: relative;
   overflow: hidden;
}

.entertainment-section .card-wrapper {
   position: relative;
   display: inline-block;
}

/* Overlay text + button */
.entertainment-section .card-content {
   position: absolute;
   top: 54%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 80%;
}

.entertainment-section .entertainment-title {
   font-family: "DM Sans", sans-serif;
   font-weight: 600;
   font-size: 50px;
   color: #000000;
}

.entertainment-section .entertainment-text {
   font-family: "DM Sans", sans-serif;
   font-weight: 500;
   font-size: 18px;
   line-height: 24px;
   color: #000000;
}

.entertainment-section .get-started-btn {
   background: #27A7FF;
   border: none;
   border-radius: 84px;
   padding: 20px 45px;
   font-family: "DM Sans", sans-serif;
   font-size: 18px;
   font-weight: 500;
   color: #FFFFFF;
}

.entertainment-section .get-started-btn:active {
   background: #27A7FF;
}

@media (max-width: 1400px) {
   .entertainment-section .card-content {
      position: absolute;
      top: 54%;
   }

   .entertainment-section .entertainment-title {
      font-size: 44px;
   }

   .entertainment-section .entertainment-text {
      font-size: 15px;
      line-height: 21px;
   }

   .entertainment-section .get-started-btn {
      padding: 18px 40px;
      font-size: 17px;
   }
}

@media (max-width: 1200px) {
   .entertainment-section .card-content {
      position: absolute;
      top: 52%;
   }

   .entertainment-section .entertainment-title {
      font-size: 34px;
   }

   .entertainment-section .entertainment-text {
      font-size: 13px;
      line-height: 19px;
   }

   .entertainment-section .get-started-btn {
      padding: 15px 30px;
      font-size: 15px;
   }
}

@media (max-width: 992px) {
   .entertainment-section .card-content {
      position: absolute;
      top: 54%;
   }

   .entertainment-section .entertainment-title {
      font-size: 20px;
   }

   .entertainment-section .entertainment-text {
      font-size: 10px;
      line-height: 16px;
      margin-bottom: 14px !important;
   }

   .entertainment-section .get-started-btn {
      padding: 10px 20px;
      font-size: 12px;
   }
}

@media (max-width: 768px) {
   .entertainment-section .card-content {
      top: 57%;
   }
}

@media (max-width: 500px) {
   .entertainment-section .card-content {
      top: 55%;
   }
}

@media (max-width: 468px) {
   .entertainment-section .entertainment-title {
      font-size: 17px;
   }

   .entertainment-section .entertainment-text {
      font-size: 8px;
      line-height: 12px;
      margin-bottom: 11px !important;
   }

   .entertainment-section .get-started-btn {
      padding: 8px 15px;
      font-size: 11px;
   }
}

@media (max-width: 380px) {
   .entertainment-section .entertainment-title {
      font-size: 15px;
      margin-bottom: 8px !important;
   }

   .entertainment-section .entertainment-text {
      font-size: 7px;
      line-height: 11px;
      margin-bottom: 8px !important;
   }

   .entertainment-section .get-started-btn {
      padding: 8px 15px;
      font-size: 9px;
   }

}




.movies-section {
   background: url(../images/back-banner.png) center center / cover no-repeat;
   height: 100%;
   padding: 100px 0;
   position: relative;
   overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
}

.movies-section .container {
   position: relative;
   z-index: 2;
}

.movies-section .movies-title {
   font-family: "DM Sans", sans-serif;
   font-weight: 700;
   font-size: 50px;
   color: #03A8F4;
   margin-bottom: 0;
}

.movies-section h2 span {
   font-family: "DM Sans", sans-serif;
   font-weight: 700;
   font-size: 50px;
   color: #FFFFFF;
}

.movies-section .movies-desc {
   font-family: "DM Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   color: #FFFFFF;
}

.movies-section .start-btn {
   background: #27A7FF;
   border: none;
   border-radius: 84px;
   padding: 20px 52px;
   font-family: "DM Sans", sans-serif;
   font-size: 18px;
   font-weight: 500;
}

.movies-section .start-btn:hover {
   background: #27A7FF;
}

.movies-section .start-btn:active {
   background: #27A7FF !important;
}

.movies-section .poster-wrapper {
   display: flex;
   align-items: center;
   gap: 30px;
   justify-content: center;
   flex-wrap: wrap;
}

.movie-card {
   position: relative;
   overflow: hidden;
}

.movie-card .poster-img {
   width: 100%;
   max-width: 330px;
   display: block;
   border-radius: 16px;
}

.movie-card .poster-img.two {
   width: 100%;
   max-width: 210px;
}

.movie-card .overlay-logo {
   position: absolute;
   top: 15px;
   left: 15px;
   width: 50px;
}

.movie-card .watch-btn {
   position: absolute;
   bottom: 15px;
   transform: translateX(12%);
   background: #27A7FF;
   color: #fff;
   font-family: "DM Sans", sans-serif;
   font-size: 18px;
   font-weight: 500;
   border-radius: 50px;
   padding: 14px 18px;
   text-decoration: none;
   display: flex;
   align-items: center;
   justify-content: center;
}
