@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

@font-face {
  font-family: microgramma;
  src: url("MicrogrammaDBolExtRegular.ttf");
}

.sections__wrapper section.footer,
.sections__wrapper section.branding_materials .bm__selected,
.sections__wrapper section.top_selected .hero .text,
.sections__wrapper section.stats .artworks__count .box,
.sections__wrapper section.stats .artworks__count,
.sections__wrapper section.stats .followers .calc .average > div .perday,
.sections__wrapper section.stats .followers .calc .average,
.sections__wrapper section.stats .followers .calc .difference #now #num,
.sections__wrapper section.stats .followers .calc .difference #was #num,
.sections__wrapper section.stats .followers .calc .difference #now,
.sections__wrapper section.stats .followers .calc .difference #was,
.sections__wrapper section.stats .followers .calc .difference,
.sections__wrapper section.stats .followers .calc,
.sections__wrapper section.stats .followers .new,
.sections__wrapper section.stats .followers,
.sections__wrapper section.stats .intro .arrows,
.sections__wrapper section.stats .intro,
.sections__wrapper section.hero .text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  margin: 0 20vw;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  background-color: black;
}

body {
  color: white;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
}

::-webkit-scrollbar {
  background-color: black;
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

::-moz-selection {
  background-color: var(--main-color);
  color: black;
}

::selection {
  background-color: var(--main-color);
  color: black;
}

.sections__wrapper section {
  width: 100%;
  /* min-height: 100vh; */
}
.sections__wrapper section.hero .text {
  flex-direction: column;
  padding-top: 4rem;
}
.sections__wrapper section.hero .text .brand__logo {
  width: 15%;
}
.sections__wrapper section.hero .text .brand__logo img {
  width: 100%;
  height: 100%;
}
.sections__wrapper section.hero .text .interval {
  color: var(--main-color);
}
.sections__wrapper section.hero .text .interval span {
  text-transform: uppercase;
}
.sections__wrapper section.stats {
  /* margin-bottom: 6rem; */
}
.sections__wrapper section.stats .intro {
  justify-content: start;
  flex-direction: column;
  min-height: 70vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sections__wrapper section.stats .intro .arrows {
  width: 15%;
  flex-direction: column;
}
.sections__wrapper section.stats .intro .arrows img {
  width: 100%;
  height: 100%;
}
.sections__wrapper section.stats .intro .arrows span.arrows__text {
  font-size: 2rem;
  margin-top: -4rem;
}
.sections__wrapper section.stats .intro h2#stats__heading {
  font-size: 4rem;
  color: var(--main-color);
  line-height: 0.7;
  position: relative;
}
.sections__wrapper section.stats .intro h2#stats__heading img {
  width: 3rem;
  position: absolute;
  right: -2rem;
  top: -2rem;
}
.sections__wrapper section.stats .intro h3 {
  font-size: 1.6rem;
  font-weight: 100;
}
.sections__wrapper section.stats .intro p {
  font-family: "Poppins", sans-serif;
  /* text-transform: uppercase; */
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left;
  /* margin-top: 4rem; */
}
.sections__wrapper section.stats .followers {
  flex-direction: column;
  margin-bottom: 6rem;
}
.sections__wrapper section.stats .followers .new {
  gap: 1rem;
}
.sections__wrapper section.stats .followers .new span#new_followers {
  color: var(--main-color);
  font-size: 6rem;
}
.sections__wrapper section.stats .followers .new > div span {
  display: block;
  line-height: 0.8;
  letter-spacing: 0.5rem;
}
.sections__wrapper section.stats .followers .new > div span:first-child {
  font-size: 3rem;
  position: relative;
}
.sections__wrapper
  section.stats
  .followers
  .new
  > div
  span:first-child::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  right: 0.6rem;
  background-color: var(--main-color);
  width: 40%;
  height: 85%;
  z-index: -1;
}
.sections__wrapper section.stats .followers .new > div span:last-child {
  font-size: 1.6rem;
  font-weight: 100;
}
.sections__wrapper section.stats .followers .calc {
  gap: 1rem;
}
.sections__wrapper section.stats .followers .calc .difference {
  flex-direction: column;
}
.sections__wrapper section.stats .followers .calc .difference #now,
.sections__wrapper section.stats .followers .calc .difference #was {
  gap: 0.7rem;
  position: relative;
}
.sections__wrapper section.stats .followers .calc .difference #now #num,
.sections__wrapper section.stats .followers .calc .difference #was #num {
  gap: 1rem;
  color: var(--main-color);
  font-size: 2rem;
}
.sections__wrapper section.stats .followers .calc .difference #now .date > span,
.sections__wrapper
  section.stats
  .followers
  .calc
  .difference
  #was
  .date
  > span {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}
