/*Banner*/

.page-banner {
    position: relative;
}

    .page-banner, .page-banner .page-banner-image, .page-banner .page-banner-image img {
        height: 400px;
        object-fit: cover;
    }

.page-banner-image {
    position: relative;
}

    .page-banner-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000033;
    }

.page-banner-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: #fff;
    padding-top: 137px;
}

/*Banner*/

/*Page Layout*/

.page-padding
{
    padding-top: 102px;
    padding-bottom: 102px;
}

/*Page Layout*/


.page-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    position: relative;
    z-index: 1;
}

.page-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #1F1F1F;
}

.tour-detail-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.tour-detail-date, .tour-detail-location, .tour-detail-days {
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #4F4D4D;
}

.tour-detail-date i, .tour-detail-location i, .tour-detail-days i {
    color: #C49F5F;
    font-size: 18px;
}

    .tour-detail-date svg path, .tour-detail-location svg path, .tour-detail-days svg path {
        fill: #C49F5F;
    }

.tour-detail-date-location-days {
    display: flex;
    align-items: center;
    column-gap: 42px;
}

.tour-detail-text {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}

.tour-detail-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #1F1F1F;
}

.tour-detail-short-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #4F4D4D;
}


.tour-detail-area {
    display: flex;
    flex-direction: column;
    row-gap: 62px;
}

.vehicle-movement-times, .services-included-in-the-price {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.vehicle-movement-times-title, .services-included-in-the-price-title {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #034694;
}

.vehicle-movement-time-list, .services-included-in-the-price-list {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #4F4D4D;
}

.tour-detail-informations {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 46px;
}

.tour-program {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.tour-program-title {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #034694;
}

.tour-program-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #4F4D4D;
}

.tour-detail-whatsapp-button {
    width: max-content;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 8px 15px;
    background: #39CE39;
    border-radius: 6px;
}

.tour-detail-whatsapp-icon {
    color: #fff;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}

.tour-detail-whatsapp-title {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
}

.tour-detail-whatsapp-number {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
}

.tour-detail-gallery-slider .owl-item, .tour-detail-gallery-slider .owl-item .item, .tour-detail-gallery-slider .owl-item .item img {
    aspect-ratio: 2/1.5;
    object-fit: cover;
}