﻿
.deal-banner {
    display: flex;
    flex-wrap: wrap;
}

.deal-card {
    flex: 1 1 50%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.deal-content {
    padding: 0px;
    text-align: center;
    position: relative;
    top: 60px;
}

    .deal-content h2 {
        font-size: 24px;
        margin-bottom: 23px;
        font-weight: 600;
        color: white;
    }

    .deal-content p {
        color: white;
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 500;
    }

.deal-btn {
    background: #00b6b6;
    color: white;
    padding: 10px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid white;
}

.hewding {
    text-align: center;
    font-size: 29px;
    color: #012c61;
    font-family: "Cinzel", serif;
    margin-top: 30px;
    margin-bottom: 15px;
}

#destinationWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.destinationColumn {
    flex: 1 1 32%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 200px;
}

.sizeSmall {
    height: 250px;
}

.destinationBlock {
    position: relative;
    overflow: hidden;
    color: white;
}

.sizeLarge {
    height: 450px;
}

.destinationBlock {
    position: relative;
    overflow: hidden;
    color: white;
}

    .destinationBlock img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

.destinationLabel {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100%;
    top: 0;
    font-size: 27px;
    right: 0;
    text-align: center;
    align-content: center;
    padding: 6px;
    font-weight: 600;
    background: rgb(46 46 46 / 22%);
}
/*.destinationBlock:hover .destinationLabel {
    background: rgb(46 46 46 / 19%);
} 
*/
.destinationColumn {
    flex: 1 1 32%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 200px;
}

.destinationBlock:hover img {
    transform: scale(1.05);
}

.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-container1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(20 173 217);
    color: white;
    border: none;
    padding: 4px 12px 4px 12px;
    border-radius: 107px;
    cursor: pointer;
    z-index: 999;
}

.owl-prev1, .owl-next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(20 173 217);
    color: white;
    border: none;
    padding: 4px 12px 4px 12px;
    border-radius: 107px;
    cursor: pointer;
    z-index: 999;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

.owl-next {
    right: -42px;
}

.owl-prev {
    left: -42px;
}

.owl-next1 {
    right: -42px;
}

.owl-prev1 {
    left: -42px;
}

.carousel-container {
    width: 100%;
    margin: auto;
    padding: 0px 0px 15px 0px;
}

.rowtr {
    display: inline-block;
}

.carousel-container1 {
    width: 100%;
    margin: auto;
    padding: 0px 0px 15px 0px;
}

.owl-carousel .owl-item {
    min-height: auto !important;
}

.owl-carousel .item {
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.carousel-container .owl-carousel .item img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 250px;
}

.carousel-container1 .owl-carousel .item img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 280px;
}

.fearutr {
    padding: 30px 0px;
}

.cardContent {
    padding: 0px 10px 15px 10px;
    flex: 1;
}

.packageTitle {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0 3px;
    color: #333;
}

.packageDetails {
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 14px;
    font-size: 16px;
}

.viewBtn {
    display: inline-block;
    padding: 4px 7px;
    width: 100%;
    background: #012c61;
    border: 1px solid #012c61;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.startjurney {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    flex-flow: row wrap;
    gap: 15px;
    padding: 0px;
}

    .startjurney .itemj img {
        border-radius: 10px 10px 0px 0px;
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .startjurney > * {
        width: calc(25% - 15px);
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 10px;
    }
 
@media (max-width: 992px) {
    .startjurney > * {
        width: calc(33.333% - 15px);
    }
    .sizeSmall {
        height: 200px;
    }
    .sizeLarge {
        height: 320px;
    }
    .owl-next, .owl-next1{
        right: -15px;
        left:unset
    }
    .owl-prev, .owl-prev1 {
        right: unset;
        left: -15px
    }
    .carousel-container .owl-carousel .item img { 
        height: 200px;
    }
    .carousel-container1 .owl-carousel .item img {
        height: 220px;  
    }
}
@media (max-width: 768px) {
    .deal-card {
        flex: 1 1 100%;
    }
    .startjurney > * {
        width: calc(50% - 15px);
    } 
    .deal-content h2 {
        font-size: 20px;
    }

    .deal-content p {
        font-size: 14px;
    }
}
 
@media (max-width: 570px) { 
    .startjurney > * {
        width: calc(100% - 15px); 
    }
    .startjurney {
        justify-content: center;
    }
}

@media (max-width: 500px) { 
    .startjurney > * {
        width: calc(100% - 15px); 
    } 
}
