

section.about-banner {
    background-image: url('https://relaxtay.com/wp-content/uploads/2023/10/5bc639b9-38ac-42d9-a14e-6ddfd815d315.webp');
    height: 85vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  box-shadow:inset 0 0 0 2000px rgb(0 0 0 / 30%);
}


.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: 0;
    margin-top: 60px;
    min-height: 550px;
}

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: 0;
}

section.about-team .head-sec h2{
    margin-bottom: 40px;
}
section.about-team .about-team-img img{
  border-radius: 10px;
  height: 350px;
  width: 100%;
  object-fit: cover;
}
section.about-team .col-8{
  display: flex;
    align-items: center;
    padding-left: 24px;
}
section.about-team .rev{
    margin-top:50px;
}
section.about-team .rev .col-8{
     padding-left: 12px;
     padding-right: 24px;
}
section.about-team .bottom-team {
    margin-top: 50px;
}
section.about-team .bottom-team-card {
    background: var(--white-color);
    box-shadow: 0 0 7px #00000042;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    height: auto;
}
section.about-team .bottom-team-card h3{
  font-size: 28px;
}
section.about-team .bottom-team-card h6{
  font-size: 19px;
  margin-bottom: 10px;
  height: 49px;
}
section.about-team .bottom-team-card p{
  text-align:center;
}
.team-para {
    overflow: hidden;
    height: 330px;
    margin-bottom: 16px;
}
.less-text{
    max-height: 125px;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}

section.about-team {
    padding: var(--p60) 0;
}

.mid-section {
    background: url('https://hostaway-platform.s3.us-west-2.amazonaws.com/listing/115186-309449-aeIutF06OOjeiCMuGM57cG7Xamex--QCNAEjAk0UDxQc-67ccaf6042a9d') no-repeat center center/cover;
    min-height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.why-us-box {
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.why-us-box h3 {
    font-size: 28px;
}

.why-us-box p {
    font-size: 16px;
    color: #555;
}





