@font-face {
    font-family: 'ASRomaMedium';
    src: url('fonts/asroma-medium.eot');
    src: url('fonts/asroma-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/asroma-medium.woff2') format('woff2'),
         url('fonts/asroma-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ASRomaExtraBold';
    src: url('fonts/asroma-extrabold.eot');
    src: url('fonts/asroma-extrabold.eot?#iefix') format('embedded-opentype'),
         url('fonts/asroma-extrabold.woff2') format('woff2'),
         url('fonts/asroma-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ASRomaRegularItalic';
    src: url('fonts/asroma-regularitalic.eot');
    src: url('fonts/asroma-regularitalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/asroma-regularitalic.woff2') format('woff2'),
         url('fonts/asroma-regularitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.takeover-modal__backdrop{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    z-index: 999;
}

.takeover-modal{
    width: 80%;
    position: fixed;
    background-image: url('../images/plane2.gif');
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
    text-align: center;
    color: #ffffff;
    padding-top: 160px;
    padding-bottom: 58px;
}

.takeover-modal__close{
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.takeover-modal__close img{
    width: 100%;
    
}



.takeover-modal__inner{
    width: 80%;
    margin-left: 10%;
}

.takeover-modal__banner{
    width: 100%;
    margin-bottom: 60px;
    transform: scale(.8);
}

.takeover-modal__text{
    width: 75%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'ASRomaMedium', sans-serif;
    font-size: 24px;
    line-height: 36px;
}

.takeover-modal__button{
    display: flex;
    flex-direction: row;
    margin: auto;
    border: 2px solid #fefefe;
    width: max-content;
    padding: 25px 20px;
    text-decoration: none;
}

.takeover-modal__arrow{
    width: 25px;
}

.takeover-modal__button-text{
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'ASRomaExtraBold', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}

.takeover-modal__disclaimer{
    color: #ffffff;
    font-family: 'ASRomaRegularItalic', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

@media (max-width: 600px) {
    .takeover-modal__button-text{
        font-size: 12px;
    }
    
    .takeover-modal__arrow{
        width: 18px;
    }
    
    .takeover-modal__text{
        font-size: 18px;
        line-height: 22px;
        width: 90%;
    }
}

@media (max-width: 575px) {
    .takeover-modal__button-text{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .takeover-modal__arrow{
        display: none;
    }
    
    .takeover-modal{
        width: calc(100% - 30px);
    }
    
    .takeover-modal__banner{
        transform: scale(.95);
    }
    
    .takeover-modal__inner{
        width: calc(100% - 20px);
        margin-left: 10px;
    }
}

.second-takeover-modal.takeover-modal{
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
    max-width: 1294px;
}

.second-takeover-modal .takeover-modal__inner{
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #546d8c;
    width: 50%;
    margin-left: 50%;
}

.second-takeover-modal .flying-legends-image{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.second-takeover-modal .takeover-modal__text{
    font-family: 'kvc-bruteregular';
    font-size: 30px;
    line-height: 72px;
}

.second-takeover-modal .takeover-modal__button-text{
    font-family: 'kvc-bruteregular';
    font-size: 18px;
}

@media (max-width: 1300px){
    .second-takeover-modal .takeover-modal__text{
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 1100px){
    .second-takeover-modal .takeover-modal__inner{
        width: 75%;
        margin-left: 25%;
    }
    
    .second-takeover-modal .flying-legends-image{
        width: 25%;
    }
}

@media (max-width: 800px){
    .second-takeover-modal .takeover-modal__inner{
        width: calc(100% - 60px);
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 0%;
    }
    
    .second-takeover-modal .flying-legends-image{
        display: none;
    }
    
    .second-takeover-modal .takeover-modal__text{
        font-size: 22px;
        line-height: 30px;
    }
    
    .second-takeover-modal .takeover-modal__button-text{
        font-size: 16px;
    }
    
    .second-takeover-modal .takeover-modal__button{
        padding: 12px 10px;
    }
}