@import url("https://pro.fontawesome.com/releases/v5.14.0/css/all.css");

@font-face{
    font-family: 'Montserrat';
    src: url(/assets/style/Montserrat-Regular.ttf);
}
:root{
    --nav-height: 92px;
}
*::selection{
    background-color: #131313;
    color: white;
}
::-webkit-scrollbar{
    width: 3px;
    height: 3px;
}
::-webkit-scrollbar-track{
    border: none;
    border-radius: 5px;
    background-color: rgb(236, 236, 236);
}
::-webkit-scrollbar-thumb{
    background: #131313;
    border-radius: 5px;
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
    background: linear-gradient(16deg, rgba(74,74,74,1) 0%, rgba(77,77,77,1) 18%, rgba(80,80,80,1) 39%, rgba(84,84,84,1) 59%, rgba(87,87,87,1) 100%);
}
main{
    animation: opa 1500ms ease;
    margin: var(--nav-height) auto 0 auto;
    max-width: 1920px;
    min-width: 350px;
}
button,
input[type="submit"]{
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
input,
textarea{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea{
    resize: none
}
a:link{
    text-decoration: none;
}
.cont{
    margin: 0 10%;
}
.v-a{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.r{
    display: flex;
}
.c{
    flex: 1;
}
.fa-light-ceiling{
    position: absolute;
    cursor: pointer;
    top: var(--nav-height);
    right: .7%;
    border-radius: 40%;
    font-size: 55px !important;
    box-shadow: 0px 55px 25px 0px #dfa960;
    transition: .2s;
}
.icon-active{
    color: #dfa960;
    box-shadow: 0px 47px 25px 0px transparent;
    transition: .2s;
}
.disp_none{
    display: none !important;
}
#loader{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1002;
    background: linear-gradient(16deg, rgba(74,74,74,1) 0%, rgba(77,77,77,1) 18%, rgba(80,80,80,1) 39%, rgba(84,84,84,1) 59%, rgba(87,87,87,1) 100%);
    color: whitesmoke;
}
#loader h2{
    margin-bottom: 7px;
    text-transform: uppercase;
}
.caterpillar{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(0px) !important;
    width: 100px;
    text-align: center;
}
.caterpillar > div{
    width: 16px;
    height: 16px;
    background-color: #dfa960;
    border-radius: 50%;
    display: inline-block;
    animation: loading 1.7s infinite ease-in-out both;
    margin-right: 5px;
}
.caterpillar div:nth-child(1){
    animation-delay: -0.60s;
}
.caterpillar div:nth-child(2){
    animation-delay: -0.40s;
}
.caterpillar div:nth-child(3){
    animation-delay: -0.20s;
}
@keyframes loading {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes opa{
    from{opacity:0} 
    to{opacity:1}
}
@media only screen and (max-width: 1170px){
    .r{
        flex-direction: column;
    }
    :root{
        --nav-height: 72px;
    }
}
@media only screen and (max-width: 576px){
    a,
    p,
    li{
        font-size: 11px !important;
    }
    h1{
        font-size: 25px !important;
    }
    h2{
        font-size: 22px !important;
    }
    h4{
        font-size: 14px !important;
    }
}
/* Kezdőlap */
.index_body{
    background: #dddddd !important;
}
.main header{
    height: 80vh;
    color: whitesmoke;
    background-image: url('/assets/img/balos_közepes.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 13px black;
}
.main header div{
    text-align: center
}
.main header h1{
    letter-spacing: 4px
}
.main header p{
    letter-spacing: 2px
}
.main header button{
    background-color: unset;
    color: rgb(223, 169, 96);
    border: rgb(223, 169, 96) solid 1px;
    border-radius: 5px;
    padding: 9px 14px;
    letter-spacing: 0.7px;
    cursor: pointer;
    outline: none;
    transition: .2s;
}
.main header button:hover,
.main header button:active{
    background-color: rgba(255, 255, 255, 0.13);
}
.main section{
    padding: 5% 10%;
}
.main section h1{
    text-align: center;
    letter-spacing: 1px;
}
.main section p{
    letter-spacing: .5px;
    line-height: 24px;
    text-align: justify;
}
@media only screen and (min-width: 1920px){
    .main header{
        border-radius: 0 0 14px 14px;
        box-shadow: 0 0 13px black;
    }
}
@media only screen and (max-width: 1170px){
    .main .c:first-child{
        display: none;
    }
    .main header{
        background-image: url('/assets/img/széles.jpg');
        height: 50vh;
        display: block !important;
        display: block !important;
        display: block !important;
        -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
        align-items: unset !important;
        -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
        justify-content: unset !important;
        position: relative;
    }
    .main header .c div{
        background-color: rgba(85, 85, 85, 0.651);
        position: absolute;
        bottom: 5%;
        padding: 9px 0;
        width: 70%;
        border-radius: 14px;
    }
}
@media only screen and (max-width: 576px){
    .main header{
        padding: 0 2%
    }
    .main header h1{
        font-size: 18px !important;
    }
    .main header .c div{
        width: 90%;
    }
}
/* Folyamatok */
.movements{
    background: linear-gradient(16deg, rgba(74,74,74,1) 0%, rgba(77,77,77,1) 18%, rgba(80,80,80,1) 39%, rgba(84,84,84,1) 59%, rgba(87,87,87,1) 100%) !important;
    color: whitesmoke;
}
.movements section{
    padding: 5% 0
}
.movements section h1{
    text-align: center
}
.movements section:first-child{
    text-align: center
}
.movements section:first-child h1{
    margin-bottom: 55px
}
.movements section:first-child .c p:last-child{
    color: rgb(207, 207, 207)
}
.movements i{
    font-size: 44px;
}
.card{
    background-color: transparent !important
}
.card-body{
    text-align: center
}
.card-header{
    text-align: center;
    padding: 21px 0 !important;
}
.card-header p{
    cursor: pointer;
    margin: 0;
    display: inline-block;
    color: #dfa960;
}
.card-body a{
    color: whitesmoke !important;
}
.card-header,
.card-body{
    background-color: #343a40 !important;
}
.accordion > .card{
    overflow: hidden
}
.accordion > .card:not(:last-of-type){
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type){
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header{
    border-radius: 0;
    margin-bottom: -1px;
}
.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-body{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-header{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.collapse:not(.show){
    display: none
}
.collapsing{
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}
.movements .swiper-container {
    width: 100%;
    height: 50vh;
}
.swiper-m{
    width: 100%;
    height: auto;
}
.swiper-slide {
    font-size: 18px;
    background-color: unset !important;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide div{
    padding: 0 3%;
}
.movements .swiper-slide img{
    width: 125px;
    height: 125px;
    border-radius: 40% 40% 40% 0;
}
.swiper-slide p{
    margin: 0;
    font-size: 16px;
    padding: 0 1%;
}
.swiper-m{
    display: none
}
@media only screen and (max-width: 1170px){
    .movements section:first-child p:last-child{
        margin-bottom: 55px;
    }
    .movements .swiper-container{
        display: none !important
    }
    .swiper-m{
        display: block !important
    }
}
@media only screen and (max-width: 576px){
    .swiper-m{
        height: 50vh
    }
    .movements section:first-child{
        padding-top: 10%
    }
}
@media only screen and (max-width: 325px){
    .swiper-m{
        height: 70vh
    }
}
/* Falfestményeim */
.wallpaints{
    text-align: center;
    padding: 5vh 0 3vh 0;
    color: whitesmoke;
    background: linear-gradient(16deg, rgba(74,74,74,1) 0%, rgba(77,77,77,1) 18%, rgba(80,80,80,1) 39%, rgba(84,84,84,1) 59%, rgba(87,87,87,1) 100%) !important;
}
#filterForm{
    margin: 37px 0;
}
.filters{
    display: flex;
    width: 100%;
}
.filters div{
    width: 100%;
}
.filters form{
    width: 100%;
    margin-bottom: 0 !important;
}
.filters button{
    position: relative;
    padding: 9px 17px !important;
    font-size: 16px;
    background-color: transparent;
    border: solid 2px transparent;
    border-radius: 13px;
    transition: .2s;
    color: #dfa960;
    width: 70%;
    cursor: pointer;
    text-transform: uppercase;
}
.filters button:hover,
.filters button:active{
    background-color: #dfa8606b;
    box-shadow: 0px 0px 14px 0px #dfa8606b;
}
.filters button span{
    display: none;
    position: absolute;
    color: #dfa960;
    padding: 4px 7px;
    font-size: 12px;
    background-color: #191919;
    border-radius: 9px;
    top: -10px;
    right: -14px;
}
/*
.filters button:hover span{
    display: block !important;
}
*/
.active-filter{
    background-color: #dfa8606b !important;
    box-shadow: 0px 0px 14px 0px #dfa8606b;
    color: whitesmoke !important;
}
.active-filter span{
    display: block !important;
}
.flex{
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    margin: 0 5%;
} 
.flex .galery-div{
    width: 25%;
    margin: 7px 0;
    animation: scale .7s cubic-bezier(.51,.92,.24, 1.07);
}
#gallery.active::before{
    content: 'Pár pillanat';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 19px;
    letter-spacing: 1px;
    z-index: 100;
    background: linear-gradient(16deg, rgba(74,74,74,1) 0%, rgba(77,77,77,1) 18%, rgba(80,80,80,1) 39%, rgba(84,84,84,1) 59%, rgba(87,87,87,1) 100%) !important;
}
@keyframes scale {
    0% {
        opacity: 0;
        transform: scale(.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.flex .galery-div button{
    border: none;
    padding: 0;
    outline: none;
    width: 95%;
    height: 270px;
    cursor: pointer;
    border-radius: 14px;
}
.flex .galery-div button div{
    border-radius: 13px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #131313;
}
.flex .galery-div button:hover div{
    filter: opacity(0.7);
}
.flex .galery-div button div i{
    opacity: 0;
    transition: .2s;
}
.flex .galery-div button:hover div i{
    opacity: 1;
}
.wallpaints p:first-of-type a{
    color: rgb(223, 169, 96);
    padding: 2px 3px;
    border-radius: 3px;
    transition: .2s;
}
.wallpaints p:first-of-type a:hover,
.wallpaints p:first-of-type a:active{
    background-color: rgba(0, 0, 0, 0.384);
}
#filterBtn{
    display: none;
    margin: 9px auto;
    padding: 13px 25px;
    border: solid 1px currentColor;
    border-radius: 13px;
    color: whitesmoke;
    background-color: #1313136b;
}
.filterBtn-active{
    color: #dfa960 !important;
}
.show-filter{
    display: block !important;
}
.pagination-buttons {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-btn{
    color: ghostwhite;
    background-color: transparent;
    border: solid 2px #dfa960;
    font-weight: 700;
    height: 45px;
    width: 45px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out, height .2s ease-in-out, width .2s ease-in-out;
}
.page-btn i {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}
.page-btn > * {
    pointer-events: none;
}
.page-btn:not(:last-of-type) {
    margin-right: 9px;
}
.page-btn.active {
    background-color: #313131;
    color: #dfa960;
}
.page-btn.unactive {
    display: none !important;
}
.page-btn[disabled] i {
    opacity: 0;
}
.page-btn[disabled] {
    cursor: default;
    opacity: 0;
    width: 0;
    height: 0;
}
.next-btn.unactive,
.prev-btn.unactive {
    display: block !important;
}
#showAllBtn{
    color: #dfa960;
    background-color: transparent;
    border: none;
    font-size: 19px;
    letter-spacing: .7px;
    margin-top: 18px;
    transition: border-bottom-color .2s;
    padding-bottom: 2px;
    border-bottom: solid 1px transparent;
}
#showAllBtn:hover{
    border-bottom-color: #dfa960;
}
@media only screen and (max-width: 1170px){
    .filters{
        margin-bottom: 0px;
        flex-direction: column;
    }
    .filters div{
        margin-bottom: 9px;
    }
    .flex .galery-div{
        width: 50%;
    }
    #filterForm{
        display: none;
        margin: 9px 0 17px 0;
    }
    #filterBtn{
        display: block;
    }
}
@media only screen and (max-width: 576px){
    .flex{
        flex-direction: column;
    }
    .flex .galery-div{
        width: 100%;
    }
    .filters a{
        color: rgb(39, 39, 39);
    }
    .pagination-buttons {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: unset;
        align-items: unset;
    }
    .page-btn{
        flex: 1;
        margin-right: 0 !important;
        width: 100%;
        border-radius: 9px 9px 0 0;
        border-width: 0;
        border-bottom-width: 2px ;
    }
    .page-btn[disabled] {
        cursor: default;
        opacity: .5;
        width: 100%;
        height: 45px;
    }
    .page-btn[disabled] i{
        opacity: inherit;
    }
}
/* Munka */
.wallpaint{
    padding: 5vh 0 3vh 0;
    text-align: center;
    color: whitesmoke;
    background: linear-gradient(16deg, rgba(74,74,74,1) 0%, rgba(77,77,77,1) 18%, rgba(80,80,80,1) 39%, rgba(84,84,84,1) 59%, rgba(87,87,87,1) 100%) !important;
}
.wallpaint h2{
    position: relative;
}
.wallpaint h2 button{
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: whitesmoke;
    padding: 0;
    position: absolute;
    left: 2vh;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    font-size: 18px;
}
.wallpaint h2 button:hover,
.wallpaint h2 button:active{
    color: #dfa960;
}
.wallpaint .swiper-container{
    width: 95%;
    height: 60vh !important;
}
.wallpaint .swiper-slide img{
    height: 90%;
    border-radius: 14px;
}
.wallpaint .swiper-wrapper{
    height: 98%;
    width: 100%;
}
.wallpaint .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: whitesmoke;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.wallpaint .swiper-pagination-bullet-active {
    color: #fff;
    background: rgb(223, 169, 96);
}
@media only screen and (max-width: 576px){
    .wallpaint .swiper-slide img{
        height: unset !important;
        max-height: 50vh !important;
        max-width: 100% !important;
    }
}
/* 404 */
.p404{
    height: 90vh;
    text-align: center;
    color: whitesmoke;
    background: linear-gradient(16deg, rgba(74,74,74,1) 0%, rgba(77,77,77,1) 18%, rgba(80,80,80,1) 39%, rgba(84,84,84,1) 59%, rgba(87,87,87,1) 100%) !important;
}
.p404 h1{
    margin: 0 0 5px 0;
    z-index: 1;
}
.fa-surprise{
    position: absolute;
    z-index: 0;
    font-size: 30vw;
    opacity: .2;
}
/* Navbar */
nav{
    height: var(--nav-height);
    background-color: rgba(201, 201, 201);
    box-shadow: 0px 4px 16px 0px;
    text-transform: uppercase;
    padding: 0;
    position: fixed;
    font-weight: bold;
    top: 0;
    width: 100%;
    z-index: 1001;
}
nav section{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
}
nav img{
    width: 17%;
    margin-left: 2%;
}
nav ul{
    display: flex;
    margin: 0;
}
nav ul li{
    list-style: none;
    margin-right: 35px;
}
nav ul a{
    cursor: pointer;
    letter-spacing: 1.2px;
    text-shadow: none;
    color: rgb(26, 26, 26);
    transition: .2s;
}
nav ul a:hover,
nav ul a:active{
    color: whitesmoke
}
.active-nav-btn{
    color: whitesmoke;
    text-shadow: 0px 0px 27px rgba(0, 0, 0, 1);
}
.burger{
    display: none;
    cursor: pointer;
}
.burger div{
    width: 25px;
    height: 2px;
    border-radius: 25px;
    background-color: rgb(26, 26, 26);
    margin: 5px;
    transition: all .3s ease;
}
.nav-active{
    transform: translateY(0%);
}
.toggle .line1{
    transform: rotate(-45deg) translate(-4px, 6px);
}
.toggle .line2{
    opacity: 0
}
.toggle .line3{
    transform: rotate(45deg) translate(-4px, -6px);
}
@media screen and (max-width: 1170px){
    nav ul{
        right: 0px;
        position: fixed;
        top: var(--nav-height);
        background-color: rgba(201, 201, 201);
        box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.514);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        transform: translateY(-300%);
        transition: transform .3s ease-in;
        line-height: 35px;
        padding: 0;
    }
    nav ul li{
        padding: 13px 0;
        margin-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.185);
        width: 100%;
    }
    .burger{
        display: block;
        margin-right: 15px;
    }
}
/* Footer */
footer{
    background-color: rgb(30, 30, 30);
    color: whitesmoke;
    text-align: center;
    padding: 3% 0 1% 0;
}
footer section{
    padding: 0 10%
}
footer input,
footer textarea{
    width: 100%;
    padding: 9px 7px;
    border-radius: 3px;
    color: whitesmoke;
    font-family: 'Montserrat';
    border: none;
    outline: none;
    margin-bottom: 5px;
    background-color: rgba(163, 163, 163, .6);
    transition: .3s;
}
footer input::placeholder,
footer textarea::placeholder{
    color: whitesmoke
}
footer input:focus,
footer textarea:focus{
    background-color: rgba(77, 77, 77, .6)
}
.form-middle{
    margin: 0 5px
}
#s_btn:disabled {
    opacity: .3;
    cursor: not-allowed;
}
#s_btn:disabled:hover {
    background-color: transparent;
}
#s_btn i {
    pointer-events: none;
    animation: rotateSpinner 1s infinite ease-in-out;
}
@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
footer button{
    background-color: unset;
    color: rgb(223, 169, 96);
    border: rgb(223, 169, 96) solid 1px;
    border-radius: 5px;
    padding: 9px 14px;
    letter-spacing: 0.7px;
    cursor: pointer;
    outline: none;
    transition: .2s;
}
footer button:hover,
footer button:active{
    background-color: rgba(255, 255, 255, 0.13);
}
footer form div:last-child{
    text-align: right
}
footer i{
    font-size: 47px;
    cursor: pointer;
}
footer .fa-facebook,
footer .fa-instagram{
    font-size: 37px;
    padding: 15px;
    color: white;
    transition: opacity .2s;
}
footer .fa-facebook:hover,
footer .fa-instagram:hover,
footer .fa-facebook:active,
footer .fa-instagram:active{
    opacity: .6
}
footer .fa-facebook{
    background-color: #3B5998;
    border-radius: 50% 0 50% 0;
}
footer .fa-instagram{
    background-color: #aa1111;
    border-radius: 0 50% 0 50%;
}
footer section:last-child .r .c:first-child a{
    color: whitesmoke;
    transition: .2s;
}
footer section:last-child .r .c:first-child a:hover,
footer section:last-child .r .c:first-child a:active{
    color: rgb(223, 169, 96)
}
footer .r:last-child .c:first-child,
footer section:last-child,
footer h2{
    letter-spacing: 1px
}
footer section:last-child h2{
    margin-bottom: 0 !important
}
footer section:last-child p{
    margin: 0 0 34px 0 !important
}
footer .active-footer-icon{
    color: rgb(223, 169, 96);
}
.footer-foot{
    padding: 0 10%
}
.footer-foot p{
    margin: 0 !important;
    color: rgb(131, 131, 131);
    text-align: right;
}
.footer-foot a{
    color: rgb(131, 131, 131);
    transition: .2s;
}
.footer-foot a:hover,
.footer-foot a:active{
    color: rgb(131, 55, 55);
}
@media only screen and (min-width: 1920px){
    footer .r{
        max-width: 1920px !important;
        margin: 0 auto !important;
    }
}
@media only screen and (max-width: 1170px){
    footer .fa-facebook, footer .fa-instagram{
        margin: 4% 0;
        font-size: 27px;
        padding: 9px;
    }
    footer section:last-child h2{
        margin: 0 !important
    }
    footer section:last-child p{
        margin: 0 0 17px 0
    }
    footer i{
        font-size: 35px
    }
    footer .r:last-child .c:first-child{
        margin-bottom: 17px
    }
    .footer-foot p{
        text-align: center
    }
}
@media only screen and (max-width: 576px){
    footer button{
        width: 100%;
    }
}