@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@font-face {
  src: url(/Assets/ethnocentric\ rg.ttf);
  font-family: etho;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
  width: 100%;
}
nav {
  width: 100%;
  height: 11vh;
  background-color: #f4a261;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
nav ul {
  list-style: none;
}
nav ul li {
  margin-top: 33px;
  padding-right: 18px;
  font-weight: 300;
  font-size: 18px;
}
nav ul li a {
  text-decoration: none;
  color: black;
  padding: 10px;
}
.right li a:hover {
  color: #fff;
  background-color: #2a9d8f;
  padding: 10px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.right {
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
  float: right;
}
.commune-nav {
  float: left;
  padding-left: 20px;
  margin-top: 19px;
}
.commune-nav a {
  padding-left: 10px;
  font-size: larger;
}
.join {
  background-color: #2a9d8f;
  height: 45px;
  vertical-align: middle;
  line-height: 45px;
  text-align: center;
  width: 150px;
  border-radius: 3px;
  margin-top: 21px;
}
.join:hover,
.join a:hover {
  color: #2a9d8f !important;
  background-color: #fff !important;
}
.join a {
  color: #fff;
}
nav ul li:last-child {
  padding-right: 0px;
}
nav button {
  background-color: transparent;
  border: transparent;
  display: none;
}
.commune-nav img {
  height: 37px;
}
@media screen and (max-width: 1024px) {
  .right {
    display: none;
  }
  .desserts .dessert-img {
    flex-wrap: wrap;
  }
  nav {
    height: 10vh;
  }
  .commune-nav {
    margin-top: 18px;
    font-size: 17px;
  }
  nav button {
    display: block;
    float: right;
    margin-top: 31px;
    padding-right: 15px;
    cursor: pointer;
  }
  #nav-ul {
    width: 100%;
  }
  #nav-ul.show {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-right: 0;
    align-items: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #f4a261;
  }
}
.home {
  position: relative;
  background-color: #f4a261;
  height: 100vh;
}
.home video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0.49;
  background-position: center;
  object-fit: cover;
}
.home .content h1 {
  font-family: etho;
  color: #264653;
  font-size: 70px;
}
.home .content {
  position: relative;
  max-width: 100%;
  text-align: center;
  top: 200px;
}
.home .content h2 {
  color: #fff;
  font-size: 38px;
  padding-top: 10px;
  font-family: "Homemade Apple", cursive !important;

  font-weight: 200;
}
.about {
  display: flex;
}
footer .fb {
  filter: invert(100%);
}
.about .content {
  width: 50%;
  height: 600px;
  text-align: justify;
  padding: 25px;
  font-size: larger;
  line-height: 1.8;
  color: white;
  background-color: #264653;
}
.about .content p {
  font-weight: 300;
}
.about .content h2 {
  font-weight: 400;
  color: #e9c46a;
}
.about .content h3 {
  font-weight: 200;
  /* color: #e9c46a; */
}
.about .img {
  width: 50%;
}
.about .img img {
  width: 100%;
  height: 600px;

  background-repeat: no-repeat;
  background-position: center;
}
.service img {
  height: 300px;
  border-radius: 50%;
  border: 10px solid #e9c46a;
  padding: 10px;
  margin: 20px;
}
.service h3 {
  font-size: 28px;
  font-weight: bolder;
  font-style: normal;
  padding: 20px;
  color: #ccd5ae;
}
.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.service img:hover {
  transform: scale(1.1);
  border: 13px solid #f4a261;
  transition: all 0.5s ease;
  cursor: pointer;
}
.service h2 {
  font-family: "Homemade Apple", cursive !important;
  font-size: 28px;
}
.reviews {
  background: #264653;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviews h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 400;
}
.reviews .img img {
  height: 250px;
  width: 410px;
  padding: 25px;
}
.reviews .img img:hover {
  /* opacity: 0.95; */
  transform: scale(1.05);
  transition: all 0.4s ease;
}
.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f3dea9;
}
.menu .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.menu .row .menu-item {
  /* background-color: #fffcf7; */
  border: 3px solid #fff;
  padding: 6px;
  margin: 8px;
  border-radius: 10px;
}
.menu .row .menu-item p {
  text-align: center;
  font-size: 20px;
  color: #264653;
  padding: 10px;
  border-top: 3px solid black;
}
.menu .row .menu-item img {
  width: 300px;
  margin: 13px;
  height: 305px;
}
.menu .row .menu-item :hover {
  transform: scale(1.06);
  opacity: 0.94;
  transition: all 0.3s ease;
  cursor: pointer;
}
.menu h2 {
  font-family: "Homemade Apple", cursive !important;
  font-size: 28px;
  padding: 5px;
  color: #111;
  font-weight: normal;
}

