/* @import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap"); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

#overlay {
  width: 100%;
  height: 100vh;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: grid;
  place-items: center;
}

::selection {
  background: #58A395;
  color: #fff;
}

.swal2-container.swal2-center > .swal2-popup {
  zoom: 0.8;
}

.logo {
  width: 50px;
}
.navbar {
  padding: 0;
}
.navbar-light .navbar-toggler {
  color: transparent;
  border-color: unset;
  outline: 0;
}

.navbar-container {
  box-shadow: 1px 1px 5px #ddd;
  background: linear-gradient(45deg, #58A395aa, #58A395);
  background: #333;
  margin-bottom: 5px;
  background: #58A395;
  background-image: url(../images/home/slider16.JPG);
  background-size: inherit;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  color: rgb(255, 255, 255);
  padding: 0.5rem;
}

.navbar-container .dropdown-menu {
  border: none;
  border-radius: 3px;
  background: rgba(255, 133, 133, 0.5749);
  color: #fff;
  zoom: 0.95;
}

.dropdown-item {
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-container {
    padding: 0.5rem 4rem;
    background-size: cover;
  }
  .navbar-container .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #58A395;
    color: #fff;
    border: none;
    border-radius: 0;
  }
}

header .nav-link {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff !important;
  font-size: 15px;
}

.navbar-brand {
  font-family: "Roboto", sans-serif;
  color: #58A395;
  color: #ffe1e0;
  font-weight: bold;
  font-size: 18px;
}

.navbar-brand:hover {
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar .nav-link:hover {
  /* color: #58A395 !important; */
  /* color: #ff9a99 !important; */
  color: #ccc !important;
  text-decoration: underline;
}

@media (max-width: 992px) {
  header .navbar-nav {
    background: #002e40;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    background: linear-gradient(45deg, darkred, #58A395);
    margin-bottom: 20px;
  }

  header .nav-link {
    color: #fff !important;
  }
  .navbar-brand {
    font-size: 15px;
  }
}

.scrollToTop {
  width: 35px;
  height: 35px;
  background: #002e40;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  display: grid;
  opacity: 0;
  place-items: center;
}

.show-scrollToTop {
  opacity: 1;
  animation: scrollToTopAnimation 1s linear;
  animation-fill-mode: forwards;
}

@keyframes scrollToTopAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.scrollToTop a {
  color: #fff !important;
  color: #fff !important;
}

.top-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #58A395;
  opacity: 0.6;
}

.top-bar i {
  margin-right: 15px;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  flex: 1;
}

/* .top-bar-right {
  background: #58A395;
} */

.top-bar-right a {
  font-size: 14px;
}

.top-bar a,
.top-bar i,
.top-bar a,
.top-bar p {
  color: #eee;
}

.top-bar-right a,
.top-bar-right i,
.top-bar-right p {
  color: black;
}

.top-bar p {
  margin: 0 30px 0 0;
}

@media (max-width: 992px) {
  .top-bar {
    display: none;
  }
}

/* Homepage */
.homepage p {
  font-size: 14px;
}

.homepage .our-doctors-h2 {
  font-family: "Roboto", sans-serif;
  margin-top: 50px;
  color: #58a395;
}

.homepage .hero-section {
  width: 100%;
  position: relative;
}

.homepage-banner {
  z-index: 2;
  position: absolute;
}

