/* MAIN */
body {
    background-color: #000;
    color: #000; 
body {
    background-color: #000;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.main-content {
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #cccccc;
}

*::-webkit-scrollbar-thumb {
    background-color: #a7f15f;
    border-radius: 15px;
}

::-moz-selection {
    background-color: rgba(211, 243, 107, 0.85);
}

::selection {
    background-color: rgba(211, 243, 107, 0.85);
}

/* CURSOR */
.cursor {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    user-select: none;
    pointer-events: none;
    z-index: 109;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -90px;
    margin-top: -90px;
    transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1) ;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.3);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

.cursor:after {
    content: "";
    font-weight: 600;
}

.cursor.active {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms cubic-bezier(0.25, 1, 0.5, 1), transform 400ms cubic-bezier(0.25, 1, 0.5, 1) 150ms;
}

.cursor.active2 {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.active3 {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1) transform, 0.4s cubic-bezier(0.25, 1, 0.5, 1) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 3;
    align-items: center;
    justify-content: center;
    display: flex;
    transform: translate(-450px, -450px);
    will-change: background, opacity;
    background: radial-gradient(circle at center, rgb(167, 241, 95) 0%, rgba(167, 241, 95, 0.40) 5%, rgba(255, 255, 255, 0) 40%);
}

.cursor-follower .cursor-text {
    opacity: 0;
    display: none;
}

.cursor-follower .cursor-text2 {
    opacity: 0;
    display: none;
}

.cursor-follower .cursor-text3 {
    opacity: 0;
    display: none;
}

.cursor-follower.active .cursor-text {
    opacity: 1;
    font-size: 4px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.cursor-follower.active2 .cursor-text2 {
    opacity: 1;
    font-size: 4px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.cursor-follower.active3 .cursor-text3 {
    opacity: 1;
    font-size: 4px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(3);
}

.cursor-follower.active2 {
    opacity: 0.7;
    transform: scale(3);
}

.cursor-follower.active3 {
    opacity: 0.7;
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.link {
    cursor: none;
}

/* MAIN */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 90px;
    margin-bottom: 35px;
    position: relative;
    line-height: 1.2;
}

h2 {
    font-size: 44px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
}

h3 {
    font-size: 36px;
color: #fff;
}

h4 {
}

h5 {
    text-transform: uppercase;
    color: #d3f36b;
    font-size: 14px;
}

b {
    font-weight: 600;
}

p {
    line-height: 2.0;
    font-weight: 500;
    font-size: 18px;
}

a {
    color: inherit;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: inherit;
}

span.black {
    position: relative;
}

.headline {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 45px;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
}

.headline.big {
    flex-direction: column;
    margin-top: 60px;
}

.headline.big p {
    font-size: 22px;
}

.headline.big p a {
    text-decoration: underline;
}

.headline .left {
}

.headline h2 {
    margin-bottom: 0;
    line-height: 1;
}

.headline .right {
}

.headline .right p {
    margin-bottom: 0;
    color: #8b8b8b;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style-type: none;
    font-weight: 500;
}

/* BUTTON */
button.light {
    border: none;
    outline: none;
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    transition: all .6s cubic-bezier(.645, .045, .355, 1) !important;
    margin-top: 20px;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

button.light:hover {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

button.dark {
    background-color: #101010 !important;
    color: #fff !important;
}

button.dark .arrows {
    background-color: #fff;
}

button.dark .arrows svg {
    filter: invert(1);
}

button.light img {
    max-width: 16px !important;
    max-height: 16px !important;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: !important;
    margin-top: 3px;
    margin-bottom: 0px !important;
    margin-left: 8px;
}

button.light:hover img {
    margin-left: 14px;
}

button.light .text {
    font-weight: 700;
    color: #000 !important;
    z-index: 2;
    position: relative;
    letter-spacing: 0px;
}

.contact-btn {
    background-color: #101010;
    padding: 12px 35px;
    margin-top: 30px;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all 300ms ease 0ms;
    color: #fff;
}

.contact-btn:hover {
    background-color: #e1f8b5;
    color: #000;
}

button.btn {
    background-color: #a7f15f;
    color: #000;
    padding: 13px 30px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    font-weight: 500;
}

button.btn.light {
    background-color: transparent;
    color: #fff;
}

button.btn.light:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    /* Å Ã­Å™ka linky nastavena na 100% */
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);

    /* PouÅ¾ije scale transformaci pro zmenÅ¡enÃ­ */
    transform-origin: right;

    /* ZaÄÃ¡tek transformace z pravÃ© strany */
    transition: transform 0.3s ease-in-out;

    /* Animace transformace */
}

button.btn.light:hover:after {
    transform: scaleX(1);

    /* ZvÄ›tÅ¡Ã­ linku na plnou Å¡Ã­Å™ku */
    transform-origin: left;

    /* Po najetÃ­ myÅ¡i zmÄ›nÃ­ poÄÃ¡teÄnÃ­ bod na levÃ½ */
}

button.btn.grey {
    background-color: #dcdcdc;
}

button.w-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px 8px 25px;
    border-radius: 12px;
}

button.btn:hover {
}

.btn .arrows {
    background-color: #000;
    color: #fff;
    padding: 4px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-left: 25px;
}

.btn .arrows svg {
    height: 18px;
    position: absolute;
    margin-left: -1px;
    transition: all 300ms ease-in-out;
}

.btn .arrows svg:nth-child(1) {
    transform: translateX(0%);
    opacity: 1;
}

.btn:hover .arrows svg:nth-child(1) {
    transform: translateX(170%);
    opacity: 0;
}

.btn .arrows svg:nth-child(2) {
    transform: translateX(-170%);
    opacity: 0;
}

.btn:hover .arrows svg:nth-child(2) {
    transform: translateX(0%);
    opacity: 1;
}

/* HEADER */
header {
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 125px;
    padding-top: 100px;
    color: #fff;
    background-color: #010101;
    position: relative;
    overflow: hidden;
}

header button.light .text {
    color: #fff !important;
}

header button.light img {
    filter: invert(1);
}

.header-content {
    max-width: 760px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.header-content.big {
    max-width: 960px;
    padding: 35px 100px;
    position: relative;
    width: 100%;
}

.header-content button.abs {
    position: absolute;
    background: transparent;
    border-radius: 12px;
    color: #fff;
    padding: 18px 35px;
    box-shadow: inset 0 0 12px #373737;
}

.header-content button.abs:hover {
    box-shadow: inset 0 0 15px #a7f15f;
}

.header-content button.abs#left1 {
    left: 0;
    transform: translate(-100%, -50%);
    top: 0%;
}

.header-content button.abs#left2 {
    transform: translate(-100%, -50%);
    left: 0;
    bottom: 0%;
}

.header-content button.abs#right1 {
    right: 0;
    transform: translate(80%, -50%);
    top: 0%;
}

.header-content button.abs#right2 {
    right: 0;
    transform: translate(80%, -50%);
    bottom: 0%;
}
header .grid {
    width: 100%;
    background-image: linear-gradient(to right, rgb(52, 52, 52) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(52, 52, 52) 1px, transparent 1px);
    background-size: 150px 150px;
    position: absolute;
    max-width: 960px;
    height: 100%;
    max-height: 700px;
}

header .grid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, #010101 90%);
    bottom: 0;
    right: 0;
}

.header-content.big h1 {
    display: flex;
    flex-direction: column;
    font-size: 130px;
    align-items: center;
    position: relative;
    z-index: 9;
}

.header-content.big h1 span {
    z-index: 9;
    position: relative;
}

.header-content.big span:nth-child(1) {
    margin-right: auto;
}

.header-content.big span:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
}

.header-content.big span:nth-child(3) {
    margin-left: auto;
}

span.green {
    color: #a7f15f;
}

.header-content p {
    font-size: 20px;
    margin-bottom: 0;
    color: #a1a1a1;
}

.header-info {
    position: absolute;
    background-color: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    visibility: hidden;
    transition: all 300ms ease 150ms;
    max-height: 0%;
}

.header-info span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    opacity: 0;
    transition: all 300ms ease 0ms;
    padding: 10px;
    left: 50%;
    right: 50%;
}

h1 span.black {
    position: relative;
}

h1 span.black:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 35%;
    background-color: #ecf9d4;
    bottom: 0;
    z-index: 1;
    transition: all 300ms ease;
    left: -10px;
    display: none;
}

h1 span.black:hover:after {
    width: 100%;
}

h1 span.black:hover .header-info {
    visibility: visible;
    transition: all 300ms ease 0ms;
    max-height: 150px;
}

