.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
  margin-left: 80px;
  margin-right: 0px;
}
.streakk-normal-fs p{
  font-size: 1.3rem;
}

.home-link4 {
  display: contents;
}
.home-image2 {
  width: 120px;
  align-self: center;
  object-fit: cover;
  transition: 0.3s;
  text-decoration: none;
}
.home-image2:hover {
  box-shadow: 0px 1px 20px 0px #ffffff;
}
.streakk-image2 {
  width: 200px;
  align-self: center;
  object-fit: cover;
  transition: 0.3s;
  text-decoration: none;
  /* margin-left: 1.5em; */
}
.streakk-image2:hover {
  box-shadow: 0px 1px 20px 0px #ffffff;
}
.home-text07 {
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  align-self: center;
  font-style: normal;
  margin-top: 112px;
  font-family: Fira Sans;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 30px;
  margin-bottom: 33.5px;
}
.home-link5 {
  display: contents;
  /*margin-left: 1em;*/
}
.home-image3 {
  width: 120px;
  align-self: center;
  object-fit: cover;
  transition: 0.3s;
  text-decoration: none;
  /*margin-left: 1em;*/
}
.home-image3:hover {
  box-shadow: 0px 1px 20px 0px #ffffff;
}
.streakk-image3 {
  width: 200px;
  align-self: center;
  object-fit: cover;
  transition: 0.3s;
  text-decoration: none;
  margin-left: 1em;
}
.streakk-image3:hover {
  box-shadow: 0px 1px 20px 0px #ffffff;
}
.streak-earnings, .streak-earnings p {
  color: #ffffff;
  font-size: 30px;
  font-style: normal;
  margin-top: 90px;
  text-align: center;
  font-family: Fira Sans;
  font-weight: 600;
  line-height: 1.2;
}
.home-link6 {
  color: white;
  font-size: 22px;
  font-style: normal;
  margin-top: 0px;
  transition: 0.3s;
  font-family: Fira Sans;
  font-weight: 400;
  padding-top: 0.5rem;
  border-color: rgb(195,29,39);
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  margin-bottom: 500px;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: rgb(195,29,39);
  border-top-left-radius: 26;
  border-top-right-radius: 26;
  border-bottom-left-radius: 26;
  border-bottom-right-radius: 26;
  padding-left: 20px;
  padding-right: 20px;
}
.home-link6:active {
  border-radius: 26px;
  border-top-left-radius: 26;
  border-bottom-right-radius: 26;
}
.home-link6:hover {
  border-color: rgb(195,29,39);
  background-color: rgb(255, 255, 255);
}
.streakk-link-blue {
  color: rgb(195,29,39);;
  font-size: 22px;
  font-style: normal;
  margin-top: 0px;
  transition: 0.3s;
  font-family: Fira Sans;
  font-weight: 400;
  padding-top: 0.5rem;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  margin-bottom: 500px;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: white;
  border-top-left-radius: 26;
  border-top-right-radius: 26;
  border-bottom-left-radius: 26;
  border-bottom-right-radius: 26;
  padding-left: 20px;
  padding-right: 20px;
}
.streakk-link-blue:active {
  border-radius: 26px;
  border-top-left-radius: 26;
  border-bottom-right-radius: 26;
}
.streakk-link-blue:hover {
  border-color: rgb(255, 255, 255);
  background-color: rgb(195,29,39);
}
.home-container7 {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: #000000;
}
.home-text28 {
  color: rgb(103, 103, 103);
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.underline {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.underline:after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0px;
  height: 4px;
  width: 0%;
  background-color: red;
  animation: underline 10s ease-out 10s infinite; /* remove infinite if you want only once */
}
@keyframes underline {
  0%, 20% {
    width: 0%;
  }
  40%, 60% {
    width: 100%;
  }
  80%, 100% {
    width: 0%;
  }
}
.border-6 {
  --bs-border-width:6px;
}
.border-7 {
  --bs-border-width:7px;
}
.border-8 {
  --bs-border-width:8px;
}
.bg-class-1 {
  background-image: url("../img/streakk_bgb.png");
  background-size: auto;
  background-position: center center;
}
.bg-class {
  background-image: url("../img/streakk_bgb.png");
  background-size: contain;
  background-position: center center;
}
.lang-dropdown-menu {
  --bs-dropdown-min-width: 5rem !important;
}
.btn-lang {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -2px;
  height: 42px;
}
.img-lang {
  width: 2rem;
  margin-left: 0.9rem;
}
.btn-info {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}
.btn-info-blue {
  font-size: 1rem;
  color: white;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid #c31d27;
  border-radius: 40px;
  background: #c31d27;
  transition: all 0.3s ease 0s;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-info-blue:hover {
  color: #c31d27;
  background: white;
  border: 2px solid #c31d27;
}
.btn-info-white {
  font-size: 1rem;
  color: #c31d27;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid white;
  border-radius: 40px;
  background: white;
  transition: all 0.3s ease 0s;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-info-no-hover {
  font-size: 1rem;
  color: #6c757d;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid white;
  border-radius: 40px;
  background: white;
  transition: all 0.3s ease 0s;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-info-white:hover {
  color: white;
  background: #c31d27;
  border: 2px solid #c31d27;
}
.btn-info-grey {
  font-size: 1rem;
  color: white;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid #6c757d;
  border-radius: 40px;
  background: #6c757d;
  transition: all 0.3s ease 0s;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-info-grey:hover {
  color: #6c757d;
  background: white;
  border: 2px solid #6c757d;
}

.btn-info-black {
  font-size: 1rem;
  color: white;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid #ffffff;
  border-radius: 40px;
  background: #000000;
  transition: all 0.3s ease 0s;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-info-black:hover {
  color: #000000;
  background: white;
  border: 2px solid #000000;
}

.social-padding {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.social-icon img {
  width: 32px;
  height: 32px;
}

@media(max-width: 1600px) {
  .home-link6 {
    margin-bottom: 400px;
  }
  .home-text {
    min-width: 1024px;
  }
  .streakk-normal-fs p {
    font-size: 1.3rem;
  }
}
@media(max-width: 1200px) {
  .home-link6 {
    margin-bottom: 300px;
  }
  .home-text {
    min-width: 900px;
  }
  .streakk-normal-fs p {
    font-size: 1.3rem;
  }
  .bg-class-1 {
    background-size: contain;
  }
}
@media(max-width: 991px) {
  .home-text {
    font-size: 50px;
    margin-top: 90px;
    min-width: 680px;
  }
  .home-image2 {
    width: 120px;
  }
  .streakk-image2 {
    width: 200px;
  }
  .home-text07 {
    font-size: 15px;
    margin-top: 104px;
  }
  .home-image3 {
    width: 120px;
  }
  .streakk-image3 {
    width: 200px;
  }
  .home-link6 {
    font-size: 20px;
    margin-bottom: 300px;
  }
  .home-text28 {
    color: rgb(103, 103, 103);
    font-size: 16px;
  }
  .home-link7 {
    text-decoration: underline;
  }
  .streakk-normal-fs p {
    font-size: 1.3rem;
  }
  .bg-class-1 {
    background-size: contain;
  }
}
@media(max-width: 767px) {
  .home-image {
    margin-left: 0px;
  }
  .home-text {
    font-size: 50px;
    margin-top: 70px;
    min-width: 500px;
  }
  .home-text07 {
    font-size: 15px;
    margin-top: 85px;
  }
  .home-link6 {
    margin-bottom: 300px;
  }
  .streakk-normal-fs p {
    font-size: 1rem;
  }
  .bg-class-1 {
    background-size: contain;
  }
}
@media(max-width: 479px) {
  .home-image {
    margin-left: 0px;
  }
  .home-text {
    font-size: 48px;
    align-self: center;
    margin-top: 110px;
    text-align: right;
    margin-bottom: 3em;
    min-width: 350px;
  }
  .home-image2 {
    width: 120px;
    align-self: center;
  }
  .streakk-image2 {
    width: 160px;
    align-self: center;
  }
  .home-text07 {
    font-size: 14.3px;
    align-self: center;
    margin-top: 123px;
    margin-left: 10px;
  }
  .home-image3 {
    width: 120px;
    align-self: center;
    margin-top: 2px;
    margin-left: 0px;
  }
  .streakk-image3 {
    width: 160px;
    align-self: center;
    margin-top: 2px;
    margin-left: 0px;
  }
  .home-link6 {
    margin-top: 10px;
    margin-bottom: 200px;
  }
  .streakk-normal-fs p {
    font-size: 1rem;
  }
  .bg-class-1 {
    background-size: contain;
  }
  .streakk-link-blue {
    font-size: 18px;
  }
  .streakk-link-white {
    font-size: 18px;
  }

}
