html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    background-color: #f3e8ea;  
    font-family: "Source Sans 3", sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

html { scroll-behavior: auto; }

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}

/* COMMON STYLE :START */
.max-container-1 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.max-container-2 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.mxc-px-1 {
    padding-left: 30px;
    padding-right: 30px;
}

.header-wrap {
    border-bottom: 1px solid #ededed;
    background: #fff;
}
header {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo {
    height: 80px;
    display: inline-block;
}
.logo img {
    max-height: 100%;
}
.language-btn {
    color: #da5665;
    border: 1px solid #da5665;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    border-radius: 4px;
}
.language-btn.ar {
    font-family: "Noto Sans Arabic", sans-serif;
    padding: 4px 15px 11px 15px;
}
.language-btn.en {
    padding: 10px 15px 10px 15px;
}
.language-btn:hover {
    background: #da5665;
    color: #fff;
}

h1 {
    font-size: 34px;
    color: #000000;
    margin: 0;
    font-weight: 600;
}
.first-section {
    padding: 60px 0;
}
.first-section h1 {
    text-align: center;
}
.first-section h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0 0 0;
}
.first-section p {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    margin: 15px 0 0 0;
}
.first-section p a {
    color: #da5665;
    font-weight: 700;
}
.cell-wrap {
    padding: 50px;
    border-radius: 30px;
    border: 1px solid #e1c0c6;
    margin: 40px 0 0 0;
    max-width: 900px;
    width: 100%;
    margin: 40px auto 0 auto;
    text-align: center;
}
.cell-wrap h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 25px auto;
    display: inline-table;
    position: relative;
}
.cell-wrap h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #da5665;
}
.cell-wrap p {
    margin: 0 0 20px 0;
}

footer {
    background: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
.banner img {
    width: 100%;
}


/*  */

.first-section.ar {
    font-family: "Noto Sans Arabic", sans-serif;
}