* {
    margin: 0;
    padding: 0;
        border: none;
    outline: none;
    box-sizing: border-box;
    
}
body {
    font-family: "Poppins", serif;
}
a {
    text-decoration: none;
}
.header {
    position: fixed;
    background-color: #0a0a0a;
   min-height: 90px;
   z-index: 99;
   display: flex;
   align-items: center;
       transition: transform .15s ease-out;
    width: 100%;
}
.header .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container .logo a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
}
.header .container .navigation ul {
    display: flex;
    align-items: center;
    padding: 0 20px;
    list-style: none;
}
.header .container .navigation ul > li {
    padding: 0 23px;
}
.header .container .navigation ul  li {
    display: flex
;
    position: relative;
}
.header .container .navigation ul > li > a {
        padding-right: 1px;
    overflow: hidden;
    position: relative;
}
.header .container .navigation ul  li a {
    display: flex;
    padding: 12px 0;
    color: #fff;
    font-weight: 700;
    font-size: calc((14 / calc(16/1)) * 1rem);
    white-space: nowrap;
    transition: color .2s ease-in-out;
}
.header .container .navigation a:hover::after {
    transform: translate(0, 0);
    visibility: visible;
}
.header .container .navigation a::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    transform: translate(-100%, 0);
    visibility: hidden;
    transition: transform .15s ease-in-out, visibility .15s ease-in-out;
    pointer-events: none;
}
.hero {
    padding-top: 90px;
    height: 640px;
    background-color: #0a0a0a;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    
}
.hero .container {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.hero .container .left {
    color: #fff;
    width: 45%;
}
.hero .container .left h1 {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 30px;
}
.hero .container .left p {
   
    line-height: 1;
    margin-bottom: 30px;
    color: #d3d3d3;
}
.hero .container .left a {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.3rem;
    color: #fff;
}
.hero .container .left a:hover {
    color: #8442ff;
    border: 1px solid #8442ff;
}
.hero .container .right img {
    width: 500px;
    height: 500px;
    border-radius: 50%;
}
.section {
    padding: 160px 0px 160px 0px;
}
.upload .container {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.upload .container .left {
    width: 50%;
}
.upload .container .left .box {
    background-color: #0a0a0a;
    width: 425px;
    height: 480px;
    position: absolute;
    z-index: -1;
}
.upload .container .left .box h2 {
    color: #fff;
    height: 100%;
    margin-top: 430px;
    margin-left: 20px;
}
.upload .container .left img {
    width: 100%;
    margin-left: 120px;
}
.upload .container {
    
}
.upload .container .right {
    width: 37%;
}
.upload .container .right h2 {
    font-size: 1.9rem;
    margin-bottom: 20px;
}
.upload .container .right ul {
    list-style: none;
    margin-top: 30px;
}
.upload .container .right ul .strong {
    font-weight: 900;
}
.upload .container .right ul > ul  {
    padding-left: 30px;
    margin-bottom: 30px;
}
.upload .container .right ul > ul li p {
    margin: 0;
}
.upload .container .right a {
    color: #8442ff;
    font-size: .9rem;
}
.about {
    background-color: #0a0a0a;
    color: #fff;
    text-align: center;
}
.about .container {
    padding-top: 120px;
    padding-bottom: 120px;
}
.about .container h2 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.about .container p {
    width: 50%;
    font-size: 1.9rem;
    margin-left: auto;
    margin-right: auto;
}
.shorts .container, .videos .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.shorts .container h2, .videos .container h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}
.videos .container .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.videos .container .grid .item a {
    position: relative;
}
.videos .container .grid .item img{
    width: 100%;
    border-radius: 10px;
}
.videos .container .grid .item a > svg {
    width: 100%;
    height: 100px;
    position: absolute;
    margin-top: 60%;
    color: #fff;
}
.videos .container .grid .item a:hover > svg {
    color: #8442ff;
}
.videos .container .grid .item p {
    color: #0a0a0a;
    font-weight: 500;
}
.shorts .container .grid {
     display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.shorts .container .grid .item img{
    width: 100%;
    border-radius: 10px;
}
.shorts .container .grid .item p {
    color: #0a0a0a;
    font-weight: 500;
}
.section.videos {
     padding: 160px 0px 0px 0px;
}
.section.v2 {
    padding: 160px 0px 160px 0px;
}
.vm {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.vm a {
    color: #fff;
    background-color: #0a0a0a;
    border-radius: 25px;
    padding: 15px;
    transition: .5s;
}
.vm a:hover {
    background-color: #8442ff;
}
.subs {
    background-color: #0a0a0a;
}
.subs .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.subs .container svg {
    fill: #3b3b3b;
}
.subs .container .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    align-items: center;
    width: 100%;
    margin-top: 223px;
}
.subs .container .content .yt-profile {
text-align: center;
}
.subs .container .content .yt-profile img  {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.subs .container .content .yt-profile svg {
    width: 32px;
    position: absolute;
    margin-top: 65px;
    margin-left: -55px;
    height: 22px;
    
}
.subs .container .content .sub {
    color: #fff;
    font-size: 3rem;
}
.subs .container .content .ytname {
    color: #8442ff;
    font-size: 3rem;
}
.subs .container .content .count {
    color: #fff;
    font-size: 2rem;
}
.subs .container .content .subtn {
    margin-top: 30px;
}
.subs .container .content .subtn a {
    color: #fff;
    background-color: #FF3D54;
    font-size: 1rem;
    padding: 10px;
}
.cta .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    text-align: center;

}
.cta .container h2 {
    font-size: 3rem;
    margin-bottom: 30px;
}
.cta .container p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
   
}
.cta .container .social {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 800px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.cta .container .social a {
    font-size: 4rem;
    color: #8442ff;
    transition: .3s;
}
.cta .container .social a:hover {
    color: #0a0a0a;
}
footer {
    background-color: #0a0a0a;
}
footer .container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
footer .container > div h2 {
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}
footer .container > div:last-child h2 {
    text-align: right;
}
footer .container > div p {
    color: #c4c4c4;
}
footer .container > div ul {
    list-style: none;
    text-align: center;
}
footer .container > div ul li{
    padding: 5px 0;
    color: #fff;
}
footer .container > div ul li a {
    color: #c4c4c4;
}
footer .container > div ul li a:hover {
    color: #fff;
}
footer .container > div .social {
    display: flex;
    justify-content: space-between;
    width: 250px;
}
footer .container > div .social a {
    color: #fff;
    font-size: 1.2rem;
}
footer .container > div .social a:hover {
    color: #8442ff;
}
.copyright {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1024px) {
            .header .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container .navigation ul {
    
}
.hero .container {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.hero .container .left {
    color: #fff;
    width: 45%;
    text-align: center;
}
.hero .container .left h1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 30px;
}
.hero .container .left p {
   
    line-height: 1;
    margin-bottom: 30px;
    color: #d3d3d3;
}
.hero .container .left a {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.3rem;
    color: #fff;
}
.hero .container .left a:hover {
    color: #8442ff;
    border: 1px solid #8442ff;
}
.hero .container .right img {
    width: 350px;
    display: block;
    height: 350px;
    border-radius: 50%;
}
.upload .container {
    width: 90%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    
}
.upload .container .left {
    width: 50%;
}
.upload .container .right {
    width: 45%;
    margin-top: 40px;
}
.upload .container .left .box {
    background-color: #0a0a0a;
    width: 325px;
    height: 380px;
    position: absolute;
    z-index: -1;
}
.upload .container .left img {
    width: 100%;
    margin-left: 20px;
}
.upload .container .left .box h2 {
    color: #fff;
    height: 100%;
    margin-top: 343px;
    margin-left: 20px;
    font-size: 1rem;
}
.about .container p {
    width: 90%;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.shorts .container, .videos .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}.videos .container .grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.shorts .container .grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.subs .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.subs .container .content {
    position: absolute;
    display: flex
;
    flex-direction: column;
    top: 0;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}
.subs .container .content .ytname {
    color: #8442ff;
    
}
.subs .container .content .count {
    color: #fff;
    font-size: 1rem

;
}
.cta .container {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}
.cta .container .social {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
    display: flex
; grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.cta .container .social a {
    font-size: 2rem;
    color: #8442ff;
    transition: .3s;
}
footer .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    display: flex
;
    justify-content: space-between;
    align-items: start;
    
}
footer .container > div  {
    width: 100%;
    margin-bottom: 30px;
}
footer .container > div:first-child h2 {
    text-align: left;
}
footer .container > div h2 {
    text-align: center;
}
footer .container > div:last-child h2 {
    text-align: right;
}
footer .container > div .social {
    display: flex
;
    justify-content: space-between;
    width: 307px;
}
}
@media screen and (max-width: 768px) {
        .header .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container .navigation ul {
    display: none;
}
.hero .container {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.hero .container .left {
    color: #fff;
    width: 100%;
    text-align: center;
}
.hero .container .left h1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 30px;
}
.hero .container .left p {
   
    line-height: 1;
    margin-bottom: 30px;
    color: #d3d3d3;
}
.hero .container .left a {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.3rem;
    color: #fff;
}
.hero .container .left a:hover {
    color: #8442ff;
    border: 1px solid #8442ff;
}
.hero .container .right img {
    width: 104px;
    display: none;
    height: 104px;
    border-radius: 50%;
}
.upload .container {
    width: 90%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}
.upload .container .left {
    width: 100%;
}
.upload .container .right {
    width: 100%;
    margin-top: 40px;
}
.upload .container .left .box {
    background-color: #0a0a0a;
    width: 225px;
    height: 280px;
    position: absolute;
    z-index: -1;
}
.upload .container .left img {
    width: 100%;
    margin-left: 20px;
}
.upload .container .left .box h2 {
    color: #fff;
    height: 100%;
    margin-top: 243px;
    margin-left: 20px;
    font-size: 1rem;
}
.about .container p {
    width: 90%;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.shorts .container, .videos .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}.videos .container .grid {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
.shorts .container .grid {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
.subs .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.subs .container .content {
    position: absolute;
    display: flex
;
    flex-direction: column;
    top: 0;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}
.subs .container .content .ytname {
    color: #8442ff;
    font-size: 1rem;
}
.subs .container .content .count {
    color: #fff;
    font-size: 1rem
16px
;
}
.cta .container {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}
.cta .container .social {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
    display: grid
; grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
footer .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    display: flex
;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}
footer .container > div  {
    width: 100%;
    margin-bottom: 30px;
}
footer .container > div h2 {
    text-align: center;
}
footer .container > div:last-child h2 {
    text-align: center;
}
}
@media screen and (max-width: 480px) {
    .header .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container .navigation ul {
    display: none;
}
.hero .container {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.hero .container .left {
    color: #fff;
    width: 100%;
    text-align: center;
}
.hero .container .left h1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 30px;
}
.hero .container .left p {
   
    line-height: 1;
    margin-bottom: 30px;
    color: #d3d3d3;
}
.hero .container .left a {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.3rem;
    color: #fff;
}
.hero .container .left a:hover {
    color: #8442ff;
    border: 1px solid #8442ff;
}
.hero .container .right img {
    width: 104px;
    display: none;
    height: 104px;
    border-radius: 50%;
}
.upload .container {
    width: 90%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}
.upload .container .left {
    width: 100%;
}
.upload .container .right {
    width: 100%;
    margin-top: 40px;
}
.upload .container .left .box {
    background-color: #0a0a0a;
    width: 225px;
    height: 280px;
    position: absolute;
    z-index: -1;
}
.upload .container .left img {
    width: 100%;
    margin-left: 20px;
}
.upload .container .left .box h2 {
    color: #fff;
    height: 100%;
    margin-top: 243px;
    margin-left: 20px;
    font-size: 1rem;
}
.about .container p {
    width: 90%;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.shorts .container, .videos .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}.videos .container .grid {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
.shorts .container .grid {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}
.subs .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.subs .container .content {
    position: absolute;
    display: flex
;
    flex-direction: column;
    top: 0;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}
.subs .container .content .ytname {
    color: #8442ff;
    font-size: 1rem;
}
.subs .container .content .count {
    color: #fff;
    font-size: 1rem
16px
;
}
.cta .container {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}
.cta .container .social {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
    display: grid
; grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
footer .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    display: flex
;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}
footer .container > div  {
    width: 100%;
    margin-bottom: 30px;
}
footer .container > div h2 {
    text-align: center;
}
footer .container > div:last-child h2 {
    text-align: center;
}
}