:root {
    /* --base-color: #FA4529;
    --secondary-color: #C0D245;
    --cx-primary-rgb: 250, 69, 41;
    --cx-secondary-rgb: 192, 210, 69;
    --cx-link-color: #FA4529;
    --cx-link-hover-color: #FA4529;
    --swiper-theme-color: #FA4529; */
    --base-color: #4CBA9A;
    --base-color-rgb: 76 186 154;
    --link-color: #4CBA9A;
    --link-hover-color: #4CBA9A;
}

/* Font Awesome */

.social-icon {
    font-size: 1rem;
}


.btn.standard {
    background: var(--base-color);
    border-color: var(--base-color);
    color: #fff;
}

.btn.standard:hover,
.btn.standard:focus {
    background: transparent;
    color: var(--base-color);
}

/* Navbar */

header a.logo {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 766px) {
    .hamburger-menu .close-button-menu {
        top: 2.2vh;
    }
}

@media only screen and (max-width: 766px) {
    .hamburger-menu .close-button-menu {
        top: 6.5vh;
    }
}

@media only screen and (max-width: 766px) {
    header a.logo img {
        max-height: 50px;
        padding: 0 0px 5px;
    }
}

.hamburger-menu-links li a:hover,
.follow-box a:hover {
    color: var(--base-color);
}

.mobile-toggle:hover span,
.white-link .mobile-toggle:hover span {
    background-color: var(--base-color);
}

header nav.navbar.white-link .header-social-icon a:hover,
nav.navbar.bootsnav.white-link .header-social-icon a:hover {
    color: var(--base-color);
}

header a.logo img {
    max-height: 50px;
    margin-top: 1rem;
}

/* Hero section */

@media (min-width: 991px) {
    .opacity-extra-medium {
        opacity: .6;
    }
}

.video-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.hero-video {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

    .mobile-height .full-screen,
    .swiper-full-screen .full-screen {
        height: 626px !important;
        min-height: 480px !important;
    }

    .opacity-extra-medium {
        opacity: .5;
    }

    .hero-video {
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
}

.full-screen {
    height: 980px;
}

/* HOMEPAGE*/

.feature-box {
    cursor: default;
}

/* Process section */

.feature-box-10 .number-four:before {
    content: none;
}

.border-width-2 {
    border-width: 1.5px;
}

/* Services section */

.services {
    padding-bottom: 0px;
}

.image-hover-style-3 .cover-background {
    filter: grayscale(1);
}

.image-hover-style-3:hover .cover-background {
    filter: none;
}

/* Quote & Team sections */

@media (min-width: 767px) {
    .overlay-text {
        top: 25px;
        opacity: .75;
    }

    .team-image {
        /* max-width: fit-content; */
        cursor: default;
       }
}

@media (min-width: 992px) {
    #team-block {
        flex: 0 0 auto;
        width: 22%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #team-block {
        flex: 0 0 auto;
        width: 42%;
    }
}

.team-swiper-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .our-team {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
} 

.team_carousel_wrap {
    width: 1060px;
}


/* Icons */
.text-base-color {
    color: var(--base-color);
}

/* Client logos */
.clients-list img {
    filter: grayscale(1);
}

.clients-list:hover img {
    filter: none;
}

/* Footer */

.scroll-top-arrow,
.scroll-top-arrow {
    color: #fff;
    background: var(--base-color);
    top: 92%;
}

.scroll-top-arrow:hover {
    color: var(--base-color);
    background: #fff;
    opacity: 1;
}


/* SERVICES PAGE */

/* Process - Services sections */
@media (min-width: 767px) and (max-width: 991px) {
    .feature-box-11:nth-child(3) .progress-line:after {
        visibility: hidden;
    }

    .feature-box-11:nth-child(2) .progress-line:after {
        visibility: visible;
    }
}

.top-anchor {
    content: "";
    scroll-margin-top: 7rem;
}

.text-light-base {
    color: var(--base-color);
    opacity: .5;
}

.list-style-10 li:first-child {
    padding-top: 0;
}

.services h6 {

    font-size: 20px;
    line-height: 1.6rem;
    letter-spacing: 0.03rem;
}

.accordion-style2 {
    margin-bottom: 1rem;
}

.accordion-style2 .panel .panel-heading {
    background: transparent;
    border-bottom: 1px solid var(--base-color);
}

