/* Fonts */

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Regular.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Black.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

* {
    font-family: "Satoshi";
    font-weight: 300;
}

body p{
    font-size: 1.25rem;
}


.btn.btn-blue {
    background-color: #cceaff;
    color: #002640;
    width: max-content;
    padding: 0.3rem 2.5rem;
    font-weight: 500;
    display: block;
}

@media screen and (min-width: 992px) {
    .offcanvas {
        display: none;
    }
}

.margin-top-7 {
    margin-top: 7px;
}

/* Navbar */

.navbar.bg-dark {
    background-color: rgb(33 37 41 / 50%) !important;
}

.navbar-expand-lg .navbar-nav {
    width: 80%;
    justify-content: space-between;
}

.navbar .nav-link {
    color: white;
    font-weight: 400;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.navbar .nav-link.active {
    color: #cceaff;
}

.navbar-brand,
.offcanvas-title {
    background-image: url(../img/brand/logo-white-new.png);
    height: 55px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    display: block;
    opacity: 0.7;
    width: 217px;

}

.offcanvas .nav-link {
    color: white;
    font-weight: 400;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-bottom: 1rem;
}

.navbar-dark {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.navbar-scrolled {
    background-color: #002640e8 !important;
    transition: background-color 3s ease;
    transition: transform 1.5s ease-in-out !important;
}

/* Header */

.header {
    /* background-image: url(../img/bg/bg-header.png); */
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    background-position: right center;
    position: relative;
}
.header .container {
    z-index: 2;
    position: relative;
}

.header::before {
    content: "";
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(0, 38, 64, 0) 0%, #002640 100%); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header .logo-header {
    margin: 180px auto 3rem auto;
    opacity: 0.6;
     max-width: 560px !important;
}

.banner-text-bg {
    background: #00264047;
    padding: 20px;
    border-radius: 8px;
}
/* ===== Estilo base ===== */
.header-info h1 {
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
    white-space: nowrap;
}
.header-info h1 font {
    font-weight: 800;
 
}

/* ===== Ajustes por idioma ===== */
html[lang="fr"] .header-info h1 {
    font-size: 1.71rem !important;
}

html[lang="de"] .header-info h1 {
    font-size: 1.67rem !important;
}

html[lang="en"] .header-info h1 {
    font-size: 1.84rem !important;
}

html[lang="es"] .header-info h1 {
    font-size: 1.46rem !important;
}

html[lang="it"] .header-info h1 {
    font-size: 1.88rem !important;
}

/* ===== Media queries ===== */

@media screen and (max-width: 1200px) {
    html[lang="fr"] .header-info h1 {
        font-size: 1.71rem !important;
    }
    html[lang="de"] .header-info h1 {
        font-size: 1.67rem !important;
    }
    html[lang="en"] .header-info h1 {
        font-size: 1.84rem !important;
    }
    html[lang="es"] .header-info h1 {
        font-size: 1.465rem !important;
    }
    html[lang="it"] .header-info h1 {
        font-size: 1.88rem !important;
    }
}

@media screen and (max-width: 775px) {
    html[lang="fr"] .header-info h1 {
        font-size: 1.58rem !important;
    }
    html[lang="de"] .header-info h1 {
        font-size: 1.68rem !important;
    }
    html[lang="en"] .header-info h1 {
        font-size: 1.7rem !important;
    }
    html[lang="es"] .header-info h1 {
        font-size: 1.36rem !important;
    }
    html[lang="it"] .header-info h1 {
        font-size: 1.74rem !important;
    }
}

@media screen and (max-width: 575px) {
    html[lang="fr"] .header-info h1 {
        font-size: 4.5vw !important;
    }
    html[lang="de"] .header-info h1 {
        font-size: 4.45vw !important;
    }
    html[lang="en"] .header-info h1 {
        font-size: 4.73vw !important;
    }
    html[lang="es"] .header-info h1 {
        font-size: 3.85vw !important;
    }
    html[lang="it"] .header-info h1 {
        font-size: 4.8vw !important;
    }
}



.header-info p {
    color: white;
    text-align: justify;
    font-weight: 500;
    /* text-wrap: balance; */
}

.header.item {
   
    height: auto;
}

.header .row {
    place-items: flex-end;
}

.header ul {
    display: flex;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 1.5rem;
    justify-content: end;
    margin-top: 3.5rem;
}

.header ul a {
    color: white;
    padding: 0.5rem 0.6rem;
    border-radius: 5px;
    font-size: 1.2rem;
    background-color: rgb(255, 255, 255, 0.18);
    margin-right: 1rem;
}

.header-section .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
}

.header-section .owl-nav button {
    padding: 1rem !important;
    border: 1px solid white !important;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    color: white !important;
    margin: 0px 2rem !important;
}

.header-section .owl-nav button span {
    transform: translateY(-2px);
    display: block;
}

.header-section .header-info {
   max-width: 539px;
   margin: auto;
}

@media screen and (max-width: 1200px) {
    .header .social-media {
        margin-top: 0px;
    }
}

@media screen and (max-width: 992px) {
    .header .logo-header {
        margin: 170px auto 2rem auto;
        width: 295px;
    }

    .header-info {
        margin-bottom: 2.7rem;
    }

    .header::before {
        background: linear-gradient(
            0deg,
            rgba(0, 38, 64, 1) 0%,
            rgba(0, 38, 64, 0.4160720440519958) 100%
        );
    }

    .header {
        background-position: 90% center;
    }

    .header .social-media {
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .header-info {
        text-align: center;
    }

    .header ul {
        justify-content: center;
    }

    .header ul li:last-of-type a {
        margin-right: 0px;
    }

    .header {
        background-position: 85% center;
    }
}

/* Home Content */

.content-wrapper {
    background-image: url(../img/bg/main-bg.png);
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-top: 1rem;
}

.content-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #002640 0%, #002640 100%);
    mix-blend-mode: overlay;
    z-index: 1;
}

.section-info {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-info.center {
    text-align: center;
}

.section-info .subtitle {
    color: #cceaff;
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 1rem;
    display: inline-block;
}

.privacy-background{
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        rgba(0, 38, 64, 0.3) 0%,
        rgba(0, 38, 64, 0.8) 100%
    );
}

.text-justify {
    text-align: justify;
    text-justify: inter-word; 
}

.separator {
    border: 0;
    border-top: 1px solid #fff; 
    opacity: 0.3; 
    margin: 2rem 0; 
}

.text-uppercase {
    text-transform: uppercase;

}
.section-info .title {
    color: white;
    margin-bottom: 2rem;
    font-weight: 600 !important;
    font-size: 2.6rem;
    text-transform: uppercase !important;
}

.section-info .title,
.section-info .title * {
    font-weight: 600 !important;
}


.section-info p {
    color: white;
    font-weight: 500;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .section-info .title {
        font-size: 2rem;
    }

    .section-info .subtitle {
        font-size: 1rem;
    }

    .section-info {
        padding-top: 1rem;
    }
}

/* Top Boats */
#top-boats {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
}

