@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');

@font-face {
    font-family: 'MiriadProReg';
    src: url('/assets/fonts/MYRIADPRO-REGULAR.woff2') format('woff2');
}

html {
    scroll-behavior: smooth; 
}

*, *::before, *::after {
    box-sizing: border-box;
}

.no-scroll {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.book-pop-up {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #00000077;
    height: 0;
    width: 100vw;
    z-index: 100;
    overflow: hidden;
    transition: 0.5s ease-out;
}

.book-frame {
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    margin-top: 5vh;
    position: relative;
    width: 90vw;
    display: flex;
    flex-direction: column;
    overflow: hidden; 
    max-width: 900px;
    height: 90vh;
}

.book-pop {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

#eto-iframe-book {
    width: 100%;
    height: 100%;
    border: 0;
}

.close-pop {
    align-self: flex-end;
    width: 50px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 4px;
    margin-right: 20px;
    text-align: center;
    font-size: 18px;
}

.no-scroll {
    overflow: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 28.12%; 
    height: 0;
    overflow: hidden;
    max-width: 100%;
    -webkit-mask-box-image: url(https://dublinairportshuttles.com/assets/images/svg/video-mask.svg);
}

.video-container video {
    position: relative;
    object-fit: cover;
    width: 100%;
}

.video-box{
 width: 1000px;
 max-width: 90%;
 position: relative;
}