@font-face {
    font-family: 'CormorantUnicase-Medium'; 
    src: url(../fonts/CormorantUnicase-Medium.ttf); 
}
@font-face {
    font-family: 'CormorantUnicase-Light'; 
    src: url(../fonts/CormorantUnicase-Light.ttf); 
}
@font-face {
    font-family: 'CormorantUnicase-Bold'; 
    src: url(../fonts/CormorantUnicase-Bold.ttf); 
}
@font-face {
    font-family: 'CormorantUnicase-Regular'; 
    src: url(../fonts/CormorantUnicase-Regular.ttf)
}

@font-face {
    font-family: 'CormorantUnicase-SemiBold'; 
    src: url(../fonts/CormorantUnicase-SemiBold.ttf); 
}
@font-face {
    font-family: 'FoglihtenNo06'; 
    src: url(../fonts/FoglihtenNo06_076.otf); 
}

body{
    background-color: #DBDBDB !important;
}

a{
    text-decoration: none !important;
}
.pt{
    padding-top: 20px;
}
.pt2{
    padding-top: 50px;
}
.pb{
    padding-bottom: 20px;
}
.pb2{
    padding-bottom: 50px;
}
.pl{
    padding-left: 25px;
}
.pb0{
    padding-bottom: 0px !important;
}
.colorW{
    color: #FFF !important;
}
.color7F{
    color: #7F0804 !important;
}
.lh{
    line-height: 1;
}
/* text */
.text-title{
    font-family: 'FoglihtenNo06'; 
    font-size: 5.7vh;
    line-height: 1;
    text-align: center;
    color: #7F0804;
    margin: 0;
}

