﻿
.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 {
    color: white;
    padding: 10px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid white;
}

.deal-btn:hover {
    background: #fff;
    color: #000;
}


.hewding {
    text-align: center;
    font-size: 29px;
    color: #000000;
    font-family: "Libertinus Sans", sans-serif;
    ;
    margin-top: 15px;
    margin-bottom: 15px;
}


.section-heading {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.card-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

    .card-row.reverse {
        flex-direction: row-reverse;
    }

.card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .card img:hover {
        transform: translateY(-6px) scale(1.0);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18); 
    }

.card-large {
    flex: 7;
    background: #000000;
}

.card-small {
    flex: 3;
    background: #000000;
}

.card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.card:hover img {
    transform: scale(1.05); 
}

.cardContent {
    padding: 7px;
}

.cardTag {
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

.cardContent h3 {
    font-size: 20px;
    margin: 0 0 3px;
    color: white;
}

.cardContent p {
    font-size: 14px;
    color: white;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .card-row,
    .card-row.reverse {
        flex-direction: column;
    }

    .card-large,
    .card-small {
        flex: 1 1 100%;
    }

    .card img {
        height: 220px;
    }
}





/*#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%);
    vertical-align: middle
}*/
/*.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);
}*/

/*.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: #40d9f7;
    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: #40d9f7;
    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;
}



.travel-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.travel-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 320px;
}

.travel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.travel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.6));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
}

.travel-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color:#ffffff;
}

.travel-text {
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
}

.travel-btn {
    margin-top: 15px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 18px;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .travel-btn:hover {
    background: #fff;
    color: #000;
    }



/* Responsive Design */
@media (max-width: 1024px) {
    .travel-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .travel-section {
        grid-template-columns: 1fr;
    }
}





.carousel-container {
    width: 100%;
    margin: auto;
    padding: 0px 0px 15px 0px;
}

.rowtr {
    display: inline-block;
}

.trip-carousel{
    margin-bottom:20px;
}

.trip-carousel .trip-card {
    position: relative;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .trip-carousel .trip-card:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }

.trip-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.05));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    transition: background 0.4s ease;
}

.trip-card:hover .trip-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.15));
}

.trip-nights {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    opacity: 0.9;
}

.trip-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1.3;
}

.trip-details {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 12px;
}

.trip-btn {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .trip-btn:hover {
        background: #fff;
        color: #000;
    }

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 100;
    transition: background 0.3s ease;
}

    .owl-carousel .owl-nav button:hover {
        background: rgba(0, 0, 0, 0.7);
    }

.owl-carousel .owl-nav .owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav .owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button span {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}






.destination-slider-container {
    margin-bottom:15px;
}

.destination-slider .destination-card {
    width: 310px;
    height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin: 10px;
}


.destination-slider .destination-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
    z-index: 1;
}

.destination-slider .card-overlay {
    position: relative;
    z-index: 2;
    padding: 20px;
    color: white;
}

.destination-slider .card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.destination-slider .card-details {
    font-size: 1rem;
    margin-bottom: 15px;
}

.destination-slider .explore-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid white;
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .destination-slider .explore-btn:hover {
        background-color: white;
        color: black;
    }

@media (max-width: 768px) {
    .destination-slider .destination-card {
        width: 90%;
    }

    .destination-slider .card-title {
        font-size: 1.2rem;
    }

    .destination-slider .card-details {
        font-size: 0.95rem;
    }

    .destination-slider .explore-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}


.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: 15px 0px 10px 0px;
}


.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: 15px;
}

.viewBtn {
    display: inline-block;
    padding: 4px 7px;
    width: 100%;
    background: #000000;
    border: 1px solid #000000;
    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); 
    } 
}
