/*-----------------------------------------------------------------------
Template Name      : Zora Vibe Resorts Kodai
Author             : pus_infotech
Author Portfolio   : https://themeforest.net/user/pus_infotech 
Version            : 1.0.0 
-----------------------------------------------------------------------
CSS TABLE OF CONTENTS
-----------------------------------------------------------------------
- base 
    - variables
    - mixin
    - reset
    - typography
    - forms

- components 
    - accordion
    - breadcrumb
    - buttons
    - offcanvus
    - widget

- theme
    - animations
    - common
    - preloader 
    - spacing
    - theme-class
 
- layout
    -header
        - header
        - meanmenu
    - footer 
        - footer
    - section 
        - hero 
        - micon
        - about
        - authentication
        - comingsoon
        - room
        - facilities
        - booking
        - video
        - why-choose
        - our-facts
        - services
        - offer
        - team
        - testimonials
        - blog
        - subscribe
        - contact
        - gallery
        - skill
        - counter
        - faq
        - pricing
        - restaurant
        - marquee
Main Style file-> assets/css/main.css
-----------------------------------------------------------------------*/

/* Uniform gallery grid heights for resort photos */
.gallery-section .photo-gallery .photo-gallery-image figure {
  height: 280px;
}
.gallery-section .photo-gallery .photo-gallery-image figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Zora Vibe Retreat logo sizing */
.header .logo-box .logo a figure img,
.header .logo a img,
.main-menu ul li.center-logo .logo a img,
.offcanvas-logo a img,
.footer-logo a figure img {
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.main-menu ul li.center-logo .logo a img {
  max-height: 64px;
}
@media (max-width: 991px) {
  .header .logo-box .logo a figure img,
  .header .logo a img,
  .offcanvas-logo a img {
    max-height: 56px;
  }
}