@font-face {
    font-family: 'Bree-Serif';
    src: url('./fonts/BreeSerif-Regular.eot');
    src: url('./fonts/BreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BreeSerif-Regular.woff2') format('woff2'),
        url('./fonts/BreeSerif-Regular.woff') format('woff'),
        url('./fonts/BreeSerif-Regular.ttf') format('truetype'),
        url('./fonts/BreeSerif-Regular.svg#BreeSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.main-content{
    width: 1920px;
    height: 1080px;
    overflow: hidden;

     background: url('../assets/bg.png');
    background-size: cover;
    background-position: center; 

    background: transparent;
}

.main-title-content {
    margin-top: 65px;
    margin-left: 508px;
    width: fit-content;
    height: 140px;
    border-top: 8px solid #AD1C1F;
    border-bottom: 8px solid #AD1C1F;
    display: flex;
    align-items: center;
}

h1.main-title {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 112px;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #000000;
    max-width: 1350px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content{
    margin: 115px auto;
    width: 1800px;
}

.content-row{
    width: 100%;
    height: 315px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.item{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.content-item{
    position: relative;
    width: 395px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.number-item{
    position: absolute;
    left: -92px;
    top: 60px;
    width: 78px;
    height: 78px;
    background: #AD1C1F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.number{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.item-title{
    max-width: 320px;
}

h2.title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-transform: capitalize;

    color: #000000;
}

.item-info{
    display: flex;
    height: 40px;
    margin-top: 5px;
}

p.item-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    margin-right: 10px;
    text-transform: capitalize;
    color: #D6242E;
}

p.item-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 46px;
    color: #000000;
}

.sub-item-title{
    margin-top: 5px;
}

h3.sub-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    
    color: #000000;
}

.sub-item-info{
    display: flex;
    height: 35px;
}

p.sub-item-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    text-transform: capitalize;
    color: #D6242E;
    margin-right: 10px;
}

p.sub-item-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 37px;
    color: #000000;
}

p.sub-item-description{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;

    color: #000000;
}

.row-2{
    margin-top: 52px;
}

.item-left{
    padding: 0;
}

span {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
}