.Blog-details{
    padding: var(--p60) var(--p12);
    padding-top: 0;
}
.breadcrumb{
    padding-left:var(--p1);
}
section.Blog-details img {
    width: 450px;
    max-width: 45%;
    margin-right: 20px;
    max-height: 400px;
    object-fit: cover;
    height: 360px;
    float: left;
}
section.Blog-details .container div {
    width: 100%;
    min-height: 360px;
}

/* new destail attraction css start here  */


.summary-section p {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 12px;
    /* max-height: 300px; */
    /* overflow: hidden; */
}

.summary-section .inner-column .image img {
    width: 100%;
    display: block;
    height: 515px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 107%;
    position: absolute;
}
.dot{
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}
.summary-section .row{
    margin-bottom: 6rem;
}
.summary-section .row:nth-child(even) .inner-column .image img{
    right: 0;
}
.summary-section .row:nth-child(even) .dot{
    left: -2rem;
}
.inner-column-content {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 20px;
    background: #fff;
    min-height: 435px;
    z-index: 1;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

section.summary-section a{
   position: relative;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    font-family: var(--primary-font);
}

section.summary-section h3{
    line-height:1.2;
}

.line{
    height: 2px;
    width: 100px;
    background: var(--secondary-color);
    position: relative;
    top: -7px;
}

.rights::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -20px;
    right: -20px;
}

.rights::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color);
    top: -5px;
    right: -34px;
    -webkit-transform: rotate( 90deg );
    transform: rotate( 90deg );
}

.property-links {
    
}

.property-link {
    display: block !important;
    align-items: center;
    font-size: 14px !important;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}


.property-link i {
    font-size: 16px;
    color: #000;
}

.property-link:hover {
    color: #c49b63;
}

.property-link:hover i {
    color: #c49b63;
}

/* new destail attraction css end here  */