/* ********* Template CSS ********* */
:root {
    --primary: #f4f1ea;
    --light: #F6F7F8;
    --dark: #343a40;
}

.body {
    font-family: alata, sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 300px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 9999;
}

.cookie-banner p {
    margin: 0 0 10px;
    line-height: 1.4em;
}

.cookie-banner button {
    margin-right: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#accept-cookies {
    background: #2e7d32;
    color: #fff;
}

#close-banner {
    background: #e53935;
    color: #fff;
}

@media (max-width: 600px) {
    .cookie-banner {
        left: 10px;
        right: 10px;
        max-width: none;
        font-size: 13px;
    }
}

/* index */
.top-bar {
    background: #1f7587;
}

.top-bar i {
    color: #FFF;
}

/* Ajuste para texto do carousel sobreposto */
.carousel-caption-custom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 2rem;
}

.carousel-caption-custom h2 {
    font-weight: 700;
    color: white;
}

.carousel-caption-custom .btn-bg {
    background-color: #FFF ;
}

.carousel-caption-custom a:hover {
    background-color: cadetblue;
}

/* about-index */
.about-ini i {
    color: #1f7587 !important;
}

.about-ini .btn-bkg {
    background-color: #1f7587 !important;
}

.about-ini a:hover {
    background-color: lightgrey!important;
}

/* Gallery Index */
#gallery-index {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

#gallery-index a img {
    width: 290px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

#gallery-index a img:hover {
    transform: scale(1.05);
}

.card-ini .btn {
    background-color: #f2a761 !important;
}


.back-to-top {
    background: #9fd5e0;
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    z-index: 9999; /* bem alto para não ficar escondido */
}

.back-to-top:hover {
    background-color: black;
}



/* whatsapp btn */
.whatsapp-btn {
    position: fixed;
    bottom: 120px; /* desktop */
    right: 20px;
    z-index: 10001;
    display: block;
    animation: rise 0.6s ease-out; /* animação de subida */
}

/* Imagem do WhatsApp */
.whatsapp-btn img {
    width: 48px;
    height: 48px;
    display: block;
}

/* Tooltip */
.whatsapp-tooltip {
    display: none;
    position: absolute;
    bottom: 50px; /* acima do ícone */
    right: 0;
    background: #25d366;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Mostrar tooltip no hover (desktop) */
.whatsapp-btn:hover .whatsapp-tooltip {
    display: block;
}

/* Responsivo para celular */
@media (max-width: 768px) {
    .whatsapp-btn {
        bottom: 100px;
        right: 20px;
    }
    /* Tooltip pode aparecer no toque, se desejar JS adicional */
}

/* Animação de subida */
@keyframes rise {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}


/*  fim whatsapp btn */


/* cards */
#cardimage .cardimage-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    padding: 40px;
}

#cardimage .cardimage-item img {
    width: 100%;
    border-radius: 5px;
}

#cardimage .cardimage-item span {
    font-size: 13px;
    font-weight: 500;
    color: #ed563b;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
}

#cardimage .cardimage-item h4 {
    font-size: 19px;
    font-weight: 600;
    color: #232d39;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

#cardimage .cardimage-item p {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .cardimage-item {
        margin-bottom: 30px;
    }
}

/* fim index */
/* ini sobre nos */
/* ---------------------------------------------
Page Heading sobre-header
--------------------------------------------- */
.page-heading {
    background-image: url(https://www.cimenartes.com.br/assets/images/sobre-header.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    text-align: center;
}

.page-heading span {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 30px;
}

.page-heading span a {
    color: #1e1e1e;
}

.page-heading h3 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.sobre-nos i {
    color: #1f7587 !important;
}

/* fim sobre nos */
/* page produtos */
.page-heading-prod {
    background-image: url(https://www.cimenartes.com.br/assets/images/prod-header.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    text-align: center;
}

.page-heading-prod span {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 30px;
}

.page-heading-prod span a {
    color: #1e1e1e;
}

.page-heading-prod h3 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

#gallery-prod {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 15px;
    grid-auto-flow: dense;

    /* reorganiza para preencher melhor os espaços */
}

#gallery-prod a {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: zoom-in;
}

#gallery-prod img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* ajusta imagens horizontais, verticais e quadradas */
    transition: transform 0.4s ease;
}

/* Efeito hover */
#gallery-prod a:hover img {
    transform: scale(1.1);
}

/* Itens maiores para criar efeito de mosaico */
#gallery-prod a.wide {
    grid-column: span 2;
}

#gallery-prod a.tall {
    grid-row: span 2;
}

#gallery-prod-fulget {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 15px;
    grid-auto-flow: dense;

    /* reorganiza para preencher melhor os espaços */
}

#gallery-prod-fulget a {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: zoom-in;
}

#gallery-prod-fulget img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* ajusta imagens horizontais, verticais e quadradas */
    transition: transform 0.4s ease;
}

/* Efeito hover */
#gallery-prod-fulget a:hover img {
    transform: scale(1.1);
}

/* Itens maiores para criar efeito de mosaico */
#gallery-prod-fulget a.wide {
    grid-column: span 2;
}

#gallery-prod-fulget a.tall {
    grid-row: span 2;
}

#gallery-pepoxi {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 15px;
    grid-auto-flow: dense;

    /* reorganiza para preencher melhor os espaços */
}

#gallery-pepoxi a {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: zoom-in;
}

