/*
Theme Name: premiumleads
Text Domain: premiumleads
Version: 1.87
Description: premiumleads
Tags:
Author: 
*/



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

.pNeed--row {
    padding-block: 250px 100px;
    justify-content: center !important;
}

.main-btn {
    color: black !important;
}

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

.pin:before {
    content: "";
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    width: 100px;
    aspect-ratio: 116/122;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    background: url(https://premiumleads.cz/wp-content/themes/premiumlead/assets/images/pin_map.svg);
}


.czech {
    position: relative;
}

.czech:before {
    content: "";
    position: absolute !important;
    right: 0px;
    top: 50px;
    width: 200px;
    aspect-ratio: 239 / 280;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    background: url(https://premiumleads.cz/wp-content/themes/premiumlead/assets/images/map.svg);
}

.czech>* {
    position: relative;
    z-index: 1;
}


@media screen and (max-width: 767px) {
    .czech:before {
        width: 160px;
    }

    .pin::before{
        width: 70px;
    }
}

/* FORM */

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

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

span[data-name="jmeno"]:before {
    background: url(https://premiumleads.cz/wp-content/themes/premiumlead/assets/images/f_person.svg);
}

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

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



@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: 1px solid #484848 !important;
    background: rgba(112, 112, 112, 0.20);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    color: white;
    padding: 13px 20px !important;
    border-radius: 100px;
    text-align: center;
}

.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: 1px solid red !important;
}

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

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

select {
    appearance: none;
}

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

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

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

.default-input {
    width: 100%;
    border-radius: 100px;
    border: 1px solid #484848;
    background: rgba(112, 112, 112, 0.20);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    color: white;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 500;
}

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

.form-row-3 .default-input {
    border-radius: 20px;
}

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

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











:root {
    --primary: #DD991F;
}

body>* {
    font-family: "Poppins", sans-serif;
    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(--primary);
    color: #fff;
}

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

.container-fluid {
    width: 90% !important;
    padding: 0 !important;
    background-color: var(--secondary);
    border-radius: 15px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .25)
}

