@font-face {
    font-family: "FixelDisplay";
    font-display: swap;
    src: url("../fonts/FixelDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "FixelDisplay";
    font-display: swap;
    src: url("../fonts/FixelDisplay-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "FixelDisplay";
    font-display: swap;
    src: url("../fonts/FixelDisplay-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "FixelDisplay";
    font-display: swap;
    src: url("../fonts/FixelDisplay-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Decorated";
    font-display: swap;
    src: url("../fonts/FixelDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

:root {
    --ab-white-color: #ffffff;
    --ab-dark-color: #151618;
    /* --accent-color: #ffba08; */
    --accent-color: #295135;
    --heading-font-family: 'FixelDisplay';
    --text-primary: #000000;
    --page-header-background: #f2f5f7;
}

body {
    margin: 0;
    padding: 0;
    font-family: "FixelDisplay", sans-serif !important;
    font-size: 16px !important;
    overflow-x: hidden;
}

p {
    word-break: break-word;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: 'FixelDisplay', sans-serif;
}

@media (min-width: 1200px) {

    .container {
        max-width: 1440px !important;
    }

}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }

}


@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }

}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }

}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden-vertical {
    overflow-y: hidden;
}

.page_content {
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
    position: relative;
    height: 100%;
}

@media (max-width: 992px) {
    .hide_medium {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .hide_large {
        display: none !important;
    }
}

.only_mobile {
    display: none;
}

@media screen and (max-width: 479px) {
    .only_mobile {
        display: flex;
    }
}

.custom-cursor__slider {
    position: absolute;
    top: -19px;
    left: -18px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.cursor.hide_dot:before {
    opacity: 0;
}

/* PAGE TRANSITION */
.page-transition {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    visibility: hidden;
}

.page-transition span {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0e0e0e;
    transition: all ease 0.5s;
}

.page-transition span:nth-child(2) {
    left: 25%;
}

.page-transition span:nth-child(3) {
    left: 50%;
}

.page-transition span:nth-child(4) {
    left: 75%;
}

.page-transition.active {
    visibility: visible;
}

.page-transition.active span {
    width: 25%;
}

/*
* SINGLE HEADER
*/

.single_header .navbar {
    position: relative !important;
    padding: 0.5rem 0 !important;
}

/* STICKY HEADER */

.sticky {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    top: 0;
    opacity: 0;
}

.single_header.sticky .navbar {
    position: absolute !important;
}

.sticky nav {
    background: #ffffff10;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 0;
    height: 60px;
    box-shadow: 0 12px 14px rgb(0 0 0 / 3%);
}

/* NAVBAR */
.navbar {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 5 !important;
    height: 80px;
    font-weight: 600 !important;
    padding: 0.5rem 5px !important;
}

.navbar .logo {
    margin-left: 0;
}

.navbar .logo a {
    display: inline-block;
}

/* .navbar .logo a img {
    height: 25px;
} */

.navbar .logo img {
    height: 30px;
}

.navbar .languages {
    height: 21px;
    margin-left: 100px;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
}

.navbar .languages li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    overflow: hidden;
}

.navbar .languages li a {
    color: #000000;
    display: inline-block;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.not_active {
    pointer-events: none;
    opacity: .5;
}

.navbar .languages li a:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    color: #000000;
}

.navbar .languages li a:hover {
    transform: translateY(-100%);
    text-decoration: none;
}

.navbar .sandwich-menu {
    height: 40px;
    margin-right: 0;
    margin-left: 15px;
    color: #000000;
    overflow: hidden;
    cursor: pointer;
}

/* MAIN MENU */

.navbar__menu-inner {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    column-gap: 25px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
}

/* SANDWICH */
.menu-text {
    margin-left: auto;
    color: #000000;
}

.sandwich {
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
}

.sandwich * {
    transition: all 0.5s cubic-bezier(0.47, 0.02, 0.03, 0.86);
}

.sandwich span {
    width: 36px;
    height: 2px;
    background: #000000;
    position: absolute;
}

.sandwich .sand {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sandwich .sand span:nth-child(1) {
    top: 14px;
    left: 0;
}

.sandwich .sand span:nth-child(2) {
    top: 24px;
    left: 0;
}

.sandwich .closed {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 2;
    opacity: 1;
    overflow: hidden;
    transform: rotate(45deg);
    transform-origin: center;
}

.sandwich .closed span:nth-child(1) {
    width: 36px;
    top: 17px;
    left: 0;
    transform: rotate(0deg) translateX(-130%);
    transition-delay: 0.30s;
}

.sandwich .closed span:nth-child(2) {
    width: 36px;
    top: 17px;
    right: 0;
    transform: rotate(90deg) translateX(-130%);
    transition-delay: 0.45s;
}

.sandwich:hover .sand span:nth-child(1) {
    width: 26px;
}

.sandwich:hover .sand span:nth-child(2) {
    width: 26px;
    left: 10px;
}

.sandwich.active {
    position: relative;
}

.sandwich.active .sand span:nth-child(1) {
    width: 0;
}

.sandwich.active .sand span:nth-child(2) {
    width: 0;
    left: 0;
    transition-delay: 0.15s;
}

.sandwich.active .closed span:nth-child(1) {
    width: 36px;
    transform: rotate(0deg) translateX(0);
}

.sandwich.active .closed span:nth-child(2) {
    width: 36px;
    transform: rotate(90deg) translateX(0);
    transition-delay: 0.15s;
}

/*
* FIRST SCREEN SECOND VARIANT
*/

.first_screen {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.first_screen:before {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/abagency/assets/images/decor-background.webp);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .55;
}

.first_screen__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1680px;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 9.7vw;
    padding-bottom: 9.7vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-medium {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 76.19vw;
    margin-right: auto;
    margin-left: auto;
}

.first_screen__content {
    position: relative;
    width: 100%;
    padding-right: 5em;
    padding-left: 5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.title_wrap {
    position: relative;
    z-index: 1;
}

.title_wrap h1 {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-perspective: 40em;
    perspective: 40em;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    font-size: 10.62vw;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.07em;
    text-transform: uppercase;
    font-family: 'FixelDisplay';
    font-weight: 800;
}

.title_wrap h1 span {
    width: 100%;
    display: inline-block;
}

.title_wrap h1 span:nth-child(2) {
    width: 100%;
    padding-right: 1em;
    text-align: center;
}

.title_wrap h1 span:nth-child(3) {
    width: 100%;
    text-align: right;
}

.images_wrap__right {
    position: absolute;
    left: auto;
    top: -7%;
    right: -30%;
    bottom: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.images_wrap__left {
    position: absolute;
    left: -25%;
    top: auto;
    right: auto;
    bottom: -45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.image_rounded {
    overflow: hidden;
    width: 36.37vw;
    height: 24.3vw;
    border-radius: 100vw;
}

.image-cover {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.ball {
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #212121;
}

.bounce {
    animation: bounce 0.5s infinite alternate;
    -webkit-animation: bounce 0.5s infinite alternate;
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(50px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(50px);
    }
}

.ball.bounce {
    position: absolute;
    bottom: 100px;
}

.text_wrap {
    position: absolute;
    left: auto;
    top: auto;
    right: -1%;
    bottom: -90px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: -.02em;
    max-width: 32ch;
    text-indent: 50px;
}

.decor_ball {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background: #30563b;
    border-radius: 50%;
    left: -5%;
    top: auto;
    right: auto;
    bottom: 50%;
    z-index: 0;
}

.decor_ball__second {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: #30563b;
    border-radius: 50%;
    left: 27%;
    top: auto;
    right: auto;
    top: -35%;
    z-index: 0;
}

@media (max-width: 790px) {

    .images_wrap__right {
        position: absolute;
        left: auto;
        top: -73%;
        right: -43%;
        bottom: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .images_wrap__left {
        position: absolute;
        left: -45%;
        top: auto;
        right: auto;
        bottom: -60%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .image_rounded {
        overflow: hidden;
        width: 46.37vw;
        height: 34.3vw;
        border-radius: 100vw;
    }
}

@media (max-width: 679px) {

    .first_screen__content {
        position: relative;
        width: 100%;
        padding-right: 5vw;
        padding-left: 5vw;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .first_screen__wrapper {
        height: auto;
        min-height: auto;
        padding-top: 7.5rem;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .text_wrap {
        bottom: -296%;
        text-indent: 0;
        text-align: center;
    }

    .images_wrap__right {
        top: 150%;
        right: -10%;
    }

    .images_wrap__right .image_rounded {
        width: 56.37vw;
    }

    .image_rounded {
        overflow: hidden;
        width: 66.37vw;
        height: 44.3vw;
        border-radius: 100vw;
    }

    .images_wrap__left {
        left: -60%;
        bottom: -140%;
    }

    .ball.bounce {
        bottom: 70px;
    }
}

/* SLIDER */
.slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.slider .swiper-container .swiper-slide {
    overflow: hidden;
}

.slider .swiper-container .swiper-slide.swiper-slide-duplicate-active .slide-image {
    opacity: 1;
    transform: scale(1);
}

.slider .swiper-slide-active .slide-image {
    opacity: 1;
    transform: scale(1);
}

.slider .swiper-slide-active .slide-content {
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.slider .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: #f2f5f7; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slider .slide-inner:before {
    position: absolute;
    content: '';
    background: url(/wp-content/themes/abagency/assets/images/decor-background.webp);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4;
}

.slider .slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /* opacity: .2; */
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}

.slider .slide-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: url("../images/bg-noise.gif"); */
    background-size: 200px auto;
    z-index: 2;
    opacity: 0.05;
}

.slider .slide-content {
    position: absolute;
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider .slide-content {
    text-align: left;
    padding: 15px;
    align-items: flex-start;
}

.slider .slide-content a {
    width: 100px;
    height: 100px;
    line-height: 98px;
    display: inline-block;
    color: #000000;
    position: relative;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    transition: 0.2s transform;
}

.slider .slide-content a span {
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
}

.slider .slide-content a span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 50%;
    bottom: 35%;
    transform: translateX(-50%);
    transition: all ease .3s;
}

.slider .slide-content a circle {
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
    transition: stroke-dashoffset .5s;
}

.slider .slide-content a svg {
    transition: transform .3s;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.slider .slide-content a:hover circle {
    stroke-dashoffset: 0;
}

.slider .slide-content a:hover svg {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.05);
}

.slider .slide-content a:hover span:before {
    width: 0;
}

.slider .slide-content h1 {
    font-size: 5rem;
    text-transform: initial;
    color: #000000;
}

.slide-description {
    color: #000000;
    font-size: 1.5rem;
    max-width: 700px;
    margin: 40px 0;
}

@media(max-width:991px) {

    .slider .slide-content {
        padding: 30px 30px;
    }

    .slider .slide-content h1 {
        font-size: 2.5rem;
        text-transform: initial;
        color: #000000;
    }

    .slide-description {
        font-size: 1rem;
    }
}

.page-loaded .slide-content .link-holder {
    text-align: center;
}

.slider .slider-controls {
    height: 21px;
    display: inline-block;
    margin-left: auto;
    right: 0;
    position: relative;
    overflow: hidden;
}

.slider .slider-controls .main-nav.prev {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    margin: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.slider .slider-controls .main-nav.prev:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    color: #000000;
}

.slider .slider-controls .main-nav.prev:hover {
    transform: translateY(-100%);
    text-decoration: none;
}

.slider .slider-controls .main-nav.next {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    margin: 0;
    margin-left: 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.slider .slider-controls .main-nav.next:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    color: #000000;
}

.slider .slider-controls .main-nav.next:hover {
    transform: translateY(-100%);
    text-decoration: none;
}

.slider .slider-controls .swiper-button-prev {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    margin: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.slider .slider-controls .swiper-button-prev:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    color: #000000;
}

.slider .slider-controls .swiper-button-prev:hover {
    transform: translateY(-100%);
    text-decoration: none;
}

.slider .slider-controls .swiper-button-next {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    margin: 0;
    margin-left: 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.slider .slider-controls .swiper-button-next:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    color: #000000;
}

.slider .slider-controls .swiper-button-next:hover {
    transform: translateY(-100%);
    text-decoration: none;
}

.slider .slider-fraction {
    display: inline-block;
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    left: 100px;
    bottom: 100px;
}

.slider .slider-fraction span {
    display: inline-block;
}

.slider .swiper-pagination-bullets {
    display: inline-block;
    margin: 0 auto;
    margin-top: 4px;
    position: static;
}

.slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #000000;
    margin: 0 10px;
    text-align: center;
    position: relative;
    transform: scale(0.4);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    transform: scale(0.8);
}

.slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.open_callback {
    cursor: pointer;
}

/* LEFT SIDE */
.left-side {
    width: 100vh;
    position: fixed;
    left: 60px;
    bottom: 0;
    color: #000;
    font-weight: 500;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    z-index: 3;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #00000010;
}

.left-side .social-links {
    height: 21px;
    margin-right: 0;
    margin-left: auto;
}

.left-side .social-links ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.left-side .social-links ul li {
    display: inline-block;
    margin-left: 15px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.left-side .social-links ul li a {
    color: #000;
    display: inline-block;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.left-side .social-links ul li a:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    color: #000;
}

.left-side .social-links ul li a:hover {
    transform: translateY(-100%);
    text-decoration: none;
}

/* RIGHT SIDE */
.right-side {
    width: 100vh;
    position: fixed;
    right: 60px;
    bottom: 0;
    color: #000;
    transform: rotate(90deg);
    transform-origin: right bottom;
    z-index: 3;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #00000010;
    cursor: pointer;
}

.right-side a {
    color: #000;
    display: inline-block;
    height: 21px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.right-side a:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    color: #000000;
}

.right-side:hover a {
    transform: translateY(-100%);
    text-decoration: none;
}

.right-side svg {
    transform: rotate(-90deg);
}

.side-divider {
    position: relative;
    display: inline-block;
    width: 100px;
    margin: 0 15px;
    height: 5px;
    border-top: 1px solid #000000;
}

.slider_cta {
    position: absolute;
    bottom: 50px;
    right: 150px;
    z-index: 9;
}

.scroll_to_services {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    cursor: pointer;
}

.slider_cta .btn {
    position: relative;
    display: block;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    color: var(--ab-white-color);
    width: 100%;
    max-width: 24rem;
    border-radius: 50%;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background: transparent;
    border: none;
    z-index: 1;
    transition: all 0.2s;
}

.slider_cta .btn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    left: 10px;
    top: 10px;
    border-radius: 50%;
}

.slider_cta .btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    left: -10px;
    top: -10px;
    border-radius: 50%;
}

.slider_cta .btn:before {
    content: "";
    padding-top: 100%;
    float: left;
}

.btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 27%;
    stroke-width: 2px;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
}

.btn-icon>svg {
    margin: auto;
    height: 100%;
    fill: transparent;
    stroke: var(--ab-dark-color);
    transition: all 0.2s;
}

.slider_cta .btn .btn-text {
    display: block;
    white-space: nowrap;
    transform: translate(-50%, -50px);
    visibility: hidden;
    opacity: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    transition: all 0.2s;
}

.btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87%;
    height: 87%;
    border-radius: 50%;
    background-color: var(--ab-dark-color);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slider_cta .btn span {
    left: 70%;
}

.sd-stroke {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    stroke: var(--ab-dark-color);
    stroke-width: 2px;
    fill: transparent;
    transition: stroke 0.15s;
}

.slider_cta:hover .btn {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--ab-white-color)
}

.slider_cta:hover .btn .btn-text {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

.slider_cta:hover .btn .sd-stroke {
    stroke: var(--accent-color);
}

.slider_cta:hover .btn .sd-stroke {
    stroke: var(--accent-color);
}

.slider_cta:hover .btn .btn-icon>svg {
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
}

.text-circle {
    position: absolute;
    bottom: -10rem;
    width: 10rem;
    height: 10rem;
    font-weight: 600;
    font-family: var(--heading-font-family), sans-serif;
    text-transform: uppercase;
}

.text-circle>svg {
    animation: textCircle 10s linear infinite;
    fill: var(--accent-color);
    width: 100%;
    height: 100%;
    font-size: 3rem;
    -webkit-animation: textCircle 10s linear infinite;
}

.text-circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    background-color: var(--accent-color);
    border-radius: 50%;
    z-index: 2;
}

.text-circle>svg {
    animation: textCircle 10s linear infinite;
    fill: var(--accent-color);
    width: 100%;
    height: 100%;
    font-size: 3rem;
}

.text-circle>svg path {
    fill: none;
}

@keyframes textCircle {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.go-to-top {
    position: absolute !important;
    opacity: 0;
    content: '';
    right: 0;
    top: 20px !important;
    width: 70px;
    height: 28px;
    transition: all .5s ease;
    z-index: 9999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.go-to-top.active {
    opacity: 1;
}

.scroll_tooltip {
    align-items: center;
    column-gap: 10px;
    margin: -20px 0 30px;
}

.scroll_tooltip svg {
    width: 50px;
    height: 50px;
}

.scroll_tooltip-icon {
    border: 1px solid #21252930;
    border-radius: 50%;
    padding: 20px;
}

.scroll_tooltip-icon svg path {
    fill: var(--accent-color) !important;
}

.scroll_tooltip-text {
    font-size: 14px;
    color: #9a9a9a;
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .navbar .languages {
        display: inline-block;
        margin-left: 35px;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .navbar .languages li {
        margin-right: 5px;
    }

    .bottom-bar {
        padding: 20px 30px;
    }

    .left-side {
        display: none;
    }

    .right-side {
        display: none;
    }
}