/* About css ==========================*/
section.about-us .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 10px;
}

section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

section.about-us .star-rating:before,
section.about-us .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

section.about-us .star-rating:after {
    transform: rotate(35deg);
}

section.about-us p.head {
    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;
    min-height: 520px;
}
section.about-us .about-image-sec {
    float: right;
    width: 50%;
    margin-right: 100px;
}
section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 180px;
    transition: all ease-in-out 300ms;
    text-align: center;
}

section.about-us .about-content-sec a.main-btn:hover {
    transform: translateY(-4px);
}

section.about-us .about-content-sec .abt-btn {
    margin-top: 40px;
}

section.about-us .about-image-sec img {
    width: 550px;
    /* max-width: 100%; */
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}

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: -20px 0px 30px -15%;
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0px -15% 0px 0px;
}

section.about-us .about-content-sec .abt-para {
    height: auto;
    /* overflow: hidden; */
}


/*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: 400px;
     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;
   min-height: 400px;
 }
 .abt-image {
     width: 50%;
     float: right;
     margin-left: 5%;
     margin-bottom: 10px;
     position: relative;
     z-index: 1;
 }
 .name {
    margin-top: var(--m20);
 
}

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: 30px;
    text-align: center;
}

/* .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;
}


section.about-home .col-lg-3{
    padding: 12px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
    }
}
section.about-home .row{
    gap: 30px 0;
}
 
section.about-home{
    padding-top:30px;
}

section.about-home .meet_card{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 15px;
    border-radius: 10px;
}