@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter18pt-Regular.woff2') format('woff2'),
       url('../fonts/Inter18pt-Regular.woff') format('woff'),
       url('../fonts/Inter18pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter18pt-Italic.woff2') format('woff2'),
       url('../fonts/Inter18pt-Italic.woff') format('woff'),
       url('../fonts/Inter18pt-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter18pt-Bold.woff2') format('woff2'),
       url('../fonts/Inter18pt-Bold.woff') format('woff'),
       url('../fonts/Inter18pt-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter18pt-BoldItalic.woff2') format('woff2'),
       url('../fonts/Inter18pt-BoldItalic.woff') format('woff'),
       url('../fonts/Inter18pt-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces72pt-Regular.woff2') format('woff2'),
      url('../fonts/Fraunces72pt-Regular.woff') format('woff'),
      url('../fonts/Fraunces72pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces72pt-Italic.woff2') format('woff2'),
      url('../fonts/Fraunces72pt-Italic.woff') format('woff'),
      url('../fonts/Fraunces72pt-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces72pt-SemiBold.woff2') format('woff2'),
      url('../fonts/Fraunces72pt-SemiBold.woff') format('woff'),
      url('../fonts/Fraunces72pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces72pt-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/Fraunces72pt-SemiBoldItalic.woff') format('woff'),
      url('../fonts/Fraunces72pt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'art-icon';
  src:  url('../fonts//art-icon.eot');
  src:  url('../fonts//art-icon.eot#iefix') format('embedded-opentype'),
    url('../fonts//art-icon.ttf') format('truetype'),
    url('../fonts//art-icon.woff') format('woff'),
    url('../fonts//art-icon.svg#art-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'art-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-checkmark::before {
  content: "\e900";
}
.icon-xmark::before {
  content: "\e901";
}
.icon-xmark-large::before {
  content: "\e902";
}
.icon-angle-up::before {
  content: "\e903";
}
.icon-angle-down::before {
  content: "\e904";
}
.icon-angle-left::before {
  content: "\e905";
}
.icon-angle-right::before {
  content: "\e906";
}
.icon-arrow-left-long::before {
  content: "\e907";
}
.icon-arrow-left::before {
  content: "\e908";
}
.icon-arrow-right::before {
  content: "\e909";
}
.icon-arrow-right-long::before {
  content: "\e90a";
}
/******************************************
  Base
*******************************************/
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #1D163F;
  color: #B5BAD3;
  font-family: "Inter",sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Fraunces", serif;
  line-height: 1.2;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  text-wrap-style: balance;
}
h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: normal;
}
.post-title {
  font-size: 3rem;
}
p:not(:last-child) {
  margin-bottom: 1.25rem;
}
p small {
  font-size: 0.875rem;
}
.container {
  width: 1170px;
  max-width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.row:not(:last-of-type) {
  margin-bottom: 4rem;
}
.col {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 2rem;
  background-color: #97208A;
  min-height: 3.5rem;
  min-width: 11rem;
  border-radius: 1.75rem;
  box-sizing: border-box;
  transition: all ease .25s;
  border: 1px solid #97208A;
}
.primary-button:focus-visible {
  background-color: rgba(255,255,255,.1);
}
.site-logo {
  display: inline-block;
}
.back-to-top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #97208A;
  border: 1px solid #97208A;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  padding: 0;
  box-shadow: 0px 0px 4px 0px #160f36;
  cursor: pointer;
  transform: translateX(calc(100% + 2rem));
  transition: transform ease .5s, opacity ease .5s, background-color ease .2s, color ease .2s;
  opacity: 0;
}
.back-to-top-btn.show {
  transform: translateX(0);
  opacity: 1;
}
.back-to-top-btn:focus-visible {
  background-color: rgba(255,255,255,.1);
}
/******************************************
  Helper Class
*******************************************/
.page-section {
  padding-top: 6rem;
  padding-bottom: 6rem; 
}
.page-section:last-of-type {
  padding-bottom: 8rem;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.mb-48 {
  margin-bottom: 3rem;
}
.mb-64 {
  margin-bottom: 4rem;
}
.container-width-fix {
  width: 964px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-xl {
  padding-top: 8rem;
}
.no-scroll {
  overflow: hidden;
}
.google-ads {
  margin: 0 auto;
}
.ads-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #e9eaee;
}
.ads-728x90 {
  width: 728px;
  height: 90px;
}
.ads-468x60 {
  width: 468px;
  height: 60px;
}
.ads-300x250 {
  width: 300px;
  height: 250px;
}
.small {
  font-size: 0.875rem;
}
/******************************************
  Header
*******************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 89;
}
header::before {
  content: '';
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(22, 15, 54,0.9) 15%, rgba(22, 15, 54,0) 100%);;
  transition: background ease-in-out .5s;
  pointer-events: none;
  user-select: none;
  z-index: -1;
  opacity: 0;
  transition: all ease-in-out .5s;
}
header.sticky::before {
  opacity: 1;
}
header .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.menu-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 0.5rem;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.menu-btn .burger {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  row-gap: 0.5rem;
  width: 2rem;
  height: 2rem;
}
.menu-btn .burger .line {
  width: 100%;
  max-width: 1.5rem;
  height: 2px;
  background-color: #fff;
  transition: ease-in-out .2s;
}
.menu-btn .burger .line2 {
  max-width: 100%;
  background-color: #97208A;
}
.menu-btn:focus-visible .burger .line {
  max-width: 100%;
}
#menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  top: 0;
  left: 0;
  background-color: #160F36;
  background: url('../images/bg_image_02.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 98;
  transition: linear .5s;
  opacity: 0;
  pointer-events: none;
}
#menu-overlay.show {
  opacity: 1;
  pointer-events: fill;
}
#main-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: ease-in-out .3s;
  box-sizing: border-box;
  overflow: auto;
  z-index: 99;
}
#main-menu-wrapper .close-btn {
  position: absolute;
  top: 3rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #97208A;
  border: 1px solid #97208A;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  padding: 0;
  cursor: pointer;
  transition: all ease .2s;
}
#main-menu-wrapper .close-btn:focus-visible {
  background-color: rgba(255,255,255,.1);
}
#main-menu-wrapper.show {
  transform: translateY(0%);
}
#main-menu-wrapper .nav-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 1170px;
  max-width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#main-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 100%;
  list-style-type: none;
  text-align: center;
}
#main-menu li:not(:last-child) {
  margin-bottom: 1rem;
}
#main-menu li a {
  display: inline-block;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0.5rem 0;
  position: relative;
}
#main-menu li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  max-width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-in-out .25s;
}
#main-menu li a:focus-visible::before {
  max-width: 100%;
}
#main-menu li a.current::before {
  background-color: #97208A;
  max-width: 100%;
}
/******************************************
  Footer
*******************************************/
footer {
  background-color: #160F36;
}
footer .container {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
footer .row:not(:last-of-type) {
  margin-bottom: 3rem;
}
footer .site-logo {
  margin-bottom: 1.5rem;
}
footer .row-1 {
  justify-content: center;
}
footer .row-1 .col {
  max-width: 464px;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.75rem;
}
footer ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
}
footer ul li:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #9E228F;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translate(-50%,-50%);
}
footer ul li a {
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
footer p a {
  color: #fff;
  text-decoration: none;
}
footer ul li a:focus-visible,
footer p a:focus-visible {
  text-decoration: underline;
}
/******************************************
  HomePage
*******************************************/
#intro-section {
  background: url('../images/bg_image_01.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#intro-section .container {
  padding-top: 23rem;
  padding-bottom: 14rem;
}
#intro-section p {
  font-size: 1.125rem;
  color: #fff;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-wrap-style: balance;
}
#intro-section p:last-of-type,
#section-404 p:last-of-type {
  margin-bottom: 2rem;
}
@keyframes spin360 {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(-360deg);
  }
}
#astrology-guide .image-wrapper {
  overflow: hidden;
}
#astrology-guide img.rotate-img {
  animation: spin360 60s linear infinite;
	animation-play-state: running;
}
#astrology-guide img.rotate-img:focus-visible {
  animation-play-state: paused;
}
#astrology-signs {
  background: url('../images/bg_image_02.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
#astrology-signs .row-1 .col {
  max-width: 800px;
}
#astrology-signs.pt-fix {
  padding-top: 14rem;
}
.signs-wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: 300px 300px 300px;
  gap: 2rem;
}
.signs-wrapper .phone-ads {
  display: none;
}
.signs-wrapper .single-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.signs-wrapper .single-item article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 3rem;
  background-color: rgba(29,22,63,.6);
  text-align: center;
  min-height: 250px;
  transition: all ease .25s;
}
.signs-wrapper .single-item article::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 45px solid transparent;
  border-image-source: url('../images/border-pattern.svg');
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 90;
  border-image-width: 30px;
  pointer-events: none;
}
.signs-wrapper .single-item article img {
  margin-bottom: 0.5rem;
}
.signs-wrapper .single-item article h3 {
  margin-bottom: 0;
}
.signs-wrapper .single-item article p {
  font-size: 0.875rem;
}
.signs-wrapper .single-item:focus-visible article {
  background-color: rgba(151,32,138,.6);
}
/******************************************
  Other Pages
*******************************************/
#page-header {
  background-image: url('../images/bg_image_01.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
#page-header .container {
  padding-top: 14rem;
  padding-bottom: 8rem;
}
#tabs {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #160F36;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}
#tabs button {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 0.5rem 1.5rem;
  min-height: 3rem;
  border-radius: 1.5rem;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  transition: all ease .25s;
}
#tabs button:not(.active):focus-visible {
  color: #97208A
}
#tabs button.active {
  background-color: #97208A;
}
#horoscope-container .horoscope-content:not(.active) {
  display: none;
}
#horoscope-container .horoscope-content .title {
  font-size: 2rem;
}
.blog-container {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.ads-placeholder {
  margin-left: auto;
  margin-right: auto;
}
article.blog-post {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 5rem;
}
article.blog-post:nth-of-type(even) {
  flex-direction: row-reverse;
}
article.blog-post .image-wrapper {
  flex: 1 0 0%;
  width: 100%;
  max-width: 288px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  color: inherit;
  text-decoration: none;
}
article.blog-post .image-wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #97208A;
  position: absolute;
  top: 0;
  left: 0;
}
article.blog-post .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  position: relative;
  transform: translate(-0.5rem,-0.5rem);
  transition: ease-in-out .25s;
}
article.blog-post .image-wrapper:focus-visible img {
  transform: translate(0,0);
  filter: brightness(150%);
}
article.blog-post .content-wrapper {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
article.blog-post .post-title {
  text-transform: none;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
article.blog-post .post-title a {
  color: inherit;
  text-decoration: none;
}
article.blog-post .post-title a:focus-visible {
  text-decoration: underline;
}
article.blog-post .short-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2rem;
}
article.blog-post .read-more {
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  color: #E689DB;
  padding-right: 1.5rem;
  position: relative;
}
article.blog-post .read-more i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
article.blog-post .read-more i::before {
  display: block;
  transition: all ease .25s;
  transform: rotate(-45deg);
}
article.blog-post .read-more:focus-visible i::before {
  transform: rotate(0);
}
#single-post {
  margin-top: -6rem;
}
#single-post  .featured-image-wrapper {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
#single-post  .featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#single-post .post-content {
  text-align: left;
}
#single-post .post-content .google-ads {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#single-post .post-content p.intro {
  font-style: italic;
  color: #fff;
}
#single-post .post-content h2 {
  font-size: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
