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

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--primary-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--third-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #373FFF;
}

h3,
h2,
h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--primary-text-color);
    font-display: swap;
}

h2,
h3 {
    text-transform: uppercase;
}

h1 {
    color: var(--third-text-color);
}

p {
    font-family: 'Lato', sans-serif;
    line-height: 24.14px;
    font-display: swap;
}

.navbar {
    backdrop-filter: blur(7px);
    background-color: rgb(255, 255, 255, 0.4);
}

.navbar-brand {
    width: 131px;
    padding: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('/images/maritime/menu.svg');
}

.nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
}

.nav-box {
    background: var(--primary-color);
}

.navbar-light .navbar-nav .nav-box .nav-link {
    color: var(--third-text-color);
    font-weight: 300;
    padding: 4px 25px;
}

.navbar.scrolled {
    background: #fff;
    border-bottom: 1px solid var(--primary-color);
}

.btn {
    border: none;
    border-radius: 0;
    padding: 5px 55px;
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-secondary-maritime {
    background-color: #ffffff;
    color: #000000;
}

.btn-primary-maritime {
    background: var(--primary-color, #0D1E4A);
    color: #fff;
}

.btn-primary-color {
    color: var(--third-color);
    border: 2px solid var(--primary-color);
}

.btn-primary-color .c-button__blobs {
    background: var(--primary-color);
}

.btn-primary-color .c-button__blobs div {
    background-color: var(--third-color);
}

.btn-primary-color:hover {
    color: var(--primary-color);
}

.btn-secondary-color {
    color: var(--primary-color);
}

.btn-secondary-color .c-button__blobs {
    background: var(--third-color);
}

.btn-secondary-color .c-button__blobs div {
    background-color: var(--primary-color);
}

.btn-secondary-color:hover {
    color: var(--third-color);
}

.c-button {
    font-weight: 400;
    text-decoration: none;
    padding: 0.3em 3.3em;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
    position: relative;
    transition: all 700ms ease;
    text-align: center;
}

.c-button .c-button__blobs {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -3px;
    right: -1px;
    z-index: -1;
}

.c-button .c-button__blobs div {
    width: 43%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(125%) translateZ(0);
    transition: all 700ms ease;
}

.c-button .c-button__blobs div:nth-child(1) {
    left: -5%;
}

.c-button .c-button__blobs div:nth-child(2) {
    left: 30%;
    transition-delay: 60ms;
}

.c-button .c-button__blobs div:nth-child(3) {
    left: 66%;
    transition-delay: 25ms;
}

.card-title,
.card-text {
    color: var(--primary-color);
}

.card-title {
    font-family: 'OSWALD';
    font-size: 1.13rem;
    letter-spacing: normal;
    text-transform: uppercase;
}

.h-43 {
    height: 43%;
}

.article {
    padding: 0px 12px 62px;
}

.article h3 {
    font-size: 1.15rem;
}

a.link-suite {
    text-decoration: none;
}

.link {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    float: right;
    font-size: 1rem
}

.link::after {
    content: '\2192';
    /* Codice della freccia a destra */
    margin-left: 0.3em;
    /* Spazio tra il testo e la freccia */
}


.btn-maritime-primary,
.btn-secondary,
.btn-maritime-secondary {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.39em;
    text-transform: uppercase;
}

.btn-maritime-primary,
.btn-secondary {
    background: var(--button-primary-color-backgroud);
    color: var(--button-primary-color-text)
}

button.btn-maritime-primary {
    background: var(--button-primary-color-backgroud);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    font-weight: 400;
}

.btn-maritime-primary:hover {
    border: 1px solid var(--primary-color);
}

.btn-maritime-secondary {
    background: transparent;
    padding: 7px 1.2vw;
    color: #fff;
    border: 1px solid #ffffff;
}

.btn-maritime-primary:hover,
.btn-maritime-secondary:hover,
.btn-secondary:hover {
    background: var(--button-hover-background);
    color: var(--button-hover-color);
}

.nav-link {
    color: var(--primary-navbar-text-color);
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--primary-navbar-text-color);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--hover-color-navbar);
    /* text-decoration: underline; */
    text-underline-offset: 4px;
    background: var(--primary-color);
    color: var(--third-color);
}

.dropdown-menu {
    min-width: min-content;
    padding: 10px;
}

.active {
    color: var(--hover-color-navbar);
}

.video-suites {
    filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.4));
}

.slide-suite-maritime {
    height: 200px !important;
    width: auto !important
}

.border-top-right-bottom {
    border-top: 2px solid var(--third-color);
    border-bottom: 2px solid var(--third-color);
    border-right: 2px solid var(--third-color);
}

.border-top {
    border-top: 4px solid var(--primary-color) !important;
}

.border-bottom {
    border-bottom: 4px solid var(--primary-color) !important;
}

.title-style {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0.005em;
}

.reweight-first-letter::first-letter {
    font-weight: 200;
}

footer li {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    list-style-type: none;
    padding: 8px 0;
    text-transform: uppercase;
    text-underline-offset: 4px;
}

footer li a {
    color: var(--third-color)
}

footer p,
.footer-company-about {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: var(--third-color)
}

.border-footer {
    border-top: 1px solid var(--color-border-footer);
    border-bottom: 1px solid var(--color-border-footer);
}

