body {
    /* background-color: #3d3f4e; */
    background-color: #F5CAB3;
}

.btn-bg {
    /* background-color: #b17d56; */
    background-color: #D4AF37;
}

.bg-dark-d {
    /* background-color: #595c7d; */
    background-color: #FADADD;
}

#navbar {
    transition: top 0.3s;
    z-index: 100;
}
.nav-link{
    color: rgba(240, 248, 255, 0.664);
}
.nav-link:hover{
    color: rgb(240, 248, 255);
    transition: 900ms;
}

.color-y{
    /* color: #cb9a72; */
    color: #D4AF37;
}
.color-2{
    /* color:#d5d7c1; */
    color: #3d3f4e;

}


.full-text {
    display: none;
}

.short-text:hover + .full-text,
.short-text:active + .full-text {
    display: inline;
}




.login-nav{
    flex-direction: inherit !important;
}
@media (max-width:440px){
    .text-login{
        font-size:small;
    }
    .icon-login {
        display: none;
    }
    .usernam-login{
        display:none;
    }
} .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}

.line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.line2 {
    transition: transform 0.2s ease-in-out;
}

.line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.btn-nav {
    display: block;
    height: 26px;
    width: 32px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}





.btn:hover{
  background-color: #a76f45cb;
  transition: 800ms;
    
}


.copy-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    background-color: #3d3f4e;
    overflow: hidden; 
    width: 100%;
  }
  
  .copy-box a {
    position: absolute;
    right: 2px;
    top: 0;
  }
  
  
  code {
    border-radius: 4px;
    padding: 2px 6px;
    font-family: monospace;
    color: wheat;
  }



  /* login */


.input-underline {
    background: none;
    color: black; /* سفید برای نوشته‌ها */
    border: none;
    border-bottom: 2px solid #818181; /* خط پایین سفید */
    padding: 8px 0;
    margin-bottom: 16px;
    width: 100%; /* پهنا کامل در دسترس */
}

    .input-underline:focus {
        outline: none;
        border-bottom-color: #84b7e7; /* رنگ خط پایین هنگام فوکوس */
    }

/* اضافه کردن انیمیشن به خط پایین هنگام فوکوس */
.input-underline::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #a8cdf0;
  transition: width .3s;
}

.input-underline:focus::after {
  width: 100%; /* انیمیشن پهنای کامل */
}

form button:hover {
    background-color: #92bde7; /* تغییر رنگ دکمه هنگام موس اور */
  }
  
  ::placeholder { /* استایل متن placeholder */
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: rgba(255, 255, 255, 0.7);
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
     color: rgba(255, 255, 255, 0.7);
  }


  /* slider  */


  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 50%;
    height: 50%;
    object-fit: cover;
  }

  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }





.instagram {
  display: inline-block;
  background: -webkit-linear-gradient(to bottom, #443dd9, #fa3693, #ff6037, #fecb4f);
  background: linear-gradient(to bottom, #443dd9, #fa3693, #ff6037, #fecb4f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% 100%;
  background-position: 0 0;
  transition: background-position 0.5s ease;
}


.w-them{
  width: 30px;
  height: 30px;
}




.dropdown-item:hover{
  background-color: rgba(55, 58, 85, 0.658);
}



.flatpickr-calendar .flatpickr-day.disabled, .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
    color: red !important;
}


.flatpickr-calendar .flatpickr-day:not(.disabled):not(.flatpickr-disabled) {
    color: green !important;
}



/* اندازه نقشه */
#map {
    height: 400px;
    width: 100%;
    margin-bottom: 10px; /* فاصله بین نقشه و دکمه */
}
/* استایل برای لودینگ */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;  ابتدا مخفی باشد 
}

.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.btn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.btn-loading {
    cursor: not-allowed;
}

.loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    
}

.btn-loading .loading-icon {
    display: block;
}