* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  
  }
  
  body {
    font-family: 'Source Sans Pro', sans-serif;
    transition: background-color 0.3s, color 0.3s;
    overflow-x: hidden;
    background-color: var(--tertiary-text) ;
    color: var(--text-color);
  }

  /* Google Map (Contact Us) */
  .map-canvas {
    width: 100%;
    height: 500px;
    border: none;
  }

  :root {
    --text-color: #1c1c1d;
    --content-color: #59585d;
    --tertiary-text: #ffffff;
    --light-bg:#efefef;
  }

  button {
    border: none;
    background: none;
  }
  
  .mTop50 {
    margin-top: 50px;
  }
  
  .mBtm50 {
    margin-bottom: 50px;
  }
  
  .pTop50 {
    padding-top: 50px;
  }
  
  .pBtm50 {
    padding-bottom: 50px;
  }
  .pTop100 {
    padding-top: 100px;
  }
  
  .pBtm100 {
    padding-bottom: 100px;
  }
  
  img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  ul,
  li {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  
  li {
    list-style: none;
    text-decoration: none;
  }
  
  a,
  a:hover {
    color: var(--content-color);
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
 
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    padding: 0;
    margin: 0;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h1,
  .h1 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h2,
  .h2 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h3,
  .h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h4,
  .h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h5,
  .h5 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h6,
  .h6 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  

  .main-btn {
    border-radius: 5px;
    font-family:  'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 15px;
    border: none;
    background: var(--tertiary-text);
    color: var(--text-color);
    display: inline-block;
    cursor: pointer;
    max-height: 41px;
    text-align: center;
  }

  .main-btn:hover,
  .main-btn:focus,
  .main-btn:active {
    background: var(--light-bg);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

  .heading-main,
h1.heading-main,
  h2.heading-main{
color:  var(--text-color);
font-family: 'Source Sans Pro', sans-serif;
 font-size: 25px;
 font-weight: 700;
 line-height: 45px;
  }
 
  p, p.description{
 color: var(--content-color);
 font-family:'Source Sans Pro', sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 26px;
 margin: 0 0 10px 0;
  }

  .pfblock-line{
    background: rgba(0, 0, 0,0.34) none repeat scroll 0 0;
    height: 1px;
    margin: 40px auto;
    width: 100px;
    margin: 25px auto;
 
  }
/* header */
header.main-header nav.navbar .top--bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header.main-header{
  background: var(--text-color);
}
header.main-header nav.navbar .top--bar .logo img {
  width: auto;
  height: 50px;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 0 12px;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main > li.nav-menu-item,
header.main-header nav.navbar .top--bar ul.desktop-menu-main > li.nav-menu-more {
  flex: 0 0 auto;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main > li.nav-menu-more[hidden],
header.main-header nav.navbar .top--bar ul.desktop-menu-main > li.nav-menu-more.nav-menu-more--hidden {
  display: none !important;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.list-item a,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.nav-menu-item a {
  white-space: nowrap;
}
.desktop-menu-measure {
  position: fixed !important;
  left: -100vw !important;
  top: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
  z-index: -1 !important;
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.list-item ,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.nav-menu-item ,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li{
  font-size: 16px;
  color: var(--tertiary-text);
  font-weight: 400;
  padding:10px  ;
}

header.main-header nav.navbar .top--bar ul.desktop-menu-main li.list-item a,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.nav-menu-item a,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li a {
  color: var(--tertiary-text);
}

header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li.dropdown-close{
  text-align: right;
  border-bottom: 1px solid var(--tertiary-text);
}

header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li.dropdown-close .header-sidenav__close {
  background: var(--content-color);
  padding: 5px;
}

header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li.dropdown-close .header-sidenav__close svg path {
  stroke: var(--tertiary-text);
}



header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu {
  position: fixed;   
  top: 0;
  right: -350px;       
  left: auto;
  width: 350px;
  height: 100vh;        
  background: var(--text-color);
  overflow-y: auto;
  transition: right 0.3s ease-in-out;
  z-index: 999;
  display: block;       
  border: none;
  border-radius: 0;
  padding: 20px;
  pointer-events: none;
}

header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu.show {
  right: 0;
  pointer-events: auto;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:  rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}

body.menu-open,
body.backdrop {
  position: fixed !important;
  width: 100%;
  overflow: hidden;
}
html.menu-open,
html.backdrop {
  overflow: hidden;
  height: 100%;
}
body.menu-open::after,
body.backdrop::after {
  opacity: 1;
  visibility: visible;
  color: var(--content-color);
}
button#backToTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  background:var(--content-color);
  width: 40px;
  height: 40px;
}
button#backToTop svg path{
  stroke: var(--tertiary-text);
}
header.main-header.scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
/* footer */
footer.footer{
  background-color: var(--text-color);
}
footer.footer ul.footer-social {
text-align: center;
margin: 0;
padding: 20px 0;
}

footer.footer ul.footer-social li {
  display: inline-block;
  margin: 5px;
}

footer.footer ul.footer-social li a {
  width: 36px;
  height: 36px;
 display: flex;
 justify-content: center;
 align-items: center;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid ;
  border-color: var(--content-color);
}
footer.footer ul.footer-social li a::before{
  color: var(--content-color);

}
footer.footer ul.footer-social li:hover a::before{
color: var(--tertiary-text);
}
footer.footer .contact-details {
  text-align: center;
}

footer.footer .contact-details .contact-item.logo img {
  height: 50px;
  width: auto;
}
footer.footer .contact-details .contact-item {
  padding: 10px 0;
}
footer.footer .contact-details .contact-item {
  padding: 10px 0;
  color: var(--content-color);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
footer.footer .contact-details .contact-item p{
  margin: 0;
}
footer.footer .contact-details .contact-item p a{

  color: var(--content-color);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
/* slider */
.main-slider {
  position: relative;
}
.main-slider .slider-home{
  position: relative;
}
.main-slider .slider-home .slider-carousel .owl-item .item img {
  width: 100%;
  height: calc(100vh - 100px);
}
.main-slider .custom-nav {
  position: absolute;
  top: 50%;             
  left: 50%;            
  width: 90%;            
  transform: translate(-50%, -50%); 
  display: flex;
  justify-content: space-between;
  pointer-events: none;    
  z-index: 10;
}
.main-slider .custom-nav button {
  background: rgba(0, 0, 0,0.34);
  border: none;
  padding: 10px;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.main-slider .custom-nav button svg path{
  stroke: var(--tertiary-text);
}
.main-slider .custom-nav button:hover {
  background: rgba(0, 0, 0,0.50);
}

section.accommodation{
  background: #444;
}
section.accommodation .accommodation-wrapper .accommodation-main .heading-main {
  color: var(--tertiary-text);

}
section.accommodation .accommodation-wrapper .accommodation-main .pfblock-line{
  background: var(--tertiary-text);
}


section.accommodation .accommodation-wrapper .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

section.accommodation .accommodation-wrapper .services-grid .service-card{
  position: relative;
}

section.accommodation .accommodation-wrapper .services-grid .service-card .service-image {
  position: relative;
  display: block;
    width: 100%;
    top: 0;
    background: var(--tertiary-text);
    overflow: hidden;
    z-index: 9;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
section.accommodation .accommodation-wrapper .services-grid .service-card .service-image .main-card a img{
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;

}
section.accommodation .accommodation-wrapper .services-grid .service-card .service-image .service-overlay{
  background: var(--tertiary-text);
  padding: 5px 8px;
}

section.accommodation .accommodation-wrapper .services-grid .service-card .service-image .service-overlay p{
  margin: 0;
} 
section.accommodation .accommodation-wrapper .services-grid .service-card  .overlay{
  position: absolute;
    bottom: 82px;
    z-index: 110;
    right: 25px;

}
section.accommodation .accommodation-wrapper .services-grid .service-card .service-image:hover {

  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(0,0,0,0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(0,0,0,0.4);
    box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    top: -15px;
}
section.accommodation .accommodation-wrapper .services-grid .service-card .service-image:hover .main-card a img{
  opacity: 0.7;
}
#breadcrumbs {
  padding: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  list-style-type: none;
  background: transparent;
  margin-bottom: 20px;
  margin-top: 25px;
}

#breadcrumbs li {
  float: left;
  background: var(--text-color);
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

#breadcrumbs a {
  float: left;
  position: relative;
  padding: 0 20px 0 10px;
  color: var(--tertiary-text);
  text-decoration: none;
  outline: 0;
  font-family: 'Source Sans Pro', sans-serif;

}

#breadcrumbs a:hover {
  text-decoration: none;
}

#breadcrumbs a.odd {
  background: var(--tertiary-text);
}

#breadcrumbs span {
  position: absolute;
  display: block;
  line-height: 0;
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  border-left: 10px solid var(--text-color);
  border-right: 0;
  border-top: 15px solid var(--tertiary-text);
  border-bottom: 15px solid var(--tertiary-text);
}

#breadcrumbs a.odd span {
  border-left: 10px solid  var(--tertiary-text);
  border-top: 15px solid  var(--tertiary-text);
  border-bottom: 15px solid  var(--tertiary-text);
}

#breadcrumbs a.odd .arrow.last {
  border: 0
}

#breadcrumbs li.odd {
  background: var(--tertiary-text);
  padding-left: 10px;
}

#breadcrumbs span.arrow.last {
  border: none;
}


 .main-slider.slider-all-page .slider-carousel .owl-item .item img{
  height: 800px;
}





section.accommodation-details .acc-widget {

  background: var(--light-bg);
}
section.accommodation-details .acco-offer ul.facilities-list,
section.content-wrapper section.facilities-list-item ul.facilities-list {
  padding: 0;
 display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.accommodation-details .acco-offer ul.facilities-list li.facility-item,
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item  {
  width: calc(100% - 10px);
  margin-bottom: 5px;
  padding: 5px;



}

section.accommodation-details .acco-offer ul.facilities-list li.facility-item  p.description,
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item p.description{
  margin: 0;

}
section.accommodation-details .acco-offer ul.facilities-list li.facility-item:nth-child(6n+1),
section.accommodation-details .acco-offer ul.facilities-list li.facility-item:nth-child(6n+2),
section.accommodation-details .acco-offer ul.facilities-list li.facility-item:nth-child(6n+3),

section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item:nth-child(6n+1),
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item:nth-child(6n+2),
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item:nth-child(6n+3)
{
  background: var(--light-bg);
}
section.accommodation-details .acco-offer ul.facilities-list li.facility-item p.description:before,
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item p.description:before {
  content: "";
   display: inline-block;
   width: 5px;
   height: 5px;
   background: var(--content-color);
   margin-right: 8px;
   vertical-align: middle;
}

/* contact  */
section.contact-page-section .contact-grid {
     width: 60%;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  border: 1px solid  rgba(0, 0, 0, 0.06);

  
}
section.contact-page-section .contact-grid p.description a{
  color: var(--content-color);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
/* gallery */
section.gallery-container{
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: transparent;
  background-origin: padding-box !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  color: #999;
 
 
}
section.gallery-container .gallery-wrapper {
  background: #ffffff7a;
  
  
}
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col {
  position: relative;
  overflow: hidden;

}
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item {
  position: relative;
  overflow: hidden;
}

section.gallery-container .gallery-wrapper button.main-btn.active {
   background: var(--text-color);
    color: var(--tertiary-text); 
  
  }
   section.gallery-container .gallery-wrapper button.main-btn:hover{
     box-shadow: none; 
    }
    
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col img.img-fluid {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
 
}


section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--text-color);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}


section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 40px;
  color: var(--tertiary-text);
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  transition: transform 0.3s ease;
  z-index: 2;
}

