*
{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;

}

:root
{
    --themeclr: #9A1750;
    --hdfont: 'Marcellus', serif;
    --parafont: 'Montserrat', sans-serif;
}

a:hover
{
text-decoration: none !important;
}

.fa
{
	color: #6ab6d8;
}

header
{
z-index: 99999;
background: #fff;
position: absolute;
top: 0px;
width: 100%;
}

header nav
{
z-index: 99999;
}

header nav ul li a
{
color: #000 !important;
text-transform: uppercase;
}

header nav ul li a:hover
{
    background: var(--themeclr);
    color: #fff !important;
    transition: 0.3s all linear;
    border-radius: 5px;
}

header nav .dropdown-item
{
color: #000 !important;
font-size: 14px;
}

header .hdr-btn
{
color: #fff;
background: var(--themeclr);
padding: 10px 20px;
outline: 2px solid var(--themeclr);
outline-offset: 1px;
}

header .dropdown-menu
{
border: none !important;
border-radius: 0px;
box-shadow: 3px 3px 10px #5e5d5d;
}

header nav
{
	background: #f9f7f7;
}

h1, h2, h3, h4
{
    font-family: 'Marcellus', serif;
    font-weight: 600;
}

.nav-item .nav-link
{
    font-size: 15px;
    font-weight: 600;
    margin: 0px 4px;
}

.main-video
{
width: 100%;
height: 100vh;
margin-top: 0px;
z-index: 1;
position: relative;
}

.main-video::before
{
content: " ";
width: 100%;
height: 160px;
background-image: #fff;
position: absolute;
left: 0%;
bottom: 0%;
/*background-image: linear-gradient(to top, #ffffff 28%, #ffffffdb 49%, #fff0 90%);*/
}

.main-video video
{
width: 100%;
height: 100%;
object-fit: cover;
}

.video-content
{
width: max-content;
position: absolute;
top: 59%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
text-align: center;
z-index: 99;
}

.video-content h1
{
font-size: 6vw;
font-weight: bold;
text-shadow: 1px 8px 5px #000000e6;
font-family: 'Great Vibes', cursive;
letter-spacing: 1px;
margin-bottom: 0px;
}

.video-content h2
{
font-size: 2.5vw;
font-weight: bold;
text-shadow: 1px 8px 5px #000000e6;
margin: 0px 0px;
font-family: 'Bebas Neue', cursive !important;
letter-spacing: 5px;
text-align: right;
}

.main-video .video-btn
{
color: #fff;
border: 5px solid #ffffff8c;
padding: 10px 15px;
font-size: 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
letter-spacing: 3px;
}

.main-video .video-btn:hover
{
background: #fff;
border: 5px solid #fff;
color: #000;
transition: 0.3s linear all;
}

.section-title
{
position: relative;
}

.section-title::after
{ 
content: " ";
position: absolute;
top: 100%;
left: 50%;
width: 200px;
height: 5px;
background: var(--themeclr);
transform: translate(-50%, 100%);
margin-top: 5px;
}

.amenity-section ul
{
display: flex;
flex-wrap: wrap;
text-align: center;
}

.amenity-section ul li
{
list-style: none;
width: calc(100%/3);
text-align: left;
padding-left: 10%;
}

.prop_content
{
padding: 10px;
box-shadow: 0px 0px 5px #a7a7a7;
}

.prop_content img
{
height: 280px;
width: 100%;
object-fit: cover;
}

.prop_content h4
{
color: #6bb5d7;
text-align: center;
}

.prop_content .bb
{
display: flex;
justify-content: space-between;
text-align: center;
color: #000;
padding: 5px;
border-top: 1px solid #6bb5d7;
}

.prop_content .bb li
{
list-style: none;
text-align: center;
}

footer
{
background: #fff;
width: 100%;
border-top: 2px solid var(--themeclr);
}

footer h3
{
color: #fff;
font-weight: normal;
}

footer a:hover
{
  color: #e4ffb6 !important;
}

footer .fa
{
color: #e4ffb6;
}

footer ul li
{
color: #fff;
line-height: 35px;
list-style: none;
}

footer ul li a
{
color: #fff;
line-height: 35px;
list-style: none;
font-size: 15px;
}

footer .sicons
{
display: flex;
}

footer .sicons .fa
{
background: #fff;
width: 40px;
height: 40px;
border-radius: 25px;
display: flex;
justify-content: center;
align-items: center;
margin: 0px 5px;
font-size: 20px;
outline: 2px solid #fff;
outline-offset: 2px;
color: var(--themeclr);
}

footer .sicons .fa:hover
{
background: var(--themeclr);
color: #fff;
transition: 0.3s linear all;
}
.breadcrumb
{
	background:url(../../images/banner/bc.jpg);
	height: 400px;
    border-radius: 0px;
	position:relative;
    background-position: 100% 45px;
    background-size: cover;
}
.absbreadcrumb {
	position: absolute;
    z-index: 999;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 60%;
    text-shadow: 1px 2px 2px black;
    color: white;
    width: 100%;
    text-align: center;
}

.absbreadcrumb h1
{
font-size: 4vw;
font-weight: bold;
text-shadow: 6px 10px 5px #383838;
letter-spacing: 0px;
}

.ashtbook
{
	background:#f1f0f0;
	box-shadow: 0px 0px 8px #afadad;
    padding: 15px;
    border-radius: 10px;
}
.ashtamenities li { width: 33%; float: left; }