html {
  min-height: 100vh;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  background: #121744 !important;
  font-family: "Jost", sans-serif !important;
  font-weight: normal;
  font-style: normal !important;
  min-height: 100vh !important;
}
@font-face {
  font-family: "walrusbold";
  src: url("../fonts/walrus-bold-webfont.woff2") format("woff2"),
    url("../fonts/walrus-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.woff2") format("woff2"),
    url("../fonts/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: "walrusbold";
  font-size: 2rem !important;
}
h3,
.pages-link {
  font-family: "walrusbold";
  font-size: 1.5rem !important;
  color: #f77148 !important;
  margin: 0 0 1rem 0 !important;
}
.btn-primary {
  background: #121744 !important;
  border-color: #121744 !important;
}
.btn-secondary {
  background: #f77148 !important;
  border-color: #f77148 !important;
}
.btn-outline-primary {
  border-color: #121744 !important;
  color: #121744 !important;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #ffffff !important;
  background-color: #f77148 !important;
  border-color: #f77148 !important;
}
.pages-link {
  text-decoration: underline !important;
  position: absolute;
  top: 15px;
  right: 11%;
}
.hero-sec p {
  font-size: 1.35rem;
}
.bg-pattern {
  display: none;
}
.btn-group {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 0 2rem 0 !important;
}
.btn-group a,
.partner ul li {
  display: inline-block;
  padding: 0 10px;
}
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.site-logo {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  width: 220px;
}
img {
  width: 100%;
}
.partner {
  padding-top: 1rem;
  border-top: 1px solid #282d56;
}
.partner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.partner ul li img {
  border-radius: 10px;
}
footer {
  font-size: 14px !important;
  position: sticky !important;
  top: 100%;
  padding: 1rem 0;
  bottom: 0;
}
.min-height-100 {
  min-height: 100vh;
}
.contact-btn {
  position: absolute;
  top: 15px;
  right: 11%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.page-btn {
  border-radius: 50rem !important;
  position: absolute;
  top: 15px;
  right: 11%;
  background: #f77148;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
}
.page-btn-bottom {
  border-radius: 50rem !important;
  position: absolute;
  top: 15px;
  right: 19%;
  background: #f77148;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  margin-right: 15px;
  position: relative;
  z-index: 10;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.3rem !important;
  }
  .partner ul {
    display: flex;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 760px !important;
  }
  body::after {
    position: absolute;
    left: 90%;
    top: 0;
    width: 10%;
    height: 100%;
    content: "";
    background: #3d1a91 url("../img/bg.svg") center/cover no-repeat;
  }
  .bg-pattern {
    position: absolute;
    left: 0;
    bottom: 2rem;
    display: block;
  }
  h1 {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1000px !important;
  }
}
@media (max-width: 1199px) {
  .bg-pattern svg {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .page-btn {
    position: relative;
    right: auto;
    padding-right: 15px;
  }
  .page-btn-bottom {
    position: relative;
    right: auto;
    padding-right: 15px;
    top: 25px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .partner ul li img {
    margin-bottom: 10px;
  }
}

.btn-purple {
  background-color: #3d1a91 !important;
}
