@import url("https://fonts.cdnfonts.com/css/neo-sans-arabic");

/* Theme Variables */
:root {
  --main: #32f8bd;
  --secondary: #011912;
  --linear: linear-gradient(135deg, #00ff87 0%, #60a5fa 100%);
  --dark-bg: #161616;
  --border: #f2f2f2;
  --light: #dbdbdb;
  --muted: #4b5563;
  --gray: #a4a4a4;
  --dark: #191919;
  --white: #fff;
  --black: #000000;

  /* Layout */
  --gutter-x: 8rem;

  /* Opacity channels */
  --mainOp: 50, 248, 189;
  --secondaryOp: 1, 25, 18;
  --whiteOp: 255, 255, 255;
  --blackOp: 0, 0, 0;
}

/* -------------------------------------------------- */
/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
}

*::before,
*::after {
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Neo Sans Arabic", sans-serif;
  padding: 0 !important;
  overflow-x: hidden;
  margin: 0 !important;
  background: #fcfdff;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit !important;
}

[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"],
[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"] {
  direction: rtl;
}

iframe {
  width: 100%;
  border: 0;
  height: 100%;
}

img {
  width: 100%;
}

i,
svg {
  line-height: 0;
}

option {
  color: var(--black);
  background: var(--linear);
}

.btn,
.btn:focus {
  outline: none;
  box-shadow: none;
}

::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

::selection {
  background: rgba(var(--mainOp), 0.35);
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  font-size: 21px;
}

.Stars::before {
  content: "★★★★★";
  background: linear-gradient(
    -90deg,
    #facc15 var(--percent),
    #b9b9b9 var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
}

.container-fluid {
  --bs-gutter-x: var(--gutter-x) !important;
}

.link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.secName {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #666666;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
}

.secName::before {
  content: "⚽";
  margin-bottom: -6px;
}

.secTitle {
  font-size: 1.75rem;
  font-weight: 500;
  text-wrap: balance;
  margin-bottom: 1.4rem;
  color: var(--secondary);
}

.card {
  background: transparent;
}

.select2-container .select2-selection--single,
.input-group-text,
.form-control,
.form-select {
  background-color: transparent !important;
  border: 1px solid #d1d5db;
  box-shadow: unset !important;
  padding-block: 0.65rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

input:disabled {
  background: #f5f5f5 !important;
  cursor: not-allowed;
  color: #919191 !important;
}

.contact-data .input-group-text,
.finance .input-group-text {
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-inline-start: unset !important;
}

.input-group .form-control {
  border-inline-end: unset !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--main);
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: var(--main) !important;
}

.nice-select {
    width: 100% !important;
    padding-inline: 18px 30px !important;
    height: 52.39px;
    line-height: unset;
    font-size: 1rem;
    display: flex;
}
.nice-select.open .list {
    overflow: auto;
    z-index: 99;
    width: 100%;
    max-height: 35vh;
}
.nice-select .option {
    padding-inline: 18px 30px !important;
    text-align: start;
}
.nice-select:after {
    content: unset;
    inset-inline-end: 12px;
    inset-inline-start: unset;
}

.form-check-input:checked {
  background-color: var(--main);
  border-color: var(--main);
}

.select2-dropdown {
  background-color: var(--secondary) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-container .select2-selection--single {
  height: 44px;
  color: var(--white);
  line-height: 18px;
  font-size: 0.9rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: var(--light);
  color: var(--black);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  inset-inline-end: 5px !important;
  height: 40px;
}

.select2-container .select2-dropdown--below {
  background: var(--secondary);
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent var(--main) transparent;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: var(--main) transparent transparent transparent;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--linear);
}

.select2-results__option {
  font-size: 0.9rem;
}

.pagination {
  margin: 3rem auto 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: fit-content;
  border: 1px solid rgba(242, 242, 242, 0.2);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.page-item {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.page-link {
  padding: 0.65rem 1rem;
  background: transparent !important;
  border: unset !important;
  color: var(--main) !important;
}

.bg-main {
  background: var(--main);
  color: var(--white);
}
.main {
  color: var(--main) !important;
  background: transparent;
}

.search-btn,
.main-btn,
.white-btn,
.main-outline-btn {
  background: var(--linear);
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem;
  min-width: 5rem;
  width: fit-content;
  min-height: 2rem;
  max-height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
  z-index: 9;
  border-radius: 0.5rem;
  color: var(--secondary);
  font-weight: 500;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.main-outline-btn {
  background: var(--Linear, linear-gradient(135deg, #00ff87 0%, #60a5fa 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 0.5rem;
  border: 1px solid #00ff87;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.guest .main-btn,
.guest .white-btn,
.guest .main-outline-btn {
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  gap: 0.7rem;
}

.white-btn {
  background: var(--white) !important;
}

.search-btn {
  color: #999;
  border: 1px solid #999;
  background: transparent;
  gap: 0.7rem;
  padding-block: 0.35rem !important;
  width: fit-content !important;
}

.search-btn * {
  border: unset;
  padding: 0;
  width: fit-content !important;
}
.search-btn input.form-control {
  background-color: transparent !important;
}

.white-btn .btn-icon,
.main-btn .btn-icon {
  width: 1.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--white);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-btn .btn-icon {
  background: var(--black);
  color: var(--white);
}

.main-txt {
  color: var(--main);
}

.lock-carousel {
  pointer-events: none;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-dots {
  display: flex;
  margin: auto;
  gap: 0 0.25rem;
  padding-inline: 0.6rem !important;
  width: fit-content !important;
  background: rgba(0, 0, 0, 0.2) !important;
  inset-inline-start: 50%;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  padding: 0px 10px;
  inset-inline-start: 50%;
  transform: translateX(50%);
  position: absolute;
  z-index: 999999999999;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  margin-top: 1.5rem;
  box-shadow: inset 0 0 1px rgba(var(--whiteOp), 0.8);
}

.owl-dot {
  border: 1px solid rgba(var(--whiteOp), 0.8) !important;
  width: 0.65rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-block: 0.4rem;
  flex-grow: 1;
}

.owl-dot.active {
  background: var(--main) !important;
  border-color: var(--main) !important;
}

.main-btn.btn-sm,
.main-outline-btn.btn-sm,
.white-btn.btn-sm {
  font-size: 14px;
  padding: 3px 10px !important;
  min-width: unset;
  border-radius: 6px;
  font-weight: normal;
}

.accordion-button::after {
  margin-inline-end: unset;
  margin-inline-start: auto;
}

.accordion-button {
  color: var(--black) !important;
  font-weight: bold;
}

.modal {
  z-index: 99999;
}
.modal .modal-dialog {
  min-width: 70%;
}

.modal-header,
.modal-body,
.modal-header,
.modal-footer {
  padding: 1rem;
}

.btn-close {
  margin: unset !important;
  margin-inline-start: auto !important;
}

.modal-content {
  border: unset;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(var(--secondaryOp), 0.67);
  padding-top: 6rem;
}

[dir="ltr"] [class*="-arrow"].bi::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.social-icons a {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: var(--secondary) !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--secondary);
}

.theme-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

/*=========================================
==========================================*/
header .navbar {
  background: var(--white);
}
.navbar {
  z-index: 99;
  width: 100%;
  background-color: transparent;
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.navbar .navbar-brand img {
  -o-object-fit: contain;
  object-fit: contain !important;
}

.navbar .navbar-toggler {
  box-shadow: none;
  border: none;
  outline: none;
  color: var(--main);
  font-size: 1.5rem;
}

.navbar .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
}

@media (max-width: 1024px) {
  .navbar .navbar-nav {
    gap: 4px;
  }

  .navbar .navbar-nav .nav-link {
    padding-inline-end: 0;
  }
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item .nav-link:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  border-radius: 5px;
  background-color: var(--main);
  transition: 0.4s;
  animation: nav-hover 0.4s ease forwards;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--secondary) !important;
}

@media (max-width: 1024px) {
  .navbar .navbar-nav .nav-item .nav-link.active {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.8px) {
  .navbar .navbar-nav .nav-item .nav-link.active {
    font-size: 1rem;
  }
}

.navbar .navbar-nav .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 3px;
  border-radius: 5px;
  background-color: var(--main);
  transition: 0.3s;
}

@keyframes nav-hover {
  0% {
    width: 0;
  }

  25% {
    width: 10%;
  }

  50% {
    width: 30%;
  }

  75% {
    width: 50%;
  }

  100% {
    width: 55%;
  }
}

@media (max-width: 991.8px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    inset-inline-end: -100%;
    height: 100vh;
    width: 75%;
    display: flex;
    align-items: start !important;
    justify-content: start !important;
    flex-direction: column;
    background: var(--white);
    z-index: 2222;
    padding: 2rem;
  }

  .navbar-collapse.show {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    z-index: 333;
  }
  .navbar-collapse.show .navbar-nav {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.85rem;
    width: 100%;
  }

  .navbar .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 1rem;
  }
  .navbar .navbar-nav .nav-item .nav-link.active {
    border-radius: 0.75rem;
    background: var(--linear);
    color: var(--white) !important;
  }

  .navbar .navbar-nav .nav-item .nav-link:after {
    content: unset !important;
  }

  .close-btn {
    background: none;
    color: var(--secondary);
    font-size: 1.1rem;
    cursor: pointer;
    border: 2px solid var(--secondary);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    line-height: 1.8;
    margin-inline-start: auto;
  }
}

/* add post */

.shareWith input {
  display: none;
}

.shareWith input + label {
  padding: 0.6rem 1.75rem;
  border-radius: 3.125rem;
  background: #f2f2f2;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
  color: #1a1a1a;
  font-size: 0.9rem;
  cursor: pointer;
}

.shareWith input:checked + label {
  background: var(--linear) !important;
  color: var(--secondary) !important;
}

.upload__inputfile {
  inset: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}

.upload__btn-box button {
  background-color: transparent;
  border: 1px dashed #dedede;
  width: 100%;
  padding: 2rem 0.7rem;
  border-radius: 4px;
  margin-bottom: 0.85rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  height: max-content;
}

.upload__btn-box .upload_icon {
  width: 2.25rem;
}

.upload__media-wrap {
  display: flex;
  flex-wrap: wrap;
}

.upload__media-wrap img,
.upload__media-wrap video {
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.upload__media-box {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(var(--mainOp), 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.upload__media-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 2;
  cursor: pointer;
}

.upload__media-close:after {
  content: "\2716";
  font-size: 14px;
  color: white;
}

/* ------------- .hero-sec -------------- */
.hero-sec {
  z-index: 4;
  position: relative;
  background: var(--white);
}

.hero-sec .hero-img {
  width: 94%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  border-radius: 1.6rem 1.6rem 0 0;
  -webkit-border-radius: 1.6rem 1.6rem 0 0;
  -moz-border-radius: 1.6rem 1.6rem 0 0;
  -ms-border-radius: 1.6rem 1.6rem 0 0;
  -o-border-radius: 1.6rem 1.6rem 0 0;
  aspect-ratio: 6/3;
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.hero-sec .header-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}

.hero-sec .header-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  gap: 0.25rem;
}

.hero-sec .header-content .content .Ftitle {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5rem;
}

.hero-sec .header-content .content .Ftitle * {
  text-transform: uppercase;
}

.hero-sec .header-content .content .Ftitle .siteName {
  color: var(--main);
}

.about {
  background: var(--white);
  padding-bottom: 1rem;
}
.about-action {
  background: url("../images/ground.png");
  padding: 8rem 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 1.25rem;
  border-radius: 1.3rem;
  -webkit-border-radius: 1.3rem;
  -moz-border-radius: 1.3rem;
  -ms-border-radius: 1.3rem;
  -o-border-radius: 1.3rem;
}

.about-content p {
  font-size: 1.25rem;
  color: #011912;
  font-weight: 300;
}
.players,
.card.active-players {
  border-radius: 1.5rem;
  border: 1px solid #f2f2f2;
  background: #f8f8f8;
  overflow: hidden;
  flex-grow: 1;
}

.active-players .card-body {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
}
.players .about-overlay {
  background: linear-gradient(
    0deg,
    #faf8f5 0%,
    rgba(250, 248, 245, 0.8) 50%,
    rgba(250, 248, 245, 0) 100%
  );
  color: var(--black) !important;
}

.players .card-body {
  padding: 2rem;
}

.about-creative {
  position: relative;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  overflow: hidden;
}
.about-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  color: var(--white) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

.about-overlay-badge {
  border-radius: 624.9375rem;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  backdrop-filter: blur(2px);
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  color: #fff !important;
}

.about-overlay-text p {
  font-size: 0.875rem;
  color: inherit;
}

/*  */
.features .features_wrapper {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 3rem;
}

.features .feature .card {
  border-radius: 1.90863rem;
  border: 1px solid #f2f2f2;
  background: var(--white);
  padding: 2.75rem 0;
}

.features .feature .card-body {
  display: flex;
  flex-direction: column;
  padding: 0 1.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  text-align: center;
}
.features .feature .card-body .card-img-top {
  width: 7.4375rem;
}
.features .feature .card-body .card-text {
  opacity: 0.5;
}
.features .feature {
  grid-column: span 4;
  grid-row: span 1;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  overflow: hidden;
}

.features .features_wrapper .feature:nth-child(2) {
  grid-row: span 2;
  grid-column: span 6;
}
.features .feature img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.reviews {
  padding: 2.5rem 0;
}

.review-card {
  background: var(--white);
  border-radius: 1rem;
  padding: 1.2rem;
  height: 100%;
  border: 1px solid #f3f4f6;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.allReviews .swiper-slide:nth-child(2n) {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.review-header img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
}

.review-info h4 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.review-info span {
  font-size: 1rem;
  color: #8b8b8b;
}

.review-card p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #444;
}

/* pagination */
.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #2563eb;
}

footer .footer-content {
  margin-block: 13rem 3.75rem;
  background: var(--linear);
  color: #000;
  padding: 5.5rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}

footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  color: #000;
}

footer .footer-logo img {
  width: 14rem;
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
}

footer .footer-img {
  margin-top: -13rem;
}

footer .subscribtion-form {
  background-color: var(--white);
  border-radius: 35px;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.2rem 0.4rem;
  margin-top: 1.5rem;
}

footer .subscribtion-form .form-control {
  color: var(--black) !important;
  border: unset;
  /* font-weight: 400; */
}

footer .subscribtion-form .form-control:focus {
  border-color: transparent;
}

.footer-content .navbar .navbar-nav {
  flex-direction: column;
  gap: 0rem;
  align-items: start;
}

.footer-content .navbar .navbar-nav .nav-link {
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 400;
  color: #000 !important;
}

.footer-content .navbar .navbar-nav .nav-link:hover::after {
  content: unset;
}

.footer-content .navbar .navbar-nav .nav-link::before {
  content: "\F285";
  font-family: "bootstrap-icons";
  display: flex;
}

.download-links .qr-code {
  width: 5rem;
  height: 4.9375rem;
  aspect-ratio: 80/79;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.download-links img {
  width: 5rem;
}

.rights {
  padding: 0.5rem 0;
  color: #000;
  margin-top: 3.75rem;
}

#themeToggle ,
#scroll-top {
  position: fixed;
  bottom: 1rem;
  inset-inline-end: calc(var(--gutter-x) * 0.25);
  background: var(--linear);
  padding: 8px;
  border-radius: 50%;
  animation: floating 1s ease-out infinite alternate;
  transition: all 0.3s;
  -webkit-animation: floating 1s ease-out infinite alternate;
  z-index: 999;
}

#themeToggle {
  bottom: 4.5rem;
}
#themeToggle i ,
#scroll-top i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  color: var(--secondary);
  justify-content: center;
  font-size: 1.1rem;
  border-radius: 50%;
  box-shadow: 0px -10px 25px #b2b2b22b;
}

@keyframes floating {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(-30px);
  }
}

