@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    background: linear-gradient(-32deg, #1f1e1d, #272526, #37393a, #0f0f0f, #37393a );
    background-size: 400% 400%;
    font-family: 'Montserrat';
}

.knife-container{
    background-image: url(../img/CouteauBG.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    width: 90%;
    height: 90%;
    position: absolute;
    background-position: center;
    opacity: 15%;
    z-index: -2;
}

.logo-top{
    width: 14%;
}


.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.5;
    z-index: -1;
}

.op-0{
    opacity: 0 !important;
}

.op-95{
    opacity: 0.95;
}

.op-100{
    opacity: 1;
}

/* REAL */

.grid-item .card{
    border: none;
    border-radius: unset;
}


.hr{
    width:15%;
    opacity: 100%;
}

/* CONTACT */

.card-3{
    background: rgba(0, 0, 0, 0.5)  ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    width: 100%;
    display: table;
}

.card-3 .card-body {
    padding: 57px 65px;
    padding-bottom: 65px;
    display: table-cell;
}

.input-group {
    position: relative;
    margin-bottom: 33px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#addNew .input-group{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.input-group textarea{
    border:none;
}

.input--style-2 {
    padding: 5px 0;
    font-size: 16px;
    color: #000;
    background: transparent;
}

.input--style-3 {
    padding: 5px 0;
    font-size: 16px;
    color: #ccc;
    background: transparent;
}

input {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
}

#sucess{
    display: none;
    color:white;
}

/* couteau detail */
#img_couteau img {
    opacity: 1;
    transition: opacity 1s;
}

#desc li{
    background: transparent;
    color: white;
    border-bottom: unset;
}