@import url('https://fonts.googleapis.com/css?family=Orbitron');



*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    z-index: 0;
}

body {
    font-family: roboto, sans-serif;
    z-index: 0;
}

.home {
    /* height: 100vh;
    position: relative;*/
}
video {
    z-index: 0;
    position: fixed;
    height: 100%;
    width: 100%;
  
    object-fit: cover;
}
.home-content {
    position: relative;
    padding-top: 0px;
    color: #fff;
    text-align: center;
    z-index: 0;
}
h1 {
    font-family: Playfair Display, serif;
    font-size: clamp(45px, 7vw, 130px);
    line-height: 1.1;
}

.home pa {
    z-index: 0;
   font-family: "Orbitron", Times ;
    font-size: 15px;
    margin-top: 0px;
  
}

.home d {
    z-index: 0;
   font-family: "Aguafina Script", Times ;
    font-size: clamp(25px, 4vw, 40px);
    margin-top: 0px;
}


.home-content button {
    z-index: 0;
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}