/* =============================================
   FashionX Custom CSS
   style.css'e dokunma — tüm özelleştirmeler burada
   ============================================= */

/* =============================================
   1. HEADER & NAV
   ============================================= */

.header-area {
  background: rgba(0, 0, 0, 0.7) !important;
}

.header-area.sticky {
  background: rgba(0, 0, 0, 0.95) !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

.nav-brand {
  margin-left: -135px;
}

.classy-nav-container .nav-brand img,
.classy-navbar .nav-brand img,
a.nav-brand.light img {
  height: 130px !important;
  max-height: 130px !important;
  width: auto !important;
}

.classy-navbar {
  height: 120px !important;
  padding: 10px 30px !important;
}

.classy-nav-container {
  max-width: 100% !important;
  padding-left: 0 !important;
}

.classynav {
  margin-right: -120px;
}

.classynav,
.classynav ul,
#nav {
  background: transparent !important;
}

.classynav ul li a,
.classynav ul li a:hover,
.classynav ul li a:focus {
  background-color: transparent !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  outline: none !important;
}

.classynav ul {
  border: none !important;
  box-shadow: none !important;
}

.classynav ul li a:hover {
  color: #c9a96e !important;
}

.header-area.sticky .classynav ul li a {
  color: #fff !important;
}

.header-area.sticky .classynav ul li a:hover {
  color: #c9a96e !important;
}

.doc-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background: #c9a96e;
  transition: left 0.3s ease;
}

.doc-link:hover::after {
  left: 0;
}

.doc-link:hover {
  color: #c9a96e !important;
}

/* Mobil menü arka planı */
.classy-menu {
  background: transparent !important;
}

/* =============================================
   2. HERO SECTION
   ============================================= */

.ico-bg3 {
  background: transparent;
}

.hero-section {
  position: relative;
  padding-bottom: 250px !important;
  min-height: 100vh !important;
}

@media only screen and (max-width: 1400px) {
  .hero-section {
    padding-bottom: 120px !important;
    min-height: 90vh !important;
  }
}

/* Video arka plan */
.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.hero-section-content {
  position: relative;
  z-index: 2;
}

/* Hero yazı boyutları */
.hero-section .welcome-content {
  position: relative;
  z-index: 2;
  margin-top: 230px !important;
}

.hero-section .welcome-content h1 {
  font-size: 55px;
  line-height: 1.3;
}

.hero-section .welcome-content p.g-text {
  font-size: 20px;
  max-width: 480px;
  line-height: 1.8;
}

/* =============================================
   3. FASHION ANİMASYON (About Section)
   ============================================= */

.fashion-animation-wrapper {
  position: relative;
  width: 450px;
  height: 450px;
  margin: 0 auto 0 -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 110, 0.15);
  background: radial-gradient(circle at center, rgba(201, 169, 110, 0.05) 0%, transparent 70%);
}

.hex-outer {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
}

.hex-inner {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 110, 0.5);
  background: rgba(201, 169, 110, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: hexPulse 3s ease-in-out infinite;
}

@keyframes hexPulse {
  0%,
  100% {
    box-shadow:
      0 0 20px rgba(201, 169, 110, 0.2),
      inset 0 0 20px rgba(201, 169, 110, 0.05);
  }
  50% {
    box-shadow:
      0 0 50px rgba(201, 169, 110, 0.4),
      inset 0 0 30px rgba(201, 169, 110, 0.1);
  }
}

.hex-text {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #c9a96e;
  letter-spacing: 4px;
  line-height: 1.2;
}

.hex-subtext {
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  color: rgba(201, 169, 110, 0.6);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* Meteor */
.meteor {
  position: absolute;
  top: -20px;
  width: 1px;
  height: 80px;
  background: linear-gradient(180deg, #c9a96e, transparent);
  border-radius: 50%;
  animation: meteorFall linear infinite;
  opacity: 0;
}

.meteor::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #e8c98a;
  box-shadow: 0 0 6px #c9a96e;
}

.m1 {
  left: 10%;
  animation-duration: 5s;
  animation-delay: 0s;
  height: 60px;
}
.m2 {
  left: 20%;
  animation-duration: 6s;
  animation-delay: 0.5s;
  height: 90px;
}
.m3 {
  left: 30%;
  animation-duration: 4.5s;
  animation-delay: 1s;
  height: 70px;
}
.m4 {
  left: 40%;
  animation-duration: 7s;
  animation-delay: 0.2s;
  height: 50px;
}
.m5 {
  left: 50%;
  animation-duration: 5.5s;
  animation-delay: 1.5s;
  height: 80px;
}
.m6 {
  left: 60%;
  animation-duration: 4.8s;
  animation-delay: 0.8s;
  height: 65px;
}
.m7 {
  left: 70%;
  animation-duration: 6.5s;
  animation-delay: 0.3s;
  height: 75px;
}
.m8 {
  left: 80%;
  animation-duration: 5.2s;
  animation-delay: 1.2s;
  height: 55px;
}
.m9 {
  left: 90%;
  animation-duration: 6s;
  animation-delay: 0.7s;
  height: 85px;
}
.m10 {
  left: 55%;
  animation-duration: 5s;
  animation-delay: 2s;
  height: 70px;
}

@keyframes meteorFall {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(500px) translateX(50px);
    opacity: 0;
  }
}

