@font-face {
    font-family: 'BPGArialCaps2010';
    src: url('../fonts/BPG\ Arial\ Caps\ 2010.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; 
}

header {
    width: 100%;
    background-color: #075e54;
    color: #fff;
    padding: 0px 0;
  
}


.header-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23564a68' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 8px 8px;
  }
  
  
  .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    gap: 30px;
  }
  


  

.header1 {
    width: 100%;
    max-width: 508px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header1 img {
    width: 100%;
    max-width: 235px;   
    min-width: 150px;   
    height: auto;
    object-fit: contain;
}


@media (max-width: 1653px) {
  .header1 img {
    transform: scale(0.9);
  }
}


@media (max-width: 1278px) {
    .header1 img {
      transform: scale(0.85);
    }
  }
  
  @media (max-width: 768px) {
    .header1 img {
      max-width: 65%;
    }
  }

.header2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.div7-heading h2 {
    font-family: 'BPGArialCaps2010', sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0;
}

@media (max-width: 1653px) {
    .div7-heading h2 {
        font-size: 27px;
    }
  }

  @media (max-width: 1278px) {
    .div7-heading h2 {
        font-size: 24px;
    }
  }


.div7-subheading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.div7-subheading p {
    font-family: 'BPGArialCaps2010', sans-serif;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ddd;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    animation: typing-large 4s steps(30, end) forwards;
    position: relative;
}



.div7-subheading p::after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    animation: blink-cursor 1s step-end infinite;
    animation-fill-mode: forwards;
}

@media (max-width: 1653px) {
  .div7-subheading p, .div7-subheading p::after {
      font-size: 19px;
  }
}

@media (max-width: 1278px) {
  .div7-subheading p, .div7-subheading p::after {
      font-size: 17px;
  }
}

@keyframes typing-large {
    from { width: 0; }
    to { width: 62%; }
  }
  
  @keyframes typing-medium {
    from { width: 0; }
    to { width: 100%; }
  }
  
  @keyframes typing-small {
    from { width: 0; }
    to { width: 100%; }
  }
  
  @media (max-width: 1880px) {
    .div7-subheading p {
      animation: typing-medium 4s steps(30, end) forwards;
    }
  }
  
  @media (max-width: 768px) {
    .div7-subheading p {
      animation: typing-small 4s steps(30, end) forwards;
    }
  }

@keyframes blink-cursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.header3 {
    width: 100%;
    max-width: 508px;
    text-align: center;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}



.stats-box {
    
    width: 150px;
    position: relative;
    display: flex;
    flex-direction: column; 
    align-items: flex-start;    
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    gap: 5px; 
    color: black;
    height: auto; 
}

@media (max-width: 1024px) {
    .stats-box {
      transform: scale(0.95);
      transform-origin: top right;
    }
  }

.stat-block {
    display: flex;
    gap: 5px;
}


.live-member-type  {
    font-weight: solid;
    padding-left: 5px;
    
}


