/* ROBOTO */

@font-face {
    font-family: "Roboto";
    src: url(../../assets/fonts/RobotoFlex-VariableFont_GRAD\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf) format('truetype');
    font-display: swap;
}


/* ROBOTO ! */


/* MONTSERRAT */

@font-face {
    font-family: "Montserrat";
    src: url(../../assets/fonts/Montserrat-VariableFont_wght.ttf) format('truetype');
    font-display: swap;
}


/* MONTSERRAT ! */


/* RAJDHANI */

@font-face {
    font-family: "Rajdhani";
    src: url(../../assets/fonts/Rajdhani-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Rajdhani";
    src: url(../../assets/fonts/Rajdhani-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Rajdhani";
    src: url(../../assets/fonts/Rajdhani-Medium.ttf) format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Rajdhani";
    src: url(../../assets/fonts/Rajdhani-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Rajdhani";
    src: url(../../assets/fonts/Rajdhani-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}


/* RAJDHANI ! */

:root {
    --main: linear-gradient(314deg, #FF6900 0%, #EF7B2A 100%);
    --title: #000;
    --title2: #4F4D4C;
    --text: #767676;
    --white: #fff;
    --black: #000;
    --line: #D6D6D6;
    --footer1: #EF7B2A;
    --footer2: #DB6716;
    --footer-design: #C75302;
    --roboto: "Roboto", sans-serif;
    --mont: "Montserrat", sans-serif;
    --raj: "Rajdhani", sans-serif;
}

body {
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.027px;
}

.tupp {
    text-transform: uppercase;
}

.tlc {
    text-transform: lowercase;
}

html::-webkit-scrollbar {
    width: 10px;
}

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

html::-webkit-scrollbar-thumb {
    background: var(--title);
    border-radius: 15px;
}

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

.uptitle {
    text-transform: uppercase;
    font-family: var(--raj);
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 8.72px;
    margin-bottom: 11px;
}

.sectitle {
    color: var(--black);
    text-transform: uppercase;
    font-family: var(--mont);
    font-size: 38px;
    font-variation-settings: "wght" 700;
    line-height: 46px;
}

.sectitle strong {
    font-variation-settings: "wght" 700;
    background: var(--main);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text {
    color: var(--text);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.text p {
    margin-bottom: 1rem;
}

.text strong {
    color: var(--black);
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
}

section:has(.bgtext) {
    position: relative;
    overflow: hidden;
}

section:has(.bgtext) .container {
    position: relative;
    z-index: 1;
}

.bgtext {
    position: absolute;
    left: -2.8rem;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: var(--mont);
    color: #28282805;
    font-size: 300px;
    font-weight: 900;
    line-height: 366px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.telp,
.mailp {
    display: block;
}

.dbtn {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    height: 43px;
    color: var(--white);
    font-family: var(--raj);
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.027px;
    background: var(--main), url(../../assets/img/dbtnbg.svg) no-repeat center;
    background-size: 100%, 0;
    border-radius: 80px;
    padding: 0 25px;
    transition: all .3s ease-in-out;
}

.dbtn.w {
    color: var(--footer1);
    font-weight: 600;
    background: linear-gradient(to right, var(--white), var(--white)), var(--main);
}

.dbtn img {
    transition: all .3s ease-in-out;
}

.dbtn img:first-of-type {
    width: 0;
}

.dbtn:hover {
    color: var(--white);
    background-size: 0, 100%;
    background-color: #333333;
}

.dbtn.w:hover {
    color: var(--white);
    background-size: 0, 100%;
}

.dbtn:hover img:first-of-type {
    width: 7px;
}

.ban {
    display: flex;
    align-items: end;
    min-height: 265px;
    padding-bottom: 26px;
    background: url(../../assets/img/banbg1.svg) no-repeat bottom left, var(--main);
    background-blend-mode: multiply;
}

.ban .title {
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--mont);
    font-size: 38px;
    font-variation-settings: "wght" 700;
    line-height: 46px;
    margin-bottom: 1rem;
}

.ban .path {
    min-width: 279px;
    width: fit-content;
    height: 40px;
    padding: 0 13px;
    border-top: 0;
    border-radius: 80px;
    background-color: #ffffff38;
    margin-top: 0;
}

.ban .path>*:not(svg) {
    color: var(--white);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.ban .path>*:not(svg):last-child {
    font-weight: 600;
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
}

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

.pagination {
    display: flex;
    width: fit-content;
    background: var(--white);
    box-shadow: 0px 1px 20px -3px #7090b040;
    border-radius: 5px;
    overflow: hidden;
    margin-left: auto !important;
}

.pagination li {
    margin: 0;
}

.pagination .prev {
    margin: 0 !important;
}

.pagination .next {
    margin: 0 !important;
}

.pagination li a,
.pagination li:not(:has(a)) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 40px;
    border-radius: 0;
    color: #0D2A3C;
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    transition: all .3s ease-in-out;
}

.pagination li:not(:last-child) a,
.pagination li:not(:last-child):not(:has(a)) {
    border: none;
    border-right: 1px solid var(--line);
}

.pagination li a:focus,
.pagination li a:focus-visible {
    outline: none;
    box-shadow: none;
}

.pagination li.active a {
    background-color: #4F4D4C !important;
    color: var(--white);
    border-color: #4F4D4C !important;
}

.pagination .prev a,
.pagination .next a {
    width: fit-content;
    padding: 0 1rem;
}

.pagination .prev:not(.disabled) svg path,
.pagination .next:not(.disabled) svg path {
    fill: var(--white);
}

.pagination .prev.disabled a,
.pagination .next.disabled a {
    background-color: #F8F8F8;
    border-color: var(--line);
}

.form .termo {
    display: flex;
    align-items: start;
}

.form .wpcf7-list-item.first.last {
    margin: 0 7.8px 0 0;
}

.form .wpcf7-list-item-label {
    display: none;
}

input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    background-color: transparent !important;
    border: 2px solid var(--black) !important;
    border-radius: 2px !important;
}

input[type="checkbox"]:checked {
    background: var(--main) !important;
    border-image: var(--main) !important;
}

input[type="checkbox"]:checked::before {
    filter: invert(1);
}

.dn {
    display: none !important;
}

@media(max-width:992px) {
    .ban {
        padding-top: 7rem;
    }
}

@media(max-width:768px) {
    .container {
        padding: 0 20px;
    }
}