@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*
Theme Name: VOLT-AMPER
Author: facecube.dev
Author URI: https://facecube.dev
Version: 1.0
*/

body, html{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden !important;
    max-width: 100%;
}
:root{
    --color-1: #253C6D;
    --color-2: #253238;
    --color-3: #EF4438;
    --color-4: #FFFEFF;
    --color-5: #0E1111;
}
.content-wrapper {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Changa", sans-serif !important;
}
.header__logo{
    padding-left: 16px;
    padding-bottom: 8px;
}
.header__logo img{
    height: 50px;
}
header{
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-4);
    z-index: 1021;
}
.navbar-toggler{
    color: var(--color-1);
    line-height: 100%;
    font-size: 36px;
    border: none;
    padding-right: 16px;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
.navbar-collapse{
    background-color: white;
    z-index: 99;
    flex-grow: unset;
}
.navbar-nav li{
    padding: 16px 12px;
}
.navbar-nav li a{
    padding: 0;
    color: var(--color-5);
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.header__CTA-1{
    font-size: 14px;
    font-weight: 400;
    margin-right: 16px;
    color: var(--color-5);
    text-decoration: none;
    margin-top: auto;
    margin-bottom: auto;
}
.header__CTA-2{
    font-size: 14px;
    font-weight: 400;
    margin-right: 16px;
    color: var(--color-4);
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--color-3);
    padding: 8px 12px;
}
.header__CTA-2:hover{
    background-color: var(--color-4);
    color: var(--color-3);
    outline: solid 2px var(--color-3);
}
.hero{
    position: relative;
    height: calc(100svh - 66px);
    background-image: url("assets/img/hero.webp");
    background-color: rgba(37, 60, 109, 0.6);
    background-blend-mode: multiply;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero__vector{
    background-image: url(assets/img/hero-vector.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 75%;
    z-index: 1;
}
.hero__content{
    position: relative;
    z-index: 10;
    width: 70%;
    color: var(--color-4);
}
.hero__content h1{
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}
.hero__content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 24px;
    margin-bottom: 24px;
}
.hero__content a{
    color: var(--color-4);
    text-decoration: none;
    padding: 10px;
    background-color: var(--color-3);
    font-size: 14px;
    font-weight: 400;
    transition: ease-in-out 1s;
}
.hero__content a:hover{
    background-color: var(--color-1);
    color: var(--color-4);
    outline: solid 2px var(--color-3);
}
.services__title{
    color: var(--color-5);
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    border-bottom: solid var(--color-3) 2px;
    width: fit-content;
    margin: 64px auto;
}
.services__article{
    border-radius: 20px;
    border: solid 1px #DCE6FA;
    box-shadow: 0px 2px 8px 0px rgba(33, 31, 84, 0.06);
    overflow: hidden;
    margin-bottom: 24px;
    padding: 0;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px) !important;
}
.services__article h3{
    color: var(--color-5);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin: 24px;
    padding: 0;
}
.services__article img{
    max-height: 295px;
    height: auto;
    width: 100%;
    object-fit: cover;
}
.services__article p{
    font-size: 16px;
    color: #67696C;
    font-weight: 300;
    line-height: 150%;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; 
            line-clamp: 5;
    -webkit-box-orient: vertical;
}
.services__article a{
    color: var(--color-3);
    font-size: 16px;
    font-weight: 700;
    margin: 24px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.parallax{
    height: 550px;
    background-image: url("assets/img/va_parallax.webp");
    background-color: rgba(37, 60, 109, 0.5);
    background-blend-mode: multiply;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 120px auto;
}
.parallax h2{
    color: var(--color-4);
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
}
.parallax a{
    color: var(--color-4);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 16px;
    background-color: var(--color-3);
    margin-top: 32px;
    text-decoration: none;
}
.parallax a:hover{
    background-color: transparent;
    color: var(--color-4);
    outline: solid 2px var(--color-3);
}
.agregat{
    margin: 120px auto;
}
.agregat__content{
    margin-bottom: 48px;
}
.agregat__content h2{
    color: var(--color-5);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}
.agregat__excerpt{
    color: #67696C;
    margin: 24px auto;
}
.agregat__content a{
    font-size: 14px;
    font-weight: 400;
    color: var(--color-4);
    padding: 10px 16px;
    background-color: var(--color-3);
    text-decoration: none;
}
.agregat__content a:hover{
    background-color: var(--color-4);
    color: var(--color-3);
    outline: solid 2px var(--color-3);
}
.agregat__image img{
    width: 100%;
    object-fit: contain;
    height: auto;
}
.whyVA{
    background-color: var(--color-2);
    padding-top: 48px;
    padding-bottom: 48px;
}
.whyVA h2{
    color: var(--color-4);
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
}
.whyVA p{
    color: var(--color-4);
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 24px;
}
.whyVA a{
    background-color: var(--color-3);
    color: var(--color-4);
    padding: 10px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-bottom: 24px;
    display: block;
    text-decoration: none;
    position: relative;
    transition: ease-in-out 1s;
}
.whyVA a:hover{
    background-color: var(--color-2);
    color: var(--color-4);
    outline: solid 2px var(--color-3);
}
.whyVA__statsWrapper{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.whyVA__stats{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 205px;
}
.whyVA__stats span{
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-3);
    font-family: "Changa", sans-serif !important;
}
.whyVA__stats p{
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-4);
    font-family: "Changa", sans-serif !important;
}
.reviews{
    margin: 120px auto;
}
.reviews h2{
    color: var(--color-5);
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    border-bottom: solid 2px var(--color-3);
    margin-bottom: 64px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.reviews__single{
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.reviews__single h3{
    color: var(--color-5);
    font-size: 28px;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 16px;
}
.reviews__single img{
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.reviews__single p{
    color: var(--color-5);
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
}
.kontakt__singleElement{
    border-left: solid 5px var(--color-3);
    margin-top: 24px;
    margin-bottom: 24px;

}
.single{
    margin-top: 98px;
    margin-bottom: 64px;
}
.single a{
    color: var(--color-3);
}
.wpcf7-form{
    padding: 16px;
}
.wpcf7-form label{
    width: 100%;
}
.wpcf7-form input{
    width: 100%;
    border: none;
    border-bottom: solid 2px var(--color-3);
    border-radius: 0;
}
.wpcf7-form input[type="checkbox"]{
    width: auto;
    transform: scale(1.4);
    margin-right: 12px;
}
.wpcf7-form input[type="checkbox"] > label{
    margin: 0;
}
.wpcf7-list-item {
    margin: 0;
    margin-top: 12px;
}
.wpcf7-form input[type="submit"]{
    border: none;
    background-color: var(--color-3);
    color: var(--color-4);
    width: auto;
    padding: 8px 24px;
}
.wpcf7-form textarea{
    width: 100%;
    border: solid 2px var(--color-3);
    border-radius: 0;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus{
    box-shadow: none;
    outline: none;
}
.contact__form{
    padding-top: 24px;
    padding-bottom: 24px;
}
.contact__map{
    height: 100%;
    min-height: 350px;
}
footer{
    background-image: url("./assets/img/footer.webp");
    background-color: rgba(37, 50, 56, 0.4);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 64px;
    padding-bottom: 64px;
    color: var(--color-4);
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}
footer a{
    color: var(--color-4);
    text-decoration: none;
}
.facecube{
    width: 25px;
    height: 25px;
}
.copy{
    margin-top: 48px;
}
.portfolio{
    width: calc(100% - 48px) !important;
    aspect-ratio: 1/1;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}
.portfolio img{
    max-height: 262px;
    width: 100%;
}
.portfolio h3{
    color: var(--color-4);
    font-size: 20px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 440px){
    .services__article{
        width: calc(33.33333% - 24px) !important;
    }
    .services__article img{
        height: 290px;
    }
    .agregat__content{
        width: 50%;
    }
    .agregat__image{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .agregat__image img{
        max-width: 500px;
    }
    .whyVA__statsWrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 30px;
    }
    .whyVA a{
        width: fit-content;
        padding: 10px 80px;
        margin-top: 64px;
    }
    .whyVA__stats p{
        font-size: 24px;
    }
    .hero__vector{
        background-image: url(assets/img/hero-vector-desktop.webp);
        height: 100%;
        max-width: 548px;
    }
    .hero__content{
        max-width: 375px;
        margin-left: 72px;
    }
    .wpcf7-form{
        padding: 0;
        padding-right: 48px;
    }
    .contact__form{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .portfolio{
        width: calc(33.33333333% - 16px) !important;
        margin-left: unset;
        margin-right: unset;
    }
}
