 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/g-min.jpg');
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-icon-1 {
  height: 134px;
  width: 134px;
  margin: 171px auto 0;
  padding: 35px;
}


@font-face {
  font-family: 'Playfair';
  src: url('PlayfairDisplay-Black.ttf');
  src: url('PlayfairDisplay-Black.woff');
}

.u-section-1 .u-text-1 {
  font-size: 4.5rem;
  font-family: "Playfair Display" !important;
  text-shadow: 2px 2px 8px rgba(71,77,117,0.4);
  text-transform: uppercase;
  width: 861px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 65px auto 0;
}

.u-section-1 .u-line-1 {
  width: 912px;
  height: 3px;
  margin: 32px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.5rem;
  font-family:Montserrat !important;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: none;
  width: 516px;
  margin: 16px auto 0;
}

.u-section-1 .u-text-3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 409px;
  font-size: 0.875rem;
  margin: 88px auto 0;
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  padding: 0;
}

.u-section-1 .u-social-icons-1 {
  height: 32px;
  min-height: 16px;
  width: 216px;
  min-width: 68px;
  margin: 30px auto 60px;
}

.u-section-1 .u-icon-2 {
  height: 100%;
}

.u-section-1 .u-icon-3 {
  height: 100%;
}

.u-section-1 .u-icon-4 {
  height: 100%;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    font-size: 3.625rem;
    width: 720px;
  }

  .u-section-1 .u-line-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    width: 540px;
    font-size: 2.25rem;
  }

  .u-section-1 .u-line-1 {
    width: 540px;
  }

  .u-section-1 .u-text-3 {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-family: "Playfair Display" !important;
    width: 340px;
  }

  .u-section-1 .u-line-1 {
    width: 340px;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
  }

  .u-section-1 .u-text-3 {
    width: 340px;
  }
}



form {
  /*display: flex;
  flex-wrap: wrap;*/
  gap: 10px;
  margin-bottom: 20px;
}

input[type="text"] {
  padding: 15px;
  border: none;
  border-radius: 4px;
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  outline: none;
  color: #fff;
  font-size: 16px;
  border: 4px solid #ffffff;
}

input[type="text"]::placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

button {
  background-color: #ffffff;
  border: none;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #185370;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 200px;
  height: 65px;
}

button:hover {
  background-color: #185370;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}