
  .uuwedhnp9mxijmpf-cosmic-bar {
        position: relative;
        overflow: hidden;
        background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }
    
    .uuwedhnp9mxijmpf-stars {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
    
    .uuwedhnp9mxijmpf-star {
        position: absolute;
        background-color: white;
        border-radius: 50%;
        animation: uuwedhnp9mxijmpf-twinkle var(--duration) infinite ease-in-out;
        opacity: 0;
    }
    
    .uuwedhnp9mxijmpf-galaxy {
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: radial-gradient(circle at center, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 40%, transparent 70%);
        filter: blur(3px);
        opacity: 0.3;
        animation: uuwedhnp9mxijmpf-float 15s infinite linear;
    }
    
    .uuwedhnp9mxijmpf-icon {
        color: #fde047;
    }
    
    .uuwedhnp9mxijmpf-btn {
        color: #3730a3;
        transition: all 0.3s;
    }
    
    .uuwedhnp9mxijmpf-btn:hover {
        background-color: #e0e7ff;
        color: #3730a3;
    }
    
    .uuwedhnp9mxijmpf-close-btn:hover {
        transform: scale(1.1);
    }
    
    @keyframes uuwedhnp9mxijmpf-twinkle {
        0%, 100% { opacity: 0; }
        50% { opacity: 1; }
    }
    
    @keyframes uuwedhnp9mxijmpf-float {
        0% { transform: translateX(-100px) translateY(0); }
        50% { transform: translateX(calc(100vw + 100px)) translateY(10px); }
        100% { transform: translateX(-100px) translateY(0); }
    }
    
    .uuwedhnp9mxijmpf-content-wrapper {
        position: relative;
        z-index: 10;
    }
    
    /* Bootstrap gap-2 equivalent for older versions */
    .gap-2 {
        gap: 0.5rem;
    }
   .dfjgheroubhetoiu{
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
   }
    .AiBox {
      background-color: #fff;
      border: 2px solid #dde3f0;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: row;
      max-width: 800px;
      width: 100%;
      overflow: hidden;
      animation: AiFadeIn 1s ease;
    }

    .AiImageWrapper {
      flex: 1;
      background-color: #f9fbff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .AiImageWrapper img {
      width: 100%;
      max-width: 200px;
      border-radius: 12px;
    }

    .AiContent {
      flex: 2;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .AiContent h2 {
      font-size: 1.8rem;
      color: #2c3e50;
      margin-bottom: 12px;
    }

    .AiContent p {
      font-size: 1rem;
      color: #555;
      margin-bottom: 25px;
    }

    .AiButton {
      align-self: start;
      background-color: #007bff;
      color: #fff;
      border: none;
      padding: 10px 24px;
      font-size: 1rem;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s ease;
      text-decoration: none;
    }

    .AiButton:hover {
      background-color: #0056b3;
    }

    @media (max-width: 768px) {
      .AiBox {
        flex-direction: column;
        text-align: center;
      }

      .AiContent {
        align-items: center;
      }

      .AiButton {
        align-self: center;
      }
    }

    @keyframes AiFadeIn {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
/* بخش بعدی*/
.vt-hero-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh; /* تمام ارتفاع صفحه */
  background: linear-gradient(to left, #f5f5ff, #ffffff);
  text-align: center;
  animation: fadeIn 2s ease-in-out;
}

.vt-hero-title {
  font-size: 3rem;
  color: #06b6d4;
  font-weight: 800;
  margin: 0;
  opacity: 0;
  animation: fadeInText 1.5s forwards ease-out 0.5s;
}

.vt-hero-subtitle {
  font-size: 1.5rem;
  color: #444;
  font-weight: 500;
  margin-top: 1rem;
  opacity: 0;
  animation: fadeInText 1.5s forwards ease-out 1s;
}

@keyframes fadeInText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}


.vt-button {
  background-color: #f97316;
  color: white;
  padding: 1rem 2.5rem;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(124, 58, 237, 0.2);
}

.vt-button:hover {
  background-color: #d43606;
  transform: scale(1.05);
}









@import url('https://cdn.jsdelivr.net/npm/boxicons@2.1.4/css/boxicons.min.css');

.vt-features-section {
  padding: 4rem 2rem;
  background-color: #f9fafa;
  text-align: center;
}

.vt-section-title {
  font-size: 2rem;
  color: #f97316;
  font-weight: 800;
  margin-bottom: 3rem;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}

.vt-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: auto;
}

.vt-feature-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.vt-feature-card:nth-child(1) { animation-delay: 0.2s; }
.vt-feature-card:nth-child(2) { animation-delay: 0.4s; }
.vt-feature-card:nth-child(3) { animation-delay: 0.6s; }
.vt-feature-card:nth-child(4) { animation-delay: 0.8s; }

.vt-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.vt-feature-card i {
  font-size: 2.5rem;
  color: #06b6d4;
  margin-bottom: 1rem;
}

.vt-feature-card h3 {
  font-size: 1.2rem;
  color: #334155;
  margin-bottom: 0.5rem;
}

.vt-feature-card p {
  font-size: 0.95rem;
  color: #64748b;
}

/* Animation Keyframes */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}




