body {
    background: #000;
}

.lqd-custom-menu .nav-item-children > li > a,
.lqd-custom-menu > ul > li > a {
    color: #ffffff87;
}

.navbar-brand-inner img {
    max-height: 50px;
}

.maintenance {
    height: 100vh;
    width: 100%;
    background: url(../images/maintenance.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.maintenance svg {
    width: 80px;
}

.maintenance article {
    text-align: center;
    max-width: 500px;
}

.maintenance i {
    font-size: 40px;
    color: #f4bd76;
    animation: rotate 2s infinite linear;
    position: absolute;
    bottom: 10%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.maintenance h1 {
    font-size: 35px;
    margin: 20px 0;
}

.maintenance p {
    font-size: 15px;
}

.maintenance a {
    color: #f4bd76;
}

.lqd-fancy-menu .active {
    color: #f4bd76;
}

.readmore {
    color: #fff;
    border: 1px solid #fff;
    padding: 3px 10px;
    margin-top: 15px;
    font-size: 12px;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
}

.readmore:hover {
    background: #fff;
    color: #000;
    transition: 0.3s;
}

.ld-fh-element-home span {
    font-size: 45px;
}

/* FOOTER */
#site-footer {
    /* background: #1c1d1f; */
    padding: 50px;
}

.footer-logo {
    max-height: 70px;
    margin-bottom: 30px;
    display: block;
}

#site-footer h6 {
    color: #73726d;
    margin-bottom: 20px;
}

#site-footer ul li a,
#site-footer ul li {
    color: #d4d4d4;
}

#site-footer .col-3 {
    border-top: 1px solid #363534;
    padding-top: 30px;
    border-bottom: 1px solid #363534;
    padding-bottom: 30px;
}

.linear-bg {
    background-image: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%);
    z-index: 999;
    position: absolute;
    height: 100%;
    width: 100%;
}

.special-footer-style {
    padding: 0!important;
}

/* MOBILE */
.lqd-mobile-sec .navbar-brand {
    padding: 15px 0;
}

.lqd-mobile-sec-inner .navbar-brand-inner img {
    max-height: 35px;
}

.lqd-mobile-sec-nav .lqd-mobile-main-nav li a.active,
.lqd-mobile-sec ul.main-nav.lqd-mobile-main-nav > li > a:hover {
    color: #f4bd76 !important;
    transition: 0.3s;
}

.main-header .module-menu .lqd-fancy-menu ul > li > a:hover {
    transition: 0.3s;
    transform: scale(1.3);
}

.lqd-mobile-sec {
    width: 100%;
    position: fixed;
}

.page-section {
    padding: 150px 0 0;
    background-image: url(../images/dark-ai/bg/page-bg-5.svg);
    background-attachment: fixed;
    z-index: 2;
    position: relative;
    background-color: #000;
}

.contact-us {
    background-image: url(../images/dark-ai/bg/page-bg-5.svg);
    background-attachment: fixed;
    z-index: 2;
    position: relative;
    background-color: #000;
}

.contact-us h2 {
    font-size: 45px;
    color: #333333;
}

.contact-us p {
    font-size: 18px;
    line-height: 30px;
    color: #838383;
}

.contact-us input {
    border: none;
    border-bottom: 1px solid #121212;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
    color: #121212;
    font-size: 16px;
    width: 100%;
}

.contact-us label {
    font-size: 14px;
    color: #121212;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0;
}

.contact-us textarea {
    border: none;
    border-bottom: 1px solid #121212;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
    color: #121212;
    font-size: 16px;
    width: 100%;
}

.contact-us input:focus-visible {
    outline: none;
}

.contact-us input::placeholder,
.contact-us textarea::placeholder {
    color: #3c3939;
}

.contact-us textarea:focus-visible {
    outline: none;
}

.contact-form {
    background-color: #879d92;
    padding: 100px;
}

.contact-form .col-12 {
    padding: 0 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #879d92 inset;
    -webkit-text-fill-color: #121212;
}

.contact-form .row {
    margin: 0;
}

.contact-form .submit-msg {
    display: block;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
    /* border: 1px solid red; */
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    background: #333333;
    line-height: 18px;
    margin: 0 20px;
}