#top-boats .boat {
    position: relative;
    border-radius: 16px;
}

#top-boats .boat img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    background: rgba(54, 54, 54, 0.25);
}

#top-boats .boat div {
    padding: 3rem 1.5rem 1rem 1.5rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 38, 64, 0) 0%, #002640 100%);
    border-radius: 0px 0px 16px 16px;
}

#top-boats .boat h3 {
    color: white;
    font-weight: 500;
    font-size: 2rem;
    margin-right: 1rem;
}

#top-boats .boat a {
    padding: 0.3rem 2rem;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 5px;
    color: white;
    text-decoration: none;
    align-self: end;
    margin-bottom: 0.5rem;
    min-width: 137px;
}

.btn-pdf{
    padding: 0.3rem 2rem;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 5px;
    color: white;
    text-decoration: none;
    align-self: end;
    margin-bottom: 0.5rem;
    min-width: 137px;
}

.btn-pdf:hover{
    padding: 0.3rem 2rem;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 5px;
    color: white;
    text-decoration: none;
    align-self: end;
    margin-bottom: 0.5rem;
    min-width: 137px;
}

/* .btn-pdf a:hover{
    padding: 0.3rem 2rem;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 5px;
    color: white;
    text-decoration: none;
    align-self: end;
    margin-bottom: 0.5rem;
    min-width: 137px;
} */

#top-boats .boat a:hover {
    background-color: white;
    color: #002640;
}

@media screen and (max-width: 1200px) {
    #top-boats .boat h3 {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    #top-boats .boat div {
        flex-direction: column;
        padding: 5rem 1.5rem 1rem 1.5rem;
    }

    #top-boats .boat div a {
        max-width: 100%;
    }

    #top-boats .boat div a {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #top-boats .boat img {
        height: 250px;
    }

    #top-boats .boat div {
        padding: 5rem 1.5rem 1rem 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    #top-boats .boat h3 {
        font-size: 1.3rem;
        margin-right: 0.5rem;
        margin-bottom: 0px;
        align-self: center;
    }

    #top-boats .boat a {
        padding: 0.3rem 1.3rem;
        min-width: 114px;
    }

    #top-boats .boat div {
        padding: 5rem 1rem 1rem 1rem;
    }
}

/* New boats */

.new-boats {
    position: relative;
    z-index: 2;
}

.new-boats .item {
    text-decoration: none;
    color: white !important;
}

.new-boats .boat-info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #cceaff;
}

.new-boats .boat-info img {
    height: 350px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.new-boats .boat-info h3 {
    margin-bottom: 0.7rem;
}

.new-boats .boat-info p {
    margin-bottom: 2rem;
}

.new-boats .owl-nav {
    width: calc(100% - 2rem);
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 35%;
    margin: 0rem 1rem;
}

.new-boats .owl-nav button {
    padding: 1rem;
    border: 1px solid white !important;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}

.new-boats .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.162);
}

.new-boats .owl-nav button span {
    transform: translateY(-2px);
    display: block;
}

.new-boats .owl-dots {
    margin-top: 2rem;
}

.new-boats .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: white;
}

.new-boats .owl-dots .owl-dot.active span {
    width: 7px;
    height: 7px;
    background: #cceaff;
}

@media screen and (max-width: 575px) {
    .new-boats .boat-info img {
        height: 300px;
    }

    .new-boats .owl-nav {
        display: none;
    }

    .new-boats .boat-info {
        width: 100%;
        margin: auto;
    }
}

/* About us */

#about-us {
    position: relative;
    z-index: 2;


}

#about-us .custom-margin-about-us {
    margin-top: 28px;


}

#about-us .custom-sub {
    font-size: 22px;
    font-weight: 400;
}


