/*
Theme Name:  Eman Charity
Theme URI:   http://www.themesawesome.com
Author:      Themes Awesome
Author URI:  http://www.themesawesome.com
Template:    hello-elementor
Description: Eman Charity
Text Domain: charity
-----------------------------------------------------------------------------------
  1.  BASE
  2.  HEADER
  3.  FOOTER
-----------------------------------------------------------------------------------*/

/* 1. BASE */

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: "DM Sans";
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.container {
    max-width: 1720px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .container {
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

a {
    cursor: pointer;
    outline: none;
    color: #333;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #e65454;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

th,
td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    letter-spacing: 1px;
}

th {
    font-weight: bold;
    text-align: center;
}

*::-moz-selection {
    background: #000;
    color: #fff;
}

*::selection {
    background: #000;
    color: #fff;
}

button {
    background-image: none;
    background: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    margin: 1.5em 0;
    padding: 0;
    border: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote:before {
    color: #999;
    content: "\f10d";
    font-size: 2em;
    margin-right: 0.4em;
}

blockquote p {
    font-size: 20px;
    line-height: 32px;
    display: inline;
}

/* Header */
.header-logo a img {
    width: 110px;
    height: 44px;
    object-fit: scale-down;
}
.main-menu a {
    font-family: "Inter";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30px;
    color: #252839 !important;
}
.main-menu li {
    position: relative;
}
.main-menu li ul.sub-menu {
    position: absolute;
    top: 100%;
    width: max-content;
    height: auto;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding: 18px 13px 23px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.main-menu li ul.sub-menu.sub-menu-show {
    opacity: 1;
    pointer-events: auto;
}
.main-menu li ul.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.main-menu li ul.sub-menu li a {
    padding: 6px 12px;
    border-radius: 10px;
    gap: 15px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.main-menu li ul.sub-menu li a .sub-menu-icon {
    opacity: 0;
    transition: all 0.3s ease;
}
.main-menu li ul.sub-menu li a:hover {
    background: #F2F0D8;
}
.main-menu li ul.sub-menu li a:hover .sub-menu-icon {
    opacity: 1;
}
.header-bottom .main-menu ul.sub-menu li a:after {
    display: none;
}
header {
    box-shadow: 0px 10px 60px 0px #0000001a;
}

.header-inner-wrap {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top {
    background-color: #01705c;
}

.header-top .header-inner-wrap {
    padding: 10px 0;
}

.become-volunteer {
    display: flex;
    align-items: center;
    font-family: Caveat;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #ffffff;
    gap: 8px;
}

.become-volunteer span {
    border-bottom: 1px solid;
}

.header-locations {
    display: flex;
    gap: 50px;
}
.loc-detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

.loc-detail-item .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.loc-detail-item .subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.header-socials {
    display: flex;
    gap: 10px;
}

.header-top .header-right {
    display: flex;
    gap: 40px;
}
.header-bottom .main-menu a {
    padding: 20px 0;
    display: flex;
    position: relative;
}

.header-bottom .header-left {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.main-menu {
    display: flex;
    gap: 40px;
}

.header-bottom .header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-area {
    padding-right: 25px;
    margin-right: 5px;
    position: relative;
}

.search-area:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #ebebeb;
    top: 0;
    right: 0;
}

.button-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.head-button {
    display: flex;
    gap: 20px;
    align-items: center;
}

.head-button a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: #252839;
    transition: all 0.2s ease-in-out;
}

.head-button a.register:hover{
    color:#01705c;
}

.head-button a.login {
    width: 87px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    background: #01705c;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.header-bottom .donate-btn a {
    gap: 10px;
    display: flex;
    align-items: center;
    width: 151px;
    height: 46px;
    background: #ffd249;
    justify-content: center;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: #252839;
}

.mobile-header,
#white-logo {
    display: none;
}

.p-list-btn {
    font-size: 16px;
    font-weight: 500;
}

.header-bottom {
    position: relative;
}
.header-bottom .main-menu a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 47px;
    height: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #ffd249;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
}
.header-bottom .main-menu a:hover:after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

a.myaccount:hover,
.head-button a.login:hover {
    transition: all 0.2s ease-in-out;
    background: #ffd249;
    color: #252839;
}
.header-bottom .donate-btn a:hover {
    transition: all 0.2s ease-in-out;
    background-color: #01705c;
    color: #ffffff;
}
.header-bottom .donate-btn a:hover svg path {
    transition: all 0.2s ease-in-out;
    fill: #fff;
}
.header-mobile-bottom-wrap {
    margin-top: 45px;
}
/* end Header */

/* footer */
.main-footer-front {
    margin: 120px 60px 60px;
    background-color: #252839;
    border-radius: 30px;
}

.footer-bottom-inner form {
    gap: 10px !important;
    font-size: 16px;
}
.footer-bottom-inner form input {
    font-size: 16px;
}
.footer-bottom-inner form button {
    font-weight: 400;
    gap: 10px;
}

.project-item:hover {
    border-color: transparent;
}

.foot-text {
    color: #ffffff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.footer-social-items svg circle {
    fill: #464a64;
    transition: all 0.3s ease;
}
.footer-social-items:hover svg circle {
    fill: #01705c;
}

.table-head {
    gap: 15px;
}
.table-head a {
    padding: 15px 30px;
    background-color: #e3e3e3;
    border-radius: 10px;
}
.foot-text p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
}
.charity-number p,
.charity-number a{
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.charity-number p a{
    color: #058A72;
}
.foot-follow-us>span{
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.footer-right.justify-between {
    gap: 30px;
}
.btn-group-charity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-group-charity .yellow-btn{
    padding: 18px 24px;
    border-radius: 10px;
    display: flex;
    background: #FBD45A;
    color: #000000;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-size: 15px;
    font-weight: bold;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    transition: all 0.3s ease;
}

.btn-group-charity .yellow-btn:hover{
    background-color:#01705c;
    color: #fff;
}

.btn-group-charity .green-btn {
    padding: 18px 24px;
    border-radius: 10px;
    display: flex;
    background: #01705C;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-size: 15px;
    font-weight: bold;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.footer-top-inner {
    display: flex;
    padding-top: 90px;
    column-gap: 59px;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
.footer-right.justify-between {
    gap: 0;
    padding-top: 42px;
    width: 50%;
    display: flex;
}
.footer-inner-top-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}
.usefull-link-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.useful-link {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
}
.useful-link:hover {
    color: #01705C;
}
.footer-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex-grow: 1;
}
.footer-slider {
    margin-top: 60px;
}
.footer-copyright {
    padding: 40px 0;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
.footer-copyright p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}
.footer-copyright p a {
    color: #01705c;
}
.footer-link-wrap {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.footer-link-wrap a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    transition: all 0.3s ease;
}
.footer-link-wrap a:hover {
    color: #01705c;
}
.footer-img {
	width: 100%;
}
.footer-img img {
	width: 100%;
}
.foot-left-bot-wrap {
	display: flex;
	align-items: center
}
.foot-left-bot-wrap .fundraising-img-wrap {
	position: relative;
	margin-left: 20px;
    padding-left: 20px;
}
.foot-left-bot-wrap .fundraising-img-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(#3F4357 33%, rgba(255,255,255,0) 0%);
	background-position: right;
	background-size: 1px 15px;
	background-repeat: repeat-y;
}
/* end footer */