/* Web fonts */
@font-face {
    font-family: "Microsoft Phags Pa";
    src: url("../fonts/webfonts/microsoft/MicrosoftPhagsPa.woff2") format("woff2"), url("../fonts/webfonts/microsoft/MicrosoftPhagsPa.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tarrget Condensed";
    src: url("../fonts/webfonts/font.woff2") format("woff2"), url("../fonts/webfonts/font.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Microsoft Phags Pa Bold";
    src: url("../fonts/webfonts/microsoft/MicrosoftPhagsPa-Bold.woff2") format("woff2"), url("../fonts/webfonts/microsoft/MicrosoftPhagsPa-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: "Microsoft Phags Pa";
}

body {
    background: url('../img/main-with-bg2.jpg') no-repeat;
    background-position: top;
    background-size: 100%;
}

h2 {
    font-size: 40px;
}

.w-700 {
    max-width: 700px;
    margin: 0 auto;
}


/* Preloader CSS */

#loadingMask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0353A4;
    z-index: 1000000000000000;
    text-align: center;
}

.preloader-image {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* END Preloader CSS */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 20px 30px;
    z-index: 1000;
}

.logo img {
    margin-top: 10px;
    height: 25px;
    transition: all 0.3s ease-in-out;
}

#split {
    overflow: hidden;
}

#split a {
    text-decoration: none;
}

#split a:hover {
    opacity: .8;
}

.left-side, .right-side {
    height: 100vh;
    width: 100%;
}

.btn {
    padding: 12px 24px;
    align-items: center;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-1 {
    background: linear-gradient(90deg, #0458ad, #034383);
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 200px;
    letter-spacing: 1.7px;
}

.btn-1:hover {
    background: #034383;
    box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.1);
}

.btn-2 {
    background: #fff;
    color: #0353A4;
}

.btn-2:hover {
    background: #ececec;
    color: #0353A4;
}

/*.left-side .inner-content {*/
/*    background: linear-gradient(135deg, rgba(3, 83, 164, 0) 0%, rgba(0, 0, 0, 0.7) 100%);*/
/*    color: #fff;*/
/*    padding: 20px;*/
/*}*/

/*.right-side .inner-content {*/
/*    background: linear-gradient(225deg, rgba(0, 0, 0, 0.7) 0%, rgba(3, 83, 164, 0) 100%);*/
/*    color: #fff;*/
/*    padding: 20px;*/
/*}*/

p {
    font-family: "Microsoft Phags Pa", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    padding: 20px 0;
}

ul.list-style {
    padding: 15px 0;
}

ul.list-style li {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 25px;
    color: #000000;
    font-family: "Microsoft Phags Pa", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
}

ul.list-style li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0353A4;
}


.inner-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-content a {
    margin-top: 20px;
    text-transform: uppercase;
}

.inner-content span {
    text-align: center;
    display: block;
}



.left-side .inner-content .content-wrapper {
    text-align: center;
    padding: 50px;
}

.inner-content .content-wrapper h2 {
    font-family: "Tarrget Condensed";
    font-size: 62px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0353A4;
    text-shadow: 0 0 4px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff
}

.inner-content .content-wrapper span {
    font-size: 20px;
    color: #0e0e0e;
}

.right-side .inner-content .content-wrapper {
    text-align: center;
    padding: 50px;
}

#fitness {
    padding: 100px 0;
    background: linear-gradient(#ccc, #ccc, #ffffff05);
}

#fitness h2, h3 {
    font-family: "Tarrget Condensed";
    letter-spacing: 3px;
}

#fitness h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

#fitness ul {
    text-align: left;
}

.subtitle {
    letter-spacing: 1.7px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    max-width: 60%;
    margin: 0 auto;
    font-family: "Microsoft Phags Pa Bold";
}

.highlight {
    color: #0353A4;
 }

#invest {
    position: relative;
    padding: 150px 0;
    background: rgba(3, 83, 164, .1);
    background: linear-gradient(rgba(3, 83, 164, .1), #fff);
}

#invest h3 {
    font-family: "Tarrget Condensed";
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#invest ul {
    text-align: left;
}

#invest ul li a {
    font-family: "Microsoft Phags Pa Bold";
    color: #034383;
}

footer {
    padding-top: 100px;
    background: #0e0e0e;
}

footer a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

footer a:hover {
    color: #034383;
}

footer .icon-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

footer .icon-text img {
    width: 15px;
}

footer h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

footer .logo-wrapper {
    margin-bottom: 20px;
    display: block;
}

footer .logo img {
    margin-top: 0;
}

.footer-bottom {
    padding-top: 20px;
}

.footer-bottom .copyright {
    color: #fff;
    padding: 20px;
    font-size: 14px;
    font-family: "Microsoft Phags Pa";
    opacity: .3;
    display: block;
    border-top: 1px solid rgba(255,255,255,.3);
}

