.packagepageSection{
    width: 100%;
    height: 400px;
    position: relative;
}
.packagepageSection .packagebanner{
    width:100%;
    height: 400px;
    overflow: hidden;
}
.packagepageSection .packagebanner img{
    width:100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(70%);
}
.packagepageSection .packagebanner .bannerpkgheading{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.packagepageSection .packagebanner .bannerpkgheading h1{
    font-size: 2rem;
    color: #eee;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
}
@media(max-width:950px){
    .packagepageSection .packagebanner .bannerpkgheading h1{
        font-size: 2rem;
    }
}
@media(max-width:600px){
    .packagepageSection{
        height: 300px;
    }
    .packagepageSection .packagebanner{
        height: 300px;
    }
    .packagepageSection .packagebanner img{
        height: 300px;
    }
    .packagepageSection .packagebanner .bannerpkgheading{
        width: 100%;
    }
}
@media(max-width:500px){
    .packagepageSection .packagebanner .bannerpkgheading h1{
        font-size: 1.8rem;
    }
}
.packagepageSection .packagebanner .bannerpkgheading ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    color: #fff;
    margin: 1rem;
}
.packagepageSection .packagebanner .bannerpkgheading ul li a{
    text-decoration: none;
    color: #fff;
    margin: .5rem;
    font-weight: 500;
}


.locationPackageSection{
    padding: 2rem;
    background-image: url(../image/benner_6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.locationPackageSection .innerLocationPackage .locationPackageHeading{
    width: 100%;
    text-align: center;
}
.locationPackageSection .innerLocationPackage .locationPackageHeading h2{
    font-size: 3rem;
    color: #0f5e9c;
}

.locationPackageSection .innerLocationPackage .locationPackageHeading p{
    color: #7c5454;
    width: 90%;
    text-align: justify;
    margin: auto;
    margin-top: 1rem;
    font-size: 0.8rem;
}
.locationPackageCardsBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}
.locationPackageCardsBox .locationPackageCards{
    width: 30%;
    margin: 1%;
    position: relative;
    background-color: #133848;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    /* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), inset 0px 0px 0px 1px rgba(209, 213, 219,1); */
}
.locationPackageCardsBox .locationPackageCards .lokpkgimages{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.locationPackageCardsBox .locationPackageCards .lokpkgimages p{
    background-color: red;
    width: fit-content;
    padding: .5rem;
    padding-left: .8rem;
    color: #fff;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: -20px 0 10px -20px rgba(0,0,0,0.45) inset;
}
.locationPackageCardsBox .locationPackageCards .lokpkgimages img{
    width: 100%;
    height: 200px;
    transition: .5s;
    object-fit: cover;
}
.locationPackageCardsBox .locationPackageCards .lokpkgimages img:hover{
    transform: scale(1.2);
}
.lokpkgamenities{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .5rem;
    margin-top: .5rem;
    background-color:#fff;
}
.lokpkgamenities .lokpkgami{
    width: calc(100% / 4);
    text-align: center;
}
.lokpkgamenities .lokpkgami img{
    width: 20px;
    height: 20px;
}
.lokpkgamenities .lokpkgami p{
    font-size: .7rem;
    color:#000000;
     background-color:#fff;
}
.pricelocapkg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px .8rem;
    background-color:#fff;
   
    background-color:#fff;
}
.pricelocapkg .price{
    display: flex;
    /* align-items: baseline; */
    align-items: center;
}
.pricelocapkg .price h3{
    font-size: 1.5rem;
    color: #000000;
}
.pricelocapkg .price p{
    font-size: .8rem;
    color: #000000;
}
.pricelocapkg a{
    display: block;
    background-color: #F3E745;
    color: #000;
    text-decoration: none;
    border-radius: .5rem;
    padding:3px .5rem;
    font-size: .9rem;
    font-weight: bold;
    margin-left: .5rem;
}
.pricelocapkg a:hover{
    background-color: #0f5e9c;
    color: #fff;
}

@media(max-width:1200px){
    .locationPackageCardsBox .locationPackageCards{
        width: 320px;
    }
}
@media(max-width:1100px){
    .locationPackageCardsBox .locationPackageCards{
        width: 300px;
    }
}
@media(max-width:1050px){
    .locationPackageSection .innerLocationPackage .locationPackageHeading p{
        width: 60%;
    }
    .locationPackageCardsBox .locationPackageCards{
        width: 48%;
    }
}
@media(max-width:750px){
    .locationPackageSection .innerLocationPackage .locationPackageHeading p{
        width: 90%;
    }
    .pricelocapkg .price{
        flex-wrap: wrap;
    }
}
@media(max-width:650px){
    .locationPackageCardsBox .locationPackageCards{
        width: 98%;
        margin: 2% 0;
    }
}
@media(max-width:350px){
    .pricelocapkg{
        display: block;
        text-align: center;
        margin-bottom: .5rem;
        margin-top: 0;
        padding-top: 0;
    }
    .pricelocapkg .price{
        justify-content: center;
    }
    .pricelocapkg a{
        margin-top: .5rem;
    }
    .lokpkgamenities{
        flex-wrap: wrap;
    }
    .lokpkgamenities .lokpkgami{
        width: 50px;
        text-align: center;
        margin-bottom: .5rem;
    }
}
