*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 50%; } }

body {
  color: #181315;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  line-height: 1.6; }

.container {
  display: grid;
  grid-template-rows: 80vh min-content 40vw repeat(3, min-content);
  grid-template-columns: [sidebar-start] 8rem [sidebar-end full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end]; }
  .container > * {
    font-size: 3rem;
    padding: 40px; }
  @media only screen and (max-width: 62.5em) {
    .container {
      grid-template-rows: 6rem 80vh min-content 40vw repeat(3, min-content);
      grid-template-columns: [full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end]; } }
  @media only screen and (max-width: 50em) {
    .container {
      grid-template-rows: 6rem calc(100vh - 6rem); } }

.hide {
  display: none; }

.heading-1, .heading-2, .heading-3, .heading-4 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400; }

.heading-1 {
  color: #f5f0eb;
  font-size: 4.5rem;
  line-height: 1; }

.heading-2 {
  font-size: 4rem;
  font-style: italic;
  line-height: 1; }
  .heading-2--light {
    color: #f5f0eb; }
  .heading-2--dark {
    color: #534e5a; }

.heading-3 {
  color: #db98ac;
  font-size: 1.6rem;
  text-transform: uppercase; }

.heading-4 {
  font-size: 1.9rem; }
  .heading-4--light {
    color: #f5f0eb; }
  .heading-4--dark {
    color: #404050; }

.btn {
  background-color: #db98ac;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  padding: 1.8rem 3rem;
  text-transform: uppercase;
  transition: all 0.2s; }
  .btn:hover {
    background-color: #cd7891; }

.mb-sm {
  margin-bottom: 2rem; }

.mb-md {
  margin-bottom: 3rem; }

.mb-lg {
  margin-bottom: 4rem; }

.mb-hg {
  margin-bottom: 8rem; }

.sidebar {
  background-color: #db98ac;
  grid-column: sidebar-start / sidebar-end;
  grid-row: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 0; }
  @media only screen and (max-width: 62.5em) {
    .sidebar {
      grid-column: 1 / -1;
      grid-row: 1 / 2;
      align-items: center;
      justify-content: flex-end; } }

.nav-btn {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  margin-top: 4rem;
  height: 2px;
  width: 4.5rem; }
  .nav-btn::before, .nav-btn::after {
    background-color: #ffffff;
    height: 2px;
    width: 4.5rem;
    content: '';
    display: block; }
  .nav-btn::before {
    transform: translateY(-1.5rem); }
  .nav-btn::after {
    transform: translateY(1.3rem); }
  @media only screen and (max-width: 62.5em) {
    .nav-btn {
      margin-top: 0;
      margin-right: 3rem; }
      .nav-btn::before {
        transform: translateY(-1.2rem); }
      .nav-btn::after {
        transform: translateY(1rem); } }

.header {
  background-color: #534e5a;
  grid-column: full-start / col-end 6;
  background-image: linear-gradient(rgba(64, 64, 80, 0.93), rgba(64, 64, 80, 0.93)), url(../img/back2.jpg);
  background-position: center;
  background-size: cover;
  padding: 4rem 8rem 8rem;
  display: grid;
  grid-template-columns: minmax(min-content, max-content);
  grid-template-rows: 1fr min-content minmax(6rem, min-content) 1fr;
  grid-row-gap: 1.5rem;
  justify-content: center; }
  @media only screen and (max-width: 50em) {
    .header {
      grid-column: 1 / -1; } }
  @media only screen and (max-width: 37.5em) {
    .header {
      padding: 5rem; } }
  .header__logo {
    height: 3rem;
    justify-self: center; }
  .header__btn {
    border-radius: 3px;
    align-self: start;
    justify-self: start; }
  .header__seenon-text {
    color: #d9c5c3;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.5rem;
    font-size: 1.6rem;
    align-items: center; }
    .header__seenon-text::before, .header__seenon-text::after {
      background-color: currentColor;
      content: "";
      display: block;
      height: 1px; }
  .header__seenon-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem;
    justify-items: center;
    align-items: center; }
    .header__seenon-logos img {
      max-height: 2.5rem;
      max-width: 100%;
      filter: brigthness(70%); }

.planners {
  background-color: #404050;
  grid-column: col-start 7 / full-end;
  padding: 3rem;
  display: grid;
  align-content: center;
  justify-content: center;
  justify-items: center;
  grid-row-gap: 2rem; }
  @media only screen and (max-width: 50em) {
    .planners {
      grid-column: 1 / -1; } }
  .planners__list {
    display: grid;
    grid-template-columns: min-content max-content;
    grid-column-gap: 20px;
    grid-row-gap: 5vh;
    align-items: center; }
    @media only screen and (max-width: 50em) {
      .planners__list {
        grid-template-columns: repeat(3, min-content max-content); } }
    @media only screen and (max-width: 37.5em) {
      .planners__list {
        grid-template-columns: min-content max-content; } }
  .planners__img {
    border-radius: 50%;
    display: block;
    width: 7rem; }
  .planners__email {
    color: #d9c5c3;
    font-size: 1.4rem;
    margin-top: -3px;
    text-transform: uppercase; }

.features {
  grid-column: center-start / center-end;
  margin: 15rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-template-rows: auto auto;
  grid-gap: 6rem;
  align-items: start; }

.feature {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-row-gap: 1.5rem;
  grid-column-gap: 2.5rem; }
  .feature__icon {
    grid-row: 1 / span 2;
    fill: #db98ac;
    height: 4.5rem;
    width: 4.5rem;
    transform: translateY(-1rem); }
  .feature__text {
    font-size: 1.7rem; }

.story__pictures {
  background-image: linear-gradient(rgba(198, 153, 99, 0.2), rgba(198, 153, 99, 0.2)), url(../img/back.jpg);
  background-size: cover;
  grid-column: full-start / col-end 4;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  align-items: center;
  padding: 0; }
  @media only screen and (max-width: 50em) {
    .story__pictures {
      grid-column: 1 / -1;
      padding: 6rem; } }

.story__img--1 {
  border-radius: 3px;
  box-shadow: 0 2rem 5rem #00000010;
  grid-column: 2 / 6;
  grid-row: 2 / 6;
  width: 100%;
  object-fit: cover; }
  @media only screen and (max-width: 50em) {
    .story__img--1 {
      grid-column: 1 / 5;
      grid-row: 1 / -1;
      height: 100%;
      width: 100%; } }

.story__img--2 {
  border-radius: 3px;
  box-shadow: 0 2rem 5rem #00000020;
  grid-column: 4 / 7;
  grid-row: 4 / 6;
  width: 115%;
  z-index: 20; }
  @media only screen and (max-width: 50em) {
    .story__img--2 {
      grid-row: 1 / -1;
      width: 100%; } }

.story__content {
  background-color: #f5f0eb;
  grid-column: col-start 5 / full-end;
  padding: 6rem 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  @media only screen and (max-width: 50em) {
    .story__content {
      grid-column: 1 / -1;
      grid-row: 5 / 6; } }

.story__text {
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 4rem; }

.story__btn {
  border-radius: 3px; }

.venues {
  grid-column: center-start / center-end;
  margin: 15rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-gap: 7rem; }

.venue {
  background-color: #f5f0eb;
  border-radius: 3px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 35px; }
  .venue__img {
    border-radius: 3px 3px 0 0;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    width: 100%;
    z-index: 1; }
  .venue__like {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    fill: #db98ac;
    height: 2.5rem;
    justify-self: end;
    margin: 1rem;
    width: 2.5rem;
    z-index: 2; }
  .venue__like:hover {
    cursor: pointer; }
  .venue__name {
    align-self: end;
    background-color: #404050;
    border-radius: 3px;
    color: #ffffff;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    justify-self: center;
    padding: 1.25rem;
    text-align: center;
    transform: translateY(50%);
    width: 80%;
    z-index: 2; }
  .venue__location, .venue__guests {
    margin-top: 2.5rem; }
  .venue__location, .venue__guests, .venue__season, .venue__price {
    font-size: 1.5rem;
    margin-left: 2rem;
    display: flex;
    align-items: center; }
    .venue__location svg, .venue__guests svg, .venue__season svg, .venue__price svg {
      fill: #db98ac;
      height: 2rem;
      margin-right: 1rem;
      width: 2rem; }
  .venue__icon {
    height: 2rem;
    margin-right: 1rem;
    width: 2rem; }
  .venue__btn {
    grid-column: 1 / -1;
    border-radius: 0 0 3px 3px; }

.gallery {
  background-color: #f5f0eb;
  grid-column: full-start / full-end;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(7, 5vw);
  grid-gap: 1.5rem;
  padding: 1.5rem; }
  .gallery__item--1 {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2; }
  .gallery__item--2 {
    grid-column: 3 / span 3;
    grid-row: 1 / span 3; }
  .gallery__item--3 {
    grid-column: 6 / 7;
    grid-row: 1 / span 2; }
  .gallery__item--4 {
    grid-column: 7 / span 2;
    grid-row: 1 / span 2; }
  .gallery__item--5 {
    grid-column: 1 / span 2;
    grid-row: 3 / span 3; }
  .gallery__item--6 {
    grid-column: 3 / span 2;
    grid-row: 4 / span 2; }
  .gallery__item--7 {
    grid-column: 5 / 6;
    grid-row: 4 / 5; }
  .gallery__item--8 {
    grid-column: 6 / span 2;
    grid-row: 3 / span 2; }
  .gallery__item--9 {
    grid-column: 8 / 9;
    grid-row: 3 / span 3; }
  .gallery__item--10 {
    grid-column: 1 / 2;
    grid-row: 6 / span 2; }
  .gallery__item--11 {
    grid-column: 2 / span 2;
    grid-row: 6 / span 2; }
  .gallery__item--12 {
    grid-column: 4 / 5;
    grid-row: 6 / span 2; }
  .gallery__item--13 {
    grid-column: 5 / span 3;
    grid-row: 5 / span 3; }
  .gallery__item--14 {
    grid-column: 8 / 9;
    grid-row: 6 / span 2; }
  .gallery__img {
    border-radius: 3px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.footer {
  background-color: #404050;
  grid-column: full-start / full-end;
  padding: 8rem; }

.nav {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 2rem;
  align-items: center; }
  .nav__link:link, .nav__link:visited {
    color: #ffffff;
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.4rem;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s; }
  .nav__link:hover, .nav__link:active {
    background-color: #ffffff05;
    transform: translatey(-3px); }

.copyright {
  color: #d9c5c3;
  font-size: 1.4rem;
  margin: 6rem auto 0;
  text-align: center;
  width: 70%; }
