/*
Theme Name: Boostio_redesign
Text Domain: Boostio_redesign
Version: 2.10
Description: Boostio_redesign
Tags:
Author: Vojtech Bobek
*/

@media screen and (min-width: 1440px) and (max-width: 1700px) {
    .b-img {
        height: 550px !important;
        left: 50% !important;
        transform: translateX(-62%);
    }

    body .container {
        max-width: 1350px !important;
    }
}

:root {
    --pop: 'Poppins', sans-serif;
    --ral: "Raleway", sans-serif;
    --pink: #FF3494;
    --purple: #854792;
    --text: #cccccd;
}

html {
    background-color: #020204;
}

body>* {
    font-family: var(--pop);
    color: white;
}

a {
    text-decoration: none !important;
}

#wpadminbar {
    display: none;
}

body {
    background-color: #000 !important;
}

html {
    scroll-padding-top: 150px !important;
    overflow-x: hidden;
    margin: 0 !important;
}

p {
    margin: 0 !important;
}

::selection {
    background-color: var(--pink);
    color: #fff;
}

.main-btn img::selection {
    background-color: transparent;
}

.container-fluid {
    width: 90% !important;
    padding: 0 !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1470px !important;
    }
}

@media only screen and (max-width:767px) {
    .container-fluid {
        width: 97% !important
    }

    .container {
        padding-inline: 7% !important
    }
}

@media only screen and (min-width:1200px) and (max-width:1566px) {
    .container-fluid {
        width: 97% !important
    }
}

@media only screen and (min-width:767px) and (max-width:1200px) {
    .container-fluid {
        width: 100% !important
    }
}

.he1 {
    font-weight: 800;
    letter-spacing: 1.95px;
    text-transform: uppercase;
    font-size: clamp(2.1875rem, 1.4833rem + 2.2535vw, 4.1875rem);
    text-align: center;
    line-height: 1.3;
}

.pink {
    background: linear-gradient(180deg, var(--pink) 50%, var(--purple) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.des {
    color: var(--text);
    font-family: var(--ral);
}

.f20 {
    font-size: 20px;
}

.line {
    position: relative;
    display: inline-block;
}

.line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1em;
    background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/line.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

p .line::before {
    bottom: -23px;
}

.he2 .line::before {
    bottom: -34px;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    background-color: #0E0F11;
    align-self: center;
    border: 3px solid #3A3C3D;
    padding: 7px !important;
    gap: 7px;
}

.btn-pink {
    background: var(--pink);
    border: none;
    color: white;
    font-weight: 800;
    position: relative;
    overflow: hidden;
}

.btn-pink,
.btn-transparent {
    border: none;
    font-size: 15px;
    font-family: var(--ral);
    padding: 10px 32px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.btn-pink::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    pointer-events: none;
}

.btn-pink:hover::after,
.btn-pink:focus::after {
    animation: sheen 1s forwards;
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}

.btn-transparent {
    background-color: transparent;
    color: var(--text);
    font-weight: 700;
    transition: color 0.2s ease-in-out;
}

.btn-transparent:hover {
    color: white;
}

.h-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 23% 15%;
    z-index: 1;
}

.rect {
    position: relative;
    overflow: hidden;
}

.rect:before {
    content: "";
    width: 1000px;
    height: 800px;
    position: absolute;
    background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/rect.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -350px;
    top: 40px;
    transform: rotate(-30deg);
}

.rev:before {
    left: -475px;
    transform: rotate(30deg) scaleX(-1);
    top: 135px;
}

.divider {
    height: 100px;
}

.he2 {
    font-size: clamp(1.5625rem, 1.2324rem + 1.0563vw, 2.5rem);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.f18 {
    font-size: 18px;
}

.f15 {
    font-size: 15px;
}

.h-box {
    background-color: #0E0F11;
    flex: 1;
    max-width: 350px;
    border: 3px solid #3A3C3D;
    text-align: center;
    padding: 30px 25px;
    z-index: 1;
}

.he3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

.dashed {
    position: relative;
}

.dashed::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 95%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
    background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/dashed.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: .25;
}

.a-def {
    padding-block: 12%;
}

.f16 {
    font-size: 16px;
}

.a-col {
    z-index: 1;
}

.a-col a {
    align-self: start !important;
}

.icon-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.icon-box img {
    width: 40px;
}

.icon-box .he3 {
    font-family: var(--ral);
    font-weight: 700;
}

.a-wrap {
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.a-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashed-col {
    position: relative;
}

.dashed-col::before {
    content: "";
    position: absolute;
    left: -110px;
    width: 105px;
    top: 20px;
    height: calc(100% - 97px);
    background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/dashed_col.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: .25;
}

.grey {
    background-color: #0e0f11;
    border: 3px solid #3A3C3D;
}

.fspecial {
    font-size: clamp(1.5625rem, 1.3424rem + 0.7042vw, 2.1875rem);
}

.b-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: 580px;
}

.b-col {
    position: relative;
}

.ba-col .des {
    font-weight: 300;
}

.ba-col {
    padding-block: 60px;
}

.btn-line {
    font-family: var(--ral);
    font-size: 15px;
    text-transform: uppercase;
    background: transparent;
    border: none;
    font-weight: 800;
    color: white;
    padding: 0px;
    transition: transform 0.2s ease-in-out;
}

.btn-line:hover {
    transform: translateY(-3px);
}

.btn-line.line:before {
    bottom: -14px;
    width: 102%;
}

.f15 {
    font-size: 15px;
}

.patern {
    margin-top: 60px;
    position: relative;
}

.patern:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/patern.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .3;
}

