/* =========== common css =========== */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: normal;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #a7a7a7;
}

::-webkit-scrollbar-thumb {
  background: #212121;
}

body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 300;
  overflow-y: auto;
  overflow-x: hidden;
  color: #041027;
  position: relative;
  scroll-behavior: smooth;
  background: #fff;
}

.w-maxcontent {
  width: max-content !important;
}

.primary_btn:active {
  top: 2px;
}

.primary_btn {
  background: #C61867 !important;
  color: #fff !important;
  padding: 9px 10px;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid transparent !important;
  width: max-content;
}

.primary_btn:hover,
.primary_btn:active {
  background: #3B9CFB !important;
  color: #fff;
}

.secondary_btn {
  background: transparent;
  color: #fff;
  padding: 8px 18px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #fff;
}

.secondary_btn:hover,
.secondary_btn:active {
  background: #041027;
  color: #fff;
  border-color: #041027;
}

.common_section {
  padding: 45px 0;
}

.section_heading {
  font-size: 28px;
}

.fs-14 {
  font-size: 14px !important;
}

.section_para {
  color: #6F6F6F;
  /* line-height: 18px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/* =========== common css end =========== */

/* =========== header css start =========== */
header {
  background: #041027;
  position: relative;
  color: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  padding: 13px 0;
  transition: all 0.3s ease;
}

header.scroll_header {
  box-shadow: #ffffff2b 0px 0px 20px 0px;
}

header .primary_btn {
  font-size: 14px;
  padding: 5px 16px;
  gap: 10px;
}

.header_ul::after {
  content: '';
  position: absolute;
  right: 2px;
  transform: translateY(-50%);
  top: 50%;
  background: #fff;
  width: 1px;
  height: 14px;
}

.account_dropdown .dropdown-toggle::after {
  display: none;
}

.header_2 {
  background: transparent;
}

.header_2.scroll_header {
  background: #041027;
}

.c-search-bar__input {
  border: none;
  width: 0;
  transition: .3s all;
  background: none;
  outline: 0;
  position: absolute;
  right: -6px;
  transform: translateY(-50%);
  top: 50%;
  height: 36px;
  color: #fff;
  background: #232d41;
  padding: 5px 0px 5px 0px;
  border-radius: 6px;
}

.c-search-bar__input--active {
  width: 280px;
  padding: 5px 30px 5px 16px;
}

.c-search-bar__btn svg {
  display: block;
  fill: white;
}

.c-search-bar__toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}

.account_dropdown .dropdown-toggle {
  border: none;
  outline: none;
  box-shadow: none;
}

.account_dropdown .dropdown-menu.show,
.account_dropdown:hover .dropdown-menu {
  display: flex;
}

.account_dropdown .dropdown-menu {
  right: 0;
  top: 100%;
  left: unset;
  transform: translate(0, 0);
  border: none;
  border-radius: 6px;
  background: #ffffff;
  padding: 8px;
  min-width: max-content;
  width: 150px;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.account_dropdown .dropdown-item {
  color: #041027;
  border-radius: 6px;
}

.account_dropdown .dropdown-item img {
  background: #e92880;
  border-radius: 100%;
  padding: 4px;
}

.account_dropdown .dropdown-item:hover,
.account_dropdown .dropdown-item:active {
  /* background: #041027;
  color: #fff; */
  background: #f0f7ff;
  color: #e92880;
}

/* .account_dropdown .dropdown-item:hover img, .account_dropdown .dropdown-item:active img{
  filter: brightness(99) contrast(99);
} */
/* =========== header css end =========== */

/* =========== banner section css start =========== */
.banner_section {
  min-height: 100vh;
  background: url('../images/banner_bg_vector.webp'), url('../images/banner_img.webp');
  background-repeat: no-repeat;
  background-size: 50% 100%, 70% 100%;
  background-position: 0% 0%, 100% 0%;
  margin-top: 61px;
  padding: 6rem 0 3.5rem;
  display: flex;
  align-items: center;
}

.banner_section h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.banner_section h1 br {
  line-height: 0;
}

.banner_subheading {
  letter-spacing: 2px;
  font-size: 14px;
}

.offer_div {
  background: #FFFFFF36;
  width: fit-content;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  backdrop-filter: blur(5px);
}

/* =========== banner section css end =========== */

/* =========== banner bottom section css start =========== */
.banner_bottom_section {
  background: url('../images/right_bottom_dot_pattern.png'), url('../images/left_top_dot_pattern.png'), #3B9CFB;
  background-repeat: no-repeat;
  background-position: 100% 100%, 0% 0%, 100%;
  background-size: contain, contain, cover;
  padding: 30px 0;
}

.stroke_end::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 40px;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  background: #fff;
}

/* =========== banner bottom section css end =========== */

/* =========== watch ott section css start =========== */
.watch_ott_section {
  background: url('../images/left_top_line_vector.png'), url('../images/right_bottom_line_vector.png');
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 0% 0%, 100% 100%;
}

