*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    /* height: 100vh; */
    background-color: #1b1a1a;
    color: #fff;
    
}
.nav-link{
    text-decoration: none;
    color: #999898;
    font-size: 20px;
    transition: 0.5s all ease-in-out;
    position: relative;
    
}


.nav-link:hover{
    /* text-decoration: underline;     */
    /* z-index: 1; */
    color: #d7d7d7;
    border-bottom: 2px solid red;
    padding-bottom: 0px;


}


/* this is Ad start */
.AD-Page{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000000e7;
    color: #ffffff;
    display: grid;
    place-items: center;
    z-index: 3;
    /* display: none; */
}
.ad{
    width: 46.875vw ;
    height: 400px;
    background-color: #414141a0;
}
.ad header{
    display: flex;
    padding: 5%;
    justify-content: space-between;
    align-items: center;
}
.xmark-Icon{
    cursor: pointer;
    color: #a8a5a5;
    transition: .5s ease-in-out all;
}

.xmark-Icon:hover{
    color: #1b1a1a;
}
.ad-logo img{
    border-radius: 50%;
}

/* this is Ad End */
/* this is main seaction */


.image img{
    position: relative;
    width: 100%;
    height: 100%;
    filter:drop-shadow(100%);
    

}

.left-side{
    position: absolute;
    top: 20%;
    width: 70%;
    margin-left: 10%;
    color: #000;
    display: flex; 
    align-items: center;
    justify-content: center;

}
.this-h4{
    /* width: 50%; */
    text-align: center;
}
.title{
    /* color: rgb(19, 18, 18); */
    padding-top: 20px;
    font-style: italic;
    animation: texta 2s ease-in-out infinite ;
}

.heading{
    margin-bottom: 10%;
    font-size:5em ;
    font-weight: 700;
    line-height: 0.9em;
    letter-spacing: 2px;
    text-align: center;
    transform: rotate(-28px) skew(25deg);
    color: #4a4949;
}

.platform1{
    display: flex;
    justify-content:space-evenly;
    margin-top: 10%;
    align-items: center;
    
}
.platform1 .text{
    width: 50%;
    font-size: 1.5em;
}
.platform1 img{
    border-radius: 50%;
}
.platform{
    flex-direction: row-reverse;
}


.channels-image img{
    width: 20%;
    border-radius: 50%;
    
}
.page2 img{
    scale: 0.8;
    transition: 1s all ease-in-out;
}


.page2 img:hover{
    scale: 0.9;
}

footer{
    background-color: #1b1a1a;
}

.footer-section{
    /* d-flex align-items-center gap-3 justify-content-between */
    display: flex;
    align-items: center;
    gap: 3%;
    justify-content: space-between;
    
}

.footer-links a{
    text-decoration: underline;
    
}
.footer-left .buttom i{
    cursor: pointer;
    transition: all 1s ease-in-out;
    
}

.footer-links a{
    color: #fff;
}
.footer-links a:hover{
    color: red;
 }
 
 


.logo-c-img img{
    border-radius: 10px;
}

.footer center img{
    border-radius: 20px;
}


.footer-icon i{
    cursor: pointer;
    transform: translateY(10px);
    transition: 0.5s ease-in-out all;
    animation: updown 1s infinite ease-in-out;
  }

.footer-icon i:hover{
   
    transform: translateY(5px);
  
  }



 








@media only screen and (min-width: 1315px){
    .ad{
        width: 90vw ;
        height: 39vh;
        background-color: #414141a0;
    }
}

@media only screen and (min-width: 1733px){
    .ad{
        width: 90vw ;
        height: 49vh;
        background-color: #414141a0;
    }
}



@media only screen and (max-width:769px) {

    
    a{
        text-decoration: none;
        color: #a8a5a5;
        font-size: 15px;
        transition: .5s all ease-in-out;
    }


    
    .ad{
        width: 90vw ;
        height: 29vh;
        background-color: #414141a0;
    }
   
   
    
   
    .ad-logo img{
        border-radius: 50%;
        width: 140px;
    }

    .links{
        /* d-flex gap-5 mx-5 text-center */
        display: flex;
        gap: 10px;
        margin:0 3%;
        text-align: center;
        justify-content: space-between;


    }
    .channels-image img{
        width: 10%;
        border-radius: 50%;
        
    }
    .left-side{
        position: absolute;
        top: 20%;
        width: 70%;
        margin-left: 10%;
        color: #000;
        display: flex; 
        
        /* align-items: center;
        justify-content: center; */
    
    }
    .heading{
        margin-bottom: 5%;
        font-size:2em ;
        font-weight: 700;
        line-height: 0.9em;
        letter-spacing: 1px;
        text-align: center;
        /* transform: rotate(-28px) skew(25deg); */
        color: #4a4949;
    }

    
    .platform1{
        display: flex;
        /* justify-content:space-evenly; */
        flex-direction: column;
        margin-top: 10%;
        align-items: center;
        
    }
    .platform1 .text{
        width: 90%;
        font-size: 1.2em;
    }
    .footer-section{
        /* d-flex align-items-center gap-3 justify-content-between */
        display: flex;
        align-items: center;
        gap: 3%;
        justify-content: space-between;
        flex-direction: column;
        
    }
    
   
}