/*-----------------------------------------------------------------

Template Name: Appiflix HTML Template
Author:  
Author URI: 
Developer: Mahbubur Rahman
Version: 1.0.0
Description: Appiflix HTML Template

-------------------------------------------------------------------
CSS TABLE OF CONTENTS
-------------------------------------------------------------------

01. abstracts
    1.01 --> mixins
    1.02 --> variable

02. base
    2.01 --> typography
    2.02 --> animation

03. components
    3.01 --> buttons
    3.02 --> progress
    3.03 --> preloader

04. layout
    4.01 --> header
    4.02 --> banner
    4.03 --> section
    4.04 --> footer

------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "robotomedium";
  color: #ffffff;
  background-color: #000416;
  line-height: 28px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "circular_stdbook";
}

h1 {
  font-size: 72px;
  font-weight: 500;
  line-height: 96px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}

span {
  display: inline-block;
  color: #4b535d;
}

.splt-txt span {
  color: unset;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #121c27;
  transition: all 0.3s;
}

a:hover {
  color: #121c27;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

figure {
  margin: 0;
}

@media (max-width: 1399px) {
  br {
    display: none;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border: 1px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}

::-moz-placeholder {
  color: #4b535d;
  font-size: 16px;
}

::placeholder {
  color: #4b535d;
  font-size: 16px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1784px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
}
.text-justify {
  text-align: justify;
}

.image img {
  width: 100%;
}

.primary-color {
  color: #121c27 !important;
}

.primary-hover:hover {
  color: #121c27 !important;
}

.primary-bg {
  background-color: #121c27 !important;
}

.secondary-color {
  color: #4b535d;
}

.secondary-bg {
  background-color: #4b535d;
}

.sub-bg {
  background-color: #f5f5f5;
}

.dark-bg {
  background-color: #000000;
}

.bg-transparent {
  background-color: transparent !important;
}

.paragraph-light {
  color: var(--paragraph-light) !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.title-font {
  font-family: "circular_stdbook" !important;
}

.text-font {
  font-family: "robotomedium" !important;
}

.shadow {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0509803922) !important;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition {
  transition: all 0.3s;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #121c27;
}

::-webkit-scrollbar-thumb {
  background: #8804ff;
}

::-webkit-scrollbar-thumb:hover {
  background: #8804ff;
}

.remove-fav-swalpopup {
  border-radius: 20px;
  background: #000416;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
  padding: 30px 50px;
}
.remove-fav-swalpopup .swal2-title {
  color: #ffffff;
  padding: 0;
  font-size: 20px;
  line-height: normal;
  font-family: "circular_stdbook";
  margin-bottom: 20px;
}
.remove-fav-swalpopup .swal2-html-container {
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "circular_stdbook";
  line-height: normal;
  margin-bottom: 20px;
}
.remove-fav-swalpopup .swal2-actions {
  margin: 0;
  padding: 0;
  gap: 20px;
}
.remove-fav-swalpopup .swal2-confirm {
  margin: 0;
  border-radius: 10px;
  background-color: #ff2028 !important;
  padding: 16.5px 67px;
  color: #fff;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.18px;
}
.remove-fav-swalpopup .swal2-confirm:focus {
  outline: none;
  box-shadow: none;
}
.remove-fav-swalpopup .swal2-cancel {
  margin: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 16.5px 67px;
  color: #fff;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: -0.18px;
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
}
.remove-fav-swalpopup .swal2-cancel:hover {
  background-color: #fff !important;
  color: #070d29;
}
.remove-fav-swalpopup .swal2-cancel:focus {
  outline: none;
  box-shadow: none;
}

.login-register-modal .modal-content .modal-body form .form-group .form-control {
  padding: 15px 20px !important;
}
.login-register-modal .modal-content .modal-body form .modal-submit-btn {
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #ddd;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #ddd;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

h3 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
h3 a span {
  color: #fff;
}
h3 a span i {
  font-size: 18px;
}

.splt-txt .whitespace {
  width: 8px;
}
.splt-txt.animated .char {
  animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation-delay: calc(30ms * var(--char-index));
}

.imageUpToDown {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.imageUpToDown.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageDownToUP {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.imageDownToUP.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageLeftToRight {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.imageLeftToRight.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imageRightToLeft {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.imageRightToLeft.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@keyframes sway {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sway__animation {
  animation: sway 3s linear infinite alternate;
}

@keyframes swayX {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.sway__animationX {
  animation: swayX 3s linear infinite alternate;
}

@keyframes footer__shadow {
  0% {
    margin-left: -200px;
  }
  100% {
    margin-right: -200px;
  }
}
@keyframes sway_Y {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
.sway_Y__animation {
  animation: sway_Y 3s linear infinite alternate;
}

@keyframes sway_YY {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.sway_Y__animationY {
  animation: sway_YY 3s linear infinite alternate;
}
@keyframes sunMove {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animation__sunMove {
  animation: sunMove 10s linear infinite;
}
@keyframes floatBob {
  0% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
.animation__floatBob {
  animation-name: floatBob;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes arryUpDown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.animation__arryUpDown {
  animation: arryUpDown 2s ease infinite alternate;
}

@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes pxl_zoom_reverse {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.pxl-image-zoom {
  animation: pxl_zoom_reverse 5s linear infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.6, 0.6);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.6, 0.6);
  }
}
.pxl-image-zoom2 {
  animation: zoom-in-zoom-out 20s linear infinite;
}

@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
}
.pxl__zigzag {
  animation: pxl_zigzag 1s ease-out infinite;
  -webkit-animation: pxl_zigzag 1s ease-out infinite;
}

@keyframes pxl_right_left {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}

@keyframes pxl_left_right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}

@keyframes pxl_float_two {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.slide-up-down {
  animation: pxl_float_two 2s ease infinite alternate;
}

@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}

@keyframes pxl_effect1 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}

@keyframes pxl_effect2 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(70px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}

@keyframes pxl_effect3 {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(40px, 60px);
  }
  45% {
    transform: translate(80px, 90px);
  }
  65% {
    transform: translate(40px, 110px);
  }
  75% {
    transform: translate(20px, 800px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}

@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animation__rotate {
  animation: rotate 30s linear infinite;
}

@keyframes rotateY {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.animation__rotateY {
  animation: rotateY 30s linear infinite;
}

@keyframes rotateAndScale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.animation__rotateAndScale {
  animation: rotateAndScale 10s linear infinite;
}

@keyframes rotateAndScaleY {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(-180deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg) scale(1);
  }
}
.animation__rotateAndScaleY {
  animation: rotateAndScaleY 10s linear infinite;
}

@keyframes ring-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.ring__animation {
  animation: ring-animation 1.5s ease-in-out infinite;
}

@keyframes bobble {
  0% {
    transform: translateY(0) scale(0.9);
  }
  100% {
    transform: translateY(-20px) scale(1);
  }
}
.bobble__animation {
  animation: bobble 3s ease-in-out infinite alternate;
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes goAll {
  0% {
    transform: translate(400px, 200px);
    opacity: 30%;
  }
  17% {
    transform: translate(600px, 400px);
    opacity: 40%;
  }
  33% {
    transform: translate(600px, 600px);
    opacity: 70%;
  }
  50% {
    transform: translate(400px, 800px);
    opacity: 20%;
  }
  66% {
    transform: translate(200px, 600px);
    opacity: 60%;
  }
  83% {
    transform: translate(200px, 400px);
    opacity: 30%;
  }
  100% {
    transform: translate(400px, 200px);
    opacity: 30%;
  }
}
@keyframes goAll2 {
  0% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
  25% {
    top: 400px;
    left: 845px;
    opacity: 40%;
  }
  50% {
    top: 800px;
    left: 845px;
    opacity: 100%;
  }
  75% {
    top: 1200px;
    left: 845px;
    opacity: 20%;
  }
  100% {
    top: 800px;
    left: 845px;
    opacity: 30%;
  }
}
@keyframes left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
.animation__goLeft {
  animation: left infinite 6s;
}

@keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.animation__topBottom {
  animation: top-bottom 2s infinite;
}

@keyframes goAll3 {
  0% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }
  33% {
    transform: translate(100px, 100px);
    opacity: 30%;
  }
  66% {
    transform: translate(0px, 200px);
    opacity: 70%;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 100%;
  }
}
.animation__goAll {
  animation: goAll 30s infinite linear;
}

.animation__goAll2 {
  animation: goAll2 50s infinite linear;
}

.animation__goAll3 {
  animation: goAll3 30s infinite linear;
}

.gsap__parallax {
  overflow: hidden;
}

.swal2-popup.swal2-toast {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%) !important;
  box-shadow: none !important;
  padding: 5px 15px !important;
  color: #fff !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border-color: #fff !important;
}

@keyframes fadeOutTitle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal-submit-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  border: none;
  color: #fff;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.modal-submit-btn:hover {
  background: #070d29;
}
.modal-submit-btn:focus {
  outline: none;
  box-shadow: none;
}

.add-fav-list {
  padding: 16px 29px 16px 28px;
  border-radius: 10px;
  background: rgba(136, 4, 255, 0.1);
  transition: all 0.3s ease-in-out;
  border: none;
}
.add-fav-list img {
  width: 21px;
  height: 22px;
  margin-right: 15px;
}
.add-fav-list span {
  font-family: "circular_stdblack";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.add-fav-list:hover {
  background: #ffffff;
}
.add-fav-list:focus {
  outline: none;
  box-shadow: none;
}

.add-to-plus {
  font-size: 17px;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.add-to-plus:hover {
  color: #e25eff;
}

.three-dot-dropdown {
  color: #ffffff;
  padding: 0;
  font-size: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
}
.three-dot-dropdown:after {
  display: none;
}
.three-dot-dropdown .dropdown-menu {
  background: #000416;
}
.three-dot-dropdown .dropdown-menu li {
  margin-bottom: 5px;
}
.three-dot-dropdown .dropdown-menu li a {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
}
.three-dot-dropdown .dropdown-menu li a:hover {
  background: #070d29;
  padding-left: 15px;
}

.done-btn {
  border-radius: 10px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  padding: 16px 45px;
  border: none;
  outline: none;
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.done-btn:hover {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%) !important;
}
.done-btn:focus {
  outline: none;
  box-shadow: none;
}

.cancel-btn {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 16.5px 67px;
  color: #fff;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: -0.18px;
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
}
.cancel-btn:hover {
  background-color: #fff !important;
  color: #070d29;
}
.cancel-btn:focus {
  outline: none;
  box-shadow: none;
}

.delete-btn {
  border-radius: 10px;
  background-color: #ff2028 !important;
  padding: 16.5px 67px;
  color: #fff;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.18px;
}
.delete-btn:focus {
  outline: none;
  box-shadow: none;
}

.google-btn {
  padding: 15px 15px;
  border-radius: 10px;
  background: #070d29;
  color: #737993;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.google-btn:focus {
  outline: none;
  box-shadow: none;
}
.google-btn:hover {
  background: #070d29;
  color: #fff;
}

.guest-btn {
  padding: 15px 15px;
  border-radius: 10px;
  background: #070d29;
  color: #737993;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.guest-btn:focus {
  outline: none;
  box-shadow: none;
}
.guest-btn:hover {
  background: #070d29;
  color: #fff;
}

.next-btn {
  color: #fff;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.18px;
  display: flex;
  height: 55px;
  padding: 10px 67px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  border-radius: 10px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  border: none;
  outline: none;
  text-transform: capitalize;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.next-btn:focus {
  outline: none;
  box-shadow: none;
}
.next-btn:hover {
  background: #070d29;
  color: #fff;
}

.skip-btn {
  height: 55px;
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skip-btn:focus {
  outline: none;
  box-shadow: none;
}
.skip-btn:hover {
  background: #070d29;
  color: #fff;
}

.view-plans-btn {
  margin: 0px auto;
  display: inline-block;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.16px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #8804ff;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

.play-now {
  color: #fff;
  font-family: "robotomedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  padding: 16px 20px 16px 20px;
  border-radius: 56px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
}
.play-now i {
  margin-right: 10px;
}
.play-now:hover {
  background: #fff;
  color: #8804ff;
}

.watch-trailer-2 {
  display: flex;
  height: 55px;
  padding: 15px 22px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 48px;
  color: #ffffff;
  text-transform: capitalize;
}
.watch-trailer-2 i {
  margin-right: 10px;
}
.watch-trailer-2:hover {
  background: #fff;
  color: #8804ff;
}

.add-to-fav {
  color: #ffffff;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.add-to-fav:hover {
  background: #fff;
  color: #8804ff;
}
.add-to-fav i {
  font-size: 25px;
}
.add-to-fav:hover {
  background: #fff;
  color: #8804ff;
}

.modal-btn-close {
  position: absolute;
  right: 36px;
  top: 39px;
  z-index: 999;
  padding: 0;
  color: #fff;
  --bs-btn-close-bg: unset;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.modal-btn-close:focus {
  box-shadow: none;
  outline: none;
}

.view-plans-now a {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 55px;
  transition: all 0.3s ease-in-out;
}
.view-plans-now a span {
  font-family: "robotomedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-to-view {
  color: #fff;
  font-family: "robotomedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: flex;
  width: 180px;
  height: 55px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.login-to-view:hover {
  background: #fff;
  color: #8804ff;
}

.call-now {
  color: #fff;
  font-family: "robotomedium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  display: flex;
  width: 181px;
  height: 50px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  transition: all 0.3s ease-in-out;
}
.call-now:hover {
  background: #fff;
  color: #8804ff;
}

.progress-area {
  overflow: hidden;
}
.progress__item .progress {
  background-color: #4b535d;
  height: 15px;
  border-radius: 15px;
}
.progress__item .progress.dark-mode {
  background-color: #4b535d;
}
.progress__item .progress .progress-bar {
  background-color: #121c27;
}
.progress__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.progress__title h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #121c27;
}
.progress__title span {
  color: var(--theme-color3);
  font-size: 16px;
  font-weight: 500;
}

#preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
#preloader .animation-preloader {
  z-index: 1000;
}
#preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(51, 51, 51, 0.5);
  border-top-color: #121c27;
  width: 120px;
  height: 120px;
  margin: 30px auto;
}
@media (max-width: 991px) {
  #preloader .animation-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 10px auto;
  }
}
#preloader .animation-preloader .txt-loading {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  font-family: "circular_stdbook";
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 991px) {
  #preloader .animation-preloader .txt-loading {
    font-size: 40px;
    line-height: 40px;
  }
}
#preloader .animation-preloader .txt-loading .letters-loading {
  color: #121c27;
  position: relative;
}
#preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
#preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
#preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
#preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
#preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
#preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
#preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
#preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #4b535d;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "circular_stdbook";
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
#preloader p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #121c27;
}
@media (max-width: 991px) {
  #preloader p {
    font-size: 14px;
    margin-top: 10px;
  }
}
#preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
#preloader .loader .row {
  height: 100%;
}
#preloader .loader .loader-section {
  padding: 0px;
}
#preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
#preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
#preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
header .main-header {
  background: #000416;
  color: #ffffff;
  padding: 12px 15px;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
header .main-header .header-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .main-header .header-flex .logo-box {
  margin-right: 34px;
}
header .main-header .header-flex .logo-box img {
  width: 97px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  header .main-header .header-flex .logo-box img {
    width: 77px;
  }
}
header .main-header .header-flex .menu-items-parent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 150px);
}
header .main-header .header-flex .menu-items-parent ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .main-header .header-flex .menu-items-parent ul li a {
  padding: 0 16px;
  color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .main-header .header-flex .menu-items-parent ul li a:hover {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
header .main-header .header-flex .menu-items-parent ul li a span.icon img {
  max-width: 16px;
  max-height: 16px;
}
@media (min-width: 992px) {
  header .main-header .header-flex .menu-items-parent ul li a span.icon {
    display: none;
  }
}
header .main-header .header-flex .menu-items-parent ul li a.active {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
header .main-header .header-flex .menu-items-parent .right-nav-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul a {
  font-family: "robotomedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul a.pricing-btn {
  padding: 12px 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  min-width: 150px;
  text-align: center;
  margin-right: 15px;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul a.pricing-btn:hover {
  color: #ffffff;
  background: #070d29;
  -webkit-text-fill-color: #fff;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul a.login-btn {
  width: 168px;
  padding: 12px 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #fff;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul a.login-btn:hover {
  color: #ffffff;
  background: #070d29;
  border-color: #070d29;
  -webkit-text-fill-color: #fff;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul li {
  position: relative;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul li ul {
  position: absolute;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  z-index: 1;
  border-radius: 5px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  top: 50px;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul li ul li {
  width: 100%;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul li ul li a {
  font-size: 15px;
  font-family: "circular_stdbook";
  padding: 5px 10px;
  color: #fff;
  display: block;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul li ul li a:hover {
  background: #fff;
  -webkit-text-fill-color: #000;
}
header .main-header .header-flex .menu-items-parent .right-nav-items ul li:hover ul {
  visibility: visible;
  opacity: 1;
}
header .main-header .header-flex .menu-items-parent .right-nav-items.after-login ul {
  align-items: center;
  gap: 30px;
}
header .main-header .header-flex .menu-items-parent .right-nav-items.after-login ul li a.notifications {
  position: relative;
}
header .main-header .header-flex .menu-items-parent .right-nav-items.after-login ul li a.notifications span {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #ff2028;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 14px;
  font-family: "robotomedium";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header .main-header .header-flex .header-bar {
  position: relative;
  width: 25px;
  height: 20px;
  cursor: pointer;
  display: none;
}
header .main-header .header-flex .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  left: 0;
  background-color: #fff;
}
header .main-header .header-flex .header-bar span:nth-child(1) {
  top: 0;
}
header .main-header .header-flex .header-bar span:nth-child(2) {
  top: 44%;
}
header .main-header .header-flex .header-bar span:nth-child(3) {
  bottom: 0;
}
header .main-header .header-flex .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
header .main-header .header-flex .header-bar.active span:nth-child(2) {
  opacity: 0;
}
header .main-header .header-flex .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
header .main-header form {
  margin-right: 32px;
}
header .main-header form .header-input {
  position: relative;
}
header .main-header form .header-input .form-control {
  width: 332px;
  padding: 10px 18px 11px 18px;
  border-radius: 10px;
  background: #070d29;
  border: none;
  color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
header .main-header form .header-input .form-control:focus {
  box-shadow: none;
  outline: none;
}
header .main-header form .header-input ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
header .main-header form .header-input ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
header .main-header form .header-input .header-search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 18px;
  padding: 0;
}

.mobile-menu .meanmenu-reveal {
  display: none !important;
}
.mobile-menu.mean-container .mean-nav > ul {
  width: 100%;
  display: block !important;
}
.mobile-menu ul li a i {
  display: none;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: url(/assets/images/icon/x.png), auto;
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  background: transparent;
  font-size: 25px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  letter-spacing: 2px;
}
.search-wrap input.main-search-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 24px;
}
.search-wrap input.main-search-input::placeholder {
  color: #ffffff;
  opacity: 1;
  font-size: 24px;
}
.search-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s;
  transition: all 0.3s;
}
.search-wrap .search-close:hover {
  transform: rotate(90deg);
}

.sidebar-area {
  position: fixed;
  top: 0;
  right: 0px;
  width: 400px;
  height: 100%;
  background-color: #000416;
  padding: 40px;
  padding-top: 30px;
  z-index: 9999999999;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .sidebar-area {
    width: 350px;
  }
}
@media (max-width: 414px) {
  .sidebar-area {
    width: 90%;
  }
}
.sidebar-area .sidebar__overlay {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 4, 22, 0.4588235294);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sidebar-area #closeButton {
  position: absolute;
  right: 30px;
  top: 45px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sidebar-area #closeButton:hover {
  transform: rotate(90deg);
}
.sidebar-area.sidebar__hide {
  visibility: hidden;
  opacity: 0;
  right: -30px;
}
.sidebar-area .logo {
  margin-bottom: 40px;
  display: inline-block;
}
.sidebar-area .logo img {
  max-width: 100px;
}
.sidebar-area .mean-container .mean-bar {
  background-color: transparent !important;
}
.sidebar-area .mean-container .mean-nav {
  background-color: transparent !important;
}
.sidebar-area .mean-container ul li {
  margin: 0 !important;
}
.sidebar-area .mean-container ul li a {
  color: #ffffff;
  border-color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  border: none;
}
.sidebar-area .mean-container ul li a:hover {
  padding-left: 10px;
}
.sidebar-area .mean-container ul li.mean-last a {
  border: none;
}
.sidebar-area .extra-mobile-menu ul li {
  margin: 0 !important;
}
.sidebar-area .extra-mobile-menu ul li a {
  color: #ffffff;
  border-color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 15px 0;
  border: none;
  text-transform: capitalize;
}
.sidebar-area .extra-mobile-menu ul li a:hover {
  padding-left: 10px;
}
.sidebar-area .sidebar-fixed-btns {
  margin-top: 30px;
}
.sidebar-area .sidebar-fixed-btns ul li {
  margin-bottom: 10px;
}
.sidebar-area .sidebar-fixed-btns ul li:first-child a {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  height: 55px;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sidebar-area .sidebar-fixed-btns ul li:nth-child(2) a {
  border: 1px solid #8804ff;
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  height: 55px;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.mobile-menu .meanmenu-reveal {
  display: none !important;
}
.mobile-menu.mean-container .mean-nav > ul {
  width: 100%;
  display: block !important;
}
.mobile-menu ul li a i {
  display: none;
}

.mobile-menu .meanmenu-reveal {
  display: none !important;
}

@media (max-width: 991px) {
  header .main-header .header-flex {
    justify-content: space-between;
  }
  header .main-header .header-flex .header-bar {
    display: unset;
  }
  header .main-header .header-flex .menu-items-parent {
    display: none;
  }
}
.home-slider-main .home-slider-parent .swiper {
  padding: 50px 0;
  height: 600px;
  width: 100%;
}
.home-slider-main .home-slider-parent .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.home-slider-main .home-slider-parent .swiper .swiper-slide .slide-bg {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.home-slider-main .home-slider-parent .swiper .swiper-slide .slide-bg a {
  display: block;
  height: 100%;
  width: 100%;
}
.home-slider-main .home-slider-parent .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider-main .home-slider-parent .swiper .swiper-slide-prev {
  padding: 50px 0;
}
.home-slider-main .home-slider-parent .swiper .swiper-slide-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 4, 22, 0.5);
  z-index: 1;
}
.home-slider-main .home-slider-parent .swiper .swiper-slide-next {
  padding: 50px 0;
}
.home-slider-main .home-slider-parent .swiper .swiper-slide-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 4, 22, 0.5);
  z-index: 1;
}
.home-slider-main .home-slider-parent .swiper .swiper-pagination {
  bottom: 10px;
}
.home-slider-main .home-slider-parent .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.home-slider-main .home-slider-parent .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 40px;
  height: 8px;
  border-radius: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  -o-border-radius: 31px;
}

.tv-channel-main {
  padding: 30px 0;
}
.tv-channel-main .title-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.tv-channel-main .tv-channel-slider-parent {
  padding-left: 30px;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box {
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box .channel-bg {
  width: 100%;
  height: 0;
  padding-top: 66.67%;
  transition: all 0.3s ease-in-out;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box i {
  position: absolute;
  right: 13px;
  bottom: 13px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #8804ff;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box i:hover {
  color: #8804ff;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box i.active {
  color: #8804ff;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box .live-tag {
  position: absolute;
  bottom: 11px;
  z-index: 2;
  left: 10px;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 4px 10px;
  align-items: center;
  gap: 5px;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box .live-tag .dot {
  width: 8px;
  height: 8px;
  background: #ff2028;
  display: inline-block;
  border-radius: 50%;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box .live-tag .live-text {
  color: #fff;
  font-family: "circular_stdblack";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.12px;
  text-transform: capitalize;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box .paid-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
}
.tv-channel-main .tv-channel-slider-parent .swiper .swiper-slide .single-channel-box .paid-icon img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recently-played-main {
  padding: 30px 0;
}
.recently-played-main .title-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.recently-played-main .recently-played-parent {
  padding-left: 30px;
}
.recently-played-main .recently-played-parent .recent-video-box {
  border-radius: 20px;
}
.recently-played-main .recently-played-parent .recent-video-box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 10px;
}
.recently-played-main .recently-played-parent .recent-video-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.recently-played-main .recently-played-parent .recent-video-box a img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.recently-played-main .recently-played-parent .recent-video-box video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recently-played-main .recently-played-parent .recent-video-box .plyr {
  margin-bottom: 10px;
  cursor: pointer;
}
.recently-played-main .recently-played-parent .recent-video-box .video-title {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.recently-played-main .recently-played-parent .recent-video-box .plyr__poster {
  border-radius: 20px !important;
  background-size: cover !important;
}
.recently-played-main .recently-played-parent .plyr__control--overlaid {
  display: none !important;
}
.recently-played-main .recently-played-parent .plyr__control {
  display: none !important;
}
.recently-played-main .recently-played-parent .plyr__time {
  display: none !important;
}
.recently-played-main .recently-played-parent .plyr__volume {
  display: none !important;
}
.recently-played-main .recently-played-parent .plyr__progress__buffer {
  display: none !important;
}
.recently-played-main .recently-played-parent .plyr--full-ui input[type=range] {
  color: #8804ff;
}
.recently-played-main .recently-played-parent .plyr__progress input[type=range]::-webkit-slider-thumb {
  background-color: transparent;
  border: 2px solid transparent;
}
.recently-played-main .recently-played-parent .plyr__progress input[type=range]::-moz-range-thumb {
  background-color: transparent;
  border: 2px solid transparent;
}
.recently-played-main .recently-played-parent .plyr__progress input[type=range]::-ms-thumb {
  background-color: transparent;
  border: 2px solid transparent;
}

.common-movie-main {
  padding: 30px 0;
}
.common-movie-main .title-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.common-movie-main .trending-movies-parent {
  padding-left: 30px;
}
.common-movie-main .trending-movies-parent .trending-movie-box .image-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.common-movie-main .trending-movies-parent .trending-movie-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.common-movie-main .trending-movies-parent .trending-movie-box .image-box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.common-movie-main .trending-movies-parent .trending-movie-box .image-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.common-movie-main .trending-movies-parent .trending-movie-box .image-box a i {
  position: absolute;
  right: 13px;
  bottom: 13px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #8804ff;
}
.common-movie-main .trending-movies-parent .trending-movie-box .image-box a i:hover {
  color: #8804ff;
}
.common-movie-main .trending-movies-parent .trending-movie-box .image-box a span.rating {
  position: absolute;
  bottom: 13px;
  left: 13px;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  width: 65px;
  text-align: center;
  height: 26px;
  color: #fff;
  font-family: "circular_stdblack";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px;
  gap: 4px;
  justify-content: center;
}
.common-movie-main .trending-movies-parent .trending-movie-box .image-box a .paid-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
}
.common-movie-main .trending-movies-parent .trending-movie-box .title {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.trending-series-main {
  padding: 30px 0;
}
.trending-series-main .title-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.trending-series-main .trending-series-parent {
  padding-left: 30px;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .image-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .image-box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .image-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .image-box i {
  position: absolute;
  right: 13px;
  bottom: 13px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #8804ff;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .image-box i:hover {
  color: #8804ff;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .image-box span.rating {
  position: absolute;
  bottom: 13px;
  left: 13px;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  width: 65px;
  text-align: center;
  height: 26px;
  color: #fff;
  font-family: "circular_stdblack";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px;
  gap: 4px;
  justify-content: center;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .image-box .paid-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .description-box {
  padding: 15px;
  margin-bottom: 30px;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .description-box h6 {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .description-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .description-box h3 a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .description-box h3 a:hover {
  color: #8804ff;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .description-box p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .btn-sets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .btn-sets a.watch-trailer {
  color: #ffffff;
  color: #fff;
  font-family: "robotomedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  padding: 15px 23px;
  border-radius: 56px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  transition: all 0.3s ease-in-out;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .btn-sets a.watch-trailer i {
  margin-right: 10px;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .btn-sets a.watch-trailer:hover {
  background: #fff;
  color: #8804ff;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .btn-sets a.add-to-fav {
  color: #ffffff;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .btn-sets a.add-to-fav:hover {
  background: #fff;
  color: #8804ff;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .btn-sets a.add-to-fav i {
  font-size: 25px;
}
.trending-series-main .trending-series-parent .swiper-slide .trending-series-box .btn-sets a.add-to-fav:hover {
  background: #fff;
  color: #8804ff;
}

.channel-slider-main {
  padding: 9px 15px;
  margin-bottom: 30px;
}
.channel-slider-main .channel-slider-parents .swiper {
  width: 100%;
  height: 100%;
}
.channel-slider-main .channel-slider-parents .swiper .swiper-slide .single-channel a {
  color: #ffffff;
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.channel-slider-main .channel-slider-parents .swiper .swiper-slide .single-channel a:hover {
  border: 1px solid #8804ff;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.channel-slider-main .channel-slider-parents .swiper .swiper-slide .single-channel .active {
  border: 1px solid #8804ff;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.common-twelve-grid {
  padding: 30px 15px;
}
.common-twelve-grid .title-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
  padding-left: 0;
}
.common-twelve-grid .tv-grid-parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}
.common-twelve-grid .tv-grid-parent .single-channel {
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-self: center;
  width: 100%;
  border-radius: 20px;
  height: 0;
  padding-top: 66.67%;
}
.common-twelve-grid .tv-grid-parent .single-channel .channel-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-twelve-grid .tv-grid-parent .single-channel a {
  width: 100%;
  height: 100%;
}
.common-twelve-grid .tv-grid-parent .single-channel a .live-channel-bg {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.common-twelve-grid .tv-grid-parent .single-channel i {
  position: absolute;
  right: 13px;
  bottom: 13px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  color: #8804ff;
}
.common-twelve-grid .tv-grid-parent .single-channel i:hover {
  color: #8804ff;
}
.common-twelve-grid .tv-grid-parent .single-channel .live-tag {
  position: absolute;
  bottom: 11px;
  z-index: 2;
  left: 10px;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 4px 10px;
  align-items: center;
  gap: 5px;
}
.common-twelve-grid .tv-grid-parent .single-channel .live-tag .dot {
  width: 8px;
  height: 8px;
  background: #ff2028;
  display: inline-block;
  border-radius: 50%;
}
.common-twelve-grid .tv-grid-parent .single-channel .live-tag .live-text {
  color: #fff;
  font-family: "circular_stdblack";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.12px;
  text-transform: capitalize;
}
.common-twelve-grid .tv-grid-parent .single-channel .paid-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
}
.common-twelve-grid .tv-grid-parent .single-channel .paid-icon img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-twelve-grid .tv-grid-parent .single-channel .dropdown {
  width: 100%;
  height: 100%;
}
.common-twelve-grid .tv-grid-parent .single-channel .dropdown .dropdown-menu {
  width: 100%;
}
.common-twelve-grid .tv-grid-parent .single-channel .dropdown .dropdown-menu .dropdown-header {
  font-family: "circular_stdblack";
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 1;
  color: #8804ff;
}
.common-twelve-grid .tv-grid-parent .single-channel .dropdown .dropdown-menu li a.dropdown-item {
  font-family: "circular_stdblack";
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  line-height: 1;
}

.movie-common-banner-main {
  height: 602px;
  width: calc(100% - 60px);
  margin: 0px auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  margin-bottom: 30px;
}
.movie-common-banner-main::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 290px;
  content: "";
}
.movie-common-banner-main .banner-wrapper {
  height: 602px;
  position: relative;
}
@media (max-width: 991px) {
  .movie-common-banner-main .banner-wrapper {
    height: 50vh;
  }
}
.movie-common-banner-main .banner-wrapper .button-sets {
  position: absolute;
  bottom: 25px;
  left: 0px;
  color: #ffffff;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.movie-common-banner-main .banner-wrapper .button-sets a {
  font-family: "robotomedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.movie-common-banner-main .banner-wrapper .button-sets a.watch {
  color: #000;
  display: flex;
  width: 236px;
  height: 55px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 48px;
}
.movie-common-banner-main .banner-wrapper .button-sets a.watch:hover {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  color: #ffffff;
}
.movie-common-banner-main .banner-wrapper .button-sets a.watch-trailer {
  display: flex;
  width: 236px;
  height: 55px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 48px;
  color: #ffffff;
}
.movie-common-banner-main .banner-wrapper .button-sets a.watch-trailer:hover {
  border-color: #8804ff;
  color: #8804ff;
}
.movie-common-banner-main .banner-wrapper .button-sets a.add-to-fav {
  display: flex;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.movie-common-banner-main .banner-wrapper .button-sets a.add-to-fav:hover {
  background: #fff;
  color: #8804ff;
}
@media (max-width: 991px) {
  .movie-common-banner-main {
    height: 50vh;
  }
}

.trending-series-parent .image-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.pakistani-series-main {
  padding-bottom: 0;
}

.favourite-items-main {
  padding: 70px 15px;
}
.favourite-items-main .title-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
}
.favourite-items-main .title-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
  padding-left: 0;
  margin-bottom: 0;
}
.favourite-items-main .title-box .add-fav-list {
  padding: 16px 29px 16px 28px;
  border-radius: 10px;
  background: rgba(136, 4, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
.favourite-items-main .title-box .add-fav-list img {
  width: 21px;
  height: 22px;
  margin-right: 15px;
}
.favourite-items-main .title-box .add-fav-list span {
  font-family: "circular_stdblack";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.favourite-items-main .title-box .add-fav-list:hover {
  background: #ffffff;
}
.favourite-items-main .favourite-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  border-radius: 20px;
  background: #070d29;
  padding: 15px;
  height: 300px;
}
.favourite-items-main .favourite-item-grid .single-grid {
  height: 128px;
}
.favourite-items-main .favourite-item-grid .image-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.favourite-items-main .favourite-item-grid .image-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.favourite-items-main .favourite-item-grid .image-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.favourite-items-main .favourite-item-grid .image-box a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.favourite-items-main .fav-item-name {
  margin-top: 10px;
  margin-bottom: 30px;
}
.favourite-items-main .fav-item-name a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.favourite-items-main .add-new-fav-box {
  height: 300px;
  position: relative;
  border-radius: 20px;
  text-align: center;
  padding: 106px 0px 106px 0px;
  background: linear-gradient(90deg, rgba(136, 4, 255, 0.1) 0%, rgba(226, 94, 255, 0.1) 100%);
}
.favourite-items-main .add-new-fav-box .icon {
  display: block;
  margin-bottom: 20px;
}
.favourite-items-main .add-new-fav-box .text {
  font-family: "circular_stdbook";
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.24px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.favourite-items-main .add-new-fav-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.commonModal {
  background: rgba(255, 255, 255, 0.1);
}
.commonModal .modal-content {
  border-radius: 20px;
  background: #000416;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
}
.commonModal .modal-content .modal-body {
  padding: 0;
}
.commonModal .modal-content .modal-body form {
  padding: 30px;
}
.commonModal .modal-content .modal-body form .form-group {
  margin-bottom: 30px;
}
.commonModal .modal-content .modal-body form .form-group .form-label {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-bottom: 15px;
}
.commonModal .modal-content .modal-body form .form-group .form-control {
  padding: 14px 20px 14px 20px;
  border-radius: 10px;
  background: #070d29;
  border: none;
  outline: none;
  color: #737993;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.commonModal .modal-content .modal-body form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.commonModal .modal-content .modal-body form .form-group ::-moz-placeholder {
  color: #737993;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.commonModal .modal-content .modal-body form .form-group ::placeholder {
  color: #737993;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 15px;
  margin-bottom: 15px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card {
  background: #000416;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body {
  padding: 0;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body .contents-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body .contents-wrapper .image-box {
  width: 30%;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body .contents-wrapper .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body .contents-wrapper .contents {
  width: calc(70% - 115px);
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body .contents-wrapper .contents h5 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-bottom: 0;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body .contents-wrapper .contents p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body .contents-wrapper .icon {
  width: 55px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body .contents-wrapper .icon a {
  color: #ffffff;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: none;
  background: linear-gradient(90deg, rgba(136, 4, 255, 0.1) 0%, rgba(226, 94, 255, 0.1) 100%);
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-fabourite-header .card .card-body .contents-wrapper .icon a:hover {
  background: #fff;
  color: #8804ff;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-head-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  gap: 20px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .modal-head-flex .add-fav-list {
  font-size: 16px;
  font-weight: 450;
  letter-spacing: -0.16px;
  padding: 10px 18px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards {
  padding-left: 15px;
  padding-right: 15px;
  max-height: 400px;
  overflow-y: scroll;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards .single-card {
  margin-bottom: 20px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards .single-card .card {
  background: #000416;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards .single-card .card .card-body {
  padding: 0;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards .single-card .card .card-body .contents-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards .single-card .card .card-body .contents-wrapper .image-box {
  width: 30%;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards .single-card .card .card-body .contents-wrapper .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards .single-card .card .card-body .contents-wrapper .contents {
  width: calc(70% - 85px);
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards .single-card .card .card-body .contents-wrapper .contents h5 {
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}
.commonModal .modal-content .modal-body .modal-fav-wrapper .collections-list-cards .single-card .card .card-body .contents-wrapper .icon {
  width: 25px;
  text-align: right;
}
.commonModal .modal-content .modal-body .register-modal-bg {
  text-align: center;
  padding-top: 138px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 30px;
}
.commonModal .modal-content .modal-body .register-modal-bg h4 {
  color: #fff;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.commonModal .modal-content .modal-body .register-modal-bg p {
  position: relative;
  z-index: 1;
  color: #737993;
  font-family: "robotoregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.commonModal .modal-content .modal-body .register-modal-bg p a {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.commonModal .modal-content .modal-body .register-modal-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 4, 22, 0) 0%, #000416 100%);
}
.commonModal .modal-content .modal-body .modal-spacer {
  margin-bottom: 30px;
  text-align: center;
  color: #737993;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}
.commonModal .modal-content .modal-body .button-sets {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.commonModal .modal-content .modal-body .button-sets a {
  display: block;
}
.commonModal .modal-content .modal-body .button-sets a:first-child {
  margin-bottom: 15px;
}
.commonModal .modal-content .modal-body .button-sets a span {
  margin-right: 15px;
}

.fav-collection-main {
  padding: 62px 15px 100px 15px;
}
.fav-collection-main .title-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.fav-collection-main .title-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
  padding-left: 0;
  margin-bottom: 0;
}
.fav-collection-main .title-box h3 a {
  color: #ffffff;
  padding-right: 15px;
}
.fav-collection-main .title-box .dropdown .dropdown-menu {
  background: #000416;
  padding: 0;
}
.fav-collection-main .title-box .dropdown .dropdown-menu li {
  margin-bottom: 5px;
}
.fav-collection-main .title-box .dropdown .dropdown-menu li a {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
}
.fav-collection-main .title-box .dropdown .dropdown-menu li a:hover {
  background: #070d29;
  padding-left: 15px;
}
.fav-collection-main .title-box .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.fav-collection-main .single-fav-collection {
  margin-bottom: 25px;
  position: relative;
}
.fav-collection-main .single-fav-collection a {
  display: block;
  width: 100%;
  height: 100%;
}
.fav-collection-main .single-fav-collection a .image-box {
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 20px;
}
.fav-collection-main .single-fav-collection a .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.fav-collection-main .single-fav-collection a .image-box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.fav-collection-main .single-fav-collection a .title {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.fav-collection-main .single-fav-collection .cross-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}

.pricing-box-main {
  padding: 60px 15px 106px 15px;
}
.pricing-box-main .title-box {
  text-align: center;
  margin-bottom: 60px;
}
.pricing-box-main .title-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
  padding-left: 0;
}
.pricing-box-main .title-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.pricing-box-main .title-box ul li {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.pricing-box-main .title-box ul li .icon {
  margin-right: 10px;
}
.pricing-box-main .pricing-box-single {
  border-radius: 15px;
  background: #070d29;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  height: 450px;
  padding: 0px 87px 0px 86px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.pricing-box-main .pricing-box-single .content-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.pricing-box-main .pricing-box-single .content-wrapper .day {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-bottom: 20px;
}
.pricing-box-main .pricing-box-single .content-wrapper .desc {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 30px;
}
.pricing-box-main .pricing-box-single .content-wrapper .price {
  text-align: center;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.pricing-box-main .pricing-box-single .discount-tag {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 20px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  display: inline-flex;
  padding: 13px 36px 13px 36px;
  align-items: center;
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.pricing-box-main .pricing-box-single .package-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.pricing-box-main .pricing-box-single::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
  content: "";
  background: transparent;
  border-radius: 15px;
}
.pricing-box-main .pricing-box-single:hover .content-wrapper .day {
  color: #ffffff;
}
.pricing-box-main .pricing-box-single:hover .content-wrapper .desc {
  color: #ffffff;
}
.pricing-box-main .pricing-box-single:hover .content-wrapper .price {
  color: #ffffff;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
.pricing-box-main .pricing-box-single:hover .discount-tag {
  background: #fff;
  color: #8804ff;
}
.pricing-box-main .pricing-box-single:hover::after {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  height: 100%;
}
.pricing-box-main .already-loging-text {
  margin-top: 100px;
  text-align: center;
}
.pricing-box-main .already-loging-text p {
  color: #fff;
  font-family: "robotomedium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.pricing-box-main .already-loging-text p a {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-left: 5px;
}

.otp-main .otp-wrapper {
  height: 100%;
  height: 70vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.otp-main .otp-wrapper .otp-contents {
  width: 400px;
}
.otp-main .otp-wrapper .otp-contents h1 {
  color: #fff;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.otp-main .otp-wrapper .otp-contents .forget-text {
  color: #737993;
  text-align: center;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 32px;
}
.otp-main .otp-wrapper .otp-contents .otp-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.otp-main .otp-wrapper .otp-contents .otp-input input[type=number] {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: #070d29;
  border: none;
  outline: none;
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  text-align: center;
  padding: 0;
  border: 1px solid transparent;
}
.otp-main .otp-wrapper .otp-contents .otp-input input[type=number]:focus {
  box-shadow: none;
  outline: none;
  border-color: #8804ff;
}
.otp-main .otp-wrapper .otp-contents .otp-input input[type=number]::-webkit-inner-spin-button,
.otp-main .otp-wrapper .otp-contents .otp-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-main .otp-wrapper .otp-contents .otp-input input[type=number] {
  -moz-appearance: textfield;
}
.otp-main .otp-wrapper .otp-contents .form-group {
  margin-bottom: 15px;
}
.otp-main .otp-wrapper .otp-contents .form-group .form-control {
  padding: 14px 20px 14px 20px;
  border-radius: 10px;
  background: #070d29;
  border: none;
  outline: none;
  color: #737993;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.otp-main .otp-wrapper .otp-contents .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.otp-main .otp-wrapper .otp-contents .form-group ::-moz-placeholder {
  color: #737993;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.otp-main .otp-wrapper .otp-contents .form-group ::placeholder {
  color: #737993;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.otp-main .otp-wrapper .otp-contents .form-group:nth-child(2) {
  margin-bottom: 32px;
}

.personal-details-main .otp-wrapper .otp-contents .form-group {
  margin-bottom: 32px;
}
.personal-details-main .otp-wrapper .otp-contents .skip-btn {
  margin-top: 16px;
}
.personal-details-main .otp-wrapper .otp-contents .profile-user-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.personal-details-main .otp-wrapper .otp-contents .avatar-upload {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
  margin-bottom: 10px;
}
.personal-details-main .otp-wrapper .otp-contents .avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 0px;
}
.personal-details-main .otp-wrapper .otp-contents .avatar-upload .avatar-edit input {
  display: none;
}
.personal-details-main .otp-wrapper .otp-contents .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  border-radius: 100%;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  border: 1px solid #8804ff;
}
.personal-details-main .otp-wrapper .otp-contents .picture-text {
  text-align: center;
}
.personal-details-main .otp-wrapper .otp-contents .picture-text p {
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 32px;
}

.forget-pssword-main .otp-wrapper .otp-contents .form-group {
  margin-bottom: 32px;
}

.payments-main .title-box h3 {
  margin-bottom: 60px;
}
.payments-main .payment-grid-parent {
  width: 634px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.payments-main .payment-grid-parent .single-grid .form-check {
  padding-left: 0;
}
.payments-main .payment-grid-parent .single-grid input[type=radio] {
  display: none;
}
.payments-main .payment-grid-parent .single-grid label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 15px;
  background: #070d29;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100px;
  transition: all 0.3s ease-in-out;
}
.payments-main .payment-grid-parent .single-grid label img {
  max-width: 100%;
  transition-duration: 0.2s;
}
.payments-main .payment-grid-parent .single-grid label:hover {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  box-shadow: 0px 2px 10px 0px rgba(136, 4, 255, 0.5);
}
.payments-main .payment-grid-parent .single-grid :checked + label:before {
  transform: scale(2);
}
.payments-main .payment-grid-parent .single-grid :checked + label {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  box-shadow: 0px 2px 10px 0px rgba(136, 4, 255, 0.5);
}
.payments-main .next-btn {
  max-width: 634px;
  margin: 0px auto;
}

.profile-main {
  padding-top: 60px;
  padding-bottom: 92px;
}
.profile-main .profile-box {
  max-width: 850px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 60px;
}
.profile-main .profile-box .image-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0px auto;
  position: relative;
}
.profile-main .profile-box .image-box img.user-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.profile-main .profile-box .image-box .modal-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  bottom: 20px;
  cursor: pointer;
}
.profile-main .profile-box .description-box {
  margin-top: 30px;
}
.profile-main .profile-box .description-box h1 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  text-align: center;
  margin-bottom: 5px;
}
.profile-main .profile-box .description-box p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.24px;
}
.profile-main .viewplan-box {
  max-width: 850px;
  margin: 0px auto;
}
.profile-main .viewplan-box .nav-tabs {
  border: none;
  justify-content: center;
  gap: 30px;
  margin-bottom: 65px;
}
.profile-main .viewplan-box .nav-tabs .nav-item .nav-link {
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  position: relative;
  padding-bottom: 10px;
}
.profile-main .viewplan-box .nav-tabs .nav-item .nav-link::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: transparent;
  content: "";
  bottom: 0;
}
.profile-main .viewplan-box .nav-tabs .nav-item .active {
  background: transparent;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.profile-main .viewplan-box .nav-tabs .nav-item .active::before {
  background: #8804ff;
}
.profile-main .viewplan-box .subscription-box {
  border-radius: 20px;
  background: #070d29;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  min-height: 271px;
  padding: 91px 20px 90px 20px;
}
.profile-main .viewplan-box .subscription-box p {
  margin-bottom: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.16px;
}
.profile-main .viewplan-box .payment-history {
  padding: 30px 35px 30px 30px;
  border-radius: 10px;
  background: #070d29;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.profile-main .viewplan-box .payment-history .payment-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.profile-main .viewplan-box .payment-history .payment-flex .contents {
  width: calc(100% - 240px);
}
.profile-main .viewplan-box .payment-history .payment-flex .contents .time {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}
.profile-main .viewplan-box .payment-history .payment-flex .contents p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.16px;
}
.profile-main .viewplan-box .payment-history .payment-flex .contents p:last-child {
  margin-bottom: 0;
}
.profile-main .viewplan-box .payment-history .payment-flex .price {
  width: 200px;
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  text-align: right;
  text-transform: uppercase;
}

.updateProfileModal form {
  padding-top: 54px !important;
}
.updateProfileModal .profile-user-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.updateProfileModal .avatar-upload {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
  margin-bottom: 60px;
}
.updateProfileModal .avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 0px;
}
.updateProfileModal .avatar-upload .avatar-edit input {
  display: none;
}
.updateProfileModal .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  border-radius: 100%;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  border: 1px solid #8804ff;
}
.updateProfileModal .avatar-upload .modal-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.movie-details-banner-main {
  position: relative;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.movie-details-banner-main:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 4, 22, 0) 0%, #000416 100%);
}
.movie-details-banner-main .banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 80px;
  max-width: 800px;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info h1 {
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.6px;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 40px;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info .nav {
  gap: 12px;
  margin-bottom: 40px;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info .nav .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info .nav .nav-item:first-child {
  margin-right: 18px;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info .nav .nav-item:first-child .nav-link {
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.22px;
  border-radius: 56px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 4px 10px;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info .nav .nav-item:first-child .nav-link i {
  margin-right: 6px;
  color: #fbbc05;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info .nav .nav-item:first-child .nav-link:hover {
  background: #fff;
  color: #8804ff;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info .nav .nav-item:not(:first-child) .nav-link {
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-info .nav .nav-item:not(:first-child) .nav-link:hover {
  background: #fff;
  color: #8804ff;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li {
  position: relative;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li a.add-to-fav {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li a.add-to-fav:hover {
  background: #fff;
  color: #8804ff;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li ul {
  display: none;
  position: absolute;
  border-radius: 20px;
  background: #070d29;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.5);
  padding: 24px;
  min-width: 240px;
  left: 0;
  top: calc(100% + 17px);
  gap: 24px;
  z-index: 11;
}
@media (max-width: 767px) {
  .movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li ul {
    gap: 10px;
    padding: 15px;
  }
}
@media (max-width: 1399px) {
  .movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li ul {
    gap: 15px;
    padding: 15px;
  }
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li ul li {
  flex-basis: 100%;
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li ul li a {
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li ul li a {
    font-size: 16px;
  }
}
.movie-details-banner-main .banner-wrapper .contents-parent .details-button-sets ul li ul li a:hover {
  padding-left: 10px;
  color: #8804ff;
}

.player-main {
  position: relative;
  height: 70vh;
}
.player-main .player-video-box {
  position: relative;
}
.player-main .player-video-box .video-title {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 30px;
  color: #fff;
  font-family: "robotomedium";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  opacity: 1;
  transition: opacity 0.3s ease;
  animation: fadeOutTitle 5s forwards;
  -webkit-animation: fadeOutTitle 5s forwards;
  width: 100%;
}
.player-main .player-video-box .plyr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  cursor: default;
  z-index: 10;
  background: transparent;
}
.player-main .player-video-box:hover .video-title {
  opacity: 1;
  animation: none;
}
.player-main .player-video-box .plyr--video {
  height: 100%;
  width: 100%;
}
.player-main .player-video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.player-main .player-video-box .plyr--full-ui input[type=range] {
  color: #8804ff;
}
.player-main .player-video-box .plyr__control--overlaid {
  background: #8804ff;
}
.player-main .player-video-box .plyr__progress input[type=range]::-webkit-slider-thumb {
  background-color: transparent;
  border: 2px solid transparent;
}
.player-main .player-video-box .plyr__progress input[type=range]::-moz-range-thumb {
  background-color: transparent;
  border: 2px solid transparent;
}
.player-main .player-video-box .plyr__progress input[type=range]::-ms-thumb {
  background-color: transparent;
  border: 2px solid transparent;
}
.player-main .player-video-box .plyr__poster {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.player-main .video-urls-tags-wrapper {
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  overflow: hidden;
  cursor: grab;
}
.player-main .video-urls-tags-wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.player-main .video-urls-tags-wrapper ul li {
  flex: 0 0 auto;
}
.player-main .video-urls-tags-wrapper ul li a {
  background: #121c27;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  font-family: "robotoregular";
  transition: all 0.3s;
  white-space: nowrap;
}
.player-main .video-urls-tags-wrapper ul li a:hover {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
}
.player-main .video-urls-tags-wrapper ul li a.active {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
}
.player-main .video-urls-tags-wrapper::-webkit-scrollbar {
  display: none;
}
.player-main .plyr--video {
  height: 100%;
}
.player-main #dynamic-player {
  height: 100%;
}

.premium-modal-main {
  color: #000;
}
.premium-modal-main .modal-xl {
  max-width: 1400px;
}
.premium-modal-main .modal-content {
  border-radius: 30px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.premium-modal-main .modal-content .modal-body {
  padding: 88px 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 767px) {
  .premium-modal-main .modal-content .modal-body {
    grid-template-columns: 1fr;
  }
}
.premium-modal-main .modal-content .modal-body .image-box img {
  width: 100%;
  height: 100%;
}
.premium-modal-main .modal-content .modal-body .contents .title {
  color: #fff;
  font-family: "robotomedium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}
.premium-modal-main .modal-content .modal-body .contents .sub-title {
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 28px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 30px;
}
.premium-modal-main .modal-content .modal-body .contents ul {
  margin-bottom: 30px;
}
.premium-modal-main .modal-content .modal-body .contents ul li {
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin-bottom: 12px;
}
.premium-modal-main .modal-content .modal-body .contents ul li:last-child {
  margin-bottom: 0;
}
.premium-modal-main .modal-content .modal-body .contents ul li i {
  margin-right: 12px;
}
.premium-modal-main .modal-content .modal-body .contents .view-plans-now {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
}
.premium-modal-main .modal-content .modal-body .contents .already-purchase p {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-bottom: 30px;
}

.help-support-main {
  padding: 60px 15px 177px 15px;
}
.help-support-main .title-box h3 {
  color: #fff;
  text-align: center;
  font-family: "robotomedium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin-bottom: 60px;
}
.help-support-main .help-box-grid {
  border-radius: 20px;
  background: #070d29;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 80px 40px 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.help-support-main .help-box-grid .single-grid .image-box img {
  width: 100%;
  height: 100%;
}
.help-support-main .help-box-grid .single-grid:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.help-support-main .help-box-grid .single-grid:nth-child(2) h4 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.help-support-main .help-box-grid .single-grid:nth-child(2) p {
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 30px;
}

.common-movie-main .image-bg-common {
  width: 100%;
  height: 0;
  padding-top: 149%;
  background-position: center !important;
  transition: all 0.3s ease-in-out;
}
.common-movie-main .image-bg-common:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.common-portarait-main .image-bg-common {
  width: 100%;
  height: 0;
  padding-top: 55%;
  transition: all 0.3s ease-in-out;
}
.common-portarait-main .image-bg-common:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.search-box-main {
  padding: 120px 0;
}
.search-box-main .input {
  border-bottom: 1px solid #d9d9d9;
  padding: 12px 10px;
  cursor: text;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-left: 0;
  position: relative;
  overflow-x: hidden;
}
.search-box-main .input input[type=text] {
  background: #000416;
  color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.24px;
}
.search-box-main .input ::-moz-placeholder {
  font-family: "circular_stdbook";
  font-size: 24px;
  color: #ffffff;
}
.search-box-main .input ::placeholder {
  font-family: "circular_stdbook";
  font-size: 24px;
  color: #ffffff;
}
.search-box-main .input .search-icon {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 20px;
}
.search-box-main .tags,
.search-box-main #tag {
  display: inline-block;
}
.search-box-main #tag {
  border: none;
  padding: 0.3rem 0;
}
.search-box-main .tag {
  display: inline-block;
  color: #fff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  border-radius: 55px;
  margin: 0 12px;
  padding: 7px 15px;
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  text-transform: capitalize;
}
.search-box-main .tag-name {
  font-family: "circular_stdbook";
  font-size: 24px;
  color: #ffffff;
}
.search-box-main .remove {
  font-family: "circular_stdbook";
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  color: #fff;
  margin-left: 0.3rem;
  cursor: pointer;
}
.search-box-main .remove:hover {
  color: #000416;
}

.search-by-tag-main {
  padding-left: 15px;
  padding-right: 15px;
}
.search-by-tag-main .title-box h3 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding-left: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
  padding-left: 0;
  margin-bottom: 24px;
}
.search-by-tag-main .tag-grid-parent {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 16px;
}
.search-by-tag-main .tag-grid-parent .single-grid {
  border-radius: 7px;
  background: #070d29;
  padding: 2px;
  transition: all 0.3s ease-in-out;
}
.search-by-tag-main .tag-grid-parent .single-grid a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.search-by-tag-main .tag-grid-parent .single-grid a .image-box {
  height: 42px;
  width: 42px;
  border-radius: 5px;
  overflow: hidden;
}
.search-by-tag-main .tag-grid-parent .single-grid a .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.search-by-tag-main .tag-grid-parent .single-grid a .title {
  text-transform: capitalize;
  color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.16px;
}
.search-by-tag-main .tag-grid-parent .single-grid:hover {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
}

.series-episodes-main .title-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .series-episodes-main .title-box {
    padding-right: 16px;
    margin-bottom: 20px;
  }
}
.series-episodes-main .title-box .dropdown .three-dot-dropdown {
  border: 1px solid #ffffff;
  font-size: 18px;
  padding: 8px 22px;
  text-transform: capitalize;
  min-width: 158px;
  font-weight: 450;
  font-family: "circular_stdbook";
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .series-episodes-main .title-box .dropdown .three-dot-dropdown {
    font-size: 14px;
    padding: 5px 10px;
    min-width: 150px;
  }
}
.series-episodes-main .title-box .dropdown .three-dot-dropdown::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\f078";
  border: none;
  font-family: "Font Awesome 6 Pro";
  position: relative;
  top: 2px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.series-episodes-main .title-box .dropdown .three-dot-dropdown.show::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.series-episodes-main .title-box .dropdown .dropdown-menu {
  background: #000416;
  padding: 0;
}
.series-episodes-main .title-box .dropdown .dropdown-menu li {
  margin-bottom: 5px;
}
.series-episodes-main .title-box .dropdown .dropdown-menu li a {
  background: linear-gradient(90deg, #8804ff 0%, #e25eff 100%);
  color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.18px;
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
}
.series-episodes-main .title-box .dropdown .dropdown-menu li a:hover {
  background: #070d29;
  padding-left: 15px;
}
.series-episodes-main .title-box .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.movie-common-banner-main .swiper {
  width: 100%;
  height: 100%;
}
.movie-common-banner-main .swiper .swiper-slide {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.movie-common-banner-main .swiper .swiper-slide::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 4, 22, 0) 0%, #000416 100%);
}
.movie-common-banner-main .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  z-index: 999;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  right: 0;
}
@media (max-width: 1199px) {
  .movie-common-banner-main .swiper .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .movie-common-banner-main .swiper .swiper-button-next::after {
    font-size: 20px;
  }
}
.movie-common-banner-main .swiper .swiper-button-next::after {
  font-size: 20px;
  color: #ffffff;
}
.movie-common-banner-main .swiper .swiper-button-next:hover {
  background: #ffffff;
}
.movie-common-banner-main .swiper .swiper-button-next:hover:after {
  color: #8804ff;
}
.movie-common-banner-main .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  z-index: 999;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .movie-common-banner-main .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .movie-common-banner-main .swiper .swiper-button-prev::after {
    font-size: 20px;
  }
}
.movie-common-banner-main .swiper .swiper-button-prev::after {
  font-size: 20px;
  color: #ffffff;
}
.movie-common-banner-main .swiper .swiper-button-prev:hover {
  background: #ffffff;
}
.movie-common-banner-main .swiper .swiper-button-prev:hover:after {
  color: #8804ff;
}
.movie-common-banner-main .movie-details-position {
  position: absolute;
  inset: 0 80px 0 80px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .movie-common-banner-main .movie-details-position {
    inset: 0 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .movie-common-banner-main .movie-details-position {
    inset: 0;
  }
}

main {
  padding-top: 80px;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: 99999;
}
.loader-wrapper .loading-bar {
  width: 130px;
  height: 5px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #8804ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotateY(0);
  transition: transform 0.3s ease-in;
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -ms-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
}
.loader-wrapper .loading-bar .blue-bar {
  height: 100%;
  width: 68px;
  position: absolute;
  transform: translate(-34px);
  background-color: #e25eff;
  border-radius: 2px;
  animation: initial-loading 1.5s ease infinite;
}

@keyframes initial-loading {
  0% {
    transform: translate(-34px);
  }
  50% {
    transform: translate(96px);
  }
  to {
    transform: translate(-34px);
  }
}
.fa-heart.active {
  color: #8804ff !important;
  font-weight: 900;
}

footer .footer-main {
  background: #00030f;
  padding: 50px 60px 50px 60px;
}
footer .footer-main .footer-logo-box img {
  max-width: 190px;
}
footer .footer-main .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
footer .footer-main .footer-grid .single-grid .title h6 {
  color: #fff;
  font-family: "robotomedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-bottom: 16px;
}
footer .footer-main .footer-grid .single-grid .title h6 a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
footer .footer-main .footer-grid .single-grid .title h6 a:hover {
  color: #8804ff;
}
footer .footer-main .footer-grid .single-grid .links ul li {
  margin-bottom: 10px;
}
footer .footer-main .footer-grid .single-grid .links ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: -0.16px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
footer .footer-main .footer-grid .single-grid .links ul li a:hover {
  padding-left: 10px;
}
footer .copy-right-footer {
  padding-bottom: 28px;
}
footer .copy-right-footer ul {
  gap: 30px;
}
footer .copy-right-footer ul li a {
  padding: 0;
  color: #ffffff;
  font-family: "circular_stdbook";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
footer .copy-right-footer ul li a:hover {
  color: #8804ff;
}
footer .copy-right-footer ul li:not(:first-child) {
  list-style-type: disc;
}/*# sourceMappingURL=style.css.map */