@font-face {
    src: url("../fonts/PlayfairDisplay-Bold.ttf");
    font-family: "PlayfairDisplay";
    font-weight: bold;
}

@font-face {
    src: url("../fonts/PlayfairDisplay-Regular.ttf");
    font-family: "PlayfairDisplay";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/PlayfairDisplay-Medium.ttf");
    font-family: "PlayfairDisplay";
    font-weight: 500;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 5px 5px !important;
}

.row-8 {
    padding: 0px 7px !important;
}

.pd-8 {
    padding: 0px 8px 8px 8px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

body {
    overflow-y: hidden;
}

/**header**/
div#masthead {
    background: url(../images/bg-header.jpeg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}

div#masthead:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(-96deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%), linear-gradient(-128deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    content: '';
}

div#masthead:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(-96deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%), linear-gradient(-128deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
}

a.icon.button.circle.is-outline.is-small i {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

a.icon.button.circle.is-outline.is-small {
    border: 0px !important;
    background-image: url(../images/border_button.png) !important;
    background-size: 100% 100%;
}

.stuck div#masthead {
    height: 95px !important;
}

.banner-head p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    margin: 0;
}

/**slide**/
.bk-banner {
    width: 100%;
    overflow: hidden;
}

.bk-banner img {
    width: 100%;
    transition-delay: 1.5s;
    transform: scale(1.2);
    height: 100% !important;
}

.bk-banner .bk-banner-container {
    position: absolute;
    bottom: 100px;
    max-width: 100%;
    width: 100%;
    color: #fffefe;
    pointer-events: none;
    left: 50%;
    transition-delay: 1.5s;
    transform: translateX(-50%);
}

.bk-banner .bk-banner-container h1 {
    font-size: 80px;
    opacity: 0;
    transform: translateY(100%);
    font-family: "PlayfairDisplay";
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    transition: .3s;
}

.bk-banner .bk-banner-container {
    text-align: center;
}

.bk-banner .bk-banner-container .bk-banner-description {
    color: #fff;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    margin: 0px !important;
    font-size: 30px;
    opacity: 0;
    transition-delay: 1.5s;
    transform: translateY(100%);
}

.bk-slide .slick-slide.slick-current.slick-active .bk-banner img {
    transform: scale(1);
    transition: 5s;
}

.bk-slide .slick-slide.slick-current.slick-active .bk-banner-container h1 {
    opacity: 1;
    transform: translateY(0%);
    transition: .3s;
    transition-delay: 1s;
}

.bk-slide .slick-slide.slick-current.slick-active .bk-banner-description {
    opacity: 1;
    transform: translateY(0%);
    transition: .3s;
    transition-delay: 1.5s;
}

.bk-slide .box_arrows {
    font-size: 12px;
}

.bk-slide .box_arrows {
    width: 100%;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.bk-slide .slick-arrow {
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}

.bk-slide .slick-prev {
    left: 10px;
}

.bk-slide .slick-arrow {
    width: 54px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.bk-slide .slick-next {
    right: 10px;
}

.slick-prev:before, .slick-next:before {
    display: none !important;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    position: relative;
    background: url(../images/bg-header.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer#footer:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #cecbc3;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-logo img {
    max-width: 200px;
    margin: 0 auto 15px;
    display: inline-block;
}

footer#footer .footer-top .footer-address {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-address p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}

footer#footer .footer-top .footer-title h3 {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "PlayfairDisplay";
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 20px;
}

footer#footer .footer-top .footer-menu ul li {
    border: 0px !important;
    margin: 0px !important;
}

footer#footer .footer-top .footer-menu ul li a {
    color: #666666;
    font-size: 14px;
    padding: 0px !important;
    margin-bottom: 10px;
}

footer#footer .footer-top .footer-menu ul li a:hover {
    color: var(--primary-color) !important;
}

footer#footer .footer-top .footer-status {
    width: 100%;
    margin-top: 15px;
}