.watch_ott_section .secondary_btn {
  color: #041027;
  border-color: #041027;
}

.watch_ott_section .secondary_btn:active,
.watch_ott_section .secondary_btn:hover {
  color: #fff;
}

.ott_logo_wrapper ul {
  gap: 30px;
}

.ott_logo_wrapper {
  gap: 20px;
}

.watch_ott_ul li {
  position: relative;
  padding: 0px 0px 0px 25px;
  color: #041027;
  font-weight: 700;
}

.watch_ott_ul li::after {
  content: '';
  position: absolute;
  background: url('../images/pink_check_img.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  top: 13px;
  left: 0;
  width: 16px;
  height: 16px;
}

.responsive_ott_list .col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ott_logo_wrapper ul li img,
.responsive_ott_list .col img {
  transition: all 0.3s ease-in-out;
}


.ott_logo_wrapper ul li img:hover,
.responsive_ott_list .col img:hover {
  scale: 1.3;
}

/* =========== watch ott section css end =========== */

/* =========== choose plan section css start =========== */
.choose_plan_section {
  background: #041027;
}

.choose_plan_card {
  height: 100%;
  background: #041027;
  border: 1px solid;
  padding: 18px;
  border-radius: 6px;
  color: #C7C7C7;
  position: relative;
}

.card_theme_1 {
  border-color: #88A7E2;
}

.card_theme_1 .card_theme {
  color: #6197FF;
}

.card_theme_1 .plan_name::after {
  background: #6197FF;
}

.card_theme_2 {
  border-color: #88E2B3;
}

.card_theme_2 .card_theme {
  color: #34CB97;
}

.card_theme_2 .plan_name::after {
  background: #34CB97;
}

.card_theme_3 {
  border-color: #E8665A;
}

.card_theme_3 .card_theme {
  color: #EB3829;
}

.card_theme_3 .plan_name::after {
  background: #EB3829;
}

.choose_plan_card .text_ul li {
  padding-left: 10px;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  margin: 14px 0;
}

.choose_plan_card .text_ul li::after {
  position: absolute;
  content: '';
  background: #C61867;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  left: 0;
  top: 7px;
}

.choose_plan_card .primary_btn {
  width: 260px;
  justify-content: center;
  padding: 12px;
}

.choose_plan_card .border-top {
  border-color: #FFFFFF1A !important;
}

.choose_plan_card .ott_ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  height: 180px;
  overflow: auto;
  scrollbar-width: auto;
}

.choose_plan_card .ott_ul::-webkit-scrollbar {
  width: 8px;
}

.choose_plan_card .ott_ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.choose_plan_card .ott_ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.choose_plan_card .ott_ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.choose_plan_card .ott_ul {
  scrollbar-color: #c73467 #1f2a3e;
  scrollbar-width: thin;
}


.choose_plan_card .plan_name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 75px;
  height: 2px;
}

.choose_plan_card .plan_price_div span {
  margin-top: -4px;
  display: block;
}

.choose_plan_card .popular_plan {
  position: absolute;
  background: #C61867;
  padding: 5px 20px;
  color: #fff;
  transform: translateY(-50%);
  top: 0;
  left: 30px;
  border-radius: 25px;
}

.choose_plan_section .swiper_btn {
  background: #1f293e;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  border-radius: 100%;
}

.choose_plan_section .swiper_btn.swiper-button-prev::after {
  content: '';
  width: 14px;
  height: 18px;
  border-left: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 14px solid #fff;
}

.choose_plan_section .swiper_btn.swiper-button-next::after {
  content: '';
  width: 14px;
  height: 18px;
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 0;
}

.choose_plan_section .swiper_btn.swiper-button-next {
  left: unset;
  right: -75px;
}

.choose_plan_section .swiper_btn.swiper-button-prev {
  left: -75px;
  right: unset;
}

.choose_plan_section .swiper-pagination-bullet {
  background: #fff !important;
}

.choose_plan_section .swiper-pagination-bullet-active {
  background: #fff !important;
}

/* =========== choose plan section css end =========== */

/* =========== enjoy watching section css start =========== */
.enjoy_watching_section {
  background: url('../images/arrow_cross_vector_1.png'), url('../images/arrow_cross_vector_2.png');
  background-repeat: no-repeat;
  background-size: 8%, 5%;
  background-position: 100% 5%, 0% 88%;
}

.with_one_sign_ott_card {
  background: #160E0D;
  border: none;
  border-radius: 6px;
  overflow: hidden;
}

.with_one_sign_ott_card .card_img_col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 360px;
}

.with_one_sign_ott_card .card_content_col {
  padding: 45px 25px;
}

.flexi_plan_card {
  background: #F0F7FF;
  padding: 20px;
  border: none;
  border-radius: 6px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* font-size: 20px; */
  transition: all 0.3s ease;
  height: 100%;
}

