@font-face {
    font-family: BrushScript;
    src: url(assets/fonts/BrushScriptOpti-Regular.otf);
}
@font-face {
    font-family: BossaNova;
    src: url(assets/fonts/Bossa\ Nova\ MVB\ Regular.otf);
}

body {
    margin: 0;
    padding: 0;
    background: url(assets/Pizzaplexbg.png) fixed;
    font-family: Arial;
}

.header header .info {
    width: 100%;
    background-color: #f792ca;
    display: flex;
    justify-content: space-between;
}

.header header .info div p {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: bolder;
    margin: 17px 10px;
}

.header header .info .account {
    display: flex;
    align-items: center;
}

.header header .info .account a {
    margin: 0 10px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: bolder;
}

.header header .info .account a img {
    width: 45px;
    height: 45px;
    padding: 2.5px;
}

.header nav {
    width: 65%;
    height: 50px;
    margin: auto;
    padding: 25px 0;
}

.header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.header nav ul li {
    padding: 15px 0;
    width: 120px;
    text-align: center;
    transition: 0.5s all;
    border-bottom: 2px solid transparent;
}
.header nav ul li:hover {
    border-bottom: 2px solid #f792ca;
}

.header nav ul li a {
    color: #f792ca;
    font-weight: bolder;
    text-decoration: none;
}

.header nav ul li.current {
    border-bottom: 2px solid #f792ca;
}

.header .title {
    width: 50%;
    margin: 50px auto 0;
    text-align: center;
}

.header .title h1 {
    outline: #f792ca solid 4px;
    outline-offset: 10px;
    border: 4px solid #82b8fb;
    box-shadow: #82b8fb 0 0 30px;
    padding: 35px 0;
    margin: auto;
    font-size: 50px;
    font-style: italic;
    letter-spacing: 2px;
}

.header .title h1 span.faz {
    color: #f792ca;
    font-family: BrushScript;
}

.header .title h1 span.ent {
    color: #f792ca;
    font-family: BossaNova;
}

.header .title h2 {
    color: #f792ca;
    font-weight: 100;
    font-size: 40px;
    font-family: BrushScript;
}

.header .title_buttons {
    width: 65%;
    margin: auto;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}

.button_fill,
.button_outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    font-size: 20px;
    font-weight: bolder;
    margin: 0 10px;
    transition: all 0.5s;
}

.button_fill {
    background-color: #fdfa0e;
    color: #000000;
    text-decoration: none;
    text-align: center;
    border: none;
    box-shadow: #fdfa0e 0 0 5px;
}

.button_fill:hover {
    background-color: #fdfa0e;
    box-shadow: #fdfa0e 0 0 20px 0;
}

.button_outline {
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    color: #82b8fb;
    border: 2px solid #82b8fb;
    box-shadow: #82b8fb 0 0 5px 0;
}

.button_outline:hover {
    background-color: #82b8fb;
    color: #000000;
    box-shadow: #82b8fb 0 0 15px 0;
}

.content {
    width: 65%;
    margin: 50px auto 0;
}

.content .image_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0;
}

.content .image_content .text,
.content .image_content .images {
    flex: 1;
    min-width: 300px;
}

.content .image_content .text .title {
    text-align: center;
    letter-spacing: 1px;
    color: #f792ca;
    font-size: 25px;
}

.content .image_content .text .title h1 {
    font-family: BrushScript;
    font-size: 50px;
    margin: 10px 0px;
}

.content .image_content .text .title hr {
    width: 50%;
    margin: auto;
    border: 2px solid #f792ca;
}

.content .image_content .text .desc {
    width: 70%;
    margin: auto;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-style: none;
    font-size: 27px;
    font-family: Univers;
    color: #ffffff;
}

.content .image_content .images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.content .image_content .images img {
    width: 45%;
}

.content .big_image_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0;
}

.content .big_image_content .text,
.content .big_image_content .images {
    flex: 1;
    min-width: 300px;
}

.content .big_image_content .text .title {
    text-align: center;
    letter-spacing: 1px;
    color: #f792ca;
    font-size: 25px;
}

.content .big_image_content .text .title h1 {
    font-family: BrushScript;
    font-size: 50px;
    margin: 10px 0px;
}

.content .big_image_content .text .title hr {
    width: 50%;
    margin: auto;
    border: 2px solid #f792ca;
}

.content .big_image_content .text .desc {
    width: 70%;
    margin: auto;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-style: none;
    font-size: 27px;
    font-family: Univers;
    color: #ffffff;
}

