header{
    backdrop-filter: blur(5px);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
section#first{
    padding-top: 135px;
}
.align-center {
    text-align: center;
}
@media screen and (max-width: 700px) {
.content img{
    width: 100% !important;
    height: auto !important;
}
}
.pages-header {
    border-radius: 100px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    background: linear-gradient(0deg, #FFF, #f3f3f3, #FFF, #FFF, #f3f3f3, #FFF);
    border: solid 1px rgb(184,134,11);
}
.b--g-card {
    background: white;
    box-shadow: 0 0 8px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 18px 0;
}
section.page-title {
    min-height: 260px;
    background: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px 50px 8px 8px;
    background: black url(../img/bg--c-2.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(3px);}

section.page-title::before {
    content: "";
    background: rgb(0 0 0 / 65%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
}
.content p {
    line-height: 2.3;
}
.b--g-card h1 {
    font-size: 24px;
    margin-bottom: 30px;
}
ul.shareSocial{
    position: sticky;
    top: 135px;
}
ul.shareSocial a {
    color: rgb(184,134,11);
    text-align: center;
    font-size: 20px;
}
ul.aside-item a {
    color: #8d8d8d;
    transition: all 0.5s linear;
    line-height: 2.6;
    display: block;
}
ul.aside-item a:hover {
    color: rgb(184,134,11); /*gold color*/
    text-indent: 10px;
}
.related-item {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(0 0 0 / 8%);
}

.related-image img {
    border-radius: 7px;
    margin-bottom: 20px;
}

.related-desc strong {
    margin-bottom: 30px;
    display: block;
}

.related-desc {
    padding: 20px;
    text-align: center;
    border-top: solid 1px goldenrod;
}

.related-desc p {
    line-height: 2;
    color: #939393;
}
.gridCard {
    background: #FFF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 8px rgb(0 0 0 / 8%);
}
.gridCard * {
    position: relative;
    z-index: 1;
    color: #222222;
    transition: all 0.3s linear;
}
.gridCard .grid-img {
    padding: 10px;
}
/*    .gridCard .grid-img::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 290px;
        height: 418px;
        background: linear-gradient(0deg, transparent, #ffb900, #45f3ff);
        transform-origin: bottom right;
        animation: animate 6s linear infinite;
    }
    .gridCard .grid-img::after {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 290px;
        height: 418px;
        background: linear-gradient(0deg, transparent, #6515c6, #45f3ff);
        transform-origin: bottom right;
        animation: animate 6s linear infinite;
        animation-delay: 0s;
        animation-delay: -3s;
    }
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/
    .gridCard .grid-img img {
        border-radius: 8px;
        aspect-ratio: 1;
    }
.gridCard:hover .grid-img img {
    transform: scale(1.05);
}
.gridCard::before {
    position: absolute;
    right: 0;
    top: 18px;
    width: 100%;
    height: 50%;
    background: #d4d4d4;
    content: "";
    z-index: 0;
    border-radius: 0 0 100% 100%;
}
.gridCard::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: rgb(187 187 187); /*gold color*/
    content: "";
    z-index: 0;
    border-radius: 0 0 100% 100%;
    transition: all 0.3s linear;
}
    .gridCard:hover::after {
        background: rgb(184,134,11);
        border-radius: 0;
    }
.gridCard .grid-desc {
    padding: 0 10px;
}

.gridCard .grid-desc {
    padding: 0 22px;
}

    .gridCard .grid-desc h5 {
        min-height: 35px;
        height: 35px;
        font-size: 14px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .gridCard:hover .grid-desc h5 {
        color: darkgoldenrod;
    }
    .gridCard .grid-desc p {
        line-height: 20px;
        max-height: 40px;
        color: #AAA;
        margin-bottom: 20px;
        overflow: hidden;
    }
.accordion-button:not(.collapsed) {
    background: rgb(184 134 11 / 24%);
    color: black;
}
footer#footer::before {
    content: "";
    background: url('../img/65ds4f.png') center no-repeat;
    position: absolute;
    right: -150px;
    bottom: 0;
    height: 100%;
    width: 300px;
    background-size: contain;
    opacity: 0.2;
}
footer#footer::after {
    content: "";
    background: url('../img/65ds4f.png') center no-repeat;
    position: absolute;
    left: -150px;
    bottom: 0;
    height: 100%;
    width: 300px;
    background-size: contain;
    opacity: 0.2;
    z-index: 99999999;
}
img.main-image {
    width: 50%;
    height: auto;
    border: solid 1px #DDD;
    padding: 5px;
    border-radius: 10px;
    margin: 0 auto;
}
@media screen and ( max-width: 800px ){
    img.main-image{
        width: 100%;
        height: auto;
    }
}