body,
html {
    height: 100%;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    direction: rtl;
}

.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullscreen-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* .form-container {
    display: none;
    position: relative;
    height: 100vh;
    background-color: #fff;
    padding-top: 10%;
}
.form-control{
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0px 16px 0px 16px;
    height: 50px;
    color: rgb(0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(96, 106, 114);
}
.btn-main{
    background: rgb(13, 27, 82);
    border-radius: 6px;
    border-style: none;
    border-color: rgb(33, 29, 28);
    border-width: 3px;
    color: rgb(255, 255, 255);
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    height: 54px;
    width: 100%;
}
.btn-main:hover{
    background: rgb(13, 27, 82);
    border-radius: 6px;
    border-style: none;
    border-color: rgb(33, 29, 28);
    border-width: 3px;
    color: rgb(255, 255, 255);
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    height: 54px;
    width: 100%;
}
.wrapper {

} */
.play-btn {
    position:absolute;
    z-index:666;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-color:transparent;
    border:0;
}

.play-btn:hover {
    cursor:pointer;
}

.play-btn:focus {
    outline:0;
}

.form-container1{
    display: none;
}
.form-container{
    display: none;
}
/* .fullscreen-video{
    display: none;
} */
body, .modal-content {
    font-family: Cairo, sans-serif;
}
 /* Fix Modal Header Position */
 .modal-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 100055;
}

/* Ensure modal is always on top */
.modal {
    z-index: 100050 !important;
}
.modal-backdrop {
    z-index: 100040 !important;
}