.sections__wrapper section.stats .followers .calc .difference #was::before,
.sections__wrapper section.stats .followers .calc .difference #was::after {
  content: "";
  position: absolute;
  background-color: var(--main-color);
  width: 100%;
  height: 4px;
  opacity: 0.7;
  filter: brightness(1.7);
}
.sections__wrapper section.stats .followers .calc .difference #was::before {
  rotate: 3deg;
}
.sections__wrapper section.stats .followers .calc .difference #was::after {
  rotate: -3deg;
}
.sections__wrapper section.stats .followers .calc span.divider {
  background-color: white;
  opacity: 0.7;
  width: 1px;
  height: 4rem;
}
.sections__wrapper section.stats .followers .calc .average span#avg {
  color: var(--main-color);
  font-size: 5rem;
}
.sections__wrapper section.stats .followers .calc .average > div {
  position: relative;
}
.sections__wrapper
  section.stats
  .followers
  .calc
  .average
  > div
  span.rotated__average {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -1.2rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 200;
  rotate: 90deg;
}
.sections__wrapper section.stats .followers .calc .average > div .perday {
  flex-direction: column;
  margin-left: 1rem;
}
.sections__wrapper
  section.stats
  .followers
  .calc
  .average
  > div
  .perday
  > span {
  line-height: 0.9;
}
.sections__wrapper
  section.stats
  .followers
  .calc
  .average
  > div
  .perday
  > span:first-child {
  font-size: 1.11rem;
  position: relative;
}
.sections__wrapper
  section.stats
  .followers
  .calc
  .average
  > div
  .perday
  > span:first-child::before {
  content: "";
  position: absolute;
  bottom: -3px;
  background-color: white;
  width: 100%;
  height: 2px;
}
.sections__wrapper
  section.stats
  .followers
  .calc
  .average
  > div
  .perday
  > span:last-child {
  font-size: 3rem;
}
.sections__wrapper section.stats .artworks__count {
  gap: 6rem;
  flex-wrap: wrap;
  width: 60%;
  margin: auto;
}
.sections__wrapper section.stats .artworks__count .box {
  flex-direction: column;
  color: var(--main-color);
}
.sections__wrapper section.stats .artworks__count .box span:not(span#aw_num) {
  font-family: "Poppins", sans-serif;
}
.sections__wrapper section.stats .artworks__count .box span#aw_num {
  position: relative;
  font-size: 4rem;
  line-height: 1;
}
.sections__wrapper section.stats .artworks__count .box span#aw_num span.plus {
  position: absolute;
  top: -1rem;
  right: -1rem;
  color: white;
  font-size: 70%;
}
.sections__wrapper section.stats .artworks__count .box span#aw_type {
  color: white;
  font-size: 2rem;
  font-weight: 100;
}
.sections__wrapper section.stats .artworks__count .box span:last-child {
  font-size: 1.4rem;
}
.sections__wrapper section.top_selected .hero {
  min-height: 170vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sections__wrapper section.top_selected .hero .text {
  gap: 0.4rem;
  position: absolute;
  right: 4rem;
  bottom: 4rem;
}
.sections__wrapper section.top_selected .hero .text span {
  display: block;
  line-height: 1;
}
.sections__wrapper section.top_selected .hero .text .top-s span:first-child {
  font-size: 3rem;
}
.sections__wrapper section.top_selected .hero .text .top-s span:last-child {
  font-size: 1.4rem;
}
.sections__wrapper section.top_selected .hero .text .num span#selected_count {
  font-size: 4rem;
  color: var(--main-color);
  text-align: center;
}
.sections__wrapper section.top_selected .hero .text .num span#selected_type {
  font-size: 1.4rem;
  margin-top: -1rem;
}
.sections__wrapper section.top_selected .selected__boxes {
  width: 80vw;
  margin: 6rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  justify-items: center;
  gap: 0.5rem;
}
.sections__wrapper section.top_selected .selected__boxes .box {
  width: 25rem;
  aspect-ratio: 1;
}
.sections__wrapper section.top_selected .selected__boxes .box img {
  width: 100%;
  height: 100%;
}
.sections__wrapper section.top3 .top3__heading {
  color: var(--main-color);
  font-size: 1.6rem;
  text-align: center;
}
.sections__wrapper section.top3 .top3__heading span {
  color: white;
}
.sections__wrapper section.top3 .top3__subheading {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
.sections__wrapper section.top3 .wrapper {
  width: 90vw;
  margin: 2rem auto;
}
.sections__wrapper section.top3 .wrapper #selected__item {
  position: relative;
  width: 100%;
  height: 100%;
}
.sections__wrapper section.top3 .wrapper #selected__item:not(:last-child) {
  margin-bottom: 4rem;
}
.sections__wrapper section.top3 .wrapper #selected__item span#selected__num,
.sections__wrapper section.top3 .wrapper #selected__item span#selected__title {
  position: absolute;
  opacity: 0.7;
}
.sections__wrapper section.top3 .wrapper #selected__item span#selected__num {
  font-size: 3rem;
  top: -2rem;
  left: 1rem;
}
.sections__wrapper section.top3 .wrapper #selected__item span#selected__title {
  font-size: 2rem;
  top: -1.4rem;
  right: 1rem;
}
.sections__wrapper section.top3 .wrapper #selected__item img {
  width: 100%;
  height: 100%;
}
.sections__wrapper section.website {
  position: relative;
}
.sections__wrapper section.website .intro {
  min-height: 120vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sections__wrapper section.website .intro .text {
  width: 80vw;
  margin: 4rem auto;
  padding-top: 6rem;
}
.sections__wrapper section.website .intro .text .views {
  display: flex;
  align-items: center;
}
.sections__wrapper section.website .intro .text .views span#views_count {
  font-size: 3rem;
  font-weight: bold;
  color: var(--main-color);
}
.sections__wrapper section.website .intro .text .views span:last-child {
  line-height: 1;
}
.sections__wrapper section.website .intro .text .users {
  margin-top: -1.2rem;
  margin-left: 1.2rem;
}
.sections__wrapper section.website .intro .text .users span {
  font-size: 2rem;
}
.sections__wrapper section.website .intro .text .users span#users_count {
  color: var(--main-color);
}
.sections__wrapper section.website .intro .text .users h5 {
  margin-top: -0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.65rem;
  font-weight: 100;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.sections__wrapper section.website .intro .text .users h5::before {
  content: "";
  position: absolute;
  right: -26vw;
  top: 50%;
  translate: 0 -50%;
  height: 1px;
  width: 25vw;
  background-color: white;
  opacity: 0.1;
}
.sections__wrapper section.website .intro .text h2.website__heading {
  margin-top: 2rem;
  letter-spacing: 1px;
}
.sections__wrapper section.website .intro .text h2.website__heading span {
  display: block;
  color: var(--main-color);
  font-size: 3rem;
  line-height: 1;
}
.sections__wrapper section.website .intro .text p#website__desc {
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
  font-weight: 200;
  text-align: justify;
  opacity: 0.8;
  max-width: 25%;
  line-height: 1.2;
  margin-top: 0.4rem;
}
.sections__wrapper section.website .intro .device {
  pointer-events: none;
  display: block;
  background-color: red;
  background: center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10%;
  right: 0;
  scale: 1.2;
}
.sections__wrapper section.website .website__grid {
  width: 65vw;
  margin: -14rem auto 6rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  justify-items: center;
  gap: 1rem;
}
.sections__wrapper section.website .website__grid img {
  width: 20rem;
  height: 13rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.sections__wrapper section.website .website__grid a {
  align-self: self-end;
  color: white;
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--main-color);
  filter: brightness(0.5);
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 100;
  text-decoration: none;
  transition: 0.2s;
}
.sections__wrapper section.website .website__grid a:hover {
  filter: brightness(1);
}
.sections__wrapper section.news {
  width: 70vw;
  min-height: 50vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 3rem;
  flex-direction: column;
}
.sections__wrapper section.news h2.news__heading {
  font-size: 3rem;
  color: var(--main-color);
}
.sections__wrapper section.news p#news__content {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}
.sections__wrapper section.branding_materials {
  display: none;
  width: 70vw;
  margin: 6rem auto 0;
}
.sections__wrapper section.branding_materials h2.bm__heading {
  font-weight: 100;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4rem;
}
.sections__wrapper section.branding_materials h2.bm__heading span {
  display: block;
  color: var(--main-color);
  font-size: 3rem;
  line-height: 0.8;
}
.sections__wrapper section.branding_materials .bm__selected {
  gap: 3rem;
}
.sections__wrapper section.footer {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  gap: 3rem;
}
.sections__wrapper section.footer .message {
  width: 60vw;
  padding: 4rem 6rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.062745098);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 0 10px rgba(0, 0, 0, 0.3764705882),
    inset 0 0 5px rgba(0, 0, 0, 0.5019607843);
}
.sections__wrapper section.footer .message h2.msg__heading {
  font-weight: 100;
  text-align: center;
  margin-bottom: 3rem;
}
.sections__wrapper section.footer .message h2.msg__heading span {
  display: block;
  font-size: 3rem;
  line-height: 0.7;
}
.sections__wrapper section.footer .message p#msg_content {
  font-family: "Poppins", sans-serif;
  text-align: justify;
}
.sections__wrapper section.footer .thankyou {
  display: block;
  width: 8rem;
  aspect-ratio: 1;
}
.sections__wrapper section.footer .thankyou img {
  width: 100%;
  aspect-ratio: 1;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 10px;
  }
  .followers .new {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .followers .calc {
    flex-direction: column;
  }
  /* section.hero {
    min-height: 50vh !important;
    background-position: center center;
    margin-bottom: 4rem;
    background-size: contain !important;
  } */
  section.top_selected .hero {
    min-height: 70vh !important;
    background-size: contain !important;
  }
  section.website .text {
    margin-bottom: -4rem;
  }
  section.website p#website__desc {
    max-width: 60vw !important;
  }
  section.footer .message {
    width: 80vw !important;
    padding: 4rem 6rem;
  }
  section.footer .message h2.msg__heading span {
    font-size: 2rem;
  }
} /*# sourceMappingURL=style.css.map */

