 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

 /* common-css-start */
 :root {
     --color-black: #222222;
     --color-white: #ffffff;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p {
     margin: 0;
 }

 body {
     overflow-x: hidden;
     font-family: "Playfair Display", serif;
 }

 section {
     position: relative;
 }

 html.myClass {
     overflow: hidden;
 }

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

 a {
     text-decoration: none;
     display: inline-block;
 }

 .section-heading {
     position: relative;
     z-index: 1;
 }

 p {
     font-family: "Roboto", sans-serif;
 }

.main-heading {
    color: #98723D;
    font-size: 60px;
    font-family: 'Playfair Display';
    font-weight: 500;
}

 .main-heading span {
     font-style: italic;
 }

 .btn-all {
     display: block;
     margin: 28px 0 0;
     padding: 8px 28px;
     border-radius: 28px;
     border: none;
     background: #917240;
     color: #fff;
     letter-spacing: .12em;
     cursor: pointer;
     font-family: 'Roboto';
     width: max-content;
 }


 p {
     font-size: 16px;
     font-family: 'Playfair Display';
     line-height: 100%;
 }

 .order-6 {
     order: 6 !important;
 }

 .order-7 {
     order: 7 !important;
 }

 .order-8 {
     order: 8 !important;
 }

 @media (min-width: 768px) {
     .order-md-6 {
         order: 6 !important;
     }

     .order-md-7 {
         order: 7 !important;
     }

     .order-md-8 {
         order: 8 !important;
     }
 }

 /* common-css-end */




 /*header-css-start*/
 .header {
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     right: 0;
     z-index: 999;
     padding: 15px 0;
 }

 .logo .navbar-brand {
     width: 150px;
     margin: 0 auto;
 }

 .logo .navbar-brand img {
     width: 100%;
     object-fit: cover;
     object-position: center;
 }

.sticky-header {
    position: fixed !important;
    width: 100%;
    animation: goDown 0.5s ease-in-out forwards;
    background: #0b213d !important;
    top: 0 !important;
}

 @keyframes goDown {
     0% {
         top: -60px;
     }

     100% {
         transform: translateY(0px);
     }
 }


 /* language-selector-css-start */

 .lang-dropdown {
     display: inline-block;
 }

 .lang-btn {
     background: transparent;
     border: none;
     padding: 0;
     transition: 0.2s;
     box-shadow: none;
     width: 30px;
 }

 .lang-btn img {
     width: 100%;
     object-fit: cover;
 }

 .lang-dropdown i {
     color: #fff;
     font-size: 22px;
 }

 /* Dropdown */
 .lang-list {
     position: absolute;
     left: 0;
     top: 45px;
     background: #fff;
     border: 1px solid #e5e5e5;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
     padding: 8px 0;
     list-style: none;
     margin: 0;
     width: max-content;
     display: none;
     animation: fadeIn 0.2s ease;
     z-index: 99;
 }

 .lang-list li {
     padding: 5px 10px;
     cursor: pointer;
     border-bottom: 1px solid #f1f1f1;
     font-size: 15px;
     transition: 0.2s;
     font-family: 'Roboto';
 }
