@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes flip {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes action {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.colour-black {
    color: #000000;
}

.bg-black {
    background-color: #000000;
}

.colour-white {
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
}

.colour-beige {
    color: #f4e8e1;
}

.bg-beige {
    background-color: #f4e8e1;
}

.colour-rust {
    color: #ea9768;
}

.bg-rust {
    background-color: #ea9768;
}

.colour-gray {
    color: #5e5e5e;
}

.bg-gray {
    background-color: #5e5e5e;
}

.colour-mauve {
    color: #421b2e;
}

.bg-mauve {
    background-color: #421b2e;
}

body {
    font-family: "Outfit", sans-serif;
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    overflow-x: hidden;
}
@media (max-width: 575px) {
    body {
        font-size: 16px;
    }
}

h1 {
    font-family: "Sora", sans-serif;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 25px;
}

h2 {
    font-family: "Sora", sans-serif;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 25px;
}

h3 {
    font-family: "Sora", sans-serif;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 25px;
}

h4 {
    font-family: "Sora", sans-serif;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 25px;
}

h1 {
    font-size: 71px;
    line-height: 101%;
    margin-bottom: 39px;
}
@media (max-width: 1700px) {
    h1 {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 36px;
        margin-bottom: 27px;
    }
}
h1.h2-type {
    font-size: 53px;
    line-height: 100%;
    margin-bottom: 30px;
}

h2 {
    font-size: 53px;
    line-height: 100%;
    margin-bottom: 30px;
}
@media (max-width: 1700px) {
    h2 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 36px;
    }
}
h2.h1-type {
    font-size: 71px;
    line-height: 101%;
    margin-bottom: 39px;
}
@media (max-width: 767px) {
    h2.h1-type {
        font-size: 36px;
    }
}

h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 27px;
    font-weight: 300;
    line-height: 96.296%;
}
@media (max-width: 767px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    line-height: normal;
    font-weight: 400;
}

h6 {
    font-size: 14px;
}

.subtext {
    font-size: 12px;
    line-height: 175%;
    letter-spacing: 0.15em;
}

.menu-cta {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    position: relative;
}

.smallbody {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    line-height: 157.143%;
}

p {
    line-height: 144.444%;
}
p:last-child {
    margin-bottom: 0;
}

