html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.page-body {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}

.top {
    display: flex;
    height: 42px;
    padding: 20px;
    align-items: center;
}

.content {
    height: calc(100% - 82px);
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.left,
.right {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
}

.title-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-left: 8px
}

.logo {
    height: 42px;
    width: 42px;
}

.title {
    margin: 0;
    line-height: 1;
    font-weight: 700;
    color: #333;
}

.subtitle {
    margin: 0;
    margin-left: 1px;
    display: block;
    line-height: 1;
    font-weight: 300;
    color: #333;
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
}

.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-out;
}

.left:hover .background::after,
.right:hover .background::after,
.left.active .background::after,
.right.active .background::after {
    background: rgba(0, 0, 0, 0.6);
}



.left:hover .bg-img,
.right:hover .bg-img,
.left.active .bg-img,
.right.active .bg-img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.2);
}

.left:hover,
.right:hover,
.left.active,
.right.active {
    box-shadow: 0px 0px 90px 40px rgb(0 0 0 / 60%);
    z-index: 1;
}

.col-content {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: calc(100% - 40px);
}

.footer {
    display: flex;
    align-items: center;
    height: 20px;
}

.section-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 100;
    margin: 0;
}

.tagline {
    color: #fff;
    text-align: center;
    font-weight: 300;
    display: block;
    max-width: 320px;
}

.button-wrap {
    display: flex;
}

.button {
    color: #fff;
    text-align: center;
    padding: 10px 20px 10px 30px;
    text-decoration: none;
    border: 1px solid #fff;
    margin-top: 15px;
    display: block;
    position: relative;
}

.button::after {
    content: '';
    background: url('data:image/svg+xml,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m14.523 18.787s4.501-4.505 6.255-6.26c.146-.146.219-.338.219-.53s-.073-.383-.219-.53c-1.753-1.754-6.255-6.258-6.255-6.258-.144-.145-.334-.217-.524-.217-.193 0-.385.074-.532.221-.293.292-.295.766-.004 1.056l4.978 4.978h-14.692c-.414 0-.75.336-.75.75s.336.75.75.75h14.692l-4.979 4.979c-.289.289-.286.762.006 1.054.148.148.341.222.533.222.19 0 .378-.072.522-.215z"></path></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 19px;
    width: 19px;
    vertical-align: sub;
    margin-left: 5px;
}

.button::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    background: #ffffff;
    transition: all 0.3s ease;
}

.button:hover::before {
    left: auto;
    right: 0;
    width: 100%;
}

.button:hover {
    color: #333;
}

.button:hover::after {
    background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m14.523 18.787s4.501-4.505 6.255-6.26c.146-.146.219-.338.219-.53s-.073-.383-.219-.53c-1.753-1.754-6.255-6.258-6.255-6.258-.144-.145-.334-.217-.524-.217-.193 0-.385.074-.532.221-.293.292-.295.766-.004 1.056l4.978 4.978h-14.692c-.414 0-.75.336-.75.75s.336.75.75.75h14.692l-4.979 4.979c-.289.289-.286.762.006 1.054.148.148.341.222.533.222.19 0 .378-.072.522-.215z"></path></svg>');
}

.button-fill {
    margin-left: 15px;
    background: #fff;
    color: #333;
    padding: 10px 25px 10px 30px;
}

.button-fill::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/></svg>');
}

.button-fill:hover::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/></svg>');
    animation-name: wigle;
    animation-duration: 0.5s;
}

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

    20% {
        transform: rotate(45deg)
    }

    40% {
        transform: rotate(0deg)
    }

    60% {
        transform: rotate(45deg)
    }

    80% {
        transform: rotate(-10deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.copyright-text {
    padding-left: 20px;
    font-size: 10px;
    color: #222;
}

.undertitle {
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-out;
}

.left:hover .undertitle,
.right:hover .undertitle {
    color: gold;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.5s ease-out;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 160px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 300px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #777;
}

.popup-content {
    display: flex;
    flex-direction: column;
}

.popup-title {
    margin-top: 2px;
    margin-bottom: 25px;
}

.button-light {
    --color: #333;
    padding: 10px 20px 10px 30px;
    /*border: 1px solid var(--color);*/
    margin-bottom: 10px;
    text-decoration: none;
    background: var(--color);
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-radius: 2px;
}

.button-light:hover {
    --color: #444;
    background: var(--color);
}

.facebook {
    --color: #0866ff;
}

.facebook:hover {
    --color: #3f86f9;
}

.messenger {
    --color: #10a7ed;
}

.messenger:hover {
    --color: #41b3e8;
}

.whatsapp {
    --color: #00a884;
}

.whatsapp:hover {
    --color: #27be9e;
}

.email {
    --color: #bb0000;
}

.email:hover {
    --color: #da3333;
}

@media (max-width: 1024px) {
    .page-body {
        height: 200vh;
    }

    .col-content {
        margin-bottom: 160px;
    }

    .content {
        flex-direction: column;
        height: 200vh;
    }

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

    .mobile-scroll-indicator {
        position: absolute;
        top: 80vh;
        left: 50%;
        background: url('data:image/svg+xml,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m14.523 18.787s4.501-4.505 6.255-6.26c.146-.146.219-.338.219-.53s-.073-.383-.219-.53c-1.753-1.754-6.255-6.258-6.255-6.258-.144-.145-.334-.217-.524-.217-.193 0-.385.074-.532.221-.293.292-.295.766-.004 1.056l4.978 4.978h-14.692c-.414 0-.75.336-.75.75s.336.75.75.75h14.692l-4.979 4.979c-.289.289-.286.762.006 1.054.148.148.341.222.533.222.19 0 .378-.072.522-.215z"></path></svg>');
        transform: rotate(90deg);
        width: 30px;
        height: 30px;
        z-index: 2;
        animation: up-down 1.5s infinite;
    }

    @keyframes up-down {
        0% {
            transform: rotate(90deg) translateX(0)
        }

        50% {
            transform: rotate(90deg) translateX(10px)
        }

        100% {
            transform: rotate(90deg) translateX(0)
        }
    }
}

@media (max-width: 450px) {
    .button-wrap {
        width: 100%;
        flex-direction: column;
    }

    .button {
        width: 100%;
        box-sizing: border-box;
    }

    .button-fill {
        margin-left: 0;
    }
}