.language-bxx .trp-language-switcher {
    background: #ffffff;
    margin-top: 0;
    padding: 0;
}
 .lang-list li:last-child {
     border-bottom: none;
 }

 .lang-list li:hover {
     background: #f5f5f5;
 }

 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(-5px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .header .navbar-expand-lg {
     justify-content: space-between;
     padding: 0;
 }


 .navbar-expand-lg .navbar-collapse {
     flex-grow: unset;
 }




 .nav-link {
     color: #FFFFFF !important;
     font-family: 'Roboto';
     font-weight: 500;
     font-size: 14px;
     line-height: 100%;
     letter-spacing: 1px;
     text-transform: uppercase;
     padding: 0 !important;
     position: relative;
     transition: 0.5s;
 }

 .navbar-nav {
     gap: 35px;
 }



 /* language-selector-css-end */

 /*header-css-end*/

 /* banner-section-css-start */

 .banner-lgi-imge {
     width: 90px;
     height: 50px;
     margin: 0 auto 10px;
 }

 .banner-lgi-imge img {
     width: 100%;
     height: 100%;
     object-fit: contain;
 }

 .banner-section {
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     height: 100vh;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;

 }

.banner-card .section-heading p {
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    margin: 30px 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

 .banner-lgi-imge i {
     color: #bea260;
     font-size: 30px;
     margin-bottom: 10px;
 }

 .banner-listgrid {
     display: grid;
     grid-template-columns: repeat(5, 1fr);
     position: relative;
     z-index: 5;
 }

 .banner-section:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #00000082;
     z-index: 1;
 }

 .banner-card {
     position: relative;
     z-index: 5;
 }

 .banner-lg-items {
     padding: 20px;
     text-align: center;
     border-right: 1px solid #bea260;
 }

 .banner-lgi-content {
     width: 75%;
     margin: 0 auto;
 }

 .banner-lgi-content h5 {
     color: #927241;
     font-size: 20px;
     font-family: 'Roboto';
     line-height: 130%;
 }

 .banner-lg-items:first-child {
     border-left: 1px solid #bea260;
 }

 .socail-icons {
     position: fixed;
     z-index: 5;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
 }

 .socail-icons ul li a {
     width: 35px;
     height: 35px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
 }

 .socail-icons ul {
     display: flex;
     flex-direction: column;
     gap: 10px;
     list-style:none;
 }

 .socail-icons ul li a i {
     font-size: 16px;
     color: #fff;
 }

 .socail-icons ul li a img {
     display: block;
     width: 100%;
     object-fit: cover;
     height: 100%;
 }

 
 .socail-icons {
     margin-right: 15px;
 }

 .we-are-flex {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 25px;
 }

 .we-are-main {
     position: relative;
     z-index: 4;
 }

 .we-are-main .sub-heading {
     margin-bottom: 30px; 
    color: #ffff !important;
}

 /* banner-section-css-end */
 /* banner-section-css-end */

 .we-are-section {
     padding: 70px 0;
     background: #917240;
 }

.sub-heading {
    font-size: 30px;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    font-weight: 500;
}

 .we-are-section .sub-heading {
     margin-bottom: 50px;
 }

 .we-are-card a {
     width: 100%;
     border: 1px solid #fff;
     height: 150px;
     padding: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .we-are-card a img {
     width: 100%;
 }

 /* banner-section-css-end */

 /* banner-section-css-end */


 .lenght-section {
     padding: 60px 0;
 }

 /* banner-section-css-end */
 /* .Services-section */
 .Services-section {
     background: #E8E1D2;
     padding: 70px 0;
 }

 section.Services-section .section-heading h4 {
     font-family: "Playfair Display", serif;
     color: #98723D;
     font-size: 40px;
     font-weight: 700;
     text-align: center;
     padding-bottom: 20px;
     position: relative;
 }


 .Services-main {
     margin-top: 60px;
 }



 .s-anchorbxx {
     display: block;
     position: relative;
     overflow: hidden;
 }

 .Services-mian-img {
     width: 100%;
     position: relative;
     overflow: hidden;
 }

 .Services-mian-img img {
     width: 100%;
     object-fit: cover;
     transition: all 0.5s;
 }

 .Services-mian-img:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #00000036;
     z-index: 1;
 }

 .Services-card {
     position: absolute;
     bottom: 0;
     width: 100%;
     left: 0;
     z-index: 2;
     padding: 15px;
 }

 .Services-right p {
     color: #fff;
     font-size: 18px;
     font-family: 'Roboto';
     line-height: 130%;
     font-weight: 500;
 }

 .Services-flx {
     display: flex;
     gap: 25px;
 }

 .Services-lft {
     width: 80px;
     height: 50px;
 }

 .Services-lft img {
     width: 100%;
     object-fit: contain;
     height: 100%;
     transition: 0.5s;
 }

 .s-anchorbxx:hover img {
     transform: scale(1.1);
 }

 /* .Services-section */
 /* lenght-section*/



 .lenght-section .filter-card {
     background: #fff;
     border-radius: 12px;
 }

 .lenght-section .label {
     text-align: center;
     color: #98723D;
     font-weight: 600;
     margin-bottom: 10px;
     font-family: 'Roboto';
     font-size: 20px;
 }
.lenght-main form {
    display: block;
}
 .lenght-section .control-group {
     margin-bottom: 24px
 }

 .lenght-section .range-row {
     position: relative
 }

 .lenght-section .range-wrap {
     position: relative;
     height: 36px
 }

 /* dual range: two inputs stacked */
.lenght-section .range {
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    height: 6px;
    background: transparent;
    pointer-events: none;
    z-index: 2;
    padding: 0;
    border: none;
}

 .lenght-section .range::-webkit-slider-thumb {
     appearance: none;
     height: 18px;
     width: 18px;
     border-radius: 50%;
     background: #98723D;
     border: none;
     box-shadow: 0 0 0 2px #fff inset;
     pointer-events: auto;
     cursor: pointer
 }

 .lenght-section .range::-moz-range-thumb {
     height: 18px;
     width: 18px;
     border-radius: 50%;
     background: #98723D;
     border: none;
     pointer-events: auto;
     cursor: pointer
 }

 .lenght-section .range::-webkit-slider-runnable-track {
     height: 6px;
     background: transparent;
     border-radius: 3px
 }

 .lenght-section .range::-moz-range-track {
     height: 6px;
     background: transparent;
     border-radius: 3px
 }

 /* custom track with progress highlight under the top input */
 .lenght-section .range-wrap::before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 18px;
     height: 6px;
     background: #f4f4f4;
     border-radius: 3px;
     z-index: 0;
 }

 .lenght-section .range-progress {
     position: absolute;
     top: 18px;
     height: 6px;
     background: #98723D;
     border-radius: 3px;
     z-index: 1
 }

 .lenght-section .edge-values {
     position: relative;
     display: flex;
     justify-content: space-between;
     margin-top: 14px;
     color: #98723D;
     font-weight: 600;
     font-family: 'Roboto';
 }

 .lenght-section .two-col {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 28px;
     margin-top: 10px
 }

 .lenght-section .sub-label {
     font-weight: 700;
     color: #98723D;
     margin-bottom: 8px;
     font-family: 'Roboto';
     font-size: 18px;
 }


 .lenght-section .divider {
     height: 3px;
     background: #98723d;
     margin-bottom: 14px;
 }

 .lenght-section .select-wrap {
     position: relative
 }