/* Orbit halkaları */
.orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 110, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.orbit-1 {
  width: 240px;
  height: 240px;
  animation: orbitRotate 20s linear infinite;
  border-style: dashed;
  border-color: rgba(201, 169, 110, 0.2);
}

.orbit-2 {
  width: 360px;
  height: 360px;
  animation: orbitRotate 35s linear infinite reverse;
}

@keyframes orbitRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Parçacıklar */
.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #c9a96e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 6px rgba(201, 169, 110, 0.8);
  pointer-events: none;
}

.p1 {
  animation: particleOrbit1 20s linear infinite;
}
.p2 {
  animation: particleOrbit1 20s linear infinite;
  animation-delay: -6s;
}
.p3 {
  animation: particleOrbit1 20s linear infinite;
  animation-delay: -13s;
}
.p4 {
  animation: particleOrbit2 35s linear infinite;
}
.p5 {
  animation: particleOrbit2 35s linear infinite;
  animation-delay: -12s;
}
.p6 {
  animation: particleOrbit2 35s linear infinite;
  animation-delay: -24s;
}

@keyframes particleOrbit1 {
  from {
    transform: translate(-50%, -50%) rotate(0deg) translateX(120px);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) translateX(120px);
  }
}

@keyframes particleOrbit2 {
  from {
    transform: translate(-50%, -50%) rotate(0deg) translateX(180px);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) translateX(180px);
  }
}

/* =============================================
   4. TOKEN UTILITY KARTLARI
   ============================================= */

.token-doc-card {
  border: 1px solid rgba(201, 169, 110, 0.35);
  border-radius: 6px;
  padding: 30px 15px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}

.token-doc-card:hover {
  border-color: rgba(201, 169, 110, 0.8);
  background: rgba(201, 169, 110, 0.05);
}

.token-doc-card p {
  margin: 0;
}
.token-doc-card h6 {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

/* =============================================
   5. TOKENOMICS DONUT
   ============================================= */

.donut-wrapper {
  width: 280px !important;
  height: 280px !important;
  margin: 0 auto !important;
  position: relative !important;
}

.donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.donut-number {
  font-size: 36px;
  font-weight: 700;
  color: #c9a96e;
  font-family: "Playfair Display", serif;
  line-height: 1;
}

.donut-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  margin-top: 4px;
}

.token-legend-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.token-legend-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(48, 37, 28, 0.3) !important;
  border: 1px solid #30251c !important;
}

.token-legend-icon span {
  color: #30251c !important;
}

.token-legend-item h6 {
  color: #30251c !important;
}

.token-legend-item p {
  color: rgba(48, 37, 28, 0.8) !important;
}

.token-distribution .row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.token-distribution .section-heading {
  text-align: center;
  width: 100%;
}

.token-distribution .col-12.col-lg-4 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* =============================================
   6. SHINE BORDER (Steps Section)
   ============================================= */

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.item_single_content {
  position: relative;
}

.item_single_content::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(
    var(--angle, 0deg),
    transparent 0%,
    transparent 40%,
    #c9a96e 50%,
    transparent 60%,
    transparent 100%
  );
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: shineBorder 3s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.item_single_content.specialitem::before {
  background: linear-gradient(
    var(--angle, 0deg),
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 60%,
    transparent 100%
  );
}

@keyframes shineBorder {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

/* =============================================
   7. ROADMAP
   ============================================= */

/* Phase 4 rengini gold'a çek (pembeyi kaldır) */
.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #6e5210;
  background: #6e5210;
}
.main-timeline .timeline:nth-child(4n) .year {
  background: #6e5210;
}
.main-timeline .timeline:nth-child(4n) .year:before {
  border-top-color: #5a4010;
}