h1 span.black:hover .header-info span {
    opacity: 1;
    transition: all 300ms ease 150ms;
}

.c-scrolldown {
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 3;
    display: none;
}

.c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #c0c0c09f 50%, rgba(195, 48, 48, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
    0% {
        background-position: 0 -60px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 60px;
    }
}

.next {
    position: absolute;
    bottom: 35px;
    z-index: 2;
}

.spinner {
    animation: rotator 3s linear infinite;
}

.spinner-arrow {
    animation: vertical-translate 3s ease-out infinite;
    position: absolute;
    margin-top: -12px;
    left: 19px;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(250deg);
    }
}

.spinner .path {
    stroke-dasharray: 245;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: #8f8f8f;
    animation: dash 3s linear infinite;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 245;
    }

    70% {
        stroke-dashoffset: 61.25;
        transform: rotate(205deg);
    }

    100% {
        stroke-dashoffset: 245;
        transform: rotate(540deg);
    }
}

@keyframes vertical-translate {
    0% {
        opacity: 0;
        top: -20%;
    }

    25% {
        opacity: 1;
        top: 50%;
    }

    75% {
        opacity: 1;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 120%;
    }
}

@-webkit-keyframes dot {
    0% {
        left: 0;
    }

    50% {
        left: 88px;
    }

    100% {
        left: 0;
    }
}

@keyframes dot {
    0% {
        left: 0;
    }

    50% {
        left: 88px;
    }

    100% {
        left: 0;
    }
}

.btn-box {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.btn-box button:nth-child(1) {
    margin-right: 10px;
}

.btn-box button:nth-child(2) {
    margin-left: 10px;
}

/* NAV */
nav {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    min-height: 80px;
    mix-blend-mode: difference;
}

nav.scrolled.toggled {
}

nav.toggled {
    position: fixed;
}

.nav-content {
    display: flex;
    width: 95%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 1640px;
}

nav .logo {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 10px 10px 10px 0px;
    cursor: pointer;
}

nav .logo a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: 2px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    font-weight: 300;
}

nav .logo a span {
    color: #a7f15f;
}

nav.toggled .logo a {
}

nav ul.menu {
    display: none;
    padding-left: 0;
    margin-bottom: 0;
    color: #e5e5e5;
}

nav ul.menu li {
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 25px;
    padding-right: 25px;
}

nav ul.menu li.dot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

nav ul.menu li.dot:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #4b4e51;
    position: absolute;
    border-radius: 100%;
}

nav ul.menu li a {
    color: #8b8b8b;
    transition: all 300ms ease 0ms;
    padding-bottom: 10px;
}

nav ul.menu li a:hover {
    color: #fff;
}

nav ul.menu li a.active {
    color: #fff;
    letter-spacing: 2px;
    border-bottom: 2px solid #d3f36b;
}

nav button {
    margin-top: 0;
}

nav .box {
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #000;
}

.burger {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 101;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.burger.toggled {
    transform: rotate(180deg);
}

.burger.toggled span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: -4px;
}

.burger.toggled span:nth-child(2) {
    transform: rotate(-45deg);
}

.burger span {
    width: 35px;
    background-color: #fff;
    height: 2px;
    transition: all .9s cubic-bezier(.645, .045, .355, 1);
    margin: 2px 0 2px auto;
}

nav.toggled .burger span {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.menu {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: z-index 10ms ease 2s;
    visibility: hidden;
}

.menu.toggled {
    z-index: 96;
    transition: z-index 10ms ease 0s;
    visibility: visible;
}

.menu-line {
    display: flex;
    justify-content: center;
    transform: translateY(-100%);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
    border-right: 1px solid rgba(125, 125, 125, 0.55);
    flex-direction: column;
    align-items: flex-start;
}

.menu-line.toggled {
    transform: translateY(0%);
}

.menu-line:nth-child(1) {
    transition-delay: 100ms;
}

.menu-line:nth-child(2) {
    transition-delay: 150ms;
}

.menu-line:nth-child(3) {
    transition-delay: 200ms;
}

.menu-line:nth-child(4) {
    transition-delay: 250ms;
}

.menu-line ul {
    padding-left: 0;
    margin-bottom: 0;
}

.menu-line ul li {
    list-style-type: none;
    line-height: 2;
    transform: translateX(-150%);
    transition: transform .6s cubic-bezier(.645, .045, .355, 1), opacity .6s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.menu-line.toggled ul li {
    transform: translateX(0%);
    opacity: 1;
}

.menu-line.toggled ul li:nth-child(1) {
    transition-delay: 550ms;
}

.menu-line.toggled ul li:nth-child(2) {
    transition-delay: 700ms;
}

.menu-line.toggled ul li:nth-child(3) {
    transition-delay: 850ms;
}

.menu-line ul li:nth-child(4) {
    margin-bottom: 45px;
}

.menu-line.toggled ul li:nth-child(4) {
    transition-delay: 1000ms;
}

.menu-line.toggled ul li:nth-child(5) {
    transition-delay: 1150ms;
}

.menu-line ul li:nth-child(6) {
    margin-bottom: 45px;
}

.menu-line.toggled ul li:nth-child(6) {
    transition-delay: 1300ms;
}

.menu-line.toggled ul li:nth-child(7) {
    transition-delay: 1450ms;
}

.menu-line.toggled ul li:nth-child(8) {
    transition-delay: 1600ms;
}

.menu-line.toggled ul li:nth-child(9) {
    transition-delay: 1750ms;
}

.menu-line ul li a {
    font-size: 38px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    color: #0B0B0B;
    font-weight: 700;
}

.menu-line ul li a.contact-me {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.menu-line ul li a:hover {
    color: #a7f15f;
}

.menu-line .soc-icon {
    font-size: 12px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.menu-line .soc-icon img {
    filter: invert(1);
    max-width: 20px;
    max-height: 20px;
    transition: all 300ms ease 0ms;
    margin-right: 7px;
    margin-bottom: 1px;
}

/* FOOTER */
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    background-repeat: repeat;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #010101;
    margin-top: 0px;
}

.footer-content {
    color: #fff;
    width: 95%;
    max-width: 1440px;
    text-align: center;
}

footer h3.quote {
    line-height: 1.8;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 115px;
    font-weight: 400;
}

footer ul.info {
}

footer ul.info li {
    display: grid;
    margin-bottom: 15px;
    font-size: 14px;
}

footer ul.info li small {
    font-size: 10px;
    color: #9b94d3;
}

footer h3 a {
    color: #a7f15f;
    position: relative;
    text-decoration: underline;
}

footer h3 {
    font-weight: 600;
    font-size: 42px;
}

footer ul.social-icons {
    padding-left: 0;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-bottom: 0;
}

footer ul.social-icons li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}

footer ul.social-icons li:hover a img {
    opacity: 1;
}

footer ul.social-icons li a {
    transition: all 300ms ease 0ms;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

footer ul.social-icons li a img {
    max-width: 20px;
    max-height: 20px;
    transition: all 300ms ease 0ms;
    margin-right: 7px;
    margin-bottom: 1px;
}

footer ul.social-icons li a:hover {
    color: #a7f15f;
}

.copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 85px;
    border-top: 1px solid #5e5e5e;
    padding-top: 25px;
}

.copy p {
    color: #a1a1a1;
    font-size: 12px;
}

/* SERVICES */
.services {
    padding-top: 120px;
    padding-bottom: 120px;
    color: #24282c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#projects {
    background-color: #000;
    color: #fff;
    transition: all 0.5s ease;
    margin: 0 auto 80px;
    width: 100%;
    box-sizing: border-box;
}

#projects.shrink {
    transform: scale(0.95);
    padding: 0 0px;
    border-radius: 25px;
}

#services {
    padding-top: 160px;
}

#services .service-box h2 {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    margin-bottom: 20px;
}

.services-content {
    max-width: 1440px;
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.service-box {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    position: relative;
    padding-left: 0;
}

#services .service-box {
    padding-right: 35px;
    padding-left: 15px;
}

#services .service-box:nth-of-type(3) .info {
    border-right: none;
}

#services .service-box .info {
    border-right: 1px solid rgba(125, 125, 125, 0.55);
    padding-right: 35px;
    padding-bottom: 0;
}

.service-box .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 25px;
    color: #0B0B0B;
    width: 100%;
}

.service-box .info p {
    color: #8b8b8b;
    margin-bottom: 0;
}

.service-box:hover .info {
}

.service-box h3 {
    top: 25px;
    z-index: 2;
    left: 40px;
    padding-right: 25px;
    margin-bottom: 18px;
    font-size: 38px;
}

