body
{
    font-family:'Josefin Sans', sans-serif;
}

a:hover 
{
    text-decoration:none;
}

.header 
{
    padding-top:20px;
}

.img-logo 
{
    width:170px;
}

.slider 
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
}

.header
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:100;
    display:block;
}

.header-btn 
{
    background:linear-gradient(to right, #BF953F, #FCF6BA, #FBF5B7, #AA771C);
    padding:10px 15px;
    color:#222;
    margin-top:2px;
    display:inline-block;
    font-weight:700;
    padding-bottom:7px;
}

.btn-menu 
{
    color:#FDE480;
    font-size:18px;
    margin-top:5px;
    text-transform:uppercase;
}

.slider img 
{
    width:100%;
    height:90vh;
    object-fit: cover;
}

.carousel-caption
{
    top:30vh;
    text-transform:uppercase;
}

.carousel-caption h3 
{
    font-size:16px;
    color:#FDE480;
}

.carousel-caption h2 
{
    font-size:64px;
    font-weight:800;
    margin-top:15px;
}

.clear-fix-div 
{
    height:90vh;
}

.events
{
    background:#f1f1f1;
    padding-top:90px;
}

.event-single
{
    background:#fff;
    margin-top:30px;
    box-shadow:0px 0px 10px #aaa;
    transition:linear 0.2s transform;
}

.img-hover-zoom { /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  }
  
  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    transition: transform .5s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    transform: scale(1.5);
  }

.event-single:hover 
{
    transform:scale(1.05);
    transition:linear 0.2s transform;
}

.event-single img 
{
    width:100%;
    height:320px;
    object-fit:cover;
}

.event-single h3 
{
    padding:15px 15px 10px 15px;
    color:#222;
    font-size:16px;
}

h2.div-title 
{
    font-size:16px;
    color:#C8931F;
    text-transform:uppercase;
    font-weight:700;
}

h3.div-highlight
{
    font-size:32px;
    color:#161E2F;
    text-transform:uppercase;
    font-weight:800;
}

.video 
{
    background-image:url('img/firstbg.jpg');
    background-size:cover;
    height:60vh;
}

.video a 
{
    background:#fff;
    color:#161E2F;
    border-radius:25px;
    padding:10px 25px;
    margin-top:30vh;
    display:inline-block;
    box-shadow:0px 0px 25px #666;
    font-size:24px;
    font-weight:700;
    transition:linear 0.2s transform;
}

.video a:hover 
{
    transform:scale(1.05);
    transition:linear 0.2s transform;
}

.hall-single 
{
    margin-top:90px;
}

.halls img 
{
    width:100%;
    height:450px;
    object-fit: cover;
}

.hall-single h3 
{
    margin-top:30px;
}

p.div-para 
{
    font-family:'Poppins', sans-serif;
    color:#444;
    font-size:15px;
    line-height:28px;
}

.hall-single a 
{
    background:#161E2F;
    padding:10px 15px;
    color:#fff;
    display:inline-block;
    margin-top:15px;
}

.amenities 
{
    margin-top:90px;
}

.amenity-single 
{
    text-align:center;
    margin-top:30px;
    transition:linear 0.2s margin;
}

.amenity-single:hover 
{
    margin-top:5px;
    margin-bottom:-5px;
    transition:linear 0.2s margin;
}

.amenity-single img 
{
    width:150px;
    height:150px;
    border-radius:50%;
    object-fit: cover;
}

.amenity-single h3 
{
    font-size:16px;
    margin-top:15px;
    font-weight:600;
}

.breakfast 
{
    background:#f1f1f1;
    padding-top:90px;
    margin-top:90px;
    padding-bottom:90px;
}

.breakfast-single 
{
    margin-top:30px;
}

.breakfast-single img 
{
    width:100%;
    height:220px;
    object-fit:cover;
}

.yellow-more-btn 
{
    border:solid 2px #C8931F;
    color:#222;
    padding:10px 15px;
    margin-top:10px;
    display:inline-block;
}

.testimonials 
{
    padding-top:90px;
}

.testimonial-single 
{
    box-shadow:0px 0px 15px #ddd;
    text-align:center;
    padding:30px;
    margin-top:30px;
    transition:linear 0.2s transform;
}

