body {
    font-family:Georgia, 'Times New Roman', Times, serif
  }
.bnr-img{
   /* background-image: url("../images1/couple-holding-hands.jpg");
    background-repeat: no-repeat;
    position: relative;
    height: 82vh;
    background-size: cover ;
    background-position: center;*/
}
header{
    width: 100%;
    position: fixed;
    background: transparent;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}
.header-info{
    background-color: #b49459 !important;
}
.navbar{
    transition: all 0.8s;
    padding: 15px 0;
}
.navbar-nav{
    text-align: start;
}
.nav2{
    margin-left: 340px;
}
.navbar-brand {
    top: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
    }
.nav-title{
    color: #fff;
    padding: 14px 0;
    font-size: 13px;
    text-align: start;
}
.booking-form{
    margin: 0;
    padding: 0;
}
.booking-form-inner{
    width: 100%;
    background: #b49459;
    padding: 10px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    margin: -50px 0 50px;
    position: relative;
    z-index: 1;
}
.booking-box{
    background: 0 0;
    margin-top: 2px;
}
.search-btn{
    padding: 6px 45px;
    background-color: #fff;
    border: 1px solid #b49459;
    color: #b49459;
    margin-top: 4px;
    border-radius: 7%;
}


.know-more{
    padding: 7px 20px;
    background-color: #b49459;
    border: 1px solid #b49459;
    color: #fff;
}
.event-info{
    background-color: #f5f1e8;
    min-height: 520px;
}
.event-data{
    padding-top: 130px;
    text-align: center;
}
.event-img1{
    width: 450px;
    height: 300px;
    left: 60px;
    top: 160px;
    position: relative;
    border: 5px solid #fff;
}
.event-img2{
    width: 300px;
    height: 350px;
    z-index: 1;
    position: absolute;
    border: 5px solid #fff;
}
.experience{
    padding: 40px;
}
.experience-data{
    text-align: center;
    padding: 0 100px;
}
.experience-img img{
    width: 100%;
    height: 400px;
}
.accomodation{
    background-color: #f5f1e8;
    padding: 30px 0;
}
.accomodation-data{
    text-align: center;
    padding: 0 100px;
}
.acc-carousel img{
    height: 400px;
}
.wedding-info{
    padding: 30px 0;
    min-height: 540px;
}
.wedding-data{
    padding-top: 130px;
}
.venue-sec{
    padding: 50px 0;
/*    background-color: #f5f1e8;*/
}
.venue-slide{
    margin-top: 40px;
}
.venue-slide img{
    height: 450px;
    width: 450px;
}
.slide-data{
    margin-top: 0px;
    text-align: center;
}
.carousel-control-next{
    right: 120px;
    top: 150px 
}
.carousel-control-prev {
    right: 200px;
    top: 150px;
    left: unset;
}
.carousel-control-next-icon,.carousel-control-prev-icon{
    filter: invert(100%); 
}
.dinning-sec{
    padding: 50px 0;
}
.dinning-img{
    margin: 0 auto;
}
.dinning-img img{
    height: 500px;
    width: 95%;
    object-fit: cover;
}
.offers{
    padding: 30px 0;
    background-color: #f5f1e8;
}
.offers-slide-data{
    margin-top: 120px;
    text-align: center;
    padding: 0 80px;
}
.offers .carousel-control-next{
    left: 300px;
    top: 310px 
}
.offers .carousel-control-prev {
    top: 310px;
    left: 212px;
} 
.spa-sec{
     padding: 40px 0;
}
.to-do-sec{
    padding: 40px 0;
    background-color: #f5f1e8;
}
.to-do-img img{
    border: 5px solid #fff;
}
.gallery-section {
    padding: 50px 0;
}
.gallery-section p{
    line-height: 24px;
    color: #3b3b3b;
    font-size: 12px;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
   to{
        transform: translateX(calc(-100%));
    }
}
.slider{
    overflow: hidden;
  
}
.slide-track{

    white-space: nowrap;
    animation: 30s slide infinite linear;
}
footer{
    background-color: #b49459;
    width: 100%;
    min-height: 360px;
}
.logo{
    margin-top: 50px;
    align-items: center;
}
.ft-data{
    color: #fff;
    margin-top: 50px;
    margin-left: 50px;
    border-bottom: 2px solid #fff;
}
.ft-data p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
}

