/* *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
.navbar{
    background-color: #f4f1f1;
    display: flex;
    height: 60px;
    align-items: center;
}
.logo{
    width: 20%;
}
.menu{
    display: flex;
    width: 80%;
    justify-content: space-evenly;
}
.nav-menu{
    list-style: none;
    display: flex;
}
.navmenuli{
    margin-right: 20px;
}
.navmenuliic{
    text-decoration: none;
    color: black;
}
.navbar-toggler-icon {
    background-color: black; /* Change the color of the navbar toggle icon */
  
    *{
        /* margin: 0px;
        padding: 0px;
        box-sizing: border-box; */
        font-family: "Poppins", sans-serif;
    }
    .custom-navbar {
        border-bottom: none;
        
    }
    .yvideo{
        width:100%;
        height:500px;
      }
    
      @media only screen and (max-width: 991px) {
      /* For mobile phones: */
      .yvideo{
        width:100%;
        height:auto;
      }
      .modal-content{
        width:100%;
        height:auto;
      }
      
    }
    