.c-con {
    z-index: 1;
    position: relative;
}

.c-row {
    padding-block: 8%;
}

.c-row .des {
    font-weight: 500;
    max-width: 60%;
}

.c-row .btn-wrap {
    width: unset !important;
}

.c-row {
    flex-direction: column;
}

.c-row .btn-pink::after {
    transform: rotateZ(60deg) translate(-3em, 14em);
    right: -100%;
}

.d-row {
    padding-block: 10% 13%;
}

/* ULTIMATE SWITCHER */

.switcher-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.profile {
    position: relative;
    cursor: pointer;
    aspect-ratio: 1;
    transition: all 0.3s ease-in-out;
    --width: 110px;
}

.profile svg {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--width);
    height: var(--width);
    z-index: 0;
}

.profile img {
    width: var(--width);
    height: var(--width);
    border-radius: 50%;
    border: 4px solid #3A3C3D;
}

.profile .border {
    fill: none;
    stroke: transparent;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

.active {
    stroke: var(--pink) !important;
}

.d-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile.up {
    z-index: 1;
}

.profile:not(:first-child) img,
.profile:not(:first-child) svg {
    margin-left: -20px;
}

.hidden {
    position: absolute;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    transition-property: all;
}

.box {
    background-color: #0E0F11;
    border: 3px solid #3A3C3D;
    padding: 40px 55px;
}


.name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.position {
    color: var(--pink);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.box-text {
    margin-top: 15px;
}

.box-text .des {
    font-weight: 300;
}

.switcher-boxes {
    margin-top: 40px;
}

.accordion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 45px !important;
}

.acc-row {
    display: flex;
    flex-direction: row;
    gap: 35px;
    width: 100%;
}

.acc-row.dashed:before {
    top: 31px !important;
}

.accordion-item {
    flex: 1;
    border: 0px !important;
    box-shadow: 0px !important;
    border-radius: 0px !important;
    background: transparent !important;
}

.accordion-button {
    background-color: #0E0F11 !important;
    color: white !important;
    border: 3px solid #3A3C3D !important;
    box-shadow: none !important;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.accordion-body {
    padding-inline: 0px !important;
    background: transparent !important;
}

.arrow-icon {
    transition: transform 0.3s ease-in-out;
}

button[aria-expanded="true"] .arrow-icon {
    transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    display: none !important;
}

.logo {
    width: 75px;
}

.nav-link {
    color: white !important;
}

.btn-header {
    font-size: 13px !important;
    padding: 10px 30px;
}

.nav-link {
    color: white !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.nav-link:hover {
    color: var(--pink) !important;
}

.navbar-nav {
    gap: 40px;
}

.navbar {
    position: fixed !important;
    width: 100%;
    top: 10px;
    z-index: 100;
}

/*TRANSFORM*/

.transform .logo {
    opacity: 0;
}

.transform .navbar-brand {
    pointer-events: none;
}

.logo,
.btn-header {
    transition: opacity 0.2s linear;
}

.transform .navbar-nav {
    background: #0e0f11;
    border: 3px solid #3a3c3d;
    padding-right: 10px !important;
}

.navbar-nav {
    transition: background .1s linear .0s, border 0.1s linear 0s, transform 0.5s ease 0s, padding .3s linear 0s;
    padding: 10px 30px 10px 30px !important;
    border: 3px solid transparent;
}

.transform .btn-opacity {
    opacity: 0;
    pointer-events: none;
}

.navbar-nav.hide {
    transform: translateY(-100px);
}

.nav-link.btn-special {
    background: var(--pink) !important;
    padding: 9px 30px !important;
    font-size: 15px !important;
}

.special-button {
    transition: all 0.3s linear !important;
}

.special-button:hover {
    color: white !important;
}

.nav-link {
    padding-block: 0px !important;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    padding: 0px;
    margin: 0px !important;
}

/* MOBILE */

@media screen and (max-width: 768px) {
    body .md-none {
        display: none !important;
    }

    .wpcf7-response-output {
        font-size: 14px !important;
    }

    .special-button {
        font-size: 14px !important;
    }

    .nav-link {
        font-size: 14px;
    }

    ul.navbar-nav {
        gap: 28px;
        padding-top: 25px !important;
    }

    .special-button:after {
        display: none;
    }

    .btn-header {
        display: none;
    }

    .logo {
        width: 55px;
    }

    .rect:before {
        width: 700px;
        height: 400px;
        right: -250px;
        top: 80px;
        opacity: .5;
    }

    ul.navbar-nav {
        background: #0e0f11;
        border: 3px solid #3a3c3d;
        gap: 30px;
    }

    .navbar-collapse {
        position: absolute;
        width: 87%;
        left: 50%;
        transform: translateX(-50%);
        top: 70px;
    }

    .h-col {
        padding-block: 38% 30%;
    }

    .he1 {
        text-align: start !important;
        line-height: 1.4;
    }

    .h-col .des {
        text-align: start !important;
    }

    .f20 {
        font-size: 17px;
    }

    p .line::before {
        bottom: -20px;
    }

    .h-col .des {
        text-align: start !important;
    }

    .f20 {
        font-size: 17px;
    }

    p .line::before {
        bottom: -16px;
    }

    .btn-pink,
    .btn-transparent {
        font-size: 14px;
        padding: 9px 28px;
    }

    .btn-transparent {
        background-color: #0E0F11;
        border: 3px solid #3A3C3D;
    }

    .btn-wrap {
        background-color: transparent;
        border: none;
        flex-direction: column !important;
        align-items: start !important;
        align-self: start !important;
        gap: 15px;
    }

    .f18 {
        font-size: 15px;
    }

    .he2 .line::before {
        bottom: -27px;
    }

    .wrap {
        flex-direction: column;
        gap: 30px;
    }

    .d-wrap {
        flex-direction: column;
        gap: 25px;
        align-items: start;
    }

    .profile {
        --width: 75px;
    }

    .acc-row {
        flex-direction: column;
    }

    .h-box {
        padding: 25px;
    }

    .f15 {
        font-size: 13.5px;
    }

    .hide {
        transform: translateY(0) !important;
    }

    .dashed::before {
        background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/dashed_m.svg);
        height: 100%;
        width: 3px;
        background-size: contain;
    }

    .a-def {
        padding-block: 35%;
        gap: 70px;
    }

    .he2 {
        line-height: 1.4;
    }

    .f16 {
        font-size: 14.5px;
    }

    .dashed-col::before {
        display: none;
    }

    .a-wrap {
        gap: 35px;
    }

    .icon-box img {
        width: 35px;
    }

    .rev:before {
        left: -250px;
        top: 120px;
        opacity: .3;
    }

    .b-row {
        flex-direction: column-reverse;
    }

    .b-img {
        position: relative;
        height: auto;
        width: 250px;
        display: block;
        margin: auto;
    }

    .btn-line {
        font-size: 13px;
    }

    .des {
        line-height: 1.6;
    }

    .c-row .des {
        max-width: 100%;
        text-align: start !important;
    }

    .c-row {
        padding-block: 15%;
    }

    .c-row .he2 {
        text-align: start !important;
    }

    .profile .border {
        stroke-width: 4px;
    }

    .profile img {
        border-width: 3px;
    }

    .box {
        padding: 30px 40px;
    }

    .name {
        font-size: 17px;
    }

    .position {
        font-size: 12px;
    }

    .accordion-button {
        padding: 15px 20px;
        font-size: 14px !important;
    }

    .acc-row {
        gap: 25px;
    }

    .acc-row.dashed:before {
        display: none;
    }

    .d-row {
        padding-block: 28% 30%;
    }

    .navbar-toggler {
        transition: background .1s linear .0s, border 0.1s linear 0s !important;
    }

    .transform .navbar-toggler {
        border-color: #3a3c3d;
        background: #0e0f11;
    }

    button.navbar-toggler {
        padding: 2px !important;
        border: 3px solid transparent;
        outline: 0px;
        box-shadow: none;
        border-radius: 0px !important;
    }

    .navbar-toggler path {
        fill: var(--pink);
    }

    .logo {
        transition: opacity 0.1s linear;
    }

    .special-button {
        background: var(--pink) !important;
        padding: 9px 30px !important;
        font-size: 15px !important;
        width: 100%;
        text-align: center;
    }

    .navbar-nav {
        padding: 20px 10px 10px 10px !important;
    }

    .btn-submit:after {
        display: none;
    }

    .f-text,
    .f-row .col-lg-3 {
        text-align: center !important;
    }

    .f-row {
        gap: 7px;
    }

    .f-text {
        font-size: 10px !important;
    }
}



@media screen and (max-width: 375px) {
    .he1 {
        font-size: 30px !important;
    }
}


/* NTBS */

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .navbar-nav {
        gap: 25px;
    }

    .nav-link {
        font-size: 15px;
    }

    .logo {
        width: 67px;
    }

    .f20 {
        font-size: 15px;
    }


    p .line::before {
        bottom: -18px;
    }

    .he2 .line::before {
        bottom: -30px;
    }

    .a-wrap {
        gap: 40px;
    }

    .he3 {
        line-height: 1.4;
    }

    .h-box {
        padding: 25px 20px;
    }

    .wrap {
        gap: 30px;
    }

    .f15 {
        font-size: 14.5px;
    }

    .h-box .des {
        margin-top: 5px !important;
    }

    .dashed-col::before {
        width: 85px;
        left: -95px;
        height: calc(100% - 120px);
    }

    .fspecial {
        font-size: 25px !important;
    }

    .b-img {
        height: 500px;
        left: 50%;
        transform: translateX(-55%);
    }

    .btn-pink,
    .btn-transparent {
        font-size: 14px;
    }

    .profile {
        --width: 100px;
    }

    .h-col .des {
        font-size: 18px;
    }
}

/* TBLTS */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body .md-none {
        display: none !important;
    }

    .btn-header {
        display: none;
    }

    .logo {
        width: 55px;
    }

    .rect:before {
        width: 700px;
        height: 400px;
        right: -250px;
        top: 80px;
        opacity: .5;
    }

    ul.navbar-nav {
        background: #0e0f11;
        border: 3px solid #3a3c3d;
        gap: 30px;
    }

    .navbar-collapse {
        position: absolute;
        width: 87%;
        left: 50%;
        transform: translateX(-50%);
        top: 90px;
    }

    .navbar-toggler {
        transition: background .1s linear .0s, border 0.1s linear 0s !important;
    }

    .transform .navbar-toggler {
        border-color: #3a3c3d;
        background: #0e0f11;
    }

    button.navbar-toggler {
        padding: 2px !important;
        border: 3px solid transparent;
        outline: 0px;
        box-shadow: none;
        border-radius: 0px !important;
    }

    .navbar-toggler path {
        fill: var(--pink);
    }

    .logo {
        transition: opacity 0.1s linear;
    }

    .special-button {
        background: var(--pink) !important;
        padding: 9px 30px !important;
        font-size: 15px !important;
        width: 100%;
        text-align: center;
    }

    .navbar-nav {
        padding: 20px 10px 10px 10px !important;
    }

    .h-col {
        padding-block: 30% 25%;
    }

    .wrap,
    .a-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .dashed:before {
        display: none;
    }

    .b-row {
        flex-direction: column-reverse;
    }

    .a-def {
        padding-block: 20%;
        gap: 80px;
    }

    .a-wrap {
        gap: 40px;
    }

    .dashed-col:before {
        display: none;
    }

    .b-img {
        position: relative;
        display: block;
        margin: auto;
    }

    .d-row {
        padding-block: 20% 15%;
    }

    .profile {
        --width: 80px;
    }

    .acc-row {
        flex-direction: column;
        gap: 25px;
    }
}


