@font-face {
    font-family: 'Tajawal rg';
    src: url('fonts/Tajawal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    font-family: 'PublicSans-Regular';
    background-color: #fff;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
}

/* ==== cooming-soon section start ==== */

.main.cooming-soon {
    position: relative;
}

.cooming-soon-image-main {
    width: 100%;
    height: 100vh;
    margin: auto;
    background-color: #0C0566;
}

.cooming-soon-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.learn-more-button-main {
    width: fit-content;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.learn-more-button-main button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    border-radius: 12px;
    background-color: #4cd6bc;
    border: 1px solid #4cd6bc;
    padding: 10px;
    width: fit-content;
    min-width: 155px;
    font-family: 'Tajawal rg';
    font-weight: 800;
    transition: 0.3s;
    box-shadow: 0px 0px 0px 4px #ffffff00;
}

.learn-more-button-main button:hover {
    color: #4cd6bc;
    background-color: transparent;
    box-shadow: 0px 0px 0px 4px #4cd6bc4f;
}

.arabic-md-img {
    display: none;
}

/* ==== cooming-soon section end ==== */