footer#footer .footer-top .footer-status a img {
    width: 100%;
}

footer#footer .footer-top .footer-status a {
    width: 50%;
    display: inline-block;
}

footer#footer .footer-top .footer-register p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

footer#footer .footer-top .footer-group .input-email {
    background-color: #f2f2f2 !important;
    height: 55px !important;
    border: none !important;
    width: 100% !important;
    border-radius: 30px 0 0 30px !important;
    padding-left: 10px !important;
    box-shadow: unset !important;
}

footer#footer .footer-top .footer-group span.wpcf7-form-control-wrap.email {
    width: calc(100% - 120px) !important;
    float: left;
}

footer#footer .footer-top .footer-group .btnEmail {
    height: 55px;
    background-image: linear-gradient(-267deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    width: 70px;
    text-align: center;
    border-radius: 0px 30px 30px 0px !important;
    border: 0px !important;
    text-transform: unset !important;
    margin: 0px !important;
}

footer#footer .footer-top form {
    margin: 0px !important;
}

footer#footer .footer-top .footer-social a {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    -webkit-background-clip: text;
    color: transparent;
    border-radius: 50%;
    border: 1px solid #c3921b;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
}

.footer-ab {
    padding: 20px;
    background-color: #f2f2f2;
    opacity: 0.8;
    text-align: center;
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    line-height: 23px;
}

/**home title**/
.home-title {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.home-title .sub_title {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: normal;
}

.home-title h3 {
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "PlayfairDisplay";
    font-size: 50px;
}

/**project**/
.project-item {
    width: 100%;
    height: 350px;
    position: relative;
    transition: .5s;
}

.project-item .project-thumbnail {
    width: 100%;
    height: 100%
}

.project-item .project-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-item .project-content {
    position: absolute;
    left: 50%;
    z-index: 9;
    bottom: 50px;
    transform: translate(-50%, 0%);
    text-align: center;
    width: 100%;
    color: white;
    transition: .5s;
    pointer-events: none;
    max-width: 370px;
}

.project-item .project-content h3 {
    color: white;
    font-size: 30px;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    line-height: 35px;
}

.project-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 242px;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.9;
    content: '';
    transition: .5s;
    pointer-events: none;
}

.project-item:after {
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(149, 66, 32, 0.86);
    content: '';
    transition: .5s;
    pointer-events: none;
}

.project-item:hover:before {
    height: 0;
    transition: .5s;
}

.project-item:hover:after {
    height: 100%;
    transition: .5s;
}

.project-item:hover .project-content {
    transform: translate(-50%, 50%);
    transition: .5s;
    bottom: 50%;
}

/**service**/
.service-item {
    padding: 90px 100px 150px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100%;
}

.service-item:after {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
}

.service-item .title-service h2 {
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    z-index: 99;
}

.service-item .title-service h2 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 60px;
    position: relative;
    z-index: 99;
}

.service-item ul {
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 99;
}

.service-item .title-service strong {
    font-size: 45px;
    font-weight: bold;
    font-family: "PlayfairDisplay";
    display: block;
    position: relative;
    z-index: 99;
}

.footer-status img {
    width: 150px !important;
}

.service-item li:not(:last-child) {
    margin-bottom: 15px;
}

.service-item li {
    display: block;
}

.service-item ul li a {
    width: 100%;
    padding: 10px 15px 10px 10px;
    border-radius: 20px;
    background-color: transparent;
    display: inline-flex;
    transition: .5s;
}

.service-item ul li a h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    text-transform: uppercase;
}

.service-item ul li a:hover {
    transition: .5s;
    background-color: rgba(25, 25, 23, 0.65);
}

.service-item ul li a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.service-item ul li a:hover i, .service-item ul li a:hover h3 {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: .5s;
}

.service-item .content_bottom {
    color: #fefefe;
    font-family: "PlayfairDisplay";
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    bottom: 90px;
}

