@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Sansita+Swashed:wght@400;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.7;
  height: 100vh; }

.image__section {
  background-image: url(../img/toa.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  padding: 10rem;
  text-align: center;
  font-size: 2.5rem;
  height: 60rem;
  color: #fff;
  opacity: .99; }

.video {
  position: relative;
  padding: 20rem 0;
  text-align: center; }

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 1; }
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.heading-primary--third {
  text-align: center;
  margin-bottom: 2rem;
  font-family: "Dancing Script", cursive;
  font-size: 3rem;
  color: #fff; }

.btn, .btn:link, .btn:visited {
  background-color: #000042;
  color: #ED7F64;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 3rem;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all .2s; }
  @media only screen and (max-width: 1254px) {
    .btn, .btn:link, .btn:visited {
      font-size: 1.5rem;
      padding: 1rem; } }

.btn:hover {
  transform: translateY(3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3); }

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px); }

.btn--center {
  background-color: #600000;
  color: #FDDA86;
  word-spacing: 4px;
  letter-spacing: 1px;
  padding: 2rem;
  margin-top: 2rem;
  text-decoration: none; }

.btn--header {
  background-color: #600000;
  color: #FDDA86;
  word-spacing: 4px;
  letter-spacing: 1px;
  padding: 2rem;
  text-decoration: none;
  position: absolute;
  top: 52rem;
  right: 5rem; }

