@import url(global.css);

#main-section {
    height: 548px;
    background: linear-gradient(180deg, rgba(1,33,64,0.8) 0%, rgba(1,33,64,1) 87%, rgba(1,33,64,1) 100%), url(../img/home-img.png) no-repeat;
    background-size: cover;
}

.main-wrapper {
    display: flex;
    margin: auto;
    height: 100%;
    align-items: center;
}
.main-wrapper, .numbers-wrapper, .emphasis-phrase {
    max-width: 616px;

}
.main-wrapper .left-part h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
}

.numbers-wrapper figure {
    border-radius: 50%;
    background-color: #02274B;
    padding: 16px;
    max-width: fit-content;
    margin: 0 auto;
}

.emphasis-phrase::before {
    content: '';
    display: block;
    width: 8px;
    height: 54px;
    top: 9px;
    background-color: #44E454;
    border-radius: 1px;
    position: absolute;
    left: 0px;
}

.info-title {
  
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin: 17px 0 6px 0;
}
.info-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: rgba(79, 114, 148, 0.9);
}
.about-subtitle::after {
    content: "";
    display: block;
    background-color: #44E454;
    width: 60px;
    height: 4px;
    margin-top: 5px;
}

.about-section figure::before {
    position: absolute;
    z-index: -1;
    display: inline-block;
    content: "";
    background-color: #082D52;
    width: 229px;
    height: 375px;
    margin-left: -24px;
    margin-top: -24px;
    border-radius: 18px;
}

.accordion-button.collapsed::after {
    background-image: url('data:image/svg+xml,<svg  xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 24 24"  fill="white"  stroke="white"  stroke-width="2"  stroke-linecap="round"  stroke-linejoin="round"  class="icon icon-tabler icons-tabler-outline icon-tabler-plus"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 5l0 14" /><path d="M5 12l14 0" /></svg>');
}

.accordion-button:not(.collapsed) {
    color: #44E454;
    font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg  xmlns="http://www.w3.org/2000/svg"   viewBox="0 0 24 24"  fill="white"  stroke="white"  stroke-width="2"  stroke-linecap="round"  stroke-linejoin="round"  class="icon icon-tabler icons-tabler-outline icon-tabler-minus"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l14 0" /></svg>');
}

.accordion-body {
    background-color: #082E53;
}
.faq-section {
    margin-bottom: 70px;
}
.btn.discord {
    background-color: #5865f2 !important;
}
.btn.whatsapp {
    background-color: #25d366 !important;
}
.btn.youtube {
    background-color: #ff2d2d !important;
}
.btn.instagram {
    background-color: #FCAF45 !important;
}
footer {
    background: #082D52;
    padding: 12px;
}
.cta-section {
    background: linear-gradient(180deg, rgba(1,33,64,0.8) 0%, rgba(1,33,64,0.8) 100%),
    url('../img/cta-img.jpg');
    background-size: cover;
    background-position: 0 -550px;
    background-attachment: fixed;
}
.cta-section .btn {
    background-color: #1a9126;
}

@media screen and (min-width: 768px) {
    .main-wrapper .left-part {
        text-align: left !important;
    }
    .main-wrapper .left-part .d-flex {
        justify-content: left !important;
    }
}