:root {
  --color_dark_1: #1d1812;
  --color_green_1: #00442E;
  --color_yellow_1: #dba041;
  --color_orange_1: #f7550a;
  --color_white_1: #f0f0f0;
}

html {
  scroll-behavior: smooth;
}

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

#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: 270px;
  position: absolute;
  top: calc(50% - 135px);
  right: calc(50% - 135px);
  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 {
  transform: translate(50%, -50%);
  width: max-content;
  font-family: arial;
  font-size: 17px;
  line-height: 1;
  opacity: 1;
  letter-spacing: 5px;
  position: absolute;
  top: calc(50% + 140px);
  right: 50%;
  color: #7e5a43/*var(--color_yellow_1)*/;
  transition: top 1s, right 1s, opacity 1.5s;
}

.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: absolute;
  top: 335px;
  width: 100%;
  display: flex;
  visibility: hidden;
  justify-content: space-between;
  transition: backdrop-filter 1.2s, -webkit-backdrop-filter 1.2s;
}

.button_1 {
  width: clamp(170px, calc(50% - 27px), 330px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 18px;
  font-family: 'Iran Sans';
  font-size: 15px;
  color: var(--color_yellow_1);
  position: relative;
  transition: right 0.7s, left 0.7s, width 0.7s;
  cursor: pointer;
  text-decoration: none;
}

.button_1::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  -webkit-mask:
     linear-gradient(#fff 0 0) content-box,
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.button_1 > div {
  line-height: 1;
}

.button_1 > img {
  height: 23px;
}

.vrButton_1 {
  right: calc(-50% + 27px);
}

.vrButton_1::before {
  border-radius: 50px 0 0 50px; 
  background-image: linear-gradient(45deg, #98722e 0%, #e6aa4b 15%, #c88d2d 22%, #b57b2d 30%, #b27825 32%, #c88d2d 38%, #eab25a 45%, #f3c47a 49%, #f0bd6d 52%, #e8af54 57%, #ca8e2b 65%, #b4791d 71%, #ac7629 76%, #bd8c34 85%, #b28332 93%, #98722e 100%);
}

.menuButton_1 {
  left: calc(-50% + 27px);
}

.menuButton_1::before {
  border-radius: 0 50px 50px 0; 
  background-image: linear-gradient(45deg, #98722e 0%, #e6aa4b 15%, #c88d2d 22%, #b57b2d 30%, #b27825 32%, #c88d2d 38%, #eab25a 45%, #f3c47a 49%, #f0bd6d 52%, #e8af54 57%, #ca8e2b 65%, #b4791d 71%, #ac7629 76%, #bd8c34 85%, #b28332 93%, #98722e 100%);
}

.contact_us_1 {
  direction: rtl;
  position: relative;
  font-family: 'Iran Sans';
  font-size: 14px;
  color: #9c784b/*var(--color_yellow_1)*/;
  box-sizing: border-box;
  top: 438px;
  width: 100%;
  padding: 40px 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s;
}

.contact_us_bg_1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.instagram_1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 100px;
  transition: top 1.8s;
}

.contact_us_link_1 {
  display: block;
  margin: 0 auto 18px;
  text-align: center;
  width: max-content;
  max-width: 95%;
  line-height: 1.67;
  text-decoration: none;
  color: inherit;
  padding: 0;
}

.instagram_1 > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 450px) {
  .slogan_1 {
    letter-spacing: 4px;
  }
  
  .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);
}

@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;
}