@charset "UTF-8";
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/webfonts/IRANSansWeb_UltraLight_FaNum.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Light_FaNum.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_FaNum.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Medium_FaNum.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Bold_FaNum.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Iran1";
  src: url("/styles/webfonts/IRANSansWeb_Black_FaNum.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
    margin: 0;
    padding: 0;
    direction: rtl;
    display: block;
    line-height: 1.6;
    text-align: right;
    min-height: 100vh;
    overflow-x: hidden;
    color: #232c39;
    /*font-family: "Iran1", "Vazirmatn", sans-serif;*/
    font-family: "palas", "Vazirmatn", sans-serif;
    background-color: #f9f9f9;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-wrap: balance;
  line-height: 1.1;
}

p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/*a:not([class]) {
  color: currentColor;
}
*/
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

input {
  font-family: "Iran1", "Vazirmatn", sans-serif !important;
}

button,
input,
label {
  line-height: 1.1;
}

textarea:not([rows]) {
  min-height: 10em;
}

::-webkit-scrollbar {
  width: 6px;
  height: 5000px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  background: radial-gradient(circle, #066899 0%, rgba(0, 0, 0, 0) 100%);
}
::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle, #ecc3ba 0%, rgba(0, 0, 0, 0.493) 100%);
}

:target {
  scroll-margin-block: 5ex;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  gap: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  min-height: 48px;
}
.btn-primary {
  background: #b99774 !important;
  color: #ffffff;
}
.btn-primary:hover {
  background: #077ab2;
}
.btn-secondary {
  background: #e5e7eb;
  color: #077ab2;
}
.btn-secondary:hover {
  background: #d1d5db;
}
.btn-outline {
  background: rgba(0, 0, 0, 0) !important;
  border: 1.9px solid #b99774 !important;
  color: #b99774 !important;
  border-radius: 8px;
}
.btn-outline:hover {
  background: #088bcc;
  color: #ffffff;
}
.btn-light {
  background: rgba(249, 250, 251, 0.95);
  color: #066899;
}
.btn-light:hover {
  background: #ffffff;
}
.btn-outline-light {
  background: transparent;
  color: #ffffff;
  border: 1.9px solid rgba(249, 250, 251, 0.95);
}
.btn-outline-light:hover {
  background: rgba(249, 250, 251, 0.1);
}
.btn-link {
  background: transparent;
  color: #088bcc;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0 4px;
  min-height: auto;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
}
.btn-link:hover {
  opacity: 0.8;
}
.btn-newsletter {
  background: rgba(7, 122, 178, 0.32);
  color: #066899;
  font-weight: 600;
  font-size: 18px;
  padding: 4px 12px;
  min-height: 35px;
}
.btn-newsletter:hover {
  background: rgba(7, 122, 178, 0.24);
}
.btn__icon {
  width: auto;
  height: auto;
}

.demo-btn {
  color: black !important;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  height: 40px;
  background: #fcfcfc !important;
  border-radius: 8px;
  width: 100px;
  margin: 0;
}
.demo-btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.section-header {
  text-align: center;
  margin-bottom: 32px;
}
.section-header h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.24px;
  color: #232c39;
  margin-bottom: 8px;
}
.section-header p {
  font-size: 16px;
  line-height: 28.8px;
  color: #6b7280;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1010;
}
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
.hamburger__line {
  width: 24px;
  height: 2px;
  background-color: #fcfcfc !important;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger--active .hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger--active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger--active .hamburger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

}

/* ================================
   ABOUT SECTION
================================ */
.about-section {
  margin-top: 100px;
}
.about-section__wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1116px) {
  .about-section__wrapper {
    display: block;
  }
}
.about-section .section-header__title {
  height: 45px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 150% !important;
  text-align: center !important;
  color: #232c39 !important;
}
.about-section__content {
  flex: 1;
}
.about-section__text p {
  margin-bottom: 1px;
  line-height: 1.9;
  color: rgb(55, 65, 81);
  text-align: justify;
}
.about-section__image img {
  width: 100%;
  border-radius: 12px;
  max-width: 360px;
  margin: 40px auto;
}

