/*
Template Name: Enpix - Creative Agency HTML template
Author: Themexplosion
Support: themxplosion@gmail.com
Description: Creative Agency HTML template
Version: 1.0.0

------------------ Table of Contents -----------------------
# Preloader
# Header
# Footer

# index.html
# index-2.html
# index-3.html
# about.html
# services.html
# portfolio.html
# portfolio-details.html
# team.html
# team-details.html
# faq.html
# blog.html
# blog-details.html
# contact.html
# 404.html

/* ------------- # Preloader ------------ */
#preloader {
    background: #fff;
    z-index: 999999;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
}

.ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 999999;
    background: #ffffff;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 999999;
}

.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1.5s infinite linear;
    border-radius: 50%;
    border: 3px solid rgb(101 92 151 / 6%);
    border-top-color: var(--blue-light);
    border-bottom-color: var(--blue-light);
    height: 170px;
    margin: 0 auto 45px auto;
    width: 170px;
    -webkit-animation: spinner 1.5s infinite linear;
}

.ctn-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: var(--enpix-brand);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 70px;
    position: absolute;
}


.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: var(--enpix-font-jost);
    font-weight: 900;
    letter-spacing: 15px;
    display: inline-block;
    color: rgba(1, 132, 255, 0.14);
    position: relative;
    font-size: 70px;
    line-height: 70px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
        -webkit-transform: rotateY(-90deg);
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        -o-transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}

/* ------------- # Header ------------ */
.enpix-header {
    padding-top: 26px;
    padding-bottom: 26px;
}

.home-2 .enpix-header.header-2,
.home-3 .enpix-header.header-3,
.home-4 .enpix-header.header-2 {
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 10;
}

