/*
in this file:

Global font: Satoshi variable
Text settings
Button styles
Input field styles

Often used classes:
Invisible

*/

@font-face {
  font-family: "Satoshi Variable";
  src: url("Assets/fonts/Satoshi-Variable.ttf");
}

* {
  -webkit-tap-highlight-color: transparent;

  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-style: normal;
  font-family: "Satoshi Variable";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;

  --darkblue: #003f94;
  --brandcolor: #006cff;
  --midblue: #3188ff;
  --lightblue: #609ceb;
  --lighterblue: #98c4ff;

  --headerColor:#161635;
  --indexBodyColor: #4a4ca1;
  --indexBodyColorDark: #151535;

  --darkmode_bg: #121212;
  --darkmode_text: #ffffff;
  --lightest_blu: #d3e6ff;

  object-fit: contain;
}

.invisible {
  display: none !important;
}

header{
  background-color: var(--headerColor) !important;
}

html {
  scroll-behavior: smooth;
  background-color: white;
  color: black;
  /*height: fit-content;*/
  padding: 0;
}

span {
  display: inline-block;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: initial;
}

header a{
  color:#D3A546;

     font-style: normal;
    font-weight: 700;
    font-size: 44px; /* 44px */
    line-height: 56px;
}

@media all and (max-width: 790px) {
  h1 {

    font-style: normal;
    font-weight: 700;
    font-size: 44px; /* 44px */
    line-height: 56px;
    /* max-width: 90% !important; */
  }
  h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
  }
  h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
  }
  h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  h6, a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
  p {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
  }

    header{
  height: 75px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  padding: 0 10%;
}

  header #accountLinks{
  display: flex;
  flex-direction: row;
  gap:25px;
}

header #accountLinks a {
  color:white !important;
  
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}


  input[type="text"],
  input[type="password"] {
    width: 100%;
    height: 48px;
    border-radius: 300px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
    transition: all 125ms;

    
    background-color: rgba(95, 91, 205, 0.5); 
  }

  input[type="text"]:focus,
  input[type="password"]:focus {
    transition: all 125ms;
    border: solid 1px #3D3E90;
    outline: 1px solid #3D3E90;
  }

  input[placeholder] {
    color:white;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    text-align: center;
  }

   input[placeholder]::placeholder {
    color: white;
    opacity: 0.75;
  }

  input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: inherit;
  }

  a {
    cursor: pointer;
  }

  button.primary {
    width: max-content;
    height: fit-content;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 24px;
    border: none;
    color: white;
    background-color: #3D3E90;
    border-radius: 5px;
    transition: all 125ms;
  }

  button.primary img {
    height: 24px;
    margin: 1px 0 0 3px;
    padding-top: 5px;
  }

  button.primary:hover {
    transition: all 125ms;

    border: none;
    color: white;
    background-color: #0067dd;
    border-radius: 5px;
  }

  input.whiteRect{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;

    height: 45px;
    color:black !important;
  }

  input.whiteRect[placeholder]{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    text-align: center;
  }

  input.whiteRect[placeholder]::placeholder{
        color: rgba(0, 0, 0, 0.33) !important;
  }

  /* Chrome, Safari, Edge, Opera */ /* to remove arrows from type number inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */ /* to remove arrows from type number inputs */
input[type=number] {
  -moz-appearance: textfield;
}



  input[type="text"],
  input[type="password"] {
    width: 100%;
    height: 45px;
    border-radius: 500px;
    border: solid 1px rgba(0, 0, 0, 0.3);

    background-color: rgba(95, 91, 205, 0.5); 

    padding-left: 10px;
    transition: all 125ms;
  }

  input[type="text"]:focus,
  input[type="password"]:focus {
    transition: all 125ms;
    border: solid 1px  #3D3E90;
    outline: 1px solid #3D3E90;

  }

  input[placeholder] {

    color:white;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    text-align: center;
  }

   input[placeholder]::placeholder {
    color:white;
    opacity: 0.75;

  }

  input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: inherit;
  }

  a {
    cursor: pointer;
  }
}

@media all and (min-width: 791px) {

 

  header{
  height: 105px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  padding: 0 10%;
}

header #accountLinks{
  display: flex;
  flex-direction: row;
  gap:35px;
}

header #accountLinks a {
  color:white !important;
  
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}


  h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 69px;
  }
  h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
  }
  h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
  }
  h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  h6, a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
  p {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
  }

 /* input.white{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    height: 100%;
    margin: 0 auto;
    max-width: 65%;
    overflow: hidden;
    padding: 0 5%;
    background-color: white;
    border-radius: 1.5vw;

    color:black !important;
  } */

  input.whiteRect{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;

    height: 45px;
    color:black !important;
  }

  input.whiteRect[placeholder]{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    text-align: center;
  }

  input.whiteRect[placeholder]::placeholder{
        color: rgba(0, 0, 0, 0.33) !important;
  }

  /* Chrome, Safari, Edge, Opera */ /* to remove arrows from type number inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */ /* to remove arrows from type number inputs */
input[type=number] {
  -moz-appearance: textfield;
}



  input[type="text"],
  input[type="password"] {
    width: 100%;
    height: 45px;
    border-radius: 500px;
    border: solid 1px rgba(0, 0, 0, 0.3);

    background-color: rgba(95, 91, 205, 0.5); 

    padding-left: 10px;
    transition: all 125ms;
  }

  input[type="text"]:focus,
  input[type="password"]:focus {
    transition: all 125ms;
    border: solid 1px  #3D3E90;
    outline: 1px solid #3D3E90;

  }

  input[placeholder] {

    color:white;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    text-align: center;
  }

   input[placeholder]::placeholder {
    color:white;
    opacity: 0.75;

  }

  input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: inherit;
  }

  a {
    cursor: pointer;
  }

  button.primary {
    width: max-content;
    height: fit-content;
    padding: 0.5vw 1vw;
    font-weight: 700;
    font-size: 16px;
    border: none;
    color: white;
    background-color: #3D3E90;
    border-radius: 5px;
    transition: all 125ms;
  }

  button.primary img {
    height: 1.3vw;
    margin: 1px 0 0 3px;
    padding-top: 0.25vw;
  }

  button.primary:hover {
    transition: all 125ms;

    border: none;
    color: white;
    background-color: #0067dd;
    border-radius: 0.25vw;
  }
}