section.gallery-container .gallery-wrapper #lg-gallery .gallery-col:hover .gallery-item::before {
  opacity: .4;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
}

section.gallery-container .gallery-wrapper #lg-gallery .gallery-col:hover .gallery-item::after {
  transform: translate(-50%, -50%) scale(1);
}


section.gallery-container .gallery-wrapper #lg-gallery .gallery-col:hover img {
  transform: scale(1.1);
}
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item::before,
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item::after {
    pointer-events: none;
}

/* additional page1 */
section.wedding-section .wedding-image {
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
 
}
section.content-wrapper section.wedding-section .wedding-container .wedding-image img.card-image {
  width: 100%;
  height: 350px;
  transition: all .3s ease 0s;
}
section.wedding-section .wedding-image:hover img {
  transform: scale(1.1);
}

section.content-wrapper section.wedding-section .wedding-container .wedding-content {
  background: var(--light-bg);
  padding: 20px;
  border-radius: 0 0 7px 7px;

}
section.content-wrapper section.wedding-section .wedding-container .wedding-content a.main-btn{
background: var(--text-color);
color: var(--tertiary-text);
}

section.content-wrapper section.wedding-section.wedding-sub .wedding-container  .tabs {
  border-bottom: 1px solid var(--content-color);
  margin-bottom: 20px;
}


  section.content-wrapper section.wedding-section.wedding-sub .wedding-container  .tabs button.tab p{
  padding: 5px 8px;  
  margin: 0;
}

  section.content-wrapper section.wedding-section.wedding-sub .wedding-container  .tabs button.tab{
  position: relative;
}

  section.content-wrapper section.wedding-section.wedding-sub .wedding-container  .tabs button.tab:after{
    content: "";
  background: var(--text-color);
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

  section.content-wrapper section.wedding-section.wedding-sub .wedding-container  .tabs button.tab.active:after,
    section.content-wrapper section.wedding-section.wedding-sub .wedding-container  .tabs button.tab:hover:after{
    transform: scale(1);
  }
  section.content-wrapper section.wedding-section.wedding-sub .wedding-container  .tabs button.tab:hover p,
  section.content-wrapper section.wedding-section.wedding-sub .wedding-container  .tabs button.tab.active p{
  color: var(--text-color);
  background: var(--light-bg);
  }
  section.content-wrapper section.wedding-section.wedding-sub .wedding-container .tab-content {
  display: none;
}

  section.content-wrapper section.wedding-section.wedding-sub .wedding-container .tab-content.active {
  display: block;
}

  section.content-wrapper section.wedding-section.wedding-sub .wedding-container .tab-content .wedding-card  {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 30px;

}
  section.content-wrapper section.wedding-section.wedding-sub .wedding-container .tab-content .wedding-card .wedding-image ,
  section.content-wrapper section.wedding-section.wedding-sub .wedding-container .tab-content .wedding-card .wedding-content.main-caption-text {
    width: calc(50% - 15px);
    position: relative;
    overflow: hidden;
    border-radius: 7px
  }
  section.content-wrapper section.wedding-section.wedding-sub .wedding-container .tab-content .wedding-card .wedding-content.main-caption-text {
    background: inherit;
    padding: 0;
  }
section.content-wrapper section.wedding-section.wedding-sub .wedding-container .wedding-card  .wedding-image img.card-image{
    width: 100%;
    height: 350px;
    transition: all .3s ease 0s;
}
  section.content-wrapper section.wedding-section.wedding-sub .wedding-container .wedding-card  .wedding-image:hover img {
    transform: scale(1.1);
}
   

/* additional page2 */
section.content-wrapper section.dining-section .dining-container .dining-image img.card-image {
  width: 100%;
  height: 350px;
  transition: all .3s ease 0s;
}
section.content-wrapper section.dining-section .dining-container .dining-image{
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
section.content-wrapper section.dining-section .dining-container .dining-image:hover img{
  transform: scale(1.1);
}
section.content-wrapper section.dining-section .dining-container .dining-content {
  background: var(--light-bg);
  padding: 20px;

  border-radius:0 0 7px 7px ;
}
section.content-wrapper section.dining-section .dining-container .dining-content a.main-btn{
background: var(--text-color);
color: var(--tertiary-text);
}

section.content-wrapper section.dining-section.dining-sub .dining-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
section.content-wrapper section.dining-section.dining-sub .dining-container .dining-card .dining-image{
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .5s ease 0s;
  border-radius: 7px;

}

section.content-wrapper section.dining-section.dining-sub .dining-container .dining-card .sub-details {
  position: absolute;
  background: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0;
    background: var(--text-color);

}
section.content-wrapper section.dining-section.dining-sub .dining-container .dining-card .sub-details p{
  color: var(--tertiary-text);
  padding: 5px 8px;
  text-align: center;
  margin: 0;

}
section.content-wrapper section.dining-section.dining-sub .dining-container .dining-card .dining-image:hover{

  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin-top: -10px;
}
section.content-wrapper section.dining-section.dining-sub .dining-container .dining-card .dining-image:hover img.card-image {
  transform: scale(1.1);
}

/* additional page3 */
section.content-wrapper section.offer-section .offer-container .offer-image img.card-image {
  width: 100%;
  height: 350px;
  transition: all .3s ease 0s;

}
section.content-wrapper section.offer-section .offer-container .offer-image {
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;

}
section.content-wrapper section.offer-section .offer-container .offer-image:hover img{
  transform: scale(1.1);
}
section.content-wrapper section.offer-section .offer-container .offer-content {
  background: var(--light-bg);
  padding: 20px;
  border-radius: 0 0 7px 7px ;
}
section.content-wrapper section.offer-section .offer-container .offer-content a.main-btn{
background: var(--text-color);
color: var(--tertiary-text);
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .offer-card-image a.offer-card img.card-image {
  width: 100%;
  height: 350px;
  transition: all .3s ease 0s;
  border-radius: 7px;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item{
  display: flex; 
  justify-content: start;
  align-items: stretch;
  padding: 10px;
  background: var(--light-bg);
  border-radius: 7px;

}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .offer-card-image{
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .offer-card-image:hover img{
  transform: scale(1.1);
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption{
  width: 50%;
  background: var(--light-bg);
    padding: 20px;

    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption h2.heading-main{
  text-align: center;
}

section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption a.main-btn{
  background: var(--text-color);
  color: var(--tertiary-text);
}
section.content-wrapper section.offer-container.offer-sub .offer-container .custom-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .custom-nav button.custom-next,
  section.content-wrapper section.offer-container.offer-sub .offer-container .custom-nav button.custom-prev {
  background: rgba(0, 0, 0, 0.34);
  border: none;
  padding: 6px;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  border-radius: 7px;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .custom-nav button svg path {
  stroke: var(--tertiary-text);
}
/* modal css */
div#policyModal {
  height: calc(100vh - 100px);
  border-radius: 0;
  top: 50px;
}
 
div#policyModal .modal-header {
  padding: 10px 20px;
  background: var(--text-color);    
  border-radius: 0;
}

div#policyModal .modal-header  h2.heading-main{
  color: var(--tertiary-text);
  font-weight: 500;
  font-size: 18px;

}
div#policyModal .modal-header button.btn-close {
  background: var(--tertiary-text); 
  background-image: url("../img/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;

}
div#policyModal .modal-dialog .modal-content {
  border-radius: 0;
}
div#policyModal .modal-dialog {
  margin: auto;
}
 
div#policyModal .modal-header h4.modal-title.heading-main {
  font-size: 24px;
}


/* top haed */
.mob-btn a.main-btn {
  width: 100%;
}
.main--topbar {
  /* background: rgba(0, 0, 0,0.34); */
  background: #000;
  padding: 5px 0;

}
.main--topbar .top--head {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.main--topbar .top--head .acc-btn button.accessibility-toggle svg path{
  fill: var(--tertiary-text);

}
.main--topbar .top--head .dropdown.lang-drop button.notranslate.btn {
  border: none;
  background: var(--tertiary-text);
  width: auto;
  height: auto;
  padding: 4px;
}
.main--topbar .top--head .dropdown.lang-drop button.notranslate.btn:hover {
  color: inherit;
  border-color: inherit;
}