.villa-card {
    border: 1px solid #f1f1f1;
    position: relative;
    margin-bottom: 30px;
}
.villa-img{
    position: relative;
    overflow: hidden;
}
.villa-card img{
     max-width: 100%;
     height: auto;
}
.villa-img img.img-fluid {
    transition: all 0.3s ease;
}
.villa-card:hover .villa-img img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}
img.img-fluid {
    max-width: 100%;
    height: auto;
}
.villa-desc {
    padding: 30px;
}
.villa-desc h4 , .villa-desc h4 a {
    margin-bottom: 4px;
    font-size: 25px;
    color: #ad0132;
    margin-top: 0;
}
.book-villa {
    color: #337ab7;
}
.book-villa {
    color: #337ab7;
    font-size: 16px;
}
.v-text{
    height: 100px;
    margin-bottom: 16px;
    min-height: 100px;
    overflow: hidden;
    color: #555;
    font-size: 16px;
    margin-top: 15px;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
}
.spc-btm {
    margin-bottom: 0;
}
.spc-btm a:hover{
    text-decoration: none;
}
.blog-articles .villa-desc h4{
    height: 83px;
    overflow: hidden;
}
.blog-articles .villa-img img {
    height: 240px;
    width: 100%;
}

/* article detail page start */
.custom_sidebar {
    background: transparent;
    width: 100%;
}

.newsletter_wrapper {
    padding: 40px 30px;
    background: #dadcea;
    border-radius: 30px;
    margin-bottom: 30px;
}

.newsletter_wrapper .sidebar-title {
    font-weight: bold;
}

.newsletter_wrapper .subscribe-form .input-group {
    display: block;
}

.newsletter_wrapper .subscribe-form input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #acb1d0;
    border-radius: 0px;
    padding: 15px 0px;
    height: auto;
    margin-bottom: 2rem;
    color: #0a1a72;
}

.newsletter_wrapper .subscribe-form .btn {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    overflow: hidden;
}

.newsletter_wrapper .subscribe-form,
.newsletter_wrapper .sidebar-block{
    margin-bottom: 0px !important;
}

.newsletter_wrapper .subscribe-form input:focus {
    border-color: #0a1a72;
}

/* Property in france block*/
.custom_property {
    background-color: #0a1a72;
    border-radius: 30px;
    padding: 40px 30px;
}

.custom_property .sidebar-title {
    color: #fff;
    margin-bottom: 20px;
}

