/**
    Google Fonts usage
    font-family: 'Roboto', sans-serif;
**/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");

@font-face {
  font-family: "MontserratAlt1-Light";
  src: url("../fonts/MontserratAlt1-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #005f94;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

.navbar-brand img {
  height: 40px;
}

.navbar {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1030;
  padding: 0.5rem 1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #0056b3;
}

.nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: black;
}

.savix-ig {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.savix-ig img {
  width: 50%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.6);
  padding: 0px;
}

.savix-ig img:nth-child(1) {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}

.savix-ig img:nth-child(2) {
  position: relative;
  z-index: 1;
}

.parallax {
  width: 100%;
  height: 80vh;

  background-image: url(/img/savix_savings_ppl.jpg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.custom-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #001825;
}

/* Utility */
.hr {
  width: 40%;
  border: #005f94 solid 1px !important;
  margin: 15px 0px;
}

.stat {
  font-size: 28px;
  line-height: 33px;
  color: #005f94;
  margin-bottom: 9px;
}

.svx-btn {
  border: 2px solid #005f94;
  border-radius: 15px;
  color: #005f94;
  line-height: 19px;
  font-size: 16px;
  background-color: #fff;
  padding: 11px 19px;
}

.svx-btn:hover {
  background-color: #005f94;
  color: #fff;
}

.submit-btn {
  border: none;
  border-radius: 30px;
  color: white;
  line-height: 30px;
  font-size: 16px;
  background-color: #005f94;
  margin-bottom: 100px;
  padding: 10px 44px;
}

.submit-btn:hover {
  background-color: rgb(154, 154, 154);
  color: rgb(22, 22, 22);
}

.form-control {
  border-radius: 30px;
}

.form-control::placeholder {
  color: black;
  opacity: 20%;
}

.nav-link-button {
  color: white;
  text-decoration: none;
}

.header-pricing {
  font-weight: 600;
}

/* Purchase Button */
.purchase-btn {
  background-color: #00946f;
  border: none;
  border-radius: 12px;
  width: 144px;
  height: 46px;
  padding: 10px;
  margin-top: 48px;
  margin-bottom: 38px;
  color: white;
  font-weight: 600;
}

.purchase-btn:hover {
  background-color: rgb(154, 154, 154);
}

/* Button Colors */
.blue-60 {
  background-color: rgba(0, 95, 148, 0.6);
}

.blue-65 {
  background-color: rgba(0, 95, 148, 0.65);
}

.blue-70 {
  background-color: rgba(0, 95, 148, 0.7);
}

.blue-75 {
  background-color: rgba(0, 95, 148, 0.75);
}

.blue-80 {
  background-color: rgba(0, 95, 148, 0.8);
}

.blue-85 {
  background-color: rgba(0, 95, 148, 0.85);
}

.blue-90 {
  background-color: rgba(0, 95, 148, 0.9);
}

.blue-95 {
  background-color: rgba(0, 95, 148, 0.95);
}

.blue-100 {
  background-color: rgba(0, 95, 148, 1);
}

.dark-blue {
  background-color: rgba(0, 85, 132, 1);
}

.orange {
  background-color: rgba(243, 147, 13, 1);
}

/* Card */
.card {
  background-color: #f8f9fa;
  width: 300px;
  border: none;
}

.card-header {
  color: white;
}

.card-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 52px;
  line-height: 29.5px;
  padding-top: 32px;
}

.card-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3%;
  padding-left: 12px;
  padding-bottom: 8px;
}

.card-body {
  padding-top: 18px;
  padding-bottom: 98px;
}

#h1 {
  background-color: #00946f;
  color: white;
}

#h2 {
  background-color: rgba(0, 95, 148, 0.6);
  color: white;
}

#h3 {
  background-color: rgba(0, 95, 148, 0.65);
  color: white;
}

#h4 {
  background-color: rgba(0, 95, 148, 0.7);
  color: white;
}

#h5 {
  background-color: rgba(0, 95, 148, 0.75);
  color: white;
}

#h6 {
  background-color: rgba(0, 95, 148, 0.8);
  color: white;
}

#h7 {
  background-color: rgba(0, 95, 148, 0.85);
  color: white;
}

#h8 {
  background-color: rgba(0, 95, 148, 0.9);
  color: white;
}

#h9 {
  background-color: rgba(0, 95, 148, 0.95);
  color: white;
}

#h10 {
  background-color: rgba(0, 95, 148, 1);
  color: white;
}

#h11 {
  background-color: rgba(0, 85, 132, 1);
  color: white;
}

#h12 {
  background-color: rgba(243, 147, 13, 1);
  color: white;
}

/* Card Title & Icons Color */
.icon-green,
.text-green {
  color: #00946f;
}

.icon-blue-60,
.text-blue-60 {
  color: rgba(0, 95, 148, 0.6);
}

.icon-blue-65,
.text-blue-65 {
  color: rgba(0, 95, 148, 0.65);
}

.icon-blue-70,
.text-blue-70 {
  color: rgba(0, 95, 148, 0.7);
}

.icon-blue-75,
.text-blue-75 {
  color: rgba(0, 95, 148, 0.75);
}

.icon-blue-80,
.text-blue-80 {
  color: rgba(0, 95, 148, 0.8);
}

.icon-blue-85,
.text-blue-85 {
  color: rgba(0, 95, 148, 0.85);
}

.icon-blue-90,
.text-blue-90 {
  color: rgba(0, 95, 148, 0.9);
}

.icon-blue-95,
.text-blue-95 {
  color: rgba(0, 95, 148, 0.95);
}

.icon-blue-100,
.text-blue-100 {
  color: rgba(0, 95, 148, 1);
}

.icon-dark-blue,
.text-dark-blue {
  color: rgba(0, 85, 132, 1);
}

.icon-orange,
.text-orange {
  color: rgba(243, 147, 13, 1);
}

/* Font weights */
.rbt-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 2%;
}

.rbt-medium {
  font-weight: 500;
}

.rbt-regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.rbt-light {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 32px;
  line-height: 117%;
  letter-spacing: 2%;
}

/* Accordion */
.accordion {
  margin: 80px auto;
  margin-top: 16px;
  width: 1200px;
}

.accordion li {
  list-style: none;
  width: 100%;
  margin-bottom: 10px;
  background-color: rgba(248, 249, 250, 1);
  padding: 10px;
  border-radius: 8px;
}

.accordion li label {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #013f5e;
}

.accordion-label::after {
  content: "+";
  margin-right: 10px;
  font-size: 24px;
  font-weight: 600;
}

.accordion input[type="radio"] {
  display: none;
}

.accordion .content {
  padding: 0 10px;
  line-height: 26px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.accordion input[type="radio"]:checked + .accordion-label + .content {
  max-height: 400px;
}

.accordion input[type="radio"]:checked + .accordion-label::after {
  content: "-";
  font-size: 34px;
  font-weight: 600;
}

/* Footer */

/* Footer content */
.footer-info {
  background-color: #343a40;
}

.footer-info h2 {
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
}

.footer-info p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.footer-links a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

/* Credits and copyright */
.credits {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background-color: #28292b;
}

.credits a {
  color: #fff;
}

.kalority-brand {
  font-family: "MontserratAlt1-Light", sans-serif;
  text-decoration: none;
}
