@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-VariableFont_opsz,wght.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf");
  font-style: italic;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-family: "Inter", sans-serif;
}

body {
  background-image: url("../assets/images/bg-shape-mobile.svg");
  background-repeat: no-repeat;
  background-position: top 631px right 0;
}
@media (width > 770px) {
  body {
    background-image: url("../assets/images/bg-shape-desktop.svg"), url("../assets/images/decorator-hero-section-2.svg"), url("../assets/images/decorator-about-section-1.svg"), url("../assets/images/decorator-about-section-2.svg"), url("../assets/images/bg-shape-desktop.svg"), url("../assets/images/decorator-faq-section-1.svg");
    background-position: top 881px right 0, top 828px right -10px, top 1113px left 0, top 3385px right 0, top 5061px right -110px, top 5910px left 0;
  }
}
body h1 {
  color: var(--h1-color);
  font-size: 4rem;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
}
@media (width > 770px) {
  body h1 {
    font-size: 5.3125rem;
  }
}
@media (width <= 411px) {
  body h1 {
    font-size: 3.125rem;
  }
}
body h2 {
  color: var(--h2-color);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -3px;
}
@media (width > 770px) {
  body h2 {
    font-size: 5.3125rem;
  }
}
@media (width <= 411px) {
  body h2 {
    font-size: 2.8125rem;
  }
}
body h3 {
  color: var(--h3-color);
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 100%;
}
@media (width <= 411px) {
  body h3 {
    font-size: 2.5rem;
  }
}
body h4 {
  color: var(--h4-color);
  font-size: 1.5rem;
  font-weight: 600;
}
body .logo {
  font-size: 2rem;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

:root {
  --white: #FFFFFF;
  --white-p: #F5F2FF;
  --btn-text-color: #011037;
  --h1-color: #FAFAFA;
  --h2-color: #313131;
  --h3-color: #000F37;
  --h4-color: #2E2E2E;
  --p-color: #575757;
  --gray-color: #E7EBEE;
  --testimonials-p-color: #5F7285;
  --testimonials-name-color: #1B263D;
  --testimonials-role-color: #9C9EA3;
  --subscribe-h2-color: #FDFDFF;
  --subscribe-p-color: #F5F2FF;
  --bg-color: #1E5AFA;
  --nav-link-color: #090909;
}

.hero-section {
  position: relative;
  background: url("../assets/images/decorator-hero-section-1.svg"), var(--bg-color);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 1.6rem 0 12rem;
  margin-bottom: 13rem;
  display: grid;
  justify-content: center;
}
@media (width > 770px) {
  .hero-section {
    padding: 1.4rem 0 26rem;
    margin-bottom: 30rem;
    background: url("../assets/images/decorator-hero-section-1.svg"), url("../assets/images/bg-shapes-hero.png"), var(--bg-color);
    background-repeat: no-repeat;
    background-position: top right, center;
  }
}
@media (width <= 411px) {
  .hero-section {
    padding: 1.6rem 0 7rem;
    margin-bottom: 17rem;
  }
}
.hero-section__h1 {
  padding: 0.8rem 0.9rem;
}
@media (width > 770px) {
  .hero-section__h1 {
    font-size: 5.3125rem;
    padding: 0.3rem 20rem;
  }
}
@media (770px < width <= 1270px) {
  .hero-section__h1 {
    font-size: 4.375rem;
    padding: 0;
  }
}
.hero-section__p {
  text-align: center;
  color: var(--h1-color);
  padding: 1.2rem 3rem 0;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (width > 770px) {
  .hero-section__p {
    padding: 1.5rem 22rem 0;
  }
}
@media (770px < width <= 1270px) {
  .hero-section__p {
    padding: 1.2rem 3rem 0;
  }
}
.hero-section__social-media {
  display: flex;
  flex-flow: column nowrap;
  gap: 2.3rem;
  align-items: center;
  left: 50px;
  bottom: 67px;
  position: absolute;
}
@media (width <= 770px) {
  .hero-section__social-media {
    display: none;
  }
}

.about-section {
  padding: 0 1rem 1.6rem;
  display: grid;
  place-items: center;
  overflow: hidden;
}
@media (width > 770px) {
  .about-section {
    padding: 0 2.5rem 1.6rem;
  }
}
@media (458px < width <= 780px) {
  .about-section {
    padding: 5rem 2.5rem 1.6rem;
  }
}
@media (width > 770px) {
  .about-section__h2 {
    margin-bottom: 11.5rem;
  }
}
.about-section__group {
  display: grid;
  grid-column-gap: 5rem;
  padding-bottom: 2rem;
}
@media (width > 770px) {
  .about-section__group {
    grid-template-areas: "img-area title-area" "img-area text-area" "img-area btn-area";
    padding-bottom: 7rem;
    padding-right: 7rem;
    margin-bottom: 5rem;
    width: 86%;
  }
}
@media (width > 770px) {
  .about-section__left-group {
    grid-template-areas: "title-area img-area" "text-area img-area" "btn-area img-area";
    padding-right: 0;
  }
}
.about-section__img-container {
  margin: 7.7rem 0 4rem;
  display: flex;
  place-self: center;
  justify-content: center;
  align-items: center;
  z-index: -99;
  content: "";
  background: var(--bg-color);
  width: 12.15125rem;
  height: 7.82625rem;
  border-radius: 0.625rem;
}
@media (width > 770px) {
  .about-section__img-container {
    margin: 7.7rem 0 0;
    grid-area: img-area;
    width: 34.125rem;
    height: 22rem;
  }
}
@media (770px < width <= 1420px) {
  .about-section__img-container {
    margin: 2rem 0 0;
    grid-area: img-area;
    width: 17.0625rem;
    height: 11rem;
  }
}
.about-section__img {
  width: 20.625rem;
}
@media (width > 770px) {
  .about-section__img {
    width: 60.625rem;
  }
}
@media (770px < width <= 1420px) {
  .about-section__img {
    width: 30.3125rem;
  }
}
@media (width <= 411px) {
  .about-section__img {
    width: 18.125rem;
  }
}
.about-section__h3 {
  padding-bottom: 0.5rem;
}
@media (width > 770px) {
  .about-section__h3 {
    grid-area: title-area;
  }
}
.about-section__p {
  color: var(--p-color);
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  padding-bottom: 0.8rem;
}
@media (width > 770px) {
  .about-section__p {
    grid-area: text-area;
  }
}
.about-section__learn-btn {
  color: var(--h3-color);
  background: transparent;
  border: 1px solid var(--h3-color);
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  width: 10.55625rem;
  height: 3.509375rem;
  padding-inline: auto;
}
.about-section__learn-btn:hover {
  cursor: pointer;
  color: var(--h1-color);
  background: var(--h3-color);
  box-shadow: 0px 1.85px 3.15px 0px rgba(56, 56, 56, 0.0235294118), 0px 8.15px 6.52px 0px rgba(56, 56, 56, 0.0392156863), 0px 20px 13px 0px rgba(56, 56, 56, 0.0509803922), 0px 38.52px 25.48px 0px rgba(56, 56, 56, 0.0588235294), 0px 64.81px 46.85px 0px rgba(56, 56, 56, 0.0745098039), 0px 100px 80px 0px rgba(56, 56, 56, 0.1019607843);
}
@media (width > 770px) {
  .about-section__learn-btn {
    width: 11.5625rem;
    height: 3.625rem;
    grid-area: btn-area;
  }
}

.clients-section {
  padding: 0 1rem 3.5rem;
}
@media (width > 770px) {
  .clients-section {
    padding: 1rem 10rem 8rem;
  }
}
@media (770px < width <= 1420px) {
  .clients-section {
    padding: 1rem 1rem 8rem;
  }
}
.clients-section__p {
  color: var(--p-color);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1rem 0;
}
@media (width > 770px) {
  .clients-section__p {
    padding: 2rem 0 5rem;
    width: 70%;
    place-self: center;
  }
}
.clients-section__clients {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
}
@media (width > 770px) {
  .clients-section__clients {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.8rem;
  }
}
@media (770px < width <= 1270px) {
  .clients-section__clients {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }
}
@media (width <= 411px) {
  .clients-section__clients {
    grid-template-columns: 1fr;
  }
}
.clients-section__client-logo {
  background: var(--white);
  width: 11.5625rem;
  height: 5.5625rem;
  border-radius: 0.625rem;
  box-shadow: 0px 20px 50px 0px rgba(49, 49, 49, 0.0509803922);
  display: grid;
  place-items: center;
}
@media (width > 770px) {
  .clients-section__client-logo {
    width: 16.3125rem;
    height: 6.75rem;
  }
}
.clients-section__client-logo-img {
  width: -moz-fit-content;
  width: fit-content;
}
@media (width > 770px) {
  .clients-section__client-logo-mobile {
    display: none;
  }
}
@media (width <= 770px) {
  .clients-section__client-logo-desktop {
    display: none;
  }
}

.testimonials-section {
  padding: 0 1rem 4.7rem;
  display: grid;
  place-items: center;
}
@media (width > 770px) {
  .testimonials-section {
    padding: 0 1rem 14rem;
  }
}
@media (width > 770px) {
  .testimonials-section__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 1.5rem 0.5rem;
  }
}
@media (770px < width <= 1270px) {
  .testimonials-section__cards {
    grid-template-columns: 1fr;
  }
}
.testimonials-section__card {
  background: var(--gray-color);
  box-shadow: 0px 20px 50px 0px rgba(49, 49, 49, 0.0509803922);
  border-radius: 0.625rem;
  padding: 0.95rem 1.5rem;
  margin: 1.2rem 0;
}
.testimonials-section__card:hover {
  background: var(--white);
}
@media (width > 770px) {
  .testimonials-section__card {
    margin: 0;
    padding: 3.5rem 3.1rem;
    width: 36.25rem;
    height: 17.0625rem;
  }
}
.testimonials-section__p {
  color: var(--p-color);
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding: 1rem 0 0.5rem;
}
@media (width > 770px) {
  .testimonials-section__p {
    padding: 2rem 0 5rem;
    width: 55%;
    place-self: center;
  }
}
.testimonials-section__name-area {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "img-area name-area" "img-area role-area";
  align-items: end;
}
.testimonials-section__testimonial-p {
  color: var(--testimonials-p-color);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.875rem;
  font-style: italic;
}
@media (width > 770px) {
  .testimonials-section__testimonial-p {
    margin-bottom: 1.8rem;
  }
}
.testimonials-section__testimonial-img {
  height: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  grid-area: img-area;
}
.testimonials-section__testimonial-img img {
  height: 100%;
  border-radius: 50%;
}
@media (width > 770px) {
  .testimonials-section__testimonial-img {
    height: 3rem;
    margin-right: 1rem;
  }
}
.testimonials-section__testimonial-name {
  color: var(--testimonials-name-color);
  font-size: 0.875rem;
  font-weight: 600;
  grid-area: name-area;
}
.testimonials-section__testimonial-role {
  color: var(--testimonials-role-color);
  font-size: 0.75rem;
  font-weight: 400;
  grid-area: role-area;
}

.faq-section {
  display: grid;
  place-items: center;
}
.faq-section__h2 {
  padding: 0.1rem 0 1.5rem;
}
.faq-section__details {
  background: var(--h1-color);
  border: 1px solid var(--gray-color);
  border-radius: 0.625rem;
  padding: 1.3rem 1.5rem;
  margin: 1.5rem 1rem;
}
.faq-section__details[open] {
  background: var(--white);
  border: none;
  box-shadow: 0px 20px 95px 0px rgba(201, 203, 204, 0.3019607843);
}
@media (width <= 770px) {
  .faq-section__details[open] {
    padding: 1.5rem;
  }
}
.faq-section__details[open] summary::before {
  content: url("../assets/images/faq-minus-symbol.svg");
}
@media (width > 770px) {
  .faq-section__details[open] summary::before {
    content: "";
    background: url("../assets/images/faq-minus-symbol.svg");
    width: 30px;
    height: 3px;
    background-size: cover;
  }
}
@media (width > 770px) {
  .faq-section__details {
    width: 47%;
    padding: 2.2rem 3.2rem;
    margin: 0.9rem 0;
  }
}
.faq-section__summary {
  color: var(--h2-color);
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.faq-section__summary::before {
  content: url("../assets/images/faq-plus-symbol.svg");
}
@media (width > 770px) {
  .faq-section__summary::before {
    content: "";
    background: url("../assets/images/faq-plus-symbol.svg");
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-right: 1rem;
  }
}
.faq-section__answer {
  color: var(--p-color);
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.5rem 0 0.5rem 2.2rem;
}
@media (width > 770px) {
  .faq-section__answer {
    padding: 2rem 0 0.5rem 3.8rem;
  }
}

.download-section {
  padding: 33.5rem 1rem 5.1rem;
  overflow: hidden;
  position: relative;
}
@media (width > 770px) {
  .download-section {
    padding: 14.5rem 9.7rem 21.5rem;
    display: flex;
    flex-flow: column nowrap;
  }
}
@media (770px < width <= 1270px) {
  .download-section {
    padding: 8rem 5rem 15rem;
  }
}
@media (width > 770px) {
  .download-section__text {
    width: 46%;
  }
}
.download-section__h3 {
  font-weight: 700;
  letter-spacing: -0.1875rem;
}
@media (width > 770px) {
  .download-section__h3 {
    font-size: 5.3125rem;
  }
}
.download-section__p {
  color: var(--p-color);
  margin: 1rem 0;
  font-size: 1.125rem;
}
@media (width > 770px) {
  .download-section__p {
    margin: 2.7rem 0;
  }
}
.download-section__img {
  width: 146.5%;
  top: -0.5625rem;
  left: -6.5rem;
  position: absolute;
}
@media (width > 770px) {
  .download-section__img {
    width: 76%;
    left: 34.6875rem;
  }
}
@media (770px < width <= 1420px) {
  .download-section__img {
    width: 60%;
  }
}
@media (770px < width <= 1270px) {
  .download-section__img {
    width: 55%;
    left: 28.125rem;
  }
}
@media (458px < width <= 780px) {
  .download-section__img {
    width: 80%;
  }
}
.download-section__download-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}
@media (width > 770px) {
  .download-section__download-btns {
    justify-content: left;
    gap: 1.3rem;
  }
}
@media (width > 770px) {
  .download-section .apple-download-btn, .download-section .google-download-btn {
    width: 12.625rem;
  }
}

.subscribe-section {
  margin-bottom: 2rem;
  background: url("../assets/images/decorator-subscribe-section-1.svg"), var(--bg-color);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 3.2rem 2.3rem;
  border-radius: 0.625rem;
}
.subscribe-section__h3 {
  color: var(--subscribe-h2-color);
  font-size: 3rem;
  grid-area: title-area;
}
.subscribe-section__p {
  color: var(--subscribe-p-color);
  font-size: 1.125rem;
  line-height: 2rem;
  padding: 1rem 0;
  grid-area: text-area;
}
.subscribe-section__btn-start {
  color: var(--h1-color);
  background: transparent;
  border: 1px solid var(--h1-color);
  border-radius: 0.3125rem;
  width: 13.75rem;
  height: 4.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  grid-area: btn-area;
}
@media (width > 770px) {
  .subscribe-section__btn-start {
    margin-left: 10rem;
  }
}
@media (770px < width <= 1270px) {
  .subscribe-section__btn-start {
    margin-left: 4rem;
  }
}
.subscribe-section__btn-start:hover {
  cursor: pointer;
  background: #000F37;
  box-shadow: 0px 100px 80px 0px rgba(56, 56, 56, 0.1019607843), 0px 64.81px 46.85px 0px rgba(56, 56, 56, 0.0745098039), 0px 38.52px 25.48px 0px rgba(56, 56, 56, 0.0588235294), 0px 20px 13px 0px rgba(56, 56, 56, 0.0509803922), 0px 8.15px 6.52px 0px rgba(56, 56, 56, 0.0392156863), 0px 1.85px 3.15px 0px rgba(56, 56, 56, 0.0235294118);
}
@media (width > 770px) {
  .subscribe-section {
    max-width: 73.125rem;
    height: 18.75rem;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    grid-template-areas: "title-area btn-area" "text-area btn-area";
    padding: 4rem 7rem;
  }
}
@media (770px < width <= 1270px) {
  .subscribe-section {
    padding: 3rem 4rem;
  }
}

.header {
  padding: 0 1rem 2rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (width > 770px) {
  .header {
    padding: 0.4rem 8.4375rem 3.5rem;
  }
}
@media (770px < width <= 1420px) {
  .header {
    padding: 0 1rem 2rem;
    justify-content: space-between;
  }
}
.header__nav-desktop {
  display: flex;
  gap: 2rem;
}
@media (458px < width <= 780px) {
  .header__nav-desktop {
    display: none;
  }
}
@media (width <= 770px) {
  .header__nav-desktop {
    display: none;
  }
}
.header__nav-link {
  color: var(--h1-color);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
}
.header__logo-white {
  color: var(--h1-color);
}
@media (width > 770px) {
  .header__logo-white {
    margin-left: 8.5rem;
  }
}
@media (770px < width <= 1420px) {
  .header__logo-white {
    margin-left: 0.5rem;
  }
}
.header__btns {
  margin-left: auto;
  display: flex;
  gap: 2rem;
}
.header__login-btn {
  color: var(--h1-color);
  background: transparent;
  border: none;
  font-size: 1.0625rem;
  font-weight: 400;
}
.header__login-btn:hover {
  cursor: pointer;
  color: var(--btn-text-color);
}
@media (458px < width <= 780px) {
  .header__login-btn {
    display: none;
  }
}
@media (width <= 770px) {
  .header__login-btn {
    display: none;
  }
}
.header__signup-btn {
  color: var(--btn-text-color);
  background: var(--white);
  border: none;
  box-shadow: 0px 1.85px 3.15px 0px rgba(56, 56, 56, 0.0235294118), 0px 8.15px 6.52px 0px rgba(56, 56, 56, 0.0392156863), 0px 20px 13px 0px rgba(56, 56, 56, 0.0509803922), 0px 38.52px 25.48px 0px rgba(56, 56, 56, 0.0588235294), 0px 64.81px 46.85px 0px rgba(56, 56, 56, 0.0745098039), 0px 100px 80px 0px rgba(56, 56, 56, 0.1019607843);
  font-size: 1.125rem;
  font-weight: 500;
  width: 9.5rem;
  height: 3.625rem;
  border-radius: 0.3125rem;
}
.header__signup-btn:hover {
  cursor: pointer;
  color: var(--h1-color);
  background: var(--btn-text-color);
}
@media (770px < width <= 1270px) {
  .header__signup-btn {
    width: 6.375rem;
  }
}
@media (458px < width <= 780px) {
  .header__signup-btn {
    display: none;
  }
}
@media (width <= 770px) {
  .header__signup-btn {
    display: none;
  }
}
.header input {
  display: none;
}
.header__sidebar-toggle {
  cursor: pointer;
  margin-left: auto;
}
@media (width > 770px) {
  .header__sidebar-toggle {
    display: none;
  }
}
@media (458px < width <= 780px) {
  .header__sidebar-toggle {
    display: block;
  }
}
input:checked ~ .header__sidebar {
  right: 0;
  transition: 0.7s ease-out;
}
.header__sidebar {
  display: flex;
  flex-flow: column nowrap;
  position: fixed;
  top: 0;
  right: -100%;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  z-index: 999;
  overflow: scroll;
  scroll-behavior: contain;
  padding: 1.1rem 1.3rem;
  background: var(--bg-color);
  transition: 0.7s ease-out;
}
.header__sidebar-top {
  display: flex;
  align-items: center;
  padding: 0.5rem 0 2.8rem 0;
}
.header__nav-mobile {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.85rem;
  width: 100%;
  padding-bottom: 3rem;
}
.header__navbar-link {
  color: var(--white);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.65rem 1rem;
  border-radius: 0.501875rem;
}
.header__navbar-link:hover {
  color: var(--nav-link-color);
  background: var(--h1-color);
}
.header__social-media {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: auto;
  margin-bottom: 1rem;
}

.footer__nav {
  display: flex;
  flex-flow: column nowrap;
}
@media (width > 770px) {
  .footer__nav {
    padding: 7rem 9.5rem 0;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    gap: 3rem;
  }
}
.footer__links {
  padding: 0 1.2rem 1.6rem;
}
@media (width > 770px) {
  .footer__links {
    padding: 0 0 1.6rem 0;
  }
}
.footer__h4 {
  padding-bottom: 3.8rem;
}
.footer__list {
  list-style: none;
  padding: 0;
}
.footer__list-item {
  padding-bottom: 1.33rem;
}
.footer__link {
  color: var(--p-color);
  text-decoration: none;
  font-size: 1.125rem;
}
.footer__copyright {
  background: var(--h3-color);
  padding: 2.5rem 0 2.7rem;
  margin-top: 0.8rem;
}
@media (width > 770px) {
  .footer__copyright {
    padding: 2.5rem 0;
    margin-top: 3.8rem;
  }
}
.footer__copyright-p {
  color: var(--h1-color);
  text-align: center;
}
@media (width > 770px) {
  .footer__copyright-p {
    font-size: 1.25rem;
  }
}

.mailing {
  margin-bottom: 3rem;
  padding: 1rem 1.2rem 0;
}
@media (width > 770px) {
  .mailing {
    width: 30%;
    padding: 0;
  }
}
@media (770px < width <= 1270px) {
  .mailing {
    width: 40%;
    padding: 0;
  }
}
.mailing__logo-black {
  color: var(--h2-color);
}
.mailing__p {
  color: var(--p-color);
  padding: 1.4rem 3rem 2.9rem 0;
}
.mailing__email-input {
  height: 2.875rem;
  width: 11.8125rem;
  background: var(--h1-color);
  border: 1px solid var(--gray-color);
  border-radius: 0.3125rem;
  padding: 0.6rem;
  margin-right: 0.5rem;
}
.mailing__email-input::-moz-placeholder {
  color: var(--p-color);
  font-size: 0.875rem;
}
.mailing__email-input::placeholder {
  color: var(--p-color);
  font-size: 0.875rem;
}
.mailing__btn-register {
  height: 2.875rem;
  width: 6.25rem;
  color: var(--btn-text-color);
  border: 1px solid var(--btn-text-color);
  border-radius: 0.3125rem;
  background: var(--white);
}
.mailing__btn-register:hover {
  cursor: pointer;
  color: var(--white);
  border: 1px solid var(--btn-text-color);
  background: var(--btn-text-color);
}

.download-btns-section {
  position: absolute;
  top: 42.875rem;
  left: 0;
  right: 0;
  z-index: 99;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width > 770px) {
  .download-btns-section {
    top: 68.0625rem;
  }
}
@media (770px < width <= 1420px) {
  .download-btns-section {
    top: 61.875rem;
  }
}
@media (770px < width <= 1270px) {
  .download-btns-section {
    top: 56.25rem;
  }
}
.download-btns-section__download-btns {
  display: flex;
  gap: 1.6rem;
}
.download-btns-section__apple, .download-btns-section__google {
  width: 7.8rem;
}
@media (width > 770px) {
  .download-btns-section__apple, .download-btns-section__google {
    width: 12.625rem;
  }
}

.apple-download-btn:hover, .google-download-btn:hover {
  cursor: pointer;
}
.apple-download-btn img, .google-download-btn img {
  width: 100%;
}

.hero-img-section {
  position: absolute;
  top: 344px;
  z-index: 99;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width > 770px) {
  .hero-img-section {
    top: 15.125rem;
  }
}
@media (770px < width <= 1420px) {
  .hero-img-section {
    top: 11.25rem;
  }
}
@media (770px < width <= 1270px) {
  .hero-img-section {
    top: 13.75rem;
  }
}
@media (458px < width <= 780px) {
  .hero-img-section {
    top: 18.125rem;
  }
}
@media (width <= 411px) {
  .hero-img-section {
    top: 25rem;
  }
}
.hero-img-section__img {
  width: 100%;
}
@media (width > 770px) {
  .hero-img-section__img {
    width: 79.0625rem;
  }
}
@media (770px < width <= 1270px) {
  .hero-img-section__img {
    width: 46.875rem;
  }
}
@media (458px < width <= 780px) {
  .hero-img-section__img {
    width: 28.75rem;
  }
}/*# sourceMappingURL=style.css.map */