.body {
  background-color: rgb(0, 0, 0);
  margin: 0 auto;
  padding: 0 auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header {
  max-width: 100%;
  height: 80px;
  background-color: #000;
  padding: 30px 0;
  display: flex;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__clone-container {
    display: none;
  }

  .header__list {
    display: none;
  }

  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }

  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }

  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }

  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }

  .menu__btn {
    position: fixed;
    top: 40px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffc492;
    transition-duration: 0.25s;
  }

  .menu__btn > span::before {
    content: "";
    top: -8px;
  }

  .menu__btn > span::after {
    content: "";
    top: 8px;
  }

  .menu__box {
    display: block;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #000;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }

  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }

  .menu__item:hover {
    background-color: #ffc492;
  }
}

.g-content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  padding: 0px 15px;
}

.header__navbar {
  display: flex;
  width: 70%;
  margin-left: 50px;
}

.header__menu {
  display: flex;
}

.header__list {
  list-style-type: none;
}

.header__link {
  padding-right: 40px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

.clone {
  color: #ffc492;
  padding-right: 12px;
}

.header__arrow {
  color: #fff;
}
.container__left-info {
  width: 100%;
  margin-top: 10%;
}
.container__left {
  margin-left: 5%;
}
p {
  margin-top: 2%;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.input__field {
  background-color: rgb(0, 0, 0);
  border: 1px gray;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  width: 20%;
  height: 5%;
  padding: 2%;
  margin-top: 3%;
}
.input__field-message {
  margin-left: 5%;
}
.btn {
  margin-left: 5%;
  margin-top: 1em;
  border: 2px rgba(255, 196, 146, 1);
}
.input__field-txt {
  margin-top: 4%;
  width: 48%;
  height: 140px;
  background-color: rgb(0, 0, 0);
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}

.container__left-btn {
  background-color: rgba(39, 37, 45, 1);
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: 20%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 3%;
  padding-right: 4%;
  color: rgba(255, 255, 255, 1);
}
.container__left-img {
  margin-left: -5%;
  width: 20px;
}
.container__right {
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 2%;
}
.container__right-img {
  margin-top: -36%;
  margin-right: 5%;
}
.container__right-img2 {
  margin-top: -40%;
  margin-right: 4%;
}
.location__info {
  background-color: rgba(31, 29, 33, 1);
  width: 30%;
  height: 33.3em;
  margin-top: 10%;
}
.location {
  margin-left: 5%;
  display: flex;
}
.location__info-map {
  width: 50em;
  height: 30em;
  margin-top: 10%;
}
.location__info-text {
  width: 15em;
  height: 25%;
  padding-left: 15%;
  padding-top: 15%;
}
h4 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
}
.location__info-text_1 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  color: rgba(184, 184, 184, 1);
}
@media (min-width: 393px) {
  .container__right-img,
  .container__right-img2 {
    flex-wrap: wrap;
  }
}
@media (max-width: 1140px) {
  .container__right-img,
  .container__right-img2 {
    display: none;
  }
}

.footer {
  max-width: 100%;
  height: 35%;
  background-color: #000;
  padding-top: 11%;
}

@media (max-width: 767px) {
  .foot {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer__link {
    font-size: 12px;
    line-height: 20px;
  }

  .footer__contact-container {
    display: none;
  }
}

.footer-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 0px 15px;
}

.footer__top-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__menu {
  display: flex;
}

.socials {
  padding: 0;
}

.footer__list {
  list-style-type: none;
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer__link {
  padding-right: 40px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

.footer__bottom-part {
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer__bottom-part__text {
  color: #b8b8b8;
}

.footer__menu__item {
  list-style-type: none;
  color: #fff;
  padding: 10px;
}

.contact {
  color: #fff;
  padding-right: 12px;
}

.footer__arrow {
  color: #ffc492;
}
