body {
  overflow-x: hidden;

  font-family: "Montserrat", sans-serif !important;
}

.navbar-nav {
  text-align: center;

  margin: auto !important;
}

.navbar-default .navbar-nav > li > a {
  color: #000 !important;
}

.hero,
.hero-page {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 1) 120%
  );

  color: white;

  text-align: center;

  position: relative;

  overflow: hidden;
}

.heros {
  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  z-index: -1;
}

.hero-container {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;
}

 

.bg-hero {
  /* background-image: url(/wp-content/uploads/2023/03/starzplay_covers-lg.jpg); */
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: 1s;
  background-position: center;
  background-size: cover;
}

.hero-page:hover .bg-hero,
  .hero:hover .bg-hero {
  transform: scale(1.05);

  transition: 1.5s;
}

.hero h1,
.hero-page h1 {
  font-size: clamp(30px, 5vw + 1rem, 80px);

  text-transform: uppercase;

  line-height: 0.9em;

  max-width: 750px;

  font-weight: 900;

  font-style: italic;
}

.hero h5,
.hero-page h5 {
  color: #ffde01;

  font-size: clamp(20px, 3vw, 30px);

  font-weight: 300;

  text-transform: capitalize;

  font-style: oblique;

  margin-bottom: 15px;
}

/* .hero a{



  background: yellow;



  color: black;



  padding: 15px 22px;



  border-radius: 7px;



  display: block;



  width: max-content;



  margin: auto;



  margin-top: 20px;



  font-size: clamp(15px, 1vw + .2rem, 30px);



} */

.trends {
  display: flex;

  /* padding: 20px 0px 20px 110px; */

  padding-block: 20px;

  padding-left: clamp(32px, 8vw, 110px);

  align-items: center;

  position: relative;

  gap: 30px;
}

.trends .content {
  flex: 0 0 30vw;

  text-align: center;
}

.trends .movies {
  flex: 1 1 auto;

  max-width: 100%;
}

.trends .content h2 {
  color: #000000;

  margin-bottom: 20px;

  /* font-size: 40px; */

  font-size: clamp(20px, 2.2vw + 1rem, 50px);

  font-weight: 700;

  line-height: 1em;

  -webkit-text-stroke-color: #000;

  stroke: #000;

  text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
}

.trends .content p {
  font-weight: 900;

  font-style: normal;

  font-size: clamp(16px, 1vw + 1rem, 35px);

  line-height: clamp(28px, 2vw, 34px);

  width: 80%;

  margin: auto;
}

.movies .splide__list img {
  border-radius: 15px;

  object-fit: cover;

  width: 100%;
}

.heros .splideHero,
.heros .splide__track,
.heros .splide__list,
.heros .splide__list li,
.heros .splide__list img,
.movies .splide,
.movies .splide__track,
.movies .splide__list,
.movies .splide__list img {
  height: 100%;
}

.heros .splide__list img {
  width: 100%;

  object-fit: cover;
}

/* channels */

.channels {
  background: #1b252f;

  /* padding: 25px 0; */
}

.heroSvg {
  position: absolute;

  bottom: 0;

  height: 85px;

  display: block;

  width: 100%;

  left: 0;

  transform: rotateX(180deg);
}

.heroSvg path {
  fill: #1b252f;
}

#channels {
  width: 85%;

  margin: auto;

  display: flex;
}

/* #channels img, */

/* #channels li

{



  max-width: 114px; 



} */

.whyus {
  text-align: center;

  padding: 50px 0;

  width: 95%;

  margin: auto;
}

.whyus h3 {
  font-weight: 600;

  color: #2c2f34;
}

.grid-container {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  width: 80%;

  margin: auto;

  gap: 20px;

  margin-top: 30px;
}

h4.Box-title {
  color: #2c2f34;

  font-size: 17px;

  font-weight: 600;

  border-bottom: none;

  margin-top: 15px;

  margin-bottom: 0px;
}