.flexi_plan_card:hover {
  background: #c3dfff;
}

.flexi_plan_card h2 {
  color: #041027;
  font-weight: 400;
  font-size: 20px;
}

.flexi_plan_card .icon_div {
  background: #106AC5;
  border-radius: 100%;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========== enjoy watching section css end =========== */

/* =========== ott action section css start =========== */
.ott_action_section {
  border-top: 1px solid #00000061;
  background: url('../images/dots_grid_vector.png'), url('../images/dots_grid_vector.png');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 0% 6%, 100% 65%;
}

/* =========== ott action section css end =========== */

/* =========== catch latest live channels section css start =========== */
.catch_latest_channel_section {
  background: #041027;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7))
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;

}

.slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(100% * 14);
  gap: 65px;
  align-items: center;
}

/* =========== catch latest live channels section css end =========== */

/* =========== faq section css start =========== */
/* .faq_section {
  padding: 80px 0 10px;
  background: linear-gradient(#ffffff00 91% , #041027 9%), url('../images/faq_section_bg_vector_1.png'), url('../images/faq_section_bg_vector_2.png');
  background-repeat: no-repeat;
  background-position: center, 0% 100% , 100% 100%;
  background-size: cover, 25% , 25%;
} */

/* .faq_card{
  background: #F0F7FF;
  border: none;
  border-radius: 6px;
  padding: 35px;
  color: #041027;
} */

.faq_card .accordion-button::after,
.faq_card .accordion-button::before {
  content: '';
  position: absolute;
  right: 0;
  background: #041027;
  transition: all 0.3s ease;
}

.faq_card .accordion-button:not(.collapsed)::after {
  rotate: 90deg;
  transform-origin: 50% 50%;
}

.faq_card .accordion-button::after {
  width: 2px;
  right: 4px;
  height: 10px;
  top: 11px;
}

.faq_card .accordion-button::before {
  width: 10px;
  height: 2px;
  top: 15px;
}

/* .faq_card .accordion-item {
  background: #fff;
  outline: none !important;
  border: none !important;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 20px;
} */
.faq_card .accordion-item {
  background: #fff;
  outline: none !important;

  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.04) 1.95px 1.95px 2.6px;
  padding: 20px;
  border: 1px solid #6f6f6f1c !important;
}

.faq_card .accordion-button {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  color: #041027 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.faq_card .accordion-body {
  padding: 10px 20px 0px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #727272;
}

.faq_card h3 {
  font-size: 24px;
}

/* =========== faq section css end =========== */

/* =========== footer section css start =========== */
footer {
  background: #041027;
  padding: 10px 0;
}

.social_links_ul li a {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  transition: all 0.3s ease;
}

.social_links_ul li a:hover {
  background: #C61867;
}

footer hr {
  color: #FFFFFF61 !important;
}

.privacy_ul li a:hover {
  color: #C61867;
}

.footer_2 {
  border-top: 1px solid #FFFFFF61;
  padding: 15px 0;
}

/* =========== footer section css end =========== */

/* =========== select plan page css start =========== */
.select_plan_card_section {
  background: #041027;
}

.slect_plan_page_banner_bottom {
  background: url('../images/right_bottom_dot_pattern.png'), url('../images/left_top_dot_pattern.png'), #13213A;
  background-repeat: no-repeat;
  background-position: 100% 100%, 0% 0%, 100%;
  background-size: contain, contain, cover;
}

.banner_2 {
  background: url('../images/banner_img_2.webp'), #041027;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 9rem 0 5rem;
  min-height: 260px;
}

.ott_ul .see_all_li {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ott_ul .see_all_li a:hover {
  color: #C61867;
}

.form-check-input {
  background-color: #1D283D;
  box-shadow: none !important;
  border: none !important;
  margin-left: 8px !important;
  margin-top: 0 !important;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #C61867;
}

.form-check label {
  cursor: pointer;
}

.plan_duration_ul li .form-check {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}

.plan_duration_ul .form-check label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.plan_duration_ul .form-check label h6 {
  line-height: normal;
  font-size: 14px;
}

.plan_duration_ul {
  gap: 14px;
}

/* =========== select plan page css end =========== */

/* =========== plan summary page css start =========== */
.plan_summary_section {
  background: #041027;
  color: #fff;
}

.plan_summary_section .choose_plan_card {
  height: max-content;
  padding: 16px;
}

.plan_summary_section .choose_plan_card .ott_ul {
  gap: 22px;
}

.plan_summary_section .choose_plan_card .text_ul li::after {
  width: 6px;
  height: 6px;
  top: 8px;
}

.plan_summary_section .choose_plan_card .text_ul li {
  padding-left: 16px;
}

.page_nav_ul {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.page_nav_ul li a:hover {
  color: #C61867;
}

.choose_plan_card .ott_ul.ott_ul_section {
  height: unset !important;
  overflow: unset !important;
}

/* =========== plan summary page css end =========== */

/* =========== payment page css start =========== */
.payment_inner_card {
  border: none;
  border-radius: 6px;
  background: #1D283D;
  padding: 16px;
  color: #C7C7C7;
}

.payment_option_tabs .nav-link {
  background: transparent !important;
  padding: 0;
  margin: 0;
  color: #ACACAC;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  line-height: normal;
}

.payment_option_tabs .nav-link.active {
  color: #fff;
}

.payment_option_tabs .nav-link::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  left: 2px;
  transform: translateY(-50%);
  top: 50%;
  border: 2px solid #ACACAC;
  transition: all 0.3s ease;
}

.payment_option_tabs .nav-link.active::after {
  border-color: #2FBD6A;
}

.payment_option_tabs .nav-link::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 6px;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s ease;
  background: #2FBD6A;
  display: none;
}

