@font-face {
    font-family: 'Geist';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Light.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Medium.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Regular.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-ExtraLight.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Bold.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Black.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-ExtraBold.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Thin.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-SemiBold.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/Geist-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif 4';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/SourceSerif4-Bold.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/SourceSerif4-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif 4';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/SourceSerif4-Regular.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/SourceSerif4-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif 4';
    src: url('http://localhost/octopos/wp-content/themes/octopos/assets/font/SourceSerif4-Italic.woff2') format('woff2'),
        url('http://localhost/octopos/wp-content/themes/octopos/assets/font/SourceSerif4-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

a {
    text-decoration: none !important;
}

.btn span.arrow {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-left: 0.5rem;
    transition: all 0.2s ease-in-out;
    transition-property: transform;
}

.sec-title h4 {
    font-size: 1.313rem;
    font-weight: 400;
    font-family: "Source Serif 4";
    line-height: 1;
    position: relative;
    color: #000;
    padding-left: 20px;
}

.sec-title h4::after {
    position: absolute;
    content: "";
    height: 1.125rem;
    width: 1.125rem;
    border-radius: 50%;
    background-color: #0194d5;
    left: 0;
}

.sec-title h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -2%;
    font-family: "Geist";
    font-weight: 500;
    color: #020508;
    margin-bottom: 1.2rem;
}

.featured-work .sec-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Geist";
    line-height: 1.5;
    margin-bottom: 1rem;
    position: relative;
    color: #24282a;
}

.work-box .project-card__title span {
    font-family: "Source Serif 4";
    color: #000;
    font-size: 1.313rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    transition: background-size 0.5s cubic-bezier(0.09, 0.69, 0, 1);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.footer__contact .text {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Geist";
    line-height: 1.5;
    margin-bottom: 1rem;
    position: relative;
    color: #24282a;
}

.hero--video .banner-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.hero--video .banner-text h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -2%;
    font-family: "Geist";
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.2rem;
}

.hero--video .banner-text p {
    color: #fff;
}

.innerBanner {
    position: relative;
    /* padding: 150px 0 100px; */
    /* min-height: 100vh; */
    z-index: 2;
}

.innerBanner h1 {
    color: #000;
}

.innerBanner .squiggleIn {
    z-index: 9999 !important;
}

.innerBanner .squiggleIn path {
    animation: squiggleIn 5s forwards;
}

.approach {
    position: relative;
    padding: 100px 0;
}

.approach p {
    color: #24282a;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Geist";
}

.expertise-brand {
    position: relative;
    padding: 50px 0;
}

.expertise-brand .brand-box {
    display: flex;
    flex-direction: row;
}

.expertise-brand .brand-box .left {
    background-color: #fff;
    padding: 50px;
    float: left;
    width: 95%;
}

.expertise-brand .brand-box .left h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Geist";
}

.project-card__title {
    font-family: "Geist";
}

.expertise-service {
    position: relative;
    padding: 50px 0;
}

.text-block.about_section .text-block__layout {
    gap: 6rem;
    grid-template-columns: 1fr 2fr;
}

.expertise-service .sec-title h4 {
    padding-left: 0;
    padding-right: 20px;
}

.expertise-service .sec-title h4::after {
    right: 0;
    left: auto;
}

.expertise-service h3 {
    color: #24282a;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Geist";
}

.expertise-service .side-widget ul {
    padding-top: 1.5rem;
}

