@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v114/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
  }
  
  .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
:root {
  --body: #14142B;
  --white: #ffffff;
  --whitesub: #F5F6F7;
  --bgsection: #24263A;
  --cmnbg: #31334E;
  --base: #65FF4B;
  --base2: #FFFB1F;
  --title: #121519;
  --subtitle: #222E48;
  --hover: #222E48;
  --ratting: #FFBE57;
  --pra: #576071;
  --pricieborder: #343E56;
  --base2border: rgba(255, 251, 31, 0.20);
  --teamborder: #404A60;
  --placeholder: #B2B6BF;
  --border: #DFE0E4;
  --danger: #ED5050;
  --success: #3FCA90;
  --success2: #2E7D32;
}

body {
  color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: var(--body);
}

h1,
h2,
h4 {
  color: var(--white);
  font-family: "Jost", sans-serif;
}
h4 a {
  color: var(--title);
  font-family: "Jost", sans-serif;
}

::-moz-placeholder {
  color: var(--title);
}

h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 575px) {
  h2 {
    font-size: 29px;
  }
}

h4 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--title);
  font-family: "Jost", sans-serif;
  transition: all 0.3s;
}

span {
  font-family: "Jost", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--white);
}

::-moz-placeholder {
  color: var(--title);
}

p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  color: var(--pra);
  font-family: "Jost", sans-serif;
}

.pl-24 {
  padding-left: 24px;
}
@media (max-width: 1399px) {
  .pl-24 {
    padding-left: 14px;
  }
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1399px) {
  .pr-24 {
    padding-right: 14px;
  }
}

.ml-24 {
  margin-left: 24px;
}
@media (max-width: 1399px) {
  .ml-24 {
    margin-left: 14px;
  }
}

.mr-24 {
  margin-right: 24px;
}
@media (max-width: 1399px) {
  .mr-24 {
    margin-right: 14px;
  }
}

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

.fs-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .fs-24 {
    font-size: 20px;
  }
}

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

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

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

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .pt-100 {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 65px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .pb-100 {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 15px;
  }
}

.p-8 {
  padding: 8px;
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .mb-60 {
    margin-bottom: 35px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 15px;
  }
}

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

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

.bodyfont {
  font-family: "Jost", sans-serif;
}

.social {
  gap: 12px;
}
.social li a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.social li a i {
  background: linear-gradient(90.44deg, #65FF4B 0.37%, #FFFB1F 99.67%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1399px) {
  .social li a {
    width: 34px;
    height: 34px;
  }
  .social li a i {
    font-size: 16px;
  }
}
.social li:hover a {
  border-color: var(--cmnbg);
}
.social li:hover a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--cmnbg);
  top: 0;
  left: 0;
  border-radius: 50%;
}
.social li:hover a i {
  z-index: 9;
}

@media (max-width: 575px) {
  .header__text h2 {
    font-size: 22px;
  }
}

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

.base2 {
  color: var(--base2);
}

.sportborder {
  border: 1px solid rgba(101, 255, 75, 0.3);
}

.baseborder__bottomdadh {
  border-bottom: 1px dashed var(--base2border);
}

.whitesub {
  color: var(--whitesub);
}

.white {
  color: var(--white);
}

.mainbg {
  background: var(--bgsection);
}

.ralt {
  position: relative;
}

.overhid {
  overflow: hidden;
}

.round16 {
  border-radius: 16px;
}

.round100 {
  border-radius: 100px;
}

.live__badge {
  padding: 4px 12px 4px;
  background: var(--base2);
  color: var(--subtitle);
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 4px;
}
.live__badge i {
  font-size: 20px;
}
.live__badge:hover {
  color: var(--subtitle);
}
.live__badge:hover i {
  color: var(--subtitle);
}

.live__date {
  padding: 4px 12px 4px;
  background: var(--base);
  color: var(--subtitle);
  font-size: 16px;
  border-radius: 100px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 4px;
}
.live__date:hover {
  color: var(--subtitle);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--base);
  border-radius: 10px;
}

