@import url('https://fonts.cdnfonts.com/css/rawline');

body {
    background-image: url(../assets/background.png);
}


.container-fluid {
    margin-bottom: 2%;
}


.navbar-brand {
    color: white;
    font-size: 50px;
    font-family: 'Rawline', sans-serif;
}


.nav-link {
    color: white;
}

.F{
    margin-top: 4%;
}


.F .form-control {
    width: 500px;
    height: 40px;
    margin-top: -5px;
    border-radius: 30px;
    font-family: 'Rawline', sans-serif;
}


img {
    width: 75%;
    height: 75%;
    border-radius: 10px;
    align-items: center;
}


h1 {
    color: rgb(255, 255, 255);
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
    font-family: 'Rawline', sans-serif;
}


.acessorios-amostra{
    margin-top: 12%;
    margin-left: 7%;
}


.acessorios-amostra p {
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: center;
    font-family: 'Rawline', sans-serif;
}

#texto{
    margin-right: 24%;
}

#botao{
    margin-left: 21%;
}


.zoom {
    transition: transform 0.2s; 
}

.zoom:hover {
    transform: scale(1.1); 
}

.nav-link {
    position: relative;
    list-style: none;
    padding: 4px 0;
}

.nav-link::after,
.nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all 0.6s ease-in-out;
}

.nav-link::after {
    top: 0;
    right: 0;
    transform-origin: right;

}

.nav-link::before {
    left: 0;
    bottom: 0;
    transform-origin: left;
}

.nav-link:hover::after,
.nav-link:hover::before {
    width: 100%;
}

.cart-icon, .user-icon {
    color: #fff;
    font-size: 32px;
    transition: .5s;
}

.cart-icon:hover, .user-icon:hover {
    transform: scale(1.2);
}

@media (max-width: 1024px) {
    .navbar-brand {
        font-size: 30px;
    }


    .F .form-control {
        width: 100%;
        margin-top: 10px;
    }



    .acessorios-amostra{
        margin-top: 15%;
        width: 80%;
        margin-left: 39px;
    }

    .acessorios-amostra img{
        margin-left: -23px;
    }

    .acessorios-amostra p {
        font-size: 18px;
        margin-left: 24%;
    }


    .btn-dark {
        margin-bottom: 45px;
        margin-left: -29px;
        margin-right: 25px;
        width: 100%;
    }


    .zoom img {
        width: 115%;
        padding: 6%;
    }


}

