body{
    
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: #000000;
    
   
}

.navbar{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    min-height: 50px;
    background-color:rgb(0, 0, 0);
    font-size: 1.5em;
    font-family:Georgia, 'Times New Roman', Times, serif;


    
}


.navbar a{
   text-decoration: none;
   color: rgb(122, 114, 240);
   
}
.navbar li{
    
    list-style-type: none;
}
.videos{
    margin: 0;
    padding:0;
    background-color: black;
    display: flex;
    justify-content: center;
    gap: 100px;
    min-height: 220px;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-evenly;
    
}
.heading {
    color: white;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 30px;
   

}
.heading h1 {
    margin: 10px;
    color: burlywood;
   
}

.heading p{
    font-size: 25px;
    color:plum;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

/*ABOUT US PAGE */

.About{
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: blanchedalmond;
  align-items: center;
   margin:50px;
   
}

.About-us {

    font-size: 50px;
    color:peru;
    font-family: 'Popins';
}

.AboutPara {
    font-size: 25px;
    font-family: 'Popins thin';
}

.Founderof{
    display: flex;
     flex-direction: column;
     align-items: left;
     color: blanchedalmond;
     margin: 30px;
     font-size: 25px;
     font-family: 'Popins Italic';
     margin-left: 70px;
     color:peru
    
     

}

/* Contact */

.Contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    color:peru;
    margin:50px;
    font-family: 'Badoni Moda';
    font-size: 30px;
    

}

.Contact p{
    color:white;
    font-family: 'Popins thin';
    font-size: 30px;
}


/* Services */

.Service{
    display: flex;
    flex-direction: column;
    justify-content:center ;
    color:peru;
    align-items: center;
    
    font-size: 30px;
}

.Service p{
    color:bisque;
}


@media only screen and (max-with: 414px) {


}

@media only screen and (max-with: 375px) {
    body{
        width:100%;
        
    }

    .heading {
        font-size: 20px;
    }



}