.lenght-section .select-wrap .chev i {
    color: #98723D;
    font-family: fontawesome;
    font-style: normal;
}
 .lenght-section select {
     width: 100%;
     appearance: none;
     -webkit-appearance: none;
     border: 0;
     border-bottom: 2px solid transparent;
     padding: 8px 32px 8px 0;
     font-size: 16px;
     color: #98723D;
     background: transparent;
     font-family: 'Roboto';
     font-weight: 400;
 }

 .lenght-section select:focus {
     outline: none;
     border: none;
 }

 .lenght-section .chev {
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     color: #887756ff;
     pointer-events: none;
 }

 .lenght-section .search-btn {
     display: block;
     margin: 28px auto 0;
     padding: 8px 28px;
     border-radius: 28px;
     border: none;
     background: #031D42;
     color: #fff;
     letter-spacing: .12em;
     cursor: pointer;
     font-family: 'Roboto';
 }

 .lenght-section .search-btn:active {
     transform: translateY(1px)
 }

 /* small screens */
 @media (max-width:560px) {
     .two-col {
         grid-template-columns: 1fr;
         gap: 18px
     }
 }

 /* lenght-sectio-endn*/



 /* ================== pre owned section start ========================= */
 .pre-owned {
     position: relative;
     padding: 50px 0;
     overflow: hidden;
 }

.meta-heading {
    color: #917240;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 44px;
    font-family: 'Playfair Display';
}

 .meta-heading::before {
     content: ' ';
     position: absolute;
     bottom: -22px;
     width: 140px;
     height: 8px;
     background: #031d41;
     left: 50%;
     transform: translateX(-50%);
 }

 .pre-owned-carou-txt {
     margin-top: 100px;
 }

 .pre-owned-img {
     height: 200px;
     width: 100%;
     overflow: hidden;
     display: block;
 }

 .pre-owned-img img {
     object-fit: cover;
     width: 100%;
     height: 100%;
     transition: all 0.5s;
 }

 .pre-owned-img:hover>img {
     transform: scale(1.1);
 }

 .pre-owned-dist {
     display: flex;
     align-items: center;
     gap: 50px;
     margin: 15px 0px 12px;
 }

.pre-owned-meta h4 {
    font-family: 'Roboto';
    color: #917240 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    margin: 15px 0 8px;
}

 .pre-owned-price {
     font-family: 'Roboto';
     color: #031d41;
     font-size: 18px;
     font-weight: 500;
 }

 .pre-owned-price span {
     font-size: 14px;
     margin-left: 5px;
 }

 .pre-owned-dist h6 {
     font-family: 'Roboto';
     color: #838485;
     font-size: 16px;
     font-weight: 400;
 }

 .pre-owned-dist h6 i {
     margin-right: 5px;
 }

 .pre-owned-location {
     color: #838485;
     font-size: 17px;
     font-family: 'Roboto';
     font-weight: 400;
 }

 .view-btn {
     color: #031d41;
     font-size: 18px;
     margin-top: 10px;
     font-family: 'Roboto';
     font-weight: 500;
     position: relative;
 }

 .view-btn::before {
     content: ' ';
     position: absolute;
     bottom: 0px;
     width: 100%;
     height: 2px;
     background: #031d41;
     left: 0;
     z-index: 1;
 }

 .pre-owned-tags {
     position: absolute;
     width: 35px;
     right: 6px;
     top: 6px;
     z-index: 98;
 }

 .pre-owned-tags img {
     object-fit: cover;
     width: 100%;
     height: 100%;
 }


 /* ================== .yachting-section section start ========================= */

 .yachting-section {
     background: #f4f0ee;
     padding: 70px 0;
     overflow: hidden;
 }

 .yachting-main {
     margin-bottom: 20px;
 }

.top-reason {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: end;
    gap: 50px;
    position: relative;
}

 .top-reason h3 {
     color: white;
     font-weight: 600;
     font-size: 30px;
 }
.n-bxx {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #927241;
}

