body {
    overflow-x:hidden;
}

.background {
    background-color: #2c3034;
    background-image: url(../img/productIcons/ffflurry.svg);
    background-size: cover;
}

.mainName {
    font-family: 'Readex Pro', serif;
    color: #ffffff;
    margin-top: 3%;
}

.aboutTab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro {
    position: relative;
    text-align: center;
}

.accordion-button.collapsed {
    background: blue
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.readex-font {
    font-family: 'Readex Pro', serif;
}

.topText {
    position: relative;
    margin-left: 5%;
    z-index: 2;
}

.phone-3d {
    z-index: 1;
    display: block;
    margin: auto;
}
.featuresTab {
    margin-bottom: 3%;
}

.featureSymbol {
    font-size: 8rem !important;
    background: #0ceeaf;
    background: linear-gradient(to right, #0ceeaf 0%, #aa00ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.appButton {
    color: white;
    border-radius: 5rem;
    width: 10rem;
    height: 3rem;
    font-weight: 500;
    border-color: white;
    background-color: transparent;
    border: 2px solid;
}

.appFeatures {
    --swiper-theme-color: #0ceeaf;
}

.downloadPay {
    color: white;
    border-radius: 5rem;
    width: 10rem;
    height: 3rem;
    font-size: 1rem;
    font-weight: 500;
    border-color: white;
    background-color: transparent;
    border: 2px solid;
}

.bigImage {
    display: block;
    width: 100%;
    height: auto;
}
.accordionStyle {
    background-color: rgba(0, 150, 255, 0) !important;
}
a {
    color: #39b7fc;
    text-decoration: none;
    font-weight: 700;
}