.supportedDevices {
  background: #1b252f;

  text-align: center;

  padding: 25px 0;
}

.supportedDevices h3 {
  color: white;

  font-weight: 600;
}

.supportedDevices img {
  width: 85%;

  margin: auto;
}

/* plans */

.plans {
  display: flex;

  justify-content: center;

  text-align: center;

  gap: 20px;

  width: 100%;

  margin: auto;

  margin-bottom: 50px;

  flex-wrap: wrap;
}

h4.plan-price {
  border: none;

  margin: auto;

  color: white;

  font-weight: 600;

  font-size: 25px;

  margin-top: 12px;
}

.plan-features {
  list-style: none;
  /* text-align: left; */
  margin-bottom: 21px;
  padding: 0;
}

.plan {
  background: #1b252f;

  color: white;

  padding: 20px 10px;

  border-radius: 5px;

  flex-grow: 1;

  width: 22%;
}

.plan-title {
  font-weight: 600;

  margin: auto;
}

a.plan-subscribe,
a.plan-subscribe:visited {
  color: #262c3a;

  background-color: #ffd050;

  padding: 10px 20px;

  border-radius: 4px;

  font-weight: 600;

  display: block;

  width: fit-content;

  margin: auto;
}

/* footer */

.bgBlue {
  background-color: #1b252f;
}

.Footer {
  padding-top: 30px;

  padding-bottom: 10px;

  display: flex;

  flex-direction: column;

  gap: 20px;
}

.Footer .Sections {
  display: flex;

  flex-direction: row;

  justify-content: space-between;

  width: 100%;

  gap: 50px;
}

.Footer .Sections .Left {
  display: flex;

  flex-direction: column;

  gap: 20px;

  color: #fff;
}

.Footer .Sections .Left .Contact {
  display: flex;

  flex-direction: row;

  gap: 20px;

  font-weight: 300;

  align-items: center;
}

.Footer .Sections .Left .Contact p {
  cursor: pointer;

  margin: 0;
}

.Footer .Sections .Right {
  width: 100%;

  color: #fff;
}

.Footer .Sections .Right,
.Footer .Sections .Right .Links {
  display: flex;

  flex-direction: column;

  gap: 20px;
}

.Footer .Sections .Right .Links a {
  text-decoration: none;

  color: #fff;

  font-weight: 500;

  transition: all 0.3s ease-in-out;

  padding-bottom: 3px;

  width: max-content;
}

.Footer .Sections .Right .Links a:hover {
  color: #fff;

  border-bottom: 0.5px solid #fff;
}

.copyright p,
#site-info {
  text-align: center;

  color: #fff;

  margin-bottom: 0;

  padding-block: 15px;

  background: black;
}

footer li.menu-item a:hover {
  color: #ffff02;

  transition: 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;

  outline: none;
}

#accordion .panel {
  border: none;

  border-radius: 0;

  box-shadow: none;

  margin-bottom: 15px;

  position: relative;
}

#accordion .panel:before {
  content: "";

  display: block;

  width: 1px;

  height: 100%;

  border: 1px dashed #6e8898;

  position: absolute;

  top: 25px;

  left: 18px;
}

#accordion .panel:last-child:before {
  display: none;
}

#accordion .panel-heading {
  padding: 0;

  border: none;

  border-radius: 0;

  position: relative;
}

#accordion .panel-title a {
  display: block;

  padding: 10px 30px 10px 60px;

  margin: 0;

  background: #fff;

  font-size: 18px;

  font-weight: 700;

  letter-spacing: 1px;

  color: #1d3557;

  border-radius: 0;

  position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f107";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  width: 40px;

  height: 100%;

  line-height: 40px;

  background: #1b252f;

  border: 1px solid #1b252f;

  border-radius: 3px;

  font-size: 17px;

  color: #fff;

  text-align: center;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  content: "\f105";

  background: #fff;

  border: 1px solid #6e8898;

  color: #000;
}

