
/*--------------PORTFOLIO---------------------*/

.porfolio{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.porfolio .first__stage__title{
    align-self: flex-start;
    width:82.4%;
    display: flex;
    justify-content: flex-end;
    padding:36px;
    margin-bottom: 80px;
}
.porfolio .first__stage__title h2{
    font-size: 40px;
    width:800px;
    margin-right: 39%; 
}
.porfolio{
    background: url(../img/main/portfolio_fon.png);
}
.portfolio__items{
    width: 1210px;
    display: flex;
    justify-content: space-between;
}
.portfolio__items a{
    color:black
}
.portfolio__items *{
    border-radius: 10px;
}
.portfolio__items__small_img {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.porfolio__items__in_first{
    padding:15px;
    padding-right: 0;
    background: linear-gradient(to right, rgba(255, 173, 14,0.8),rgba(255, 255, 255,0.3));
    display: flex;
}

.portfolio__first__content h1{
    margin:15px 0;
    text-align: center;
    font-size: 24px;
}
.portfolio__first__content{
    margin:0 31px;
}
.portfolio__first__content p{
    width: 465px;
    word-break: break-all;
    font-size: 18px;
    margin-bottom: 59px;
}
.portfolio__first__content div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.portfolio__first__content div .call_phone_in,.portfolio__first__content div .call_phone{
    width: auto;
}
.portfolio__first__content div .call_phone_in{
    padding:0 20px;
    line-height: 50px;
    font-size: 18px;
}
.call_phone_in,.portfolio__first__content div .call_phone{
    padding:10px;
}
.portfolio__first__content .call_phone{
    margin:0;
}
.portfolio_see_more{
    background: white;
    padding:10px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.portfolio_see_more a{
    color: black;
}
.right__item{
    background: url(../img/main/room_sochi1.png);
    width: 300px; 
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
.right__item a{
    color:black;
}

.right__item p{
    margin-top:595px;
    padding:10px 15px;
    padding-top: 33px;
    background: linear-gradient(to right, rgba(255, 173, 14,0.8),rgba(255, 255, 255,0.3));
    font-weight: 500;
    width: 85%;
    border-radius: 10px 0 10px 0;
}
.see_more_button{
    top: 0;
   padding:12px;
   display: flex; 
   position: absolute;
   backdrop-filter: blur(5px);
   border-radius: 10px;
   border:1px solid white;
   align-items: center;
   top:320px;
   left:30px;
   
}
.see_more_button img{
    margin-right: 5px;
}
.see_more_button a{
    color:black;
}

.porfolio__items__in__second_one{
    background: url(../img/main/room_2.png) no-repeat;
    height: 310px;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   width: 533px;
   position: relative;
}
.porfolio__items__in__second__two{
    background: url(../img/main/room_3.png) no-repeat;
    height: 310px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 309px;
    position: relative;
}
.porfolio__items__in__second{
    display: flex;
    justify-content: space-between;
}
.porfolio__items__in__second_one p{
    padding:10px 15px;
    padding-top: 33px;
    background: linear-gradient(to right, rgba(255, 173, 14,0.8),rgba(255, 255, 255,0.3));
    font-weight: 500;
    width: 47%;
    border-radius: 10px 0 10px 0;
}
.porfolio__items__in__second_one .see_more_button{
    top:120px;
    left:150px;
    z-index: 2;
}
.porfolio__items__in{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.porfolio__items__in__second_one:hover .see_more_button{
    transition: 0.5s;
    opacity: 1;
}
.porfolio__items__in__second__two p{
    padding:10px 15px;
    padding-top: 33px;
    background: linear-gradient(to right, rgba(255, 173, 14,0.8),rgba(255, 255, 255,0.3));
    font-weight: 500;
    width: 80%;
    border-radius: 10px 0 10px 0;
}
.porfolio__items__in__second__two .see_more_button{
    top:120px;
    left:37px;
    z-index: 2;
}
.porfolio__items__in__second__two:hover .see_more_button{
    transition: 0.5s;
    opacity: 1;
}
.real__example{
    width:1210px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.real__example h2{
    font-size: 40px;
    text-align: center;
    color:#fff;
    margin: 90px 0;
}
.real__example h2 span{
    color:#FFAD0E;
}
.real__example__in{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.example__in_content{
    width: 282px;
    height: 468px;
    background: linear-gradient(to top, rgba(255, 173, 14,0.8),rgba(255, 255, 255,0.05));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
}
.example__in_content div{
    height: 190px;
}
.example__in_content h2{
    font-size: 90px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFAD0E;
    color: rgba(255,255,255,0);
    align-self: flex-start;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 23px;
}
.example__in_content h3{
    text-align: center;
    margin-top:15px;
    color:#fff;
    line-height: 30px;
    font-size: 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.real__example .call_phone{
    width: 38%;
    margin-top: 60px;
    margin-bottom: 100px;
}
.real__example .call_phone_in{
    width: auto;
    padding:0 10px
}