* {
  -webkit-tap-highlight-color: transparent !important;
}

html,
body {
  /* background-color:var(--BG-Color) ; */
  background-color: #000000;
  overflow-x: hidden;
  /* font-family: 'Poppins'; */
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: #000;
}

::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #000;
}

a {
  text-decoration: none !important;
}

#hero {
  background-size: cover;
  background-position: center top;
  min-height: 100vh;
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

#hero__heading {
  position: absolute;
  right: 4.6rem;
  top: 5rem;
  margin-top: 20px;
  font-size: 14px;
  color: white;
  letter-spacing: 0rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
}

.dynamic__section {
  width: 100%;
  text-align: center;
}

.SecondTitle,
.dynamic__section:has(ul.list_sec) {
  padding-left: 8%;
  padding-right: 8%;
  text-align: left;
}

#stats__tot_time {
  text-align: center;
  display: block;
}

.second__title,
.title {
  text-align: center;
  margin: 0.5rem auto !important;
  text-transform: uppercase;
}
.stats__heading:not(.SecondTitle) {
  font-family: microgramma;
}

h2.stats__heading {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
}

.SecondTitle {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

p {
  text-transform: none !important;
}

/* Content Section */
.content-section {
  /* background-color: #ffffff; */
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.content-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: inherit;
  margin-bottom: 1rem;
}

.content-section p {
  color: inherit;
  /* font-weight: 600; */
}

/* New Link Styles */
a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #2b6cb0;
  text-decoration: underline;
}

