/* crazy.css style */
/* Created by: YmotYzarc (2025.12.21) */

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Jura';
    src: url('../fonts/Jura-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
font-family: 'Jura', sans-serif;
    min-height: 100vh;
    background: url(../img/bg/crazy_bg.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color:#fff;
}    

h1,
h2 {
    font-family: 'Oswald', sans-serif;
    font-size:64px;
    margin-bottom: 0rem;
    /* Egységes margó */
}
h3,
h4,
h5 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
    /* Egységes margó */
}

.main {
    background-color: #00000096;
    border: solid #ff8000;
    box-shadow: 0 0 10px #ff8000, 0 0 20px #ff8000, 0 0 40px #ff8000;
    border-radius: 10px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;

}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(209, 231, 5, 0.5);
    }

    100% {
        box-shadow: 0 0 40px #ff8000;
    }
}

.navbar {
    background-color: #0000005c;
    color: #fff;
    margin-top: 0px;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Jura', sans-serif;
    font-size:20px;
    font-weight:600;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.navbar-nav .nav-item .nav-link:hover {
    background-color: #ff8000;
    color: #111618;
    font-weight:700;
}

.navbar-toggler {
    border-color: #ff8000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250, 240, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-links {
    background-color: #ff8000;
    padding-right: 20px;
    text-decoration: none;
}

.nav-links .nav-link {
    color: #000;
}

.btn {
    background-color: #ff8000;
    color: #000;
    border: none;
}

.btn:hover {
    background-color: #ff800014;
    color: #fff;
}

a {
    color: #ff8000;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

footer {
    background-color: #11161838;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.footer-logo {
    width: 100px;
    margin-bottom: 10px;
}

.footer-text {
    margin-bottom: 10px;
}

.footer-links a {
    color: #faf000;
    margin: 0 10px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    background-attachment: fixed;
}

#myCarousel h4 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #FFF;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-align: justify;
}

#myCarousel p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #d5d5d5;
    margin-right:20px;
}

#myCarousel .carousel-item a {
    background: #ff8000c7;
    font-size: 16px;
    color: #fff;
    padding: 13px 32px;
    display: inline-block;
}

#myCarousel .carousel-item a:hover {
    background: #d4c00026;
    text-decoration: none;
    font-size: 16px;
    color:#fff;
}

#myCarousel .carousel-item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .container {
    max-width: 1150px;
}

#myCarousel .carousel-item {
    height: 100%;
    min-height: 550px;
}

#myCarousel {
    height: 500px;
    background: none;
    overflow: hidden;
    margin: 0 auto;
}

#myCarousel .carousel-item img {
    width: 100%;
    height: 400px;
    /* Set the desired height */
    object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 10px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #faf000;
}


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-fade .carousel-item-left.active,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item-prev.active,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

/* Média szabályok */
@media (max-width: 767.98px) {
    #myCarousel {
        height: 650px !important;
        min-height: 650px !important;
    }

    #myCarousel .carousel-item {
        min-height: 650px !important;
        height: 650px !important;
        padding-bottom: 0;
        display: flex;
        align-items: stretch;
    }

    #myCarousel .carousel-item .mask {
        position: static !important;
        height: 650px !important;
        min-height: 650px !important;
        background: rgba(0, 0, 0, 0.7);
        padding: 1.5rem 0.5rem 1.5rem 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

    #myCarousel .carousel-item h4,
    #myCarousel .carousel-item p {
        text-align: center;
        font-size: 1.1rem;
        word-break: break-word;
        color: #fff !important;
        background: rgba(0, 0, 0, 0.5);
        padding: 0.5rem 0.5rem;
        border-radius: 8px;
        margin-bottom: 0.5rem;
        display: inline-block;
        width: 100%;
    }

    #myCarousel .carousel-item h4 {
        font-size: 1.3rem;
    }

    #myCarousel .carousel-item .btn {
        display: block;
        margin: 0 auto 1rem auto;
    }

    #myCarousel .carousel-item img {
        max-width: 250px !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

    .container.mb-5 {
        margin-bottom: 1rem !important;
    }
    .album-cover img {
    display: none;
    }
    .radio-player .song-info {
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
}
/* media szabályok end */

.tartalom {
    max-width: 100%;
    max-height: 100%;
    text-align: justify;
    font-size:28px;
    padding-top:-310px;
}

.accordion {
  background-color: #00000057;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: rgba(0, 0, 0, 0.075); 
    color:#fff;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #000000e0;
  overflow: hidden;
}

* { 
scrollbar-width: thin;
    scrollbar-color: #ff8000 #000; 
}

#topBtn {
  display: none;            /* alapból rejtve */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  font-size: 18px;
  padding: 10px 14px;
  border: none;
  border-radius: 20%;
  cursor: pointer;
  color:#fff;
  background-color:#ff80005c;  
}