#accordion .panel-body {
  padding: 10px 30px 10px 30px;

  margin-left: 40px;

  background: #fff;

  border-top: none;

  font-size: 15px;

  color: #6f6f6f;

  line-height: 28px;

  letter-spacing: 1px;
}

.faqcontainer {
  padding-block: 70px;

  max-width: 900px;
}

.faqcontainer h3 {
  text-align: center;

  font-size: 19px;

  line-height: 30px;

  font-weight: 500;

  margin-bottom: 50px;
}

.count {
  display: inline;

  margin-left: 50px;

  float: right;
}

#accordion p {
  color: black;

  font-weight: 500;
}

@media (max-width: 720px) {
  /* .Footer {



      width:100vw;



      height: 100%



  } */

  #accordion .panel-body {
    padding: 10px 0 10px 0px;
  }

  .Footer,
  .Footer .Sections {
    display: flex;

    flex-direction: column;
  }
}

.RefundPolicy {
  background: linear-gradient(180deg, #f0f2f5, #d8dce3);

  width: 100%;

  height: 100%;

  padding: 5% 10%;
}

@keyframes AnimationName {
  0% {
    background-position: 55% 0;
  }

  50% {
    background-position: 46% 100%;
  }

  to {
    background-position: 55% 0;
  }
}

.RefundPolicy h2 {
  font-size: 2rem;

  color: #286def;

  margin-bottom: 1rem;
}

.RefundPolicy p {
  font-size: 1.2rem;

  color: #6b7280;

  line-height: 1.5;

  margin-bottom: 2rem;
}

.RefundPolicy p a {
  color: #286def;

  text-decoration: none;
}

.RefundPolicy p a:hover {
  text-decoration: underline;
}

.RefundPolicy p br {
  display: block;

  margin-bottom: 1rem;
}

.Footer svg {
  -webkit-user-select: none;

  user-select: none;

  width: 1em;

  height: 1em;

  display: inline-block;

  fill: currentColor;

  -webkit-flex-shrink: 0;

  -ms-flex-negative: 0;

  flex-shrink: 0;

  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;

  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;

  font-size: 1.5rem;
}

/* nav */

body .navbar-default .navbar-nav > .active > a {
  color: #1b252f;

  background-color: transparent;

  font-weight: 800;
}

/* contact form  */

/* 



** Contact Form 7 Styles 



*/

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  color: #1f252b;

  width: 100%;

  padding: 12px 16px;

  border-radius: 0;

  border: 0;
}

.wpcf7-form p {
  margin: 0 0 28px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  outline: 1px solid #1d3557;

  outline-offset: 0;
}

div.wpcf7-mail-sent-ok {
  border: 0;

  background: #5471de;

  color: #fff;

  padding: 18px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: 0;

  background: #f9443b;

  color: #fff;

  padding: 18px;
}

span.wpcf7-not-valid-tip {
  color: #f9443b;
}

/* 



** Button Styles 



*/

.wpcf7-form .button {
  background-color: #1d3557;

  border: 0;

  color: #fff;

  border-radius: 1px;

  font-weight: 700;

  text-align: center;

  text-transform: uppercase;

  margin-bottom: 15px;

  width: auto;

  padding: 20px 42px;

  letter-spacing: 2px;

  font-size: 14px;
}

.wpcf7-form .button:hover {
  cursor: pointer;

  box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);

  border: 0;
}

#channels {
  align-items: center;

  margin: auto;
}

@media screen and (min-width: 992px) {
  .hero,
  .hero-page {
    min-height: 400px;

    height: calc(100vh - 220px);

    height: calc(100svh - 220px);
  }
}

@media screen and (max-width: 991px) {
  .tab-content .tab-pane { 
    column-count: 2;
  }
  .plan {
    width: 48%;
  }

  .hero,
  .hero-page {
    height: 50vh;

    height: 50svh;
  }
}