@media (min-width: 1400px) {

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

@media only screen and (max-width:767px) {
    .container-fluid {
        width: 100% !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
    }
}

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

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

.h-r {
    padding-block: 20% 22%;
}

.container-fluid {
    border-radius: 30px;
    background: linear-gradient(120deg, #000 30.06%, rgba(221, 153, 31, 0.70) 111.09%);
}

.h-cf {
    margin-top: 50px;
}

.mw-85 {
    max-width: 85% !important;
}

.main-btn {
    border: none;
    padding: 5px 5px 5px 35px !important;
    border-radius: 1000px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    line-height: .9;
    width: auto;
    background-color: white !important;
    -webkit-appearance: none;
    appearance: none;
}

.second-btn {
    padding-inline: 35px !important;
    border-radius: 1000px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    line-height: .9;
    border: 1px solid #484848;
    background: rgba(112, 112, 112, 0.20);
     -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    color: white;
    transition: box-shadow 0.3s ease-in-out;
    height: 100%;
}

.second-btn:hover {
    box-shadow: 0px 0px 11px 4px rgba(255, 255, 255, .1);
}

.main-btn:hover img {
    transform: rotate(-45deg);
}

.button-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.main-btn img {
    width: 40px;
    transition: transform 0.3s ease-in-out;
}

.h-r p {
    margin-inline: auto !important;
}

.box-h {
    text-align: center;
    font-weight: 700;
}

.box-d {
    margin-top: 12px !important;
    font-weight: 400;
}

.box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.box {
    flex: 1 1 calc(25% - 1rem);
    min-width: 200px;
    border: 1px solid #484848;
    background: rgba(112, 112, 112, 0.15);
     -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    padding: 40px 40px;
    text-align: center;
}

.box-l {
    border-radius: 35px 0px 0px 35px;
}

.box-r {
    border-radius: 0px 35px 35px 0px;
}

.b-c {
    margin-top: -120px;
}

/* Tablet – 2 vedle sebe */
@media (max-width: 991px) {
    .box {
        flex: 1 1 calc(50% - 1rem);
    }
}

/* Mobil – 1 pod druhým */
@media (max-width: 600px) {
    .box {
        flex: 1 1 100%;
    }
}

.a-r {
    padding-block: 10% 7%;
}

.q-r {
    padding-block: 9%;
}

.c-r {
    padding-block: 9%;
}

.he2 {
    font-size: clamp(1.5625rem, 1.3424rem + 0.7042vw, 2.1875rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.11px;
}

.a-col {
    margin-top: 55px !important;
}

.a-des {
    color: #9C9C9D;
}

.b-r {
    border-right: 1px solid #555;
    padding-right: 50px !important;
}

.b-l {
    border-left: 1px solid #555;
    padding-left: 50px !important;
}

.divider {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #000 6.25%, #DD991F 49.64%, #000 94%);
    position: relative;
}


.divider::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(90deg, #000 6.25%, #DD991F 49.64%, #000 94%);
    filter: blur(15px);
    opacity: 0.2;
    z-index: -1;
}

.bold {
    font-weight: 700;
    text-decoration: underline;
    color: white;
}

.u-des {
    color: #9C9C9D;
    letter-spacing: .3px;
}

.a-c button {
    width: auto;
}

.q-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.q-box {
    border-radius: 15px;
    border: 1px solid #484848;
    background: rgba(112, 112, 112, 0.15);
     -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    text-align: center;
    padding: 10px 20px;
}

.q-col {
    margin-block: auto !important;
}

.q-col button {
    align-self: start;
}

.c-wrap {
    margin-top: 65px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.c-box {
    width: 40%;
    border-radius: 30px;
    background: linear-gradient(1deg, #000 1%, rgba(221, 153, 31, 0.70) 97.49%);
    padding: 55px 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.c-h {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px !important;
}

.c-box ul {
    color: #9C9C9D;
    font-weight: 300;
    padding-top: 30px;
    border-top: 2px solid #A2A2A2;
    padding-left: 20px !important;
}

.c-des {
    font-weight: 600;
}

.c-price {
    font-weight: 300;
    color: #9C9C9D;
    margin-top: 7px !important;
}

.c-price strong {
    font-weight: 700;
    color: white;
}

.c-bottom {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.c-bottom button {
    align-self: center;
}

.acc-btn {
    padding: 18px 35px !important;
    text-transform: unset !important;
    font-weight: 600;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.acc-btn:hover {
    box-shadow: none !important;
}

.f-r {
    padding-block: 10%;
}


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

.accordion-item {
    background: transparent !important;
    width: 30% !important;
    border: none !important;
}

.accordion-body {
    padding: 20px 10px 10px 10px !important;
}

.accordion-body p {
    color: #9C9C9D;
}

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

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

.s-h {
    font-weight: 500;
    color: #9C9C9D;
}

.f-r {
    padding-block: 10%;
}

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

.header-btn:hover img {
    transform: rotate(0deg) !important;
}

.navbar .container {
    border-radius: 1000px;
    border: 1px solid #484848;
    background: transparent;
    position: relative !important;
    width: 98%;
}

.navbar .container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(112, 112, 112, 0.20);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    position: absolute;
    z-index: -1;
    left: 0;
    border-radius: 1000px;
    top: 0;
}


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

.navbar.sticky {
    position: fixed !important;
    top: 10px;
}

.navbar .container {
    padding: 15px 15px;
}

.flex-1 {
    flex: 1;
}

a.nav-link {
    padding-inline: 15px !important;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}

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

.logo {
    width: 140px;
    margin-left: 40px;
}

.g-r {
    padding-block: 20% 5%;
}

.g-r p {
    margin-bottom: 15px !important;
}

.g-r strong {
    color: var(--primary);
}

.acc-btn {
    height: unset !important;
}

.d-r {
    padding-block: 30px;
}

.d-r p {
    font-size: 13px;
    font-weight: 600;
    color: #9C9C9D;
}

.d-r p a {
    font-size: 13px;
    font-weight: 600;
    color: #9C9C9D;
}


.box-h img {
    margin-right: 13px;
    margin-top: -3px !important;
    width: 25px !important;
}

.box-h.f20 {
    font-size: 17px;
}

.box-d {
    font-weight: 300;
}

.box:hover {
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .1);
    transform: translateY(-7px);
}

.box {
    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
}


@media screen and (max-width: 767px) {

    .button-wrap a {
        text-align: center;
    }

    .d-r p {
        font-size: 10px;
        text-align: center !important;
    }

    .d-r p a {
        font-size: 10px;
        text-align: center !important;
    }

    .d-r {
        gap: 5px;
        padding-block: 20px;
    }

    .gdpr-btn {
        font-size: 11px !important;
    }

    .g-r {
        padding-block: 40% 5%;
    }

    .d-flex.md-none {
        display: none !important;
    }

    .b-c {
        margin-top: 40px;
    }

    .box {
        border-radius: 20px;
    }

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

    .navbar {
        position: fixed !important;
        top: 10px;
    }

    .f19 {
        font-size: 16px !important;
    }

    .main-btn img {
        width: 35px;
    }

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

    .main-btn {
        padding: 4px 4px 4px 25px !important;
    }

    .second-btn {
        padding: 15px 25px 15px 25px !important;
    }

    .button-wrap {
        gap: 15px;
    }

    .h-r {
        padding-block: 35%;
    }

    .mw-85 {
        max-width: 100% !important;
    }

    .button-wrap {
        flex-direction: column;
    }

    .f15 {
        font-size: 14px;
    }

    .main-btn {
        align-self: center;
    }

    .second-btn {
        padding-block: 15px;
        align-self: center;
    }

    .box {
        padding: 30px;
    }

    .f20 {
        font-size: 18px;
    }

    .f14 {
        font-size: 13px;
    }

    .a-r {
        padding-block: 25%;
    }

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

    .b-r {
        padding-right: 20px !important;
        padding-left: 30px !important;
        border-right: 0px;
        border-left: 2px solid #555;
    }

    .b-l {
        padding-left: 30px !important;
        padding-right: 20px !important;
        border-left-width: 2px;
    }

    .f16 {
        font-size: 15px !important;
    }

    .f25 {
        font-size: 22px !important;
    }

    .a-r .text-center {
        text-align: start !important;
    }

    .q-r {
        padding-block: 25%;
        gap: 50px;
    }

    .u-des {
        max-width: 100%;
        margin-top: 15px !important;
    }

    .f17 {
        font-size: 15px !important;
    }

    .q-box p {
        font-size: 14px;
    }

    .c-r .text-center {
        text-align: start !important;
    }

    .c-box {
        width: 100%;
        padding: 50px 40px;
    }

    .c-h {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }

    .c-box ul {
        padding-top: 25px;
    }

    .c-wrap {
        gap: 30px;
    }

    .c-box button {
        margin-top: 40px !important;
    }

    .c-r {
        padding-block: 23%;
    }

    .f-r {
        padding-block: 20% 25%;
    }

    .accordion-item {
        width: 100% !important;
    }

    .accordion-body p {
        font-size: 15px;
    }

    .navbar-collapse {
        position: absolute;
        top: 83px;
        width: 98%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        border: 1px solid #484848;
        background: rgba(112, 112, 112, 0.20);
        -webkit-backdrop-filter: blur(12.5px);
        backdrop-filter: blur(12.5px);
        border-radius: 20px;
        padding-block: 10px;
    }

    a.nav-link {
        font-size: 14px;
        padding-block: 10px;
    }

    .logo {
        margin-left: 0px;
        width: 120px;
    }

    .navbar-toggler {
        padding: 0px !important;
        outline: none !important;
        border: 0px !important;
    }

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

    .navbar-toggler svg {
        font-size: 18px;
    }

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

    .box-h img {
        width: 22px !important;
    }

    .custom-list li::after {
        display: none;
    }

    .custom-list li:before {
        content: "";
        flex: 0 0 auto;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--primary);
        margin-top: 9px;
    }

    .custom-list li .item-text {
        text-align: start !important;
    }

    .custom-list li {
        gap: 15px;
    }

    .s-h {
        max-width: 100% !important;
    }

    .d-wrap {
        flex-direction: column !important;
    }

    .d-row {
        padding-block: 23% !important;
    }

    .d-wrap {
        max-width: 100% !important;
        margin-top: 40px !important;
    }

    .d-box {
        padding: 35px !important;
    }

    .icon-box img {
        width: 22px !important;
    }

    .db-text {
        max-width: 100% !important;
    }

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



@media screen and (min-width: 768px) and (max-width: 1024px) {

    .custom-list li::after {
        display: none;
    }

    .custom-list li:before {
        content: "";
        flex: 0 0 auto;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--primary);
        margin-top: 9px;
    }

    .custom-list li .item-text {
        text-align: start !important;
    }

    .custom-list li {
        gap: 15px;
    }

    .d-wrap {
        flex-direction: column !important;
        gap: 30px !important;
        max-width: 100% !important;
    }

    .db-text,
    .s-h {
        max-width: 100% !important;
    }

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



    .navbar-collapse {
        position: absolute;
        top: 83px;
        width: 98%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        border: 1px solid #484848;
        background: rgba(112, 112, 112, 0.20);
        -webkit-backdrop-filter: blur(12.5px);
        backdrop-filter: blur(12.5px);
        border-radius: 20px;
        padding-block: 10px;
    }

    a.nav-link {
        font-size: 14px;
        padding-block: 10px;
    }

    .logo {
        margin-left: 0px;
        width: 120px;
    }

    .navbar-toggler {
        padding: 0px !important;
        outline: none !important;
        border: 0px !important;
    }

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

    .navbar-toggler svg {
        font-size: 18px;
    }

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

    .d-flex.md-none {
        display: none !important;
    }

    .navbar {
        position: fixed !important;
        top: 10px;
    }

    .navbar .container {
        padding: 15px 30px;
    }

    .h-r {
        padding-block: 35%;
    }

    .box {
        border-radius: 20px;
    }

    .b-r {
        border-right: 0px;
        padding-right: 20px !important;
        padding-left: 30px !important;
        border-left: 2px solid #555;
    }

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

    .b-l {
        padding-left: 30px !important;
        padding-right: 20px !important;
        border-left-width: 2px;
    }

    .q-r {
        padding-block: 13%;
        gap: 50px;
    }

    .u-des {
        max-width: 100%;
    }

    .c-box {
        width: 100%;
        padding: 40px 30px;
    }

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

    .accordion-item {
        width: 100% !important;
    }

    .a-r {
        padding-block: 15%;
    }
}


@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .header-btn {
        font-size: 13px !important;
        padding-left: 25px !important;
        gap: 10px !important;
    }

    .c-h {
        font-size: 35px !important;
    }

    .db-text {
        max-width: 70% !important;
    }

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

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

    .f20 {
        font-size: 15px !important;
    }

    .box-h img {
        margin-right: 10px;
        width: 20px !important;
    }

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

    .box {
        padding: 30px;
    }

    .c-box {
        width: 45%;
    }

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

    .acc-btn {
        padding: 18px 25px !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: rgba(112, 112, 112, 0.15);
    stroke: none;
}

.progress-circle-bar {
    fill: none;
    stroke-width: 4px;
    stroke: var(--primary);
    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);
    }
}





.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.mt5 {
    margin-top: 5px !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;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb11 {
    margin-bottom: 11px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb13 {
    margin-bottom: 13px !important;
}

.mb14 {
    margin-bottom: 14px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb17 {
    margin-bottom: 17px !important;
}

.mb18 {
    margin-bottom: 18px !important;
}

.mb19 {
    margin-bottom: 19px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb21 {
    margin-bottom: 21px !important;
}

.mb22 {
    margin-bottom: 22px !important;
}

.mb23 {
    margin-bottom: 23px !important;
}

.mb24 {
    margin-bottom: 24px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

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

.custom-list li .item-text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: end;
    display: block;
    color: #9C9C9D;
}

.custom-list li::after {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    margin-top: 9px;
}

.custom-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.25rem 0;
}

.start li:after {
    display: none;
}

.start li:before {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    margin-top: 9px;
}

.start .item-text {
    text-align: left !important;
}

.q-r {
    justify-content: space-between;
}


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

.a-des strong {
    font-weight: 800;
    color: white;
    text-decoration: underline;
}

.s-h {
    max-width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.d-row {
    padding-block: 11%;
    justify-content: center !important;
}

.d-wrap {
    margin-top: 60px !important;
    max-width: 93% !important;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.d-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 15px;
    border: 1px solid #484848;
    background: rgba(112, 112, 112, 0.15);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    text-align: center;
    padding: 40px 45px;
    flex: 1;
}

.icon-box {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

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

.d-box span {
    color: #9C9C9D;
    font-weight: 600;
    display: block;
    text-align: left;
}

.db-wrap {
    margin-top: 60px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.db-text {
    max-width: 50%;
    font-weight: 700;
    text-align: center;
}

ul.navbar-nav {
    gap: 10px !important;
}

@media screen and (min-width: 1200px) {
    .he1 .text-blue {
        display: block;
    }
}