 @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&family=Barlow+Semi+Condensed:wght@400;500&family=Barlow:wght@300&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
        
        *{
            padding:0;
            margin:0;
            font-family:'Barlow';
            font-size:2.5vh;
        }
        
        b{
            font-size:inherit;
        }
           

.videoSection {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #99D9F1;
  display: flex;
  justify-content: flex-start;
}
#video-elem {
  position: absolute;
  top: 0;
  height:auto;
  width:100vw;
}
.videoOverlay {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 10vw; bottom: 0; left: 50vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.videoOverlay .content{
    padding: 5vh;
    background-color: #D31C5490;
    backdrop-filter: blur(12px);
    border-radius: 5vh;
    color: #fff;

}



.selection{
    transition:0.5s;
    background:#fff;
    border-radius:1vh;
    
}

.selection:hover{
    background: #343043 !important;
    transform: scale(1.05);
    transition: 0.5s;
    color: #fff;
    cursor: pointer;
}

#menu{
    transition:0.5s;
    padding:3vh 5vw;position:fixed;top:0;z-index:999;width:100vw;
}

#menu .half{
    width:calc((100% - 10vw)/2);float:left;
}

#menu .half:nth-of-type(2){
    text-align:right;
}

#menu p{
    font-size:3vh;
    transition: 0.5s ease;
}

#hero p{
    font-size:3vh;margin-bottom:2vh;opacity:0.7;
}

#hero p:last-of-type{
    margin-bottom:0;
}

#hero .scroll{
    padding:0 0 2vh 0;background:rgba(51,51,51,0.8);width:100%;position:absolute;bottom:0;text-align:center;
}

#hero .scroll .action{
    margin:0 auto;width:max-content;
}

#hero .scroll .action img{
    height:4.5vh;margin-top:1.5vh;
}

#hero .scroll .action p{
    font-size:3.5vh;margin-top:1.5vh !important;color:#fff;margin:0 10px; font-weight: 500;
}