.content .big_image_content .images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.content .big_image_content .images img {
    width: 45%;
}

.content .big_image_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0;
}

.content .big_image_content .text,
.content .big_image_content .images {
    flex: 1;
    min-width: 300px;
}

.content .big_image_content .text .title {
    text-align: center;
    letter-spacing: 1px;
    color: #f792ca;
    font-size: 25px;
}

.content .big_image_content .text .title h1 {
    font-family: BrushScript;
    font-size: 50px;
    margin: 10px 0px;
}

.content .big_image_content .text .title hr {
    width: 50%;
    margin: auto;
    border: 2px solid #f792ca;
}

.content .big_image_content .text .desc {
    width: 70%;
    margin: auto;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-style: none;
    font-size: 27px;
    font-family: Univers;
    color: #ffffff;
}

.content .big_image_content .images {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.content .big_image_content .images img {
    width: 95%;
}

.content .text_content .title {
    text-align: center;
    letter-spacing: 1px;
    color: #f792ca;
    font-size: 25px;
}

.content .text_content .title h1 {
    font-family: BrushScript;
    font-size: 50px;
    margin: 10px 0px;
}

.content .text_content .title hr {
    width: 50%;
    margin: auto;
    border: 2px solid #f792ca;
}

.content .text_content .desc {
    width: 70%;
    margin: auto;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-style: none;
    font-size: 27px;
    font-family: Univers;
    color: #ffffff;
}

.content .images_content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.content .images_content img {
    width: 300px;
    height: 400px;
}

.space {
    height: 50px;
}

.poropositions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.proposition {
    width: 500px;
    height: min-content !important;
    background-color: transparent !important;
    border: #82b8fb solid 4px;
    box-shadow: #82b8fb 0 0 15px;
}
.proposition img {
    width: 100%;
}
.proposition div.desc {
    width: 100%;
}
.proposition div.desc .title {
    display: flex;
    justify-content: space-between;
}
.proposition div.desc .title h3 {
    font-family: BrushScript;
    font-weight: bolder;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 45px;
    margin-left: 10px;
    margin-block-start: 10px;
    margin-block-end: 10px;
    padding: 0px;
    color: #82b8fb;
}
.proposition div.desc .title p.status {
    font-family: BrushScript;
    font-weight: bolder;
    font-size: 40px;
    color: #f792ca;
    margin-right: 10px;
    margin-block-start: 10px;
    margin-block-end: 10px;
}
.proposition div.desc .tags {
    display: flex;
    justify-content: space-between;
}
.proposition div.desc .tags p.price {
    font-family: BossaNova;
    font-weight: bolder;
    font-size: 25px;
    color: #fdfa0e;
    margin-left: 10px;
    margin-block-start: 10px;
    margin-block-end: 10px;
    padding: 0px;
}
.proposition div.desc p.desc {
    font-family: BossaNova;
    font-weight: bolder;
    font-size: 30px;
    font-style: italic;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    margin-block-start: 10px;
    margin-block-end: 10px;
    padding: 0px;
}
.proposition div.desc .buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.proposition div.desc .buttons button.button_fill {
    width: 100px;
    height: 35px;
    font-size: 15px;
    font-weight: bolder;
    margin: 0 10px;
    background-color: #f792ca;
    color: #2e2e2e;
    box-shadow: transparent 0 0 0px;
    border: none;
    transition: all 0.5s;
}
.proposition div.desc .buttons button.button_fill:hover {
    box-shadow: #f792ca 0 0 15px;
}
.proposition div.desc .buttons button.button_outline {
    width: 100px;
    height: 35px;
    font-size: 15px;
    font-weight: bolder;
    margin: 0 10px;
    background-color: #2e2e2e;
    color: cadetblue;
    border: 2px solid cadetblue;
    transition: all 0.5s;
}
.proposition div.desc .buttons button.button_outline:hover {
    background-color: cadetblue;
    color: #2e2e2e;
}
.discount {
    font-size: 25px;
    text-decoration: line-through;
    font-family: Arial;
}

@media (max-width: 768px) {
    .header nav, .header .title_buttons, .content {
        width: 90%;
    }

    .header .title {
        width: 80%;
    }

    .header .title_buttons button {
        width: 100%;
        margin-bottom: 10px;
    }

    .content .image_content .text, .content .image_content .images {
        min-width: 100%;
    }

    .content .image_content .images img {
        width: 50%;
        margin-bottom: 10px;
    }

    .images_content img {
        width: 50% !important;
        height: 50% !important;
    }
}
