@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.75em;
  color: #999;
  overflow-x: hidden !important;
  background: #272727;
}

a {
  color: #ac9b4d;
  text-decoration: none;
}

h4 {
  color: #ac9b4d;
  font-weight: 400;
}

small {
  font-size: 0.75em;
}

.border-top {
  border-top: 1px solid #535151 !important;
}

.btn-primary {
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  background: #ac9b4d;
  color: white;
  padding: 13px 30px;
  margin: 0;
  position: relative;
  font-size: 16px;
  letter-spacing: 3px;
  border-radius: 0px;
  border: 1px solid #ac9b4d;
}
.btn-primary:hover {
  background: #323232;
  color: white;
  border: 1px solid #ac9b4d;
}
.btn-primary:focus {
  box-shadow: none !important;
}
.btn-primary:active {
  border: none !important;
  background: #323232 !important;
  color: white !important;
  border: 1px solid #ac9b4d !important;
}

.btn-menu {
  background: #323232;
  color: white;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 13px;
  margin: 0;
  position: relative;
  border-radius: 0px;
  border: none;
  margin-left: -33px;
}
@media (min-width: 576px) {
  .btn-menu {
    zoom: 1.75;
  }
}
.btn-menu:hover {
  background: #323232;
  color: white;
  border: none;
}
.btn-menu:focus {
  box-shadow: none !important;
}
.btn-menu:active {
  border: none !important;
}

.bg-navbar {
  background-color: #323232;
}

.navbar {
  transition: transform 0.4s ease-in-out;
}

.navbar.hide {
  transform: translateY(-100%);
}

.makronom-logo {
  width: 320px;
  background-color: #323232;
  padding: 1rem;
}