.link_cat_parent {
    position: absolute;
    bottom: 75px;
    background-image: url(../images/border_button.png);
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    right: 50px;
}

.link_cat_parent i {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

/**service2**/
.service-item2 {
    border-radius: 10px;
    background-color: #f9f9f9;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.service-item2 .service-thumbnail {
    height: 330px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.service-item2 .service-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.service-item2 .service-content {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 40px 90px 40px 90px;
}

.service-item2 .service-content h3 {
    color: #954220;
    font-size: 18px;
    font-weight: 700;
    font-family: "PlayfairDisplay";
    text-transform: uppercase;
    margin-bottom: 10px;
    height: 55px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-item2 .service-content p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    margin: 0px;
}

.btnBKNS {
    background-image: url(../images/Rectangle_7.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 50px;
    height: 48px;
    line-height: 48px;
    font-weight: 400;
    text-align: center;
    position: unset;
    display: inline-block;
    margin-top: 25px;
    color: #954220;
    font-size: 18px;
    font-family: "PlayfairDisplay";
    text-transform: uppercase;
}

.btnBKNS span {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    display: inline-block;
}

.owl-dots {
    display: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    background-image: url(../images/border_button.png) !important;
    width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    text-align: center;
    line-height: 54px;
}

.owl-nav button i {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: auto;
}

.owl-nav button.owl-prev {
    left: -80px;
}

.owl-nav button.owl-next {
    right: -80px;
}

/**gallery**/
.wrap_svl {
    position: relative;
    width: 100%;
    display: inline-block;
}

.wrap_svl img {
    width: 100%;
    height: auto;
}

.wrap_svl .box_content {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(149, 66, 32, 0.7);
    padding: 75px 250px 60px 250px;
}

.wrap_svl .box_content p {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.wrap_svl .box_content h4 {
    margin: 0px;
    color: #fff;
    font-size: 30px;
    font-family: "PlayfairDisplay";
}

.wrap_svl .box_content h4 a {
    color: #fff;
}

.wrap_svl .box_content a.link_cat_parent {
    filter: brightness(0) invert(1);
}

/**abouts**/
.img-br img {
    border-radius: 0 15px 15px 0;
}

.box-abouts {
    padding-left: 120px;
    padding-right: 10px;
    margin-right: calc(calc(100vw - 1410px) / 2);
}

.box-abouts .title_seo {
    line-height: 45px;
    text-align: center;
}

.box-abouts .title_seo strong {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'PlayfairDisplay', serif;
    line-height: normal;
}

.box-abouts .content h4, .box-abouts .content p {
    color: #3a3a3a;
}

.post_content.text_center {
    text-align: center;
}

/**product item**/
.product-item {
    padding: 80px 30px 60px 30px !important;
    margin: 0 10px;
    border-radius: 10px;
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
}

.product-item .product-thumbnail {
    max-width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item:hover .product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
}

.product-item .product-content {
    width: 100%;
    text-align: center;
    padding: 20px 0px 0 0px;
}

.product-item .product-content h3 {
    color: #954220;
    font-size: 18px;
    font-weight: 700;
    font-family: "PlayfairDisplay";
    text-transform: uppercase;
    height: 55px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
}

.product-price .btn-contact {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.product-price .btn-contact span {
    display: inline-block;
    margin-left: 10px;
    background: #333333;
    width: 15px;
    height: 2px;
    position: relative;
    top: -5px;
}

.product-price .btn-contact span:before {
    position: absolute;
    right: 0px;
    width: 8px;
    height: 2px;
    top: -3px;
    content: '';
    background: #333333;
    transform: rotate(45deg);
}

.product-price .btn-contact span:after {
    position: absolute;
    right: 0px;
    width: 8px;
    height: 2px;
    top: 3px;
    content: '';
    background: #333333;
    transform: rotate(-45deg);
}

/**post item**/
.blog-big {
    width: 100%;
    height: 750px;
    position: relative;
}

.blog-big .blog-thumbnail {
    width: 100%;
    height: 100%;
}

.blog-big .blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-post:before {
    background-image: linear-gradient(to top, rgba(4, 4, 4, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    transition: .5s;
}

.blog-big .blog-content {
    position: absolute;
    left: 50px;
    right: 150px;
    bottom: 60px;
}

.blog-big .blog-content .category-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.blog-big .blog-content h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'PlayfairDisplay', serif;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
}

.blog-big .blog-content .desc {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.bg-post:hover:before {
    height: 282px;
    background-image: linear-gradient(to top, #954220 0%, rgba(149, 66, 32, 0) 100%);
    transition: .5s;
}

.bg-post:hover .desc {
    opacity: 1;
    height: 80px;
}

.blog-small {
    height: 374px;
    position: relative;
    transition: all 0.5s;
    width: 99.8%;
    margin-left: 2px;
    margin-bottom: 2px;
}

.blog-small:last-child {
    margin-bottom: 0px !important;
}

.blog-small .blog-thumbnail {
    width: 100%;
    height: 100%;
}

.blog-small .blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-small .blog-content {
    position: absolute;
    left: 50px;
    right: 150px;
    bottom: 60px;
}

.blog-small .blog-content .category-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.blog-small .blog-content h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'PlayfairDisplay', serif;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
}

.blog-small .blog-content .desc {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.blog-small:hover .desc {
    opacity: 1;
    height: 80px;
}

/**single**/
section#breadcrumbs {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 9;
    font-style: normal;
}

section#breadcrumbs a, section#breadcrumbs span {
    color: #999999;
    font-size: 16px;
}

section#breadcrumbs span.breadcrumb_last {
    font-family: 'PlayfairDisplay', serif;
    color: #000 !important;
    font-weight: bold;
}

section#banner_gr {
    width: 100%;
    height: 350px;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

section#banner_gr:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.49);
    content: '';
}

#logo {
    margin: 0px !important;
}

section#banner_gr .banner-head {
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
}

section#banner_gr .banner-head h1 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-family: 'PlayfairDisplay', serif;
}

section#category-page {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.entry-content, .entry-content p, .entry-content ul li {
    margin-bottom: 10px !important;
    line-height: 25px;
    font-size: 16px;
    color: #3a3a3a;
}