.live-member-count {
    margin-left: 5px;
    font-weight: bold;
}
.live-visitor-type {
    font-weight: solid;
    padding-left: 4px;
}
.live-support-count {
    margin-left: 5px;
    font-weight: bold;
}
.live {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.language-selector {
    display: none !important;
}

.hood {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.hood nav {
    display: flex;
    flex: 1;
    justify-content: center;
}

.hood nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    margin-left: 0;
    justify-content: center;
}

.hood nav ul li a {
    font-family: 'BPGArialCaps2010', sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: solid;
    padding: 5px 10px;
}

.center-underline {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: solid;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.center-underline::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease, left 0.3s ease;
}

.center-underline.active::before,
.center-underline:hover::before {
    width: 100%;
    left: 0;
}

.div7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-container {
    margin-left: auto;
    margin-bottom: 30px;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media (max-width: 2080px) {
    .logo-container {
      margin-left: 80px;
    }
  }

  @media (max-width: 1275px) {
    .logo-container {
      margin-left: 30px;
    }
  }

 
  
  @media (max-width: 768px) {
    .circle-line, .question-marks {
      margin-left: 50px;
    }
  }
  @media (max-width: 377px) {
    .circle-line, .question-marks {
      margin-left: 25px;
    }
  }
  @media (max-width: 426px) {
    .circle-line, .question-marks {
      margin-left: 25px;
    }
  }
  
.question-marks {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 4s;
    position: relative;
    z-index: 2;
}

.circle-line {
    position: absolute;
    width: 140px;
    height: 140px;
    background-image: url("/pics/white circle.png");
    background-size: cover;
    opacity: 0;
    animation: scaleIn 1s ease forwards;
    animation-delay: 5s;
    z-index: 1;
}


@media (max-width: 1653px) {
  .circle-line, .question-marks {
      transform: scale(0.8) !important;
      
  }
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}



  
.hood-button {
    margin-left: auto;
    margin-right: 0px;
    padding: 10px 20px;
    background-color: #fff;
    color: #075e54;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'BPGArialCaps2010', sans-serif;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}

.hood-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    border: 2px solid #075e54;
    transition: transform 0.3s ease;
    transform: scale(0);
}

.hood-button:hover {
    color: #075e54;
}

.hood-button:hover::before {
    transform: scale(1);
}

@media (max-width: 768px) {
    .inner-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header1, .header3 {
        width: 100%;
        justify-content: center;
    }

    .hood {
        flex-direction: column;
        align-items: center;
    }

    .hood nav ul {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }

    .hood-button {
        margin: 10px 0;
    }

    .logo-container {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .language-selector {
        gap: 20px;
    }
}


@media (max-width: 1150px) {
    .hood nav ul {
      position: flex-start;
      gap: 10px;
    }
}

@media (max-width: 1150px) {
    .hood nav ul li a  {
      
            font-size: 95%;
            
    }
}


@media (max-width: 1150px) {
    .hood-button {
      transform: scale(0.95);
      transform-origin: top right;
    }
}




@media (max-width: 1045px) {
    .hood nav ul {
      position: flex-start;
      gap: 6px;
    }
}

@media (max-width: 1045px) {
    .hood nav ul li a  {
      
            font-size: 90%;
            
    }
}


@media (max-width: 1045px) {
    .hood-button {
      transform: scale(0.90);
      transform-origin: top right;
    }
}

@media (min-width: 1021px) {
    .hood-button {
      margin-right: 15px;
    }
  }

@media (min-width: 1180px) {
    .hood-button {
      margin-right: 45px;
    }
  }

@media (min-width: 1280px) {
    .hood-button {
      margin-right: 65px;
    }
  }

@media (min-width: 1380px) {
    .hood-button {
      margin-right: 95px;
    }
  }

@media (min-width: 1480px) {
    .hood-button {
      margin-right: 120px;
    }
  }
  @media (min-width: 1550px) {
    .hood-button {
      margin-right: 150px;
    }
  }
  
  @media (min-width: 1620px) {
    .hood-button {
      margin-right: 160px;
    }
  }


  
body[data-lang="en"] .div7-heading h2,
body[data-lang="fr"] .div7-heading h2 {
    font-size: 36px;
}

body[data-lang="en"] .div7-subheading p,
body[data-lang="fr"] .div7-subheading p {
    font-size: 23px; 
}


.div7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.div7-heading h2,
.div7-subheading p {
    margin: 5px 0;
    word-break: break-word;
    text-align: center;
}




body[data-lang="en"] .hood nav ul li a,
body[data-lang="fr"] .hood nav ul li a {
    font-size: 19px; 
}


body[data-lang="en"] .hood-button,
body[data-lang="fr"] .hood-button {
    font-size: 14px; 
}

@media (min-width: 1278px) {
  .div7-heading  {
    min-width: 317px !important;
  }
}

@media (min-width: 1024px) {
  .div7-heading  {
    min-width: 291px;
  }
}

@media (max-width: 768px) {
  .inner-container  {
    min-width: 750px;
  }
}
@media (max-width: 426px) {
  .inner-container  {
    transform: scale(0.72) !important;
  }
}

@media (max-width: 377px) {
  .inner-container  {
    transform: scale(0.68) !important;
  }
}

@media (max-width: 326px) {
  .inner-container  {
    transform: scale(0.58) !important;
  }
}