@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
}

body {
  /* background-color: #3f2a56; */
  /* background-color: #2c368d; */
  /* background-color: #a8b3cf; */
  /* color: white; */
}

.navbar {
  /* background-color: cadetblue;  */
  background-color: #2d0b60;

  /* background-color: rgb(116, 111, 111); */
}

.nav-link {
  color: white;
}

.nav-link:hover {
  color: white;
}

.hero-section {
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  z-index: 2;
}

.hero-title {
  font-size: 4rem;
  font-weight: bold;
}

.hero-subtitle {
  font-size: 24pt;
  font-weight: bold;
}

.hero-description {
  // font-size: 1.25rem;
  max-width: 600px;
}

.btn-warning {
  background-color: #c19157;
  border: none;
  color: white;
}

.btn-warning:hover {
  background-color: #a77b3f;
  color: white;
}

.hoper {
  transition: all 0.3s;
}

.btn-warning {
  background-color: #c19157;
  border: none;
  color: white;
}

.btn-warning:hover {
  background-color: #a77b3f;
  color: white;
}

.hoper:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/* .position-absolute {
  transition: all 0.3s;
}

.position-absolute:hover {
  transform: scale(1.1);
  cursor: pointer;
} */

.card {
  transition: all 0.3s;
}

.card:hover {
  /* transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

.hoper-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.card:hover .bi-person-fill {
  color: cornflowerblue;
}

.card:hover .bi-bag-dash-fill {
  color: burlywood;
}

.card:hover .bi-controller {
  color: darkslateblue;
}

.card:hover .bi-emoji-sunglasses-fill {
  color: rgb(255, 204, 142);
}

body {
  /* background-color: #2d0b60; */
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3 {
  /* font-family: "Poppins", sans-serif; */
  font-weight: bold;
}

.icon-fe .bi {
  font-size: 10rem;
}

.footer-icon a .bi-facebook:hover {
  color: blue;
}

.footer-icon a .bi-telegram:hover {
  color: cornflowerblue;
}

.footer-icon a .bi-whatsapp:hover {
  color: chartreuse;
}

.footer-icon a .bi-instagram:hover {
  color: chocolate;
}

.footer-icon a .bi-tiktok:hover {
  color: black;
}

.footer-icon a .bi-youtube:hover {
  color: red;
}

.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.download-section {
  margin-bottom: 20px;
}

.download-card {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.download-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.download-card-header {
  background-color: #f4f4f4;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.download-card-header i {
  font-size: 24px;
}

.download-card-body {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-details {
  display: flex;
  flex-direction: column;
}

.download-size,
.download-type {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 5px;
}

.btn-download {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  font-weight: bold;
}

.btn-download i {
  font-size: 18px;
}

.laptop-download .download-card-header {
  background-color: #e9ecef;
}

.mobile-download .download-card-header {
  background-color: #d4edda;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 20pt;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 18pt;
  }
  .hero-description {
    font-size: 1.1rem;
  }
  .hoper:hover {
    transform: none;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 400px;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 18pt;
  }
  .hero-subtitle {
    font-size: 18;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hoper:hover {
    transform: none;
    font-weight: bold;
  }
}

@media (max-width: 576px) {
  .hero-section {
    min-height: 350px;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 14pt;
  }
  .hero-content {
    text-align: center;
  }
  .hoper:hover {
    transform: none;
    font-weight: bold;
  }

  .modal {
    z-index: 1050 !important;
  }

  .modal-backdrop {
    z-index: 1049 !important;
  }
}