/* =============================================
   8. GRADIENT TEXT (Gold)
   ============================================= */

.gradient-text {
  font-weight: bold;
  display: inline-block;
  background-image: linear-gradient(135deg, #c9a96e 0%, #e8c98a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =============================================
   9. MOBİL OVERRIDES
   ============================================= */

@media (max-width: 767px) {
  /* Hero */
  .hero-section {
    min-height: 100vh !important;
    padding-bottom: 61px !important;
  }

  .hero-section .welcome-content {
    margin-top: 120px !important;
    padding: 0 10px;
  }

  .hero-section .welcome-content h1 {
    font-size: 28px !important;
    line-height: 1.4 !important;
  }

  .hero-section .welcome-content h3 {
    font-size: 14px !important;
  }

  .hero-section .welcome-content p.g-text {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .more-btn {
    font-size: 10px !important;
    padding: 0 18px !important;
    height: 42px !important;
    line-height: 42px !important;
  }

  /* Navbar */
  .classy-navbar,
  .classy-nav-container,
  .classynav,
  .classynav ul,
  .classynav ul li {
    background: #0d0d0d !important;
  }

  .classy-navbar {
    height: auto !important;
    padding: 10px 15px !important;
  }

  .nav-brand {
    margin-left: 0 !important;
  }

  .nav-brand img {
    height: 70px !important;
  }

  .classy-menu {
    background: #0d0d0d !important;
    border-right: 1px solid rgba(201, 169, 110, 0.2);
  }

  /* Sosyal ikonlar ve Docs mobilde gizle */
  .classy-navbar > div[style*="display: flex"] {
    display: none !important;
  }

  /* Countdown */
  .cd-blocks {
    gap: 4px;
  }

  .cd-box {
    width: 70px !important;
    height: 70px !important;
  }

  .cd-num {
    font-size: 26px !important;
  }

  .cd-sep {
    font-size: 18px !important;
    padding: 0 2px !important;
  }

  .cd-title {
    font-size: 32px !important;
    letter-spacing: 3px !important;
  }

  .cd-sub {
    font-size: 10px !important;
    letter-spacing: 2px !important;
  }

  /* Fashion animation */
  .fashion-animation-wrapper {
    width: 280px;
    height: 280px;
    margin: 0 auto 40px;
  }

  /* About project padding */
  .col-12.col-lg-6[style*="padding-left: 90px"] {
    padding-left: 15px !important;
  }

  /* Numbers box */
  .col-12.col-lg-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .col-12.col-lg-2 .numbers-box,
  .col-12.col-lg-2 .numbers-box.v2 {
    display: block;
    width: 45%;
    margin: 0 !important;
    text-align: center;
  }

  /* Token chart */
  #tokenPieChart {
    max-width: 250px;
    margin: 30px auto 0;
    display: block;
  }

  /* Section padding */
  .section-padding-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Container padding */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Footer */
  .footer-copywrite-info,
  .footer-social-info {
    text-align: center;
  }

  /* Tokenomics */
  .token-distribution .section-heading {
    margin-bottom: 20px !important;
  }
}
/* =============================================
   STORY SECTION
   ============================================= */

.striples-bg {
  background: linear-gradient(180deg, #26130b 0%, #23170c 100%) !important;
}
.steps .section-heading h2 {
  color: #aa7351 !important;
}

.steps .section-heading p {
  color: rgba(237, 215, 201, 0.8) !important;
}

.dream-dots span {
  color: #edd7c9 !important;
  -webkit-text-fill-color: #edd7c9 !important;
}

.steps .item_single_content {
  background: rgba(102, 100, 100, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(48, 22, 22, 0.3);
}

.steps .item_single_content h6 {
  color: #edd7c9 !important;
}

.steps .item_single_content p {
  color: rgba(237, 215, 201, 0.8) !important;
}

.steps .item_single_content.specialitem {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(196, 156, 156, 0.4);
}

.steps .item_single_content.specialitem h6 {
  color: #30251c !important;
}

.steps .item_single_content.specialitem p {
  color: rgba(48, 37, 28, 0.8) !important;
}

/* About Project */
#about-project {
  background: linear-gradient(180deg, #c9a96e 0%, #6b3b0b 50%, #30251c 100%) !important;
}

/* Why This Project */
.apis-sec {
  background: linear-gradient(180deg, #30251c 0%, #1a1009 60%, #0d0d0d 100%) !important;
}

/* Token Utility */
#token {
  background: linear-gradient(180deg, #0d0d0d 0%, #3d2006 30%, #aa7e44 100%) !important;
}

/* Tokenomics */
.token-distribution {
  background: #0d0d0d !important;
}

.token-distribution .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.token-distribution .row {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.donut-wrapper {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

/* Tokenomics yazı renkleri açık arka plan için */
.token-distribution h2 {
  color: #c9a96e !important;
}

.token-legend-item h6 {
  color: #fff !important;
}

.token-legend-item p {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* =============================================
   ROADMAP CARDS
   ============================================= */

.roadmap-card {
  border: 1px solid rgba(201, 169, 110, 0.4);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #111;
  transition: border-color 0.3s ease;
}

.roadmap-card:hover {
  border-color: #c9a96e;
}

.roadmap-card-img {
  width: 100%;
  height: 150px;
  background: linear-gradient(135deg, #30251c 0%, #6b3b0b 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap-phase-num {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 700;
  color: rgba(201, 169, 110, 0.2);
  line-height: 1;
}

.roadmap-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.roadmap-phase-label {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: #c9a96e;
  display: block;
  margin-bottom: 8px;
}

.roadmap-card-header h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.roadmap-subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}

.roadmap-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.roadmap-list li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-left: 16px;
  position: relative;
}

.roadmap-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #c9a96e;
  font-size: 8px;
  top: 8px;
}

.roadmap-card-footer {
  border-top: none !important;
  margin-top: 20px;
  padding-top: 16px;
}

.roadmap-card-footer span {
  font-size: 12px;
  color: #c9a96e;
  letter-spacing: 1px;
}

.roadmap .container {
  max-width: 100% !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.roadmap-card-header h4 {
  font-size: 17px;
  margin-bottom: 4px;
}

.roadmap-subtitle {
  font-size: 11px;
  margin-bottom: 12px;
}

.roadmap-list li {
  font-size: 12px;
  padding: 4px 0 4px 16px;
}

/* FAQ Section */
.faq-section {
  padding: 100px 0;
  background: url("../img/core-img/faq-back.png") center center / cover no-repeat;
  position: relative;
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75); /* 0.75 = karartma oranı, ayarlayabilirsin */
  z-index: 0;
}

.faq-section .container {
  position: relative;
  z-index: 1;
}

.faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.faq-header .section-label {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 12px;
}

.faq-header .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #1e1e1e;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  text-align: left;
  gap: 16px;
  color: #fff;
  font-size: 22px !important;
  font-weight: 500;
  transition: color 0.2s;
}

.faq-question:hover {
  color: #c8a96e;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #2a2a2a;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.faq-icon::before {
  width: 12px;
  height: 1.5px;
}
.faq-icon::after {
  width: 1.5px;
  height: 12px;
}

.faq-item.open .faq-question {
  color: #c8a96e;
}

.faq-item.open .faq-icon {
  background: #c8a96e;
  border-color: #c8a96e;
}

.faq-item.open .faq-icon::before,
.faq-item.open .faq-icon::after {
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding-bottom: 22px;
  margin: 0;
  font-size: 20px;
  color: #bbb;
  line-height: 1.7;
}

/* Countdown Section */
.countdown-section {
  background: #0d0d0d;
  padding: 80px 0;
  text-align: center;
}

.cd-label {
  font-size: 12px;
  letter-spacing: 4px;
  color: #c9a96e;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.cd-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 6px;
  margin: 0 0 6px;
  background-image: linear-gradient(135deg, #c9a96e 0%, #e8c98a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cd-sub {
  font-size: 12px;
  letter-spacing: 4px;
  color: rgba(201, 169, 110, 0.6);
  margin: 0 0 30px;
}

.cd-divider {
  width: 60px;
  height: 1px;
  background: #c9a96e;
  margin: 0 auto 30px;
  opacity: 0.4;
}

.cd-launching {
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 14px;
}

.cd-blocks {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd-box {
  width: 110px;
  height: 110px;
  border: 1px solid #c9a96e;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  position: relative;
}

.cd-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 169, 110, 0.3);
  pointer-events: none;
}
.cd-num {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.cd-unit {
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 10px;
  text-transform: uppercase;
}

.cd-sep {
  font-size: 28px;
  color: rgba(201, 169, 110, 0.4);
  padding: 0 8px;
  margin-bottom: 22px;
}

.social-footer-icon:hover {
  background: rgba(201, 169, 110, 0.1) !important;
  border-color: #c9a96e !important;
}
