@font-face {
  font-family: Vazir;
  src: url('../font/Vazir-Thin.eot');
  src: url('../font/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
    url('../font/Vazir-Thin.woff2') format('woff2'),
    url('../font/Vazir-Thin.woff') format('woff'),
    url('../font/Vazir-Thin.ttf') format('truetype');
}

html,
body {
  font-family: 'Vazir', Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

.bg-black {
  background: rgb(102, 98, 98);
  height: auto;
}

.bg-cheetah {
  background-color: #c19652;
}

.bg-cheetah-brand {
  background-color: #ffa921;
}

a {
  text-decoration: none;
}

.display-6 {
  font-size: calc(2rem + 2vw);
  font-weight: 400;
  line-height: 1.6
}

@media (min-width:1000px) {

  #showcase img {
    height: 12vw !important
  }
}


.btn-cheetah {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c19652;
  --bs-btn-border-color: #c19652;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c19652;
  --bs-btn-hover-border-color: #c19652;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c19652;
  --bs-btn-active-border-color: #c19652;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c19652;
  --bs-btn-disabled-border-color: #0d6efd
}

.hover-navbar:hover {
  background: #6C757D;
  color: white;
  border-radius: 5px;
}

/* ////////////////////// */


li {
  list-style-type: none;
}

#list-tutorial li {
  list-style-type: disc;
}


.navbar-brand,
.nav-link {
  color: #fff !important;
}

.video-card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
}

.video-card:hover {
  transform: scale(1.05);
}

.video-container {
  position: relative;
}

.fullscreen-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}






.google-play {
  background-color: #34a853;
}

.app-store {
  background-color: #000;
}

.direct-link {
  background-color: #0044d8;
}

.download-btn:hover {
  opacity: 0.8;
}

.icon {
  font-size: 24px;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 10px auto;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}




@media (max-width: 992px) {
  .navbar-nav {
    text-align: center;
  }

  .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    margin: 6px auto;
    padding: 9px;
    padding-right: 10px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    transition: 0.3s;
    
  } 

  .icon {
    font-size: 20px;
  }

  h2 {
    font-size: 14px;
  }

  h1 {
    font-size: 20px;
  }
}


/* تغییر رنگ فلش قبلی */
/* .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L4 1.5 6.5 4 4 6.5 5.5 8l4-4-4-4z' transform='rotate(180 4 4)'/%3E%3C/svg%3E");
} */

/* تغییر رنگ فلش بعدی */
/* .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z'/%3E%3C/svg%3E");
} */


.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) saturate(100%) invert(70%) sepia(15%) saturate(904%) hue-rotate(348deg) brightness(90%) contrast(85%);
}