.payment_option_tabs .nav-link.active::before {
  display: block;
}

.payment_form .form-control {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1.5px solid #fff;
  border-radius: 6px;
  color: #fff;
  padding: 10px 14px;
}

.payment_form .form-control::placeholder {
  color: #E4E2E2;
  font-size: 14px;
  font-weight: 300;
}

.payment_form label {
  font-size: 16px;
  font-weight: 400;
}

input[type=number] {
  appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date] {
  color-scheme: dark;
}

.payment_inner_card .form-check-input {
  border: 1.5px solid #fff !important;
  width: 18px;
  height: 18px;
  border-radius: 3px !important;
  margin: 0 !important;
}

.payment_form p {
  font-size: 14px;
  color: #E4E2E2;
}

/* =========== payment page css end =========== */

/* =========== login page css start =========== */
.login_section .right_col {
  background: #041027;
  min-height: 100vh;
}

.login_section .left_col {
  background: url('../images/login_section_bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 100vh;
}

.login_section hr {
  width: 90px;
}

.login_section .form-control {
  border: 1.5px solid #fff;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  border-radius: 6px;
  color: #fff;
  padding: 14px 18px;
  max-width: 420px;
}

.login_section .form-control::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.login_section .primary_btn {
  height: 54px;
  max-width: 420px;
}

.login_section .social_links_ul li a {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  color: #041027;
  font-size: 14px;
}

.dont_have_account a {
  color: #C61867;
}

.dont_have_account a:hover,
.dont_have_account a:active {
  color: #3B9CFB;
}

/* =========== login page css end =========== */

/* =========== privacy policy page css start =========== */
.privacy_section {
  background: #041027;
  padding: 45px 0;
}

.policy_card {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #88A7E2;
  background: transparent;
}

.policy_card ul li {
  padding: 0px 0px 0px 35px;
  margin: 14px 0;
  position: relative;
  font-size: 16px;
}

.policy_card ul li::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 7px;
  top: 6px;
}

