body {
  /* font-family: "vazir";    */
 /* font-family: IranianSans; */
 font-family: "Kook-Regular";
}

a{
    color: #f4f4f4;
    text-decoration: none;
}

@font-face {
    font-family: bs;
    src: url(fonts/EsfehanBold_0.ttf);
}
@font-face {
    font-family: "Shabnam";
    src: url(fonts/Shabnam.ttf);
}

@font-face {
    font-family: Dana;
    font-weight: bold;
    src: url(fonts/Dana-Bold.ttf);
}

@font-face {
    font-family: Kook-Regular;
    src: url(fonts/Kook-Regular.ttf);
}

@font-face {
    font-family: Vazir-Light;
    src: url(fonts/Vazir-Light.ttf);
}

@font-face {
    font-family: iransan;
    src: url(fonts/IranianSans.ttf);
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 100;
    src: url(fonts/KenaarGX.ttf);
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: bold;
    src: url(fonts/BYekanBold.ttf);
}

@font-face {
    font-family: pani;
    src: url(fonts/PINAR-DS3-LIGHT.ttf);
}


.nav-tabs .nav-link {
    color: grey; /* Set default tab text color */
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 900;
}

.nav-tabs .nav-link:hover {
    color: #519eff; /* Set hover color for tab text */
}

.nav-tabs .nav-link.active {
    color: #e8f4ff; /* Set active tab text color */
    background-color: #519eff; /* Set active tab background color */
    border: 0;
}

.tab-pane img {
    cursor: pointer; /* Make images clickable */
    transition: opacity 0.3s ease; /* Add a smooth transition for hover effect */
}

.tab-pane img:hover {
    opacity: 0.7; /* Reduce image opacity on hover */
}

.nav-tabs{
    border: #36C6F0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black overlay */
    color: white;
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    font-size: 2em; /* Adjust font size as needed */
}

.image-container {
    position: relative; /* Required for absolute positioning of the overlay */
}

.image-container:hover .overlay {
    display: flex; /* Show overlay on hover */
}
 

 


/* top  */


.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0.25rem; /* Match card's border-radius */
}


.card:hover .overlay {
    opacity: 1;
}

/* about  */
.image-container {
    position: relative;
    overflow: hidden; /* Hide excess rounded corners */
}
.rounded-corner {
    border-radius: 20px; /* Adjust radius as needed */
}
.yellow-border {
    border-bottom: 5px solid gold; /* Yellow border at the bottom */
   border-right:  10px solid gold; ;
}

/* Achievements */
.card-body-Achievements{
    position: relative;
    font-family: Vazir-Light;
    
    color: #ffffff;

}
.card-border{
    /* background-color: #FFC107;   */
    /* background-color: #4286f4; */
    /* background-color: #7ab7ed; */
    background-color: #5848a1;
    border-radius: 10px;
    margin: 10px;
    text-align: center; /* Center text within cards */
}


.dashboard-title-Achievements{
    
    
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 100;
  
}

.card-title-Achievements{
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: white;
    font-family: Vazir-Light;
}

.card-img-Achievements-top{

    width: 50px;
    height: 50px;
    margin: 20px auto;  
     
}
.card-text-Achievements{
    font-size: 2rem;
    font-weight: bold;
}

/* end Achievements */

 

.p{
    font-family: "pani";
}
body {
  background: black;
}

.section-padding {
  padding: 100px 0;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
}

.carousel-caption {
    bottom: 220px;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    color: #FFFFFF; /* Changed to white for better contrast against the black background */
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    color: #E0E0E0; /* Changed to a lighter gray for better readability */
}

.carousel-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); /* Fixed the alpha value */
    z-index: 1;
}

.custom-navbar {
    background-color: transparent !important;
    border: none; /* در صورت نیاز به حذف خطوط */
  }

.navbar-nav a {
    /* font-size: 14px;
    text-transform: uppercase;
    font-weight: 500; */
   /* color: #FFFFFF; /* Changed to white for better visibility */
    color: #acacac;
    font-size: 16px;
    font-weight: 500;
    padding: 0 17px;
    display: block;
    
    line-height: 20px;
    transition: 0.3s;
}

.navbar-light .navbar-brand { /* Fixed the case of 'Light' */
    color: #FFFFFF; /* Changed to white for better visibility */
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: bs;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #FFFFFF; /* Changed to white for better visibility */
}

.navbar-light .navbar-nav .navbar-link { /* Fixed the typo 'navbar-linr' */
    color: #FFFFFF; /* Changed to white for better visibility */
}

.w-100 {
    height: 100vh;
}