.bn__navigation {
  position: absolute;
  right: 40px;
  bottom: 40px;
  gap: 12px;
  z-index: 999;
}
.bn__navigation .cmn-button-next {
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title);
  background: var(--white);
  position: initial;
  transition: all 0.4s;
}
.bn__navigation .cmn-button-next::after {
  display: none;
}
.bn__navigation .cmn-button-next i {
  font-size: 28px;
}
.bn__navigation .cmn-button-next:hover {
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
}
@media (max-width: 767px) {
  .bn__navigation .cmn-button-next {
    min-width: 38px;
    height: 38px;
  }
}
.bn__navigation .cmn-button-prev {
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title);
  background: var(--white);
  position: initial;
  transition: all 0.4s;
}
.bn__navigation .cmn-button-prev::after {
  display: none;
}
.bn__navigation .cmn-button-prev i {
  font-size: 28px;
}
.bn__navigation .cmn-button-prev:hover {
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
}
@media (max-width: 767px) {
  .bn__navigation .cmn-button-prev {
    min-width: 38px;
    height: 38px;
  }
}
.bn__navigation .cmn-pagination {
  position: initial;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bn__navigation .cmn-pagination .swiper-pagination-bullet {
  background: var(--white);
  height: 12px;
  width: 12px;
  margin: 0;
  opacity: 1;
}
.bn__navigation .cmn-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
  width: 28px;
  height: 12px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .bn__navigation {
    bottom: 15px;
    right: 15px;
  }
}

.cmn-pagination {
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cmn-pagination .swiper-pagination-bullet {
  background: var(--white);
  height: 12px;
  width: 12px;
  margin: 0;
  opacity: 1;
}
.cmn-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
  width: 28px;
  height: 12px;
  border-radius: 100px;
}

.cmn__paginationtwo {
  z-index: 99;
}
.cmn__paginationtwo .swiper-pagination-bullet {
  background: rgba(101, 255, 75, 0.3);
  height: 12px;
  width: 12px;
  margin: 0;
  opacity: 1;
}

.video__style {
  width: 40px;
  height: 40px;
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__style i {
  font-size: 26px;
  color: var(--title);
}

.main__body {
  margin-left: 310px;
  position: relative;
  transition: all 0.8s;
}
.main__body.body-collapse {
  margin-left: 0px;
}
@media (max-width: 1199px) {
  .main__body {
    margin-left: 0;
  }
}

/* Track */

/* Handle */

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 30px;
}