.policy_banner {
  background: url('../images/policy_banner_img.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* =========== privacy policy page css end =========== */

/* =========== profile page css start =========== */
.profile_banner {
  background: linear-gradient(to right, #5125A6, #A3218A);
  padding: 30px 0;
  margin-top: 61px;
}

.profile_section {
  background: #041027;
  padding: 30px 0;
  min-height: 90vh;
}

.profile_section .secondary_card {
  background: #0E1A32;
  border-radius: 6px;
  border: none;
  padding: 10px;
  overflow: hidden;
}

.profile_navigation_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.profile_navigation_ul hr {
  border-color: #FFFFFF36;
}

.profile_navigation_ul li.active::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.profile_navigation_ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  color: #fff;
  width: max-content;
  transition: all 0.3s ease;
}

.profile_navigation_ul li.active a,
.profile_navigation_ul li a:hover {
  color: #E92880;
}

.profile_navigation_ul .img_div {
  width: 32px;
  height: 32px;
  background: #041027;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 8px;
}

/* .profile_navigation_ul::after{
  content: '';
  position: absolute;
  right: -20px;
  transform: translateY(-50%);
  top: 50%;
  height: 0.5px;
  width: 94%;
  background: #FFFFFF36;
} */

.profile_card {
  padding: 22px;
  border-radius: 6px;
  border: 1px solid #88A7E2;
  background: transparent;
  color: #fff;
}

.profile_data_form .form-control {
  border: 1.5px solid #fff;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  border-radius: 6px;
  color: #fff;
  padding: 14px 18px;
}

.profile_data_form .form-control::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.profile_data_form label {
  color: #fff;
  font-size: 14px;
}

.profile_card .btn {
  width: unset;
  height: 44px;
  padding: 11px 40px;
  line-height: normal;
}

.profile_card .secondary_btn:hover,
.profile_card .secondary_btn:active {
  background: #fff;
  color: #041027;
  border-color: #fff;
}

.profile_card .ott_ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.profile_card .card_para {
  color: #E4E2E2;
}

.plan_expire_date {
  background: #E92880;
  padding: 6px 12px;
  width: max-content;
  margin-left: auto;
  margin-right: -22px;
  margin-bottom: 10px;
}

.profile_card .plan_name::after {
  bottom: -8px;
}

/* =========== profile page css end =========== */


.primary_btn.btn-border {
  background: transparent;
  border: 1px solid #88a7e2 !important;
  padding: 10px 40px;
}

.primary_btn.btn-border:hover {
  background: #C61867;
  border: 1px solid #C61867 !important;
}



/* =========== Payment History page css start =========== */


.payment_history_table table thead tr th {
  padding: 16px;
  background: #1D283D;
  font-weight: 500;
}

.payment_history_table table thead tr th:first-child {
  border-radius: 6px 0px 0px 6px;
}

.payment_history_table table thead tr th:last-child {
  border-radius: 0px 6px 6px 0px;
}

.payment_history_table table tbody tr td {
  padding: 16px;
}

.payment_history_table table tbody tr {
  border-bottom: 1px solid #1d283d;
}

.payment_history_table table tbody tr:last-child {
  border-bottom: none;
}


/* =========== Payment History page css end =========== */

/* =========== Make Payment page css start =========== */

.checkout_page input[type=radio] {
  background-color: transparent;
  border: 1px solid #868686;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0 white;
  cursor: pointer;
  font: inherit;
  height: 15px;
  outline: none;
  width: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 8px;
  top: 2px;
  position: relative;
}

.checkout_page input[type=radio]:checked {
  background-color: #C61867;
  box-shadow: inset 0 0 0 0.1875em #fff;
  -webkit-transition: background 0.15s, box-shadow 0.1s;
  transition: background 0.15s, box-shadow 0.1s;
  border: 1px solid #C61867;
}

.card_number_input_cvv input[type="number"] {
  width: 80px;
  text-align: center;
}

.checkout_page .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}

.checkout_page .accordion-button:not(.collapsed) .according_btn_content {
  border: none;
}

.checkout_page .accordion-button:not(.collapsed) .checkout_page .according_btn_content {
  border: none;
}

.checkout_page .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.checkout_page .accordion-button::after {
  display: none;
}

.checkout_page .according_btn_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  color: #fff;
}

.checkout_page .accordion .accordion-item,
.checkout_page .accordion .accordion-item .accordion-button {
  background: transparent !important;
}

.checkout_page p {
  /* border-bottom: 1px solid rgb(72, 80, 96); */
  font-size: 14px;
  color: #E4E2E2;
  /* padding-bottom: 15px; */
}

.h-fit-content {
  height: fit-content;
}

/* =========== Make Payment page css end =========== */


#load_more {
  line-height: 0px !important;
}

.grecaptcha-badge {
  visibility: hidden;
  /* Hides the reCAPTCHA badge */
}


/* =========== contact us section css start =========== */

