@font-face {
  font-family: "QadsiahBold";
  src: url("../../assets/fonts/Qadsiah_TEMP_01-Bold.woff2") format("woff2"), url("../../assets/fonts/Qadsiah_TEMP_01-Bold.woff") format("woff"), url("../../assets/fonts/Qadsiah_TEMP_01-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html,
body {
  height: 100%;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "QadsiahBold", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

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

/* Remove default list styles */
ul,
ol {
  list-style: none;
}

/* Remove default link styles */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

table {
  width: 100%;
}

p,
li,
span {
  margin-bottom: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

h1 {
  font-size: 36px;
}

.coming-soon-container {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../../assets/img/coming-soon/bg.jpg") no-repeat center center/cover;
}
.coming-soon-container .logo {
  margin-bottom: 18px;
}
.coming-soon-container h1 {
  max-width: 900px;
  text-align: center;
  padding: 60px 100px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fffdf2;
  box-shadow: 0 0 12px #f8de02;
  margin-bottom: 18px;
}
.coming-soon-container h1 span {
  display: block;
  font-size: 60px;
  color: #ed0101;
}
@media (max-width: 1024px) {
  .coming-soon-container h1 {
    font-size: 24px;
    padding: 30px 20px;
  }
  .coming-soon-container h1 span {
    font-size: 30px;
  }
}
.coming-soon-container .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 600px) {
  .coming-soon-container {
    padding: 0 10px;
  }
}

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