@font-face {
    font-family: 'Montserrat-Arabic';
    src: url('fonts/Montserrat-Arabic-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Arabic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.ma-arabic{
    font-family: 'Montserrat-Arabic';
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #3d3c3d;
    font-family: "Oswald", sans-serif;
    text-align: center;
}

.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

#userForm {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 10px;
}

#userForm h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #3a3c3b;
    background-color: rgb(250, 182, 19);
    padding: 5px;
    font-weight: normal;

}


#userForm input {
    width: 97%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    border: 1px solid rgb(250, 182, 19);
}

#userForm button {
    width:;
    10%;
    padding: 12px;
    background-color: rgb(250, 182, 19);
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

#userForm button:hover {
    background-color: rgb(250, 182, 19);
}

/* Hide all slides by default */
.slide {
    display: none;
}
button {
    padding: 12px;
    background-color: rgb(250, 182, 19);
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
button {
    padding: 10px 20px;
    margin: 10px;
}

img, video {
    max-width: 100%;
    height: 700px;
}
video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}
.best-exp img{
    max-width: 24px;
    height: auto;
    vertical-align: middle;
}
.end-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(250, 182, 19,0.9);
    padding: 30px;
    max-width: 300px;
    border-radius: 50px;
}
@media (max-width: 768px) {
    #slide6_yes .slide-1.img img {
        max-height: 100%;
        height: 100%;
        width: calc(100% - 15px);
    }
    .end-msg {
        max-width: 230px;
        width: 100%;
        padding: 15px;
        border-radius: 30px;
    }
    video {
        height: 100%;
        object-fit: cover;
    }
    .slide-1.head h2 {
        color: yellow;
    }
    .slide .head h2{
        padding: 0px 20px;
        font-size: 16px;
    }
    .container {
        height: inherit;

    }
    .slide-1.img img{
        max-height: 400px;
    }
}
.social-icons img {
    width: 40px;
    margin: 10px;
}

.slide-1.btn {
    text-align: center;
}
.slide-1.img {
    text-align: center;
}
.slide-1.img img {
    height: 500px;
}
.slide-1.head h2 {
    color: #fff;
}
.social-icons {
    text-align: center;
}
.social-icons a svg {
    width: 10px;
    height: 20px;
}
.social-icons a:hover {
    background-color: rgb(250, 182, 19);
}
.social-icons a {
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    transition: all .3s ease-in-out;
    border-width: 1px;
    border-radius: 100%;
    border-style: solid;
    border-color: #000;
    box-shadow: none;
    padding: 10px  10px 0px 10px;
    margin: .5rem;
    background-color: #fff;
}