.navbar-toggler:focus {
    box-shadow: none !important;
}

.btn-scroll-top {
    position: fixed;
    z-index: 9999;
    opacity: 0;
    height: 60px;
    width: 60px;
    pointer-events: none;
    bottom: 30px;
    right: 30px;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-scroll-top.opacity {
    opacity: 1;
    pointer-events: auto;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    overflow: hidden;
}

.progress-circle {
    width: 100%;
    height: 100%;
    display: block;
}

.progress-background {
    fill: #0e0f11;
    stroke: #3a3c3d;
    stroke-width: 4px;
}

.progress-circle-bar {
    fill: none;
    stroke-width: 4px;
    stroke: var(--pink);
    stroke-dasharray: 283;
    stroke-dashoffset: 0;
    transform-origin: center;
    transition: stroke-dashoffset 0.3s ease;
    transform: rotate(90deg);
    stroke-linecap: round;
}

.scroll-top-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%) scale(0.8);
    height: 20px;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .btn-scroll-top {
        bottom: 22px;
        right: 19px;
        width: 50px;
        height: 50px;
    }

    .scroll-top-arrow {
        transform: translate(-50%, -58%) scale(0.68);
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .btn-scroll-top {
        width: 55px;
        height: 55px;
    }

    .scroll-top-arrow {
        transform: translate(-50%, -58%) scale(0.75);
    }
}

