@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;
}

.content{
    margin: 50px auto 0;
    display: flex;
    width: 1900px;
}

.content-column.column-1 {
    width: 950px;
    padding-top: 15px;
}

.content-column.column-2 {
    width: 950px;
    padding-top: 15px;
}

.title-content{
    display: flex;
    justify-content: space-between;
    margin-left: 170px;
    margin-top: -5px;
    padding-right: 125px;
}

.item-info-big{
    display: flex;
    height: 100px;
    width: 280px;
    border-top: 5px solid #FCBA30;
    border-bottom: 5px solid #FCBA30;
    align-items: center;
}

.item-regular{
    text-align: center;
    width: 148px;
    margin-right: 10px;
    height: 75px;
}

.item-large{
    text-align: center;
    padding-left: 20px;
    border-left: 3px solid #FCBA30;
    height: 75px;
}

h2.item-big-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 42px;
    color: #FFFFFF;
}

p.item-big-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    white-space: nowrap;
    color: #FFFFFF;
}


h1.title-column-1 {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 63px;
    line-height: 70px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 340px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.row-items{
    display: flex;
}

.row-items.row-items-1{
    margin-top: 90px;
}

.row-items.row-items-2 {
    margin-top: 28px;
}

.item{
    width: 215px;
    height: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.item-1{
    margin-right: 10px;
    margin-left: 22px
}

.item-2{
    margin-right: 15px;
}

.item-3{
    margin-right: 12px;
}

.item-5{
    margin-right: 0px;
}

.item-6{
    margin-right: 0px;
}

h3.item-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    color: #000000;

    white-space: nowrap;
}

p.side-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    margin-right: 5px;
    white-space: nowrap;
}

p.row-item-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
}

/*Second Column top*/

h1.title-column-2 {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 63px;
    line-height: 70px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 280px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 134px;
}

.treats-row{
    display: flex;
    margin-top: 95px;
}

.treats-col-1{
    padding-left: 36px;
}

.treats-col-2 {
    padding-top: 80px;
    padding-left: 36px;
}

h3.treats-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 39px;
    line-height: 43px;
    color: #000000;
}

p.treats-flavor{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 36px;
    color: #000000;
}

p.size-treat{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 36px;
    color: #000000;
}

.item-info{
    display: flex;
    align-items: center;
}

p.treat-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-right: 8px;
    padding-left: 5px;
    text-transform: capitalize;
    color: #000000;
    white-space: nowrap;
}

p.treat-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.treat-item.treat-item-mid {
    margin-top: 2px;
}

.treat-item.treat-item-bot .treat-info {
    margin-top: 10px;
}

.treat-item.col-2-item {
    margin-top: 18px;
}

.treat-item.col-3-item {
    margin-top: 17px;
}

p.size-treat.hot-1 {
    margin-top: 4px;
}

p.size-treat.str-size {
    margin-top: 4px;
}

/*bottom part*/

.bot-title-container {
    margin-top: 12px;
    margin-left: 355px;
    text-align: center;
    width: 500px;
}

.content-column.bot-column-1 {
    width: 950px;
}

h3.kid-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 63px;
    line-height: 70px;
    text-transform: uppercase;
    color: #AD1C1F;
    letter-spacing: 1px;
}
p.kid-description{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: -2px;
    color: #000000;
}

.kids-row {
    padding-left: 64px;
    display: flex;
}

.kid-colum-1 {
    padding-top: 95px;
}

.kid-colum-2 {
    width: 230px;
    margin-left: 74px;
    padding-top: 20px;
}

.kid-colum-3 {
    margin-left: 65px;
    padding-top: 20px;
}

.item-info.kid-info {
    margin-top: 6px;
}

.bot-item.bot-item-2 {
    margin-top: 15px;
}

h4.kid-item-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #000000;
    white-space: nowrap;
}

p.kid-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-right: 8px;
    padding-left: 5px;
    color: #000000;
    white-space: nowrap;
}

p.kid-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.bot-Second-title-container {
    text-align: center;
    width: 500px;
    margin-top: -30px;
    margin-left: 235px;
}

h3.drink-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 63px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FCBA30;
    letter-spacing: 1px;
}

.drinks-row{
    display: flex;
    padding-left: 35px;
    padding-top: 15px;
}

.drink-column-2 {
    margin-left: 62px;
}

.drink-column-3 {
    margin-left: 48px;
}

.bot-item.drink-mid {
    margin-top: 14px;
}

.bot-item.drink-bot {
    margin-top: 14px;
}

h4.drink-item-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #FFFFFF;
}

p.drink-size{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 2px;
}

p.drink-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-right: 2px;
    margin-left: -4px;
    padding-left: 5px;
    color: #FFFFFF;
    white-space: nowrap;
}

p.drink-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 8px;
}

.water-title{
    display: flex;
    align-items: center;
}

img.water {
    margin-left: 15px;
}

span {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
}