.learning-section {
      max-width: 1100px;
      margin: 40px auto;
      padding: 20px;
    }

    .learning-title {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 30px;
      color: #333;
    }

    .tab-buttons {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 30px;
    }

    .tab-button {
      padding: 12px 24px;
      border: none;
      border-radius: 8px;
      background-color: #06b6d4;
      color: white;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s;
    }

    .tab-button.active {
      background-color: #0e7490;
    }

    .learning-content {
      display: none;
      animation: fadeIn 0.5s ease-in-out;
      background-color: white;
      border-radius: 16px;
      padding: 25px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .learning-content.active {
      display: block;
    }

    .learning-step {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 0;
      border-bottom: 1px dashed #ccc;
    }

    .learning-step span {
      display: inline-block;
      background-color: #06b6d4;
      color: white;
      font-weight: bold;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 32px;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 600px) {
      .learning-step {
        flex-direction: column;
        align-items: flex-start;
      }
    }











    

.vt-courses-section {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1.5rem;
  text-align: center;
}

.vt-section-title {
  font-size: 2.5rem;
  color: #7c3aed;
  margin-bottom: 2rem;
  font-weight: 800;
}

.vt-courses-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}


a{
  text-decoration: none !important;
}
.vt-course-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(124, 58, 237, 0.15);
  width: 320px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.vt-course-card:hover {
  transform: translateY(-10px);
}

.vt-course-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}

.vt-course-content {
  padding: 1.2rem 1.5rem 2rem;
  text-align: right;
}

.vt-course-content h3 {
  color: #333;
  font-weight: 700;
  margin-bottom: 0.7rem;
  font-size: 1.3rem;
}

.vt-course-content p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.vt-stars {
  color: #fffb01;
  font-size: 1.3rem;
  display: flex;
  gap: 0.2rem;
  justify-content: flex-start;
}

/* ریسپانسیو */

@media (max-width: 992px) {
  .vt-courses-grid {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .vt-courses-grid {
    flex-direction: column;
    align-items: center;
  }

  .vt-course-card {
    width: 90%;
  }
}


*{
font-family: 'Vazir', sans-serif;
}
.codepen-button {
    display: block;
    cursor: pointer;
    color: white;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    overflow: hidden;
    padding: 3px;
    isolation: isolate;
  }
  
  .codepen-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
    background-size: 25% 100%;
    animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop .75s linear infinite;
    animation-play-state: paused;
    translate: -5% 0%;
    transition: translate 0.25s ease-out;
  }
  
  .codepen-button:hover::before {
    animation-play-state: running;
    transition-duration: 0.75s;
    translate: 0% 0%;
  }
  
  @keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
    to {
      transform: translateX(-25%);
    }
  }
  
  .codepen-button span {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    background: #000;
    border-radius: 3px;
    height: 100%;
  }

    canvas {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

/* استایل برای متن SEO در وسط */
    .center-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-family: Arial, sans-serif;
      font-size: 48px;
      font-weight: bold;
      text-align: center;
    }

    /* استایل برای بخش شبکه‌های اجتماعی در پایین */
    .social-icons {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 20px;
    }

    .social-icons a {
      text-decoration: none;
    }

    .social-icons img {
      width: 40px;
      height: 40px;
    }


a{
    text-decorasion : none ;
}
   /*header*/
   .w{
    height: 50vh;
    clip-path: polygon( 0 0 , 100% 0 , 100% 95% , 50% 100% , 0 95%);
    background:linear-gradient(rgb(5, 5, 255),white);
}


.log-btn{
    width: 150px;
    padding: 10px;
    background-position: center;
}


.logo-heder{
    width: 53px;
    height: 47px;
}






/*end header*/