.expertise-service .side-widget ul li {
    border-bottom: 1px solid #dadada;
    text-align: end;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.expertise-service .side-widget ul li a {
    color: #434343;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Geist";
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: inline-block;
}

.expertise-service .side-widget ul li a:hover .arrow {
    display: inline-flex;
}

.expertise-service .side-widget ul li a span {
    font-size: 1.313rem;
    color: #8d8d8d;
    line-height: 1.5;
}

.expertise-service .side-widget ul li a .arrow {
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 50%;
    background-color: #0094d3;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0.4rem;
}

.expertise-service .side-widget ul li a .arrow i {
    font-size: 0.8rem;
    transform: rotate(45deg);
}

.our-work {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.our-work:before {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    background: #fff;
    border-radius: 760px;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    opacity: 0.4;
    filter: blur(270px);
    content: "";
    pointer-events: none;
    will-change: transform;
}

.our-work h1 {
    background-image: linear-gradient(269deg, #bc2789 1.26%, #f85956 98.74%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    font-size: 3.3rem;
    line-height: 1.1;
}

.slider {
    display: flex;
    gap: 55px;
    align-items: center;
    position: relative;
}

@media (max-width: 640px) {
    .slider {
        padding-top: 1rem;
        flex-direction: column;
        gap: 16px;
    }
}

.carousel__slider {
    position: relative;
    width: 100%;
    min-height: 600px;
}

.carousel__slider::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -17%;
    margin: auto;
    width: 842px;
    height: 842px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #0094d3;
    content: "";
}

.carousel__slider .btn {
    background: #fff;
    font-size: 1rem;
    border-radius: 2rem;
    padding: 10px 30px;
    color: #0094d3;
    border: #0094d3 1px solid;
}

.carousel__slider .btn span.arrow {
    height: 1.5rem;
    width: 1.5rem;
    background-color: #0094d3;
    color: #fff;
}

.carousel__item {
    width: 100%;
    min-height: 600px;
    padding: 48px;
    color: #fff;
    background: white;
    border-radius: 16px;
    position: absolute;
    top: 0%;
    opacity: 0;
}

.blurred-box__step {
    color: #cacaca;
    font-size: 21px;
    font-family: "Geist";
}

.blurred-box__text {
    color: #000;
    font-size: 21px;
    font-family: "Source Serif 4";
}

.blurred-box__text2 {
    color: #434343;
    /* font-size: 16px; */
    font-size: 20px;
    font-family: "Geist";
}

.blurred-box__text2 li {
    color: #434343;
    font-size: 21px;
    font-family: "Source Serif 4";
    margin-bottom: 20px;
}

.carousel__nav {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 640px) {
    .carousel__nav {
        flex-direction: row;
    }
}

.carousel__nav__item {
    background: #424b58;
    box-shadow: none;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.carousel__nav__item--active {
    background: red;
}

.sec-3 h2 {
    font-size: 40px;
    font-family: "Geist";
    color: #24282a;
    font-weight: normal;
}

.sec-3 h4 {
    padding-left: 0;
    padding-right: 30px;
}

.sec-3 h4::after {
    position: absolute;
    content: "";
    height: 1.125rem;
    width: 1.125rem;
    border-radius: 50%;
    background-color: #0194d5;
    left: auto;
    right: 0;
}

.sec-3 .sec-title h2 {
    font-weight: 500;
}

.text-block__layout.expertise {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
}


footer .footer-widget-title {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #0f1519;
}

.contact-page {
    padding: 50px 0;
    padding-top: 12rem;
    position: relative;
}

.contact-page h1 {
    font-family: "Geist";
    font-family: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -2%;
    color: #020508;
    margin-bottom: 1.2rem;
}

.contact-page .social {
    padding-top: 30px;
    padding-left: 0;
}

.contact-page .social li {
    margin-bottom: 20px;
}

.contact-page .social li:hover p {
    color: #0094d3
}

.contact-page .social a {
    display: flex;
    align-items: center;
    color: #000;
}

.contact-page .social a p {
    margin-bottom: 0;
}

.contact-page .social a i {
    margin-right: 15px;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 2px solid #0094d3;
    color: #0094d3;
    border-radius: 50%;
}

.contact-page .social a:hover {
    color: #0094d3;
}

.contact-page form {
    padding: 50px;
    background: #fff;
    position: relative;
}

.contact-page .below-circle {
    position: absolute;
}

.contact-page .below-circle .loader {
    top: 0;
}

/* .contact-page form::after {
    position: absolute;
    content: "";
    height: 22.938rem;
    width: 23.313rem;
    background-color: #A6D4FF;
    top: -30%;
    left: -30%;
    z-index: -1;
    border-radius: 50%;
} */

.contact-page .input-box input {
    border-radius: 0;
    border: none;
    border: 1px solid #E4E4E4;
    background: #EEF0F3;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    font-family: "Geist";
    font-weight: 400;
    font-size: 18px;
    line-height: 141%;
    color: #000;
}

.contact-page .input-box label {
    color: #434343;
}

.contact-page .input-box textarea {
    border-radius: 0;
    border: none;
    border: 1px solid #E4E4E4;
    background: #EEF0F3;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 35px;
    min-height: 120px;
    resize: none;
    font-family: "Geist";
    font-weight: 400;
    font-size: 18px;
    line-height: 141%;
    color: #000;
}

footer .topFooter {
    padding: 50px 0;
}

footer .footer-widget-title {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: -2%;
    color: #0f1519;
}

footer .footer-adress {
    position: relative;
    padding-right: 35px;
    padding-left: 0;
    font-family: 'Geist';
}

footer .footer-adress::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 1px;
    background: #c8c8c8;
    top: -41px;
    right: 0;
}

footer ul a {
    font-size: 1.375rem;
    line-height: 1.375;
    letter-spacing: -2%;
    color: #656565;
    font-family: 'Geist';
}

footer .footercontact {
    display: flex;
    padding-left: 0;
}

footer .footercontact li {
    margin-right: 15px;
}

.footer__secondary span,
.footer__secondary span a {
    font-size: 1.125rem;
    line-height: 1.125;
    letter-spacing: -2%;
    color: #656565;
}

.footer__contact .contact-form {
    max-width: 50%;
    text-align: end;
    margin-left: auto;
}

.footer__contact .contact-form .input-box {
    position: relative;
}

.footer__contact .contact-form .input-box input {
    position: relative;
    height: 60px;
    border-radius: 0;
    border: 1px solid #000;
    background: transparent;
    padding-right: 3.125rem;
}

.footer__contact .contact-form .input-box .btn {
    padding: 0;
    background: unset;
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
}

.footer__contact .contact-form .input-box .btn span {
    background: #0094d3;
    color: #fff;
}

.featured-work .sec-title .right {
    width: 31%;
}

.footer__contact .sec-title {
    width: 50%;
}


.animation-container {
    position: relative;
    /* width: 350px;
  height: 350px; */
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    transition: border-color 0.3s ease;
}

.circle-container {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.shape-image {
    position: relative;

}

.shape-image .line {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #0194d5;
    right: 5%;
    bottom: -100px;
    animation: fly-two 9s 0.9s ease-in-out infinite;
}

.shape-image .right {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #0194d5;
    left: 5%;
    top: 0;
    animation: fly-two 10s 0.5s ease-in-out infinite;
    z-index: -1;
}

@keyframes fly-two {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(-30px, 15px) rotate(-20deg);
    }

    20% {
        transform: translate(30px, -15px) rotate(40deg);
    }

    30% {
        transform: translate(10px, -25px) rotate(20deg);
    }

    40% {
        transform: translate(40px, -60px) rotate(15deg);
    }

    55% {
        transform: translate(80px, -15px) rotate(-15deg);
    }

    75% {
        transform: translate(0, 35px) rotate(15deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

.sustainability-circle {
    position: absolute;
    padding: 0;
    top: 0;
}

.sustainability-circle .circle-container {
    width: 200px;
    height: 200px;
}

.sequiatal {
    position: absolute;
    padding: 0;
    bottom: 0;
    right: 0;
}

.sequiatal .circle-container {
    width: 200px;
    height: 200px;
}

.footer-logo {
    max-width: 80%;
}

footer a:hover,
.footer__credit:hover span {
    color: #0194d5;
}

.home-circle {
    bottom: 0;
    top: unset;
}

.newElemet {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.newElemet.top {
    top: 0;
    left: 0;
}

.newElemet img {
    border-radius: 50%;
    animation: fly-two 9s 0.9s ease-in-out infinite;
}

.newElemet.bottom {
    top: 0;
    right: 0;
    height: 90px;
    width: 90px;
}

.newElemet.bottom img {
    animation: fly-two 20s 0.5s ease-in-out infinite;
}

.about_section .text-block__layouts .below-circle {
    height: 100px;
}

.about_section .text-block__layouts .below-circle .loader {
    height: 100px;
    width: 100px;
    right: -10%;
    left: unset;
    transform: translate(0, -50%);
}

.shape-image.gif .line {
    background-color: unset;
    bottom: 0;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.text-block .text-block__large-text .line,
.project-intro__key-info dd {
    color: #000;
}

.project-intro__text .large h4::after {
    display: none;
}


.vertical-tabs-section {
    padding-bottom: 100px;
}

.vert-tab>div {
    margin-left: 10px;
    margin-right: 10px;
    width: 33%;
    cursor: pointer;
    height: 500px;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}

.recr-content {
    background: #fcfbf9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #a8aea4 !important;
    padding: 36px 28px;
    margin-top: 36px;
    border: 1px solid;
    position: relative;
}

.recr-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000a19;
    white-space: nowrap;
    transform: rotate(269deg);
}

.open-tab {
    position: absolute;
    bottom: 15px;
    left: 28px;
    height: 55px;
    width: 55px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    transition: all .2s ease-in-out;
}

.recr-content:hover .open-tab {
    transform: rotate(45deg);
    background-color: #0194d5;
    border-color: #0194d5;
    color: #fff;
}

.work_items_content {
    display: none;
}

.vert_tab_image_wrrapeer {
    display: flex;
    align-items: center;
}

.vert-tab-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 74px;
    font-weight: 700;
    line-height: 81px;
    letter-spacing: 0em;
    text-align: left;
    color: #000a19;
    margin-bottom: 30px;
}

.vert-tab-content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #0194d5;
    margin-bottom: 20px;
    padding-left: 30px;
}

.vert-tab-content h4::after {
    height: 1.5rem;
    width: 1.5rem;
}

.vert-tab-content p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    max-width: 96%;
    color: #000a19;
    margin-left: 0px;
    margin-right: auto;
}

.recr-content.active {
    width: 100%;
}

.recr-content.active {
    background: white;
    border-color: #a8aea4;
}

.recr-content.active h3 {
    display: none;
}

.recr-content.active .work_items_content {
    display: block;
}

.recr-content img {
    max-width: 100%;
    height: 426px;
}

.vert-tab {
    display: flex;
}

.vert-tab-content .tab_icon {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.vert-tab-content .tab_icon::before {
    content: "";
    border: 2px solid #031262;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

.vert-tab-content .tab_icon::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-radius: 50%;
    background-color: #031262;
    transition: all .5s ease 0s;
}

.vert-tab-content .tab_icon svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    z-index: 6;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    max-width: 60px;
    fill: #fff;
}

.what-we-offer__layout {
    position: relative;
}

.stick-top2 .what-we-offer__header {
    position: sticky;
    top: 200px;
}

.what-we-offer__toc-link a {
    color: #000;
}

.what-we-offer__features .heading {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    padding-left: 25px;
}

.dotHeading {
    position: relative;
    padding-left: 25px;
}

.dotHeading::after {
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background-color: #0194d5;
    left: 0;
    top: 10px;
}

@media(max-width: 1024px) {
    .carousel__slider::before {
        width: 650px;
        height: 650px;
    }
}



.carousel__slider .btn:hover {
    color: #fff;
}

.page-template-template-expertise .blurred-box__text2 {
    font-size: 22px;
}

.carousel__slider .btn:hover {
    color: #fff;
}

header .offcanvas-top {
    padding: 5.5rem 0;
}

header .offcanvas-top .side-server p {
    font-size: 22px;
}

.offcanvas-body.stellarnav {
    /* padding: 6rem 0; */
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 30px;
}

header .offcanvas-top {
    height: 85vh;
}

.offcanvas-body ul.menu li a {
    font-size: 2rem;
    font-weight: 500;
}

.hero--video .banner-text h1 {
    font-size: 4.2rem;
    font-weight: 400;
}

.hero--video .banner-text h1 span {
    font-weight: 600;
}

.hero--video .banner-text {
    bottom: 10%;
}

.hero--video .banner-text .text-block__button {
    margin-top: 15px;
}

.brand-box .righ {
    width: 90%;
}

.brand-box .left .sec-title p {
    font-size: 20px;
}


@media (max-width: 1560px) {

    .header .menu-toggle,
    .header .hamburger-lines {
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
    }

    .header .hamburger-lines:hover {
        background-color: #000;
    }

    .header__logo {
        width: 18.5rem;
    }
}

site-menu[open] {
    opacity: 1;
    visibility: inherit;
}

site-menu[open] .site-menu__dropdown {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0%);
}

site-menu[open] .overlay {
    backdrop-filter: blur(6px);
    pointer-events: auto;
}

site-menu[open] .site-menu__content {
    opacity: 1;
    visibility: inherit;
}

.site-menu__links .menu {
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    padding: 0;
    width: 100%;
}

.site-menu__links li a {
    position: relative;
    color: #24282a;
    transition: all 0.5s;
}

.site-menu__links {
    width: 100%;
}

.site-menu__content {
    gap: 0 6rem;
}

.site-menu__links li {
    transition: all .2s ease-in-out;
    transition-property: color;
}

.site-menu__links li:hover a,
.site-menu__links li:hover:not(:disabled) {
    color: #938986;
}

.site-menu__featured-post .heading span {
    font-size: 17px;
}

.header .hamburger-lines {
    justify-content: center;
    padding-right: 15px;
}

.hamburger.is-active .hamburger-lines {
    align-items: center;
    padding: 0;
}

.header #hamburger-1.is-active .line:nth-child(3),
.header #hamburger-1.is-active .line:nth-child(1) {
    width: 46%;
}

.header-LOGO-menu {
    opacity: 0;
    pointer-events: none;
}

.page-id-8 .featured-work .featured-work__header .left h2 {
    position: relative;
    padding-left: 25px;
}

.page-id-8 .featured-work .featured-work__header .left h2::after {
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background-color: #0194d5;
    left: 0;
    top: 10px;
}

.sec-title.text-end h4 {
    padding-left: 20px;
    padding-right: 0;
    width: fit-content;
    margin-left: auto;
}

.sec-title.text-end h4::after {
    right: auto;
    left: 0;
}


.animation-container.balled {
    height: 200px;
}


.ball {
    opacity: 0.75;
}

.ball:before,
.ball:after {
    -webkit-animation: 0.4s ease-in-out alternate infinite;
    animation: 0.4s ease-in-out alternate infinite;
    content: "";
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.ball:before {
    -webkit-animation-name: Bounce;
    animation-name: Bounce;
    background: radial-gradient(farthest-side at 44% 28%, #ffa3a3, #0194d5 30%, #0194d5 150%);
    height: 100px;
    width: 100px;
    z-index: 2;
}

.ball:after {
    -webkit-animation-name: Shrink;
    animation-name: Shrink;
    height: 15px;
    width: 120px;
    background: #000;
    box-shadow: 0 0 4px #000;
    bottom: 5px;
}

@-webkit-keyframes Bounce {
    0% {
        bottom: 50%;
    }

    70% {
        transform: scale(0.95, 1.05);
    }

    100% {
        bottom: 0;
        transform: scale(1.15, 0.8);
    }
}

@keyframes Bounce {
    0% {
        bottom: 50%;
    }

    70% {
        transform: scale(0.95, 1.05);
    }

    100% {
        bottom: 0;
        transform: scale(1.15, 0.8);
    }
}

@-webkit-keyframes Shrink {
    0% {
        transform: scale(1.1);
        opacity: 0.15;
    }

    100% {
        transform: scale(0.6);
        opacity: 0.45;
    }
}

@keyframes Shrink {
    0% {
        transform: scale(1.1);
        opacity: 0.15;
    }

    100% {
        transform: scale(0.6);
        opacity: 0.45;
    }
}