.testimonial-single:hover 
{
    transform:scale(1.05);
    transition:linear 0.2s transform;
}

.testimonial-single img 
{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
}

.testimonial-single h2 
{
    color:#C8931F;
    font-size:52px;
}

.testimonial-single h4 
{
    margin-top:10px;
    font-size:18px;
}

.news-blog 
{
    padding-top:90px;
}

.blog-single 
{
    margin-top:30px;
    background:#fff;
    box-shadow:0px 0px 15px #ddd;
    transition:linear 0.2s margin;
}

.blog-single:hover 
{
    margin-top:5px;
    transition:linear 0.2s margin;
}

.blog-single img 
{
    width:100%;
    height:260px;
    object-fit:cover;
}

.blog-single h4 
{
    color:#BF953F;
    font-size:15px;
    padding:15px;
}

.blog-single h2 
{
    color:#222;
    padding:15px;
    padding-top:0px;
    font-size:18px;
    margin-top:-10px;
}

.soc-div a 
{
    padding:10px;
    border-radius:50%;
    height:55px;
    width:55px;
    border:solid 2px #222;
    display:inline-block;
    font-size:24px;
    color:#161E2F;
    text-align:center;
    margin-left:15px;
}



.modal 
{
    background:rgba(22,30,47,0.95);
    border:none;
}

.modal-content
{
    margin-top:100px;
    background:none;
    color:#fff;
    border:none;
}

.close-menu 
{
    color:#fff !important;
}

ul.menu-list 
{
    list-style-type:none;
}

ul.menu-list li a 
{
    color:#fff;
    font-size:24px;
    display:block;
    margin-top:25px;
    font-weight:400;
    text-decoration:none;
    transform:scale(1);
    transition:linear 0.1s color;
}

ul.menu-list li a:hover 
{
    transition:linear 0.2s color;
    color:#FDE480;
}

.foot-logo 
{
    width:200px;
}

.footer 
{
    background:#161E2F;
    margin-top:120px;
    padding-top:90px;
    padding-bottom:90px;
}

.footer h3 
{
    color:#FDE480;
    font-size:16px;
    text-transform:uppercase;
    margin-top:20px;
}

.footer ul 
{
    list-style-type:none;
    margin-left:0px;
    padding:0px;
}

.footer ul li a 
{
    color:#fff;
    display:block;
    margin-top:16px;
    font-weight:300;
    transition:linear 0.2s padding;
}

.footer ul li a:hover 
{
    color:#FDE480;
    transition:linear 0.2s padding;
    padding-left:10px;
}

.footer p 
{
    color:#fff;
    line-height:32px;
    margin-top:20px;
    font-weight:300;
    font-size:16px;
}

.footer-credit 
{
    border-top:solid 1px #FDE480;
    padding-top:30px;
    text-align:center;
    color:#fff;
    margin-top:90px;
}

.hide-desktop 
{
    display:none;
}

.bread-crumb 
{
    background-image:url('img/ab.jpg');
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:40vh;
    padding-top:20vh;
    text-transform:uppercase;
    color:#fff;
}

.bread-crumb h3 
{
    color:#FDE480;
    font-size:14px;
}

.bread-crumb a 
{
    color:#FDE480;
}

.bread-clearfix 
{
    height:40vh;
}

@media only screen and (max-width: 600px) {
    .hide-mobile
    {
        display:none;
    }

    .slider h2 
    {
        font-size:42px;
    }

    .event-single img 
    {
        height:200px;
    }

    .events 
    {
        padding-bottom:90px;
    }

    h2.div-title 
    {
        font-size:14px;
    }

    h3.div-highlight 
    {
        font-size:28px;
    }

    .video 
    {
        display:none;
    }

    .hall-single img 
    {
        height:240px;
        width:100%;
        object-fit:cover;
    }

    .hide-desktop 
    {
        display:block;
    }

    .amenity-single img 
    {
        width:100px;
        height:100px;
    }

    .breakfast-single img 
    {
        height:200px;
    }

    .social img 
    {
        height:170px;
    }

    .footer 
    {
        text-align:center;
    }

    .footer h3 
    {
        margin-top:60px;
    }

  }