/* Google Font CDN Link */

@font-face { font-family: 'Vendeur Regular'; src: url('image/Vendeur Regular.ttf');}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  src: url('image/Vendeur Regular.ttf');
  font-family: 'Vendeur Regular',sans-serif;
  scroll-behavior: smooth;
  font:bold; user-select:none;
}
body{

}
nav{
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 65px;
 background: #2980b9;
 z-index: 1;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
nav .navbar{
 display: flex;
 align-items: center;
 justify-content: space-between;
 height: 100%;
 max-width: 90%;
 z-index: 1;
 background: #2980b9;
 margin: auto;
}
nav .navbar .logo a{ 
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  text-decoration: none;
}

.menu { 
padding : 10px;
border:none;
  display: flex;  
}


.navbar .menu li{
  list-style: none;
  margin: 0 10px;
}
.navbar .menu li a{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

/*====================================================================================================================================*/


