:root { --primary-color: #5598b9; --secondary-color: #0c0032; --text-color: rgba(76, 82, 103, 0.9); --primary-font: 'Geologica', sans-seri; --bs-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1); }

/* Fonts */
@font-face { font-family: 'Geologica'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../webfonts/Geologica/Geologica.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* greek */
@font-face { font-family: 'Geologica'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../webfonts/Geologica/Geologica-Greek.woff2) format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; }
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--primary-font); line-height: 1.7; font-size: 15px; color: var(--text-color); font-weight: 300; }
.light { font-weight: 300 !important; }
.normal { font-weight: 400 !important; }
.medium { font-weight: 500 !important; }
.semi { font-weight: 600 !important; }
.bold { font-weight: 700 !important; }
.ebold { font-weight: 800 !important; }
.f-black { font-weight: 900 !important; }
.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-18 { font-size: 18px !important; }
.title-font { }
.primary-font { font-family: var(--primary-font); }
h1, h2, h3, h4, h5, h6 { margin-top: 0; font-style: normal; font-weight: 400; text-transform: normal; }
.clear { clear: both; }
a, button { color: var(--primary-color); outline: medium none; text-decoration: none; }
a:focus, .button:focus { text-decoration: none; outline: none; }
a:hover { color: var(--secondary-color); }
button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; }
input:focus::-moz-placeholder { opacity: 0; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.primary-color { color: var(--primary-color) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }
.border-primary-color { border-color: var(--primary-color) !important; }
.secondary-color { color: var(--secondary-color) !important; }
.bg-secondary-color { background-color: var(--secondary-color) !important; }
.border-secondary-color { border-color: var(--secondary-color) !important; }
.text-dark { color: #333 !important; }
.bg-f0 { background: #f0f0f0 !important; }
.bg-f4 { background: #f4f4f4 !important; }
.bg-f5 { background: #f5f5f5 !important; }
.bg-f9 { background: #f9f9f9 !important; }
.bg-none { background: none !important; }
.btn { background: var(--primary-color); color: #fff; -moz-user-select: none; cursor: pointer; display: inline-block; font-weight: 500; padding: 8px 20px; border-radius: 0px; border: 1px solid var(--primary-color); font-size: 14px; }
.btn:hover { color: #fff; background: var(--secondary-color); border-color: var(--secondary-color); }
.btn-outline { color: var(--primary-color); background: transparent; border-color: var(--primary-color); }
.btn-outline:hover { color: #fff; background: var(--primary-color); border-color: var(--primary-color); }
.btn-white { color: #000; background: #fff; border-color: #fff; }
.btn-white:hover { background: var(--secondary-color); border-color: var(--secondary-color); color: #fff; }
.btn.focus, .btn:focus { outline: 0; box-shadow: none; }
.btn-sm { padding: .25rem .5rem; font-size: .875rem; }
.btn.min-width { min-width: 200px; }
.link { border-bottom: 1px solid currentColor; }

/* Scrollbars */
.theme-scrollbar { overflow-x: hidden; overflow-y: auto; scrollbar-color: #D1D5DB #fff; scrollbar-width: thin; }
.theme-x-scrollbar { overflow-x: auto; overflow-y: hidden; padding-right: 0; margin-right: 0; }
.theme-scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: none; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar { width: 4px; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar-thumb { background-color: #D1D5DB; border-radius: 3px; }
.br-0 { border-radius: 0px !important; }
.br-5 { border-radius: 5px !important; }
.br-8 { border-radius: 8px !important; }
.br-10 { border-radius: 10px !important; }
.br-15 { border-radius: 15px !important; }
.br-20 { border-radius: 20px !important; }
.alert { padding: 8px 0; font-size: 14px; }
.alert-dismissible .btn-close { padding: 0 1rem; height: 100%; color: #fff; background: none !important; opacity: 1; }

/* BACK TO TOP */
#scrollUp { background: var(--primary-color); height: 50px; width: 50px; right: 31px; bottom: 0px; color: #fff; font-size: 20px; text-align: center; border-radius: 50%; line-height: 48px; border: 2px solid transparent; position: fixed; visibility: hidden; opacity: 0; cursor: pointer; z-index: 999; }
#scrollUp.active { bottom: 30px; visibility: visible; opacity: 1; }
@media (max-width:767px) {
    #scrollUp { right: 16px; }
    #scrollUp { width: 40px; height: 40px; line-height: 38px; }
}
#scrollUp:hover { color: #000; }
.g-2rem { --bs-gutter-x: 2rem; --bs-gutter-y: 2rem; }
.gx-2rem { --bs-gutter-x: 2rem; }
.gy-2rem { --bs-gutter-y: 2rem; }
.g-2-5rem { --bs-gutter-x: 2.5rem; --bs-gutter-y: 2.5rem; }
.br-0 { border-radius: 0 !important; }
.img-thumbnail { padding: .5rem; }
.form-control { border: 0; color: #fff; border-bottom: 1px solid #fff; border-radius: 0px; background-color: transparent; height: 36px; }
.form-control:focus { box-shadow: none; outline: none; background-color: transparent; border-color: var(--primary-color); }
.form-control::-webkit-input-placeholder { color: #fff; }
.form-control::-moz-placeholder { color: #fff; }
.form-control:-ms-input-placeholder { color: #fff; }
.form-control:-moz-placeholder { color: #fff; }
.input-group .wpcf7-form-control-wrap .form-control { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .btn.input-group-text { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; height: 46px; }
.wpcf7-spinner { position: absolute }
.modal .btn-close { position: absolute; top: -15px; right: -15px; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .2); border-radius: 50%; width: 30px; height: 30px; opacity: 1; }
.swiper-button-next, .swiper-button-prev { font-size: 26px; }
.swiper-button-next::after, .swiper-button-prev::after { display: none; }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 0 }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 0; }
.arrow svg path { stroke: var(--primary-color); stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; }
.arrow.animated svg path { opacity: 1; animation: nectarStrokeAnimation 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards; animation-duration: 1.3s; }
@keyframes nectarStrokeAnimation {
    0% { stroke-dashoffset: 1; opacity: 0; }
    1% { opacity: 1; }
    100% { stroke-dashoffset: 0; }
}

/* Header
------------------- */
.site-header { position: absolute; top: 0; width: 100%; padding: 20px 15px; z-index: 200; }
.site-header .row{max-width: 1920px;margin: 0 auto;}
.site-logo { position: relative; z-index: 200; }
.menu-open .site-header { position: fixed; }
.site-logo a { font-size: 30px; color: #fff; font-weight: bold; line-height: 1;}
.site-navbar { position: fixed; display: none; top: 0; left: 0; right: -16px; bottom: 0; background-size: cover; min-height: 300px; overflow-y: scroll; padding: 100px 0 }
.site-navbar nav { text-align: left; }
.site-navbar nav .menu > li > a {opacity: 0.69;color: #fff; font-size: 20px; padding: 10px 50px 10px 10px; display: inline-block; position: relative; text-transform: uppercase; }
.site-navbar nav .menu > li.active > a,
.site-navbar nav .menu > li > a:hover{
    opacity: 1;
}
.site-navbar nav .menu > li > a:after { content: ""; height: 1px; border: 0; margin: 0; width: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: #fff; display: inline-block; vertical-align: middle; transition: width 0.4s; }
.site-navbar nav .menu li.active a:after, .site-navbar nav .menu li:hover a:after { color: #fff; width: 40px; transition: width 0.4s; }
.full-height { height: 100vh; min-height: 700px; }
.site-menu-toggle { float: right; width: 30px; height: 30px; position: relative; margin: 0px auto; z-index: 200; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
.site-menu-toggle span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
.site-menu-toggle span:nth-child(1) { top: 0px; }
.site-menu-toggle span:nth-child(2) { top: 10px; }
.site-menu-toggle span:nth-child(3) { top: 21px; }
.site-menu-toggle.open span:nth-child(1) { top: 13px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.site-menu-toggle.open span:nth-child(2) { opacity: 0; left: -60px; }
.site-menu-toggle.open span:nth-child(3) { top: 13px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }
.site-navbar nav .menu li .dropdown-menu { background: transparent; border-radius: 0; box-shadow: none; padding: 0; margin: 0; color: #fff; outline: 0; border: 0 }
.menu-copyright { position: fixed; bottom: 20px; color: #fff;     left: 30px;}
.menu-copyright a { color: #e6c34d }
@media (min-width:992px) {
    .site-navbar nav .menu{display: flex;flex-direction: column;        align-items: flex-end;}
    .site-navbar nav .menu > li { display: inline-flex; justify-content: space-between; flex-direction: row-reverse; }
    .site-navbar nav .menu > li.dropdown { position: unset; }
    .site-navbar nav .menu > li > a { flex: 0 0 30%; text-align: right; padding-right: 50px; white-space: nowrap;}
    .site-navbar nav .menu > li .dropdown-menu { width: 33%; left: calc(var(--bs-gutter-x) * .5); top: 0; right: auto; display: flex; justify-content: center; flex-direction: column; display: block; transform: scaleY(0); transform-origin: 0 0; transition: transform 0.4s; }
    .site-navbar nav .menu .dropdown.active .dropdown-menu { display: block; transform: scaleY(1); transition: transform 0.4s; }
}
.search-bar { position: relative; width: 300px; margin: 0 auto; }
.search-bar .form-control { height: 30px; color: #fff; }
.search-bar .search-btn { position: absolute; top: 0; right: 0; border: 0; background: none; color: #fff; }
.menu-list li { padding-left: 30px; position: relative; }
.menu-list li a { color: #fff }
.menu-list li a:hover { opacity: .8 }
.menu-list li a i { left: 0; position: absolute; top: 6px; }

/* Footer
------------------- */
footer { color: #fff; position: relative; background: var(--secondary-color); }
.copyright { background: var(--primary-color); color: #fff; }
.copyright a { color: #000 }
.copyright a:hover { color: #fff; }

/* Home
------------------ */
.banner-sect { position: relative; height: 105vh; color: #fff; z-index: 1; background-size: cover; background-repeat: no-repeat; }
.banner-area:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; z-index: -2; opacity: .3 }
.scroll-link { width: 50px; height: 50px; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 50%; font-size: 24px; margin: 0 auto; }
.scroll-link.pp { color: var(--primary-color); border-color: var(--primary-color); }
.scroll-link:hover { background: var(--primary-color); color: #fff; border-color: var(--primary-color); }
.section-title:is(h1, h2, h3, h4, h5, h6) { line-height: 1.4; }
.section-title h1 { font-size: 42px; font-weight: 500; color: var(--secondary-color); }
.section-title h2 { font-size: 36px; font-weight: 500; color: var(--secondary-color); }
.section-title h3 { font-size: 28px; font-weight: 500; color: var(--secondary-color); }
.section-title h4 { font-size: 22px; font-weight: 500; color: var(--secondary-color); }
.section-title h5 { font-size: 18px; font-weight: 500; color: var(--secondary-color); }
.section-title p { font-size: 18px; }
.line { width: 120px; height: 4px; margin: 15px auto; background: var(--primary-color); }

/* ABOUT */
.about-sect { position: relative; z-index: 1; overflow: hidden; }
.about-sect>.container:before { content: ""; position: absolute; top: -10%; left: 5%; right: -50vw; height: 88%; background: #f9f9f9; z-index: -1 }
.process-img { position: relative; margin-top: -5rem; margin-bottom: -5rem; height: 100%; }
.box { background: #bfaf94; color: #fff; padding: 100px 60px 60px; text-align: center; }
.box-1 { background: #83b1aa; display: flex; align-items: center; justify-content: center; padding: 0px; height: 100%; position: relative; }
.box-1::before { content: ""; background: #83b1aa; position: absolute; top: 0; left: -2500%; right: 0; bottom: 0; z-index: -1; }
.box-1 .scroll-link { position: relative; left: -3vw; }

/* CONTACT
------------------------ */
.form-sect .social-icons a { color: var(--primary-color); padding: 0 15px 0 0; font-size: 20px; }
.form-sect .social-icons a:hover { color: var(--secondary-color); }
textarea.form-control { height: 100px; resize: none; }
.map-sect { height: 450px; }
.map-sect iframe { width: 100%; height: 100%; }

/* MEDIA
------------------------ */
@media (min-width:768px) {
    .top-menu-bar a span { display: none; }
}
@media (min-width:1200px) {
    .text-desc { font-size: 18px; }
    .parallex-sect { background-attachment: fixed; }
}
@media (min-width:1400px) {
    .container { max-width: 1350px; }
    .site-header{padding: 20px 60px;}
    .menu-copyright{left: 75px;}
    .section-title h1 { font-size: 48px; }
    .section-title h2 { font-size: 40px; }
    .section-title h3 { font-size: 32px; }
    .section-title h4 { font-size: 25px; }
    .section-title h5 { font-size: 20px; }
    .section-title p { font-size: 20px; }
}
@media (min-width:1650px){
    .site-header{padding: 20px 160px;}
    .menu-copyright{left: 175px;}
}
@media (max-width:1200px) {
    .container { max-width: 100%; }
    .banner-title .section-title br { display: none; }
    .banner-title p { padding: 0 }
}
@media (max-width:1024px) {
    html, body { overflow-x: hidden; font-size: 14px; }
    .section-title h1 { font-size: 30px; }
    .section-title h2 { font-size: 24px; }
    .section-title h3 { font-size: 20px; }
    .section-title h4 { font-size: 18px; }
    .section-title h5 { font-size: 16px; }
    .banner-title p { font-size: 15px; }
    .line { width: 80px; }
}
@media (min-width:768px) and (max-width:1024px) { }
@media (max-width:992px) {
    html, body { overflow-x: hidden; font-size: 16px; }
    .box-1 { display: none; }
    .section-title p { font-size: 16px; }
}
@media (max-width:767px) {
    .mobile-hide { display: none; }
    .footer-logo img { height: 40px; }
    .footer-tittle h4 { min-height: auto; }
    .footer-tittle ul { margin-bottom: 25px; }
    .copyright { font-size: 12px; }
    .site-logo a img { height: 35px; }
    .site-navbar nav .menu li .dropdown-menu { padding: 10px; }
    .menu-copyright { position: unset; display: none; }
    .process-img { margin-bottom: 0 }
}



/* Boat List CSS (23 Jan 2025) */
.boat-list-header .site-header{
    background-color: #0d0033;
}
.boat-list-header footer{
    display: none;
}
.boat-list-wrapper{
    background: url('../images/bg-boats.webp') no-repeat center;
    background-size: cover;
}
.boat-list-inner{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
}
.boat-list-body{
    position: relative;
    width: 100%;
    padding-top: 167px;
    padding-bottom: 24px;
}
.boat-pagination{
    position: absolute;
    right: 177px;
    bottom: 30px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
}
.boat-pagination li{
    position: relative;
    font-family: 'Geologica';
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding-right: 18px;
    transition: all 0.4s;
}
.boat-pagination li::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.4s;
}
.boat-pagination li.active{
    font-weight: bold;
    padding-right: 62px;
    transition: all 0.4s;
}
.boat-pagination li.active::before{
    width: calc(100% - 25px);
    transition: all 0.4s;
}
.boat-list-form{
    position: relative;
    flex-shrink: 0;
    width: 543px;
    padding: 266px 130px 24px 82px;
}
.boat-list-form::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.59;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #175574, #175574);
}
.boat-list-form-content{
    position: relative;
    z-index: 2;
}
.boat-list-form-content form{
    margin-top: 76px;
}
.boat-list-group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 864px;
    width: 100%;
    margin-left: 180px;
}
.boat-card{
    width: 50%;
    padding: 50px 85px 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.boat-card:nth-child(1),
.boat-card:nth-child(2){
    padding-top: 0;
}
.boat-card:nth-child(2n){
    border-right: none;
}
.boat-card:nth-last-child(1),
.boat-card:nth-last-child(2){
    border-bottom: none;
    padding-bottom: 0;
}
.boat-card-image{
    width: 100%;
    height: 194px;
    background-color: var(--primary-color);
}
.boat-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.boat-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    padding-top: 14px;
    margin-bottom: 15px;
}
.boat-head h3{
    font-family: 'Geologica';
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    margin-bottom: 0;
    color: #fff;
}
.boat-head-list{
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 18px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.boat-head-list li{
    display: inline-flex;
}
.boat-head-list li i{
    display: block;
    width: 22px;
    height: 19px;
    background-color: #fff;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
i.photos-white{
    -webkit-mask-image: url('../images/icons/photos-white.png');
    mask-image: url('../images/icons/photos-white.png');
}
i.design-white{
    -webkit-mask-image: url('../images/icons/design-white.png');
    mask-image: url('../images/icons/design-white.png');
}
i.description-white{
    -webkit-mask-image: url('../images/icons/description-white.png');
    mask-image: url('../images/icons/description-white.png');
}
i.photos-blue{
    -webkit-mask-image: url('../images/icons/photos-blue.png');
    mask-image: url('../images/icons/photos-blue.png');
}
i.design-blue{
    -webkit-mask-image: url('../images/icons/design-blue.png');
    mask-image: url('../images/icons/design-blue.png');
}
i.description-blue{
    -webkit-mask-image: url('../images/icons/description-blue.png');
    mask-image: url('../images/icons/description-blue.png');
}
i.icon-edit-blue{
    -webkit-mask-image: url('../images/icons/icon-edit-blue.png');
    mask-image: url('../images/icons/icon-edit-blue.png');
}
i.icon-after{
    -webkit-mask-image: url('../images/icons/icon-after.png');
    mask-image: url('../images/icons/icon-after.png');
}
i.icon-back{
    -webkit-mask-image: url('../images/icons/icon-back.png');
    mask-image: url('../images/icons/icon-back.png');
}
i.icon-previous{
    -webkit-mask-image: url('../images/icons/icon-previous.png');
    mask-image: url('../images/icons/icon-previous.png');
}
i.icon-phone{
    -webkit-mask-image: url('../images/icons/icon-phone.png');
    mask-image: url('../images/icons/icon-phone.png');
}
i.icon-website{
    -webkit-mask-image: url('../images/icons/icon-website.png');
    mask-image: url('../images/icons/icon-website.png');
}
i.icon-email{
    -webkit-mask-image: url('../images/icons/icon-email.png');
    mask-image: url('../images/icons/icon-email.png');
}
.boat-list{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.boat-list li{
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.26px;
    font-family: 'Geologica';
    color: #fff;
}
.boat-btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
}
.boat-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all 0.4s;
}
.boat-btn i{
    display: block;
    width: 19px;
    height: 19px;
    -webkit-mask-image: url('../images/icons/icon-right-arrow.svg');
    mask-image: url('../images/icons/icon-right-arrow.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #fff;
}
.boat-btn:hover{
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    transition: all 0.4s;
}
.boat-list-form-content h3{
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 22px;
}
.boat-list-form-content h3 span{
    position: relative;
}
.boat-list-form-content h3 span::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 22px);
    margin: auto;
    width: 47px;
    height: 1px;
    background-color: #fff;
}
.boat-list-form-content .boat-btn{
    width: 68px;
    height: 68px;
    transform: rotate(90deg);
}
.boat-list-form-content .boat-btn i{
    width: 31px;
    height: 31px;
}
.boat-list-form-content p{
    position: relative;
    font-family: 'Geologica';
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-top: 26px;
}
.boat-input-wrapper{
    margin-bottom: 38px;
}
.boat-input-wrapper select{
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    padding-bottom: 8px;
    outline: none;
    width: 100%;
    cursor: pointer;
    appearance: none;
    background-image: url('../images//icons/icon-down-arrow.svg');
    background-position: right center;
    background-size: 13px 20px;
    background-repeat: no-repeat;
}
.boat-input-wrapper select option{
    color: #000;
}
.boat-btn-group{
    text-align: center;
    padding-top: 10px;
}
.boat-btn-group .form-btn,
.ML-brn{
    font-family: 'Geologica';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #000;
    padding: 4px 30px;
    height: 34px;
    background-color: #fff;
    border: none;
    transition: all 0.4s;
}
.boat-btn-group .form-btn:hover,
.ML-brn:hover{
    color: #fff;
    background-color: var(--primary-color);
    transition: all 0.4s;
}
.boat-detail-inner{
    display: flex;
    align-items: stretch;
    max-width: 1920px;
    margin: 0 auto;
}
.boat-detail-left,
.boat-detail-right{
    padding-top: 170px;
}
.boat-detail-left{
    padding-left: 175px;
    padding-bottom: 76px;
    padding-right: 76px;
}
.boat-detail-right{
    width: 573px;
    flex-shrink: 0;
    background-color: #0f4064;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 75px;
}
.boat-detail-left img{
    display: block;
    max-width: 100%;
    margin-bottom: 60px;
}
.boat-prev-next{
    margin-bottom: 43px;
}
.title-head{
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Geologica';
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin-bottom: 34px;
}
.title-head i{
    display: block;
    width: 26px;
    height: 26px;
    background-color: var(--primary-color);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.boat-detail-left p{
    font-family: 'Geologica';
    font-size: 15px;
    font-weight: normal;
    line-height: 2.47;
    margin-bottom: 34px;
}
.boat-image-group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 44px;
}
.boat-image-group li{
    width: 238px;
    height: 238px;
}
.boat-image-group li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-head{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 38px;
    color: #fff;
}
.boat-back,
.boat-prev,
.boat-next{
    display: block;
    cursor: pointer;
    background-color: #fff;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    flex-shrink: 0;
}
.boat-back{
    width: 24px;
    height: 19px;
}
.boat-prev,
.boat-next{
    width: 22px;
    height: 17px;
}
.boat-prev-next{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.boat-detail-image-group img{
    width: 100%;
    height: 295px;
    object-fit: cover;
    margin-bottom: 28px;
}
.boat-detail-image-group h3{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 26px;
    color: #fff;
}
.boat-detail-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.boat-detail-list li{
    font-size: 15px;
    line-height: 2.5;
    font-weight: bold;
    color: #fff;
}
.site-navbar nav{
    padding-left: 175px;
    padding-right: 175px;
    margin: 0 auto;
}
.site-navbar nav .menu{
    max-width: 1920px;
    margin: 0 auto;
}
.ML-contact-detail{
    margin-bottom: 90px;
}
.ML-contact-detail p,
.ML-form p{
    font-family: 'Geologica';
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    max-width: 285px;
    color: #fff;
}
.ML-form{
    max-width: 547px;
}
.ML-form p{
    margin-bottom: 35px;
}
.ML-contact-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ML-contact-list li,
.ML-contact-list li a{
    font-family: 'Geologica';
    font-size: 15px;
    font-weight: normal;
    line-height: 2.67;
    color: #fff;
}
.ML-contact-list li a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ML-contact-list li a i{
    display: block;
    width:16px;
    height: 14px;
    mask-size: contain;
    mask-position: center;
    background-color: #fff;
    mask-repeat: no-repeat;
}
.ML-input-wrapper{
    margin-bottom: 24px;
}
.ML-input-wrapper input,
.ML-input-wrapper textarea{
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding-bottom: 8px;
    padding-left: 10px;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
}.ML-input-wrapper textarea{
    min-height: 100px;
}
.ML-input-wrapper input::placeholder,
.ML-input-wrapper textarea::placeholder{
    opacity: 1;
    color: #fff;
}
.ML-btn-wrapper{
    padding-top: 10px;
}
.ML-brn{
    height: 44px;
}
.navigation-inner{
    position: relative;
}
.ML-contact-details-wrapper{
    position: absolute;
    top: 20px;
    left: 0;
    width: 50%;
    display: none;
}
.ML-contact-details-wrapper.show{
    display: block;
}
.boat-detail-image-group
.boat-head:last-child,
.boat-list:last-child,
.boat-list-form-content h3:last-child,
.boat-detail-left p:last-child,
.title-head:last-child,
.boat-detail-left img:last-child,
.detail-head:last-child,
.boat-prev-next:last-child,
.boat-detail-image-group img:last-child,
.ML-contact-detail:last-child,
.ML-form p:last-child{
    margin-bottom: 0;
}
@media (max-width:1860px){
    .boat-pagination{
        right: 30px;
    }
}
@media (max-width:1649px){
    .boat-pagination{
        position: static;
        justify-content: flex-end;
        width: 100%;
        margin: 30px 0 0;
        padding-right: 30px;
    }
    .boat-list-group{
        max-width: 780px;
        margin-left: 60px;
    }
    .boat-list-form{
        padding: 170px 80px 24px;
        width: 490px;
    }
    .boat-card{
        padding: 30px;
    }
    .boat-detail-left{
        padding-left: 75px;
        padding-bottom: 60px;
        padding-right: 75px;
    }
    .site-navbar nav{
        padding-left: 75px;
        padding-right: 75px;
    }
    .ML-contact-detail{
        margin-bottom: 24px;
    }
    .ML-form p{
        margin-bottom: 20px;
    }
    .ML-contact-detail p, .ML-form p{
        line-height: 1.4;
    }
    .ML-contact-list li, .ML-contact-list li a{
        line-height: 2;
    }
    .ML-contact-details-wrapper{
        top: 32px;
    }
}
@media (max-width:1399px){
    .boat-list-group{
        max-width: 750px;
        margin-left: 15px;
    }
    .boat-list-form{
        padding: 170px 30px 24px;
        width: 400px;
    }
    .boat-list-form-content .boat-btn{
        width: 42px;
        height: 42px;
    }
    .boat-list-form-content .boat-btn i{
        width: 19px;
        height: 19px;
    }
    .boat-list-form-content form{
        margin-top: 40px;
    }
    .boat-detail-left{
        padding-left: 30px;
        padding-right: 30px;
    }
    .boat-detail-right{
        padding-left: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }
    .boat-detail-image-group h3{
        margin-bottom: 16px;
    }
    .site-navbar nav{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width:1199px){
    .boat-list-inner{
        flex-direction: column;
    }
    .boat-list-group{
        margin: 0 auto;
    }
    .boat-list-group{
        padding: 0 15px;
    }
    .boat-pagination{
        justify-content: center;
        margin: 0 auto;
        margin-top: 40px;
        padding: 0;
    }
    .boat-list-form{
        width: 100%;
        max-width: 600px;
        padding: 30px;
        margin: 0 auto 30px;
    }
    .boat-list-form-content form{
        margin-top: 30px;
    }
    .boat-detail-inner{
        flex-direction: column;
    }
    .boat-detail-left{
        padding-bottom: 30px;
    }
    .boat-prev-next,
    .detail-head,
    .boat-detail-left img,
    .title-head{
        margin-bottom: 20px
    }
    .boat-detail-right{
        max-width: 100%;
        width: 100%;
        padding: 30px;
        margin: 0 auto;
    }
    .boat-image-group{
        gap: 20px;
    }
}
@media (max-width:991px){
    .ML-contact-details-wrapper{
        position: static;
        padding-left: 10px;
        margin-top: 20px;
    }
    .menu-copyright{
        display: none;
    }
}
@media (max-width:768px){
    .boat-list-body{
        padding-top: 120px;
    }
    .boat-btn-group{
        padding-top: 0;
    }
}
@media (max-width:767px){
    .boat-head-list{
        gap: 12px;
    }
    .boat-card{
        padding: 16px;
    }
    .boat-pagination{
        margin-top: 24px;
    }
    .boat-list-form-content form{
        margin-top: 20px;
    }
    .boat-detail-left{
        padding-top: 130px;
    }
}
@media (max-width: 575px){
    .boat-card{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }
    .boat-card:nth-child(1), .boat-card:nth-child(2){
        padding-top: 16px;
    }
    .boat-list-form{
        padding: 20px 15px;
        margin-bottom: 0;
    }
    .boat-pagination li{
        padding-right: 12px;
    }
    .boat-pagination li.active{
        padding-right: 30px;
    }
    .boat-image-group li{
        width: 120px;
        height: 120px;
    }
    .boat-image-group{
        gap: 10px;
    }
    .boat-detail-image-group img{
        height: 250px;
    }
    .site-logo a img{
        height: 26px;
    }
    .ML-contact-details-wrapper{
        width: 100%;
    }
}
/* End Boat List CSS (23 Jan 2024) */