#about-us .section-info {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#about-us .abouts-custom-text > div:last-child p {
   margin-bottom: 0;
}

#about-us .info-about {
    font-size: 0.85rem;
    text-align: justify;
}
#about-us .container-video {
    display: flex;
}
#about-us .container-video video{
  width: 100%;
}

.list-style-none {
    list-style: none;
}

#about-us .info-about-img img {
    width: 100%;
    height: 100%;
    /* padding-bottom: 1rem; */
    display: block;
    object-fit: cover;
    border-radius: 8px;
}


#about-us .accordion {
    --bs-accordion-bg: rgba(255, 255, 255, 0.18) !important;
}

#about-us .accordion-button {
    color: #cceaff;
    font-weight: 500;
    padding-left: 2rem;
}

#about-us .accordion-item {
    margin-bottom: 0.5rem;
    border-radius: 8px;
    border: none;
}



#about-us .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2216%22 height%3D%2216%22 fill%3D%22%23FFFFFF%22 class%3D%22bi bi-caret-right-fill%22 viewBox%3D%220 0 16 16%22%3E%3Cpath d%3D%22m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z%22/%3E%3C/svg%3E");
    margin-left: 0px;
    margin-right: auto;
    position: absolute;
    left: 8px;
}



#about-us .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

#about-us .accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0.18) !important;
}

#about-us .accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

#about-us .accordion-body {
    color: white;
    font-family: "Satoshi";
}

#about-us .video-container {
    height: 220px;
    width: 100%;
    border-radius: 10px;
    background: rgba(204, 234, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 575px) {
    #about-us .video-container {
        height: 265px;
    }
    
}

#about-us .bg-video {
    background-image: url(../img/bg/video2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;

}
#about-us .bg-video2 {
    background-image: url(../img/bg/video.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;

}

#about-us .video-container i {
    font-size: 3rem;
    color: white;
    cursor: pointer;
}

#about-us .description {
    color: white;
    margin-top: 1rem;
}

#about-us .counter span {
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 2.5rem;
    font-weight: 900;
    width: max-content;
    color: transparent;
}

#about-us .counter h3 {
    color: #cceaff;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

#about-us .counter .d-flex span {
    margin-left: 0px;
    margin-right: 0px;
}

#videoModal .modal-content {
    background-color: rgb(17, 17, 17) !important;
}

#videoModal .modal-header {
    border-bottom: none;
}
#videoModal2 .modal-content {
    background-color: rgb(17, 17, 17) !important;
}

#videoModal2 .modal-header {
    border-bottom: none;
}

#about-us .vertical {
    height: 714px;
    object-fit: contain;
    width: 100%;
    transform: rotate(180deg);
}

#about-us .horizontal {
    display: none;
}
#about-us .abouts-custom-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #about-us .info-about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .section-info .title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 992px) {
    #videoModal iframe {
        height: 300px;
    }
    #videoModal2 iframe {
        height: 300px;
    }

    #about-us .horizontal {
        display: block;
    }

    #about-us .vertical {
        display: none;
    }

    #about-us .info-about {
        font-size: 1rem;
        margin-bottom: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    #about-us .info-about-img img {
        height: 450px;
        object-position: center;
    }
}

@media screen and (max-width: 400px) {
    #about-us .counter .col-6 {
        width: 100%;
    }
}

/* Follow us */

#follow-us {
    position: relative;
    z-index: 2;
}

#follow-us .social-media-card {
    border-radius: 10px;
    background: rgba(54, 54, 54, 0.25);

    
}

#follow-us .social-media-card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

#follow-us .social-media-card iframe{
    border-radius: 10px 10px 10px 10px;
}

#follow-us .social-media-card .yb-iframe{
    border-radius: 10px 10px 0px 0px !important;
}


#follow-us .social-media-card h3 {
    padding: 1.5rem;
    color: #cceaff;
    font-size: 1.3rem;
    font-weight: 700;
}

#follow-us .social-media-card a {
    color: white;
    background-color: rgba(255, 255, 255, 0.36);
    text-decoration: none;
}

#follow-us .btn-social-media {
    padding: 0.4rem 0.6rem;
    border-radius: 50%;
}

#follow-us .btn-view-more {
    padding: 0.4rem 1.2rem;
    border-radius: 5px;
}

#follow-us .card-twitter {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 2.5rem 2rem 2rem 2rem;
    color: white;
}

#follow-us .card-twitter i {
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.18);
}

#follow-us .card-twitter .btn-view-more {
    color: white;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 5px;
    text-decoration: none;
    padding: 0.4rem 1.8rem;
}

#follow-us .card-twitter h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #follow-us .social-media-card h3 {
        font-size: 1.2rem;
    }

    #follow-us .social-media-card img {
        height: 160px;
    }
}

@media screen and (max-width: 992px) {
    #follow-us .card-twitter {
        padding: 2.5rem 1.5rem 2rem 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    #follow-us .social-media-card h3 {
        font-size: 1.2rem;
    }

    #follow-us .social-media-card img {
        height: 200px;
    }
}

.footer {
    border-top: 1px solid #002640;
    background: #000814;
    padding-top: 4rem;
}

.footer .logo {
    width: 180px;
    margin-bottom: 2rem;
}

.footer h2 {
    font-size: 1.5rem;
    color: #cceaff;
    margin-bottom: 1rem;
}

.footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 16px;
}
.footer .links li::marker {
    color: #cceaff;
}

.footer .links li {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 0.8rem;
}

.footer .links li a {
    color: white;
    text-decoration: none;
}

.copyright {
    font-size: 0.9rem;
    padding: 1rem 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.484);
}

.footer .contact,
.footer .social-media {
    list-style: none;
    padding-left: 0px;
    border-radius: 50%;
}

.footer .contact li i {
    color: #cceaff;
    font-size: 0.9rem;
}

.footer .contact li {
    margin-bottom: 0.6rem;
}

.footer .contact li a {
    color: white;
    text-decoration: none;
}

.footer .social-media a {
    font-size: 1.2rem;
    color: white;
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.18);
    margin-right: 0.5rem;
}

@media screen and (max-width: 992px) {
    .footer h2 {
        margin-top: 1rem;
    }

    .copyright {
        margin-top: 2rem !important;
    }
}

/* Boats to Sale */

#search {
    position: relative;
    z-index: 2;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

#search form {
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        rgba(0, 38, 64, 0.3) 0%,
        rgba(0, 38, 64, 0.8) 100%
    );
}

#search .btn-blue {
    padding: 0.3rem 3rem;
}

#search label {
    color: white;
    font-weight: 500;
}

#search input,
#search select {
    border-radius: 10px;
    background: #002640;
    border: #002640 1px solid;
    padding: 0.5rem 0.7rem;
    color: white;
}

#search select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-size: 12px;
    background-position-y: center;
}

#search input::placeholder {
    color: white;
}

#search-results {
    z-index: 2;
    position: relative;
}

#search-results .result {
    border-bottom: 1px solid #cceaff;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

#search-results img {
    border-radius: 8px;
    height: 430px;
    object-fit: cover;
    width: 100%;
    background: rgba(54, 54, 54, 0.25);
}

#search-results h3 {
    color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

#search-results ul {
    padding-left: 0px;
    list-style: none;
    padding-bottom: 1rem;
    margin-top: auto;
}

#search-results li {
    color: #cceaff;
    font-size: 1.1rem;
    font-weight: 600;
    border-left: 1px solid #cceaff;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (max-width: 575px) {
    #boats-sale form {
        padding: 3rem 1rem !important;
    }
}

/* Boats details */

#detail {
    z-index: 2;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

#detail .gallery-main .item img {
    width: 80%;
    height: 500px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    background: rgba(54, 54, 54, 0.25);
}

#detail .gallery-thumbs .item img {
    width: 100%;
    height: 140px;
    border-radius: 8px;
    cursor: pointer;
    object-fit: cover;
}
#detail  .boat-video img {
    width: 100%;
    height: 190px;
    border-radius: 8px;
    cursor: pointer;
    object-fit: cover;
}
#detail  .boat-video img {
    width: 100%;
    height: 190px;
    border-radius: 8px;
    cursor: pointer;
    object-fit: cover;
}
#detail  .boat-video .item-bot {
    display: flex;
    flex-direction: column;
    margin: 32px auto;
    text-align: center;
    width: 190px;
}
@media screen and (max-width: 575px) {


    #detail  .boat-video .item-bot {
        display: flex;
        flex-direction: column;
        margin: 32px auto;
        text-align: center;
        width: 190px;
    }
}
#detail  .boat-video .item-bot h5 {
    font-size: 23px;
    margin-top: 16px;
}

#detail .gallery-thumbs {
    margin-top: 10px;
    border-bottom: 1px solid #cceaff;
    padding-bottom: 2rem;
}

#detail .boat-detail-gallery {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

#detail .gallery-main .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
}

#detail .gallery-main .owl-nav button {
    padding: 1rem;
    border: 1px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#detail .gallery-main .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.162);
}

#detail .gallery-main .owl-nav button span {
    transform: translateY(-2px);
    display: block;
    color: white;
}

#detail .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: white;
}

#detail .owl-dots .owl-dot.active span {
    width: 7px;
    height: 7px;
    background: #cceaff;
}

@media screen and (max-width: 992px) {
    #detail .gallery-main .item img {
        height: 400px;
    }

    #detail .gallery-thumbs .item img {
        height: 130px;
    }
}

@media screen and (max-width: 768px) {
    #detail .gallery-main .item img {
        height: 350px;
        border-radius: 8px;
    }

    #detail .boat-detail-gallery {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 575px) {
    #detail .gallery-main .item img {
        height: 280px;
    }
}

@media screen and (max-width: 400px) {
    #detail .gallery-main .item img {
        height: 200px;
    }

    #detail .gallery-thumbs .item img {
        height: 110px;
    }

    #detail .gallery-main .owl-nav button {
        width: 25px;
        height: 25px;
    }

    #detail .gallery-main .owl-nav {
        top: 40%;
    }
}

.w-80 {
    width: 80%;
}

#detail .actions span {
    font-size: 1.2rem;
    font-weight: 600;
}

#detail .actions a {
    /* margin-left: 1rem; */
    padding: 20px 30px !important;
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
}
#detail .actions a.pdf {

    font-size: 3.4rem;
}

.ml-12{
    margin-left: 12px;
}

.custom-border{
    border-bottom: 1px solid #cceaff;
    /* padding-bottom: 24px; */
}

.no-border{
    border-bottom: none!important;
    padding-bottom: 0px;
}