.iti{
    width: 100%;
}
.login {
  background: var(--white);
}

.login label{
    display: block;
}

.login .login-box {
  background: var(--linear);
  min-height: 100vh;
  height: 100%;
  padding-block: 18%;
  position: relative;
  color: #000;
}
.login .login-box::before {
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 14.0625rem;
  height: 14.125rem;
  position: absolute;
  inset-inline-end: -6.1875rem;
  bottom: 4.53125rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.login .login-box img {
  width: 11rem !important;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

.login .login-form .container-fluid {
  max-height: 100vh;
  overflow-y: auto;
}
.login .login-form .container-fluid::-webkit-scrollbar {
  display: none;
}

.login .login-box .container-fluid {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.login .login-form label {
  font-weight: 500;
  font-size: 0.75rem;
}

.toggle-password {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--black);
}

#verification-input {
  direction: ltr;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.otp small {
  color: #666;
}

#verification-input > input {
  width: 3.125rem;
  height: 3.125rem;
  aspect-ratio: 1/1;
  font-size: 18px;
  border-radius: 12px;
  text-align: center;
  background: transparent;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

#verification-input > input ::placeholder {
  color: #f2f2f2;
}

.login .login-form .nav-pills {
  border-radius: 90px;
  border: 1px solid #f2f2f2;
  background: #fcfdff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  width: 100%;
  padding: 4px 4px;
  margin: auto;
  margin-bottom: 1rem;
}

.login .login-form .nav-pills .nav-item {
  flex-grow: 1;
}
.login .login-form .nav-pills .nav-link {
  display: flex;
  padding: 12px;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  color: #4b5563;
  text-align: center;
  font-weight: 500;
  font-size: 0.8rem;
}

.login .login-form .nav-pills .nav-link.active {
  border-radius: 9999px;
  background: #011912;
  color: var(--white) !important;
}

.login .login-option-text {
  position: relative;
  text-align: center;
}

.login .login-option-text div {
  display: inline-block;
  padding: 0 1rem;
  background: var(--white);
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  color: var(--muted);
}
.login .login-option-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  z-index: 0;
}

