/*
    Theme Name: Pro Fast Plastering
    Theme URI: 
    Author: Vesanique
    Author URI: https://vesanique.com/
    Description: 
    Requires at least: 6.0
    Tested up to: 6.7
    Requires PHP: 5.7
    Version: 1.0.0
    Text Domain: vwpst
*/

@font-face {
    font-family: Alphabet400;
    src: url(./assets/fonts/alfabet-font/alfabet_400_normal.otf);
}
@font-face {
    font-family: Alphabet300;
    src: url(./assets/fonts/alfabet-font/alfabet_300_normal.otf);
}

@font-face {
    font-family: Alphabet500;
    src: url(./assets/fonts/alfabet-font/alfabet_500_normal.otf);
}

@font-face {
    font-family: Alphabet700;
    src: url(./assets/fonts/alfabet-font/alfabet_700_normal.otf);
}

body{
    overflow-x: hidden;
}
 

.project-archive{
    background: var(--Cream);
}
.has-yellow{
    color: #FFEB84;
}

.grid-inner{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 120px 0px;  
    gap: 48px;  
    cursor: pointer;

    @media only screen and (max-width: 768px) {
        grid-template-columns: 1fr;
    } 
  
    & .arrow{
        position: absolute;
        right: 24px;
        top: 40px;
        z-index: 999;
        & span{
            width: 64px;
            height: 64px;            
            display: flex;
            /* padding: 24px; */
            align-items: flex-start;
            border-radius: 100px;
            background: var(--Light-Blue);
            transition: 0.5s all ease;
            &:hover {
                transform: rotate(45deg);
                background: var(--Yellow);
            }
        }
    }
}
.pro-img{
    min-height: 425px;
    background-size: cover !important;
    border-radius: 20px;    
}


.pagination{
    display: flex;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
}
.next.page-numbers{
    padding-left: 72px;
}
.prev.page-numbers{
    padding-right: 72px;
}
.page-numbers{
    color: var(--Blue);
    font-family: var(--font-DM-Sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 0 8px 0 8px;
}
.page-numbers.current{
    color: var(--Blue);
    font-family: var(--font-DM-Sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 0 8px 0 8px;
}
.border-radius{
    border-radius: 20px;
    padding: 16px !important;
}
#modal-content{
    background-color: var(--Cream);
    padding: 20px;
    border-radius: 6px;
    & button{
        border: none;
    }
    & .search-input{
        margin-top: 15px;
        border: 1px solid var(--Blue);
        border-radius: 6px;
        color: var(--Blue);
        font-size: 14px;
        min-width: 300px;
        padding:8px !important;
        &:focus {
            border: 1px solid var(--Blue);
        }
    }
}

.shutter-close {
    position: absolute;
    right: 17px;
    top: 17px;
    background: var(--Light-Blue);
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 24px;
    font-size: 15px;
    line-height: 35px;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-links{
    display: block;
    padding-top: 10px;
    text-decoration: none;
    color: var(--Blue);
    font-size: 16px;
    font-family: var(--font-DM-Sans);
}
#gform_fields_3{
    & #input_3_1{
        width: 300px;
    }
}
#gform_3{
    & .gform_footer{
        transition: 0.75s all ease;
        &:hover{
            transform: rotate(45deg);
            background: var(--Yellow) !important;
        }        
    }
}


/*profast css*/
.stats-row{
    & > div:hover{
        border-color: #fff!important;
        cursor: pointer;
        & h3{
            -webkit-text-stroke-color: #FFDE32;
        }
    }
    & h3{
        text-align: center;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #4497A4;        
        font-size: 64px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%;
        color: var(--Blue);
    }
}
.project-box{
    padding: 130px 0px;
    & .gallery_img{
        display: grid;
        grid-template-columns: repeat(4, 309px);
        margin-top: 64px;
        justify-content: space-between;
        gap: 24px;
        @media only screen and (max-width: 1300px){
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }
        @media only screen and (max-width: 768px){
            grid-template-columns: repeat(1, 1fr);
            
        }
        & div{
            height: 309px;
            background-size: cover !important;           
        }
    }
    & .first-row{
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 62px;
        @media only screen and (max-width: 1024px) {
            grid-template-columns: 1fr;
            & .main_bg_img{
                min-height: 350px;
            }
        } 
        & .main_bg_img {
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: top !important;
        }
        & .pro_index{            
            font-family: var(--Alpabet400);
            font-size: 14px;
            font-style: normal;        
            line-height: 100%; 
            letter-spacing: 1.33px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
        & h2{            
            font-family: var(--Alpabet400);
            font-size: 48px;
            font-style: normal;            
            line-height: 130%;  
            margin-bottom: 20px;
        }
        & .flex_span{
            display: flex;
            gap: 12px;
            & p{
                font-family: var(--Alpabet400);
                font-size: 18px;
                font-style: normal;                 
                line-height: 180%; 
                margin-bottom: 40px;
            }
        }
        & .bordered_box{
            padding: 16px;
            border: 1px solid #0D5B68;
        }
        & .flex_span_s:nth-of-type(3) {
            border: none;
        }
        & .flex_span_s{
            display: flex;
            gap: 12px;
            padding: 16px 16px;
            border-bottom: 1px solid var(--Aluminium);
           
            & p{
                font-family: var(--Alpabet300);
                font-size: 18px;
                font-style: normal;                 
                line-height: 180%;
            }
        }
    }
}
.white-bg{    
    background-color: var(--Soapstone);
    & .pro_index{
        color: var(--Sea);
    }
    & h2{
        color: var(--Blue);        
    }
    & .flex_span{
        & p{
            color: var(--Blue);            
        }
    }
    & .flex_span_s{
        & p{
            color: var(--Blue);            
        }
    }
}
.blue-bg{
    background: var(--Blue);
    & .pro_index{
        color: var(--Sea);
    }
    & h2{
        color: #fff;        
    }
    & .flex_span{
        & p{
            color: var(--Soapstone);            
        }
    }
    & .flex_span_s{
        & p{
            color: var(--Soapstone);            
        }
    }
}
.block--page-header{   
    background-size: cover !important;
    & .overlay{
      /* width: 100%; */
        padding: 228px 0 199px 0;
        background: linear-gradient(270deg, #3CE9F4 -65%, #05152D 83%), url(<path-to-image>) lightgray -13.653px -277.617px / 110.75% 431.824% no-repeat;
        mix-blend-mode: hard-light;
    }
}
a{
    text-decoration: none;
}