@import url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.css');
html, body {
  overflow-x: hidden;
}

body {
  font-family: 'Vazir', sans-serif;
  direction:rtl;
  margin: 0;
  padding: 0;
  /* background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); */
  min-height: 100vh;

}
/* nav bar and hero  */
body a{
  text-decoration: none;
}


/* Header */
#header {
  background: linear-gradient( #37517e, #37517e54);
  padding: 15px 0;
  z-index: 1000;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.153);
}

.navbar-brand {
  color: #fff;
  font-size: 30px;

}

.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* display: flex;
  flex-direction: row; */
  gap: 10px;
}

.navbar ul li a {
  color: #fff;
  text-decoration: none !important;
  padding: 8px 12px;
  
  /* display: inline-block; */
  font-size: 1rem;
}

.navbar ul li a:hover,
.navbar ul li a.active {
  color: #47b2e4;
}
.btn-nav{
 
      border: none;
      background-color: transparent;
      outline: none !important;
      box-shadow: none !important;
      color: #fff;
    }
    #btn-menu{
      color: #fff !important;
    }
.btn-nav:focus {
      outline: none !important;
      box-shadow: none !important;
      background-color: transparent !important;

    }
    @media (max-width: 991.98px) {
      .navbar-brand {
        position: absolute;
        left: 0px;
        top: 0px;
        transform: translateX(50%);
        font-size: 1.5rem;
      }}





/* Hero Section */
#hero {
  background-color: #37517e;
  color: #fff;
  padding: 120px 0;
}

#hero h1 {
  font-size: 36px;
  font-weight: bold;
}

#hero p {
  font-size: 16px;
  margin-bottom: 20px;
}


.hero-img img {
  max-width: 100%;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Responsive */
@media (max-width: 991.98px) {
  .navmenu {
    display: none !important;
  }

  .mobile-menu {
    display: block;
  }

  .btn-getstarted {
    display: none !important;
  }
}

/*  navbar and hero end */



/*  brands */

.brand-logo {
  max-height: 60px;
  object-fit: contain;
 
  opacity: 0.6;
  transition: 0.3s;
}



.scrolling-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  direction: ltr; /* مهم برای حرکت از راست به چپ */
}

.scrolling-track {
  display: flex;
  width: max-content;
  animation: scrollLoop 30s linear infinite;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* brands end */

/* about me */

section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  section h2 {
    font-weight: bold;
    margin-bottom: 20px;
  }
  /* .container_about{
    height: 500px;
    background-color: #0d6efd;
  }

  .container_about2{
    height: 500px;
    background-color: #778eb1;
  } */
  .img-about{
    height: 500px;
    border-radius: 5px;
 
    transition: 0.5s;
  }

  .img-about:hover{
    /* transform: scale(1.1); */
    box-shadow: 0 0 50px 1px #0d6efd;
    border: 1px solid #0d6efd;
  }


  

/* services */

  .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
  .circle-wrapper {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .circle-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .card-title {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .card-bag{
    /* background-color: #e0e0e0; */
    background: linear-gradient(#ffffff,#37517e7e) !important;
    border-top: 0px;

  }


/* contact */
.btn-primary{
  background:#37517e ;
  border-color: #37517e;
}
.btn-primary:hover{
  background:#2d4369 ;
  border-color: #37517e;
}
.bi{
color: #37517e !important;
}





/* footer */
   footer a:hover {
    text-decoration: underline;
    color: #0d6efd;
  }
  .foter{
 background: linear-gradient(120deg,#37517e,#37517e,#5f7292af,#37517e,#37517e) !important;
 text-align: center;
 align-items: center;
 justify-content: center;
 box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.662);
  }
  .copy a{
    color: rgb(255, 255, 255);
    text-decoration: underline; 
    transition: 0.5s;
  }
  .copy{
    color: #262626 !important;
  }
  .copy a:hover{
    color: rgb(214, 214, 214);
    border-radius: 20px;
    /*text-decoration: none;*/
  transition: 0.5s;  
}


#vento{
  color: red;
}




.iconso{
  align-items: center;
  justify-content: center;
}

.bi-telegram,.bi-whatsapp,.bi-instagram,.bi-linkedin{
  color: #fff !important;
  
}
#contact i {
  color: #0d6efd;
}

form input, form textarea {
  border-radius: 10px;
}


/* btn top */
.btn-back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #005eff, #09bcee);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 26px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-back-to-top:hover {
  transform: scale(1.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}


/* btn top end */