.desktop {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1024px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.header-style {
  background-image: linear-gradient(#0003, #0003), url('../images/Header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 736px;
  min-height: 736px;
  display: flex;
  overflow: hidden;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.untitled {
  object-fit: cover;
}

.frame-2 {
  grid-column-gap: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text {
  color: #fff9f9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffb700;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 20px;
  display: flex;
  overflow: hidden;
}

.text-2 {
  color: #fff;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-style {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.frame-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1140px;
  height: 642px;
  padding: 40px 40px 94px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-5 {
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-3 {
  color: #ffb700;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-4 {
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #fff;
  font-weight: 700;
}

.navbar-2 {
  color: #fff;
  background-color: #fff0;
  width: 100%;
  position: relative;
  overflow: visible;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding: 10px 20px;
  }

  .menu-button {
    padding: 0;
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .text-3 {
    font-size: 30px;
  }

  .text-4 {
    font-size: 44px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-5 {
    grid-row-gap: 16px;
  }

  .text-3 {
    font-size: 27px;
  }

  .text-4 {
    font-size: 46px;
  }

  .brand {
    padding-left: 0;
  }
}


