html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

footer,
menu,
nav,
section {
  display: block;
}

progress {
  vertical-align: baseline;
  display: inline-block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

button:hover {
  opacity: 0.7;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 21px;
  text-align: justify;
  @media (max-width: 768px) {
    margin-bottom: 10px;
  }
}

ul,
ol,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  color: #000;
  text-transform: none;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 35px;
  @media (max-width: 550px) {
    font-size: 26px;
    margin: 10px 0px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #1a140f;
  color: #ffffff;
}

.main-wrap__link__btn {
  display: inline-flex;
  gap: 5px;
  text-align: center;
  background: #c18625;
  white-space: wrap;
  border-radius: 10px;
  padding: 10px 25px;
  align-items: center;
  justify-content: center;
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #fff;
  margin-bottom: 30px;
  min-height: 60px;
  margin-bottom: 25px;
  margin-top: 15px;
  @media (max-width: 768px) {
    margin: 10px 0;
    font-size: 16px !important;
    min-height: 45px;
  }
}

.header__btn {
  background-color: #c18625;
  color: #fff;
  border-radius: 10px;
  width: 120px;
  padding: 15px 5px;
  font-weight: 500;
  transition: all 0.14s ease-out;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: 5px;
}

.header__btn:hover {
  color: #000;
}

.header__btn:nth-child(2) {
  background-color: transparent;
  border: 2px solid #c18625;
  color: #c18625;
}

.header__btn:nth-child(2) svg {
  fill: #c18625;
}

.main-wrap__link__btn:hover {
  color: #000;
}

.main {
  max-width: 1140px;
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  top: 0;
  position: fixed;
  z-index: 99999;
  background: #1a140f;
  width: 100%;
}

.header__wrapper {
  padding: 25px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  @media (max-width: 375px) {
    padding: 15px 0px;
  }
}

.header__logo img {
  position: relative;
  z-index: 999999;
  transition: 0.3s ease;
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  width: 150px;
  height: auto;
  object-fit: contain;
  @media (max-width: 375px) {
    width: 130px;
    height: auto;
  }
}

.header__logo img:hover {
  color: #000;
  opacity: 1;
}

.header-menu {
  margin-left: 55px;
  @media (max-width: 768px) {
    margin-left: 0;
  }
}

.header-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  white-space: wrap;
}

.header-menu__item-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  transition: 0.3s ease;
}

.header-menu__item-link svg {
  display: none;
}

.header-menu__item-link:hover {
  color: #c18625;
}

.header-toggler {
  display: none;
}

@media (max-width: 768px) {
  .header-menu ul {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #1a140f;
    top: 80px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
  }

  .header-menu__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    border-bottom: 1px solid #c18625;
  }

  .header-menu__item-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
  }

  .header-menu__item-link svg {
    display: block;
  }

  .header-toggler {
    display: block;
    width: 30px;
    height: 20px;
    z-index: 99;
  }
  .header-toggler__icon {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header-menu {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
    height: auto;
    background: #212121;
    transition: 0.3s ease-in-out;
  }

  .header-menu--open {
    opacity: 1;
    transform: translateX(0);
  }
  .header-menu ul {
    flex-direction: column;
    gap: 0px;
  }
  .header-toggler__line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .header-toggler__line-middle {
    top: 50%;
    transform: translateY(-50%);
  }
  .header-toggler__line-bottom {
    bottom: 0;
  }
  .header-toggler--open {
    .header-toggler__line {
      background-color: #fff;
    }
    .header-toggler__line-top {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
    }
    .header-toggler__line-bottom {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    .header-toggler__line-middle {
      display: none;
    }
  }
}

.header-info {
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-wrap {
  padding-top: 80px;
}
.main-wrap__title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 5px !important;
  margin-top: 15px !important;
  @media (max-width: 768px) {
    font-size: 30px;
  }
}
.main-wrap__link {
  text-align: center;
}

.main-btn-doble {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.main-wrap__link__btn svg {
  fill: #fff;
}

.main-wrap__link__btn:hover svg {
  fill: #000;
}

.main-wrap__img img {
  margin-top: 5px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
}

.main-wrap__subtitle {
  text-align: center;
  margin-top: 20px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 5px !important;
  margin-top: 15px !important;
  @media (max-width: 768px) {
    font-size: 30px;
  }
}

.main-wrap__subtitle p {
  font-size: 21px;
  color: #fff;
  margin-top: 10px;
  text-align: justify;
  font-weight: 500;
}

@media (max-width: 800px) {
  .header__logo img {
    width: 130px;
}
}

@media (max-width: 500px) {
  .main-wrap__link__btn {
    font-size: 13px !important;
  }

  .header__btn {
    padding: 10px 5px;
  }
}
