﻿body, html {
font-size:19px;
}
.cs-text_btn {
    text-decoration: none;
    background: rgba(255,255,255,0.6);
    color: #c63936;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px
}

.cs-side_header_heading {
    font-family: 'Holymore' !important;
    font-size: 36px;
    color: white;
    text-shadow: 0 0 5px red, 0 0 10px red, 0 0 20px red, 0 0 40px red;
}

.cs-text_btn svg {
    color: #000;
}

.cs-hero_title {
    font-family: 'Holymore' !important;
    font-size: 140px !important;
    line-height:1em !important;
}

.cs-moving_text {
    color: white;
    text-shadow: 0 0 5px red, 0 0 10px red, 0 0 20px red, 0 0 40px red; /* Neon red glow */
    font-family: 'Holymore' !important;
    display: inline-block;
    padding: 54px;
    -webkit-text-stroke: transparent !important;
    text-stroke: unset !important;
}

.marquee {
    position: relative;
    width: 100%; /* Full-width for the marquee effect */
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .marquee span {

        font-size: 3rem; /* Adjust text size */

        color: white;

        animation: scroll 50s linear infinite;
    }

@keyframes scroll {
    from {
        transform: translateX(100%); /* Start from the right edge of the container */
    }

    to {
        transform: translateX(-100%); /* End at the left edge of the container */
    }
}

/* Duplicate text for seamless effect */
.marquee span::after {
    content: attr(data-text); /* Duplicate text */
    margin-left: 2rem; /* Add spacing between repetitions */
    display: inline-block;
}

.cs-section_heading.cs-style1 .cs-section_title{
    font-size:30px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}
.create-cool {
    filter: brightness(75%);
}

.cs-site_branding img{
    max-height:unset !important;
    width:150px !important;
}

@media screen and (min-width: 1200px) {
    .cs-nav {
        font-size: 17px;
    }
}

.cs-social_btns.cs-style1 a {
border-radius:unset !important;
border:none;
}

.cs-hobble{
    width:250px !important;
    margin-bottom:20px;
}

@media screen and (max-width: 876px) {
    .cs-hobble {
        width: 100% !important;
    }

}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.button-container {
    margin-top: 20px;
}

.button {
    padding: 8px 16px;
    margin: 0 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.confirm-btn {
    background-color: #c63936;
    color: white;
    cursor:pointer;
}

.confirm-btn:hover {
    background-color: #c63936;
    color: white;
}

.cancel-btn {
    background-color: #f44336;
    color: white;
}

.trigger-link {
    color: #2196F3;
    text-decoration: none;
}

    .trigger-link:hover {
        text-decoration: underline;
    }

.cs-isotop_filter.cs-style1 a{
    font-size:26px
}

    .cs-isotop_filter.cs-style1 a.active {
        font-weight:bold;
    }