body {
    background-color: black !important;
    color:white !important;
    font-family: 'Raleway', sans-serif !important;

}

.section-1 {
    padding:0px !important;
    margin:0px !important;
    overflow-x: hidden !important;
}

.img-1 {
    width:70%
}

.img-2 {
    width:28%;
    position: absolute;
    bottom:0;
    left:0
}

.img-3, .img-3-mob {
    width:40%;
    position: absolute;
    bottom:0;
    right:0
}


.text-1 {
    width:58%;
    margin-left:12%
}

.img-4 {
    width:100%;
}

.align-center {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:80%;
    margin-left:10%
}

.img-4-mobile {
    display:none
}

.top-mob {
    display:none
}

.btn-primary {
  font-family: 'Raleway', sans-serif !important;
  font-weight:600;
  background-color: #3aa2cf !important;
  border-radius:15px;
  font-size:14px;
  padding:8px 20px;
  border:1px solid #3aa2cf !important
}

.btn-secondary {
    font-family: 'Raleway', sans-serif !important;
    font-weight:600;
    background-color: transparent !important;
    color:#53c0f0 !important;
    border-radius:15px;
    font-size:14px;
    padding:8px 20px;
    border:1px solid #53c0f0 !important;
    margin-left:5px 
}

.font-2 {
    font-family: 'Montserrat', sans-serif !important;
}



.box-1 {
    padding:20px;
    border-radius:20px;
    background-color: rgb(45, 45, 45);
    margin-top:20px
}

.box-3 {
    padding:20px;
    border-radius:20px;
    background-color: rgb(45, 45, 45);
    margin-top:20px;
    padding-top:30px
}

.footer {
    background-color: rgb(29, 29, 29) !important;

}

.icon-box-3 {
    font-size:40px;
    color:rgba(255, 255, 255, 0.622)
}

.title-box-3 {
    font-size:15px;
    margin-bottom:0px;
    margin-top:20px;
    font-weight:600
}

.box-2 {
    padding:40px;
    border-radius:20px;
    background-color: rgb(45, 45, 45);
    padding-bottom:20px;
}

.text-box-2 {
    color:rgb(172, 172, 172)
}

.title-box-2 {
    font-size:18px;
    font-weight:600
}

.bt-box-2 {
    font-size:14px;
    color:rgb(154, 154, 154)
}

.icon-1 {
    background-color: #fe5c17;
    height:50px;
    width:50px;
    font-size:28px;
    border-radius:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px
}






.audio-container {
    padding:0px !important;
    margin-top:15px
}

.btn-audio {
    background-color: transparent !important;
    border:none !important;
    color:#3aa2cf !important;
    font-size:25px !important;
    margin-top:-5px;
    margin-left:10px
}

.progress-audio {
    width:calc(100% - 60px) !important;
}







.title-box-1 {
    font-weight:600;
    color:white
}

.text-box-1 {
    color:rgb(172, 172, 172)
}

.title-2 {
    font-size:40px; 
    font-weight:700;
    color:white;
    margin-top:40px
}

.text-2, .text-3 {
    color:rgb(172, 172, 172)
}



.section-3 {
    margin-top:80px
}

.title-3 {
    font-size:30px; 
    font-weight:700;
    color:white;
    margin-top:40px
}

.img-section-3 {
    width:95%;
    border-radius:200px
}

.section-3-col {
    display:flex;
    align-items:center
}

.section-3 {
    background-color:rgb(27, 27, 27) !important
}

.sub-title-3 {
    height:4px;
    border-radius:50px;
    background-color: #fe5c17;
    margin-top:-5px
}

.icon-box-2 {
    width:80px;
    height:80px;
    border-radius:70px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:40px;
    background-color: rgb(255, 196, 0);

}

.section-4 {
    position: relative;
}


.accordion-item {
    margin-bottom:20px;
    border-radius:15px !important;
    background-color: rgb(45, 45, 45) !important;
    border:none !important

}

.accordion-button {
    background-color: transparent !important;
    box-shadow:none !important;
    border:none !important;
    font-weight:600 !important;
    color:white !important
}