.border-content-footer {
    border-left: 1px solid var(--color-border-footer);
    border-right: 1px solid var(--color-border-footer);
}

.border-left-footer {
    border-left: 1px solid var(--color-border-footer);
}

.border-left {
    border-left: 2px solid var(--primary-color);
}

.background-primary {
    background: var(--primary-color);
}

.card-suite {
    background: url('/images/maritime/shared/card_background.webp') no-repeat;
    background-size: cover;
    padding: 32px;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.4);
}

.card-suite p {
    min-height: 109px;
}

.card {
    border: 1px solid var(--primary-color);
    border-radius: 0;
}

.card-body h3 {
    text-transform: none;
}

.card-img {
    border-radius: 0 !important;
    height: 238px;
    object-fit: cover;
}

.rettangle {
    height: 38px;
}

.bg-seastream {
    background: var(--blue);
}

.bg-portstream {
    background: var(--green);
}

.bg-shipbook {
    background: var(--orange);
}

.bg-satstream {
    background: var(--red);
}

.bg-streambox {
    background: var(--heavenly);
}

.video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.feature-list {
    font-family: Inter, sans-serif;
}

.feature-list li {
    margin-bottom: 1.5rem !important;
}

.accordion-button-style {
    color: var(--third-color);
    font-size: 30px;
    border-bottom: 1px solid var(--third-color);
    font-weight: 600;
 }
  
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
}

@media only screen and (max-width: 480px) {
  
    .img-handshake {
      height: 196px;
      object-fit: cover;
    }

    .navbar-brand  {
        position: relative;
        right: -28px;
    }
}

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

    .intro-product-detail img {
        content: url("/images/maritime/shared/background-mobile.webp")
    }

    .intro-product-detail {
        background: none;
    }

    .c-button {
        width: 100%;
    }

}

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

    .navbar-nav .dropdown-menu {
        display: block;
        background: transparent;
        border: none;
        position: static;
        padding-left: 21px;
    }

    .dropdown-item {
        color: var(--primary-color);
        text-transform: uppercase;
    }

    .page-section {
        height: auto;
    }

    .intro-text {
        position: relative;
        top: -200px;
        margin: 15px;
        margin-bottom: -180px;
        padding: 32px;
    }

    .navbar-brand .navbar-brand-img {
        height: 26px;
    }

    #secondary-navbar {
        background: linear-gradient(180deg, #0D1E4A 0%, rgba(13, 30, 74, 1) 100%) !important;
        margin: 24px auto;
        border-radius: 5px;
        width: 93vw;
        min-height: 52px;
        box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.4);
    }

    #secondary-navbar .navbar-toggler {
        padding: 0px 16px;
        ;
    }

    #secondary-navbar #navbar-nav-secondary {
        background: linear-gradient(180deg, #0D1E4A 0%, rgba(13, 30, 74, 0.8) 100%) !important;
        height: 87vh;
        padding: 20px;
        border-radius: 5px;
    }

    .card-sea {
        background: url('/images/maritime/shared/background_card.webp') no-repeat center;
        background-size: cover;
        margin: 150px 0px;
        padding: 3vw;
        box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.4);
    }

    .card-sea-img {
        margin-top: -78px;
        margin-bottom: 20px
    }

    .card-sea .btn-maritime-primary,
    .card-sea .btn-maritime-secondary,
    .card-suite .btn-maritime-primary,
    .card-suite .btn-maritime-secondary {
        width: 100%;
        margin: 10px 0;
    }

    .card-sea .btn-maritime-secondary {
        padding-left: 10px;
        padding-right: 10px
    }

    .card-suite {
        padding: 16px;
        margin: 12px;
    }

    .intro .intro-text-products-detail {
        position: initial;
        margin: 0 auto;
        padding: 21px;
    }

    .btn-maritime-primary,
    .btn-secondary,
    .btn-maritime-secondary {
        font-size: 13px;
        width: 100%;
    }

}

@media (min-width: 992px) {

    .intro .intro-text {
        width: 36%;
        padding: 48px;
    }

    .page-section {
        height: auto;
    }

    .intro .intro-img {
        width: 75%;
        float: right;
    }

    .intro .intro-text {
        left: 0;
        width: 45%;
        position: absolute;
    }

    .intro .intro-text .intro-button {
        width: 100%;
        left: 0;
        position: absolute;
        bottom: -1rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1200px) {

    .intro .intro-text {
        width: 36%;
    }

    .intro .intro-img {
        width: 75%;
    }

    .c-button:hover .c-button__blobs div {
        transform: scale(1.4) translateY(0) translateZ(0);
    }
}

@media (min-width: 1550px) {

    .intro-text img {
        width: 100%
    }

    .section-heading-lower {
        font-size: 18px;
        line-height: 30px;
    }

}

@media (min-width: 2050px) {

    .intro-text img {
        width: 100%
    }

    .section-heading-lower {
        font-size: 36px;
        line-height: 52px;
    }

    .intro-text {
        padding: 78px !important;
    }
}

@media (max-width: 767.98px) {
    .triangle-mobile {
        position: absolute;
        width: 86px;
        height: 67px;
    }
    .triangle-bottom-left {
        bottom: -1px;
        left: 0;
        transform: scaleX(-1);
    }
    .triangle-bottom-right {
        bottom: -11px;
        right: 0;
    }
  }