/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  max-width: 2200px !important;
  margin: 0 auto !important;
}

header {
  z-index: 9999 !important;
}

.bg-color {
  background-color: #f3faff !important;
}

.bg-blue-strip {
  background-color: #1f497d !important;
}
.bg-blue:hover {
  background-color: #0693e3 !important;
}

.text-blue {
  color: #326cf4;
}

.border-blue {
  border-color: #326cf4 !important;
}

.highlight {
  background-color: #326cf4 !important;
  color: #fff !important;
}

.bg-blue-900 {
  background-color: #15365d !important;
}

div.stripped {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* calculate height according to width, smaller the width bigger the height */
  height: 80px;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  margin: 8px 0;
}

.bg-stone {
  background-color: #343646 !important;
}

.text-blue-hover:hover {
  color: #326cf4 !important;
}

#particles-js {
  background-color: transparent;
  width: 60%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

.greyish {
  background-color: #e7eef6;
}

.ticker-text {
  font-size: 48px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.ticker-text-bold {
  font-weight: 700;
}

.paragraph {
  font-size: 24px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 300;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

span > a {
  font-weight: 600;
}

nav li span a {
  font-weight: 600;
  font-size: 16px;
  color: #343646;
}

footer nav ul li a,
footer nav ul li {
  font-weight: 300;
  color: #3a427e;
}

@media screen and (max-width: 762px) {
  .paragraph {
    font-size: 20px;
  }
}

.copyright {
  font-size: 14px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #7178ac;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #3a427e;
}

h4 {
  font-size: 21px !important;
  color: #343646 !important;
}
.header-dark {
  background-color: #343646 !important;
}

input::placeholder {
  color: #7178ac;
  font-size: 14px;
}

textarea::placeholder {
  color: #7178ac;
  font-size: 14px;
}

.text-gray {
  color: #7178ac;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-up-animate {
  animation: slideUp 0.5s forwards;
}

i.fa-caret-down {
  -webkit-text-stroke: 0.5px lightgray;
}

@media screen and (max-width: 1023px) {
  #tabs__nav__post__requirements {
    display: none !important;
    border: 4px solid black !important;
  }
}
