*{
    padding: 0;
    margin:0;
    border:0;
    box-sizing:border-box;
}
@font-face {
  font-family: PlayfairDisplay-VariableFont_wght;
  src: url(font/PlayfairDisplay-VariableFont_wght.ttf);
}
@font-face {
  font-family: concept_medium;
  src: url(font/Concept\ Medium.ttf);
}

h1,h2,h3,h4,h5,h6{
  font-family: PlayfairDisplay-VariableFont_wght !important;
}
p,span,a,b,li,ul{
  font-family: concept_medium !important;
}


.hero_main_sec{
    width: 100%;
    overflow: hidden;
}

.hero_main_container{
    width: 100%;
}

.hero_main_img_box{
    position: relative;
    width: 100%;
}

.hero_main_img_box img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero_main_overlay{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;

    background: linear-gradient(
        to bottom,
        rgba(111, 88, 42, 0) 25%,
        rgba(111, 88, 42, 0.55) 45%,
        rgba(111, 88, 42, 0.8) 65%,
        rgba(111, 88, 42, 1) 100%
    );
}




/* Bottom content */
.hero_main_overlay_content{
    width: 100%;
    padding: 60px 40px;
    color: #ffffff;
    text-align: center;
    padding-bottom:30px !important
}


/* Text styling */
.hero_main_heading {
    font-size: 60px;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 75px;
}
.hero_main_text {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
}
.book_your_private_sec{
    padding:60px 0px
}
.book_your_private_form_box h2 {
    color: #533d13;
    font-size: 45px;
    margin-bottom: 10px;
}
.book_your_private_form_box{
    position: relative;
    padding-right: 120px;
}

/* Custom border */
.book_your_private_form_box::after{
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0;
    width: 1px;
    background-color: #533d13;
}

.book_your_private_form_box p {
    color: #533d13;
    font-size: 17px;
    font-weight: 500;
}

.book_your_map_box h2 {
    color: #533d13;
    font-size: 45px;
    margin-bottom: 10px;
}
.book_your_map_box{
    padding-right: 120px;
    padding-left:80px
}
.book_your_map_box p {
    color: #533d13;
    font-size: 17px;
    font-weight: 500;
}
.book_main_map_box img{
    width: 100%;
}
.footer_sec{
    padding:40px 80px;
    background: #533d13;
}
.footer_main_mail_img_box img{
    width: 15%;
}
.footer_main_mail_img_box{
    display: flex;justify-content: center;
}
.footer_main_mail_icons_box p {
    text-align: center;
    color: #f5f0e5;
    font-size: 18px;
    margin-bottom: 0px;
}

.footer_main_mail_icons_box a {
    color: #f5f0e5;
    text-decoration: none;
}
.bordered_footer_icon_box{
    border-right: 1px solid #f5f0e5;
}
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.gallery_img_box img{
    border-radius:9px;
    height: 350px;
    object-fit: cover;
}
.owl-prev{
    position: absolute;
    left: -5%;
    top: 43%;
}
.owl-next{
    position: absolute;
    right: -5%;
    top: 43%;
}
.gallery_carousel_box{
    position: relative;
    padding:0px 30px
}

.owl-prev img{
    width: 30px;
}
.owl-next img{
    width: 30px;

}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: white !important;
}
.gallery_carousel_box{
    padding-bottom:50px
}

.whatspp_img {
    height: 50px;
    width: auto;
    position: fixed;
    bottom: 7%;
    z-index: 9999999 !important;    
    right: 2%;
}
.logo_box img {
    width: 13% !important;
    height: auto !important;
}


.header_main_sec{
    position:absolute;
    z-index:999 !important;
    width: 100% !important;
}
.logo_box{
    width:100%;
    display:flex;
    justify-content:center;
}
.privacy-policy-sec{
    padding:60px 0px;
    background:#f5f0e5;
}
.privacy-policy-sec h2 {
    margin-bottom: 30px;
    font-size: 40px;
}
.privacy-policy-sec h3 {
    margin:20px 0px !important;
}
.privacy-policy-sec li{
    margin:10px 0px;
}
.privacy-policy-sec .row{
    padding: 30px;
    border: 1px solid #00000059;
    border-radius: 20px;
}





/* responsive  */

@media (max-width: 600px) {
  .hero_main_heading {
    font-size: 28px;
    line-height: 39px;
}
.hero_main_text {
    font-size: 15px;
}
.hero_main_img_box img {
    height: 80vh;
}
.hero_main_overlay_content {
    padding: 60px 20px;
    padding-bottom:20px !important
}
.book_your_private_sec {
    padding: 40px 0px;
}
.book_your_private_form_box {
    padding-right: 0px;
}
.book_your_private_form_box h2 {
    font-size: 35px;
}
.book_your_private_form_box::after {
    top: 96%;
    right: 0;
    width: 100%;
    background-color: #533d13;
    height: 1px;
}
.book_your_map_box {
    padding-right: 0px;
    padding-left: 0px;
}
.book_your_map_box h2 {
    font-size: 35px;
}
.gallery_img_box img {
    height: 250px;
}
.owl-next {
    position: absolute;
    right: -13%;
    top: 43%;
}
.owl-prev {
    position: absolute;
    left: -14%;
    top: 43%;
}
.owl-prev img {
    width: 24px;
}
.owl-next img {
    width: 24px;
}
.gallery_carousel_box {
    padding-bottom: 30px;
}
.footer_sec {
    padding: 20px 10px;
}
.bordered_footer_icon_box {
    border-bottom: 1px solid #f5f0e5;
    border-right:0px !important
}
.footer_main_mail_icons_box {
    padding: 10px;
}
    .logo_box img {
        width: 30% !important;
        height: auto !important;
    }

html{
    overflow-x:hidden !important;
}
.privacy-policy-sec {
    padding: 30px 0px;
}
.privacy-policy-sec h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.privacy-policy-sec .container{
    width:90% !important;
}
.privacy-policy-sec .row{
    padding:10px !important;
}






























}




































