.btn--blue {
  width: 14.5rem;
  text-decoration: none; }
  @media only screen and (max-width: 1254px) {
    .btn--blue {
      width: 10rem; } }
  @media only screen and (max-width: 750px) {
    .btn--blue {
      width: 8rem; } }
  .btn--blue:hover {
    background-color: #f7c7bb;
    color: #0000CC; }

.card {
  display: flex;
  justify-content: space-evenly;
  padding: 4rem 0;
  margin: 8rem 0; }
  @media only screen and (max-width: 1600px) {
    .card {
      margin: 6rem 0; } }
  @media only screen and (max-width: 1254px) {
    .card {
      margin: 4rem 0; } }
  @media only screen and (max-width: 950px) {
    .card {
      margin: 2rem 0; } }
  @media only screen and (max-width: 644px) {
    .card {
      justify-content: center;
      margin: 1rem 0; } }
  .card__text {
    width: 80rem;
    height: 52.4rem;
    font-size: 2.5rem;
    background-color: #ED7F64;
    color: #000042;
    padding: 8rem 10rem 5rem 10rem; }
    @media only screen and (max-width: 1600px) {
      .card__text {
        width: 60rem;
        height: 40rem;
        padding: 2rem;
        text-align: center; } }
    @media only screen and (max-width: 1254px) {
      .card__text {
        width: 45rem;
        height: 30rem;
        font-size: 2rem;
        padding: 1rem; } }
    @media only screen and (max-width: 950px) {
      .card__text {
        width: 40rem;
        height: 25rem;
        padding: 1rem; } }
    @media only screen and (max-width: 825px) {
      .card__text {
        width: 35rem;
        height: 20rem; } }
    @media only screen and (max-width: 750px) {
      .card__text {
        width: 30rem;
        height: 15rem;
        padding: .5rem; } }
    @media only screen and (max-width: 644px) {
      .card__text {
        width: 35rem;
        height: 30rem;
        padding: 3rem; } }
    @media only screen and (max-width: 750px) {
      .card__text--order {
        padding: 1.5rem 1rem; } }
    @media only screen and (max-width: 644px) {
      .card__text--order {
        padding: 3rem; } }
    @media only screen and (max-width: 825px) {
      .card__text--title {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 750px) {
      .card__text--title {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 644px) {
      .card__text--title {
        font-size: 2rem; } }
    .card__text--p {
      margin-bottom: 2rem; }
      @media only screen and (max-width: 1254px) {
        .card__text--p {
          margin: 0; } }
      @media only screen and (max-width: 950px) {
        .card__text--p {
          font-size: 1.7rem; } }
      @media only screen and (max-width: 825px) {
        .card__text--p {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 750px) {
        .card__text--p {
          font-size: 1rem; } }
      @media only screen and (max-width: 644px) {
        .card__text--p {
          display: block;
          margin-bottom: 2rem;
          font-size: 1.5rem; } }
  .card__image {
    width: 80rem;
    height: 52.4rem; }
    @media only screen and (max-width: 1600px) {
      .card__image {
        width: 60rem;
        height: 40rem; } }
    @media only screen and (max-width: 1254px) {
      .card__image {
        width: 45rem;
        height: 30rem; } }
    @media only screen and (max-width: 950px) {
      .card__image {
        width: 40rem;
        height: 25rem; } }
    @media only screen and (max-width: 825px) {
      .card__image {
        width: 35rem;
        height: 20rem; } }
    @media only screen and (max-width: 750px) {
      .card__image {
        width: 30rem;
        height: 15rem; } }
    @media only screen and (max-width: 644px) {
      .card__image {
        display: none; } }

.gallery {
  background-color: #f9f7f6;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(7, 5vw);
  grid-gap: 1.5rem;
  padding: 1.5rem;
  margin-bottom: 8rem;
  position: relative; }
  .gallery__item--1 {
    grid-column: 1/3;
    grid-row: 1/3; }
  .gallery__item--2 {
    grid-column: 3/5;
    grid-row: 1/4; }
  .gallery__item--3 {
    grid-column: 5/7;
    grid-row: 1/3; }
  .gallery__item--4 {
    grid-column: 7/9;
    grid-row: 1/3; }
  .gallery__item--5 {
    grid-column: 1/3;
    grid-row: 3/5; }
  .gallery__item--6 {
    grid-column: 3/5;
    grid-row: 4/span 4; }
  .gallery__item--7 {
    grid-column: 5/6;
    grid-row: 3/6; }
  .gallery__item--8 {
    grid-column: 6/8;
    grid-row: 3/5; }
  .gallery__item--9 {
    grid-column: 8/9;
    grid-row: 3/6; }
  .gallery__item--10 {
    grid-column: 1/2;
    grid-row: 5/7; }
  .gallery__item--11 {
    grid-column: 2/3;
    grid-row: 5/7; }
  .gallery__item--12 {
    grid-column: 5/6;
    grid-row: 6/span 2; }
  .gallery__item--13 {
    grid-column: 6/7;
    grid-row: 5/span 3; }
  .gallery__item--14 {
    grid-column: 7/8;
    grid-row: 5/span 3; }
  .gallery__item--15 {
    grid-column: 8/9;
    grid-row: 6/7; }
  .gallery__item--16 {
    grid-column: 1/2;
    grid-row: 7/8; }
  .gallery__item--17 {
    grid-column: 2/3;
    grid-row: 7/8; }
  .gallery__item--18 {
    grid-column: 8/9;
    grid-row: 6/span 2; }
  .gallery__item:hover .gallery__img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }

.back-to-top {
  background-color: #600000;
  color: #FDDA86;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: -11rem;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .back-to-top .top-icon {
    font-size: 2rem;
    height: 2.4rem; }
  .back-to-top .top-text {
    color: #FDDA86;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 2px; }

.heading-primary {
  font-size: 2.5rem;
  padding: 5rem;
  text-align: center;
  margin: 0 20rem; }
  @media only screen and (max-width: 1057px) {
    .heading-primary {
      margin: 0 10rem; } }
  @media only screen and (max-width: 897px) {
    .heading-primary {
      margin: 0 5rem; } }
  @media only screen and (max-width: 768px) {
    .heading-primary {
      font-size: 2rem;
      padding: 3rem; } }
  @media only screen and (max-width: 570px) {
    .heading-primary {
      margin: 0 1rem; } }
  .heading-primary--main {
    font-family: "Dancing Script", cursive;
    font-size: 3rem; }
  .heading-primary--sub {
    word-spacing: 2px; }
  @media only screen and (max-width: 360px) {
    .heading-primary--text {
      display: none; } }

.popup {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }
  @supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    .popup {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(0, 0, 0, 0.4); } }
  .popup__content {
    width: 85%;
    background-image: url(/img/bg-popup.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 2rem 2rem 4rem 2rem;
    display: table;
    font-size: 1.5rem;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
    transition: all .5s .2s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 750px) {
      .popup__content {
        width: 90%; } }
  .popup__name {
    font-family: "Dancing Script", cursive;
    text-align: center;
    padding-bottom: 2rem;
    font-size: 4rem;
    color: #ea6948; }
  .popup__title {
    padding-bottom: 5px;
    font-weight: 700;
    color: #892810;
    border-bottom: 3px solid #ffcc33; }
    @media only screen and (max-width: 825px) {
      .popup__title {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 550px) {
      .popup__title i {
        font-size: 10px; } }
  @media only screen and (max-width: 825px) {
    .popup h3 {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 825px) {
    .popup p {
      font-size: 1rem; } }
  .popup__menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  .popup__close:link, .popup__close:visited {
    color: #ED7F64;
    font-size: 4rem;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    transition: all .2s; }
  .popup__close:hover {
    color: #ffcc33; }

.teams {
  margin: 20rem 10rem 15rem 10rem;
  height: 90vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 750px) {
    .teams {
      height: auto;
      display: flex;
      flex-direction: column;
      margin-top: 10rem;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(4, 1fr); } }
  .teams .image-box-1 {
    grid-row: 1/2;
    grid-column: 1/2;
    justify-self: center;
    align-self: center; }
    .teams .image-box-1 .image {
      width: 45rem;
      height: auto; }
      @media only screen and (max-width: 990px) {
        .teams .image-box-1 .image {
          width: 35rem; } }
    .teams .image-box-1 .teams-name {
      color: #FFA12E;
      font-size: 2rem;
      font-weight: 700;
      text-align: center; }
  .teams .image-box-2 {
    grid-row: 1/2;
    grid-column: 2/3;
    justify-self: center;
    align-self: center; }
    .teams .image-box-2 .image {
      width: 45rem;
      height: auto; }
      @media only screen and (max-width: 990px) {
        .teams .image-box-2 .image {
          width: 35rem; } }
    .teams .image-box-2 .teams-name {
      color: #FFA12E;
      font-size: 2rem;
      font-weight: 700;
      text-align: center; }
  .teams .image-box-3 {
    grid-row: 2/3;
    grid-column: 1/2;
    justify-self: center;
    align-self: center; }
    .teams .image-box-3 .image {
      width: 45rem;
      height: auto; }
      @media only screen and (max-width: 990px) {
        .teams .image-box-3 .image {
          width: 35rem; } }
    .teams .image-box-3 .teams-name {
      color: #FFA12E;
      font-size: 2rem;
      font-weight: 700;
      text-align: center; }
  .teams .image-box-4 {
    grid-row: 2/3;
    grid-column: 2/3;
    justify-self: center;
    align-self: center; }
    .teams .image-box-4 .image {
      width: 45rem;
      height: auto; }
      @media only screen and (max-width: 990px) {
        .teams .image-box-4 .image {
          width: 35rem; } }
    .teams .image-box-4 .teams-name {
      color: #FFA12E;
      font-size: 2rem;
      font-weight: 700;
      text-align: center; }
  .teams .teams-name:hover {
    color: #000042; }

.staff {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2rem; }
  @media only screen and (max-width: 750px) {
    .staff {
      top: 5%;
      margin-top: 1rem;
      height: auto; } }
  .staff h1 {
    font-size: 3rem;
    text-align: center;
    line-height: 1;
    border-bottom: 2px solid #ED7F64; }

.footer {
  display: flex;
  justify-content: space-around;
  padding: 7rem;
  background-color: #ED7F64;
  color: #000042; }
  @media only screen and (max-width: 1254px) {
    .footer {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-template-rows: repeat(1, 1fr);
      padding: 3rem 2rem; } }
  @media only screen and (max-width: 1003px) {
    .footer {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(2, 1fr); } }
  .footer .location-hours {
    font-size: 1.5rem;
    display: flex;
    border-left: solid black 2px;
    padding-left: 3rem; }
    @media only screen and (max-width: 1254px) {
      .footer .location-hours {
        grid-row: 1/2;
        grid-column: 1/2;
        align-self: center;
        justify-self: center; } }
    @media only screen and (max-width: 1003px) {
      .footer .location-hours {
        grid-row: 1/2;
        grid-column: 1/2; } }
    .footer .location-hours .hours {
      margin-left: 6rem; }
  .footer .copyright {
    width: 50rem;
    font-size: 1.5rem;
    justify-self: end;
    padding-top: 1rem; }
    @media only screen and (max-width: 1254px) {
      .footer .copyright {
        grid-row: 1/2;
        grid-column: 2/-1;
        justify-self: center;
        align-self: center; } }
    @media only screen and (max-width: 1003px) {
      .footer .copyright {
        grid-row: 2/-1;
        grid-column: 1/2; } }
    @media only screen and (max-width: 531px) {
      .footer .copyright {
        width: 40rem; } }
    @media only screen and (max-width: 439px) {
      .footer .copyright {
        width: 30rem; } }
  .footer .social-media {
    border-bottom: 1px solid #000;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 1254px) {
      .footer .social-media {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 1rem; } }
    .footer .social-media .social-link:link, .footer .social-media .social-link:visited {
      display: inline-block;
      transition: all .2s; }
    .footer .social-media .social-link:hover, .footer .social-media .social-link:active {
      transform: scale(1.5); }
    .footer .social-media .social-link i {
      font-size: 2rem;
      color: #000042;
      padding-right: 1rem; }
      @media only screen and (max-width: 1254px) {
        .footer .social-media .social-link i {
          padding: 1rem; } }

.copyright-name {
  text-align: center;
  background-color: #ED7F64;
  font-size: 1.3rem;
  padding-bottom: 1rem; }

.header {
  font-family: "Playfair Display", serif;
  background-image: url(../img/1.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 65.04%;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  background-repeat: no-repeat; }
  .header__text-box {
    position: relative; }
    .header__text-box .heading-primary {
      position: absolute;
      top: 35rem;
      right: 5rem;
      font-size: 5rem;
      color: #2B0000;
      text-transform: uppercase;
      word-spacing: 1.5rem; }
      @media only screen and (max-width: 1254px) {
        .header__text-box .heading-primary {
          background-color: black;
          background-color: rgba(0, 0, 0, 0.3);
          color: #FDDA86;
          padding: 2rem;
          border-radius: 5px; } }
      @media only screen and (max-width: 570px) {
        .header__text-box .heading-primary {
          font-size: 4rem; } }
      @media only screen and (max-width: 500px) {
        .header__text-box .heading-primary {
          font-size: 3rem; } }
      @media only screen and (max-width: 360px) {
        .header__text-box .heading-primary {
          font-size: 2rem; } }
      .header__text-box .heading-primary--main {
        display: block; }

.navigation {
  background-color: #401e07;
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 2px;
  height: 10rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .6s;
  z-index: 10000; }
  .navigation__logo-box {
    padding: 2rem 2rem; }
    @media only screen and (max-width: 750px) {
      .navigation__logo-box {
        display: none; } }
  .navigation__logo {
    height: 7rem; }
  .navigation__nav {
    position: absolute;
    top: .5rem;
    right: 0;
    padding: 1rem 3rem 1rem 0; }
  .navigation__list {
    display: flex; }
  .navigation__item {
    list-style: none; }
  .navigation__link:link, .navigation__link:visited {
    color: #FFA12E;
    font-weight: bold;
    text-decoration: none;
    padding: 2rem;
    text-transform: uppercase;
    display: block;
    transition: .5s; }
  .navigation__link:hover, .navigation__link:active {
    color: #ffd11a; }
  .navigation__icon {
    visibility: hidden; }
  .navigation__checkbox {
    display: none; }

.navigation.sticky {
  background-color: rgba(83, 49, 29, 0.8);
  height: 8rem; }

.navigation.sticky .navigation__nav {
  padding: 0; }

.navigation.sticky .navigation__logo-box {
  visibility: hidden;
  padding: 0; }

@media only screen and (max-width: 750px) {
  .navigation {
    position: relative;
    background-color: transparent;
    height: 0; }
  .navigation__button {
    height: 3rem;
    width: 3rem;
    position: fixed;
    top: 3.5rem;
    right: 2.3rem;
    z-index: 2000; }
  .navigation__background {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    position: fixed;
    top: 2.5rem;
    right: 1.5rem;
    background-color: #ED7F64;
    z-index: 1000;
    transition: transform .8s; }
  .navigation__nav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all .8s; }
  .navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    display: inline-block; }
  .navigation__link:link, .navigation__link:visited {
    display: inline-block;
    font-size: 3rem;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #F5C4B7 50%);
    background-size: 270%;
    transition: all .4s;
    color: #000042;
    padding: 1rem; }
  .navigation__link:hover, .navigation__link:active {
    background-position: 100%;
    transform: translateX(1rem); }
  .navigation__checkbox:checked ~ .navigation__background {
    transform: scale(80); }
  .navigation__checkbox:checked ~ .navigation__nav {
    opacity: 1;
    width: 100%; }
  .navigation__icon i {
    visibility: visible;
    text-align: center;
    color: #000042;
    font-size: 2.6rem; } }
