section.about-eliza .heads img{
width: auto;
height: 60px;
}
section.about-eliza .heads h2{
    margin-top: var(--m20);
    font-weight: 900;
    /* font-family: var(--primary-font); */
    color: var(--secondary-color);
    text-transform: uppercase;
}
section.about-eliza .heads h2 span{
    color: var(--btn-hover);
}
section.about-eliza .heads h4{
    color: var(--black-color);
    font-size: var(--f17);
    font-family: var(--primary-font);
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: var(--m15);
}
section.about-eliza .heads .abt-dash{
    width: 140px;
    height: 2px;
    background: var(--secondary-color);
    border-radius: 2px;
    margin-top: var(--m10);
    margin-bottom: var(--m10);
}
section.about-eliza .abt-cont {
    min-height: 550px;
}
section.about-eliza .img{
    width: 50%;
    float: right;
}
section.about-eliza .img-sec{
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
width: 100%;
}
section.about-eliza .img img{
    width: 90%;
    height: 550px;
    border-radius: 15px;
    object-fit: cover;
}

/*About owner css*/
section.about-owner {
    background: var(--white-color);
    /* padding-top: 0; */
}
section.about-owner .rhea_mask {
    fill: var(--white-color);
}
section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:500px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 90%;
    height: 500px;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}
section.about-owner img:hover{
    transform: scale(1.14);
}
section.about-owner svg {
    height: 588px;
    width: 100%;
}
section.about-owner .head-sec{
   text-align:left;
   margin-bottom: var(--m15);
}
section.about-owner h4{
    font-size: var(--f21);
    font-weight: 500;
}
section.about-owner p{
    color: var(--black-color);
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
}
section.about-owner .call-area a{
    display: block;
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