.service-box img {
    max-width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.service-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}

.service-box a img {
    max-width: 12px;
    max-height: 12px;
    margin-bottom: 0;
    transition: all 300ms ease 0ms;
}

.service-box a:hover img {
    position: relative;
}

.service-box span {
    color: #8b8b8b;
    font-size: 14px;
    letter-spacing: 0px;
}

.service-box ul {
    display: flex;
}

.service-box ul li {
    padding: 4px 10px;
    color: #a5a5a5;
    border: 1px solid #b1b1b1;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 7px;
    font-weight: 500;
    line-height: 1;
}

/* dasd */
.reveal {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.quote {
    text-align: center;
}

.quote-line {
    overflow: hidden;
    font-family: var(--ff-serif);
    font-size: var(--fs-xl);
    font-weight: 700;
}

.quote-line span {
    display: inline-block;
}

.quote-line:first-of-type span::before {
    content: open-quote;
}

.quote-line:last-of-type span::after {
    content: close-quote;
}

/* MOBILE */
@media (max-width:767px) {
    #loader1 {
    background-color: #fff;
    z-index: 10003;
}

#loader2 {
    display:none;
}

#loader3 {
    display:none;
}

#loader4 {
    display:none;
}

header {
    min-height: 70vh;}
	.header-content.big h1 {
	    font-size: 60px;
	}
	.header-content button.abs {
	display:none;
}
#message-form {
width:330px !important;
}
.header-content.big {
	 padding: 35px 25px !important;
}
.services .sidebar {
position:relative !important;top:0!important;    text-align: center;
}
.notification {
width:330px !important;
}
    .copy {
        flex-direction: column;
        margin-top: 70px;
    }

    .int h2 a:after {
        display: none;
    }

    .int-content {
        flex-direction: column !important;
    }

    .int button {
        margin-top: 40px;
    }

    .int {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .int h2 {
        font-size: 38px !important;
        text-align: center;
    }

    footer ul.social-icons li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .loader-text span::before {
        font-size: 48px !important;
    }

    h1 {
        font-size: 38px;
    }

    .header-content {
        max-width: 90%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .headline h2 {
        margin-bottom: 25px;
    }

    .headline {
        margin-bottom: 45px;
    }

    #services .service-box .info {
        border: none;
        padding-right: 0;
    }

    #services .service-box {
        padding-right: 15px;
    }

    .header-content p {
        font-size: 16px;
    }

    .menu-line:nth-child(1) {
        display: none;
    }

    .menu-line:nth-child(2) {
        transition-delay: 150ms;
    }

    .menu-line:nth-child(3) {
        display: none;
    }

    .menu-line:nth-child(4) {
        display: none;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px !important;
    }

    .service-box {
        margin-bottom: 35px;
    }

    #services .service-box:nth-of-type(4) {
        margin-bottom: 0;
    }

    #services {
        padding-bottom: 0;
    }

    .services {
        padding-top: 80px !important;
        padding-bottom: 110px;
    }

    footer h3.quote {
        font-size: 16px;
        margin-bottom: 50px;
    }

    footer ul.social-icons {
        margin-top: 25px;
        padding-left: !important;
    }

    footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    footer ul.social-icons li a {
        font-size: 12px;
    }

    .menu-line .soc-icon {
        font-size: 12px;
    }

    p {
        font-size: 14px;
    }

    .nav-content {
        max-width: 350px;
    }

    .progress {
        width: 60% !important;
        background-size: 0 100%;
    }
}

/* SLIDER */
.progress {
    display: block;
    width: 90%;
    height: 3px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d7d7d7;
    background-image: linear-gradient(to right, rgb(167, 241, 95) 0%, rgb(167, 241, 95) 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1) !important;
    position: relative;
}

.slider-content {
    padding: 0px;
    width: 95%;
    position: relative;
    margin-top: auto;
    max-width: 1440px;
    display: none;
}

.slider {
    margin-top: 0;
    margin-bottom: 35px;
    width: 100%;
}

.slide-around {
    padding-left: 20px;
    padding-right: 20px;
}

.slider .service-box {
    margin-bottom: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

button.slick-prev,
button.slick-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    margin-top: 0 !important;
    z-index: 3 !important;
    border-radius: 100%;
    background-color: #100a3e !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center center;
    top: auto;
    bottom: -87px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.slider-content .block {
    background-color: #f4f4f4;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 2;
    display: none;
}

#block1 {
}

#block2 {
    right: 0;
}

.slick-left,
.slick-right {
    width: 50px;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: -60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    border-radius: 40px;
}

.slick-left:hover,
.slick-right:hover {
    background-color: #a7f15f;
}

.slick-left {
    right: 60px;
}

.slick-right {
    right: 0;
}

.slick-left .first,
.slick-right .first {
    position: absolute;
}

.slick-left .second,
.slick-right .second {
    position: absolute;
}

.slick-left .first {
    transform: translateX(0%);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .4s cubic-bezier(.645, .045, .355, 1) 0ms;
    opacity: 1;
}

.slick-left .second {
    transform: translateX(150%);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .4s cubic-bezier(.645, .045, .355, 1) 0ms;
    opacity: 0;
}

.slick-left:hover .first {
    transform: translateX(-150%);
    opacity: 0;
}

.slick-left:hover .second {
    transform: translateX(0%);
    opacity: 1;
}

.slick-right .first {
    transform: translateX(0%);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .4s cubic-bezier(.645, .045, .355, 1) 0ms;
    opacity: 1;
}

.slick-right .second {
    transform: translateX(-150%);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .4s cubic-bezier(.645, .045, .355, 1) 0ms;
    opacity: 0;
}

.slick-right:hover .first {
    transform: translateX(150%);
    opacity: 0;
}

.slick-right:hover .second {
    transform: translateX(0%);
    opacity: 1;
}

/* LOADER */
.loader.loaded {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 400ms ease-in-out;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader1 {
    background-color: #fff;
    z-index: 10003;
}

#loader2 {
    background-color: #010101;
    z-index: 10002;
}

#loader3 {
    transform: translateX(0%);
    z-index: 10004;
    background-color: #010101;
    overflow: hidden;
}

#loader4 {
    background-color: #fff;
    z-index: 10001;
}

.loader img {
    max-width: 200px;
}

.loader-text span::before {
    content: '';
    font-size: 60px;
    color: #fff;
    animation: profile 1600ms infinite;
    position: relative;
    z-index: 3;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.loader-text {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@keyframes profile {
    0% {
        content: 'FurgalofTeam';
    }

    50% {
        content: 'Česko';
    }

    100% {
        content: '2017-2025';
    }
}

/* -------------------------- CONTACT -------------------------- */
header#contact {
    min-height: 350px;
}

header#contact h1 {
    margin-bottom: 0px;
}