/*start icons*/
.icon{
    font-size: 3rem;
    padding: 20px;
}

@media screen and (max-width:500px){
    .icon{
        font-size: 2rem;
    }

}

/*end icon*/


/*قسمت خرید اشتراک*/

.f{
    display: flex;
    justify-content: center;
}
.esh{
    height: 160px;
    width: 300px;
    justify-items: center;
    font-size: 14px !important;
  
    border-radius: 30px;
    color: rgb(0, 0, 0);
    background-color:rgb(185, 185, 185);
    transition: 1s all ease-in-out;
   
}

.esh:hover{
    background-color:rgba(0, 0, 0, 0.76);
    opacity: 1;
    color: rgb(255, 255, 255);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.que-icon{
    
    transition: all 0.5S ease-in-out;
}

.que-icon:hover{
   
    transform: translateY(-10%);
   
}





@media screen and (max-width:500px){
  
.f{
    display: flex;
    justify-content: center;
}
.esh{
    height: 200px;
    width: 200px;
    
    font-size: 14px !important;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    background-color:rgba(0, 0, 0, 0.76);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.que-icon{
}
.que-icon:hover{
    transform: translateY(-0%);
}



}



/*قسمت خرید استراک*/

/*dizayn*/

.dizayn1{
  margin: 10px;

}
.dizayn2{
  margin: 10px;
  color: white;
  background-color: blue;
  padding: 0.5 2rem;
  clip-path: polygon(10% 0 , 100% 0 , 90% 100% , 0 100%);
}
/*end dizayn*/







/*card*/
.inventori{
background-color: rgb(173, 173, 173);
}


.box-card{
    font-size: 2rem;
    color:red;
}

/*end card*/










/*end feat*/



.icon-foter{
    font-size: 2rem;
}



.f{
    display: flex;
    justify-content: center;
}

.main-gab{
    align-items: center;
    background-color: black;
    border-radius: 8px;
    width: 259px;
    height: 320px;
    color: white;
}





/* سبک برای جدا کننده */
.separator-container {
    background: #1a1a1a; /* رنگ پس زمینه تیره */
    padding: 50px 0;
    color: white;
    text-align: center;
}

.separator {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1); /* پس‌زمینه شفاف */
    border-radius: 10px;
}

.separator-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    animation: fadeIn 2s ease-in-out;
}

.separator-text {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 40px;
    animation: fadeIn 3s ease-in-out;
}

/* انیمیشن برای ظاهر شدن */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* استایل برای دکمه‌ها در بخش جدا کننده */
.separator .btn {
    padding: 15px 30px;
    background: #f39c12;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.separator .btn:hover {
    background: #e67e22;
}


@media (max-width: 768px) {
    .separator-title {
        font-size: 28px; /* اندازه متن در نمایشگرهای کوچکتر */
    }

    .separator-text {
        font-size: 16px; /* اندازه متن در نمایشگرهای کوچکتر */
    }

    .separator .btn {
        padding: 12px 25px; /* اندازه دکمه در نمایشگرهای کوچکتر */
    }
}




/* From Uiverse.io by creator1116 */ 
@keyframes blinkCursor {
  50% {
    border-right-color: transparent;
  }
}

@keyframes typeAndDelete {
  0%,
  10% {
    width: 0;
  }
  45%,
  55% {
    width: 10em;
  } /* adjust width based on content */
  90%,
  100% {
    width: 0;
  }
}

.terminal-loader {
  border: 0.1em solid #333;
  background-color: #1a1a1a;
  color: #0f0;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  padding: 1.5em 1em;
  width: 12em;
  margin: 100px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.terminal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  background-color: #333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 0.4em;
  box-sizing: border-box;
}

.terminal-controls {
  float: right;
}

.control {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.4em;
  border-radius: 50%;
  background-color: #777;
}

.control.close {
  background-color: #e33;
}

.control.minimize {
  background-color: #ee0;
}

.control.maximize {
  background-color: #0b0;
}

.terminal-title {
  float: left;
  line-height: 1.5em;
  color: #eee;
}

.text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.2em solid green; /* Cursor */
  animation: typeAndDelete 4s steps(11) infinite,
    blinkCursor 0.5s step-end infinite alternate;
  margin-top: 1.5em;
}