.view-360 {
    background-image: url(../img/icons/360.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0px;
    margin-left: auto;
    margin-right: auto;
}

#detail .accordion-button:not(.collapsed),
#detail .accordion-button {
    border-radius: 12px;
    background: linear-gradient(
        90deg,
        rgba(0, 78, 146, 0.5) 0%,
        rgba(0, 24, 44, 0) 100%
    );
    color: #cceaff;
    border: none;
    box-shadow: none;
    font-size: 1.2rem;
    font-weight: 600;
}

#detail .accordion-header {
    margin: 1rem;
}

#detail .accordion-header * {
    font-weight: 600 !important;
}

#detail .accordion-item {
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        rgba(0, 38, 64, 0.3) 0%,
        rgba(0, 38, 64, 0.8) 100%
    );
    border: none;
    margin-bottom: 1rem;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#detail .accordion-item.custom-display .accordion-collapse {
    display: block!important;
 }
#detail .accordion-item.custom-display .accordion-button {
    pointer-events: none;
 }


 #detail .accordion-button::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cceaff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

#detail .accordion-item.custom-display .accordion-button::after  {
    display: none!important;
    }

#detail .accordion-body ul {
    color: white;
    list-style: none;
    padding-left: 0px;
    font-size: 1.188rem;
}

#detail .accordion-body li {
    display: flex;
    border-bottom: 1px solid #004e92;
    padding: 0.7rem 0px;
}

#detail .accordion-body li:last-of-type {
    border-bottom: none;
}

#detail .accordion-body span {
    /* margin-right: 1rem; */
    width: 160px;
    /* align-self: center; */
    min-width: 160px;
}

#detail .accordion-body p {
    margin-bottom: 0px;
    padding-right: 0.5rem;
    border-left: 1px solid #004e92;
    padding-left: 1rem;
    height: 100%;
}

#detail .boat-view {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    #detail .accordion-body span {
        margin-right: 0rem;
        width: 100%;
        min-width: 100%;
        margin-bottom: 0.3rem;
        font-weight: 700;
    }

    #detail .accordion-body p {
        border-left: none;
        padding-left: 0rem;
    }

    #detail .accordion-body li {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    #detail .info-wrapper {
        width: 90%;
    }
}

/* Featured Boats */

#featured-boats {
    z-index: 2;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

#featured-boats .boats {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

#featured-boats .boats img {
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    background: rgba(54, 54, 54, 0.25);
}

#featured-boats .boats h3 {
    color: #cceaff;
    font-weight: 700;
    font-size: 1.4rem;
}

#featured-boats .boats a {
    padding: 0.5rem 1.2rem;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
    max-width: max-content;
}

@media screen and (max-width: 768px) {
    #featured-boats .boats h3 {
        font-size: 1.3rem;
    }
}

.featured-search {
    background: rgb(255 255 255 / 13%) !important;
}

/* Blog */

#blog {
    z-index: 2;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

#blog .news {
    display: flex;
    background: rgba(255, 255, 255, 0.183);
    border-radius: 10px;
    height: 100%;
}

#blog .news .img-container {
    width: 40%;
}

#blog .news img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}

#blog .news .content {
    padding: 1.5rem 1rem;
    color: white;
    width: 60%;
}

#blog .news .date {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

#blog .news h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

#blog .news p {
    color: rgba(255, 255, 255, 0.6);
}

#blog .news a {
    padding: 0.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
    margin-top: 1rem;
    border-radius: 8px;
    display: block;
    width: max-content;
    font-weight: 500;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: transparent;
    border: none;
    color: white;
}

li.page-item.disabled {
    opacity: 0.1;
}

.page-link {
    padding: 0.5rem 0.2rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px !important;
    background: transparent;
    border: #ffffff69 1px solid;
    color: white;
}

.page-item:first-child .page-link {
    margin-left: 0px !important;
}

.page-link.active,
.active > .page-link,
.page-link:hover {
    background: #ffffff6b;
    border: 1px solid #ffffff0a;
    color: white;
}

@media screen and (min-width: 1200px) {
    #blog .news .img-container {
        height: 300px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    #blog .news {
        flex-direction: column;
    }

    #blog .news .img-container {
        width: 100%;
        height: 200px;
    }

    #blog .news img {
        border-radius: 10px 10px 0px 0px;
    }

    #blog .news .content {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #blog .news {
        flex-direction: column;
    }

    #blog .news .img-container {
        width: 100%;
        height: 200px;
    }

    #blog .news img {
        border-radius: 10px 10px 0px 0px;
    }

    #blog .news .content {
        width: 100%;
    }
}

/* Blog Detail */

#blog-detail {
    z-index: 2;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 4rem;
    color: white;
}

#blog-detail .blog-cover {
    width: 100%;
    height: 450px;
    margin-bottom: 2rem;
}

#blog-detail .blog-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

#blog-detail .date {
    font-weight: 500;
    font-size: 1.1rem;
}

#blog-detail .title {
    padding: 2rem 0px;
    font-weight: 700;
}

#blog-detail .blog-content {
    display: flex;
    flex-wrap: wrap;
}

#blog-detail .blog-content p {
    padding-bottom: 1rem;
    width: 100%;
}

#blog-detail .blog-content h2 {
    padding-bottom: 1rem;
    font-weight: 700;
    width: 100%;
}

#blog-detail .blog-content img {
    width: calc(50% - 1rem);
    height: 300px;
    object-fit: cover;
    margin-right: 1rem;
    margin-bottom: 2rem;
    border-radius: 16px;
}

