@font-face {
    src: url("../fonts/InterTight-Bold.ttf");
    font-family: "InterTight-Bold";
}
@font-face {
    src: url("../fonts/InterTight-Medium.ttf");
    font-family: "InterTight-Medium";
}
@font-face {
    src: url("../fonts/InterTight-Light.ttf");
    font-family: "InterTight-Light";
}
@font-face {
    src: url("../fonts/InterTight-Regular.ttf");
    font-family: "InterTight-Regular";
}
@font-face {
    src: url("../fonts/Webstart-Regular.ttf");
    font-family: "Webstart-Regular";
}
@font-face {
    src: url("../fonts/Webstart-Bold.ttf");
    font-family: "Webstart-Bold";
}
@font-face {
    src: url("../fonts/Webstart-Light.ttf");
    font-family: "Webstart-Light";
}
html:lang(en), html:lang(fr), html:lang(ru) {
    font-family: "InterTight-Regular";
}
html:lang(hy-AM){
    font-family: Webstart-Regular;
}
.portfolio_single_section{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    flex-direction: column;
    gap: 100px;
    margin-bottom: 100px;
}
.portfolio_img{
    border-radius: 20px;
    overflow: hidden;
    height: 640px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio_img video,
.portfolio_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_portfolio_blck{
    color: rgba(255, 255, 255, 0.60);
    flex-direction: column;
    gap: 32px;
    align-items: start;
}
.about_portfolio_blck h1, .about_portfolio_blck h2, .about_portfolio_blck h3,
.about_portfolio_blck h4, .about_portfolio_blck h5, .about_portfolio_blck h6{
    font-size: 40px;
    color: var(--white);
    text-align: center;
}
.servies_info{
    justify-content: start;
    flex-wrap: wrap;
    gap: 8px;
}
.serv_types{
    color: var(--white);
    padding: 18px 20px;
    border-radius: 8px;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #111;
}
.highlights_section{
    flex-direction: column;
    align-items: start;
    gap: 16px;
}
.mini_sp{
    font-size: var(--forteen);
    color: rgba(255, 255, 255, 0.60);
}
.highlights_title{
    color: var(--white);
    font-size: 30px;
    max-width: 400px;
    line-height: 140%; 
}

/* work_content — стандартный редактор WordPress */
.work_content {
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}
.work_content > *:first-child {
    margin-top: 0;
}
.work_content p {
    margin: 0 0 1.25em;
}
.work_content p:last-child {
    margin-bottom: 0;
}
.work_content h2,
.work_content h3,
.work_content h4 {
    margin: 1.5em 0 0.75em;
    font-size: 1.4em;
    line-height: 1.3;
    color: var(--white);
}
.work_content h2:first-child,
.work_content h3:first-child,
.work_content h4:first-child {
    margin-top: 0;
}
.work_content ul,
.work_content ol {
    margin: 0 0 1.25em;
    padding-left: 1.5em;
}
.work_content li {
    margin-bottom: 0.5em;
}
.work_content a {
    color: var(--pink, #ff29d0);
    text-decoration: underline;
}
.work_content a:hover {
    text-decoration: none;
}
.work_content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1em 0;
}
.work_content blockquote {
    margin: 1.25em 0;
    padding-left: 1.5em;
    border-left: 4px solid rgba(255, 255, 255, 0.3);
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
}
.work_content .one_block_description {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.work_content .work_footer_block {
    margin-top: 2em;
    padding-top: 1.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.work_content .footer_description {
    margin-top: 0.75em;
}

.work_footer_block{
    margin-top: 30px;
}
.highlight_items{
    display: grid;
    grid-template-columns: repeat( 3,1fr );
    gap: 26px;
}
.highlight_item_blck{
    height: 270px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.highlight_items .portfolio_image_info_blck{
    height: 270px;
    position: relative;
    overflow: hidden;
    display: flex;
}
.highlight_items .portfolio_image_info_blck img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.highlight_items .portfolio_image_info_blck .info_on_hover{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex !important;
    z-index: 2;
    background: rgb(0 0 0 / 50%);
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
}
.highlight_items .portfolio_image_info_blck .info_on_hover .share_btn{
    pointer-events: auto;
}
.highlight_items .portfolio_image_info_blck:hover .info_on_hover{
    opacity: 1 !important;
}
.for_slider_back{
    align-items: start;
    min-height: auto;
    padding: 70px;
}
.portfolioSlider .portfolio_link_item{
    max-width: 576px;
}
.for_slider_back .highlights_title{
    max-width: none;
}


@media screen and (max-width: 1600px){
    .portfolioSlider .portfolio_link_item {
        max-width: 530px;
    }


}
@media screen and (max-width: 1280px){
    .serv_types{
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px){
    .highlight_items .portfolio_image_info_blck {
        height: 230px;
    }
    .highlight_items{
        gap: 20px;
    }
    .portfolioSlider .portfolio_link_item {
        max-width: 430px;
    }
    .for_slider_back{
        padding: 50px;
        gap: 30px;        
    }
    .portfolio_single_section{
        gap: 60px;
    }
    .serv_types{
        padding: 14px 18px;
    }


}
@media screen and (max-width: 768px){
    .highlight_items{
        grid-template-columns: repeat(2, 1fr);
    }
    .portfolio_img{
        height: 400px;
    }
}
@media screen and (max-width: 600px){
    .highlight_items{
        grid-template-columns: repeat(1, 1fr);
    }
    .portfolio_img{
        height: 320px;
    }
    .about_portfolio_blck h1, .about_portfolio_blck h2, .about_portfolio_blck h3, .about_portfolio_blck h4, .about_portfolio_blck h5, .about_portfolio_blck h6 {
        font-size: 26px;
    }
    .for_slider_back {
        padding: 30px
    }
    .highlights_title{
        font-size: 22px;
    }
    .work_content {
        font-size: 16px;
    }
    .work_content h2,
    .work_content h3,
    .work_content h4 {
        font-size: 1.25em;
    }
}