@media screen and (min-width: 768px) {
  .tie-col-md-3 {
    width: 25%;
  }

  .movies {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .movies {
    height: 330px;
  }

  .tie-col-md-3 {
    width: 50%;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .plans {
    width: 95%;
  }

  .trends {
    flex-direction: column;

    padding-inline: 32px;
  }

  .trends .content,
  .trends .movies {
    flex: inherit;
  }

  .footer-widget-area > div {
    flex: calc(45% - 5px) !important;
  }
}

@media screen and (max-width: 500px) {
  .tab-content .tab-pane { 
    column-count: 1;
  }
  .trends {
    padding-inline: 15px;
  }

  .movies {
    height: 230px;
  }

  .tie-col-md-3 {
    width: 100%;
  }

  .plan {
    width: 100%;
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wrap {
  max-width: 900px;

  margin: 0 auto;
}

.glide__slide {
  border: 1px solid black;

  line-height: 100px;

  margin: 0;

  text-align: center;
}

.overlaytext {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 120%
  );

  position: absolute;

  bottom: 0;

  width: 100%;

  height: 100%;

  z-index: -1;
}

.woocommerce-checkout .col-sm-3 {
  display: none;
}
.woocommerce-checkout .col-sm-9 {
  width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  color: #1f252b;
  width: 100%;
  padding: 12px 16px;
  border-radius: 0;
  font-size: 15px;
  border: 1px solid #00000050 !important;
}

.footer-widget-area {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.footer-widget-area > div {
  flex: calc(24% - 5px);
}

header .logo-tag img.custom-logo {
  filter: invert(1);
}


.splideChannels .splide__list { 
  align-items: center;
}



label {
  width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
  font-size: 15px;
  border: 1px solid #00000050 !important;
}

input.wpcf7-form-control.wpcf7-submit {
  background: #ffd050;
  border: none !important;
  color: white;
  padding: 12px 20px;
}
.form-contact {
  padding: 0 20px;
}

.page-template-free-trial p.indic {
  position: absolute;
  left: -64px;
  font-weight: 700;
}

.one_half {
  width: 60px;
  position: relative;
  display: inline-block;
}
.two_half {
  width: calc(100% - 64px);
  position: relative;
  display: inline-block;
}

mark {
  background: #ffd050 !important;
  border-radius: 5px;
  color: white !important; 
}

.tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-slider--tabs { 
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  /* border-radius: 35px; */
  overflow: hidden;
  /* background: #fff; */
  height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
 

.tab-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #1b252f;
  /* color: #1b252f; */
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab-slider--trigger.active {
  color: #fff;
  background: #ffd050;
  border-radius: 35px;

}

.tab-slider--body {
  margin-bottom: 20px;
}


.tab .form-control {
  border: 1px solid #4c4c4c; 
}
.tab .input-group-addon { 
  border: 1px solid #4c4c4c; 
}

.tab {
  border: 1px solid;
  padding: 10px;
}

.tab-pane {
  /* padding: 8px 8px 8px 8px;
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-top: 1px dotted lightgrey; */
  min-height: 200px;
  column-count: 3;
}
ul.nav.nav-pills {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto;
  min-width: 120px;
  padding-right: 9px;
  border-right: 1px solid;
}
.tab-content {
  /* margin-block: 10px; */
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
}
.tab ::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.tab ::-webkit-scrollbar-thumb {
  background: #0c111b;
}
.tab ::-webkit-scrollbar-track {
  background: #606060;
  margin-top: 0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { 
  background-color: #0c111b !important;
}
.nav-pills a {
  color: #0c111b;
}


.tabflex {
  display: flex;
  gap: 10px;
  /* border: 1px solid #4c4c4c; */
  /* padding: 4px 4px; */
  justify-content: space-between;
}

.tabflex p {
  word-break: break-all;
  margin-bottom: 0;
}

.input-group {
  margin-bottom: 15px;
}