@media screena and (max-width:1500px){
    .why-choose-inner-wrap{
        padding: 170px 0 100px;
    }
}
@media screen and (max-width:1399px) {
    .image-wrap {
    width: 50%;
}
.data-wrap {
    width: 50%;
}
.image-with-text-inner {
    gap: 40px;
}
}
@media screen and (max-width:1199px) {
    .header-nav ul {
    gap: 20px !important;
}
.footer-address-wrap{
    width: 100%;
}
.footer-address-wrap .d-flex {
    flex-direction: column;
}
.footer-links-wrap{
    width: 100%;
    padding: 0px;
}
.review-info{
    font-size: 20px;
    line-height: 29px;
}
h2 {
    font-size: 38px;
}
.footer-address-wrap{
    flex-direction: column;
}
.why-choose-inner-wrap{
    padding:50px 0px;
}
.accordion-button{
    font-size: 18px;
}
}

@media screen and (max-width:991px){

    .header-right-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    background:#040F29;
    top: 0;
    left: 0;
    display: none !important;
}
.mob-menu-icon img, .close-mobile-menu img{
    width: 40px;
}

.mobile-menu-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
            height: 75px;
        padding: 0px 15px;
}
.header-right-wrap.open-menu{
 display: block !important;
}
.header-nav, .header-nav ul {
    display: block !important;
    width: 100%;
}
.mob-menu-icon{
    display: block;
}
.header-nav ul li{
    margin: 20px 0;
}
.header-nav ul li a{
    font-size: 14px;
}
.header-nav {
            padding:20px 15px;
        max-height: calc(100vh - 75px) !important;
        overflow: auto;
}
    h3 {
    font-size: 18px;
}
h2 {
        font-size: 28px;
    }
    .sec-info-text {
    font-size: 14px;
}

.sec-padding {
    padding: 70px 0px;
}
.newsletter-form .form-group input{
    width: 326px;
}
.reviews-overlay{
        padding: 70px 0px 70px;
}
.count-digit, .count-digit-hold, .count-fix{
    font-size: 44px;
}
.count-title{
    font-size: 12px;
}
 .yacht-section {
    flex-direction: column;
    height: auto;
  }

  .yacht-card {
    height: 33.3vh;
    padding: 40px;
  }
  .why-choose-banner-img{
    display: none;
  }
  .why-choose-inner-wrap{
    position: static;
  }
  
  .yacht-content h3{
    font-size: 20px;
  }
  .flex-data-wrap .about-data-sec h2 {
    font-size: 28px;
}
.inner-page-banner .video-wrapper {
    height: 45vh;
}
.accordion-button {
        font-size: 16px;
    }
    .accordion-text{
        font-size: 14px;
    }
}

@media screen and (max-width:767px){
.d-flex.banner-data-hold {
    display: block !important;
}
.banner-data-wrap {
    max-width: 100%;
    text-align: center;
}
.video-play-btn {
    position: relative;
    bottom: auto;
    top: -90px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.mt-62 {
    margin-top:40px;
}
.why-choose-data, .image-with-text-inner{
    display: block !important;
}
span.sec-subtitle.text-left {
    display: table;
}

.why-choose-data-left h2{
    text-align: center;
}
.why-choose-data-right {
    width: 100%;
    padding-top: 30px;
}
.why-choose-inner-wrap {
        background: rgba(0, 0, 0, 0.3);
    }
        .image-wrap, .data-wrap{
        width: 100%;
    }
    .data-wrap {
    text-align: center;
    padding: 30px 0 0;}
      .data-wrap p{
        margin-bottom: 20px;
      }
       .top-footer{
        flex-direction: column;
      }
      .footer-link-wrap{
        display: block !important;
        padding-bottom: 0px;
        padding-top: 30px;
      }
      
     .footer-links-wrap {
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin: 30px 0;
    }
    .copyright-wrap{
        text-align: center;
    }
    footer{
        padding: 30px 0px;
    }
    .footer-logo {
           display: table;
        margin: 0 0 30px;
}
.newsletter-form .form-group input{
    width: 100%;
}
.review-slider-wrap h2{
 text-align: center;
}
.why-choose-data-left{
    width: 100%;
}
.video-wrapper{
    height: 630px;
}
.sec-padding {
        padding: 60px 0px;
    }
    .card-repeat:hover {
    margin-top: 0px;
}
.inner-page-banner .video-wrapper {
    height: auto;
}
.about-data-sec .image-wrap {
    width: 100%;
}
.about-data-sec .data-wrap {
  width: 100%;
        text-align: left;
}
.faq-data-inner{
    padding: 15px;
}
.contact-data .w-50, .contact-data .w-75{
    width: 100% !important;
}
 .about-page-banner .video-wrapper{
    height: auto !important;
 }
}