@font-face {
    font-family: 'ferro';
    src: url(./font/FerroRosso.ttf);
}

@font-face {
    font-family: 'rew';
    src: url(./font/TypoSlab\ Irregular\ Demo.otf)
}

@font-face {
    font-family: "brr";
    src: url(./font/TypoSlab\ Irregular\ Demo.otf);
}

body {
    direction: ltr;
}

nav {
    background-image: url(./images/Flag\ Of\ Italy\ 4k\ Ultra\ HD\ Wallpaper\ Background\ Image.jpg);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-size: 1136px;
    font-size: 50px;
    font-family: 'ferro';
}

nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
}


.idk {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    gap: 50px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.del {
    border: none;
    background: linear-gradient(145deg, #111, #1a1a1a);
    width: 300px;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.25);
    height: 450px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-top: 3px solid #e10600;
    /* Ferrari red accent */
}

.del img {
    width: 100%;
    height: 40%;
    object-fit: cover;
    border-bottom: 2px solid #e10600;
}

.sig {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
}

.sig a {
    font-size: 15px;
    background: linear-gradient(90deg, #e10600, #b50d0d);
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    font-family: 'brr';
    transition: background 0.3s ease, transform 0.2s ease;
}

a {
    color: black;
    text-decoration: none;
}

h3 {
    text-align: center;
    color: #f5f5f5;
    text-transform: capitalize;
    font-size: 26px;
    font-family: 'rew';
    margin: 15px 0;
}


p {
    text-align: center;
    color: #ccc;
    font-family: 'rew';
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5;
}

.txt {
    color: black;
    text-transform: capitalize;
    font-size: 50px;
}

.txt:hover {
    color: rgb(251, 255, 0);
    transition: 0.3s;
}

.del:hover {
    transform: scale(1.07);
    box-shadow: 0 12px 30px rgba(255, 0, 0, 0.5);
}

.sig a:hover {
    background: linear-gradient(90deg, #ffd700, #ffb800);
    color: black;
    transform: translateY(-3px);
}

div h3 {
    font-family: 'rew';
}