.login .login-option {
  display: flex;
  padding: 0.65rem 4.39438rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  gap: 0.35rem;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1rem;
  color: #374151;
}

.login .login-option i {
  color: #ef4444;
}

.profile-pic-icon {
  position: absolute;
  bottom: -8px;
  inset-inline-start: 0px;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #232323;
  color: #fff;
  font-size: 14px;
  transition: 0.2s;
}

.login .profile-pic {
  aspect-ratio: 1/1;
}
.profile-pic {
  margin: 1rem auto;
  width: 100px;
  border-radius: 50%;
  object-fit: contain;
}

.profile-pic img {
  object-fit: cover;
  height: 100%;
  border-radius: 50%;
}

.profile-pic input {
  cursor: pointer;
  position: absolute;
  bottom: -8px;
  inset-inline-start: 0px;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 9;
  opacity: 0;
}

.save_img {
  position: absolute;
  bottom: -8px;
  inset-inline-end: 0px;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background-color: var(--main);
  color: var(--white);
  font-size: 14px;
  transition: 0.2s;
  opacity: 0;
}

.profile .form-check label {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 400 !important;
}

.toggle-btn {
  border: 1px solid var(--main);
  padding: 0.35rem 1rem;
  display: none;
  z-index: 99;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: transparent;
  margin-bottom: 1rem;
}

