/* GENERAL-STYLE */

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.4s ease all;
}

a:focus,
a,
a:active,
a:visited {
  text-decoration: none;
  color: unset;
}

body {
  font-size: 75.5%;
  size: 62.5%;
  overflow-x: hidden;
}

input.form-control {
  border-radius: 4px !important;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 1.27em;
  line-height: 28px;
  color: #121212e0;
  margin-bottom: 0.4em;
}

input.form-control.outline-blue {
  border: 2px solid #355194;
  padding: 15px 10px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input,
input.form-control {
  height: 2.5em;
  width: 100%;
  background: rgba(224, 224, 224, 0.25);
  border: 1.5px solid rgba(54, 85, 153, 0.5);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
}

button {
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5px;
  height: 2.614em;
  width: 10.286em;
  margin: 5px;
  font-size: 1.714em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-fill {
  background: #ffffff;
  border: 1.5px solid #ffffff;
  color: #355194;
}

.white-outline {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
}

.blue-fill {
  background: #355194;
  border: 1.5px solid #355194;
  color: #fff;
}

.blue-outline {
  border: 1.5px solid #355194;
  color: #355194;
  background: transparent;
}

.label {
  font-family: "Maven Pro";
  font-weight: 600;
  font-size: 1.5em;
  line-height: 28px;
  color: #121212;
}

.label-sub {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 1.27em;
  line-height: 28px;
  color: #121212e0;
  margin-bottom: 0.4em;
}

.label-value {
  font-family: "Raleway";
  color: #233763;
  font-size: 1.7em;
}

/* GENERAL-STYLE */

nav {
  transition: 0.6s ease position;
}

nav.navbar {
  background: #f0f2f6;
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.navbar-brand {
  width: 7.5em;
}

.navbar-brand > img {
  width: 100%;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 18px;
  color: #355194;
  text-transform: uppercase;
  margin-left: 50px !important;
}

.navbar-light .navbar-nav .nav-link:first-child {
  margin-left: 0;
}

button.navbar-toggler {
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  background-size: cover;
  padding: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../svg/menu-2.svg");
}

/* WELCOME */
.welcome {
  padding-top: 9.462em;
  font-family: "Raleway";
  font-style: normal;
  text-align: center;
}

.welcome > .welcome__title {
  font-weight: 600;
  font-size: 3.538em;
  line-height: 54px;
  color: #233763;
}

.welcome .welcome__title.second {
  font-size: 3em;
  margin-top: 2.5em;
}

.welcome > .welcome__subTitle {
  font-weight: 400;
  font-size: 1.714em;
  line-height: 28px;
  color: #000000;
}

.desc-text {
  margin-top: 2.5em;
  font-weight: 300;
  font-size: 1.414em;
  line-height: 28px;
  color: #000000;
  text-align: center;
}

.calc-sect {
  margin-top: 6em;
}

.calc-sect > div {
  margin-bottom: 2em;
}

.calc-sect > div:last-child {
  margin-bottom: 0;
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.7em;
  justify-items: center;
}

.label-sect > p:nth-child(1) {
  margin-bottom: 0.2em;
}

.newsletter {
  margin-top: 6em;
  margin-bottom: 4em;
  text-align: center;
}

.newsletter__title {
  font-weight: 600;
  font-size: 2em;
  line-height: 44px;
  color: #fff;
}
.newsletter__subTitle {
  font-weight: 400;
  font-size: 1.2514em;
  line-height: 28px;
  color: #f0f2f6;
}

.news-card-inner .newsletter__title,
.news-card-inner .newsletter__subTitle {
  color: #121212;
}

.news-card-outer {
  padding: 2.7em;
  background-color: #f5f7fa83;
}

.news-card-inner {
  background-color: #fff;
  padding: 3.5em 2.7em;
}

/* FOOTER */

footer {
  margin-top: 40px;
  padding: 260px 5.714em 2.812em 5.714em;
  background: url("../svg/footer.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.social > .row > a:nth-child(2) {
  margin-left: 15px;
  margin-right: 15px;
}

footer .footer-logo {
  margin-top: 20px;
}

footer .footer-logo img {
  width: 12em;
}

footer ul {
  list-style: none;
}

footer .copyright {
  margin-top: 20px;
  padding-left: 10px;
  padding-top: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.286em;
  line-height: 32px;
  color: #ffffff;
  border-top: 2px solid #ffffff;
}

footer .list-group .list-title,
footer .social .social-title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 1.429em;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 10px;
}

footer .list-group .list-item a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1.214em;
  line-height: 32px;
  color: #ffffff;
}

footer .social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-lists {
  justify-content: space-between;
}

@media all and (max-width: 966px) {
  .container {
    margin: x-small;
  }

  body {
    width: small;
    height: small;
    padding: small;
  }

  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link:hover {
    margin-bottom: 10px;
    margin-left: 0 !important;
  }

  .calc-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #eee;
    padding: 10px 0;
    margin-bottom: 6em !important;
  }
}

@media all and (max-width: 720px) {
  #slide,
  .slider__marker {
    display: none;
  }

  .footer-lists {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  footer {
    margin-top: 100px;
    padding: 200px 40px 40px 40px;
  }
  footer .list-group {
    width: 100%;
  }
  footer .list-group .list-title {
    width: 100%;
    border-bottom: 2px solid #ffffff;
  }

  footer .list-group {
    margin-bottom: 10px;
  }

  footer .social {
    align-items: center;
  }

  footer .social .ml-3:first-child {
    margin-left: 0px !important;
  }
}