.social-icon {
    display: flex;
    align-items: center;
}

.social-icon li {
    margin-right: 15px;
}

.submit-button {
    border: 1px solid #121212;
    background: none;
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 15px;
    color: #121212;
    transition: 0.3s;
}

.submit-button:hover {
    background: #f4bd76;
    color: #000;
    transition: 0.3s;
    border: 1px solid #f4bd76;
}

.contact-form h4 {
    color: #121212;
}

.map-container {
    background: url(../images/map.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    cursor: pointer;
    min-height: 600px;
    flex-direction: column;
    position: relative;
}

.map-container i {
    color: #f4bd76;
    font-size: 30px;
}

.map-container p {
    color: #fff;
    font-size: 16px;
    /* margin-bottom: 0; */
}

.map-content {
    position: absolute;
    max-width: 300px;
    top: 53%;
    background: #00000080;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #515151;
}

.map-content h5 {
    color: #acacac;
    font-size: 14px;
}

.map-content p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

#pulse {
    animation: pulse 0.5s ease-in infinite;
}

@keyframes pulse {
    25% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1.1);
    }
}

.border-box {
    border: 1px solid #f4bd76;
}

.border-box h5 {
    font-size: 18px;
    color: #fff;
}

.border-box p {
    font-size: 14px;
    color: #b8b8b8;
}

/*  Studio  */
.carousel-nav .flickity-button {
    width: 50px;
    height: 50px;
    color: #fff;
    border-width: 1px;
    border-radius: 12px;
    border-style: solid;
    border-color: rgb(255 255 255 / 65%);
    background-color: #000000b3;
}

.carousel-nav {
    width: 100%;
    max-width: 100%;
}

.flickity-button:hover {
    color: #f4bd76;
    border-style: solid;
    border-color: #f4bd76;
    background-color: #000000;
}

.module-shape {
    left: 30%;
}

.slider-container .display-image {
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.studio-row {
    align-items: center;
    display: flex;
    margin-bottom: 80px;
}

.odd-container {
    padding-left: 100px;
    padding-right: 40px;
}

.even-container {
    padding-left: 40px;
    padding-right: 100px;
}

.studio-row h4 {
    font-size: 45px;
    margin-bottom: 10px;
    color: #879d92;
}

.studio-row .carousel-nav.carousel-nav-right {
    justify-content: space-between;
    padding: 0 15px;
}

.studio-row.reflect .carousel-nav.carousel-nav-right {
    justify-content: space-between;
    padding: 0 15px;
}

.studio-page {
    padding-bottom: 80px;
}

.order-studio-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-studio-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.carousel-dots-style4 .dot {
    width: 6px;
    height: 6px;
    background-color: #879d923d;
}

.carousel-dots-style4 .dot.is-selected {
    width: 15px;
    background-color: #f4bd76;
}

.carousel-dots-mobile .flickity-page-dots {
    margin-top: 0px;
}

.slider-row {
    position: relative;
    align-items: center;
}

.arrow-row {
    position: absolute;
}

/* Management */
.management-page .profile-pic {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
    /* border: 1px solid var(--lqd-color-primary);
    padding: 10px;
    border-radius: 5px; */
}

.management-page h1 {
    margin-bottom: 40px;
    font-size: 45px;
}

.profile-container {
    text-align: center;
}

.profile-container h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
}

.profile-container p {
    font-size: 14px;
    margin-bottom: 30px;
    color: #f4bd76;
}

.lqd-highlight-custom .lqd-highlight .lqd-highlight-brush-svg {
    fill: #f4bd7670;
}

h3.font-normal {
    font-size: 45px;
    width: 100% !important;
}

.temporary-text {
    line-height: 35px;
}

/* Talents */
.talents-page h1 {
    margin-bottom: 40px;
    font-size: 45px;
}

.subtitle {
    display: block;
    font-size: 22px;
    font-weight: normal;
    color: var(--lqd-color-primary);
    margin-top: 10px;
}

.talents-container {
    margin-bottom: 20px;
    border-bottom: 1px solid #f4bd763d;
    padding-bottom: 20px;
    align-items: center;
}

