@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Hebrew", sans-serif;
}

.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 272px 12px 271px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    url("assets/ComingSoon-Desktop.png") no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

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

.content-box {
  flex-shrink: 0;
  border-radius: 14.145px;
  backdrop-filter: blur(10.60849666595459px);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 61px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 729.032px;
  height: 539px;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}

.logo {
  width: 475.668px;
  height: 159.106px;
  flex-shrink: 0;
}

.divider {
  width: 303px;
  height: 1px;
  flex-shrink: 0;
  opacity: 0.2;
  margin: 16.974px 0;
  background-color: #d9d9d9;
}

.title {
  color: #fff;
  text-align: center;
  font-family: "Cairo", sans-serif;
  font-size: 50.675px;
  font-weight: 300;
  line-height: 39px;
  letter-spacing: 10.269px;
  text-transform: uppercase;
  margin: 16.974px 0;
}

.contact-info {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 17px;
  direction: rtl;
}

.contact-info a {
  color: #fff;
}

.bold-text {
  font-weight: 700;
}

@media (max-width: 991px) {
  .container {
    max-width: 991px;
    padding: 200px 20px;
    background: url(assets/ComingSoon-Mobile.png) no-repeat;
    background-size: cover;
  }

  .content-box {
    width: 90%;
    max-width: 400px;
    padding: 30px 40px;
    height: auto;
  }

  .logo {
    width: 250px;
    height: auto;
  }

  .divider {
    width: 90%;
  }

  .title {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 8px;
  }

  .contact-info {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 640px) {
  .container {
    max-width: 640px;
    padding: 150px 12px;
  }

  .content-box {
    width: calc(100% - 24px);
    max-width: 378px;
    height: auto;
    padding: 36px 20px;
  }

  .logo {
    width: 220px;
    height: auto;
  }

  .divider {
    width: 100%;
  }

  .title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 6px;
    width: 100%;
  }

  .contact-info {
    font-size: 15px;
    line-height: 20px;
    width: 100%;
  }
}