/* FOOTER */

.f-row {
    padding-block: 20px;
}

.f-text {
    color: white !important;
    font-size: 12px;
    color: var(--text) !important;
    font-family: var(--pop);
    font-weight: 500;
    transition: color .3s ease;
}

.f-text:hover {
    color: white;
}

a.f-text:hover {
    color: var(--pink) !important;
}

.e-rect:before {
    top: 100px !important;
}



/* KONTAKT */
.e-row {
    padding-block: 14% 8%;
    position: relative;
}

/* FORM */

.wpcf7-form-control-wrap:before {
    content: "";
    position: absolute !important;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    aspect-ratio: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

span[data-name="typ_leadu"]:before {
    background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/f_chevron.png);
}

span[data-name="jmeno"]:before {
    background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/f_user.png);
}

span[data-name="telefon"]:before {
    background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/f_phone.png);
}

span[data-name="email"]:before {
    background: url(https://www.boostio.cz/wp-content/themes/boostio_new/assets/images/f_email.png);
}



@media screen and (max-width: 767px) {
    .form-row p {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .form-wrap {
        gap: 15px !important;
    }

    .form-row-1 .wpcf7-form-control-wrap,
    .form-row-2 .wpcf7-form-control-wrap {
        width: 100%;
    }

    .default-input {
        font-size: 13px;
    }

    .form-row-1 .wpcf7-form-control-wrap,
    .form-row-2 .wpcf7-form-control-wrap {
        width: 100% !important;
    }

    .default-input {
        font-size: 13px !important;
    }

    a.gdpr {
        font-size: 12px !important;
    }

    .main-btn.submit-button {
        margin-right: auto;
        margin-left: 0px !important;
    }
}

.form-row br {
    display: none !important;
}

.wpcf7-response-output {
    margin-inline: 0px !important;
    font-size: 15px;
    font-weight: 600;
    border: 3px solid #16ff00 !important;
    border-radius: 0px !important;
    background: #0e0f11;
    opacity: 1;
    color: white;
    padding: 13px 20px !important;
    border-radius: 100px;
    text-align: center;
}

.invalid .wpcf7-response-output {
    border-color: #ff0000 !important;
}

.wpcf7-spinner {
    display: none !important;
    visibility: hidden;
}

.main-btn.submit-button {
    padding: 14px 35px !important;
}

a.gdpr {
    font-weight: 400;
    color: white;
    margin: 0px !important;
    position: relative;
    font-size: 14px;
}

.wpcf7-not-valid {
    border: 3px solid red !important;
}

span.wpcf7-not-valid-tip {
    display: none;
    visibility: hidden;
}

.default-input:focus-visible {
    outline: none;
}

select {
    appearance: none;
}

option {
    color: white;
    font-weight: 600;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #0e0f11;
}

.form-row p {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.form-row-1 .wpcf7-form-control-wrap,
.form-row-2 .wpcf7-form-control-wrap {
    width: 50%;
}

.default-input {
    width: 100%;
    border: 3px solid #3a3c3d;
    border-radius: 0Px;
    background: #0e0f11;
    opacity: 1;
    color: white;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 500;
}

.form-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row-3 .wpcf7-form-control-wrap {
    width: 100%;
}

.default-input::placeholder {
    color: white;
    opacity: 1;
}

.mt5 {
    margin-top: 5px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt9 {
    margin-top: 9px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt11 {
    margin-top: 11px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt13 {
    margin-top: 13px !important;
}

.mt14 {
    margin-top: 14px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt17 {
    margin-top: 17px !important;
}

.mt18 {
    margin-top: 18px !important;
}

.mt19 {
    margin-top: 19px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt21 {
    margin-top: 21px !important;
}

.mt22 {
    margin-top: 22px !important;
}

.mt23 {
    margin-top: 23px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt26 {
    margin-top: 26px !important;
}

.mt27 {
    margin-top: 27px !important;
}

.mt28 {
    margin-top: 28px !important;
}

.mt29 {
    margin-top: 29px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt31 {
    margin-top: 31px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.mt33 {
    margin-top: 33px !important;
}

.mt34 {
    margin-top: 34px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt36 {
    margin-top: 36px !important;
}

.mt37 {
    margin-top: 37px !important;
}

.mt38 {
    margin-top: 38px !important;
}

.mt39 {
    margin-top: 39px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt41 {
    margin-top: 41px !important;
}

.mt42 {
    margin-top: 42px !important;
}

.mt43 {
    margin-top: 43px !important;
}

.mt44 {
    margin-top: 44px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt46 {
    margin-top: 46px !important;
}

.mt47 {
    margin-top: 47px !important;
}

.mt48 {
    margin-top: 48px !important;
}

.mt49 {
    margin-top: 49px !important;
}

.mt50 {
    margin-top: 50px !important;
}

/* GDPR OBCHODNI 404*/

.need-row {
    padding-block: 13% 5%;
}

.need-text p {
    font-size: 15px;
    margin-bottom: 20px !important;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .need-row {
        padding-block: 45%;
    }

    .need-text p {
        font-size: 14px;
    }
}

.lost-row {
    height: 100svh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.lost-row .btn-pink {
    width: unset !important;
    padding: 10px 32px;
}

.lost-row .he1 {
    margin: 0px !important;
}