@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 1.6;
    font-weight: 400;
}

p {
    margin-bottom: 25px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #3D3D3D;
    transition: 0.3s;
}

a:hover {
    color: #FA6000;
}

img {
    max-width: 100%;
}

b,
strong {
    font-weight: 600;
}

h1 {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

h2,
h3,
h4 {
    color: #000;
    font-weight: 500;
}

h3,
.h3 {
    color: #000;
}

h4,
.h4 {
    color: #000;
}

h5,
.h5 {
    font-weight: 500;
    margin-bottom: 0;
}

.py-100 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 70px;
}

.pb-100 {
    padding-bottom: 70px;
}

.pt-80 {
    padding-top: 60px;
}

.pb-80 {
    padding-bottom: 60px;
}

.common-btn a,
.submit-btn {
    background: #FA6000;
    border-radius: 12px;
    padding: 12px 40px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0px -1.24px 1.24px 1.24px rgba(52, 35, 170, 0.25) inset;
    display: inline-block;
    margin-top: 15px;
    border: 0;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.common-btn a:hover,
.submit-btn:hover {
    background-color: #D65200;
}

.container-wide {
    width: 85%;
    margin: 0 auto;
}

.dark-bg-section {
    background-color: #171717;
}

.swiper-two-button-next:after {
    content: 'next';
}

.swiper-two-button-prev:after {
    content: 'prev';
}

.swiper-two-button-next:after,
.swiper-two-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

/*-----Header-----*/
.no-banner header {
    background: #171717;
}

header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
}

.header-sticky {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9;
    padding-block: 25px;
    transition: 0.5s;
}

.header-sticky .header-wrapper {
    padding-block: 10px;
}

.site-branding img {
    width: 126px;
    object-fit: cover;
    object-position: top;
    transition: 0.5s;
    height: 80px;
}

.header-sticky .site-branding img {
    height: 57px;
}

.header-navigation .btn {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.header-navigation .btn img {
    margin-right: 10px;
}

.banner-video,
.banner-wrapper {
    margin-top: -130px;
}

.banner-wrapper {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-attachment: fixed;
    background-color: #FA6000;
}

.banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.banner-inner {
    position: relative;
}

.banner-inner.pad h1 {
    padding: 0 10px;
    margin-bottom: 0;
}

/*---------Front Page----------*/
.banner-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    /*background-color: #FA6000;*/
}

.img-content-block .row:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
}

.img-content-block .row:nth-child(even) {
    flex-direction: row-reverse;
}

.img-left,
.desc-left {
    padding-right: 35px;
}

.img-left .half-block-img {
    border-radius: 0 100px 0 0;
}

.desc-right,
.img-right {
    padding-left: 35px;
}

.img-right .half-block-img {
    border-radius: 100px 0 0 0;
}

.half-block-img {
    overflow: hidden;
}

.half-block-img img {
    transform: scale(1);
    transition: 0.6s;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 1.5;
}

.half-block-img:hover img {
    transform: scale(1.2);
}

.why-aeroyacht-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
}

.why-aeroyacht-items {
    background: linear-gradient(110.36deg, #292929 13.83%, #1B1B1B 86.98%);
    box-shadow: 0px 0px 0px 5.72px rgba(255, 255, 255, 0.1);
    padding: 25px 40px;
    border-radius: 10px;
}

.why-aeroyacht-items .block-icon-title {
    margin-bottom: 20px;
    gap: 10px;
    min-height: 40px;
}

.why-aeroyacht-title {
    /* font-family: "Space Grotesk", sans-serif; */
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    align-self: center;
}

.why-aeroyacht-items p {
    font-size: 18px;
    color: #D1D5DB;
}

.why-aeroyacht .common-btn a {
    margin-top: 60px;
}

.recent-articles-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
}