.talents-container h5 {
    font-size: 20px;
    color: #f4bd76;
    /* border-bottom: 1px solid #f4bd76; */
}

.talents-container p {
    font-size: 14px;
    color: #adadad;
    margin-bottom: 0;
    line-height: 20px;
    padding-top: 3px;
}

.talents-image-container {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: end;
}

.talents-image-container img {
    max-width: 90px;
    height: 90px;
    object-fit: cover;
}

.overview .carousel-container .carousel-item {
    width: 66.667%;
    flex-basis: 66.667%;
    padding-inline-start: 2%;
    padding-inline-end: 2%;
}


/*  Portfolio */
.filter-list li.active,
.filter-list li:hover {
    color: #f4bd76;
}

#portfolio .btn-txt {
    color: #fff;
}

.portfolio .liquid-filter-items {
    padding: 0 50px;
}

.portfolio .lqd-section {
    padding: 50px 0;
}

img.masonry {
    object-fit: contain;
}

.gallery-container {
    column-count: 4;
    column-gap: 0;
}
   
.gallery-container figure {
    margin: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
}

.portfolio-desc {
    background: #191919;
    padding: 32px;
    border-radius: 16px;
    position: relative;
}

.portfolio-desc i {
    position: absolute;
    right: 30px;
    color: #f4bd76;
    cursor: pointer;
}

.portfolio-desc .project-title {
    font-size: 20px;
    font-weight: bold;
    color: #f4bd76;
}

.portfolio-desc p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #96969a;
}

.portfolio-desc p strong {
    font-weight: 700;
    color: #fff;
}

.portfolio-details-section {
    padding-top: 100px;
}

.portfolio-container {
    display: flex;
}

.portfolio-container-image {
    padding: 0 12px 0 24px;
    position: sticky;
    height: calc(100vh - 100px);
    overflow: scroll;
    padding-bottom: 50px;
}

.portfolio-container-details {
    min-width: 480px;
    width: 480px;
    padding: 0 24px 0 12px;
    position: sticky;
    height: calc(100vh - 100px);
    overflow: scroll;
    padding-bottom: 50px;
}

.image-details-container iframe {
    width: 100%;
    height: 100%;
    min-height: 80vh;
}

.image-details-container img, .image-details-container iframe {
    margin-bottom: 20px;
    width: 100%;
}

.portfolio-container .image-details-container:last-child img {
    margin-bottom: 0;
}

.other-project {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: end;
    padding: 10px;
    justify-content: center;
    height: 113px;
}

.image-container h5{
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
    text-align: center;
}

.portfolio-desc-nav.mobile {
    padding: 20px 24px 0;
    justify-content: space-between;
}

.portfolio-desc-nav.mobile a {
    font-size: 15px;
    color: #fff;
}

.portfolio-desc-nav {
    justify-content: space-between;
}

.prev-nav {
    left: 8px;
}

.next-nav {
    right: 475px;
}

.prev-nav:hover i, .next-nav:hover i {
    color: #f4bd76;
    transition: 0.3s;
}

.prev-nav, .next-nav {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    top: 0;
    z-index: 4;
}

