nav{
    border-bottom: 1px solid #F27F0C;
}
nav ul li a{
    font-family: "Mulish", sans-serif;
    color: #063F5C;
    font-size: 15px;
    font-weight: 600;
}
.navbar-toggler-icon{
    color: #063F5C !important;
}
.package-details {
    margin-top: 90px;
}
@media screen and (max-width: 991px) {
    .package-details{
        padding: 0px 25px;
    }
}
.container.package-details{
    max-width: 1280px !important;
}
.package-details h3{
    font-family: "Volkhov", serif;
    font-size: 32px;
    max-width: 80%;
}
@media screen and (max-width: 991px) {
    .package-details h3{
        max-width: 100%;
        font-size: 28px;
    }
}
.package-details-head .package-details-extra{
    display: flex;
}
.package-details-extra .package-destination{
    display: flex;
    align-items: center;
    padding-right: 10px;
    border-right: 1px solid rgb(141, 141, 141);
    margin-right: 10px;
}
.package-details-extra .package-destination p{
    margin: 0px;
    margin-left: 12px;
    color: rgb(104, 104, 104);
    font-weight: 600;
}
#include-list li{
    list-style-image: url('../images/right-tick.png');
}
#exclude-list li{
    list-style-image: url('../images/wrong-tick.png');
}
.package-details .packages-include{
    margin-top: 30px;
    background-color: #F8FAFC;
    border-radius: 15px;
    border: 1px solid rgba(22,82,125,8%);
    padding: 38px 40px;
    margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
    .package-details .packages-include{
        padding: 20px;
    }
}
.package-details .packages-include{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 30px;
}
.package-details .packages-include .package-include-prop{
    width: 50%;
}
@media screen and (max-width: 691px) {
    .package-details .packages-include .package-include-prop{
        width: 100%;
    }
}
.package-details .packages-include .package-include-prop .include-prop-head{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.package-details .packages-include .package-include-prop .include-prop-head p{
    margin: 0px;
    color: #1C2B38;
    font-weight: 500;
}
.package-details .packages-include .package-include-prop .include-prop-text{
    max-width: 80%;
    font-size: 14px;
}
.package-details .packages-include .package-include-prop .include-prop-text p{
    margin: 0px;
    color: #495560;
}
.package-section{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CEDADF;
    /* margin-bottom: 400px; */
}
.package-section h4{
    margin-bottom: 12px;
    font-family: "Volkhov", serif;
    font-size: 22px;
    font-weight: 500;
}
.package-section h5{
    margin-bottom: 16px;
    font-family: "Volkhov", serif;
    font-size: 16px;
    font-weight: 600;
    color: #1C2B38;
}
.package-section .package-section-text{
    color: #495560;
    font-size: 15px;
    font-family: "Mulish", sans-serif;
}
.package-section ul{
    font-family: "Mulish", sans-serif;
    color: #495560;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.package-section .package-contains{
    gap: 40px;
    flex-wrap: wrap;
}
.package-section.package-details-list .details-list{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    /* gap: 30px; */
    row-gap: 20px;
    column-gap: 30px;
}
.booking-form{
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,.25);
    padding: 20px 15px;
    border-radius: 10px;
    /* margin-top: 200px; */
    margin: 80px auto 20px auto;
    max-width: 90%;
}
.booking-form h5{
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #7e7e7e;
}
.booking-form .booking-price{
    text-align: center;
}
.booking-form .booking-price p:first-child{
    font-size: 18px;
    font-weight: 600;
    color: #778088;
    margin-bottom: 2px;
}
.booking-form .booking-price p:last-child{
    font-size: 36px;
    color: #7BBCB0;
    font-weight: 800;
}
.booking-form .booking-cta a{
    width: 100%;
    background-color: #7BBCB0;
    padding: 12px 0px;
    color: #FFF;
    font-weight: 500;
}

/* Packages */
.packages{
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 90%;
    margin: 0px auto;
    margin-bottom: 20px;
}
.packages .package{
    border-radius: 25px;
    padding: 12px;
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,.25);

}
.packages .package .package-img{
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
}
.packages .package .package-img img{
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.packages .package .package-details{
    padding: 0px 8px;
    margin-top: 0px !important;
}
.packages .package .package-details > p{
    color: #063F5C;
    font-family: "Volkhov", serif;
    text-transform: capitalize;
    margin-top: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.packages .package .package-details ul{
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.packages .package .package-details ul li{
    display: flex;
    gap: 5px;
    align-items: center;
    color: #495560;
    font-weight: 600 !important;
    font-size: 14px;
}
.packages .package .package-details ul li i{
    color: #495560;
    font-size: 17px;
}
.packages .package .package-details .package-review-price{
    display: flex;
    justify-content: space-between;
}
.packages .package .package-details .package-review-price p{
    margin: 0px;
}
.packages .package .package-details .package-review-price > div p:first-child{
    color: #778088;
    /* font-weight: 600; */
    font-size: 14px;
}
.stars .star {
    font-size: x-large;
    /* width: 50px; */
    display: inline-block;
    color: gray;
}
.stars  .star:last-child {
    margin-right: 0;
}
.stars .star:before {
    content:'\2605';
}
.stars .star.on {
    color: gold;
}
.star.half:after {
    content:'\2605';
    color: gold;
    position: absolute;
    margin-left: -20px;
    width: 10px;
    overflow: hidden;
}
.packages .package .package-details .package-review-price .package-price p:last-child{
    color: #7BBCB0;
    font-size: 20px;
    font-family: "Volkhov", serif;
}