.entry-content ul {
    margin-left: 15px !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: 'PlayfairDisplay', serif;
}

.entry-content ul li {
    list-style: disc !important;
}

.entry-content a {
    color: var(--primary-color) !important;
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-center {
    width: 100% !important;
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-center #ftwp-contents {
    width: 100% !important;
}

#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal > .ftwp-item > .ftwp-anchor::before, #ftwp-container #ftwp-list.ftwp-strong-first > .ftwp-item > .ftwp-anchor .ftwp-text {
    color: #000 !important;
}

#ftwp-container.ftwp-wrap #ftwp-header-control {
    background-image: url(../images/pen2.png) !important;
    width: 50px;
    height: 50px;
    margin-right: 20px !important;
    background-color: var(--primary-color) !important;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
}

#ftwp-container.ftwp-wrap .ftwp-icon-number::before {
    display: none !important;
}

#ftwp-container.ftwp-wrap #ftwp-header-title {
    margin-top: 10px;
}

#ftwp-container.ftwp-fixed-to-post.ftwp-minimize #ftwp-trigger {
    background-image: url(../images/list2.png);
    width: 60px;
    height: 60px;
    border: 0 !important;
    background-color: var(--primary-color) !important;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
    opacity: 1 !important;
    filter: inherit !important;
}

