body {
  overflow-x: hidden;
  /* font-family: "Montserrat", sans-serif !important; */
  font-family: 'Changa', sans-serif!important;
}

body.home {
  background: #000000;
  color: white;
}

.navbar-nav {
  text-align: center;
  margin: auto !important;
}

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

/* hero */
.hero {
  background-position: center;
  background-size: cover;
  position: relative;
}

.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/04/93f92f159478719.Y3JvcCwxMDgwLDg0NCwwLDA.webp); */
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: 1s;
  background-size: cover;
  background-position: center;
}
.heros .splide__slide img {
  width: 100%;
}

.hero .content {
  z-index: 0;
  position: relative;
  max-width: 32vw;
  color: white;
  text-shadow: 0px 0px 6px #000000;
}

.hero .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.heros .splide__list img {
  width: 100%;
  object-position: top;
  object-fit: cover;
}

.hero h1 {
  margin-bottom: 40px;
  font-weight: 900;
}

.hero a {
  color: #fff !important;
  background-color: #EEBA2B;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  display: block;
  width: fit-content;
  text-shadow: none;
}

/* movies */
.movies,
.channels {
  position: relative;
}

.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,

.leagues .splideleagues,
.leagues .splide__track,
.leagues .splide__list,
.leagues .splide__list img
{
  height: 100%;
}

.movies h2 {
  text-align: center;
}

.splideMovies,
.splideleagues
 {
  max-height: 370px;
}

/* channels */
.channels {
  /* background: #000000; */
  padding-bottom: 25px;
}
.title_channels {
  /* color: white; */
  color: #EEBA2B;
  text-align: center;
  margin-top: 40px;
  text-transform: capitalize;
}
.title_channels_2 {
  color: white;
  font-size: 17px;
}
.splideChannels img {
  border-radius: 5px;
}

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

.splide__slide {
  overflow: hidden;
}

.movies .splide__list img:hover {
  transform: scale(1.1);
  transition: 0.3s;
  overflow: hidden;
}






#leagues {
  height: 370px;
}

.leagues h2 ,#pricing h2{ 
    margin-inline: auto;
    color: #EEBA2B; 
    font-weight: 900; 
    margin-bottom: 5px; 
    text-align: center;
}
.leagues h3,#pricing h3{  
  color: #fff;  
  margin-bottom: 15px; 
  text-align: center;
}



/* plans */
.plans {
  display: flex;

  justify-content: center;

  text-align: center;

  gap: 20px;

  width: 70%;

  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: center;
  margin-bottom: 21px;
  padding-left: 0px;
  position: relative;
}
.plan-features li{
  position: relative;
}
.plan {
  /* background: #000000; */
  color: white;
  /* padding: 20px 10px; */
  /* border-radius: 5px; */
  flex-grow: 1;
  width: 22%;
  border: 3px solid #EEBA2B;
  /* overflow: hidden; */
}
.plan-child {
  overflow: hidden;
  margin: -3px;
}
/* .plans .plan:nth-child(4n + 4) {
  border: 3px solid #EEBA2B !important;
} */
.plan-features li:before {
  content: "✓";
  /* position: absolute;
  left: 10px; */
}
.plan:hover {
  box-shadow: 0px 0px 10px 0px rgba(254, 0, 255, 0.52);
  transition: .3s;
}
.price-table__ribbon {
  display: none;
}
.plans .plan:nth-child(4n + 4) .price-table__ribbon {
  display: block;
}
.plan-head {
  background: #EEBA2B;
  padding: 20px 0 ;
  position: relative;
}
.plan-body {
  padding: 5px 10px 30px;
}
.plan-title {
  font-weight: 600;

  margin: auto;
}
.plan-features li:after {
  content: "";
  display: block;
  border: 0 solid hsla(0,0%,47.8%,.3);
  margin: 10px 12.5%;
  border-top-style: solid;
  border-top-color: #EEBA2B;
  border-top-width: 1px;
  margin-left: calc((100% - 50%)/2);
  margin-right: calc((100% - 50%)/2);
  margin-top: 7px;
  margin-bottom: 7px;
}



