.home-wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 100px;
    padding-right: 100px;
}

.intro-loader {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    pointer-events: auto;
    transition: opacity 0.24s ease;
}

.intro-loader[hidden] {
    display: none;
}

.intro-loader::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #ffffff;
    z-index: 0;
}

html.has-intro-loader .intro-loader[hidden],
body.intro-active .intro-loader[hidden] {
    display: flex;
}

.intro-loader.is-visible {
    opacity: 1;
}

.intro-loader.is-exiting {
    opacity: 0;
}

.intro-loader__video-shell {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(26vw, 320px);
    max-width: calc(100vw - 48px);
    overflow: hidden;
    line-height: 0;
    background: #ffffff;
}

.intro-loader__video {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(62vh, 520px);
    object-fit: contain;
    background: transparent;
    margin-bottom: -2px;
}

@keyframes intro-page-fade-in {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

body.intro-active #logo,
body.intro-active .navbar-box,
body.intro-active .nav-search-btn,
body.intro-active .theme-toggle-mobile,
body.intro-active #navbar-open-button,
body.intro-active #lang-box,
body.intro-active #link-box,
body.intro-active #social-box,
body.intro-active #footer-box,
body.intro-active .frame,
body.intro-active .mobile-alert {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
}

html.has-intro-loader #logo,
html.has-intro-loader .navbar-box,
html.has-intro-loader .nav-search-btn,
html.has-intro-loader .theme-toggle-mobile,
html.has-intro-loader #navbar-open-button,
html.has-intro-loader #lang-box,
html.has-intro-loader #link-box,
html.has-intro-loader #social-box,
html.has-intro-loader #footer-box,
html.has-intro-loader .frame,
html.has-intro-loader .mobile-alert {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
}

body.intro-active {
    background: #ffffff !important;
}

html.has-intro-loader body {
    background: #ffffff !important;
}

body.intro-reveal .navbar-box,
body.intro-reveal .nav-search-btn,
body.intro-reveal .theme-toggle-mobile,
body.intro-reveal #navbar-open-button,
body.intro-reveal #lang-box,
body.intro-reveal #link-box,
body.intro-reveal #social-box,
body.intro-reveal #footer-box,
body.intro-reveal .frame-table-container,
body.intro-reveal .mobile-alert {
    animation: intro-page-fade-in 0.65s ease forwards;
}

@media (prefers-reduced-motion: reduce) {
    .intro-loader,
    .intro-loader__video {
        transition-duration: 0.12s;
    }
}

@media (min-width: 1460px) {
    .home-wrap {
        width: 1400px;
    }
}

@media (max-width: 991px) {
    .home-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.home-wrap .caption i {
    font-style: normal;
    position: relative;
    display: inline-block;
}

.home-wrap .caption i:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: -1;
    background: #a9d400;
    height: 10px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .home-wrap .caption i:before {
        bottom: 4px;
    }
}

@media (min-width: 992px) {
    .home-wrap .link>a {
        position: relative;
        display: inline-block;
        padding: 0px;
        padding-right: 40px;
        text-decoration: none;
        -webkit-transition-property: padding-left;
        transition-property: padding-left;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .home-wrap .link>a:hover,
    .home-wrap .link>a:focus {
        text-decoration: none;
    }
    .home-wrap .link>a:hover {
        padding-left: 20px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .home-wrap .link>a .arrow {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 1px;
        height: 20px;
        margin-top: -10px;
        background: #a9d400;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform, right;
        transition-property: transform, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .home-wrap .link>a .arrow::after,
    .home-wrap .link>a .arrow::before {
        content: '';
        position: absolute;
        top: 0px;
        width: 1px;
        height: 0px;
        background: #a9d400;
        -webkit-transition-property: height;
        transition-property: height;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .home-wrap .link>a .arrow::before {
        left: 0px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }
    .home-wrap .link>a .arrow::after {
        right: 0px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    .home-wrap .link>a:hover .arrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        right: 10px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .home-wrap .link>a:hover .arrow::after,
    .home-wrap .link>a:hover .arrow::before {
        height: 10px;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
}

.home-hello-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    margin-top: -85px;
    padding-top: 85px;
    padding-bottom: 85px;
}

.home-hello-container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-hello-container .caption {
    position: relative;
    z-index: 4;
    font-weight: 700;
    font-size: 265px;
    line-height: 200px;
    letter-spacing: 0;
}

.home-hello-container .desc {
    position: relative;
    z-index: 4;
    font-weight: 300;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.025em;
    margin-top: 40px;
    padding-left: 200px;
}

.home-hello-container .link {
    position: relative;
    z-index: 4;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin-top: 40px;
    padding-left: 200px;
    min-height: 36px;
}

.home-hello-container .link a {
    text-decoration: none;
    color: #a9d400;
    font-weight: 700;
    display: inline-block;
    min-width: 140px;
}

.home-hello-container .link a:focus,
.home-hello-container .link a:hover {
    text-decoration: none;
    color: #a9d400;
}

.home-hello-container .image {
    display: block;
    width: 360px;
    height: 540px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    overflow: hidden;
}

.home-hello-container .image::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 100%;
    background: #a9d400;
    background: -webkit-linear-gradient(45deg, #a9d400 0%, #1bd258 100%);
    background: -moz-linear-gradient(45deg, #a9d400 0%, #1bd258 100%);
    background: -o-linear-gradient(45deg, #a9d400 0%, #1bd258 100%);
    background: linear-gradient(45deg, #a9d400 0%, #1bd258 100%);
    -webkit-transition-property: width;
    -moz-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, .25, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, .25, 1);
    transition-timing-function: cubic-bezier(1, 0, .25, 1);
    z-index: 0;
}

.home-hello-container .image a {
    position: relative;
    z-index: 2;
}

.home-hero-rain {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.home-hello-container .image.is-rainy .home-hero-rain {
    opacity: 1;
}

.home-hello-container .image.is-rain-dismissing .home-hero-rain {
    opacity: 0;
}

.home-hero-snow {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.home-hello-container .image.is-snowy .home-hero-snow {
    opacity: 1;
}

.home-hero-clear {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.home-hello-container .image.is-clear-day .home-hero-clear {
    opacity: 1;
}

.home-hero-rain-drop,
.home-hero-rain-splash,
.home-hero-snowflake,
.home-hero-clear-glow,
.home-hero-clear-streak {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.home-hero-rain-drop {
    top: -16%;
    width: 2px;
    height: 52px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(232, 245, 255, 0.42) 28%, rgba(255, 255, 255, 0.88) 100%);
    box-shadow: 0 0 4px rgba(190, 225, 255, 0.22);
    border-radius: 999px;
    transform: translate3d(0, -40px, 0);
    animation-name: home-hero-rain-fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.home-hero-rain-splash {
    bottom: 8px;
    width: 14px;
    height: 8px;
    margin-left: -7px;
    border-top: 2px solid rgba(235, 247, 255, 0.82);
    border-radius: 50%;
    transform: scale(0.25);
    animation-name: home-hero-rain-hit;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.home-hero-snowflake {
    top: -10%;
    width: var(--home-snow-size, 6px);
    height: var(--home-snow-size, 6px);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.66) 58%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.18);
    animation-name: home-hero-snow-fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.home-hero-clear-glow {
    width: 110px;
    height: 110px;
    margin-left: -55px;
    margin-top: -55px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 210, 0.18) 0%, rgba(255, 255, 210, 0.07) 38%, rgba(255, 255, 210, 0) 72%);
    filter: blur(8px);
    animation-name: home-hero-clear-glow-float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.home-hero-clear-streak {
    left: -30%;
    width: 48%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 251, 214, 0.18), rgba(255, 255, 255, 0));
    transform: rotate(-9deg);
    transform-origin: left center;
    animation-name: home-hero-clear-streak-drift;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes home-hero-rain-fall {
    0% {
        opacity: 0;
        transform: translate3d(0, -48px, 0);
    }
    14% {
        opacity: 1;
    }
    82% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 530px, 0);
    }
}

@keyframes home-hero-rain-hit {
    0%,
    78% {
        opacity: 0;
        transform: scale(0.2);
    }
    84% {
        opacity: 0.78;
        transform: scale(0.92);
    }
    100% {
        opacity: 0;
        transform: scale(1.25);
    }
}

@keyframes home-hero-snow-fall {
    0% {
        opacity: 0;
        transform: translate3d(0, -12px, 0) scale(0.85);
    }
    10% {
        opacity: 0.9;
    }
    50% {
        transform: translate3d(var(--home-snow-drift, 0px), 250px, 0) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: translate3d(calc(var(--home-snow-drift, 0px) * -0.55), 545px, 0) scale(0.92);
    }
}

@keyframes home-hero-clear-glow-float {
    0% {
        opacity: 0.18;
        transform: translate3d(-10px, 12px, 0) scale(0.92);
    }
    50% {
        opacity: 0.34;
        transform: translate3d(12px, -8px, 0) scale(1.04);
    }
    100% {
        opacity: 0.2;
        transform: translate3d(-6px, 10px, 0) scale(0.95);
    }
}

@keyframes home-hero-clear-streak-drift {
    0% {
        opacity: 0;
        transform: translate3d(-18%, 0, 0) rotate(-9deg);
    }
    16% {
        opacity: 0.45;
    }
    84% {
        opacity: 0.22;
    }
    100% {
        opacity: 0;
        transform: translate3d(155%, 0, 0) rotate(-9deg);
    }
}

.home-hello-container .image.activate {
    opacity: 1 !important;
}

.home-hello-container .image.deactivate {
    opacity: 1 !important;
}

.home-hello-container .image.activate::before {
    width: 100%;
}

.home-hello-container .image.deactivate::before {
    width: 0%;
}

@media (max-width: 1400px) {
    .home-hello-container .caption {
        font-size: 210px;
        line-height: 150px;
    }
}

@media (max-width: 1199px) {
    .home-hello-container .caption {
        font-size: 200px;
        line-height: 150px;
    }
}

@media (max-width: 991px) {
    .home-hello-container .caption {
        font-size: 180px;
        line-height: 130px;
    }
    .home-hello-container .desc {
        font-size: 22px;
        line-height: 34px;
        margin-top: 30px;
        padding-left: 0px;
    }
    .home-hello-container .link {
        font-size: 20px;
        line-height: 32px;
        margin-top: 30px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .intro-loader__video-shell {
        width: min(48vw, 205px);
    }

    .home-hello-container .image {
        width: 210px;
        height: 340px;
    }

    .home-hero-rain-drop {
        height: 36px;
    }

    .home-hero-clear-glow {
        width: 68px;
        height: 68px;
        margin-left: -34px;
        margin-top: -34px;
    }

    .home-hero-clear-streak {
        width: 62%;
    }

    @keyframes home-hero-snow-fall {
        0% {
            opacity: 0;
            transform: translate3d(0, -10px, 0) scale(0.85);
        }
        10% {
            opacity: 0.9;
        }
        50% {
            transform: translate3d(var(--home-snow-drift, 0px), 155px, 0) scale(1);
        }
        100% {
            opacity: 0.15;
            transform: translate3d(calc(var(--home-snow-drift, 0px) * -0.55), 342px, 0) scale(0.92);
        }
    }

    @keyframes home-hero-rain-fall {
        0% {
            opacity: 0;
            transform: translate3d(0, -34px, 0);
        }
        14% {
            opacity: 1;
        }
        82% {
            opacity: 1;
        }
        100% {
            opacity: 0;
            transform: translate3d(0, 332px, 0);
        }
    }
    .home-hello-container .caption {
        font-size: 80px;
        line-height: 60px;
    }
    .home-hello-container .desc {
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
        padding-left: 0px;
    }
    .home-hello-container .link {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
        padding-left: 0px;
    }
}

.home-web-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-web-container {
    position: relative;
    padding-top: 70px;
    padding-bottom: 60px;
}

.home-web-container .caption {
    position: relative;
    font-weight: 700;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.025em;
}

.home-web-container .desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.025em;
    padding-left: 100px;
    margin-top: 20px;
}

.home-web-container .desc ul {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    padding-left: 20px;
    margin: 30px 0px 0px;
}

.home-web-container .desc ul li {
    margin-bottom: 10px;
}

.home-web-container .image {
    display: block;
    width: 330px;
    height: 450px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    background-image: url(../../../public/design/home-web.jpg);
}

@media (max-width: 991px) {
    .home-web-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-web-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .home-web-container .image {
        display: none;
    }
    .home-web-container .caption {
        font-size: 54px;
        line-height: 64px;
    }
    .home-web-container .desc {
        font-size: 18px;
        line-height: 30px;
        padding-left: 0px;
    }
    .home-web-container .desc ul {
        font-size: 16px;
        line-height: 34px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .home-web-container .caption {
        font-size: 34px;
        line-height: 40px;
    }
    .home-web-container .desc {
        font-size: 16px;
        line-height: 28px;
    }
    .home-web-container .desc ul {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .home-web-container .desc ul li {
        margin-bottom: 5px;
    }
}

.home-portfolio-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-portfolio-container {
    position: relative;
    padding-top: 0px;
    padding-bottom: 400px;
    padding-left: 300px;
}

.home-portfolio-container .caption {
    position: relative;
    font-weight: 700;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.025em;
}

.home-portfolio-container .desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.025em;
    margin-top: 21px;
}

.home-portfolio-container .link {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: 20px;
}

.home-portfolio-container .link a {
    text-decoration: none;
    color: #000000;
}

.home-portfolio-container .link a:focus,
.home-portfolio-container .link a:hover {
    text-decoration: none;
    color: #000000;
}

.home-portfolio-container .image {
    position: absolute;
}

.home-portfolio-container .image .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.home-portfolio-container .image .alt {
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
}

.home-portfolio-container .image.petofi {
    top: 0;
    left: 0;
}

.home-portfolio-container .image.petofi .img {
    background-image: url(../../../public/design/home-portfolio-petofi.jpg);
    width: 260px;
    height: 260px;
}

.home-portfolio-container .image.muvhaz {
    top: 0;
    right: 0;
}

.home-portfolio-container .image.muvhaz .img {
    background-image: url(../../../public/design/home-portfolio-muvhaz.jpg);
    width: 360px;
    height: 260px;
}

.home-portfolio-container .image.muvhaz .alt {
    text-align: right;
}

.home-portfolio-container .image.barabas {
    bottom: 50px;
    left: 260px;
    margin-left: -165px;
}

.home-portfolio-container .image.barabas .img {
    background-image: url(../../../public/design/home-portfolio-barabas.jpg);
    width: 200px;
    height: 200px;
}

.home-portfolio-container .image.ldm {
    bottom: 0;
    left: 50%;
    margin-left: -80px;
}

.home-portfolio-container .image.ldm .img {
    background-image: url(../../../public/design/home-portfolio-ldm.jpg);
    width: 260px;
    height: 350px;
}

.home-portfolio-container .image.ldm .alt {
    text-align: right;
}

.home-portfolio-container .image.five {
    bottom: 130px;
    right: 40px;
}

.home-portfolio-container .image.five .img {
    background-image: url(../../../public/design/home-portfolio-hotelfured.jpg);
    width: 240px;
    height: 150px;
}

.home-portfolio-container .image.five .alt {
    text-align: right;
}

@media (max-width: 1199px) {
    .home-portfolio-container {
        padding-bottom: 370px;
    }
    .home-portfolio-container .image.muvhaz,
    .home-portfolio-container .image.ldm {
        display: none;
    }
}

@media (max-width: 991px) {
    .home-portfolio-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-portfolio-container {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .home-portfolio-container .image.petofi {
        display: none;
    }
    .home-portfolio-container .image.barabas {
        position: relative;
        bottom: auto;
        left: auto;
        margin-left: 0;
    }
    .home-portfolio-container .image.five {
        position: relative;
        bottom: auto;
        right: auto;
    }
    .home-portfolio-container .image.five .alt {
        text-align: left;
    }
    .home-portfolio-container .image.barabas .img,
    .home-portfolio-container .image.five .img {
        width: 100%;
        height: 0;
        padding-bottom: 56%;
        margin-top: 20px;
    }
    /*.home-portfolio-container .image{
        display: none;
    }
    .home-portfolio-container .image.barabas {
        display: block;
        bottom: -42px;
        right: 0;
        left: auto;
        margin-left: 0;
    }
    .home-portfolio-container .image.five {
        display: block;
        bottom: 60px;
        right: 30px;
    }*/
    .home-portfolio-container .caption {
        font-size: 54px;
        line-height: 64px;
    }
    .home-portfolio-container .desc {
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
    }
    .home-portfolio-container .link {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .home-portfolio-container .caption {
        font-size: 34px;
        line-height: 40px;
    }
    .home-portfolio-container .desc {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }
    .home-portfolio-container .link {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
    }
}

.home-social-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-social-container {
    position: relative;
    padding-bottom: 50px;
}

.home-social-container .caption {
    position: relative;
    font-weight: 700;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.025em;
}

.home-social-container .desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.025em;
    padding-left: 100px;
    margin-top: 20px;
}

.home-social-container .desc p {
    margin-bottom: 10px;
}

.home-social-container .desc p:last-child {
    margin-bottom: 0px;
}

.home-social-container .desc b {
    font-weight: 300;
    color: #a9d400;
}

.home-social-container .link {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: 40px;
    padding-left: 100px;
}

.home-social-container .link a {
    text-decoration: none;
    color: #000000;
}

.home-social-container .link a:focus,
.home-social-container .link a:hover {
    text-decoration: none;
    color: #000000;
}

.home-social-container .image {
    display: block;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -225px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-image: url(../../../public/design/home-social.jpg?v=20220909);
}

@media (max-width: 1199px) {
    .home-social-container .desc {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .home-social-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-social-container {
        padding-top: 0px;
        padding-bottom: 400px;
    }
    .home-social-container .image {
        width: 400px;
        height: 400px;
        top: auto;
        margin-top: 0px;
        bottom: 0px;
        right: auto;
        left: 50%;
        margin-left: -200px;
    }
    .home-social-container .caption {
        font-size: 54px;
        line-height: 64px;
    }
    .home-social-container .desc {
        font-size: 18px;
        line-height: 22px;
        padding-left: 0px;
    }
    .home-social-container .link {
        font-size: 14px;
        line-height: 28px;
        margin-top: 30px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .home-social-container {
        padding-top: 0px;
        padding-bottom: 320px;
    }
    .home-social-container .image {
        width: 300px;
        height: 300px;
        margin-left: -150px;
    }
    .home-social-container .caption {
        font-size: 34px;
        line-height: 40px;
    }
    .home-social-container .desc {
        font-size: 16px;
        line-height: 20px;
    }
    .home-social-container .link {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }
}

.home-blog-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-blog-container {}

.home-blog-container .caption {
    position: relative;
    font-weight: 700;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.025em;
    border-bottom: 1px solid #000000;
    padding-bottom: 60px;
    margin-bottom: 70px;
}

.home-blog-container .link {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-top: 40px;
}

.home-blog-container .link a {
    text-decoration: none;
    color: #000000;
}

.home-blog-container .link a:focus,
.home-blog-container .link a:hover {
    text-decoration: none;
    color: #000000;
}

@media (max-width: 991px) {
    .home-blog-container .caption {
        font-size: 54px;
        line-height: 64px;
        padding-bottom: 50px;
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .home-blog-container .caption {
        font-size: 34px;
        line-height: 40px;
        padding-bottom: 40px;
        margin-bottom: 50px;
    }
}
