@import url('http://fonts.cdnfonts.com/css/cocogoose');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'COCOGOOSE', sans-serif;
}

.desktop-nav-1 {
  display: none;
}

.flex {
  display: flex;
}

.desktop-nav-2 {
  display: none;
}

.home-intro {
  background-image: url(image/main_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  padding-top: 77px;
}

.hamburger {
  flex-direction: column;
  gap: 5px;
  position: absolute;
  margin-top: 25px;
  margin-left: 30px;
}

.hamburger div {
  width: 35px;
  height: 7px;
  background-color: #606060;
}

.mobile-paragraph {
  font-family: 'Lato', sans-serif;
  border: 3px solid #fff;
  margin: 20px;
  padding: 11px;
  color: #606060;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}

.intro-heading {
  margin: 20px;
  margin-bottom: 0;
}

.intro-heading h1 {
  background: -webkit-linear-gradient(#ef7453, #a20202);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
}

.intro-heading h2 {
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  color: #ec5242;
  font-weight: 500;
}

.mobile-date {
  color: #606060;
  margin-left: 20px;
  margin-right: 20px;
}

.mobile-location {
  font-family: 'Lato', sans-serif;
  padding-left: 20px;
  padding-top: 10px;
  color: #606060;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 50px;
}

/* Mobile Menu Style */

.mobile-nav {
  display: none;
  position: absolute;
  background-color: #d3d3d3;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 65px 35px 0 30px;
}

.mobile-nav img {
  height: 50px;
  display: block;
  margin-right: auto;
  position: absolute;
  top: 25px;
  left: 10px;
}

.mobile-nav ul {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin: auto;
}

.mobile-nav ul li {
  list-style: none;
}

.mobile-nav ul li a {
  color: #ec5242;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}

/* Mobile Menu Style */

.mainprogram {
  background-image: url(image/pattern_bg.png);
  background-color: #272a31;
  flex-direction: column;
  padding-bottom: 50px;
}

.header {
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
}

.header h3 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

.header hr {
  border: 1px solid #ec5242;
  width: 50px;
}

.activities {
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  padding: 20px;
}

.activity {
  padding: 20px;
  background-color: #8e8e8e30;
  align-items: center;
  gap: 100px;
}

.imgiconwrapper {
  align-items: center;
  gap: 30px;
  width: 23%;
}

.activity h3 {
  color: #ec5242;
  font-weight: 100;
}

.activity p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.mainprogram button {
  font-family: 'Lato', sans-serif;
  color: #fff;
  background-color: #ec5242;
  text-align: center;
  align-self: center;
  margin-top: 30px;
  padding: 30px 70px;
  font-size: 22px;
  font-weight: 600;
  border: 2px solid #ec5242;
}

.menu {
  flex-direction: row;
  padding: 20px;
}

.section-menu {
  flex-direction: column;
}

.menuHeader {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.menuHeader h3 {
  font-family: 'Lato', sans-serif;
  color: #272a31;
  font-size: 24px;
  font-weight: 600;
}

.menuHeader hr {
  border: 1px solid #ec5242;
  width: 50px;
}

.menus-wrapper {
  flex-direction: column;
}

.menu img {
  width: 185px;
  padding: 25px;
}

.menuInfo {
  flex-direction: column;
  gap: 7px;
}

.menuInfo h2 {
  font-family: 'Lato', sans-serif;
  color: #14161a;
  font-weight: 800;
  font-size: 21px;
  margin-top: 22px;
}

.menuInfo span {
  font-style: italic;
  font-family: 'Lato', sans-serif;
  color: #ec5242;
  font-weight: 500;
  font-size: 16px;
}

.menuInfo hr {
  width: 30px;
}

.menuInfo p {
  font-family: 'Lato', sans-serif;
  color: #3a3a3a;
  font-weight: 600;
  font-size: 14px;
}

.menu-button {
  font-family: 'Lato', sans-serif;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #d3d3d3;
  background-color: #fff;
  text-align: center;
  padding: 15px 120px;
  color: #363636;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 20px 20px 20px;
}

.menu-button img {
  width: 15px;
}

footer {
  background-color: #424146;
}

.footerHeader {
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
}

.footerHeader h2 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

.footerHeader hr {
  border: 1px solid #ec5242;
  width: 35px;
}

.partnerIcons {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  flex-wrap: wrap;
}

.partnerone {
  padding: 20px;
  width: 250px;
}

.partnertwo {
  padding: 20px;
  width: 280px;
}

.partnerthree {
  padding: 20px;
  width: 300px;
}

.partnerfour {
  padding: 20px;
  width: 280px;
}

.partnerfive {
  padding: 20px;
  width: 280px;
}

.imgone .partnerfour {
  justify-content: center;
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

.imgone {
  justify-content: center;
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

.imgone .partnerone {
  max-width: 100%;
}

.imgone .partnertwo {
  max-width: 100%;
}

.imgone .partnerthree {
  max-width: 100%;
}

.imgone .partnerfive {
  justify-content: center;
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

.Footerlogo {
  justify-content: center;
  background-color: #fff;
  gap: 20px;
  padding: 40px;
}

.Footerlogo img {
  width: 200px;
  height: 55px;
}

.logoimage {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

.logoimage img {
  max-width: 100%;
}

.copyrights p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  padding-bottom: 10px;
  color: #3a3a3a;
  font-weight: 600;
}

/* End of Mobile Home Page */

/* Mobile About Page */

.about-intro {
  background-image: url(image/main_bg.png);
  background-size: 97%;
  background-repeat: no-repeat;
  background-position: 10px 60px;
  flex-direction: column;
  padding-top: 77px;
  background-color: #f7f7f7;
}

.about-intro-heading {
  flex-direction: column;
  align-items: center;
}

.about-intro-heading h1 {
  text-align: center;
}

.about-mobile-paragraph {
  background-color: #fff;
  border: 1px solid #efefef;
  text-align: center;
}

.about-Email-paragraph {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #565656;
  text-align: center;
  padding: 0 20px 10px 20px;
}

.about-Email {
  font-weight: 700;
  color: #3a3a3a;
}

.logoimg {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
}

.logoimg img {
  max-width: 100%;
}

.OurLogo {
  padding: 50px;
  flex-direction: column;
  border-bottom: 3px solid #f7f7f7;
}

.OurLogo h2 {
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-weight: 400;
}

.OurLogo hr {
  width: 50px;
  align-self: center;
  margin: 20px;
  border: 1px solid #ec5242;
}

.aboutOurLogo {
  border: 3px solid #f7f7f7;
  padding: 20px;
  margin-top: 20px;
  justify-content: center;
}

.aboutOurLogo img {
  width: 210px;
}

.dishes {
  background-image: url(image/fish.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
}

.dish {
  background-image: url(image/bread-sauce.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
}

.dishes-overlay {
  position: absolute;
  background: #ec5242;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.dishes-text {
  padding: 50px;
}

.dishes-text h2 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  z-index: 99;
  backdrop-filter: brightness(100%);
}

.dishes-text span {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  z-index: 99;
  backdrop-filter: brightness(100%);
}

.dish-overlay {
  position: absolute;
  background: #ec5242;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

section.dish-text {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  z-index: 1;
  padding: 0 40px;
}

section.dish-text h2 {
  color: #fff;
  align-items: center;
  font-size: 26px;
  padding-top: 50px;
  backdrop-filter: brightness(100%);
}

section.dish-text span {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  z-index: 99;
  padding-bottom: 60px;
  backdrop-filter: brightness(100%);
}

.desktop-mainprogramBtn {
  display: none;
}

.desktop-dishes {
  flex-direction: column;
  gap: 20px;
}

/* Mobile About Page */

/* Desktop Home Page */

@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }

  .desktop-nav-1 {
    display: block;
    background-color: #3e3e3e;
  }

  .desktop-nav-1 ul {
    list-style: none;
    justify-content: flex-end;
    gap: 30px;
    margin-right: 10%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .facebook {
    width: 10px;
  }

  .twitter {
    width: 20px;
  }

  .desktop-nav-1 ul li a {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #fff;
    margin-right: auto;
  }

  .desktop-nav-2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px;
  }

  .aboutOurLogo img {
    width: 150px;
    height: 150px;
  }

  .desktop-nav-2 a img {
    width: 210px;
  }

  .desktop-nav-2 ul {
    list-style: none;
    justify-content: center;
    align-items: baseline;
    gap: 2rem;
  }

  .desktop-nav-2 ul li a {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #747474;
    font-weight: 600;
  }

  .desktop-nav-2 ul li a:hover {
    text-decoration: underline;
    font-weight: 900;
  }

  .desktop-nav-2 ul li a:active {
    color: #ec5242;
  }

  .mainprogram button {
    display: none;
  }

  .desktop-nav-2 ul li button {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border: 4px solid #ec5242;
    padding: 10px;
    color: #ec5242;
    background-color: #fff;
    transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .desktop-nav-2 button:hover {
    font-style: italic;
    color: #fff;
    background-color: #ec5242;
  }

  .desktop-nav-2 button:active {
    color: #fff;
    background-color: #ca2f1e;
    transition: background-color 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .home-intro {
    background-image: url(image/main_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-left: 60px;
    padding-top: 100px;
  }

  .intro-heading h2 {
    font-size: 48px;
  }

  .intro-heading h1 {
    font-size: 72px;
  }

  .mobile-paragraph {
    width: 48%;
    padding: 30px;
    font-size: 17px;
  }

  .mobile-date {
    font-size: 42px;
  }

  .mobile-location {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 125px;
  }

  .header h3 {
    font-size: 26px;
    font-weight: 600;
  }

  .activities {
    flex-direction: row;
    justify-content: center;
    gap: 5px;
  }

  .activity {
    flex-direction: column;
    gap: 15px;
    width: 250px;
    border: 2px solid transparent;
  }

  .activity:hover {
    border: 2px solid #fff;
    background-color: #8e8e8e5a;
  }

  .activity p {
    text-align: center;
  }

  .imgiconwrapper {
    flex-direction: column;
  }

  .desktop-mainprogramBtn {
    display: inline;
    font-family: 'Lato', sans-serif;
    align-self: center;
    color: #dddee3;
    padding: 20px;
    font-size: 22px;
  }

  .desktop-mainprogramBtn:hover {
    color: #f0eeee;
  }

  .desktop-mainprogramBtn:active {
    color: #ec5242;
  }

  .menus-wrapper {
    margin-top: 50px;

    /* justify-content: center; */
    gap: 2rem;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
  }

  .menu {
    width: auto;
    flex-direction: row;
  }

  .menu-button {
    display: none;
  }

  .footerHeader h2 {
    color: #9f9fa1;
    font-size: 32px;
  }

  .partnerIcons {
    display: flex;
    justify-content: center;
    gap: 51px;
  }

  .partnerone {
    width: 180px;
  }

  .partnertwo {
    width: 180px;
  }

  .partnerthree {
    width: 202px;
  }

  .Footerlogo {
    justify-content: space-evenly;
    align-items: center;
    gap: 100px;
  }

  .Footerlogo a img {
    width: 300px;
    height: 90px;
  }

  .copyrights p {
    font-size: 16px;
  }

  .aboutcopyrights p {
    color: #fff;
  }

  /* Desktop Home Page */

  /* Desktop About Page */

  .about-intro {
    align-items: center;
    background-size: 65%;
    background-position: center;
  }

  .about-intro-heading h2 {
    display: none;
  }

  .about-intro-heading hr {
    width: 50px;
    border: 1px solid #c75043;
    margin-bottom: 50px;
    margin-top: 15px;
  }

  .about-Email-paragraph {
    font-size: 18px;
    font-weight: 500;
  }

  .about-Email {
    margin-bottom: 100px;
  }

  .OurLogo h2 {
    font-weight: 600;
    color: #343434;
    font-size: 26px;
  }

  .aboutOurLogo {
    align-self: center;
    padding: 40px 75px 40px 75px;
  }

  .desktop-dishes {
    flex-direction: row;
    align-self: center;
    gap: 15px;
    max-width: 860px;
  }

  .dishes-text h2 {
    color: #fff;
  }

  .aboutFooter {
    background-color: #424146;
  }

  .aboutFooterHeader {
    display: none;
  }

  .aboutParter {
    display: none;
  }

  /* Desktop About Page */
}

.active {
  display: flex;
}

.hide {
  display: none;
}
