.current-main {
  margin-top: 10%;
  margin-left: 100px;
  margin-bottom: 10%;
}
.current-main h1 {
  font-size: 35px;
  white-space: nowrap; /* Prevent text from wrapping */
}
.current-main p {
  white-space: nowrap; /* Prevent text from wrapping */
  font-size: 18px;
}
.main-img {
  background: url(../imges/slider-image3.jpg) no-repeat center center / cover;
  width: 100%;
  color: black;
  height: 425px;
  display: flex;
  flex-direction: column;
}
.main-img h1 {
  font-size: 3.87rem;
  white-space: nowrap; /* Prevent text from wrapping */
  font-weight: 700;
  margin-left: 10%;
  margin-top: 80px;
}
.main-img .first-p {
  font-size: 20px;
  /* color: #fff9f9; */
  font-weight: 700;
  color: black;
  top: 2%;
  left: 10%;
  position: absolute;
}
@media (max-width: 1167px) {
  .current-main {
    margin-left: 20px;
  }
  .wa-inside-stuff2 {
    margin-left: 20px;
    margin-top: 90px;
  }
  .current-main p {
    font-size: 12px;
  }
  .wa-inside-stuff2 li {
    font-size: 15px;
  }
  .wa-btn-btn {
    position: relative;
    width: 90%;
    margin-left: 20px;
  }
}
@media (max-width: 513px) {
  .main-img h1 {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap; /* Prevent text from wrapping */
    color: #000000;
    margin-left: 10%;
    margin-top: 80px;
  }
  .main-img .first-p {
    font-size: 20px;
    color: #fff9f9;
    font-weight: 700;
    margin-top: 150px;
  }
}

@media (max-width: 1000px) {
  .getaloaneverpag {
    position: relative;
    text-align: start;
    width: 90%;
    margin-left: -72%;
  }

  .getaloaneverpag h1 {
    font-size: 30px;
    margin-left: 45px;
  }
}
.download-container-one {
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap; /* Prevent text from wrapping */
  flex-direction: column;
}
.download-container-one p {
  margin-left: 50px;
  margin-right: 50px;
}
.download-container-one button {
  margin-bottom: 50px;
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
}
.download-container-one h2 {
  width: 90%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
  padding: 30px;
  background: #c1faff;
}
