html,
body {
    background-color: black;
    overflow-x: hidden;
    font-family: 'Barlow Condensed', sans-serif;
}
.container {
    padding: 0;
    padding-bottom: 30px;

}

.overlay {
    position: absolute;
    color: black;
    right: 0;
    left: 0;
    z-index:10;
    margin: auto;
    overflow: hidden;
}
.overlay .back-image {
    position: absolute;
    width: 80vw;
}
.overlay .top-logo {
    padding-top: 1vw;
    position: relative;
    width: 10%;
    height: auto;
}

.overlay .main-title {
    position: relative;
    width: 30%;
    height: auto;
}

.overlay .slogan {
    position: relative;
}
.overlay .vfts-car {
    position: relative;
    width: 60%;
    height: auto;
    margin-top: 3%;
    margin-left: 12%;
}


.overlay .pilot {
    position: relative;
    height: auto;
    margin-top: -28%;
}

.overlay .pilot-left {
    width: 20%;
    height: auto;
    margin-left: 15%;
    margin-right: 30%;
}

.overlay .pilot-right {
    margin-top: 3%;
    width: 20%;
    height: auto;
}

.overlay h6 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    /* font-family: 'Barlow Condensed', sans-serif; */
    margin-top: 1%;
}

.row {
    padding-top: 45vw;
    margin-left: 0;
    margin-right: 0;
    
}

#introduction {
    margin-top: 4%;
    padding: 0 30px 0 90px;
    text-align: justify;
    z-index: 100;
    
}

.hidden-link {
    text-decoration: none;
    color: white;
}

.hidden-link:hover {
    color: #CE004C;
}

#outer-border {
    background-color: black;
}

#inner-border {
    background-color: #181818;
    color: white;
    padding: 20px 40px;
    width: 99%;
}

#inner-border p {
    /* font-family: 'Barlow Condensed', sans-serif; */
    font-weight: 400;
}

/*
#inner-border p:hover {
    color: #c8c8c8;
}
*/

#player {
    padding: 0px 90px 0 30px;
    margin-top: 4%;
    z-index: 100;
}

#inner-border-player {
    background-color: #181818;
    color: white;
    width: 99%;
}

.mark-image {
    height: 50%;
    width: auto;
    opacity: 0.3;
    transition: 0.5s opacity;
}
.mark-image:hover {
    opacity: 1;
    transition-duration:0.5s;
}

.body-top-left {
    width: 2px;
    height: 24px;
    background-image: url(../images/body_top_left.svg);
    background-size: cover;
}

.body-top-center {
    width: 99%;
    height: 24px;
    background-image: url(../images/body_top_center.svg);
    background-size: contain;
    background-repeat: repeat-x;
}

.body-top-right {
    width: 2px;
    height: 24px;
    background-image: url(../images/body_top_right.svg);
    background-size: cover;
}

.body-center-left {
    width: 2px;
    height: auto;
    background-color: #FFFFFF;
    background-size: contain;
    z-index: 200;
}

.body-center-right {
    width: 2px;
    border-width: 2px;
    height: auto;
    background-color: #CE004C;
    z-index: 200;
}

.body-bottom-left {
    width: 2px;
    height: 24px;
    background-image: url(../images/body_bottom_left.svg);
    background-size: cover;
}

.body-bottom-center {
    width: 99%;
    height: 24px;
    background-image: url(../images/body_bottom_center.svg);
    background-size: contain;
    background-repeat: repeat-x;
}

.body-bottom-right {
    width: 2px;
    height: 24px;
    background-image: url(../images/body_bottom_right.svg);
    background-size: cover;
}

.text-btn-contanier {
    width: 100%;
    margin-bottom: 10px;
}
.filmis-oscalejad {
    height: 30px;
    width: auto;
    margin-right: -40px;
}

.newsletter-title {
    color: white;
    margin-right: 20px;
    font-size: 25px;
    margin-top: -5px;
    font-family: 'Barlow Condensed', sans-serif;
}

.email-success {
    color: white;
    margin-top: 4px;
}

.mail-input {
    background-color: black;
    border-width: 1px;
    border-color: #CE004C;
    color: white;
    height: 30px;
    width: 160px;
}

.submit-btn {
    height: 30px;
    width: auto;
}

.show {
	display: flex;
}

.hide {
	display: none;
}

.mask-left {
    width: 5vw;
    height: auto;
    margin-left: -75vw;
    margin-top: -2vw;
    position: absolute;
    z-index: 50;
}

