@font-face {
  font-family: 'myFont';
  src: url('../fonts/Yekan.ttf');
}

*{
  padding:0;
  margin:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body {
  font-family: 'myFont';
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* background-image: url('../images/18129294.jpg'); */
  background-color:#1c1c22;
/* background: #EEAECA;
background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);  background-size: cover; */
  background-position: center;
  background-attachment: fixed;
  margin: 0;
    position: relative;
  z-index: 1;

}

.main-content {
  flex: 1; /* این باعث میشه محتوا فضای باقی‌مانده رو پر کنه */
}

/* overlay */
body::before{
  content:"";
  position:fixed;
  inset:0;
   z-index:-1;
 }

@keyframes gradientShift{
  0%, 100%{
    opacity:1;
  }
  50%{
    opacity:0.85;
  }
}

/* Glass */
.glass {
  background: #000000;  
 }

/* Navbar */
.navbar{
  padding:16px 0;

border-radius: 0 0 10px 10px;
}


.navbar-brand{
  font-size:1.4rem;
  background:linear-gradient(135deg, #00ffd5 0%, #00d4ff 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  font-weight:bold;
  transition:all 0.3s ease;
  position:relative;
}

.navbar-brand::after{
  content:"";
  position:absolute;
  bottom:-5px;
  left:0;
  width:0;
  height:2px;
  background:linear-gradient(90deg, #00ffd5, #00d4ff);
  transition:width 0.4s ease;
}

.navbar-brand:hover::after{
  width:100%;
}

.navbar-brand .nv{
  border-radius:50%;
  margin-left:10px;
  border:3px solid #00ffd5;
  transition:all 0.4s ease;
  box-shadow:0 0 20px rgba(0,255,213,0.4);
  size: 150px;
 }

@keyframes pulse{
  0%, 100%{
    box-shadow:0 0 20px rgba(0,255,213,0.4);
  }
  50%{
    box-shadow:0 0 30px rgba(0,255,213,0.7);
  }
}



.nav-link{
  color:white !important;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position:relative;
  padding:8px 16px !important;
}

.nav-link::before{
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:0;
  height:2px;
  background:linear-gradient(90deg, #000000, #ffe11f);
  transition:width 0.4s ease;
}

.nav-link:hover{
  color:#f4bf35 !important;
  transform:translateY(-3px);
}

.nav-link:hover::before{
  width:80%;
}

.nav-link.active{
  color:#f4bf35 !important;
}

.nav-link.active::before{
  width:80%;
}

 

/* Force body and html to take full height */
html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

/* Main content grows to fill available space */
main.container {
  flex: 1;
}
footer{
  color:white;
  margin-top:auto;
  animation:fadeIn 1.5s ease-out;
  transition:all 0.3s ease;
}

 /* برای گوشی‌ها و صفحه‌های کوچک */
@media (max-width: 768px) {
  body {
    font-size: 12px; /* سایز فونت کوچکتر نسبت به دسکتاپ */
  }

  .navbar-brand {
    font-size: 1.2rem; /* کوچکتر کردن عنوان برند */
  }

  .nav-link {
    padding: 6px 12px !important; /* کم کردن فاصله لینک‌ها */
    font-size: 0.9rem;
  }

  .login-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}


  body {
    font-size: 12px; /* سایز فونت کوچکتر نسبت به دسکتاپ */
  }

  .navbar-brand {
    font-size: 1.2rem; /* کوچکتر کردن عنوان برند */
  }

  .nav-link {
    padding: 6px 12px !important; /* کم کردن فاصله لینک‌ها */
    font-size: 0.9rem;
  }

  .login-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }





  /* دسکتاپ */
@media (min-width: 992px) {
  #btn-links { order: 3; }     /* چپ */
  .navbar-collapse { order: 2; } /* وسط */
  .navbar-brand { order: 1; margin-left: auto; } /* راست */
  .navbar-toggler { display: none; } /* همبرگر مخفی */
}

.designer-name{
  color: #f4bf35;
  text-decoration: none;

  padding: 2px 10px;
  border-radius: 20px;

  background: rgba(244, 191, 53, 0.15);

  font-weight: bold;

  transition: 0.3s;
  display: inline-block;
}

/* hover جذاب */
.designer-name:hover{
  background: #f4bf35;
  color: #000;
  transform: scale(1.05);
}



.footer-custom{
    padding: 50px 0 20px;
    border-radius: 50px 50px 0 0;
    background: rgba(32,32,32,0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255,225,31,.15);

    box-shadow:
        0 -10px 30px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.05);

    color: #fff;
}

.footer-title{
    color: #ffe11f;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-title i{
    margin-left: 8px;
}

.footer-heading{
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-text{
    color: #ffe11f;
    font-size: 15px;
}

.footer-links li{
    margin-bottom: 10px;
}

.footer-links a{
    color: #d8d8d8;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover{
    color: #ffe11f;
    padding-right: 8px;
}

.footer-contact p{
    color: #d8d8d8;
    margin-bottom: 12px;
}

.footer-contact i{
    color: #ffe11f;
    margin-left: 8px;
}

.footer-divider{
    border-color: rgba(255,225,31,.2);
    margin: 25px 0;
}

.copyright{
    color: #d0d0d0;
    font-size: 14px;
}

.copyright span{
    color: #ffe11f;
    font-weight: bold;
}