html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.btn,
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btn:hover,
a:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  outline: none;
  box-shadow: none;
}
.socialtop {
  margin-left: 4rem;
}
.socialtop ul li {
  display: inline-block;
}
.socialtop ul li a {
  color: #fff;
  margin-left: 1.3rem;
  font-size: 1.8rem;
}
.socialtop ul li a:hover {
  color: rgb(202, 22, 38);
}
.nav-item {
  padding-left: 1.5rem;
}
.nav-link {
  color: #fff;
}
.bg-dark {
  background-color: rgba(37, 37, 37, 0.97) !important;
}
.banner {
  background: url(../images/banner.jpg) no-repeat;
  width: 100%;
  height: 110vh;
  background-size: cover;
  background-attachment: fixed;
}
.banner:before {
  content: "";
  background: #ca1626;
  background: linear-gradient(135deg, #ca1626 0%, rgba(255, 0, 89, 0.3) 100%);
  opacity: 0.95;
  height: 110vh;
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.bantitle {
  position: relative;
  z-index: 99;
  color: #fff;
}
.title2 {
  height: 100vh;
  align-items: center;
}
.bantitle h1 {
  font-size: 6rem;
}
.bantitle h2 {
  font-size: 2.6rem;
}
.bantitle p {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
/* .btn-secondary {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
  background-color: transparent;
  font-size: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.75);
  padding: 1.7rem 5rem;
  font-weight: 600;
  margin-top: 3rem;
} */
.btn-secondary:focus,
.btn-secondary:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: rgb(202, 22, 38);
}
.nav-link:focus,
.nav-link:hover {
  color: rgb(202, 22, 38);
}
.nectar-shape-divider {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: relative;
  top: -32rem;
}
.nectar-shape-divider-wrap svg path:nth-child(1) {
  opacity: 0.15;
}
.wehave {
  background: #242424;
  color: #fff;
  position: relative;
  top: -32rem;
  padding: 15rem 0;
  padding-bottom: 0;
}
.wehave h3 {
  font-size: 4.8rem;
  font-weight: 700;
}
.wehave h3::after {
  content: "";
  width: 120px;
  height: 4px;
  background-color: rgb(202, 22, 38) !important;
  display: block;
  margin-top: 1.5rem;
}
.wehave h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #999999;
}
.wehave p {
  font-weight: 600;
  font-size: 1.7rem;
}

.pricing {
  background: #242424;
  color: #fff;
}
.pricing a {
  color: #fff;
  padding: 15rem 1rem;
  display: block;
}
.pricing a:hover {
  background: rgb(202, 22, 38);
  box-shadow: 2px 2px 2px #333;
  border-radius: 1rem;
}
.pricing h3 {
  font-size: 4.8rem;
  font-weight: 700;
}
.pricing h5 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1.6rem;
}
.pricing h4 {
  font-size: 2.6rem;
  font-weight: 400;
}
.heading h6 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
}
.heading h6::after {
  content: "";
  width: 120px;
  height: 4px;
  background-color: rgb(202, 22, 38);
  display: block;
  margin: auto;
  margin-top: 2.3rem;
}
.pricing {
  padding: 7rem 0;
}
.btn-outline-danger {
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 4rem;
}
.btn-outline-danger i {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 2.5rem;
  font-size: 1.4rem;
}
.btn-outline-danger:hover {
  background: transparent;
}
.channelbg {
  background: #303030;
  padding: 5rem 0;
}
.chantop {
  margin-top: 4rem;
}
.channelbg img {
  padding: 10% 8%;
}
.btn-dark {
  border-radius: 5px;
  background: #ff4f0f;
  background: linear-gradient(125deg, #ff4f0f, #ff1053);
  padding-right: 3rem;
  padding-left: 3rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Nunito", sans-serif;
  margin-top: 8rem;
}
.btn-dark:focus,
.btn-dark:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  background: linear-gradient(125deg, #ff4f0f, #ff1053);
  -webkit-transform: translateY(-3px);
  opacity: 0.87;
}
.allnews {
  background: #242424;
  padding: 6rem 0;
}
.btn-secondary {
  border-radius: 5px;
  background: #ff4f0f;
  background: transparent;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Nunito", sans-serif;
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.btn-secondary:focus,
.btn-secondary:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.joinnow {
  background: #ca1626;
  padding: 8rem 0;
  color: #fff;
}
.joinnow h3 {
  font-size: 4.8rem;
  font-weight: 700;
}
.joinnow h5 {
  font-size: 1.8rem;
}
.joinnow .nectar-shape-divider {
  position: absolute;
  bottom: -5rem;
  z-index: 999;
  top: inherit;
  z-index: 9;
  overflow: hidden;
}
footer {
  background: #2b2b2b;
  padding: 7rem 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 99;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: #fff;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border: 2px solid #525252;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1rem;
}
footer ul li a i {
  font-size: 2rem;
}
footer ul li a:hover {
  border-color: rgb(202, 22, 38);
  color: rgb(202, 22, 38);
}
.joinnow .nectar-shape-divider-wrap svg path:nth-child(1),
.joinnow .nectar-shape-divider-wrap svg path:nth-child(1) {
  opacity: 0.15;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.25);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  transition: all 0.4s;
  text-decoration: none;
}

.back-to-top i {
  font-size: 1.4rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ca1626;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.youtubebg iframe {
  width: 100%;
  height: 56vw;
}
.yplay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
.yplay i {
  font-size: 2rem;
  color: #fff;
}
.yplay a {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  color: #fff;
  margin: auto;
}
.playvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
}
.playvideo h3 {
  font-size: 4.8rem;
  font-weight: 700;
}
.yplay a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.4;
  border: 2px solid #ca1626;
}
.yplay a:hover i {
  color: #ca1626;
}
.heading1 h1 {
  font-size: 4.8rem;
  font-weight: 700;
}
.heading1 h1:after {
  content: "";
  width: 12rem;
  height: 3.5px;
  background: #ca1626;
  display: block;
  margin: auto;
  margin-top: 3rem;
}
.insideapace {
  padding-top: 14rem;
}
.channellist {
  margin-top: 7rem;
}
.channellist ul li a {
  background: rgb(202, 22, 38);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.6rem;
  color: #fff;
  padding: 0.8rem 2rem;
  margin: 0 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  font-size: 1.4rem;
  transition: all 0.5s;
}
.channellist ul li {
  display: inline-block;
}
.channellist ul li a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
  background: #2c2c2c;
}
.channelname h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 5rem;
}
.channelname h3::before {
  content: "";
  height: 1px;
  width: 16rem;
  background: #c61525;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.channelname h3::after {
  content: "";
  height: 1px;
  width: 16rem;
  background: #c61525;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.blackbg {
  background: #242424;
  padding: 5rem 0;
}
.form-control {
  height: 4.5rem;
  border: 1px solid #5c5a5a;
  font-size: 1.8rem;
  color: #000;
  padding-left: 2rem;
}
.form-control:focus {
  background-color: #fff;
  border-color: rgb(202, 22, 38);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(202, 22, 38, 0.5);
}
label {
  font-weight: 600;
  font-size: 2rem;
}
.insidespace {
  margin-top: 6rem;
}
.btn-success {
  background-color: #d9534f;
  border-color: #d43f3a;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 600;
}
.btn-success:focus,
.btn-success:hover {
  background-color: #d2322d;
  border-color: #ac2925;
}
.cas-form {
  margin-bottom: 5rem;
}
.contactus {
  margin-bottom: 8rem;
}
.contactus h3 {
  font-size: 1.9rem;
  color: #333;
}
.contactus h3 a {
  color: #ca1626;
}
.contactus h3 a:hover {
  color: #000;
}
.contactus h4 {
  margin-top: 8rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  letter-spacing: 2px;
}
.contactus ul li {
  color: #242424;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.contactus hr {
  width: 13%;
  margin: auto;
  border-top: 1px solid #000;
  opacity: 0.9;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.ummlive ul li {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.ummlive {
  font-family: "Noto Kufi Arabic", sans-serif;
  direction: rtl;
}
.ummlive h2 {
  font-size: 2.4rem;
  color: #333333;
}
.ummlive form {
  margin-bottom: 5rem;
}
.ummlive form label {
  font-size: 1.4rem;
  font-weight: 600;
}
.software h3 {
  padding: 15px 30px;
  font-size: 6rem;
  background: #ca1626;
  width: max-content;
  color: #fff;
  margin: auto;
  margin-top: 7rem;
  margin-bottom: 8rem;
}
.software ul li {
  display: flow-root;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
.software ul li span {
  width: 3rem;
  height: 3rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin-right: 2rem;
  position: relative;
  background: #fff;
}
.software ul li span i {
  color: #ca1626;
  vertical-align: middle;
  font-weight: 800;
}
.software ul li a {
  color: #c61525;
}
.software ul li a:hover {
  color: #000;
}
.borderline {
  border-left: 1px solid #ccc;
  height: 100%;
  position: absolute;
  left: 22px;
  top: 0;
}
.package {
  background: #ff0000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 1rem;
}
.package h4 {
  font-size: 2rem;
  background: #000;
  font-weight: 500;
}
.package h3 {
  font-size: 4.5rem;
  font-weight: 700;
}
.package h5 {
  font-size: 1.6rem;
}
.store {
  font-family: "Roboto", sans-serif;
}
.store .form-select {
  font-size: 1.6rem;
  height: 4rem;
  color: #000;
  font-weight: 500;
}

.store .btn-danger {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  height: 4rem;
}
.tabledesign {
  margin-top: 5rem;
}
.table > thead {
  background: #b70f0ff2;
  color: #fff;
}
.offersbg {
  border: 1px solid #000;
}
.offersbg h3 {
  background: #000;
  color: #fff;
  font-size: 2.3rem;
}
.equalspace {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
/* login */

.login-wrap {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.5);
  border: 2px solid #000;
}
.login-wrap h3 {
  font-weight: 600;
  font-size: 2rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.login-wrap p {
  color: rgba(255, 255, 255, 0.5);
}
.login-wrap .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
}
.form-group .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 48px;
  background: transparent;
  font-size: 18px;
}
.form-group .icon span {
  color: #000;
}

.login-form .form-control {
  height: 4.8rem;
  background: #fff;
  color: rgba(0, 0, 0, 0.8) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  padding-left: 30px;
  padding-right: 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.7rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.login-form .form-control:focus,
.login-form .form-control:active {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.07);
  border-color: #090909;
}
.form-group {
  position: relative;
}
.btn-primary {
  background: #c20e1a;
  border: 1px solid #c20e1a;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-primary:focus,
.btn-primary:hover {
  border: 1px solid #c20e1a;
  background: transparent;
  color: #c20e1a !important;
}

.login-wrap p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.login-wrap .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  background-size: cover;
}
.customer-login {
  padding-top: 15rem;
  padding-bottom: 20rem;
  background: url(../images/television.jpg) no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
}
.customer-login::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.agentbg {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 1rem;
  font-family: "Roboto", sans-serif;
  height: 100%;
}
.agentbg h3 {
  font-size: 2.5rem;
  border-bottom: 1px solid #ccc;
  color: #242424;
}
.agentbg i {
  font-size: 2.2rem;
  color: rgb(202, 22, 38);
  vertical-align: middle;
}
.agentbg ul li {
  font-weight: 400;
}
.topspace2 {
  margin-top: 10rem;
}
.btn-close {
  background: none;
  width: 2rem;
  height: 2rem;
}
.btn-close i {
  color: #fff;
  font-size: 2.5rem;
}
.modal-xl {
  --bs-modal-width: 1200px;
}
.modal-content {
  background: transparent;
}
.loginnew {
  border: 1px solid #ccc;
  border-radius: 1rem;
  margin-bottom: 15rem;
}
.loginnew h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.btn-warning {
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
}
.btn-warning:focus,
.btn-warning:hover {
  background-color: #fff;
  border-color: #4cae4c;
  color: #4cae4c;
}
.loginnew i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 2rem;
  padding-left: 1rem;
}
.loginnew .form-control {
  padding-left: 4rem;
}
.wrapper {
  background: #e9e9e9;
}
.wrapper1 {
  background: #242424;
}
/* Responsive */
@media screen and (max-width: 768px) {
  .navbar-brand img {
    width: 15rem;
  }
  .navbar-nav {
    margin: auto;
    margin-top: 0;
    text-align: center;
    padding-top: 6rem;
  }

  .navbar-expand-md .navbar-toggler {
    display: block;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  .collapse:not(.show) {
    display: none;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column;
  }
  .navbar-collapse {
    position: absolute;
    background-color: rgba(37, 37, 37, 0.97);
    width: 100%;
    top: 0;
    left: 0px;
    padding-top: 0;
    height: 100vh;
    z-index: -9;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column !important;
  }
  .navbar-dark {
    z-index: 99999;
  }
  .navbar-toggler {
    border: 0;
    padding: 0;
    font-size: 2.5rem;
  }
  .navbar-toggler i {
    color: #fff;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .socialtop {
    margin-left: 0;
    margin: auto;
    width: max-content;
    margin-top: 2rem;
  }
  .socialtop ul li a {
    font-size: 2.4rem;
    margin-left: 2.3rem;
  }
  .nav-link {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .banner {
    background-position: center;
  }
  .youtubebg iframe {
    height: 500px;
  }
  html {
    font-size: 55%;
  }
  .channellist ul li {
    margin-bottom: 2rem;
  }
  .nav-item {
    padding-left: 0;
  }
  .channellist {
    margin-top: 0;
  }
  .heading1 h1 {
    font-size: 4rem;
  }
  .software h3 {
    font-size: 5rem;
  }
  .software img {
    width: 40%;
    margin-bottom: 2rem;
  }
  .package h3 {
    font-size: 4rem;
  }
  .package h4 {
    font-size: 1.8rem;
  }
  .software ul li {
    font-size: 1.8rem;
  }
  .modal-xl {
    --bs-modal-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .navbar-dark {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  html {
    font-size: 57%;
  }
  .wehave h5 {
    margin-top: 5rem;
  }
  .wehave img {
    width: 70%;
    margin: auto;
    display: block;
  }
  .wehave {
    padding: 0;
  }
  .nectar-shape-divider {
    top: -39rem;
  }
  .playvideo h3 {
    font-size: 4rem;
  }
  .btn-secondary {
    margin-top: 4rem;
  }
  .joinnow h5 {
    font-size: 2.2rem;
  }
  footer {
    padding: 3rem 0;
  }
  .channelname h3::after,
  .channelname h3::before {
    width: 8rem;
  }
  .heading1 h1 {
    font-size: 3.5rem;
  }
  .equalspace {
    margin-top: 5rem;
  }
  .ummlive form label,
  .ummlive ul li {
    font-size: 1.7rem;
  }
  .store .btn-danger {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .software h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .nav-link {
    font-size: 2rem;
  }
  .navbar-nav {
    margin-top: 2rem;
  }
  .socialtop ul li a {
    font-size: 2.2rem;
  }
  .bantitle h1 {
    font-size: 4rem;
  }
  .bantitle h2 {
    font-size: 2.3rem;
  }
  .bantitle p {
    font-size: 1.7rem;
  }
  .wehave h3 {
    font-size: 3.5rem;
  }
  .playvideo h3 {
    font-size: 3rem;
  }
  .heading h6 {
    font-size: 3.5rem;
  }
  .joinnow h3,
  .pricing h3 {
    font-size: 3.5rem;
  }
  .pricing a {
    padding: 10rem 1rem;
  }
  .channelname h3 {
    font-size: 3rem;
  }
  .channelbg img {
    padding: 8% 13%;
  }
  .ummlive ul {
    padding-right: 0;
  }
  .store .form-select {
    margin-bottom: 2rem;
  }
  .insideapace {
    padding-top: 10rem;
  }
  .offersbg {
    margin-bottom: 3rem;
  }
}