/* 
  =========================
  Home After Login
  =========================
*/

.auth .navbar .navbar-nav .nav-link.active {
  background: var(--Linear, linear-gradient(135deg, #00ff87 0%, #60a5fa 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.auth .navbar .navbar-nav .nav-item .nav-link:after {
  content: unset;
}

.user-avatar {
  border-radius: 624.9375rem;
  border: 0.1rem solid var(--Linear, #00ff87);
  background: var(--primary-50, #e6fef7);
  color: var(--secondary) !important;
  display: flex;
  height: 44px;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  text-transform: capitalize;
  -webkit-border-radius: 624.9375rem;
  -moz-border-radius: 624.9375rem;
  -ms-border-radius: 624.9375rem;
  -o-border-radius: 624.9375rem;
  font-weight: bold;
}

.user-avatar::after {
  content: unset;
}

.auth .dropdown-menu.show {
  display: block;
  inset-inline-start: unset !important;
  inset-inline-end: 0% !important;
  transform: translateY(10px);
  border-radius: 1rem;
  border: 1px solid #f2f2f2;
  background: var(--white);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.auth .dropdown-menu hr {
  border-color: #f2f2f2;
}

.auth .dropdown-menu li {
  color: #666 !important;
  padding-block: 0.25rem;
}

.auth .dropdown-menu li .logout {
  color: #f54e3f;
  font-weight: 500;
}
.main-section {
  padding: 20px 0;
}

.sticky-wrapper {
  position: relative;
}

.sticky-side {
  position: sticky;
  top: 20px;
}

.posts-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.posts-container .user-info-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.posts-container .user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.post-options {
  position: relative;
}

.post-options .options-btn {
  background: none;
  border: none;
  /* color: #666; */
  font-size: 1.25rem;
  cursor: pointer;
}
.options-menu {
  position: absolute;
  top: 100%;
  inset-inline-end: 0;
  background: var(--white);
  padding: 0.5rem 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  min-width: 150px;
  display: none;
  z-index: 10;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.options-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.options-menu li button {
  width: 100%;
  padding: 0.25rem 1rem;
  font-size: 0.825rem;
  text-align: start;
  background: none;
  border: none;
  cursor: pointer;
}

.options-menu li button:hover {
  background: #f5f5f5;
}

.suggest_friends,
.post {
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 16px;
}

/* header */
.post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  position: relative;
}

.avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--mainOp), 0.25);
  color: var(--black);
  font-weight: 500;
}

.user-meta {
  position: relative;
  display: flex;
  flex-direction: column;
}
.user-meta b {
  font-size: 0.875rem;
}
.user-meta small {
  color: #6b7280;
  font-size: 0.75rem;
}

.split {
  gap: 0.35rem;
}
.split * {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.split :not(:last-child)::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  background: #bdbdbd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* text */
.post-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8;
  margin: 10px 0;
  color: 374151;
  font-size: 0.875rem;
}

.post.open .post-text {
  -webkit-line-clamp: unset;
}

.read-more {
  background: none;
  border: none;
  color: #6b6b6b;
  font-size: 0.875rem;
  cursor: pointer;
}

/* media */
.post-media {
  display: grid;
  gap: 4px;
  margin-block: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* مهم جداً */
.post-media a {
  width: 100%;
  min-height: 200px;
  display: block;
  position: relative;
}

.media-item,
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.post-media img,
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* بدل fixed height */
.media-1 {
  aspect-ratio: 16/9;
}

.media-2 {
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 16/9;
}

.media-3 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  aspect-ratio: 16/9;
}

.media-3 a:first-child {
  grid-row: 1/3;
}

.media-4 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  aspect-ratio: 1/1;
}

/* overlay +N */
.more-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-overlay i {
  background: var(--white);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  color: var(--black);
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* stats */
.post-stats {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 0.875rem;
}

.post-stats * {
  color: #6b7280;
  background: transparent;
}

/* actions */
.post-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 6px;
}

.action {
  flex: 1;
  border: none;
  background: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #4b5563;
  font-size: 0.875rem;
  font-weight: 500;
}

.action:hover {
  background: #f0f2f5;
}

.like-btn.active {
  background: rgba(var(--mainOp), 0.1);
  color: var(--main) !important;
}

.repost-btn.active {
  color: var(--main);
}

/* comments */
.comments-box {
  display: none;
  margin-top: 10px;
}

.post.show-comments .comments-box {
  display: block;
}

.add-comment {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.add-comment input {
  flex: 1;
  background: transparent;
}

.add-comment button {
  color: var(--main);
  transform: rotate(235deg);
}

.comment {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.comment img {
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #f4f4f4;
  background: #d9d9d9;
  border-radius: 50%;
}

.comment-data {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.comment-content b {
  font-size: 0.825rem;
  font-weight: 500;
  color: #2a2a2a;
}
.comment-content p {
  color: rgba(42, 42, 42, 0.7);
  font-size: 0.75rem;
}
.comment-data small {
  color: #6b7280;
  font-size: 0.625rem;
}

.comment {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: flex-start;
}

.comment-body {
  flex: 1;
}

.comment-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.comment-top .name {
  font-weight: bold;
  font-size: 13px;
}

.comment-top .time {
  font-size: 11px;
  color: #888;
}

.comment-text {
  background: #f0f2f5;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.shared-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.shared-strip-text {
  display: flex;
  flex-direction: column;
}

.shared-strip-text b {
  font-size: 0.875rem;
  color: #2a2a2a;
}

.shared-strip-text small {
  color: #6b7280;
  font-size: 0.75rem;
}

.likes.likes-trigger {
  background: none;
  border: none;
  padding: 0;
  color: #6b7280;
  cursor: pointer;
  font-size: 0.875rem;
}

.likes-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.like-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.like-item:last-child {
  border-bottom: none;
}

.like-item-body {
  display: flex;
  flex-direction: column;
}

.like-item-body b {
  font-size: 0.875rem;
  color: #2a2a2a;
}

.like-item-body small {
  color: #6b7280;
  font-size: 0.75rem;
}

/* SKELETON */
.skeleton-box,
.skeleton-line {
  background: #e5e7eb;
  border-radius: 6px;
  animation: skeleton 1.2s infinite;
}

.skeleton-line {
  height: 10px;
  margin: 6px 0;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

@keyframes skeleton {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

/* player you now */

.friend {
  position: relative;
}

.friend:not(:last-child) {
  margin-bottom: 0.5rem;
}

.shape-outer {
  display: flex;
  flex-shrink: 0;
  aspect-ratio: 0.9/1;
  width: 60px;
  background-image: linear-gradient(135deg, #00ff87 0%, #60a5fa 100%);
}

.shape-inner {
  aspect-ratio: 0.9/1;
  width: calc(100% - 0.28rem);
  margin: auto;
}

.shape-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hexagon {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

/* --------== profile page ==-------- */
.card-wrapper,
.profile-nav {
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  padding: 1.5rem;
  position: relative;
}

.info-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.statistics {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  position: relative;
  margin-top: 0.75rem;
}

.statistics span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.statistics span:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--linear);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.card-wrapper .card-title + .info-wrapper > div {
  padding-block: 0.65rem;
}

.card-wrapper .card-title + .info-wrapper > div:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.overview-content .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 1;
  border-radius: 0.85rem;
  overflow: hidden;
  margin-top: 0.5rem;
}

.profile-nav .nav {
  gap: 0.25rem;
}

.profile-nav .nav-link {
  background: transparent;
  width: 100%;
  min-width: max-content;
  color: #666 ;
  padding: 0.75rem;
  border-radius: 0.75rem;
}

.profile-nav .nav-link.active {
  color: var(--black) !important;
  background: rgba(var(--mainOp), 0.1);
}

.profile-nav .nav-link.active .p_nav_icon {
  background-color: var(--main);
  color: var(--white);
}

.profile .profile-pic {
  width: fit-content;
  box-shadow: unset;
  border: unset;
  margin: 0 !important;
}

.profile .profile-pic .shape-outer {
  width: 6rem;
}
.profile .profile-pic img {
  object-fit: cover;
  height: 100%;
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
}

.profile .profile-pic-icon {
  position: absolute;
  bottom: -4px;
  inset-inline-start: calc(100% - 1.975rem);
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: var(--main);
  color: var(--secondary);
  font-size: 0.875rem;
  transition: 0.2s;
  cursor: pointer !important;
  box-shadow: 0px 3px 6px #00000029;
}

.profile .profile-pic input {
  cursor: pointer !important;
  position: absolute;
  bottom: -4px;
  inset-inline-start: calc(100% - 1.975rem);
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
}

.profile .profile-pic .save_img {
  position: absolute;
  bottom: -4px;
  inset-inline-start: 0px;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: var(--linear);
  color: var(--secondary);
  font-size: 0.875rem;
  transition: 0.2s;
  opacity: 0;
}

.profile-title {
  padding-bottom: 1rem;
}

.profile .users {
  padding: 1rem 0;
}

.profile .users:not(:last-child) {
  padding: 1rem 0;
  border-bottom: 1px solid #e2e2e2;
}

.profile .user-type,
.profile .badge {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  flex-direction: column;
  /* align-items: flex-start; */
  border-radius: 624.9375rem;
  background: rgba(0, 255, 135, 0.1);
}
.profile .user-type span {
  background: var(--Linear, linear-gradient(135deg, #00ff87 0%, #60a5fa 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress {
  height: 0.75rem;
}

.progress-bar {
  background: var(--linear);
}

.activities .activity a.link {
  z-index: 2;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 4rem;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}

.label {
  font-size: 0.875rem;
  color: var(--secondary);
}

.value {
  font-size: 0.875rem;
  color: #4b5563;
  font-weight: 400;
}

.activities .activity .activity-icon {
  border-radius: 0.75rem;
  background: #e6fef7;
  background: rgba(var(--mainOp), 0.1);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  color: var(--main);
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  /* height: 100%; */
}

.activities .activity .activity-count {
  color: var(--secondary);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
}

.activities .activity .activity-name {
  color: #4b5563;
  font-size: 0.875rem;
}

.profile .form-control {
  border-color: #d1d5db;
}

.profile .input-group {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  background: var(--white);
}

.profile .input-group * {
  border: unset !important;
  background: transparent;
}

.profile label {
  font-weight: 500 !important;
  font-size: 0.875rem;
}
.profile .form-control::placeholder {
  font-size: 0.875rem;
  font-weight: 400 !important;
}

.profile .form-control:focus-within {
  border-color: var(--main);
}

.profile .input-group .pass i,
.profile .input-group:focus-within i {
  color: var(--main);
}

.club-data .nav-link {
  background: transparent;
  width: 100%;
  min-width: max-content;
  color: #666 !important;
  padding: 0.75rem;
  border-radius: 0.75rem;
  text-align: center;
}

.club-data .nav-link.active {
  color: var(--black) !important;
  background: rgba(var(--mainOp), 0.1);
  border-radius: 0.75rem 0.75rem 0 0;
  border-bottom: 1px solid #32f8bd;
}

.ex_name {
  color: var(--secondary);
  font-weight: 500;
  font-size: 1rem;
}

.profile .upload__btn-box button {
  border: 1px solid #dedede;
  border-radius: 0.5rem;
}

.profile .card-wrapper .filter .form-control {
  padding-block: 0.35rem;
}

/* --------== setting pages ==-------- */
.setting .setting-data .terms ol,
.setting .setting-data .terms ul,
.setting .setting-data .text-muted + ol,
.setting .setting-data .text-muted + ul {
  padding-inline-start: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  color: #374151;
  margin-top: 0.5rem;
}

.setting .setting-data ol li .title {
  font-weight: 500;
}

.setting .setting-data ul li {
  font-weight: 400 !important;
}

.setting .setting-data ul {
  list-style: disc;
}
.setting .friends > .card-wrapper {
  overflow: hidden;
}
.setting .friends .shape-outer {
  margin-top: -2.75rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-shrink: 0;
  aspect-ratio: 0.9 / 1;
  width: 4.2rem;
  background-image: linear-gradient(135deg, #00ff87 0%, #60a5fa 100%);
}

/* -- FAQ -- */
.FAQ .accordion-item {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid #f2f2f2;
  background: transparent;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.FAQ .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

/* .FAQ .accordion-item:has(.accordion-button:not(.collapsed)) * {
  color: var(--white) !important;
} */

.FAQ .accordion-item .accordion-body {
  background: transparent;
  /* color: var(--white); */
  padding: 0rem 1.65rem 1.25rem 1.65rem;
}

.FAQ .accordion-item .accordion-header {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5re;
  -moz-border-radius: 0.5re;
  -ms-border-radius: 0.5re;
  -o-border-radius: 0.5re;
}

.FAQ .accordion-button {
  box-shadow: unset !important;
  background-color: transparent !important;
  padding: 1rem 1.85rem !important;
  font-weight: 400 !important;
  color: var(--secondary) !important;
}

/* .FAQ .accordion-button:not(.collapsed) {
  color: #f7f7f7 !important;
} */

.FAQ .accordion-button::after {
  --size: 1rem;
  width: var(--size);
  height: var(--size);
  background: url("../../assets/images/icons/arrow.svg") center center no-repeat;
  /* background:  var(--main); */
  background-size: var(--size);
  transform-origin: center;
}

.FAQ .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.contact-info i {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-grow: 1; */
  aspect-ratio: 1/1;
  width: 2.5rem;
  border-radius: 50%;
  background: rgba(var(--mainOp), 0.15);
  color: var(--main);
  font-size: 1.1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.contact-info p {
  color: #666;
  text-align: right;
  font-family: "Neo Sans Arabic";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
.contact-info a {
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 500;
}

/* --------== chat page ==-------- */
.chats {
  border: 1px solid #f2f2f2;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
  overflow: hidden;
}
.chat-wrapper {
  height: 100%;
  overflow-y: auto;
  position: relative;
  /* padding: 0 0.75rem; */
  border-inline-end: 1px solid #f2f2f2;
}
.msgs.chat-wrapper {
  display: flex;
  flex-direction: column;
}
.chat-wrapper a {
  position: relative;
  padding-inline: 1rem !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.chat-wrapper a.bg-success {
  border-inline-start: 2px solid #32f8bd;
  background: rgba(var(--mainOp), 0.1) !important;
}
.chat-wrapper .badge {
  position: absolute;
  inset-inline-end: 0.75rem;
  /* margin-top: 1rem; */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  aspect-ratio: 1/1 !important;
  display: flex;
  align-items: center;
  bottom: 0.5rem;
}
.msg-header {
  height: calc(1.5rem + 36px);
  display: flex;
  align-items: center;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f2f2f2;
}
.msg-img {
  height: 45px;
  width: 45px;
  min-width: 45px;
  object-fit: cover;
  overflow: hidden;
}
.search-box {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 31.25rem;
  border-radius: 10px;
  position: relative;
  /* margin: 0 1rem; */
  width: calc(100% - 1.5rem);
  margin-inline: auto !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.search-box input {
  padding-block: 0.5rem;
}
.search-box button {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  background: transparent;
  padding: 0 24px;
  height: 100%;
  border: none;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
}

.search-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
}

#chatMessages {
  background: transparent !important;
}

#chatMessages .bg-white,
#chatMessages .bg-success {
  background: #e6fef7 !important;
  padding: 0.75rem 1rem;
  border-radius: 1rem 1rem 1rem 0 !important;
  -webkit-border-radius: 1rem 1rem 1rem 0 !important;
  -moz-border-radius: 1rem 1rem 1rem 0 !important;
  -ms-border-radius: 1rem 1rem 1rem 0 !important;
  -o-border-radius: 1rem 1rem 1rem 0 !important;
  color: #011912 !important;
}
#chatMessages .bg-white {
  color: #1a1a1a !important;
  background: #f2f2f2 !important;
  border-radius: 1rem 1rem 0 1rem !important;
  -webkit-border-radius: 1rem 1rem 0 1rem !important;
  -moz-border-radius: 1rem 1rem 0 1rem !important;
  -ms-border-radius: 1rem 1rem 0 1rem !important;
  -o-border-radius: 1rem 1rem 0 1rem !important;
}
#chatMessages small {
  color: inherit !important;
  font-size: 0.625rem !important;
}

#messageInput {
  background: #f2f2f2 !important;
  border-radius: 3.125rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  -ms-border-radius: 3.125rem;
  -o-border-radius: 3.125rem;
}

.main-btn#sendBtn {
  min-width: unset;
  min-height: unset;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  padding: 0 !important;
  color: var(--secondary) !important;
  aspect-ratio: 1 / 1;
  font-size: 1.35rem;
}

/* --------== notification page ==-------- */
.notifications {
  border-radius: 0.75rem;
  border: 1px solid #f2f2f2;
  background: #fff;
}
.notifications .nav-pills {
  border-radius: 0.5rem;
  background: #f3f4f6;
  padding: 0.25rem;
}
.notifications .nav-pills .nav-item {
  color: #4b5563;
  flex-grow: 1;
  font-weight: 500;
  text-align: center;
}
.notifications .nav-pills .nav-item .nav-link.active {
  color: var(--secondary) !important;
  background: var(--white) !important;
}
.notifi_item {
  display: block;
  position: relative;
  background-color: var(--white);
  padding: 1rem 1.5rem;
  border-top: 1px solid #e5e7eb;
}
.notifi_item.new::before {
  content: "";
  display: flex;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: var(--main);
  border-radius: 50%;
  position: absolute;
  top: 1.25rem;
  inset-inline-end: 1.25rem;
  transform-origin: center;
  animation: notif-pulse-soft 1.2s ease-in-out infinite;
  will-change: transform, box-shadow, opacity;
  -webkit-animation: notif-pulse-soft 1.2s ease-in-out infinite;
}
.notifi_item.new {
  background: rgba(0, 255, 135, 0.05);
}

@keyframes notif-pulse-soft {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--mainOp), 0.7);
  }

  50% {
    transform: scale(1.01);
    box-shadow: 0 0 8px 6px rgba(var(--mainOp), 0.08);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--mainOp), 0);
  }
}

.notifi_item .notifi_avatar {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--linear);
  position: relative;
  font-weight: 500;
  color: var(--secondary);
}
.notifi_item .notifi_avatar .notifi_action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  aspect-ratio: 1/1;
  padding: 0.1875rem 0;
  font-size: 0.75rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: -0.25rem;
  inset-inline-end: -0.25rem;
  margin: 0 !important;
  background: #deebfb;
  color: #60a5fa;
}
.notifi_item .notifi_avatar .notifi_action.like {
  color: #ef4444;
  background: #fef2f2;
}
.notifi_item .notifi_avatar .notifi_action.comment {
  color: #3b82f6;
  background: #eff6ff;
}
.notifi_item .notifi_avatar .notifi_action.request {
  color: #22c55e;
  background: #f0fdf4;
}
.notifi_item .notifi_avatar .notifi_action.message {
  color: #6366f1;
  background: #eef2ff;
}

