@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
  background: #0D0104;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 60px;
}
a {
  color: white;
  text-decoration: none;
}
.container {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}

#header {
  background: #220D12;
  margin-bottom: 40px;
}
.text-logo {
  user-select: none;
  height: 70px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 400;
  font-size: 24px;
}
.text-logo img {
  pointer-events: none;
  width: 31px;
  margin-right: 3px;
  filter: brightness(0) invert(1);
}
.text-logo strong {
  color: #ffbe00;
  font-weight: 700;
}

.ads-section {
  margin-bottom: 30px;
}
#gold, #silver {
  margin-bottom: 35px;
}

.ads-section header {
  text-align: center;
  font-size: 22px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#vip header {
  color: #68d3ff;
}
#gold header {
  color: #ffbe00;
}
.ads-section header div {
  background: #0D0104;
  display: inline-block;
  z-index: 1;
  padding: 0 20px;
  position: relative;
}
.ads-section header span {
  padding: 0 10px;
}
.ads-section header strong {
  font-weight: 600;
}
.ads-section header::before, .ads-section header::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 1px;
  width: 75px;
  background: linear-gradient(to left, #68d3ff 42%, transparent 100%);
}
.ads-section header::after {
  left: unset;
  right: 0;
  background: linear-gradient(to right, #68d3ff 42%, transparent 100%);
}
#gold header::before {
  background: linear-gradient(to left, #ffbe00 42%, transparent 100%);
}
#gold header::after {
  background: linear-gradient(to right, #ffbe00 42%, transparent 100%);
}
#silver header::before {
  background: linear-gradient(to left, #fff 42%, transparent 100%);
}
#silver header::after {
  background: linear-gradient(to right, #fff 42%, transparent 100%);
}

.ads {
  display: flex;
  flex-wrap: wrap;
}
#gold .ads, #silver .ads {
  margin: -5px;
}
.ads-item {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 132px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}
#gold .ads-item {
  height: 132px;
  margin: 5px;
  width: calc(50% - 10px);
}
#silver .ads-item {
  height: 180px;
  margin: 5px;
  width: calc(33.3% - 10px);
}

.ads-item::after {
  
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(104, 211, 255, .1), rgb(104, 211, 255, .01));
}

@keyframes rightToLeft {
  0% {
      transform: translateX(0)
  }
  100% {
      transform: translateX(-66.6666%)
  }
}
@keyframes bottomToTop {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(-66.6666%);
  }
}
@keyframes topToBottom {
  0% {
      transform: translateY(-66.6666%);
  }
  100% {
      transform: translateY(0);
  }
}

.ads-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3333px;
  height: 100%;
  background: #222;
  background-size: contain;
  background-position: center;
  animation: rightToLeft 60s linear infinite;
}
.ads-img:hover {
  animation-play-state: paused;
}
#gold .ads-img {
  animation-duration: 45s;
}
#silver .ads-img {
  width: 100%;
  height: 3333px;
  animation-name: bottomToTop;
  animation-duration: 120s;
}


.ads-name-age {
  position: absolute;
  top: 0;
  left: 0;
}
#gold .ads-name-age, #silver .ads-name-age {
  bottom: 0;
  top: unset;
}
.ads-name-age, .ads-city, .ads-details {
  color: #fff;
  z-index: 1;
  padding: 6px 10px;
  background: rgb(104, 211, 255, .9);
  margin: 5px;
  border-radius: 30px;
  font-size: 13px;
}
.ads-city, .ads-details {
  font-size: 12px;
}
#gold .ads-name-age, #gold .ads-city, #gold .ads-details {
  background: rgba(255, 190, 0, .9);
  font-size: 12px;
}
#silver .ads-name-age, #silver .ads-city, #silver .ads-details {
  background: #fff;
  color: #000;
  font-size: 9px;
  margin: 2px;
  padding: 4px 6px;
}
.ads-city svg {
  width: 14px;
  height: 13px;
  margin-top: -5px;
  transform: translate(0px, 1.5px);
  margin-right: 1px;
}

.ads-wp, .ads-tg {
  position: absolute;
  right: 90px;
  top: 5px;
}
.ads-tg {
  right: 130px;
  top: 7px;
}
.ads-wp svg {
  width: 32px;
  height: 32px;
}
.ads-tg svg {
  width: 30px;
  height: 30px;
}
.ads-call {
  position: absolute;
  display: flex;
  align-items: center;
  right: 5px;
  top: 5px;
  color: #68d3ff;
  text-transform: uppercase;
  background: white;
  border-radius: 30px;
  padding-right: 7.5px;
}
#gold .ads-call {
  color: #ffbe00;
}
#silver .ads-call {
  color: #ffbe00;
}
.ads-call div {
  margin-right: 5px;
  background: #68d3ff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@keyframes shakeZoom {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}
.ads-call div svg {
  animation: shakeZoom 1.5s infinite ease-in-out 3s;
  transform-origin: center;
}
#gold .ads-call div {
  background: #ffbe00;
}
#silver .ads-wp {
  right: 42px;
}
#silver .ads-tg {
  right: 80px;
}
#silver .ads-call {
  color: #000;
  padding: 0;
}
#silver .ads-call div {
  background: #000;
  margin: 0;
}

#footer-admin {
  user-select: none;
  cursor: pointer;
  background: #ffbe00;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 999;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
#footer-admin svg {
  margin-right: 10px;
}
#footer-admin span {
  font-size: 14px;
  display: block;
  transform: translate(6px, 1px);
}


.listing-main {
  display: flex;
  align-items: flex-start;
}
.listing-main>* {
  width: 50%;
}

#listing-pics {
  overflow: hidden;
  position: relative;
  width: 50%;
  margin-right: 40px;
}
#listing-pics .card__add {
  left: unset;
  right: 12px;
  top: 12px;
}

.listing-pics {
  display: flex;
  flex-wrap: wrap;
}
.listing-pics a {
  margin: 2px;
  width: calc(50% - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
}
.listing-pics a img {
  height: 460px;
  object-fit: cover;
  width: 100%;
}
.img-responsive {
  height: auto;
  max-width: 100%;
}

.listing-title {
  margin-bottom: 30px;
}

.listing-title h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

.listing-title p {
  line-height: 1.3;
  font-size: 16px;
  background: #220D12;
  padding: 25px 30px;
  border-radius: 15px;
}

.listing-details {
  width: calc(50% - 40px);
}

.btn-x {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 5px;
}

.btn-x:hover {
  background-color: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-x:active {
  transform: translateY(0);
  box-shadow: none;
}

.btn-x svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}


@media (min-width: 991px) {
  .container {
    max-width: 1300px;
  }
  .ads-item, #gold .ads-item, #silver .ads-item {
    width: calc(20% - 6px);
    margin: 0 3px;
    margin-bottom: 6px;
    height: 150px;
  }
  #silver .ads-item {
    width: calc(12.5% - 6px);
  }
  /* #silver .ads-item .ads-img {
    animation-name: rightToLeft !important;
    animation-duration: 6s !important;
  } */
}
@media (max-width: 768px) {
  .listing-main {
    display: block;
    margin-top: -30px;
  }
  #listing-pics, .listing-details {
    width: 100%;
    margin: 0;
  }
  #listing-pics {
    margin-bottom: 30px;
  }
}