@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300&family=Poppins&family=Roboto+Condensed&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #12284c;
  background: #fff;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: black;
}

#blueRewardHeader {
  display: flex;
  margin: 20px 50px 20px 50px;
  justify-content: space-between;
}

.title {
  color: rgb(96, 122, 158);
}
.icon {
  margin-left: 20px;
}

.rightHeader {
  display: flex;
}

.navbar {
  display: flex;
  justify-content: center;
}

.navbar > p {
  padding: 10px 30px 10px 30px;
}

.slider {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  background-color: #d7ebf2;
}

.slider > a {
  text-decoration: none;
}

/* Main */

/* .poster {
  display: flex;
} */

.posterImg {
  position: relative;
}

.imgText {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  left: 16px;
  top: 50%;
  justify-content: center;
  width: 32%;
  margin: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.imgText > :first-child {
  font-size: 60px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.posterImg > img {
  width: 100%;
}
/* Main */

.klaraContent {
  width: 40%;
  margin: auto;
  margin-top: 70px;
}

.klaraContent > div {
  padding-bottom: 50px;
}

/* Footer Part */
.eventBox {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 30px;
  margin-top: 50px;
  border-bottom: 1px solid darkgray;
  justify-content: space-between;
}

.eventBox > div {
  width: 300px;
  text-align: center;
}

.eventBox > div > a {
  font-size: 13px;
  color: black;
}

.footer {
  display: flex;
  justify-content: space-around;
  margin: 50px;
}

.footer > div > h2 > span {
  margin: 20px;
}

.form > * {
  padding-bottom: 15px;
}

.form > u > input {
  padding: 0;
  margin-bottom: 15px;
  outline: none;
  border: none;
  border-bottom: 1px solid;
  width: 80%;
}

.form > p {
  font-size: 13px;
}

.bm > p > a {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 5px;
}
.account > p > a {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 5px;
}

.cs > p > a {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 5px;
}

.resources > p > a {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 5px;
}

@media only screen and (min-width: 601px) and (max-width: 1080px) {
  .imgText {
    font-size: 0px;
  }
}

@media only screen and (min-width: 420px) and (max-width: 600px) {
  .imgText {
    font-size: 0px;
  }
  .imgText > :first-child {
    font-size: 30px;
  }
}