#blog-detail .comment .item {
    padding: 2.5rem;
    border-radius: 16px;
    background: linear-gradient(180deg, rgb(0 38 64) 0%, rgb(0 38 64) 100%);
}

#blog-detail .comment p {
    font-size: 1.1rem;
}

#blog-detail .comment .item span {
    width: max-content;
    margin-left: auto;
    display: block;
}

#blog-detail .tags ul {
    display: flex;
    padding-left: 0px;
    list-style: none;
    margin-top: 2rem;
    flex-wrap: wrap;
}

#blog-detail .tags ul li {
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}

.recents-post {
    padding: 1.5rem;
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        rgba(0, 38, 64, 0.3) 0%,
        rgba(0, 38, 64, 0.8) 100%
    );
    /* height: 100%; */
}

.recents-post input {
    border-radius: 10px;
    background-color: #002640 !important;
    border: 1px solid #002640 !important;
    color: white !important;
    padding: 0.7rem 1.5rem 0.7rem 1rem;
    background-image: url(../img/icons/search.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    align-content: center;
    margin-bottom: 2rem;
}

.recents-post input::placeholder {
    color: white;
}

.recents-post h2 {
    font-size: 1.7rem;
    font-weight: 700;
}

.recents-post .item {
    display: flex;
    margin-top: 1.5rem;
    text-decoration: none;
    color: white;
}

.recents-post .item img {
    width: 180px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    min-width: 180px;
}

.recents-post .item .content {
    padding: 1rem 0px 1rem 1rem;
    align-self: center;
}

.recents-post .item span {
    font-size: 0.9rem !important;
}

.recents-post .item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

@media screen and (max-width: 1400px) {
    .recents-post .item img {
        width: 150px;
        min-width: 150px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .recents-post .item img {
        width: 100%;
        min-width: 100%;
    }

    .recents-post .item {
        margin-top: 1rem;
        flex-wrap: wrap;
    }

    #blog-detail .blog-cover {
        height: 360px;
    }

    #blog-detail .blog-content img {
        height: 210px;
    }

    .recents-post .item .content {
        padding: 1rem 0px;
    }
}

@media screen and (max-width: 992px) {
    .recents-post .item img {
        width: 210px;
        min-width: 210px;
        height: 150px;
    }

    #blog-detail .blog-cover {
        height: 385px;
    }

    #blog-detail .blog-content img {
        height: 245px;
    }
}

@media screen and (max-width: 768px) {
    #blog-detail .blog-cover {
        height: 310px;
    }

    #blog-detail .blog-content img {
        height: auto;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 575px) {
    #blog-detail .blog-cover {
        height: 235px;
    }

    .recents-post .item img {
        width: 100%;
        min-width: 100%;
        height: 230px;
    }

    .recents-post .item {
        margin-top: 1rem;
        flex-wrap: wrap;
    }
}

/* Services */

#services {
    z-index: 2;
    position: relative;
    padding-top: 8rem;
}

#services .accordion-item {
    background: transparent;
    border: none;
}

#services .accordion-button {
    border-radius: 12px;
    background: linear-gradient(
        90deg,
        rgba(0, 78, 146, 0.5) 0%,
        rgb(0 24 44 / 14%) 100%
    );
    color: #cceaff;
    box-shadow: none;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

#services .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Testimonial - About Us */

#testimonials {
    z-index: 2;
    position: relative;
    padding-bottom: 4rem;
    padding-top: 6rem;
}

#testimonials .item div {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
}

#testimonials .item p{
    font-size: 1.3rem;
    text-align: justify;
}

#testimonials .item i {
    font-size: 3rem;
    margin-bottom: 2rem;
}

#testimonials .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30%;
}

#testimonials .owl-nav button {
    padding: 1rem;
    border: 1px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
}

#testimonials .owl-nav button span {
    transform: translateY(-2px);
    display: block;
}

/* Team - About us */

#team,
#newsletter {
    z-index: 2;
    position: relative;
    padding-bottom: 3rem;
}

/* #team img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
} */

#team .member {
    text-align: center;
    color: white;
    margin-bottom: 2.5rem;
}
#team .row p {
    font-size: 22px;
}

@media screen and (max-width: 992px) {
    #team img {
        /* height: 350px; */
        object-position: top;
    }
}

#newsletter .form-control {
    border-radius: 10px;
    background: #002640;
    color: white;
    border: 1px solid #002640;
    padding: 0.7rem 1rem;
}

#newsletter .form-control::placeholder {
    color: white;
}

/* Contact page */

#contact {
    position: relative;
    z-index: 2;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

#contact .contact-info {
    color: white;
    padding-left: 0px;
    list-style: none;
    padding-bottom: 13px;
}

#contact .contact-info li {
    display: flex;
    margin-bottom: 2rem;
}

#contact .contact-info i {
    font-size: 2rem;
    margin-right: 1rem;
}

#contact .contact-info li div h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#contact .contact-info li div a {
    text-decoration: none;
    color: white;
}

#contact iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

#contact .contact-form {
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        rgba(0, 38, 64, 0.3) 0%,
        rgba(0, 38, 64, 0.8) 100%
    );
    padding: 0px 2rem 2rem;
}

#contact label {
    color: white;
}

