* {
  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(0, 0, 0, 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: 1em;
  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(0, 0, 0, 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;
 

}

.liveImageContainer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  margin-top: 170px;
  
}

.mainContainer{
  border: 1px solid gray;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #ece6e6;
  border-radius: 5px;
  width: 300px;
  overflow: hidden; /* Add this line to hide overflowing text */
}
 



.liveImageContainer:hover,
.liveImageContainer:focus,
.liveImageContainer:active{
  
  opacity: 1;
}

.liveImageContainer1{

}

.liveImg1{
  width: 250px;
  height: 170px;
  padding: 8px;
  
}

.mainWord{
  text-align: center;
  padding: 8px;
  font-size: 20px; 
  
  }

  .mainContainer:hover .mainWord {
    animation: marquee 5s linear infinite; /* Apply marquee animation on hover */
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(-40%); /* Start offscreen to the right */
    }
    50% {
      transform: translateX(40%); /* Start offscreen to the right */
    }
    100% {
      transform: translateX(-40%); /* 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: 125px;
    height: 100px;
    border-radius: 5px;
}

.channelContainer1{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin-top: -25px;
   
}
h6{
    width: 125px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}
.videoContainer2 {
    opacity: 0.8;
    margin: 5px;
    border: 2px solid rgb(21, 20, 20);
    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: 3px solid gold;
   opacity: 1.2;
  }

   .videoContainer2 h6 {
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
    color: rgb(11, 22, 230);
   
}

.h1test{
  color: red;
}  
  
a{
  text-decoration: none;
}

/* nextBtn */

.nextBtnClass{
  display: none;
  font-size: 20px;
  width: 40%;
  border: 1px solid gray;
  border-radius: 5px 30px;
  text-align: center;
}

.previousBtnClass{
  display: none;
  font-size: 20px;
  width: 40%;
  border: 1px solid gray;
  border-radius: 5px 30px;
  text-align: center;
}

.nextContainer{
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
 margin-top: 10px;
}
