@import url('https://fonts.googleapis.com/css2?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');

@font-face {
  font-family: 'Aeonik';
  src: url('/assets/font/AeonikTRIAL-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('/assets/font/AeonikTRIAL-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('/assets/font/AeonikTRIAL-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Aeonik', Arial, sans-serif;
}

p, span {
  font-family: 'Aeonik', Arial, sans-serif;
  font-weight: 400;
}
a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
li {
  font-family: "Poppins", sans-serif !important;
}

html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
}
#toggleMenu {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
}

#toggleMenu.menu-open {
    opacity: 1;
    transform: translateY(0);
}

.banner-primary{
  background-image: url(/assets/images/bg-primary-home.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 768px;
}
.banner-primary-cr{
  background-image: url(/assets/images/banner-1-cr.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-primary-3{
  background-image: url(/assets/images/banner-3.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-primary-4{
  background-image: url(/assets/images/banner-4.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-primary-5{
  background-image: url(/assets/images/banner-5.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-primary-6{
  background-image: url(/assets/images/banner-6.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-primary-6-1{
  background-image: url(/assets/images/banner-6-1.webp);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  height: 750px;
  align-items: center;
  display: grid;
  border-bottom: 1px solid #E5E7EB;
}
.banner-primary-7{
  background-image: url(/assets/images/banner-7.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-primary-8{
  background-image: url(/assets/images/banner-8.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-primary-9{
  background-image: url(/assets/images/banner-9.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
    .banner-primary-6-1{
    background-image: none;
    border-bottom: none;
    height: auto !important;
    margin-bottom: 60px;
  }
}
@media (max-width: 765px) {
  .banner-primary, .banner-primary-cr, .banner-primary-3, .banner-primary-4, .banner-primary-5, .banner-primary-6, .banner-primary-7, .banner-primary-8, .banner-primary-9{
    background-color: #4300B2;
    background-image: none;
    height: auto !important;
  }
  .banner-primary-6-1{
    background-image: none;
    border-bottom: none;
    height: auto !important;
  }
}
#tab-image, #tab-image-4 {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.faq-item.active {
  background: #7B2FF2 !important;
  color: #fff !important;
}
.faq-item.active .font-bold,
.faq-item.active .font-medium,
.faq-item.active .text-4xl,
.faq-item.active .text-2xl,
.faq-item.active .text-xl,
.faq-item.active .text-sm {
  color: #fff !important;
}
.faq-content {
  display: none;
}
.faq-item.active .faq-content {
  display: block;
}
.fade-item {
  transition: opacity 0.6s, filter 0.6s;
  opacity: 0.5;
  filter: blur(3px);
}
.fade-item.focused {
  opacity: 1 !important;
  filter: blur(0) !important;
  z-index: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-10 {
  opacity: 0.1;
}

.fade-in {
  opacity: 1 !important;
}
