
.package{
    /* border: 2px solid black; */
    display: flex;
    width: 100%;
    /* margin: 15px 0px; */
}
.package-card a{
    margin: 5px 0px;
    background-color:#ffbe42;
    color: #093fb4;
    font-weight:550;
    width: 100%;
    border: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.package-card li a{
    background-color: white;
    font-size: smaller;
}
.package-card li a:hover{
    font-size: smaller;
}
.package-card a:hover{
    color: #093fb4;
    background-color: #ffbe42;
    font-size: 18px;
}
.package-card p{
    font-weight: 350;
    font-size: smaller;
}
.package-card h3{
    font-size: 25PX;
    /* font-weight: bold; */
    color: #093fb4;
}
.package-itinerary{
    background-color: #ffbe42;
    height: 300px;
    justify-content: center;
}
.nav-pills a{
    color:#093fb4;
    font-weight: bold;
    font-size: medium;
    height: 50px;
    width: 220px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.nav-pills a:hover{
    background-color: #ffbe42;
    color:#093fb4;
}
.scrollspy-example h4{
    color:#093fb4;
    font-weight: bold;
}
.itinerary_list li{
    background-color: #ffbe42;
    color: #093fb4;
    border-radius: 5px;
    padding: 2px 8px;
}
.carousel-inner img{
    border-radius: 10px;
}
.basic_pack{
    flex-direction: column; 
    top: 0;
    position: sticky; 
    padding: 20px 0px;
    height: 650px;
}
.basic_pack li{
    background-color: white;
    font-size: medium;
}
.breadcrumb{
    /* height: 30px; */
    background-color: white;
    align-items: center;
    justify-content: center;
    /* font-weight: bold; */
    /* margin-top: 8px; */
    /* border: 2px solid #ffbe42; */
}
.breadcrumb a{
    text-decoration: none;
}
video{
    width: 100%;
    height: auto;
}