.header-2-container {
    padding-top: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header.shadowed {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
    background: white;
}

header.scrolled {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 10;
    animation: scroll-header-animation 0.5s linear;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
    background: white;
}

.home-2 .enpix-header.header-2.scrolled,
.home-4 .enpix-header.header-2.scrolled {
    position: fixed;
    background: #FE7433;
}

.enpix-header.header-3.scrolled {
    position: fixed;
}

.home-2 .enpix-header.header-2.scrolled .header-2-container,
.home-4 .enpix-header.header-2.scrolled .header-2-container {
    border-bottom: none;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.enpix-header a.menu-opener {
    color: var(--enpix-black-900);
    border-radius: 50%;
    background: rgba(33, 40, 51, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-2 .enpix-header a.menu-opener,
.home-4 .enpix-header a.menu-opener {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.enpix-header a.menu-opener:hover {
    color: white;
    background: var(--enpix-brand);
}

.enpix-header nav.site-menu {
    width: max-content;
}

.enpix-header nav.site-menu ul {
    display: table;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    list-style: none;
    margin: 0;
}

.enpix-header nav.site-menu>ul>li {
    display: table-cell;
    position: relative;
}

.enpix-header nav.site-menu>ul>li:not(:last-child) {
    padding-right: 25px;
}

.enpix-header nav.site-menu>ul>li:not(:first-child) {
    padding-left: 25px;
}

nav.site-menu ul li a {
    color: var(--enpix-black-900);
}

.home-2 .header-2 nav.site-menu ul li a,
.home-4 .header-2 nav.site-menu ul li a {
    color: white;
    background-size: 0% 100%;
    background-position: 0 21px;
    background-image: linear-gradient(to right, white 0, white 100%);
    background-repeat: no-repeat;
    transition: 0.7s;
}

nav.site-menu ul li a:hover,
nav.site-menu ul li.current-menu-item>a {
    color: var(--enpix-brand);
}

.home-2 .header-2 nav.site-menu ul li a:hover,
.home-2 .header-2 nav.site-menu ul li.current-menu-item>a,
.home-4 .header-2 nav.site-menu ul li a:hover,
.home-4 .header-2 nav.site-menu ul li.current-menu-item>a {
    color: white;
    background-size: 100% 100%;
    transition: 0.7s;
}

/* submenu */
.enpix-header nav.site-menu ul ul {
    box-shadow: 2px 2px 20px 0px rgb(188 188 189 / 40%);
    float: left;
    position: absolute;
    z-index: 99999;
    padding: 0;
    background: #fff;
}

.enpix-header.header-2 nav.site-menu ul ul li a {
    color: var(--enpix-black-900);
}

.enpix-header.header-2 nav.site-menu ul ul li a:hover {
    color: var(--enpix-brand);
    transition: 0.3s;
}

.enpix-header .sub-menu {
    display: block;
    border-radius: 5px;
}

.enpix-header .sub-menu li {
    padding: 15px 20px;
    position: relative;
}

.enpix-header .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
}

.enpix-header nav.site-menu ul>li>.sub-menu {
    visibility: hidden;
    transition: 0.3s;
    opacity: 0;
    width: max-content;
    min-width: 185px;
}

.enpix-header nav.site-menu>ul>li>.sub-menu {
    top: calc(100% + 24px);
    left: 0;
}

.enpix-header nav.site-menu ul>li:hover>ul.sub-menu {
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
}

.enpix-header nav.site-menu>ul>li:hover>ul.sub-menu {
    top: calc(100% + 16px);
}

.enpix-header nav.site-menu>ul>li>ul:before {
    content: ' ';
    background: transparent;
    width: 30px;
    height: 20px;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: 10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

/* 2nd and lower level submenus */
.enpix-header ul.sub-menu li ul.sub-menu {
    top: 0;
    left: calc(100% + 24px);
}

.enpix-header ul.sub-menu li:hover>ul.sub-menu {
    left: calc(100% + 16px);
}

.enpix-header ul.sub-menu li ul:before {
    content: ' ';
    background: transparent;
    width: 30px;
    height: 20px;
    position: absolute;
    z-index: 3;
    right: 100%;
    top: 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
}

/* Header search form */
button.header-search-button {
    background: transparent;
    border: none;
    margin-right: 30px;
}

button.header-search-button svg path {
    fill: var(--enpix-black-900);
}

.home-2 button.header-search-button svg path,
.home-4 button.header-search-button svg path {
    fill: white;
}

.header-search-form {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.header-search-form.visible {
    animation: fade-in-increase 0.25s linear;
    animation-fill-mode: forwards;
}

.header-search-form>div {
    transform: translateY(-20%);
}

.header-search-form h2 {
    text-align: center;
    color: white;
    font-weight: 400;
    margin-bottom: 80px;
    opacity: 0;
}

.header-search-form.visible h2 {
    animation: fade-in-down 0.5s linear 0.5s;
    animation-fill-mode: forwards;
}

.header-search-form form {
    display: flex;
    justify-content: center;
    opacity: 0;
}

.header-search-form.visible form {
    animation: fade-in-up 0.5s linear 0.75s;
    animation-fill-mode: forwards;
}

.header-search-form input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid white;
    width: 75%;
    padding: 20px;
    font-size: 28px;
    line-height: 1.2em;
    color: white;
}

.header-search-form input[type="text"]::placeholder {
    color: var(--enpix-black-400);
}

.header-search-form input[type="text"]:focus {
    outline: none;
}

.header-search-form input[type="text"]:focus::placeholder {
    color: var(--enpix-brand);
}

.header-search-form button.form-close {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    display: block;
    border: none;
    background: transparent;
    color: white;
    font-size: 50px;
    opacity: 0;
}

.header-search-form.visible button.form-close {
    animation: fade-in-up 0.5s linear 1s;
    animation-fill-mode: forwards;
}

.header-search-form button.form-close:hover {
    color: var(--enpix-brand);
}

/* header side infobar */
button.side-opener {
    border: none;
    background: rgba(33, 40, 51, 0.1);
    color: var(--enpix-black-900);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

button.header-side-info-close {
    width: max-content;
    position: absolute;
    top: 50px;
    left: 50px;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
}

button.header-side-info-close:hover {
    color: var(--enpix-brand);
}

button.header-side-info-close svg {
    font-size: 16px;
}

.home-2 button.side-opener,
.home-4 button.side-opener {
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-side-info-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: none;
    opacity: 0;
}

.header-side-info-container.expanded {
    display: block;
    animation: fade-in 0.25s linear;
    animation-fill-mode: forwards;
}

.header-side-info {
    height: 100vh;
    width: 500px;
    background: white;
    position: absolute;
    top: 0;
    right: -500px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: auto;
}

.header-side-info-container.expanded .header-side-info {
    animation: header-side-info-animate 0.25s linear;
    animation-fill-mode: forwards;
}

.header-side-info .side-info-addresses svg {
    color: var(--enpix-black-700);
    font-size: 24px;
    margin-right: 10px;
}

/* ------------- # Footer ------------------------ */

/* Dark Variant */
.enpix-footer-dark {
    background: var(--enpix-black-900);
}

.enpix-footer-dark .footer-container {
    padding: 130px 0 80px 0;
}

.enpix-footer-dark h2 {
    font-size: 20px;
    color: white;
    font-weight: bold;
    line-height: 28px;
}

.enpix-footer-dark p,
.enpix-footer-dark a {
    color: var(--enpix-black-200);
    font-size: 18px;
    line-height: 31px;
}

.enpix-footer-dark ul {
    list-style: none;
    padding: 0;
    color: var(--enpix-black-200);
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 0 0;
}

.enpix-footer-dark ul li {
    margin: 0 0 10px 0;
}

/* Light Variant */
.enpix-footer-light {
    background: white;
    position: relative;
    overflow: hidden;
}

.enpix-footer-light .footer-container {
    padding: 80px 0 130px 0;
    border-top: 1px solid var(--enpix-black-100);
}

.enpix-footer-light h2 {
    font-size: 20px;
    color: var(--enpix-black-900);
    font-weight: bold;
    line-height: 28px;
}

.enpix-footer-light p,
.enpix-footer-light a {
    color: var(--enpix-black-900);
    font-size: 18px;
    line-height: 31px;
    margin: 0;
}

.enpix-footer-light ul {
    list-style: none;
    padding: 0;
    color: var(--enpix-black-900);
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 0 0;
}

.enpix-footer-light ul li {
    margin: 0 0 10px 0;
}

.copyright-area {
    border-top: 1px solid var(--enpix-black-100);
    padding: 35px 0;
}

.enpix-footer-light .footer-path {
    position: absolute;
    bottom: 110px;
    left: 0;
}

.enpix-footer-light .footer-triangle {
    position: absolute;
    bottom: -63px;
    right: 60px;
    animation: right-to-left 10s linear infinite;
}

/* 3rd variant */
.footer-3-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.enpix-footer-3 h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.enpix-footer-3 ul {
    list-style: none;
    padding: 0;
}

.enpix-footer-3 ul li {
    margin-bottom: 16px;
}

.enpix-footer-3 ul li a {
    color: var(--enpix-black-600);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
}

.enpix-footer-3 ul li a:hover {
    color: var(--enpix-brand);
}

.footer-3-social a {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3em;
    color: var(--enpix-black-600);
    font-family: 'Playfair Display', serif;
}

.footer-3-social {
    padding: 120px 0 60px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

/* Footer Widgets */
footer .company-info h2 {
    font-size: 56px;
    line-height: 67px;
    margin-bottom: 50px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

footer .company-info p {
    margin-top: 25px;
    margin-bottom: 40px;
}

footer p.copyright {
    font-size: 14px;
}

footer .invitation p,
footer .invitation a {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 100px;
}

footer .invitation a {
    color: var(--enpix-brand);
    text-decoration: underline;
}

footer .address p {
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .social-icons {
    display: flex;
    gap: 20px;
}

/* chat with us */


.bass-chat-wrapper{
    position: fixed;
    bottom: 3vh;
    right: 3%;
    display: flex;
    flex-direction: row-reverse;
}

.bass-chat-btn{
    background: #009fe3;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: inherit;
    display: flex;
    position: relative;
    height: 50px;
    width: 50px;
    font-size: 1.5rem;
    border-radius: 50%;
    color: white;
    border: none;
    transition: all .2s ease;


}

.bass-chat-btn:hover{
    color: white;
}
.bass-chat-nav{
    list-style: none;
    padding: 0 1rem 0 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position :absolute;
    bottom: 0%;
    transition: all .3s ease;
    color: white;
}

.bass-chat-nav-link{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #009fe3;
    color: #1A1C1F!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.bass-chat-wrapper:hover .bass-chat-nav, .bass-chat-wrapper .bass-chat-btn:focus + .bass-chat-nav{
opacity: 1;
    visibility: visible;
}



.bass-chat-wrapper:hover .bass-chat-nav{
    bottom: 100%;
}

.bass-chat-nav-link::after,.bass-link-whatsapp::after, .bass-link-mail::after {
    content: '';
    color: #009fe3;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", sans-serif;
    background-color: transparent;
    width: 100px;
    opacity: 0;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all .3s ease;
    visibility: hidden;
    position: absolute;

}

.bass-chat-nav-link:hover::after,
.bass-chat-nav-link:focus::after{
    opacity: 1;
    visibility: visible;
}


.bass-chat-nav-link:hover{
    color: white!important;
}

.bass-link-whatsapp{
    background: #26D367;
}

.bass-link-whatsapp::after{
    content: "WhatsApp";
    color: #FFFFFF;
    right: 4rem;
    background: #26D367;
    width: fit-content;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.bass-link-mail::after{
    content: "E-mail";
    color: #FFFFFF;
    right: 4rem;
    background: #009fe3;
    width: max-content;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/* Language */

.dropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
display: inline-block;
border: 1px solid gray;
border-radius: 4px;
padding: 10px 30px 10px 20px;
background-color: #ffffff;
cursor: pointer;
white-space: nowrap;
}

.dd-button:after {
content: '';
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid black;
}

.dd-button:hover {
background-color: #eeeeee;
}


.dd-input {
display: none;
}

.dd-menu {
position: absolute;
top: 100%;
border: 1px solid #ccc;
border-radius: 4px;
padding: 0;
margin: 2px 0 0 0;
box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
background-color: #ffffff;
list-style-type: none;
}

.dd-input + .dd-menu {
display: none;
}

.dd-input:checked + .dd-menu {
display: block;
}

.dd-menu li {
padding: 10px 20px;
cursor: pointer;
white-space: nowrap;
}

.dd-menu li:hover {
background-color: #f6f6f6;
}

.dd-menu li a {
display: block;
margin: -10px -20px;
padding: 10px 20px;
}

.dd-menu li.divider{
padding: 0;
border-bottom: 1px solid #cccccc;
}



/* ------------- # index.html ------------------------ */
/* Banner Area */
.banner-area {
    padding: 110px 0 130px 0;
    position: relative;
}

.banner-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: url('../img/home/banner/banner-bg.png');
    animation: right-to-left 24s linear infinite;
}

.banner-text h1 {
    font-size: 90px;
    line-height: 108px;
    font-weight: bolder;
    opacity: 0;
}

.banner-text h1 span {
    color: var(--enpix-brand);
}

.banner-text p {
    margin: 50px 0 0 0;
    color: var(--enpix-black-700);
    opacity: 0;
}

.banner-text a {
    padding: 20px 32px;
    background: var(--enpix-black-900);
    color: white;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    opacity: 0;
    display: inline-block;
    margin-top: 80px;
}

.banner-text a:hover {
    background: var(--enpix-brand);
    color: white;
}

.banner-text a svg {
    margin: 0 5px 3px 0;
}

.banner-image-area {
    position: relative;
    height: 100%;
}

.banner-image-area img.banner-image {
    float: right;
    opacity: 0;
}

.splide__slide.is-active.is-visible .banner-image-area img.banner-image {
    animation: fade-in-right 0.5s linear;
    animation-fill-mode: forwards;
}

.banner-image-svg img {
    opacity: 0.2;
    z-index: -1;
}

.banner-image-svg img:first-child {
    position: absolute;
    top: -35px;
    left: 82px;
    animation: banner-svg-rotate 12s linear infinite;
    animation-fill-mode: forwards;
}

.banner-image-svg img:last-child {
    position: absolute;
    left: 64px;
    top: -12px;
    animation: banner-svg-rotate 8s linear infinite reverse;
    animation-fill-mode: forwards;
}

img.fill-255 {
    position: absolute;
    bottom: 18px;
    left: 75px;
    z-index: 0;
}

img.path-svg {
    position: absolute;
    bottom: 173px;
    right: 167px;
    animation: banner-svg-rotate 3.5s linear infinite;
}

img.rectangle-svg {
    position: absolute;
    bottom: 32px;
    left: 273px;
    animation: right-to-left 3.5s linear infinite;
}

img.oval-svg {
    position: absolute;
    left: -110px;
    top: 30%;
    animation: banner-svg-grow-shrink 6s linear infinite;
}

.splide__slide.is-active.is-visible .banner-text h1 {
    animation: fade-in-left 0.5s linear 0.5s;
    animation-fill-mode: forwards;
}

.splide__slide.is-active.is-visible .banner-text p {
    animation: fade-in-left 0.5s linear 1s;
    animation-fill-mode: forwards;
}

.splide__slide.is-active.is-visible .banner-text a {
    animation: fade-in-left 0.5s linear 1.25s;
    animation-fill-mode: forwards;
}

/* Banner Area Ends */

/* Serivces Area */
.services-area {
    background-image: url(../img/home/services/Ellipse3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

.services-area .circle-shape {
    position: absolute;
    bottom: -70px;
    left: -77px;
    z-index: -1;
    animation: banner-svg-rotate 20s linear infinite;
}

.services-area .triangle-shape {
    position: absolute;
    top: -50px;
    right: -40px;
    z-index: -1;
    animation: right-to-left 10s linear infinite;
}

.services-header {
    border-top: 1px solid var(--enpix-black-100);
}

.service-content {
    box-shadow: -10px 10px 40px -2px rgba(33, 40, 51, 0.05);
    background: white;
    padding: 50px 30px;
    border-radius: 5px;
}

.service-content h3 {
    margin-top: 35px;
    margin-bottom: 20px;
}

.service-content a {
    color: inherit;
}

.service-content:hover a {
    color: var(--enpix-brand);
}

.service-content a svg path {
    stroke: #212833;
    transition: 0.3s;
}

.service-content:hover a svg path {
    stroke: var(--enpix-brand);
    transition: 0.3s;
}

.service-content p {
    color: var(--enpix-black-700);
}

/* Services Area Ends */

/* Branding Area */
section.branding-area {
    width: 1440px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    padding: 130px 100px;
}

.branding-image-container .branding-image-shape {
    position: absolute;
    top: -25px;
    right: 0;
}

.branding-image-container img.branding-image {
    margin-right: 50px;
    display: block;
    margin-left: auto;
}

.countdown-box {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-top: 150px;
}

.countdown {
    color: var(--enpix-brand);
    font-weight: bold;
    font-size: 56px;
    line-height: 1.16em;
}

.counter-text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5em;
    text-transform: uppercase;
}

/* Branding Area Ends */

/* Speciality Area */
.speciality-container {
    border-bottom: 1px solid var(--enpix-black-100);
}

.speciality-text a {
    color: var(--enpix-black-900);
    padding: 16px 36px;
    border: 1px solid var(--enpix-black-900);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
    border-radius: 4px;
}

.speciality-text a:hover {
    border: 1px solid var(--enpix-brand);
}

.speciality-video-thumbnail-container .speciality-video-shape {
    position: absolute;
    top: -50px;
    right: 0;
}

.speciality-video-thumbnail-container .speciality-video-triangle {
    position: absolute;
    bottom: -44px;
    left: -62px;
    z-index: -1;
    animation: top-to-bottom 10s linear infinite;
}

.video-play-icon a {
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 2;
}

.video-play-icon svg {
    fill: none;
    transition: 0.3s;
}

.video-play-icon svg path {
    stroke: var(--enpix-black-900);
    transition: 0.3s;
}

.video-play-icon a:hover {
    background: var(--enpix-brand);
    transition: 0.3s;
}

.video-play-icon a:hover svg {
    fill: white;
    transition: 0.3s;
}

.video-play-icon a:hover svg path {
    stroke: white;
    transition: 0.3s;
}

.video-play-icon-layer-2,
.video-play-icon-layer-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-play-icon-layer-2 {
    animation: video-player-animate 3s infinite linear;
}

.video-play-icon-layer-3 {
    animation: video-player-animate-2 2s infinite linear;
}

.speciality-video-container {
    z-index: 100;
}

button.speciality-video-container-close {
    display: none;
}

.speciality-video-container-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.speciality-box {
    padding-right: 60px;
}

/* Speciality Area Ends */

/* Projects Area */
.projects-link {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}

.projects-link a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
    color: var(--enpix-black-900);
}

.projects-link a svg path {
    stroke: var(--enpix-black-900);
    transition: 0.3s;
}

.projects-link a:hover {
    color: var(--enpix-brand);
}

.projects-link a:hover svg path {
    stroke: var(--enpix-brand);
    transition: 0.3s;
}

.project-text h3 a {
    color: var(--enpix-black-900);
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3em;
    background-image: linear-gradient(to right, var(--enpix-black-900) 0, var(--enpix-black-900) 100%);
    background-position: 0 33px;
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background 0.7s;
}

.project-text h3 a:hover {
    background-size: 100% 100%;
    color: inherit;
}

.project-text p {
    color: var(--enpix-black-700);
    margin: 0;
}

.project-url {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.project-url a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-url a svg path {
    stroke: var(--enpix-black-900);
    transition: 0.3s;
}

.project-url a:hover {
    background: rgba(255, 68, 51, 0.1);
}

.project-url a:hover svg path {
    stroke: var(--enpix-brand);
    transition: 0.3s;
}

.projects-container {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

/* .projects-container .project-box:nth-child(1),
.projects-container .project-box:nth-child(2) {
    width: calc(50% - 30px);
} */

.projects-container .project-box {
    width: calc(33.33333333% - 40px);
}

.project-box img {
    width: 100%;
    transition: 0.5s;
}

.project-thumbnail {
    overflow: hidden;
}

.project-box:hover img {
    transform: scale(1.3, 1.3);
    transition: 0.5s;
}

/* Projects Area Ends */

/* Reviews Area */
.reviews-area {
    background-image: url(../img/home/reviews/review-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
}

.reviews-area .review-shape-circle {
    position: absolute;
    top: -58px;
    right: -61px;
    animation: banner-svg-rotate 20s linear infinite;
}

.reviews-area .review-shape-triangle {
    position: absolute;
    bottom: -63px;
    left: 0;
    animation: right-to-left 10s linear infinite;
}

.reviews-container {
    margin-top: 40px;
    height: 238px;
}

.review-text p {
    font-style: italic;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3em;
    color: var(--enpix-black-900);
    margin-bottom: 50px;
}

.reviews-area .splide__arrow--prev svg {
    transform: none;
}

.reviews-area .splide__arrows {
    display: flex;
    gap: 26px;
}

.reviews-area .splide__arrow {
    position: relative;
    transform: none;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--enpix-brand);
    opacity: 1;
}

.reviews-area .splide__arrow--prev {
    left: 0;
}

.splide__arrow svg path {
    stroke: var(--enpix-black-700);
    transition: 0.3s;
}

.reviews-area .splide__arrow:hover {
    background: var(--enpix-brand);
}

.reviews-area .splide__arrow:hover svg path {
    stroke: white;
    transition: 0.3s;
}

/* Reviews Area Ends */

/* Blog Area */
.home-blog-grid {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

/* Blog Area Ends */

/* Subscribe Area */
.subscribe-form-area .subscribe-shape-circle {
    position: absolute;
    top: -50px;
    left: -60px;
    animation: banner-svg-rotate 20s linear infinite;
}

/* ------------- # index-2.html ------------------------ */
.banner-area-2 {
    background-image: linear-gradient(104.04deg, #581799 0%, #260F99 100%);
    padding: 200px 0 100px 0;
}

.banner-text-2 h1 {
    color: #fff;
    opacity: 0;
}

.banner-text-2 p {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6em;
    margin: 50px 0 0 0;
    opacity: 0;
}

.banner-text-2 a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
    border: 2px solid #fff;
    padding: 18px 36px;
    border-radius: 90px;
    margin-top: 80px;
    display: inline-block;
    opacity: 0;
}

.banner-text-2 a svg {
    margin-left: 10px;
}

.banner-text-2 a svg path {
    stroke: white;
    transition: 0.3s;
}

.banner-text-2 a:hover {
    border-color: var(--enpix-brand);
}

.banner-text-2 a:hover svg path {
    stroke: var(--enpix-brand);
    transition: 0.3s;
}

.banner-image-area-2 {
    opacity: 0;
}

.banner-image-svg-2 {
    position: absolute;
    top: -27px;
    left: 15px;
}

.banner-image-area-2 img {
    display: block;
    margin-left: auto;
}

.splide__slide.is-active.is-visible .banner-text-2 h1 {
    animation: fade-in-left 0.5s linear 0.5s;
    animation-fill-mode: forwards;
}

.splide__slide.is-active.is-visible .banner-text-2 p {
    animation: fade-in-left 0.5s linear 1s;
    animation-fill-mode: forwards;
}

.splide__slide.is-active.is-visible .banner-text-2 a {
    animation: fade-in-left 0.5s linear 1.25s;
    animation-fill-mode: forwards;
}

.splide__slide.is-active.is-visible .banner-image-area-2 {
    animation: fade-in-right 0.5s linear;
    animation-fill-mode: forwards;
}

/* companies logo area */
table.companies-logo tr td {
    padding: 50px;
    border-bottom: 1px solid var(--enpix-black-50);
}

table.companies-logo tr:first-child td {
    padding-top: 20px;
}

table.companies-logo tr:last-child td {
    padding-bottom: 20px;
    border-bottom: none;
}

table.companies-logo tr td:first-child {
    border-right: 1px solid var(--enpix-black-50);
}

.video-player-2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.video-player-2 button {
    border: none;
    background: transparent;
}

.behind-scenes-text p {
    font-size: 36px;
    line-height: 1.5em;
    color: var(--enpix-black-700);
}

.behind-scenes-text p u {
    font-weight: bold;
    color: var(--enpix-black-900);
}

/* Ideas Area */
table.idea-categories tr {
    border-bottom: 1px solid #D9D9D9;
    padding: 54px 60px 54px 40px;
    display: grid;
    grid-template-columns: 110px 220px 330px 20px;
}

table.idea-categories tr:first-child {
    border-top: 1px solid #D9D9D9;
}

td.idea-logo {
    padding-right: 40px;
}

td.idea-title {
    padding-right: 60px;
}

td.idea-text {
    padding-right: 80px;
}

table.idea-categories tr td {
    display: flex;
    align-items: center;
}

table.idea-categories svg path {
    fill: var(--enpix-black-900);
    transition: 0.3s;
}

table.idea-categories tr:hover {
    background: white;
    transition: 0.3s;
}

table.idea-categories tr:hover svg path {
    fill: var(--enpix-brand);
    transition: 0.3s;
}

.completed-projects.variant-2 {
    background: linear-gradient(104.04deg, #581799 0%, #260F99 100%, #260F99 100%);
}

/* Resources Area */
.post-meta .post-category {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.post-meta .post-category a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
    color: var(--enpix-black-900);
    background: var(--enpix-black-50);
    padding: 9px 20px;
    border-radius: 20px;
    transition: 0.3s;
}

.post-meta .post-category a:hover {
    background: var(--enpix-black-900);
    color: white;
    transition: 0.3s;
}

/* ------------- # index-3.html ------------------------ */
.home-3 .enpix-cta {
    background: var(--enpix-brand);
    border: 2px solid var(--enpix-brand);
    border-radius: 0;
    padding: 16px 40px;
}

.home-3 .enpix-cta:hover {
    background: transparent;
    color: var(--enpix-brand);
    transition: 0.3s;
}

.home-3 nav.site-menu ul li a:hover,
.home-3 nav.site-menu ul li.current-menu-item>a {
    color: var(--enpix-brand);
}

.home-3 h1 span,
.home-3 h2 span {
    color: inherit;
    position: relative;
}

.home-3 h1 span:after,
.home-3 h2 span:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    content: ' ';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.home-3 h1 span:after {
    bottom: 26px;
    background-image: url('../img/home3//svg/banner-span-shape.svg');
}

.home-3 h2 span:after {
    bottom: 19px;
    background-image: url('../img/home3/svg/span-shape.svg');
}

/* Banner Section */
.banner-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
}

.banner-image-3 img {
    margin-left: auto;
    display: block;
    max-width: 100%;
}

.banner-button {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.banner-button .banner-video-popup a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
    color: var(--enpix-black-900);
}

.banner-button .banner-video-popup a svg circle {
    stroke: var(--enpix-black-900);
    transition: 0.3s;
}

.banner-button .banner-video-popup a svg path {
    fill: var(--enpix-black-900);
    transition: 0.3s;
}

.banner-button .banner-video-popup a:hover svg circle {
    stroke: var(--enpix-brand);
    transition: 0.3s;
}

.banner-button .banner-video-popup a:hover svg path {
    fill: var(--enpix-brand);
    transition: 0.3s;
}

.banner-text-3 h1,
.banner-text-3 p,
.banner-text-3 a {
    opacity: 0;
}

.banner-img-svg-3 {
    position: absolute;
    top: 0px;
    z-index: -1;
    left: 129px;
}

.banner-shape-cross {
    position: absolute;
    top: 0;
    opacity: 0.3;
    animation: top-to-bottom 8s linear infinite;
}

.banner-shape-arrows {
    position: absolute;
    top: 65px;
    left: 0;
    animation: right-to-left 10s linear infinite;
}

.banner-shape-cross-2 {
    position: absolute;
    bottom: 0;
    left: calc(100% + 25px);
    opacity: 0.3;
    animation: right-to-left 8s linear infinite;
}

.splide__slide.is-active.is-visible .banner-text-3 h1 {
    animation: fade-in-left 0.5s linear 0.5s;
    animation-fill-mode: forwards;
}

.splide__slide.is-active.is-visible .banner-text-3 p {
    animation: fade-in-left 0.5s linear 1s;
    animation-fill-mode: forwards;
}

.splide__slide.is-active.is-visible .banner-text-3 a {
    animation: fade-in-left 0.5s linear 1.25s;
    animation-fill-mode: forwards;
}

.splide__slide.is-active.is-visible .banner-text-3 a.popup-video {
    animation: fade-in-left 0.5s linear 1.5s;
    animation-fill-mode: forwards;
}

.banner-image-3 {
    opacity: 0;
}

.splide__slide.is-active.is-visible .banner-image-3 {
    animation: fade-in-right 0.5s linear;
    animation-fill-mode: forwards;
}

/* Services Section */
.home-3-services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.home-3-service-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-3-service-content .service-svg {
    border: 1px solid var(--enpix-black-200);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.home-3-service-content svg path {
    fill: var(--enpix-black-900);
    transition: 0.3s;
}

.home-3-service-content:hover .service-svg {
    background: var(--enpix-brand);
    border-color: var(--enpix-brand);
    transition: 0.3s;
}

.home-3-service-content:hover svg path {
    fill: white;
    transition: 0.3s;
}

.home-3-service-content .service-content-text h3 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4em;
}

.service-area-shape {
    position: absolute;
    top: 50%;
    right: 0;
}

/* Working Process Area */
ul.working-steps {
    border: none;
    display: block;
}

.work-step-svg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FEDCCB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-step-text {
    width: calc(60% - 20px);
}

.work-step-text h3 {
    font-weight: 400;
    color: var(--enpix-black-900);
    margin-bottom: 15px;
}

.work-step-text p {
    display: none;
    opacity: 0;
    transition: 0.3s;
}

.work-step-number {
    margin-left: auto;
}

.work-step-box {
    display: flex;
    gap: 30px;
    padding: 30px;
}

.work-step-number p {
    font-size: 16px;
    line-height: 1.4em;
    text-align: right;
    text-transform: uppercase;
    margin: 0;
}

.nav-link.work-step-box {
    margin-bottom: 30px;
    border: 1px solid var(--enpix-black-100);
    border-radius: 0;
}

.nav-link.work-step-box.active {
    border: none;
    background: #FE7433;
    color: white;
    border-radius: 0;
    transition: 0.3s;
}

.nav-link.work-step-box.active h3,
.nav-link.work-step-box.active p {
    color: white;
    transition: 0.3s;
}

.nav-link.work-step-box.active .work-step-svg {
    background-color: #fff;
    transition: 0.3s;
}

.nav-link.work-step-box.active .work-step-text p {
    display: block;
    opacity: 1;
    transition: 0.3s;
}

.working-step-image img {
    width: 100%;
}

.work-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.work-box .portfolio-item {
    width: 100%;
    margin-bottom: 50px;
}

.work-box .portfolio-image img {
    width: auto;
}

.work-box .portfolio-tags a {
    font-weight: 400;
    text-transform: none;
}

.our-works-section a.view-all-btn {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--enpix-black-200);
    padding: 20px 30px;
    background: transparent;
    font-size: 16px;
    line-height: 1.25em;
    color: var(--enpix-black-900);
    display: flex;
    align-items: center;
    gap: 10px;
}

.our-works-section a.view-all-btn svg path {
    stroke: var(--enpix-black-900);
    transition: 0.3s;
}

.our-works-section a.view-all-btn:hover {
    color: var(--enpix-brand);
    border-color: var(--enpix-brand);
}

.our-works-section a.view-all-btn:hover svg path {
    stroke: var(--enpix-brand);
    transition: 0.3s;
}

.our-works-shape {
    position: absolute;
    left: 0;
    top: 0;
}

.works-filter-buttons {
    padding-bottom: 6px;
    justify-content: center;
}

.works-filter-buttons button {
    border: none;
    background: transparent;
    color: var(--enpix-black-600);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
}

.works-filter-buttons button:hover,
.works-filter-buttons button.selected {
    color: var(--enpix-brand);
}

.works-filter-buttons button.selected {
    padding-left: 15px;
    position: relative;
}

.works-filter-buttons button.selected::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: ' ';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--enpix-brand);
    transition: 0.3s;
}

/* Reviews */
.review-area-shape {
    position: absolute;
    right: 0;
    top: -20%;
}

.review-box-3 {
    padding: 40px 50px;
    background: #fff;
}

.review-box-3 .rating-area {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rating-count p {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: var(--enpix-black-700);
}

.review-box-3 .rating-stars {
    display: flex;
    gap: 5px;
}

.review-box-3 .rating-stars .rated svg {
    color: var(--enpix-brand);
}

.review-box-3 .rating-stars .non-rated svg {
    color: #FEB998;
}

.review-text-3 p {
    font-style: italic;
    font-size: 20px;
    line-height: 1.7em;
    color: var(--enpix-black-900);
    margin: 0;
}

.reviewer-area {
    display: flex;
    align-items: center;
}

.reviewer-avatar img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 25px;
}

.reviewer-details h3 {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--enpix-black-900);
}

.reviewer-details p {
    font-size: 16px;
    line-height: 1.4em;
    color: var(--enpix-black-400);
    margin: 0;
}

.reviewer-company {
    margin-left: auto;
    margin-right: 50px;
}

.reviewer-company img {
    width: 88px;
}

ul.review-3-pagination {
    position: relative;
    margin-top: 80px;
    display: flex;
    gap: 15px;
}

.review-3-pagination-page {
    margin: 0;
    height: 10px;
    width: 10px;
    opacity: 1;
    background: var(--enpix-black-200);
    transition: 0.3s;
}

.review-3-pagination-page.is-active {
    background: var(--enpix-brand);
    opacity: 1;
    transform: none;
    transition: 0.3s;
}

/* News Area */
.news-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.news-box-3 {
    width: calc(33.333333% - 20px);
}

.news-area-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.news-thumbnail {
    overflow: hidden;
}

.news-thumbnail img {
    width: 100%;
    transition: 0.3s;
}

.news-thumbnail img:hover {
    transform: scale(1.2);
    transition: 0.3s;
}

.news-title {
    padding: 30px 0;
    border-bottom: 1px solid var(--enpix-black-200);
}

.news-title a {
    color: inherit;
}

.news-title a:hover {
    color: var(--enpix-brand);
}

.news-date p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
}

.news-date a {
    color: var(--enpix-black-600);
}

/* Call to action */
.call-to-action-3 {
    padding: 85px 110px;
    background-color: #FE7433;
}

.call-to-action-3 h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2em;
    color: white;
}

.call-to-action-3 a {
    background: white;
    color: #FE7433;
    border: none;
    padding: 20px 50px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.28em;
}

.call-to-action-3 a:hover {
    box-shadow: 0px 0px 60px 0px #fff;
}

.cta-3-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* ------------- # index-4.html ------------------------ */
.home-4 {
    background: #1A1C1F;
}

.home-4 h1,
.home-4 h2,
.home-4 h3,
.home-4 h4,
.home-4 h5,
.home-4 h6 {
    color: white;
}

.home-4 p {
    color: var(--enpix-black-300);
}

.home-4 .enpix-border-bottom-dashed {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.home-4 footer a,
.home-4 footer ul li a {
    color: var(--enpix-black-300);
}

/* Banner Area */
.home-4 .banner-button {
    justify-content: center;
}

.home-4 .banner-button .banner-video-popup a {
    color: white;
}

.home-4 .banner-button .banner-video-popup a svg path {
    fill: white;
}

.home-4 .banner-button .banner-video-popup a svg circle {
    stroke: white;
}

.home-4 .banner-button .banner-video-popup:hover a svg path {
    fill: var(--enpix-brand);
}

.home-4 .banner-button .banner-video-popup:hover a svg circle {
    stroke: var(--enpix-brand);
}

.home-4 .banner-image-3 {
    margin-top: 80px;
}

.home-4 .banner-image-3 img {
    margin-right: auto;
    max-width: 100%;
    border-radius: 10px;
}

.home-4 .banner-shape-cross {
    bottom: 65px;
    top: inherit;
}

.home-4 .banner-shape-arrows {
    bottom: 0;
    top: inherit;
}

.home-4 .banner-shape-cross-2 {
    bottom: inherit;
    top: 55px;
}

.home-4 .splide__slide.is-active.is-visible .banner-text-3 h1 {
    animation: fade-in-down 0.5s linear;
    animation-fill-mode: forwards;
}

.home-4 .splide__slide.is-active.is-visible .banner-text-3 a {
    animation: fade-in-right 0.5s linear 1s;
    animation-fill-mode: forwards;
}

.home-4 .splide__slide.is-active.is-visible .banner-text-3 a.popup-video {
    animation: fade-in-left 0.5s linear 1s;
    animation-fill-mode: forwards;
}

.home-4 .splide__slide.is-active.is-visible .banner-image-3 {
    animation: fade-in-up 0.5s linear 0.5s;
    animation-fill-mode: forwards;
}

/* Service Area */
.home-4 .home-3-service-content svg path {
    fill: white;
}

.home-4 .home-3-service-content .service-svg {
    border: none;
    background: rgba(255, 255, 255, 0.15);
}

.home-4 .home-3-service-content:hover .service-svg {
    background: var(--enpix-brand);
}

.home-3-service-content.variant-2 {
    display: block;
}

.home-3-service-content.variant-2 h3 {
    margin: 30px 0 15px 0;
}

.home-3-service-content.variant-2 p {
    padding-right: 15px;
}

/* Our Works Area */
.home-4 .nav-link.work-step-box {
    border-radius: 6px;
}

.home-4 .work-step-svg {
    background-color: rgba(255, 255, 255, 0.1);
}

.home-4 .work-step-svg svg path {
    fill: white;
}

.home-4 .nav-link.work-step-box.active .work-step-svg svg path {
    fill: var(--enpix-brand);
}

.home-4 .our-works-section a.view-all-btn {
    color: white;
}

.home-4 .our-works-section a.view-all-btn svg path {
    stroke: white;
}

.home-4 .our-works-section a.view-all-btn:hover {
    color: var(--enpix-brand);
}

.home-4 .our-works-section a.view-all-btn:hover svg path {
    stroke: var(--enpix-brand);
}

.home-4 .work-box .portfolio-tags a {
    color: var(--enpix-black-400);
}

.home-4 .work-box .portfolio-tags a:hover {
    color: var(--enpix-brand);
}

.portfolio-text h2 a:hover {
    color: var(--enpix-brand);
}

.home-4 .works-filter-buttons button {
    color: var(--enpix-black-300);
}

.home-4 .works-filter-buttons button:hover,
.home-4 .works-filter-buttons button.selected {
    color: var(--enpix-brand);
}

/* Review Area */
.home-4 .review-box-3 {
    background: #1F2126;
}

.home-4 .rating-count p {
    color: white;
}

.home-4 .review-text-3 p {
    color: white;
}

/* news area */
.home-4 .news-area-3 .post-readmore a {
    color: white;
}

.home-4 .news-area-3 .post-readmore a:hover {
    color: var(--enpix-brand);
}

.home-4 .news-date a {
    color: var(--enpix-black-300);
}

.home-4 .news-date a:hover {
    color: var(--enpix-brand);
}

/* ------------- # about.html ------------------------ */
.page-thumbnail img {
    width: 100%;
}

.about-text p {
    color: var(--enpix-black-700);
    margin-bottom: 20px;
}

.step-box h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.step-box p {
    margin-bottom: 30px;
}

.completed-projects {
    background-color: var(--enpix-black-900);
}

.completed-projects h2,
.completed-projects span,
.completed-projects p {
    color: white;
    text-align: center;
    font-weight: bold;
}

.team-section {
    padding: 130px 0;
}

.team-section-header p {
    margin-bottom: 0;
    color: var(--enpix-black-700);
}

/* .about-logo-slider {
    border-top: 1px solid var(--enpix-black-100);
} */

/* ------------- # services.html ------------------------ */
table.services-table tr {
    padding: 36px 24px;
    border-bottom: 1px solid var(--enpix-black-100);
}

table.services-table tr:first-child {
    border-top: 1px solid var(--enpix-black-100);
}

table.services-table ul {
    list-style-image: url('../img/services/bullet.svg');
}

table.services-table p {
    color: var(--enpix-black-700);
}

table.services-table ul li {
    color: var(--enpix-black-700);
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 16px;
    padding-left: 5px;
}

table.expertise-table {
    width: 100%;
}

table.expertise-table p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6em;
    color: var(--enpix-black-600);
    margin: 0;
}

table.expertise-table tr {
    padding: 24px 0;
    border-bottom: 1px solid var(--enpix-black-100);
}

table.expertise-table tr:last-child {
    border-bottom: none;
}

/* ------------- # portfolio.html ------------------------ */
.portfolio-filter-buttons {
    display: flex;
    gap: 20px;
    padding-bottom: 6px;
    justify-content: center;
    flex-wrap: wrap;
}

.portfolio-filter-buttons button {
    border: none;
    background: transparent;
    color: var(--enpix-black-600);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.portfolio-filter-buttons button:hover,
.portfolio-filter-buttons button.selected {
    color: var(--enpix-brand);
}

.portfolio-image:hover .portfolio-hover-overlay {
    opacity: 0.5;
    transition: 0.3s;
}

.portfolio-item {
    margin-bottom: 70px;
    width: calc(50% - 25px);
}

.portfolio-image img {
    width: 100%;
}

.portfolio-hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--enpix-brand);
    opacity: 0;
    transition: 0.3s;
}

a.portfolio-hover-link {
    display: flex;
    width: 67px;
    height: 67px;
    background: #fff;
    color: var(--enpix-brand);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.portfolio-image:hover a.portfolio-hover-link {
    opacity: 1;
    top: 50%;
}

a.portfolio-hover-link:hover {
    background: var(--enpix-brand);
    color: white;
}

.portfolio-tags a {
    text-transform: uppercase;
    color: var(--enpix-black-500);
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
}

.portfolio-text h2 a {
    color: inherit;
}

/* ------------- # portfolio-details.html ------------------------ */
.project-meta h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
    color: var(--enpix-black-600);
    margin-bottom: 10px;
}

.project-meta p,
.project-meta a {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.25em;
    color: var(--enpix-black-900);
}

.share-links {
    display: flex;
    gap: 15px;
}

.project-images {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.project-images img {
    max-width: 100%;
}

.project-navigation-button {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.project-navigation-button a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
    color: var(--enpix-black-600);
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-navigation-button a svg path {
    stroke: var(--enpix-black-600);
    transition: 0.3s;
}

.project-navigation-button a:hover svg path {
    stroke: var(--enpix-brand);
    transition: 0.3s;
}

/* ------------- # team.html ------------------------ */
.member-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.member-image img {
    height: 100%;
}

.member-image:hover {
    cursor: pointer;
}

.member-social-info {
    width: 100%;
    display: flex;
    gap: 40px;
    justify-content: center;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
    opacity: 0;
}

.team-member:hover .member-social-info {
    bottom: 40px;
    gap: 20px;
    opacity: 1;
}

.member-social-info a {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    color: var(--enpix-black-900);
}

.member-social-info a:hover {
    background: var(--enpix-brand);
    color: white;
}

.member-details {
    margin-top: 25px;
}

.member-details h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 31px;
}

.member-details a {
    color: var(--enpix-black-900);
}

.member-details a:hover {
    color: var(--enpix-brand);
}

.member-details p {
    font-size: 16px;
    line-height: 26px;
    color: var(--enpix-black-600);
    margin: 0;
}

.about-logo-slider {
    padding: 95px 0;
}

.about-logo-slider img {
    display: block;
    margin: 0 auto;
}


/* ------------- # Logos clients section ------------------------ */
.grayscal-img{
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: filter 600ms ease;
	-webkit-transition: -webkit-filter 600ms ease;
}

.grayscal-img:hover{
    filter: grayscale(0);
	-webkit-filter: grayscale(0);
}



/* ------------- # team-details.html ------------------------ */
.team-details-nav {
    border: none;
    gap: 30px;
}

.team-details-nav li button {
    padding: 0;
}

.team-details-nav .nav-item.show .nav-link,
.team-details-nav .nav-link.active {
    background: transparent;
    border: none;
}

.team-details-nav .nav-link {
    margin: 0;
    border: none;
}

.team-details-nav .nav-link img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    opacity: 0.7;
}

.team-details-nav .nav-link:hover {
    border: none;
}

.team-details-nav .nav-link.active img {
    opacity: 1;
    border: 2px solid var(--enpix-brand);
}

.team-details-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.team-details-image img {
    width: 100%;
    height: auto;
}

.team-social-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.team-social-info a {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    color: var(--enpix-black-900);
    box-shadow: 0px 4px 15px rgba(33, 40, 51, 0.06);
}

.team-social-info a:hover {
    background: var(--enpix-brand);
    color: white;
}

/* ------- # faq.html --------*/
.faq-accordion .accordion-header button {
    background: transparent;
    color: var(--enpix-black-900);
    line-height: 2;
}

.faq-accordion .accordion-header button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq-accordion .accordion-header button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid var(--enpix-black-100);
}

/* ------------- # blog.html ------------------------ */

/* Blog Area */
.blog-grid {
    padding-bottom: 130px;
    border-bottom: 1px solid var(--enpix-black-100);
    display: flex;
    flex-direction: column;
}

.blog-grid-top-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 74px;
}

.blog-grid-top-bar .filter-buttons {
    display: flex;
    gap: 20px;
    padding-bottom: 6px;
}

.blog-grid-top-bar .filter-buttons button {
    border: none;
    background: transparent;
    color: var(--enpix-black-600);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.blog-grid-top-bar .filter-buttons button:hover,
.blog-grid-top-bar .filter-buttons button.selected {
    color: var(--enpix-brand);
}

.blog-grid-top-bar .search-form form {
    display: flex;
    gap: 0;
    position: relative;
}

.blog-grid-top-bar .search-form input {
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--enpix-black-100);
    width: 300px;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 6px;
}

.blog-grid-top-bar .search-form input::placeholder {
    font-size: 16px;
    line-height: 26px;
    color: var(--enpix-black-500);
}

.blog-grid-top-bar .search-form input:focus {
    border-bottom: 1px solid var(--enpix-brand);
    color: var(--enpix-brand);
}

.blog-grid-top-bar .search-form form button {
    color: var(--enpix-black-500);
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    bottom: 8px;
    border: none;
    background: transparent;
}

.blog-grid-top-bar .search-form form button:hover {
    color: var(--enpix-brand);
}

.enpix-sticky-post .post-thumbnail {
    margin-right: 50px;
}

.post-meta {
    display: flex;
    margin: 25px 0 15px 0;
}

.post-meta p,
.post-meta a {
    color: var(--enpix-black-500);
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.post-author {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.author-thumbnail img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 5px;
}

.post-thumbnail {
    position: relative;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    transition: 0.7s;
}

.post-thumbnail img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.7s;
}

.post-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.category-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
    background: white;
    border-radius: 15px;
    color: var(--enpix-black-900);
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.category-badge:hover {
    background: var(--enpix-brand);
    color: white;
}

.sticky-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    background: white;
    border-radius: 15px;
    color: var(--enpix-black-900);
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.sticky-badge svg {
    transform: rotate(-30deg);
}

.post-title {
    margin-bottom: 34px;
}

.sticky-post-content .post-title h2 {
    font-size: 42px;
    line-height: 55px;
}

.post-title h2,
.post-title h3 {
    font-size: 28px;
    line-height: 42px;
    color: var(--enpix-black-900);
    font-weight: bold;
}

.post-title a {
    background-image: linear-gradient(to right, var(--enpix-black-900) 0, var(--enpix-black-900) 100%);
    background-position: 0 38px;
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background 0.7s;
    color: inherit;
    text-decoration: none;
}

.enpix-sticky-post .post-title h2 a {
    background-position: 0 57px;
}

.post-title a:hover,
.post-title a:focus {
    background-size: 100% 100%;
    color: inherit;
    transition: background 0.7s;
}

.post-excerpt {
    margin-bottom: 65px;
    font-size: 18px;
    line-height: 31px;
    color: var(--enpix-black-700);
}

.post-readmore a {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: var(--enpix-black-900);
    display: flex;
    gap: 10px;
    align-items: center;
}

.post-readmore a svg {
    font-size: 16px;
    margin-top: 2px;
}

.enpix-posts-grid {
    margin-top: 80px;
}

.enpix-posts-grid:after {
    content: '';
    display: block;
    clear: both;
}

.enpix-post-item {
    width: calc(33.333333% - 33.333333px);
    margin-bottom: 50px;
    overflow: hidden;
    float: left;
    min-height: 478px;
}

.blog-show-more {
    margin: 30px auto 0 auto;
    border: 1px solid var(--enpix-black-900);
    border-radius: 30px;
    padding: 19px 36px;
    color: var(--enpix-black-900);
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    gap: 10px;
    background: transparent;
    width: max-content;
}

/* Subscribe Area */
.subscribe-form-area {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

form.enpix-subscribe-form {
    display: flex;
    gap: 0;
    justify-content: flex-end;
}

form.enpix-subscribe-form input[type="text"],
form.enpix-subscribe-form input[type="email"] {
    background: white;
    padding: 23px 20px;
    border-radius: 6px;
    border: 1px solid var(--enpix-black-100);
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 378px;
    outline: none;
    font-size: 18px;
    line-height: 24px;
}

form.enpix-subscribe-form input[type="text"]::placeholder,
form.enpix-subscribe-form input[type="email"]::placeholder {
    color: var(--enpix-black-400);
}

form.enpix-subscribe-form input[type="text"]:focus,
form.enpix-subscribe-form input[type="email"]:focus {
    color: var(--enpix-black-900);
}

form.enpix-subscribe-form input[type="submit"] {
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding: 23px 40px;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    background: var(--enpix-black-900);
}

form.enpix-subscribe-form input[type="submit"]:hover {
    background: var(--enpix-brand);
}

/* ------------- # blog-details.html ------------------------ */

/* Post Header */
.enpix-post-header {
    padding-top: 100px;
    background: #f7f5f2;

}

.enpix-post-header .post-details {
    padding-bottom: 80px;
}

.post-read-time {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.enpix-post-header .post-categories {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.enpix-post-header .post-categories a {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: var(--enpix-black-600);
    padding: 7px 15px;
}

.enpix-post-header .post-categories a:hover {
    background: var(--enpix-brand);
    color: white;
}

.enpix-post-header h1 {
    font-weight: bold;
    font-size: 72px;
    color: var(--enpix-black-900);
    line-height: 79px;
    margin-bottom: 80px;
}

.enpix-post-header .post-meta {
    margin: 0;
    color: var(--enpix-black-600);
    display: flex;
    gap: 80px;
}

.enpix-post-header .post-author a {
    color: var(--enpix-black-900);
    font-weight: bold;
}

.enpix-post-header .post-author a:hover {
    color: var(--enpix-brand);
}

.enpix-post-header .author-thumbnail img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.enpix-post-header .post-thumbnail {
    height: 100%;
}

.enpix-post-header .post-thumbnail img {
    width: auto;
    height: 100%;
    float: right;
}

.enpix-post-header .post-thumbnail img:hover {
    transform: none;
}

/* Post Header Ends */

/* Post body */
.post-container {
    padding: 95px 0 80px 0;
    margin: 0 100px;
    border-bottom: 1px solid var(--enpix-black-100);
}

/* ############# Post Body Typography ############# */
.enpix-post-body h2 {
    margin-top: 80px;
    font-size: 32px;
    line-height: 42px;
}

.enpix-post-body h3 {
    margin-top: 70px;
    font-size: 29px;
    line-height: 40px;
}

.enpix-post-body h4 {
    margin-top: 60px;
    font-size: 26px;
    line-height: 38px;
}

.enpix-post-body h5 {
    margin-top: 50px;
    font-size: 24px;
    line-height: 36px;
}

.enpix-post-body h6 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 36px;
}

.enpix-post-body p {
    font-size: 20px;
    line-height: 34px;
    color: var(--enpix-black-600);
}

.enpix-post-body p,
.enpix-post-body h2,
.enpix-post-body h3,
.enpix-post-body h4,
.enpix-post-body h5,
.enpix-post-body h6 {
    margin-bottom: 30px;
}

/* ############# Post Body Typography Ends ############# */

.enpix-post-body img {
    margin-top: 30px;
}

.enpix-post-body a:hover {
    text-decoration: underline;
}

/* Post Body Ends */

/* Post Footer */
.enpix-post-footer .post-container {
    padding: 30px 0 130px 0;
}

.enpix-post-footer .post-bottom-bar {
    display: flex;
    justify-content: space-between;
    color: var(--enpix-black-600);
    font-weight: bold;
}

.enpix-post-footer .post-bottom-bar p {
    font-size: 16px;
    line-height: 1.25em;
    margin: 0;
}

.enpix-post-footer .post-tags {
    display: flex;
    gap: 10px;
}

.enpix-post-footer .post-tags>div {
    display: block;
    max-width: 750px;
}

.enpix-post-footer .post-tags p {
    margin-top: 4px;
}

.enpix-post-footer .post-tags a {
    background: #F2F2F2;
    line-height: 18px;
    padding: 4px 15px;
    border-radius: 13px;
    font-weight: 400;
    width: max-content;
    margin: 0 5px 10px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 1.15em;
    color: inherit;
}

.enpix-post-footer .post-tags a:hover {
    background: rgba(255, 103, 1, 0.1);
    color: var(--enpix-brand);
}

.enpix-post-footer .share-buttons {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.enpix-post-footer .share-buttons>div {
    display: flex;
    gap: 15px;
}

.enpix-post-footer .share-buttons a {
    color: inherit;
}

.enpix-post-footer .share-buttons a:hover {
    color: var(--enpix-brand);
}

.enpix-post-footer .post-author-details {
    padding-top: 136px;
    display: flex;
    gap: 40px;
}

.enpix-post-footer .post-author-details img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
}

.enpix-post-footer .author-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enpix-post-footer .author-details h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

.enpix-post-footer .author-details a {
    color: var(--enpix-black-900);
}

.enpix-post-footer .author-details a:hover {
    color: var(--enpix-brand);
    text-decoration: none;
}

.enpix-post-footer .author-details h3 {
    color: var(--enpix-black-600);
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.enpix-post-footer .author-details p {
    color: var(--enpix-black-600);
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    margin-top: 20px;
}

/* ------------- # contact.html ------------------------ */
.address-area a:hover {
    color: var(--enpix-brand);
}

.address-box a {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3em;
    color: var(--enpix-black-900);
}

.social-icons-box {
    display: flex;
    gap: 15px;
}

.social-icons-box a {
    background: var(--enpix-black-50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    color: var(--enpix-black-900);
}

.social-icons-box a:hover {
    background: var(--enpix-brand);
    color: white;
}

form.contact-page-form p {
    font-weight: bold;
    color: var(--enpix-black-900);
    margin-bottom: 10px;
}

.button {
    margin: 10px 10px 0 0;
    display: inline-block;
}

.button label,
.button input {
    display: block;
}

.button input[type="checkbox"],
.button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.button input[type="checkbox"]:checked+label,
.button input[type="radio"]:checked+label{
    background: var(--enpix-brand);
    color: white;
}

.button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
    border-radius: 70px;
    background: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2em;
    padding: 8px 16px;
}

.input-fields-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.input-fields-container .input-field {
    width: calc(50% - 15px);
}

.contact-page-form .input-field label {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4em;
    display: block;
    margin-bottom: 10px;
}

.contact-page-form input[type="text"],
.contact-page-form input[type="email"],
.contact-page-form textarea {
    width: 100%;
    border-radius: 5px;
    height: 60px;
    border: 1px solid var(--enpix-black-50);
    padding: 19px 20px;
}

.contact-page-form textarea {
    height: 140px;
}

.contact-page-form input[type="text"]:focus,
.contact-page-form input[type="email"]:focus,
.contact-page-form textarea:focus {
    outline: 1px solid var(--enpix-black-900);
}

.contact-page-form input[type="submit"] {
    border: none;
    background: var(--enpix-black-900);
    color: white;
    padding: 19px 36px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25em;
}

.contact-page-form input[type="submit"]:hover {
    background: var(--enpix-brand);
}

/* ------------- # 404.html ------------------------ */
.error-image img {
    width: 100%;
}