.contact-data{
    text-align: end;
}
@media (max-width: 1025px){
    .navbar-brand img{
        width: 190px;
}
.nav2 {
    margin-left: 200px;
}
    .nav-title{
        color: #fff;
        padding: 0;
        font-size: 11px;
    }
    .background{
        
        width: 100%;
        height: 120vh;    
    }
    .event-info{
        height: 600px;
    }
    .event-data{
        padding: 120px 0 0 0 !important;
    }
    .wedding-info {
        min-height: 615px;
    }
    .event-img1{
        left: 0px;
        top: -15px;
    }
    .event-img2{
        position: relative;
        left: -13px;
        bottom: -190px;
    }
    .offer-data{
        padding-top: 60px;
        text-align: center;
        padding: 50px 10px ;
    }
    .logo{

        border-right: none;
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .ft-data {
        margin-top: 40px;
        padding: 0;
    }
    .staff-data {
        padding-left: 15px;
    }
    .staff-img img {
        width: 95%;
        margin-left: 15px;
    }
    .enquiry-heading p {
        padding: 10px 60px;
    }
    .offers .carousel-control-prev {
        left: 60px;
    }
    .offers .carousel-control-next {
        left: 170px;
    }
    .carousel-control-prev {
        right: 160px;
    }
    .carousel-control-next {
        right: 80px;
    }
}
@media (max-width: 770px){
    .event-info{
        min-height: 870px;
        width: 100%;
    }
    .event-img1{
        left: 220px;
        top: 45px;
    }
    .event-img2 {
        left: 50px;
        top: -52px;
    }
    .experience-img img{
        height: 350px;
        padding-top: 20px;
    }
    .wedding-info {
        padding: 0px;
        min-height: 880px;
    }
    .wedding-data {
        padding-top: 10px;
        text-align: center;
    }
    .enquiry-heading p {
        padding: 10px 0px;
    }
    .staff-data {
        padding-top: 30px;
        padding-left: 0px;
        text-align: center;
    }
    .staff-img img {
        margin-top: 30px;
        width: 90%;
        margin-left: 0px;
    }
    .carousel-control-prev {
        top: 226px;
        right: 135px;
        left: unset;
    }
    .carousel-control-next {
        right: 10px;
        top: 226px;
    }
    .offers-slide-data {
        margin-top: 90px;
        padding: 0px;
    }
    .offers .carousel-control-prev {
        left: 20px;
    }
    .offers .carousel-control-next {
        left: 140px;
    }
    .event-data{
        text-align: center;
        padding-top: 20px;
    }
}
@media (max-width: 560px){
    .event-img1 {
        left: 0px;
        top: 65px;
    }
    .event-img2 {
        left: 74px;
        bottom: 10px;
    }
}
@media (max-width: 470px){
    .navbar-brand img{
        width: 180px;
    }
    .event-info {
        min-height: 1000px;
    }
    .event-img1 {
        left: 0;
        width: 95%;
        top: 30px;
    }
    .event-img2 {
        left: 40px;
    }
    .event-data{
        text-align: center;
    }
    .carousel-control-prev, .carousel-control-next {
        top: 325px;
    }
    .carousel-control-prev {
        left: 100px;
    }
    .carousel-control-next {
        right: 110px;
    }
    .dinning-img img{
        padding-top: 20px;
    }
    .offers-slide-data {
        margin-top: 15px;
        padding: 0 40px 20px;
    }
    .staff-data {
       text-align: center;
       padding-top: 20px;
       padding-left: 0;
    }
    .staff-img img {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }
    .enquiry-heading p {
        padding: 10px 0;
    }
    .experience-data {
        padding: 0px 10px;
    }
    .experience-img img{
        height: 300px;
        padding-top: 10px;
    }
    .experience {
        padding: 40px 10px;
    }
    .accomodation-data {
        padding: 0 10px;
    }
    .wedding-data {
        padding-top: 10px;
        text-align: center;
    }
    .offers {
        min-height: 1050px;
    }
    .logo img{
        height: 90px;
    }
    .ft-data{
        border-bottom: none;
        margin-left: 0;
    }
    .contact-data{
        text-align: start;
        padding-top: 10px;
    }
    .offers .carousel-control-prev {
        top: unset;
        left: 90px;
        bottom: -57px;
    }
    .offers .carousel-control-next {
        left: 240px;
        top: unset;
        bottom: -57px;
    }
    .to-do-img img{
        width: 100%;
        height: 260px;
    }
}
@media (max-width: 376px){
.event-img2 {
    left: 55px;
}
.offers {
    min-height: 1100px;
}
}
@media (max-width: 321px){
.event-img2 {
    left: -8px;
    top: -50px;
}
.offers {
    min-height: 1150px;
}
.offers .carousel-control-prev {
    left: 50px;
}
.offers .carousel-control-next {
    left: 185px;
}
}