.steps-list {
    list-style: none;
    counter-reset: step-counter;
    padding: 25px 0;
}

.steps-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.step-number {
    font-size: 18px; /* Veľké čísla */
    font-weight: bold;
    color: #212529;
    background: #fff;
    border: 2px dashed #0353A4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 15px;
    line-height: inherit;
}

.step-text {
    font-size: 16px;
    max-width: 80%;
}


.modal {
    box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.1);
}

.modal .modal-content,
.modal .modal-header,
.modal .modal-footer {
    border-radius: 0 !important;
}

.modal .modal-content {
    border: 1px solid #0353A4;
    background: #f3f3f3;
    padding: 10px;
}

.modal.fade.show {
    background: rgba(0,0,0,.7);
}

input[type="radio"] {
    accent-color: #034383;
}

label, input {
    font-family: "Microsoft Phags Pa";
}

.modal-footer {
    border-top: 0;
    padding-top: 0;
    justify-content: center;
}

.modal-footer button {
    width: 100%;
}

input[type="email"] {
    padding: 10px 20px;
}

.benefit-icons {
    display: flex;
    padding: 50px 0;
    gap: 20px;
    justify-content: center;
}

.benefit-icons .icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0353A4;
    margin-bottom: 15px;
    border-radius: 50%;
}


.benefit-icons .benefit-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.benefit-icons .benefit-icon img {
    width: 80px;
    padding: 10px;
    filter: brightness(0) invert(1);
    border-radius: 50%;
}

.pricing-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 50px;
}

.pricing-table th, .pricing-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
.pricing-table thead tr {
    background: linear-gradient(90deg, #0458ad, #034383);
}


.pricing-table th {
    /*background-color: #f4f4f4;*/
    font-weight: bold;
    color: #fff;
}

.pricing-table tr {
    background: #fff;
}

.pricing-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#invest {
    position: relative;
}

#invest .container {
    position: relative;
    z-index: 2;
}

#invest .benefit-icons .icon-wrapper {
    background: white;
    border: 3px dashed #034383;
}

#invest .benefit-icons .benefit-icon img {
    filter: none;
}

#invest .cta-text {
    margin: 0 auto;
    max-width: 950px;
}

#invest .investor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    z-index: 0;
}

#fitness {
    position: relative;
    overflow: hidden;
}

#fitness .container {
    position: relative;
    z-index: 2;
}

#fitness .fitnessman {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 500px;
    z-index: 0;
    overflow: hidden;
}

#fitness .cta-text {
    margin: 0 auto;
    max-width: 950px;
}

@media only screen and (max-width: 1200px) {
    #fitness {
        padding-top: 50px;
    }
    #invest .investor {
        z-index: -1;
        width: 50%;
    }

    #fitness .fitnessman {
         z-index: -1;
         width: 50%;
     }


}

@media only screen and (max-width: 992px) {
    body {
        background-size: inherit;
    }
    .inner-content .content-wrapper h2 {
        font-size: 46px;
    }
}

@media only screen and (max-width: 768px) {
    .left-side, .right-side {
        height: 50vh;
    }
    br {
        display: none;
    }

    .btn-1 {
        margin-top: 20px;
    }
    body {
        /*box-shadow: 0px 0px 0px 4000px rgba(0, 0, 0, 0.7) inset;*/
        background: none;
    }
    /*#split .col-md-6:first-child {*/
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
    /*}*/
    .subtitle {
        max-width: 100%;
    }
    #fitness {
        padding: 50px 0;
    }
    #invest {
        padding-top: 50px;
    }
    footer {
        padding-top: 50px;
    }
    .footer-bottom {
        padding-top: 50px;
    }
    .left-side {
        background: url(../img/fitnessman.jpg) no-repeat;
        background-position: top;
        background-size: cover;
    }
    .right-side {
        background: url(../img/businessman.jpg) no-repeat;
        background-position: top;
        background-size: cover;
    }
    .benefit-icons {
        display: block;
    }
    .benefit-icons .benefit-icon {
        margin-bottom: 50px;
    }
    h2 {
        font-size: 24px;
    }
    #fitness .fitnessman,
    #invest .investor {
        width: 100%;
    }
}

@media only screen and (min-width: 768.1px) {
    .benefit-icons {
        max-width: 80%;
        margin: 0 auto;
    }
    .benefit-icons .benefit-icon {
        width: 33%;
    }
}

@media only screen and (max-width: 600px) {
    .inner-content .content-wrapper h2 {
        font-size: 42px;
    }
    .subtitle {
        display: inline;
    }
    .btn-1 {
        display: block;
    }
    .logo img {
        height: 20px;
    }
}


/* Test */