.contact {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #24282c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-content {
    max-width: 1440px;
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-box.left {
}

.contact-box.right {
    position: sticky;
    top: 100px;
    color: #fff;
    background-color: #010101;
    padding: 50px 45px 65px;
    border-radius: 20px;
}

.contact-box h2 {
    margin-bottom: 20px;
    font-size: 32px;
}

.contact-box.right h2 {
    margin-bottom: 35px;
}

.contact-box ul {
    margin-bottom: 45px;
}

.contact-box ul.bigger li {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.contact-box ul.bigger li img {
    margin-right: 10px;
}

.contact-box ul li {
    line-height: 2.0;
    font-size: 18px;
    flex-direction: column;
    color: #8b8b8b;
}

.contact-box ul li b {
    color: #000;
}

.contact-box ul li small {
    font-size: 14px;
    line-height: 0;
    position: relative;
    top: -10px;
}

form {
    display: flex;
    flex-wrap: wrap;
}

.form-check {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    position: relative;
}

.form-check label {
    margin-left: 13px;
    padding-left: 0;
    font-size: 14px;
    color: #8b8b8b;
}

.input-around {
    margin-bottom: 25px;
    position: relative;
    width: 33.333333%;
}

.input-around.full-w {
    width: 100% !important;
}

.textarea-around {
    width: 100% !important;
}

.input-around:nth-child(1) {
    padding-right: 15px;
}

.input-around:nth-child(2) {
    padding-right: 15px;
}

.input-around input {
    min-height: 45px;
    border: 2px solid #1f1f1f;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    padding: 14px;
    font-size: 14px;
    background-color: #1f1f1f;
    color: #8b8b8b;
}

.input-around label {
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #a7f15f;
    background-color: #1f1f1f;
    outline: none;
    color: #8b8b8b;
}

.input-around input::placeholder,
.input-around textarea::placeholder {
    font-size: 14px;
    color: #8b8b8b;
    font-family: 'Inter', sans-serif !important;
}

.input-around textarea {
    min-height: 55px;
    border: 2px solid #1f1f1f;
    border-radius: 12px;
    padding: 14px;
    color: #8b8b8b;
    background-color: #1f1f1f;
}

.input-around textarea:focus {
    box-shadow: none;
    border-color: #a7f15f;
    background-color: #1f1f1f;
    outline: none;
}

/* CHECKBOX */
/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #ababab;
    border-radius: 8px;
    top: 14px;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    border-color: #a7f15f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* HEY */
a span.hey {
    position: absolute;
    color: #000;
    font-size: 12px;
    padding: 5px 15px;
    top: 210%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    font-weight: 600;
    border-radius: 30px;
    background-color: #a7f15f;
}

a:hover span.hey {
    opacity: 1;
    margin-top: 0;
    top: 200%;
    visibility: visible;
}

a span.hey:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #a7f15f;
    clear: both;
    top: -5px;
}

/* VALIDATION */
.input-around small {
    color: #e74c3c;
    position: relative;
    bottom: 0;
    left: 0;
    display: none;
    margin-top: 4px;
}

.input-around.error small {
    display: flex;
}

.input-around.success input {
    border-color: #2ecc71;
}

.input-around.error input {
    border-color: #e74c3c;
}

form .btn {
}

align-content: {
}

/* SERVICE PAGE */
.services-page {
    padding-top: 100px;
    padding-bottom: 50px;
    color: #24282c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.services-page-content {
    max-width: 1440px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-page-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-page-box img {
    max-width: 100%;
}

.services-page-box p {
    color: #8b8b8b;
}

/* INTEREST SECTION */
.int {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a7f15f;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.int-content {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    width: 95%;
    max-width: 1440px;
    position: relative;
    text-align: left;
}

.int button {
    background-color: transparent;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    border: 2px solid #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.int button:after {
    content: "";
    width: 0%;
    height: 0%;
    background-color: #000;
    position: absolute;
    border-radius: 100%;
    transition: all 300ms ease;
}

.int:hover button:after {
    width: 100%;
    height: 100%;
}

.int:hover button img {
    filter: invert(1);
}

.int a {
    width: 100%;
    position: absolute;
    height: 100%;
}

.int h2 {
    font-size: 70px;
    margin-bottom: 0;
}

.int h2 a {
    position: relative !important;
}

.int h2 a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    /* Å Ã­Å™ka linky nastavena na 100% */
    height: 2px;
    background-color: #000;
    transform: scaleX(0);

    /* PouÅ¾ije scale transformaci pro zmenÅ¡enÃ­ */
    transform-origin: right;

    /* ZaÄÃ¡tek transformace z pravÃ© strany */
    transition: transform 0.3s ease-in-out;

    /* Animace transformace */
}

.int:hover h2 a:after {
    transform: scaleX(1);

    /* ZvÄ›tÅ¡Ã­ linku na plnou Å¡Ã­Å™ku */
    transform-origin: left;

    /* Po najetÃ­ myÅ¡i zmÄ›nÃ­ poÄÃ¡teÄnÃ­ bod na levÃ½ */
}

.int button img {
    transform: rotate(-45deg);
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.int a span.hey {
    color: #a7f15f;
    background-color: #000;
    top: 160%;
}

.int a:hover span.hey {
    top: 140%;
}

.int a span.hey:after {
    border-bottom: 6px solid #000;
}

/* PORTFOLIO */
.portfolio-content {
    padding: 0px;
    width: 95%;
    position: relative;
    margin-top: auto;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.portfolio-box {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 10px;
}

.portfolio-box a {
    cursor: none;
}

.portfolio-box-inner {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.portfolio-box .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.portfolio-box .overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 2%, rgba(0, 0, 0, 0) 63%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.portfolio-box:hover .overlay2 {
    transform: translateY(0%);
}

.portfolio-box:hover img {
    transform: scale(1.1);
}

.portfolio-box:hover .info {
    transform: translateY(0px);
}

.portfolio-box:hover .arrow {
    opacity: 1;
    transform: translateX(20px);
}

.portfolio-box img {
    width: 100%;
    transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

.portfolio-box .info {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0px;
    right: 0px;
    padding: 15px 25px;
    transform: translateY(30px);
    transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

.portfolio-box .info h3 {
    font-weight: 500;
}

.portfolio-box .info ul {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-box .info ul li {
    padding: 4px 10px;
    color: #dbdbdb;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 7px;
    font-weight: 500;
    line-height: 1;
}

.portfolio-box .arrow {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1) 150ms, transform 0.9s cubic-bezier(0.25, 1, 0.5, 1) 00ms;
}

.portfolio-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
flex-wrap: wrap;
}

.portfolio-button button {
    margin-left: 5px;
    margin-right: 5px;
}

    font-family: 'Inter', sans-serif;
}

.main-content {
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #cccccc;
}

*::-webkit-scrollbar-thumb {
    background-color: #a7f15f;
    border-radius: 15px;
}

::-moz-selection {
    background-color: rgba(211, 243, 107, 0.85);
}

::selection {
    background-color: rgba(211, 243, 107, 0.85);
}

/* CURSOR */
.cursor {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    user-select: none;
    pointer-events: none;
    z-index: 109;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -90px;
    margin-top: -90px;
    transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1) ;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.3);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

.cursor:after {
    content: "";
    font-weight: 600;
}

.cursor.active {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms cubic-bezier(0.25, 1, 0.5, 1), transform 400ms cubic-bezier(0.25, 1, 0.5, 1) 150ms;
}

.cursor.active2 {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.active3 {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: fixed;
    width: 100vw;
    height: 100vh;
    border-radius: 50%;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1) transform, 0.4s cubic-bezier(0.25, 1, 0.5, 1) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at center, rgb(167, 241, 95) 0%, rgba(167, 241, 95, 0.40) 20%, rgba(0, 0, 0, 0) 70%);
    top: 0;
    left: 0;
}


.cursor-follower .cursor-text {
    opacity: 0;
    display: none;
}

.cursor-follower .cursor-text2 {
    opacity: 0;
    display: none;
}

.cursor-follower .cursor-text3 {
    opacity: 0;
    display: none;
}

.cursor-follower.active .cursor-text {
    opacity: 1;
    font-size: 4px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.cursor-follower.active2 .cursor-text2 {
    opacity: 1;
    font-size: 4px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.cursor-follower.active3 .cursor-text3 {
    opacity: 1;
    font-size: 4px;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(3);
}

.cursor-follower.active2 {
    opacity: 0.7;
    transform: scale(3);
}

.cursor-follower.active3 {
    opacity: 0.7;
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.link {
    cursor: none;
}

/* MAIN */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 90px;
    margin-bottom: 35px;
    position: relative;
    line-height: 1.2;
}

h2 {
    font-size: 44px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
}

h3 {
    font-size: 36px;
}

h4 {
}

h5 {
    text-transform: uppercase;
    color: #d3f36b;
    font-size: 14px;
}

b {
    font-weight: 600;
}

p {
    line-height: 2.0;
    font-weight: 500;
    font-size: 18px;
}

a {
    color: inherit;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: inherit;
}

span.black {
    position: relative;
}

.headline {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 45px;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
}

.headline.big {
    flex-direction: column;
    margin-top: 60px;
}

.headline.big p {
    font-size: 22px;
}

.headline.big p a {
    text-decoration: underline;
}

.headline .left {
}

.headline h2 {
    margin-bottom: 0;
    line-height: 1;
}

.headline .right {
}

.headline .right p {
    margin-bottom: 0;
    color: #8b8b8b;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style-type: none;
    font-weight: 500;
}

/* BUTTON */
button.light {
    border: none;
    outline: none;
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    transition: all .6s cubic-bezier(.645, .045, .355, 1) !important;
    margin-top: 20px;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

button.light:hover {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

button.dark {
    background-color: #101010 !important;
    color: #fff !important;
}

button.dark .arrows {
    background-color: #fff;
}

button.dark .arrows svg {
    filter: invert(1);
}

button.light img {
    max-width: 16px !important;
    max-height: 16px !important;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: !important;
    margin-top: 3px;
    margin-bottom: 0px !important;
    margin-left: 8px;
}

button.light:hover img {
    margin-left: 14px;
}

button.light .text {
    font-weight: 700;
    color: #000 !important;
    z-index: 2;
    position: relative;
    letter-spacing: 0px;
}

.contact-btn {
    background-color: #101010;
    padding: 12px 35px;
    margin-top: 30px;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all 300ms ease 0ms;
    color: #fff;
}

.contact-btn:hover {
    background-color: #e1f8b5;
    color: #000;
}

button.btn {
    background-color: #a7f15f;
    color: #000;
    padding: 13px 30px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    font-weight: 500;
}

button.btn.light {
    background-color: transparent;
    color: #fff;
}

button.btn.light:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    /* Å Ã­Å™ka linky nastavena na 100% */
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);

    /* PouÅ¾ije scale transformaci pro zmenÅ¡enÃ­ */
    transform-origin: right;

    /* ZaÄÃ¡tek transformace z pravÃ© strany */
    transition: transform 0.3s ease-in-out;

    /* Animace transformace */
}

button.btn.light:hover:after {
    transform: scaleX(1);

    /* ZvÄ›tÅ¡Ã­ linku na plnou Å¡Ã­Å™ku */
    transform-origin: left;

    /* Po najetÃ­ myÅ¡i zmÄ›nÃ­ poÄÃ¡teÄnÃ­ bod na levÃ½ */
}

button.btn.grey {
    background-color: #dcdcdc;
}

button.w-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px 8px 25px;
    border-radius: 12px;
}

button.btn:hover {
}

.btn .arrows {
    background-color: #000;
    color: #fff;
    padding: 4px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-left: 25px;
}

.btn .arrows svg {
    height: 18px;
    position: absolute;
    margin-left: -1px;
    transition: all 300ms ease-in-out;
}

.btn .arrows svg:nth-child(1) {
    transform: translateX(0%);
    opacity: 1;
}

.btn:hover .arrows svg:nth-child(1) {
    transform: translateX(170%);
    opacity: 0;
}

.btn .arrows svg:nth-child(2) {
    transform: translateX(-170%);
    opacity: 0;
}

.btn:hover .arrows svg:nth-child(2) {
    transform: translateX(0%);
    opacity: 1;
}

/* HEADER */
header {
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 125px;
    padding-top: 100px;
    color: #fff;
    background-color: #010101;
    position: relative;
    overflow: hidden;
}

header button.light .text {
    color: #fff !important;
}

header button.light img {
    filter: invert(1);
}

.header-content {
    max-width: 760px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.header-content.big {
    max-width: 960px;
    padding: 35px 100px;
    position: relative;
    width: 100%;
}

.header-content button.abs {
    position: absolute;
    background: transparent;
    border-radius: 12px;
    color: #fff;
    padding: 18px 35px;
    box-shadow: inset 0 0 12px #373737;
}

.header-content button.abs:hover {
    box-shadow: inset 0 0 15px #a7f15f;
}

.header-content button.abs#left1 {
    left: 0;
    transform: translate(-100%, -50%);
    top: 0%;
}

.header-content button.abs#left2 {
    transform: translate(0%, 50%);
    left: 0;
    bottom: 0%;
}

.header-content button.abs#right1 {
    right: 0;
    transform: translate(80%, -50%);
    top: 50%;
}

header .grid {
    width: 100%;
    background-image: linear-gradient(to right, rgb(52, 52, 52) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(52, 52, 52) 1px, transparent 1px);
    background-size: 150px 150px;
    position: absolute;
    max-width: 960px;
    height: 100%;
    max-height: 700px;
}

header .grid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, #010101 90%);
    bottom: 0;
    right: 0;
}

.header-content.big h1 {
    display: flex;
    flex-direction: column;
    font-size: 130px;
    align-items: center;
    position: relative;
    z-index: 9;
}

.header-content.big h1 span {
    z-index: 9;
    position: relative;
}

.header-content.big span:nth-child(1) {
    margin-right: auto;
}

.header-content.big span:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
}

