* {
    font-family: "Raleway", sans-serif;
}

body {
    background-color: black;
    color: white;
}

.container-sm {
    max-width: 675px;
}

.hide {
    display: none !important;
}

h1 {
    font-weight: 700;
    margin: 0;
}

a {
    color: #fc541d;
    font-weight: 600;
}

button.btn.btn-secondary.btn-sm.dropdown-toggle {
    background-color: #343434;
    border-color: #343434;
}

button.btn.btn-secondary.btn-sm.dropdown-toggle:hover {
    border-color: #ffffff85;
}

.modal-content {
    color: #36454F;
}

.alert-footer {
    background-color: #6F4E37;
    border-color: #6F4E37;
    color: #fff;
    opacity: 0;
    animation: subtleReveal 0.6s ease-out forwards;
    transition: transform 0.3s ease;
}

.alert-footer.alert1 {
    animation-delay: 1000ms;
}

.alert-footer.alert2 {
    animation-delay: 1250ms;
}

.alert-footer.alert3 {
    animation-delay: 1500ms;
}

.alert-footer.popular-categories {
    background-color: #36454F;
    border-color: #36454F;
}

.alert-footer.links-section {
    background-color: #343434;
    border-color: #343434;
    font-size: 12px;
    color: #ffffff;
}

.alert-footer.links-section > a {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.75em;
    }
}


@media (max-width: 700px) {
    .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #joinIframe {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.arrow {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

#cta_button[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
}
  
#cta_button[aria-expanded="false"] .arrow {
transform: rotate(0deg); 
}

.video-button {
    display: flex;
    position: absolute;
    bottom: 15px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    opacity: 0;
    animation: subtleReveal 0.6s ease-out forwards;
    animation-delay: 1000ms;
    transition: transform 0.3s ease;
}

#prevVideo {
    left: 15px;
}

#nextVideo {
    right: 15px;
}

#prevVideo .material-symbols-outlined {
    margin-left: 4px;
    margin-right: -4px;
}

.header-element {
    background-color: #ffffff85;
    border-radius: 4px;
    padding: 2px !important;
}

.main-element {
    background-color: white;
    border-radius: 7.5px;
    padding: 15px !important;
}

img.header-logo {
    max-width: 100%;
}

@media (min-width: 701px) {
    img.header-logo {
        max-width: 90%;
        margin-left: -20px;
    }
}

.header-cam-count {
    background-color: #343434;
    margin: unset;
    border-radius: 4px;
}

button.btn.btn-18\+ {
    color: #FFFFFF;
    background-color: #D2042D;
    border-radius: 7.5px;
    padding: 12px 75px 12px 75px;
    font-weight: 600;
    font-size: 110%;
    width: 100%;
    border: unset;

    opacity: 0;
    animation: subtleGrow 0.6s ease-out 1; 
    animation-fill-mode: forwards; 
    transition: transform 0.3s ease;

}

.list-group {
    max-height: 0;
    overflow: hidden;
    animation: expandHeight 1350ms ease forwards;
}

@keyframes expandHeight {
    from {
        max-height: 0;
    }
    to {
        max-height: 225px;
    }
}


.list-group-item {
    opacity: 0; /* Start hidden */
    animation: subtleGrow 0.6s ease-out forwards;
    transition: transform 0.3s ease;
}

.list-group-item:first-child {
    animation-delay: 250ms;
}

.list-group-item:nth-child(2) {
    animation-delay: 500ms;
}

.list-group-item:nth-child(3) {
    animation-delay: 750ms;
}

@keyframes subtleGrow {
    0% {
      opacity: 0;
      transform: scale(0.7);
    }

    75% {
        opacity: 1;
        transform: scale(1.1);
      }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes subtleReveal {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }


button.btn.btn-18\+:hover {
    background-color: #A10323;
}

div#joinIframeWrapper {
    background-color: #f2f2f2;
    border-radius: 4px;
}

.iframeTopStatement {
    color: white;
    background-color: #1F51FF;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
    border-radius: 4px 3px 0px 0px;
    padding: 10px;
    font-weight: 500;
}

