* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --bulma-primary-h: 47deg;
  --bulma-primary-l: 56%;
  --bulma-link-h: 427deg;
  --bulma-link-l: 1%;
  --bulma-dark-l: 25%;
}


.outlined-box{ 
  border: 1px solid white;
}

.bordered{ 
  border: 1px solid rgb(109, 109, 109);
}
.nav{ 
height: 60px;
width: 100%;
}

.splide__slide{
  background:white; 
  padding: 20px; 
  width: 100px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

/* Parallax effect for the hero section */

#background-video {
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

ul li{
  list-style: none;
}