.header-content.big span:nth-child(3) {
    margin-left: auto;
}

span.green {
    color: #a7f15f;
}

.header-content p {
    font-size: 20px;
    margin-bottom: 0;
    color: #a1a1a1;
}

.header-info {
    position: absolute;
    background-color: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    visibility: hidden;
    transition: all 300ms ease 150ms;
    max-height: 0%;
}

.header-info span {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    opacity: 0;
    transition: all 300ms ease 0ms;
    padding: 10px;
    left: 50%;
    right: 50%;
}

h1 span.black {
    position: relative;
}

h1 span.black:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 35%;
    background-color: #ecf9d4;
    bottom: 0;
    z-index: 1;
    transition: all 300ms ease;
    left: -10px;
    display: none;
}

h1 span.black:hover:after {
    width: 100%;
}

h1 span.black:hover .header-info {
    visibility: visible;
    transition: all 300ms ease 0ms;
    max-height: 150px;
}

h1 span.black:hover .header-info span {
    opacity: 1;
    transition: all 300ms ease 150ms;
}

.c-scrolldown {
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 3;
    display: none;
}

.c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #c0c0c09f 50%, rgba(195, 48, 48, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
    0% {
        background-position: 0 -60px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 60px;
    }
}

.next {
    position: absolute;
    bottom: 35px;
    z-index: 2;
}

.spinner {
    animation: rotator 3s linear infinite;
}

.spinner-arrow {
    animation: vertical-translate 3s ease-out infinite;
    position: absolute;
    margin-top: -12px;
    left: 19px;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(250deg);
    }
}

.spinner .path {
    stroke-dasharray: 245;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: #8f8f8f;
    animation: dash 3s linear infinite;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 245;
    }

    70% {
        stroke-dashoffset: 61.25;
        transform: rotate(205deg);
    }

    100% {
        stroke-dashoffset: 245;
        transform: rotate(540deg);
    }
}

@keyframes vertical-translate {
    0% {
        opacity: 0;
        top: -20%;
    }

    25% {
        opacity: 1;
        top: 50%;
    }

    75% {
        opacity: 1;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 120%;
    }
}

@-webkit-keyframes dot {
    0% {
        left: 0;
    }

    50% {
        left: 88px;
    }

    100% {
        left: 0;
    }
}

@keyframes dot {
    0% {
        left: 0;
    }

    50% {
        left: 88px;
    }

    100% {
        left: 0;
    }
}

.btn-box {
    margin-top: 45px;
    display: flex;
    justify-content: center;
}

.btn-box button:nth-child(1) {
    margin-right: 10px;
}

.btn-box button:nth-child(2) {
    margin-left: 10px;
}

/* NAV */
nav {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    min-height: 80px;
    mix-blend-mode: difference;
}

nav.scrolled.toggled {
}

nav.toggled {
    position: fixed;
}

.nav-content {
    display: flex;
    width: 95%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 1640px;
}

nav .logo {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 10px 10px 10px 0px;
    cursor: pointer;
}

nav .logo a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: 2px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    font-weight: 300;
}

nav .logo a span {
    color: #a7f15f;
}

nav.toggled .logo a {
}

nav ul.menu {
    display: none;
    padding-left: 0;
    margin-bottom: 0;
    color: #e5e5e5;
}

nav ul.menu li {
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 25px;
    padding-right: 25px;
}

nav ul.menu li.dot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

nav ul.menu li.dot:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #4b4e51;
    position: absolute;
    border-radius: 100%;
}

nav ul.menu li a {
    color: #8b8b8b;
    transition: all 300ms ease 0ms;
    padding-bottom: 10px;
}

nav ul.menu li a:hover {
    color: #fff;
}

nav ul.menu li a.active {
    color: #fff;
    letter-spacing: 2px;
    border-bottom: 2px solid #d3f36b;
}

nav button {
    margin-top: 0;
}

nav .box {
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #000;
}

.burger {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 101;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.burger.toggled {
    transform: rotate(180deg);
}

.burger.toggled span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: -4px;
}

.burger.toggled span:nth-child(2) {
    transform: rotate(-45deg);
}

.burger span {
    width: 35px;
    background-color: #fff;
    height: 2px;
    transition: all .9s cubic-bezier(.645, .045, .355, 1);
    margin: 2px 0 2px auto;
}

