body {
  background: #ffffff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}

@media (max-width: 978px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
}

.container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  max-width: 90%;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  min-width: 142px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 50px;
  text-transform: uppercase;
}

.btn-text {
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
  margin-right: 10px;
  line-height: 18px;
}

.btn::after {
  color: black;
  content: "➜";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffd71d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  font-size: 14px;
}

.btn:hover .btn-text {
  transform: translateX(-15px);
}

.btn:hover::after {
  right: 10px;
  opacity: 1;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 320px) {
  p {
    font-size: 14px !important;
  }
}

.popup_form {
  display: none;
}

.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.burger-menu.close-button {
  background-color: inherit;
  border-radius: 25px;
  padding: 5px;
  border: none;
  margin-right: 20px;
  margin-top: 20px;
}

.burger_menu-top_line {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.burger-menu.close-button:hover {
  background-color: #dad8d8;
}

.burger-menu.close-icon {
  width: 25px;
  height: 25px;
}

.burger-menu span {
  width: 30px;
  height: 3px;
  background-color: rgb(117, 117, 117);
  margin: 5px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.burger_menu {
  position: fixed;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  display: none;
  flex-direction: column;
  z-index: 10000;
  background-color: #f7f6f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.burger-menu__nav {
  display: flex;
  flex-direction: column;
  z-index: 10000;
  background-color: #f7f6f2;
  width: 75%;
  margin-top: 15px;
  margin-left: 15px;
}

.burger-menu__nav a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 16px;
}

.burger-menu__nav a:hover {
  color: #9d9ea0;
}

.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.burger-menu.close-button {
  background-color: inherit;
  border-radius: 25px;
  padding: 5px;
  border: none;
  margin-right: 20px;
  margin-top: 20px;
}

.burger_menu-top_line {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.burger-menu.close-button:hover {
  background-color: #dad8d8;
}

.burger-menu.close-icon {
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .burger_menu {
    max-width: 240px;
  }
}

@media (max-width: 1279px) {
  .burger-menu {
    display: flex;
  }
}

header,
.info__header {
  width: 100%;
  height: 76px;
  background: transparent;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}

.info__header {
  background-color: white !important;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info__header_line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  gap: 20px;
}

.header_line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  gap: 20px;
}

.static_header {
  height: 74vh;
}

.static_header img {
  height: 100%;
  width: 100%;
  object-fit: none;
}

@media (max-width: 1200px) {
  .header {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 978px) {
  .header {
    height: 59px;
  }
}

@media (max-width: 768px) {
  .header_slider {
    height: 50%;
  }
}

@media (max-width: 556px) {
  .header_line {
    padding: 0;
  }
}

@media (max-width: 460px) {
  .static_header {
    display: block;
  }

  .header_slider {
    display: none;
  }
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}

nav .btn {
  color: black;
  background-color: white;
}

nav a {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-weight: 500;
  color: white;
  font-size: 16px;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  line-height: 1;
}

nav a.animate::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.2s ease-in-out;
}

nav a.animate:hover {
  color: #ffffff;
}

nav a:hover::before {
  width: 100%;
}

/* scrolled style */
.scrolled {
  background-color: white !important;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.scrolled nav a {
  color: black;
}

.scrolled nav a.animate::before {
  background-color: black;
}

.scrolled nav .btn {
  background-color: black;
  color: rgb(255, 255, 255);
}

.scrolled nav a:hover {
  color: black;
}

@media (max-width: 1279px) {
  nav {
    display: none;
  }
}

picture {
  width: 100%;
  height: 100%;
  object-fit: none;
}

picture img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.static_header_big {
  display: block;
}

.static_header_big img {
  object-fit: none;
}

.static_header_small img {
  object-fit: none;
}

.static_header_small {
  display: none;
}

@media (max-width: 420px) {
  .static_header_small {
    display: block;
  }

  .static_header_big {
    display: none;
  }
}
