.cinzel {
    font-family: "Cinzel", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.navbar-custom {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-custom .nav-link {
    color: white;
}

.navbar-custom .nav-link.active {
    font-weight: bold;
}



.index-body {
    background-image: url('images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.title {
    font-size: 205px;
    padding-bottom: 45px;
    padding-top: 50px;
}






.btn-one {
    color: #FFF;
    transition: all 0.3s;
    position: relative;
}

.btn-one span {
    transition: all 0.3s;
    font-size: 35px;
}

.btn-websites span {
    transition: all 0.3s;
    font-size: 20px !important;
}

.btn-one::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
    transform: scale(0.1, 1);
}

.btn-one:hover span {
    letter-spacing: 3px;
}

.btn-one:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-one::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-one:hover::after {
    opacity: 0;
    transform: scale(0.1, 1);
}

a {
    color: white !important;
    text-decoration: none !important;
}



.about-body {
    background-image: url('images/black_abstract_flowers_art_4k_hd_black\ \(1\).jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.gray-bar {
    background-color: #3F3F3F;
    padding: 10px;
    margin-bottom: ;
    border-radius: 2px;
}

.website-section {
    background-color: rgba(255, 255, 255, 0.24);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.filter-button.active {
    background-color: #2c2c2c !important;
    color: #fff;
}


.blurbackground {
    width: 500px;
    height: auto;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    margin: 4px;
}

.blurbackground img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 4px;
}

.blurbackground:hover img {
    filter: blur(3px) brightness(60%);
    box-shadow: 0 0 16px;
}

.blurbackground :not(img) {
    position: absolute;
    z-index: 1;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.blurbackground h3 {
    top: 50%;
}

.blurbackground:hover :not(img) {
    opacity: 1;
}
.navbar-nav .dropdown-menu {
    background-color: rgb(29, 29, 29);
}
.about-text {
    font-size: 20px;
}