nav.toggled .burger span {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.menu {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: z-index 10ms ease 2s;
    visibility: hidden;
}

.menu.toggled {
    z-index: 96;
    transition: z-index 10ms ease 0s;
    visibility: visible;
}

.menu-line {
    display: flex;
    justify-content: center;
    transform: translateY(-100%);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
    border-right: 1px solid rgba(125, 125, 125, 0.55);
    flex-direction: column;
    align-items: flex-start;
}

.menu-line.toggled {
    transform: translateY(0%);
}

.menu-line:nth-child(1) {
    transition-delay: 100ms;
}

.menu-line:nth-child(2) {
    transition-delay: 150ms;
}

.menu-line:nth-child(3) {
    transition-delay: 200ms;
}

.menu-line:nth-child(4) {
    transition-delay: 250ms;
}

.menu-line ul {
    padding-left: 0;
    margin-bottom: 0;
}

.menu-line ul li {
    list-style-type: none;
    line-height: 2;
    transform: translateX(-150%);
    transition: transform .6s cubic-bezier(.645, .045, .355, 1), opacity .6s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.menu-line.toggled ul li {
    transform: translateX(0%);
    opacity: 1;
}

.menu-line.toggled ul li:nth-child(1) {
    transition-delay: 550ms;
}

.menu-line.toggled ul li:nth-child(2) {
    transition-delay: 700ms;
}

.menu-line.toggled ul li:nth-child(3) {
    transition-delay: 850ms;
}

.menu-line ul li:nth-child(4) {
    margin-bottom: 45px;
}

.menu-line.toggled ul li:nth-child(4) {
    transition-delay: 1000ms;
}

.menu-line.toggled ul li:nth-child(5) {
    transition-delay: 1150ms;
}

.menu-line ul li:nth-child(6) {
    margin-bottom: 45px;
}

.menu-line.toggled ul li:nth-child(6) {
    transition-delay: 1300ms;
}

.menu-line.toggled ul li:nth-child(7) {
    transition-delay: 1450ms;
}

.menu-line.toggled ul li:nth-child(8) {
    transition-delay: 1600ms;
}

.menu-line.toggled ul li:nth-child(9) {
    transition-delay: 1750ms;
}

.menu-line ul li a {
    font-size: 38px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    color: #0B0B0B;
    font-weight: 700;
}

.menu-line ul li a.contact-me {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.menu-line ul li a:hover {
    color: #a7f15f;
}

.menu-line .soc-icon {
    font-size: 12px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.menu-line .soc-icon img {
    filter: invert(1);
    max-width: 20px;
    max-height: 20px;
    transition: all 300ms ease 0ms;
    margin-right: 7px;
    margin-bottom: 1px;
}

/* FOOTER */
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    background-repeat: repeat;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #010101;
    margin-top: 0px;
}

.footer-content {
    color: #fff;
    width: 95%;
    max-width: 1440px;
    text-align: center;
}

footer h3.quote {
    line-height: 1.8;
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 115px;
    font-weight: 400;
}

footer ul.info {
}

footer ul.info li {
    display: grid;
    margin-bottom: 15px;
    font-size: 14px;
}

footer ul.info li small {
    font-size: 10px;
    color: #9b94d3;
}

footer h3 a {
    color: #a7f15f;
    position: relative;
    text-decoration: underline;
}

footer h3 {
    font-weight: 600;
    font-size: 42px;
}

footer ul.social-icons {
    padding-left: 0;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-bottom: 0;
}

footer ul.social-icons li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}

footer ul.social-icons li:hover a img {
    opacity: 1;
}

footer ul.social-icons li a {
    transition: all 300ms ease 0ms;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

footer ul.social-icons li a img {
    max-width: 20px;
    max-height: 20px;
    transition: all 300ms ease 0ms;
    margin-right: 7px;
    margin-bottom: 1px;
}

footer ul.social-icons li a:hover {
    color: #a7f15f;
}

.copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 85px;
    border-top: 1px solid #5e5e5e;
    padding-top: 25px;
}

.copy p {
    color: #a1a1a1;
    font-size: 12px;
}

/* SERVICES */
.services {
    padding-top: 120px;
    padding-bottom: 120px;
    color: #24282c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#projects {
    background-color: #000;
    color: #fff;
    transition: all 0.5s ease;
    margin: 0 auto 80px;
    width: 100%;
    box-sizing: border-box;
}

#projects.shrink {
    transform: scale(0.95);
    padding: 0 0px;
    border-radius: 25px;
}

#services {
    padding-top: 160px;
}

#services .service-box h2 {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    margin-bottom: 20px;
}

.services-content {
    max-width: 1440px;
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.service-box {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    position: relative;
    padding-left: 0;
}

#services .service-box {
    padding-right: 35px;
    padding-left: 15px;
}

#services .service-box:nth-of-type(3) .info {
    border-right: none;
}

#services .service-box .info {
    border-right: 1px solid rgba(125, 125, 125, 0.55);
    padding-right: 35px;
    padding-bottom: 0;
}

.service-box .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 25px;
    color: #0B0B0B;
    width: 100%;
}

.service-box .info p {
    color: #8b8b8b;
    margin-bottom: 0;
}

.service-box:hover .info {
}

.service-box h3 {
    top: 25px;
    z-index: 2;
    left: 40px;
    padding-right: 25px;
    margin-bottom: 18px;
    font-size: 38px;
}

.service-box img {
    max-width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.service-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}

.service-box a img {
    max-width: 12px;
    max-height: 12px;
    margin-bottom: 0;
    transition: all 300ms ease 0ms;
}

.service-box a:hover img {
    position: relative;
}

.service-box span {
    color: #8b8b8b;
    font-size: 14px;
    letter-spacing: 0px;
}

.service-box ul {
    display: flex;
}

.service-box ul li {
    padding: 4px 10px;
    color: #a5a5a5;
    border: 1px solid #b1b1b1;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 7px;
    font-weight: 500;
    line-height: 1;
}

/* dasd */
.reveal {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.quote {
    text-align: center;
}

.quote-line {
    overflow: hidden;
    font-family: var(--ff-serif);
    font-size: var(--fs-xl);
    font-weight: 700;
}

.quote-line span {
    display: inline-block;
}

.quote-line:first-of-type span::before {
    content: open-quote;
}

.quote-line:last-of-type span::after {
    content: close-quote;
}

/* MOBILE */
@media (max-width:767px) {
    #loader1 {
    background-color: #fff;
    z-index: 10003;
}

#loader2 {
    display:none;
}

#loader3 {
    display:none;
}

#loader4 {
    display:none;
}

header {
    min-height: 70vh;}
	.header-content.big h1 {
	    font-size: 60px;
	}
	.header-content button.abs {
	display:none;
}
#message-form {
width:330px !important;
}
.header-content.big {
	 padding: 35px 25px !important;
}
.services .sidebar {
position:relative !important;top:0!important;    text-align: center;
}
.notification {
width:330px !important;
}
    .copy {
        flex-direction: column;
        margin-top: 70px;
    }

    .int h2 a:after {
        display: none;
    }

    .int-content {
        flex-direction: column !important;
    }

    .int button {
        margin-top: 40px;
    }

    .int {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .int h2 {
        font-size: 38px !important;
        text-align: center;
    }

    footer ul.social-icons li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .loader-text span::before {
        font-size: 48px !important;
    }

    h1 {
        font-size: 38px;
    }

    .header-content {
        max-width: 90%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .headline h2 {
        margin-bottom: 25px;
    }

    .headline {
        margin-bottom: 45px;
    }

    #services .service-box .info {
        border: none;
        padding-right: 0;
    }

    #services .service-box {
        padding-right: 15px;
    }

    .header-content p {
        font-size: 16px;
    }

    .menu-line:nth-child(1) {
        display: none;
    }

    .menu-line:nth-child(2) {
        transition-delay: 150ms;
    }

    .menu-line:nth-child(3) {
        display: none;
    }

    .menu-line:nth-child(4) {
        display: none;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px !important;
    }

    .service-box {
        margin-bottom: 35px;
    }

    #services .service-box:nth-of-type(4) {
        margin-bottom: 0;
    }

    #services {
        padding-bottom: 0;
    }

    .services {
        padding-top: 80px !important;
        padding-bottom: 110px;
    }

    footer h3.quote {
        font-size: 16px;
        margin-bottom: 50px;
    }

    footer ul.social-icons {
        margin-top: 25px;
        padding-left: !important;
    }

    footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    footer ul.social-icons li a {
        font-size: 12px;
    }

    .menu-line .soc-icon {
        font-size: 12px;
    }

    p {
        font-size: 14px;
    }

    .nav-content {
        max-width: 350px;
    }

    .progress {
        width: 60% !important;
        background-size: 0 100%;
    }
}

/* SLIDER */
.progress {
    display: block;
    width: 90%;
    height: 3px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d7d7d7;
    background-image: linear-gradient(to right, rgb(167, 241, 95) 0%, rgb(167, 241, 95) 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1) !important;
    position: relative;
}