.subtitle-base-color {
    color: var(--base-color);
}

.accordion-style2 .panel-heading i {
    color: var(--base-color);
}

.accordion-style2 a:hover i {
    color: var(--base-color);
}

@media (min-width: 991px) {
    .accordion-style2 .panel-heading i {
        font-size: 20px;
    }
}

@media (min-width: 321px) and (max-width: 768px) {
    .panel-title {
        font-size: 14px;
        font-weight: 300;
    }

    .accordion-style2 .panel-heading i {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .panel-title {
        font-size: 13px;
        font-weight: 300;
        line-height: 1.2;
    }

    .accordion-style2 .panel-heading i {
        font-size: 15px;
    }

}


/* PROJECT PAGE */

@media (min-width: 1024px) {
    .list-style-8 li:last-child {
        padding-bottom: 0;
    }
}


/* TEAM PAGE */

@media (min-width: 1440px) {

    #team,
    #testimonials {
        position: relative;
        /* background-color: rgb(236, 236, 236); */
    }

    #team::before {
        content: "Hello";
        width: 100%;
        position: absolute;
        font-size: 600px;
        font-weight: 900;
        line-height: .70;
        color: rgb(247, 247, 247);
        opacity: .9;
        -webkit-text-stroke: 0.3vw rgb(247, 247, 247);
        text-transform: uppercase;
        transform: translate(3%, 0%);
        top: 0;
    }

    #testimonials::before {
        content: "Thank you";
        width: 100%;
        position: absolute;
        font-size: 250px;
        font-weight: 900;
        line-height: .70;
        color: rgb(255, 255, 255);
        opacity: .7;
        -webkit-text-stroke: rgb(255, 255, 255);
        text-transform: uppercase;
        transform: translate(10%, 0%);
        bottom: 0;
    }

    /* #testimonials::before {
        content: "Thank you";
        width: 100%;
        position: absolute;
        font-size: 250px;
        font-weight: 900;
        line-height: .70;
        color: var(--base-color);
        opacity: .1;
        -webkit-text-stroke: 0.3vw var(--base-color);
        text-transform: uppercase;
        transform: translate(10%, 0%);
        bottom: 0;
    } */

    /* SERVICES & CONTACT TEXT */

    #web-apps,
    #web-dev {
        min-height: 100%;
        position: relative;
        background-color: rgb(236, 236, 236);
    }

    #mobile-apps {
        min-height: 100%;
        position: relative;
        background-color: rgb(230, 230, 230);
    }

    #about-intro {
        min-height: 100%;
        position: relative;
    }

    #web-apps::before {
        content: "Web apps";
        width: 50%;
        position: absolute;
        font-size: 220px;
        font-weight: 900;
        line-height: .75;
        color: var(--base-color);
        opacity: .4;
        -webkit-text-stroke: 0.3vw var(--base-color);
        text-transform: uppercase;
        bottom: 0;
    }

    #mobile-apps::before {
        content: "Mobile apps";
        text-align: end;
        width: 50%;
        position: absolute;
        font-size: 220px;
        font-weight: 900;
        line-height: .75;
        color: var(--base-color);
        opacity: .4;
        -webkit-text-stroke: 0.3vw var(--base-color);
        text-transform: uppercase;
        bottom: 0;
    }

    #web-dev::before {
        content: "Web Dev";
        width: 40%;
        position: absolute;
        font-size: 220px;
        font-weight: 900;
        line-height: .75;
        color: var(--base-color);
        opacity: .4;
        -webkit-text-stroke: 0.3vw var(--base-color);
        text-transform: uppercase;
        bottom: 0;
    }

    #about-intro::before {
        content: "About us";
        width: 30%;
        position: absolute;
        font-size: 150px;
        font-weight: 900;
        line-height: .77;
        color: var(--base-color);
        opacity: .4;
        -webkit-text-stroke: 0.3vw var(--base-color);
        text-transform: uppercase;
        bottom: 0;
    }
}

/* CONTACT PAGE */

#contact-animated-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100%; */
}