/**related**/
.related_title {
    font-weight: bold;
    color: #3a3a3a;
    text-align: center;
    display: block;
    margin: 0 15px 20px;
    padding: 10px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.post-related-item {
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

.post-related-item .post-thumbnail {
    width: 100%;
    display: inline-block;
    height: 170px;
    border-radius: 5px;
}

.post-related-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.post-related-item .post-content h3 {
    font-size: 15px;
    font-family: 'PlayfairDisplay', serif;
    line-height: 22px;
    color: #3a3a3a;
}

.post-related-item .post-content {
    width: 100%;
    padding: 10px 0;
}

/**menu**/
div#mega-menu-wrap-primary ul li {
    margin: 0px !important;
}

div#mega-menu-wrap-primary ul li a {
    color: #666666 !important;
    font-size: 14px !important;
    transition: none !important;
    text-transform: uppercase !important;
    padding: 0px 8px !important;
}

div#mega-menu-wrap-primary ul li:hover a {
    background: transparent;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

div#mega-menu-wrap-primary ul li:hover a span:before {
    background: transparent;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

div#mega-menu-wrap-primary ul.mega-sub-menu li {
    background: #3f3f3f !important;
}

div#mega-menu-wrap-primary ul.mega-sub-menu li a {
    padding: 0px 5px !important;
    line-height: 30px !important;
    font-size: 12px !important;
}

div#mega-menu-wrap-primary ul.mega-sub-menu li a:hover {
    color: #fff !important;
}

/**menu right*/
.menu-right ul li {
    margin: 0px !important;
}

.menu-right ul li a {
    color: #666666 !important;
    font-size: 14px !important;
    transition: none !important;
    text-transform: uppercase !important;
    padding: 0px 5px !important;
}

.menu-right ul li a:hover {
    background: transparent;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.menu-right ul li > ul.mega-sub-menu li {
    background: #3f3f3f !important;
}

.menu-right ul li > ul.mega-sub-menu li a {
    padding: 0px 8px !important;
    background: transparent;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    line-height: 30px !important;
    font-size: 12px !important;
}

.menu-right ul li > ul.mega-sub-menu li a:hover {
    color: #fff !important;
}

.menu-right ul li > ul.mega-sub-menu li:hover a span {
    background: transparent;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

/**category**/
.box-posts {
    width: 100%;
    position: relative;
    height: 457px;
}

.box-posts .box-posts-thumbnail {
    width: 100%;
    height: 100%;
}

.box-posts .box-posts-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-posts:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(to top, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%);
    opacity: 0.8;
    width: 100%;
    height: 50%;
    bottom: 0px;
    left: 0px;
}

.box-posts .box-posts-content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    width: 90%;
    z-index: 9;
}

.box-posts .box-posts-content .category-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.box-posts .box-posts-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'PlayfairDisplay', serif;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
    width: 65%;
}

.box-posts .box-posts-content .arrow {
    display: block;
    width: 54px;
    height: 54px;
    border: 1px solid #e8d277;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 0;
    text-align: center;
}

.box-posts .box-posts-content .arrow i {
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    color: #e8d277;
}

.box-posts:hover h3 {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: .3s;
}

.category-list {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}

.category-list ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.category-list ul li {
    margin: 0px 10px 10px 10px !important;
}