.note {
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
@media (max-width: 757px) {
    .note {
        font-size: 10px;
    }
}
@media (max-width: 575px) {
    .note br {
        display: none;
    }
}

.text-initial {
    text-transform: initial;
}

.font-sora {
    font-family: "Sora", sans-serif;
}

.font-outfit {
    font-family: "Outfit", sans-serif;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

b,
strong {
    font-weight: bold;
}

.bg-type {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-type.bg-left {
    background-position: left center;
}
.bg-type.bg-right {
    background-position: right center;
}
.bg-type.bg-fixed {
    background-attachment: fixed;
}

.btn-type {
    position: relative;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    padding: 19px 34px;
    border: 1px solid #421b2e;
    border-radius: 30px;
    color: #421b2e;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-type.active,
.btn-type:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.btn-type.btn-white {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-type.btn-white.active,
.btn-type.btn-white:hover {
    background-color: #ffffff;
    color: #421b2e;
    border-color: #ffffff;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1576px;
}
.container.extend {
    max-width: 1920px;
    padding-left: 48px;
    padding-right: 48px;
}
@media (max-width: 991px) {
    .container.extend {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.container.max {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
@media (max-width: 991px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

sub,
sup {
    font-size: 0.65em;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding-left: 1.3em;
}

ul li,
ol li {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    line-height: 144.444%;
    color: #000000;
}
.embed-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 31px 0;
    z-index: 2;
    background-color: #ffffff;
}
@media (max-width: 1200px) {
    header {
        padding: 13px 17px;
    }
}
header .container.extend {
    max-width: 100%;
}
@media (max-width: 1200px) {
    header .container.extend {
        padding: 0;
    }
}

.menu-main-menu-container #menu-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 46px;
}
@media (max-width: 1300px) {
    .menu-main-menu-container #menu-main-menu {
        gap: 26px;
    }
}
.menu-main-menu-container #menu-main-menu li {
    display: inline-block;
}
.menu-main-menu-container #menu-main-menu li a {
    font-family: "Outfit", sans-serif;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    position: relative;
}
.menu-main-menu-container #menu-main-menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ea9768;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-main-menu-container #menu-main-menu li a:hover:after {
    width: 100%;
}
.menu-main-menu-container #menu-main-menu li.menu-border a {
    border: 1px solid #421b2e;
    padding: 14px 36px;
    border-radius: 30px;
}
.menu-main-menu-container #menu-main-menu li.menu-border a:after {
    display: none;
}
.menu-main-menu-container #menu-main-menu li.menu-border a:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.mobile-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: calc(100vh - 66px);
    background-color: #ffffff;
    display: none;
}
@media (min-width: 1199px) {
    .mobile-menu {
        display: none;
    }
}
.mobile-menu .m-menu-container {
    padding: 40px 78px;
    height: 100%;
}
@media (orientation: landscape) {
    .mobile-menu .m-menu-container {
        padding: 30px 50px;
    }
}
@media (max-width: 575px) {
    .mobile-menu .m-menu-container {
        padding: 40px;
    }
}
.mobile-menu .m-menu-container .menu-main-menu-container {
    overflow: auto;
}
.mobile-menu .m-menu-container .menu-main-menu-container .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu .m-menu-container .menu-main-menu-container .menu li {
    display: block;
    margin-bottom: 15px;
}
.mobile-menu .m-menu-container .menu-main-menu-container .menu li a {
    font-family: "Outfit", sans-serif;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    position: relative;
}
.mobile-menu
    .m-menu-container
    .menu-main-menu-container
    .menu
    li.menu-border
    a {
    border: 1px solid #421b2e;
    padding: 14px 36px;
    border-radius: 30px;
    margin-top: 10px;
}
.mobile-menu
    .m-menu-container
    .menu-main-menu-container
    .menu
    li.menu-border
    a:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.menu-trigger {
    width: 20px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-trigger span {
    background-color: #000000;
    height: 2px;
    width: 20px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-trigger.triggered span:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}
.menu-trigger.triggered span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.triggered span:nth-of-type(3) {
    top: -8px;
    transform: rotate(-45deg);
}

.banner-slider .swiper-slide {
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 53px 54px 86px 54px;
    height: calc(100vh - 102px);
    min-height: 600px;
}
@media (max-width: 1200px) {
    .banner-slider .swiper-slide {
        height: calc(100vh - 52px);
        min-height: 500px;
    }
}
@media (max-width: 767px) {
    .banner-slider .swiper-slide {
        padding: 15px 25px 40px;
        min-height: auto;
    }
}

.home-project {
    padding: 132px 0 132px 53px;
}
@media (max-width: 767px) {
    .home-project {
        padding: 50px 25px;
    }
}
.home-project .content-area {
    max-width: 596px;
}

.project-slider {
    border-radius: 20px 0 0 0;
}
@media (max-width: 767px) {
    .project-slider {
        margin-right: -25px;
    }
}
.nav-scrollbar {
    height: 6px;
    background-color: #f4e8e1;
}
.nav-scrollbar .swiper-scrollbar-drag {
    background-color: #421b2e;
    border-radius: 0;
}

.nav-container div {
    width: 28px;
    height: 19px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow.svg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-container div.nav-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.nav-container div.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.project-card {
    position: relative;
}
.project-card .img {
    border-radius: 20px;
    padding-top: 68.3%;
    overflow: hidden;
    position: relative;
}
.project-card .img:before {
    content: "view project";
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(244, 232, 225, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.project-card .details {
    padding: 13px 30px 0 16px;
    position: relative;
}
.project-card .details:after {
    content: "";
    width: 26px;
    height: 19px;
    position: absolute;
    right: 24px;
    bottom: 7px;
    background-image: url(../images/arrow-slant.svg);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.project-card a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.project-card:hover .img:before,
.project-card:hover .details:after {
    opacity: 1;
}

.home-service {
    padding: 178px 0 292px;
}
@media (max-width: 991px) {
    .home-service {
        padding: 100px 0 150px;
    }
}
@media (max-width: 767px) {
    .home-service {
        padding: 50px 0;
    }
}

.order-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.order-list li {
    font-size: 32px;
    color: #421b2e;
    display: flex;
}
@media (max-width: 767px) {
    .order-list li {
        font-size: 22px;
    }
}
.order-list li .list {
    font-weight: 500;
    display: inline-block;
    flex: 0 0 87px;
}
@media (max-width: 767px) {
    .order-list li .list {
        flex: 0 0 57px;
    }
}

.home-experience {
    padding: 165px 0 100px;
}
@media (max-width: 991px) {
    .home-experience {
        padding: 100px 0 70px;
    }
}
@media (max-width: 767px) {
    .home-experience {
        padding: 50px 0;
    }
}
.home-experience .img-banner {
    height: 672px;
    border-radius: 20px;
    margin: auto;
}
@media (max-width: 767px) {
    .home-experience .img-banner {
        height: auto;
        padding-top: 70%;
    }
}

.home-brands {
    padding: 90px 0 120px;
}
@media (max-width: 767px) {
    .home-brands {
        padding: 30px 0 50px;
    }
}

.brand-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.brand-slider .swiper-wrapper .swiper-slide {
    padding: 0 15px;
}
.brand-slider .swiper-wrapper .swiper-slide img {
    max-width: 300px;
    max-height: 200px;
    width: auto;
}
@media (max-width: 575px) {
    .brand-slider .swiper-wrapper .swiper-slide img {
        max-width: 150px;
        max-height: 150px;
    }
}

footer {
    padding: 110px 0 0;
    font-size: 16px;
}
@media (max-width: 767px) {
    footer {
        padding: 80px 0 0;
    }
}
footer .eightball {
    display: inline-block;
}
footer .eightball:before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    margin-left: 7px;
    margin-bottom: 1px;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background: url(../images/eightball.svg) no-repeat center;
    background-size: contain;
}
footer .eightball a {
    color: #f4e8e1;
}
footer .upper .link-area .link-type {
    font-family: "Sora", sans-serif;
    font-size: 21px;
    color: #f4e8e1;
}
footer .upper .btn-type {
    padding: 32px 40px;
    border-radius: 40px;
    max-width: 450px;
    text-align: center;
    width: 100%;
}
@media (max-width: 1200px) {
    footer .upper .btn-type {
        max-width: 400px;
    }
}
@media (max-width: 767px) {
    footer .upper .btn-type {
        max-width: 100%;
    }
}
footer .upper .menu {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 80px;
}
@media (max-width: 1200px) {
    footer .upper .menu {
        flex-direction: row;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    footer .upper .menu {
        gap: 5px;
        flex-wrap: wrap;
    }
}
@media (max-width: 400px) {
    footer .upper .menu {
        gap: 0;
        flex-wrap: wrap;
    }
}
footer .upper .menu li {
    display: inline-block;
    font-size: 16px;
}
@media (max-width: 1200px) {
    footer .upper .menu li {
        flex: 1 1 0px;
        text-align: center;
    }
}
@media (max-width: 400px) {
    footer .upper .menu li {
        font-size: 15px;
    }
}
footer .upper .menu li a {
    color: #f4e8e1;
}
footer .lower {
    margin-top: 300px;
    margin-bottom: 50px;
}
@media (max-width: 1200px) {
    footer .lower {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    footer .lower {
        margin-top: 70px;
    }
}
footer.footer-simple {
    padding-top: 50px;
    padding-bottom: 54px;
}
@media (max-width: 767px) {
    footer.footer-simple {
        padding-top: 30px;
        padding-bottom: 34px;
    }
}
footer.footer-simple .eightball:before {
    background: url(../images/eightball-dark.svg) no-repeat center;
}
footer.footer-simple .eightball a {
    color: #421b2e;
}
footer.footer-simple .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 34px;
}
@media (max-width: 767px) {
    footer.footer-simple .menu {
        gap: 30px;
        justify-content: center;
    }
}
footer.footer-simple .menu li a {
    font-family: "Outfit", sans-serif;
    display: inline-block;
    color: #421b2e;
    font-size: 16px;
}
footer.footer-simple .footer-row {
    border-top: 1px solid #421b2e;
    padding-top: 32px;
}
footer.footer-simple.bg-mauve .menu li a {
    color: #f4e8e1;
}
footer.footer-simple.bg-mauve .eightball:before {
    background: url(../images/eightball.svg) no-repeat center;
}
footer.footer-simple.bg-mauve .eightball a {
    color: #f4e8e1;
}
footer.footer-simple.bg-mauve .footer-row {
    border-color: #f4e8e1;
}

.blackbox {
    padding-top: 11.23%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/footer-blackbox.svg);
    background-size: contain;
}

.sort-select {
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 30px 4px 13px;
    border-radius: 15px;
}
@media (max-width: 575px) {
    .sort-select {
        width: 100%;
        padding: 4px 20px 4px 8px;
    }
}

.project-filter {
    border-bottom: 1px solid #000000;
    padding-bottom: 14px;
}

.project-category a {
    color: #000000;
}
.project-category a.active {
    color: #ea9768;
}

.alm-btn-wrap {
    margin-top: 30px;
}
.alm-btn-wrap .alm-load-more-btn {
    font-size: 12px;
    line-height: 175%;
    letter-spacing: 0.15em;
    border: none;
    text-transform: uppercase;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 23px;
    background-color: transparent;
}
.alm-btn-wrap .alm-load-more-btn.done {
    display: none;
}

.accordion .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}
.accordion .accordion-item .accordion-heading a {
    display: block;
    color: #000000;
    position: relative;
    padding-right: 22px;
}
.accordion .accordion-item .accordion-heading a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 18px;
    height: 2px;
    background-color: #000000;
}
@media (max-width: 767px) {
    .accordion .accordion-item .accordion-heading a:after {
        top: 7px;
    }
}
.accordion .accordion-item .accordion-heading a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 18px;
    height: 2px;
    background-color: #000000;
    rotate: 0deg;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .accordion .accordion-item .accordion-heading a:before {
        top: 7px;
    }
}
.accordion .accordion-item .accordion-heading a.collapsed:before {
    rotate: -90deg;
}
.accordion.accordion-list .accordion-item .accordion-heading {
    line-height: 100%;
    font-size: 32px;
}
@media (max-width: 767px) {
    .accordion.accordion-list .accordion-item .accordion-heading {
        font-size: 22px;
    }
}
.accordion.accordion-list .accordion-item .accordion-heading a {
    display: flex;
}
.accordion.accordion-list .accordion-item .accordion-heading a .list {
    font-weight: 500;
    display: inline-block;
    flex: 0 0 80px;
}
@media (max-width: 767px) {
    .accordion.accordion-list .accordion-item .accordion-heading a .list {
        flex: 0 0 50px;
    }
}

.page-banner {
    height: 963px;
    padding: 100px 0 180px;
    background-color: rgba(0, 0, 0, 0.55);
    background-blend-mode: overlay;
    position: relative;
}
@media (max-width: 1200px) {
    .page-banner {
        height: 700px;
    }
}
@media (max-width: 767px) {
    .page-banner {
        height: auto;
        padding: 100px 0 110px;
    }
}
.page-banner .scroll {
    position: absolute;
    width: 92px;
    height: 58px;
    bottom: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/scroll.svg);
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}
@media (max-width: 767px) {
    .page-banner .scroll {
        bottom: 15px;
    }
}

