section.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    color: white;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.video-btn-area{
    z-index:1;
}
.video-btn-area h1{
    color:var(--white-color);
    margin-bottom:0;
    /* text-shadow:0 0 3px #000; */
    margin-top: 0;
    margin-bottom: 10px;
}
.video-banner-text{
    padding-bottom:30px;
}
.video-btn-area p{
     color:var(--white-color);
    margin-bottom:0;
    font-size:18px;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero-section:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: #000;
    opacity: 0.4;
}

section.about-us .about-content-sec {
    padding-right: 50px
}
section.about-us .about-content-sec h2{
 margin-bottom:20px; 
}
section.about-us .about-content-sec p{
  margin-bottom:0;
}
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: -50px 0 30px -15%;
}
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-img2 {
    margin: 0 -15% 0 0;
}
section.yacht-section .slider-wrapper {
  max-width: 100%;
  margin: auto;
  overflow: hidden; /* IMPORTANT */
  position: relative;
}

section.yacht-section .swiper {
  width:100%;
}

section.yacht-section .swiper-slide {
  height: 560px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

section.yacht-section .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Content overlay */
section.yacht-section .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(to top, rgba(0,0,0,.75), transparent);
  color: #fff;
}

section.yacht-section button {
  margin-top: 15px;
  padding: 12px 26px;
  border-radius: 30px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
section.yacht-section .swiper-pagination {
  bottom: 15px !important;
}

section.yacht-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.4);
  opacity: 1;
}

section.yacht-section .swiper-pagination-bullet-active {
  background: #fff;
}
section.yacht-section .container-fluid{
  padding-left:0;
  padding-right:0;
}
section.yacht-section{
  padding-left:0;
  padding-right:0;
  background: var(--lt-bg-color);
}

section.experience-section {
    /* background: #1e1e1e; */
    padding: 0;
}
section.experience-section .container-fluid{
     padding: 0;
}
section.experience-section .experience-image {
    background-image: url(../images/about-owner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
section.experience-section.rev .experience-image {
    background-image: url(../images/core.avif);
    background-size: contain;
}
section.experience-section .experience-content {
    padding-top: 100px;
    padding-bottom: 100px
}

section.experience-section .experience-details {
    padding: 20px;
    /* box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1); */
    border-radius: 10px;
    max-width: 700px;
    margin-left: 0;
    /* background-color: #f9f9f980; */
    /* background-image: url(../images/frame.png); */
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: lighten;
}

section.experience-section.rev .experience-details {
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    width: 100%;
}

section.experience-section .experience-details p {
    margin-bottom: 35px
}

section.cta-section {
    background-image: url(../images/cta.png);
    background-position: center center;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 60px; */
    /* padding-top: 60px; */
}

section.cta-section .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg,#071E2F6B 0,#f9f9f9 92%);
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    z-index: 1
}
section.cta-section{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.cta-section .container {
    position: relative;
    z-index: 1;
    text-align: center
}

section.cta-section h2 {
    text-align: center;
    font-size: 50px;
    line-height: 1.2;
    /* margin-bottom: 60px; */
    color: var(--white-color);
    text-shadow: 0 0 3px #00000073;
}
section.cta-section p{
     color: var(--white-color);
     text-shadow: 0 0 3px #00000073;
     margin-bottom: 30px;
}
section.cta-section form label{
    display:block;
    color: var(--black-color);
    /* text-shadow: 0 0 3px #00000073; */
    text-align:left;
    margin-bottom:8px;
}
section.cta-section input, section.cta-section select, section.cta-section textarea{
    width: 100%;
    border: 1px solid var(--secondary-color);
    height: 48px;
    padding: 10px 20px;
    background: #fff;
    margin-bottom:15px;
}
section.cta-section form{
    max-width:800px;
    margin:auto;
}
section.cta-section textarea{
    height:100px;
}
section.faq-section {
    background: var(--lt-bg-color);
}
section.faq-section .head-sec{
 text-align:center;
 margin-bottom: 40px;
}
section.faq-section .accordion-button, section.faq-section .accordion-item{
  background-color: var(--lt-bg-color) !important;
}
section.yacht-section .head-sec {
    max-width: 750px;
    margin: auto auto 60px;
    text-align: center;
}
section.yacht-section .item {
    padding-bottom: 25px;
}
section.yacht-section .yacht-list {
    height: 500px;
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
section.yacht-section .yacht-content {
    width: 350px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px;
    background: #2d2d2db0;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 4px 10px 15px 0 rgb(0 0 0 / 20%);
}
section.yacht-section .item h4 {
    font-size: 20px;
    font-weight: 700;
  color: var(--white-color);
}
section.yacht-section .item p {
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 0px;
}
section.properties-list button.owl-dot,section.yacht-section button.owl-dot {
    transition: .4s ease-in-out;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #00000070!important;
    margin-top: 0;
}

section.properties-list button.owl-dot:hover,section.yacht-section button.owl-dot:hover {
    background: #000!important
}

section.properties-list button.owl-dot.active,section.yacht-section button.owl-dot.active {
    width: 35px;
    background: #000!important
}

section.properties-list .owl-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px
}
section.yacht-section .owl-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}