.category-list ul li a {
    border-radius: 23px;
    padding: 13px 15px;
    display: block;
    border: 1px solid #ececec;
    background-color: #ffffff;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

.category-list ul li a:hover, .category-list ul li.active a {
    border-color: #c3921b87 !important;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
}

/**project cat**/
.tax-project {
    width: 100%;
    height: 545px;
    position: relative;
    z-index: 0;
}

.tax-project .project-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tax-project .project-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tax-project:before {
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 3;
}

.tax-project .project-content {
    width: 100%;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0px;
    padding: 30px 30px 30px 30px;
    z-index: 9;
}

.tax-project .project-content h3 {
    font-size: 25px;
    font-weight: 700;
    font-family: 'PlayfairDisplay';
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
}

.project-cat-item {
    width: 100%;
    display: inline-block;
}

.project-cat-item .project-cat-thumbnail {
    width: 100%;
    height: 350px;
}

.project-cat-item .project-cat-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-cat-item .project-cat-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

.project-cat-item .project-cat-content .category-title {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}

.project-cat-item .project-cat-content h3 {
    font-family: "PlayfairDisplay";
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 80px;
}

.project-cat-item:hover .project-cat-content h3 {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

/**single project**/
article.project-info {
    width: 100%;
    margin: 0 0 30px 0;
    display: inline-block;
}

article.project-info .project-gallery-thumbnail {
    width: 100%;
    height: auto;
}

article.project-info .project-main h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'PlayfairDisplay', serif;
    line-height: normal;
}

article.project-info .project-main .project-list a {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    padding: 8px 15px;
    border-radius: 50px;
    margin: 15px 15px 0 0;
    display: inline-block;
    color: #fff;
}

article.project-info .project-main .project-list p b {
    font-family: 'PlayfairDisplay', serif;
}

article.project-info .project-main .project-list p {
    margin-bottom: 10px;
    color: #3a3a3a;
}

article.project-list-gallery {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

article.project-list-gallery .list-gallery-item {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

article.project-list-gallery .list-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    object-position: center;
}

article.project-list-gallery .list-gallery-item:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 2;
    background-color: rgba(149, 66, 32, 0.6);
    content: '';
    transition: 0.3s ease-in-out;
}

article.project-list-gallery .list-gallery-item:hover:before {
    transition: 0.3s ease-in-out;
    width: 100%;
}

article.project-list-gallery .list-gallery-item .list-gallery-title {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0%;
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    margin: 0;
    z-index: 3;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

article.project-list-gallery .list-gallery-item:hover .list-gallery-title {
    transition: 0.3s ease-in-out;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

article.project-list-gallery .list-gallery-item .list-gallery-title:before {
    position: absolute;
    bottom: -20px;
    width: 210px;
    height: 1px;
    background-color: #ffd800;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    content: '';
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}

/**single album**/
.bk-gallery-3 {
    height: 500px;
    width: 100%;
    display: inline;
}

article.bk-gallery-3 .wrap_svl {
    height: 100%;
}

article.bk-gallery-3 .wrap_svl .box_content {
    padding: 75px 140px 60px 255px;
}

article.list-product {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.box-bts {
    width: 60%;
    margin: auto;
    justify-content: flex-end;
}

.btnBST {
    display: inline-block;
    border: 1px solid #f9f9f9;
    height: 45px;
    border-radius: 23px;
    padding: 0 80px;
    line-height: 45px;
    position: relative;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%) !important;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;

}

.btnBST:before {
    content: '';
    background-image: url(../images/Rectangle_23.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/**single product**/
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none !important;
}

h1.product-title.product_title.entry-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'PlayfairDisplay', serif;
    line-height: normal;
}

.price-wrapper {
    display: none !important;
}

.product-short-description ul li {
    margin-left: 0px !important;
}

.product-short-description p, .product-short-description ul li {
    font-size: 15px;
    margin-top: 10px !important;
}

li#tab-title-description {
    display: none !important;
}

.woocommerce-Tabs-panel--description p, .woocommerce-Tabs-panel--description ul li {
    margin-bottom: 10px !important;
}

blockquote {
    border-left: 5px solid rgba(0, 0, 0, .05) !important;
    padding: 20px !important;
    font-size: 1.2em !important;
    font-style: italic !important;
    margin: 0 0 1.5em !important;
    position: relative !important;
}

.woocommerce-Tabs-panel--description h1, .woocommerce-Tabs-panel--description h2, .woocommerce-Tabs-panel--description h3, .woocommerce-Tabs-panel--description h4, .woocommerce-Tabs-panel--description h5, .woocommerce-Tabs-panel--description h6 {
    font-family: 'PlayfairDisplay', serif !important;
}

.shop-page-title.category-page-title.page-title {
    display: none !important;
}

.page-info-wd {
    max-width: 700px;
    margin: auto;
    width: 70%;
}

.page-info, .page-info p, .page-info ul li {
    margin-bottom: 10px !important;
}

.page-info ul li {
    list-style: disc !important;
}

.page-info ul {
    margin-left: 15px !important;
}

.page-info h1, .page-info h2, .page-info h3, .page-info h4, .page-info h5, .page-info h6 {
    font-family: 'PlayfairDisplay', serif !important;
}

.page-info a {
    color: var(--primary-color) !important;
}

.page-design-list {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.tax-project p.text_white {
    position: absolute;
    bottom: 120px;
    left: -20px;
    margin: 0;
    transform: rotate(-90deg);
    font-family: 'PlayfairDisplay', serif;
    font-size: 25px;
    color: #fff;
}

div#socialSharing ul {
    margin: 0px !important;
}

div#socialSharing ul li {
    list-style: none !important;
}

div#socialSharing a span.fa-lg i {
    font-style: normal;
    color: #c3921b;
    background-image: url(../images/border_button.png);
    background-size: 100%, 100%;
}