/* .SocialMediaAccounts .fab {
      color: #FFF;
    } */

.paragraph {
  margin: 1rem auto !important;
  padding: 0rem !important;
  text-align: center !important;
  max-width: 1400px;
  font-weight: 300 !important;
  font-family: "Poppins", sans-serif !important;
  white-space: pre-wrap;
  font-size: 16px;
}

ul.list_sec {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ccc;
  max-width: 800px;
  margin: 1.5rem auto !important;
  padding: 0 20px;
  text-align: start;
  display: inline-block;
}
body.RTL ul.list_sec {
  text-align: right;
  direction: rtl;
}
.dynamic__section:has(ul.list_sec) {
  text-align: start;
}
ul.list_sec li {
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
ul.list_sec li::marker {
  color: var(--main-color, #03a9f4);
}

.Break {
  margin: 2rem;
  padding: 0rem;
  display: block;
  border: none;
  pointer-events: none;
}

.cover_lol {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  /* max-height: 100vh; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px auto;
}

.Links {
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 20px;
  color: inherit;
  border: 1px solid;
  display: inline-block;
  padding: 22px 75px;
  font-family: poppins;
  font-weight: 300;
  text-decoration: none !important;
  margin: 10px 0px;
}

.Links:hover {
  text-decoration: none;
}

.LoadMoreYacta {
  background-image: url(../../../imgs/LoadingSVG.svg);
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  background-position: center center;
  background-size: 0px auto;
  transition-duration: 300ms;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  width: auto;
  background-repeat: no-repeat;
  min-height: 60px;
  overflow-y: auto;
  filter: invert(1);
}

.LoadMoreYacta:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  letter-spacing: 4px;
}

.LoadMoreYacta.Loading {
  background-size: auto 100%;
  pointer-events: none;
  color: rgba(0, 0, 0, 0);
  font-size: 0px;
}

.ConLoad {
  width: 100%;
  text-align: center;
}

.LiveLink {
  background-image: url("../../../imgs/Icons/Link.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 5.6rem;
  right: 2.4rem;
  filter: invert(1);
  transition-duration: 300ms;
  z-index: 999;
}

.LiveLink:hover {
  transform: scale(1.1);
}

.LikeShowcase {
  gap: 14px;
}

.grid-gallery {
  background-color: transparent !important;
  padding-top: 36px;
  padding-bottom: 50px;
}

.grid-wrap {
  max-width: calc(1400px + 33px);
  padding-left: 15px;
}

.grid figure {
  margin-left: 5px;
  margin-right: 5px;
}

p {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.ContainerCover {
  position: relative;
  width: auto;
  margin: 20px auto;
  display: inline-block;
  max-width: 1400px;
  width: 100%;
}

.TitleCover {
}

.NavBlackOverlay {
  width: 100%;
  height: 25%;
  position: fixed;
  background-color: #00000000;
  z-index: 1;
  /* bottom: 0; */
  left: 0;
  right: 0;
  /* background: rgb(0, 0, 0); */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  opacity: 0;
}

.BlackOverlay {
  width: 100%;
  height: 25%;
  position: absolute;
  background-color: #00000050;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}

.ContainerCover h4 {
  font-weight: bold;
  font-size: 40px !important;
  position: absolute;
  left: 0rem;
  bottom: 2rem;
  z-index: 2;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #ffffff00;
  transition-duration: 400ms;
}

.ContainerCover h4::before {
  content: "";
  width: 1.5rem;
  height: 30px;
  display: inline-block;
  margin-right: 0.5rem;
  background-color: #ffffff00;
  transition-duration: 400ms;
}

.ContainerCover a {
  position: absolute;
  right: 0rem;
  bottom: 2rem;
  background-image: url(../../../imgs/Icons/Link.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 40px;
  height: 40px;
  z-index: 2;
  filter: invert(1);
  opacity: 0;
  transition-duration: 400ms;
}

.ContainerCover a:hover {
  transform: scale(1.1);
}

.ContainerCover:hover h4 {
  color: #fff;
}

.ContainerCover:hover h4::before {
  width: 2.5rem;
  background-color: #fff;
}

.ContainerCover:hover a {
  opacity: 1;
  right: 2rem;
}

/* Global Styles */
/* body {
    padding: 2rem;
    font-family: Arial, sans-serif;
} */

/* -------------------------------------------------------------------
     * Main-site chrome (LightPoint, @keyframes LightPoint, Grain, Liner,
     * SmallGrid, LeftPlus, NavLogo, NavTopLine, LinersDiv) is owned by
     * MainCss.css. Removed duplicate rules so the showcase page uses one
     * source of truth for the shared site shell. JS animations in
     * Showcase.php still target these elements.
     * ------------------------------------------------------------------- */

/* WholeNav / MenuIcon dead comments removed — main-site classes owned by MainCss.css. */

.Grid {
  position: fixed;
  top: -2vh;
  left: -2vw;
  height: 104vh;
  width: 104vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  background-position: center;
  background-size: contain;
  background-position: center center;
  mix-blend-mode: lighten;
  pointer-events: none;
  transition-duration: 2s;
  opacity: 0.27;
  filter: blur(100px);
  z-index: 0;
}

.Grid.Loaded {
  filter: blur(0px);
}

/* .progress-container / .progressBar (scroll progress) come from MainCss.css. */

pre,
.pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  font-family: "Poppins", sans-serif;
}

.descAr {
  direction: rtl;
  width: 100% !important;
  font-family: system-ui;
}

ul.list_sec {
  font-size: 16px;
  width: 100%;
  text-align: center;
}

ul.list_sec li {
  color: var(--text-secondary) !important;
}

ul.list_sec li::marker {
  color: var(--main-color, #03a9f4) !important;
}

/* Main-site Contact-Us popup (.ContactUsPopUp, .ContactUsLogo,
     * .ContactUsHead, .ContactUsDetails, .ContactUsA) is owned by
     * MainCss.css — duplicate rules removed. */

.PlusMsgCard {
  border-radius: 36px;
  padding: 3rem 5rem;
  background: rgba(27, 27, 27, 0.5);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: block;
}

.BgPlusMsg {
  background-image: url(../../../imgs/PlusMsgBG.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  margin-top: 0px;
  padding: 150px 0px;
}

.PlusMsgCard .second__title,
.PlusMsgCard .title {
  margin: 0px !important;
  text-transform: uppercase;
  font-weight: normal;
}

.PlusMsgCard .paragraph {
  font-weight: 300 !important;
  text-transform: none !important;
  font-family: "Poppins", sans-serif !important;
}

.LikeShowcase,
.CountClicks {
  position: fixed;
  top: 8.3rem;
  right: 2.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  z-index: 999;
  flex-direction: row-reverse;
  font-family: "Poppins", sans-serif !important;
}

.CountClicks {
  top: 12rem !important;
  right: 2rem;
}

.Heart {
  background-image: url(../../../imgs/Icons/heart.webp);
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  filter: invert(1);
  cursor: pointer;
  transition: 100ms;
}

.Heart.Active {
  background-image: url(../../../imgs/Icons/HeartFilled.webp);
  filter: none;
}

.Heart:hover {
  scale: 1.1;
}

.SEOSection {
  max-height: 0px;
  height: 0px;
  overflow: hidden;
}

.IconClicks {
  background-image: url(../../../imgs/Icons/thunder.webp);
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  filter: invert(1);
  cursor: pointer;
  transition: 100ms;
}

.ImgLogo.Hide {
  display: none !important;
}

.plus__msg,
.PlusMsgCard .paragraph {
  font-size: 16px;
}

.grid-gallery {
  padding-bottom: 10px;
}

.ContainerCover {
  max-width: 1600px;
}

video.cover_lol {
  max-height: 90vh;
}

.grid-wrap {
  max-width: 1600px;
}

.sections__wrapper .dynamic__section:not([data-align]):has(ul.list_sec) {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px;
}

.sections__wrapper .dynamic__section:not([data-align]) ul.list_sec {
  margin-top: 0px !important;
}

/*//////////////////////////////////// */
/* Responsive Adjustments */
/*//////////////////////////////////// */

@media (max-width: 1500px) {
  .dynamic__section {
    max-width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
  }
  h2.stats__heading {
    font-size: 30px;
  }
  .SecondTitle,
  .dynamic__section:has(ul.list_sec) {
    padding-left: 0%;
    padding-right: 0%;
  }
  .sections__wrapper .dynamic__section:not([data-align]):has(ul.list_sec) {
    max-width: calc(100% - 6rem);
  }
}

@media (max-width: 1100px) {
  .ContainerCover h4 {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 16px;
  }

  .container {
    display: block;
  }

  .sections__wrapper section.stats .intro p {
    text-align: center;
  }

  .ContactUsDetails {
    max-width: 90%;
  }

  .grid-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .NavBlackOverlay {
    opacity: 1;
  }
}

@media (max-width: 1000px) {
  #hero__heading {
    right: 3.2rem;
    top: 3rem;
    margin-top: 20px;
    font-size: 14px;
  }

  .LiveLink {
    width: 20px;
    height: 20px;
    top: 3.6rem;
    right: 1.4rem;
  }

  .LikeShowcase {
    top: 5.5rem;
    right: 1.4rem;
    gap: 8px;
    font-size: 14px;
  }

  .Heart {
    width: 22px;
    height: 22px;
  }

  h2.stats__heading {
    font-size: 24px;
  }

  .SecondTitle,
  .dynamic__section:has(ul.list_sec) {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media (max-width: 800px) {
  .SecondTitle {
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    font-weight: normal;
  }

  .stats__heading:not(.SecondTitle) {
    font-family: "Bebas Neue";
    font-size: 40px;
  }

  ul.list_sec,
  .paragraph {
    font-size: 14px !important;
  }
  h2.stats__heading {
    letter-spacing: 0px;
    /* font-size: 30px; */
  }

  .dynamic__section p,
  h2.stats__heading,
  .SecondTitle {
    /* padding: 0px 2rem !important; */
    text-align: left !important;
  }

  /* 
      .footer {
        padding: 40px 20px;
      } */

  /* .footer .image_svg img {
        bottom: 65px;
      }

      .footer .content .heading {
        font-size: 2.5rem;
      } */

  .ContactButton {
    padding: 8px 16px;
  }

  /* .footer .footer-bottom .linksFooter,
      .footer .footer-bottom .social-icons {}

      .footer .footer-bottom .social-icons .contact-info {
        margin-right: 10px;
      } */

  .input-group label {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 100;
  }

  .PlusMsgCard {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .PlusMsgCard .second__title,
  .PlusMsgCard .title {
    letter-spacing: 1px;
  }

  /* .SocialMediaAccounts {
        margin-right: 9px;
      } */

  /* 
      .WholeNav {
        top: 2.5rem;
        right: 50px;
        padding-right: 0px;
      } */

  /* .MenuIcon {
        top: calc(2rem + 15px);
        right: 22px;
      } */

  .SecondTitle {
    text-align: left;
  }

  .sections__wrapper section.stats .intro h3 {
    text-align: left;
  }

  .sections__wrapper section.stats .intro p {
    font-size: 12px;
    text-align: left !important;
    padding: 0px !important;
  }

  .ContainerCover {
    width: 100%;
  }

  .form-header h1 {
    font-size: 3rem;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
  }

  .content-section h2 {
    font-size: 1.75rem;
    font-weight: 100;
  }

  .input-suffix {
    font-size: 1rem;
  }

  .label {
    padding-left: 0.5rem;
    font-size: 2rem;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
  }

  .percentage {
    font-size: 1.5rem;
    font-weight: 100;
  }

  /* .score {
        font-size: 16px;
        font-weight: 100;
      } */

  .grid li {
    width: 50%;
  }

  .ContainerCover {
    width: 100%;
  }

  .grid-gallery {
    width: 100%;
    margin: auto;
  }

  .grid-wrap {
    padding-bottom: 0px;
  }

  .Links {
    font-size: 14px;
    padding: 14px 60px;
    margin: 5px 5px;
    margin-top: 10px !important;
  }

  .PlusMsgCard .title {
    /* text-align: left; */
  }

  .PlusMsgCard .second__title {
    font-size: 36px !important;
  }

  .footer .footer-bottom .linksFooter {
    font-size: 14px !important;
  }

  .footer .footer-bottom .social-icons .contact-info {
    font-size: 12px;
    display: none;
  }

  /* .ContactUsPopUp / .ContactUsDetails @media overrides removed
         — main-site responsive styles in MainCss.css apply. */

  .LikeShowcase,
  .CountClicks {
    gap: 15px;
  }

  .CountClicks {
    top: 15rem !important;
    right: 1rem;
  }

  .IconClicks {
    width: 25px;
    height: 25px;
  }
  .ContainerCover h4 {
    font-size: 28px !important;
    font-weight: normal;
  }
  .ContainerCover h4::before {
    height: 20px !important;
  }
  .ContainerCover a {
    bottom: auto;
    top: 8px;
    right: 15px;
    background-size: 22px auto;
    width: 25px;
  }
}

@media (max-width: 600px) {
  /* .LightPoint mobile opacity override removed — main-site MainCss.css owns it. */

  .DynamicCover {
    width: 100% !important;
    max-width: 100%;
  }

  .grid figure {
    margin-left: 3px;
    margin-right: 3px;
  }

  .Links {
    font-size: 14px;
    padding: 14px 36px;
    margin: 5px 2px;
  }

  .PlusMsgCard {
    padding: 3rem 2rem;
  }

  .BgPlusMsg {
    background-position: 50vw center;
    max-width: 100% !important;
  }

  /* .LeftPlus mobile override removed — main-site responsive in MainCss.css. */

  /* .containerFooter responsive removed — owned by footer.php inline styles. */

  .dynamic__section {
    max-width: calc(100% - 3rem);
  }

  .stats__heading:not(.SecondTitle) {
    /* font-family: 'Bebas Neue'; */
    font-size: 30px;
  }

  .sections__wrapper .dynamic__section:not([data-align]):has(ul.list_sec) {
    max-width: calc(100% - 1rem);
  }
}

@media (max-width: 500px) {
  .section__title {
    font-size: 24px;
  }

  .sections__wrapper section.hero .text {
    padding-top: 10rem;
  }

  .sections__wrapper section.hero .text .brand__logo {
    width: 30%;
  }

  .form-header p {
    font-size: 12px;
    text-align: center;
  }

  .ContainerCover h4 {
    font-size: 14px !important;
    left: 10px;
    bottom: 0rem;
  }
  .ContainerCover h4::before {
    display: none;
  }

  .ContainerCover a {
    bottom: 10px;
    right: 10px;
    background-size: 20px auto;
    width: 30px;
    height: 30px;
  }
  .Break {
    margin: 1rem;
  }
  .PrevPhoto,
  .NextPhoto {
    top: 40%;
  }

  .score-grid {
    display: block;
  }

  #AVG {
    text-align: center;
  }

  .content-section h2 {
    font-size: 2.75rem;
    font-weight: 100;
  }

  /* .SocialMediaAccounts {
        margin-right: 9px;
      } */

  /* .WholeNav {
        top: 2.5rem;
        right: 50px;
      } */

  /* .MenuIcon {
        top: calc(2rem + 15px);
        right: 22px;
        background-size: 25px auto;
        width: 30px;
        height: 30px;
      } */

  #hero__heading {
    top: 6.6rem;
    display: none;
  }

  .LiveLink {
    top: 70px;
    right: 28px;
    width: 16px;
  }
  .LikeShowcase {
    top: 105px;
    right: 26px;
  }

  .IconClicks,
  .Heart {
    width: 22px;
  }

  /*# sourceMappingURL=footer.css.map */
}

@media (max-width: 400px) {
  .grid li {
    width: 100%;
  }

  .grid figure {
    margin-right: 0px;
    margin-left: 0px;
  }

  label {
    font-size: 0.8rem;
  }
}