h4.connections {
  border: none;
  margin: auto;
  padding: initial;
  font-style: italic;
  font-size: 12px;
  letter-spacing: inherit;
  color: white;
}
.price-table__ribbon {
  position: absolute;
  top: 14px;
  right: -40px;
  width: 130px;
  background: #ff0010;
  font-size: 14px;
  font-style: italic;
  transform: rotate(45deg);
  padding: 1px 0;
}

a.plan-subscribe, a.plan-subscribe:visited {
  color: #fff !important;
  background-color: #EEBA2B;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  display: block;
  width: fit-content;
  margin: auto;
}

#pricing {
  /* background: white; */
  padding: 50px 0 1px;
}

/* #pricing h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
} */
.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: #fff;
  /* color: #000000; */
  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: #EEBA2B;
  border-radius: 35px;

}

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

#reviews {
  /* background: white; */
  text-align: center;
  padding: 0 0 50px;
}

.reviews {
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

#reviews h2 {
  text-align: center;
  /* padding-block: 20px; */
  font-weight: 700;
  color: #EEBA2B;
}
#reviews h3 {
  text-align: center;
  margin-bottom: 30px;
  /* font-weight: 700; */
  font-size: 17px;
  color: #fff;
}
/* .splideReviews {
  max-height: 300px;
} */

.reviews img {
  /* width: 24%; */
  /* width: calc(25% - 10px); */
  border: 1px solid;
  /* border-radius: 10px; */
  background: black;
}

/* stats */

#stats {
  background: white;
  color: black;
  padding: 0px 0 30px;
}
.stats .numbers {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 80%;
  justify-content: center;
  margin: auto;
  text-align: center;
  align-items: center;
}
.stats .numbers .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stats .label {
  color: #000000;
  font-size: 16px;
  padding: 0;
}
.stats i {
  font-size: 6vw;
  color: #000000;
}
.stats .number {
  color: #EEBA2B;
  font-size: 3vw;
  font-weight: 900;
}

#steps {
  color: white;
  /* background-color: #000000; */
}

.steps {
  width: 85%;
  padding-block: 50px;
  margin-inline: auto;

  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}
.steps .item {
  width: calc(33% - 20px);
}
.steps .item p.title{
  font-size: 1.5em;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.steps .item .icon {
  background: #EEBA2B;
  border-radius: 50%;
  padding: 4px;
  width: 30px;
  margin-bottom: 15px;
  margin-inline: auto;
}

#whyus {
  /* background: white; */
  padding-bottom: 50px;
}

.whyus {
  width: 85%;
  margin-inline: auto;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  text-align: center;
  flex-direction: row;
  align-items: center;
}
.whyus > * {
  width: 50%;
}
.whyus img {
  border-radius: 10px;
  max-height: 350px;
}
#whyus .title1 {
  margin-inline: auto;
  color: #EEBA2B;
  /* color: #ffbb00; */
  font-weight: 900;
  /* font-style: italic; */
  margin-bottom: 5px;
  /* font-size: 20px; */
  text-align: center;
  /* margin-bottom: 20px; */
}
#whyus .title1_2 {
  margin-inline: auto;
  color: #fff;
  /* color: #ffbb00; */
  /* font-weight: 900; */
  /* font-style: italic; */
  margin-bottom: 5px;
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
}
.part2 .title2 {
  font-weight: 900;
  max-width: 400px;
  margin-inline: auto;
  font-size: 1.5em;
  margin: 0 0 10px 0;
}
.numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.numbers .item {
  width: 50%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.numbers .num {
  font-weight: 600;
  font-size: 40px;
  color: #EEBA2B;
}
.numbers .label {
  color: #fff;
  font-size: 14px;
}
.part2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* footer */

.bgBlue {
  background-color: #000000;
}

.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: #EEBA2B;

  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: #EEBA2B;
  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: #EEBA2B;
  border: 1px solid #EEBA2B;
  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 #EEBA2B;
  color: #EEBA2B;
}

#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: 700;

  margin-bottom: 50px;
}

.count {
  display: inline;

  margin-left: 50px;

  float: right;
}

#accordion p {
  color: #000000;
  font-weight: 500;
}

.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: #000000;
  background-color: transparent !important;
  font-weight: 800;
}
body .navbar-default .navbar-nav  a:hover {
  background-color: transparent;
  color: #EEBA2B !important;
  transition: 0.3s;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  width: 100% !important;
}





.hero-page {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 350px;
}

.hero-page .content {
  z-index: 0;
}