.contact_section {
  padding: 40px 0 20px;
  background: linear-gradient(#ffffff00 91%, #041027 9%), url('../images/faq_section_bg_vector_1.png'), url('../images/faq_section_bg_vector_2.png');
  background-repeat: no-repeat;
  background-position: center, 0% 100%, 100% 100%;
  background-size: cover, 25%, 25%;
}

.contact_card {
  background: #F0F7FF;
  border: none;
  border-radius: 6px;
  /* padding: 35px; */
  color: #041027;
}

.contact_form_card {
  background: #fff;
  outline: none !important;
  border: none !important;
  border-radius: 6px;
  padding: 20px;
}

.contact_btn,
.contact_btn i {
  transition: all ease 0.4s;
}

.contact_btn:hover {
  color: #C61867;
}

.contact_btn:hover::after {
  background: #C61867;
}

.contact_btn i {
  rotate: -39deg;
}

.contact_btn::after {
  content: '';
  position: absolute;
  background: #2F322C;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: all ease 0.4s;
}

/* =========== contact us section css end =========== */

.help-block {
  color: red;
  font-weight: 400;
}





.otp_verify_input_section .primary_btn {
  height: 54px;
  max-width: 385px;
}

.otp_verify_input {
  display: flex;
  gap: 10px;
}

.otp_verify_input .otp-input {
  font-size: 20px;
  text-align: center;
  border-radius: 8px;
  background: #041027;
  color: white;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
}

.otp_verify_input .otp-input:focus-visible {
  border: 1px solid #fff !important;
  outline: none;
}

.otp_verify_input .separator {
  color: white;
  font-size: 24px;
  line-height: 50px;
  padding: 0 5px;
}

.w-fit-content {
  width: fit-content !important;
}


.back_text_btn:hover {
  color: #c61867;
}

.hidden {
  display: none !important;
}

.btn_mw_200 {
  width: 100%;
  max-width: 200px;
  align-items: center;
  justify-content: center;
}

.select_plac_tabs {
  text-align: center;
  max-width: fit-content;
  margin: 0 auto;
  background: #13213a;
  border-radius: 100px;
  padding: 8px;
}

.select_plac_tabs .nav .nav-item .nav-link.active {
  background: #C61867 !important;
  border-radius: 100px !important;
}

.select_plac_tabs .nav .nav-item .nav-link {
  color: #fff;
  padding: 5px 16px;
  white-space: nowrap;
  border-radius: 100px;
}

.select_plac_tabs .nav.nav-pills {
  overflow-x: auto;
}

section {
  scroll-margin-top: 50px;
}


.card_theme_1 {
  border-color: #88A7E2;
}

.card_theme_1 .card_theme {
  color: #6197FF;
}

.card_theme_1 .plan_name::after {
  background: #6197FF;
}

.card_theme_2 {
  border-color: #88E2B3;
}

.card_theme_2 .card_theme {
  color: #34CB97;
}

.card_theme_2 .plan_name::after {
  background: #34CB97;
}

.card_theme_3 {
  border-color: #E8665A;
}

.card_theme_3 .card_theme {
  color: #EB3829;
}

.card_theme_3 .plan_name::after {
  background: #EB3829;
}

.mw-200 {
  max-width: 200px;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'><path d='M18.3 5.71a1 1 0 0 0-1.41 0L12 10.59 7.11 5.7a1 1 0 0 0-1.41 1.42L10.59 12l-4.89 4.89a1 1 0 1 0 1.41 1.41L12 13.41l4.89 4.89a1 1 0 0 0 1.41-1.41L13.41 12l4.89-4.89a1 1 0 0 0 0-1.4z'/></svg>");
  background-size: contain;
  cursor: pointer;
  filter: invert(0);
  /* To change color: 0 is black, 1 is white */
}

/* date picker css  */
.ui-datepicker {
  background-color: #041027 !important;
  border: 1px solid #fff !important;
  border-radius: 10px !important;
  padding: 10px !important;
  width: auto !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  font-family: 'Poppins', sans-serif !important;
  z-index: 1000 !important;
}

.ui-datepicker-header {
  background: transparent !important;
  color: #fff !important;
  padding: 10px !important;
  border: none !important;
  font-weight: 600 !important;
}

.ui-datepicker .ui-datepicker-prev {
  top: 10px !important;
  cursor: pointer !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.ui-datepicker .ui-datepicker-next {
  right: -10px !important;
  top: 10px !important;
  cursor: pointer !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.ui-datepicker-next:hover {
  background-color: transparent !important;
  border: none !important;
}

.ui-datepicker-prev:hover {
  background-color: transparent !important;
  border: none !important;
}

.ui-datepicker table thead tr th span {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.ui-datepicker td {
  padding: 5px !important;
}

.ui-datepicker td a {
  display: block !important;
  padding: 0 !important;
  background-color: #f8f9fa !important;
  border-radius: 6px !important;
  color: #333 !important;
  font-size: 14px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: 0.3s ease !important;
}

.ui-datepicker td a:hover {
  background-color: #c61867 !important;
  color: #fff !important;
  border: none !important;
}

.ui-datepicker .ui-state-active {
  background-color: #c61867;
  color: #fff;
  border: none;
}

.ui-datepicker table tr .ui-state-disabled span {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  border-radius: 6px;
  padding: 1px;
}

.ui-datepicker .ui-state-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: space-between;
}

.ui-datepicker .ui-datepicker-title select {
  background-color: #fff;
  color: #041027;
  border-radius: 3px;
  border: 1px solid #c5c5c5;
}

.header_login_button_outer .secondary_btn {
  padding: 5px 16px;
  font-size: 14px;
}

.header_login_button_outer .secondary_btn:hover {
  background-color: #3B9CFB;
  border: 1px solid #3B9CFB;
}

.toast {
  opacity: 1 !important;
}

.toast-close-button {
  top: 0px !important;
}

.ott-icon {
  transition: transform 0.3s ease;
}

.ott-icon:hover {
  transform: scale(1.4);
}

.icon_name {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}

.fullscreen-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app_page_background {
  background: #041027;
}



/* =========== plans page css start =========== */
header {
  background: #000000;
  padding: 32px 0;
}

.banner_2 {
  background-image: url('../images/new-banner_img_2.png');
  padding: 9rem 0 3rem;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  background-position: center bottom;
}

.header_ul::after {
  display: none;
}

.header-sub-btn {
  border-radius: 10px;
  padding: 11.5px 20px !important;
  color: #C61867 !important;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(93.34deg, #C61867 1.76%, rgba(198, 24, 103, 0.3) 98.7%) border-box !important;
  color: #C61867 !important;
}

.header-sub-btn:hover {
  color: #ffffff !important;
}

.header-sub-btn:hover svg path {
  fill: #ffffff;
}

.login-link:hover {
  color: #C61867;
}

footer {
  background: #000000;
  padding-top: 50px;
  background-image: url('../images/footer-banner-logo.png');
  background-position: 50% 50px;
  background-repeat: no-repeat;
  background-size: 644px;
}

.prime-brodband-ul {
  margin-top: 30px;
}

.shortby {
  border: 1px solid #fff !important;
  border-radius: 10px !important;
  background: transparent !important;
  font-size: 13px !important;
}

.shortby .select_wrap {
  width: auto !important;
  padding-right: 34px;
}

.custom-select-wrapper.shortby::after {
  content: '\f078';
  font-family: "FontAwesome";
}

.total-packages-head {
  padding: 30px 0;
}

.total-package-box {
  padding: 30px 30px 30px 40px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.tp-bg-1 {
  background-color: #0C3F3F;
  border: 1px solid #56BEBE;
}

.tp-bg-2 {
  background-color: #41300C;
  border: 1px solid #C5A661;
}

.tp-bg-3 {
  background-color: #310833;
  border: 1px solid #BD4AC3;
}

.tp-bg-4 {
  background-color: #303B0E;
  border: 1px solid #AAC35A;
}

.tp-bg-5 {
  background-color: #4A0D0D;
  border: 1px solid #C25656;
}

.total-package-ul li {
  list-style-type: disc;
  color: #fff;
  font-size: 15px;
}

.tp-app {
  font-size: 18px;
  font-weight: 600;
  color: #3B9CFB;
}

.tp-app-main .swiper-button-prev,
.tp-app-main .swiper-button-next {
  width: 24px;
  height: 24px;
  background-color: #00000033;
  border-radius: 50%;
  color: #ffffff;
  top: 50%;
  transform: translateY(50%);
}

.tp-app-main .swiper-button-prev::after,
.tp-app-main .swiper-button-next::after {
  font-size: 12px;
}

.tp-app-main .swiper-button-next {
  right: -24px;
}

.tp-app-main .swiper-button-prev {
  left: -24px;
}

.tp-price-ul .tp-price-list:not(:last-child) {
  margin-bottom: 15px
}

.tp-price-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 20px;
  background-color: #FFFFFF1A;
  border: 1px solid #FFFFFF80;
  max-width: 300px;
  margin: 0 0 0 auto;
}

.tp-price-list h2 sub {
  font-size: 13px;
  bottom: 0;
}

.tp-price-list del {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}

.tp-price-list .primary_btn {
  padding: 6px 20px !important;
  border-radius: 10px !important;
}

.tp-day {
  font-size: 12px;
}

.tp-price-list .tp-save {
  position: absolute;
  top: -15px;
  left: 15px;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #458383;
  border: 1px solid #FFFFFF4D;
  font-size: 10px;
  color: #ffffff;
}

.tp-price-list:has(.tp-save) {
  margin-top: 30px;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.9;
  }

  100% {
    scale: 1;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.9;
  }

  100% {
    scale: 1;
  }
}

.total-package-box:hover .tp-price-list .primary_btn {
  animation: zoom-in-zoom-out 1s ease infinite;
}

.comman-pb {
  padding-bottom: 90px;
}

.comman-py-90 {
  padding: 90px 0;
}

/* =========== plans page css end =========== */

/* =========== about page css start =========== */
.what_we_do_section {
  background: url('../images/four-arrows.png'), url('../images/dot-vactor.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0% 89%, 100% 12%;
}

.wcs_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 40px 30px 40px;
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease;
}

@-webkit-keyframes rotate-scale-down {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }

  50% {
    -webkit-transform: scale(0.7) rotateZ(180deg);
    transform: scale(0.7) rotateZ(180deg);
  }

  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}

@keyframes rotate-scale-down {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }

  50% {
    -webkit-transform: scale(0.7) rotateZ(180deg);
    transform: scale(0.7) rotateZ(180deg);
  }

  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}