@media (max-width: 767px) {
    .data-text {
        position: relative;
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 55px;
        font-weight: 800;
        color: #F7F7F7;
        -webkit-text-stroke: var(--base-color);
        text-transform: uppercase;
    }

    #contact-animated-text::before {
        content: "Say";
        /* width: 100%; */
        position: absolute;
        font-size: 170px;
        font-weight: 900;
        line-height: .75;
        color: var(--base-color);
        opacity: .4;
        -webkit-text-stroke: 0.3vw var(--base-color);
        text-transform: uppercase;
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .data-text {
        position: relative;
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 70px;
        font-weight: 800;
        color: #F7F7F7;
        -webkit-text-stroke: var(--base-color);
        text-transform: uppercase;
    }

    #contact-animated-text::before {
        content: "Say";
        /* width: 100%; */
        position: absolute;
        font-size: 300px;
        font-weight: 900;
        line-height: .75;
        color: var(--base-color);
        opacity: .4;
        -webkit-text-stroke: 0.3vw var(--base-color);
        text-transform: uppercase;
        top: 0;
        left: 0;
    }
}

.data-text::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%;
    height: 100%; */
    color: var(--base-color);
    -webkit-text-stroke: var(--base-color);
    border-right: 2px solid var(--base-color);
    overflow: hidden;
    animation: animate 4s linear infinite;
}

@keyframes animate {

    0%,
    10%,
    100% {
        width: 0;
    }

    70%,
    90% {
        width: 100%;
    }
}

.bordered {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .blog-nav-link {
        padding: 10px 0;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .blog-nav-link-next {
        padding-right: 30px;
    }

    .blog-nav-link-prev {
        padding-left: 30px;
    }
}


/* Quote section */

@media (max-width: 768px) {
    .quote .separator-line-horrizontal-full {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);

    }
}

@media (min-width: 1440px) {
    .signature-after {
        text-align: end;
        padding-right: 130px;
    }
}

/* Portfolio item - homepage */
@media (min-width: 1024px) and (max-width: 1400px), (max-width: 374px) {
    .home-portfolio .portfolio-img {
        height: 230px;
    }
}

@media (width: 768px), (min-width: 1440px) {
    .home-portfolio .portfolio-img {
        height: 250px;
    }
}

@media (min-width: 375px) and (max-width: 425px) {
    .home-portfolio .portfolio-img {
        height: 280px;
    }
}

@media (min-width: 450px) and (max-width: 767px) {
    .home-portfolio .portfolio-img {
        height: 190px;
    }
}


/* .home-portfolio .grid-item:nth-child(3) img {
    transform: translateY(-23%);
} */

.home-portfolio #platon-cleaning .portfolio-img img {
    transform: translateY(-23%);
}

/* COOKIE POLICY PAGE */
.table {
    background-color: transparent;
    table-layout: fixed;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 18px 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@media (max-width: 425px) {
    .table {
        width: 420px !important;
        max-width: 95%;
        margin: 40px 0;
    }

    th,
    td {
        font-size: small;
    }
}

.fontawesomesvg {
    width: 1.1em;
    height: 1.1em;
    vertical-align: -.4em;
}

.cookie-header {
    display: flex;
}

.cookie-header h6 {
    margin: 0 8px;
}

@media (max-width: 425px) {
    .cookie-wrapper.show {
        max-width: 84%;
        /* right: 8%; */
    }
}

.cookie-wrapper {
    position: fixed;
    bottom: 3.3rem;
    left: -350px;
    max-width: 320px;
    width: 100%;
    padding: 20px;
    color: #000000;
    background-color: rgb(243 243 243 / 85%);
    border-radius: 6px;
    padding: 15px 25px 22px;
    transition: left 0.3s ease;
    z-index: 1;
}

.cookie-wrapper.show {
    left: 2rem;
}

.data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.data a {
    color: var(--cx-primary);
    font-weight: 500;
    text-decoration: underline;
}

.data p {
    line-height: 1.3;
}

.cookie-wrapper .buttons {
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#acceptBtn,
#declineBtn {
    width: calc(100% / 2 - 10px);
    padding: 8px 0;
}

#acceptBtn {
    background-color: var(--base-color);
}

#acceptBtn:hover,
#acceptBtn:focus {
    background: transparent;
    color: var(--base-color);
}

#declineBtn {
    background-color: #fff;
}

#declineBtn:hover,
#declineBtn:focus {
    background: transparent;
    border-color: #000000;
}


/* Contact form */
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