.n-bxx h6 {
    color: white;
    font-weight: 500;
    font-size: 30px;
}
 .top-reason a {
     color: white !important;
 }

 .yachting-carousel-img {
     height: 200px;
     width: 100%;
     position: relative;
 }

 .yachting-carousel-img img {
     width: 100%;
     object-fit: cover;
     height: 100%;
 }

 .yachting-carousel-meta h4 {
     color: #0b213d;
     font-weight: 700;
     font-size: 20px;
     position: absolute;
     bottom: 0;
     padding: 20px;
 }

 .pb-wrap {
     width: 50px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     top: 0;
     right: 0;
     background: #927241;
 }

 .play-btn {
     width: 30px;
     height: 30px;
     border: 1px solid #ffffff;
     border-radius: 50%;
     cursor: pointer;
 }

 .play-btn span {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-40%, -50%);
     width: 0;
     height: 0;
     border-top: 7px solid transparent;
     border-bottom: 7px solid transparent;
     border-left: 11px solid #ffffff;
 }

 .read-more-btn {
     color: #917240;
     font-size: 16px;
     font-weight: 500;
     font-family: 'Roboto';
     display: flex;
     align-items: center;
     gap: 10px;
 }


 /* ================== .yachts-carther-section ========================= */


 .yachts-carther-section {
     padding: 70px 0;
     overflow: hidden;
 }

 .yachts-carther-section .meta-heading {
     color: #031d41;
 }

 .yachts-carther-section .meta-heading::before {
     background: #917240;
 }

 .yachts-carther-section .yachts-sliderbx {
     margin-top: 50px;
 }

 .yachts-image a {
     width: 100%;
     filter: saturate(0.7);
     overflow: hidden;
 }

 .yachts-image a img {
     width: 100%;
     object-fit: cover;
     transition: all 0.5s;
 }

 .yachts-items-ca:hover .yachts-image a img {
     transform: scale(1.1);
 }

 .yachts-content {
     padding: 15px;
     text-align: center;
 }

 .yachts-content h5 a {
     font-family: 'Roboto';
     color: #031d41;
     font-weight: 800;
     text-transform: uppercase;
     font-size: 20px;
     margin-bottom: 8px;
 }

 .yachts-content p {
     font-size: 14px;
     font-family: 'Roboto';
     font-weight: 500;
     color: #031d41;
     line-height: normal;
     margin: 5px 0;
 }

 .skipper {
     font-size: 15px;
     font-family: 'Roboto';
     color: #031d41;
     font-weight: 300;
     margin: 10px 0;
     display: block;
 }

 .yachtsgi-img {
     height: 20px;
     margin-bottom: 25px;
 }

 .From {
     position: absolute;
     left: 0;
     top: 25px;
     background: #031d41;
     border-radius: 0 36px 36px 0px;
     line-height: normal;
     padding: 3px 10px;
     color: #fff;
     font-size: 14px;
     font-family: 'Roboto';
     line-height: 130%;
 }

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

 .yachts-items-ca {
     border: 2px solid #0d2648;
 }

 .yachts-grid {
     display: flex;
     align-items: center;
     gap: 20px;
     justify-content: center;
 }

 .yachts-btn a {
     display: block;
     margin: 10px auto 0;
     padding: 5px 28px;
     border-radius: 28px;
     border: none;
     background: #4C6E83;
     color: #fff;
     letter-spacing: .12em;
     cursor: pointer;
     font-family: 'Roboto';
     width: max-content;
     text-transform: uppercase;
 }

 .yachtsgi-content h6 {
     font-size: 18px;
     font-family: 'Roboto';
     font-weight: 800;
     color: #000000;
 }

 /* ================== .yachts-carther-section ========================= */

 /* ===================== wherre to start ============================ */
 .where-to {
     position: relative;
     padding: 70px 0 0;
     background: #ece7dd;
     overflow: hidden;
 }

 .where-to-carou-txt {
     margin-top: 50px;
 }

 .where-to-carousel-img {
     width: 100%;
     height: 300px;
 }

 .where-to-carousel-img img {
     object-fit: cover;
     width: 100%;
     height: 100%;
 }




 .footer-info-section {
     background: #ece7dd;
     padding: 50px 20px;
     text-align: center;
 }

 .footer-info-title {
     font-size: 18px;
     font-weight: 700;
     color: #8b6a3e;
     margin-bottom: 10px;
     margin-top: 30px;
     font-family: "Montserrat", sans-serif;
 }

 .map {
     height: 190px;
 }

 .map iframe {
     height: 100%;
     filter: grayscale(1);
 }

 .footer-info-section p,
 .footer-info-section a {
     font-size: 16px;
     color: #000;
     line-height: 1.5;
     text-decoration: none;
     margin: 0;
     font-family: "Montserrat", sans-serif;
     font-weight: 500;
 }

 .footer-info-section a:hover {
     text-decoration: underline;
 }

 .footer-logo img {
     height: 60px;
     margin-top: 40px;
 }

 .footer-logo {
     width: 200px;
     margin: 0 auto;
     height: 200px;
 }

 .footer-logo img {
     width: 100%;
     object-fit: cover;
     height: 100%;
     mix-blend-mode: darken;
 }

 /* =================================================brands-section-start-css===================================================== */
 .extra-banner {
     height: 100vh;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
 }

 .extra-banner:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: #0000004d;
 }

 .extra-banner .main-heading {
     color: #fff;
 }

 /* riza-section-start-css */
 .riza-image {
     width: 100%;
     position: relative;
     height: 400px;
 }

 .riza-image:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: #0000004d;
 }


 .riza-image img {
     width: 100%;
     object-fit: cover;
     height: 100%;
 }

 section.riza-section {
     padding: 80px 0;
 }

 .riza-content .sub-heading {
     color: #917240;
     font-weight: 500;
     position: relative;
     font-size: 44px;
     font-family: 'Playfair Display';
     text-transform: capitalize;
 }

 .riza-content span {
     color: #917240;
     font-weight: 400;
     position: relative;
     font-size: 20px;
     font-family: 'Roboto';
     display: block;
     text-transform: uppercase;
     margin: 10px 0 5px;
 }

 .riza-content p {
     font-size: 18px;
     line-height: 140%;
     font-family: 'Roboto';
     font-weight: 400;
 }


 .riza-logo {
     position: absolute;
     top: 50px;
     left: 0;
     right: 0;
     width: 28%;
     margin: 0 auto;
     z-index: 3;
 }

 /* riza-section-end-css */
 /* the-path-section-css-start*/

 .the-path-section {
     padding: 70px 0;
     background: #917240;
 }

 .the-path-section .section-heading p {
     font-size: 18px;
     line-height: 140%;
     font-family: 'Roboto';
     color: #fff;
     margin: 30px 0;
 }

 .the-path-section .btn-all {
     margin: 0 auto;
     background: #fff;
     color: #917240;
 }
 .the-path-section .sub-heading {
    color: #fff !important;
}

 /* the-path-section-css-end*/

 /* =================================================brands-section-end-css===================================================== */


 /* =================================================single-brands-page-start-css===================================================== */


 .yachts-main-section {
     padding: 60px 0;
 }

