*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
}
body {
  overflow-x: hidden;
  box-sizing: border-box;
}
.navbar-toggler {
  border: none !important;
}
.btn-primary {
  background-color: #ffed05 !important;
  font-family: "Jost", sans-serif !important;
  border: #002d71 2px solid !important;
  padding: 5px;
  color: #002d71 !important;
}

.btn-secondary {
  background-color: #002d71 !important;
  border: #ffed05 2px solid !important;
  color: #ffed05 !important;
  font-family: "Jost", sans-serif !important;
  padding: 5px;
}
.logo-header-img {
  margin-left: 50%;
}
.navbar {
  background-color: #002d71 !important;
}
.catchword {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(172, 183, 199, 1) 100%
  );
  border-radius: 10px;
}
.catchword-title {
  color: #002d71;
  line-height: 60px;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.services-container {
}
.services-card {
  box-shadow: 0px 0px 20px 4px rgba(212, 220, 230, 1);
  background-color: white;
  color: #002d71;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  height: 75px !important;
}
.services-card:hover {
  background-color: #d3dbe7;
}
.findus-title {
  color: #002d71;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.findus-paragraph {
  color: #282e36;
  font-size: 16px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.findus-btn {
  background: #002d71;
  color: #ffed05;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: none;
}
.findus-btn:hover {
  background: #002d71;
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border: none;
}
.mortgage-title {
  color: #002d71;
  font-size: 32px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.mortgage-paragraph {
  color: #282e36;
  font-size: 16px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.mortgage-btn {
  border-radius: 10px;
  border: 2px solid #002d71;
  background-color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #002d71;
}
.mortgage-btn:hover {
  background-color: #002d71;
  color: white;
}
.members-title {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #002d71;
}
.members-card {
  background-color: #002d71;
  border-radius: 10px;
}
.members-card-title {
  color: #ffed05;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 32px;
  height: 100px;
}

.mini-info-container {
  background-color: #002d71;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 42px;
}
.unlimited-title {
  color: #002d71;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
}
.unlimited-text {
  font-size: 16px;
}
.unlimited-card {
  box-shadow: 0px 0px 20px 0px rgba(237, 237, 237, 1);
  background-color: white;
  color: #002d71;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
}
.pages-circle {
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(237, 237, 237, 1);
  width: 150px;
  height: 150px;
  color: #002d71;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.footer-title {
  color: #ffed05;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.footer-text {
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.footer-container {
  background-color:  #002d71;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.menu-icon {
  color: #ffed05;
}
@media only screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
  .btn-primary {
    background-color: #ffed05 !important;
    font-family: "Jost", sans-serif !important;
    border: #002d71 2px solid !important;
    padding: 5px;
    color: #002d71 !important;
  }
  .btn-secondary {
    background-color: #002d71 !important;
    border: #ffed05 2px solid !important;
    color: #ffed05 !important;
    font-family: "Jost", sans-serif !important;
    padding: 5px;
  }

  .logo-header-img {
    margin-left: 50%;
  }
  .navbar {
    background-color: #002d71 !important;
  }
  .catchword {
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(172, 183, 199, 1) 100%
    );
    border-radius: 10px;
  }
  .catchword-title {
    color: #002d71;
    line-height: 32px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .services-container {
  }
  .services-card {
    box-shadow: 0px 0px 20px 4px rgba(212, 220, 230, 1);
    background-color: white;
    color: #002d71;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    height: 40px !important;
  }
  .services-card:hover {
    background-color: #d3dbe7;
  }
  .findus-title {
    color: #002d71;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .findus-paragraph {
    color: #282e36;
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .findus-btn {
    background: #002d71;
    color: #ffed05;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
  }
  .findus-btn:hover {
    background: #002d71;
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border: none;
  }
  .mortgage-title {
    color: #002d71;
    font-size: 20px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .mortgage-paragraph {
    color: #282e36;
    font-size: 14px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  .mortgage-btn {
    border-radius: 10px;
    border: 2px solid #002d71;
    background-color: white;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #002d71;
  }
  .mortgage-btn:hover {
    background-color: #002d71;
    color: white;
  }
  .members-title {
    font-size: 24px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #002d71;
  }
  .members-card {
    background-color: #002d71;
    border-radius: 10px;
    height: 230px;
  }
  .members-card-title {
    color: #ffed05;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 32px;
    height: 100px;
  }
  .mini-info-container {
    background-color: #002d71;
    color: #ffffff;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
  }
  .unlimited-title {
    color: #002d71;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
  }
  .unlimited-card {
    box-shadow: 0px 0px 20px 0px rgba(237, 237, 237, 1);
    background-color: white;
    color: #002d71;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
  }
  .unlimited-text {
    font-size: 14px !important ;
  }
  .pages-circle {
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(237, 237, 237, 1);
    width: 120px;
    height: 120px;
    color: #002d71;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
  }
  .footer-title {
    color: #ffed05;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
  .footer-text {
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
  }
  .footer-container {
    background-color: #002d71 !important;
  }
  a {
    text-decoration: none;
    cursor: pointer;
  }
  .menu-icon {
    color: #ffed05;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .members-card {
    background-color: #002d71;
    border-radius: 10px;
    height: 230px;
  }
  .members-card-title {
    color: #ffed05;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 32px;
    height: 100px;
  }
  .mini-info-container {
    background-color: #002d71;
    color: #ffffff;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
  }
}
