/*about Us css start*/

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us h2 {
    text-align: center;
    padding:0 0 50px 0;
      font-size: 50px;
  text-transform: capitalize;
  color: var(--heading-color);
}

section.about-us h2::after {
  content: "";
  display: block;
  width: 100px;       /* Length of the line */
  height: 4px;        /* Thickness of the line */
  background-color: var(--secondary-color);
  margin:auto;
  margin-top: 5px;
  border-radius:5px;
}


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 {
    transition: .3s ease-in-out;
 	color:#a9243c;
  text-decoration:none;
  font-size: 17px;
    text-transform: capitalize;
}

section.about-us .about-content-sec a.main-btn span {
margin-left:5px;
  
}

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

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

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

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

section.about-us {
  /*padding:150px 24px 80px;*/
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%; 
  height: auto;
}

.box {
  position: absolute;
  width: 100px;
  height: 80px;
  background-color: var(--secondary-color); 
  border-radius: 8px; 
}

.top-right {
 top: -20px;
 right: -20px;
}

.bottom-left {
  bottom: -20px;
  left: -20px;
}




/* team section css */

section.mtteam {
    /*padding: 80px 24px;*/
}


section.mtteam h3 {
    text-align: center;
    padding:0 0 20px 0;
      font-size: 50px;
  text-transform: capitalize;
  color: var(--heading-color);
}

section.mtteam h3::after {
  content: "";
  display: block;
  width: 100px;       /* Length of the line */
  height: 4px;        /* Thickness of the line */
  background-color: var(--secondary-color);
  margin:auto;
  margin-top: 5px;
  border-radius:5px;
}

section.mtteam p {
    font-size: 18px;
    text-align: center;
}

section.mtteam .card {
    padding: 0;
    border-color: rgb(0 0 0 / 8%);
}

section.mtteam .card-body {
    padding: 20px 20px 20px;
    background: var(--lt-bg-color);
    height: 100%;
}

section.mtteam .mtteam-head {
padding-bottom: 30px;
}


section.mtteam img.card-img-top {
    height: 320px;
    object-fit: cover;
    border: 3px solid #000;
    padding: 8px;
}

/* section.mtteam .card-body h5{
    margin-bottom
} */

section.mtteam .card-body span{
    text-align: left;
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 600;
}

section.mtteam .card-body p{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}


section.mtteam .row{
    justify-content: center;
    gap: 40px;
}



/*Cta form css*/
section.cta-form {
    background: var(--secondary-color);
    padding-left: 0px;
    padding-right: 0px;
}
section.cta-form h3{
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
section.cta-form input{
    width: 100%;
    background: transparent;
    border: 1px solid #bbb;
    padding: 5px 14px;
    font-size: 16px;
    color: #bbb;
    min-height: 40px;
    border-radius: 10px;
    line-height: 35px;
}
section.cta-form input::placeholder{
    color: #bbb;
}
section.cta-form form{
    display: flex;
    gap: 0 60px;
}
section.cta-form .form-field, section.cta-form .form-btn{
    min-width: 21%;
}
section.cta-form .form-btn button{
    background: #fff;
    border: 0px solid;
    padding: 13px 15px;
    width: 100%;
    min-height: 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: var(--secondary-color);
}




/*start about*/

.about_wrapper{
   padding-top: 60px;
    padding-bottom: 60px;
}
.upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
.upper-head h2{
    font-size: 40px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
    color: var(--heading-color);
}
section.card-sec .upper-head {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}
.about_wrapper a.main-btn{
    width: 150px;
    text-align: center;
}
section.card-sec .upper-head h2{
    font-size: 40px;
    font-family: var(--heading-font);
    margin-bottom: 30px;
}
.heading_sec{
    margin-bottom: 40px;
    text-align: center;
}
.about-img1{
    text-align: right;
}
.about-img1 img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
}
.about-img2 img{
    position: absolute;
    left: 0px;
    width: 75%;
    bottom: -20px;
    /* border-radius: 30px; */
    border: 5px solid #fff;
    object-fit: cover;
    height: 250px !important;
}
.about_wrapper .col-lg-6.text-center.text-lg-start p{
    /*line-height: 30px;*/
    margin-bottom: 15px;
}
.subhead {
    color: var(--secondary-text);
    font-size: 18px;
    /*line-height: 35px;*/
}
.about_wrapper .col-lg-6.text-center.text-lg-start{
    padding-right: 0%;
    width: 60%;
}

.about_wrapper .col-lg-6.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center {
    width: 40%;
}



.about_wrapper h3{
    font-size: 2.25rem;
    /* color: var(--primary-color); */
    font-family: var(--heading-font);
}

.heading_sec h3{ 
    font-size: 40px;
    font-family: var(--heading-font);
}
.about_wrapper .heading_sec {
    margin-bottom: 0px;
    text-align: left;
}
.about_wrapper .abt-para {
    height: 75px;
    overflow: hidden;
    margin-bottom: 0px;
}
.about_wrapper .heading_sec h3{
    line-height: 1.2;
    font-size: 36px;
    color: var(--heading-color);
}
.about_wrapper .col-lg-6.abt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}
section#about .abt-para{
  height: 100%;
  overflow: visible;
  max-height: 100%;
  min-height: 500px;
}
.abt-image {
    width: 50%;
    float: left;
    margin-right: 5%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
 .abt-image {
     width: 50%;
     float: right;
     margin-left: 5%;
     margin-bottom: 10px;
     position: relative;
     z-index: 1;
 }
 .name {
    margin-top: var(--m20);
    text-align: center;
}

section.about-home img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    object-position: top;
    height: 350px;
    transition: 0.5s all;
    border-radius: 10px;
}
.img {
    overflow: hidden;
    border-radius: 10px;
}
section.about-home img:hover {
    transform: scale(1.14);
}

.about-home .head-sec h2{
    margin-bottom: 40px;
}

/* .golf-location .row.about-content img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
} */


.collebrate .row{
    gap: 25px 0;

}
.collebrate .coll-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.collebrate .coll-content {
    box-shadow: 0 0 13px 5px #00000012;
    padding: var(--p30);
    text-align: left;
    border-radius: 0 0 15px 15px;
    height: 100%;
    overflow: hidden;
    background: var(--white-color);
}

.collebrate .head-sec {
    margin-bottom: 30px;
}
.modal-body {
    padding: 30px;
}


.coll-image img{
    width: 100%;
  border-radius: 10px;
}

.coll-content .content-head p{
    margin-bottom: 0;
}
.coll-content .content-para{
    margin-top: 20px;
}


.modal-content {
    border-radius: 15px;
   
}
.modal-body .content-area .coll-image img{
    border-radius: 20px;
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
    }
}
section.about-home .row{
    gap: 30px 0;
}
.name p{
    text-align:center;
}

section.about-team .head-sec h2{
    margin-bottom: 40px;
}
section.about-team .about-team-img img{
  border-radius: 10px;
}
section.about-team .col-8{
  display: flex;
    align-items: center;
    padding-left: 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;
}
/*end about section*/