.top-header {
    max-width: 1600px;
    margin-inline: auto;
    padding: 2rem 1rem;
}
.lineContainer {
    position: relative;
    width: 60px;
    cursor: pointer;
    margin-right: 35px;
}
.lineContainer:hover .menu--line._2 {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #8d7a26;
}
.menu {
    min-width: 207px;
}
.menu--line {
    width: 60px;
    height: 1px;
    background-color: #000;
    margin-top: 13px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    pointer-events: none;
}
.menu--line._1 {
    margin-top: 0;
}
.menu--line._2 {
    -webkit-transform: scale(0.65, 1);
    -ms-transform: scale(0.65, 1);
    transform: scale(0.65, 1);
    height: 2px;
}
.has_transition_1000_inout {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    -webkit-transition: opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    -o-transition: transform 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.top-header .logo svg {
    width: 165px;
    height: auto;
}
.language-switcher-dropdown {
    min-width: 260px;
    height: auto;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: 0.5s;
    transform: scaleY(0);
    border-radius: 10px;
    background-color: var(--cream);
    border-left: 1px solid rgba(255, 255, 255, 0.0784313725);
    border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
    border-right: 1px solid rgba(255, 255, 255, 0.0784313725);
    display: flex;
    flex-direction: column;
    box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
    transform-origin: 0 0;
}
.language-switcher:hover .language-switcher-dropdown  {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: scaleY(1);
}
.language-switcher-dropdown a {
    color: #1F1F25;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid var(--secondary);
}
.language-switcher-dropdown a:hover {
    background-color: var(--primary);
    color: var(--secondary);
    border-color: var(--primary);
}
.language-switcher-dropdown a:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.language-switcher-dropdown a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.lang-x-icon {
    border-radius: 100px;
    border: 1px solid transparent;
    flex-shrink: 0;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
    background-color: var(--cream);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid #dfdfdf;
    cursor: pointer;
}
/**
* Video Background Container
*/
.images-list2 {
    max-width: 900px;
    margin-inline: auto;
    margin-top: 5rem;
    padding: 0 15px;
}
.images-list2 img {
    border-radius: 10px;
}
.video-background-container {
    position: relative;
}
.video-background-container video {
    width: 100%;
    height: 100%;
}
.video-overlay {
    margin-top: 10px;
    margin-bottom: 15px;
}
.images-list {
    margin-top: 8rem;
}
.note1 {
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}
.note2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
/**
* Footer Styles
*/
.nav-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .755rem;
}
footer {
    background-color: var(--cream);
}
.footer-content {
    max-width: 1300px;
    margin-inline: auto;
    padding: 4rem 1rem 2.5rem;
}
.footer-style-n {
    margin-bottom: 4rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.footer-style-n ul li {
    color: #585858;
    font-size: 15px;
}
.footer-style-n ul li:not(:last-child) {
    margin-bottom: .5rem;
}
.signature {
    line-height: 1.7;
    margin-top: 18px;
}
.built-by a {
    color: #153f87;
}
.ready {
    font-size: 22px;
    font-weight: 400;
    max-width: 300px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.footer-bottom-bar {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 4rem;
    padding-top: 2rem;
}
.social-link {
    width: 40px;
    height: 40px;
    background-color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    transition: background-color .25s ease, border-color .25s ease;
}
.social-link:hover {
    background-color: var(--cream);
    border-color: var(--primary);
}
.social-link:not(:last-child) {
    margin-right: 10px;
}
.privacy-policy a {
    color: #585858;
    font-size: 15px;
}
.privacy-policy a:not(:last-child) {
    margin-right: 10px;
}
.contact-link {
    background-color: var(--secondary);
    padding: 10px 30px 10px 20px;
    border-radius: 6px;
}
.contact-link span {
    margin-right: 12px;
    background-color: #FFF;
    border-radius: 50%;
    padding: 8px;
}
.about__inner {
    gap: 20px;
}
.about__description__holder {
    flex: 1;
}
.about__images {
    flex: 1;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
}
.about__img__holder img {
    border-radius: 10px;
    height: 100%;
}
.about__img__holder2 {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
.about__img__holder2-1 img,
.about__img__holder2-2 img {
    border-radius: 10px;
}
.artist {
    background-color: var(--primary);
    color: var(--cream);
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.about__description .title {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.about__description .description {
    color: #585858;
    font-size: 17px;
    line-height: 1.5;
}
.more-link {
    margin-top: 2rem;
}
.more-link span {
    margin-left: 12px;
    background-color: var(--third);
    color: var(--cream);
    border-radius: 50%;
    padding: 8px;
}
.canvas__inner .ca-email {
    font-size: 18px;
}
.canvas__inner .menu-categories {
    margin-bottom: 1.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.canvas__inner .menu-categories > li {
    font-size: 24px;
}
.canvas__inner .menu-categories > li:not(:last-child) {
    margin-bottom: 15px;
}
/**
* Hot Project Module
*/
.hot-project-container .left {
    flex: 1;
    background-color: var(--cream);
    padding: 60px 40px;
}
.hot-project-container .left .category {
    color: #585858;
    font-size: 14px;
    letter-spacing: .1428571429rem;
    margin-bottom: 15px;
}
.hot-project-container .left .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hot-project-container .left .description {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 30px;
}
.hot-project-container .left .description > p {
    color: #585858;
    font-size: 15px;
    letter-spacing: .0571428571rem;
    line-height: 1.5;
}
.hot-project-container .left .description > p:not(:last-child) {
    margin-bottom: 10px;
}
.hot-project-container .left .more-link {
    margin-top: 60px;
}
.hot-project-container .left .more-link span {
    background-color: var(--third);
    color: var(--cream);
}
.hot-project-container .right {
    flex: 2;
}
/**
* Category Listing Module
*/
.category-listing {
    max-width: 1400px;
    margin-inline: auto;
    padding: 0 15px;
    gap: 20px;
}
.category-listing-header {
    flex: 1;
}
.category-listing-header h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.category-listing-header p {
    color: #585858;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 4rem;
}
.swiper-home-categories {
    flex: 3;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #82847f !important;
}
.swiper-pagination-progressbar {
    bottom: 0;
    top: initial !important;
}
.swiper-wrapper-pb {
    padding-bottom: 60px;
}
.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 1px;
}
.card-category .image {
    overflow: hidden;
    border-radius: 10px;
}
.card-category .image img {
    border-radius: inherit;
    transition: transform 500ms ease;
}
.card-category:hover .image img {
    transform: scale(1.1);
}
.card-category .content .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.card-category .content .description {
    color: #585858;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
}
.card-category .content .more {
    margin-top: 25px;
    font-size: 13px;
}
.card-project .image {
    overflow: hidden;
    border-radius: 10px;
}
.card-project .image img {
    border-radius: inherit;
    transition: transform 500ms ease;
}
.card-project:hover .image img {
    transform: scale(1.1);
}
.card-project .content .location {
    color: rgb(49, 49, 49);
    font-size: 14px;
    margin-top: 16px;
}
.card-project .content .title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
}
.card-project .content .description {
    color: #585858;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    min-height: 90px;
}
.card-project .content .more {
    margin-top: 25px;
    font-size: 13px;
}
.project {
    margin-top: 100px;
}
.project .content {
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
}
.project .content .location {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .1428571429rem;
}
.project .content .title {
    margin-bottom: 1.6rem;
    font-size: 2.22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.project .content .title:after {
    content: '';
    background-color: #CEB8A1;
    width: 1px;
    height: 90px;
    margin-top: 1rem;
}
.project .content .description {
    text-align: center;
    line-height: 1.5;
    font-size: 17px;
    margin-top: 26px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.project .content .description:after {
    content: '';
    background-color: #CEB8A1;
    width: 1px;
    height: 90px;
    margin-top: 1rem;
}
.project .content .description > p {
    margin-bottom: 1rem;
}
.project__gallery {
    margin-top: 2rem;
    padding: 0 0;
}
.textbox h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .hot-project-container .left, .hot-project-container .right {
        flex-basis: 100%;
    }
}
@media (max-width: 820px) {
    .menu {
        min-width: auto;
    }
    .about__description__holder {
        flex-basis: 100%;
        order: 1;
    }
}
@media (max-width: 720px) {
    .lineContainer {
        width: 30px;
        margin-right: 15px;
    }
    .menu--line {
        width: 30px;
    }
    .header-full-right .email {
        display: none;
    }
    .footer-style-2:not(:last-child) {
        margin-bottom: 3rem;
    }
}
@media (max-width: 480px) {
    .top-header .logo svg {
        width: 120px;
    }
    .lang-x-icon {
        width: 40px;
        height: 40px;
    }
    .line-2 {
        margin-top: 3rem;
    }
    .hot-project-container .left {
        padding: 30px 30px;
    }
    .ready {
        font-size: 18px;
    }
    .category-listing-header {
        flex-basis: 100%;
    }
    .card-category .image {
        padding: 36px;
    }
    .footer-bottom-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-email-phone {
        margin-bottom: 2rem;
    }
}