.accordion-header, .accordion-button {
    border-radius:15px 15px 0px 0px
}

.accordion-body {
    border-radius:0px 0px 15px 15px;
    padding-bottom:30px !important;
    font-size:15px; 
    font-weight:400; 
    color:rgb(181, 181, 181) !important

}

.accordion-button {
    position: relative;
    padding-right: 3rem; /* Espaço extra para o ícone e background */
}

.accordion-button {
    position: relative;
    padding-right: 3rem; /* Espaço para o fundo e o ícone */
}

.accordion-button::after {
    display:none
}

.accordion-button::before {
    content: "\f078"; /* Código do ícone FontAwesome (ou ajuste para seu ícone) */
    font-family: "FontAwesome"; /* Família do ícone, ou ajuste conforme o seu projeto */
    color: white; /* Cor do ícone */
    font-size: 14px; /* Tamanho do ícone */
    position: absolute;
    right: 1.25rem;
    top: 50%;
    z-index:2;
    transform: translateY(-50%) rotate(-90deg); /* Chevron apontando para baixo inicialmente */
    transition: transform 0.2s ease-in-out;
    pointer-events: none; /* Evita interferência no clique */
    background-color:#fe5c17;
    border-radius:50px;
    width:25px;
    height:25px;
    display:flex;
    align-items:center !important;
    justify-content: center !important;
    border:none !important
}

/* Chevron rotacionado ao abrir o accordion */
.accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(-0deg); /* Chevron rotacionado para cima quando o accordion está aberto */
}

.swiper-button-next-1 {
    position:absolute;
    top:0px;
    margin-top:110px;
    right:0px;
    z-index:5;
    color:rgb(227, 227, 227) !important;
    background-color:rgba(255, 255, 255, 0.164);
    padding:5px ;
    border-radius:5px;
    opacity:0.5;
    font-size:24px;
}

.swiper-button-prev-1 {
    position:absolute;
    top:0px;
    margin-top:110px;
    left:0px;
    z-index:5;
    color:rgb(227, 227, 227) !important;
    background-color:rgba(255, 255, 255, 0.164);
    padding:5px ;
    border-radius:5px;
    opacity:0.5;
    font-size:24px;


}

.box-test {
    padding:30px;
    border-radius:20px;
    background-color: rgb(45, 45, 45);
    padding-bottom:20px;
    padding-top:20px;
}

.name-test {
    font-size:17px;
    font-weight:600;
    color:white;
    margin-top:17px
}

.img-test {
    width:60px;
    height:60px;
    border-radius:70px;
    object-fit: cover;
}

.star-test {
    color:rgb(255, 204, 0);
    margin-left:4px
}

.swiper-slide {
    padding-top:40px
}

.mark-test {
    color:#3aa2cf;
    font-size:60px;
    position: absolute;
    top:0;
    right:30px;
    margin-top:10px;
    z-index:2 !important
}



.audio-player {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 10px;
    border-radius: 8px;
}

.play-button {
    background: none;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    font-size: 24px;
    color:#3aa2cf;
}

#waveform {
    width: auto;;
    height: 60px;
    background-color: transparent;
    border-radius: 0px;
}

#myAudio {
    width:100% !important;
}


.link-footer {
    font-size:14px;
    color:rgba(255, 255, 255, 0.697);
    text-decoration:none;
    font-family: 'Montserrat', sans-serif !important;

}

.title-footer {
    font-size:14px;
    color:white;
    font-weight:600
}

.text-footer {
    font-size:13px;
    color:rgb(255, 255, 255);
    text-decoration:none;
    font-family: 'Montserrat', sans-serif !important;
    font-weight:400

}

.icon-footer {
    color:#3aa2cf;
    margin-right:8px
}

.social-icon {
    font-size:22px !important;
    color:white;
    margin:0px !important;
    padding:0px !important;
    margin-right:10px !important

}

