/*
Theme Name: amei
Description: amei is a startup theme for Advanced user who want to build professional WordPress theme based on Bootstrap
Version: 0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: amei

This theme is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
body {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  background-color: #fff;
}
img,
iframe {
  max-width: 100%;
}

.logo img {
  max-width: 182px;
  object-fit: cover;
}
h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
  line-height: 1;
}
h2 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
h3 {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT Pro", sans-serif;
  letter-spacing: -0.1rem;
}
header {
  padding: 0.9rem 0;
}
header .current-menu-item > a {
 color: #20773C !important;
}
.menu-navigation-menu-container {
  margin: 0 auto;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav .nav-link.active {
  font-weight: 400;
  color: #333333;
}
.navbar-nav li a:hover {
  color: #20773C;
}

.nav-icon .bar {
  width: 23px;
  height: 2px;
  margin: 0 auto;
  background-color: #000000;
  border: 1px solid #000000;
}
.navbar-nav li {
  position: relative;
  padding: 1rem 1.2rem;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
}

.navbar-toggler-icon {
  background-color: #fff;
}
.offcanvas-body ul li  {
  list-style-type: none;
  padding: 8px 5rem 10px 15px;
  border-bottom: 1px solid #e6e6e6;
}
.offcanvas-body {
  padding: 2rem 0 !important;
}
.offcanvas-body ul {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.offcanvas-body ul li a {
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  list-style-type: none;
}
.offcanvas-header {
  background-color: #333333;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem !important;
}
.offcanvas-header .btn-close {
  font-size: 1rem;
  color: #fff;
  opacity: 0.8;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(104%) contrast(102%);
}
.offcanvas-header .btn-close:hover {
  background-color: transparent !important; 
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(227deg) brightness(107%) contrast(101%) !important;
}
.menu-item-has-children {
  position: relative;
  padding: 0;
}
.nav-link i {
  font-size: 1.2rem;
  color: #000;
}
.sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.menu-item-has-children::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 15px;
  transform: translateY(-50%) rotate(90deg);
  background-size: 0.8rem;
  background-image: url(images/arrow-left-bold.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s;
}
.menu-item-has-children:hover::after {
  transform: translateY(-50%) rotate(-90deg);
}
.menu-item-has-children:hover .sub-menu{
  display: block;
}
.navbar-toggler:hover {
  background-color: transparent !important;
}
a:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: #F69320;
  color: #fff;
  padding: 0.7rem 2rem;
  border: 1px solid #F69320;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6.18rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #fff;
  color: #F69320;
  border: 1px solid #F69320;
}
.btn-secondary, .donate input[type="submit"] {
  background-color: #20773C;
  color: #fff;
  padding: 0.7rem 2rem;
  border: 1px solid #20773C;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6.18rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #20773C;
  border: 1px solid #20773C;
}
.btn-secondary-outline {
  background-color: transparent;
  color: #20773C;
  padding: 0.7rem 2rem;
  border: 1px solid #20773C;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6.18rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.btn-secondary-outline:hover {
  background-color: #20773C;
  color: #fff;
  border: 1px solid #20773C;
}
.btn-outline {
  background-color: transparent;
  color: #333333;
  padding: 0.7rem 2rem;
  border: 1px solid #333333;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6.18rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.btn-outline:hover {
  background-color: #333333;
  color: #fff !important;
  border: 1px solid #333333;
}
.hero-slider {
  position: relative;
  z-index: 1;
}

.hero-slide {
  min-height: 750px !important;
  height: 750px !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.slick-slide,
.slick-track {
  height: auto !important;
}

.hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(95.47deg, rgba(17, 17, 17, 0.9) 40.76%, rgba(17, 17, 17, 0.3) 95.63%);
}

.hero-content {
  position: relative;
  color: #fff;
  text-align: left;
  max-width: 52rem;
}
.hero-contents a, .hero-contents span {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.hero-contents i {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  font-family: "fontAwesome";
}

.hero-contents img {
  margin: 0 0.5rem 0.3rem;
  position: relative;
  width: 14px;
  height: 14px;
}
.hero {
  min-height: 400px !important;
  height: 400px !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.96) 19.08%, rgba(17, 17, 17, 0.3) 100%);
}
.slick-dots li button:before {
  content: "" !important; 
  color: transparent !important;
}
.hero-slider .slick-dots  {
  bottom: 50px !important;
}
.slick-dots {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.slick-dots li button {
  font-size: 0 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.slick-dots li.slick-active button {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  border: 1px solid #f7931e !important;
  position: relative !important;
}

.slick-dots li.slick-active button::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 8px !important;
  height: 8px !important;
  background: #f7931e !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.slick-dots li {
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}
.wpcf7-spinner {
  display: none;
}
.projects {
  background: 
  radial-gradient(63.99% 60.09% at 50% 50%, #20773C 0%, #105A28 100%),
    url('images/texture.png');
  background-size: cover;
  background-blend-mode: multiply;
}

.projet {
  border-radius: 24px;
}
.card-img {
  height: 350px;
  object-fit: cover;
  width: 100%;
  display: block;
  border-radius: 24px;
}
.cards-img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  display: block;
  border-radius: 24px;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: linear-gradient(
    179.92deg,
    rgba(0, 0, 0, 0) 0.07%,
    #000000 165.27%
  );
  z-index: 1;
  border-radius: 24px;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2; 
}
#card-slide .card {
  margin: 0 10px;
  background-color: transparent;
}
#card-slide .slick-dots {
  bottom: -3rem !important;
}
.card-content h5 {
  font-size: 1.4rem;
  font-weight: 600;
}
.card-content a {
  font-size: 1rem;
  font-weight: 400;
}
.card-content i {
  transform: rotate(50deg);
}
.section-badge {
  display: flex;
  align-items: center;
}
.circle-orange {
  width: 51px;
  height: 51px;
  background-color: #f28c28;
  border-radius: 50%;
  margin-right: -37px; 
  margin-top: -0.6rem;                                             
}
.circle-green {
  width: 51px;
  height: 51px;
  background-color: #20773C;
  border-radius: 50%;
  margin-right: -37px;
  color: #fff;
  margin-top: -0.6rem;
}
.number-stats h4 {
  font-size: 3.37rem;
  font-weight: bold;
  color: #080808;
}
.number-stats p {
  font-size: 1rem;
  font-weight: 500;
  color: #444A5D;
}
.missions {
  position: relative;
}
.missions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url('images/about.png');
  background-position: left;
  z-index: -1;
}
.mission-value p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #444A5D;
  text-align: center;
}
.mission-value {
  width: 15rem;
  height: 12rem;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px #00000026;
  border-radius: 1rem;
}
.bg-green {
  background-color: #20773C;
}
.bg-orange {
  background-color: #F69320;
  margin-top: 1.2rem;
}
.bg-orange p, .bg-green p {
  color: #fff !important;
}
.blog-bg {
  background-color: #F5F5F5;
}
#blog img {
  width: 100%;
  border-radius: 1rem;
}
#blog h5 {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 600;
}
#blog a {
  font-size: 1rem;
  color: #333333;
  font-weight: 600;
}
#blog i {
  width: 2rem;
  height: 2rem;
  background-color: #F69320;
  border: 1px solid #F69320;
  border-radius: 50%;
  padding: 0.4rem;
  margin-right: 0.5rem;
  color: #fff;
}

.blogs #content {
  padding-bottom: 6rem;
}

.blogs h2 {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
}

.blogs img {
  width: 100%;
  height: 545px;
  object-fit: cover;
  border-radius: 1rem;
}
.agir-content {
  position: relative;
}
.agir-content::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url('images/frame1.png');
  background-size: 25rem;
  background-position: bottom left;
  z-index: -1;
}
.agir-image img {
  width: 503px;
  height: 451px;
  object-fit: cover;
  border-radius: 24px;
}
footer {
  background-color: #171717;
  color: #FFFFFFB2;
}
footer .logo img {
  max-width: 60px;
  object-fit: cover;
  margin-bottom: 1rem;
}
footer h4 {
  font-size: 1.37rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
.footer p {
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFFB2;
  max-width: 284px;
}
.footer-content, .social-icons {
  margin: 0 !important;
  padding: 0;
  list-style-type: none
}
.footer-content li {
  margin-bottom: 0.5rem;
}

.social-icons li {
  width: 24px;
  height: 24px;
  border: 1px solid#F69320;
  border-radius: 50%;
  list-style: none;
  margin-left: 0.5rem;
  color: #fff;
  background-color: #F69320;
}
.social-icons li a i {
  color: #fff !important;
}
footer a {
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFFB2;
}
.newsletter input[type="email"] {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  background-color: #333333;
  border-radius: 8rem;
  color: #fff;
  font-size: 1rem;
}
.newsletter input[type="email"]::placeholder {
  color: #fff;
}
.sendmail input[type="submit"]:focus, .sendmail input[type="submit"] {
  outline: none;
  background-color: transparent !important;
}
.sendmail p {
  background-color: #20773C;
  border: none;
  border-radius: 8rem;
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem 1rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sendmail p::before {
  content: "";
  display: inline-block;
  transform: none;
  width: 20px;
  height: 20px;
  background: url('images/email.png') no-repeat center;
  background-size: contain;
}
.send-contact p {
  border-radius: 8rem;
  color: #fff !important;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}
.send-contact p::after {
  content: "";
  position: absolute;
  left: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px; 
  background: url('images/email.png') no-repeat center;
  background-size: contain;
}
.send-contact p input[type="submit"]:focus, .send-contact p input[type="submit"] {
  width: auto !important;
  padding: 1.25rem 3.3rem;
  border: 0;
  color: #fff;
  background-color: #F69320 !important;
}
footer hr {
  opacity: 1;
  border: 1px solid #fff;
}
.copyright-top p, .back-to-top {
  font-size: 0.6rem;
  font-weight: 400;
}
.copyright-top i {
  color: #fff;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  font-size: 0.7rem;
  padding-top: 0.3rem;
  border-radius: 50%;
}
.mission-value {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem; 
}
.pagination-list {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.pagination-list li {
  list-style: none;
}

.pagination-list li a,
.pagination-list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination-list li a:hover {
  background-color: #f2f2f2;
}

.pagination-list li .current {
  background-color: #20773C;
  color: #fff;
  border-color: #20773C;
  font-weight: bold;
}

.pagination-list li span {
  cursor: default;
}

.agir-forms {
  background-color: #F5F5F5;
}
.donate label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333333;
  width: 100%;
}
.donate input, .donate select, .form-content input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #D6D6D6;
  background-color: #fff;
  border-radius: 100px;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
}
.donate input::placeholder, .form-content input::placeholder, .form-content textarea::placeholder  {
  color: #333333;
}
.form-content textarea {
  border-radius: 1.5rem;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
}
.donate select {
  background: url('images/vector.png') no-repeat right 1.5rem center;
  background-size: 12px;
  background-color: #fff;
}
 .donate input[type="submit"] {
  display: flex;
  width: auto;
  margin: auto;
}

.contact-box {
  background: #fff;
  border-radius: 1rem;
  transition: 0.3s;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 4px 30px 0px #0000000D;
}

.contact-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.contact-box .icon {
  width: 48px;
  height: 48px;
  border: 1px solid #20773C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20773C;
  font-size: 20px;
  flex-shrink: 0; 
}
.contact-box p {
  font-size: 1rem;
  font-weight: 400;
  color: #757277;
}
.form-content {
  background: url('images/bg.png');
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 24px;
}
.form-content::after {
  content: none;
  position: absolute;
  top: 0;
  left: 9rem;
  width: 100%;
  height: 100%;
  background: url('images/forms.png');
  background-size: 16rem;
  background-position: bottom;
  background-repeat: no-repeat;
}
.form-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.form-content label {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
  width: 100%;
}
.custom-card {
  border: none;
  border-radius: 20px;
  background-color: #fff7ef;
  padding: 15px;
  position: relative;
}

.card-img-top a {
  font-size: 1.12rem;
  color: #130C0E;
  font-weight: 600;
}
.card-img-top img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 20px;
}
.custom-card h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
}
.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #2d6a4f;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}

.square img {
  border-radius: 12px;
}
.pagination-list li.active span {
  background: #20773C;
  color: #fff;
  border: 1px solid #20773C;
}
.card-img-top {
  margin-top: -3rem; 
}
.custom-card {
  padding-top: 4rem;
}
 
/**
 * 2.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* WordPress Media Queries */
@media (max-width: 600.98px) {
}
@media (min-width: 601px) and (max-width: 782.98px) {
}
@media (min-width: 768px) {
  .mission-value {
    margin-bottom: 0; 
  }
  .projet-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bg-green {
    background-color: #20773C;
    margin-top: -1.2rem;
  }
  .copyright-top p, .back-to-top {
    font-size: 0.87rem;
    font-weight: 400;
  }
  .card-img-top {
    margin-top: -5rem;
  }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  .hero-slide {
    min-height: 400px !important;
    height: 400px !important;
  }
  .slick-dots li {
    margin-left: 0.4rem !important;
  }
}

/* Small devices (landscape phones, 576px, up to 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px, up to 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (min-width: 991.98px) {
  .navbar-nav li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
  }
	.mobile-header {
    display: none;
  }
  .menu-item-has-children {
    padding-right: 1.5rem !important;
  }
 .form-content::after {
    content: "";
  }
}
/* Large devices (desktops, 992px, up to 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-nav li {
    padding: 1rem 0.5rem;
  }
}


/* X-Large devices (large desktops, 1200px, up to 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
