﻿
@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/montserrat-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'baskervville-bold';
    src: url('../fonts/baskervville-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'baskervville-medium';
    src: url('../fonts/baskervville-medium.ttf') format('truetype');
}
.imageAbout {
    border-top-left-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 10px !important;
    height:300px;
    object-fit:cover;
}

.defaultbasee{
    font-size:2rem!important;
    line-height:normal!important;
}
.pBase {
    font-size: 16px;
}

.aBase {
    font-size: 16px;
    border: 1px solid #edeae1;
    padding: 10px;
    color: #edeae1;
    text-decoration: none !important;
    border-radius: 20px;
    font-weight:bold;
}
    .aBase:hover {
        background: #edeae1 !important;
        color: #a16157;
        border-color: #edeae1 !important;
        
    }
.aBase2 {
    margin-top:20px;
    font-size: 16px;
    border: 1px solid #f4f4f4;
    padding: 10px;
    color: #f4f4f4;
    text-decoration: none !important;
    border-radius: 20px;
}

    .aBase2:hover {
        background: #f4f4f4 !important;
        color: #a16157;
        border-color: #f4f4f4 !important;
    }
.bgHolderchange.overlay:before {
    background: rgba(0, 0, 0, .7)!important;
}

.glow-card {
    background: #111;
    border-radius: 10px;
    overflow: hidden;
    width: 500px;
    height: 500px; /* set fixed height for proportions to work */
    margin: auto;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s, box-shadow 0.5s;
}

.card-img {
    flex: 9;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-content {
    height: 200px;
    padding: 5px 10px;
    background-color: #2d2d2d;
    border-left: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* Box shadow added */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1);
}
.p1 {
    text-align: left;
    color: #a5a5a5;
}
.btnViewMore {
    border: 1px solid #a5a5a5;
    color: #a5a5a5;
    border-radius:10px;
    text-align:right;
    padding:5px;
    text-decoration:none!important;
}
.btnViewMore:hover {
    background: #a5a5a5!important;
    color: #2d2d2d!important;
}
.h55 {
    color: #a16157 !important;
    text-align: left;
}

/* Swiper slide */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 500px) {

    .card-content h5 {
        font-size: 1rem !important;
    }

    .glow-card{
        width:100%!important;
        height:auto!important;
    }
}

.fontitalick{
    font-weight:bold;
}
.textwhite {
    color: #a16157 !important;
    text-align:center;
}
.bghr {
    background: #a16157!important;
}


.my-swiper-slide {
    box-shadow: none !important;
}
.my-swiper2 {
    width: 100%;
}