.stage {
  background-image: url("../images/makronom_wallpaper3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  margin-top: -65px;
}

.category {
  background-image: linear-gradient(0deg, rgb(39, 39, 39), rgba(39, 39, 39, 0.8)), url(../images/makronom_wallpaper2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
  margin-top: -65px;
}

.section-title {
  color: white;
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 10px;
  word-spacing: 5px;
  margin-bottom: 30px;
}
.section-title span {
  color: #ac9b4d;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.section-img {
  width: 120px;
  margin-bottom: 20px;
}

.section-number {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  line-height: 1em;
  text-align: right;
}

.line {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.line:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}

.article-preview {
  margin: -180px 20px 75px;
  padding: 15px 15px 25px 15px;
  background-color: #323232 !important;
  border: 1px solid #323232;
  border-radius: 0;
  overflow: hidden;
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  bottom: -55px;
  position: relative;
  min-height: 170px;
}

.article-img {
  min-height: 100px;
  height: 303.188px;
}

.article-date {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.article-title {
  color: #ac9b4d;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.partners {
  background-color: white;
}

.partners-img {
  height: 60px;
}

.recommended-date {
  display: table-cell;
  position: relative;
  width: 180px;
  z-index: 2;
}
.recommended-date h3 {
  font-family: "Poppins", sans-serif;
  font-size: 65px;
  font-weight: 100;
  color: #ac9b4d;
  margin-bottom: 0px;
}
.recommended-date h6 {
  color: #999;
  letter-spacing: 2px;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

.recommended-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.recommended-author {
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.recommended-title {
  margin: 15px 0;
  font-size: 20px;
  color: white;
  letter-spacing: 5px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5em;
}

.recommended-link {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ac9b4d;
  padding-left: 40px;
  position: relative;
}
.recommended-link span, .recommended-link a, .recommended-link a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.recommended-link:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #ac9b4d;
  position: absolute;
  top: 50%;
  left: 0px;
}
.recommended-link:hover {
  color: white;
}

.category-item .categpry-date {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}
.category-item .categpry-date span {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.category-item .category-title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
}
.category-item .category-title:hover {
  color: #ac9b4d;
}

.widget {
  background: #323232;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.search form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #272727;
  margin-bottom: 0;
}

input[type=password], input[type=email], input[type=text], input[type=file], textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  height: auto;
  background-color: transparent;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-image: none;
  border-bottom: 1px solid #eee;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.search form button {
  position: absolute;
  /* z-index: 11; */
  /* left: 0; */
  /* top: 0; */
  margin-top: -48px;
  margin-left: 155px;
  background-color: transparent;
  color: #999;
  border: 10px;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.ti-search:before {
  content: "\e610";
}

.widget-title h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 20px;
  line-height: 1.75em;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

.widget a {
  margin-bottom: 15px;
  color: #999;
  font-size: 16px;
  line-height: 1.5em;
}

.widget ul {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

.widget ul li {
  margin-bottom: 15px;
  color: #999;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

.widget .recent .thum {
  width: 90px;
  overflow: hidden;
  float: left;
}

.thum-text {
  padding-left: 100px;
  display: block;
}

.single {
  background-color: white;
  /* Add a pseudo-element */
}
.single h2 {
  color: #ac9b4d;
  font-size: 35px;
  font-weight: 300;
  color: #ac9b4d;
  position: relative;
  line-height: 1.25em;
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.single p, .single ul, .single li {
  color: rgb(39, 39, 39);
}
.single a {
  color: #ac9b4d;
  text-decoration: none;
}
.single a:hover {
  text-decoration: underline;
}
.single .tag {
  position: relative; /* Needed if you want to position pseudo-elements inside */
  padding: 5px;
  padding-left: 0px;
  color: rgb(39, 39, 39);
}
.single .tag span {
  display: inline-block;
  margin-left: 12px;
  font-size: 16px;
}
.single .tag::before {
  content: "#"; /* Text, icon, or empty string "" */
  position: absolute; /* Position relative to .box */
  color: rgb(39, 39, 39);
}
.single .date {
  font-size: 16px;
}

.menu-container {
  background: #272727;
}

.menu ul li {
  margin: 10px 30px 10px 30px;
  padding: 0 0 10px 0;
  list-style: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.menu > ul > li > a {
  color: #999;
  text-decoration: none;
  position: relative;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  transition: 0.3s;
}
.menu > ul > li > a:focus {
  box-shadow: none !important;
}

.menu > ul > li > a:hover {
  color: #ac9b4d;
}

.menu-footer {
  position: relative;
  bottom: 30px;
  left: 0;
  padding: 90px 30px 0px 30px;
  color: #777;
}

.separator {
  width: 16%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #333;
  margin: 10px 0;
}

.research-img {
  zoom: 0.77;
}

.article-block {
  overflow: hidden;
}

.article-block img {
  transition: transform 0.3s ease-in-out;
}

.article-block .article-preview {
  transition: transform 0.3s ease-in-out;
}

.article-block:hover img {
  transform: scale(1.1);
}

.article-block:hover .article-preview {
  transform: translateY(-30px);
}

:root {
  --indicator-size: 56px;
  --indicator-track: #6b6f72; /* grey track */
  --indicator-progress: #c7ab2e; /* gold progress */
  --indicator-bg: rgba(0,0,0,0.35);
  --indicator-shadow: 0 6px 24px rgba(0,0,0,.25);
}

.scroll-indicator {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: var(--indicator-size);
  height: var(--indicator-size);
  border: 0;
  border-radius: 50%;
  background: var(--indicator-bg);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: var(--indicator-progress);
  box-shadow: var(--indicator-shadow);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 9999;
}

.scroll-indicator.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-indicator .ring {
  position: absolute;
  width: calc(var(--indicator-size) - 6px);
  height: calc(var(--indicator-size) - 6px);
  transform: rotate(-90deg); /* start arc at top */
}

.ring-bg {
  fill: none;
  stroke: var(--indicator-track);
  stroke-width: 2.5;
  opacity: 0.6;
}

.ring-progress {
  fill: none;
  stroke: var(--indicator-progress);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 0 999; /* JS sets real values */
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.08s linear;
}

.scroll-indicator .chevron {
  width: 22px;
  height: 22px;
  pointer-events: none;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .scroll-indicator,
  .ring-progress {
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}
/* Preloader overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111; /* dark background (change as needed) */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* Loader animation (spinning circle) */
.loader {
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-top: 6px solid #ac9b4d; /* gold highlight */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Fullscreen black overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  overflow: hidden;
}

/* The gold "dot" that stretches */
.gold-line {
  width: 1px;
  height: 1px;
  background: #ac9b4d; /* gold color */
  animation: stretchLine 1.2s ease-in-out forwards;
}

/* Stretch animation — grows to full width */
@keyframes stretchLine {
  0% {
    width: 1px;
    opacity: 1;
  }
  60% {
    width: 100vw;
    opacity: 1;
  }
  100% {
    width: 100vw;
    opacity: 0.8;
  }
}
/* Fade-out effect for overlay */
#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}/*# sourceMappingURL=main.css.map */