.yachts-main-section .section-heading .sub-heading {
    color: #917240 !important;
    text-transform: capitalize;
    font-family: 'Playfair Display';
    font-weight: 500;
}

 .yachts-main-section .yachts-m-content {
     font-size: 14px;
     line-height: 150%;
     font-family: 'Montserrat';
     color: #000;
     font-weight: 500;
 }

 .pre-owned-meta {
     overflow: hidden;
 }

 .pre-owned-main .meta-heading {
     margin-bottom: 80px;
 }

 .po-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
 }

 .yachts-main-section .section-heading span {
     color: #917240;
     font-weight: 400;
     position: relative;
     font-size: 20px;
     font-family: 'Roboto';
     display: block;
     text-transform: uppercase;
     margin: 20px 0 25px;
 }

 .yachts-main-section .section-heading p {
     font-weight: unset;
     font-family: 'Roboto';
     line-height: 140%;
     color: #000;
 }

 .yachts-main-section .section-heading a {
     margin-top: 30px;
     font-family: 'Roboto';
     line-height: normal;
     color: #917240;
 }

 .yachts-main-bxx {
     margin-top: 30px;
 }

 .yachts-main-section .pre-owned-meta h4 {
     margin-top: 15px;
 }

 .ymslider-img .owl-dots {
     position: absolute;
     bottom: 12px;
     display: flex;
     align-items: center;
     gap: 8px;
     justify-content: center;
     width: 100%;
 }

 .ymslider-img .owl-dots .owl-dot span {
     display: block;
     width: 10px;
     height: 10px;
     background: #917240ab;
     border-radius: 50%;
 }

 .ymslider-img .owl-dots .owl-dot.active span {
     background: #917240;
 }

 .yachts-main-section .pre-owned-img {
     margin-bottom: 0;
 }

 /* =================================================single-brands-page-end-css===================================================== */
 /* =================================================single-post-brands-page-end-css===================================================== */

 .post-section {
     padding: 80px 0 50px;
 }

 .post-section .sub-heading {
     color: #917240;
     font-family: 'Playfair Display';
     text-transform: capitalize;
 }

 .sub-title {
     color: #917240;
     font-weight: 400;
     position: relative;
     font-size: 20px;
     font-family: 'Roboto';
     display: block;
     text-transform: uppercase;
     margin: 25px 0 30px;
 }

 .post-section .section-heading p {
     font-weight: unset;
     font-family: 'Roboto';
     line-height: 150%;
     color: #000;
     width: 60%;
     margin: 0 auto;
 }

 .post-slider a {
     display: block;
 }

 .post-main {
     margin-top: 60px;
 }

 .post-main-slider-bxx h5 , .specifications-heading{
     color: #917240;
     font-weight: 400;
     position: relative;
     font-size: 24px;
     font-family: 'Roboto';
     display: block;
     text-transform: uppercase;
     margin: 25px 0 30px;
     text-align: center;
 }
 .specifications-heading{ 
     font-size: 20px; 
 }