.service .card-body i {
    font-size: 50px;
}

.team .card-body i {
    font-size: 20px; /* Added 'px' to the font size */
}

.portfolio .card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15); /* Fixed the alpha value */
}

.team .card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15); /* Fixed the alpha value */
}

/*=== responsive css === */

@media only screen and (min-width: 768px) and (max-width: 991px) { /* Fixed 'scree' to 'screen' */
    .carousel-caption {
        bottom: 370px;
    }
    .carousel-caption p {
        width: 100%;
    }
    .card {
        margin-bottom: 30px;
    }
    .img-area img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }
    .carousel-caption {
        bottom: 125px;
    }
    .carousel-caption h5 {
        font-size: 17px;
    }
    .carousel-caption a {
        padding: 10px 15px;
    }
    .carousel-caption p {
        width: 100%;
        line-height: 1.6;
        font-size: 12px;
    }

    .about-text {
        padding-top: 50px;
        
    }
 
    .card {
        margin-bottom: 30px;
    }
}

.productcolor{
    
    position: fixed;
    left: -250px;
    top: 250px;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(45deg, #1D1D1D , #36C6F0);
    opacity: 0.25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.blue {
    position: fixed;
    left: -250px;
    top: 250px;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(45deg, #059DFF, #36C6F0);
    opacity: 0.25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.red {
    position: fixed;
    right: -250px;
    top: -250px;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    opacity: 0.25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    background-image: linear-gradient(45deg, #FB5343, #6549D5);
}


/* .navbar {
    background-color: #222 !important;
} */

.navbar {
    transition: background-color 1.6s ease;
  }
  .navbar.transparent {
    background-color: transparent;
  }
  .navbar.scrolled {
    background-color: #222;
  }

.navbar-brand{
    color: #FFFFFF !important;
}

/* .lead{
    color: #ffffffbb !important;
    font-weight: 100;
} */

h2{
    /* color: yellow !important; */
    font-family: "Dana" !important;
}


footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}
.footer-logo {
    /* border: 2px solid #fbb03b; */
    /* border-radius: 5%; */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  

}
.footer-logo img {
    max-width: 100px;
   

}
.footer-text {
    font-size: 14px;
    font-family: yekan;
}
.footer-contact-item {
    margin-bottom: 10px;
   
}
.footer-contact-icon {
    color: #fbb03b;
    margin-left: 10px;
    
}
.footer-link {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    font-family: yekan;

}
.footer-social-icon {
    color: #fbb03b;
    font-size: 20px;
    
    margin: 0 5px;
}



/* اخرین خبر ها */

.grid-container{
    display: grid;
    /* background-color: #203A43; */
    border: 5px white;
    border-radius: 15px;
    padding: 20px;
    grid-template-columns: repeat(auto-fit,1fr);
    gap: 15px;
    display: flex;
    justify-content: center;
    
 
    

}

 .card{
  
 
    transition: all 0.3s ease;
 }

.card:hover{
    filter: drop-shadow(10px 10px 20px rgba(214, 14, 14, 0.5));
    transition: all 0.3s ease;

}


#newText {
   
    padding: 20px;
    background: #eaeaea;
    max-width: 400px;
    margin: 50px auto;

  }
  .card-text-new{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: "Vazir-Light";
  }
  
  #dash p {
    padding: 10px;
    margin: 0;
  }

  /* CSS */
.button-19 {
    appearance: button;
    background-color: #1899D6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: din-round,sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
  }
  
  .button-19:after {
    background-clip: padding-box;
    background-color: #1CB0F6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  
  .button-19,
  .button-19:focus {
    user-select: auto;
  }
  
  .button-19:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
  }
  
  .button-19:disabled {
    cursor: auto;
  }
  
  .button-19:active {
    border-width: 4px 0 0;
    background: none;
  }




 



/* CSS */
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    /* #ff0000, */
    /* #ff7300, */
    #fffb00,
    /* #48ff00, */
    /* #00ffd5, */
    #3bcbff,
    #a959ff,
    /* #ff00c8, */
    /* #ff0000 */
    yellow
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
    
}

.btn-call {
    background-color: #FFC300;
    color: black;

}

         .product-image {
            max-height: 400px; /* Adjust as needed */
            object-fit: cover;
        }
        .thumbnail {
            width: 60px;
            height: 60px;
            object-fit: cover;
            cursor: pointer;
            border: 2px solid transparent;
        }
        .thumbnail.active {
            border-color: #0d6efd; /* Primary Bootstrap color */
        }

        .hiddenContent {
            display: none;
          }

      