@font-face {
    font-family: 'Beer Money';
    src: url(../fonts/beer_money.ttf)
}

@font-face {
    font-family: 'Bebas Neue';
    src: url(../fonts/Bebas_Neue.ttf)
}

.only-mobile{
    display: none;
}

.BM{
    font-family: 'Beer Money';
}

.BN{
    font-family: 'Bebas Neue';
}


.text-red{
    color: #BB080B;
}

body{
    background: #F0EDE8;
}

.container{
    max-width: 1170px;
    margin: 0 auto;
}


.main-img img{
    max-width: 720px;
}

.main-img{
        position: relative;
}
.main-page_wrapper{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
}

.main-title{
    display: flex;
    flex-direction: column;
   
    gap: 5px;

    font-size: 64px;
}

.main-title span:nth-child(2){
    font-size: 54px;
    max-width: 650px;
}

.main-subtitle{
    font-size: 32px;
    letter-spacing: 5px;
    line-height: 160%;
    max-width: 850px;
}

.main-block{
    padding-top: 120px;
    position: relative;
}

.block-light{
    position: absolute;
    top: 0;
}

.main-block .heart-one{
    position: absolute;
    top: -10%;
    right: -45%;
}

.main-block .heart-two{
    position: absolute;
    top: 35%;
    right: -28%;
}

.title{
    color: #BB080B;
    font-size: 42px;
}

.place-adress_guest{
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 160%;
    max-width: 400px;
}
button{
    border-radius: 14px;
    background: none;
    border: 2px solid #BB080B;
    font-size: 24px;
    padding: 9px 40px;
    max-width: max-content;
    color: #BB080B;

    cursor: pointer;
    transition: all 0.3s;
}

button:hover{
    opacity: 0.4;
    transition: all 0.3s;
}

button.button-red{
    background: #BB080B;
    color: #F0EDE8;
}
.place-adress_taking-guest{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.place-adress_event{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}
.place-adress_taking-guest .subtitle{
    font-size: 16px;
    max-width: 300px;
    letter-spacing: 2px;
    line-height: 160%;
}

.place-img img{
    max-width: 465px;
}

.place-event{
    margin-top: 120px;
}

.place-event_wrapper{
    display: flex;
    justify-content: space-around;
}


.place-img_wrapper {
    position: relative;
}

.place-img_wrapper .heart-one{
    position: absolute;
    top: 5%;
    left: -10%;
}

.place-img_wrapper .heart-two{
    position: absolute;
    top: 40%;
    left: -20%;
}

.place-img_wrapper .heart-three{
    position: absolute;
    right: -10%;
    bottom: 15%;
}


.plan-day_time{
    font-size: 40px;
}

.plan-day_text{
    font-size: 32px;
    max-width: 245px;
}

.plan-day_wrapper{
    display: flex;
    justify-content: center;

}

.plan-day_left-block{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.plan-day_left-block .plan-day_text{
    text-align: end;
}

.plan-day_left-block .plan-day_time{
    text-align: end;
}
.plan-day_right-block{
    max-height: max-content;
    margin-top: 155px;
}

.plan-day .title{
    text-align: center;
}

.detailst-text{
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 180%;
}

.plan-day_line{
    padding-top: 40px;
}

.detail_wrapper{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.details_cat-svg{
    position: absolute;
    top: -30%;
    right: 0;
}
.details_left-block{
    position: relative;
}
.details_left-block .detailst-text{
    padding-top: 80px;
}

.details{
    margin-top: 80px;
}

.dress-code{
    margin-top: 80px;
}

.dress-code-text .subtitle{
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 180%;

    text-align: end;
}

.list-color_block{
    width: 140px;
    height: 140px;
    border-radius: 14px;
    

    -webkit-box-shadow: 0px 5px 10px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px -2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px -2px rgba(34, 60, 80, 0.2);
}


.list-color_block:nth-child(1){
    background: #F2D3C9;
}
.list-color_block:nth-child(2){
    background: #EED4BB;
}
.list-color_block:nth-child(3){
    background: #CBD5D6;
}
.list-color_block:nth-child(4){
    background: #C7D0C5;
}
.list-color_block:nth-child(5){
    background: #CDB5B1;
}
.list-color_block:nth-child(6){
    background: #CBA48F;
}
.list-color{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.dress-code_wrapper{
    display: flex;
    align-items: center;
}

.dress-code-text{
    max-width: 590px;
}
.dress-code-text .title{
    text-align: end
}


.inform-guest{
    margin-top: 80px;
}

.inform-guest_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.inform-guest .title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

}
.inform-guest .subtitle{
    display: flex;
    flex-direction: column;
    text-align: center;

    font-size: 20px;
    letter-spacing: 4px;
    line-height: 180%;

    max-width: 750px;
}



.contact{
    margin-bottom: 40px;
}


.good-bye{
    margin-top: 80px;
}
.black-text{
    color: #333333;
}

.good-buy_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.good-buy_wrapper .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.good-bye_date .title{
    /* background: url(../img/svg/bck_date.svg) no-repeat; */
    font-size: 84px;
    color: #F0EDE8;
}

.good-bye_date{
    position: relative;
    margin-top: 20px;
}

.good-bye_bck{
    position: absolute;
    z-index: -1;
    top: -5%;
}


.us-photo_wrapper .title{
    font-size: 64px;
}
.us-photo_name{
    font-size: 64px;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.us-photo_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.us-photo-photo img{
    max-width: 465px;
    padding-left: 120px;
}

.us-photo-photo{
    position: relative;
}

.us-photo{
    margin-top: 80px
}
.us_heart{
    position: absolute;
}

.first-heart{
    bottom: 0;
    right: 35%;
}

.le-heart {
    bottom: 35%;
    right: 25%;
}

.rd-heart {
    bottom: 65%;
    right: 20%;
}