/* about  */

/*.page-title {
    height: 682px;
    object-fit: cover;
}*/
.page-title {
    position: relative;
    height: 430px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

.page-title::after {
    content: "";
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 225px; 
    height: 169px;
    background-image: url('/uploads/cms/Superhost2.jpg'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}


.about_wrapper{
    padding: 80px 0;
}

.about_wrapper .line{
    margin-left: 0px;
    margin-bottom: 20px;
}

.about_wrapper h2{
    margin-bottom: 15px;
    letter-spacing: 0rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--secondary-color);
    font-family: var(--heading-font);
}
.about-pd-r{
    padding-left: 0;
}
.border-box{
    position: absolute;
    width: 200px;
    height: 200px;
    content: '';
    right: 46px;
    border-radius: 50%;
    background-image: radial-gradient(#2740619e, #2740612b);
    box-shadow: 0px 0px 179px #274061;
    display:none;
}
.about_wrapper .borders{
    margin: 0;
}
.about-img2{
    /* background: var(--secondary-color); */
    /* border-radius: 20% 0; */
}
.img-2{
    aspect-ratio: 1.3;
    object-fit: cover;
    /* right: 2rem; */
    height: 415px;
    position: relative;
    object-position: center;
    width: 55%;
}
.img-1{
   object-position: center;
    object-fit: cover;
    position: absolute;
    bottom: -1.5rem;
    width: 66%;
    height: 262px;
    border: 12px solid #fff;
    right: 0px;
    left: auto;
}
.about-img-0{
    display: block;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: top -13% right 0%;
    margin-bottom: 20px !important;
    width: 50%;
    float: left;
    margin-right: 60px;
}
.borders {
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: 0;
    margin: auto;
    justify-content: center;
}
.about-dec{
    margin-top: 0rem;
}
 section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    transition: .3s ease-in-out
}



section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

.about-image-sec {
    width: 50%;
    float: right;
    margin-left: 30px;
}
section.about-us {
    padding-top: 100px;
    height: 100vh;
}




section.about-owner {background: var(--white-color);}
section.about-owner .col-6.col-md-6.col-sm-12.cont {display: flex; justify-content: center; flex-direction: column; }
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;min-height: 500px;}
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 .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 .call-area a:hover{color: var(--heading-color);}
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; }



section.about-hostess {
    background: #9A5151;
    border-bottom: 1px solid #FFFFFF50;
}

section.divider-section {
    background: #9A5151;
    height: 100px;
    border-top: 5px solid #D9B783;
    /* border-left: 5px solid #D9B783; */
    border-radius: 110px 110px 0 0;
    margin-top: -100px;
}
section.about-hostess h1 {
    color: #f3ede5;
    font-size: 64px;
    text-align: center;
}
.head-img img {
    width: 136px;
    border-radius: 100%;
    height: 136px;
    object-fit: cover;
}
.head-img {
    text-align: right;
    padding-right: 80px;
    margin-top: -80px;
}
.hostess-img img{
 width: 393px;
    height: 393px;
    object-fit: cover;
    border-radius: 100%; 
}
.hostess-img{
  text-align: center;
}
section.about-hostess p{
  color: #d9b783;
    font-size: 19px;
}
.hostess-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* background */


section.bg-about {
    background-repeat: no-repeat;
    padding: 0;
}
.bg-about img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}



