* {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 auto;
  font-family: "Open Sans", sans-serif;
}
header {
  height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 900;
}
header img {
  width: 150px;
}
.banner-container {
  margin-top: 70px;
}
.title-container {
  position: absolute;
  top: 200px;
  left: 80px;
  width: 430px;
}
footer {
  border-top: solid 1px gray;
  height: 80px;
  width: 100%;
  display: flex;
}
footer img {
  height: 100px;
}

.banner-container h1 {
  color: #fff;
  width: 430px;
}
.banner-container p {
  color: #fff;
  margin-top: 10px;
}
.title-container strong {
  color: #f26714;
}
.img-desktop {
  width: 100%;
}
.img-responsive {
  display: none;
}
.container {
  display: flex;
}
.agenda-container,
.form-container {
  width: 50vw;
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
}

.agenda-container h3,
.form-container h3 {
  margin-bottom: 30px;
  color: #535e6b;
  width: 100%;
  border-bottom: solid 1px #aeb5bd;
  padding-bottom: 5px;
}

.bullet {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.bullet h4,
.bullet span {
  margin-left: 0;
}
.bullet h4 {
  color: #f26714;
}
.bullet span {
  color: #535e6b;
  font-size: 14px;
}

.input-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.input-container input,
.input-container span {
  margin-left: 0;
}
.input-container input {
  outline: 0;
  border: solid 1px #c5c9ce;
  border-radius: 3px;
  width: 300px;
}
.input-container strong {
  color: red;
}
.input-container span {
  font-weight: 700;
  font-size: 14px;
  color: #535e6b;
}
.input-container label {
  margin-left: 0;
}
.radio-container {
  display: flex;
  flex-direction: column;
}
.radio-container span {
  font-weight: 700;
  font-size: 14px;
  color: #535e6b;
  margin-left: 0;
  margin-bottom: 10px;
}
.radio-container strong {
  color: red;
}
.radio-item {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
}
.radio-item input {
  margin-right: 5px;
}
.radio-item {
  color: #232f3e;
  font-size: 14px;
}

.other-container {
  margin-left: 0;
  display: flex;
  flex-direction: column;
}
.other-input {
  outline: 0;
  border: solid 1px #c5c9ce;
  border-radius: 3px;
  width: 300px;
  margin-top: 10px;
}
.send-btn {
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
  background: rgb(253, 227, 168);
  background: linear-gradient(
    180deg,
    rgba(253, 227, 168, 1) 0%,
    rgba(238, 186, 56, 1) 100%
  );
  outline: 0;
  border-radius: 3px;
  border: solid 1px #9b7924;
  cursor: pointer;
}
.send-btn:hover {
  transition: 0.25s ease-in-out;
  background: rgb(253, 227, 168);
  background: linear-gradient(
    180deg,
    rgb(255, 223, 149) 0%,
    rgb(231, 173, 27) 100%
  );
}
.warning {
  font-weight: 400;
  background: rgb(229, 27, 0);
  background: linear-gradient(
    180deg,
    rgba(229, 27, 0, 1) 0%,
    rgba(173, 21, 0, 1) 100%
  );
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  border-radius: 5px;
}
.warning-container {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 10px;
  right: 50px;
}
.radio-warning-container {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0px;
}
.triangle {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 15px;
  height: 10px;
  rotate: 180deg;
  background: rgb(229, 27, 0);
  background: linear-gradient(
    180deg,
    rgba(229, 27, 0, 1) 0%,
    rgba(173, 21, 0, 1) 100%
  );
  margin-left: 20px;
}
.hidden {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.gift {
  display: flex;
  background: rgb(51, 67, 117);
  background: linear-gradient(
    -90deg,
    rgba(51, 67, 117, 1) 0%,
    rgba(5, 0, 31, 1) 100%
  );
  padding-top: 5px;
  padding-bottom: 5px;
  flex-direction: column;
  cursor: pointer;
  margin-top: 20px;
}
.gift p,
.gift h3 {
  color: #fff !important;
}
.gift p {
  width: 70%;
}

.date {
  padding-top: 10px;
  width: 100vw;
}

.date h1,
.date h2 {
  color: #f26714;
  text-align: left;
  margin-left: 0px;
  padding-left: 80px;
}
.date h1 {
  font-weight: 800;
  margin-right: 0px;
  padding-right: 80px;
  width: fit-content;
}

.date p {
  text-align: left;
  color: #515151;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0px;
  padding-left: 80px;
  width: fit-content;
}
.break {
  font-weight: 400 !important;
}
.footer {
  display: flex;
  height: 70px;
  align-items: center;
}

.gift strong {
  color: #f26714;
}
@media screen and (max-width: 767px) {
  .img-desktop {
    display: none;
  }
  .img-responsive {
    display: block;
    width: 100%;
  }

  .title-container {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
  }
  .banner-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-container h1 {
    color: #232f3e;
    width: 90%;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    font-weight: 800;
  }
  .banner-container p {
    color: #232f3e;
    margin-top: 10px;
    width: 85%;
    text-align: center;
  }
  .container {
    flex-direction: column;
  }
  .agenda-container,
  .form-container {
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .agenda-container {
    border-top: solid 1px #dbdbdb;
    padding-top: 20px;
    margin-top: 20px;
  }
  .other-container,
  .input-container {
    width: 80vw;
  }
  .other-input,
  .input-container input {
    width: 100%;
  }
  .warning-container {
    left: 50px;
  }
  .warning {
    font-size: 10px;
  }

  .date {
    padding-top: 10px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    border-top: solid 1px #969696;
    margin-top: 20px;
    justify-content: center;
  }
  .date h1,
  .date h2 {
    text-align: center;
    margin-left: auto;
    padding-left: 0px;
  }
  .date h1 {
    margin-right: auto;
    padding-right: 0px;
  }
  .date p {
    text-align: center;
    margin-left: auto;
    padding-left: 0;
    width: 85vw;
  }
  .gift {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gift p {
    width: 100%;
  }
  footer img {
    height: 80px;
  }
}
