* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "vazir";
  overflow-x: hidden;
}

@font-face {
  font-family: "vazir";
  src: url("font/font/vazir-font-v18.0.0/Farsi-Digits/Vazir-Bold-FD.woff")
    format("woff");
  src: url("font/font/vazir-font-v18.0.0/Farsi-Digits/Vazir-Bold-FD.woff2")
    format("woff2");
}
@font-face {
  font-family: "IranNastaliq";
  src: url("IranNastaliq/IranNastaliq.woff2") format("woff2");
}

.valed {
  display: grid;
  grid-template-areas:
    "header header header "
    "content content content "
    "footer footer footer";
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 50px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.header {
  grid-area: header;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.nav-link:hover .khane {
  width: 30px;
  opacity: 1;
}
.nav-link {
  position: relative;
}
.khane {
  transition: width 0.5s ease, opacity 1s ease;
  height: 2px;
  width: 0;
  position: absolute;
  background: rgb(255, 115, 0);
  opacity: 0;
}
.nav-link:hover .darbarema {
  width: 55px;
  opacity: 1;
}
.darbarema {
  transition: width 0.5s ease, opacity 1s ease;
  height: 2px;
  width: 0;
  position: absolute;
  background: rgb(255, 115, 0);
  opacity: 0;
}
.tamasbama {
  transition: width 0.5s ease, opacity 1s ease;
  height: 2px;
  width: 0;
  position: absolute;
  background: rgb(255, 115, 0);
  opacity: 0;
}
.nav-link:hover .tamasbama {
  width: 70px;
  opacity: 1;
}
.favoriet {
  transition: width 0.5s ease, opacity 1s ease;
  height: 2px;
  width: 0;
  position: absolute;
  background: rgb(255, 115, 0);
  opacity: 0;
}
.nav-link:hover .favoriet {
  width: 125px;
  opacity: 1;
}

/* رسپانسیو موبایل */
.button-container {
  position: fixed;
  width: 100%;
  display: flex;
  bottom: 0;
  background-color: #252525;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: white;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);

  z-index: 1000;
}

.button {
  outline: 0;
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: grid;
  align-items: center;

  color: #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.button a {
  display: flex;
  flex-direction: column;
}

.button:hover {
  transform: translateY(-3px);
}
/* ... */

/* From Uiverse.io by BHARGAVPATEL1244 */
.menuSharzad {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: #fcac01;
  color: ghostwhite;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cards-mehman {
  display: flex;
  gap: 70px;
  align-items: center;
  text-align: center;
  margin-top: 80px;
}
.cake {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.cake img {
  height: 100px;
  width: 90px;
}
.menuSharzad .a {
  text-decoration: none;
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  color: white;
}

.menuSharzad:hover .a {
  color: black;
}

.menuSharzad::before,
.menuSharzad::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.menuSharzad::before {
  content: "";
  background: #ec8600;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

button:hover::before {
  transform: translate3d(100%, 0, 0);
}
.nav-pills .nav-link.active {
  background-color: orange;
  color: #000;
}
.nav-link > a {
  display: grid;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
.nav-link:hover {
  color: #ff7b00;
}
.nav {
  margin-top: 100px;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.nav-pills {
  gap: 5px;
  font-size: medium;
}
.content {
  grid-area: content;
  width: 100%;
  justify-items: center;
  align-items: center;
  text-align: center;
}
.sec1 {
  display: flex;

  align-items: center;
  text-align: center;
  gap: 150px;
  margin: 20px;
  padding: 50px;
}
.matnsh {
  color: #ff7b00;
  font-family: "IranNastaliq";
  font-size: 100px;
}

.namad {
  animation: anima 30s linear infinite;
}
.button a {
  text-decoration: none;
  color: white;
}
@keyframes anima {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec1 > h2 {
  font-family: "IranNastaliq";
}
.mmn {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mmn a {
  text-decoration: none;
  color: white;
}

.favoriet-khat {
  height: 2px;
  width: 200px;
  background-color: #ec8600;
  margin: 0 auto;
}

.menu-khat {
  height: 2px;
  width: 200px;
  background-color: #ec8600;
  margin: 0 auto;
}
.menu-cards {
  display: flex;
  gap: 200px;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  background-image: url(./img/body-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  font-family: "vazir";
  background-position-y: initial;
  background-size: initial;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-size: cover;
}

.card {
  flex-direction: row;
  justify-content: end;
  align-items: end;
  text-align: end;
  overflow: hidden;
  border-radius: 14px;
  width: 22rem;
  height: 130px;
  margin: 15px auto;
  padding: 10px;
  display: flex;
}
.morebtn {
  border: 1px dotted black;
  padding: 0.9rem 2rem;
  margin: 0 auto;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: #fcac01;
  color: ghostwhite;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.morebtn a {
  text-decoration: none;
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  color: rgb(4, 4, 4);
}

.morebtn:hover a {
  color: rgba(244, 244, 244, 0.883);
}

.morebtn::before,
.morebtn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.morebtn::before {
  content: "";
  background: #ffffff;
  width: 120%;
  left: -10%;
  color: #000;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.menu-cards .card img {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.menu-cards h5 {
  color: #ec8600;
}
.menu-cards h2 {
  font-size: 12px;
}
.circle {
  background-color: orange;
  border-radius: 50%;
  padding: 20px;
  z-index: 1;
  position: absolute;
  right: -20px;
  height: 130px;
  width: 130px;
  bottom: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.menu {
  margin-top: 100px;
}
.about-us {
  height: 2px;
  width: 200px;
  background-color: #ec8600;
  margin: 0 auto;
}
.abt {
  margin-top: 100px;
}

.galeri {
  cursor: not-allowed;
}
.abt-content {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 40px;
  gap: 100px;
}
.abt-content img {
  border-radius: 10px;
}
.matn-abt-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: start;
}
.matn-abt-content p {
  font-size: 17px;
}
.abt-sharhzad {
  font-size: 33px;

  margin: 0 auto;
  margin-bottom: -100px;
  margin-left: 400px;
}
.h5 {
  line-height: 60px;
  margin-top: 100px;
  width: 450px;
}

.menu-sh {
  margin-top: 100px;
}
.menu-sh-khat {
  height: 2px;
  width: 270px;
  background-color: #ec8600;
  margin: 0 auto;
}
.whysh {
  height: 2px;
  width: 270px;
  background-color: #ec8600;
  margin: 0 auto;
}
.why {
  margin-top: 100px;
}
.why-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.why-content img {
  height: 300px;
}
.menu-sh-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.reservmatn {
  margin-top: 100px;
}
.reservmatn-khat {
  height: 2px;
  width: 270px;
  background-color: #ec8600;
  margin: 0 auto;
}

.card2 {
  width: 18rem;
  height: 254px;
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
  padding: 1.8rem;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
  cursor: pointer;
}
.card3 {
  cursor: pointer;
  width: 18rem;
  height: 254px;
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
  padding: 1.8rem;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
}
.card3 .bi-telephone-fill {
  font-size: 50px;
}

.card4 {
  cursor: pointer;
  width: 18rem;
  height: 254px;
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
  padding: 1.8rem;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
}

.card-details2 {
  color: black;
  height: 100%;
  gap: 0.5em;
  display: grid;
  place-content: center;
}

.card-details3 {
  color: black;
  height: 100%;
  gap: 0.5em;
  display: grid;
  place-content: center;
}
.card-details4 {
  color: black;
  height: 100%;
  gap: 0.5em;
  display: grid;
  place-content: center;
}

.card-button {
  transform: translate(-50%, 125%);
  width: 60%;
  border-radius: 1rem;
  border: none;
  background-color: #f80053;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}

.text-body2 {
  color: rgb(134, 134, 134);
}
.text-body3 {
  color: rgb(134, 134, 134);
}
.text-body4 {
  color: rgb(134, 134, 134);
}

/*Text*/
.text-title2 {
  font-size: 1em;
  font-weight: bold;
}

.final {
  background-color: black;
  height: 70rem;
  width: 100%;
}

.valed-marasem {
  position: relative;
  height: 130vh;
}

.marasem {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  margin: 100px;
  gap: 300px;
  position: sticky;
  top: 0;
  padding: 40px;
  color: white;
}

.valed-cardss {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 200px 0;
}

.valed-cardss .card {
  width: 18rem;
  height: 20rem;
  background-color: rgb(255, 242, 242);
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 20px;
}

.bi-heart-fill {
  font-size: 60px;
  color: #ec8600;
}
.bi-book {
  font-size: 60px;
  color: #ec8600;
}
.bi-gift {
  font-size: 60px;
  color: #ec8600;
}

/*Hover*/
.card2:hover {
  border-color: #f8004a;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
.card3:hover {
  border-color: #308be1;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
.card4:hover {
  border-color: #178b30;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.card2:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}
.card-button a {
  text-decoration: none;
  color: white;
}

.card3:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
  background-color: #308be1;
}

.card4:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
  background-color: #178b30;
}
.bi-instagram {
  font-size: 50px;
}
.bi-whatsapp {
  font-size: 50px;
}

.card2:hover .bi-instagram {
  color: #e1306c;
}
.card3:hover .bi-telephone-fill {
  color: #308be1;
}
.card4:hover .bi-whatsapp {
  color: #178b30;
}
.reserv {
  display: flex;
  gap: 80px;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}
.find {
  margin-top: 150px;
}
.find-khat {
  height: 2px;
  width: 270px;
  background-color: #ec8600;
  margin: 0 auto;
}

.loc {
  border-radius: 10px;
  overflow: hidden;
}
.location {
  cursor: pointer;
  transition: all 1s ease;
}
.loc:hover .location {
  transform: scale(1.5);
}
.find-shahrzad {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 100px;
}

.card5 {
  border: 1px solid rgba(0, 0, 0, 0.432);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  gap: 20px;
}
.aks-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.left {
  margin-right: 50px;
  margin-top: 70px;
}
.logo-loc {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #ec8600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bi-geo-alt-fill {
  font-size: larger;
}

.cards-loc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card5 .bi-telephone-fill {
  font-size: larger;
}
.card5 .bi-alarm-fill {
  font-size: larger;
}
.footer {
  grid-area: footer;
}

.footer-clean {
  padding: 50px 0;
  background-color: #31313111;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width: 991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}
.social .bi-instagram {
  font-size: large;
}
.social .bi-telegram {
  font-size: large;
}
.social .bi-whatsapp {
  font-size: large;
}
.social .bi-telephone-fill {
  font-size: large;
}
@media (max-width: 320px) {
  body {
    font-size: 13px;
  }
  .card {
    width: 17rem !important;
  }
  .card5 {
    width: 250px;
  }

  .button-container {
    padding: 6px;
    font-size: 5px;
    height: 90px;
  }

  .button-container .button {
    width: 35px;
    height: 35px;
  }

  .button-container .button a {
    font-size: 10px;
  }

  .left {
    margin-right: 0;
  }

  .final {
    height: auto;
    padding-bottom: 50px;
  }

  .valed-marasem {
    height: auto;
    margin-top: 100px;
  }

  .marasem {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    margin: 40px 20px;
    padding: 20px;
    position: static;
  }

  .valed-cardss {
    flex-direction: column;
    padding: 50px 0;
    gap: 30px;
  }

  .valed-cardss .card {
    width: 18rem;
    height: auto;
    padding: 30px 20px;
  }
  .card h2 {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
  .sec1 {
    display: grid;
    font-size: large;
    justify-content: center;
    align-items: center
    ;text-align: center;
    gap: 20px;
    padding: 15px;
    margin-top: -50px;
  }
  .sec1 h1 {
    font-size: 1.5rem;
  }
  .sec1 h2 {
    font-size: 1.2rem;
  }
  .sec1 h4 {
    font-size: 15px;
  }
  .matnsh {
    font-size: 50px;
  }
  .left {
    margin-right: 0;
  }

  .mmn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
  .namad {
    height: 200px;
    width: 200px;
    margin: 0 auto;
  }
  .cards-mehman {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .cake {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    display: flex;
    flex-direction: column;
    border: 1px solid rgba(128, 128, 128, 0.527);
    padding: 20px;
    border-radius: 10px;
    width: 18rem;
  }
  .cake img {
    height: 100px;
    width: 100px;
  }

  .cards-mehman h2 {
    font-size: medium;
  }
  .menu-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .menu-cards .card {
    width: 300px;
  }
  .abt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 10px;
  }
  .abt-content img {
    border-radius: 10px;
    height: 300px;
    width: 250px;
  }
  .aks-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  .matn-abt-content .menuSharzad {
    width: 200px;
    margin: 0 auto;
  }

  .abt-content h2 {
    font-size: 1.5rem;
  }

  .abt-content p {
    font-size: 15px;
    padding: 0 10px;
  }

  .matn-abt-content {
    margin: 0 auto;
    max-width: 100%;
  }
  .h5 {
    font-size: 15px;
    line-height: 40px;
    margin: -80px auto;
    width: 290px;
    text-align: start;
  }

  .abt-sharhzad {
    font-size: 1.5rem;
    margin: 100px auto;
  }
  .inverted {
    display: none;
  }
  .why {
    margin-top: 50px;
  }
  .why-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 30px;
  }

  .why-content img {
    height: 220px;
    width: 220px;
  }
  .reserv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .card2 {
    width: 15rem;
    height: 210px;
  }
  .card3 {
    width: 15rem;
    height: 210px;
  }
  .card4 {
    width: 15rem;
    height: 210px;
  }
  .find-shahrzad {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .location {
    height: 150px;
  }
  .reservmatn {
    margin-top: 40px;
  }
  .reserv {
    display: flex;
     justify-content: center;
    align-items: center;
    text-align: center;
  }
  .button-container .bi-telephone-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-house-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-chat-left-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-star-fill {
    font-size: 20px;
    color: white;
  }
  .accordion {
    width: 15rem;
    font-size: small;
    text-align: start;
  }
  .accordion-buuton {
    text-align: end;
  }
  .button a {
    font-size: 13px;
  }
  .button-container {
    padding: 6px;
    font-size: 5px;
    height: 90px;
  }

  .button-container .button {
    width: 35px;
    height: 35px;
  }

  .button-container .button a {
    font-size: 10px;
  }

  .final {
    height: auto;
    padding-bottom: 50px;
  }

  .valed-marasem {
    height: auto;
    margin-top: 100px;
  }

  .marasem {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    margin: 40px 20px;
    padding: 20px;
    position: static;
  }

  .valed-cardss {
    flex-direction: column;
    padding: 50px 0;
    gap: 30px;
  }

  .valed-cardss .card {
    width: 18rem;
    height: auto;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .sec1 {
    display: grid;
    font-size: large;
    justify-content: center;
    align-items: center
    ;text-align: center;
    gap: 20px;
    padding: 15px;
    margin-top: -50px;
  }
  .sec1 h1 {
    font-size: 1.5rem;
  }
  .sec1 h2 {
    font-size: 1.2rem;
  }
  .sec1 h4 {
    font-size: 15px;
  }
  .matnsh {
    font-size: 50px;
  }

  .menu-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .menu-cards .card {
    width: 25rem;
  }
  .abt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 10px;
  }
  .abt-content img {
    border-radius: 10px;
    height: 500px;
    width: 400px;
  }
  .aks-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  .matn-abt-content .menuSharzad {
    width: 200px;
    margin: 0 auto;
  }

  .abt-content h2 {
    font-size: 1.5rem;
  }

  .abt-content p {
    font-size: 15px;
    padding: 0 10px;
  }

  .matn-abt-content {
    margin: 0 auto;
    max-width: 100%;
  }
  .h5 {
    font-size: 15px;
    line-height: 40px;
    margin: -80px auto;
    width: 290px;
    text-align: start;
  }

  .abt-sharhzad {
    font-size: 1.5rem;
    margin: 100px auto;
  }
  .inverted {
    display: none;
  }
  .why {
    margin-top: 150px;
  }
  .why-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 30px;
  }

  .why-content img {
    height: 400px;
    width: 400px;
  }
  .reserv {
    display: flex;
    flex-direction: column;
     justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .card2 {
    width: 20rem;
    height: 210px;
  }
  .card3 {
    width: 20rem;
    height: 210px;
  }
  .card4 {
    width: 20rem;
    height: 210px;
  }
  .find-shahrzad {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .location {
    height: 300px;
  }
  .reservmatn {
    margin-top: 40px;
  }
  .reserv {
    display: flex;
     justify-content: center;
    align-items: center;
    text-align: center;
  }
  .button-container .bi-telephone-fill {
    font-size: 20px;
    color: white;
  }
  .left {
    margin-right: 0;
  }
  .button-container .bi-house-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-chat-left-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-star-fill {
    font-size: 20px;
    color: white;
  }
  .accordion {
    width: 25rem;
    font-size: small;
    text-align: start;
  }
  .sec1 {
    display: grid;
    font-size: large;
    justify-content: center;
    align-items: center
    ;text-align: center;
    gap: 20px;
    padding: 15px;
    margin-top: -50px;
  }
  .sec1 h1 {
    font-size: 1.5rem;
  }
  .sec1 h2 {
    font-size: 1.2rem;
  }
  .sec1 h4 {
    font-size: 15px;
  }
  .matnsh {
    font-size: 50px;
  }
  .accordion-buuton {
    text-align: end;
  }
  .button a {
    font-size: 13px;
  }
  .card5 {
    width: 20rem;
  }
  .button-container {
    padding: 6px;
    font-size: 5px;
    height: 110px;
  }

  .button-container .button {
    width: 35px;
    height: 35px;
  }

  .button-container .button {
    width: 50px;
  }
}
.final {
  height: auto;
  padding-bottom: 50px;
}

.valed-marasem {
  height: auto;
  margin-top: 100px;
}

.marasem {
  flex-direction: column;
  text-align: center;
  gap: 40px;
  margin: 40px 20px;
  padding: 20px;
  position: static;
}

.valed-cardss {
  flex-direction: column;
  padding: 50px 0;
  gap: 30px;
}

.valed-cardss .card {
  width: 18rem;
  height: auto;
  padding: 30px 20px;
}

@media (min-width: 991px) {
  .sec1 {
    display: flex;
    font-size: large;
    justify-content: center;
    align-items: center
    ;text-align: center;
    gap: 100px;
    padding: 15px;
    margin-top: -50px;
  }
  .sec1 h1 {
    font-size: 1.5rem;
  }
  .sec1 h2 {
    font-size: 1.2rem;
  }
  .sec1 h4 {
    font-size: 15px;
  }
  .matnsh {
    font-size: 50px;
  }

  .menu-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  .menu-cards .card {
    width: 25rem;
  }
  .abt-content {
    display: flex;
    align-items: start;
    text-align: start;
    flex-direction: row;
    padding: 40px;
    gap: 100px;
  }
  .abt-content img {
    border-radius: 10px;
    height: 250px;
    width: 200px;
  }
  .matn-abt-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: start;
  }
  .matn-abt-content p {
    font-size: 17px;
  }

  .abt-content p {
    font-size: 15px;
    padding: 0 10px;
  }
  .aks-content {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .h5 {
    font-size: 15px;
    line-height: 40px;
    margin: -80px auto;
    width: 290px;
    text-align: start;
  }

  .abt-sharhzad {
    font-size: 1.5rem;
    margin: 100px auto;
  }

  .why {
    margin-top: 150px;
  }
  .why-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    gap: 100px;
  }

  .why-content img {
    height: 400px;
    width: 400px;
  }
  .reserv {
    display: flex;
    flex-direction: row;
     justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .card2 {
    width: 18rem;
    height: 210px;
  }
  .card3 {
    width: 18rem;
    height: 210px;
  }
  .card4 {
    width: 18rem;
    height: 210px;
  }
  .find-shahrzad {
    display: flex;
    flex-direction: row;
    gap: 150px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .location {
    height: 300px;
  }
  .reservmatn {
    margin-top: 40px;
  }
  .reserv {
    display: flex;
     justify-content: center;
    align-items: center;
    text-align: center;
  }
  .button-container .bi-telephone-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-house-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-chat-left-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-star-fill {
    font-size: 20px;
    color: white;
  }
  .accordion {
    width: 25rem;
    font-size: small;
    text-align: start;
  }

  .card5 {
    width: 20rem;
  }

  .final {
    background-color: black;
    height: 70rem;
  }

  .valed-marasem {
    position: relative;
    height: auto;
  }

  .marasem {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: start;
    gap: 100px;
    position: sticky;
    top: 0;
    font-size: medium;
    padding: 40px;
    color: white;
    margin-bottom: 330px;
  }

  .valed-cardss {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
  }

  .valed-cardss .card {
    width: 18rem;
    height: 20rem;
    background-color: rgb(255, 242, 242);
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 20px;
  }
}

@media (min-width: 1300px) {
  .sec1 {
    display: flex;
    justify-content: center;
    align-items: center
    ;text-align: center;
    font-size: large;
    gap: 300px;
    padding: 15px;
    margin-top: -50px;
  }
  .sec1 h1 {
    font-size: 2.3rem;
  }
  .sec1 h2 {
    font-size: 1.7rem;
  }
  .sec1 h4 {
    font-size: 20px;
  }
  .matnsh {
    font-size: 50px;
  }

  .menu-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  .menu-cards .card {
    width: 30rem;
  }
  .abt-content {
    display: flex;
    align-items: start;
    text-align: start;
    flex-direction: row;
    padding: 40px;
    gap: 100px;
  }
  .abt-content img {
    border-radius: 10px;
    height: 300px;
    width: 250px;
  }
  .matn-abt-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: start;
    align-items: start;
  }

  .abt-content h2 {
    font-size: 25px;
  }

  .abt-content p {
    font-size: 20px;
    padding: 0 10px;
  }
  .aks-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .h5 {
    font-size: 15px;
    line-height: 40px;
    margin: -80px auto;
    width: 290px;
    text-align: start;
  }

  .abt-sharhzad {
    font-size: 1.5rem;
    margin: 100px auto;
  }

  .why {
    margin-top: 110px;
  }
  .why-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    gap: 170px;
  }

  .why-content img {
    height: 500px;
    width: 500px;
  }

  .reserv {
    display: flex;
    flex-direction: row;
     justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .card2 {
    width: 18rem;
    height: 210px;
  }
  .card3 {
    width: 18rem;
    height: 210px;
  }
  .card4 {
    width: 18rem;
    height: 210px;
  }
  .find-shahrzad {
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .location {
    height: 400px;
  }
  .reservmatn {
    margin-top: 40px;
  }
  .reserv {
    display: flex;
    justify-content: center; 
    align-items: center;
    text-align: center;
  }
  .button-container .bi-telephone-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-house-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-chat-left-fill {
    font-size: 20px;
    color: white;
  }
  .button-container .bi-star-fill {
    font-size: 20px;
    color: white;
  }
  .accordion {
    width: 30rem;
    font-size: large;
    text-align: start;
  }
  .card5 {
    width: 20rem;
  }
}