.my-swiper-slide {
    width: 18.75rem;
    height: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    box-shadow: 0.063rem 0.5rem 1.25rem hsl(0deg 0% 0% / 12.16%);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.my-swiper-slide-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(180deg);
    line-height: 0;
    bottom: -0.063rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

    .my-swiper-slide-img img {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        object-fit: cover;
        z-index: -1;
        transition: 0.3s ease-in-out;
        transform: rotate(-180deg);
    }

    .my-swiper-slide-img svg {
        position: relative;
        display: block;
        width: calc(300% + 1.3px);
        height: 5rem;
        transform: rotateY(180deg);
    }

    .my-swiper-slide-img .shape-fill {
        fill: #ffffff;
    }

.my-swiper-slide-content {
    background: #fff;
    padding: 0 1.65rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    width: 100%;
}

    .my-swiper-slide-content > div {
        transform: translateY(-1.25rem);
    }

    .my-swiper-slide-content h2 {
        color: #a16157;
        font-family: baskervville-bold;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.4;
        margin-bottom: 0.425rem;
        text-transform: capitalize;
        letter-spacing: 0.02rem;
    }

    .my-swiper-slide-content p {
        color: #000;
        line-height: 1.6;
        font-size: 0.9rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .my-swiper-slide-content .show-more {
        width: 3.125rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c9af92;
        border-radius: 50%;
        box-shadow: 0px 0.125rem 0.875rem #24aad96b;
        margin-top: 1em;
        margin-bottom: 0.2em;
        height: 0;
        opacity: 0;
        transition: opacity 0.3s ease-in;
        margin-left: auto;
    }

        .my-swiper-slide-content .show-more:hover {
            background: #a16157;
        }

        .my-swiper-slide-content .show-more svg {
            width: 1.75rem;
            color: #fff;
        }





.my-swiper-slide:hover p {
    display: block!important;
    overflow: visible!important;
}

/* remove default 3d shadows */
.my-swiper-3d .my-swiper-slide-shadow-left,
.my-swiper-3d .my-swiper-slide-shadow-right {
    background-image: none;
}

@media screen and (min-width: 93.75rem) {
    .my-swiper {
        width: 85%;
    }
}

.about-section {
    background: #f8f9fa;
}

.about-img {
    border-radius: 30px;
    object-fit: cover;
}

.content-card {
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


/* Make carousel and content same height on large screens */
@media(min-width: 992px) {
    .row.align-items-stretch {
        display: flex;
        align-items: stretch;
    }

    .col-lg-6.d-flex.flex-column {
        display: flex;
        flex-direction: column;
    }

        .col-lg-6.d-flex.flex-column .content-box {
            flex: 1;
        }
}

.testimonial-swiper {
    padding: 60px 0 0 0;
}

.testimonial-card {
    perspective: 1000px;
}

.testimonial-inner {
    background: transparent;
    border-radius: 20px;
    border: 1px solid  #a5a5a5!important;
    padding: 25px 20px 20px;
    text-align: left;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.testimonial-card:hover .testimonial-inner {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.testimonial-img-wrapper {
    width: 90px;
    height: 90px;
    margin: -60px auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #a16157;
    background: #fff;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0!important;
    color: #a16157;
    transition: color 0.3s;
}

.testimonial-desc {
    font-size: 0.95rem;
    color: #a5a5a5;
    margin-bottom: 15px;
    line-height: 1.5;
    opacity: 0.95;
}

.testimonial-stars i {
    color: #a16157!important;
    font-size: 1.1rem;
    margin: 0 2px;
    animation: starPop 1s ease infinite alternate;
}

    .testimonial-stars span:nth-child(2) {
        animation-delay: 0.1s;
    }

    .testimonial-stars span:nth-child(3) {
        animation-delay: 0.2s;
    }

    .testimonial-stars span:nth-child(4) {
        animation-delay: 0.3s;
    }

    .testimonial-stars span:nth-child(5) {
        animation-delay: 0.4s;
    }

@keyframes starPop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.swiper-pagination-bullet {
    background: #6c5ce7;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 767px) {
    .testimonial-inner {
        padding: 20px 15px;
    }
}

.hrefswiper{
    color:white!important;
    text-decoration:none!important;
}

.carbodyyybac {
    background: rgba(0,0,0,0.6);
    border-radius: 20px;
    color: #edeae1;
    font-size:16px;
}

.divsectionabout{
    padding-top:3rem!important;
    padding-bottom:3rem!important;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

/* Show arrows on mobile (for example, screen width <= 1024px) */
@media (max-width: 1024px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: block;
        color: #edeae1;
    }
}

.hover {
    overflow: hidden;
    position: relative;
    height: 600px;
    border-radius:5px;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

.hover-3::after {
    content: '';
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border: 1px solid #fff;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 90;
    transition: all 0.3s;
    transform: scale(1.1);
    opacity: 0;
    display: block;
    opacity: 0;
}

.hover-3-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
}

.hover-3-description {
    opacity: 1;
    transform: scale(1.3);
    transition: all 0.3s;
    font-size: 16px !important;
    color: #edeae1 !important;
}
.aBase {
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.3s;
}
.hover-3 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-3-title {
    color: #edeae1 !important;
}

.hover-3 .hover-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.hover-3:hover img {
    width: 100%;
}

.hover-3:hover::after {
    opacity: 1;
    transform: none;
}

.hover-3:hover .hover-3-description {
    opacity: 1;
    transform: none;
}
.hover-3:hover .aBase {
    opacity: 1;
    transform: none;
}
.hover-3:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.container-fluid2 {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .container-fluid2 > .col-lg-6 {
        margin-right: 20px;
    }

        .container-fluid2 > .col-lg-6:last-child {
            margin-right: 0; /* prevent extra space on right side */
        }

.divheight {
    flex: 0 0 calc(50% - 10px);
    height: 450px;
    border-radius:5px;
}

@media (max-width: 500px) {
    .divheight {
        flex: 0 0 100%;
        float: none !important;
        margin-bottom: 20px !important;
        height: 450px !important;
    }

    .container-fluid2 {
        display: block !important;
    }
    .divboxabout{
        margin-left:15px!important;
        margin-right:15px!important;
       width:100%!important;
       text-align:center!important;
    }
    .divboxall {
        margin-bottom: 20px!important;
        padding:0!important;
    }
    .divboxabout2 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .rowbox{
        margin-right:15px!important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1200px) {
    .divheight {
        height: 450px !important;
    }
    .divboxabout{
        width:100%!important;
        text-align:center!important;
    }
    .divleft{
        margin:auto!important;
    }
    .card-content{
        height:220px!important;
    }
    .hover-1 img {
    height:410px!important;
    }
    }
.imgsizetestmonailas{
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:20px;
}
.divleft{
    text-align:left!important;
}
.hrabout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 2px!important;
    background: #2d2d2d !important;
}

.paboutt{
    font-size:16px;
}
.h2titleabout{
    font-weight:bold;
    text-transform:none!important;
}
.divboxabout {
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    background: #2d2d2d;
    text-align: left;
    margin: auto;
    color: #a16157;
    height: 100px;
    display: flex;
    flex-flow: column;
    padding: 10px;
    justify-content: center;
}
.rowbox2 {
    display: flex;
    gap: 40px;
    display: flex;
    flex-flow: wrap;
}
.divboxabout2 {
    border: 1px solid #a5a5a5;
    border-radius: 10px;
    background: #2d2d2d;
    text-align: left;
    margin: auto;
    padding: 10px;
    color: #a16157;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.h3boxabout {
    color: #f4f4f4 !important;
}
.pboxabout {
    color: #f4f4f4 !important;
}
.divboxall{
    margin:auto;
}

.h4readytosell {
    color: #a16157;
}

.ulmarket{
    padding-left:15px!important;
}
.btnMarket {
    background: #a16157;
    border: 1px solid #a16157;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #2d2d2d;
    text-decoration:none!important;
}
    .btnMarket:hover {
        background: transparent !important;
        color: #a16157;
    }
.listmarkert {
    margin-bottom: 10px;
    color: #a5a5a5;
    font-size:15px;
}

/* DEMO 1 ============================== */

.hover-4 img {
    width: 100%;
    top: 50%;
    object-fit: cover;
    height:600px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
    background: rgba(0, 0, 0, 0.4);
    z-index: 90;
}

.hover-4-title {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3rem;
    z-index: 99;
}

.hover-4-description {
    position: absolute;
    top: 4rem;
    left: 2rem;
    text-align: left;
    border-left: 3px solid #fff;
    padding: 0 1rem;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s;
}
.hover-4-price {
    position: absolute;
    top: 2rem;
    left: 2rem;
    text-align: left;
    border-left: 3px solid #fff;
    padding: 0 1rem;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s;
}
.hover-4-button {
    position: absolute;
    top: 8rem;
    left: 2rem;
    text-align: left;
    border: 1px solid #f4f4f4;
    color: #f4f4f4;
    padding: 10px;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s;
}
    .hover-4-button:hover {
        background: #f4f4f4 !important;
        color: #a16157!important;
    }
    @media (min-width: 992px) {
        .hover-4-description {
        width: 50%;
    }
}

.hover-4:hover img {
    width: 120%!important;
    height:650px!important;
}

.hover-4:hover::after {
    opacity: 1;
    transform: none;
}

.hover-4:hover .hover-4-description {
    opacity: 1;
    transform: none;
}
.hover-4:hover .hover-4-price {
    opacity: 1;
    transform: none;
}
.hover-4:hover .hover-4-button {
    opacity: 1;
    transform: none;
}

.hover-4:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
}


.h3available {
    color: #2d2d2d !important;
    font-size: 16px;text-align:left;
}
.hrefavila {
    text-decoration:none!important;
}
.hrefavila:hover h3{
    font-weight:bold!important;
}

.hrefavila2 {
    color: #a5a5a5 !important;
}
.btnloadmore {
    border-color: #2d2d2d;
    color: #2d2d2d;
    background:transparent;
}
    .btnloadmore:hover {
        border-color: #2d2d2d!important;
        color: #a16157 !important;
        background: #2d2d2d !important;
    }

.imagelatest{
    height:230px;
    object-fit:cover;
}
.btnselll {
   
    color: #edeae1 !important;
    border-color: #edeae1 !important;
    padding: 15px;
}
    .btnselll:hover {
        background: #edeae1 !important;
        color: #a16157 !important;
        font-weight:bold;
        border-color: #edeae1 !important;
    }

.btnselll2 {
    background: #2d2d2d !important;
    color: #a16157 !important;
    border-color: #2d2d2d !important;
}

    .btnselll2:hover {
        background: #a16157 !important;
        color: #2d2d2d !important;
        border-color: #a16157 !important;
    }

.grid {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.grid--item {
    position: relative;
    margin-top: -90px;
    margin-right: 5px;
    margin-left: 5px;
    width: calc(33.33% - 10px);

    transition: all 0.5s;
    overflow: hidden;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

    .grid--item:before {
        display: block;
        padding-top: 112.5%;
        content: "";
    }

    .grid--item:nth-child(1), .grid--item:nth-child(2) {
        margin-top: 0;
    }

    .grid--item:nth-child(7n-1), .grid--item:nth-child(1) {
        margin-left: 185px;
    }

    .grid--item .img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
        -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
        clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    }

        .grid--item .img:before, .img:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            content: "";
            opacity: 0;
            transition: opacity 0.5s;
        }

        .grid--item .img:before {
            background: rgba(128, 0, 128, 0.25);
        }

        .grid--item .img:after {
            background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
        }

.container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0;
    text-align: center;
    color: white;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.5s;
    -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.grid--item:hover .container2 {
    opacity: 1!important;
}


h1 {
    margin-top: 90px;
    text-align: center;
    font-size: 56px;
    color: #f4f4f4;
}
.hover.hover-4.scroll-active {
    background-color: rgba(0,0,0,0.3); /* example: dark overlay */
    transition: background-color 0.5s ease;
}

.grid--item h2 {
    font-size: 32px;
    color: #f4f4f4;
}

    .grid--item h2:before, .grid--item h2:after {
        display: inline-block;
        margin: 0 0.5em;
        width: 0.75em;
        height: 0.03em;
        background: #a16157;
        content: "";
        vertical-align: middle;
        transition: all 0.3s;
    }

.desc {
    margin: 1em 0 0;
    font-family: montserrat-regular;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.5;
    color: turquoise;
}

.grid--item:hover .img:before,
.grid--item:hover .img:after,
.grid--item:hover .container {
    opacity: 1;
}

.grid--item:hover .container {
    transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 992px) {
    .grid {
       justify-content:center;
    }
    .grid--item {
        width: calc(50% - 10px); /* 2 items per row, minus margin */
        margin: 5px; /* spacing between items */
        box-sizing: border-box;
    }
        .grid--item:nth-child(7n-1), .grid--item:nth-child(1) {
            margin-left: 0 !important;
        }
         .grid--item:nth-child(2), .grid--item:nth-child(3), .grid--item:nth-child(4), .grid--item:nth-child(5), .grid--item:nth-child(6), .grid--item:nth-child(7) {
            margin-bottom: 20px !important;
        }
         .grid--item:nth-child(1) {
            margin-bottom: 20px !important;
        }

}

/* Mobile */
@media (max-width: 576px) {
    .grid--item {
        width: 100%; /* 1 per row */
        margin-top: 20px;
    }
        .grid--item:nth-child(7n-1), .grid--item:nth-child(1) {
            margin-left: 0!important;
        }
}

.textcaptionn {
    color: #f4f4f4;
}

.sectionNew {
    transition: background-color 0.5s ease;
    background-color: #edeae1; /* default */
}

    .sectionNew.scroll-active {
        background-color: #2d2d2d; /* new background when in view */
    }

.card {
    flex: 1;
    height: 320px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(51, 70, 80, 0.5); 
}

    .card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%); /* 圖片的灰階半透明漸層遮罩 */
        z-index: 0; /* z軸的位置 */
    }

a.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* z軸的位置 */
}

.card .img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    transition: transform 3s ease!important; /* ease 為漸起始值較慢，中間速率加快，結尾趨 */
    position: relative!important;
}

.info {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    color: #ffffff;
    transition: background-color 1.5s ease;
    background: rgba(0, 0, 0, 0.5);
}

h2.title {
    transition: color 1s ease;
    margin-bottom: 12px;
    font-size: 15px;
    color: #f4f4f4
}

.date {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ccc;
}

.detail {
    max-height: 0;
    opacity: 0;
    transition: max-height 1.5s ease, opacity 1s ease;
}

    .detail p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.btn-more {
    width: 80px;
    display: block;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    color: #a16157;
    font-size: 12px;
    text-align: center;
    margin-left: auto;
    padding: 6px 6px;
    margin-top: 12px;
    text-decoration: none;
}

.card:hover .img {
    transform: scale(1.2);
}

.card:hover .info {
    background-color: rgba(0, 0, 0, 0.6);
}

.card:hover .detail {
    max-height: 78px;
    opacity: 1;
}

.card:hover h2.title {
    color: #f4f4f4;
}
.sectionsd{
    position:relative;
}

.cars-section {
    max-width: 100%;
    margin: 0 auto;
}

.portfolio-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

 .image-wrapper {
    line-height: 0;
}
.desc-inner {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 2;
    width: 100%;
}

.portfolio-item {
    width: 100%;
    height:550px;
    float: left;
    position: relative;
    overflow: hidden;
}
.section_wrapper {
    max-width: 1120px;
    margin: 0 auto;
    position: relative
}
.line {
    background-color: #edeae1;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: block;
    width: 0;
    height: 4px;
    margin-bottom: 20px;
}
.portfolio-item:hover .desc-inner .line {
    width: 100px;
}
.section_wrapper:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.entry-title {
    font-size: 60px !important;
    line-height: 75px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #edeae1
}

.portfolio-item img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
}

    .portfolio-item:hover img {
        transform: scale(1.05);
    }

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity 0.3s;
}

 .portfolio-item:hover .image-wrapper .mask {
    opacity: 1;
}

 .desc-wrapper-inner {
    padding: 0;
    margin: 0 1%;
    width: 98%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.entry-title {
    margin: 0;
    font-size: 1.2rem;
}

.portfolio-item .details-wrapper {
    bottom: 35px;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
}

.portfolio-item:hover .details-wrapper .column {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
 .portfolio-item .details-wrapper .column {
    float: right;
    opacity: 0;
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding: 20px 10px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.column h5 {
    color: #edeae1;
}

.column, .columns {
    float: left;
    margin: 0 1% 40px;
}
.portfolio_group.exposure .portfolio-item .details-wrapper .column h5.label {
    font-weight: 400;
    margin-bottom: 8px;
}

    @media(max-width:992px) {
        .portfolio-item {
            width: 100% !important;
            height: 400px !important;
        }
            .portfolio-item .details-wrapper .column {
                padding: 0 !important;
                width: 200px;
            }
            .portfolio-item img {
                height: 400px;
                object-fit:cover;
            }
        .column h5 {
            font-size: 16px !important;
        }
        .entry-title {
            font-size: 40px !important;
            line-height: 45px !important;
            letter-spacing: 0px !important;
        }
    }

    @media(max-width:600px) {
        .portfolio-item {
            width: 100%;
            margin: 0 !important;
            overflow: hidden;
            height: 220px !important;
        }
        .entry-title {
            font-size: 20px!important;
            line-height: 45px!important;
            letter-spacing: 0px!important;
        }
        .portfolio-item .details-wrapper .column {
            padding: 0 !important;
            width: 150px;
        }
        .column  h5{
            font-size:14px!important;
        }
        .portfolio-item img {
            height: 220px;
        }
        .desc-inner{
            top:15px!important;
        }
        .portfolio-item .details-wrapper{
            bottom:0!important;
        }
    }

iframe .sk-ig-profile-counts{
    display:none!important;
}

.eapps-instagram-feed-header-stats {
    display: none !important;
}
.eapps-instagram-feed-title {
    display: none !important;
}

.eapps-widget-toolbar-panel {
    display: none !important;
}
.eapps-widget-toolbar{
    display:none!important;
}

a[title="Free Instagram Feed Widget"] {
    display: none!important;
}
#eapps-instagram-feed-1 a.eapps-instagram-feed-header-follow-button, #eapps-instagram-feed-1 a.eapps-instagram-feed-header-follow-button:hover {
    background: rgb(161, 97, 87) !important;
}