/* ================================
   CARDS
================================ */
.event-wrapper {
  justify-content: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .event-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.event-card {
    display: flex;
    flex-direction: column;
    /* width: 370px;*/
    width: 100%;
    max-width: 370px;
    background: #ffffff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.06), 0px 1px 12px -1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    min-width: 390px;
    overflow: hidden;
}
.event-card .card-header {
  height: auto;
  background: linear-gradient(311deg, rgba(255, 255, 255, 0.56), #b99774);
  color: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.event-card .card-body {
  padding: 16px;
}
.event-card .card-body .artist-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.event-card .card-body .artist-info h3 {
  margin: 0;
  font-size: 1.1rem;
}
.event-card .card-body .artist-info .remaining-tickets {
  color: #d6b460;
  font-size: 0.85rem;
}
.event-card .card-body .details-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-card .card-body .details-grid .detail-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.event-card .card-footer {
  padding: 16px;
}
.event-card .card-footer .price {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.2rem;
}
.event-card .card-footer .actions {
  display: flex;
  gap: 10px;
}
.event-card .card-footer .actions button {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.event-card .card-footer .actions .btn-primary {
  background: #222;
  color: white;
}
.event-card .card-footer .actions .btn-secondary {
  background: white;
  border: 1px solid #222;
  color: #222;
}

.faq {
  padding: 0 0 70px 0;
}
.faq__container {
  max-width: 1060px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  padding: 4px 16px;
}
.faq__item {
  border-bottom: 1px solid #e5e7eb;
  padding: 0 0 8px;
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__item--active .faq__arrow {
  transform: rotate(180deg);
}
.faq__item--active .faq__answer {
  display: block;
}
.faq__answer {
  background: #f3f4f6;
  border-radius: 0 0 8px 8px;
  padding: 8px;
  display: none;
  transition: all 0.3s ease;
}
.faq__answer p {
  font-size: 14px;
  line-height: 25.2px;
  color: #4b5563;
  text-align: right;
}
.faq__arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 8px;
  cursor: pointer;
  gap: 12px;
  flex-direction: row-reverse;
}
.faq__question-text {
  font-size: 16px;
  font-weight: 600;
  color: #232c39;
  text-align: right;
  flex: 1;
}
@media (max-width: 768px) {
  .faq__question-text {
    font-size: 14px;
  }
}
.faq__number {
  font-size: 18px;
  line-height: 23.4px;
  color: rgb(185, 151, 116);
  min-width: 25px;
}
.faq__arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}
.faq__answer {
  background: rgba(185, 151, 116, 0.2);
  border-radius: 0 0 8px 8px;
  padding: 8px;
  display: none;
}
.faq__answer p {
  font-size: 14px;
  line-height: 25.2px;
  color: #4b5563;
  text-align: right;
}

@media (max-width: 768px) {
  .hero__content {
    padding: 100px 20px;
  }
  .hero__title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #ffffff;
  }
  .hero__buttons {
    gap: 16px;
  }
  .products,
  .video-section,
  .benefits,
  .how-it-works,
  .cta-banner,
  .technical-features,
  .pricing,
  .blog,
  .faq {
    padding-block: 40px;
  }
}
@media (max-width: 490px) {
  .hero__text {
    gap: 32px;
  }
  .hero__title-section {
    gap: 16px;
  }
  .hero__content {
    justify-content: center;
    padding-inline: 16px;
  }
  .section-header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.gallery-container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 15px;
  font-family: "Tahoma", sans-serif;
}
.gallery-container h3 {
  border-right: 4px solid #d6b460;
  padding-right: 15px;
  margin-bottom: 25px;
}

.pswp-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.pswp-gallery .gallery-item {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.pswp-gallery .gallery-item:hover {
  transform: translateY(-5px);
}
.pswp-gallery .gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
}

.support-card {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 32px 28px;
  border-radius: 24px;
  background: #f3ebd9;
  overflow: hidden;
  direction: rtl;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 24px;
}
.support-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.28) 75%, transparent 75%, transparent);
  background-size: 36px 36px;
  opacity: 0.18;
  pointer-events: none;
}
.support-card__content {
  position: relative;
  z-index: 1;
}
.support-card__title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  color: #1b1b1b;
  letter-spacing: -0.02em;
}
.support-card__subtitle {
  margin: 0 auto;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
  color: rgba(31, 31, 31, 0.72);
}
.support-card__divider {
  width: 100%;
  height: 1px;
  margin: 24px 0 22px;
  border: 0;
  background: rgba(31, 31, 31, 0.12);
}
.support-card__contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: center;
}
.support-card__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.support-card__label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(31, 31, 31, 0.56);
}
.support-card__value {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.2s ease;
}
.support-card__value:hover {
  color: #8a6238;
}
@media (max-width: 768px) {
  .support-card {
    padding: 24px 20px;
  }
  .support-card__title {
    font-size: 24px;
  }
  .support-card__contacts {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .support-card__item {
    padding: 8px 0;
  }
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* دو ستون مساوی */
    gap: 8px; /* فاصله بین عکس‌ها */
    /*width: 370px;*/ /* مطابق درخواست شما */
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
}

/* عمومی برای همه لینک‌های داخل گالری */
.gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* برای اینکه عکس‌ها بدون تغییر نسبت ابعاد، پر شوند */
  transition: transform 0.3s ease;
}

/* کلاس‌های کمکی برای چیدمان */
.span-2 {
  grid-column: span 2;
} /* اشغال کردن کل عرض */
.span-1 {
  grid-column: span 1;
} /* اشغال کردن نصف عرض */
/* کنترل نسبت ابعاد برای ظاهری مرتب */
.tall {
  aspect-ratio: 4/5;
} /* بلند */
.wide {
  aspect-ratio: 16/9;
} /* پهن */
.square {
  aspect-ratio: 1/1;
} /* مربع */
.gallery-grid a:hover img {
  transform: scale(1.05); /* افکت زوم ملایم هنگام هاور */
}/*# sourceMappingURL=Home.css.map */

