.theme-delta .ship-tabs-container {
    min-height: 80vh;
    position: relative;
    padding-top: 4.5rem;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: 3;

    /*transition: background 0.5s ease;*/
}
.theme-delta .ship-tabs-container::before {
    content: "";
    display: block;
    background: url('../../themes/delta/images/bg-shape.svg'), transparent linear-gradient(89deg, #2A94FD 0%, #96D6F4 40%, #FFFFFF00 90%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.theme-delta .ship-tabs-container .tabs-nav {
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 1;
}
.theme-delta .ship-tabs-container .tabs-nav .container {
    display: flex;
    /*justify-content: space-between;*/
    position: relative;
    flex-wrap: wrap;
}
.theme-delta .ship-tabs-container .tabs-nav .container .tabs-nav-start {
    position: absolute;
    top: -6rem;
    left: 1rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #00000029;
    border: 2px solid #FFFFFF;
    padding: 1rem 1rem 0.6rem;
    border-radius: 1rem;

    font: normal normal 900 1.333rem/1.905rem "Tempo Std";
    color: #195C9E;
    text-transform: uppercase;
}
.theme-delta .ship-tabs-container .tabs-nav .container .tabs-nav-start::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1rem;
    border-width: 1rem;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.theme-delta .ship-tabs-container .tabs-nav .tabs-nav-item {
    font: normal normal 900 1.333rem/1.905rem "Tempo Std";
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 1.5rem;

    top: 0;
    position: relative;
    transition: all 0.5s;
}
.theme-delta .ship-tabs-container .tabs-nav .tabs-nav-item.active {
    color: #ffffff;
    top: -0.5rem;
    position: relative;
}
.theme-delta .ship-tabs-container .tabs-nav .tabs-nav-item::before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    display: inline-block;
    transition: all 0.5s;
}
.theme-delta .ship-tabs-container .tabs-nav .tabs-nav-item.active::before {
    background: #ffffff;
}

.theme-delta .ship-tabs-container .tabs-body {
    padding-top: 4.5rem;
    position: relative;
    z-index: 1;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item {
    width: 50%;
    display: none;

    /*visibility: hidden;*/
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 4.5rem;
    left: 0;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item.active {
    display: block;

    /*visibility: visible;*/
    opacity: 1;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .title {
    font: normal normal 900 4.762rem/4.762rem "Tempo Std";
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #FFFFFF;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .title span {
    color: #DC1125;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 12px #0000001F;
    border-radius: 12px;
    padding: 1.7rem 2rem 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship.active {
    background: #CEE5FF 0% 0% no-repeat padding-box;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship .ship-name {
    font: normal normal 900 1.714rem/1 "Tempo Std";
    color: #10559A;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship .ship-info {
    display: flex;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship .ship-info .guests {
    font: normal normal normal 1.333rem/1 "Helvetica Neue";
    width: 45%;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship .ship-info .guests span {
    font-weight: bold;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship .ship-info .crew {
    font: normal normal normal 1.333rem/1 "Helvetica Neue";
    width: 45%;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship .ship-info .crew span {
    font-weight: bold;
}

.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship .arrow-right {
    background: #10559A;
    display: block;

    width: 2rem;
    height: 2rem;
    margin: 1rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 2rem);
    right: 1rem;
}
.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship .arrow-right::after {
    content: '';
    position: absolute;
    left: 2px;
    top:  2px;
    width: 2rem;
    height: 2rem;
    background: #ffffff;
}

.theme-delta .ship-tabs-container .tabs-body .tab-item .tab-ship.active .arrow-right::after {
    background: #CEE5FF;
}
.theme-delta .ship-tabs-background-container {
    /*background: #ffffff;*/
    background: #2A94FD;
    position: relative;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .theme-delta .ship-tabs-container .tabs-body .tab-item {
        width: 75%;
    }
}
@media (max-width: 767.98px) {
    .theme-delta .ship-tabs-container .tabs-body .tab-item {
        width: 100%;
    }
}