#single-post .post-content h3 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  text-transform: none;
}
#single-post .post-content > *:last-child {
  margin-bottom: 0;
}
/******************************************
  Hover: Hover
*******************************************/
@media (hover: hover) {
  .primary-button:hover {
    background-color: rgba(255,255,255,.1);
  }
  #astrology-guide img.rotate-img:hover {
    animation-play-state: paused;
  }
  .signs-wrapper .single-item:hover article {
    background-color: rgba(151,32,138,.6);
  }
  #tabs button:not(.active):hover {
    color: #97208A;
  }
  footer ul li a:hover,
  footer p a:hover {
    text-decoration: underline;
  }
  article.blog-post .read-more:hover i::before {
    transform: rotate(0);
  }
  .back-to-top-btn:hover {
    background-color: rgba(255,255,255,.1);
  }
  #main-menu li a:hover::before {
    max-width: 100%;
  }
  #main-menu-wrapper .close-btn:hover {
    background-color: rgba(255,255,255,.1);
  }
  .menu-btn:hover .burger .line {
    max-width: 100%;
  }
  article.blog-post .post-title a:hover {
    text-decoration: underline;
  }
  article.blog-post .image-wrapper:hover img {
    transform: translate(0,0);
    filter: brightness(150%);
  }
}
/******************************************
  Mobile Responsiveness
*******************************************/
@media (max-width: 1140px) {
  #intro-section .container {
    padding-top: 21rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 1079px) {
  h2 {
    font-size: 2.5rem;
  }
  .signs-wrapper {
    grid-template-columns: 250px 250px 250px;
  }
  .signs-wrapper .google-ads {
    width: 250px;
  }
  .signs-wrapper .single-item article {
    padding: 2rem;
  }
  .signs-wrapper .single-item article img {
    width: 100px;
  }
  .signs-wrapper .single-item article h3 {
    font-size: 1.25rem;
  }
  article.blog-post .post-title {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
@media (max-width: 979px) {
  .page-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .pt-xl {
    padding-top: 5rem;
  }
  .page-section:last-of-type {
    padding-bottom: 7rem;
  }
  footer .container {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  header .site-logo {
    width: 160px;
  }
  header .google-ads {
    width: 320px;
    height: 50px;
  }
  .ads-728x90 {
    width: 468px;
    height: 60px;
  }
  #astrology-guide .row-1 {
    flex-direction: column-reverse;
    row-gap: 4rem;  
  }
  #astrology-guide h2,
  #astrology-guide p {
    text-align: center;
  }
  article.blog-post {
    column-gap: 3rem;
  }
  article.blog-post .image-wrapper {
    max-width: 240px;
  }
}
@media (max-width: 912px) {
  .signs-wrapper {
    grid-template-columns: 250px 250px;
  }
  .signs-wrapper .google-ads:nth-of-type(3) {
    display: none;
  }
  #sign-section {
    padding-top: 2rem;
  }
  #sign-section .row-1 {
    flex-direction: column;
    row-gap: 1rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  header .google-ads {
    display: none;
  }
  h1 {
    font-size: 3.5rem;
  }
  #intro-section .container {
    padding-top: 14rem;
    padding-bottom: 10rem;
    height: 100vh;
    max-height: 100dvh;
  }
  #intro-section .row {
    height: 100%;
    align-items: center;
  }
  .signs-wrapper {
    gap: 1.5rem;
  }
  article.blog-post {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    row-gap: 2rem;
  }
  article.blog-post .image-wrapper {
    max-width: 288px;
  }
  footer .row:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .page-section.pt-small {
    padding-top: 2rem;
  }
}
@media (max-width: 599px) { 
  h1 {
    font-size: 3rem;
  }
  #intro-section h1 {
    font-size: 3.5rem;
  }
  .container {
    max-width: calc(100% - 3rem);
  }
  #main-menu-wrapper .nav-container {
    max-width: calc(100% - 3rem);
  }
  #main-menu-wrapper .close-btn {
    top: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  #main-menu li a {
    font-size: 1.75rem;
  }
  .ads-728x90 {
    width: 336px;
    height: 280px;
  }
  .signs-wrapper {
    grid-template-columns: 336px;
  }
  .signs-wrapper .single-item article {
    min-height: 280px;
  }
  .signs-wrapper .single-item article img {
    width: 120px;
  }
  .signs-wrapper .single-item article h3 {
    font-size: 1.5rem;
  }
  .signs-wrapper .google-ads {
    width: 336px;
    height: 280px;
  }
  .signs-wrapper .google-ads:not(.phone-ads) {
    display: none;
  }
  .signs-wrapper .phone-ads {
    display: block;
  }
  .back-to-top-btn {
    bottom: 1rem;
    right: 1rem;
  }
  #tabs {
    width: 100%;
  }
  #tabs button {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
  }
  .post-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 479px) { 
  .ads-728x90 {
    width: 336px;
    height: 280px;
  }
  #intro-section p {
    text-wrap-style: auto;
  }
  h1 {
    font-size: 2.75rem;
  }
  #intro-section h1 {
    font-size: 3.25rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  .page-section:last-of-type {
    padding-bottom: 5rem;
  }
  #sign-section {
    padding-top: 0;
  }
  #tabs {
    border-radius: 1.25rem;
  }
  #tabs button {
    padding: 0.25rem 0.5rem;
    min-height: 2.5rem;
    border-radius: 1.25rem;
    font-size: 0.875rem;
  }
  #page-header .container {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
  .post-title {
    font-size: 2.25rem;
  }
  #single-post .featured-image-wrapper {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 389px) { 
  .ads-728x90 {
    width: 300px;
    height: 250px;
  }
  .signs-wrapper {
    grid-template-columns: 300px;
  }
  .signs-wrapper .single-item article {
    min-height: 250px;
  }
  .signs-wrapper .single-item article img {
    width: 100px;
  }
  .signs-wrapper .single-item article h3 {
    font-size: 1.25rem;
  }
  .signs-wrapper .google-ads {
    width: 300px;
    height: 250px;
  }
}
@media (max-width: 359px) { 
  .ads-728x90 {
    width: 250px;
    height: 250px;
  }
  #tabs {
    flex-direction: column;
    width: 250px;
  }
}