.sec-1 {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../Images/mount.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
  gap: 1.5rem;
}

.sec-1-btn-div {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-1-btn {
  border-radius: 8px;
  padding: 0.8rem 5rem;
  background-color: #1c2120;
  color: white;
  font-weight: 600;
  font-size: 20px;
  outline: none;
  border: none;
  cursor: pointer;
}

.sec-1-image-div > img {
  width: auto;
  height: 100%;
}

.sec-1-image-div {
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-1-txt-div {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  gap: 1.5rem;
}

.sec-1-txt-div-head {
  font-size: 50px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.sec-1-txt-div-body {
  font-size: 22px;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
