.feaured-ship-container {
    background-color: #f5f5f7;
}

.feaured-ship-container .carousel {
    margin-top: -10px;
    margin-bottom: -10px;
    height: calc(100% + 20px);
}

.feaured-ship-container img {
    height: 100%;
    border-radius: 10px;
}

.feaured-ship-container .carousel-control-next, .feaured-ship-container .carousel-control-prev {
    opacity: .85;
    width: 75px;
}

.feaured-ship-container .carousel-control-next:hover, .feaured-ship-container .carousel-control-prev:hover {
    opacity: 1;
}

.feaured-ship-container .carousel-control-next span, .feaured-ship-container .carousel-control-prev span {
    height: 45px;
    width: 45px;
    color: #b69f72;
    background-color: rgba(255, 255, 255, 1);
}

.feaured-ship-container .carousel-control-next span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b69f72' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.feaured-ship-container .carousel-control-prev span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b69f72' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.feaured-ship-details {
    padding: 3.5rem;
}

.feaured-ship-title {
    font-size: 26px;
    color: #0e263e;
    border-bottom: solid 3px #b69f72;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.feaured-ship-model {
    font-size: 18px;
    color: #0e263e;
    font-family: 'Montserrat', sans-serif;
}

.feaured-ship-type {
    font-size: 18px;
    color: #b69f72;
    font-family: 'Montserrat', sans-serif;
}

.feaured-ship-separator {
    border-bottom: 1px solid #7d8d9c;
}

.feaured-ship-info div {
    color: #888;
}

.feaured-ship-info span {
    color: #0e263e;
    font-weight: bold;
}

.feaured-ship-more {
    font-size: 16px;
    border-radius: 25px;
    background-color: #0e263e;
    text-transform: uppercase;
}

.feaured-ship-more:hover {
    background-color: #0e263e;
    color: #fff;
}

.feaured-ship-more:focus {
    box-shadow: 0 0 0 0.2rem rgba(182, 159, 114,.35);
}

.feaured-ship-more:active {
    background-color: #0e263e;
    border-color: #0e263e;
    box-shadow: 0 0 0 0.2rem rgba(182, 159, 114,.35);
}

@media (max-width: 991.98px) {
    .feaured-ship-details {
        padding: 1.5rem;
        margin-top: 20px;
    }
}
