.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-left: unset !important;
    padding-right: unset !important;
}
.row{
    margin: unset !important;
}
.section-heading{
    margin-bottom: 30px !important;
}
.home-banner-section{
    padding-bottom: 60px;
}
.destinations_main_section h2{
    font-size: 2.5rem;
    font-weight: 900;
}
.destinations {
    position: relative;
    width: 100%;
    /*min-height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper {
    width: 100%;
    padding:30px 0;
}

.swiper-slide {
    width: 300px;
    height: 400px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    filter: blur(1px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
}

.swiper-slide-active {
    filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-slide span {
    text-transform: uppercase;
    color: #fff;
    background: #1b7402;
    padding: 7px 18px 7px 25px;
    display: inline-block;
    border-radius: 20px 0 0 20px;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-family: "Open Sans", sans-serif;
}

.swiper-slide span {
    background: #fc8e14;
    font-weight: 700;
}

.swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    padding: 25px 25px 0 25px;
}

.swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 25px 35px 25px;
}

.swiper-slide svg {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 7px;
}
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}


/*
==========================================================
=========== start the style of the trips section =========
==========================================================
 */
.recomended_trips{
    padding: 30px 0;
    /*background: radial-gradient(circle at top,transparent 9%, #f3f3f3 10% ,#f3f3f3 15% , transparent 16%), radial-gradient(circle at bottom,transparent 19%, #f3f3f3 20% ,#f3f3f3 25% , transparent 26%), radial-gradient(circle at right,transparent 19%, #f3f3f3 20% ,#f3f3f3 25% , transparent 26%), radial-gradient(circle at left,transparent 9%, #f3f3f3 10% ,#f3f3f3 15% , transparent 16%);*/
    /*background-size: 5em 5em;*/
    /*background-color: #ffffff;*/
    /*opacity: 0.85;*/
    background-image: url("../../photos/cruises/Sprinkle.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.package-wrap .package-price {
    left: auto;
    right: 0;
}
.trip_cont{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 88px;
}
.package-content h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sub_info{
    font-size: 1em;color: rgba(0,0,0,.4);
}
.sub_info p i{
    display: inline-block;
    margin-left: 5px;
}

.feature-image img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.package-wrap{
    border-radius: 10px;
}

.cruises .card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 260px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}


@media (max-width: 768px) {
    .cruises .card {
        min-height: 260px;
    }
}

@media (max-width: 420px) {
    .cruises .card {
        min-height: 260px;
    }
}

.cruises .card.card-has-bg {

    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.cruises .card.card-has-bg::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: inherit;*/
/*    -webkit-filter: grayscale(1);*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    filter: grayscale(100%);*/
/*}*/

.cruises .card.card-has-bg:hover {
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
    background-size: 130%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.cruises .card.card-has-bg:hover .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #234f6d;
    background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #081e54 100%);
}

.cruises .card .card-meta {
    color: #fc8e14;
    font-weight: 600;
    font-size: 1.5rem;
}

.cruises .card .card-img {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.cruises .card .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: start;
    transition: all .5s ease-in-out;
}

.cruises .card .card-body h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 12px;
}

.cruises .card:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.cruises .card:hover .card-body {
    /*justify-content: center;*/
    /*align-items: center;*/
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.cruises .card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #234f6d;
    /*background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #081e54e3 100%);*/
    background:linear-gradient(0deg, rgba(34, 79, 109, 0.0385889356) 0%, #081e54e3 100%);
}
.trips{
    padding: 30px 0;
    /*background: radial-gradient(circle at top,transparent 9%, #f3f3f3 10% ,#f3f3f3 15% , transparent 16%), radial-gradient(circle at bottom,transparent 19%, #f3f3f3 20% ,#f3f3f3 25% , transparent 26%), radial-gradient(circle at right,transparent 19%, #f3f3f3 20% ,#f3f3f3 25% , transparent 26%), radial-gradient(circle at left,transparent 9%, #f3f3f3 10% ,#f3f3f3 15% , transparent 16%);*/
    /*background-size: 5em 5em;*/
    /*background-color: #ffffff;*/
    /*opacity: 0.85;*/
    background-image: url("../../photos/cruises/Sprinkle.svg");
    background-repeat: no-repeat;
    background-size: cover;
}


.ui.left.corner.label, .ui.left.corner.label:after{
    left: auto !important;
    right: 0 !important;

}
.ui.left.corner.label:after{
    border-top: 4em solid transparent !important;
    border-right: unset !important;
    border-bottom: 4em solid transparent !important;
    border-left: 4em solid transparent !important;
    border-top-color: inherit !important;
}
.ui.left.corner.label .icon{
    left: 1.514286em;
}
.ui.label, .ui.labels .label{
    font-size: 1.157143rem;
}
.ui.corner.label{
    width: 6em;
    height: 6em;
}
