@font-face {
  font-family: Peyda;
  src: url(../Assets/Fonts/PEYDA-MEDIUM.TTF);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Peyda;
  text-align: center;
  background-image: url(../Assets/Svgs/indexbg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
body .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
body .content .bg-item {
  width: 394px;
  height: 434px;
  align-items: center;
  justify-content: center;
}
body .content .welcome-text p {
  color: #FFB248;
  font-family: Peyda;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-align: justified;
  align-items: center;
  text-align: center;
  margin-top: 20%;
}
body .content .menu-btn {
  border: #e57b1a;
}
body .content .menu-btn a {
  text-decoration: none;
  margin-top: 2%;
}
body .content .menu-btn a .gotomenu {
  width: 189px;
  height: 37px;
  padding: 2px 48px 2px 48px;
  border-radius: 21px;
  opacity: 0px;
  background-color: #FE871C;
  color: #004036;
  font-family: Peyda;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  border: #FE871C;
}
body .content .menu-btn a .gotomenu:hover {
  border-radius: 21px;
  background-color: #DD6900;
  color: #FFFFFF;
  transform: scale(1.05);
}
body .content .icon-section {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  width: 189px;
  height: 40px;
  opacity: 0px;
}
body .content .icon-section .loc,
body .content .icon-section .insta,
body .content .icon-section .phone {
  width: 50px;
  height: 50px;
  background-color: #ff8f1f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 60%;
  background-repeat: no-repeat;
}
body .content .icon-section .phone:hover {
  background-color: #e57b1a;
  color: #FFFFFF;
  transform: scale(1.05);
  width: 40px;
  height: 40px;
}
body .content .icon-section .phone:hover .map {
  stroke: #FFFFFF;
}
body .content .icon-section .insta:hover {
  background-color: #e57b1a;
  color: #FFFFFF;
  transform: scale(1.05);
  width: 40px;
  height: 40px;
}
body .content .icon-section .insta:hover .map {
  stroke: #FFFFFF;
}
body .content .icon-section .loc:hover {
  background-color: #e57b1a;
  color: #FFFFFF;
  transform: scale(1.05);
  width: 40px;
  height: 40px;
}
body .content .icon-section .loc:hover .map {
  stroke: #FFFFFF;
}
@media (min-width: 360px) and (max-width: 992px) {
  body .content {
    background-image: url(../Assets/Svgs/iPhone\ 13\ mini\ -\ 1.svg) !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    background-size: cover;
  }
  body .content .bg-item {
    width: 189px !important;
    height: 352px !important;
    align-items: center;
    justify-content: center;
  }
  body .content .welcome-text p {
    margin-top: 20%;
  }
}/*# sourceMappingURL=index.css.map */