html {
  scroll-behavior: smooth;
  background-color: #FFE0E0;
  color: #004020;
  scroll-snap-type: y proximity;
}

body {
  margin: 0;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3 {
  margin: 0;
}

p {
  margin: 0;
}

h1 {
  font-size: 4rem;
  line-height: 0.75;
}

h2 {
  font-size: 3rem;
}

.subtitle {
  color: black;
  font-weight: 600;
  font-style: italic;
}

.btn {
  border: 5px solid currentColor;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 100px;
  color: currentColor;
}

.reverse {
  display: flex;
  flex-direction: column-reverse;
}

.seperate {
  display: grid;
  align-content: space-between;
}

.rose-section {
  height: 100svh;
  padding-inline: 1.5rem;
}

.rose-section h1 {
  width: 8ch;
}

.rose-section > .reverse {
  margin-block-start: 40px;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  height: 5rem;
  padding-block-start: 0.5rem;
  border-block-start: 2px solid #004020;
}
.socials > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.socials > a > img {
  max-height: 60%;
}

a {
  color: currentColor;
  text-decoration: none;
}

.btn-circle {
  aspect-ratio: 1;
  border: 5px solid #004020;
  border-radius: 50%;
  transition: background-color 300ms ease;
}
.btn-circle:hover {
  background-color: #ff9494;
}

.btn-wide {
  width: 100%;
  background-color: #004020;
  border-radius: 100px;
  border: 5px solid #004020;
  transition: background-color 300ms ease;
}
.btn-wide:hover {
  background-color: #002c16;
}

.scroll-reminder {
  text-align: center;
  padding-block: 30px;
}
.scroll-reminder a {
  padding: 10px;
  border-radius: 16px;
  display: inline-block;
}
.scroll-reminder > a:hover {
  background-color: #ffbcbc;
}
.scroll-reminder > a:active {
  scale: 1.05;
}

.section-telephone {
  scroll-snap-align: start;
  height: 100svh;
  padding: 1.5rem;
  background-color: white;
  overflow-y: hidden;
  position: relative;
}
.section-telephone > div {
  background-color: #A71717;
  color: white;
  border-radius: 50px;
  padding: 1.5rem;
  height: 100%;
  justify-items: end;
}
.section-telephone h2 {
  z-index: 1;
  text-align: end;
}

.section-telephone img {
  position: absolute;
  top: 0;
  left: 0.5rem;
}

.section-TiqiTaqa {
  height: 100svh;
  text-align: center;
  background-color: white;
  color: black;
  display: grid;
  align-content: center;
  justify-content: center;
}
.section-TiqiTaqa > img {
  max-width: 15rem;
}

footer {
  padding: 2rem;
  border-block-start: 2px solid black;
}
footer p {
  width: 35ch;
  text-wrap: balance;
}
footer p + p {
  margin-block-start: 1rem;
}/*# sourceMappingURL=style.css.map */