.hours {
  font-family: "Homemade Apple", cursive !important;
  color: #e9c46a !important;
  font-size: 29px;
}
.videos h2 {
  font-family: "Homemade Apple", cursive !important;
  font-size: 29px;
  padding: 5px;
  font-weight: normal;
  text-align: center;
}
.food-videos {
  background-color: #f4a261;
}
.vid video {
  height: 310px;
  width: 320px;
  /* border-radius: 50%; */
}
.vid {
  padding: 20px;
  margin: 30px auto;
  width: 80%;
  display: flex;
  background-color: white;
}
.fd {
  color: #2a9d8f;
}
.des p {
  text-align: center;
  font-size: 22px;
}
.vid .content {
  margin: auto;
  padding: 15px;
  height: min-content;
  margin-left: 60px;
  border-left: 5px solid black;
}
.vid p {
  font-family: "Homemade Apple", cursive !important;
  font-size: 28px;
}
.vid:last-of-type {
  margin: 0px auto;
}
.desserts {
  background-color: #2a9d8f;
  padding: 35px;
}
.desserts h2 {
  font-family: "Homemade Apple", cursive !important;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 30px;
  margin: 5px;
}
.desserts .dessert-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.desserts img {
  width: 330px;
  height: 330px;
  margin: 15px;
  border-radius: 50%;
  border: 1px solid #2a9d8f;
}
.desserts .dessert-img img:hover {
  transform: scale(1.1);
  border: 12px solid whitesmoke;
  transition: all 0.5s ease;
  cursor: pointer;
}
#contact {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background-color: #e9c46a;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
#contact .direction,
.phone,
.address {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.direction,
.phone,
.address {
  background-color: #fff;
  margin: 15px;
  height: 300px;
  border-radius: 20px;
}
#contact p a {
  color: #111;
}
.contact-heading {
  background-color: #e8f6ef;
  font-size: 42px;
  color: #4c4c6d;
  text-align: center;
  padding-top: 10px;
}
.map {
  padding: 20px;
  width: 100%;
  background-color: #e8f6ef;
  text-align: center;
}
.map img {
  display: block;
  text-align: center;
  margin: auto;
  padding-bottom: 15px;
}
.contact-head {
  font-family: "Homemade Apple", cursive !important;
  font-size: 29px;
  color: #264653;
  text-align: center;
  background-color: #e9c46a;
  padding-top: 5px;
}
.google-maps {
  text-align: center;
  padding: 10px;
  background-color: #e9c46a;
}
.party-decor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #ffe5d9;
}
.footer {
  background-color: #264653;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.footer a {
  /* text-decoration: none; */
  color: #fff;
}
.party-decor h2 {
  font-family: "Homemade Apple", cursive !important;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
.party-decor .videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.party-decor .videos video {
  border-radius: 22px;
  height: 380px;
  width: 385px;
  margin: 25px;
  padding: 10px;
  border: 6px solid #fff;
}
.party-decor h3 {
  font-weight: normal;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
}
.party-decor .videos video:hover {
  transform: scale(1.05);
  cursor: pointer;
  border: 8px solid white;
  transition: all 0.3s ease-in;
}
.service .img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.party-decor a {
  color: #111;
}
/* Tablet view */
@media screen and (max-width: 800px) {
  .home .content h1 {
    font-size: 62px;
  }
  .about {
    flex-direction: column;
  }
  .about .content {
    padding: 30px;
  }
  .about .content,
  .about .img {
    width: 100%;
  }
  .reviews .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .reviews .img img {
    height: 270px;
    width: 450px;
  }
  .google-maps iframe {
    width: 620px;
  }
  .row1,
  .row2,
  .row3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
  }

  #contact {
    padding-left: 15px;
    padding-right: 15px;
  }
  .direction,
  .phone,
  .address {
    margin: 10px;
  }
  .desserts .dessert-img img {
    width: 300px;
    height: 300px;
  }
  .vid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .vid .content {
    text-align: center;
    margin: 10px;
    border-left: 0px;
    border-top: 5px solid black;
  }
  .desserts .dessert-img {
    flex-wrap: wrap;
  }
}
/* Phone view */
@media screen and (max-width: 450px) {
  .google-maps iframe {
    width: 320px;
  }
  .menu .row .menu-item img {
    height: 290px;
    width: 290px;
  }
  .about .content p {
    font-weight: 200;
    font-size: 19px;
  }
  .party-decor h2,
  .party-decor h3 {
    font-size: 25px;
  }
  .home .content h2 {
    font-size: 30px;
  }
  .vid p {
    font-size: 25px;
  }
  .vid .content {
    padding: 0px;
  }
  .hours {
    font-size: 25px;
  }
  .service img {
    height: 250px;
  }
  .party-decor .videos video {
    width: 310px;
    height: 320px;
    margin: 20px;
  }
  #contact {
    flex-direction: column;
    padding: 25px;
  }
  #contact .direction,
  .phone,
  .address {
    width: 100%;
  }
  .reviews .img img {
    width: 330px;
  }
  .about .content {
    height: max-content;
  }
  .about .img img {
    height: 400px;
  }
  .menu h2 {
    text-align: center;
  }
  .home .content h1 {
    font-size: 50px;
    width: 80%;
    margin: auto;
  }
  .service h3 {
    text-align: center;
  }
  .vid p {
    font-size: 21px;
    text-align: center;
  }
  .desserts h2 {
    font-size: 26px;
  }
  .vid video {
    height: 290px;
    width: 290px;
  }
}
