.privacy-text ul li {
    list-style: disc;
    margin-top: 5px;
}body {
	padding:75px 0px 0px;
	margin: 0px;
	font-size: 16px;
	  font-family: "Open Sans", sans-serif;

}

* {
	margin: 0px;
	padding: 0px;
	transition: 0.3s;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ol,
ul {
	margin: 0px;
	list-style: none;
}

.mt-20 {
	margin-top: 20px;

}

.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-62{
  margin-top: 62px;
}
.mt-40{
 margin-top: 40px;
}
h1,h2,h3,h4,h5{
	  font-family: "Arima", system-ui;
  font-weight: 500;
  text-transform: uppercase;
}
h3{
	font-size: 30px;
}
h2{
	font-size: 48px;
}
/***Font Size/Color***/
.text-62 {
	font-size: 62px;
	line-height: 70px;
}

.text-56 {
	font-size: 56px;
}
.text-46{
 font-size: 46px;
}

.text-40 {
	font-size: 40px;
}
.text-34{
 font-size: 34px;
}
.text-32 {
	font-size: 32px;
}
.text-28 {
 font-size: 28px;
}
.text-26 {
	font-size: 26px;
}

.text-24 {
	font-size: 24px;
	line-height: 32px;
}

.text-22 {
	font-size: 22px;
}

.text-20 {
	font-size: 20px;
	line-height: 30px;
}

.text-18 {
	font-size: 18px;
}

.text-15 {
	font-size: 15px;
}
.text-14{
	font-size: 14px;
}

.text-primary {
	color: #040F29 !important;
}

.text-secondary {
	color: #656565 !important;
}
.leading-36{
	line-height: 36px;
}
.leading-28{
	line-height: 28px;
}

/***Font Weight***/
.font-weight-600 {
	font-weight: 600;
}

.font-weight-300 {
	font-weight: 300;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-bold{
 font-weight: bold;
}
/***Buttons***/
.primary-btn {
	    padding: 10px 31px;
    color: #fff !important;
    background-color: #040F29;
    border: 1px solid transparent;
    text-decoration: none;
    box-shadow: none;
    font-weight: 600;
    font-style: normal;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    justify-content: center;
    text-transform: uppercase;
    min-width: 182px;
}
.primary-btn:hover{
  border-color:#040F29 ;
  background-color: #fff;
  color: #040F29 !important;
}
.outline-btn{
	color: #fff !important;
	border: 1px solid #FFFFFF;
	display: inline-flex;
	text-decoration: none;
	padding: 8px 20px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.outline-btn:hover{
  background-color: #fff;
  color:#040F29 !important;
}


.secondary-btn{
    color: #040F29 !important;
    border: 1px solid #FFFFFF;
    display: inline-flex;
    text-decoration: none;
    padding: 12px 30px;
	background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
	justify-content: center;
}

.secondary-btn:hover{
     color: #fff !important;
     background-color:#040F29 ; 
     border-color: #040F29;
}

.sec-padding {
	padding:100px 0px;
}

.mt-130 {
	margin-top: 130px;
}

.radius-20 {
	border-radius: 20px;
}
.radius-16{
	border-radius: 16px;
}
.italic{
	font-style: italic;
}
.z-index-2{
	z-index: 2;
}
.cursor-pointer{
	cursor: pointer;
}
/****Header css****/
.header-wrap {
    background: #040F29;
    height: 75px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 9;
}
.header-nav ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
.header-nav{
	gap: 30px;
}
.header-nav ul li.menu-active a{
  font-weight: bold;
}

.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 85vh;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-inner-data {
    position: absolute;
    top: 0;
    display: flex;
    align-items: end;
    height: 100%;
    padding: 20px;
    width: 100%;
    background: rgba(0, 0, 0, .1);
}

.play-btn, .pause-btn {
  transition: background 0.3s ease;
  background:unset;
  border: 0px;
  box-shadow: none;
}
.banner-data-hold {
    width: 100%;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 80px;
}

.pause-btn {
  display: none;
}
.banner-info-text {
    font-size: 18px;
    margin: 15px 0 20px;
}
.banner-data-wrap {
    max-width: 330px;
}

.video-play-btn {
    position: relative;
    bottom: -40px;
}
.sec-info-wrap {
    max-width: 540px;
    margin: 0 auto;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.card-repeat:hover {
    margin-top: -20px;
}

.card-repeat:hover .grid-arrow-wrap, .grid-arrow-wrap:hover{
background-color: #040F29;
}
.grid-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(8 8 8 / 38%) 50%, rgb(0 0 0 / 63%) 100%);
}
.grid-card-data {
    width: 100%;
    justify-content: space-between;
	padding: 20px;
}
.grid-arrow-wrap {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-card-data h3{
	text-transform: capitalize;
}
.sec-subtitle {
    display: table;
    margin: 0 auto 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
}


.yacht-section {
  display: flex;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.6s ease-in-out;
  color: #fff;
  position: relative;
}

.yacht-card {
      flex: 1;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    cursor: pointer;
    transition: flex 0.4s 
ease;
    overflow: hidden;
    padding: 0px 15px 80px 15px;
}

.yacht-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  transition: background 0.4s ease;
}
.yacht-card.active::before{
	opacity: 0;

}
.yacht-card.active{
  flex: 1.8;
}

.yacht-card:hover::before {
  background: rgba(0, 0, 0, 0.25);
}

.yacht-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.yacht-content h3 {
  font-size: 30px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.yacht-card-2{
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
}

/* Optional: Slight zoom effect */
.yacht-card:hover {
  flex: 1.8;
}



.why-choose-inner-wrap {
    width: 100%;
    padding: 150px 0 100px;
    background: rgba(0, 0, 0, 0.4);
}
.why-choose-data-left{
  width: 411px;
}

.why-choose-data-right {
    width: 633px;
    padding-top:0px;
}
span.sec-subtitle.text-left{
    display: block;
}
.accordion-item, .accordion-button{
 background: unset;
}
.accordion-button {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    justify-content: space-between;
}
.accordion-body {
    color: #fff;
     padding: 0 50px 20px 20px;
}
.accordion {
    border: 1px solid #B0B0B0;
}
.accordion-item {
    border-bottom: 1px solid #B0B0B0;
}
.accordion-item:last-child{
  border: 0px;
}
.accordion-button:not(.collapsed){
  box-shadow: unset;
  background-color: unset;
  border: 0px;
  color:#5BBFE5;
  outline: none;
}

.accordion-button:not(.collapsed)::after {
   display: none;
}
.accordion-button:not(.collapsed) span.accordion-icon img {
   transform: rotate(-135deg);
}
.accordion-button::after{
  display: none;
}
.accordion-icon {
    display: inline-flex;
    align-items: center;
    width: 30px;
    min-width: 30px;
    justify-content: end;
    border-left: 1px solid #FFFFFF;
    height: 100%;
}

.accordion-text {
    padding-right: 20px;
    position: relative;
}
.accordion-text:after {
    position: absolute;
    width: 1px;
    height: 107%;
    background: #fff;
    right: -1px;
    content: "";
    top: -22px;
}

.count-area {
    padding: 70px 0 0px;
    text-align: center;
}
.count-data-hold{
  justify-content: center;
}
.count-digit, .count-digit-hold, .count-fix {
    font-size: 64px;
    font-family: "Arima", system-ui;
    color: #040F29;
        text-transform: uppercase;
}
.count-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
}
.count-area .container {
    border-bottom: 1px solid #000000;
    padding-bottom: 50px;
}

.image-with-text-inner {
    justify-content: space-between;
}
.image-wrap {
    width: 790px;
}
.data-wrap {
    width: 400px;
}
.review-slider-wrap{
  background-image: url(../images/reviews-bg.jpg);
  background-size: cover;
  background-position: center;
}
.reviews-overlay{
  padding: 150px 0px 100px;
  background-color: rgba(0, 0, 0, 0.3);
}
.reviews-slide-data {
    border: 1px solid #b4b0b0;
    padding: 40px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #0427474a 50%, #0427477a 100%);
}
.review-slide-repeat{
  padding: 0px 20px;
}
.reviews-stars {
    gap: 9px;
    margin-bottom:20px;
}
.review-info {
    color: #fff;
    font-family: "Arima", system-ui;
    font-size: 30px;
    line-height: 36px;
}
.review-user-name {
    color: #FFFFFF;
    font-size: 18px;
    border-top: 1px solid #b4b0b0;
    padding: 23px 0 0;
    margin-top: 30px;
}
.slick-dots li{
  width: auto;
  height: auto;
}
.slick-dots li button:before{
  display: none;
}
.slick-dots li button{
      width: 30px;
    height: 2px;
    padding: 0px;
    background-color: #fff;
    margin: 0px 4px;
}
.slick-dots .slick-active button{
background-color:#00ADEF;
}
.slick-dots{
  position: relative;
  bottom: 0px;
  margin-top: 20px;
}

.slick-arrow {
    top: -70px;
    right: 10px;
    background-image: url(../images/slide-arrow-right.svg);
    opacity: 1;
    width: 54px;
    height: 54px;
    background-size: 54px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
   background-image: url(../images/slide-arrow-right.svg);
}
.slick-arrow::before{
  display: none;
}
.slick-disabled {
    opacity: 0.4;
}
.slick-prev {
    transform: rotate(180deg);
    top: -99px;
    left: auto;
    right: 76px;
}
.get-in-touch-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
/***footer css***/
footer {
    background: #040F29;
    padding: 90px 0;
}
.newsletter-form .form-group input {
    width: 486px;
    background: unset;
    border: 1px solid #FFFFFF;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.newsletter-form .form-group input:focus{
  outline: none;
}
.form-submit-btn {
   background: #040e29;
    border: 0;
    opacity: 1;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 9px;
    top:8.5px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.footer-address-wrap {
    width: 50%;
    display: flex;
    gap: 20px;
}

.footer-links-wrap {
    width: 50%;
    padding-left: 100px;
}
.address-repeat {
    display: flex;
    gap: 20px;
}
.footer-link-wrap {
    /* border-top: 1px solid #ffffff69;
    margin-top: 50px; */
    padding: 0 0 50px;
}
.footer-logo {
    margin-bottom: 40px;
}
.address-info {
    color: #fff;
}
.address-info p a{
  color: #fff;
}

.flag-icon {
    min-width: 30px;
}
.flag-icon img{
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.address-info p {
    font-size: 14px;
    margin: 5px 0 4px;
}
.footer-menu-wrap ul li a {
    color: #fff;
}
.footer-menu-wrap ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.copyright-wrap {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff96;
}
.copyright-wrap a{
  color: #ffffff96;
  text-decoration: underline;
}
.footer-link-wrap h3 {
    font-size: 24px;
    margin: 0 0 12px;
}
.why-choose-sec {
    border-top: 1px solid #fff;
            background-image: url(../images/faq-bg-new.jpg);
        background-size: cover;
        background-position: center;
}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.mob-menu-icon, .mobile-menu-header{
  display: none;
}
.iframe-hold{
      height: 1709px;
}
.inner-page-banner .video-wrapper{
  height: 60vh;
}
.inner-page-banner .banner-data-wrap{
  max-width: 100%;
}
.inner-page-banner .banner-data-hold{
  padding-bottom: 0px;
}
.about-data-sec .image-wrap{
 width: 50%;
}
.about-data-sec .data-wrap{
 width: 50%;
}
.about-data-sec .image-with-text-inner{
  gap: 30px;
}
.about-data-sec .data-wrap h4{
 font-weight: 600;
 font-size: 20px;
 margin: 10px 0;
}
.about-data-sec .data-wrap ul {
    list-style: disc;
    padding: 0 15px 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 23px;
}
p.sec-info-text i {
    font-weight: 600;
}
.about-data-sec-2 .image-with-text-inner {
    flex-direction: row-reverse;
}

.faq-data-hold {
    background-image: url(../images/faq-bg.jpg);
    padding: 0;
    border-radius: 0;
    background-size: cover;
    background-position: center;
}
.faq-data-inner{
  background-color: rgba(0,0,0,0.5);
  padding: 30px;
}
.flex-data-wrap .about-data-sec:nth-child(even) .image-with-text-inner {
    flex-direction: row-reverse;
    margin: 50px 0;
}
.flex-data-wrap .about-data-sec h2{
  font-size: 36px;
}
.bg-gray{
  background-color: #f5f5f5;
}
.inner-page-banner {
    height: 100%;
    object-fit: cover;
} 
    .privacy-text h3 { 
    margin-top: 40px;
    margin-bottom: 15px;
}
.privacy-text ul li {
    list-style: disc;
    margin-top: 5px;
}
section.banner-section.inner-page-banner.about-page-banner {
    background: #040e29;
}

.inner-page-banner.about-banner-image{
  display: table;
  margin: 0 auto;
}