.wcs_box:hover {
  box-shadow: rgba(255, 255, 255, 0.25) 0px 13px 27px -5px, rgba(255, 255, 255, 0.3) 0px 8px 16px -8px;
}

.wcs_box:hover img {
  -webkit-animation: rotate-scale-down 0.65s linear both;
  animation: rotate-scale-down 0.65s linear both;
}

.our_mission {
  background: url('../images/our-mission-bg.png'), #041027;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.our_mission_main {
  padding: 20px;
  background-color: #ffffff;
  max-width: 287px;
  min-height: 500px;
  margin: 0 50px 0px auto;
}

.powered_by_section {
  padding: 120px 0;
}

.comman-pt-160 {
  padding-top: 160px !important;
}

.tp-app-main .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.ps-applycoupon {
  padding: 32px 40px;
  border-radius: 20px;
  background-color: #FFFFFF0D;
  border: 1px solid #FFFFFF1A;
  display: flex;
  align-items: center;
  gap: 40px;
}

.ps-applycoupon-form {
  display: flex;
  gap: 5px;
  align-items: center;
}

.ps-applycoupon-form .form-control {
  padding: 13px 20px;
  background-color: #FFFFFF0D;
  border: 1px solid #FFFFFF1A;
  color: #ffffff;
  border-radius: 10px;
}

