body {
  font-size: 14px;
}
/* Menu */
#menu-btn {
  z-index: 11;
  height: 30px;
  cursor: pointer;
  display: flex;
  transition: .2s;
}
#menu-btn:active, #close-btn:active {
  transform: scale(.9);
}
/* Menu */
.mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 85%;
  height: 100%;
  max-width: 310px;
  padding: 40px;
  z-index: 12;
  transition: .5s;
  overflow: hidden;
  margin: 0;
  display: block;
}
.mobile-menu a.link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  font-size: 1em;
  transition: all .2s;
}
.mobile-menu a.link:hover {
  color: #ffe699 !important;
}
.mobile-menu a.link:first-of-type {
  margin-top: 40px;
}
.mobile-menu .social-links {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 40px;
}
.mobile-menu .social-links a {
  margin-right: 15px;
}
.mobile-menu .social-links a img {
  height: 24px;
}
.mobile-menu .social-links a:last-of-type {
  margin-right: 0;
}
#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  cursor: pointer;
  transition: .2s;
}
body, section, header, footer, main {
  min-width: 0;
}
form .row {
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 20px;
}
form .half, form .third {
  width: 100%;
}
input, textarea, select {
  font-size: .9em;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  width: 50px;
  min-width: 0;
  max-width: 50px;
  height: 50px;
  overflow: hidden;
}
form button {
  width: 100%;
  margin-bottom: 10px;
}
input, textarea, select {
  font-size: .9em;
}
.modal {
  min-width: 100%;
}

header {
  padding: 15px 5%;
}
header nav menu {
  display: none;
}
header nav .logo {
  height: 64px;
}

.home .hero {
  height: 60vh;
}
.home .hero h1, .page .hero h1 {
  font-size: 2.5em;
  text-align: center;
  max-width: 90%;
}
.home .hero h1 span.main-txt {
  display: flex;
  flex-direction: column;
}
.home .sec1 h2, .about .sec1 h2 {
  font-size: 1.8em;
}
.home .sec1 .details {
  flex-direction: column;
}
.home .sec1 .brands {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  margin-top: 100px;
  margin-bottom: 60px;
  gap: 30px;
  width: 90%;
  margin-left: 5%;
}
.card .wrapper .cover-image, .card {
  height: 380px;
}
.card .character {
  width: 40%;
}
.card .title {
  bottom: 40px;
  font-size: 1.4em;
}

footer .legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page .sec1 {
  padding: 40px 5%;
}

.about .sec1 {
  flex-wrap: wrap;
}
.about .sec1 .left, .about .sec1 .right {
  width: 100%;
}
.about .sec1 .left {
  margin-bottom: 20px;
}
.about .sec1 .divide {
  margin-top: 30px;
}
.about .sec1 .points .point .top {
  font-size: 1.2em;
}
.page .hero {
  height: 40vh;
}

.group .sec1 img {
  width: 100%;
}

.brands .sec1 .brands-grid {
  gap: 30px;
}
.brands .sec1 .brands-grid > div img {
  height: 70px;
}

.family .sec1 {
  columns: 2;
  column-gap: 10px;
}

.contact .sec1 .contact-wrap {
  flex-wrap: wrap;
  row-gap: 40px;
  width: 100%;
}
.contact .sec1 .contact-wrap .left {
  width: 100%;
  margin-right: 0;
}
.contact .sec1 .contact-wrap .right {
  padding: 40px 20px;
  width: 100%;
}