.masonry-item img{
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .banner .module-video {
        mix-blend-mode: normal;
    }

    .ld-fh-element-home span {
        font-size: 35px;
    }

    h3.font-normal {
        font-size: 35px;
        width: 80% !important;
    }

    .footer-logo {
        max-height: 50px;
        margin: 0 auto 20px;
    }

    .maintenance article {
        padding: 0 20px;
    }

    .maintenance h1 {
        font-size: 28px;
    }

    #site-footer {
        padding: 33px;
    }

    #site-footer .follow-us {
        width: 100%;
        margin-bottom: 5%;
    }

    #site-footer .ld-fh-element {
        margin-bottom: 0;
    }

    .how-it-works .container {
        padding: 0px;
    }

    .lqd-section.banner {
        min-height: 0;
        height: 75vh;
    }

    .contact-form {
        padding: 30px;
    }

    .page-section {
        padding: 50px 0 0;
    }

    .order-studio-first {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-studio-last {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .studio-row .carousel-nav.carousel-nav-right {
        text-align: center;
        justify-content: center;
    }

    .studio-row.reflect .carousel-nav.carousel-nav-right {
        text-align: center;
        justify-content: center;
    }

    .odd-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .even-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .studio-row {
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .studio-row h4 {
        font-size: 35px;
    }

    .studio-row p {
        font-size: 18px;
        line-height: 25px;
    }

    .map-content {
        top: 55%;
    }

    .social-icon {
        justify-content: center;
    }

    .temporary-text {
        font-size: 16px;
        line-height: 25px;
    }

    .slider-container .display-image {
        height: 300px;
    }

    .management-page h1, .portfolio .ld-fancy-heading h1 {
        font-size: 35px;
    }

    .talents-page h1 {
        font-size: 35px;
    }

    .talents-image-container {
        justify-content: start;
    }

    .talents-container {
        margin: 20px;
    }

    .talents-image-container {
        display: block;
    }

    .talents-image-container img {
        margin: 0 15px 15px 0;
    }

    .talents-container p {
        margin-bottom: 20px;
    }

    .management-page, .portfolio {
        padding-top: 100px;
    }

    .talents-page {
        padding-top: 100px;
    }

    .contact-us h2 {
        font-size: 35px;
        color: #333333;
    }

    .contact-us p {
        font-size: 16px;
        line-height: 20px;
    }

    .portfolio-container {
        display: block;
        margin-top: 20px;
    }

    .image-details-container iframe {
        min-height: 0;
    }

    .portfolio-container-image {
        padding: 0 24px;
        position: initial;
        height: auto;
        overflow: auto;
        padding-bottom: 20px;
    }

    .portfolio-container-details {
        min-width: 0px;
        width: 100%;
        padding: 0 24px;
        position: initial;
        height: auto;
        overflow: auto;
        padding-bottom: 50px;
    }

    .image-container {
        height: 90px;
    }

    .image-details-container:first-of-type {
        padding-top: 35px;
    }

    .portfolio .liquid-filter-items {
        padding: 0;
        margin-bottom: 10px;    
        text-align: center;
    }

    .portfolio .filter-list {
        margin: 0;
    }

    .portfolio .lqd-section {
        padding: 0;
    }

    .gallery-container {
        column-count: 1;
        column-gap: 0;
    }

    .portfolio .lqd-pf-item-style-1 .lqd-pf-info {
        padding: 0;
    }
    
}

/* IPAD */
@media screen and (min-width: 768px) and (max-width: 1201px) {
    .footer-logo {
        max-height: 50px;
    }
    #site-footer {
        padding: 33px;
    }
    .order-studio-first {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-studio-last {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .studio-row .carousel-nav.carousel-nav-right {
        text-align: center;
        justify-content: center;
    }

    .studio-row.reflect .carousel-nav.carousel-nav-right {
        text-align: center;
        justify-content: center;
    }

    .odd-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .even-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .portfolio-container-details {
        min-width: 380px;
        width: 380px;
    }

    .image-container {
        height: 80px;
    }

    .next-nav {
        right: 370px;
    }
}

.block-revealer__element {
    background: var(--lqd-color-primary) !important;
}

.contact-title p {
    color: #333333;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    background-color: #00000000;
    border: none;
    border-bottom: 1px solid #121212;
    border-radius: 0;
    font-size: 16px;
    color: #3c3939;
    padding-left: 0;
}

.ui-selectmenu-button.ui-button:active {
    color: #3c3939;
}

.ui-icon {
    display: none;
}

.ui-selectmenu-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #879d92;
    font-size: 16px;
    border: 1px solid #121212 !important;
    border-top: none;
    margin-top: -1px;
}

.ui-state-active {
    background: #71877c !important;
    border: none !important;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown i {
    position: absolute;
    right: 10px;
    transition: 0.3s;
    color: #3c3939;
    top: 10px;
    font-size: 16px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

::-webkit-scrollbar {
    display: none;
}

.category-link{
    color: #b8beca;
}

.filter-list li.active .category-link, .filter-list li:hover .category-link {
    color:#f4bd76;
}

.filter-list li.active .category-link:focus-visible {
    outline: unset;
}