*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "saman";
  src: url(../fonts/SAMAN___.ttf);
}
body {
  height: 100vh;
  margin: 0;
  font-family: "Muli", sans-serif;
}
@media screen and (max-width: 900px) {
  body {
    width: 100%;
  }
}
body .container {
  max-width: 1400px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}
body .wrapper {
  animation: fadeIn 1000ms ease;
  -webkit-animation: fadeIn 1000ms ease;
  display: flex;
  height: 100%;
  margin-bottom: 50px;
}
@keyframes fadeIn {
  from {
    top: 20%;
    opacity: 0;
  }
  to {
    top: 100;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    top: 20%;
    opacity: 0;
  }
  to {
    top: 100;
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  body .wrapper {
    flex-direction: column;
    height: auto;
    background: linear-gradient(145deg, #f65d5d 0%, #fdb07d 100%);
    min-height: 100%;
  }
}
body .wrapper .description-box {
  flex: 1;
  color: #fff;
  height: 100%;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(145deg, #f65d5d 0%, #fdb07d 100%);
}
@media screen and (max-width: 900px) {
  body .wrapper .description-box {
    background: transparent;
  }
}
body .wrapper .description-box .logo {
  width: 90px;
  background: #fff;
  padding: 10px;
  border-radius: 100%;
}
body .wrapper .description-box h1 {
  font-size: 70px;
  font-family: "saman";
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body .wrapper .description-box h1 {
    font-size: 60px;
  }
}
body .wrapper .description-box .sub-title {
  margin: 20px 0;
  font-style: italic;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  body .wrapper .description-box .sub-title {
    margin: 20px 0 0px;
  }
  body .wrapper .description-box .sub-title span {
    display: block;
  }
}
body .wrapper .description-box .description {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  body .wrapper .description-box .description {
    margin-bottom: 20px;
  }
}
body .wrapper .description-box .coming-soon-title {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}
body .wrapper .description-box .tag-line {
  text-align: center;
  margin: 18px;
  font-family: "Muli", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  body .wrapper .description-box .tag-line {
    margin: 15px 0 10px;
    font-size: 40px;
  }
}
body .wrapper .description-box .icons {
  text-align: center;
}
body .wrapper .description-box .icons a {
  color: #00091b;
  background: #fff;
  height: 15px;
  width: 15px;
  padding: 7px;
  margin: 0 10px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: all 200ms ease;
  text-decoration: none;
  position: relative;
}
body .wrapper .description-box .icons a:hover, body .wrapper .description-box .icons a:active {
  color: #fff;
  background: none;
  cursor: pointer !important;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  text-decoration: none;
}
body .wrapper .image-wrap {
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  body .wrapper .image-wrap {
    max-height: 200px;
    max-width: 200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 20px;
    display: block;
    height: -webkit-fill-available;
  }
}
body .category-wrap h2 {
  text-align: center;
  font-family: "Sansita", sans-serif;
  padding: 40px 10px;
  font-size: 38px;
  color: #fb9071;
}
body .category-wrap > ul {
  list-style: none;
  columns: 300px;
  column-fill: balance;
  column-span: none;
  margin: 0;
  padding: 0;
}
body .category-wrap > ul > li {
  background-color: #fff;
  break-inside: avoid;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2509803922);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
body .category-wrap > ul > li .category-title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}
body .category-wrap > ul > li .category-title h4 {
  text-align: center;
  font-size: 20px;
  font-family: "Sansita", sans-serif;
}
body .category-wrap > ul > li ul {
  margin-top: 20px;
}
body .category-wrap > ul > li ul li {
  color: rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=main.css.map */