.about-process {
    padding: 125px 0 50px;
}
@media (max-width: 991px) {
    .about-process {
        padding: 90px 0 50px;
    }
}
@media (max-width: 767px) {
    .about-process {
        padding: 60px 0 30px;
    }
}

.about-industry {
    padding: 60px 0;
}

.about-brands {
    padding: 60px 0 90px;
}
@media (max-width: 767px) {
    .about-brands {
        padding: 40px 0 50px;
    }
}

.brand-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.brand-logo .brand-item {
    flex-grow: 1;
    width: 25%;
    text-align: center;
}
@media (max-width: 575px) {
    .brand-logo .brand-item {
        width: 33.3333333333%;
    }
}

.gform_wrapper .gform_required_legend {
    display: none;
}
.gform_wrapper .gfield_required .gfield_required_asterisk {
    color: #000000;
}
.gform_wrapper .gform_fields {
    gap: 15px !important;
}
.gform_wrapper .gform_fields .gfield .gfield_label,
.gform_wrapper .gform_fields .gfield .gform-field-label {
    font-size: 18px !important;
    font-weight: 300 !important;
}
.gform_wrapper
    .gform_fields
    .gfield
    .ginput_container
    input:not([type="submit"]):not([type="checkbox"]),
.gform_wrapper .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_fields .gfield .ginput_container textarea {
    border: none;
    height: 41px;
}
.gform_wrapper .gform_fields .gfield .ginput_container textarea {
    min-block-size: 146px !important;
    max-block-size: 500px;
}
.gform_wrapper .gform_fields .gfield--type-checkbox {
    margin: 10px 0;
}
.gform_wrapper .gform_footer {
    position: relative !important;
    margin-top: 33px !important;
}
.gform_wrapper .gform_footer .gform_button {
    font-family: "Outfit", sans-serif !important;
    font-size: 15px !important;
    letter-spacing: 0.15em !important;
    border: 1px solid #000000 !important;
    border-radius: 30px !important;
    background-color: transparent !important;
    color: #000000 !important;
    width: 100% !important;
    text-transform: uppercase !important;
    padding: 19.5px !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gform_wrapper .gform_footer .gform_button:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.contact-section {
    padding: 110px 0 230px;
    min-height: 80vh;
}
@media (max-width: 767px) {
    .contact-section {
        padding: 80px 0 100px;
    }
}
.contact-section .contact-content a {
    color: #421b2e;
}
.contact-section .gform_wrapper *:not(input, textarea) {
    color: #421b2e !important;
}
.contact-section .gform_wrapper .gform_footer .gform_button {
    color: #421b2e !important;
    border-color: #421b2e !important;
}
.contact-section .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #421b2e !important;
    color: #f4e8e1 !important;
}
.contact-section.bg-mauve {
    color: #f4e8e1;
}
.contact-section.bg-mauve .contact-content a {
    color: #f4e8e1;
}
.contact-section.bg-mauve .gform_wrapper *:not(input, textarea) {
    color: #f4e8e1 !important;
}
.contact-section.bg-mauve .gform_wrapper .gform_footer .gform_button {
    color: #f4e8e1 !important;
    border-color: #f4e8e1 !important;
}
.contact-section.bg-mauve .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #f4e8e1 !important;
    color: #421b2e !important;
}