div#socialSharing a span.fa-lg {
    border-radius: 50%;
    margin: 1%;
    color: #FFFFFF;
    width: 36px;
    height: 36px;
    background: transparent !important;
    line-height: 36px;
}

.post_page.sec2 .grid-70 {
    padding-right: 0;
}

.post_page.sec2 .content_box {
    padding: 45px;
    display: flex;
}

.post_page.sec2 .grid-70 .name {
    font-family: "PlayfairDisplay";
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
=
}

.post_page.sec2 .grid-70 .name p:last-child {
    opacity: 0.5;
    color: #333333;
    font-size: 14px;
}

.post_page.sec2 .grid-70 p {
    color: #333333;
    font-size: 14px;
}

.post_page.sec2 .sns ul {
    display: block;
    margin-left: 0;
}

.post_page.sec2 .sns ul li {
    float: left;
    border-radius: 50%;
    border: 1px solid #c3921b;
    width: 36px;
    height: 36px;
    margin-right: 20px;
}

.post_page.sec2 .sns ul {
    margin: 0px !important;
}

.post_page.sec2 .sns ul li {
    list-style: none !important;
}

.post_page.sec2 .sns ul li a {
    margin: auto;
    text-align: center;
    display: block;
    line-height: 36px;
}

.grid-70 .name {
    font-family: "PlayfairDisplay";
}

.formTVBody {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.formTVBody .home-title {
    margin-bottom: 20px;
}

.formTVBody .home-title h3 {
    margin: 0px !important;
}

.formTVBody .home-title h4 {
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0px !important;
}

.formTVBody .input-tv {
    width: 100%;
    border-radius: 50px !important;
    box-shadow: unset !important;
    height: 45px !important;
}

.form-group label {
    font-weight: normal;
    font-size: 16px;
}

.textarea-text {
    border-radius: 15px !important;
    box-shadow: unset !important;
}

.btnTV {
    float: right;
    height: 55px;
    background-color: #ffffff;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    padding: 0 60px;
    text-transform: uppercase;
    line-height: 55px;
    border-radius: 50px !important;
    border: 0px !important;
    margin: 0px !important;
}

#mobile {
    display: none !important;
}

/**contact**/
.contactBody {
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    width: 100%;
    display: inline-block;
}

.contact-info {
    padding: 150px 25px 0 25px;
    background: url("/wp-content/uploads/2022/06/515-1.jpeg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    background-position: center center !important;
    position: relative !important;
}

.contact-info:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    visibility: inherit;
    overflow: hidden;
}

.contact-info .contact-logo img {
    max-width: 250px;
    margin: 0 auto 20px;
    display: block;
}

.contact-address {
    padding: 30px 80px 200px;
}

.formContact {
    width: 100%;
    display: inline-block;
    padding: 30px;
}

.home-title.home2 h4 {
    font-family: "PlayfairDisplay" !important;
    font-weight: normal;
    font-size: 16px;
}

