:root {
  --color_dark_1: #1d1812;
  --color_dark_2: #533733;
  --color_white_1: #f0f0f0;
  --color_sand_1: #d6c2aa;
  --color_green_1: #00442E;
  --color_yellow_1: #d4af37;
  --color_logo_1: #cd973d;
  --color_orange_1: #f7550a;

}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #d6c2aa;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

main {
  padding: 0 0 50px;
}

#bgImg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(assets/cafe_icons.png);
  background-size: auto 180px;
  background-repeat: repeat;
  background-position: 0 0;
  opacity: 0;
  transition: opacity 5s ease-in;
  animation: bgAnim 6s linear infinite;
}

@keyframes bgAnim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -180px;
  }
}

.webkitNoLongTouch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.debugBorder1 {
  border: 1px solid red;
}

.permExplain_1 {
  display: none;
  box-sizing: border-box;
  direction: rtl;
  z-index: 9;
  background-color: #ffffff;
  color: #000000;
  position: fixed;
  top: calc(50vh - 150pt);
  left: 50vw;
  padding: 14pt 14pt/* 131pt*/;
  border-radius: 10pt;
  text-align: center;
  font-family: 'Iran Sans';
  font-size: 11pt;
  line-height: 1.7;
  word-spacing: -0.5pt;
  width: 202pt;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  transition: opacity 0.3s ease-in, transform 0.3s;
}

@media screen and (prefers-color-scheme: dark) {
  .permExplain_1 {
    background-color: #3f3f3f;
    color: #ffffff;
  }
}

.permExplain_1_show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.permExplain_1_hide {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

@media screen and (min-aspect-ratio: 1/1) {
  .permExplain_1 {
    top: 0pt;
    transform: translate(-50%, 0%) scale(1.2);
    width: 330pt;
  }
  
  .permExplain_1_show {
    transform: translate(-50%, 0%) scale(1);
  }
}

.logo_1 {
  height: 174px;
  position: relative;
  top: calc(40vh - 73px);
  left: calc(50% - 89px);
  opacity: 0;
  filter: blur(14px);
  transform: scale(1.5);
  -webkit-filter: blur(14px);
  transition: width 1s, height 1s, top 1s, right 1s, opacity 1.5s ease-in, filter 1.5s ease-in, -webkit-filter 1.5s ease-in, transform 1.5s ease-out;
}

.slogan_1 {
    direction: rtl;
    transform: translate(-50%, -50%);
    width: max-content;
    font-family: 'Iran Sans';
    word-spacing: -2px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    opacity: 1;
    /* letter-spacing: 3px; */
    position: relative;
    top: calc(40vh - 46px);
    left: 50%;
    color: var(--color_dark_2);
    transition: top 1s, right 1s, opacity 1.5s;
    line-height: 1.5;
}

.hr_1 {
  position: relative;
  opacity: 0;
  border-width: 0.5px;
  border-style: inset;
  border-image: linear-gradient(90deg, transparent, var(--color_yellow_1), transparent) 1;
}

.hr_1_1 {
  top: 326px;
  transition: opacity 0.5s 0.5s;
}

.hr_1_2 {
  top: 445px;
  transition: opacity 0.5s 0.5s;
}

.button_cont_1 {
  box-sizing: border-box;
  padding: 40px 0;
  overflow-x: hidden;
  position: relative;
  top: 77px;
  width: 100%;
  display: flex;
  visibility: hidden;
  justify-content: space-between;
  transition: backdrop-filter 1.2s, -webkit-backdrop-filter 1.2s;
}

.button_1 {
  box-sizing: border-box;
  text-align: center;
  font-family: 'Iran Sans';
  font-size: 15px;
  position: relative;
  transition: right 0.6s ease-out, left 0.6s ease-out;
  cursor: pointer;
  text-decoration: none;
}

.button_1 > img {
  will-change: filter;
  width: 95px;
  filter: drop-shadow(0 0 5px var(--color_sand_1));
}

.vrButton_1 {
  right: -95px;
}

.menuButton_1 {
  left: -95px;
}

.contact_us_1 {
  direction: rtl;
  position: relative;
  box-sizing: border-box;
  top: 86px;
  width: 100%;
  padding: 0;
  display: none;
  justify-content: center;
  gap: 27px;
}

.contact_us_1_link {
  will-change: filter;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  box-shadow: 0 0 5px 1px var(--color_sand_1);
  cursor: pointer;
}

.phone_1_parsed {
  display: none;
  justify-content: center;
  gap: 21px;
  position: relative;
  top: 120px;
  margin-bottom: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}

.phone_1_parsed_title {
  direction: rtl;
  color: var(--color_dark_2);
  text-align: center;
  font-family: 'Iran Sans';
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.phone_1_parsed_link {
  direction: ltr;
  color: var(--color_sand_1);
  background-color: var(--color_dark_2);
  font-family: 'Iran Sans';
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
  text-decoration: none;
  display: block;
}

.location_1_parsed {
  text-align: center;
  line-height: 1.8;
  font-family: 'Iran Sans';
  font-size: 15px;
  direction: rtl;
  color: var(--color_sand_1);
  background-color: var(--color_dark_2);
  position: relative;
  top: 115px;
  padding: 8px;
  text-decoration: none;
  display: none;
  width: fit-content;
  max-width: 80%;
  margin: 0 auto 15px;
  opacity: 0;
  transition: opacity 0.3s;
}

@media (hover:hover) {
  #location_1_parsed:hover, .phone_1_parsed_link:hover {
    transform: scale(1.05);
  }
}

.clock_1_parsed {
  text-align: center;
  line-height: 1.8;
  font-family: 'Iran Sans';
  font-size: 15px;
  direction: rtl;
  color: var(--color_dark_2);
  position: relative;
  top: 107px;
  padding: 8px;
  margin-bottom: 15px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.copyright_1 {
  font-family: Arial;
  text-align: center;
  line-height: 1.6;
  color: var(--color_dark_2);
  position: relative;
  top: 115px;
  opacity: 0;
  transition: opacity 1.5s ease-in;
}

@media screen and (max-width: 450px) {
  /* .slogan_1 {
    letter-spacing: 2px;
  } */
  
  .button_1 {
    font-size: 14px;
  }
}

/* @media (hover:hover) {
  .hoverBrightness:hover {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
  }
} */



.opacity_1 {
  opacity: 1;
}

.blur_0 {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.scale_1 {
  transform: scale(1);
}

.scale_1_1 {
  transform: scale(1.1);
}

@font-face {
  font-family: 'Iran Sans Bold';
  src: url('/assets/Iran-Sans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Iran Sans';
  src: url('/assets/Iran-Sans-Regular.ttf') format('truetype'),
       url('/assets/IRAN-Sans-web.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}