.nav-bg {
    /* background: rgba(255,255,255,.5); */
    /* background: rgba(205,187,198,.2); */

    background: rgb(205,187,198);
background: linear-gradient(229deg, rgba(205,187,198,.2) 0%, rgba(188,206,250,.2) 100%);


    backdrop-filter: blur(10px);
}
.hero-image-logo {
    width: 650px;
    max-width: 100%;
}

.bg-heaven {
    background: url('att.jpg');
    overflow: hidden;
}
.bg-heaven .bg-heaven-content {
    background: rgba(255,255,255,.5);
    background-size: 100% auto;
    height: 100%;
    backdrop-filter: blur(90px);

}

h1,h2,h3 {
    background: linear-gradient(48deg, rgba(134, 157, 214, 1), rgba(229, 103, 180, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-action-1 {
    background: rgb(188,206,250);

    background: linear-gradient(48deg, rgba(134, 157, 214, 1), rgba(229, 103, 180, 1));
/* background: linear-gradient(48deg, rgba(188,206,250,1) 0%, rgba(205,187,198,1) 100%); */
border-color: rgba(188,206,250,1);
}

.btn-action-1:hover {
    border-color: rgba(188,206,250,1);
    background: gba(205,187,198,1);
background: linear-gradient(225deg, rgba(229, 103, 180, 1) 0%, rgba(134, 157, 214, 1) 100%);
}