.notifi_item p,
.notifi_item small {
  color: #6b7280;
}
.notifi_item .notifi_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(100% - 4rem);
}

.notifi_item .notifi_text button,
.notifi_item .notifi_text a {
  padding-block: 0.35rem !important;
}

.notifi_item .notifi_text button.bg-danger,
.notifi_item .notifi_text a.bg-danger {
  background: #fb2c36 !important;
  border-color: #fb2c36 !important;
  color: var(--white) !important;
}

#acceptModal input {
  display: none;
}
#acceptModal input + label {
  /* color: rgb(26, 26, 26);
  font-size: 0.9rem;
  padding: 0.6rem 1.75rem;
  background: rgb(242, 242, 242);
  border-radius: 3.125rem; */
  cursor: pointer;
}
#acceptModal input:checked + label {
    /* background: var(--linear); */
    border-color: var(--main);
}

/* -------- media -------- */
@media (max-width: 991.8px) {
  :root {
    --gutter-x: 3rem;
  }

  body {
    padding-bottom: 3rem !important;
  }
  .about-action {
    padding: 2rem;
  }
  .features .features_wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
  }

  .features .features_wrapper .feature {
    grid-row: span 6;
    grid-column: span 6;
  }
  .features .features_wrapper .feature:nth-child(2) {
    display: none;
  }

  .login .login-box {
    background: var(--linear);
    min-height: unset;
    height: 100%;
    padding-block: 2rem 14rem;
    position: relative;
  }
  .login .login-box .container-fluid {
    justify-content: flex-start;
  }
  .login .login-form .container-fluid {
    border-radius: 0.75rem;
    border: 1px solid var(--stroke, #f2f2f2);
    background: var(--white, #fff);
    margin-top: -12rem;
    position: relative;
    margin-bottom: 2rem;
  }

  .auth .navbar .navbar-nav {
    position: fixed;
    bottom: 0;
    background: var(--white);
    display: flex;
    flex-direction: row;
    inset-inline: 0;
    border-radius: 0.4rem 0.4rem 0 0;
    margin: 0 !important;
  }
  .auth .navbar .navbar-nav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: auto;
    padding: 0.75rem 0.25rem;
    width: max-content;
  }

  .suggest_friends {
    border: unset !important;
    background: transparent !important;
    box-shadow: unset;
    padding: 0;
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .sticky-side {
    overflow-x: auto;
  }
  .sticky-side::-webkit-scrollbar {
    display: none;
  }

  .friend {
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 1rem !important;
    height: 100%;
    min-width: max-content;
  }
  .friend .shape-outer {
    margin-top: -2rem;
  }

  .profile .card-wrapper:has(.friend .shape-outer) {
    margin-top: 2rem;
  }
  .profile .user-info .shape-outer {
    margin-top: -3.3rem;
  }

  .toggle-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .drawer {
    display: block;
    width: 400px;
    transform: translate(400px);
    max-width: 80%;
    position: fixed;
    margin-top: 0;
    z-index: 999999;
    top: 0;
    right: 0;
    height: 100%;
    padding: 1.5rem;
    border-radius: 0;
    transition: 0.3s;
    background: var(--white) !important;
  }

  .drawer.active {
    transform: translate(0);
  }
  .profile-nav {
    padding: 0;
    background: transparent;
    border: unset;
  }
  .profile-nav .nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .profile .nav::-webkit-scrollbar {
    display: none;
  }
  .profile-nav .nav .nav-link.active {
    border-radius: 0.75rem 0.75rem 0 0;
    border-bottom: 1px solid #32f8bd;
  }

  #scroll-top {
    bottom: 3rem;
  }
}

@media (max-width: 767.8px) {
  .features .features_wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
  }

  .post-stats,
  .action {
    padding: 4px;
    gap: 4px;
    font-size: 0.75rem;
  }

  .profile .card-wrapper .card-wrapper {
    padding: 1rem 0.75rem !important;
  }
}

@media (max-width: 991.8px) {
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1800px) {
  html {
    font-size: 20px;
  }
}

@media (min-width: 2400px) {
  html {
    font-size: 33px;
  }
}

