@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/Inter-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/Inter-ThinItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/Inter-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/Inter-ExtraLightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Inter-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Inter-LightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Inter-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Inter-MediumItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-SemiBoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-BoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Inter-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Inter-ExtraBoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Inter-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Inter-BlackItalic.woff2") format("woff2");
}

body,
html {
  height: 100%;
}

body {
  font-family: 'Inter', arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h1,
.card-header h2,
.sponsor p {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  color: #112d3e !important;
}

.sponsor img {
  margin-right: 1rem;
  margin-top: -2rem;
  transform: rotate(20deg);
}

.logo {
  max-width: 70%;
}

@media (min-width: 992px) {
  .logo {
    max-width: 35%;
  }
}

.navbar-brand {
  white-space: normal !important;
  color: #112d3e !important;
}

h2 {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
  color: #112d3e;
}

a{
  color: #2497ce;
  text-decoration: none !important;
}

a:hover{
  text-decoration: underline !important;
}

.btn {
  font-weight: 600;
  background-color: #2497ce;
  border: 0 none;
}

.btn:hover {
  background: #2497ce;
  opacity: 0.9;
}

.form{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 60px 0;
  overflow: hidden;
}

.form::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

.bg-abstract {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3;
}

.bg-badge{
  background-color: #112d3e;
}

.form .container{
  z-index: 2;
}

.card{
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  border: 0 none;
}

.faq{
  border: 1px dotted #112d3e;
}

.form-switch .form-check-label::before,
.form-switch .form-check-label::after,
.form-switch input{
  cursor: pointer;
}

.form-switch .form-check-input:checked{
  border-color: #112d3e;
  background-color: #112d3e;
}

.form-control:focus {
  border-color: #112d3e;
}

.qr{
  width: 300px;
}

.banner a:hover{
  text-decoration: none !important;
}

.navbar {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, .98);
  z-index: 9999;
}

.brands img{
  max-width: 60px;
  max-height: 55px;
}

.currency {
  font-size: 50%;
  top: -0.8rem
}

@media only screen and (max-width : 991px) {
  .fixed-top,
  .fixed-bottom {
    position: relative;
  }

  .certifications img {
    max-width: 25%;
  }
}