.slider-content {
    padding: 0px;
    width: 95%;
    position: relative;
    margin-top: auto;
    max-width: 1440px;
    display: none;
}

.slider {
    margin-top: 0;
    margin-bottom: 35px;
    width: 100%;
}

.slide-around {
    padding-left: 20px;
    padding-right: 20px;
}

.slider .service-box {
    margin-bottom: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

button.slick-prev,
button.slick-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    margin-top: 0 !important;
    z-index: 3 !important;
    border-radius: 100%;
    background-color: #100a3e !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center center;
    top: auto;
    bottom: -87px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.slider-content .block {
    background-color: #f4f4f4;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 2;
    display: none;
}

#block1 {
}

#block2 {
    right: 0;
}

.slick-left,
.slick-right {
    width: 50px;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: -60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    border-radius: 40px;
}

.slick-left:hover,
.slick-right:hover {
    background-color: #a7f15f;
}

.slick-left {
    right: 60px;
}

.slick-right {
    right: 0;
}

.slick-left .first,
.slick-right .first {
    position: absolute;
}

.slick-left .second,
.slick-right .second {
    position: absolute;
}

.slick-left .first {
    transform: translateX(0%);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .4s cubic-bezier(.645, .045, .355, 1) 0ms;
    opacity: 1;
}

.slick-left .second {
    transform: translateX(150%);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .4s cubic-bezier(.645, .045, .355, 1) 0ms;
    opacity: 0;
}

.slick-left:hover .first {
    transform: translateX(-150%);
    opacity: 0;
}

.slick-left:hover .second {
    transform: translateX(0%);
    opacity: 1;
}

.slick-right .first {
    transform: translateX(0%);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .4s cubic-bezier(.645, .045, .355, 1) 0ms;
    opacity: 1;
}

.slick-right .second {
    transform: translateX(-150%);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .4s cubic-bezier(.645, .045, .355, 1) 0ms;
    opacity: 0;
}

.slick-right:hover .first {
    transform: translateX(150%);
    opacity: 0;
}

.slick-right:hover .second {
    transform: translateX(0%);
    opacity: 1;
}

/* LOADER */
.loader.loaded {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 400ms ease-in-out;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader1 {
    background-color: #fff;
    z-index: 10003;
}

#loader2 {
    background-color: #010101;
    z-index: 10002;
}

#loader3 {
    transform: translateX(0%);
    z-index: 10004;
    background-color: #010101;
    overflow: hidden;
}

#loader4 {
    background-color: #fff;
    z-index: 10001;
}

.loader img {
    max-width: 200px;
}

.loader-text span::before {
    content: '';
    font-size: 60px;
    color: #fff;
    animation: profile 1600ms infinite;
    position: relative;
    z-index: 3;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.loader-text {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@keyframes profile {
    0% {
        content: 'Loading.';
    }

    50% {
        content: 'Loading..';
    }

    100% {
        content: 'Loading...';
    }
}

/* -------------------------- CONTACT -------------------------- */
header#contact {
    min-height: 350px;
}

header#contact h1 {
    margin-bottom: 0px;
}