.bacimg{
  background-img: url("/img/wtstoreweblog.jpg");
 }




        .kfj34 {
            font-family: Tahoma, sans-serif;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;  /* وسط‌چین افقی */
            align-items: center;  /* وسط‌چین عمودی */
            flex-direction: column;
            min-height: 100vh;  /* ارتفاع صفحه به اندازه کامل صفحه نمایش */
            overflow-y: auto;
        }

        .klm34po {
            max-width: 400px;
            width: 100%;
            padding: 24px;
            border-radius: 8px;
            background-color: #fff;
            margin-bottom: 16px;
        }

        .mno283 {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 16px;
        }

        .qwe239 {
            list-style-type: none;
            padding: 0;
        }

        .asd231 {
            background-color: #333;
            color: white;
            padding: 12px;
            border-radius: 12px;
            margin-bottom: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            transition: transform 0.3s, background-color 0.3s;
        }

        .asd231:hover {
            background-color: #555;
            transform: scale(1.05);
        }

        .asd231:nth-child(even) {
            background-color: #e0e0e0;
            color: black;
        }

        .asd231:nth-child(even):hover {
            background-color: #ccc;
        }

        .zxc456 {
            background-color: transparent;
            color: inherit;
            padding: 4px 8px;
            border-radius: 4px;
        }

        .ghj789 {
            font-size: 20px;
        }

/* تنظیمات صفحه */
    .earth-animation {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px;
        overflow: hidden;
    }

   


    
         .full-container {
            position: relative;
            width: 100%;
            height: 100vh;
            background-color: #ffffff;
            overflow: hidden;
        }
  
     
        .text-box {
            position: absolute;
            top: 40%; /* تغییر مکان */
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            font-size: 1.8rem;
            color: black;
            background-color:rgba(199, 197, 197, 0.62);
            font-weight: bold;
            padding: 20px;
            border-radius: 10px;
            text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
            z-index: 10; 
            width: 80%; 
        }
  

     
  
        
        .imgone {
            position: absolute;
            transition: transform 0.3s ease;
        }
  
        
        .img1 { top: 20px; left: 50px; width: 200px; height: 200px; }
        .img2 { top: 100px; right: 50px; width: 150px; height: 150px; }
        .img3 { bottom: 100px; left: 100px; width: 250px; height: 250px; }
        .img4 { bottom: 50px; right: 100px; width: 300px; height: 300px; }
        .img5 { top: 200px; left: 200px; width: 180px; height: 180px; }
  
        
        .imgone:hover {
            transform: scale(1.1) rotate(10deg);
        }
  
        
        @media (max-width: 768px) {
            .text-box {
                top: 50%; 
                font-size: 1.4rem;
                width: 90%;
                padding: 15px;
            }
  
            .img1 { top: 10px; left: 20px; width: 120px; height: 120px; }
            .img2 { top: 80px; right: 20px; width: 100px; height: 100px; }
            .img3 { bottom: 50px; left: 50px; width: 150px; height: 150px; }
            .img4 { bottom: 30px; right: 50px; width: 180px; height: 180px; }
            .img5 { top: 150px; left: 100px; width: 120px; height: 120px; }
        }
  
        @media (max-width: 480px) {
            .text-box {
                top: 55%; 
                font-size: 1.2rem;
                padding: 10px;
                width: 95%;
            }
  
            .img1 { top: 5px; left: 10px; width: 90px; height: 90px; }
            .img2 { top: 50px; right: 10px; width: 80px; height: 80px; }
            .img3 { bottom: 30px; left: 30px; width: 120px; height: 120px; }
            .img4 { bottom: 20px; right: 30px; width: 140px; height: 140px; }
            .img5 { top: 100px; left: 80px; width: 100px; height: 100px; }
        }




.bodydsjdjdj {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  text-align: center;
}

.text-centervfkj .avdkjsfn .imgkjdvn {
  width: 150px;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.text-centervfkj .avdkjsfn .imgkjdvn:hover {
  transform: scale(1.1);
}


















/*بخش اموزش های برنامه نویسی*/


.boxvt-model {
  color: #fff;
  font-family: sans-serif;
  direction: rtl;
  text-align: right;
}

.textboxvt{
text-align: center;
}
.boxvt-model .container-boxvt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px; /* فقط به خود محتوای وسط فاصله میدیم، نه کل صفحه */
}

.boxvt-model .box-notvt {
  position: relative;
  width: 300px;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  cursor: pointer;
}

.boxvt-model .box-notvt .imgboxing {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxvt-model .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  padding: 10px;
  font-size: 14px;
}

.boxvt-model .filimo-tag {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}








