@font-face {
  font-family: Quicksand-Medium;
  src: url("../../assets/fonts/Quicksand-Medium.ttf");
}

@font-face {
  font-family: Quicksand-Bold;
  src: url("../../assets/fonts/Quicksand-Bold.ttf");
}

@font-face {
  font-family: Quicksand-light;
  src: url("../../assets/fonts/Quicksand-Light.ttf");
}

body {
  font-family: Quicksand-light, Arial, Helvetica, sans-serif;
}

.hero {
  background-color: #004080;
  color: white;
  padding: 100px 0;
  text-align: center;
}

.feature-card {
  margin-bottom: 20px;
}

.navbar {
  background-color: #d00;
}

.navbar-brand img {
  max-width: 55px;
  width: 100%;
}

.hero--image__second {
  position: absolute;
  top: 48%;
  left: 0;
}

.hero--image__second img {
  width: 64%;
}

.about_us--heading {
  font-family: Quicksand-Bold, Arial, Helvetica, sans-serif;
}

.about_us--heading p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

#about {
  background-image: url("../../assets/image/story-bg-2.png"),
    url("../../assets/image/story-bg-1.jpg");
  background-position: right center, left center;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px, 60%;
  padding: 120px 0;
}

.about-us--right-side__box .card:nth-child(1),
.about-us--right-side__box .card:nth-child(2),
.about-us--right-side__box .card:nth-child(3) {
  background-color: #ffffff;
  border-radius: 19px;
  padding-left: 22px;
  padding-top: 20px;
  width: 70%;
  min-height: 154px;
  margin: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  position: relative;
}

.about-us--right-side__box .card:nth-child(1)::before,
.about-us--right-side__box .card:nth-child(2)::before,
.about-us--right-side__box .card:nth-child(3)::before {
  content: "1";
  position: absolute;
  top: -39px;
  font-size: 49px;
  font-weight: 900;
  color: gray;
}

.about-us--right-side__box .card:nth-child(2)::before {
  content: "2";
}

.about-us--right-side__box .card:nth-child(3)::before {
  content: "3";
}

.about-us--right-side__box .card:nth-child(1) h3,
.about-us--right-side__box .card:nth-child(2) h3,
.about-us--right-side__box .card:nth-child(3) h3 {
  font-weight: 800;
  font-size: 20px;
  padding-top: 17px;
  color: #d71921;
  font-family: Quicksand-Bold, Arial, Helvetica, sans-serif;
}

#service {
  background-image: url("../../assets/image/service-bg.png");
  background-color: #c22c28;
  height: 490px;
  background-repeat: no-repeat;
  padding-top: 61px;
}

.service--heading {
  font-family: Quicksand-Bold;
}

.service--text--box h2 {
  font-family: Quicksand-Bold;
  padding-top: 20px;
}

.service--text--box p {
  font-size: 17px;
  line-height: 28px;
  color: #000;
}

.memebership--section {
  margin-top: 300px;
}

.footer {
  background-color: #4a4a4a;
  color: white;
  padding: 40px 0;
}

.footer a {
  color: #bfbfbf;
  text-decoration: none;
}

.footer a:hover {
  color: white;
}

.contact-box {
  background-color: #3a3a3a;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.social-icons a {
  margin-right: 15px;
  font-size: 1.2rem;
  color: #bfbfbf;
}

.social-icons a:hover {
  color: white;
}

.hero--heading {
  font-family: Quicksand-Bold;
  color: #dd0000;
  position: absolute;
  top: 25%;
  left: 20px;
  font-size: 40px;
}

.member--right-side--box--heading {
  font-family: Quicksand-Bold;
}

.member--right-side--box--text {
  width: 89%;
  font-size: 17px;
}

.member--right-side--button--box {
  display: flex;
}

.member--right-side--button--box a {
  text-decoration: none;
  color: #fff;
  background: #a21d22;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 800;
  font-family: Quicksand-Bold;
}

.member--right-side--button--box a:nth-child(2) {
  margin-left: 10px;
}

.about-left {
  background-color: #d71a21;
  color: #ffff;
  padding: 17px 15px 10px 19px;
  border-radius: 20px;
}

@media (max-width: 800px) {
  .memebership--section {
    margin-top: 500px;
  }

  .hero--heading {
    font-size: 25px;
  }

  #about {
    padding: 20px 0;
  }

  .footer {
    margin-top: 278px;
  }
}

@media (max-width: 500px) {
  .memebership--section {
    margin-top: 800px;
  }

  .hero--heading {
    font-size: 15px;
  }

  #about {
    padding: 0px 0;
  }
}
 /* spinner start here*/

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  display: flex;
  /* Enable flexbox */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
}

#spinner-container {
  text-align: center;
  color: #fff;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Spinner end ehere */