.contact {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #24282c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-content {
    max-width: 1440px;
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-box.left {
}

.contact-box.right {
    position: sticky;
    top: 100px;
    color: #fff;
    background-color: #010101;
    padding: 50px 45px 65px;
    border-radius: 20px;
}

.contact-box h2 {
    margin-bottom: 20px;
    font-size: 32px;
}

.contact-box.right h2 {
    margin-bottom: 35px;
}

.contact-box ul {
    margin-bottom: 45px;
}

.contact-box ul.bigger li {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.contact-box ul.bigger li img {
    margin-right: 10px;
}

.contact-box ul li {
    line-height: 2.0;
    font-size: 18px;
    flex-direction: column;
    color: #8b8b8b;
}

.contact-box ul li b {
    color: #000;
}

.contact-box ul li small {
    font-size: 14px;
    line-height: 0;
    position: relative;
    top: -10px;
}

form {
    display: flex;
    flex-wrap: wrap;
}

.form-check {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    position: relative;
}

.form-check label {
    margin-left: 13px;
    padding-left: 0;
    font-size: 14px;
    color: #8b8b8b;
}

.input-around {
    margin-bottom: 25px;
    position: relative;
    width: 33.333333%;
}

.input-around.full-w {
    width: 100% !important;
}

.textarea-around {
    width: 100% !important;
}

.input-around:nth-child(1) {
    padding-right: 15px;
}

.input-around:nth-child(2) {
    padding-right: 15px;
}

.input-around input {
    min-height: 45px;
    border: 2px solid #1f1f1f;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    padding: 14px;
    font-size: 14px;
    background-color: #1f1f1f;
    color: #8b8b8b;
}

.input-around label {
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #a7f15f;
    background-color: #1f1f1f;
    outline: none;
    color: #8b8b8b;
}

.input-around input::placeholder,
.input-around textarea::placeholder {
    font-size: 14px;
    color: #8b8b8b;
    font-family: 'Inter', sans-serif !important;
}

.input-around textarea {
    min-height: 55px;
    border: 2px solid #1f1f1f;
    border-radius: 12px;
    padding: 14px;
    color: #8b8b8b;
    background-color: #1f1f1f;
}

.input-around textarea:focus {
    box-shadow: none;
    border-color: #a7f15f;
    background-color: #1f1f1f;
    outline: none;
}

/* CHECKBOX */
/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #ababab;
    border-radius: 8px;
    top: 14px;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    border-color: #a7f15f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* HEY */
a span.hey {
    position: absolute;
    color: #000;
    font-size: 12px;
    padding: 5px 15px;
    top: 210%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    font-weight: 600;
    border-radius: 30px;
    background-color: #a7f15f;
}

a:hover span.hey {
    opacity: 1;
    margin-top: 0;
    top: 200%;
    visibility: visible;
}

a span.hey:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #a7f15f;
    clear: both;
    top: -5px;
}

/* VALIDATION */
.input-around small {
    color: #e74c3c;
    position: relative;
    bottom: 0;
    left: 0;
    display: none;
    margin-top: 4px;
}

.input-around.error small {
    display: flex;
}

.input-around.success input {
    border-color: #2ecc71;
}

.input-around.error input {
    border-color: #e74c3c;
}

form .btn {
}

align-content: {
}

/* SERVICE PAGE */
.services-page {
    padding-top: 100px;
    padding-bottom: 50px;
    color: #24282c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.services-page-content {
    max-width: 1440px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-page-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services-page-box img {
    max-width: 100%;
}

.services-page-box p {
    color: #8b8b8b;
}

/* INTEREST SECTION */
.int {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a7f15f;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.int-content {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    width: 95%;
    max-width: 1440px;
    position: relative;
    text-align: left;
}

.int button {
    background-color: transparent;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    border: 2px solid #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.int button:after {
    content: "";
    width: 0%;
    height: 0%;
    background-color: #000;
    position: absolute;
    border-radius: 100%;
    transition: all 300ms ease;
}

.int:hover button:after {
    width: 100%;
    height: 100%;
}

.int:hover button img {
    filter: invert(1);
}

.int a {
    width: 100%;
    position: absolute;
    height: 100%;
}

.int h2 {
    font-size: 70px;
    margin-bottom: 0;
}

.int h2 a {
    position: relative !important;
}

.int h2 a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    /* Å Ã­Å™ka linky nastavena na 100% */
    height: 2px;
    background-color: #000;
    transform: scaleX(0);

    /* PouÅ¾ije scale transformaci pro zmenÅ¡enÃ­ */
    transform-origin: right;

    /* ZaÄÃ¡tek transformace z pravÃ© strany */
    transition: transform 0.3s ease-in-out;

    /* Animace transformace */
}

.int:hover h2 a:after {
    transform: scaleX(1);

    /* ZvÄ›tÅ¡Ã­ linku na plnou Å¡Ã­Å™ku */
    transform-origin: left;

    /* Po najetÃ­ myÅ¡i zmÄ›nÃ­ poÄÃ¡teÄnÃ­ bod na levÃ½ */
}

.int button img {
    transform: rotate(-45deg);
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.int a span.hey {
    color: #a7f15f;
    background-color: #000;
    top: 160%;
}

.int a:hover span.hey {
    top: 140%;
}

.int a span.hey:after {
    border-bottom: 6px solid #000;
}

/* PORTFOLIO */
.portfolio-content {
    padding: 0px;
    width: 95%;
    position: relative;
    margin-top: auto;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.portfolio-box {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 10px;
}

.portfolio-box a {
    cursor: none;
}

.portfolio-box-inner {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.portfolio-box .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.portfolio-box .overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 2%, rgba(0, 0, 0, 0) 63%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.portfolio-box:hover .overlay2 {
    transform: translateY(0%);
}

.portfolio-box:hover img {
    transform: scale(1.1);
}

.portfolio-box:hover .info {
    transform: translateY(0px);
}

.portfolio-box:hover .arrow {
    opacity: 1;
    transform: translateX(20px);
}

.portfolio-box img {
    width: 100%;
    transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

.portfolio-box .info {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0px;
    right: 0px;
    padding: 15px 25px;
    transform: translateY(30px);
    transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

.portfolio-box .info h3 {
    font-weight: 500;
}

.portfolio-box .info ul {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-box .info ul li {
    padding: 4px 10px;
    color: #dbdbdb;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 7px;
    font-weight: 500;
    line-height: 1;
}

.portfolio-box .arrow {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1) 150ms, transform 0.9s cubic-bezier(0.25, 1, 0.5, 1) 00ms;
}

.portfolio-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
flex-wrap: wrap;
}

.portfolio-button button {
    margin-left: 5px;
    margin-right: 5px;
}

/* PRICE LIST */
.material-ui.tabs {
    color: #fff;
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    border: 1px solid #b6b6b6;
    max-width: 380px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 60px;
    flex-direction: row;
}

.tabs__nav ul li.active {
    color: #000;
}

.tabs__nav ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
    color: #8b8b8b;
    width: 50%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    font-size: 18px;
}

.material-ui .tab.active:nth-of-type(1) ~ .slider {
    left: 4px;
}

.material-ui .tab.active:nth-of-type(2) ~ .slider {
    left: 50%;
}

.material-ui .slider {
    position: absolute;
    width: 49.3333%;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
    background-color: #a7f15f;
    border-radius: 8px;
    top: 4px;
    height: 50px;
    bottom: 4px;
}

.portfolio-menu ul li:hover {
}

.tabs {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tabs__nav {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.tabs__content {
    max-width: 940px;
    width: 100%;
}

.tab-content {
    display: none;
    flex-wrap: wrap;
    width: 100%;
}

.tab-content.active {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.price-box-around {
    padding: 10px;
    float: left;
    justify-content: center;
}

.price-box {
    padding: 45px 45px 35px;
    border: 1px solid #b6b6b6;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 20px;
}

.price-box:hover {
    box-shadow: 0 32px 64px 0px rgba(0, 0, 0, 0.24), 0 5px 14px 0 rgba(0, 0, 0, .18);
    transform: translateY(-15px);
}

.price-box .headline {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
}

.price-box .price {
    color: #000;
    font-size: 40px;
}

.price-box .price small {
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 500;
}

.price-box .headline h2 {
    display: grid;
    line-height: 1.3;
    margin-bottom: 25px;
    font-size: 36px;
}

.price-box .headline h2 small {
    font-size: 16px;
    font-weight: 500;
    color: #8b8b8b;
    margin-top: 5px;
}

.price-box h4 {
    font-size: 16px;
}

.price-box ul li:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url('images/icons/icons8-checked-24.png');
    background-size: contain;
    background-position: center center;
    left: 0;
    top: 8px;
}

.price-box ul li.none:after {
    background-image: url('images/icons/icons8-cross-24-red.png');
}

.price-box ul {
    margin-bottom: 15px;
}

.price-box ul li {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 2;
    color: #8b8b8b;
}

.price-box p {
    color: #8b8b8b;
    font-size: 14px;
    margin-bottom: 15px;
}

.price-box p.alert {
    padding: 0;
    color: #000;
    margin-bottom: 0;
}

.price-box p.alert img {
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 7px;
}

/* NOTIFIKATION BTN */
.message-button-container {
    position: fixed;
    bottom: 0px;
    z-index: 1012;
    right: 0px;
}

.message-button {
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    outline: none;
    box-shadow: none;
    border: none;
    position: relative;
    background-color: #a7f15f;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    right: 20px;
    bottom: 20px;
    border-radius: 12px;
}

.message-button img {
    filter: invert(1);
}

.notification {
    background-color: #010101;
    color: #fff;
    padding: 25px;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 12px;
    animation: bounce 1s;
    width: 400px;
    bottom: 105px;
    box-shadow: 0 32px 64px 0px rgba(0, 0, 0, 0.24), 0 5px 14px 0 rgba(0, 0, 0, .18);
    flex-direction: column;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.5s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    right: 9px;
    transform: translateY(-10px);
}

.notification.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.notification::after {
    content: "";
    position: absolute;
    bottom: -6px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #181818;
    right: 28px;
    z-index: 2;
}

.notification p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

#message-form {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.5s;
    width: 400px;
    position: absolute;
    right: 9px;
    bottom: 105px;
    background-color: #010101;
    flex-direction: column;
    z-index: 9999;
    color: #8b8b8b;
    transform: translateY(-10px);
    border-radius: 12px;
}

#message-form::after {
    content: "";
    position: absolute;
    bottom: -6px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    right: 35px;
    z-index: 2;
}

#message-form  .headline {
    margin-bottom: 0px;
    padding: 25px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #1f1f1f;
}

#message-form h2 {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

#message-form.visible {
    display: flex;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
    transform: translateY(0);
}

#message-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px;
    align-items: flex-start;
}

#message-form form .form-check {
    margin-bottom: 0;
    margin-top: 20px;
    display: flex;
}

#message-form form .form-check .checkmark:after {
    top: !important;
}

#message-form form label {
    margin-bottom: 15px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#message-form form p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.4;
}

#message-form form button {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: space-between;
}

#message-form form input {
    min-height: 45px;
    border: 2px solid #1f1f1f;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    padding: 14px;
    font-size: 14px;
    background-color: #1f1f1f;
    color: #8b8b8b;
    margin-bottom: 15px;
}

#message-form form  input::placeholder,
#message-form form textarea::placeholder {
    font-size: 14px;
    color: #8b8b8b;
    font-family: 'Inter', sans-serif !important;
}

#message-form form label {
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

#message-form form input:focus {
    box-shadow: none;
    border-color: #a7f15f;
    background-color: #1f1f1f;
    outline: none;
    color: #8b8b8b;
}

#message-form form textarea {
    min-height: 55px;
    border: 2px solid #1f1f1f;
    border-radius: 12px;
    padding: 14px;
    color: #8b8b8b;
    background-color: #1f1f1f;
}

#message-form form textarea:focus {
    box-shadow: none;
    border-color: #a7f15f;
    background-color: #1f1f1f;
    outline: none;
}

#message-form .close {
    color: #fff;
    right: 12px;
    top: 14px;
    font-weight: 300;
    z-index: 2;
}

.close img {
    filter: invert(1);
    width: 20px;
    height: 20px;
}

.close {
    position: absolute;
    right: 12px;
    top: 14px;
    cursor: pointer;
}

/* SERVICES NEW */
.services .sidebar {
    position: sticky;
    top: 85px;
    overflow-y: auto;
    padding-right: 25px;
}

.services .sidebar-link {
    display: block;
    font-size: 44px;
    line-height: 1.8;
    font-weight: 600;
    color: #acacac;
}

.services .sidebar-link.active h2 {
    color: #fff;
}

.services .sidebar-link.active p {
    color: #fff;
}

.services .services-box-content {
    padding: 23px 25px;
}

.services .services-box-content section {
    margin-bottom: 80px;
}

.services .services-box-content section:nth-child(3) {
    margin-bottom: 0;
}

.services .services-box-content section h3 {
    margin-bottom: 25px;
    font-size: 26px;
}

.services .services-box-content section h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.services .services-box-content section p {
    color: #8b8b8b;
}

/* WHY BOXES */
.why {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #24282c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#why {
    padding-top: 160px;
    display: none;
}

#why .why-box h2 {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    margin-bottom: 20px;
}

.why-content {
    max-width: 1440px;
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.why-content {
    max-width: 1440px;
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.why-box {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
    position: relative;
    padding-left: 0;
}

#why .why-box {
    padding-right: 35px;
    padding-left: 15px;
}

#why .why-box:nth-of-type(3) .info {
    border-right: none;
}

#why .why-box .info {
    border-right: 1px solid rgba(125, 125, 125, 0.55);
    padding-right: 35px;
    padding-bottom: 0;
}

.why-box .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 25px;
    color: #0B0B0B;
    width: 100%;
}

.why-box .info p {
    color: #8b8b8b;
    margin-bottom: 0;
}
