@font-face {
    font-family: AvenirLTPro;
    src: url(../fonts/384C07_1_0.ttf);
}

@font-face {
    font-family: AvenirLTProM;
    src: url(../fonts/AvenirLTPro-Medium.otf);
}

@font-face {
    font-family: AvenirLTPro-Roman;
    src: url(../fonts/AvenirLTPro-Roman.otf);
}
.container-bg{
    background: url("/trinity-homes-suhoor.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.navbar{
    color: white;
    padding-top: 40px !important;
}
.navbar-brand{
    margin: 0px !important;
}
.partenrs{
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 30px;
}
.partenrs img{
    height: 150px !important;
    width: auto !important;
    padding: 10px;
}
.navbar h1{
    display: block;
    text-align: center;
    width: 90%;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 20px;
   
}
.navbar p{
    max-width: 70%;
    margin: auto;
    display: inline-block;
    text-align: center;
    font-weight: 100;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-text{
    padding-top: 20px;
    display: block;
}
.iti__country-name{
    color: black;
}
.navbar .logo {
    width: 225px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.form-check-input {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px !important;
    display: inline-block;
}

.form-check-label {
    vertical-align: middle !important;
    display: inline-block;
    width: calc(100% - 50px);
}

@media (max-width: 720px) {
    .wrapper .option span {
        font-size: 1rem;
        color: #0c203c;
        padding: 10px 6px;
        line-height: 47px !important;
    }
    .partenrs img{
        margin-top: 20px;
        height: 100px !important;
    }
    .navbar p{
        width: 90% !important;
        max-width: 90%;
        margin-top: 20px;
        display: inline-block;
    }
    .footer-text{
        text-align: center;
    }
}

@media (min-width: 720px) {
    .navbar .logo {
        width: 414px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

    .form-check-label {
        line-height: 37px !important;
        vertical-align: middle !important;
        display: inline-block;
    }
}

.max-lock {
    max-width: 1600px;
}

.borderb {
    /* border-bottom: .5px solid #D9D9D9; */
}

.color-light {
    color: #0c203c;
    opacity: 0.9;
    font-family: AvenirLTPro;
    font-size: 1.4rem;
    /* letter-spacing: 2px; */
}

.form-title h3 {
    font-weight: bold;
    font-size: 2.2rem;
    color: #2F3D61;
}

.form-title p {
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 6px;
}
.form-TR{
    color: white;
}
.form-TR h2{
    font-size: 1.8rem;
    font-weight: bold;
}
.form-TR h2 span{
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 100;
}
.venue{
    padding-bottom: 20px;
    padding-top: 20px;
}
.venue span{
    display: block;
    width: 100%;
}
.form-TR input {
    padding: 15px 0px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    color: white !important;
}

body {
    font-family: AvenirLTPro, sans-serif;
    background-color: #f5f5f5;
}
.container-bg{
    padding-bottom: 120px;
}
.form-wrapper {
    max-width: 30%;
    min-width: 300px;
    padding: 50px 30px 50px 30px;
    margin: 50px auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.form-group {
    position: relative;
}

.form-label {
    position: absolute;
    left: 0;
    font-size: 1rem;
    top: 10px;
    color: #fff;
    opacity: 0.8;
    background-color: transparent;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.form-label-color {
    left: 0;
    font-size: 1rem;
    color: white;
    opacity: 0.8;
    background-color: transparent;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.form-label.with-phone {
    left: 60px;
}

.iti--allow-dropdown {
    z-index: 999;
    width: 100%;
}

.focused .form-label {
    transform: translateY(-105%);
    font-size: 0.8rem;
    top: 10px;
    left: 0;
}

.form-input {
    position: relative;
    padding: 10px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    z-index: 13;
    background: transparent;
    transition: box-shadow 150ms ease-out;
}

.form-input.form-input.error {
    border-bottom: 1px solid red;
}

.form-input:focus {
    box-shadow: 0 1px 0 0 #ccc;
}

.form-input.filled {
    /* box-shadow: 0 2px 0 0 lightgreen; */
}

.submit button {
    background: white;
    color: #100E17;
    padding: 0px;
    border: 0px;
    font-size: 1.3rem;
    width: 100%;
    height: 50px;
    border-radius: .4rem;
}

.submit button svg {
    color: #fff;
}

.submit button:hover {
    background: #100e17;
    color: white !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    /* -webkit-text-fill-color: #333; */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: transparent;
}

.banner {
    width: 100%;
}

.conts {
    /* border: 1px solid #efefef; */
    padding: 2.5rem;
    margin-top: 10px;
    position: relative;
    z-index: 999;
    background: #29250390;
    border-radius: 20px;
}
.footer{
    margin-top: -100px;
    /* background: black; */
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 33%, rgba(0,0,0,0.0214679621848739) 100%);
    height: 100px;
    width: 100%;
    z-index: 999;
}
.bodybg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    /* background: url("../img/alaya.jpeg");
      background-size: cover;
      background-position: bottom; */
}

.bodybg img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .bodybg {
        height: 100%;
        width: auto;
        min-width: 100%;
    }
    .navbar h1{
        span{
            display: block;
            font-size: 1.2rem;
            font-weight: bold;
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 1;
        }
    }
    body {
        position: relative;
    }

    .bodybg img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

input[type=file]::-webkit-file-upload-button,
input[type=file].invalid::-webkit-file-upload-button,
input[type=file].valid::-webkit-file-upload-button {
    color: #fff;
    font-size: 13px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px 8px 38px;
    font-weight: 600;
    background: #0c203c url(../img/upload_icon.svg) 8px center no-repeat;
    outline: none;
}

.wrapper {
    display: inline-block;
    height: auto;
    /* align-items: center; */
    justify-content: space-evenly;
    border-radius: 5px;
    padding: 10px 0px;
    /* box-shadow: 5px 5px 30px rgba(0,0,0,0.2); */
}

.wrapper .option {
    background: transparent;
    height: 50px;
    /* align-items: center; */
    /* justify-content: space-evenly; */
    margin: 0 11px 7px 0px;
    border-radius: 5px;
    cursor: pointer;
    color: white !important;
    padding: 5px;
    border: 1px solid lightgrey;
    transition: all 0.3s ease;
}

@media(max-width:1024px) {
    .wrapper {
        display: block;
        height: auto;
        width: 400px;

        text-align: left !important;
        /* align-items: center; */
        justify-content: space-evenly;
        border-radius: 5px;
        padding: 20px 0px;
        /* box-shadow: 5px 5px 30px rgba(0,0,0,0.2); */
    }

    .wrapper .option {
        background: transparent;
        height: 60px;
        width: 100%;
        display: block;
        /* align-items: center; */
        /* justify-content: space-evenly; */
        margin: 0 10px 10px 0px;
        border-radius: 5px;
        cursor: pointer;
        padding: 5px;
        border: 1px solid lightgrey;
        transition: all 0.3s ease;
    }

    .wrapper .option .dot img {
        height: 100px;
        width: auto;
        background: #d9d9d9;
        position: relative;
    }
}

input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2,
#option-3:checked:checked~.option-3,
#option-4:checked:checked~.option-4,
#option-5:checked:checked~.option-5,
#option-6:checked:checked~.option-6,
#option-7:checked:checked~.option-7,
#option-8:checked:checked~.option-8,
#option-9:checked:checked~.option-9,
#option-10:checked:checked~.option-10,
#option-11:checked:checked~.option-11,
#option-19:checked:checked~.option-19,
#option-18:checked:checked~.option-18,
#option-14:checked:checked~.option-14,
#option-12:checked:checked~.option-12,
#option-13:checked:checked~.option-13 {
    background: #100e17;
    color: #fff !important;
    /* background: #2b3c64; */
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrapper .option span {
    font-size: 1rem;
    color: white;
    padding: 10px 6px;
    line-height: 37px;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span,
#option-3:checked:checked~.option-3 span,
#option-4:checked:checked~.option-4 span,
#option-5:checked:checked~.option-5 span,
#option-6:checked:checked~.option-6 span,
#option-7:checked:checked~.option-7 span,
#option-8:checked:checked~.option-8 span,
#option-9:checked:checked~.option-9 span,
#option-10:checked:checked~.option-10 span,
#option-11:checked:checked~.option-11 span,
#option-19:checked:checked~.option-19 span,
#option-18:checked:checked~.option-18 span,
#option-14:checked:checked~.option-14 span,
#option-12:checked:checked~.option-12 span,
#option-13:checked:checked~.option-13 span {
    color: #fff;
}

#locationError,
#dateError,
#termsError {
    display: none;
    color: red;
}

#locationError.error,
#dateError.error,
#termsError.error {
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    overflow: hidden;
    border-radius: 20px;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-check-input:checked {
    background-color: #100e17 !important;
    border-color: #100e17 !important;
}

.modal-dialog {
    min-width: 80%;
}

.min-height .modal-content iframe {
    min-height: 400px;
    min-height: 80vh;
    padding: 10px;
    min-width: 80%;
}

.buffering {
    display: none;
}

.submittingbuf {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: 1001;
    display: block !important;
}

.submittingbuf .uploading {
    width: 200px;
    height: 250px;
    padding: 20px;
    text-align: center;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: #fff;
    color: #0c203c;
    font-family: AvenirLTPro;
    font-size: 1rem;
}

.submittingbuf .uploading img {
    width: 130px;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