@media (min-width: 1400px) and (max-width: 3840px) {

    
    .footer {
        padding-top:45px;
        margin-top:40px

    }


    .section-2 {
        margin-top:80px
    }

    .sub-title-3 {
        width:400px;
        margin-bottom:40px
    }

    .section-3 {
        padding-top:40px;
        padding-bottom:70px
    }

    .telegram {
        position:absolute;
        width:400px;
        top:-130px;
        left:0;
        z-index:-1
    }
    

    .cont-sect-4 {
        margin-top:130px
    }

    .col-crown {
        width:130px;
        display: flex;
        justify-content: center;
    }

    .icon-box-2 {
        width:90px;
        height:90px;
    }

    .logo {
        position:absolute;
        width:200px;
        left:12%;
        top:50px
    }

    .img-3-mob {
        display:none
    }

    .img-section-3-col {
        width:200px
    }

    .section-3-div {
        margin-top:-30px
    }

    .img-section-3-col {
        width:220px !important
    }

    .title-2 {
        margin-top:60px
    }


}
  
@media (min-width: 1200px) and (max-width: 1399px) {

    .footer {
        padding-top:45px;
        margin-top:40px

    }

    .title-2 {
        margin-top:60px
    }

    .section-2 {
        margin-top:70px
    }

    .sub-title-3 {
        width:400px;
        margin-bottom:40px
    }

    .section-3 {
        padding-top:40px;
        padding-bottom:70px
    }

    .telegram {
        position:absolute;
        width:400px;
        top:-120px;
        left:0;
        z-index:-1
    }
    

    .cont-sect-4 {
        margin-top:120px
    }

    .col-crown {
        width:130px;
        display: flex;
        justify-content: center;
    }

    .logo {
        position:absolute;
        width:170px;
        left:12%;
        top:30px
    }

    .align-center {
        width:100%;
        margin-left:0%
    }
    
    .img-1 {
        width:60%
    }
    
    .text-1 {
        margin-left:17.5%
    }

    .img-3-mob {
        display:none
    }

    .img-section-3-col {
        width:220px !important
    }

}
  
@media (min-width: 992px) and (max-width: 1199px) {

    .footer {
        padding-top:45px;
        margin-top:40px

    }

    .title-2 {
        margin-top:60px
    }

    .section-2 {
        margin-top:60px
    }

    .sub-title-3 {
        width:400px;
        margin-bottom:40px
    }

    .section-3 {
        padding-top:30px;
        padding-bottom:70px
    }

    .telegram {
        position:absolute;
        width:360px;
        top:-100px;
        left:0;
        z-index:-1
    }
    

    .cont-sect-4 {
        margin-top:100px
    }

    .logo {
        position:absolute;
        width:170px;
        left:6%;
        top:40px
    }

    .align-center {
        width:100%;
        margin-left:0%
    }
    
    .img-1 {
        width:80%;
        margin-left:0%
    }
    
    .text-1 {
        margin-left:20%;
        width:80%
    }

    .img-2 {
        width:37%
    }

    .img-3 {
        width:55%;
        margin-right:-12%
    }

    .img-3-mob {
        display:none
    }

    .img-section-3-col {
        width:220px !important
    }

    .col-crown {
        width:130px;
        display: flex;
        justify-content: center;
    }



}
  
@media (min-width: 768px) and (max-width: 991px) {

    .footer {
        padding-top:15px;
        margin-top:30px

    }

    .title-2 {
        margin-top:60px
    }

    .section-2 {
        margin-top:60px
    }

    .sub-title-3 {
        width:400px;
        margin-bottom:40px
    }

    .section-3 {
        padding-top:30px;
        padding-bottom:70px
    }

    .telegram {
        position:absolute;
        width:360px;
        top:-100px;
        left:0;
        z-index:-1
    }
    

    .cont-sect-4 {
        margin-top:100px
    }
    

    .logo {
        width:200px;
        margin-top:20px;
        margin-left:10%
    }

    .text-1 {
        margin-left:8%;
        width:80%;
        margin-bottom:29%
    }

    .img-1 {
        width:75%;
        margin-bottom:30px;
        margin-top:12%
    }

    .img-2 {
        width:27%
    }

    .img-3-mob {
        width:40%;
        right:0;
        margin-right:10%
    }

    .img-3 {
        display:none
    }

    .top-mob {
        display:block;
        position:absolute;
        top:35px;
        right:0px;
        width:27%
    }

    .col-sec-1 {
        display:none
    }

    .img-section-3-col {
        width:200px !important
    }

    .section-3-div {
        margin-top:35px;
    }

    .title-2 {
        line-height:48px
    }

    .col-foot {
        margin-top:30px
    }
  
}
  
