:root {
  --primary-color: #1f2631;
  --secondary-color: #141617;
  --accent-color: #cdb473;
  --text-color: #847b5c;
  --text-bright-color: #c6c5ba;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  caret-color: transparent;
  scroll-behavior: smooth;
  background-color: black;
}

main {
  background-color: var(--secondary-color);
}

a[href^='tel'] {
  text-decoration: none;
}

.inverted-column {
  flex-direction: column-reverse;
}

.column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.article-date {
  font-size: 1rem;
  opacity: 0.5;
  line-height: 2;
  letter-spacing: 1.7px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  text-align: end;
}

.horizontal-divider {
  display: flex;
  width: 88%;
  border-top: 1.8px solid rgba(151, 151, 151, 0.3);
  margin: 3rem 1.5rem;
}

.vertical-divider {
  display: flex;
  height: 80%;
  color: rgb(255, 255, 255);
  border-left: 1.8px solid rgba(151, 151, 151, 0.3);
  margin-right: 5px;
}

.btn {
  color: var(--primary-color);
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.2s;
  width: 50%;
  margin-bottom: 5px;
  max-width: 185px;
  line-height: 15px;
  letter-spacing: 2px;
  word-spacing: 4px;
  direction: rtl;
}

.btn.secondary:hover {
  background-color: var(--text-color);
  color: var(--secondary-color);
}

.btn.primary:hover {
  background-color: #625e4c;
  border: 1px solid #625e4c;
}

.primary {
  border: 1px solid #847c5e;
  background-color: #847c5e;
}

.secondary {
  background-color: transparent;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

#see-more-btn {
  display: block;
  margin-top: 20px;
  color: var(--secondary-color);
  width: 90%;
  height: 50px;
  line-height: 50px;
  background-color: #e9eaee;
  cursor: pointer;
  text-align: center;
  background-color: var(--text-color);
  border: none;
  font-weight: 700;
  transition: all 0.2s;
}

#see-more-btn:hover {
  background: linear-gradient(
    180deg,
    var(--text-bright-color),
    var(--accent-color)
  );
  transform: scale(1.03);
}

.hidden {
  display: none;
}

.hide-on-desktop {
  display: block;
}

.hidden-article {
  display: none !important;
}

.white {
  color: white;
}

.less-wide {
  width: 70%;
}

/* removes blue background when clicking element */
input[type='checkbox'],
label {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.neon-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  box-shadow: 0px 0px 10px gold, 0px 0px 20px gold, 0px 0px 40px gold,
    0px 0px 80px gold;
  z-index: 1;
}

.fixed-phone {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  bottom: 25px;
  left: 25px;
  display: flex;
  background-color: rgba(201, 212, 41, 0.897);
  border-radius: 50%;
  z-index: 99;
  box-shadow: 0px 0px 5px gold, 0px 0px 10px gold, 0px 0px 20px gold,
    0px 0px 40px gold;
  animation: pulse 2s infinite, tilt 2s ease-in-out infinite;
}

.corner {
  background-image: url('/assets/icons/corner-vip.png');
  display: block;
  position: absolute;
  top: -8px;
  right: -10px;
  width: 84px;
  height: 84px;
  aspect-ratio: 1/1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0px 0px 5px gold, 0px 0px 10px gold, 0px 0px 20px gold,
      0px 0px 40px gold;
  }
  50% {
    transform: scale(1.01);
    box-shadow: 0px 0px 7px gold, 0px 0px 15px gold, 0px 0px 30px gold,
      0px 0px 50px gold;
  }
  100% {
    transform: scale(1);
    box-shadow: 0px 0px 5px gold, 0px 0px 10px gold, 0px 0px 20px gold,
      0px 0px 40px gold;
  }
}

@keyframes tilt {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}

.image-1 {
  background-image: url('../assets/images/row1.webp');
  width: 800px;
  height: auto;
}
.image-2 {
  background-image: url('../assets/images/row2.webp');
  width: 800px;
  height: auto;
}
.image-3 {
  background-image: url('../assets/images/row3.webp');
  width: 800px;
  height: auto;
}
.image-4 {
  background-image: url('../assets/images/row4.webp');
  width: 800px;
  height: auto;
}
.image-5 {
  background-image: url('../assets/images/row5.webp');
  width: 800px;
  height: auto;
}
.image-6 {
  background-image: url('../assets/images/row6.webp');
  width: 800px;
  height: auto;
}
.image-7 {
  background-image: url('../assets/images/row7.webp');
  width: 800px;
  height: auto;
}
.image-8 {
  background-image: url('../assets/images/row8.webp');
  width: 800px;
  height: auto;
}
.image-9 {
  background-image: url('../assets/images/row9.webp');
  width: 800px;
  height: auto;
}
.image-10 {
  background-image: url('../assets/images/row10.webp');
  width: 800px;
  height: auto;
}
.image-11 {
  background-image: url('../assets/images/row11.webp');
  width: 800px;
  height: auto;
}
.image-12 {
  background-image: url('../assets/images/row12.webp');
  width: 800px;
  height: auto;
}

.drushim-1 {
  background-image: url('../assets/images/drushim1.webp');
  width: 800px;
  height: auto;
}
.drushim-2 {
  background-image: url('../assets/images/drushim2.webp');
  width: 800px;
  height: auto;
}
.drushim-3 {
  background-image: url('../assets/images/drushim3.webp');
  width: 800px;
  height: auto;
}
.drushim-4 {
  background-image: url('../assets/images/drushim4.webp');
  width: 800px;
  height: auto;
}

.massage-male {
  background-image: url('../assets/images/massage-male.webp');
  width: 800px;
  height: 220px;
}

.stripper-male {
  background-image: url('../assets/images/stripper-male.webp');
  width: 800px;
  height: auto;
}

@media (501px <= width <= 1000px) {
  .massage-male {
    background-image: url('../assets/images/massage1.webp');
    height: 100%;
  }
  .stripper-male {
    scale: 0.5;
  }

  .hide-on-desktop {
    display: none !important;
  }
}

@media (1001px <= width <= 4000px) {
  .massage-male {
    background-image: url('../assets/images/massage1.webp');
    height: 100%;
  }
  .stripper-male {
    scale: 0.7;
  }

  .hide-on-desktop {
    display: none !important;
  }
}
