@font-face {
    font-family: 'conthrax';
    src: url('../fonts/Conthrax-SemiBold.otf'), 
        url('../fonts/Conthrax-SemiBold.otf');
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #121212; 
}

::-webkit-scrollbar-thumb {
    background-color: #ee1681; 
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:active {
    background-color: #9c55f8; 
}

scrollbar-color: #ee1681 #121212; 
scrollbar-width: thin; 


b {
    font-weight: 600;
}

.navbar {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
}

.logo {
    width: 3rem;
    background-color: transparent;
}

nav a {
    color: white!important;
    font-size: 0.769rem!important;
    font-weight: 600!important;
    font-family: "conthrax";
    text-transform: uppercase;
}

.rrss-nav {
    width: 1.3rem;    
}

.item-with-dot::after {
    content: "•"; 
    color: #ee1681; 
    margin-left: 5px; 
    font-size: 16px; 
    vertical-align: middle; 
}

footer {
    text-transform: uppercase;
    background-color: #121212;
    color: white;
    font-family: "conthrax";
}

footer a {
    color: #ee1681;
}

footer .gradient {
    background-image: linear-gradient(to right, #9c55f8,#ad2cc7,#ee1681 );
}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    background: #121212;
}

.second {
    background-image: url('../images/fnd-about.png');  
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    color: white;
}

.second .container {
    z-index: 10;
    position: relative;
}

.third {
    background-image: url('../images/fnd-medio.jpg');  
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    color: white;
}

.editor {
    color: white;
    background-color: #bbbbbb;
}


.fourth{
    background-image: url('../images/fnd-contact.jpg');  
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    color: white;
}

.second,.third,.fourth {
    padding: 4% 0rem;
}

.second {
    padding: 10% 0rem;
}

.icons {
    font-size: 1.5rem!important;
    margin: 0 .5rem;
}

.carousel {
    padding: 10% 0rem;
    color: white;
}

.carousel-item p {
    font-size: 1.05rem;
}

.carousel-item h2 {
    font-size: 2.75rem;
    font-family: "conthrax";
    font-weight: 600;
}

.carrusel-img {
    background: transparent;
}

.btn-hire, .btn-hire-2  {
    border-radius: 20px;
    color: white;
    background: #ee1681;
    font-weight: 600;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}

.btn-hire:hover {
    border-color: #ee1681;
    color: #ee1681;
}

.btn-hire-2:hover {
    border-color: white;
    color: white;
}

.second h1, .second h2, .third h2, .third h1,.fourth h2, .fourth h1,.fourth h3, .box-sl h3,.editor h1 {
    font-family: "conthrax";
    text-transform: uppercase;
}

.big{
    z-index: -1;
    font-weight: 900;
    font-size: 2vw;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .5px white;
    margin-bottom: -1%;
}

.sl_span {
    color: #ee1681;
}

.img-concert {
    width: 90%;
    border-radius: 20px;
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

.third h3 {
    font-family: "conthrax";
    font-size: 1.219rem;
    font-weight: 600;
    padding: 2rem 0rem;
}

.third p{
    text-align: justify;
    padding: 0rem 5%;
    min-height: 10rem;
}

.box-sl, .box-sl-2 {
    background: linear-gradient(to bottom, #f3f3f3,#f3f3f3, #bbbbbb);
    color: black;
    border-radius: 10px;
    min-height: 30rem;
}

.box-sl p{
    padding: 0rem 16%;
}

.box-sl-2 p {
    padding: 4% 10%;
}

.equipment-icon{
    padding: 15% 0rem;
}

.contact-form input, .contact-form textarea {
    background: #f3f3f3;
    opacity: 0.4;
    border-radius: 20px;
}

.contact-form textarea {
    resize: none;
}

.contact-form label {
    font-weight: 600;
    margin-bottom: -2%;
    margin-left: 1rem;
    font-size: .9rem;
}

.fade {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade.show {
    opacity: 1;
    transform: translateY(0);
}
.carrusel-title{
    text-transform: uppercase;
}

#scrollTopBtn {
    position: fixed;
    bottom: 80px;
    right: 2px;
    display: none;
    background-color: #9c55f8;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 1000;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.mailto{
    cursor: pointer;
}
.mailto:hover {
    color: #ee1681!important;
}
#whatsappBtn {
    position: fixed;
    bottom: 14px;
    left: 10px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease;
}

#whatsappBtn:hover {
    transform: scale(1.1);
}

#whatsappBtn img {
    width: 30px;
    height: 30px;
}



.carousel-inner .row {
    display: flex;
}
.carousel-inner .col {
    flex: 1 0 25%;
    max-width: 25%;
}
.btn-pink {
    background-color: #ee1681;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
}
.btn-pink:hover {
    background-color: #ad2cc7;
    color: white;
}
.card-img {
    filter: grayscale(100%);
    border-radius: 0px;
}
.card-img-overlay {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.card:hover .card-img-overlay {
    opacity: 1;
}


.gallery-buttons-carrusel {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0rem;
    position: relative;
    top: 4rem;
}
.gallery-buttons-carrusel p{
    margin-top: 0.5rem;
    font-family: "conthrax";
    font-size: 1.219rem;
    font-weight: 900;
    padding: 0% 1%;
    text-transform: uppercase;
}
.carousel-control-prev,
.carousel-control-next {
    position: static;
    width: auto;
    padding: 0.5rem;
}

#galleryCarousel {
    padding: 3% 0% 0% 0%;
}

.img-model-content{
    border-radius: 0px;
    background: #ee1681;
}

.img-modal-body{
    padding: .1rem;
}

.img-modal-dialog{
    max-width: 60%;
}

.carousel-inner-img {
    border-top-style: solid;
    border-bottom-style: solid;

    border-top-width: 2px;
    border-bottom-width: 2px;
    padding: 2% 0%;
}

.editor-icons {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    padding: 2% 0;
}

.editor-buttons {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}