.header-wrapper .main-menuone {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media (max-width: 991px) {
  .header-wrapper .main-menuone {
    max-width: 100%;
  }
  .logo-main {
  width: 100%;
  max-width: 150px !important;
}
}
.header-wrapper .main-menuone li {
  transition: all 0.6s;
  position: relative;
}
.header-wrapper .main-menuone li a {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.header-wrapper .main-menuone li a:hover {
  color: var(--hover);
}
.header-wrapper .menu__right__components {
  gap: 15px;
}
@media (max-width: 500px) {
  .header-wrapper .menu__right__components {
    gap: 10px;
  }
}
.bn__thumb1 {
  background: url(../assets/bnslide1.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .bn__thumb1 {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .bn__thumb1 {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .bn__thumb1 {
    height: 54vh;
  }
}

.bn__thumb2 {
  background: url(../assets/bnslide2.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .bn__thumb2 {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .bn__thumb2 {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .bn__thumb2 {
    height: 54vh;
  }
}

.bn__thumb3 {
  background: url(../assets/bnslide3.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .bn__thumb3 {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .bn__thumb3 {
    height: 60vh;
  }
}
@media (max-width: 575px) {
  .bn__thumb3 {
    height: 54vh;
  }
}

/* .banner__v1 {
  padding-top: 80px;
} */

.bn__content__v1 {
  position: relative;
}
.bn__content__v1 .live__badge {
  width: fit-content;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .bn__content__v1 h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .bn__content__v1 h1 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .bn__content__v1 h1 {
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .bn__navigation {
    display: none !important;
  }
  .recent__liveitem {
  margin-bottom: 20px;
  height: auto !important;
}
}
.plan__head p{
  color: #fff;
}
.sport__box li a {
  padding: 4px 16px;
  display: inline-block;
}

.recent__liveitem {
  background: var(--bgsection);
  overflow: hidden;
}
.recent__liveitem .thumb {
  overflow: hidden;
}
.recent__liveitem .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.recent__liveitem .thumb .live__badge {
  position: absolute;
  top: 12px;
  left: 12px;
}
.recent__liveitem .thumb .overlay__video {
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(96, 222, 96, 0.35);
  border-radius: 16px;
  opacity: 0;
}
.recent__liveitem .thumb .live__date {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.recent__liveitem .live__content {
  padding: 24px 22px 16px;
}
@media (max-width: 1600px) {
  .recent__liveitem .live__content {
    padding: 22px 5px 15px;
  }
}
@media (max-width: 1399px) {
  .recent__liveitem .live__content h4 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .recent__liveitem .live__content h4 {
    font-size: 19px;
  }
}
.recent__liveitem:hover .overlay__video {
  opacity: 1;
  left: 50%;
  top: 50%;
}
.recent__liveitem:hover h4 a {
  color: var(--base);
}

.cmn__sidebtn {
  gap: 8px;
}
.cmn__sidebtn .cmn-button-next2,
.cmn__sidebtn .cmn-button-next4 {
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(101, 255, 75, 0.5);
  border: 1px solid rgba(101, 255, 75, 0.5);
  position: initial;
  transition: all 0.4s;
}
.cmn__sidebtn .cmn-button-next2::after,
.cmn__sidebtn .cmn-button-next4::after {
  display: none;
}
.cmn__sidebtn .cmn-button-next2 i,
.cmn__sidebtn .cmn-button-next4 i {
  font-size: 28px;
}
.cmn__sidebtn .cmn-button-next2:hover,
.cmn__sidebtn .cmn-button-next4:hover {
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
  color: var(--title);
}
@media (max-width: 767px) {
  .cmn__sidebtn .cmn-button-next2,
  .cmn__sidebtn .cmn-button-next4 {
    min-width: 38px;
    height: 38px;
  }
}
.cmn__sidebtn .cmn-button-prev2,
.cmn__sidebtn .cmn-button-prev4 {
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(101, 255, 75, 0.5);
  border: 1px solid rgba(101, 255, 75, 0.5);
  position: initial;
  transition: all 0.4s;
}
.cmn__sidebtn .cmn-button-prev2::after,
.cmn__sidebtn .cmn-button-prev4::after {
  display: none;
}
.cmn__sidebtn .cmn-button-prev2 i,
.cmn__sidebtn .cmn-button-prev4 i {
  font-size: 28px;
}
.cmn__sidebtn .cmn-button-prev2:hover,
.cmn__sidebtn .cmn-button-prev4:hover {
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
  color: var(--title);
}
@media (max-width: 767px) {
  .cmn__sidebtn .cmn-button-prev2,
  .cmn__sidebtn .cmn-button-prev4 {
    min-width: 38px;
    height: 38px;
  }
}

.pricing__section,
.popular__section {
  background: #24263A;
}
@media (max-width: 1600px) {
  .pricing__section,
  .popular__section {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.plan__bg{
height: 100%;
}
.plan {
  padding: 32px 32px;
  border-radius: 16px;
  transition: all 0.4s;
  position: relative;
  border: 1px solid var(--cmnbg);
  background: var(--cmnbg);
  height: 100%;
}
@media (max-width: 1399px) {
  .plan {
    padding: 24px 20px;
  }
}
@media (max-width: 991px) {
  .plan {
    flex-wrap: wrap;
  }
}
.plan:hover {
  border-color: var(--base);
  background: linear-gradient(94deg, rgba(101, 255, 75, 0.1) 0%, rgba(255, 251, 31, 0.1) 100%);
}

@media only screen and (max-width: 767px) {
  .plans {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .plans {
    grid-template-columns: 1fr 1fr;
  }
}
.plans .plan .plan__head {
  transition: all 0.1s ease-in-out;
  color: #FFFFFF !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .plans .plan .plan__head {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 1399px) {
  .plans .plan .plan__head .plan__title {
    font-size: 18px;
  }
}

.plans .plan .plan__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.1s ease-in-out;
}

.entertainment__section {
  background: #24263A;
}
@media (max-width: 1600px) {
  .entertainment__section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1399px) {
  .entertainment__section {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 1399px) {
  .entertainment__content h2 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .entertainment__content h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.entertainment__live {

}
@media (max-width: 767px) {
  .entertainment__live {
    display: none;
  }
}

@media (max-width: 767px) {
  .custom__none {
    display: none;
  }
}
.custom__vidoe .options button :where(i, span) {
  height: 100%;
  width: 100%;
  line-height: 40px;
}
.custom__vidoe .options button:hover :where(i, span) {
  color: #fff;
}
.custom__vidoe .options button:active :where(i, span) {
  transform: scale(0.9);
}
.custom__vidoe .speed-options li:where(:first-child, :last-child) {
  margin: 0px;
}
@media screen and (max-width: 540px) {
  .custom__vidoe .options button :where(i, span) {
    line-height: 30px;
  }
}

/* Track */

/* Handle */

.footer__section {
  background: var(--bgsection);
  padding: 32px 32px 28px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .footer__section {
    padding: 32px 15px 32px;
  }
}

.footer__bottom {
  justify-content: space-between;
}
.footer__bottom .social li a {
  position: relative;
}
.footer__bottom .social li:hover a {
  border-color: var(--cmnbg);
}
.footer__bottom .social li:hover a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--cmnbg);
  top: 0;
  left: 0;
  border-radius: 50%;
}
.footer__bottom .social li:hover a i {
  z-index: 9;
}
@media (max-width: 991px) {
  .footer__bottom {
    gap: 15px;
    flex-wrap: wrap;
    display: grid;
    text-align: center;
    justify-content: center;
    text-align: center;
  }
  .footer__bottom .social {
    justify-content: center;
  }
  .footer__bottom p {
    order: 3;
  }
}

.help__support li a {
  transition: all 0.4s;
}
.help__support li:hover a {
  color: var(--base) !important;
}
@media (max-width: 991px) {
  .help__support {
    justify-content: center;
    display: block !important;
  }
}

/*--Button Area Start--*/
.cmn--btn {
  border-radius: 100px;
  padding: 15px 31px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  background: linear-gradient(94deg, #65FF4B 0%, #FFFB1F 100%);
  overflow: hidden;
  gap: 12px;
  color: var(--title);
}
.cmn--btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.cmn--btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 0px;
  height: 0px;
  background: var(--hover);
  transition: all 0.5s;
  background: linear-gradient(94deg, #FFFB1F 0%, #65FF4B 100%);
}
.cmn--btn:hover {
  color: var(--title);
}
.cmn--btn:hover::before {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cmn--btn {
    padding: 10px 20px 10px;
  }
}
@media (max-width: 500px) {
  .cmn--btn {
    padding: 8px 20px 8px;
    font-size: 14px;
  }
}

/*--Button Area End--*//*# sourceMappingURL=main.css.map */
.logo-main{
  width: 100%;
  max-width: 180px;
}


/* pricing plan  */




/* -------- Subscription Modal -------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-med);
  padding: 20px;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  background: #14142b;
  border: 1px solid #65ff4b;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 48px 44px;
  position: relative;
  box-shadow: 0 20px 60px #65ff4b4d;
  transform: translateY(30px) scale(0.96);
}

.modal-overlay.active .modal-box {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 18px; right: 22px;
  background: none;
  border: none;
  color: var(--color-text-muted);
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
  transition: color var(--transition-fast), transform var(--transition-fast);
  z-index: 10;
}

.modal-close:hover {
  color: #fff;
  transform: scale(1.15) rotate(90deg);
}

.modal-box h2 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 40px;
}

.modal-box .modal-subtitle {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 36px;
}

/* Pricing Cards */
.pricing-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}


/* -------- Registration Modal -------- */
.reg-modal-box {
  max-width: 520px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-group input {
  width: 100%;
  background: #24263a;
  border: 1px solid rgba(131,72,255,0.25);
  border-radius: 30px;
  padding: 15px 16px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
}

.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(131,72,255,0.18);
}

.form-group input::placeholder { color: #F5F6F7; }

.form-group input.error { border-color: #ffea00; }
.form-group .error-msg {
  color: #ffea00;
  font-size: 0.78rem;
  margin-top: 5px;
  display: none;
}
.form-group .error-msg.visible { display: block; }

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.card-divider {
  border: none;
  border-top: 1px solid rgba(131,72,255,0.18);
  margin: 22px 0;
}

.reg-modal-box .btn-subscribe {
  width: 100%;
  margin-top: 8px;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(94deg, #FFFB1F 0%, #65FF4B 100%);
  color: #000;
  border-radius: 30px;
  border: none;
}

/* Success Message */
.success-overlay {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.success-overlay.visible {
  display: flex;
}

.success-icon {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: linear-gradient(94deg, #FFFB1F 0%, #65FF4B 100%);
  border: 2px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  animation: pulse-icon 1.2s ease infinite alternate;
}

@keyframes pulse-icon {
  from { box-shadow: 0 0 0 0 rgba(131,72,255,0.35); }
  to   { box-shadow: 0 0 24px 8px rgba(131,72,255,0); }
}

.success-icon i {
  font-size: 2.4rem;
  color: #000;
}

.success-overlay h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.success-overlay p {
  color: var(--color-text-muted);
  max-width: 380px;
  font-size: 0.95rem;
}

.border-red{
    border: 2px solid #f41b3b;
  box-shadow: 0px 0px 8px #f41b3b;
}
.border-red-2{
    border: 2px solid #ffea00;
  box-shadow: 0px 0px 8px #ffea0094;
  border-radius: 10px;
}
.border-3 img{
     border: 2px solid #f41b3b;
}
.sport__box{
    li{
        a{
            padding: 4px 16px;
            display: inline-block;
        }
    }
}

.pricing__section{
    background: #24263A;
    @include breakpoint(max-xxxl){
        padding-right: 14px;
        padding-left: 14px;
    }
}

.plan{
    padding: 32px 32px;
    border-radius: 16px;
    transition: all 0.4s;
    position: relative;
    border: 1px solid var(--cmnbg);
    background: var(--cmnbg);
    @include breakpoint(max-xxl){
        padding: 24px 20px;
    }
    @include breakpoint(max-lg){
        flex-wrap: wrap;
        .pricing__list{
            width: 100%;
            margin-left: 0;
            padding-left: 0;
            border-left: unset;
        }
    }
    &:hover{
        border-color: var(--base);
        background: linear-gradient(94deg, rgba(101, 255, 75, 0.10) 0%, rgba(255, 251, 31, 0.10) 100%);
    }
}
.pricing__list{
    border-left: 1px dashed rgba(101, 255, 75, 0.30);
    padding-left: 32px;
    margin-left: 32px;
    width: calc(100% - 50%);
    position: relative;
    @include breakpoint(max-xxxl){
        padding-left: 18px;
        margin-left: 18px;
    }
    li{
        @include breakpoint(max-xxxl){
            font-size: 16px;
        }
    }
}
@media only screen and (max-width: 767px) {
.plans {
    grid-template-columns: 1fr; } }
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .plans {
        grid-template-columns: 1fr 1fr; 
    }
 }
.plans .plan .plan__head {
    transition: all .1s ease-in-out;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
  
    z-index: 1;
    @include breakpoint(max-xxl){
        width: 43%;
    }
    @include breakpoint(max-lg){
        width: 100%;
        margin-bottom: 24px;
    }
    .plan__title {
        @include breakpoint(max-xxl){
            font-size: 18px;
        }
    }
    .fs-20{
         @include breakpoint(max-xxl){
            font-size: 16px;
         }   
    }
    .cmn--btn{
        @include breakpoint(max-xxl){
            font-size: 14px;
        }
    }
 }
.plans .plan .plan__head::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all .1s ease-in-out; 
}
.plans .plan .plan__head .plan__price .price {
    font-size: 56px;
    font-weight: 600;
    @include bodyfont;
    display: inline-block;
    transition: transform .4s ease 0s, opacity 0.2s ease 0s;
    position: relative;
    @include breakpoint(max-xxl){
        font-size: 34px;
    }
}
.plans .plan .plan__head .plan__price .price.price--annually {
    transition: transform .4s ease 0s, opacity 1s ease 0s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(100px); 
}

.plans{
    .plan__twoitem{
        text-align: center;
        .plan__head{
            width: 100%;
        }
        .pricing__list{
            width: 100%;
            padding-left: 0;
            margin-left: 0;
            border-left: unset;
            border-top: 1px dashed var(--base2border);
            padding-top: 24px;
            margin-top: 24px;
            margin-bottom: 24px;
        }
    }
}

.testimonial__section{
    @include breakpoint(max-x4l){
        padding-right: 20px;
        padding-left: 20px;
    }
    @include breakpoint(max-xl){
        padding-right: 14px;
        padding-left: 14px;
    }
}