.cus-info {
    margin-top: 120px;
}

.cus-wrapper {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 32px;
    align-items: start;
    margin-bottom: 60px;
}

/* ========================
   RIGHT SECTION
======================== */

.cus-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cus-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .cus-content h1 {
        font-size: 36px;
        font-weight: 700;
        color: #262626;
        margin: 0;
    }

    .cus-content p {
        margin: 0;
        color: #6b7280;
        font-size: 15px;
        line-height: 1.9;
    }

.line {
    border: 0;
    border-top: 1px solid #e5e7eb;
}

/* ========================
   FORM
======================== */

.form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.form-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-size: 15px;
    font-weight: 500;
    color: #262626;
}

.form-input {
    width: 100%;
    height: 48px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    padding: 0 14px;
    outline: none;
    transition: 0.25s;
}

    .form-input:focus {
        border-color: #b99774;
    }

    .form-input::placeholder {
        color: #9ca3af;
    }

/* ========================
   RULES
======================== */

.rules {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .rules p {
        margin: 0;
    }

.brown {
    color: #b99774;
    font-weight: 600;
}

.simple {
    color: #262626;
}

/* ========================
   NOTE
======================== */

.notes {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #EBF5F7;
    border: 1px solid #0A819F52;
    border-radius: 8px;
    padding: 16px;
}

.note-icon {
    flex-shrink: 0;
}

    .note-icon img {
        width: 28px;
        height: 28px;
    }

.note-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.note-title {
    margin: 0;
    color: #0A819F;
    font-size: 15px;
    font-weight: 700;
}

.note-sub {
    margin: 0;
    color: #454545;
    font-size: 14px;
    line-height: 1.8;
}

/* ========================
   LEFT CARD
======================== */

.cus-left {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06), 0 1px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 100px;
}

.banner {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.cus-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.details-top {
    display: flex;
    justify-content: space-between;
}

.details-title,
.details-sub {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.details-sub {
    text-align: left;
    align-items: flex-end;
}

.ti {
    color: #6b7280;
    font-size: 14px;
}

.sub {
    color: #374151;
    font-size: 14px;
    font-weight: 500;
}

.singer {
    font-size: 15px;
    font-weight: 700;
    color: #232c39;
}

.line-de {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
}

.cus-de-btns {
    height: 48px;
    background: #1c1c1c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s;
}

    .cus-de-btns:hover {
        background: #000;
    }

    .cus-de-btns span {
        color: white;
        font-size: 14px;
        font-weight: 600;
    }

/* ========================
   HEADER
======================== */


.btns {
    display: flex;
    align-items: center;
    gap: 16px;
}

.demo-btn-me {
    border: 0;
    background: transparent;
    /*color: #846443;*/
    color: #FFFFFF;
    font-weight: 600;
}

.demo-btn {
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    opacity: 1;
    border-radius: 8px;
    background-color: #b99774 !important;
}

    .demo-btn span {
        color: #1c1c1c;
        font-weight: 600;
    }

/* =====================================
   TABLET
===================================== */

@media (max-width: 992px) {
    .cus-wrapper {
        grid-template-columns: 1fr;
    }

    .cus-left {
        order: -1;
        position: static;
        max-width: 420px;
        margin: 0 auto;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 768px) {
    .cus-info {
        margin-top: 90px;
    }

    .cus-content h1 {
        font-size: 28px;
        text-align: center;
    }

    .cus-content p {
        text-align: center;
    }

    .form {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .notes {
        align-items: flex-start;
    }

    .btns {
        gap: 8px;
    }

    .demo-btn {
        padding: 10px 14px;
    }

    .demo-btn-me {
        display: none;
    }
}

/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 480px) {
    .cus-wrapper {
        gap: 24px;
    }

    .cus-content h1 {
        font-size: 24px;
    }

    .form-input {
        height: 46px;
    }

    .cus-left {
        padding: 10px;
    }

    .note-title {
        font-size: 14px;
    }

    .note-sub {
        font-size: 13px;
    }
}

.header__logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



.form-content {
    position: relative;
}

.form-input {
    width: 100%;
    padding-left: 70px;
}

.operators {
    position: absolute;
    left: 16px;
    top: 69%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
}

    .operators img {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }
.hamburger__line {
    background-color: white !important
}

.note-list {
    list-style: none;
    padding-right: 0;
    margin: 0;
}

.note-sub {
    position: relative;
    padding-right: 28px;
    margin-bottom: 12px;
    line-height: 1.5;
}


    .note-sub::before {
        content: "";
        position: absolute;
        right: 0;
        top: 6px;
        width: 12px;
        height: 12px;
        background-color: #e67e22; 
        border-radius: 50%;
        display: inline-block;
    }

.note-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.note-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.note-title {
    margin: 0;
    line-height: 1.3;
}


.note-sub::before {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border: 1px solid #585a5a;
    border-radius: 50%;
    background-color: #585a5a;
    display: inline-block;
}
.note-co {
    display: flex;
    gap: 26px;
}
ul {
    margin-right: 48px;
}