
@import url('https://fonts.googleapis.com/css2?family=Chau+Philomene+One&family=Ubuntu&family=Quicksand&family=Walter+Turncoat&family=Roboto&display=swap');


body{
  font-family: "roboto", verdana;
  height: 100%;
  width: 100%;
  color: black;
  background: white;
  position: relatiave;


}

:root{
  --body-bg: #001353;
  --body-bg-light: #322f3d;
  --old-nav-color: #0584ff;


}



*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}



/* VID RES */


/* trending below */

.trending-container{
  overflow: hidden; /*hide test*/
  width: 100%;
  height: auto;
  background: black;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-between;
  gap: 2%;
  padding: 9%;
  font-family: "Quicksand", verdana;


}

.trending-container *, .trending-container{
  border: none;
  font-family: "roboto", cursive;

}

.trending{
  height: auto;
  padding: 0;
}

.trending-visual{ /* image */
  width: 60%;


}

.trending-info{
  width: 40%;
}

.trending-title{
  font-family: "Walter Turncoat"!important;
  color: white;
  font-size: 60px;
  display: block;

}

.trending-title span{
  font-family: "Walter Turncoat";
  color: rgb(167, 237, 255);

}

.trending-description{
  color: rgba(255, 255, 255, 0.75);
  line-height: 35px;
  display: block;
  
}
.trending p{
  padding: 10px;
  font-size: 19.2px;
}

.trending-image{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  border-radius: 10px 0 0 10px;
}

/*
.watch-video-btn{
  height: auto;
  width: auto;
  border: none;
  background: #eee;
  padding: 10px;
  color: var(--old-nav-color);;
  cursor: pointer;
  float: right;
  border-radius: 5px;
  font-weight: 900;
  
}
*/

         .watch-video-btn {background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%)}
         .watch-video-btn {
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            /*box-shadow: 0 0 20px #eee;*/
            border-radius: 10px;
            display: block;
            text-decoration: none;
            font-weight: 900;
            font-size: 2
          }

          .watch-video-btn:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         








/* content query */


@media only screen and (max-width: 1000px) {
  .trending-container {
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 0;
  color: white;

  }

.trending{
width: 100%;

  }
.trending-image{
  border-radius: 0 0 6% 6%;
}




}










/*must checkout pages */

.must-checkout-pages{
  font-family: "Quicksand", verdana;
  height: auto;
  width: 100%;
  padding: 5px;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  perspective: 1000px;
  overflow: hidden;
  flex-wrap: wrap;
  grid-gap: 10px;

}




.must-checkout-pages *{
  box-sizing: border-box
}

.page-info-container{
  height: auto;
  width: auto;
  color: white;
  border-radius: 8px;
  padding: 20px;
  transform-style: preserve-3d;
  transform-origin: bottom;
  transition: all 0.34s;
  cursor: pointer;
  text-decoration: none;
    background-image: linear-gradient( 112.1deg,  rgba(32,38,57,1) 11.4%, rgba(63,76,119,1) 70.2% );



}

.page-info-container:hover{
  transform: rotateZ(0deg);
  border: 1px solid white;
  z-index: 44;
  background-image: linear-gradient( 112.1deg,  rgba(32,38,57,1) 11.4%, rgba(63,76,119,1) 70.2% );
  color: white;
}

.page-title{
  padding: 5px;
  display: block;
  color: rgb(255, 238, 184);

}



.page-description{
  font-size: 19.2px;
  padding-top: 15px;
  color: white;
}


@media only screen and (max-width: 1000px) {
  .must-checkout-pages{
    grid-template-columns: auto auto;
  }
}

@media only screen and (max-width: 500px) {
  .must-checkout-pages{
    grid-template-columns: auto;
  }
}






.free-space{
  height: auto;
  width: 100%;
  padding: 0;
  background: black;
  overflow: hidden;
}


.box{
  height: 100px;
  width: 200px;
  background: gray;
  border: 1px solid black;
  transition: all 0.5s;
  overflow: hidden;
  float: left;
  
}


.box:hover{
  background: rgb(234, 0, 255);
  box-shadow: 2px 2px 50px lime;
}



/* bottom more things to check out */





/* Giveaways */




/* Ginfoi's amount of subs, videos, progress */

.g-progress-container{
	height: auto;
	width: 100%;
    padding: 30px;
    display: grid;
    grid-template-columns: auto auto;
	align-items: center;
	justify-content: space-around;
	background: #fff;
	font-family: "Quicksand", verdana;	
}

.in-g-p{
	height: 100%;
	width: auto;
	padding: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	background: white;
	color: orangered;
}

.in-g-p div{
	height: 100%;
	width: auto;
	display: block;
	text-align: center;
}

.in-g-p-subscribe{
	background: #eee;
	color: red;
	font-size: 30px;
	border-radius: 10px;
	font-family: arial;
	
}


/* COMMENT THREAD CONTAINER - comment thread .do20.srv.3 */

  .comment-threads-container{
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    display: grid;
    grid-template-columns: auto auto auto;
  }
    .thread {
        height: auto;
        width: auto;
        display: flex;
        padding: 5px;;
    }


    .thread .left .icon{
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: gray;
    }

    /* ... */

    .thread .right{
        height: auto;
        width: auto;
        padding: 2px 10px;
    }



    .thread .n-and-d {
        height: auto;
        width: auto;
        padding: 6px;

    } 

    .thread .name{
      font-weight: bold;
    }

    .thread:is(.name, .date){
      color: red;
    }

       @media only screen and (max-width: 475px) {
        .comment-threads-container{
          grid-template-columns: auto;
          width: 100%!important;
          grid-gap: 10px;
        }

        .trending-description{
          padding: 0;
        }
        
        .trending-title{
            font-size: 35px;
        }
    }
    
    
    