.hero-page h1 {
  color: white;
  font-weight: 900;
  text-align: center;
}

.faqcontainer {
  padding-block: 70px;
  max-width: 900px;
}

h3 {

  text-align: center;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 50px;
  padding-inline: 15px;
}


label {
  width: 100%;
}

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

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


/* 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;
  color: #000000;
}

.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;
}

.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.8) 0%,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 1) 120%
  ); */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.12) 20%,
    rgba(0, 0, 0, 0.3) 120%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.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); 
}



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

.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: #EEBA2B;
}
.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: #EEBA2B !important;
}
.nav-pills a {
  color: #EEBA2B;
}


.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;
}

.woocommerce .quantity .qty {
  height: 2.63em;
  font-size: 12px;
  font-weight: 800;
}

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

.tab {
  border: 1px solid;
  padding: 10px;
}
/* input[name='negatif'] {
  width: 12% !important;
  margin-right: 10px;
  min-width: 60px;
} */
/* input[name='tel-752'] {
  width: calc(88% - 15px) !important;
} */
.one_half {
  width: 60px;
  position: relative;
  display: inline-block;
}
.two_half {
  width: calc(100% - 64px);
  position: relative;
  display: inline-block;
}

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

.navbar-default .navbar-toggle:hover{
  background: #EEBA2B!important;
}
.paypal-buttons {
  display: block !important;
  margin: auto !important;
  width: 100% !important;
  margin-top: 20px !important;
}
@media screen and (min-width: 992px) {
  .hero {
    height:  100vh;
    /* height: calc(100vh - 55px); */
    /* height: calc(100svh - 220px); */
  }
}

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

  .movies {
    height: 370px;
    padding: 20px 0 0;
  }
  #leagues {
    height: 370px; 
  }
}

@media screen and (max-width: 991px) {
  .tab-pane { 
    column-count: 2;
  }
  .part1 {
    width: 40%;
  }
  #menu-main a {
    padding-inline: 7px;
  }
  .stats .numbers .item {
    gap: 10px;
  }
  .hero .content {
    max-width: 100%;
    text-align: center;
    margin: auto;
  }
  .hero a {
    margin: auto;
  }

  .plan {
    width: 46%;
  }

  .hero {
    height: 100vh;
    height: 100svh;
  }
  .stats {
    text-align: center;
  }
  .stats .part1 img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-toggle:focus{
    background-color: #EEBA2B !important;
  }
  .footer-widget-area > div {
    flex: calc(45% - 5px);
}
  .whyus {
    flex-direction: column-reverse;
  }
  .part1 {
    width: 100%;
  }
  .part2 {
    width: 100%;
  }
  .numbers .num {
    font-size: 20px;
  }
  .part2 .title2 {
    font-size: 16px;
  }
  .whyus img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }
  #bs-example-navbar-collapse-1 {
    width: 100%;
    margin: auto;
  }
  .navbar-nav {
    background-color: #000000;
  }
  .stats .numbers {
    width: 100%;
  }
  .movies {
    height: 330px;
    padding: 20px 0 0px;
  }
  #leagues {
    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;
  }
}

@media screen and (max-width: 720px) {
  .stats .number {
    font-size: 6vw;
  }
  .stats i {
    font-size: 10vw;
  }
  /* .reviews img {
    width: 49%;
    width: calc(50% - 10px);
  } */

  .numbers {
    row-gap: 20px;
  }

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

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

    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .tab-slider--trigger { 
    padding: 11px 4px; 
}
  .tab-pane { 
    column-count: 1;
  }
  .plan-features {
    padding-left: 0;
  }
  a.plan-subscribe,
  a.plan-subscribe:visited {
    padding: 10px;
    font-size: 12px;
    line-height: initial;
  }
  .plans {
    gap: 10px;
  }
  .stats .label {
    font-size: 14px;
  }
  .stats .numbers .item {
    width: 50%;
  }
  .steps .item {
    width: 100%;
  }
  .trends {
    padding-inline: 15px;
  }

  .movies, #leagues {
    height: 230px;
  }



  /* .plan {
    width: 100%;
  } */

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

@media screen and (max-width: 380px) {
  /* .stats .numbers .item {
    width: 100%;
  } */
  .tie-col-md-3 {
    padding: 5px !important
  }
}