#gallery-pepoxi img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* ajusta imagens horizontais, verticais e quadradas */
    transition: transform 0.4s ease;
}

/* Efeito hover */
#gallery-pepoxi a:hover img {
    transform: scale(1.1);
}

/* Itens maiores para criar efeito de mosaico */
#gallery-pepoxi a.wide {
    grid-column: span 2;
}

#gallery-pepoxi a.tall {
    grid-row: span 2;
}

#gallery-cimento-queimado {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 15px;
    grid-auto-flow: dense;

    /* reorganiza para preencher melhor os espaços */
}

#gallery-cimento-queimado a {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: zoom-in;
}

#gallery-cimento-queimado img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* ajusta imagens horizontais, verticais e quadradas */
    transition: transform 0.4s ease;
}

/* Efeito hover */
#gallery-cimento-queimado a:hover img {
    transform: scale(1.1);
}

/* Itens maiores para criar efeito de mosaico */
#gallery-cimento-queimado a.wide {
    grid-column: span 2;
}

#gallery-cimento-queimado a.tall {
    grid-row: span 2;
}

#gallery-porcelanato {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 15px;
    grid-auto-flow: dense;

    /* reorganiza para preencher melhor os espaços */
}

#gallery-porcelanato a {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: zoom-in;
}

#gallery-porcelanato img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* ajusta imagens horizontais, verticais e quadradas */
    transition: transform 0.4s ease;
}

/* Efeito hover */
#gallery-porcelanato a:hover img {
    transform: scale(1.1);
}

/* Itens maiores para criar efeito de mosaico */
#gallery-porcelanato a.wide {
    grid-column: span 2;
}

#gallery-porcelanato a.tall {
    grid-row: span 2;
}

/* container-img-prod */
.container-img-prod {
    background-image: url('https://www.cimenartes.com.br/assets/images/hero-img-prod.jpg');

    /* Replace with the actual path to your image */
    background-size: cover;

    /* Scales the background image to cover the entire container */
    background-position: center;

    /* Centers the background image */
    background-repeat: no-repeat;

    /* Prevents the image from repeating */
    height: 300px;

    /* Example height for the container */
    width: 100%;

    /* Example width for the container */
    margin: 20px auto;

    /* Centers the container on the page */
    color: white;

    /* Example text color for readability */
    text-align: center;
    padding: 20px;
    opacity: 1;
}

/* page servicos */
.page-heading-serv {
    background-image: url(https://www.cimenartes.com.br/assets/images/serv-header.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    text-align: center;
}

.page-heading-serv span {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 30px;
}

.page-heading-serv span a {
    color: #1e1e1e;
}

.page-heading-serv h3 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

/* gallery */
#gallery-serv {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    gap: 15px;
    grid-auto-flow: dense;

    /* reorganiza para preencher melhor os espaços */
}

#gallery-serv a {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: zoom-in;
}

#gallery-serv img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* ajusta imagens horizontais, verticais e quadradas */
    transition: transform 0.4s ease;
}

/* Efeito hover */
#gallery-serv a:hover img {
    transform: scale(1.1);
}

/* Itens maiores para criar efeito de mosaico */
#gallery-serv a.wide {
    grid-column: span 2;
}

#gallery-serv a.tall {
    grid-row: span 2;
}

/* container-img */
.container-img {
    background-image: url('https://www.cimenartes.com.br/assets/images/cat-prod/pintura-epoxi/pe-4.jpg');

    /* Replace with the actual path to your image */
    background-size: cover;

    /* Scales the background image to cover the entire container */
    background-position: center;

    /* Centers the background image */
    background-repeat: no-repeat;

    /* Prevents the image from repeating */
    height: 300px;

    /* Example height for the container */
    width: 100%;

    /* Example width for the container */
    margin: 20px auto;

    /* Centers the container on the page */
    color: white;

    /* Example text color for readability */
    text-align: center;
    padding: 20px;
    opacity: 1;
}

/* fim page servicos */

/* page contato */
.page-heading-cont {
    background-image: url(https://www.cimenartes.com.br/assets/images/contato-header.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    text-align: center;
}

.page-heading-cont span {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 30px;
}

.page-heading-cont span a {
    color: #1e1e1e;
}

.page-heading-cont h3 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.contato i {
    color: #1f7587 !important;
}

/* fim page contato */

/* page privacidade */
.page-heading-privacidade {
    background-image: url(https://www.cimenartes.com.br/assets/images/privacidade-header.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    text-align: center;
}

.page-heading-privacidade span {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    margin-bottom: 30px;
}

.page-heading-privacidade span a {
    color: #1e1e1e;
}

.page-heading-privacidade h3 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

/* fim page privacidade */
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

/* ** Spinner ** */
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* ** Button ** */
/*
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
*/

/* ** Navbar ** */
.navbar {
    background: #FFFFFF;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #1f7587;

    /* color: var(--dark); */
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #807d7d;

    /* color: var(--primary); */
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #1f7587;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* ** Header ** */
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/* ** About ** */
/*
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}
*/

/* ** Service ** */
/*
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}
*/

/* ** Feature ** */
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/* ** Quote ** */
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/* ** Team ** 

.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}
*/
/* ** Testimonial ** */
/*
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

*/

/* ** Contact ** */
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

/* ** Footer ** */
.footerBkg {
    background: #1f7587;
}

.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}}