@font-face {
  font-family: "AeonisLT Pro";
  src: url("../fonts/AeonisLTPro-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "AeonisLT Pro";
  src: url("../fonts/AeonisLTPro-Regular.otf");
  font-weight: 600;
}
@font-face {
  font-family: "MeliorCom";
  src: url("../fonts/MeliorCom.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "MeliorCom";
  src: url("../fonts/MeliorCom-Bold.ttf");
  font-weight: 600;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "AeonisLT Pro";
}
.header {
  width: 90%;
  padding: 30px 0px;
}
.hero {
  display: flex;
  justify-content: space-between;

  @media screen and (max-width: 600px) {
    flex-direction: column-reverse;
  }
}

.hero__white {
  background-color: #fff;
  width: 100%;
}
.logo-container {
  padding: 35px 0px 20px 50px;
  position: relative;

  @media screen and (max-width: 600px) {
    display: flex;
    justify-content: center;
  }
}
.logo-container--icon {
  @media screen and (max-width: 1100px) {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 600px) {
    display: none;
  }
}

.hero__yellow {
  background-color: #ffed00;
  width: 100%;
  min-height: 800px;
  position: relative;

  @media screen and (max-width: 600px) {
    min-height: 400px;
  }
}
.left {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.hero__relative {
  position: relative;
}
@keyframes fadeInLeftToRight {
  0% {
    right: 100%;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.image-center {
  position: absolute;
  top: 25%;
  right: -25%;

  @media screen and (max-width: 1100px) {
    width: calc(100% / 1.5);
  }
  @media screen and (max-width: 600px) {
    right: 0;
    width: 52%;
    height: 318px;
    transform: translateY(-67%);
    animation: fadeInLeftToRight 1s ease-in-out forwards;
  }
}

.soldier {
  position: absolute;
  top: 70%;
  right: -5%;

  @media screen and (max-width: 1100px) {
    display: none;
  }
}
.camera {
  position: absolute;
  bottom: -100px;
  right: 15%;
  z-index: 10;

  @media screen and (max-width: 600px) {
    display: none;
  }
}
.illustration_Fish {
  position: absolute;
  bottom: 30%;
  left: 5%;

  @media screen and (max-width: 600px) {
    bottom: -10%;
    right: 5%;
    left: unset;
    animation: fadeInLeftToRight 1.5s ease-in-out forwards;
  }
}
.event-infos {
  position: absolute;
  bottom: 15%;
  left: 5%;
  font-family: "MeliorCom";
  @media screen and (max-width: 600px) {
  }
}

.vector {
  padding-top: 200px;

  @media screen and (max-width: 1100px) {
    width: 170px;
  }
  @media screen and (max-width: 600px) {
    padding-top: 200px;
    transform: translateY(50%);
    padding-top: unset;
    padding-left: 30px;
    height: 400px;
    width: 100%;
  }
}
.leiss {
  position: absolute;
  @media screen and (max-width: 1100px) {
    width: 100px;
    bottom: 40%;
  }

  @media screen and (max-width: 600px) {
    display: none;
  }
}
.headline {
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
  font-family: "MeliorCom";
  @media screen and (max-width: 600px) {
    font-size: 28px;
  }
}
.headline--small {
  font-size: 24px;
  font-weight: 700;
  font-family: "AeonisLT Pro";
  background-color: #ffed00;
  width: fit-content;
  padding: 2px 15px 2px 25px;

  @media screen and (max-width: 600px) {
    font-size: 18px;
  }
}
.headline--medium {
  font-size: 24px;
  font-weight: 700;
  @media screen and (max-width: 600px) {
    font-size: 18px;
  }
}
.headline--absolute {
  position: absolute;
  top: -100px;
  left: -15%;

  @media screen and (max-width: 600px) {
    left: -45%;
  }
  @media screen and (max-width: 1023px) {
    left: -20%;
  }
  @media screen and (max-width: 300px) {
    left: -60%;
  }
  @media screen and (max-width: 480px) {
    left: -50%;
  }
}
.headline--box {
  width: 30%;
  border: 2px solid #000;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 10px;
  font-size: 30px;
  background-color: #ffed00;
  border-radius: 10px;
  font-family: "AeonisLT Pro";
}
.address {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-style: normal;
  font-family: "MeliorCom";

  @media screen and (max-width: 600px) {
    font-size: 20px;
  }
}
.article {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  position: relative;

  @media screen and (max-width: 1100px) {
    flex-direction: column;
  }
}
.article__left {
  width: 50%;
  padding-left: 2%;
  position: relative;

  @media screen and (max-width: 1100px) {
    width: 90%;
    padding-left: unset;
    margin: 0 auto;
  }
}
.paragraph {
  padding-top: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "AeonisLT Pro";

  @media screen and (max-width: 600px) {
    font-size: 16px;
  }
}
.paragraph--small {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.paragraph--gift {
  font-size: 20px;
  width: 70%;
}
.ballon {
  position: absolute;
  right: 0;
}
.program {
  padding-top: 250px;
}
.program-list {
  padding-top: 25px;
  margin-bottom: 15px;
}
.program-item {
  gap: 5px;
  font-family: "AeonisLT Pro";
  padding-top: 15px;
  margin-left: 5%;
  font-size: 20px;
  font-weight: 400;

  @media screen and (max-width: 600px) {
    font-size: 18px;
  }
}
.program-item--none {
  list-style: none;
}
.article__right {
  width: 50%;
  background-color: #ffed00;
  margin-top: 320px;
  padding-bottom: 40px;
  position: relative;

  @media screen and (max-width: 1100px) {
    width: 100%;
    padding-left: unset;
    margin: 0 auto;
    margin-top: 370px;
  }
}
.formular {
  width: 80%;
  margin: 0 auto;
  padding-top: 150px;
}
.form {
  padding-top: 20px;
}
.input {
  width: 100%;
  border: none;
  background-color: #ffed00;
  border-bottom: 1px solid #000;
  padding: 10px;
  padding-bottom: 5px;
  outline: none;
  font-size: 20px;
}
.input--focus:focus {
  width: 100%;
  border: none;
  background-color: #ffed00;
  border-bottom: 3px solid #7f7628;
  padding: 0px;
  outline: none;
  font-size: 20px;
  padding: 10px;
  padding-bottom: 2px;
}
.radio-container {
  display: flex;
  flex-wrap: wrap;
  @media screen and (max-width: 600px) {
    flex-direction: column;
  }
}
.input--submit {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  padding: 10px 90px;
}
::placeholder {
  font-size: 20px;
  color: #7f7628;

  @media screen and (max-width: 600px) {
    font-size: 16px;
  }
}
.label {
  font-size: 18px;
}
.label::after {
  content: " *";
  color: red;
}
.button {
  padding: 10px 16px;
  border: #000 1px solid;
  background-color: #ffed00;
  cursor: pointer;
}
.button--large {
  font-size: 20px;
  margin-bottom: 15px;
  width: fit-content;
}
.button--plus,
.button--minus {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.number {
  font-size: 18px;
  padding: 7px 0px;
  border: none;
  border-bottom: #000 1px solid;
  background-color: #ffed00;
  width: 15%;
  text-align: center;
  outline: none;
}
.number::-webkit-outer-spin-button,
.number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkbox:checked {
  background-color: #ffed00;
  border-color: #000;
  position: relative;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 2px;
  width: 4px;
  height: 13px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
}
.figure {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 90%;
  margin: 0 auto;

  @media screen and (max-width: 1100px) {
    flex-direction: column-reverse;
  }
}
.figure__image {
  @media screen and (max-width: 1100px) {
    width: 80%;
  }
  @media screen and (max-width: 600px) {
    width: 90%;
  }
  @media screen and (max-width: 400px) {
    width: 95%;
  }
}
.figcaption {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;

  @media screen and (max-width: 1100px) {
    width: 95%;
    margin: 0 auto;
  }
}
.figcaption__button {
  text-decoration: underline;
  text-decoration-color: #ffed00;
  text-decoration-thickness: 5px;
  font-weight: 400;
  color: #000;
  font-size: 20px;
}
.text-image {
  padding: 150px 0px 300px 0px;
  @media screen and (max-width: 1100px) {
    width: 100%;
  }
}
.team-slider {
  padding-top: 250px;
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  display: flex;
  background-color: #ffed00;
  position: relative;
  align-items: center;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 88%;
  border: #000 1px solid;
  border-radius: 50%;
  height: auto;
  object-fit: cover;
}

.swiper-slide {
  background-color: #ffffff;
  height: auto;
  padding: 12px;
}

.slider {
  border: #000 20px solid;
  border-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  border-right: none;
  width: 85%;
  margin: 0 auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: -40%;

  @media screen and (max-width: 1023px) {
    width: 80%;
  }
  @media screen and (max-width: 799px) {
    width: 80%;
  }
  @media screen and (max-width: 599px) {
    width: 68%;
  }
  @media screen and (max-width: 299px) {
    width: 60%;
  }
}

.one {
  position: absolute;
  top: -40%;
  margin-left: 1.5vw;
  width: 7.8vw;
  max-width: calc(1512px * 7.8 / 100);
  @media screen and (max-width: 1023px) {
    width: 11vw;
    margin-left: 2vw;
  }
  @media screen and (max-width: 799px) {
    width: 15vw;
    margin-left: -3vw;
  }
  @media screen and (max-width: 599px) {
    width: 19vw;
    margin-left: -4vw;
  }
  @media screen and (max-width: 300px) {
    width: 21vw;
    margin-left: -9vw;
  }
  @media screen and (min-width: 1512px) {
    position: absolute;
    top: -40%;
    margin-left: 1.5vw;
    width: 7.8vw;
  }
}

.footer {
  background-color: #000;
  width: 100%;
  padding: 20px 0px;
  font-size: 20px;
}
.footer__content {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-logo {
  width: 270px;
  height: auto;
}
.footer__items-container {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}
.footer__items-list {
  list-style: none;
  color: #fff;
}
.footer-link {
  color: #fff;
  text-decoration: none;
}
.border-top {
  width: 50px;
  border-top: #ffed00 solid 5px;
}
.column-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ship {
  width: 100%;
  position: absolute;
  transform: translateY(-80%);
}
.success {
  background-color: #ffed00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  gap: 20px;
  text-align: start;
}

.success__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  max-width: 600px;
  width: 100%;
}
.rhino {
  position: absolute;
  bottom: 0;
  left: 0;
  @media screen and (max-width: 1000px) {
    width: 100px;
  }
  @media screen and (max-width: 1200px) {
    width: 120px;
  }
  @media screen and (max-width: 1100px) {
    width: 80px;
  }
  @media screen and (max-width: 800px) {
    width: 60px;
  }
}
.eagle {
  position: absolute;
  right: 0;
  bottom: 50%;
  @media screen and (max-width: 800px) {
    width: 80px;
    top: -10%;
  }
}
.gifts {
  width: 95%;
  margin: 0 auto;
  padding: 80px 0px;
}
.gifts-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gift-item {
  list-style: none;
  display: flex;
  gap: 25px;
  padding-top: 40px;
}

.radio-container {
  display: flex;
  list-style: none;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 8px;
  margin: 0 auto;
}

.label-radio {
  background-color: #ffed00;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 75px;
  transition: all 0.5s ease;
  border: 1px solid #000;
}
.radio-container input {
  visibility: hidden;
  position: absolute;
}
input:checked + label {
  border: 1px solid #000;
  background-color: #888;
  color: #ffed00;
}
.error {
  color: #cc0033;
  display: inline-block;
  font-size: 16px;
  line-height: 15px;
  margin: 10px 0px 20px 0px;
  font-family: "MeliorCom";
}
.guests-table {
  width: 85%;
  margin: 0 auto;
  padding: 20px 0 180px 0px;
}
.table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  font-family: "MeliorCom";
  font-size: 20px;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 12px 8px;
  font-family: "MeliorCom";
}
tr:nth-child(even) {
  background-color: #dddddd;
  font-family: "AeonisLT Pro";
}
