.hero-section {
  background-image: url(../Images/Subtract-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.hero-section .inner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content {
  margin: 100px 20px;
  width: 100%;
}

.hero-section h1 {
  width: 100%;
  max-width: 900px;
  font-size: 46px;
  font-weight: bold;
  line-height: 59px;
  color: #fff;
}

.hero-section h1 span {
  color: #c0c0c0;
}

.hero-section p {
  width: 100%;
  word-wrap: normal;
  max-width: 550px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.hero-buttons {
  display: flex;
  height: 63px;
  gap: 35px
}

.room-link {
  width: 160px;
  height: 100%;
}





.contact-section {
  display: flex;
  justify-content: center;
  margin-bottom: 141px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
}

.form-input {
  height: 44px;
  width: 100%;
  border: 1px solid #c0c0c0;
}

.form-input::placeholder {
  padding: 14px 10px;
  font-size: 12px;
}

.submit-button {
  width: 100%;
  border-radius: 0;
}

.contact-section .inner-section {
  background-image: url(../Images/Group\ 3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 55px;
  box-shadow: 0px 124px 176px -70px rgba(0, 0, 0, 0.3);
}

.info {
  margin-top: 53px;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.contact-heading {
  margin-bottom: 15px;
  font-size: 48px;
}

.contact-form-container p {
  margin-bottom: 10px;
  font-size: 12px;
}

.company-logo {
  width: 425px;
  height: 415px;
}

.company-logo img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .contact-section .inner-section {
    flex-direction: column;
  }

  .company-logo {
    margin-top: 20px;
}
}

@media (max-width: 598px) {

  .contact-section .inner-section {
    padding: 24px;
    box-shadow: none;
  }
}