﻿@font-face {
    font-family: 'Momken'; /*a name to be used later*/
    src: url('../fonts/Momken-Regular.otf'); /*URL to font*/
}
.Momken {
    font-family: Cairo;
    line-height: 50px;
}
.navbar-nav .nav-item .book_now i {
    font-size: 12px;
    margin-right: 24px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-white);
}
.navbar-nav li:last-child {
    margin-right: 100px;
    padding-right: 0;
    margin-left: 0;
}
.banner3-con:before {
    content: "";
    position: absolute;
    opacity: 75%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../main/slide1.jpg);
}
h3, h4, .all_button {
    font-family: Tajawal, serif;
}
h2 {
    font-size: 40px;
}
.about3-con .about_content ul li i {
    font-size: 8px;
    height: 16px;
    width: 16px;
    line-height: 13px;
    top: 4px;
    right: 0;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}
.about3-con .about_content ul li p {
    font-weight: 500;
    padding-right: 30px;
    color: var(--e-global-color-secondary);
}