.recent-article-item .article-img {
    border-radius: 0 64px 0 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.recent-article-item .article-img img {
    transition: 0.5s;
    width: 100%;
    height: 17vw;
    object-fit: cover;
}

.recent-article-item .article-img:hover img {
    transform: scale(1.2);
}

.recent-article-item a {
    text-decoration: none;
    color: #3F3F3F;
    position: relative;
}

.recent-article-item a::after {
    content: "";
    position: absolute;
    background-image: url(../images/link_right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 6px;
    right: auto;
    height: 12px;
    width: 18px;
    background-position: right;
    display: inline-block;
    transition: 0.3s;
}

.recent-article-item a:hover::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 9px;
}

.recent-article-item a:hover {
    color: #FA6000;
}

.contact-form {
    background: #FA6000;
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact-form::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.ct-form-desc {
    font-size: 42px;
    color: #fff;
    line-height: 1.2;
    font-weight: 300;
}

.ct-form-wrapper {
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 40px 70px;
}

.ct-form-wrapper h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.wpcf7-form h3~p {
    font-size: 16px;
}

.ct-form-wrapper .form-control {
    font-size: 18px;
    border: 0;
    padding: 20px;
    border-radius: 10px;
}

.ct-form-wrapper .form-control::-webkit-input-placeholder {
    color: #B2B2B2;
}

.newsletter {
    background: #FA6000;
    padding: 30px 0;
}

.newsletter-wrapper {
    width: 85%;
    margin: 0 auto;
}

.newsletter-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3;
}

.newsletter-form .form-control {
    font-size: 17px;
    padding: 26px;
    border-radius: 10px;
    border: 0;
    width: 480px;
    box-shadow: inherit;
}

.newsletter-form .btn {
    background: #F1F1F1;
    border-radius: 0 10px 10px 0 !important;
    color: #FA6000;
    padding: 26px 30px;
    box-shadow: inherit;
    text-transform: uppercase;
}

.newsletter-form span.wpcf7-spinner {
    z-index: 9;
    top: calc(50% - 12px);
    border-radius: 100% !important;
    right: -52px;
}

.newsletter-form .form-control.wpcf7-email {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

.newsletter-form .btn:hover {
    background: #e3e3e3;
}

.newsletter-form .wpcf7-response-output {
    color: #fff;
    margin: 0 !important;
    border: 0 !important;
    padding-left: 0 !important;
}

.wpcf7-response-output {
    font-size: 16px;
    margin-inline: 0 !important;
}

.newsletter-form .wpcf7-not-valid-tip {
    font-size: 16px;
    display: none;
}

.newsletter-form .wpcf7-spinner {
    position: absolute;
}

.newsletter-form .input-group {
    flex-wrap: nowrap;
    align-items: flex-start;
}

.newsletter-form .wpcf7-form.sent .wpcf7-response-output {
    display: block;
    font-size: 15px;
    padding: 5px 0 0;
    line-height: 1.2;
}

/*----Site Footer----*/
.site-footer {
    color: #fff;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #FA6000;
}

.footer-contact .foot-cont a:hover {
    color: #FA6000;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 30px;
}

.footer-top h6 {
    font-size: 17px;
    font-weight: 400;
    min-height: 80px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.footer-top .foot-cont {
    font-size: 17px;
    font-weight: 400;
    min-height: 80px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.footer-top h6 a {
    color: #ffffff96;
}

.footer-contact h6 a {
    color: #fff;
}

.footer-contact .foot-cont a {
    color: #fff;
}

.footer-nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-nav ul li a {
    line-height: 1.32;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-nav ul li:last-child {
    margin-bottom: 0;
}

.footer-contact h6 {
    color: #fff;
    font-size: 18px;
}

.footer-contact .foot-cont {
    color: #fff;
    font-size: 18px;
}

.f-cd-wrapper a {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    font-size: 20px;
}

.f-cd-wrapper .f-cd-phone {
    background-image: url(../images/phone-icon.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 45px;
    font-size: 20px;
    margin-bottom: 15px;
}

.f-cd-phone a {
    padding-left: 0;
    display: block;
    line-height: 1.32;
}

.f-cd-phone a:first-child {
    margin-bottom: 7px;
}

.f-cd-wrapper .f-cd-email {
    background-image: url(../images/email-icon.svg);
}

.f-cd-wrapper .f-cd-location {
    background-image: url(../images/location-icon.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 3px 0 3px 45px;
    line-height: 1.3;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

.footer-bottom {
    border-top: 1px solid #2E2E2E;
    padding: 30px 0;
}

.footer-bottom-left p,
.footer-bottom-left a {
    font-size: 17px;
    color: #AEAEAE;
    margin-bottom: 0;
    margin-right: 30px;
}

.social-links {
    display: flex;
    column-gap: 20px;
}

.social-links img {
    display: block;
}

.footer-logo a {
    display: inline-block;
}

.f-cd-location a {
    padding: 0;
}

/*-------Product Page-------*/
.section-nav-items {
    padding: 1rem 0;
    background-color: #000000;
    position: sticky;
    position: -webkit-sticky;
    top: 77px;
    z-index: 99;
}

.section-nav-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    gap: 65px;
}

.section-nav-items ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
}

.section-nav-items ul li a.active {
    font-weight: 600;
}

.title-with-border {
    line-height: 1.2;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D6D6D6;
}

.overview-desc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 115px;
}

.layout-img {
    background: #F9F9F9;
    padding: 80px 100px;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    border-radius: 50px;
}

.boat-layout-models {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.boat-layout-models img {
    mix-blend-mode: multiply;
    width: 100% !important;
}

/*-----Photos Gallary-----*/
.gallary-slider {
    overflow: hidden;
    border-radius: 10px 100px 10px 10px;
    position: relative;
}

.thumbs-gallary .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}

.thumbs-gallary .swiper-wrapper .swiper-slide {
    width: 100% !important;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid transparent;
}

.thumbs-gallary .swiper-wrapper .swiper-slide-thumb-active {
    border-color: #fff;
}

.gallary-slider .swiper-slide img {
    aspect-ratio: 1/0.7;
    object-fit: cover;
    width: 100%;
    display: block;
}

.thumbs-gallary .swiper-wrapper img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.5s;
}

.thumbs-gallary .swiper-wrapper img:hover {
    transform: scale(1.15);
}

.gallary-wrapper {
    padding-right: 50px;
}

.thumbs-gallary-wrapper {
    padding-left: 50px;
}

.thumbs-gallary-wrapper .thumbs-gallary {
    margin-bottom: 125px;
    margin-top: 50px;
}

.swiper-arrow-wrapper {
    position: relative;
}

.gallary-wrapper .swiper-arrow-wrapper {
    right: 30px;
}

.swiper-arrow-wrapper .slider-arrow {
    position: absolute;
    top: auto;
    bottom: -43px;
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    transition: 0.3s;
}

.swiper-arrow-wrapper .slider-arrow:hover {
    border-color: #FA6000;
    color: #FA6000;
}

.swiper-arrow-wrapper .slider-arrow::after {
    font-size: 20px;
}

.swiper-button-prev.slider-arrow {
    left: auto;
    right: 85px;
}

.gallary-wrapper .swiper-arrow-wrapper .slider-arrow {
    bottom: 40px;
}

/*----Product Video Section----*/
.videos-wrapper .video-description,
.videos-wrapper .video-description a {
    color: #C1C1C1;
}

.videos-wrapper .video-description a:hover {
    color: #FA6000;
}

.videos-wrapper .video-popup-section video {
    aspect-ratio: 2/1.1;
    object-fit: cover;
    display: block;
}

.video-popup-section {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.play-btn img {
    cursor: pointer;
    width: 100px;
}

.video-popup-section .modal-dialog {
    max-width: 50%;
}

.video-popup-section .close-btn {
    position: absolute;
    top: -40px;
    right: -40px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 300;
    font-size: 20px;
}

/*-----Specification-----*/
.specification-inner {
    padding: 40px;
    background: #F9F9F9;
}

.specification-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.specification-inner li span {
    line-height: 1;
    padding: 15px 0;
    font-size: 20px;
    display: inline-block;
}

.specification-inner .spec-desc {
    color: #8A8A8A;
    padding-left: 80px;
    width: 45%;
}

.specification-inner .spec-title {
    width: 55%;
    color: #AC8065;
    border-bottom: 1px solid #AC8065;
}

/*-----Lifestyle Section-----*/
.lifestyle-slider .lifestyle-img {
    border-radius: 10px 100px 10px 10px;
    overflow: hidden;
}

.lifestyle-slider {
    overflow: hidden;
}

.lifestyle-section .swiper-arrow-wrapper {
    position: relative;
    top: -115px;
    right: 0;
}

.lifestyle-img img {
    width: 100%;
    aspect-ratio: 2/1.3;
    background-size: cover;
}

/*----------Other Neel Trimaran Models----------*/
.neel-trimaran-slider {
    overflow: hidden;
    padding: 0 7.5% 70px;
}

.neel-trimaran-img img {
    width: 100%;
    height: 24vw;
    object-fit: cover;
}

.neel-trimaran-img {
    border-radius: 0 50px 0 0;
    position: relative;
    overflow: hidden;
}

.neel-trimaran-img::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.slider-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.slider-title a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.slider-title a:hover {
    color: #FA6000;
}

.neel-trimaran-models .swiper-arrow-wrapper {
    position: relative;
    text-align: right;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    margin-left: auto;
}

.neel-trimaran-models .slider-arrow {
    position: inherit;
    color: #474747;
    border-color: #474747;
    inset: 0;
}

.neel-trimaran-models .slider-arrow::after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.neel-trimaran-slider-paginations {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neel-trimaran-slider-paginations .swiper-pagination {
    width: 85%;
    position: relative;
    height: 2px;
    background: #D8D8D8;
}

.neel-trimaran-slider-paginations .swiper-pagination-progressbar-fill {
    background: #5A5A5A;
}

/*---------Project management & Services
-----------------------------------------------------*/
.quote-wrapper {
    display: flex;
    column-gap: 100px;
    align-items: center;
}

.quote-desc {
    width: calc(100% - 482px);
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    font-family: "Playfair Display", serif;
    line-height: normal;
    position: relative;
}

.quote-img {
    width: 382px;
    height: 382px;
}

.quote-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.quote-img::before {
    content: "";
    position: absolute;
    z-index: 1;
    border-left: 190px solid #171717;
    border-top: 190px solid transparent;
    bottom: 0;
}

.auther {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 1;
    font-size: 22px;
    font-weight: 500;
    max-width: 150px;
    line-height: 1.5;
}

.auther span {
    font-size: 15px;
    font-weight: 400;
    color: #7A7A7A;
    display: block;
}

.quote-desc::before,
.quote-desc::after {
    content: "";
    position: absolute;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.quote-desc::before {
    top: -15px;
    left: -40px;
    height: 30px;
    width: 35px;
}

.quote-desc::after {
    bottom: 25px;
    right: auto;
    height: 12px;
    width: 18px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.service-title {
    width: 65%;
}

.service-title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.service-title-wrapper {
    padding-bottom: 50px;
    border-bottom: 1px solid #D6D6D6;
}

.service-listing {
    background: #F9F9F9;
}

.service-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.service-list-wrapper .service-items {
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.service-list-wrapper .service-items:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.service-items .serv-icon img {
    min-width: 50px;
    height: auto;
}

.service-items .serv-desc {
    color: #1C1C1C;
    line-height: 1.4;
    padding-left: 15px;
}

.pdf-section .pdf-img {
    padding-right: 75px;
}

.pdf-section .title-with-border {
    border-color: #706F6F;
}

.pdf-section .read-more {
    color: #FA6000;
    font-weight: 400;
}

.pdf-section .read-more:hover {
    color: #FFF;
}

.pdf-section .pdf-desc {
    color: #C1C1C1;
}

/*------News Listing
---------------------------*/
.news-list-cover {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 40px;
}

.news-img {
    overflow: hidden;
    margin-bottom: 30px;
}

.news-items:hover .news-img img {
    transform: scale(1.2);
}

.news-items .news-img img {
    transition: 0.3s;
    width: 100%;
    height: 14vw;
    object-fit: cover;
}

.news-date {
    font-size: 15px;
    color: #6941C6;
    font-weight: 500;
}

.news-date span {
    position: relative;
    padding-right: 12px;
    margin-right: 8px;
}

.news-date span::before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #6941C6;
    position: absolute;
    right: 0;
    inset-block: 0;
    margin-block: auto;
}

.news-title {
    margin-block: 15px;
}

.news-title a {
    color: #1A1A1A;
    text-decoration: none;
}

.news-title a:hover {
    color: #FA6000;
}

.news-desc {
    font-size: 17px;
    line-height: 1.55;
}

.navigation .pagination {
    gap: 8px;
}

.pagination .page-link {
    color: #313131;
    border-radius: 5px !important;
    border-color: #E9E9E9;
    font-size: 14px;
    font-weight: 500;
}

.pagination .page-link:hover {
    background-color: #000;
    color: #fff;
}

.page-item:first-child i {
    margin-right: 5px;
    font-size: 12px;
}

.page-item:last-child i {
    margin-left: 5px;
    font-size: 12px;
}

.Page.navigation .page-numbers {
    color: #313131;
    border-radius: 5px !important;
    border-color: #E9E9E9;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dee2e6;
    padding: .375rem .75rem;
    text-decoration: none;
}

.Page.navigation {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.Page.navigation .page-numbers:hover,
.Page.navigation .page-numbers.current {
    background-color: #000;
    color: #fff;
}

/*----------Multihulls Fore Sale
------------------------------------------------*/

.multihulls-wrapper {
    padding-top: 50px;
}

.filter-dropdown select {
    background-color: #F5F5F5;
    border: 0;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    padding: 30px 25px;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1;
    outline: none;
    cursor: pointer;
}

.filter-dropdown .filter1 {
    background-image: url(../images/filter-icon.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
}

.filter-dropdown .filter2 {
    background-image: url(../images/triangle-icon.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    color: #212529;
}

.multihulls-items {
    display: flex;
    margin-bottom: 80px;
}

.multihulls-listing .multihulls-items:nth-child(even) {
    flex-direction: row-reverse;
}

.multihulls-items .model-img,
.multihulls-items .model-content {
    width: 50%;
}

.model-content {
    background: #f9f9f9;
    padding: 40px 60px;
    transition: 0.3s;
}

.model-img img {
    height: 100%;
    object-fit: cover;
}

.model-content h4 {
    font-size: 24px;
    color: #202020;
    margin-bottom: 25px;
    transition: 0.3s;
    font-weight: 500;
    text-transform: uppercase;
}

.model-content h2 {
    font-size: 24px;
    color: #202020;
    margin-bottom: 25px;
    transition: 0.3s;
    font-weight: 500;
    text-transform: uppercase;
}

.model-content p {
    font-size: 16px;
    line-height: 1.45;
}

.model-specification {
    display: flex;
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D7D5D5;
}

.model-specification li {
    font-weight: 300;
    font-size: 18px;
    list-style-type: none;
    border-right: 1px solid #4A4A4A;
    line-height: 1;
    padding-right: 12px;
    margin-right: 12px;
}

.model-specification li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.model-specification li span {
    font-weight: 500;
}

.other-model-info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    column-gap: 28px;
}

.other-model-info li {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.other-model-info li img {
    margin-right: 8px;
}

.other-model-info li a {
    text-decoration: none;
    transition: 0.3s;
}

.read-more a {
    color: #FA6000;
    font-size: 16px;
    text-transform: capitalize;
}

.read-more a:hover {
    color: #3D3D3D;
}

.layout-img-item {
    text-align: center;
    width: 33.33%;
}

.layout-img-item img {
    width: 85%;
}

.layout-img-item:last-child {
    width: 100%;
    margin-top: 100px;
}

.layout-img-item span {
    color: #787878;
    font-weight: 300;
    font-size: 26px;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
}

/*--------------Menu Design--------------*/

body.menu-active {
    overflow: hidden;
}

.header-navigation .close-menu,
.header-navigation.close-nav .default-menu {
    display: none;
}

.header-navigation.close-nav .close-menu {
    display: flex;
}

.menu-modal-inner {
    transform: translateX(-100%);
    transition: 0.3s;
    position: fixed;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    top: 0;
}

.menu-modal-inner.active {
    background-color: #000;
    z-index: 111;
    transform: translateX(0);
}

.menu-modal-inner nav .main-menu {
    position: relative;
    margin: 0;
    padding-left: 0;
}

.menu-modal-inner nav>ul.main-menu>li {
    position: unset !important;
    margin: 0;
    transform: inherit !important;
    transition: inherit !important;
    list-style-type: none;
}

.menu-modal-inner nav>ul.main-menu>li .ancestor-wrapper {
    display: flex;
}

.menu-modal-inner nav>ul.main-menu>li>a:hover,
.menu-modal-inner nav ul li.menu-item-has-children.open>a {
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.menu-modal-inner nav ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-decoration: none;
    padding: 15px 0;
    display: inline-block;
}

.menu-modal-inner nav ul li .sub-menu {
    position: absolute;
    right: 0;
    border-left: 1px solid #6F6F6F;
    display: flex;
    column-gap: 50px;
    row-gap: 30px;
    width: 75%;
    flex-wrap: wrap;
    padding: 100px 0 100px 100px;
    top: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.menu-modal-inner nav ul li.menu-item-has-children.open .sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu-modal-inner nav ul li .sub-menu.active {
    opacity: 1;
    visibility: visible;
}

.menu-modal-inner nav ul li .sub-menu li {
    margin: 0;
    transform: inherit !important;
    transition: inherit !important;
    list-style-type: none;
    width: calc(20% - 40px);
}

.menu-modal-inner nav ul li .sub-menu li a {
    font-size: 18px;
    padding: 0;
    width: 100%;
}

.menu-modal-inner nav ul li .sub-menu li a:hover,
.menu-modal-inner nav ul li .sub-menu li.current-menu-item a,
.menu-modal-inner nav ul li.current-menu-item a,
.menu-modal-inner nav ul li.current-menu-parent>a {
    text-decoration: underline !important;
    color: #FA6000;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 4px;
}

.menu-modal-inner nav ul li .sub-menu li a img {
    margin-bottom: 15px;
    width: 100%;
}

.menu-modal-inner nav>ul.main-menu>li .ancestor-wrapper .sub-menu-toggle {
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0;
}

.menu-modal-inner nav>ul.main-menu>li .ancestor-wrapper .sub-menu-toggle svg {
    transform: rotate(270deg) !important;
    width: 15px;
    margin-left: 10px;
}

.menu-modal-inner nav ul li.menu-item-has-children>a {
    background-image: url(../images/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

.discover-our-yachts {
    overflow-x: hidden;
}

.why-aeroyacht-wrapper .why-aeroyacht-title {
    margin: 0;
}

.scroll-margin {
    scroll-margin-top: 90px;
}

.newsletter-form .wpcf7-not-valid-tip {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding-top: 5px;
}

.newsletter-form .wpcf7-response-output {
    display: none;
}



.faq-container {
    max-width: 100%;
    /* Restrict width for better readability */
    margin: auto;
    background: #fff;
    padding: 20px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    border-left: 3px solid #FA6000;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-answer p {
    margin: 15px 0;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 45px 15px 30px;
    transition: background 0.3s ease;
    position: relative;
}

.faq-question:hover {
    background: #f8f8f8;
}

.faq-answer {
    overflow: hidden;
    height: 0;
    opacity: 0;
    padding: 0 30px;
    background: #fafafa;
    transition: opacity 0.3s ease;
    border-top: 1px solid #ddd;
}

.arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #FA6000;
    border-bottom: 2px solid #FA6000;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transition: transform 0.3s ease;
    position: absolute;
    right: 30px;
    top: 45%;
}

.faq-question.active .arrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}



/*----------------------Responsive
----------------------------------------------------------*/
@media screen and (min-width: 1000px) {
    .menu-modal-inner nav>ul.main-menu>li {
        width: 25%;
    }

    .img-right .half-block-img {
        margin-left: auto;
    }

    .quote-img {
        width: 310px;
        height: 310px;
    }

    .pdf-section .pdf-img {
        width: 85%;
    }
}

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

    body,
    p {
        font-size: 17px;
    }

    .news-items .news-img img {
        height: 17vw;
    }
}

@media screen and (max-width: 1500px) {
    p {
        margin-bottom: 15px;
    }

    /*Product Page*/
    .title-with-border {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .gallary-wrapper {
        padding-right: 30px;
    }

    .thumbs-gallary-wrapper {
        padding-left: 30px;
    }

    .thumbs-gallary .swiper-wrapper {
        grid-column-gap: 15px;
        grid-row-gap: 30px;
    }

    .thumbs-gallary-wrapper .thumbs-gallary {
        margin-bottom: 50px;
    }

    .overview-desc {
        grid-column-gap: 60px;
    }

    .layout-img {
        padding: 60px;
    }

    .lifestyle-section .swiper-arrow-wrapper {
        top: -55px;
    }

    .swiper-arrow-wrapper .slider-arrow {
        height: 50px;
        width: 50px;
        bottom: -10px;
    }

    .swiper-arrow-wrapper .slider-arrow::after {
        font-size: 20px;
    }

    .menu-modal-inner nav ul li a {
        padding: 8px 0;
        font-size: 16px;
    }

    .menu-modal-inner nav ul li .sub-menu {
        column-gap: 30px;
        padding: 60px 0 100px 70px;
    }

    .menu-modal-inner nav ul li .sub-menu li {
        width: calc(20% - 25px);
    }

    .menu-modal-inner nav ul li .sub-menu li a {
        font-size: 15px;
    }

    .ct-form-wrapper {
        padding: 30px 40px;
    }

    .ct-form-desc,
    .newsletter-title {
        font-size: 30px;
    }

    .common-btn a,
    .submit-btn {
        padding: 10px 30px;
        font-size: 15px;
        margin-top: 15px;
        border-radius: 10px;
    }

    .ct-form-wrapper .form-control {
        font-size: 15px;
        padding: 15px;
    }

    .footer-top h6,
    .f-cd-wrapper a,
    .f-cd-wrapper .f-cd-location,
    .footer-bottom-left p,
    .footer-bottom-left a {
        font-size: 15px;
    }

    .footer-top .foot-cont {
        font-size: 15px;
    }

    .footer-top .foot-head {
        font-size: 15px;
    }

    .footer-nav ul li a {
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .recent-article-item .article-img {
        margin-bottom: 25px;
    }

    .newsletter-form .form-control {
        padding: 20px;
    }

    .newsletter-form .btn {
        padding-block: 20px;
    }

    .news-desc {
        font-size: 15px;
    }

    .news-list-cover {
        grid-gap: 50px 40px;
    }

    .play-btn img {
        width: 100px;
    }

    .quote-desc::after {
        bottom: 18px;
        height: 10px;
        width: 15px;
    }

    .quote-desc::before {
        top: -12px;
        left: -38px;
        height: 28px;
        width: 33px;
    }

    .service-items .serv-icon img {
        max-width: 45px;
        width: 45px;
        height: auto;
        max-height: 50px;
    }

    .model-content p {
        font-size: 15px;
    }

    .f-cd-wrapper .f-cd-email,
    .f-cd-wrapper .f-cd-phone,
    .f-cd-wrapper .f-cd-location {
        background-size: 32px;
    }

    .faq-question {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-wrapper {
        background-attachment: scroll;
    }

    .section-nav-items ul {
        gap: 35px;
    }

    .thumbs-gallary-wrapper {
        padding-left: 20px;
    }

    .gallary-wrapper {
        padding-right: 20px;
    }

    .thumbs-gallary .swiper-wrapper {
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }

    .thumbs-gallary-wrapper .thumbs-gallary {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .gallary-wrapper .swiper-arrow-wrapper {
        right: 10px;
    }

    .swiper-button-prev.slider-arrow {
        right: 75px;
    }

    .layout-img img {
        width: 30%;
    }

    .play-btn img {
        width: 100px;
    }

    .lifestyle-section .swiper-arrow-wrapper {
        top: -30px;
    }

    .neel-trimaran-slider-paginations .swiper-pagination {
        width: 80%;
    }

    .specification-inner .spec-desc {
        padding-left: 30px;
    }

    .specification-inner {
        padding: 40px;
    }

    .specification-inner li span {
        font-size: 18px;
    }

    .video-popup-section .modal-dialog {
        max-width: 75%;
        margin: 0 auto;
    }

    .overview-desc {
        grid-column-gap: 30px;
    }

    .layout-img {
        padding: 40px;
        margin-top: 40px;
        border-radius: 30px;
    }

    .section-nav-items ul li a {
        line-height: 1.5;
    }

    .lifestyle-slider .lifestyle-img {
        border-radius: 5px 50px 5px 5px;
    }

    .layout-img-item img {
        width: 80% !important;
    }

    .layout-img-item span {
        font-size: 22px;
        margin-top: 25px;
        display: block;
    }

    .layout-img-item:last-child {
        margin-top: 50px;
    }

    /*---Multihulls For Sale---*/
    .filter-dropdown select {
        font-size: 18px;
        padding: 25px 20px;
    }

    .model-content {
        padding: 30px 40px;
    }

    .model-content h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .model-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .model-content p {
        font-size: 14px;
    }

    .model-specification li {
        font-size: 15px;
        padding-right: 8px;
        margin-right: 8px;
    }

    .multihulls-items {
        margin-bottom: 50px;
    }

    .other-model-info li {
        font-size: 15px;
    }

    .model-specification {
        padding: 0 0 20px;
        margin-bottom: 20px;
    }

    /*---Submenu---*/
    .menu-modal-inner nav ul li a {
        font-size: 16px;
    }

    .menu-modal-inner nav ul li .sub-menu li a {
        font-size: 15px;
    }

    .menu-modal-inner nav ul li .sub-menu li {
        width: calc(33% - 12px);
    }

    .menu-modal-inner nav>ul.main-menu>li {
        width: 30%;
    }

    .menu-modal-inner nav ul li .sub-menu {
        width: 70%;
        padding: 0 0 0 40px;
        column-gap: 20px;
    }

    .news-items .news-img img {
        height: 20vw;
    }

    .ct-form-wrapper {
        padding: 30px 40px;
    }

    .why-aeroyacht-title {
        font-size: 16px;
    }

    .footer-top h6,
    .f-cd-wrapper a,
    .f-cd-wrapper .f-cd-location,
    .footer-bottom-left p,
    .footer-bottom-left a {
        font-size: 16px;
    }

    .footer-top .foot-cont {
        font-size: 16px;
    }

    .footer-top .foot-head {
        font-size: 16px;
    }

    .footer-top h6 {
        min-height: 60px;
    }

    .footer-top .foot-cont {
        min-height: 60px;
    }

    .footer-top .foot-head {
        min-height: 60px;
    }

    .f-cd-wrapper .f-cd-email,
    .f-cd-wrapper .f-cd-phone,
    .f-cd-wrapper .f-cd-location {
        padding-left: 35px;
        background-size: 25px;
    }

    .half-block-img img {
        transform: scale(1);
    }

    .footer-logo {
        text-align: center !important;
    }

    .swiper-arrow-wrapper .slider-arrow {
        bottom: 23px;
    }

    .gallary-wrapper .swiper-arrow-wrapper .slider-arrow {
        bottom: 20px;
    }

    .recent-article-item a::after {
        height: 9px;
        width: 15px;
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 170px;
    }
}

@media screen and (max-width: 992px) {
    .overview-desc {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }

    .thumbs-gallary .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .specification-inner .spec-title {
        width: 45%;
    }

    .specification-inner .spec-desc {
        padding-left: 20px;
        width: 55%;
    }

    .specification-inner {
        padding: 15px 25px 30px;
    }

    .lifestyle-slider .lifestyle-img,
    .gallary-slider {
        border-radius: 10px 60px 10px 10px;
    }

    .slider-title {
        font-size: 24px;
        padding: 0 20px;
        text-align: center;
    }

    .title-with-border {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .swiper-arrow-wrapper .slider-arrow {
        height: 40px;
        width: 40px;
    }

    .swiper-button-prev.slider-arrow {
        right: 60px;
    }

    .swiper-arrow-wrapper .slider-arrow::after {
        font-size: 15px;
    }

    .section-nav-items ul {
        gap: 20px;
        white-space: nowrap;
        overflow: auto;
    }

    .thumbs-gallary-wrapper {
        margin-top: 30px;
    }

    .boat-layout-models {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .layout-img {
        padding: 25px;
        margin-top: 30px;
        border-radius: 25px;
    }

    .layout-img img {
        width: 32%;
    }

    .specification-inner li span {
        font-size: 16px;
    }

    .lifestyle-section .swiper-arrow-wrapper {
        top: -35px;
    }

    .play-btn img {
        width: 60px;
    }

    .video-popup-section .close-btn {
        top: -30px;
        right: -25px;
        height: 30px;
        width: 30px;
        font-size: 13px;
    }

    .layout-img-item span {
        font-size: 18px;
        margin-top: 15px;
    }

    .filter-dropdown select {
        font-size: 18px;
        background-size: 22px;
    }

    .model-content {
        padding: 20px;
    }

    .model-content h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .model-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .model-content p {
        margin-bottom: 20px;
    }

    .menu-modal-inner nav ul li a {
        font-size: 18px;
        padding: 10px 0;
    }

    /*---Submenu---*/
    .menu-modal-inner nav ul li .sub-menu li a img {
        display: none;
    }

    .menu-modal-inner nav>ul.main-menu>li {
        width: auto;
        position: relative !important;
    }

    .menu-modal-inner nav ul li .sub-menu {
        width: 100%;
        padding: 0 0 0 40px;
        position: inherit;
        border: 0;
        display: none;
        padding: 0;
    }

    .menu-modal-inner nav ul li.menu-item-has-children.open .sub-menu {
        display: block;
        padding: 20px 20px 10px;
        background: #171717;
    }

    .menu-modal-inner nav ul li .sub-menu li {
        width: auto;
        margin-bottom: 10px;
    }

    .menu-modal-inner nav ul li.menu-item-has-children>a {
        padding-right: 20px;
        position: relative;
        display: flex;
        align-items: center;
        background: inherit;
    }

    .menu-modal-inner nav ul li.menu-item-has-children>a::before {
        background-image: url(../images/arrow_right.svg);
        content: "";
        position: absolute;
        right: 0;
        height: 14px;
        width: 8px;
        background-repeat: no-repeat;
        transition: 0.3s;
    }

    .menu-modal-inner nav ul li.menu-item-has-children.open>a::before {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .menu-modal-inner nav>ul.main-menu>li>a:hover,
    .menu-modal-inner nav ul li.menu-item-has-children.open>a {
        text-decoration: none;
    }

    .menu-modal-inner nav>ul.main-menu>li {
        border-bottom: 1px solid #171717;
    }

    .half-block-desc .common-btn a,
    .half-content-block .common-btn a {
        margin-top: 5px;
    }

    .why-aeroyacht-items .block-icon-title {
        min-height: inherit;
    }

    .multihulls-items .model-img,
    .multihulls-items .model-content {
        width: 100%;
    }

    .multihulls-items,
    .multihulls-listing .multihulls-items:nth-child(2n) {
        flex-direction: column;
    }

    .news-items .news-img img {
        height: 24vw;
    }
}

@media screen and (max-width: 767px) {
    .banner-inner.pad h1 {
        font-size: 25px;
    }

    .read-more a {
        font-size: 15px;
    }

    .site-branding img {
        width: 90px;
        height: 57px;
    }

    .header-sticky .site-branding img {
        height: 43px;
    }

    .header-navigation .btn {
        font-size: 16px;
    }

    .menu-modal-inner nav ul li a {
        font-size: 16px;
    }

    .filter-dropdown select {
        background-size: 22px;
        padding: 20px 15px;
    }

    .filter-dropdown .filter1 {
        margin-bottom: 15px;
    }

    .multihulls-items,
    .multihulls-listing .multihulls-items:nth-child(even) {
        margin-bottom: 40px;
        flex-direction: column;
    }

    .multihulls-items .model-img,
    .multihulls-items .model-content {
        width: 100%;
    }

    .menu-modal-inner {
        padding-top: 85px;
        align-items: flex-start;
    }

    .form-field-wrapper {
        margin-bottom: 50px;
    }

    .contact-us-form-wrapper.ct-form-wrapper {
        padding: 0 !important;
    }

    .wpcf7-form-control-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 5px !important;
        width: 90%;
    }

    .banner-video,
    .banner-wrapper {
        margin-top: -112px;
    }

    .section-nav-items {
        top: 63px;
    }

    .recent-article-item a::after {
        bottom: 4px;
        right: auto;
        height: 8px;
        width: 13px;
    }

    .model-img img {
        height: auto;
    }

    .arrow {
        width: 10px;
        height: 10px;
        right: 16px;
    }

    .faq-question {
        padding: 10px 35px 10px 15px;
        font-size: 16px;
    }

    .faq-answer {
        padding: 0 15px;
    }
}

@media (max-width: 575.98px) {
    header .header-wrapper {
        padding-block: 20px;
    }

    .header-sticky .header-wrapper {
        padding-block: 10px;
    }

    .banner-video,
    .banner-wrapper {
        margin-top: -97px;
    }

    .neel-trimaran-slider-paginations .swiper-pagination {
        width: 65%;
    }

    .swiper-arrow-wrapper .slider-arrow {
        bottom: -20px;
    }

    .thumbs-gallary .swiper-wrapper img {
        height: 85px;
    }

    .boat-layout-models {
        grid-template-columns: 1fr;
    }

    .layout-img {
        padding: 20px;
        margin-top: 30px;
        border-radius: 20px;
        flex-direction: column;
    }

    .layout-img img {
        width: 90%;
    }

    .video-popup-section .modal-dialog {
        max-width: 80%;
    }

    .specification-inner ul li:not(:last-child) {
        border-bottom: 1px solid #AC8065;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .lifestyle-section .swiper-arrow-wrapper {
        top: -55px;
    }

    .specification-inner .spec-title,
    .specification-inner .spec-desc {
        width: 100%;
        padding: 0;
        border: 0;
        font-weight: 500;
    }

    .layout-img-item img {
        width: 90% !important;
    }

    .layout-img-item:last-child {
        margin: 0;
    }

    .layout-img-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .layout-img-item span {
        margin-top: 10px;
    }

    .layout-img-item:last-child img {
        width: 100% !important;
    }

    .lifestyle-section .title-with-border {
        padding-right: 110px;
    }

    .model-specification {
        padding: 0 0 15px;
        margin-bottom: 15px;
        flex-direction: column;
        row-gap: 10px;
    }

    .model-specification li {
        padding-right: 0;
        margin-right: 0;
        border: 0;
    }

    .other-model-info {
        margin-bottom: 15px;
        column-gap: 0;
        flex-direction: column;
        row-gap: 10px;
    }

    .other-model-info li img {
        width: 20px;
    }

    .multihulls-items,
    .multihulls-listing .multihulls-items:nth-child(even) {
        margin-bottom: 30px;
    }

    .filter-dropdown select {
        font-size: 16px;
    }

    .neel-trimaran-img img {
        height: 48vw;
    }

    .news-items .news-img img {
        height: 50vw;
    }

    .wpcf7-form h3~p {
        font-size: 15px;
    }

    .section-nav-items {
        top: 63px;
        padding: 10px 0;
    }

    .banner-video video {
        aspect-ratio: 1 / 0.56;
        height: inherit !important;
    }
}

.header-banner {
    position: relative;
}

.banner-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px 20px 20px;
    background: #0000004f;
}

.banner-text-wrap .headline-text {
    font-size: 27px;
    line-height: 51px;
    text-transform: uppercase;
    margin: 0px
}

.banner-text-wrap .headline-text {
    font-size: 50px;
    line-height: 60px;
}

.slogan-text {
    font-size: 30px;
    padding-bottom: 15px;
    color: #FA6000;
    font-weight: 500;
    text-transform: uppercase;

}

.banner-scroll-down {
    background-image: url("../images/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    bottom: 20px;
    right: 90px;
    width: 40px;
    background-position: center;
    rotate: 90deg;
    height: 40px;
    cursor: pointer;
    border: 1px solid #ffff;
    border-radius: 50%;
}

.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 1024px) {
    .banner-text-wrap .headline-text {
        font-size: 40px;
        line-height: 48px;
    }

    .slogan-text {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .wp-block-embed iframe {
        max-width: 100%;
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 991px) {
    .banner-scroll-down {
        bottom: 25px;
        right: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    .banner-text-wrap .headline-text {
        font-size: 25px;
        line-height: 33px;
    }

    .banner-scroll-down {
        bottom: 20px;
    }

    .wp-block-embed iframe {
        max-width: 100%;
        width: 100%;
        height: 300px;
    }
    .author-information {
        flex-direction: column;
    }

    .slogan-text {
        display: none;
    }

    .banner-text-wrap .headline-text {
        font-size: 20px;
        line-height: 27px;
    }

    .banner-scroll-down {
        display: none;
    }

    .banner-text-wrap {
        padding: 15px 20px 15px;
    }
}


@media (max-width: 575.98px) {
    .banner-text-wrap .headline-text {
        font-size: 20px;
        line-height: 25px;

    }

    .banner-text-wrap {
        width: 80%
    }

   

}

@media (max-width: 430px) {
    .banner-text-wrap {
        top: 55%;

    }

    .wp-block-embed iframe {
        max-width: 100%;
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 390px) {
    .banner-text-wrap {
        top: 65%;
    }
}