.post-layout-slider   a {
    border: 1px solid #917240;
}
 .slide-counter {
     text-align: right;
 }

 .slide-counter span {
     font-size: 16px;
     color: #787878;
     font-family: 'Montserrat';
     font-weight: 500;
 }

 .post-video-section,
 .section-360 {
     padding: 30px 0 50px;
 }

 .post-video-section .section-heading h5,
 .section-360 .section-heading h5 {
     color: #917240;
     font-weight: 400;
     position: relative;
     font-size: 24px;
     font-family: 'Roboto';
     display: block;
     text-transform: uppercase;
     text-align: center;
 }

 .post-video-bx {
     margin-top: 40px;
 }

 .post-video-bx .video-wrapper a {
     width: 100%;
     display: block;
     position: relative;
 }

 .post-video-bx .video-wrapper a img {
     width: 100%;
     object-fit: cover;
 }

 .post-video-bx .video-wrapper .play-btn {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     background: transparent;
     border: 1px solid #fff;
     color: #fff;
     border-radius: 50%;
     width: 50px;
     font-size: 30px;
     height: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .request-btn .btn-all {
     margin: 28px auto 0;
 }


 /* Custom Tab Styles */
 .yatchs-infor-tabs-section .nav-tabs .nav-link {
     border: 1px solid #917240;
     color: #917240 !important;
     font-weight: bold;
     background: #fff;
     transition: all 0.3s ease;
     font-size: 18px;
     font-weight: 400;
     font-family: 'Roboto';
     padding: 10px 20px !important;
 }

 .yatchs-infor-tabs-section .nav-tabs .nav-link.active {
     background-color: #917240;
     color: #fff !important;
 }


 .yatchs-infor-tabs-section {
     padding: 0 0 50px;
 }

 #yachtTabsContent {
     width: 70%;
     margin: 0 auto;
 }

 .yatchs-infor-tabs-section .table td {
     color: #031d41;
     font-size: 18px;
     font-family: 'Roboto';
     font-weight: 500;
 }

 .yatchs-infor-tabs-section .table td:last-child {
    text-align: right;
}
 .yatchs-infor-tabs-section .table tr {
     border-top: 1px solid #917240;
     border-bottom: 1px solid #917240;
 }

 #yachtTabs {
     justify-content: center;
     border: none;
 }

 .yatchs-infor-tabs-bx ul li:first-child button {
     border-radius: 20px 0 0 20px;
     overflow: hidden;
 }

 .yatchs-infor-tabs-bx ul li:last-child button {
     overflow: hidden;
     border-radius: 0 20px 20px 0;
 }

 .instagram-main>a {
     display: block;
 }


 .instagram-main a {
     display: block;
 }

 .instagram-main a .instagram-image {
     width: 100%;
 }

 .instagram-card {
     width: 100%;
     position: relative;
 }

 .instagram-main a .instagram-image img {
     width: 100%;
     object-fit: cover;
 }

 .instagram-btm {
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: absolute;
     bottom: 0;
     width: 100%;
     left: 0;
     padding: 10px 15px 15px;
     z-index: 1;
 }

 .instagram-btm p {
     font-size: 17px;
     font-family: 'Roboto';
     font-weight: 500;
     color: #fff;
     line-height: normal;
 }

 .instagram-icon {
     width: 30px;
     height: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #fff;
     border-radius: 50%;
 }

