/* about  */

    section.about-us {
        height: 132vh !important;
    }
.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: 95px;
    height: 100vh;
}
.search-bar {
    position: absolute;
    bottom: 10%;
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
}

.search-bar.newClass {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1140px;
    z-index: 2;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.search-bar-inner {
    background: var(--white-color);
    border-radius: 15px
}

.search-bar-inner .check {
    padding: 0;
    position: relative
}

.search-bar-inner .row {
    position: relative
}

.search-bar-inner .col-6.datepicker-common-2.datepicker-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 56px;
    padding: 0
}

input#demo17 {
    top: 0!important;
    padding-left: 0;
    width: 100%!important;
    height: 62px!important;
}

.search-bar-inner .check-detail,.search-bar-inner .guest-detail {
    padding-top: 14px;
    padding-bottom: 14px;
    border-right: 1px solid #b48558;
    padding-right: 12px;
    position: relative
}

.search-bar-inner input[type=text],.search-bar-inner select {
    background: 0 0;
    border: 0 solid;
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    color: #ffffff6e;
    height: 32px
}

#guestsss1 .close12,.search-bar-inner i {
    color: var(--secondary-color);
    position: absolute
}

.search-bar-inner select option {
    color: #000
}

.search-bar-inner i {
    right: 12px
}

.search-bar-inner .guest-detail {
    border-right: 0px solid;
    position: relative
}

.search-bar-inner .search-btn,section.experience-section .container-fluid,section.yacht-section .container-fluid {
    padding: 0
}

.search-bar-inner .search-btn button {
    width: 100%;
    height: 100%;
    border-radius: 0 15px 15px 0;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    background: var(--btn-hover);
    color: var(--black-color);
    border: 1px solid #f4eed8 !important;
}
.search-bar-inner .search-btn button:hover{background: var(--btn-hover);border:0;}
div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: var(--black-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 3px 0 #888
}

#guestsss1 .close12 {
    right: 10px;
    left: auto;
    top: .9rem;
    font-size: var(--f18);
    cursor: pointer
}

#guestsss1 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20)
}

#guestsss1 .adult-box p {
    letter-spacing: 0;
    color: var(--white-color);
    text-shadow: 0 0 0 #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0
}

#guestsss1 button.button1 {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

#guestsss1 button.button11.button1 {
    margin-left: var(--m14)
}

#guestsss1 button.main-btn.close1112 {
    width: 100%;
    font-size: 14px
}

.adult-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px;
    top: 8px;
}

.guests button.button1 {
    height: 44px;
    width: 50px;
    text-align: center;
    border-radius: 22px 0 0 22px;
    font-size: var(--f20);
    border: 0 solid rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-right: 0px solid
}

.guests button.button11.button1 {
    margin-left: 0;
    border-right: 0px solid;
    border-left: 0 solid;
    border-radius: 0 22px 22px 0
}

.search-bar button.button1 i {
    position: relative;
    top: 0;
    right: 0;
    color: var(--btn-color);
    font-size: 14px;
    transform: translateY(0)
}

.guests button.button1:hover {
    background: #b4855840;
    border-color: var(--secondary-color)
}
button.main-btn1.close111 {
   border-radius: 50px;
   padding: 10px;
   height: auto;
   background: var(--btn-color);
   color: #fff;
   border: none;
   width: 100%;
   font-size: 14px;
 }
 #guestsss .adult-box.pet-box label{
   display:block;
   font-size: 13px;
   padding-left: 0;
   padding-bottom: 0;
 }
.search-bar-inner input[type=text], .search-bar-inner select{
    background: 0 0;
    border: 0 solid;
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    color: var(--secondary-color);
    height: 32px;
}

.search-bar-inner input::placeholder{
color:var(--btn-color);
}

.search-head {
    display: none;
}
.banner-content {
    width: 100%;
    height: 100%;
    background: #00000036;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

input#show-target-data {
    background-color: var(--white-color);
}

.adult-btn, .search-bar-inner i {
    top: 50%;
    transform: translateY(-50%);
}


.fa-minus:before, .fa-subtract:before {
    content: "\f068";
    /* color: #fff; */
}
section.banner-section {
    padding: 0;
    position: relative;
    height: 100vh;
}
section.banner-section img{
    width: 100%;
    height:100vh;
    object-fit:cover;
}
.about .upper-head {
    width: 70%;
    margin: auto;
}
.about h2{
    margin-bottom: var(--m40);
}
section.about-sec {
    text-align: center;
}
section.team-members-sec {
    background: var(--lt-bg-color);
    text-align: center;
}
section.team-members-sec .upper-head {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: var(--m50);
}
section.team-members-sec .teams-content {
    padding: 5px;
}
section.team-members-sec .team-members img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
section.team-members-sec .team-members .members-content {
    background: var(--white-color);
    border-radius: 0 0 15px 15px;
    padding: 15px 20px;
    box-shadow: 0 0 7px 0px #0003;
}
section.team-members-sec .team-members h5 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: var(--f17);
    font-family: var(--primary-font);
  text-align:left;
}
section.team-members-sec .team-members .teams-content p {
    font-size: var(--f14);
    margin-bottom: 0px;
    line-height: 1.6;
    height: 20px;
    overflow: hidden;
  text-align:left;
}
section.team-members-sec .owl-carousel .owl-nav button.owl-next, section.team-members-sec .owl-carousel .owl-nav button.owl-prev{
      border-radius: 50%;
      padding: var(--p5);
      border: 1px solid var(--black-color);
      left: auto;
      background: rgb(255 255 255 / 35%);
      border-color: transparent;
      color: var(--black-color) !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      box-shadow: 0 0 7px #00000033;
      width: 35px !important;
      height: 35px !important;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
}
section.team-members-sec .owl-carousel .owl-nav button.owl-next{
  right:20px;
}
section.team-members-sec .owl-carousel .owl-nav button.owl-prev{
 left:20px; 
}