@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBMPlexSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
html {
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  font-family: "IBM Plex Serif", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: none;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100vh;
  max-height: 100vh;
  transition: background 0.3s ease;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

input, textarea, select, button {
  font-family: inherit;
  outline: none;
  background: transparent;
  border: none;
  cursor: url("images/cursor.svg"), pointer;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button, select::-webkit-outer-spin-button, select::-webkit-inner-spin-button, button::-webkit-outer-spin-button, button::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration, textarea::-webkit-search-decoration, textarea::-webkit-search-cancel-button, textarea::-webkit-search-results-button, textarea::-webkit-search-results-decoration, select::-webkit-search-decoration, select::-webkit-search-cancel-button, select::-webkit-search-results-button, select::-webkit-search-results-decoration, button::-webkit-search-decoration, button::-webkit-search-cancel-button, button::-webkit-search-results-button, button::-webkit-search-results-decoration {
  display: none;
}

input:focus::placeholder, textarea:focus::placeholder, select:focus::placeholder, button:focus::placeholder {
  visibility: hidden;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.main-width {
  width: 100%;
  max-width: 800px;
  padding: 0 12px;
  margin: 0 auto;
}

.day, .pre-ramadan {
  background: url(images/day.webp) no-repeat center center fixed;
  background-size: cover;
}

.night {
  background: url(images/night.webp) no-repeat center center fixed;
  background-size: cover;
}

.pre-ramadan .footer {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.header__left, .header__right {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.header__right {
  justify-content: flex-end;
}
.header .lang-switcher, .header .sounds-switcher {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 43.3px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(20px);
  position: relative;
  padding: 6px;
  overflow: hidden;
  max-width: 50px;
  transition: all 0.3s ease 0s;
  position: absolute;
}
.header .lang-switcher:hover, .header .sounds-switcher:hover {
  max-width: 200px;
  overflow: visible;
}
.header .lang-switcher:hover .lang-btn, .header .lang-switcher:hover .sound-btn, .header .sounds-switcher:hover .lang-btn, .header .sounds-switcher:hover .sound-btn {
  opacity: 1;
  visibility: visible;
}
.header .lang-switcher:after, .header .sounds-switcher:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.header .lang-switcher__btn, .header .sounds-switcher__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 38px;
  width: 38px;
  height: 38px;
  order: 1;
  transition: all 0.3s ease 0s;
}
.header .lang-switcher__btn:has(.selected), .header .sounds-switcher__btn:has(.selected) {
  order: 0;
}
.header .lang-switcher__btn:hover .lang-switcher__label, .header .lang-switcher__btn:hover .sounds-switcher__label, .header .sounds-switcher__btn:hover .lang-switcher__label, .header .sounds-switcher__btn:hover .sounds-switcher__label {
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
}
.header .lang-switcher button, .header .sounds-switcher button {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.header .lang-switcher button:not(.selected), .header .sounds-switcher button:not(.selected) {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.header .lang-switcher button.selected, .header .sounds-switcher button.selected {
  border: 1px solid #fff;
}
.header .lang-switcher button.selected:hover, .header .sounds-switcher button.selected:hover {
  border: 1px solid #fff;
}
.header .lang-switcher__label, .header .sounds-switcher__label {
  position: absolute;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.header .lang-switcher__label div, .header .sounds-switcher__label div {
  position: relative;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 43.3px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(20px);
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header .lang-switcher__label div:after, .header .sounds-switcher__label div:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.header .sounds-switcher {
  justify-content: flex-end;
}
.header .sounds-switcher__btn {
  order: 0;
}
.header .sounds-switcher__btn:has(.selected) {
  order: 1;
}
.header__logo .logo--mobile {
  display: none;
}
@media (max-width: 444px) {
  .header__logo .logo--desktop {
    display: none;
  }
  .header__logo .logo--mobile {
    display: block;
  }
}

.app {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: background 1s ease;
}
.app__overlay {
  display: flex;
  width: 98vw;
  max-width: 800px;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 43.3px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(20px);
  position: relative;
}
.app__overlay:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.app__title {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "IBM Plex Serif";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
@media (max-width: 830px) {
  .app__title {
    font-size: 10vw;
    line-height: 8vw;
  }
}
.app__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.app__date {
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.timer {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--white, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "IBM Plex Sans";
  font-size: 140px;
  font-style: normal;
  font-weight: 500;
  line-height: 100px;
}
.timer span {
  color: rgba(255, 255, 255, 0.1);
  font-size: 80px;
}
@media (max-width: 830px) {
  .timer {
    font-size: 18vw;
    gap: 3vw;
  }
}
.timer--complete {
  font-size: 20px;
  line-height: 30px;
}

.timer__container {
  padding: 32px 0;
  font-size: 72px;
  font-weight: 700;
  color: white;
  position: relative;
  direction: ltr;
}
.timer__container:before {
  content: "";
  opacity: 0.6;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  position: absolute;
  top: 0;
  height: 1px;
  align-self: stretch;
}
.timer__container:after {
  content: "";
  opacity: 0.6;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  align-self: stretch;
}
.timer__container:has(.timer--complete):before, .timer__container:has(.timer--complete):after {
  display: none;
}
.timer__container:has(.timer--complete) {
  padding: 0;
}

@media (max-width: 830px) {
  .pre-ramadan .app__title {
    font-size: 8vw;
  }
}
.pre-ramadan .timer {
  gap: 10px;
  font-size: 90px;
}
@media (max-width: 830px) {
  .pre-ramadan .timer {
    font-size: 12vw;
    gap: 2vw;
  }
}

.dropdown {
  position: relative;
}
.dropdown__toggle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 12px;
  color: var(--white, #FFF);
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: url("images/cursor.svg"), pointer;
}
.dropdown__menu-wrapper {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10;
  height: 397px;
  max-height: 40vh;
  width: 320px;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: hidden;
}
.dropdown__menu-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 20px;
  background: rgba(57, 84, 103, 0.7);
  box-shadow: 0 4px 43.3px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.dropdown__menu-content:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.dropdown__arrow {
  transition: all 0.3s ease;
  height: 14px;
  line-height: 10px;
}
.dropdown--open .dropdown__menu-wrapper {
  display: block;
}
.dropdown--open .dropdown__arrow {
  transform: rotate(180deg);
}
.dropdown__menu {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.dropdown__menu::-webkit-scrollbar {
  width: 4px;
}
.dropdown__menu::-webkit-scrollbar-track {
  background: transparent;
}
.dropdown__menu::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: color(srgb 1 1 1 / 0.1);
  transition: background 0.3s ease;
  cursor: url("images/cursor.svg"), pointer;
}
.dropdown__menu {
  /* опционально — hover */
}
.dropdown__menu::-webkit-scrollbar-thumb:hover {
  background: color(srgb 1 1 1 / 0.3);
}
.dropdown__item {
  display: flex;
  padding: 8px 12px;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  list-style: none;
  cursor: url("images/cursor.svg"), pointer;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dropdown__item:hover {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
}

.app__quote {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "IBM Plex Serif";
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 90vw;
  height: 134px;
}
.footer__line {
  flex: 1;
  height: 1px;
  opacity: 0.6;
}
.footer__line--1 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.footer__line--2 {
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.footer__btn {
  position: relative;
}
.footer__btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  height: 58px;
  background: url(images/btn-bg-2.png) no-repeat center/cover;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
  position: relative;
}
.footer__btn div:hover {
  cursor: url("images/cursor.svg"), pointer;
  background: url(images/btn-bg-hov.png) no-repeat center/cover;
}

.night .footer__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(color(srgb 0 0 0), transparent);
  width: 90%;
  height: 90%;
}
.night .footer__btn:hover:before {
  background: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.78);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 99;
}
.overlay.is-visible {
  display: flex;
}

.share-popup {
  display: flex;
  width: 98vw;
  max-width: 800px;
  padding: 60px;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  border-radius: 60px;
  background: #000A28;
  box-shadow: 0 4px 43.3px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.share-popup:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.share-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.share-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 12px;
  height: 300px;
  background: url(images/popup-bg.webp) no-repeat center;
}
.share-popup__title {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.share-popup__summary {
  font-family: "IBM Plex Sans";
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.share-popup__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media (max-width: 810px) {
  .share-popup__actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 810px) and (max-width: 676px) {
  .share-popup__actions {
    max-width: 360px;
    margin: auto;
  }
}
.share-popup__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  height: 58px;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
}
@media (max-width: 676px) {
  .share-popup__action-btn {
    width: 143.208px;
    height: 40px;
    font-size: 12px;
  }
}
.share-popup__action-btn--copy-image {
  background: url(images/btn-bg-hov.png) no-repeat center/contain;
}
@media (max-width: 676px) {
  .share-popup__action-btn--copy-image {
    background: url(images/btn-bg-hov-mob.png) no-repeat center/contain;
  }
}
.share-popup__action-btn--copy-text {
  background: url(images/btn-bg-2.png) no-repeat center/contain;
}
@media (max-width: 676px) {
  .share-popup__action-btn--copy-text {
    background: url(images/btn-bg-2-mob.png) no-repeat center/contain;
  }
}
.share-popup__action-link {
  display: flex;
  width: 58px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 100px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.1);
}
.share-popup__action-link:hover {
  cursor: url("images/cursor.svg"), pointer;
}
@media (max-width: 810px) {
  .share-popup__action-link {
    width: 262px;
  }
}
@media (max-width: 810px) and (max-width: 676px) {
  .share-popup__action-link {
    width: 143.208px;
    height: 40px;
  }
  .share-popup__action-link svg {
    width: 16px;
    height: 16px;
  }
}

.day .share-popup__title--night {
  display: none;
}

.night .share-popup__title--day {
  display: none;
}
.night .share-popup__title--night {
  display: block;
}

@media (max-width: 444px) {
  .day {
    background: url(images/day-mob.webp) no-repeat top center;
    background-size: cover;
  }
  .night {
    background: url(images/night-mob.webp) no-repeat top center;
    background-size: cover;
  }
  .header {
    gap: 0;
    max-width: 360px;
  }
  .app__overlay {
    padding: 30px;
    max-width: 360px;
    border-radius: 40px;
    gap: 24px;
    z-index: 99;
  }
  .app__title {
    font-size: 44px;
  }
  .app__date, .dropdown__toggle {
    font-size: 12px;
  }
  .timer {
    font-size: 60px;
    line-height: 50px;
    gap: 2vw;
  }
  .timer--complete {
    font-size: 12px;
  }
  .timer span {
    font-size: 30px;
  }
  .timer__container {
    padding: 28px 0;
  }
  .app__quote {
    font-size: 16px;
  }
  .share-popup {
    padding: 30px;
    border-radius: 40px;
    max-width: 360px;
    gap: 24px;
  }
  .share-popup__content {
    height: 131.471px;
    background-size: contain;
  }
  .share-popup__title {
    font-size: 18px;
  }
  .share-popup__summary {
    font-size: 10px;
  }
}

.seo-summary{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
  }

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