@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Poppins:wght@300;600;900&display=swap");

:root {
  --bg-color: #e56399;
  --text-color: #211522;
  --yellow: #f9d030;
  --fuchsia: #7d70ba;
  --box-shadow: #211522;
  --text-shadow: #211522;
  --bg-top-desktop: url("../img/bg-tatuaje-sprancene-1.webp");
  --bg-top-mobile: url("../img/mobile/bg-tatuaje-sprancene-1.webp");
  --font-title: "Oswald";
  --font-text: "Poppins";
}

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

html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

header {
  position: relative;
  z-index: 100;
  transition: all 0.2s ease-in;
}

.header-wrap {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin: 0 auto;
  padding: 10px 20px;
  gap: 10px;
}

.logo a img {
  display: block;
  width: 100%;
  max-width: 151px;
  height: auto;
}

/* typography */
h1 {
  font-family: var(--font-title), sans-serif;
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: var(--text-shadow) 2px 0 10px;
  padding: 10px 20px;
}

h2 {
  font-family: var(--font-title), sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1px;
  color: var(--fuchsia);
  text-align: center;
  padding: 0 20px;
}

.home-h2 {
  margin-top: 100px;
}

h3 {
  font-family: var(--font-title), sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1px;
  color: var(--text-color);
  text-align: center;
  padding: 0 20px;
}

p {
  color: var(--text-color);
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding: 10px 20px;
}

p b,
ul b {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 600;
}

p a.link,
ul a.link,
.article-body a.link {
  color: var(--text-color);
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-decoration: underline var(--fuchsia);
}

p a.link:hover,
ul a.link:hover,
.article-body a.link:hover {
  text-decoration: none;
  color: var(--fuchsia);
}

p a.clasic-link,
ul a.clasic-link {
  color: #1e73be;
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-decoration: none;
}

p a.clasic-link:hover,
ul a.clasic-link:hover {
  color: var(--fuchsia);
}

ul {
  color: var(--text-color);
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding: 10px 20px;
  list-style-position: inside;
}

span {
  color: var(--text-color);
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding: 10px 20px;
}

figcaption {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 20px;
}

.article-body figcaption a.link {
  color: var(--text-color);
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-decoration: underline var(--fuchsia);
}

.article-body figcaption a.link:hover {
  text-decoration: none;
  color: var(--fuchsia);
}

.btn {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  width: fit-content;
  margin: 10px auto;
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: var(--box-shadow) 2px 0 10px;
  transition: all 0.2s ease-in;
}

.btn:hover {
  transform: scale(1.05);
}

::selection {
  color: #fff;
  background: var(--fuchsia);
}

/* end typography */

/* sticky styles */
.sticky {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(143, 54, 81, 0.85);
}

.sticky .logo img {
  width: auto;
  height: 50px;
}

.sticky .header-wrap {
  align-items: center;
}

.sticky nav ul {
  padding-top: 0px;
}

nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  gap: 20px;
}

nav ul li {
  font-family: var(--font-title), sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  list-style: none;
  text-transform: uppercase;
  text-shadow: var(--text-shadow) 2px 0 10px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
}

nav ul li a:hover {
  color: var(--yellow);
}

.btn-mobile {
  display: none;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.btn-mobile .btn {
  color: var(--text-color);
  background-color: #fff;
  padding: 5px 10px;
  height: fit-content;
  min-width: 130px;
  text-align: center;
}

.btn-mobile .btn:hover {
  color: var(--text-color);
  background-color: var(--yellow);
}

#hamburger,
#close-menu {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  text-align: right;
}

#hamburger:hover,
#close-menu:hover {
  color: var(--yellow);
}

#close-menu {
  display: none;
}

.top,
.top-page {
  display: flex;
  flex-direction: column;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
  text-align: center;
  margin-top: -130px;
  padding-bottom: 0;
  gap: 5px;
}

