@font-face{
	font-family: "URW DIN Arabic";
	src: url(../fonts/URW-DIN-Arabic.ttf);
}
*{
	transition: 0.4s;
}
body{
	padding-top: 75px; 
	font-family: "Inter", sans-serif;
}
header.header .navbar {
	background: #FFEFD7 url(../images/nafilah-bg1.png) no-repeat top center / cover;
}
header.header.dark-header .navbar {
    background: #FFEFD7 url(../images/nafilah-bg1.png) no-repeat top center / cover;
    box-shadow: 0px -5px 10px 0px rgb(0 0 0 / 50%);
}
ul.header-dowanload {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}
.nafila-nav .nav-link{
	color: #111827; 
	font-family: "URW DIN Arabic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}
section.heroshot {
    padding: 75px 0 25px;
    background: #FFEFD7 url(../images/nafilah-bg1.png) no-repeat top center / cover;
}
.heroshot-left-col {
    display: flex;
    align-items: center;
    height: 100%;
}
.nafilah-heading-1 {
    color: #000;
    font-family: "URW DIN Arabic";
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 86px;
    letter-spacing: -1.3px;
    max-width: 500px;
}
span.nafilah-color {
	color: #C37B5B;
    font-family: "URW DIN Arabic";
    font-weight: 700;
}
.heroshot .nafilah-heading-1 span.nafilah-color { 
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 86px;
    letter-spacing: -1.3px;
}
.nafilah-para-1 {
    margin: 30px 0 0;
    color: #111;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    max-width: 660px;
}
.heroshot ul.header-dowanload {
    margin-top: 35px;
}
.heroshot-right-col {
    background: url(../images/vector-bg1.png) no-repeat 10% 50%;
    text-align: center;
}
.heroshot-right-col img {
    max-width: 100%;
}
section.ordering-process {
    padding: 100px 0;
    background: url(../images/nafilah-bg1.png) no-repeat top center / cover;
    position: relative;
}
section.ordering-process .container {
    position: relative;
}
.process-vector1 {
    position: absolute;
    right: 0;
    top: 80px;
}
.process-vector1-inner {
    margin-bottom: 15px;
}
.process-vector2 {
    position: absolute;
    left: 80px;
    top: 15px;
}
.process-vector3 {
    position: absolute;
    right: -30px;
    bottom: -110px;
}
.sec-heading {
    margin: 0;
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: "URW DIN Arabic";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1.5px;
}
.sec-heading-row {
    margin-bottom: 50px;
}
.process-col {
    border-radius: 31px;
    background: var(--White, #FFF);
    box-shadow: 0px 12px 56px -4px rgba(17, 24, 39, 0.05);
    display: flex;
    width: 100%;
    max-width: 295px;
    height: 291px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin: 0 auto 30px;
}
.process-text {
    color: #111827;
    text-align: center;  
    font-family: "URW DIN Arabic";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.process-text span {
    color: #C37B5B;
    font-weight: 400;
}
.process-text h5 {
    margin: 0;
    font-weight: 600;
}
section.about-app {
    padding: 100px 0 180px;
    background: url(../images/nafilah-bg2.png) no-repeat top center / cover;
    position: relative;
}
section.about-app .container {
    position: relative;
}
.about-app-col-left {
    position: relative;
}
.about-app-col-left-vector1 {
    position: absolute;
    right: 0px;
    bottom: -160px;
}
.about-app-col-left-vector1 img{
	max-width: 100px !important;
}
.about-app-col-left-vector2 {
    position: absolute;
    left: 0;
    top: 0;
}
.about-app-col-left-vector2 img{
	max-width: 100px !important;
}
.about-app-col-left img {
    width: 100%;
    max-width: 475px;
}
.about-app-col-right .sec-heading {
    text-align: left;
    margin: 20px 0 20px;
}
.about-app-col-right p {
    color: #111;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	margin: 0;
}
.about-app-info-list {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.about-app-info-list-item {
    border-radius: 8px;
    border: 1px solid #FAE3CB;
    background: #FFF;
    box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    max-width: 600px;
    width: 100%;
    padding: 25px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}
.info-list-item-text h5 {
    color: #004752;
    font-family: "URW DIN Arabic";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}
.info-list-item-text p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}
.info-list-item-text p:last-child {
    margin-bottom: 0;
}
section.download-app {
    background: rgb(195 123 91 / 40%) url(../images/nafilah-bg1.png) no-repeat top center / cover;
}
section.download-app .container{
	position: relative;
}
.download-app-vector1 {
    position: absolute;
    top: 50px;
    left: -90px;
}
.download-app-vector2 {
    position: absolute;
    right: -50px;
    bottom: 50px;
}
.download-app-col-left {
    display: flex;
    align-items: center;
    height: 100%;
}
.download-app-col-left-inner .sec-heading {
    text-align: left;
    max-width: 500px;
    line-height: 80px;
}
.download-app-col-left-inner p{
	color: #000; 
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
    margin: 15px 0 0;	
}
.download-app-col-left-inner h4 {
    margin: 25px 0 5px;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.download-app-col-right img {
    max-width: 100%;
}
section.faq {
    padding: 150px 0 100px;
    background: url(../images/nafilah-bg1.png) no-repeat top center / cover;
    position: relative;
}
.faq-vector1 {
    position: absolute;
    top: 80px;
    right: 30px;
}
.faq-vector2 {
    position: absolute;
    bottom: -100px;
    left: 10px;
}
.faq-col .sec-heading {
    margin-bottom: 40px;
}
.faq-col .accordion .accordion-button {
    color: #000;
    font-family: "URW DIN Arabic";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding: 24px 0 24px;
    background: transparent;
    box-shadow: none;
}
.faq-col .accordion .accordion-body {
    color: #667085;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 32px;
}
.faq-col .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(195, 123, 91, 0.40);
    background: transparent;
    border-radius: 0;
}
.faq-col .accordion .accordion-button:focus{
	box-shadow: none;
}
.faq-col .accordion .accordion-button::after{
	background: url(../images/plus-circle.png) no-repeat;
    width: 25px;
    height: 25px;
}
.faq-col .accordion .accordion-button:not(.collapsed)::after{
	background: url(../images/minus-circle.png) no-repeat; 
    transform: none;
}
section.contact {
    padding: 100px 0 160px;
    background: url(../images/nafilah-bg1.png) no-repeat top center / cover;
    margin-top: -1px;
    position: relative;
}
section.contact .container{
	position: relative;
}
.contact-vector1{
    position: absolute;
    bottom: -115px;
    right: 0px;
}
.contact-col-left {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.05);
}
.contact-col-left-inner {
    width: 100%;
    max-width: 480px;
}
.contact-col-left-inner .sec-heading {
    text-align: left;
    margin-bottom: 15px;
}
.contact-col-left-inner>p {
    color: #667085; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-form label.form-label {
    color: #344054; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}
.contact-form .form-control {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #667085; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.contact-form button.btn.btn-primary {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #7F56D9;
    background: #004752;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
    margin-top: 50px;
}
/*.contact-col-right {
    box-shadow: 10px 5px 40px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    text-align: right;
}*/
.contact-col-right img { 
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}
footer.footer {
    display: flex;
    padding: 64px 20px;
    justify-content: space-between;
    align-items: center;
    background: #043B43;
}
.footer-left .foot-logo {
    margin-bottom: 35px;
}
.footer-left .foot-link {
    margin-bottom: 35px;
}
.footer-left .foot-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer-left .foot-link ul a {
    color: #FFF; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.footer-left .foot-copy p {
    color: #D1D5DB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-right .get-app h6 {
    margin: 0 0 10px;
    color: #D1D5DB;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.footer-right .get-app ul.header-dowanload {
    flex-direction: column;
}
.footer-right .follow h6 {
    margin: 0 0 10px;
    color: #D1D5DB;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.footer-right ul.follow-list{
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
} 
.footer-right ul.follow-list a {
    text-decoration: none;
    font-size: 24px;
    color: #fff;
}
.footer-right ul.follow-list a:hover{
	color: #dfb385;
}
/*************/
.iti.iti--allow-dropdown {
    width: 100%;
}
.iti.iti--allow-dropdown input#phone {
    padding-left: 50px;
}
.iti.iti--allow-dropdown input#phone::-webkit-outer-spin-button,
.iti.iti--allow-dropdown input#phone::-webkit-inner-spin-button { 
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}
/************AR*****************/
.lang-ar .nafilah-heading-1{
    font-weight: 700;
}
.lang-ar .about-app-col-right .sec-heading {
    text-align: right;
    margin: 20px 0 20px;
}
.lang-ar .download-app-col-left-inner .sec-heading { 
    font-weight: 700;
    font-family: "Inter", sans-serif;
} 
.lang-ar .iti.iti--allow-dropdown input#phone {
    padding-left: 50px;
    text-align: right;
}
.lang-ar .iti__selected-flag { 
    direction: ltr;
}