:root {
  --main-color: #cb3534;

  --basic-color: #d0af6c;
}

.harmony {
  background: linear-gradient(rgba(203, 53, 52, 0.2), rgba(0, 0, 0, 0.2)),
    url("./images/image (5).jpg");
  background-position: center;
  background-size: cover;
}
.harmonytext {
  text-shadow: 1px 1px 2px black, 0 0 25px var(--main-color),
    0 0 5px var(--main-color);
}

.logo {
  width: 80px;
}
.btn-main {
  background: var(--main-color) !important;
  color: white !important;
  font-weight: bold !important;
}
.btn-main:hover {
  background: var(--basic-color) !important;
  color: #cb3534 !important;
}

.harmonytext {
  font-size: 45px !important;
}

main {
  background: var(--main-color);
  height: 110vh;
}

.content2 {
  background-color: var(--basic-color);
  padding: 20px;
  border-radius: 20px;
  color: var(--main-color);
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.break-lunch {
  padding-top: 20px;
}
.choose-us {
  width: 100%;
  border-radius: 20px;
}

.content3 {
  background-color: var(--main-color);
}

.content3 div > ul,
li {
  list-style: none;
  padding: 10px;

  text-align: center;
}

.content3-btn {
  background-color: var(--basic-color);
  border: none;
  padding: 10px;
  border-radius: 10px;
  font-weight: bolder;
  color: var(--main-color);
}

.content3-btn.active {
  background-color: var(--main-color);
  color: var(--basic-color);
  font-weight: bolder;
  border: 2px solid var(--basic-color);
}

.slide {
  transition: opacity 0.5s ease;
  opacity: 0;
  display: none;
}

.slide.active {
  display: block;
  opacity: 1;
}

.content3img1 {
  width: 300px;
  float: right;
  border-radius: 20px;
}
.content3-text1 {
  padding-top: 120px;
  color: #d0af6c;
  font-weight: bold;
  font-size: 20px;
}

.content3img2 {
  width: 300px;
  float: right;
  border-radius: 20px;
}
.content3-text2 {
  padding-top: 120px;
  color: #d0af6c;
  font-weight: bold;
  font-size: 20px;
}

.content3img3 {
  width: 300px;
  float: right;
  border-radius: 20px;
}
.content3-text3 {
  padding-top: 120px;
  color: #d0af6c;
  font-weight: bold;
  font-size: 20px;
}

.video1 {
  background-color: #d0af6c;
  color: var(--main-color);
  font-weight: bold;
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.vd1 {
  width: 500px;
  height: 300px;
}

footer {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.footer {
  text-align: left;
  padding: 0;
}

.footer a {
  text-decoration: none;
  color: var(--main-color);
}

/* For mobile BEGIN */
@media screen and (max-width: 767px) {
  .content2 {
    margin-top: 20px;
  }
  .choose-us {
    width: 100%;
  }
  div :where(.convenient, .variety, .burger) {
    width: 100%;
    margin-left: 12px;
  }
  .content3img1 {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .content3-text1 {
    display: none;
  }
  .content3img2 {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .content3-text2 {
    display: none;
  }
  .content3img3 {
    width: 100%;
    float: left;
    margin-top: 70px;
  }
  .content3-text3 {
    display: none;
  }
  .vd1 {
    width: 100%;
  }
  /* About Page BEGIN for mobile*/
  section.aboutmain,
  section.contactmain {
    height: 80vh;
  }
  .what-we-do {
    margin-top: 10px;
  }
  form {
    width: 100%;
  }
  input,
  select {
    width: 100%;
  }
  /* About Page END for mobile*/

  /*Our Menu Page Begins*/
  .menuimg {
    margin-top: 20px;
    
  }
  img.menuimg {
    width: 100%;
  }

  /*Our Menu Page Ends*/
}

/* For mobile END */

/*For Desktop Screen*/
@media (min-width: 1024px) {
}

/* About Page BEGIN*/
section.aboutmain {
  background: linear-gradient(rgba(203, 53, 52, 0.2), rgba(0, 0, 0, 0.2)),
    url("./images/image (15).jpg");
  height: 83vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutmain h2 {
  font-size: 50px !important;
}
.what-we-do {
  background-color: var(--basic-color);
  color: var(--main-color);
  padding: 10px;
  border-radius: 10px;
}
.newsletterimg {
  width: 200px;
  float: right;
}
/* About Page END*/

/*CONTACT PAGE BEGINS*/
section.contactmain {
  background: linear-gradient(rgba(203, 53, 52, 0.2), rgba(0, 0, 0, 0.2)),
    url("./images/image (23).jpg");
  height: 83vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contactmain h2 {
  font-size: 50px !important;
}

.booking {
  width: 60%;
  padding: 10px;
}
input,
select {
  padding: 10px;
  width: 100%;
}
textarea {
  width: 100%;
}

form {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  border-radius: 20px;
}

/*Menu Page */
section.menumain {
  background: linear-gradient(rgba(203, 53, 52, 0.2), rgba(0, 0, 0, 0.2)),
    url("./images/image (6).jpg");
  height: 83vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.menumain h2 {
  font-size: 50px !important;
}
.menuimg {
  border-radius: 20px;
  width: 250px;
}