.swiper-button-prev {
  background-image: url("../images/chevron.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  width: 50px;
  opacity: 0.8;
}

.swiper-button-next {
  background-image: url("../images/chevron.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(270deg);
  width: 50px;
  opacity: 0.8;
}

.swiper-button-prev::after {
  content: "";
}

.swiper-button-next::after {
  content: "";
}

.homepage .hero-section .swiper-slide-hero img {
  /* opacity: 0.7; */
  width: 100%;
  /* filter: brightness(0.8); */
  height: 90vh;
  object-fit: cover;
  object-position: left;
}

.homepage .heartbeat-img {
  width: 80px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
}

@media (max-width: 576px) {
  .swiper-pagination-bullets-dynamic {
    display: none;
  }
}
.homepage .hero-section h1 {
  text-shadow: 3px 2px 3px #000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: white;
  background: linear-gradient(45deg, #00435e, transparent);
  padding: 0.5rem 1rem;
}

.homepage .hero-section p {
  background: rgb(255 255 255 / 60%);
  padding: 2rem;
  font-size: 22px;
  color: #333;
  font-family: "Roboto", sans-serif;
  width: 70%;
}

@media (max-width: 576px) {
  .homepage .hero-section h1 {
    font-size: 22px;
  }

  .homepage .hero-section p {
    font-size: 16px;
  }
}

.homepage .ahmedpur {
  text-align: center;
  margin-bottom: 40px;
}

.homepage .ahmedpur h2 {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.homepage .ahmedpur p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}

.homepage ul li {
  text-align: left;
  margin: 28px 0;
  list-style: none;
  position: relative;
}

@media (min-width: 768px) {
  .homepage ul li:first-child {
    margin-top: 0px;
  }
}

.homepage ul li::before {
  content: "\f0da";
  color: #58a395;
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: -25px;
}

.homepage .needy-image {
  width: 250px;
}

@media (max-width: 576px) {
  .homepage .needy-image {
    width: 100%;
    margin: auto;
  }
}

.homepage .our-doctors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 10px 0 50px 0;
}

.homepage .our-doctors .doctor-card {
  width: 100%;
  border: 1px dotted #ccc;
  background: #002e40;
  text-align: center;
  border-radius: 10px;
  padding: 3rem 1.5rem;
  margin: auto;
}

.homepage .our-doctors .doctor-card .doctor-image-container {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 1.5rem;
}

.homepage .our-doctors .swiper-button-next,
.homepage .our-doctors .swiper-button-prev {
  top: 40%;
}

.homepage .our-doctors .swiper-button-next {
  right: 0px;
}

.homepage .our-doctors .swiper-button-prev {
  left: 0px;
}

.homepage .doctor-card h5 {
  font-size: 22px;
  margin: 10px 0 0 0;
  font-family: "Roboto", sans-serif;
}

.homepage .doctor-card h5,
.homepage .doctor-card p,
.homepage .doctor-card small {
  padding: 0 10px;
  color: #ddd;
}

.homepage .doctor-card p {
  text-align: center;
}

.homepage
  .our-doctors
  .doctor-card
  .swiper-horizontal
  > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

.swiper-pagination-bullet-active {
  background-color: #58A395 !important;
}

.homepage .doctor-card small {
  color: skyblue;
}

.homepage .our-doctors .doctor-image-container .card-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #fff;
  object-fit: cover;
}

.homepage .patients-section {
  background: #58A395;
  width: 100%;
  padding: 50px 0;
  margin: 80px 0;
}

.homepage .patients-section > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 10px 0 0px 0;
}

.homepage .patients-section > div > div {
  border-radius: 5px;
  flex-basis: 270px;
  text-align: center;
  padding: 1rem;
}

.homepage .patients-section h5,
h2 {
  font-family: "Roboto", sans-serif;
}

.homepage .get-answers-section {
  margin: 150px auto;
  text-align: center;
}

.homepage .get-answers-section h2,
.homepage .get-answers-section p {
  color: #58a395;
}

.homepage .get-answers-section p {
  margin: 10px 0;
}

/*  Contact Us Page */
.google-map-heading {
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 70px;
}

.google-map {
  width: 100%;
  margin: 30px 0;
}

.contact-us {
  background: #f5f5f5;
  padding: 1rem;
}

.contact-us h1 {
  color: #58a395;
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}

.contact-us h2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 10px 0;
}

.contact-us h3 {
  font-family: "Roboto", sans-serif;
}

.contact-us .main-container {
  gap: 2rem;
}
.text-danger{
	color: #58A395 !important;
	
}
.contact-us .main-container input,
.contact-us .main-container textarea {
  display: block;
  padding: 5px 10px;
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  resize: none;
}

#send-message-btn {
  background: #58A395 !important;
  border: none;
}

#send-message-btn:hover {
  background-color: #ff3936 !important;
}