.top {
  justify-content: flex-end;
  background-color: var(--bg-color);
  background-image: var(--bg-top-desktop);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: -130px;
  height: 100vh;
  padding-bottom: 0;
  gap: 5px;
}

.top-page {
  justify-content: space-between;
  width: 100%;
  height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-page .top-txt {
  margin-top: 200px;
}

.top-contact {
  background-image: url(../img/bg-contact.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
}

.top-despre {
  background-image: url(../img/bg-dana-duica.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
}

.top-tatuaje {
  background-image: url(../img/bg-tatuaje-sprancene.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
}

.top-galerie {
  background-image: url(../img/bg-galerie-foto.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
}

.top-servicii {
  background-image: url(../img/bg-servicii.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
}

.top-articol-celebre {
  background-image: url(../img/celebritati-sprancene-tatuate-og.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-articol-inainte {
  background-image: url(../img/extensii-par-inainte-utile-og.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-articol-pregatire {
  background-image: url(../img/pregatire-inainte-tatuarea-sprancenelor-og.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-articol-ingrijire {
  background-image: url(../img/ingrijire-si-vindecare-dupa-tatuajul-sprancenelor-og.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-articol-social-media {
  background-image: url(../img/tatuaje-sprancene-social-media.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-articol-istorie {
  background-image: url(../img/istoria-evolutia-extensii-par-cleopatra-instagram-og.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-articol-intrebari {
  background-image: url(../img/sprancene-perfecte-intrebari-tatuare-sprancene.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-articol-volum {
  background-image: url(../img/volum-stralucire-extensii-par-solutie-par-rar-og.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-articol-mituri {
  background-image: url(../img/tatuaje-sprancene-mituri-frecvente-adevarat-sau-fals.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-gdpr {
  background-image: url(../img/bg-gdpr.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  height: 600px;
}

.top-txt h1 {
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 10px;
}

.top-txt span {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  display: block;
  color: #fff;
  text-shadow: var(--text-shadow) 2px 0 10px;
  padding: 10px 20px;
}

.top .btn {
  background-color: var(--yellow);
  color: var(--text-color);
  font-size: 1.3rem;
}

.top .btn:hover {
  background-color: var(--fuchsia);
  color: white;
}

.top-social-btn a {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  transition: all 0.2s ease-in;
}

.top-social-btn a:hover {
  transform: scale(1.1);
}

.top-social-btn img {
  display: block;
  width: 50px;
  height: 50px;
}

.top-social-btn {
  margin: 20px auto;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.arrow-down {
  font-size: 50px;
  color: #fff;
  text-shadow: var(--text-shadow) 2px 0 10px;
}

.arrow-down:hover {
  color: var(--yellow);
}

.wave img {
  width: 100%;
  display: block;
}

.extensii-txt {
  max-width: 1240px;
  margin: 0 auto;
}

/* before after */

.before-after {
  max-width: 1200px;
  margin: 0 auto;
}

.ba {
  position: relative;
}

.ba-container {
  height: 67.5vmin;
  width: 100vmin;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.ba-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

#img-before,
#g-img-before {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

#ba-slider,
#g-ba-slider {
  position: relative;
  -webkit-appearance: none;
  width: calc(100% + 40px);
  background-color: transparent;
  height: 100%;
  margin-left: -20px;
  outline: none;
}

#ba-slider::-webkit-slider-thumb,
#g-ba-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 40px;
  width: 40px;
  background: url(../img/ba-slider-icon.webp), rgb(125, 112, 186, 1);
  border-radius: 50%;
  border: solid 3px #fff;
  background-size: contain;
  cursor: pointer;
}

#slider-line,
#g-slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: 50%;
  transform: translateX(-50%);
}

.ba-controls,
.g-ba-controls {
  width: 100%;
  height: 100%;
}

.ba-controls i,
.g-ba-controls i {
  position: absolute;
  font-size: 1.8rem;
  color: var(--yellow);
  background: transparent;
  top: 47%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: var(--text-shadow);
}

.ba-controls i:nth-child(1),
.g-ba-controls i:nth-child(1) {
  left: 5px;
}

.ba-controls i:nth-child(2),
.g-ba-controls i:nth-child(2) {
  right: 5px;
}

.ba-controls i:hover,
.g-ba-controls i:hover {
  color: var(--yellow);
}

.ba-img-txt {
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: var(--text-color);
  background: var(--yellow);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.ba-img-txt:first-of-type {
  top: 2rem;
  left: 5rem;
}

.ba-img-txt:nth-of-type(2) {
  top: 2rem;
  right: 5rem;
}

.ba-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.ba-dots span {
  margin: 0;
  padding: 0;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0.2rem;
  cursor: pointer;
}

.ba-dots span.dot-active {
  width: 1rem;
  height: 1rem;
  background-color: var(--fuchsia);
}

.before-after .btn {
  color: var(--text-color);
  background-color: #fff;
  margin-top: 30px;
}

.before-after .btn:hover {
  color: var(--text-color);
  background-color: var(--yellow);
}
/* end before after */

.articole {
  max-width: 1240px;
  margin: 120px auto 0 auto;
}

.articol-hp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(470px, 100%), 1fr));
  padding: 10px 20px;
  margin-bottom: 30px;
}

.articol-hp:nth-child(3) picture,
.articol-hp:nth-child(5) picture,
.articol-hp:nth-child(7) picture {
  order: 2;
}

.articol-hp:nth-child(3) .articol-hp-txt,
.articol-hp:nth-child(5) .articol-hp-txt,
.articol-hp:nth-child(7) .articol-hp-txt {
  text-align: right;
}

.articol-hp picture img {
  width: 100%;
  height: auto;
}

.articol-hp-txt {
  padding: 10px 20px;
}

.articol-hp-txt a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
}

.articol-hp-txt a:hover {
  color: var(--fuchsia);
}

.articol-hp-txt p {
  padding: 10px 0;
  font-size: 1rem;
}

/* single article page */

.article-body {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 10px;
}

.article-body figure picture img {
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.article-body h2 {
  padding-top: 70px;
  text-align: left;
}

.article-body h3 {
  padding-top: 30px;
  text-align: left;
}

/* end single article page */

.instagram,
.facebook {
  max-width: 1240px;
  margin: 120px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  place-items: center;
}

.instagram img,
.facebook img {
  width: 100%;
  height: auto;
  padding: 10px;
}

.insta-txt,
.fb-txt {
  order: 2;
  margin-bottom: 50px;
}

.insta-txt span,
.fb-txt span {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}

.insta-txt p,
.fb-txt p {
  font-size: 1rem;
}

.insta-txt .btn,
.fb-txt .btn {
  background-color: var(--yellow);
  color: var(--text-color);
  margin: 10px 20px;
}

.insta-txt .btn:hover,
.fb-txt .btn:hover {
  background-color: var(--fuchsia);
  color: #fff;
}

.iulian {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 200px;
  margin-top: -80px;
}

.iulian span {
  font-weight: 600;
  display: block;
  text-align: center;
}

.iulian figure picture img {
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.iulian .btn {
  color: var(--text-color);
  background-color: #fff;
}

.iulian .btn:hover {
  color: var(--text-color);
  background-color: var(--yellow);
}

.sfaturi {
  margin: 120px auto 0 auto;
}

.sfaturi picture img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sfaturi-wrap-full {
  /* background-image: url(../img/bg-sfaturi.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}

.sfaturi-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  place-items: center top;
  padding: 50px 20px;
  gap: 30px;
}

.sfat img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
  filter: invert(44%) sepia(71%) saturate(337%) hue-rotate(210deg)
    brightness(93%) contrast(84%);
  padding: 10px;
}

.sfat span {
  font-style: var(--font-title), sans-serif;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px;
  color: var(--fuchsia);
  text-shadow: var(--text-shadow);
}

.sfat p {
  text-align: center;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;

  text-shadow: var(--text-shadow);
}

.contact {
  padding-top: 200px;
  margin-top: -80px;
}

.contact-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.contact span {
  display: block;
  margin-top: 20px;
}

.contact span,
.contact p {
  text-align: center;
  padding: 0 20px;
  font-size: 1.3rem;
  line-height: 2rem;
}

.harta-img {
  margin: 20px auto;
}

.harta-img img {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  box-shadow: var(--box-shadow) 1px 0 10px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.contact-harta .btn {
  display: block;
  background-color: #fff;
  height: fit-content;
  color: var(--text-color);
}

.contact-harta .btn:hover {
  background-color: var(--yellow);
}

.contact-phone {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}

.counting {
  margin: 120px auto 0 auto;
  background-image: url(../img/bg-dana-duica.webp);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.85);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.number-box-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  place-items: center top;
  padding: 50px 20px;
  gap: 30px;
}

.number-box img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  width: 100%;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(283deg)
    brightness(109%) contrast(101%);
  padding: 10px;
}

.number-box span {
  display: block;
  color: #fff;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.num {
  font-style: var(--font-title), sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
}

.num-txt {
  font-size: 1.4rem;
}

.testimonials {
  max-width: 1240px;
  margin: 120px auto 0 auto;
  padding: 10px 20px 100px 20px;
}

.stars {
  text-align: center;
  color: var(--yellow);
  font-size: 1.5rem;
  padding: 10px;
}

.stars i {
  margin: 0.3rem;
}

.slider-wrap {
  position: relative;
  overflow: hidden;
}

.slider {
  width: 600%;
  height: 100%;
  display: flex;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

.slide {
  padding: 1rem 2.5rem;
  height: 100%;
  width: 20%;
}

.slide p {
  text-align: center;
}

.slide img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.slide span {
  display: block;
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  text-align: center;
}

.slide hr {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.controls {
  width: 100%;
  height: 100%;
}

.controls i {
  position: absolute;
  font-size: 1.8rem;
  color: var(--text-color);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.controls i:nth-child(1) {
  left: 0;
}

.controls i:nth-child(2) {
  right: 0;
}

.controls i:hover {
  color: var(--fuchsia);
}

.dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots span {
  margin: 0;
  padding: 0;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0.2rem;
  cursor: pointer;
}

.dots span.active {
  width: 1rem;
  height: 1rem;
  background-color: var(--fuchsia);
}

/* photo gallery page  */
.photo-gallery {
  max-width: 1240px;
  margin: 20px auto 0 auto;
}

.gallery-container {
  width: 100%;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-gallery-container {
  height: fit-content;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
}

.home-gallery {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* end photo gallery page */

.servicii {
  max-width: 1240px;
  margin: 20px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(430px, 100%), 1fr));
  place-items: center;
  gap: 10px;
  row-gap: 50px;
}

.servicii img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.servicii-txt h2 {
  text-align: left;
}

.servicii div:nth-child(1) {
  order: 1;
}

.servicii div:nth-child(2) {
  order: 2;
}

.servicii div:nth-child(3) {
  order: 4;
}

.servicii div:nth-child(4) {
  order: 3;
}

.servicii div:nth-child(5) {
  order: 5;
}

.servicii div:nth-child(6) {
  order: 6;
}

.servicii div:nth-child(7) {
  order: 8;
}

.servicii div:nth-child(8) {
  order: 7;
}

.servicii div:nth-child(9) {
  order: 9;
}

.servicii div:nth-child(10) {
  order: 10;
}

.top-page-margin {
  padding-top: 10px;
  margin-top: 0;
}

footer .wave {
  filter: invert(0%) sepia(0%) saturate(21%) hue-rotate(302deg) brightness(100%)
    contrast(101%);
  width: 100%;
  display: block;
}

.footer-txt {
  background-color: #000;
  padding: 1.5rem 1rem 6rem 1rem;
}

.footer-txt span {
  color: #fff;
  display: block;
  text-align: center;
}

.footer-link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.footer-link:hover {
  color: var(--fuchsia);
  text-decoration: none;
}

.anpc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 10px;
}

.anpc a {
  display: block;
}

.anpc img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

.footer-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.footer-img img {
  display: block;
  margin: 0 auto;
  margin-top: -3rem;
  width: 100%;
  height: auto;
  max-width: 500px;
}

/* article image */
.article-body figure picture img {
  width: 100%;
}

.article-body figure.portrait picture img {
  width: 100%;
  max-width: 900px;
}

.article-body figure.grafic picture img {
  width: 100%;
  max-width: 500px;
}

@media screen and (max-width: 1000px) {
  nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    gap: 15px;
  }

  h1 {
    font-size: 2.5rem;
  }

  .ba-img-txt:first-of-type {
    top: 2.5rem;
    left: 0;
  }

  .ba-img-txt:nth-of-type(2) {
    top: 2.5rem;
    right: 0;
  }

  .articol-hp:nth-child(3) picture,
  .articol-hp:nth-child(5) picture,
  .articol-hp:nth-child(7) picture {
    order: 1;
  }

  .articol-hp:nth-child(3) .articol-hp-txt,
  .articol-hp:nth-child(5) .articol-hp-txt,
  .articol-hp:nth-child(7) .articol-hp-txt {
    text-align: left;
    order: 2;
  }
}

@media screen and (max-width: 900px) {
  html {
    font-size: 18px;
  }

  header-wrap {
    position: relative;
  }

  nav {
    display: none;
    position: absolute;
    right: 20px;
    background-color: rgba(33, 21, 34, 0.85);
    min-width: 40%;
    top: 80px;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }

  nav ul li {
    display: block;
    width: 100%;
    font-size: 1.1rem;
    text-shadow: none;
  }

  nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
  }

  nav ul li a:hover {
    color: #000;
    background-color: var(--yellow);
  }

  .sticky nav {
    right: 0;
  }

  .btn-mobile {
    display: flex;
    height: fit-content;
  }

  .contact-wrap {
    display: block;
  }

  .servicii-txt h2 {
    text-align: center;
  }

  .servicii img {
    border-radius: 0;
  }

  .servicii div:nth-child(3) {
    order: 3;
  }

  .servicii div:nth-child(4) {
    order: 4;
  }

  .servicii div:nth-child(7) {
    order: 7;
  }

  .servicii div:nth-child(8) {
    order: 8;
  }
}

@media screen and (max-width: 800px) {
  html {
    scroll-behavior: auto;
  }

  .instagram,
  .facebook {
    display: block;
  }

  .insta-txt span,
  .insta-txt p,
  .fb-txt span,
  .fb-txt span {
    text-align: center;
  }

  .insta-txt .btn,
  .fb-txt .btn {
    margin: 10px auto;
  }

  .footer-txt {
    padding: 1.5rem 1rem 3rem 1rem;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 16px;
  }

  nav ul li {
    font-size: 1.2rem;
  }

  .top {
    background-image: var(--bg-top-mobile);
  }

  .articol-hp {
    padding: 10px 0;
  }

  .articol-hp-txt {
    padding: 10px 20px;
  }

  .sfaturi-wrap-full {
    /* background-image: url(../img/mobile/bg-sfaturi.webp); */
  }

  .anpc {
    display: block;
    text-align: center;
  }

  .anpc img {
    width: 100%;
    max-width: 220px;
  }
}

@media screen and (max-width: 480px) {
  nav {
    right: 20px;
    left: 20px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .btn-wrap {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .header-wrap {
    padding: 10px;
  }

  nav {
    right: 10px;
    left: 10px;
  }

  nav ul {
    flex-wrap: wrap;
  }

  nav ul li {
    font-size: 1rem;
  }

  .btn-mobile {
    gap: 10px;
  }

  .btn-mobile .btn {
    padding: 5px;
    min-width: 120px;
    width: fit-content;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  .top {
    height: 125vh;
  }

  .btn-wrap {
    display: block;
  }
}