@media (min-width: 576px) and (max-width: 767px) {

    .footer {
        padding-top:15px;
        margin-top:30px

    }

    .section-2 {
        margin-top:50px;
        margin-bottom:-20px
    }

    .sub-title-3 {
        width:400px;
        margin-bottom:40px
    }

    .section-3 {
        padding-top:10px;
        padding-bottom:60px
    }

    .telegram {
        position:absolute;
        width:360px;
        top:-60px;
        left:0;
        z-index:-1
    }
    

    .cont-sect-4 {
        margin-top:60px
    }

    .col-crown {
        margin-bottom:15px;
        margin-top:-10px
    }

    .logo {
        width:170px;
        margin-top:20px;
        margin-left:10%
    }

    .text-1 {
        margin-left:8%;
        width:80%;
        margin-bottom:29%
    }

    .img-1 {
        width:75%;
        margin-bottom:30px;
        margin-top:12%
    }

    .img-2 {
        width:27%
    }

    .img-3-mob {
        width:40%;
        right:0;
        margin-right:10%
    }

    .img-3 {
        display:none
    }

    .top-mob {
        display:block;
        position:absolute;
        top:35px;
        right:0px;
        width:27%
    }

    .col-sec-1 {
        display:none
    }

    .img-section-3-col {
        width:200px !important
    }

    .section-3-div {
        margin-top:45px;
    }

    .title-2 {
        font-size:35px;
        line-height:45px;
        margin-bottom:30px;
        margin-top:50px
    }

    .col-foot {
        margin-top:30px !important
    }
  
}
  
@media (max-width: 575px) {

    .footer {
        padding-top:15px;
    }

    .box-2 {
        padding:25px;
        padding-top:40px
    }

    .section-2 {
        margin-top:40px;
        margin-bottom:-20px
    }

    .title-2 {
        font-size:26px;
        line-height:32px
    }

    .sub-title-3 {
        width:300px;
        margin-bottom:40px
    }

    .text-2, .text-box-2, .text-box-1, .text-3 {
        font-size:14px
    }

    .title-3 {
        font-size:22px
    }

    .section-3 {
        padding-top:1px;
        padding-bottom:40px
    }

    .telegram {
        position:absolute;
        width:360px;
        top:-40px;
        left:0;
        z-index:-1
    }
    

    .cont-sect-4 {
        margin-top:40px
    }

    .col-crown {
        margin-bottom:15px;
        margin-top:-10px
    }
  
    .logo {
        width:150px;
        margin-top:20px;
        margin-left:10%
    }

    .text-1 {
        margin-left:0px;
        width:100%;
        margin-bottom:150px
    }

    .img-1 {
        width:100%;
        margin-bottom:30px;
        margin-top:50px
    }

    .img-2 {
        width:35%;
        margin-left:-20px
    }

    .img-3-mob {
        width:50%;
        right:0;
        margin-right:30px
    }

    .img-3 {
        display:none
    }

    .top-mob {
        display:block;
        position:absolute;
        top:30px;
        right:0px;
        width:35%
    }

    .col-sec-1 {
        display:none
    }

    .section-3-col {
        order:2
    }

    .img-section-3-col {
        text-align:center;
        order:1
    }

    .img-section-3 {
        width:40%;
        margin-bottom:20px;
    }

    .section-3-div {
        margin-top:20px;;
    }

    .text-3 {
        text-align:center
    }

    .col-foot {
        text-align:center !important;
        margin-top:30px !important
    }

}
  
  