:root{
    --main: #ffca05;
    --title: #101010;
    --text: #747474;
    --white: #fff;
    --black: #000;
    --line: #ffca05;
    --footer1: #1b1b1b;
    --footer2: #161616;
    --footer-design: #000;
    --roboto: "Roboto", sans-serif;
    --trade: "Trade Gothic", sans-serif;
    --avant: "Avant Garde", sans-serif;
    --tim: "Timok", sans-serif;
    --acumin: "Acumin Variable Concept", sans-serif;
    --nfs: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body{
    font-family: var(--trade);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.tupp{
    text-transform: uppercase;
}

.tlc{
    text-transform: lowercase;
}

html::-webkit-scrollbar{
    width: 4px;
    height: 4px;
}

html::-webkit-scrollbar-track{
    background: #f2F2F2;
}

html::-webkit-scrollbar-thumb{
    background: var(--main);
}

a{
    text-decoration: none;
    color: #000;
}

input:read-only{
    color: #0000006b !important;
    border: none !important;
    border-bottom: 1px dotted #b3b3b3 !important;
    background: #F1F1F1 !important;
}

.sectitle{
    font-family: var(--avant);
    color: var(--title);
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: .5rem;
}

.sectitle.w{
    color: var(--white);
}

.sectitle::before{
    content: '';
    display: block;
    display: -webkit-block;
    width: 40px;
    height: 2px;
    background-color: var(--main);
    margin-bottom: 20px;
}

.sectitle span{
    color: var(--main);
}

.subtitle{
    color: var(--main);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.text{
    color: var(--text);
}

.text p:not(:last-child){
    margin-bottom: 1rem;
}

.telp,
.mailp,
.whap{
    display: block;
}

.telp a,
.mailp a,
.locp a,
.whap a{
    color: inherit;
}

.telp span,
.mailp span,
.locp span,
.whap span{
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    display: -webkit-inline-block;
    text-transform: uppercase;
    color: var(--main);
    font-family: var(--avant);
    font-size: 16px;
    font-weight: 500;
    padding: 0 4px;
}

.dbtn{
    position: relative;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    font-family: var(--avant);
    color: var(--white);
    font-size: 16px;
    border: 2px solid var(--main);
    background-color: transparent;
    padding: 1rem 2rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dbtn::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 auto auto 0;
    width: 0;
    height: 100%;
    background-color: var(--main);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dbtn:hover{
    color: var(--white);
}

.dbtn:hover::before{
    width: 100%;
}

.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 14px;
    bottom: -20px;
}

h1.entry-title{
    text-align: center;
    margin: 30px 0;
}

.exp{
    position: absolute;
    z-index: 1;
    inset: auto 0 2rem 0;
    width: fit-content;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    text-align: center;
    color: var(--white);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 auto;
}

.exp::before{
    content: '';
    width: 22px;
    height: 38px;
    border: 1px solid var(--white);
    border-radius: 41px;
    background: #FFFFFF33;
}

.exp::after{
    content: '';
    position: absolute;
    inset: 8px 0 auto 0;
    width: 4px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: transparent;
    animation: 2.5s ease-in-out infinite forwards scrll;
    -webkit-animation: 2.5s ease-in-out infinite forwards scrll;
    -moz-animation: 2.5s ease-in-out infinite forwards scrll;
    -ms-animation: 2.5s ease-in-out infinite forwards scrll;
    -o-animation: 2.5s ease-in-out infinite forwards scrll;
    margin: 0 auto;
}

@keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}
@-webkit-keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}
@-moz-keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}
@-ms-keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}
@-o-keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}

.pathbox{
    background-color: #F6F6F6;
   padding: 1rem 0;
}

.pathbox .path,
.pathbox .path>*:not(:last-child){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem;
}

.pathbox .path>*{
    text-transform: uppercase;
    color: #CCC;
    font-size: 16px;
    font-weight: 700;
}

.pathbox .path>*:not(:last-child)::after{
    content: '/';
}

.pathbox .path>*:last-child{
    color: var(--main);
}

.separator{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.separator::after{
    content: '';
    position: absolute;
    inset: auto 0;
    display: block;
    display: -webkit-block;
    width: 2px;
    height: 60px;
    background-color: var(--main);
    margin: 0 auto;
}

.ban{
    background: url(../../assets/img/banbg2.png) no-repeat bottom right / auto,#00000099 url(../../assets/img/banbg.webp) no-repeat top center / cover;
    background-blend-mode: normal,overlay;
    padding: 180px 0 75px;
}

.ban .sectitle{
    margin-bottom: 22px;
}

.ban .sectitle::before{
    width: 70px;
}

.ban .subtit{
    color: var(--white);
    font-family: var(--tim);
    font-size: 18px;
    font-weight: 400;
}

.ban .subtit strong{
    color: var(--main);
    font-weight: inherit;
}

.pagination{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    grid-gap: 10px;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
}

.pagination>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 30px;
    aspect-ratio: 1/1;
    /* color: var(--title); */
    color: #e6e6e6;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.pagination>*:hover,
.pagination>*.active{
    color: var(--title);
    border-color: var(--main);
    background-color: var(--main);
}

@media(max-width:992px){
    .separator,
    .separator:not(.sa){
        padding: 7.5px 0;
    }
    /* .separator:not(.sa){
        padding: 1rem 0;
    } */
    .separator:not(.sa)::after{
        position: initial;
    }
    .separator:not(.sa)::after,
    .separator.sa::after{
        width: 60px;
        height: 2px;
    }
}

@media(max-width:768px){
    .pathbox,
    .pathbox .path{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .row>*{
        padding: 0 12px !important;
    }
    .ban {
        background: url(../../assets/img/banbg2.png) no-repeat bottom right / auto, #000000b8 url(../../assets/img/banbg.webp) no-repeat top center / cover;
        background-blend-mode: difference, overlay;
    }
    .form{
        overflow: hidden;
    }
    .separator.sa{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width:375px){
    .dbtn{
        width: 100%;
    }
}