#contact input,
#contact textarea {
    background: #002640 !important;
    border: 1px solid #002640;
    color: white;
}

#videoModal video {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#videoModal .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
}

#videoModal .owl-nav button {
    padding: 1.5rem;
    border: none;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 1.2rem;
    background: white;
}

#videoModal .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.162);
}

#videoModal .owl-nav button span {
    transform: translateY(-2px);
    color: #000814;
}
#videoModal2 video {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#videoModal2 .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
}

#videoModal2 .owl-nav button {
    padding: 1.5rem;
    border: none;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 1.2rem;

}

#videoModal2 .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.162);
}

#videoModal2 .owl-nav button span {
    transform: translateY(-2px);
    display: none;
}

@media screen and (max-width: 992px){
    #videoModal video {
        width: calc(95% - 60px);
        margin-bottom: 1.5rem;
    }

    #videoModal .owl-nav {
        top: 30%;
    }
    #videoModal2 video {
        width: calc(95% - 60px);
        margin-bottom: 1.5rem;
    }

    #videoModal2 .owl-nav {
        top: 30%;
    }

    .videos-home .modal-body {
        padding: 0px;
    }
}

#charter{
    padding-top: 8rem;
    padding-bottom: 0rem;
    position: relative;
    z-index: 2;
}

#charter .customBackground{
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 25%, rgba(0,0,0,0.6) 75%, rgba(0,0,0,0) 100%);

}
#charter .custom-subtitle{
 font-size: 25px;
 text-transform: uppercase;
}




#carouselThreeSixty .carousel-inner .carousel-item a-scene {
    width: 100%;
    height: 500px;
}

#carouselThreeSixty .carousel-inner .carousel-item img {
    object-fit: cover;
}

#carouselThreeSixty .carousel-inner {
    overflow: hidden;
}


.bg-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
    margin-bottom: -10px;
}

.bg-video .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#team img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
}

#team .row p {
    font-size: 22px;
    font-size: 1.1rem;
}

.bg-dark-blue{
    background-image: url(../img/bg/main-bg-2.png) !important;
    background-position: top !important;
}

#charter .customBackground {
    background: rgb(0,26,44);
    background: linear-gradient(90deg, rgba(0,26,44,0.788621063659839) 0%, rgba(0,38,64,0) 100%);
}

#search-results img {
    height: 350px;
}

#videoModal .carousel-item{
    display: flex;
    justify-content: center;
}

#detail .gallery-main .item img{
        height: 720px;
    
}

.boat-detail-gallery .owl-carousel .owl-item {
    margin-right: 15px !important;
}
.boat-detail-gallery .owl-stage {
    justify-content: space-between;
    display: flex;
}

#videoModal .modal-body, #videoModal .modal-header{
    background-color: black;
}

#videoModal .modal-header {
    border-bottom: #dcdcdc4a 1px solid;
}

#videoModal .btn-close {
    filter: invert(1);
}

.header ul {
    margin-bottom: 3rem;
}
.new-boats .boat-info img {
    height: 400px;
}
@media screen and (min-width: 992px){
    .new-boats .boat-info img {
        height: 600px;
    }
}
#featured-boats .boats img {
    height: 300px;
}

#about-us .info-about {
    font-size: 1.3rem;
}

#about-us .autor {
    font-size: 1.3rem;
}

#about-us .custom-sub {
    font-size: 1.8rem;
}

#about-us .video-container {
    height: 320px;
}

.abouts-custom-text p, .abouts-custom-text li{
    font-size: 1.2rem;
}

.abouts-custom-text h3{
    font-size: 1.3rem !important;
}

@media screen and (max-width:768px) {
    
    #about-us .info-about {
        font-size: 1.1rem;
    }
    
    #about-us .autor {
        font-size: 1.2rem;
    }
    
    #about-us .custom-sub {
        font-size: 1.5rem;
    }
    
    #about-us .video-container {
        height: 250px;
    }
    
    .abouts-custom-text p, .abouts-custom-text li{
        font-size: 1.1rem;
    }
    
    .abouts-custom-text h3{
        font-size: 1.2rem !important;
    }
}

#search .choices__inner{
    border-radius: 10px;
    background: #002640;
    border: #002640 1px solid;
    padding: 0.5rem 0.7rem;
    color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-size: 12px;
    background-position-y: center;
}

#search .choices[data-type*=select-one]::after {
    display: none;
}

#search .choices__list--dropdown, #search .choices__list[aria-expanded] {

    background-color: #002640;
    border: 1px solid #003f69;
    border-radius: 10px;
}

#search .choices__list--dropdown .choices__list, #search .choices__list[aria-expanded] .choices__list {
    color: white;
    max-height: 170px;
}

#search .choices__input{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px 0px 0px;
}

#search .choices__list--dropdown .choices__item--selectable[data-select-text], #search .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    background-color: #002640 !important;
}

.header-info h1, .abouts-custom-text p, .abouts-custom-text li {
    font-size: 1.3rem;
}

.header-info p,  .new-boats .boat-info, .footer .links li a, .footer .contact li, #search label, #search input, #search select, .choices__list--single, #search .choices__list--dropdown .choices__item--selectable[data-select-text], #search .choices__list[aria-expanded] .choices__item--selectable[data-select-text], #contact .contact-info li div h3, #contact .contact-info li div a, .contact-form form {
    font-size: 1.25rem;
}

.section-info .subtitle {
    font-size: 1.3rem;
}