.text-title_2{
    font-family: 'FoglihtenNo06'; 
    font-size: 5vh;
    text-align: center;
    color: #7F0804;
    margin: 0;
}
.text-title_date{
    font-family: 'FoglihtenNo06'; 
    font-size: 5vh;
    text-align: center;
    color: #7F0804;
    margin: 0;
    margin-bottom: 10px;
    padding:0 20px;
}
.text-title_date-center{
    font-family: 'FoglihtenNo06'; 
    font-size: 5vh;
    text-align: center;
    color: #7F0804;
    margin: 0;
    /* border-left: solid 2px #7F0804;
    border-right:solid 2px #7F0804;
    padding:0 20px; */
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.text-title_3{
    font-family: 'CormorantUnicase-SemiBold'; 
    font-size: 50px;
    text-align: center;
    color: #2E2E2E;
    margin: 0;
}
.text-text{
    font-family: 'CormorantUnicase-Medium';
    font-size: 2.4vh;
    text-align: center;
    color: #000; 
}
.text-text2{
    font-family: 'CormorantUnicase-Medium';
    font-size: 2vh;
    text-align: center;
    color: #000; 
    line-height: 1;
}
.span-text{
    font-weight: bold;
    font-family: 'CormorantUnicase-Regular'; 
    font-size: 2.4vh;
    text-align: center;
    color: #2E2E2E;
    margin: 0;
}
.button-place{
    font-family: 'CormorantUnicase-Bold';
    font-size: 2.2vh;
    text-align: center;
    color: #7F0804;
}
.button-place2{
    position: absolute;
    font-family: 'CormorantUnicase-Bold';
    font-size: 1.8vh;
    text-align: center;
    color: #7F0804;
    left: 20px;
    top: 50px;
    margin: auto;
}
.time-text{
    font-family: 'CastoroTitling-Regular'; 
    font-size: 3vh;
    text-align: center;
    color: #2E2E2E;
    margin: 0;  
}
.time-text-text{
    font-family: 'CormorantUnicase-Light';
    font-size: 2.2vh;
    text-align: left;
    color: #2E2E2E;
    line-height: 1;
}
.time-text-title{
    font-family: 'CormorantUnicase-Medium';
    font-size: 3.4vh;
    text-align: left;
    color: #2E2E2E;
    margin: 0;
    /* padding-top: 5px; */
}
.text-man{
    position: absolute;
    font-family: 'CormorantUnicase-bold';
    font-size: 1.5vh;
    text-align: right;
    color: #000; 
    left: 5px;
    bottom: 70px;
    line-height: 1;
}
.text-lady{
    position: absolute;
    font-family: 'CormorantUnicase-bold';
    font-size: 1.5vh;
    text-align: left;
    color: #000; 
    right: 5px;
    bottom: 60px;
    line-height: 1; 
}
/* end text */
.header{
display: flex;
flex-direction: column;
justify-items: center;
padding-top: 20px;
}
.header_heart{
display: flex;
flex-direction: column;
justify-content: center;
}
.header_heart_img{
    width: 100%;
    height: 20vh;
}
.header_us{
    margin: auto;
    width: auto !important;
}
.header_us_img{

        width: 100%;
        height: 45vh;
        border-radius: 28px;
        margin: auto;
        overflow: hidden;
        object-fit: cover;
        padding-left: 10px;
        padding-right: 10px;

}
.angel-img{
    width: 97%;
    height: auto;
    padding-top: 20px;
    rotate: -10deg;
    padding-bottom: 50px;
}
.date{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
}

.place{
display: flex;
flex-direction: column;
background-color:#7F0804;
border-radius:28px;
}
.place_img{
    width: 80%;
    height: 38vh;
    border-radius:28px;
    margin: auto;
    object-fit: fill;
}
.main-button-place{
    align-self: center;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 35px;
}
.main-button-place-circle{
    align-self: center;
    height: 65px;
    width: 65px;
    padding: 65px 65px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
}
.time-date{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
}
.time-date-card{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* width: 80%; */
    align-self: baseline;
}
.time-date-card-text{
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    width: 100%;
}
.contacts{
    display: flex;
    flex-direction: column;
}
.text-call{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
}
.line{
    border-top:solid 1px #fff;
    width: 85%;
    margin: auto;
}
.line-red{
    border-top:solid 2px #7F0804;
    width: 85%;
    margin: auto;
    margin-bottom: 20px;
}
.vh-line{
    border-right:solid 2px #7F0804;
    height: 4vh;
    /* padding-left: 5px; */
    margin-bottom: 20px;
}
.color {
    margin-top: 30px;
}
.color-row {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.color-row span {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    box-shadow: 0px 2px 7px 2px #00000038;
    margin-bottom: 30px;
}
.men-lady-row{
display: flex;
flex-direction: row;
justify-content: center;

}
.man{
position: relative;
display: flex;
flex-direction: column;
margin-right: 5px;
}
.img-man{
    max-width: 100%;
    height: 30vh;
}
.lady{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.img-lady{
    max-width: 100%;
   height: 30vh;
}
.contacts{
    display: flex;
flex-direction: column;
background-color:#7F0804;
border-radius:28px;
padding-bottom: 30px;
}

.algel-footer{
    width:70%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    margin: auto;
    display: flex;
    align-self: center;
}


@media (min-width: 1025px) {
    .algel-footer{
        width:30%;
    } 
    .main-button-place-circle{
        height: 250px;
        width: 250px;
    }
    .button-place2 {
        left: 40px;
        top: 105px;
        font-size: 3.2vh;
    }
    .line-red {
        width: 35%;
    }
    .time-date-card {
        width: 40%;
        align-self: center;
    }
    .line {
        width: 35%;
    }
    
.place_img {
    width: auto;
    height: 70vh;
    border-radius: 28px;
    object-fit: scale-down;
}
.angel-img {
    width: 70%;
    margin: auto;
}
.header_us_img {
    width: auto;
    height: 70vh;

}
.header_heart_img {
    width: 100%;
    height: 30vh;
    object-fit: contain;
}
}

@media (min-device-width: 350px) and (max-device-width: 369px){
.button-place2 {
    position: absolute;
    font-family: 'CormorantUnicase-Bold';
    font-size: 2.5vh;
    text-align: center;
    color: #7F0804;
    left: 13px;
    top: 55px;
    margin: auto;
}
.place_img {
    width: 85%;
    height: 50vh;

}
.time-text {
    font-size: 4vh;
}
}
@media (min-device-width: 370px) and (max-device-width: 379px){
.button-place2 {
    position: absolute;
    font-family: 'CormorantUnicase-Bold';
    font-size: 2.5vh;
    text-align: center;
    color: #7F0804;
    left: 20px;
    top: 55px;
    margin: auto;
}
.place_img {
    width: 85%;
    height: 50vh;

}
.time-text {
    font-size: 4vh;
}
}
@media (min-device-width: 315px) and (max-device-width: 349px){
    .button-place2 {
        position: absolute;
        font-family: 'CormorantUnicase-Bold';
        font-size: 16px;
        text-align: center;
        color: #7F0804;
        left: 20px;
        top: 55px;
        margin: auto;
    }
    .place_img {
        width: 85%;
        height: 50vh;
    
    }
    .text-lady {
        right: 5px;
        bottom: 30px;
    }
    .text-man {
        left: 5px;
        bottom: 40px;
    }
    .time-text {
        font-size: 5vh;
    }
    .color-row {
        gap: 20px;
    }
    }
    
    @media (min-device-width: 410px) and (max-device-width: 413px){
    .button-place2 {
    position: absolute;
    font-family: 'CormorantUnicase-Bold';
    font-size: 2vh;
    text-align: center;
    color: #7F0804;
    left: 15px;
    top: 55px;
    margin: auto;
}
}
@media (min-device-width: 414px) and (max-device-width: 429px){
    .button-place2 {
    position: absolute;
    font-family: 'CormorantUnicase-Bold';
    font-size: 16px;
    text-align: center;
    color: #7F0804;
    left: 20px;
    top: 55px;
    margin: auto;
}
}
@media (min-device-width: 414px) and (max-device-hight: 730px){
    .button-place2 {
    position: absolute;
    font-family: 'CormorantUnicase-Bold';
    font-size: 2vh;
    text-align: center;
    color: #7F0804;
    left: 20px;
    top: 55px;
    margin: auto;
}
}

    @media (min-device-width: 381px) and (max-device-width: 389px){
    .button-place2 {
    position: absolute;
    font-family: 'CormorantUnicase-Bold';
    font-size: 2.1vh;
    text-align: center;
    color: #7F0804;
    left: 15px;
    top: 55px;
    margin: auto;
}
}
@media (min-device-width: 390px) and (max-device-width: 409px){
    .button-place2 {
    position: absolute;
    font-family: 'CormorantUnicase-Bold';
    font-size: 2.1vh;
    text-align: center;
    color: #7F0804;
    left: 15px;
    top: 55px;
    margin: auto;
}
}
    @media (min-device-width: 430px) and (max-device-width: 449px){
    .button-place2 {
    position: absolute;
    font-family: 'CormorantUnicase-Bold';
    font-size: 2.1vh;
    text-align: center;
    color: #7F0804;
    left: 12px;
    top: 55px;
    margin: auto;
}
}