/* Footer */
.footerr-container {
  background: #002e40;
  background: linear-gradient(45deg, #58A395, #58A395, #ff000070);
  background: ##58A395;
  padding-top: 50px;
  color: #fff;
}

@media (min-width: 1200px) {
  .footerr-container {
    background: #58A395;
    background-image: url(../images/home/slider16.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 50px;
    color: rgb(255, 255, 255);
  }
}

.footerr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.footerr h5 {
  margin-left: -5px;
  text-shadow: 3px 2px 5px black;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.footerr h5::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
  content: "";
}

.footerr h5::after {
  position: absolute;
  left: 65px;
  bottom: -2px;
  height: 6px;
  width: 6px;
  content: "";
  border-radius: 50%;
  background-color: #fff;
}

.footerr > div {
  flex-basis: 250px;
}

.footerr p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.footerr .quick-links {
  display: flex;
  flex-direction: column;
}

.footerr .quick-links a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footerr .social-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.footerr .social-links li {
  margin: 5px 7px;
}

.footerr .social-links li i {
  color: #fff;
  font-size: 22px;
}

.footerr .social-links li i:hover {
  color: skyblue;
}

.footerr-container .copyright-text {
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
}

/*about us page*/
.about-us {
  margin-top: 50px;
}

.img-and-about-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.about-us .left {
  flex-basis: 300px;
  flex: 1;
}

.about-us .left p {
  text-align: justify;
}

.about-us .right {
  flex-basis: 300px;
  flex: 1;
}

.about-us .right img {
  width: 100%;
}

.about-us h2 {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 768px) {
  .about-us .right {
    order: -1;
    flex: unset;
  }
}

/*Dialysis pagee*/
.dialysis-page .image-container {
  width: 100%;
  max-width: 500px;
  margin: auto;
  background: url("../images/dialysis_page.jpg");
  background-size: cover;
  height: 300px;
  opacity: 1;
  border-radius: 5px;
  margin-bottom: 50px;
}

.dialysis-page h1 {
  color: #58a395;
  text-align: center;
  margin: 30px 0;
}

.dialysis-page h4 {
  font-family: "Roboto", sans-serif;
}

.dialysis-page li {
  text-align: justify;
}

.dialysis-page .blog {
  padding: 0 1rem;
}

.donate h1 {
  font-family: "Roboto", sans-serif;
}
.donate p {
  text-align: justify;
}
.bank-details {
  margin: 20px auto 70px auto;
}

/* Volunteer page */

.volunteer {
  margin-top: 50px;
}

.img-and-volunteer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.volunteer .left,
.volunteer .right {
  flex-basis: 300px;
  flex: 1;
}

.volunteer .right p {
  text-align: justify;
}

.volunteer .right img {
  width: 100%;
}

.volunteer h2 {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 768px) {
  .volunteer .right {
    order: -1;
    flex: unset;
  }
}

/* Certifications */
@media (max-width: 768px) {
  .certifications .col-md-4 {
    margin-top: 20px;
  }
}

.certifications a[download] {
  width: 100%;
  display: inline-block;
}

/* governing bodies */

.governing-body .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  justify-content: center;
  gap: 2rem;
  row-gap: 3rem;
  margin-bottom: 30px;
}

.governing-body .grid img {
  width: 100%;
  object-fit: cover;
}

/* board members */
.board-members .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  justify-content: center;
  gap: 2rem;
  row-gap: 3rem;
  margin-bottom: 30px;
}

.board-members img {
  width: 100%;
  object-fit: cover;
}

/* Care image */
.donate-care .care-image {
  border: 15px solid #333;
  width: 350px;
  margin: 2rem;
}

/* Vision Mission Objectives */
.our-objectives ul li {
  text-align: left;
  margin: 15px 0;
  list-style: none;
  position: relative;
}

.our-objectives ul li::before {
  content: "\f0da";
  color: #58A395;
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: -25px;
}

@media (min-width: 992px) {
  .our-vision p,
  .our-mission p {
    width: 70%;
    margin: auto;
    font-size: 22px;
  }

  .our-objectives ul {
    width: 70%;
    margin: auto;
    margin-bottom: 50px;
  }
  .our-objectives ul li::before {
    content: "\f0da";
    color: #58A395;
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
}

/* gallery page */
.flood-images-container img {
  width: 300px;
  border-radius: 5px;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin: 2rem;
  border: 1px double #ccc;
  object-position: bottom;
}

.meetings-images-container img {
  width: 300px;
  border-radius: 5px;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin: 2rem;
  border: 1px double #ccc;
  object-position: bottom;
}

.hospital-images-container img {
  width: 300px;
  border-radius: 5px;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin: 2rem;
  border: 1px double #ccc;
  object-position: bottom;
}

.gallery-videos-container video {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 15px black;
  border: 2px solid #233;
  max-width: 576px;
}

/* sponsorhip equipment page */
.sponsorship-equipment table {
  width: 100%;
  max-width: 768px;
  margin: auto;
}

/* loader */
.loader {
  border: 9px solid #58A395;
  border-radius: 50%;
  border-top: 9px solid #ccc;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
