@font-face {
    font-family: 'Gotham-XLight';
    src: url(../assets/fonts/Gotham-Font/Gotham-XLight.otf);
}

@font-face {
    font-family: 'Gotham-XLight';
    src: url(../assets/fonts/Gotham-Font/Gotham-XLight.otf);
}

body {
    background-image: url(../images/BG.jpg);
    background-size: cover;
    background-position: center center;
    font-family: 'Gotham-XLight';
}

.main_box {
    background-image: url(../images/unnamed2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0px;
}

.tata-tag-line {
    font-size: 16px;
    color: #fff;
    display: block;
    font-family: 'Gotham-XLight';
    line-height: 18px;
}

.detail-text {
    font-size: 19px;
    color: #fff;
    display: block;
    font-family: 'Gotham-XLight';
    line-height: 30px;
    max-width: 35%;
    margin: auto;
}

.ark_container {
    margin: 15px 0px;
}

.venue-details {
    color: #fff;
    font-family: 'Gotham-XLight';
    line-height: 30px;
    font-size: 21px;
}

.disclaimer-container {
    background-color: #000a2a;
}

.luxrea-tag-line {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-family: 'Myriad Pro';
    letter-spacing: 1px;
    font-size: 21px;
}

.footer-row .col-md-6:first-child {
    border-right: 1px dotted #fff;
}

.disclaimer {
    color: #fff;
    font-size: 10px;
    padding: 40px 0px 20px 0px;
    max-width: 90%;
    margin: auto;
    text-align: center;
}
.error-modal{
    display: none;
    color: red;
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 16px;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-control {
    display: block; 
    height: 52px;
    color: #000 !important;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-top: 0px  !important;
    border-left: 0px  !important;
    border-bottom: 1px solid #000a2a !important;
    border-right: 0px !important;
    border-radius: 0px !important;
}
.modal-title {
    color: #000a2a;
    font-size: 32px;
    text-transform: uppercase;
}
.modal-para {
    color: #6b6b6b;
    font-size: 18px;
    text-align: center;
}
.modal-body button {
    background-color: linear-gradient(90deg, #000a2a , #000a2a );
    font-size: 20px;
    color: #fff;
}

.button {
    background-color: #000a2a;
    border: 1px solid #000a2a;
    color: #000a2a;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.modal-body button:hover {
    background-color: transparent;
    font-size: 20px;
    color: #000a2a;
    border: 1px solid #000a2a;
}

.modal-close-btn {
    background-color: #fff !important;
    color: #6b6b6b !important;
    border: 0px;
}
.modal-close-btn:hover{
border: 0px !important;
}
.modal-dialog{
    max-width: 500px !important;
}
.text-light{
    color: #fff !important;
}
.brochure{
    margin-top: 50px !important;
    display: block;
}
.theme-btn{
    display: inline-block;
    letter-spacing: 0.15em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 0 !important;
    padding: 20px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-top: 1.5rem;
    background: linear-gradient(to right, #000a2a 50%, #e6b94b 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    margin-bottom: 4rem;
    font-family: 'Gotham-XLight';
}
.theme-btn:hover {
    background-position: left bottom;
}
#modal_checkbox {
    margin-right: 10px;
    min-height: 20px;
    min-width: 20px;
    top: 10px;
    position: relative;
}

.check-box{
    font-size: 12px;
    text-align: justify;
}
button#contactus_modal[disabled] {
    cursor: not-allowed;
    opacity: .5;
}
@media(max-width: 767px) {
    .main_box .detail-text {
        font-size: 16px;
        line-height: 30px;
        max-width: 90%;
        margin-top: 20px !important;
        padding-top: 20px !important;
    }

    .register_landing{
        position: fixed;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
        button{
            margin: 0;
            padding: 10px;
            width: 100% !important;

        }
    }

    .main_box {
        background-image: url(../images/mobilepatch-bg.png);
        background-size: auto;
        background-position: center center;
        margin: 40px 0px;
        padding: 22px 0px;
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(to right, #ffe935, #fffbe1) 1;
    }

    .tata-logo {
        width: 100% !important;
    }
    .luxe_fluid .tata-logo {
        margin: 0 auto !important;
        display: block;

    }

   .main_box .luxe-logo-container {
        margin-top: 30px !important;
    }
    .luxe-logo {
        width: 80%  !important;
    }
    .ark-image{
        width: 60%;
    }
    .ark_container {
        margin: 10px 0px;
    }
    .venue-details {
        line-height: 30px;
        font-size: 18px;
    }
    .disclaimer-container{
        padding: 0px;
    }
    .disclaimer {
        font-size: 10px;
        max-width: 100%;
    }
   .footer-row .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0px 10px !important;
    }
    .image-container img{
        width: 100% !important;
    }
    .luxrea-tag-line {
        font-size: 10px;
    }
    .modal-title {
        font-size: 24px;
    }
}

.luxe_fluid .tata-logo{
    
    margin-left: 25%;
}
.luxe_fluid .tata_logo_container{
    span{
        margin-top: 3px !important;
    }
}

.luxe_fluid .luxe-logo-container{
    margin-top: 1rem !important;
}

.luxe_fluid .luxe_title{
    margin-top: 15px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;

}

.luxe_fluid .venue-details{
    width: 30%;
    margin: 1rem auto 0;
}
@media(min-width: 768px){
    #modal_form .col-md-6 {
        width: 50%;
        float: left;
        padding: 0px 15px;
    }
    .main_box {
        width: 80%;
        display: block;
        margin: 80px auto 40px;
    }
    .modal-dialog {
        max-width: 610px !important;
    }
}