.ps-applycoupon-form .form-control::placeholder {
  color: #808080;
}

.ps-applycoupon-form .form-control:focus {
  border-color: #C61867;
  box-shadow: unset;
}

.ps-applycoupon-form button {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 20px;
  color: #041027 !important;
}

.ps-buy-box {
  padding: 20px 40px;
  border-radius: 20px;
}

.ps-buy-box .primary_btn {
  padding: 8px 39px !important;
}

.ps-buy-box sub {
  font-size: 13px;
  bottom: 0;
}

.ps-buy-box del {
  font-size: 15px;
  font-weight: 400;
}

.ps-buy-box .tp-save {
  left: 50%;
  transform: translateX(-50%);
}

.ps-buy-box:hover .primary_btn {
  animation: zoom-in-zoom-out 1s ease infinite;
}

.cs-box {
  height: 100%;
}

.contact_us_form {
  padding: 40px;
  background-color: #0E1A32;
  border: 1px solid #FFFFFF4D;
  border-radius: 10px;
}

.contact_us_form .form-grp .form-control {
  padding: 12px 30px;
  border: 1px solid #FFFFFF4D;
  background-color: transparent;
  border-radius: 5px;
  color: #ffffff;
}

.contact_us_form .form-grp .form-control:focus {
  border-color: #C61867;
  box-shadow: unset;
}

.contact_us_form .form-grp .form-control::placeholder {
  color: #6F6F6F;
}

.profile_banner {
  border-radius: 10px;
  margin-top: 0;
  padding: 30px 50px;
  margin-bottom: 30px;
}

.profile_section .contact_us_form {
  padding: 30px;
}

.manage-subscription-box {
  padding: 30px 30px 30px 40px;
  background-color: #132342;
  border: 1px solid #40609F;
  border-radius: 20px;
}

.ms-price sub {
  font-size: 15px;
  bottom: 0;
}

.tp-app i {
  transition: all 0.3s ease;
}

.tp-app[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.ms-count {
  font-size: 15px;
  padding: 6px 20px;
  background-color: transparent;
  border: 1px solid #FFFFFF4D;
  border-radius: 10px;
  color: #ffffff;
  flex-shrink: 0;
}

.subscription-info {
  position: absolute;
  top: -15px;
  left: 40px;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #4C6BA9;
  border: 1px solid #FFFFFF4D;
  font-size: 12px;
  color: #ffffff;
}

.manage-subscription-mainbox .manage-subscription-box:not(:last-child) {
  margin-bottom: 40px;
}

.manage-subscription-mainbox .manage-subscription-box.active .subscription-info {
  background-color: #429E2B;
}

.manage-subscription-mainbox .manage-subscription-box.active {
  background-color: #1F3767;
  border-color: #8AA4D9;
}

.ms-buttons-box {
  height: 100%;
}

.recharge {
  background-color: #C61867;
  border-color: #C61867;
}

.recharge:hover {
  background-color: #c6186778;
}

.changePlan {
  color: #ffffff;
  border-color: #ffffff;
}

.changePlan:hover {
  background-color: #ffffff1c;
}

.ms-count-left {
  background-color: #3B9CFB;
  border-color: #3B9CFB;
}

.ms-buttons-bottom small {
  color: #C61867;
}

.payment_info {
  padding-top: 15px;
  border-top: 1px solid #808080;
}

.payment-flex {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.payment-flex .label {
  font-size: 15px;
  color: #DDDDDD;
}

.payment-flex .dots {
  flex: 1;
  border-bottom: 1px dashed #8a8a8a;
  margin: 0 10px;
}

.header-2 {
  background: #041027;
}

.header-2 .header-sub-btn {
  background: linear-gradient(#041027, #041027) padding-box, linear-gradient(93.34deg, #C61867 1.76%, rgba(198, 24, 103, 0.3) 98.7%) border-box !important;
}

.payment_successfully .manage-subscription-box {
  background-color: #FFFFFF0D;
  border-color: #FFFFFF33;
}

.header-2 .header-sub-btn:hover {
  background: #3B9CFB !important;
}

.payment_successfully .secondary_btn:hover {
  background: #3B9CFB !important;
  border-color: #3B9CFB !important;
}

.account_dropdown {
  cursor: pointer;
}

.custom-toggler {
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.custom-toggler:focus {
  box-shadow: unset;
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.offcanvas {
  background-color: #030a31;
  transition: transform 0.6s ease;
}

.offcanvas.offcanvas-start {
  width: 90%;
}

.mob-sidebar {
  padding-right: 25px;
  margin-right: 15px;
  border-right: 1px solid #ffffff4a;
}

.mob-sidebar li a:hover {
  color: #C61867 !important;
}

.select-plan {
  border-color: #C61867;
  background-color: #C6186760;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 1.3em !important;
}








/* =========== about page css end =========== */