@font-face {
    font-family: 'AvantGarde LT Book';
    src: url('fontface/AvantGardeLT-Book.woff2') format('woff2'),
        url('fontface/AvantGardeLT-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BankGothic Md BT';
    src: url('fontface/BankGothicBT-Medium.woff2') format('woff2'),
        url('fontface/BankGothicBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.form-bg{
    background: rgba(0,0,0,0.9) !important;
    display: inline-block;
    padding: 32px;
}
.btn-border-pink{
    border: 1px solid #ffffff;
    color: #FF0070;
    background: none;
    padding: 12px 44px;
    font-size: 17px;
}
.btn-border-pink:hover, .btn-border-pink:active, .btn-border-pink:focus{
    color: #ffffff;
    background: #FF0070;
}
.coming-header{
   font-family: 'BankGothic Md BT';
   font-size: 100px;
   line-height: 80px;
}
.coming-sub-header{
    font-family: 'BankGothic Md BT';
    font-size: 26px;
    color: #FF0070 !important;
    text-align: left;
}
.des{
    font-family: 'AvantGarde LT Book';
    font-size: 14px;
    text-align: left;
}
.from-control-cus{
    width: calc(50% - 0.5rem) !important;
    font-family: 'AvantGarde LT Book';
}
@media (max-width: 767px) {
    .from-control-cus{
        width: calc(100% - 0.5rem) !important;
    }
}
@media (max-width: 478px) {
    .coming-header{
        font-size: 80px;
        line-height: 60px;
    }
}