.home-title.home2 h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.input-contact {
    height: 45px !important;
    border: 0px !important;
    box-shadow: unset !important;
    border-bottom: 1px solid var(--primary-color) !important;
}

.textarea-contact {
    border: 0px !important;
    box-shadow: unset !important;
    border-bottom: 1px solid var(--primary-color) !important;
}

.btnContact {
    height: 45px;
    background-color: #ffffff;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    padding: 0 60px;
    text-transform: uppercase;
    line-height: 55px;
    border-radius: 50px !important;
    border: 0px !important;
    margin: 0px !important;
    width: 100px;
}

/**abouts**/
.box-abouts2 {
    width: 100%;
    padding: 0 100px;
}

.box-abouts2 h1.sub_title strong {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0px;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "PlayfairDisplay-Bold";
    font-size: 50px;
    display: block;
    line-height: 95px;
}

.box-abouts2 h1.sub_title {
    margin-bottom: 70px;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
}

.box-abouts2 p {
    font-size: 16px;
}

.box_content2 {
    padding-right: 70px;
}

.box_content2 h2 {
    color: #333333;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}

.box_content2 p {
    font-size: 16px;
}

.right {
    padding-left: 100px;
    padding-right: 300px;
}

.about-produtc-item {
    width: 100%;
    display: inline-block;
}

.about-produtc-item img {
    width: 164px;
    height: 165px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
    display: block;
}

.about-produtc-item p {
    text-align: center;
    color: #3a3a3a;
    font-size: 16px;
    margin: 0px;
}

.about-produtc-item h3 {
    text-align: center;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "PlayfairDisplay-Bold";
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 5px;
}

.partner-item img {
    height: 100px;
    filter: brightness(0) invert(1);
    object-fit: contain;
    transition: 0.3s ease-in-out;
}

.partner-item a:hover img {
    transition: 0.3s ease-in-out;
    filter: unset !important;
}

.bk-gallery-3 .box_content {
    padding: 500px 100px 130px 250px !important;
    z-index: 2;
    background: unset !important;
    position: relative;
    width: 45%;
}

.bk-gallery-3 .box_content:after {
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to top, rgb(104 69 49) 0%, rgba(149, 66, 32, 0) 100%);
    visibility: inherit;
    z-index: -1;
}


article.bk-gallery-3 .wrap_svl h3 {
    font-size: 50px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0px;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text;
    color: transparent !important;
    font-family: "PlayfairDisplay-Bold";
    font-size: 50px;
    display: block;
    line-height: 95px;
}

article.bk-gallery-3 .wrap_svl .box_content p {
    font-size: 16px;
    text-transform: unset;
}

.intro.sec2 .slider_item {
    max-width: 1170px !important;
    display: flex !important;
    margin: auto;
    position: relative;
}

.intro.sec2 .slick-slide.slick-current.slick-active.slick-center .grid-35 {
    box-shadow: 0 1px 30px rgb(0 0 0 / 5%);
}

.intro.sec2 .slick-slide.slick-current.slick-active.slick-center .grid-35 {
    box-shadow: 0 1px 30px rgb(0 0 0 / 5%);
}

.intro.sec2 .grid-35 {
    padding: 130px 40px;
    position: relative;
    width: 30%;
}

.intro.sec2 .grid-65 {
    position: relative;
    width: 60%;
}

intro.sec2 .grid-35 .box_content h2 strong {
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
}

.sub_title strong {
    font-size: 50px;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
    background-image: linear-gradient(84deg, #f0da7e 0%, #b58735 47%, #c3921b 72%, #e2cc72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    /* color: #954220; */
    font-family: "PlayfairDisplay-Bold";
    font-size: 40px;
    display: block;
    line-height: 75px;
}

.intro.sec2 .grid-35 .box_content .content p {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}

.box_arrows_about .link_cat_parent {
    position: unset;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.section.slider {
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.intro.sec2 .grid-65 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}