@import url('https://fonts.cdnfonts.com/css/alien-moon');
@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.cdnfonts.com/css/futura-pt');


.font-pop{
font-family: 'Poppins', sans-serif;
}

:root {
  --accent:#59b3c5;
}
#space {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;}

body {
  font-family: "Montserrat", sans-serif;
  background: #111;
  color: #fff;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: 40px auto;
}

/* Header */
.header .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.header h1 {
  font-size: 30px;
  margin: 0;
}
.header .lead {
  font-size: 14px;
  color: #aaa;
  margin: 3px 0 0;
}

/* Portfolio title */
.portfolio-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
	position:relative;
	color:#fff;
	margin-top:50px;
}

/* Swiper highlights */
.highlights-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.swiper {
  padding: 10px 0 25px;
}
.swiper-slide {
  width: 100px !important;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
}
.swiper-slide:hover {
  transform: scale(1.08);
}

.highlight-logo img {
  width: 100%;
  height: 100%;
}
.highlight-name {
  font-size: 13px;
  color: #fff;
}

/* Tabs */
.tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.tabs {
  display: flex;
  gap: 8px;
  background: transparent !important;
  border-radius: 8px;
  padding: 6px 8px;
  width: 78%;
	z-index:111;
  justify-content: space-around;
}

.tab {
  background: none;
  border: none;
  color: #ccc;
  font-size: 15px;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 6px;
  transition: 0.3s;
}

.tab i {margin-right:6px;}
.tab.active {
  background: var(--accent);
  color: #fff;
}


/* Grid (3 cards per row always) */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.card {
  position: relative;
  aspect-ratio: 3/4.2;
  background: linear-gradient(135deg,#333,#111);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.icon-tab, .icon-type, .icon-link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgb(0 0 0 / 32%);
  backdrop-filter: blur(8px);
  color: #fff;
}
.icon-tab {top:10px; left:10px;}
.icon-type {top:10px; right:10px;}
.icon-link {bottom:10px; right:10px;}

.portfolio-title{
  font-size: 30px !important;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color:#fff;
	margin-top:50px;
	position:relative;
	
}

.swiper-slide{
  margin-right: 15px !important;
  margin-left: 10px !important;
}

.footer-nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  padding: 8px 16px;
  
  border-radius: 30px;
  z-index: 999;
}

.footer-nav .social-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: transform 0.25s, box-shadow 0.25s;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.footer-nav .social-icon:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Ngjyra sipas rrjetit */
.footer-nav .tiktok { background: linear-gradient(135deg,#000,#ff0050); }
.footer-nav .instagram { background: linear-gradient(135deg,#feda75,#d62976,#962fbf); }
.footer-nav .facebook { background: #1877f2; }
.footer-nav .threads { background: #000; }
.footer-nav .linkedin { background: #0a66c2; }

@media (max-width: 991px) {
 .highlight-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--accent);
    box-shadow: 0 0 10px #59b3c5;
    margin: 0 auto 6px;
}
	
.swiper-slide {
    width: 60px !important;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
}
}
.background-wall {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1; 
    pointer-events: none; 
    opacity: 0.18;
}

.background-wall .scroll-wrapper,
.background-wall .scroll-track {
    height: 100%;
    overflow: hidden;
}

.background-wall img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: blur(2px);
    opacity: 0.75;
    pointer-events: none; 
}
.tabs {
    z-index: 111;
    width: 78% !important;
    height: 100%;
    position: relative;
}