.custom_property .more-btn .pink-btn {
    width: 100%;
    background: #dadcea;
    border: 1px solid #dadcea;
    color: #0a1a72;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}

.custom_property .more-btn .pink-btn::before {
    background: #0a1a72;
    border-radius: 10px;
}

.custom_property .more-btn .pink-btn:hover {
    color: #fff;
}

.custom_block {
    margin-bottom: 4rem;
}

.custom_block .sidebar-title {
    font-weight: bold;
}

.custom_block .sidebar-block .property-list {
    background: transparent;
    border: none;
    padding: 0px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.custom_block .sidebar-block .property-list .prop-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 10px;
}

.custom_block .sidebar-block .property-list .prop-desc {
    margin-left: 0px;
}

.custom_block .sidebar-block .property-list .prop-desc .prop-title {
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.custom_block .sidebar-block .property-list .prop-desc p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.custom_block .sidebar-block .property-list .prop-title a {
    color: #000;
    background: linear-gradient(to right, #0a1a72, #0a1a72 50%, #777 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 700ms ease;
    overflow: hidden;
    font-weight: 700;
}

.custom_block .sidebar-block .property-list:hover .prop-title a {
    background-position: 0 100%;
}

.custom_block .sidebar-block .property-list:hover .prop-img img {
    transform: scale(1.1);
}

.custom_block .sidebar-block .property-list .prop-img img {
    transition: ease-in-out 0.5s;
}

.custom_property .sidebar-block .property-list {
    background: #dadceae8;
    border: 1px solid #dadceae8;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.custom_property .sidebar-block .property-list .prop-img {
    min-width: 60px;
    border-radius: 6px;
}

.custom_property .sidebar-block .property-list .prop-desc {
    margin-left: 0px;
}

.custom_property .sidebar-block .property-list .prop-desc .prop-title {
    overflow: hidden;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.custom_property .sidebar-block .property-list .prop-desc .prop-title a {
    color: #000;
    background: linear-gradient(to right, #0a1a72, #0a1a72 50%, #777 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 700ms ease;
}

.custom_property .sidebar-block .property-list:hover .prop-desc .prop-title a {
    background-position: 0 100%;
}

.article_detail_wrapper .container {
    max-width: 800px;
}

.article_detail_heading .time-tag {
    border-bottom: none;
}

.article_detail_heading .time-tag .article_city:before {
    background-color: #8b8b8b;
    bottom: .3rem;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 1.6rem 0 .9rem;
    position: relative;
    width: 4rem;
    width: 4.3rem;
}

.article_detail_heading .main-title {
    text-align: left;
}

.article_detail_heading .main-title h3:after {
    left: 0;
    margin-left: 0;
}

.article_detail_heading .main-title h3 {
    font-weight: bold;
}

.article_detail_wrapper .article_detail_inner {
    max-width: 600px;
    margin: auto;
    margin-top: 30px;
}

.article_detail_wrapper .article_detail_inner .property-list {
    display: block;
    width: calc(50% - 12px);
}

.article_detail_wrapper .article_detail_inner .property-list .prop-img {
    width: 100% !important;
    height: 250px !important;
    overflow: hidden;
    border-radius: 0px;
}

.article_detail_wrapper .article_detail_inner .property-list .prop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_detail_wrapper .article_detail_inner .sidebar-block {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 24px;
}

.article_detail_wrapper .article_detail_inner .sidebar-title {
    margin-bottom: 3rem;
    margin-top: 10px;
}

.article_detail_heading .text {
    margin-bottom: 20px;
}

@media screen and (max-width:991px){
    .newsletter_wrapper,
    .custom_property{
        padding: 30px;
    }
    .custom_block .sidebar-title{
        font-size: 26px;
    }
    .custom_block .sidebar-block .property-list .prop-img{
        width: 80px;
        min-width: 80px;
        height: 80px;
        margin-right: 12px;
    }
    .custom_block .sidebar-block .property-list .prop-desc .prop-title{
        margin-bottom:10px;
    }
    .sidebar .sidebar-block .property-list .prop-desc .prop-title a{
        font-size: 14px;
    }
}

@media screen and (max-width:575px){
    .article_detail_wrapper .article_detail_inner .property-list {
        display: block;
        width: 100%;
    }
    .article_detail_wrapper .article_detail_inner .sidebar-block {
        gap: 0;
    }
}

/* article detail page end */

/* article page css start */
.articles_wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 7.4rem;
}

.articles_left_wrapper {
    position: relative;
    width: 33.33333333%;
    background: #f5f5f5;
    padding: 9rem 18%;
    padding-left: 4rem;
    padding-right: 2rem;
    text-align: center;
    height: 568px;
}

.articles_date_info,
.articles_date_info .articles_cate a{
    color: #2b2b2b;
}

.articles_cate {
    position: relative;
}

.articles_cate:before {
    background-color: #8b8b8b;
    bottom: .3rem;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 1.6rem 0 .9rem;
    position: relative;
    width: 4rem;
    width: 4.3rem;
}

.articles_left_wrapper .entry-title a {
    color: #141414;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: -.009em;
    line-height: 1.32;
    margin-bottom: 1.6rem;
    margin-top: 3rem;
    display: inline-block;
    position: relative;
    text-transform: none;
    text-decoration: none;
}
.excerpt_content p {
    color: #3b3b3b;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.55;
    margin-bottom: 4.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.read_more a {
    display: inline-flex;
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.5s;
}

.read_more a svg {
    width: 23px;
    transform: translateX(20px);
    transition: all 0.5s;
}

.read_more a:hover svg {
    transform: translateX(10px);
}

.articles_right_wrapper {
    max-width: 66.66%;
    width: 100%;
    height: 100%;
}

.articles_right_wrapper .articles_right_img {
    width: 100%;
    height: 100%;
    height: 568px;
}

.articles_right_wrapper .articles_right_img img {
    width: 100%;
    height: 100%;
    min-height: 568px;
    object-fit: cover;
}

/* --- Blog card css --- */
.blog-articles.villa-card .villa-desc {
    padding: 20px 12px;
    min-height: 275px;
}

.blog-articles.villa-card .villa-desc .articles_date_info a {
    text-decoration: none;
}

.blog-articles.villa-card .villa-desc h4 {
    font-size: 2.5rem;
    margin: 1.8rem 0 .9rem;
    color: #141414;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}

.blog-articles.villa-card .villa-desc .v-text {
    border-top: none;
    color: #141414;
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    min-height: 70px;
    margin-bottom: 2.5rem;
}

.blog-articles.villa-card .villa-desc a {
    background: transparent;
    color: #141414;
    padding: 0px;
}

.blog-articles.villa-card .villa-desc a svg {
    width: 21px;
    transform: translateX(10px);
    transition: ease 0.5s;
}

.blog-articles.villa-card .villa-desc a:before {
    display: none;
}

.villa-card.blog-articles {
    border: none;
}

.blog-articles.villa-card .villa-desc a:hover {
    transition: ease 0.5s;
}

.blog-articles.villa-card .villa-desc a:hover svg {
    transform: translateX(15px);
}

@media screen and (max-width:1199px){
    .articles_left_wrapper .entry-title a{
        font-size: 2.5rem;
    }
    .articles_left_wrapper{
        padding-left: 2rem;
    }

    .blog-articles.villa-card .villa-desc{
        min-height: 252px;
    }
    .blog-articles.villa-card .villa-desc h4{
        margin-top: 0.5rem;
    }
}

@media screen and (max-width:991px){
    .articles_wrapper{
        padding-bottom: 4rem;
    }
    .articles_left_wrapper, .articles_right_wrapper{
        max-width: 50%;
        width: 100%;
    }
    .excerpt_content p{
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width:767px){
    .articles_wrapper{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .articles_left_wrapper{
        height: auto;
        padding: 3rem;
    }
    .articles_left_wrapper, .articles_right_wrapper{
        max-width: 100%;
        width: 100%;
    }
    .articles_left_wrapper .entry-title a{
        margin-top: 0rem;
        font-size: 2rem;
    }
    .articles_right_wrapper .articles_right_img, .articles_right_wrapper .articles_right_img img{
        height: 60vw;
        min-height: auto;
        object-fit: cover;
    }

    .blog-articles.villa-card .villa-desc{
        min-height: auto;
    }
    .blog-articles.villa-card .villa-desc .v-text{
        min-height: auto;
    }
}

@media screen and (max-width:575px){
    .articles_left_wrapper{
        padding: 2rem 1.5rem;
    }
    .villa-card.blog-articles{
        margin-bottom: 20px;
    }
}
/* article page css end */

@media (max-width: 767px){
    .blog-articles .villa-img img {
        height: auto;
    }
    .blog-articles .villa-desc h4 {
        height: auto;
    }
}