.mask-right {
    width: 5vw;
    height: auto;
    margin-right: -75vw;
    margin-top: -2vw;
    z-index: 50;
    position: absolute;
}

.mark-icons-right {
    margin-top: 30vw;
}

.btn-left {
    height: 30px;
    display: flex;
    justify-content: start;
    text-decoration: none;
    margin-right: -40px;
}

.btn-left .side {
    width: auto;
}

.btn-left .main-back {
    width: 150px;
    background-color: #CE004C;
    text-align: center;
    
}

.btn-left .btn-title {
    font-weight: 700;
    font-size: 20px;
    color: white;
    
}

.btn-right {
    height: 30px;
    display: flex;
    justify-content: start;
    text-decoration: none;
}

.btn-right .side {
    width: auto;
}

.btn-right .main-back {
    width: 80px;
    background-color: #CE004C;
    text-align: center;
    
}

.btn-right .btn-title {
    font-weight: 700;
    font-size: 20px;
    color: white;
    
}

.email-error {
    color: white;
}

.email-success {
    color: white;
}

.overlay .low-title-center {
    position: absolute;
    width: 20vw;
    margin-left: 40vw;
    margin-top: -10vw;
    z-index: 150 !important;
}

.btn-center {
    height: 5vw;
    display: flex;
    justify-content: start;
    text-decoration: none;
}

.btn-center .side {
    width: auto;
}

.btn-center .main-back {
    background-color: #CE004C;
    text-align: center;
    padding: 0.2vw 0.7vw;
    
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.btn-center .btn-title {
    font-weight: 600;
    font-size: 1.2vw;
    color: white;
    display: block;
    margin-bottom: -0.5vw;
    
}

@media (max-width: 1080px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .row {
        padding-top: 55vw;
    }
    
    .overlay .back-image {
        width: 100vw;
    }
    .overlay .top-logo {
        position: relative;
        width: 12%;
        height: auto;
    }
    .overlay .vfts-car {
        margin-top: 9%;
    }
    
    .overlay .pilot {
        margin-top: -28%;
    }    
    .overlay .main-title {
        position: relative;
        width: 35%;
        height: auto;
    }  
    .mask-left {
        display: none !important;
    }
    .mask-right {
        display: none !important;
    }
    .row {
        justify-content: center;
    }
    #introduction {
        width: 80%;
        padding: 0px;
    }

    .order-1 {
        order:2 !important;
    }
    
    #player {
        width: 80%;
        padding: 0;
    }

    .order-2 {
        order:1 !important;
    }

    .newsletter-left {
        display: flex !important;
        margin: 16px;
    }

    .newsletter-right {
        display: none !important;
    }

    #facebook-link-left {
        display: flex !important;
        margin: 16px;
    }
    #facebook-link-right {
        display: none !important;
    }
    .mark-icons-left  {
        display: flex !important;
    }
    .mark-icons-right  {
        display: none !important;
    }

}

@media (max-width: 768px) {
    #introduction {
        width: 100%;
        padding: 0px;
    }
    .row {
        padding-top: 150vw;
    }
    .order-1 {
        order:2 !important;
    }
    
    #player {
        width: 100%;
        padding: 0;
    }

    .order-2 {
        order:1 !important;
    }
    
    .overlay .top-logo {
        padding-top: 3vw;
        width: 25%;
    }
    
    .overlay .main-title {
        width: 90%;
    }
    .overlay .back-image {
        width: 300vw;
        margin-top: -30%; 
    }


    .overlay .vfts-car {
        width: 150%;
        margin-top: 20%;
        margin-left: -45%;
    }
    
    .overlay .pilot {
        margin-top: -55%;
        
    }
    .overlay .pilot-left {
        width: 50%;
        margin-left: -20%;
        float: left;
        
    }
    
    .overlay .pilot-right {
        width: 50%;
        float: right;
        margin-right: -20%;
    }

    .newsletter-title {
        margin-right: 12px;
        font-size: 18px;
        margin-top: -2px;
    }
    
    .mail-input {
        height: 25px;
        width: 130px;
    }
    
    .btn-right {
        height: 25px;
    }
    .btn-right .btn-title {
        font-size: 18px;
    }

    .overlay .low-title-center {
        width: 40vw;
        margin-left: 30vw;
        margin-top: -20vw;
    }
    
    .btn-center {
        height: 10vw;
    }
    
    
    .btn-center .main-back {
        padding: 0.1vw 1.5vw;
    }
    
    .btn-center .btn-title {
        font-size: 2.4vw;
    }
    
    
}