.instagram-icon i {
    font-size: 18px;
    color: #000000;
    font-family: fontawesome;
    font-style: normal;
}

 .instagram-card:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #0000004a;
 }

 .instagram-section {
     padding: 50px 0;
 }

 /* =================================================single-post-brands-page-end-css===================================================== */
 /* =================================================Pre-owned-page-start-css===================================================== */



 .lenght-section .section-heading p {
     font-weight: unset;
     font-family: 'Roboto';
     line-height: 150%;
     color: #000;
     width: 60%;
     margin: 0 auto;
     text-align: center;
 }


 .lenght-section .section-heading .sub-heading {
     color: #98723d;
     font-family: 'Roboto';
     text-align: center;
     margin: 50px 0;
 }

 /* =================================================Pre-owned-page-end-css===================================================== */
 /* =================================================princess-v72-page-end-css===================================================== */

 .post-image-bx {
     width: 100%;
 }

 .post-image-bx .pib-img {
     width: 100%;
 }

 .post-image-bx .pib-img img {
     width: 100%;
     object-fit: cover;
 }

 .post-image-bx {
     margin-top: 40px;
 }

 .technical-bxx h5 {
     color: #917240;
     font-weight: 400;
     position: relative;
     font-size: 24px;
     font-family: 'Roboto';
     display: block;
     text-transform: uppercase;
     text-align: center;
     margin-bottom: 30px;
 }

 .technical-bxx table {
     margin-bottom: 50px !important;
 }

 .technical-bxx:last-child table {
     margin: 0 !important;
 }

 .yatchs-infor-tabs-section .technical-bxx .table tr td:last-child {
     text-align: end;
 }

 .charter-advice-card {
     padding: 20px;
     text-align: center;
     background: #F4F0EF;
     height: 100%;
 }

 .charter-advice-card .cac-aimage {
     width: 40%;
     margin: 0 auto;
 }

 .charter-advice-card .cac-aimage img {
     width: 100%;
     object-fit: cover;
     mix-blend-mode: darken;
 }

 .cac-content h5 {
     color: #917240;
     font-family: 'Playfair Display';
     font-size: 30px;
     font-weight: 600;
     margin: 0 0 15px 0;
 }

 .cac-content p {
     color: #917240;
     font-weight: 300;
     position: relative;
     font-size: 18px;
     font-family: 'Roboto';
     display: block;
     line-height: 150%;
 }

 .charter-advice-section {
     padding: 0 0 50px;
 }

 /* =================================================princess-v72-page-end-css===================================================== */
 /* =================================================charter-your-yacht-css-start===================================================== */


 .chater-your-section {
     padding: 60px 0 30px;
 }

 .cyy-inner {
     margin-top: 60px;
     text-align: center;
 }

 .cyy-inner h5 {
     color: #917240;
     font-weight: 400;
     position: relative;
     font-size: 20px;
     font-family: 'Roboto';
     display: block;
     text-transform: uppercase;
 }

 .cyy-bx {
     text-align: center;
 }

 .cyy-inner ul {
     list-style: none;
     margin: 30px 0;
     padding-left: 20px;
 }

 .cyy-inner ul li {
     color: #031d41;
     font-weight: 400;
     position: relative;
     font-size: 18px;
     font-family: 'Roboto';
     line-height: normal;
     padding: 5px 0;
 }



 .contact-section {
     padding: 60px 0;
     background: #917240;
 }

 .contact-bxx textarea {
     border: none;
     outline: none;
     box-shadow: none;
 }

 .contact-bxx input.form-control,
 .contact-bxx textarea {
     border: none;
     background: transparent !important;
     border-bottom: 1px solid #fff !important;
     border-radius: 0;
     padding: 6px 0;
     color: #FFFFFD;
     font-weight: 300;
     position: relative;
     font-size: 18px;
     font-family: 'Roboto';
     box-shadow: none !important;
     width: 100%;
     resize: none;
 }

 .contact-bxx input.form-control::placeholder,
 .contact-bxx textarea::placeholder {
     color: #fff !important;

 }

 .contact-section .section-heading h5 {
     color: #ffff;
     font-weight: 400;
     position: relative;
     font-size: 20px;
     font-family: 'Roboto';
     display: block;
     text-transform: uppercase;
     text-align: center;
 }

 .contact-bxx {
     margin-top: 40px;
 }

 .contact-bxx .form-flex {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 30px;
 }

 .contact-bxx .form-group {
     margin-bottom: 20px;
 }



 .contact-bxx .btn-all {
     display: block;
     margin: 28px auto 0;
     padding: 8px 28px;
     border-radius: 28px;
     border: none;
     background: white;
     color: #917240;
     letter-spacing: .12em;
     cursor: pointer;
     font-family: 'Roboto';
 }

 .checkbox-wrapper {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .checkbox-wrapper input#privacy {
     width: 20px;
     height: 20px;
     accent-color: #0b213d;
 }

 .checkbox-wrapper label {
     color: #FFFFFD;
     font-weight: 400;
     position: relative;
     font-size: 18px;
     font-family: 'Roboto';
 }

 .chater-your-section .section-heading p {
     color: #031d41;
     font-weight: 400;
     position: relative;
     font-size: 18px;
     font-family: 'Roboto';
     line-height: 150%;
     margin: 70px 0 50px;
     text-align: center;
 }

 .checkbox-wrapper label a {
     color: #0b213d;
 }

 .vat-bar {
     display: flex;
     align-items: center;
     gap: 25px;
     color: #fff;
     width: 100%;
 }

 .vat-bar span,
 .vat-bar label {
     color: #FFFFFD;
     font-weight: 400;
     position: relative;
     font-size: 18px;
     font-family: 'Roboto';
 }

 .radio-group {
     display: flex;
     align-items: center;
     gap: 18px;
 }

 .radio-group label {
     display: flex;
     align-items: center;
     gap: 8px;
     cursor: pointer;
     font-size: 16px;
 }

 .radio-group input[type="radio"] {
     appearance: none;
     -webkit-appearance: none;
     width: 16px;
     height: 16px;
     border: 2px solid #fff;
     border-radius: 50%;
     position: relative;
     cursor: pointer;
 }

 .radio-group input[type="radio"]:checked::after {
     content: "";
     width: 8px;
     height: 8px;
     background: #fff;
     border-radius: 50%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 /* =================================================charter-your-yacht-css-end===================================================== */
 /* Modal Design */
 .yacht-modal {
     background: #917240;
     color: #fff;
     border-radius: 0;
     padding: 35px 25px;
     position: relative;
 }

 .modal-title {
     color: #fff;
     font-weight: 400;
     position: relative;
     font-size: 20px;
     font-family: 'Roboto';
     margin-bottom: 40px;
 }

 /* Close Button */
.custom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: invert(1);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 1;
}

 /* WhatsApp Button */
 .whatsapp-btn {
     border-radius: 30px;
     font-size: 13px;
     padding: 5px 10px 5px 32px;
     font-family: 'Montserrat';
     color: #917240;
     width: max-content;
     margin: 50px auto 30px;
     display: flex;
     align-items: center;
     gap: 10px;
 }


 /* Submit Button */
 .submit-btn {
     border-radius: 30px;
     padding: 8px 35px;
     font-size: 13px;
     margin-top: 20px;
 }

 .whatsapp-btn i {
     font-size: 20px;
 }

 .phone-text {
     font-family: 'Montserrat';
     font-weight: 300;
     font-size: 14px;
     line-height: 180%;
 }

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

 #yachtModal-2 .lenght-section {
     background: transparent;
 }

 #yachtModal-2 .lenght-section .filter-card {
     background: transparent;
 }

 #yachtModal-2 .lenght-section .label {
     color: #fff;
     font-weight: 500;
     margin: 0;
 }

 #yachtModal-2 .lenght-section .range {
     top: 10px;
 }

 #yachtModal-2 .lenght-section .range-wrap::before {
     height: 3px;
     background: #0000002e;
 }

 #yachtModal-2 .lenght-section .range-progress {
     height: 3px;
     background: #f4f4f4;
 }

 #yachtModal-2 .lenght-section .edge-values {
     color: #fff;
 }

 #yachtModal-2 .lenght-section .sub-label {
     color: #fff;
 }

 #yachtModal-2 .lenght-section .divider {
     background: #fff;
 }

 #yachtModal-2 .lenght-section .control-group {
     margin-bottom: 15px;
 }

 #yachtModal-2 .lenght-section select {
     color: #fff;
 }

 #yachtModal-2 .lenght-section .chev i {
     color: #fff;
 }

 .yachtModal-2-btns button {
     margin: 0 !important;
     padding: 5px 20px !important;
 }

 .yachtModal-2-btns button#reset {
     border: 1px solid;
     text-transform: uppercase;
 }

 .yachtModal-2-btns #searchBtn {
     color: #917240;
     background: #fff !important;
 }

 .yachtModal-2-btns {
     margin-top: 100px;
 }

 #yachtModal-2 .lenght-section select option {
     color: #000;
 }


 /* -----------------------------review-section-start-css------------------------------------------------ */

 .rtop-flex {
     display: flex;
     align-items: end;
     justify-content: space-between;
 }

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

 .review-img {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     overflow: hidden;
 }

 .rt-lft-inner {
     display: flex;
     align-items: end;
     gap: 15px;
 }

 .review-info h5 {
     font-size: 15px;
     font-family: 'Roboto';
     text-transform: uppercase;
     color: #0b213d;
     font-weight: 500;
 }

 .review-info span {
     display: block;
     font-family: 'Roboto';
     color: #0b213d;
     font-size: 14px;
     font-weight: 400;
 }

 .rmiddle p {
     font-size: 14px;
     font-family: 'Roboto';
     color: #000;
     line-height: 20px;
     margin: 20px 0;
 }

 .google-image {
     width: 30px;
     height: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     border: 1px solid grey;
     border-radius: 50%;
     position: absolute;
     top: .5rem;
     right: .5rem;
 }

 .review-card {
     padding: 20px 15px;
     background: #fff;
 }

 .review-wrapper {
     margin-top: 20px;
 }

 .review-section {
     background: #f4f0ee;
 }


 .rating {
     width: 90px;
 }

 .review-btn a {
     color: #927241;
     font-size: 16px;
     margin-top: 0;
     font-family: 'Roboto';
     font-weight: 400;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .review-btn a i {
     font-family: 'fontawesome';
     font-style: normal;
 }

 /* -----------------------------review-section-end-css------------------------------------------------ */
 /* ----------------------------remove-able-css------------------------------------------------ */


 .mybooking-product_column {
    border: 2px solid #0d2648;
    padding: 0 !important;
}

.mybooking-product_column .mybooking-product {
    margin: 0;
}

.mybooking-product {
    border-radius: 0 !important;
}

img.mybooking-product_image {
    padding: 0 !important;
}

.mybooking-product_image-container {
    height: 100%;
}

.mybooking-product_grid .mybooking-product .mybooking-product_image {
    width: 100%  !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    margin: 0;
}

.mybooking-product_body {
    height: auto !important;
}

h2.mybooking-product_name {
    font-family: 'Roboto';
    color: #031d41 !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 8px;
}
 
.mybooking-product_characteristics-text {
    font-size: 16px;
    font-family: 'Roboto';
    color: #031d41;
    font-weight: 400;
    margin: 5px 0;
    display: block;
}

h3.mybooking-product_short-description {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #031d41;
    line-height: normal;
    margin: 5px 0;
}

.mybooking-product_footer {
    padding: 0;
}

button.mb-button {
    display: block;
    margin: 10px auto 15px;
    padding: 10px 28px;
    border-radius: 28px;
    border: none;
    background: #4C6E83;
    color: #fff;
    letter-spacing: .12em;
    cursor: pointer;
    font-family: 'Roboto';
    width: max-content !important;
    text-transform: uppercase;
}

.mybooking-product_grid {
    margin: 0 !important;
    width: 100% !important;
    gap: 25px !important;
    grid-template-columns: repeat(4 , 1fr) !important;
}

 /* ----------------------------remove-able-css------------------------------------------------ */
