@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");


html,
body {
    color: #252525;
    width: 100%;
    min-height: 100%; /* Set a minimum height for the body */
    scroll-behavior: smooth;
    margin: 0; /* Avoid overlapping from body margin */
    padding: 0;
    display: flex;
    flex-direction: column; /* Allows footer positioning */
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
    font-family: "Montserrat", sans-serif !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body > * {
  flex: 1;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}


.text-secondary {
    color: #06C258;
}

.paragraph {
  font-size: 16px;
  color: #252525;
}

p {
  font-size: 16px !important;
  color: #252525;
  text-align: justify;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  color: #252525;
}
.heading {
  margin-top: 120px;
  font-size: 22px;
  font-weight: 700;
}
.heading2 {
    font-size: 22px;
    font-weight: 700;
}
.subheading {
  font-size: 18px;
  font-weight: 600;
}
.heading-colored {
    color: #06c258;
}
.subtitle {
    font-size: 14px;
    font-weight: 600;
}

.justify-text {
  text-align: justify;
}

.btn-cal {
  background: #06c258;
  font-size: 18px;
  color: white;
  border: 1px solid #06c258;
}

.btn-cal:hover {
  background: transparent;
  color: #06c258;
  border: 1px solid #06c258;
}

.btn-log {
  background: #06c258;
  font-size: 18px;
  color: white;
  border: 1px solid #06c258;
}

.btn-log:hover {
  background: transparent;
  color: #06c258;
  border: 1px solid #06c258;
}

/* #carouselExampleAutoplaying img {
  height: 100vh;
} */

/* Make carousel image fill the viewport height on larger screens */
@media (min-width: 768px) {
  #carouselExampleAutoplaying img {
    width: 100%;
    height: auto;

    object-fit: cover;
  }

  .awesome {
    width: 100%;
    height: auto;
    /* background: url("/images/logo/logo.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    /* background-attachment: fixed;*/
  }
}

/* For mobile devices, let the image resize automatically */
@media (max-width: 767px) {
  #carouselExampleAutoplaying img {
    margin-top: 80px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/* 
.awesome-img {
  width: 100%;
  height: auto;
} */

.explore {
  color: white;
  font-size: 16px;
  font-weight: 400;
  background: #252525;
  height: auto;
  width: 100%;
}
.list {
  list-style: none;
}
.link {
  color: white;
  font-size: 16px;

  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  color: #06c258;
  font-weight: bold;
  letter-spacing: 2px;
}
.zakat-calculator,
.work,
.campaign {
  background: white;
  height: auto;
}

.projects,
.charity,
.subscribe {
  width: 100%;
  height: auto;
  background: #ffffff;
}

.work-card {
  background: #ffffff;
}

.help {
  width: 100%;
  height: auto;
  background: url("/images/backgrounds/Rectangle 173.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