.new-boats .boat-info h3, #search-results h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

#detail .accordion-body span, #detail .accordion-body p {
    font-size: 1.188rem;
}

#follow-us .social-media-card video{
    border-radius: 8px;
}

#follow-us .social-media-card h3 {
    overflow: hidden;
    -webkit-line-clamp: 7;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
    max-height: calc(1.39em  * 7);
}

#follow-us .social-media-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 97%;
}

.social-media-card .d-flex.justify-content-between.px-4.pb-4 {
    margin-top: auto;
}

#search-results .result {
    color: white;
}

.footer .social-media a, .header ul a {
    border-radius: 50%;
}

.measurement-item {
    display: flex;
    justify-content: space-between; 
    margin-bottom: 10px; 
}

.measurement-item p {
    margin: 0; 
    flex-grow: 1; 
}

.convert-button {
    margin-left: 10px; 
}
#detail .gallery-main .item img{
        height: 500px;
        object-fit: contain;
}

@media screen and (max-width: 992px){
    #detail .gallery-main .item img {
        height: 400px;
    }
}

@media screen and (max-width: 768px){
    #detail .gallery-main .item img {
        height: 350px;
    }
}


#detail #imageModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

#detail #imageModal .modal-content img {
    display: block;
    /* cursor: zoom-in; */
    max-height: 80vh;
    width: auto;
    object-fit: contain;
    position: relative;
}



#detail #imageModal .modal-content {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 80%;
    max-height: 80%;
    background-color: transparent !important;
}

#detail #imageModal .modal-content img {
    width: 100%;
    height: auto;
    display: block;
    /* cursor: zoom-in; */
}

#detail #modalImageContainer {
    display: inline-block;
    width: 100%;
    height: auto;
}

#detail #imageModal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

/* Estilos para el ícono de lupa */

#detail .zoom-icon {
    position: absolute;
bottom: 1.5rem;
left: 50%;
transform: translate(-50%);
font-size: 20px;
color: white;
background-color: rgba(0, 0, 0, 0.6);
padding: 10px;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
border: 2px solid rgba(255, 255, 255, 0.4);
backdrop-filter: blur(4px);

}


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

    #detail .zoom-icon {
        position: absolute;
        bottom: 2.5rem;

    }
}

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

    #detail .zoom-icon {
        position: absolute;
        bottom: 3.5rem;

    }
}

.header-info h1{
    font-weight: 800;
}

.video-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px; 
}

.video-thumbnail {
    display: block;
    width: 100%;
    height: auto;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem; 
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%; 
    width: 60px; 
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.play-button-overlay:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.1); 
}
#newsletter-home .form-control {
    background-color: #ffffff47;
    color: white;
    border: 1px solid #ffffff47;
}

#newsletter-home .form-control::placeholder{
    color: white;
}

/* Estilos básicos para el contenedor de idiomas */
#custom_translate {
    position: relative;
}

/* Estilos del botón de traducción */
#translate-button-1, #translate-button-2 {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 15px;
}

#translate-button-1:hover, #translate-button-2:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Efecto hover para el botón */
}

/* Lista de idiomas oculta por defecto */
#language-list-1, #language-list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #ccc;
    width: 150px;
    position: absolute;
    display: none;
    color:#212529;
    border-radius: 0.375rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Estilo para cada opción en la lista */
#language-list-1 li, #language-list-2 li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #212529;
}

#language-list-1 li img {
    margin-right: 8px;
}

#language-list-1 li:hover {
    background: #f1f1f1;
}

#language-list-2 li img {
    margin-right: 8px;
}

#language-list-2 li:hover {
    background: #f1f1f1;
}

/* Cambiar el color al pasar el mouse */
#language-list-1 li:hover, #language-list-2 li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Mostrar la lista cuando la clase active está presente */
#language-list-1.active, #language-list-2.active {
    display: block;
}


/* Ocultar el logo de Google Translate */
.goog-te-banner-frame {
    display: none !important;
}

/* Ocultar el selector de Google Translate */
.goog-te-gadget {
    display: none !important;
}

body>.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.reset-styles * {
    all: revert !important;  
    margin-left: 1rem !important;
}

.reset-styles ul {
  margin-block-start: 0 !important;
  margin-block-end:   0 !important;
  padding-inline-start: 0 !important;
  list-style-position: inside !important;
}


.reset-styles ul {
  margin: 0 !important;
  padding-left: 15px !important;
  list-style-position: outside !important;
}

.reset-styles p {
    margin-top: 0px !important;
}

.modalinvolve {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
  z-index: 9999;
}

.modalinvolve.show {
  opacity: 1;
  visibility: visible;
}

.modalinvolve .modal-content {
  background: #fff;
width: 80vw;
    top: 40px;
    height: 80vh;
    max-width: 80vw;
    max-height: 70vh;
    margin: auto;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

#openseadragon {
  width: 100%;
  height: 100%;
}

#openseadragon .openseadragon-canvas {
  cursor: grab !important;
}

#openseadragon .openseadragon-canvas:active {
  cursor: grabbing !important;
}
#closeModal {
position: absolute;
    top: 15px;
    right: 15px;
    padding: 0px 11px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #000;
    border-radius: 800px;
    cursor: pointer;
    z-index: 99;
}

.owl-nav.disabled .owl-prev,
.owl-nav.disabled .owl-next {
    display: none !important;
}
