body{
    background-color: rgb(0, 14, 6);
   
  }
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
  }
  
  *:focus {
    outline: 0;
  }
  
  ::selection {
    background-color: #e44646;
    color: #ffffff;
  }
  
  ::-moz-selection {
    background-color: #e44646;
    color: #ffffff;
  }
  
  html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   
  }
  
  a {
    text-decoration: none;
  }
  
  .menu-flex {
    background-color: rgba(83, 82, 82, 0.5);
    font-family: 'Poiret One', sans-serif;
    left: 0;
    position: fixed;
    top: 0;
    user-select: none;
    width: 100%;
    z-index: 200;
  }
  
  .menu {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    max-width: 1000px;
    width: 90%;
   
    
  }
  
  .logo-menu {
    display: inline-block;
    margin-right: 1em;
   
  }
  
  .title-logo-menu {
    color: #ffffff;
    font: normal 2em 'Dancing Script', sans-serif;
    text-shadow: 1px 1px 5px #000000;
    transition: 0.3s ease all;
  }
  
  .title-logo-menu:hover,
  .title-logo-menu:focus,
  .title-logo-menu:active {
    -webkit-background-clip: text;
    background-image: linear-gradient(
                        #ffffff 50%,
                        #ffffff 100%
                      );
    text-shadow: 0 0 15px #ffffff;
  }
  
  .btn-menu {
    color: #ffffff;
    display: none;
    font-size: 1.5em;
    text-shadow: 1px 1px 5px #000000;
  }
  
  .links {
    display: inline-block;
    font-weight: bold;
    text-align: right;
  }
  
  .links-menu:before {
    content: '';
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 100%;
    z-index: -1;
  }
  
  .links-menu {
    color: #ffffff;
    display: inline-block;
    font-size: 1em;
    padding: 1.5em;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 5px #000000;
  }
  
  .links-menu:hover:before,
  .links-menu:focus:before,
  .links-menu:active:before {
    background-color: rgba(84, 35, 228, 0.7);
    height: 100%;
    left: 0;  
  }
  
  .links-menu-active:before {
    content: none;
  }
  
  .links-menu-active {
      
  }
  
  .icons-menu {
    margin-right: 5px;
  }
  
  .first-section:before {
    background-attachment: fixed;
   
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .first-section {
    background: url('') rgb(250, 240, 240) center center / cover no-repeat fixed;
    height: 100vh;
    width: 100%;
    z-index: 100;
   
  }
  
  .ctn-title {
    color: #ffffff;
    font: bold 2em 'Dancing Script', sans-serif;
    left: 50%;
    letter-spacing: 5px;
    position: absolute;
    text-shadow: 1px 1px 10px #000000;
    top: 50%;
    transform: translate(-50%);
  }
  
  @media screen and (max-width: 900px) {
    .menu {
      flex-direction: column; 
    }
    
    .logo-menu {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 1em 0;
      width: 100%;
    }
    
    .title-logo-menu {
      font-size: 1.5em;
    }
    
    .btn-menu {
      display: block;
    }
    
    .links {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      width: 100%;
    }
    
    .links-menu {
      
    }
  }
  
  @media screen and (max-width: 700px) {
    .ctn-title {
      font-size: 25px;
      text-align: center;
    } 
  }
  
  /* Home*/
  
  .liveImg1{
   
  border-radius: 20px;
   height: 100px;
  }
  .liveImg2{
    height: 200px;
    width: 163px;
  }
  
  .liveImageContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    margin-top: 50px;
    
  }
  
  .mainContainer{
    border: 1px solid gray;
    
    text-align: center;
    margin-bottom: 10px;
    margin-right: 6px;
    background-color: #232222;
    border-radius: 5px;
    width: 168px;
    height: 250px;
    }
  
    .mainContainer:hover,
    .mainContainer:active,
    .mainContainer:focus{
      background-color: gray;
      opacity: 0.5;
    }
   
  
  
  
  .liveImageContainer:hover,
  .liveImageContainer:focus,
  .liveImageContainer:active{
    
    opacity: 1;
  }
  
  
  
  
  
  .mainWord{
   
    padding: 8px;
    font-size: 17px; 
    width: 168px;
    
    }
    /*
    .mainContainer:hover .mainWord {
      animation: marquee 2s linear infinite;  Apply marquee animation on hover 
    
    
    @keyframes marquee {
      0% {
        transform: translateX(0%); /* Start offscreen to the right 
      }
      50% {
        transform: translateX(50%); /* Start offscreen to the right 
      }
      100% {
        transform: translateX(-30%); /* Move to offscreen to the left 
      }
    } 
    */
    /* channel and Movie*/
  
    .movieColor{
      color: red;
      padding: 10px;
      
    }
    
    .movieImg{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
     padding: 10px;
      margin-top: 5px;
  }
    
    .movieImg1{
      text-align: center;
      border: 1px solid rgb(235, 230, 223);
      background-color: white;
    }
    
  
    .imgLocal{
      width: 110px;
      height: 100px;
      border-radius: 5px;
  }
  
  .channelContainer1{
      display: flex;
      flex-wrap:wrap;
      justify-content: center;
      margin-top: 50px;
      
      }
  h6{
      width: 110px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      
  }
  .videoContainer2 {
      opacity: 0.8;
      margin: 5px;
      margin-right: 0px;
      margin-left: 0px;
      border: 1px solid rgb(239, 230, 230);
      border-radius: 5px;
     
     }
     .videoContainer2:active,
     .videoContainer2:focus,
    .videoContainer2:hover {
     color: red;
     opacity: 0.9;
     background-color: transparent;
     background-repeat: no-repeat; 
     cursor: pointer; 
     overflow: hidden; 
     outline: none;
     border: 2px solid gold;
     background-color: rgb(162, 164, 162);
     opacity: 1;
    }
  
     .videoContainer2 h6 {
      text-align: center;
      font-size: 15px;
      margin-top: 5px;
      color: rgb(11, 230, 99);
     
  }
  
  .h1test{
    color: red;
  }  
    
  a{
    text-decoration: none;
  }
  
  /* nextBtn */
  
  .nextBtnClass{
    display: none;
    font-size: 20px;
    width: 150px;
    border: 1px solid gray;
    border-radius: 5px 30px;
    text-align: center;
    color: #fff;
  }
  
  .previousBtnClass{
    display: none;
    font-size: 20px;
    width: 150px;
    border: 1px solid gray;
    border-radius: 5px 30px;
    text-align: center;
    color: #fff;
  }
  
  .nextContainer{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: center;
    position: relative;
   top: 120px;
   right: 15px;
   
  }
  
  .nextBtnClass:hover,
  .nextBtnClass:active,
  .nextBtnClass:focus{
    background-color: gray;
    opacity: 0.7;
  }
  .previousBtnClass:hover,
  .previousBtnClass:active,
  .previousBtnClass:focus{
    background-color: gray;
    opacity: 0.7;
  }
  
  .first-section1{
    background: url('') rgb(237, 229, 229) center center / cover no-repeat fixed;
    
    
  }
  
  .liveImageContainer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    margin-top: 60px;
   
   
  }
  .mainContainer1{
    border: 1px solid grey;
    height: 180px;
    width: 160px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 5px;
    background-color: rgb(39, 38, 38);  
  }
  
  .mainContainer1:hover,
  .mainContainer1:active,
  .mainContainer1:focus{
    background-color: gray;
    opacity: 0.7;
  }
  
  
  .liveImg1{
    width: 160px;
    height: 120px;
   
    border-radius: 0%;
  }
  
  /* animationTitle*/
  
  .animationTitle{
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
    opacity: 0.8;
  }
  .category1{
    max-width: 160px;        /* Set the maximum width to 120px */
    text-align: center;     /* Center the text horizontally */
    white-space: normal;
    color: rgb(11, 230, 99);
    font-weight: 550;
     /* Allow text to wrap to the next line */
         /* Hide any text that overflows the container */
   
    
  }
  .h1 {
    top: 40%; left: 10%;
    display: inline-block;
    
    padding: 20px 15px;
    
    color: hsla(0,0%,100%,.7);
    text-transform: uppercase;
    text-shadow: 0 0 8px hsla(0,0%,100%,.6);
    font-family: 'Signika Negative', sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    
    background-image:
      radial-gradient(
        40% 30%,
        white,
        transparent
        ),
      radial-gradient(
        100% 8%,
        hsla(0,0%,100%,.6),
        transparent
        ),
     linear-gradient(
        transparent,
        hsla(0,0%,0%,.5)
        );
    background-repeat: no-repeat;
    
    opacity: 0;
    
    animation: enter 3s ease-in;
    animation-fill-mode: forwards;
    }
    .h1:before, .h1:after {
      position: absolute;
      background-repeat: no-repeat;
      pointer-events: none;
      }
    .h1:after {
      height: 50px;
      width: 100%;
      top: 50%; left: 0;
      
      background-image:
      radial-gradient(
        hsla(0,0%,100%,.6),
        transparent 70%
          );
      }
    .h1:before {
      height: 100%;
      width: 200%;
      top: 10%; left: -50%;
      
      background-image:
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 35%,
        transparent 55%
        ),
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 40%,
        transparent 70%
        ),
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 35%,
        transparent 65%
        ),
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 5%,
        transparent 35%
        ),
      radial-gradient(
        circle,
        hsla(0,0%,100%,.6),
        hsla(0,0%,100%,.7) 15%,
        transparent 35%
          );
      background-size: 
        40px 40px,
        45px 45px,
        65px 65px,
        40px 40px,
        40px 40px;
      background-position: 
        50% 50%,
        20% 50%,
        60% 50%,
        80% 50%,
        30% 50%;
      animation: enter-2 3s;
      animation-fill-mode: forwards;
      }
    .h1 > span {
      font-size: .6em;
      }
  
  @keyframes enter {
    0% {
      background-position:
        -500px 0,
        -400px 0,
        0 0;
      opacity: 0;
      }
    100% {
      background-position:
        600px 0,
        800px 0,
        0 0;
      opacity: 1;
      }  
    }
  @keyframes enter-2 {
    0% {
      background-position: 
        50% 50%,
        50% 50%,
        50% 50%,
        50% 50%,
        50% 50%;
      opacity: 0;
      }
    50% {
      opacity: 1;
      }
    100% {  
      background-position: 
        40% 50%,
        20% 50%,
        60% 50%,
        80% 50%,
        30% 50%;
      opacity: 0;
      }  
    }
  /* animationTitle*/
  
  
  .mainCategory{
    display: none;
    
  }
  
  .textAni{
    display: none;
    width: 100%;
  }
  
  
  /*lionel Messi */
  
  .imgContainer{
  
   position: relative;
    
    
  }
  .imgContainer img {
    width: 100%; /* Make the image full width */
    height: 400px; /* Maintain the image's aspect ratio */
    opacity: 0.85;
  }
  
  
  
  .whiteDot {
    position: absolute;
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  .dot1 { top: 380px; left: 760px; }
  .dot2 { top: 380px; left: 780px; }
  .dot3 { top: 380px; left: 800px; }
  .dot4 { top: 380px; left: 820px; }
  .dot5 { top: 380px; left: 840px; }
  
   /* Media query for desktop screens */
   @media (min-width: 768px) {
    .imgContainer {
        max-width: 100%; /* Limit the container's width on desktop screens */
        margin: 0 auto; /* Center the container horizontally */
    }
  }
  
  /* Media query for smaller screens (e.g., mobile) */
  @media (max-width: 767px) {
    .imgContainer {
        max-width: 100%; /* Ensure full width on smaller screens */
    }
    .whiteDot {
        display: none; /* Hide the dots on smaller screens if needed */
    }
  }
  
  .textOverlay {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-size: 20px; /* Adjust the font size as needed */
    color: white;
    padding: 10px; /* Adjust the padding to your liking */
     /* Adjust the font size as needed */
    text-align: center;
  }
  .textOverlay1 {
    position: absolute;
    top: 55%;
    left: 33%;
    transform: translate(-50%, -50%);
   
    color: white;
    padding: 10px; /* Adjust the padding to your liking */
   
    text-align: center;
  }
  
  .textOverlay {
    animation: fadeIn 2s ease-in-out forwards; /* Apply fade-in animation */
  }
  
  .textOverlay1 {
    animation: fadeIn 2s ease-in-out 1s forwards; /* Delayed fade-in animation */
  }
  
  @keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
  }
  
  .inputTag{
   
   display: none;
   position: absolute;
   top: 85px;
   width: 330px;
   height: 160px;
  }
  
  .inputContainer{
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
    height: 10px;
    margin-right: 35px;
  }
  .inputClass{
    
    height: 30px;
    font-weight: bold;
    margin-left: 30px;
  }
  
  
  #titleFilter {
    position: relative;
  }
  
  #titleFilter::after {
    content: attr(placeholder);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
  }
  
  #titleFilter:hover::after {
    border-color: #000;
  }
  
  /* login Css */
  .form {
    max-width: 360px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  
  
  
  .input-cnt {
    margin-bottom: 15px;
  }
  .input-cnt:hover,
  .input-cnt:active,
  .input-cnt:focus{
    border: 3px solid rgb(17, 17, 17);
    
  }
  .enter:hover,
  .enter:active,
  .enter:focus{
    border: 3px solid rgb(17, 17, 17);
    
  }
  
  
  input[type="text"],
  input[type="password"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    
    box-sizing: border-box;
  }
  
  input[type="checkbox"] {
    display: none;
  }
  
  .remember {
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  
  .remember:after {
    content: "";
    width: 8px;
    height: 3px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 3px;
    left: 5px;
    display: none;
  }
  
  input[type="checkbox"]:checked + label .remember:after {
    display: block;
  }
  
  .enter {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    font-size: 16px;
  }
  
  /* Media query for smaller mobile devices */
  @media only screen and (max-width: 360px) {
    .form {
        padding: 10px;
        margin: 10px;
    }
  }
  .form{
    display:none;
    margin-top: 100px;
  }
  /* login Css */
  .mainCategory1{
    display: none;
  }
  .animationTitle{
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
    opacity: 0.8;
  }
  
  .first-section2{
    background: url('') rgb(237, 229, 229) center center / cover no-repeat fixed;
    
    
  }
  
  .liveImageContainer2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    margin-top: 60px;
   
   
  }
  
  
  
  .footerClass{
    text-align: center;
   
  }
  .footerClass1{
    font-style: italic;
    font-size: 25px;
    color: #ffffff;
  }
  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  /* Apply animation to the footer content */
  .footerClass1 {
    animation: fadeInOut 3s ease-in-out infinite;
  }
  
  .donateContainer{
    display: none;
    flex-direction: row;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
  }
  .donateContainer1{
    display: none;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0px;
    color: #ffffff;
  }
  .donateImg{
    display: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    
  }
  .donateImg1{
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid blueviolet;
    margin-right: 5px;
    background-color: rgb(240, 236, 236);
    border-radius: 20px;
    padding: 10px;
  }
  
  /* login1 Css */
  .form1 {
    max-width: 360px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  
  
  
  .input-cnt1 {
    margin-bottom: 15px;
  }
  .input-cnt1:hover,
  .input-cnt1:active,
  .input-cnt1:focus{
    border: 3px solid rgb(17, 17, 17);
    
  }
  .enter1:hover,
  .enter1:active,
  .enter1:focus{
    border: 3px solid rgb(17, 17, 17);
    
  }
  
  
  input[type="text"],
  input[type="password1"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    
    box-sizing: border-box;
  }
  
  input[type="checkbox"] {
    display: none;
  }
  
  .remember1 {
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  
  .remember1:after {
    content: "";
    width: 8px;
    height: 3px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 3px;
    left: 5px;
    display: none;
  }
  
  input[type="checkbox"]:checked + label .remember1:after {
    display: block;
  }
  
  .enter1 {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    font-size: 16px;
  }
  
  /* Media query for smaller mobile devices */
  @media only screen and (max-width: 360px) {
    .form1 {
        padding: 10px;
        margin: 10px;
    }
  }
  .form1{
    display:none;
    margin-top: 100px;
  }
  /* login1 Css */
  
  /* alertBox Css*/
  .container2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
   
  }
  .container2 {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .parent{
    width: 100%;
    background-color: aqua;
    transition: bottom 1.5s ease-out;
    position: fixed; 
   
    display: flex;
    justify-content: center;
  }
  .toastAlertClass{
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .btn{
    margin-left: 10px;
  }
  /* alertBox Css*/