.misc-page-container .inner {
    border-radius: 20px;
    padding: 110px 30px;
}
.misc-page-container .inner h1 {
    font-size: 92px;
    font-weight: 500;
}
@media (max-width: 1200px) {
    .misc-page-container .inner h1 {
        font-size: 80px;
    }
}
@media (max-width: 767px) {
    .misc-page-container .inner h1 {
        font-size: 46px;
    }
}
.misc-page-container .inner h4 {
    color: #ea9768;
}
.misc-page-container .page-select {
    background-color: white;
    border: none;
    padding: 8px 17px;
    max-width: 219px;
    width: 100%;
}
.misc-page-container .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 78px;
    justify-content: center;
}
.misc-page-container .menu li a {
    font-family: "Outfit", sans-serif;
    display: inline-block;
    color: #421b2e;
    font-size: 16px;
}

.accordion-section .accordion-area .accordion-item {
    background-color: rgb(244, 232, 225);
    border: none;
    padding: 50px 0 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion-section .accordion-area .accordion-item:nth-child(even) {
    background-color: rgba(244, 232, 225, 0.8);
}
.accordion-section .accordion-area .accordion-item:nth-child(odd) {
    background-color: rgba(244, 232, 225, 0.4);
}
.accordion-section .accordion-area .accordion-item:not(:has(.collapsed)) {
    background-color: rgb(244, 232, 225);
}
.accordion-section .accordion-area .accordion-item .accordion-heading a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.accordion-section .accordion-area .accordion-item .accordion-heading a:before,
.accordion-section .accordion-area .accordion-item .accordion-heading a:after {
    display: none;
}
.accordion-section .accordion-area .accordion-item h3 {
    display: flex;
}
.accordion-section .accordion-area .accordion-item h3 .list {
    display: inline-block;
    flex: 0 0 78px;
}
@media (max-width: 767px) {
    .accordion-section .accordion-area .accordion-item h3 .list {
        flex: 0 0 50px;
    }
}

.project-detail-container .project-featured-image {
    border-radius: 20px;
    height: 806px;
}
@media (max-width: 1200px) {
    .project-detail-container .project-featured-image {
        height: 650px;
    }
}
@media (max-width: 767px) {
    .project-detail-container .project-featured-image {
        height: 400px;
    }
}
.project-detail-container .detail {
    max-width: 435px;
}
.project-detail-container .detail h1 {
    border-bottom: 1px solid #000000;
    padding-bottom: 12px;
}
.project-detail-container .detail span {
    font-weight: 500;
}

.gallery-masonry .img {
    border-radius: 20px;
}
.gallery-masonry .img.small {
    height: 497px;
}
@media (max-width: 767px) {
    .gallery-masonry .img.small {
        height: 400px;
    }
}
@media (max-width: 575px) {
    .gallery-masonry .img.small {
        height: 320px;
    }
}
.gallery-masonry .img.medium {
    height: 672px;
}
@media (max-width: 1300px) {
    .gallery-masonry .img.medium {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .gallery-masonry .img.medium {
        height: 400px;
    }
}
@media (max-width: 575px) {
    .gallery-masonry .img.medium {
        height: 320px;
    }
}
.gallery-masonry .img.large {
    height: 962px;
}
@media (max-width: 1300px) {
    .gallery-masonry .img.large {
        height: 700px;
    }
}
@media (max-width: 767px) {
    .gallery-masonry .img.large {
        height: 400px;
    }
}
@media (max-width: 575px) {
    .gallery-masonry .img.large {
        height: 320px;
    }
}

.testimonial-section {
    position: relative;
}
.testimonial-section:before {
    content: "";
    display: block;
    margin: auto;
    width: 82px;
    height: 64px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/quote.svg);
}

.share-navigation {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 12px 0;
}
.share-navigation div.simplesocialbuttons {
    margin: 0;
}
.share-navigation div.simplesocialbuttons button {
    border: none;
    padding: 0;
    border-radius: 0;
    color: #000000 !important;
    width: 30px !important;
    min-height: 39px !important;
    margin: 0 !important;
}
.share-navigation div.simplesocialbuttons button:hover {
    background-color: transparent !important;
    color: #421b2e;
}
.share-navigation .project-nav {
    display: inline-block;
    position: relative;
}
.share-navigation .project-nav:before {
    content: "";
    position: absolute;
    background-image: url(../images/horizontal-arrow.svg);
    top: 7px;
    width: 7px;
    height: 10px;
}
.share-navigation .project-nav.prev-pjt {
    padding-left: 16px;
}
.share-navigation .project-nav.prev-pjt:before {
    left: 0;
}
.share-navigation .project-nav.next-pjt {
    padding-right: 16px;
}
.share-navigation .project-nav.next-pjt:before {
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.big-button-section .btn-type {
    font-family: "Sora", sans-serif;
    width: 100%;
    text-align: center;
    font-size: 71px;
    line-height: 101%;
    letter-spacing: 0;
    text-transform: initial;
    font-weight: 300;
    border-radius: 200px;
    padding: 43px 34px;
}
@media (max-width: 1500px) {
    .big-button-section .btn-type {
        font-size: 50px;
        padding: 35px 34px;
    }
}
@media (max-width: 991px) {
    .big-button-section .btn-type {
        font-size: 36px;
        padding: 32px 30px;
    }
}
@media (max-width: 767px) {
    .big-button-section .btn-type {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .big-button-section .btn-type {
        font-size: 15px;
        padding: 20px;
    }
}
.big-button-section .btn-type span {
    position: relative;
    display: inline-block;
    padding-right: 1.5492957746em;
}
.big-button-section .btn-type span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.2253521127em;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.9014084507em;
    height: 0.676056338em;
    filter: brightness(0) saturate(100%) invert(11%) sepia(11%) saturate(3813%)
        hue-rotate(281deg) brightness(98%) contrast(93%);
    background-image: url(../images/arrow-slant.svg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.big-button-section .btn-type:hover span:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(171deg) brightness(107%) contrast(101%);
}

.page-template-templatesservices-php .contact-section {
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .page-template-templatesservices-php .contact-section {
        padding-bottom: 40px;
    }
}

.width-animate {
    width: 0;
}
