@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.orange {
  color: #EF8402;
}

.green {
  color: #EF8402;
}

.text-white {
  color: #FFFFFF;
}

.bg-dark-custom {
  background-color: #121212;
}

.bg-transparent {
  background-color: transparent;
}

.bg-light {
  background-color: #2D2D2D !important;
}

body {
  background-color: #121212 !important;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #EF8402;
}

.btn {
  transition: all 0.3s ease;
}
.btn-main, .btn-main-fill {
  padding: 0.7em 1.8em;
  overflow: hidden;
  background: #EF8402;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .btn-main, .btn-main-fill {
    font-size: 14px;
    padding: 0.6em 1.4em;
  }
}
.btn-main:hover, .btn-main-fill:hover {
  background: #a35a01;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(239, 132, 2, 0.4);
}
.btn-main:active, .btn-main-fill:active {
  transform: translateY(0);
}
.btn-main-fill {
  background: linear-gradient(45deg, #EF8402, #fda840);
}
.btn-main-fill:hover {
  background: linear-gradient(45deg, #a35a01, #EF8402);
}
.btn-lg {
  padding: 0.8em 2em;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .btn-lg {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

.head {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .head {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .head {
    font-size: 32px;
    letter-spacing: 0.5px;
  }
}

.section-title {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 28px;
  }
}

.sub {
  font-family: "Poppins", sans-serif;
  color: #EF8402;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: normal;
}
@media (max-width: 767.98px) {
  .sub {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .sub {
    font-size: 18px;
  }
}

.lead {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: normal;
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  .lead {
    font-size: 16px;
  }
}

.badge {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.5em 1em;
}
.badge.bg-warning {
  background-color: #EF8402 !important;
  color: #FFFFFF !important;
}
.badge.bg-success {
  background-color: #EF8402 !important;
}

.header {
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  background-color: rgba(18, 18, 18, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.header .nav-link {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  position: relative;
  transition: all 0.3s ease;
}
.header .nav-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #EF8402;
  transition: all 0.3s ease;
}
.header .nav-link:hover, .header .nav-link.active {
  color: #EF8402 !important;
}
.header .nav-link:hover:after, .header .nav-link.active:after {
  width: 80%;
  left: 10%;
}
@media (max-width: 575.98px) {
  .header .nav-link {
    font-size: 14px;
    padding: 0.4rem 0.7rem;
  }
}
.header .logo {
  max-width: 190px;
}
@media (max-width: 575.98px) {
  .header .logo {
    max-width: 120px;
  }
}

.hero {
  height: 100vh;
  position: relative;
  background-image: url("../img/banner.webp");
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
}
@media (max-width: 575.98px) {
  .hero {
    height: auto;
  }
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 32px;
  }
}
.hero .subtext {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .hero .subtext {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .hero .subtext {
    font-size: 16px;
  }
}
.hero img {
  transition: transform 0.5s ease;
  border: 4px solid rgba(255, 255, 255, 0.05);
}
.hero img:hover {
  transform: scale(1.03);
  border-color: rgba(239, 132, 2, 0.2);
}

.hero-banner {
  position: relative;
  height: 100vh;
  padding-top: 150px;
  background-image: url("../img/features.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.hero-banner .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero-banner {
    height: auto;
  }
}
.hero-banner .location-tag {
  background: rgba(239, 132, 2, 0.15);
  color: #EF8402;
  padding: 6px 15px;
  border-left: 3px solid #EF8402;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px;
}
.hero-banner h1 {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .hero-banner h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner h1 {
    font-size: 32px;
    letter-spacing: 0.5px;
  }
}
.hero-banner .hero-text {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: normal;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-text {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner .hero-text {
    font-size: 16px;
  }
}
.hero-banner .hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 45%;
  z-index: -1;
}
.hero-banner .hero-image img {
  max-height: 80vh;
  object-fit: cover;
  opacity: 0.8;
}
.hero-banner .hero-image img:hover {
  transform: none;
}
@media (max-width: 991.98px) {
  .hero-banner .hero-image {
    opacity: 0.4;
  }
}

.features-bar {
  padding: 60px 0;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.9), #1E1E1E);
}
.features-bar .section-title {
  position: relative;
  margin-bottom: 50px;
}
.features-bar .section-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #EF8402;
}
.features-bar .feature-item {
  text-align: center;
  padding: 30px 20px;
  background: rgba(30, 30, 30, 0.5);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}
.features-bar .feature-item:hover {
  transform: translateY(-8px);
  background: rgba(30, 30, 30, 0.8);
  border-color: rgba(239, 132, 2, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.features-bar .feature-item:hover .feature-icon img {
  transform: scale(1.1) rotate(5deg);
  filter: grayscale(0%);
}
.features-bar .feature-item .feature-icon {
  margin-bottom: 20px;
}
.features-bar .feature-item .feature-icon img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 12px;
  background: rgba(239, 132, 2, 0.1);
  transition: all 0.3s ease;
}
.features-bar .feature-item .feature-icon .promise-img {
  filter: grayscale(100%);
  transition: all 0.3s ease;
  opacity: 0.9;
}
.features-bar .feature-item h5 {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .features-bar .feature-item h5 {
    font-size: 18px;
  }
}
.features-bar .feature-item p {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .features-bar .feature-item p {
    font-size: 14px;
  }
}

.bg-img {
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 575.98px) {
  .bg-img {
    background-position: left;
  }
}

.find-zone .section-title {
  position: relative;
  display: inline-block;
}
.find-zone .section-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 45%;
  width: 80px;
  height: 3px;
  background: #EF8402;
}
.find-zone .golden {
  color: gold;
}
.find-zone h4.orange {
  font-family: "Poppins", sans-serif;
  color: #EF8402;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.find-zone .zone-feature {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #EF8402;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.find-zone .zone-feature:hover {
  background: rgba(30, 30, 30, 0.6);
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.find-zone .zone-feature h4 {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.find-zone .zone-feature h4 img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.find-zone .zone-feature p {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-left: 65px;
}
@media (max-width: 767.98px) {
  .find-zone .zone-feature p {
    font-size: 14px;
  }
}
.find-zone .zone-map {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.find-zone .zone-map img {
  width: 100%;
  transition: all 0.3s ease;
}
.find-zone .zone-map img:hover {
  transform: scale(1.03);
}
.find-zone .zone-map .zone-marker {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #EF8402;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.find-zone .zone-map .zone-marker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(239, 132, 2, 0.6);
  z-index: -1;
  animation: pulse 2s infinite;
}
.find-zone .zone-map .zone-marker.marker-1 {
  top: 30%;
  right: 25%;
}
.find-zone .zone-map .zone-marker.marker-2 {
  bottom: 35%;
  left: 20%;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.about {
  position: relative;
  background: linear-gradient(135deg, #121212, rgba(40, 40, 40, 0.3));
  background-position: center;
  padding: 5rem 0;
}
.about .orange {
  font-family: "Poppins", sans-serif;
  color: #EF8402;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .about .orange {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .about .orange {
    font-size: 16px;
  }
}
.about .text {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: normal;
}

.card-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #121212, rgba(25, 25, 25, 0.9));
}
.card-section .card {
  transition: all 0.3s ease;
  background: #1E1E1E;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.card-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  border-color: rgba(239, 132, 2, 0.2);
}
.card-section .card:hover .feature-icon {
  transform: scale(1.1);
}
.card-section .card .feature-icon {
  transition: all 0.3s ease;
}
.card-section .title {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
}
@media (max-width: 767.98px) {
  .card-section .title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .card-section .title {
    font-size: 18px;
  }
}
.card-section .text {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: normal;
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .card-section .text {
    font-size: 14px;
  }
}

.play {
  padding: 5rem 0;
  position: relative;
  background: linear-gradient(to bottom, #121212, #1a1a1a);
}
.play .process-card {
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
.play .process-card .process-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #EF8402;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(239, 132, 2, 0.3);
}
.play .process-card .process-content {
  padding-left: 15px;
  border-left: 2px dashed rgba(239, 132, 2, 0.3);
  padding-bottom: 20px;
}
.play .title {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
}
@media (max-width: 767.98px) {
  .play .title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .play .title {
    font-size: 18px;
  }
}
.play .text {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: normal;
}
@media (max-width: 767.98px) {
  .play .text {
    font-size: 14px;
  }
}
.play img {
  transition: transform 0.4s ease-out;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: spin-float 3s ease-in-out infinite alternate;
}
@keyframes spin-float {
  0% {
    transform: rotate(-5deg) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateY(-10px);
  }
  100% {
    transform: rotate(-5deg) translateY(0);
  }
}
.play img:hover {
  border-color: rgba(239, 132, 2, 0.3);
}

.luck {
  padding: 5rem 0;
  background-color: rgba(20, 20, 20, 0.9) !important;
}
.luck .game-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.luck .game-card img {
  transition: all 0.3s ease;
  width: 100%;
}
.luck .game-card:hover {
  box-shadow: 0 0 15px rgba(239, 132, 2, 0.4), 0 0 30px rgba(239, 132, 2, 0.2), 0 8px 20px rgba(0, 0, 0, 0.3);
}
.luck .game-card:hover img {
  transform: scale(1.1);
}

.winnings {
  padding: 5rem 0;
  background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
}
.winnings img {
  transition: transform 0.5s ease;
}
.winnings img:hover {
  transform: translateY(-10px);
  border-color: rgba(239, 132, 2, 0.2);
}
.winnings .feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
.winnings .feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
}
.winnings .feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #EF8402;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .winnings .feature-list li {
    font-size: 16px;
  }
}

.cta-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #101010, #000000);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.cta-section h3 {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .cta-section h3 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .cta-section h3 {
    font-size: 24px;
  }
}

.army .counter-value {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: normal;
}
@media (max-width: 767.98px) {
  .army .counter-value {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .army .counter-value {
    font-size: 24px;
  }
}
.army .text {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: normal;
  margin-bottom: 2rem;
}

.faq {
  background: rgba(0, 0, 0, 0.48);
}
.faq .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(30, 30, 30, 0.2);
  margin-bottom: 1rem;
}
.faq .accordion-button {
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: auto;
  letter-spacing: normal;
  padding: 16px 20px;
}
@media (max-width: 575.98px) {
  .faq .accordion-button {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: auto;
    letter-spacing: normal;
    padding: 12px 16px;
  }
}
.faq .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.6);
  color: #EF8402;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EF8402'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.2);
}
.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq .accordion-body {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.faq .accordion-body p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 300;
  line-height: auto;
  letter-spacing: normal;
}
@media (max-width: 575.98px) {
  .faq .accordion-body p {
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 300;
    line-height: auto;
    letter-spacing: normal;
  }
}
.faq .accordion-item:hover {
  border-color: rgba(239, 132, 2, 0.3);
  transition: all 0.3s ease;
}

.footer {
  background-color: #0a0a0a;
  padding: 4rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.footer h5 {
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .footer h5 {
    font-size: 24px;
  }
}
.footer p,
.footer .links {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: normal;
  margin-bottom: 0.75rem;
}
@media (max-width: 575.98px) {
  .footer p,
  .footer .links {
    font-size: 14px;
  }
}
.footer .email {
  color: #EF8402;
  transition: all 0.3s ease;
}
.footer .email:hover {
  text-decoration: underline;
}
.footer .social {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  margin-right: 10px;
  transition: all 0.3s ease;
}
.footer .social:hover {
  background: #EF8402;
  transform: translateY(-3px);
}
.footer .social:hover path {
  fill: #FFFFFF !important;
}
.footer ul {
  padding-left: 1rem;
}
.footer ul li {
  margin-bottom: 0.5rem;
}
.footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.footer ul li a:hover {
  color: #EF8402;
  padding-left: 5px;
}

.low {
  background-color: #050505;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.low p {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 0;
}

[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos].aos-animate {
  opacity: 1;
}

@keyframes counting {
  from {
    opacity: 0.5;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.counter {
  display: inline-block;
  animation: counting 0.3s ease infinite alternate;
}

.card {
  background-color: #1E1E1E;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bg-light {
  background-color: #2D2D2D !important;
}/*# sourceMappingURL=style.css.map */