.video-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
}

.live-indicator {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    background-color: #355E3B;
    box-shadow: 0 0 0px 1px rgb(255 255 255 / 50%);
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
}

.live-indicator.active {
    animation: blink 1s infinite;
    animation-delay: 0.5s; /* Delay the animation by 2 seconds */
}

.video-player {
    border-radius: 5px;
    filter: contrast(115%) brightness(105%) !important;
    aspect-ratio: 645 / 362.555;
}

.spinner-border {
    --bs-spinner-border-width: 0.8em;
    position: absolute;
    color: #36454F;
    color: #ffffff;
}

.list-group {
    font-weight: 600;
    --bs-list-group-bg: blue;
    --bs-list-group-color: #ffffff;
    border-radius: 2px;
}

.list-group-item {
    margin-bottom: 7.5px;
    border-radius: 5px !important;
    border: none;
    background-color: #355E3B !important;
}

#toast-message {
    background-color: #36454F;
    font-weight: 500;
    border-radius: 2px;
    font-size: 1rem;
    border: 1px solid #ffffff85;
}

.fire-emoji {
    display: inline-block;
  }

@keyframes pause {
    0%, 100% { visibility: visible; }
    50% { visibility: hidden; }
}

@keyframes flicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
    33%, 66% { opacity: 0.6; }
  }

@keyframes scale-rotate {
    0% { transform: scale(1) rotate(-10deg); }
    100% { transform: scale(1.2) rotate(10deg); }
}

@keyframes scale-rotate-2 {
    0%, 20% { transform: scale(1) rotate(0deg); }
    10% { transform: scale(1.2) rotate(10deg); }
    30%, 100% { transform: scale(1) rotate(0deg); }
  }

@keyframes glow {
    0%, 100% { box-shadow: 0 0 10px yellow; }
    50% { box-shadow: 0 0 20px orange; }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

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

@keyframes flash {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.heart-container {
    display: flex;
    position: absolute;
    width: 50%;
    z-index: 999;
    bottom: 10px;

    opacity: 0;
    animation: subtleGrow 0.6s ease-out 1; 
    animation-fill-mode: forwards; 
    transition: transform 0.3s ease;
    animation-delay: 1250ms;

}
  
    input {
      flex: 1;
      accent-color: white;
      cursor: pointer;
    }
  
    .container-heart {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: -1;
    }
  
    .heart {
      font-size: 25px;
      position: absolute;
      animation-fill-mode: forwards;
      translate: -20px -10px;
    }
  
  
  @keyframes float-1 {
    0% {
      scale: 0.2;
      opacity: 0;
    }
  
    30% {
      opacity: 1;
    }
  
    100% {
      translate: 20px -130px;
      rotate: 15deg;
      scale: 1;
      opacity: 0;
    }
  }
  
  @keyframes float-2 {
    0% {
      scale: 0.3;
      opacity: 0;
    }
  
    30% {
      opacity: 1;
    }
  
    100% {
      translate: -10px -110px;
      rotate: -10deg;
      scale: 1;
      opacity: 0;
    }
  }
  
  @keyframes float-3 {
    0% {
      scale: 0.4;
      opacity: 0;
    }
  
    40% {
      opacity: 1;
    }
  
    100% {
      translate: -10px -140px;
      rotate: -20deg;
      scale: 0.8;
      opacity: 0;
    }
  }
  
  @keyframes float-4 {
    0% {
      scale: 0.4;
      opacity: 0;
    }
  
    40% {
      opacity: 1;
    }
  
    100% {
      translate: 15px -100px;
      rotate: 30deg;
      scale: 0.7;
      opacity: 0;
    }
  }

  .btn-success, .btn-success:active {
	background-color: #355E3B !important;
	border-color: #2A4A2E !important;
  }
  
  .btn-success:hover {
	background-color: #2A4A2E !important;
	border-color: #2A4A2E !important;
  }

  .btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(53, 94, 59, .5) !important;
    }

    a.btn.btn-success.btn-lg {
        font-weight: 600;
    }