/* Restoria - */


/* TABLE OF CONTENT 

1.Main Header style
2.Hidden Sidebar style
3.Hidden info bar style
4.Banner Slider Section
5.Title Box Section
6.We Offer Section
7.Story Section
8.Special Dish Section
9.Menu Section Tab Style
10.Special Offer Section
11.Testimonials Section
12.Reservation Section
13.Team Section
14.Intro Section
15.News Section
16.IG post Section
17.Main Footer
18.Inner page Banner Section
19.Fluid Section
20.Services Section
21.Testimonials two Section
22.Why Us Two Section
23.Chef Section 1
24.Image Gallery Section
25.Menu Section - menu style 1
26.Menu Section - menu style 2
27.Special Offer Section
28.Special Dish Section
29.Menu Two Section
30.Contact Page
31.Chef Page
32.Masonary Gallery
33.Hamburger section

*/

/*** 

====================================================================
      Fonts
====================================================================

 ***/
 
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 

@import url('global.css');
@import url('swiper.css');
@import url('owl.css');
@import url('preloader.css');
@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');


/*** 

====================================================================

  Main Header style

====================================================================

***/


body{
  font-size: 15px;
}

.main-header {
    /* position: fixed; */
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: #00175F;
    min-height: 0;
    z-index: 999;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.fixed-header.header-down{
  top:0;
}

.fixed-header.header-up{
  top: -175px;
}

.main-header .auto-container{
  /*max-width: 1780px;*/
  padding: 0 20px;
}

.header-top{
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  color: #ffffff;
  border-bottom: 1px solid var(--white-color-opacity-four);
  display: none;
}

.header-top .top-left{
  position: relative;
  float: left;
  line-height: 30px;
}

.header-top .top-info{
  position: relative;
}

.header-top .top-info li{
  position: relative;
  float: left;
  margin-right: 70px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.header-top .top-info li:last-child{
  margin-right: 0;
}

.header-top .top-info li .icon{
  position: relative;
  padding-right: 5px;
}

.header-top .top-info li:after{
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border: 1px solid var(--main-color);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-top .top-info li:last-child:after{
  display: none;
}

.header-top .top-info li a{
  position: relative;
  display: block;
  line-height: 30px;
  color: #ffffff;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header-top .top-info li a:hover{
  color: var(--main-color);
}

.header-top .top-right{
  position: relative;
  float: right;
  line-height: 30px;
}

.main-header .header-upper{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  padding: 0 0;
  border-bottom: 1px solid rgba(0,0,0,0.0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.fixed-header .header-upper{
  position: relative;
  /*top: 0;*/
  /*background: #202020;
  border-bottom-color: rgba(0,0,0,0.15);*/
  backdrop-filter: blur(9px);
    background-color: #00175f;
}

.header-two.fixed-header .header-upper{
  background: #ffffff;
}

.main-header ul, .main-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .main-box{
  position: relative;
  padding: 0px;
}

.main-header .main-box .logo-box{
  position: relative;
  display: block;
  float: left;
  padding: 6px 0px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  z-index: 5;
}

.fixed-header .main-box .logo-box{
  padding:10px 0px;
}

.fixed-header .main-menu .navigation > li{
  padding:10px 0px;
}

.main-header.fixed-header .main-menu .navigation > li > ul{
  top:134%;
}

 

.main-header .main-box .logo-box .logo{
    position: relative;
    display: block;
}

.main-header .main-box .logo-box .logo img{
  position: relative;
  display: block;

  z-index: 1;
}

.main-header .nav-box{
  position: static;
  /*float: right;*/
}

.main-header .header-upper .links-box{
  position: relative;
  float: left;
  padding-top: 24px;
  padding-bottom: 38px;
  margin-left: 150px;
}

.main-header .header-upper .links-box .link{
  position: relative;
  float: left;
  margin-left: 50px;
}

.main-header .header-upper .links-box .link:first-child{
  margin-left: 0;
}

.main-header .info-btn{
    position: relative;
    cursor: pointer;
    background: none;
    font-size: 16px;
    color: var(--white-color);
    padding-top: 15px;
    line-height: 34px;
}

.main-header .info-btn img{
  height: 20px;
}

.main-header .nav-toggler{
  position: relative;
  float: left;
  left: 0;
  top: 0;
  padding: 0;
  margin-top: 40px;
  margin-left: 20px;
  display: none;
}

.fixed-header .nav-toggler{
  margin-top: 18px;
}

.main-header .nav-toggler button {
  position: relative;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #e1e1e1;
  font-size: 16px;
  margin: 0px;
  border-radius: 0px;
  outline: none !important;
}

.main-header .nav-toggler button img{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main-header .nav-outer{
  position: static;
  float: left;
}

.main-menu{
  position:static;
  display: block;
  padding: 0px 0px;
}

.main-menu .navbar-collapse{
  padding:0px;
  margin:0px;
  border:none;
  box-shadow:none;
}

.main-menu .navigation{
  position:static;
  z-index: 1;
}

.main-menu .navigation > li{
  position:static;
  display: block;
  float: left;
  padding:4px 0px;
  margin-left: 23px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    /*text-transform: uppercase;*/
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding:34px 1px;
}
.main-menu .navigation > li.dropdown{
  position: relative;
}

.main-menu .navigation > li.dropdown.has-mega-menu{
  position: static;
}

/*.main-menu .navigation > li.dropdown > a{
  padding-right: 20px;
}
*/
.main-menu .navigation > li.dropdown > a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f107";
    position: absolute;
    right:-7px;
    top: 36px;
    display: block;
    line-height: 30px;
    font-size: 9px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation > li > a:before{
  content: "";
  position:absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  display:block;
  height: 5px;
  border-top: 1px solid var(--main-color);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li.dropdown > a:before{
  right: 20px;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before{
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
  color: var(--main-color);
  text-decoration: none;
  opacity:1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: -35px;
    top: 124%;
    width: 316px;
    padding-top: 12px;
    padding-bottom: 30px;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: rgb(0 23 95);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0px 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.main-menu .navigation > li.dropdown.has-mega-menu > ul{
  left: 0;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 20px;
}

.main-menu .navigation > li.dropdown.has-mega-menu > ul .auto-container{
  max-width: 1200px;
}

.main-menu .navigation > li .mega-menu{
  position: relative;
}

.main-menu .navigation > li.dropdown.has-mega-menu > ul:before{
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 2000px;
  height: 100%;
  background: var(--color-two);
}

.main-menu .navigation > li.dropdown.has-mega-menu > ul:after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000px;
  height: 100%;
  background: var(--color-two);
}

.main-menu .navigation > li .mega-menu .menu-inner{
  position: relative;
}

.main-menu .navigation > li .mega-menu .row{
  margin: 0 -25px;
}

.main-menu .navigation > li .mega-menu .menu-block{
  position: relative;
  padding: 0 25px;
  margin-bottom: 30px;
  text-align: center;
}

.main-menu .navigation > li .mega-menu .menu-block .image{
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li .mega-menu .menu-block:hover .image{
  border-color: var(--main-color);
  border-radius: 300px 300px 0 0;
}

.main-menu .navigation > li .mega-menu .menu-block .image img{
  display: block;
  width: 100%;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li .mega-menu .menu-block:hover .image img{
  transform: scale(1.05);
  border-radius: 300px 300px 0 0;
}

.main-menu .navigation > li .mega-menu .menu-block .title{
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.main-menu .navigation > li .mega-menu .menu-block .title a{
  position: relative;
  color: var(--white-color);
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li .mega-menu .menu-block:hover .title a{
  color: var(--main-color);
}

.main-menu .navigation > li > ul > li{
  position:relative;
  margin-bottom: 10px;
}

.main-menu .navigation > li > ul > li:last-child{
  margin-bottom: 0;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: var(--white-color);
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #dcdcdc3b;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 6 Pro';
  content: "\f105";
  position:absolute;
  right: 30px;
  top: 0px;
  display:block;
  line-height:30px;
  font-size: 12px;
  font-weight:400;
  z-index:5;
}

.main-menu .navigation > li > ul > li > a:before{
  content: '';
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -4px;
  height: 12px;
  width: 12px;
  /*background-color: var(--main-color);*/
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a:before,
.main-menu .navigation > li > ul > li.current > a:before{
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
  color: var(--main-color);
  padding-left: 30px;
}


.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul{
  position: absolute;
    left: 100%;
    top: 0;
    margin-left: 2px;
    width: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
    opacity: 1;
    text-align: left;
    border-bottom: 1px solid #dcdcdc3b;
    background: rgb(0 23 95);
    border: none;
    border-radius: 0;
  -webkit-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -ms-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -o-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -moz-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition:all 100ms ease;
  -webkit-transition:all 100ms ease;
  -ms-transition:all 100ms ease;
  -o-transition:all 100ms ease;
  transition:all 100ms ease;
}

.main-menu .navigation > li > ul > li > ul:before{
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 100%;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  margin-bottom: 10px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  margin-bottom: 0;
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
  line-height:30px;
  font-weight: 400;
  color: var(--white-color);
  text-transform: capitalize;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
  content: '';
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border: 1px solid var(--main-color);
  opacity: 0;
  visibility: hidden;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a:before,
.main-menu .navigation > li > ul > li > ul > li.current > a:before{
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 6 Pro';
  content: "\f105";
  position:absolute;
  right: 30px;
  top: 0px;
  display:block;
  line-height:30px;
  font-size: 12px;
  font-weight:400;
  z-index:5;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li.current > a{
  color: var(--main-color);
  padding-left: 55px;
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;  
  top: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
  overflow-y: hidden;
}

/*.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: var(--black-color-opacity);
    cursor: pointer;
    opacity:0;
    visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}*/

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  background:rgb(0 0 0);
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  visibility: hidden;
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.hidden-bar.visible-sidebar{
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0px);
  transform: translateX(0px); 
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
  list-style-type:none;
  margin:0px;
}

.hidden-bar .inner-box{
  position:relative;
  background-color: rgb(0 0 0);
  padding-top: 75px;
  padding-bottom: 50px;
}

.hidden-bar .inner-box .cross-icon{
  position:absolute;
  right:30px;
  top:30px;
  cursor:pointer;
  color: var(--white-color);
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid var(--white-color);
  border-radius: 50%;
}

.hidden-bar .inner-box .cross-icon:hover{
  color: var(--main-color);
  border-color: var(--main-color);
}

.hidden-bar .inner-box .logo-box{
  position:relative;
  line-height: 50px;
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.hidden-bar .inner-box .logo-box img{
  position:relative;
 
}

.hidden-bar h5{
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap:10px; 
}

.hidden-bar h5::before,
.hidden-bar h5::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.hidden-bar .info{
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.hidden-bar .info li{
  position: relative;
  line-height: 1.6em;
  color: var(--color-one);
  margin-bottom: 10px;
}

.hidden-bar .info li:last-child{
  margin-bottom: 0;
}

.hidden-bar .info li a{
  color: var(--color-one);
}

.hidden-bar .info li a:hover{
  color: var(--main-color);
}

.hidden-bar .separator{
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hidden-bar .separator span{
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border: 1px solid var(--main-color);
  margin: 0 auto;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hidden-bar .booking-info{
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.hidden-bar .booking-info .bk-title{
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.hidden-bar .booking-info .bk-no{
  position: relative;
  font-size: 30px;
  color: var(--main-color);
  line-height: 1em;
}

.hidden-bar .booking-info .bk-no a{
  position: relative;
  display: inline-block;
  color: var(--main-color);
}

.hidden-bar .booking-info .bk-no a:before{
  position:absolute;
  content:'';
  left:5px;
  right:5px;
  bottom:-7px;
  height:5px;
  opacity:0;
  transform:scale(0.2,1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top:1px solid var(--main-color);
  border-bottom:1px solid var(--main-color);
}

.hidden-bar .booking-info .bk-no a:hover::before{
  opacity:1;
  transform:scale(1,1);
}

.hidden-bar .side-menu{
  position: relative;
  display: block;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 100px;
}

.hidden-bar .side-menu ul{
  position: relative;
  border-top: 1px solid var(--white-color-opacity-four);
}

.hidden-bar .side-menu ul li{
  position: relative;
  display: block;
  border-bottom: 1px solid var(--white-color-opacity-four);
}

.hidden-bar .side-menu ul li a{
  position: relative;
  color: var(--white-color);
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
  color: var(--main-color);
}

.hidden-bar .side-menu ul li > a:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  height: 12px;
  width: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.hidden-bar .side-menu ul li:hover > a:before,
.hidden-bar .side-menu ul li.current > a:before{
  opacity: 1;
  visibility: visible;
}

.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul li.current > a{
  color: var(--main-color);
  padding-left: 20px;
}

.hidden-bar .side-menu ul li ul li:last-child{
  border-bottom: none;
}

.hidden-bar .side-menu ul li .btn-expander{
  position: absolute;
  top: 10px;
  right: 0px;
  background: none;
  color: var(--white-color);
  font-size: 12px;
  height: 30px;
  width: 30px;
  text-align: right;
  line-height: 30px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.hidden-bar .side-menu ul li .btn-expander i{
  font-weight: 700;
}


/*** 

====================================================================
  Hidden info bar style
====================================================================

***/

.info-bar{
  position: fixed;
  right: -440px;
  top: 0px;
  width: 100%;
  max-width: 440px;
  height:100%;
  overflow-y:auto;
  z-index: 99999;
  opacity: 0;
  background:rgb(0 0 0) url(../images/resource/pattern-dark.png) center top repeat;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.info-back-drop{
  position:fixed;
  right:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  background: var(--black-color-opacity-two);
  visibility:hidden;
  z-index:9990;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;  
}

.side-content-visible .info-back-drop{
  opacity:1;
  visibility:visible;
}

.side-content-visible .info-bar{
  right:0px;
  opacity:1;
  visibility:visible;
}

.info-bar .inner-box{
  position:relative;
  background:rgb(0 0 0) url(../images/resource/pattern-dark.png) center top repeat;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.info-bar .inner-box .cross-icon{
  position:absolute;
  right:30px;
  top:30px;
  cursor:pointer;
  color: var(--white-color);
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid var(--white-color);
  border-radius: 50%;
}

.info-bar .inner-box .cross-icon:hover{
  color: var(--main-color);
  border-color: var(--main-color);
}

.info-bar .inner-box .logo-box{
  position:relative;
  line-height: 50px;
  margin-bottom: 35px;
}

.info-bar .inner-box .logo-box img{
  position:relative;

}

.info-bar .inner-box .image-box{
  position:relative;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 45px;
  border-radius: 300px 300px 0 0;
  display: inline-block;
}

.info-bar .inner-box .image-box img{
  position:relative;
  display: block;
  width: 100%;
  border-radius: 300px 300px 0 0;
}

.info-bar .inner-box .image-box::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 300px 300px 0 0;
  z-index: 100;
}


.info-bar h5{
  position: relative;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap:10px; 
}

.info-bar h5::before,
.info-bar h5::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.info-bar .info{
  position: relative;
  color: var(--white-color);
}

.info-bar .info li{
  position: relative;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.info-bar .info li:last-child{
  margin-top: 30px;
}

.info-bar .info li a{
  color: var(--white-color);
}

.info-bar .info li a:hover{
  color: var(--main-color);
}

.info-bar .info li .ib-ttl {
	text-transform: uppercase;
	color: var(--color-three);
}

.info-bar .booking-info{
  position: relative;
}

.info-bar .booking-info .bk-no{
  position: relative;
  color: var(--main-color);
  line-height: 1em;
}

.info-bar .booking-info .bk-no a{
  position: relative;
  display: inline-block;
  color: var(--main-color);
}

.info-bar .booking-info .bk-no a:before{
  position:absolute;
  content:'';
  left:5px;
  right:5px;
  bottom:-8px;
  height:5px;
  opacity:0;
  transform:scale(0.2,1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top:1px solid var(--main-color);
}

.info-bar .booking-info .bk-no a:hover::before{
  opacity:1;
  transform:scale(1,1);
}


/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.banner-section{
  position: relative;
  padding: 0 0;
 
}

.banner-section .bottom-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  display: block;
  z-index: 1;
}

.banner-section .bottom-curve.curve-mobile {
  display: none;
}

.banner-section.banner-section .banner-container{
  position: relative;
}

.banner-section .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 44px;
}
.banner-section .slide-item{
  position: relative;
  width:100%;
  padding:0px;
  overflow: hidden;
}

.banner-section .slide-item:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background:linear-gradient(to right, rgb(0 0 0 / 88%) 0%, rgb(0 0 0 / 71%) 30%, rgb(0 0 0 / 37%) 60%, rgba(0, 0, 0, 0) 100%);*/
  z-index: 1;
}

.banner-section .slide-item .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition:all 0ms linear 0ms;
  -ms-transition:all 0ms linear 0ms;
  -o-transition:all 0ms linear 0ms;
  -moz-transition:all 0ms linear 0ms;
  transition:all 0ms linear 0ms;
}

.banner-section .slide-item.swiper-slide-active .image-layer{
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition:all 7000ms linear 0ms;
  -ms-transition:all 7000ms linear 0ms;
  -o-transition:all 7000ms linear 0ms;
  -moz-transition:all 7000ms linear 0ms;
  transition:all 7000ms linear 0ms;
}

.banner-section .slide-item .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-section .slide-item .content-box{
  position:relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding-top: 172px;
  padding-bottom: 50px;
  height:700px;
  min-height: 100vh;
  z-index: 10;
}

.banner-section .slide-item .content{
  position:relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  z-index: 5;
}

.banner-section .slide-item .inner {
    position: relative;
    display: block;
    max-width: 950px;
    width: 100%;
    margin-left: 20px;
    /* text-align: center; */
    z-index: 5;
}

.banner-section .slide-item .subtitle{
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 0.40em;
  margin-bottom: 10px;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}



.banner-section .swiper-slide-active .subtitle,
.banner-section .swiper-slide-active .pattern-image{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 500ms;
    -ms-transition:all 1000ms ease 500ms;
    -o-transition:all 1000ms ease 500ms;
    -moz-transition:all 1000ms ease 500ms;
    transition:all 1000ms ease 500ms;
}


.banner-section .slide-item h1{
  position: relative;
  font-size: 80px;
  font-weight: 600;
  text-transform: none;
  line-height:1.0em;
  margin:0px 0px;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}

.banner-section .slide-item h1 span{
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner-section .swiper-slide-active h1{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 1000ms;
    -ms-transition:all 1000ms ease 1000ms;
    -o-transition:all 1000ms ease 1000ms;
    -moz-transition:all 1000ms ease 1000ms;
    transition:all 1000ms ease 1000ms;
}

.banner-section .slide-item .text{
  position: relative;
  display: block;
  font-size: 20px;
  margin-top: 30px;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}

.banner-section .swiper-slide-active .text{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 1500ms;
    -ms-transition:all 1000ms ease 1500ms;
    -o-transition:all 1000ms ease 1500ms;
    -moz-transition:all 1000ms ease 1500ms;
    transition:all 1000ms ease 1500ms;
}

.banner-section .slide-item .links-box{
  position: relative;
  display: block;
  padding-top: 40px;
  opacity:0;
  visibility: hidden;
  -webkit-transform:translateY(30px);
  -ms-transform:translateY(30px);
  transform:translateY(30px);
}

.banner-section .swiper-slide-active .links-box{
    opacity:1;
    visibility: visible;
    -webkit-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all 1000ms ease 2000ms;
    -ms-transition:all 1000ms ease 2000ms;
    -o-transition:all 1000ms ease 2000ms;
    -moz-transition:all 1000ms ease 2000ms;
    transition:all 1000ms ease 2000ms;
}

.banner-section .slide-item .links-box .link{
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.banner-section .slide-item .links-box .link .theme-btn{

}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev{
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: var(--main-color);
  border-radius: 0%;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.banner-section .swiper-button-next span,
.banner-section .swiper-button-prev span{
  position: relative;
  z-index: 1;
}

.banner-section .swiper-button-next:after,
.banner-section .swiper-button-prev:after{
  display: none;
}

.banner-section .swiper-button-next:before,
.banner-section .swiper-button-prev:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-color-opacity-three);
  border-radius: 100px;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.banner-section .swiper-button-next{
  right: 80px;
}

.banner-section .swiper-button-prev{
  left: 80px;
}

.banner-section .swiper-button-next:hover,
.banner-section .swiper-button-prev:hover{
  color: var(--black-color);
}

.banner-section .swiper-button-next:hover:before,
.banner-section .swiper-button-prev:hover:before{
  background: var(--main-color);
}


/* explore menu badge */
.banner-section .explore-menu-btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0px;
  width: 117px; /* full badge size */
  height: 170px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/resource/menu-badge.png) no-repeat center center;
  background-size: contain;
  text-decoration: none; /* remove underline if any */
}

.banner-section .explore-menu-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  z-index: 1;
}

.banner-section .explore-menu-btn .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  animation: bounce-down-delay 3s infinite ease-in-out;
}


@keyframes bounce-down-delay {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  10% {
    transform: translateY(10px);
    opacity: 0.6;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



/* Parent container to position it inside the banner */
.banner-section .banner-social-list {
  position: absolute;
  left: 30px; /* adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column; /* stack vertically */
  align-items: center;
  gap: 10px;
  z-index: 10;
}

/* Top and bottom vertical lines */
.banner-social-list .line {
  width: 1px;
  height: 25px;
  background-color: var(--white-color);
}

/* Vertical list */
.banner-social-list .custom-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
}

.banner-social-list .custom-ul li {
  position: relative;
  font-size: 14px;
  color: var(--white-color);
  padding: 0 5px;
  transform: rotate(-90deg);
  transform-origin: center center;
}

.banner-social-list .custom-ul li a{
  color: var(--white-color);
}

.banner-social-list .custom-ul li a:hover{
  color: var(--main-color);
}


/* Add star only to non-last items */
.banner-social-list .custom-ul li:not(:first-child)::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icons/star-element.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}


/* Container positioning */
.banner-section .banner-call {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px; /* space between lines and text */
  z-index: 10;
}

/* Lines (above and below text) */
.banner-call .line {
  width: 1px;
  height: 25px;
  background-color: var(--white-color);
}

/* List styling */
.banner-call .call-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner-call .call-ul li {
  transform: rotate(-90deg);
  transform-origin: center center;
  white-space: nowrap; /* prevent wrapping */
}

.banner-call .call-ul li a {
  font-size: 14px;
  color: var(--white-color);
  text-decoration: none;
}

.banner-call .call-ul li a:hover {
  color: var(--main-color);
}



/*** 

====================================================================
  Title Box Section
====================================================================

***/

.title-box{
  position: relative;
  padding-bottom: 30px;
}

.title-box.centered{
  margin: 0 auto;
  text-align: center;
}

.title-box .subtitle{
  position: relative;
  display: inline-flex; /* Make it inline so it wraps only around content */
  align-items: center;   /* Vertically center the SVGs and text */
  gap: 8px;              /* Space between SVG and text */
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 0.20em;
  line-height: 1em;
  margin-bottom: 10px;
}


.title-box .subtitle::before,
.title-box .subtitle::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}


.title-box .title-badge {
	width: 205px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 10px 0;
}


.title-box h2{
  position: relative;
  margin-bottom: 0;
}

.title-box h3{
  position: relative;
  margin-bottom: 0;
}

.title-box .text{
  position: relative;
  line-height: 1.85em;
}

.title-box.centered .text{
  max-width: 420px;
  margin: 0 auto;
}

/*** 

====================================================================
  We Offer Section
====================================================================

***/

.we-offer-section{
  position: relative;
  background:rgb(0 0 0);
}

 

.offer-block{
  position: relative;
  display: flex;
}

.offer-block .inner-box{
  position: relative;
  display: block;
  text-align: center;
  max-width: 440px;
}

.offer-block:nth-child(1) {
  justify-content: flex-start; /* default: left */
}

.offer-block:nth-child(2) {
  justify-content: center; /* center align */
}

.offer-block:nth-child(3) {
  justify-content: flex-end; /* right align */
}

.offer-block .inner-box .image{
  position: relative;
  display: block;
  overflow:hidden;
  padding: 0;
  margin-bottom: 25px;
  border-radius: 500px 500px 0 0;
}

.offer-block .inner-box .image{
  position: relative;
  display: inline-block;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
}

.offer-block .inner-box .image img{
  display: block;
  border-radius: 500px 500px 0 0;
  position: relative;
  z-index: 1;
}

.offer-block .inner-box .image::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  border-radius: 500px 500px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}


.offer-block .inner-box .image:after{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.offer-block .inner-box:hover .image:after{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.offer-block .inner-box:hover .image:before{
  transform:rotateY(180deg);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.offer-block .inner-box .image img{
  position: relative;
  display: block;
  /*width: 100%;*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.offer-block .inner-box:hover .image img{
  transform:scale(1.04,1.04);
}

.offer-block h4{
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.offer-block h4 a{
  color: var(--white-color);
}

.offer-block .more-link{
  position: relative;
  padding-top: 20px;
}

.offer-block .more-link a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: rgb(19 19 19);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    padding: 9px 16px;
    background-color: #e6b15f;
}
.offer-block .more-link a:before{
  position:absolute;
  content:'';
  left:5px;
  right:5px;
  bottom:-4px;
  height:4px;
  opacity:0;
  transform:scale(0.2,1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top:1px solid var(--main-color);
}

.offer-block .more-link a:hover::before{
  opacity:1;
  transform:scale(1,1);
}

.offer-block .more-link a:hover{
  color: var(--white-color);
  border-color: var(--white-color);
}



/*** 

====================================================================
  Story Section
====================================================================

***/

.story-section{
  position: relative;
  background-color:rgb(0 0 0);
}

.story-section .title-box{
  max-width: 1050px;
  margin-bottom: 10px;
}


.story-section .text-col{
  position: relative;
  z-index: 1000;
}
 

.story-section .text-col .inner{
  position: relative;
  display: block;
  padding-top: 0px;
  
  text-align: left;
}

.story-section .feature-info {
  position: relative;
  padding: 30px 0 60px 0;
  display: flex;
}

.story-section .feature-info .feature-info-box {
  position: relative;
  width: 50%;
  padding-right: 20px;
}

.story-section .feature-info .feature-info-box .feature-title {
  display: flex;
  align-items: center;
  text-align: left;
}

.story-section .feature-info .feature-info-box .feature-title h6 {
  padding-left: 15px;
}

.story-section .feature-info .feature-info-box .infotext {
  font-size: 15px;
  line-height: 1.5em;
  padding: 20px 0 0 0;
   color: rgb(255 255 255);
}

.story-section .feature-info .feature-info-box:hover .feature-title img {
  transform: rotateY(180deg);
  transition: transform 0.4s ease;
}

.story-section .booking-info{
  position: relative;
  display: flex;
}

.story-section .booking-info .bk-title{
  position: relative;
  text-transform: capitalize;
  margin-top: -5px;
  padding-right: 40px;
}

.story-section .booking-info .bk-no{
  font-size: 20px;
  color: var(--main-color);
  line-height: 1em;
  
}

.story-section .booking-info .bk-no a{
  color: var(--main-color);
  padding-bottom:5px;
}

.story-section .booking-info .bk-no a:before{
  position:absolute;
  content:'';
  left:5px;
  right:5px;
  bottom:0px;
  height:5px;
  opacity:0;
  transform:scale(0.2,1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top:1px solid var(--main-color);
  border-bottom:1px solid var(--main-color);
}

.story-section .booking-info .bk-no a:hover::before{
  opacity:1;
  transform:scale(1,1);
}

.hidden-bar .booking-info .bk-no a:hover::before{
  opacity:1;
}

.story-section .image-col{
  position: relative;
}

.story-section .image-col .inner{
  position: relative;
  display: block;
}


.story-section .image-col .images{
  position: relative;
}

.story-section .image-col .images img{
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  border-radius: 100% 100% 0 0;

}

.story-section .image-col .image {
  position: relative;
  display: inline-block;
}

.story-section .image-col .image::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 100% 100% 0 0;
  z-index: 100;
}



/*** 

====================================================================
  Special Dish Section
====================================================================

***/

.special-dish{
  position: relative;
  background: var(--color-five);
}

.special-dish .right-bg{
    position: absolute;
    right: 0;
    bottom: 140px;
}

.special-dish .bottom-image{
    position: absolute;
    right: 0;
    bottom: -170px;
    z-index: 1;
}

.special-dish .outer-container{
  position: relative;
}

.special-dish .row{
  margin: 0 0;
}

.special-dish .image-col{
  position: relative;
  padding: 0 0;
}

.special-dish .image-col .inner{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.special-dish .image-col .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.special-dish .image-col .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.special-dish .image-col .image{
  position: relative;
  display: none;
}

.special-dish .image-col .image img{
  position: relative;
  display: block;
  width: 100%;
}

.special-dish .content-col{
  position: relative;
  padding: 0 0;
}

.special-dish .content-col .inner{
  position: relative;
  display: block;
  max-width: 600px;
  padding: 225px 20px 225px 130px;
}

.special-dish .content-col .badge-icon{
  position: absolute;
  left: -60px;
  top: 0;
}

.special-dish .title-box{
  margin-bottom: 40px;
}

.special-dish .price{
  position: relative;
  line-height: 30px;
}

.special-dish .price .old{
  position: relative;
  font-size: 18px;
  color: var(--color-three);
  padding-right: 20px;
}

.special-dish .price .new{
  position: relative;
  font-size: 24px;
  color: var(--main-color);
}

.special-dish .content-col .link-box{
  padding-top: 40px;
}

/*** 

====================================================================
  Menu Section Tab Style
====================================================================

***/

.menu-section{
  position: relative;
  overflow: hidden;
  background-color:var(--color-one);
}

.tabs-box{
  position: relative;
}

.tabs-box .tab-buttons{
  position: relative;
}

.tabs-box .tab-buttons .tab-btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tabs-box .tabs-content{
  position: relative;
  background-color:var(--color-two);
  background-image:url(../images/background/menu-bg-paper.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
}

.tabs-box .tabs-content:before{
  content: '';
  position: absolute;
  left: 0px;
  right: auto;
  top: 0;
  width: 70px;
  height: 100%;
  background-color:var(--color-two);
  background-image:url(../images/resource/pattern-black.png);
  background-repeat: repeat;
  background-position: top center;
}

.tabs-box .tabs-content .tab{
  position: relative;
  display: none;
  padding: 60px 40px;
}

.tabs-box .tabs-content .active-tab{
  display: block;
}

.menu-tabs{
  position: relative;
}

.menu-tabs .buttons{
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 0px;
}

.menu-tabs .buttons .tab-buttons{
  position: relative;
  text-align: center;
  font-family:var(--font-family-Fraunces);
}

.menu-tabs .buttons .tab-buttons .tab-btn{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: var(--font-family-Urbanist);
}

.menu-tabs .buttons .tab-buttons .tab-btn:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 5px;
  border-top: 1px solid var(--main-color);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.menu-tabs .buttons .tab-buttons .tab-btn.active-btn:before{
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-tabs .buttons .tab-buttons .tab-btn:after{
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 36px;
  top: 50%;
  margin-top: -8px;
  height: 14px;
  width: 14px;
  background: url(../images/icons/star-element.svg) no-repeat;
}

.menu-tabs .buttons .tab-buttons .tab-btn:last-child:after{
  display: none;
}

.tabs-box .tabs-content .tab .row {
  display: flex;
  align-items: center; /* This vertically centers the two columns */
  flex-wrap: wrap;     /* Ensures responsiveness for smaller screens */
}

.menu-tabs .menu-col .inner {
	position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertical centering inside the column */
  height: 100%;
  padding-left: 70px;
}

.menu-tabs .menu-col.img-col {
	text-align: center;
	padding-top: 30px;
}

.menu-tabs .menu-col.img-col .inner {
	display: block;
}

.menu-tabs .menu-col:nth-child(2) .inner{
  padding-right: 0;
  border-right: none;
}

.menu-tabs .menu-col:nth-child(2) .inner:after{
  display: none;
}

.menu-tabs .menu-col.img-col .image {
  position: relative;
  display: inline-block;
}

.menu-tabs .menu-col.img-col .image img{
  display: block;
  border-radius: 300px 300px 0 0;
  position: relative;
  z-index: 1;
}

.menu-tabs .menu-col.img-col .image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: 300px 300px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.menu-tabs .dish-block{
  position: relative;
  margin-bottom: 35px;
}

.menu-tabs .dish-block:last-child{
  margin-bottom: 0;
}

.menu-tabs .dish-block .inner-box{
  position: relative;
  padding-left: 120px;
  min-height: 100px;
  padding-top: 10px;
}

.menu-tabs .dish-block .dish-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 400px;
  overflow: hidden;
}

.menu-tabs .dish-block .dish-image img{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 400px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menu-tabs .dish-block .inner-box:hover .dish-image img{
  transform: rotate(90deg);
}

.menu-tabs .dish-block .title{
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
}

.menu-tabs .dish-block .title .menu-list-line {
  flex-grow: 1;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-color-opacity-three);
  height: 17px;
}

.menu-tabs .dish-block .title .ttl{
  position: relative;
  float: left;
  padding-right: 10px;
  text-transform: capitalize;
}

.menu-tabs .dish-block .title .ttl a{
  color: var(--white-color);
}

.menu-tabs .dish-block .title .ttl a:hover{
  color: var(--main-color);
}

.menu-tabs .dish-block .title .ttl .s-info{
  position: relative;
  display: inline-block;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 3px;
  font-size: 12px;
  color: var(--black-color);
  background: var(--main-color);
  margin-left: 8px;
}

.menu-tabs .dish-block .title .price{
  position: relative;
  float: right;
  font-size: 16px;
  color: var(--main-color);
  padding-left: 5px;
}

.menu-tabs .dish-block .desc{
  position: relative;
  font-size: 15px;
  color: var(--color-three);
}

.menu-tabs .dish-block .desc a{
  color: var(--color-three);
}

.menu-section .open-timing{
  position: relative;
  text-align: center;
}

.menu-section .open-timing .hours{
  position: relative;
  padding: 25px 0;
}


/*** 

====================================================================
  Special Offer Section
====================================================================

***/

.special-offer{
  position: relative;
}

.fluid-section.special-dish-slider .inner {
  background-color: var(--color-one);
  background:url(./images/pattern-dark.png) repeat;
  padding: 100px 0;
  position: relative;
}

.fluid-section.special-dish-slider .title-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-90deg);
  transform-origin: center center;
  z-index: 100;
}

.fluid-section.special-dish-slider .special-title {
  background: var(--color-two);
  border: solid 1px var(--white-color-opacity-three);
  padding: 0 30px;
  margin: 0;
}

.fluid-section.special-dish-slider .title-box.special-title h2 {
  padding-bottom: 10px;
}

.fluid-section.special-dish-slider .title-box.onlyfor-sm {
  display: none;
}

.special-offer .outer-container{
  position: relative;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}

.offer-block-two{
  position: relative;
  margin-bottom: 30px;
}

.special-offer .owl-theme .offer-block-two{
  margin-bottom: 0;
}

.offer-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.offer-block-two .inner-box .image{
  position: relative;
  display: block;
  overflow:hidden;
  margin-bottom: 25px;
  background-color:var(--main-color);
  border-radius: 500px 500px 0 0;
}

.offer-block-two .inner-box .image img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
}

.offer-block-two .inner-box:hover .image img{
  opacity:0.60;
  transform:scale(1.05,1.05) rotate(2deg);
}

.offer-block-two .image::before{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.offer-block-two .inner-box:hover .image::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.offer-block-two .cat-name{
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color);
}

.offer-block-two h5{
  position: relative;
  margin-bottom: 10px;
}

.offer-block-two h5 a{
  color: var(--white-color);
}

.offer-block-two h5 a:hover{
  color: var(--main-color);
}

.offer-block-two .desc{
  position: relative;
  font-size: 15px;
  color: var(--color-three);
  margin-bottom: 15px;
}

.offer-block-two .price{
  position: relative;
  font-size: 16px;
  color: var(--main-color);
}

.special-offer .lower-link-box{
  margin-top: 40px;
}

.special-offer .owl-theme .owl-dots{
  display: block;
  margin-top: 20px;
}

.special-offer .owl-theme .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid 1px var(--main-color);
  border-radius: 50%;
  margin: 0 4px;
  transition: background 0.3s ease;
}

.special-offer .owl-theme .owl-dot.active {
  background: var(--main-color); /* active dot color */
}

.special-offer .owl-theme .owl-nav{
  position: absolute;
  left: -100px;
  right: -100px;
  height: 0;
  top: 50%;
  margin-top: -22px;
}

.special-offer .owl-theme .owl-nav .owl-next,
.special-offer .owl-theme .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: var(--main-color);
  border-radius: 0%;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next span,
.special-offer .owl-theme .owl-nav .owl-prev span{
  position: relative;
  z-index: 1;
}

.special-offer .owl-theme .owl-nav .owl-next:before,
.special-offer .owl-theme .owl-nav .owl-prev:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-color-opacity-four);
  border-radius: 100px;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.special-offer .owl-theme .owl-nav .owl-next{
  right: 15px;
}

.special-offer .owl-theme .owl-nav .owl-prev{
  left: 15px;
}

.special-offer .owl-theme .owl-nav .owl-next:hover,
.special-offer .owl-theme .owl-nav .owl-prev:hover{
  color: var(--black-color);
}

.special-offer .owl-theme .owl-nav .owl-next:hover:before,
.special-offer .owl-theme .owl-nav .owl-prev:hover:before{
  background: var(--main-color);
}

.dish-gallery-slider .offer-block-two {
  max-width: 350px;
  width: auto;
  margin: 0 auto;
}


/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-section{
  position: relative;
  background: var(--black-color);
}

.testimonials-section .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.30;
}

.testimonials-section .carousel-box{
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-section .testi-top{
  position: relative;
  text-align: center;
  border: solid 1px var(--main-color);
  border-radius: 1000px;
  background: rgba(21,44,41,0.70);
  padding: 40px 80px 100px 80px;
}

.testimonials-section .testi-top .quote-text{
  position: relative;
  line-height: 1.6em;
  font-size: 20px;
}

.testimonials-section .thumbs-carousel-box{
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -50px;
}

.testimonials-section .testi-thumbs{
  position: relative;
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-section .testi-thumbs .owl-stage-outer{
  overflow: visible;
}

.testimonials-section .testi-thumbs .image{
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
  -ms-transform: scale(0.80);
  transform: scale(0.80);
  cursor: pointer;
  border-radius: 50%;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.testimonials-section .testi-thumbs .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
}

.testimonials-section .testi-thumbs .active .image{
  -ms-transform: scale(1);
  transform: scale(1);
  border: solid 2px var(--main-color);
}

.testimonials-section .testi-thumbs .auth-title{
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 12px;
  letter-spacing: 0.20em;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.testimonials-section .testi-thumbs .active .auth-title{
  opacity: 1;
  visibility: visible;
}

.testimonials-section .owl-theme .owl-nav,
.testimonials-section .owl-theme .owl-dots{
  display: none;
}

.testimonials-section .state-col, .rating-col{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: -80px;
}

.testimonials-section .state-col::after {
  content: "";
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.testimonials-section .rating-col::after {
  content: "";
  position: absolute;
  left: 14%;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.testimonials-section .state-col .value, .rating-col .value {
  font-family:var(--font-family-Fraunces);
  font-size: 45px;
}

.testimonials-section .state-col .label, .rating-col .label{
  font-family: var(--font-family-Urbanist);
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 20px;
  line-height: 1.5em;
}

/*** 

====================================================================
  Reservation Section - Common css and other css for different options
====================================================================

***/

.reserve-section{
  position: relative;
}

.reserve-section .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.50;
}

.reserve-section .outer-box{
  position: relative;
  z-index: 1;
}

.reserve-section .outer-box > .row{
  margin: 0 0;
}

.reserve-section .reserv-col{
  position: relative;
  padding: 0 0;
}

.reserve-section .reserv-col .inner{
  position: relative;
  min-height: 100%;
}

.reserve-section .reserv-col .title{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.reserve-section .reserv-col .title h2{
  line-height: 1.2em;
}

.reserve-section .reserv-col .request-info a{
  color: var(--main-color);
}

.reserve-section .reserv-col .request-info a:hover{
  color: var(--main-color);
  text-decoration: underline;
}

.reserve-section .reserv-col form .row{
  margin: 0 -10px;
}

.reserve-section .reserv-col form .row .form-group{
  padding: 0 10px;
  margin-bottom: 20px;
}

.reserve-section .reserv-col form .btn-style-one{
  display: block;
  width: 100%;
}

.reserve-section .reserv-col form .btn-style-one .btn-wrap .text-two,
.reserve-section .reserv-col form .btn-style-one .btn-wrap{
  width:100%;
}


/* reservation split style ( common css used from above css) */
.reserve-section.splitscreen .graphic-col .graphic-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reserve-section.splitscreen .graphic-col .image{
  display: none;
}

 

.reserve-section.splitscreen .reserv-col .inner{
  background:url(../images/pattern-dark.png) repeat;
  position: relative;
  padding: 150px 84px;
  min-height: 100%;
  display: inline-block;

    background-color: #000000f2;
}

.reserve-section.splitscreen .reserv-col .inner::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.reserve-section.splitscreen .reserv-col .inner .title-box h2 {
  padding-bottom: 0;
}


/* css for style two ( comon css used as above css) */
.reserve-section.style-two{
  position: relative;
  background-color: var(--black-color);
}

.reserve-section.style-two .outer-box{
  margin: 0 0;
  top: 0;
}

.reserve-section.style-two .reserv-col{
  background-color: var(--color-two);
}

.reserve-section.style-two .reserv-col .inner .title-box h2 {
  padding-bottom: 0;
}

.reserve-section.style-two .reserv-col .inner{
  background:url(../images/resource/pattern-dark.png) repeat;
  position: relative;
  padding: 75px 100px;
  min-height: 100%;
  display: inline-block;
}

.reserve-section.style-two .reserv-col .inner::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}



/* css for style two Reserve PAGE ( comon css used as above css) */
.reserve-section.style-two.reserve-page {
	padding-top: 200px;
}



/* css for style two Reserve PAGE 2 ( comon css used as above css) */
.reserve-section.style-two.reserve-page-2 .row {
    display: flex;
    align-items: center; /* vertically center columns */
    flex-wrap: wrap;     /* keep responsiveness for smaller screens */
}


.reserve-section.style-two.reserve-page-2 {
	padding-top: 200px;
	background:url(./images/pattern-dark.png) repeat;
	background-color: var(--color-one);
}

.reserve-section.style-two.reserve-page-2 .form-col {
	order: 4;
	padding: 0 50px;
}

.reserve-section.style-two.reserve-page-2 .last {
	order: 12;
}

.reserve-section.style-two.reserve-page-2 .reserv-col {
	background-color: inherit;
}

.reserve-section.style-two.reserve-page-2 .reserv-col .inner{
  background:none;
  position: relative;
  padding: 0;
  min-height: 100%;
  display: inline-block;
}

.reserve-section.style-two.reserve-page-2 .reserv-col .inner::before {
  display: none;
}

.reserve-section.style-two.reserve-page-2 .form-image{
  position: relative;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
}

.reserve-section.style-two.reserve-page-2 .form-image img{
  display: block;
  border-radius: 200px;
  position: relative;
  z-index: 1;
}

.reserve-section.style-two.reserve-page-2 .form-image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: calc(200px - 20px); /* Adjust for inner corner */
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}



/*** 

====================================================================
  Team Section
====================================================================

***/

.team-section{
  position: relative;
  background-color:var(--color-two);
}

.team-section .row{
  margin: 0 -25px;
}

.team-block{
  position: relative;
  margin-bottom: 30px;
}

.team-section .row .team-block{
  padding: 0 25px;
  margin-bottom: 40px;
}

.team-block .inner-box{
  position: relative;
  display: block;
}

.team-block .inner-box .image{
  position: relative;
  display: block;
  margin-bottom:25px;
}

.team-block .inner-box .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 400px 400px 0 0;
}

.team-block .overlay-box{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  
  display:flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  background-position:center center;

}

.team-block .overlay-box:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  opacity:0.40;
  background-color:var(--main-color);
  border-radius: 400px 400px 0 0;
}

.team-block .overlay-box .overlay-inner{
  position:relative;
  text-align:center;
}

.team-block .inner-box:hover .overlay-box{
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.team-block .social-box{
  position:relative;
}

.team-block .social-box li{
  position:relative;
  margin:0px 1px;
  display:inline-block;
  font-family: 'Font Awesome 6 Pro';
}

.team-block .social-box li a{
  position:relative;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  display:inline-block;
  color:var(--white-color);
  background-color:var(--black-color);
  border-radius:200px;
}

.team-block .social-box li a:hover{
  background: var(--main-color);
  color: var(--color-five);
}

.team-block h5{
  position: relative;
  margin-bottom: 4px;
  text-align: center;
}

.team-block h5 a{
  color: var(--white-color);
}

.team-block h5 a:hover{
  color: var(--main-color);
}

.team-block .designation{
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 0.10em;
  margin-bottom: 5px;
  text-align: center;
}

.team-block .desc{
  position: relative;
  font-size: 16px;
  color: var(--color-three);
  text-align: center;
}

/*** 

====================================================================
  Intro Section
====================================================================

***/

.intro-section{
  position: relative;
  padding: 300px 0;
  background: var(--color-two);
}

.intro-section .image-layer{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:fixed;
}


.intro-section .content-box{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}


.intro-section .content-box .play-btn{
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.intro-section .content-box .play-btn .theme-btn{
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 140px;
  font-size: 24px;
  color: var(--color-one);
  background-color: var(--white-color);
  border: 2px solid var(--white-color);
  border-radius: 50%;
}

.intro-section .content-box .play-btn .theme-btn:hover{
  color: var(--main-color);
  border-color: var(--color-one);
  background-color: var(--color-one);
}

.intro-section .content-box .play-btn .ripple,
.intro-section .content-box .play-btn .ripple:before,
.intro-section .content-box .play-btn .ripple:after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 150px;
  height: 150px;
  border-radius:50%;
  margin-top:-1px;
  margin-left:-1px;
    /* -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.intro-section .content-box .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.intro-section .content-box .play-btn .ripple:after{
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}


.intro-section .intro-anim-image{
  position: absolute;
  z-index: 100;
  top: -200px;
  left: -600px;
  right: 0;
  text-align: center;
}


/*** 

====================================================================
  News Section
====================================================================

***/

.news-section{
  position: relative;
  background: var(--color-one);
}

.news-section .auto-container{
  max-width: 1600px;
}

.news-section .row{
  margin: 0 -25px;
}

.news-block{
  position: relative;
  margin-bottom: 30px;
  display: flex;
}

.news-block:nth-child(1) {
  justify-content: flex-start; /* default: left */
}

.news-block:nth-child(2) {
  justify-content: center; /* center align */
}

.news-block:nth-child(3) {
  justify-content: flex-end; /* right align */
}

.news-section .row .news-block{
  padding: 0 25px;
  margin-bottom: 40px;
}

.news-block .inner-box{
  position: relative;
  display: block;
  max-width: 440px;
}

.news-block .image-box{
  position: relative;
  display: block;
}

.news-block .image-box:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: rgba(0, 0, 0, 0.70);
  background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.90),rgba(0, 0, 0, 0.70),rgba(0, 0, 0, 0.0));
  background: -ms-linear-gradient(bottom,rgba(0, 0, 0, 0.90),rgba(0, 0, 0, 0.70),rgba(0, 0, 0, 0.0));
  z-index: 1;
}

.news-block .image{
  position: relative;
  display: block;
  z-index: 0;
  overflow:hidden;
}

.news-block .image img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.news-block .image.rounded img{
  border-radius: 500px 500px 0 0;
}

.news-block .image.rounded{
  overflow: hidden;
  border-radius: 500px 500px 0 0;
}

.news-block .date{
  font-size: 23px;
  letter-spacing: 0.10em;
  border-bottom: solid 1px var(--white-color);
  display: inline-block;
}

.news-block .date span{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}

.news-block .over-content{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px 30px;
  z-index: 3;
}

.news-block .cat{
  position: relative;
  color: var(--main-color);
  padding:20px 0 10px 0;
  text-transform: capitalize;
}

.news-block h4{
  position: relative;
  margin-bottom: 0;
}

.news-block h4 a{
  color: var(--white-color);
}



/*** 

====================================================================
  IG post Section
====================================================================

***/

.ig-post-section{
  position: relative;
  background: var(--color-two);
}

.ig-post-section .ig-post-block .ig-post-image img{
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.ig-post-section .ig-post-block .ig-post-image:hover img{
  transform:scale(1.05,1.05);
}



/*** 

====================================================================
  blog list page Section
====================================================================

***/

.blog_list_section {
  position: relative;
  z-index: 9;
}

.blog_list_section .blog_left_side {
  padding: 0 20px 0 0;
}

.blog_list_section .blog_left_side .blog_panel {
  margin-bottom: 50px;
}

.blog_list_section .blog_left_side .blog_panel .main_img {
  overflow: hidden;
  display: block;
}

.blog_list_section .blog_left_side .blog_panel .main_img img {
  width: 100%;
  transition: transform 0.5s ease;
  display: block;
}

.blog_list_section .blog_left_side .blog_panel:hover .main_img img {
  transform: scale(1.05);
}

.blog_list_section .blog_left_side .blog_panel .blog_info {
  padding: 30px 0;
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul,
.blog_detail_section .blog_info ul {
  position: relative;
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul li,
.blog_detail_section .blog_info ul li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color-opacity-three);
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul li a,
.blog_detail_section .blog_info ul li a {
  color: var(--main-color);
}

.blog_list_section .blog_left_side .blog_panel .blog_info ul li:not(:last-child)::after,
.blog_detail_section .blog_info ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: var(--white-color-opacity-three);
}


.blog_list_section .blog_left_side .blog_panel .blog_info h4 {
  display: block;
  transition: .4s all;
  margin-bottom: 15px;
  margin-top: 5px;
  letter-spacing: 1px;
}

.blog_list_section .blog_left_side .blog_panel .blog_info h4 a {
  color: var(--white-color);
  display: block;
  transition: .4s all;
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog_list_section .blog_left_side .blog_panel .blog_info h4:hover a {
  color: var(--main-color);
}

.blog_list_section .blog_left_side .blog_panel .blog_info p {
  padding-bottom: 10px;
  color: var(--white-color-opacity-two);
}


/* -----blog-right-side------ */
.blog_list_section .blog_right_side {
  border-left: 1px solid var(--white-color-opacity-four);
  padding: 0 0 0 50px;
}

.blog_list_section .blog_right_side .bg_box {
  margin-bottom: 60px;
}

.blog_list_section .blog_right_side .blog_search_block form label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner {
  position: relative;
  width: 100%;
  height: 60px;
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner .form-control {
  height: 100%;
  border-radius: 0;
  border: 1px solid var(--white-color-opacity-four);
  padding-right: 50px;
  color: var(--white-color);
  background-color: var(--color-two);
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner button {
  font-size: 20px;
  position: absolute;
  background-color: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 5px;
  transition: .4s all;
  color: var(--white-color);
}

.blog_list_section .blog_right_side .blog_search_block form .form_inner button:hover {
  color: var(--main-color);
}

/* Recent Blog Css Start */

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li:last-child a {
  margin-bottom: 10px;
  transition: .4s all;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .img {
  width: 80px;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .img img {
  width: 100%;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text {
  width: calc(100% - 100px);
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text p {
  color: var(--white-color);
  font-size: 16px;
  transition: .4s all;
  text-transform: capitalize;
  margin-bottom: 5px;
  -webkit-line-clamp:2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a:hover p {
  color: var(--main-color);
}

.blog_list_section .blog_right_side .recent_post_block .recent_blog_list li a .text span {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--white-color-opacity-three);
  letter-spacing: 2px;
}

/* Categories block Css */

.blog_list_section .blog_right_side .categories_block ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

.blog_list_section .blog_right_side .categories_block ul li:last-child {
  margin-bottom: 0;
}

.blog_list_section .blog_right_side .categories_block ul li .cat {
  width: 75%;
  transition: .4s all;
  color: var(--white-color);
}

.blog_list_section .blog_right_side .categories_block ul li .cat:hover {
  color: var(--main-color);
}

.blog_list_section .blog_right_side .categories_block ul li span {
  color: var(--white-color-opacity-three);
}


/* Tag Blocks Css Start */

.blog_list_section .blog_right_side .tags_block ul {
  display: flex;
  flex-wrap: wrap;
}

.blog_list_section .blog_right_side .tags_block ul li a {
  display: inline-block;
  padding: 4px 14px;
  margin: 0 15px 15px 0;
  transition: .4s all;
  border:solid 1px var(--white-color-opacity-three);
  color: var(--white-color);
  font-size: 14px;
}

.blog_list_section .blog_right_side .tags_block ul li a:hover {
  background-color: var(--main-color);
  color: var(--black-color);
  border:solid 1px var(--main-color);

}

.blog_list_section .blog_right_side h6 {
  border-bottom: solid 1px var(--white-color-opacity-four);
  padding-bottom: 10px;
  margin-bottom: 30px;
}



/* Pagination Css Start */
.pagination_block ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.pagination_block ul li a {
  margin: 0 5px;
  transition: 0.4s all;
  display: block;
  width: 39px;
  height: 39px;
  background-color: none;
  text-align: center;
  line-height: 39px;
  color: var(--white-color);
  border: 1px solid #696969;
}

.pagination_block ul li a:hover,
.pagination_block ul li a.active {
  background-color: var(--main-color);
  color: var(--white-color);
  border-color: var(--main-color);
}

.pagination_block ul li a:hover i {
  color: var(--white-color);
}

.pagination_block ul li:first-child a:hover {
  color: var(--main-color);
}

.pagination_block ul li:last-child a:hover {
  color: var(--main-color);
}


/* Blog Single Css Start */
.blog_detail_section .container {
  max-width: 1010px;
}

.blog_detail_section .blog_info h2 {
  color: var(--white-color);
  display: block;
  transition: .4s all;
  margin-bottom: 15px;
  margin-top: 5px;
}


/* Blog Detail */
.blog_detail_section .blog_inner_pannel {
  padding: 0 100px;
  position: relative;
}

.blog_detail_section .blog_inner_pannel p {
  color: var(--white-color-opacity-two);
}

.blog_detail_section .blog_inner_pannel .review {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .review span {
  line-height: 1;
}

.blog_detail_section .blog_inner_pannel .review span:first-child {
  color: var(--main-color);
  display: inline-block;
  font-weight: 700;
}

.blog_detail_section .blog_inner_pannel .review span:last-child {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;

}

.blog_detail_section .blog_inner_pannel .section_title {
  margin-bottom: 40px;
}

.blog_detail_section .blog_inner_pannel .section_title h2 {
  margin-bottom: 0;
}

.blog_detail_section .blog_inner_pannel img {
  max-width: 100%;
}

.blog_detail_section .blog_inner_pannel .main_img {
  margin: 50px 0;
}

.blog_detail_section .blog_inner_pannel .main_img img {
  width: 100%;
}

.blog_detail_section .blog_inner_pannel .main_img iframe {
  width: 100%;
  height: 510px;
}

.blog_detail_section .blog_inner_pannel .info {
  padding: 0 80px;
}

.blog_detail_section .blog_inner_pannel .info h3 {
  color: var(--white-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .info ul {
  margin-bottom: 10px;
}

.blog_detail_section .blog_inner_pannel .info ul li p{
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
  font-size: 16px;
}

.blog_detail_section .blog_inner_pannel .info ul li p .icon {
  position: absolute;
  left: 0;
}

.blog_detail_section .blog_inner_pannel .two_img {
  margin-bottom: 70px;
}

.blog_detail_section .blog_inner_pannel .quote_block {
  background-color: var(--color-two);
  padding: 55px 35px 30px 45px;
  position: relative;
  margin: 40px 80px 40px 80px;
  border: solid 1px var(--main-color);
}

.blog_detail_section .blog_inner_pannel .quote_block h5 {
  color: var(--white-color);
  margin: 15px 0;
  line-height: 33px;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon {
  font-size: 80px;
  color: var(--white-color);
  font-family: var(--font-family-Fraunces);
  line-height: 0.2;
  display: block;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon:last-child {
  text-align: right;
  line-height: 0.5;
}

.blog_detail_section .blog_inner_pannel .blog_authore {
  padding: 0 80px;
  margin: 35px 0;
}

/* Social Media link list */

.blog_detail_section .blog_inner_pannel .blog_authore .social_media h6 {
  padding-bottom: 20px;
}


.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul {
  display: flex;
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a {
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 34px;
  font-size: 15px;
  border: 1px solid var(--white-color-opacity-four);
  border-radius: 50px;
  margin-right: 10px;
  transition: 0.4s all;
  color: var(--white-color-opacity-two);
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a:hover {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

/* comment section Css Start */
.comment_section {
  padding-bottom: 100px;
}

.comment_section .blog_cooment_block {
  padding: 0 100px;
}

.comment_section .blog_cooment_block .posted_cooment {
  margin-bottom: 60px;
}

.comment_section .blog_cooment_block .posted_cooment .section_title {
  text-align: left;
}

.comment_section ul {
  margin-top: 30px;
}

.comment_section ul li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--white-color-opacity-four);
}

.comment_section ul li:last-child {
  border-bottom: 1px solid var(--white-color-opacity-four);
}

.comment_section ul li.replay_comment {
  margin-left: 110px;
}

.comment_section ul li .authore_info {
  display: flex;
  align-items: center;
  width: 260px;
}

.comment_section ul li .authore_info .avtar {
  width: 88px;
  margin-right: 20px;
}

.comment_section ul li .authore_info .avtar img {
  border-radius: 200px;
  border-color:2 solid var(--white-color-opacity-four);
}

.comment_section ul li .authore_info .text {
  width: calc(100% - 108px);
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.comment_section ul li .authore_info .text span {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--white-color-opacity-two);
}

.comment_section ul li .comment {
  width: calc(100% - 310px);
  margin-left: 50px;
}

.comment_section ul li .comment p {
  margin-bottom: 0;
  color: var(--white-color-opacity-two);
}

/* comment-form-section */
.comment_form_section .section_title {
  text-align: left;
}

.comment_form_section form {
  margin-top: 30px;
}

.comment_form_section form .form-group .form-control {
  height: 60px;
  margin-bottom: 30px;
  color: var(--white-color);
  padding: 15px;
  border: 1px solid var(--white-color-opacity-four);
  background-color: var(--color-one);
  border-radius: 0px;
}

.comment_form_section form .form-group .form-control::placeholder {
  color: var(--white-color);
}

.comment_form_section form .form-group textarea.form-control {
  height: 140px;
  padding-top: 15px;
  resize: none;
}

.comment_form_section .coment-btn {
  text-align: right;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer{
  position: relative;
  background: #000;
}

.main-footer .upper-section{
    position: relative;
    text-align: center;
    border-top: solid 1px var(--white-color-opacity-five);
}

.main-footer .upper-section .row {
    display: flex;
    align-items: stretch;
}


.main-footer .footer-col{
  position: relative;
  text-align: center;
}

.main-footer .footer-image-col{
  position: relative;
}

.main-footer .footer-image-col .footer-image{
  position: relative;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
}

.main-footer .footer-image-col .footer-image img{
  display: block;
  border-radius: 200px;
  position: relative;
  z-index: 1;
}

.main-footer .footer-image-col .footer-image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: calc(200px - 20px); /* Adjust for inner corner */
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.main-footer .footer-image-col.last{
  order: 12;
}

.main-footer .info-col{
  position: relative;
  color: var(--color-one);
  z-index: 1;
}

.main-footer .info-col::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(../images/pattern-dark.png);
  background-attachment: scroll;
  background-size: cover;
  opacity: 0.2; /* Keep it 1 if you already fade via gradient */
  z-index: -1;
  background-color: #000000f2;
}

.main-footer .footer-image-col .inner{
  position: relative;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 100%;
}

.main-footer .info-col .inner{
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.main-footer .info-col .content{
  position: relative;
  max-width: 460px;
  padding: 100px 0;
  margin: 0 auto;
}

.main-footer .info-col .content .footer-image{
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.main-footer .info-col .content .footer-image img{
  width: 200px;
  position: relative;
  z-index: 1;
  border-radius: 200px 200px 0 0;
}

.main-footer .info-col .content .footer-image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 200px 200px 0 0;
  z-index: 100;
}

.main-footer .info-col .logo{
  position: relative;
  margin-bottom: 40px;
}

.main-footer .info-col .info h6{
  gap:8px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--main-color);
  text-transform: uppercase;
  padding-bottom: 15px;
}

.main-footer .info-col .info h6::before,
.main-footer .info-col .info h6::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.main-footer .info-col .info li{
  position: relative;
  line-height: 1.5em;
  margin-bottom: 5px;
  color: var(--white-color);
}

.main-footer .info-col .info li:last-child{
  margin-bottom: 0;
}

.main-footer .info-col .info li a{
  color: var(--white-color);
}

.main-footer .info-col .info li a:hover{
  color: var(--main-color);
}


.btn-style-one .btn-title{
  line-height: 22px;
}

.main-footer .footer-bottom{
  position: relative;
  text-align: center;
}

.main-footer .footer-map-col {
    display: flex;
    align-items: stretch;
}

.main-footer .footer-map {
    width: 100%;
    height: 100%;
}

.main-footer .footer-map iframe {
    width: 100%;
    height: 100%; /* fill full height of parent */
    display: block;
}


/* footer last */
footer .bottom_footer {
    position: relative;
}

footer .bottom_footer .auto-container {
    border-top: solid 1px var(--color-four);
    padding: 30px 0;
}

footer .bottom_footer p {
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 15px;
    color: rgb(255 255 255);
    letter-spacing: normal;
}

footer .bottom_footer .developer_text {
    text-align: right;
}

footer .bottom_footer .developer_text a {
    text-decoration: underline;
}

footer .bottom_footer .developer_text a:hover {
    color: var(--white-color);
}

/* footer social media icon */
footer .bottom_footer .social_media{
  justify-content: center;
}


footer .bottom_footer .social_media {
    display: flex;
    justify-content: center;
}

/* footer link list */
footer .bottom_footer .social_media li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    color: var(--white-color);
    border: 1px solid var(--color-four);
    border-radius: 50px;
    margin-right: 10px;
    transition: .4s all;
}

footer .bottom_footer .social_media li a:hover {
    background-color: var(--main-color);
    color: var(--color-one);
}


/*** 

====================================================================
  Inner page Banner Section
====================================================================

***/

.inner-banner{
  position: relative;
  padding: 230px 0 170px 0;
  background: rgb(0 0 0 / 45%);
}

.inner-banner .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.50;
}

.inner-banner .inner{
  position: relative;
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

.inner-banner .inner .sub_text {
		padding: 0 150px;
}

.inner-banner .inner .subtitle{
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 12px;
  letter-spacing: 0.40em;
  margin-bottom: 0px;
}

.inner-banner .inner h1{
  position: relative;
  text-transform: none;
  line-height:1.0em;
  margin:0px 0px;
  display: inline-block;
  vertical-align: top;
}

.inner-banner .inner .sub_text p {
  font-weight:300;
  font-size: 20px;
  padding-top: 10px;
}

.inner-banner .inner .sub_text .primary-color {
  color: var(--main-color);
}



/*** 

====================================================================
  Fluid Section
====================================================================

***/

.fluid-section{
  position: relative;
 
}

.fluid-section .outer-container{
  position: relative;
}

.fluid-section .row{
  margin: 0 0;
}

.fluid-section .image-col{
  position: relative;
  padding: 0 0;
}

.fluid-section.alternate .image-col{
  order: 12;
}

.fluid-section .image-col .inner{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.fluid-section .image-col .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fluid-section .image-col .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fluid-section .image-col .image{
  position: relative;
  display: none;
}

.fluid-section .image-col .image img{
  position: relative;
  display: block;
  width: 100%;
}

.fluid-section .content-col{
  position: relative;
  padding: 0 0;
  text-align: center;
}

.fluid-section.alternate .content-col{
  order: 0;
}

.fluid-section .content-col .inner{
  position: relative;
  display: block;
}

.fluid-section.chef-bio .inner{
  position: relative;
  display: block;
  padding: 150px 20px;
}


.fluid-section .content-col .content-box{
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
}

.fluid-section .content-col .content-box .chef-thumb{
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  display: inline-block;
}


.fluid-section .content-col .content-box .chef-thumb::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 100px 100px 0 0;
  z-index: 100;
}


.fluid-section .content-col .content-box .chef-thumb img{
  border-radius: 100px 100px 0 0;
}


.fluid-section.alternate .content-col .content-box{
  float: right;
}

.fluid-section.alternate .content-col .link-box{
  padding-top: 0px;
}

/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section{
  position: relative;
  background-color:var(--color-two);
  z-index: 1;
}

.services-section .row {
  display: flex;
  align-items: center; /* Vertically center columns */
  flex-wrap: wrap;     /* Allow wrapping on smaller screens */
}

.services-section .s-col{
  position: relative;
  padding-right: 50px;
}

.services-section .s-col .inner{
  position: relative;
  display: block;
}

.services-section .s-col.last{
  order: 12;
  padding-left: 50px;
  padding-right: 0;
}

.services-section .image-col{
  position: relative;
  order: 5;
}

.services-section .image-col .image-box{
  position: relative;
  display: inline-block;
  text-align: center;
}

.services-section .image-col .image-box img{
  position: relative;
  z-index: 1;
  border-radius: 200px 200px 0 0;
}

.services-section .image-col .image-box::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 200px 200px 0 0;
  z-index: 100;
}

.services-section .s-block{
  position: relative;
  margin-bottom:100px;
}

.services-section .s-col .s-block:last-child{
  margin-bottom: 0;
}

.services-section .s-block .inner{
  position: relative;
  display: block;
  min-height: 100px;
}

.services-section .s-block.alternate .inner{
  padding-left: 0;
  text-align: right;
}

.services-section .s-block .icon-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.s-block .inner:hover .icon-box{
  transform:rotateY(180deg);
}

.services-section .s-block.alternate .icon-box{
  left: auto;
  right: 0;
}

.services-section .s-block .icon-box img{
  max-height: 80px;
}

.services-section .s-block.alternate h6{
  padding-top: 15px;
  padding-right: 70px;
}

.services-section .s-block h6{
  padding-top: 15px;
  padding-right: 0;
  padding-left: 70px;
}

.services-section .s-block .text{
  position: relative;
  color: var(--color-three);
  padding-top: 15px;
}


/*** 

====================================================================
  Why Us Two Section
====================================================================

***/

.menu-cat{
  position: relative;
  background-color:var(--color-two);
}

.menu-cat .menucat-list{
  display: flex;
  position: relative;
  width: 100%;
  border-top: solid 1px var(--white-color-opacity-four);
  padding: 40px 0;

  transition: background 1s ease-in-out, padding 0.5s ease-in-out;
  /* Or background-color 0.5s if you also want to animate background-color */
  background-size: 0; /* Start with no visible background */
  background-position: center;
  background-repeat: no-repeat;
}

.menu-cat .menucat-list:last-child{
  border-top: solid 1px var(--white-color-opacity-four);
  border-bottom: solid 1px var(--white-color-opacity-four);
}

.menu-cat .menucat-list .data-colom{
  display: flex; /* change from inline-flex to flex */
  align-items: center;
  justify-content: flex-end; /* aligns content (h3) to the right */
  width: 100%; /* ensure it uses full available width */
  gap: 50px;
}

.menu-cat .menucat-list:hover .arrow-btn a {
  color: var(--black-color);
  background: var(--main-color);
  border: solid 1px var(--main-color);
  transform: rotate(315deg);
}

.menu-cat .menucat-list:hover .data-colom {
  width: 100%;
  justify-content: space-between; /* push title-box to left, arrow-btn to right */
  align-items: center;
  padding: 0 40px;
}

.menu-cat .menucat-list:hover .title-box {
  text-align: left;
}

.menu-cat .menucat-list .arrow-btn {
  flex-shrink: 0;
}

.menu-cat .menucat-list:hover .image-box {
  display: none;
}

.menu-cat .menucat-list:hover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.menu-cat .menucat-list.menubg1:hover {
  background:url(../images/background/menu1.jpg) no-repeat;
}

.menu-cat .menucat-list.menubg2:hover {
  background:url(../images/background/menu2.jpg) no-repeat;
}

.menu-cat .menucat-list.menubg3:hover {
  background:url(../images/background/menu3.jpg) no-repeat;
}

.menu-cat .menucat-list.menubg4:hover {
  background:url(../images/background/menu4.jpg) no-repeat;
}

.menu-cat .menucat-list .image-box img {
  border-radius: 300px;
}

.menu-cat .menucat-list .title-box h3 {
  position: relative;
  font-size: 80px;
  text-transform: uppercase;
  text-align: right;
}

.menu-cat .menucat-list .data-colom .star{
  width: 14px;
  height: 14px;
  align-items: center;
  display: flex;
}

.menu-cat .menucat-list .title-box {
  position: relative;
  padding-bottom: 0;
}

.menu-cat .menucat-list .arrow-btn {
  position: relative;
  text-align: right;
}

.menu-cat .menucat-list .arrow-btn a {
  position: relative;
  color: var(--main-color);
  font-size: 50px;
  line-height: 80px;
  text-align: center;
  border-radius: 200px;
  border: solid 1px var(--white-color-opacity-three);
  padding: 10px;
  width: 100px;
  height: 100px;
  display: inline-block;
}



/*** 

====================================================================
  Testimonials two Section
====================================================================

***/

.testimonials-two{
  position: relative;
  background: var(--color-one);
}

.special-offer .carousel-box{
  position: relative;
}

.testimonials-two .testi-block{
  position: relative;
}

.testimonials-two .testi-block .inner-box {
    position: relative;
    padding: 40px;
    /* background: var(--color-one); */
    border: solid 1px #e6b15f;
    text-align: center;
}

.testimonials-two .testi-block .rating{
  position: relative;
  font-size: 12px;
  color: var(--main-color);
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.testimonials-two .testi-block .text{
  position: relative;
  line-height: 1.5em;
  margin-bottom: 35px;
}

.testimonials-two .testi-block .auth-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonials-two .testi-block .auth-info .auth-title{
  position: relative;
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 0.10em;
  padding-top: 10px;
}

.testimonials-two .testi-block .auth-info .location {
  position: relative;
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: normal;
}

.testimonials-two .testi-block .auth-info .image{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-two .testi-block .auth-info .image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonials-two .owl-theme .owl-dots{
  display: none;
}

.testimonials-two .owl-theme .owl-nav{
  position: absolute;
  left: -100px;
  right: -100px;
  height: 0;
  top: 50%;
  margin-top: -22px;
}

.testimonials-two .owl-theme .owl-nav .owl-next,
.testimonials-two .owl-theme .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: var(--main-color);
  border-radius: 0%;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.testimonials-two .owl-theme .owl-nav .owl-next span,
.testimonials-two .owl-theme .owl-nav .owl-prev span{
  position: relative;
  z-index: 1;
}

.testimonials-two .owl-theme .owl-nav .owl-next:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  border-radius: 200px;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.testimonials-two .owl-theme .owl-nav .owl-next{
  right: 15px;
}

.testimonials-two .owl-theme .owl-nav .owl-prev{
  left: 15px;
}

.testimonials-two .owl-theme .owl-nav .owl-next:hover,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover{
  color: var(--black-color);
}

.testimonials-two .owl-theme .owl-nav .owl-next:hover:before,
.testimonials-two .owl-theme .owl-nav .owl-prev:hover:before{
  background: var(--main-color);
}



/*** 

====================================================================
  Testimonials page - masonry style
====================================================================

***/


.testimonials-masonry{
  position: relative;
}

.testimonials-masonry .google_rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* optional spacing between stars and text */
    text-align: center;
    flex-wrap: wrap; /* optional if it may break on small screens */
    padding-bottom: 25px;
}

.testimonials-masonry .google_rating .star {
    font-size: 12px;
    display: flex;
    gap: 2px;
    border:solid 1px var(--white-color-opacity-three);
    background-color: var(--color-two);
    color: var(--main-color);
    padding: 0 14px;
    border-radius: 100px;
}

.testimonials-masonry .google_rating p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonials-masonry .google_rating .rate_link img {
    height: 25px;
    margin-right: 5px;
}

.testimonials-masonry .google_rating a.rate_link {
    color: var(--white-color);
}

.testimonials-masonry .google_rating:hover .star {
    border:solid 1px var(--main-color);
    background-color: var(--main-color);
    color: var(--white-color);
    transition: all ease .3s;
}



.testimonials-masonry .testimonial-boxlist {
  column-count: 2;
  column-gap: 30px; /* space between the columns */
}

.testimonials-masonry .testimonial-boxlist .testi-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; /* vertical spacing between boxes */
}

.testimonials-masonry .testi-block{
  position: relative;
}

.testimonials-masonry .testi-block .inner-box{
  position: relative;
  padding: 40px;
  background: var(--color-one);
  border: solid 1px var(--color-four);
  text-align: center;
}

.testimonials-masonry .testi-block .rating{
  position: relative;
  font-size: 12px;
  color: var(--main-color);
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
}

.testimonials-masonry .testi-block .text{
  position: relative;
  line-height: 1.5em;
  margin-bottom: 35px;
}

.testimonials-masonry .testi-block .auth-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonials-masonry .testi-block .auth-info .auth-title{
  position: relative;
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 0.10em;
  padding-top: 10px;
}

.testimonials-masonry .testi-block .auth-info .location {
  position: relative;
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: normal;
}

.testimonials-masonry .testi-block .auth-info .image{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-masonry .testi-block .auth-info .image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


/*** 

====================================================================
  Why Us Two Section
====================================================================

***/

.why-us-two{
  position: relative;
  background-color:var(--color-two);
}

.why-us-two .left-bg{
  position: absolute;
  left: 0;
  bottom: 80px;
}

.why-us-two .right-bg{
  position: absolute;
  right: 0;
  top: -100px;
}

.why-block-two{
  position: relative;
  margin-bottom: 30px;
}

.why-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.why-block-two .image-box {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(230, 177, 95);
    border-radius: 200px 200px 0 0;
}

.why-block-two .inner-box:hover .image-box img{
  opacity:0.70;
  transform:scale(1.05,1.05);
}

.why-block-two .image-box img{
  position: relative;
  display: block;
  width: 100%;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  border-radius: 200px 200px 0 0;
}

.why-block-two .image-box::after{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.why-block-two .inner-box:hover .image-box::after {
  -webkit-animation: circle .95s;
  animation: circle .95s;
  border-radius: 200px 200px 0 0;
}

.why-block-two .over-box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px 30px;
  z-index: 3;
}

.why-block-two .image-box:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.70);
  background: -webkit-linear-gradient(bottom, rgb(0 0 0 / 89%), rgb(0 0 0 / 72%), rgb(0 0 0 / 0%));
 
  z-index: 1;
}


.why-block-two h6 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}
.why-block-two h6 a{
  color: var(--white-color);
}

.why-block-two h6 a:hover{
  color: var(--main-color);
}

.why-block-two .text{
  position: relative;
  font-size: 14px;
  color: var(--color-one);
}


.fact-counter {
  position: relative;
  padding-top: 50px;
}

.fact-counter .fact-block .inner .fact-count {
  font-family:var(--font-family-Fraunces);
  font-size: 60px;
  font-weight: 300;
  padding-bottom: 20px;
}

.fact-counter .fact-block .inner .fact-title {
  font-size: 14px;
  color: var(--main-color);
  text-transform: uppercase;
}

.fact-counter .fact-block .inner p {
    color: rgb(255 255 255);
    /* padding-right: 25px; */
    padding-top: 15px;
}

.inner.clearfix {
    text-align: center;
}

/*** 

====================================================================
  Chef Section 1
====================================================================

***/

.chef-section-1{
  position: relative;
  background-color:var(--color-one);
}

.chef-section-1 .title-box{
  padding-right: 100px;
}

.chef-section-1 .title-box p{
  padding-bottom: 25px;
}

.chef-section-1 .chef-image {
  position: relative;
  text-align: right;
  margin: 0 auto;
}

.chef-section-1 .chef-image.image1 img {
  border-radius: 200px;
}

.chef-section-1 .chef-image.image2 img {
  border-radius: 200px;
  text-align: right;
}

.chef-section-1 .chef-image.image3 {
  margin-top: auto;
  text-align: right;
}

.chef-section-1 .chef-image.image3 img {
  border-radius: 200px 200px 0 0;
  text-align: right;
}

.chef-section-1 .row > .col-xl-4:last-child {
  display: flex;
  flex-direction: column;
}

.chef-section-1 .chef-image.image1{
  position: relative;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
}

.chef-section-1 .chef-image.image1 img{
  display: block;
  border-radius: 200px;
  position: relative;
  z-index: 1;
}

.chef-section-1 .chef-image.image1::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
  border-radius: calc(200px - 20px); /* Adjust for inner corner */
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.chef-section-1 .round-stamp{
  position: absolute;
  left: -30px;
  bottom: 65px;
  width: 133px;
  height: 133px;
  display: flex; /* Flexbox added */
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  z-index: 100;
}

.chef-section-1 .round-stamp .stamp_icon{
  position: relative;
  z-index: 100;
}

.chef-section-1 .round-stamp:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  background:url(../images/resource/chefbadge.png) no-repeat;
}

/*** 

====================================================================
  Image Gallery Section
====================================================================

***/

.image-gallery{
  position: relative;
  background-color:var(--color-two);
  overflow: hidden;
}

.image-gallery .carousel-box{
  position: relative;
}

.image-gallery .auto-container{
  max-width: 860px;
}

.image-gallery .image-gallery-slider{
  position: static;
}

.image-gallery .image-gallery-slider .owl-stage-outer{
  overflow: visible;
}

.image-gallery .gallery-block{
  position: relative;
}

.image-gallery .gallery-block .image{
  position: relative;
}

.image-gallery .gallery-block .image img{
  position: relative;
  display: block;
  width: 100%;
}

.image-gallery .owl-theme .owl-dots{
  display: none;
}

.image-gallery .owl-theme .owl-nav{
  position: absolute;
  left: 20px;
  right: 20px;
  height: 0;
  top: 60%;
  margin-top: -22px;
}

.image-gallery .owl-theme .owl-nav .owl-next,
.image-gallery .owl-theme .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  text-align: center;
  background: transparent;
  color: var(--main-color);
  border-radius: 0%;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.image-gallery .owl-theme .owl-nav .owl-next span,
.image-gallery .owl-theme .owl-nav .owl-prev span{
  position: relative;
  z-index: 1;
}

.image-gallery .owl-theme .owl-nav .owl-next:before,
.image-gallery .owl-theme .owl-nav .owl-prev:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  border-radius: 100px;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.image-gallery .owl-theme .owl-nav .owl-next{
  right: 15px;
}

.image-gallery .owl-theme .owl-nav .owl-prev{
  left: 15px;
}

.image-gallery .owl-theme .owl-nav .owl-next:hover,
.image-gallery .owl-theme .owl-nav .owl-prev:hover{
  color: var(--black-color);
}

.image-gallery .owl-theme .owl-nav .owl-next:hover:before,
.image-gallery .owl-theme .owl-nav .owl-prev:hover:before{
  background: var(--main-color);
}

/*** 

====================================================================
  Menu Section - menu style 1
====================================================================

***/

.menu-one{
  position: relative;
  overflow: hidden;
  background-color:var(--color-one);
}

.menu-one .row{
  background-color:var(--color-two);
  background-image:url(../images/background/menu-bg-paper.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
  align-items: center;
}

.menu-one .image-col{
  position: relative;
  margin-bottom: 40px;
}

.menu-one.alternate .image-col{
  order: 12;
}

.menu-one .image-col .inner{
  position: relative;
  display: block;
  padding: 60px 0;

}

.menu-one.alternate .image-col .vertical-title{
  position: absolute;
  top: auto;
  right: 30px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;

  font-size: 130px;
  text-transform: uppercase;
  color: var(--main-color);
  font-family: var(--font-family-Fraunces);
  white-space: nowrap;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}

.menu-one .image-col .vertical-title{
  position: absolute;
  top: 103%;
  left: 30px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;

  font-size: 130px;
  text-transform: uppercase;
  color: var(--main-color);
  font-family: var(--font-family-Fraunces);
  white-space: nowrap;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}

.menu-one.alternate .image-col .image{
  /*margin-right: 100px;*/
  margin-left: 20px;
}

.menu-one .menu-col .inner:before{
  content: '';
  position: absolute;
  right: -15px;
  left: auto;
  top: 0;
  width: 70px;
  height: 100%;
  background-color:var(--color-two);
  background-image:url(../images/resource/pattern-black.png);
  background-repeat: repeat;
  background-position: top center;
}

.menu-one.alternate .menu-col .inner:before{
  left: -15px;
  right: 0;
}

.menu-one .image-col .image{
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-left: 120px;
}

.menu-one .image-col .image img{
  display: block;
  border-radius: 300px 300px 0 0;
  position: relative;
  z-index: 1;
}

.menu-one .image-col .image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: 300px 300px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.menu-one .menu-col{
  position: relative;
}

.menu-one.alternate .menu-col{
  order: 0;
}

.menu-one .menu-col .inner{
  position: relative;
  display: block;
  min-height: 100%;
  padding: 60px 100px 60px 0;
}

.menu-one.alternate .menu-col .inner{
  padding: 60px 0 60px 100px;
}

.menu-one .menu-col .inner .title-box h3{
  padding-left: 30px;
}

.menu-one .menu-col .inner .title-box h3:before{
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 20px;
  background-image:url(../images/icons/star-element.svg);
}

.menu-one .menu-col .dish-block{
  position: relative;
  margin-bottom: 35px;
}

.menu-one .menu-col .dish-block .inner-box{
  position: relative;
}

.menu-one .menu-col .dish-block .title{
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
  font-family:var(--font-family-Fraunces);
  display: flex;
}

.menu-one .menu-col .dish-block .title .ttl{
  position: relative;
  float: left;
  text-transform: capitalize;
}

.menu-one .menu-col .dish-block .title .menu-list-line {
  flex-grow: 1;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-color-opacity-three);
  height: 17px;
}

.menu-one .menu-col .dish-block .title .ttl a{
  color: var(--white-color);
}

.menu-one .menu-col .dish-block .title .ttl a:hover{
  color: var(--main-color);
}

.menu-one .menu-col .dish-block .title .ttl .s-info{
  position: relative;
  display: inline-block;
  line-height: 16px;
  padding: 2px 6px;
  font-size: 12px;
  color: var(--color-one);
  background: var(--main-color);
  margin-left: 6px;
  border-radius: 3px;
}

.menu-one .menu-col .dish-block .title .price{
  position: relative;
  float: right;
  font-size: 16px;
  color: var(--main-color);
  font-family: var(--font-family-Urbanist);
}

.menu-one .menu-col .dish-block .desc{
  position: relative;
  font-size: 15px;
  color: var(--color-one);
  max-width: 430px;
}

.menu-one .menu-col .dish-block .desc a{
  color: var(--color-three);
}



/*** 

====================================================================
  Menu Section - menu style 2
====================================================================

***/

.menu-card-style-section{
  position: relative;
  overflow: hidden;
  background-color:var(--color-one);
}

.menu-card-style-section .title-box{
  z-index: 100;
}

.menu-card-main .top-pattern{
	background-image:url(../images/resource/pattern-bg-dark.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height: 350px;
	left: 0;
	top: 0;
	position: absolute;
}

.menu-card-main {
  position: relative;
  padding: 80px 70px;
  
  background: #112220;
  background: -webkit-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
  background: linear-gradient(90deg, rgba(17, 34, 32, 1) 0%, rgba(27, 51, 48, 1) 40%, rgba(15, 30, 28, 1) 50%, rgba(27, 51, 48, 1) 60%, rgba(17, 34, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112220", endColorstr="#112220", GradientType=1);
}

.menu-card-main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color:var(--black-color);
  transform: translateX(-50%);
  z-index: 1;
}

.menu-card-style .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* vertically center image-col and menu-col */
}

.menu-card-main .menu-card-corner {
  position: absolute;
}

.menu-card-main .menu-card-corner.top-left {
  top: -2px;
  left: -2px;
}

.menu-card-main .menu-card-corner.top-right {
  top: -2px;
  right: -2px;
}

.menu-card-main .menu-card-corner.bottom-left {
  bottom: -2px;
  left: -2px;
}

.menu-card-main .menu-card-corner.bottom-right {
  bottom: -2px;
  right: -2px;
}

.menu-card-style,
.menu-card-style.alternate{
  padding-bottom: 100px;
}

.menu-card-style.last,
.menu-card-style.alternate.last{
  padding-bottom: 0;
}

.menu-card-style .image-col{
  position: relative;
}

.menu-card-style.alternate .image-col{
  order: 12;
}

.menu-card-style .image-col .inner{
  position: relative;
  display: block;
  text-align: left;
}

.menu-card-style.alternate .image-col .inner{
  position: relative;
  display: block;
  text-align: right;
}

.menu-card-style .image-col .image img{
  position: relative;
  display: block;
  width: 100%;
}

.menu-card-style .image-col .image,
.menu-card-style.alternate .image-col .image{
  position: relative;
  display: inline-block;
  border-radius: 400px 400px 0 0;
  overflow: hidden;
}

.menu-card-style .image-col .image img,
.menu-card-style.alternate .image-col .image img{
  display: block;
  border-radius: 400px 400px 0 0;
  position: relative;
  z-index: 1;
}

.menu-card-style .image-col .image::before,
.menu-card-style.alternate .image-col .image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
   border-radius: 400px 400px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.menu-card-style .menu-col{
  position: relative;
}

.menu-card-style.alternate .menu-col{
  order: 0;
}

.menu-card-style .menu-col .inner{
  position: relative;
  display: block;
  padding-left:20px;
  min-height: 100%;
  padding: 0 0 0 26px;
}

.menu-card-style.alternate .menu-col .inner{
  padding:0 0px 0 0;
}

.menu-card-style .menu-col .dish-block{
  position: relative;
  margin-bottom: 30px;
}

.menu-card-style .menu-col .dish-block .inner-box{
  position: relative;
}

.menu-card-style .menu-col .dish-block .title{
  position: relative;
  line-height: 24px;
  margin-bottom: 5px;
  display: flex;
}

.menu-card-style .menu-col .dish-block .title .menu-list-line {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-color-opacity-three);
  height: 17px;

}

.menu-card-style .menu-col .dish-block .title .ttl{
  position: relative;
  float: left;
  text-transform: capitalize;
}

.menu-card-style .menu-col .dish-block .title .ttl a {
    color: rgb(230 177 95);
    font-weight: 600;
}
.menu-card-style .menu-col .dish-block .title .ttl a:hover{
  color: var(--main-color);
}


.inner h3 {
    font-weight: 600;
    color: #e6b15f;
}





.menu-card-style .menu-col .dish-block .title .ttl .s-info{
  position: relative;
  display: inline-block;
  line-height: 16px;
  padding: 0 5px;
  font-size: 12px;
  color: var(--black-color);
  background: var(--main-color);
  margin-left: 8px;
  border-radius: 2px;
}

.menu-card-style .menu-col .dish-block .title .price{
  position: relative;
  float: right;
  font-size: 16px;
  color: var(--main-color);
  font-family: var(--font-family-Urbanist);
}

.menu-card-style .menu-col .dish-block .desc{
  position: relative;
  font-size: 15px;
  color: var(--color-one);
  /*max-width: 350px;*/
}

.menu-card-style .menu-col .dish-block .desc a{
  color: rgb(255 255 255);
}

/*** 

====================================================================
  Special Offer Section
====================================================================

***/

.special-offer-two{
  position: relative;
  background-color:var(--color-one);
}

.special-offer-two .auto-container{
  max-width: 1600px;
}

.special-offer-two .row.clearfix{
  display: flex;
  flex-wrap: wrap;
}

.special-offer-two.main-dish {
  background-color: var(--color-two);
}

.offer-block-three{
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.offer-block-three .inner-box.special-box{
  position: relative;
  display: block;
  text-align: center;
  border: solid 1px var(--main-color);
  border-radius: 500px 500px 0 0;
  padding: 0 0 65px 0;
}

.offer-block-three .special-box .desc{
  padding: 0 60px;
}

.offer-block-three .inner-box.special-box .image img{
  border-radius: 300px 300px 0 0;
  position: relative;
  z-index: 1;
}

.offer-block-three .inner-box.special-box:hover .image img{
  transform: inherit;
}

.offer-block-three .inner-box.special-box .special-tag{
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: var(--main-color);
  color: var(--color-one);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 2px 14px;
  font-weight: 700;
}


.offer-block-three .inner-box.special-box:hover .special-tag{
  background-color: var(--white-color);
  color: var(--color-one);
  transition: all ease .3s;
}


.offer-block-three .inner-box{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  border: solid 1px var(--main-color);
  border-radius: 500px 500px 0 0;
  padding: 65px;
}

.offer-block-three .inner-box .image{
  position: relative;
  display: block;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}

.offer-block-three .inner-box .image img{
  position: relative;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.offer-block-three .inner-box:hover .image img{
  transform: rotate(90deg);
}

.offer-block-three h5{
  position: relative;
  margin-bottom: 10px;
}

.offer-block-three h5 a{
  color: var(--white-color);
}

.offer-block-three h5 a:hover{
  color: var(--main-color);
}

.offer-block-three .desc{
  position: relative;
  font-size: 15px;
  color: var(--color-three);
  margin-bottom: 15px;
  padding: 0 30px;
}

.offer-block-three .price{
  position: relative;
  font-size: 20px;
  color: var(--main-color);
}

/*** 

====================================================================
  Special Dish Section
====================================================================

***/

.chef-selection{
  position: relative;
  background-color:var(--color-four);
}

.chef-selection .outer-container{
  position: relative;
  background: var(--color-five);
  border-radius: 20px;
  overflow: hidden;
}

.chef-selection .row{
  margin: 0 0;
}

.chef-selection .image-col{
  position: relative;
  padding: 0 0;
}

.chef-selection .image-col .inner{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.chef-selection .image-col .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.chef-selection .image-col .image-layer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.chef-selection .image-col .image{
  position: relative;
  display: none;
}

.chef-selection .image-col .image img{
  position: relative;
  display: block;
  width: 100%;
}

.chef-selection .content-col{
  position: relative;
  padding: 0 0;
}

.chef-selection .content-col .inner{
  position: relative;
  display: block;
  max-width: 600px;
  padding: 140px 20px 140px 130px;
}

.chef-selection .content-col .badge-icon{
  position: absolute;
  left: -60px;
  top: 0;
}

.chef-selection .title-box{
  margin-bottom: 40px;
}

.chef-selection .title-box h3{
  font-size: 40px;
}

.chef-selection .price{
  position: relative;
  line-height: 30px;
}

.chef-selection .price .old{
  position: relative;
  font-size: 18px;
  color: var(--color-three);
  padding-right: 20px;
}

.chef-selection .price .new{
  position: relative;
  font-size: 24px;
  color: var(--main-color);
}

.chef-selection .content-col .link-box{
  padding-top: 40px;
}

/*** 

====================================================================
  Menu Two Section
====================================================================

***/

.menu-two{
  position: relative;
  background-color:var(--color-one);
}

.menu-two.alt-bg{
  background-color:var(--color-two);
}

.menu-two .menu-col .inner{
  position: relative;
  display: block;
  padding-right: 80px;
  min-height: 100%;
}

.menu-two .menu-col .inner:after{
  content: '';
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 50px;
  border-right: 1px solid var(--white-color-opacity-four);
}

.menu-two .menu-col:nth-child(2) .inner{
  padding-right: 0;
  padding-left: 80px;
  border-right: none;
}

.menu-two .menu-col:nth-child(2) .inner:after{
  display: none;
}

.menu-two .dish-block{
  position: relative;
  margin-bottom: 55px;
}

.menu-two .dish-block .inner-box{
  position: relative;
  padding-left: 120px;
  min-height: 100px;
  padding-top: 10px;
}

.menu-two .dish-block .dish-image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  overflow: hidden;
}

.dish-block .inner-box:hover img{
  transform: rotate(90deg);

}

.menu-two .dish-block .dish-image img{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.menu-two .dish-block .title{
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
}

.menu-two .dish-block .title .menu-list-line {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-color-opacity-three);
  height: 17px;
}

.menu-two .dish-block .title .ttl{
  position: relative;
  float: left;
  padding-right: 5px;
  text-transform: capitalize;
}

.menu-two .dish-block .title .ttl a{
  color: var(--white-color);
}

.menu-two .dish-block .title .ttl a:hover{
  color: var(--main-color);
}

.menu-two .dish-block .title .ttl .s-info{
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  color: var(--black-color);
  background-color: var(--main-color);
  margin-left: 5px;
  border-radius: 3px;
}

.menu-two .dish-block .title .price{
  position: relative;
  float: right;
  font-size: 16px;
  color: var(--main-color);
  padding-left: 5px;
}

.menu-two .dish-block .desc{
  position: relative;
  font-size: 15px;
  color: var(--color-one);
}

.menu-two .dish-block .desc a{
  color: var(--color-three);
}


/*** 

====================================================================
  Contact Page
====================================================================

***/

 

.contact-page .loc-block.info-block {
  text-align: center;
}

.contact-page .loc-block.info-block h5 {
  color: var(--main-color);
  padding-bottom: 20px;
}

.contact-page .loc-block.info-block h5::before,
.contact-page .loc-block.info-block h5::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.contact-page .loc-block .contact-image{
  position: relative;
  display: inline-block;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.contact-page .loc-block .contact-image img{
  display: block;
  border-radius: 500px 500px 0 0;
  position: relative;
  z-index: 1;
}

.contact-page .loc-block .contact-image::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--main-color);
  border-radius: 500px 500px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.c-page-form-box {
  position: relative;
}

.c-page-form-box .form-group {
  width: 100%;
  margin-bottom: 20px;
}

.form-group  {
  width: 100%;
  text-align: center;
}

.contact-page .loc-block.info-block .c-info-ttl {
  text-transform: uppercase;
  color: var(--color-three);
}

.contact-page .loc-block.info-block .more-link{
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

.contact-page .loc-block.info-block .more-link a{
  display: inline-block;
  vertical-align: top;
  color: var(--white-color);
  line-height: 1.5em;
  padding-bottom:4px;
}

.contact-page .loc-block.info-block .more-link a:before{
  position:absolute;
  content:'';
  left:5px;
  right:5px;
  bottom:-4px;
  height:4px;
  opacity:0;
  transform:scale(0.2,1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom:1px solid var(--main-color);
}

.contact-page .loc-block.info-block a:hover::before{
  opacity:1;
  transform:scale(1,1);
}

.contact-page .loc-block.info-block a:hover{
  color: var(--main-color);
  border-color: var(--white-color);
}

.contact-page .loc-block .form-side {
  padding:0 0px;
}

.contact-page .loc-block .form-side .text.desc {
  color: var(--color-three);
}

.contact-map {
  background-color: var(--color-one);
  position: relative;
}

.contact-page .loc-block{
  margin-bottom: 0;
  position: relative;
}


.middle-line-wrapper {
  align-items: stretch; /* makes it match height of tallest column */
  position: relative;
}

.middle-line-container {
  position: relative;
  width: 1px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.v-line {
  flex-grow: 1;
  width: 1px;
  background-color: var(--main-color);
}

.dot {
  width: 13px;
  height: 13px;
  background: url(../images/icons/star-element.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom:-1px;
}

.dot.bottom-dot {
  margin-top:-1px;
}


/*** 

====================================================================
  Chef Page
====================================================================

***/

.chef-section{
  position: relative;
  background: var(--color-one);
}

.chef-section .title-box.centered {
  max-width: 1000px;
}

.chef-section .outer-container{
  position: relative;
}

.chef-section .row{
  margin: 0 0;
}

.chef-section .image-col{
  position: relative;
  padding: 0 0;
}

.chef-section.alternate .image-col{
  order: 12;
}

.chef-section .image-col .inner{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.chef-section .image-col .image{
  position: relative;
  display: inline-block;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
}

.chef-section .image-col .image img{
  display: block;
  border-radius: 500px 500px 0 0;
  position: relative;
  z-index: 1;
}

.chef-section .image-col .image::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--main-color);
   border-radius: 500px 500px 0 0;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

.chef-section .content-col{
  position: relative;
  padding: 0 0;
  text-align: left;
}

.chef-section.alternate .content-col{
  order: 0;
}

.chef-section .content-col .inner{
  position: relative;
  display: block;
  padding: 50px 100px 0 20px;
}

.chef-section .content-col .content-box{
  position: relative;
  display: block;
  width: 100%;
}

.chef-section .content-col .content-box .side-image{
  text-align: right;
  margin-top: 100px;
}

.chef-section .content-col .content-box .side-image img{
  border-radius: 100px 0 100px 0;
}

.chef-section.alternate .content-col .content-box{
  float: right;
}

.chef-section .content-col .content-box h5 {
  padding-bottom: 25px;
}

.chef-section .content-col .author{
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 12px;
  letter-spacing: 0.20em;
  margin-top: 5px;
}

.chef-section.alternate .content-col .link-box{
  padding-top: 0px;
}

.intro-section.quote{
  position: relative;
  padding: 200px 0;
  background: var(--black-color);
}

.chef-section .image-col .round-stamp-2{
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 3;
  width: 133px;
  height: 133px;
  display: flex; /* Flexbox added */
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  z-index: 100;
}

.chef-section .image-col .round-stamp-2 .stamp_icon{
  position: relative;
  z-index: 100;
}

.chef-section .image-col .round-stamp-2:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  background:url(../images/resource/chefbadge.png) no-repeat;
}



/*** 

====================================================================
  Masonary Gallery
====================================================================

***/

.gallery-page {
	background-color: var(--color-one);
}

.masonry {
  column-count: 3;
  column-gap: 2em;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 2em;
}

.masonry-item img {
  width: 100%;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.masonry-item img:hover {
  transform: scale(1.03);
}

@media (max-width: 992px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry {
    column-count: 1;
  }
}




/*** 

====================================================================
  hamburger section
====================================================================

***/


.hamburger {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hamburger span {
  /* align-self: flex-end; */
  height: 2px;
  width: 83.33333333%;
  background: #ffffff;
  transition: all 400ms ease-in-out;
}

.hamburger .meat {
  width: 100%;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
}

.hamburger:hover span {
  width: 100%;
}


html:not(.body-menu-opened) .hamburger .top-bun {
  -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
          animation: burger-hover 2s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
  -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
          animation: burger-hover 2s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
  -webkit-animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
          animation: burger-hover 2s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}



.inner-box.jkll h3 {
    font-size: 27px;
    margin-bottom: 14px;
}

.manchurian-section {
    padding: 0;
}

.manchurian-section .row {
    margin: 0;
}

.menu-content {
   
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    text-align: center;
}

.menu-content h2 {
    font-size: 41px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: -19px;
    /* letter-spacing: 1px; */
}

.menu-content p {
    /* max-width: 500px; */
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}

.menu-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .menu-content,
    .menu-image img {
        min-height: 350px;
        height: 350px;
    }

    .menu-content h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .menu-content {
        min-height: auto;
        padding: 40px 20px;
    }

    .menu-image img {
        height: 280px;
    }

    .menu-content h2 {
        font-size: 28px;
    }

    .menu-content p {
        font-size: 16px;
    }
}




.why-us-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-us-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 9px;
    line-height: 1.8;
}
.why-us-list li::before {
    content: "✓";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: #f7941d;
    font-size: 18px;
}



h4.sss {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: -32px;
}


.abbb h4{
    font-size: 25px;
    margin-bottom: 15px;
 
}



.abbb1 {
    padding-top: 10px;
}

.fixed-header.header-down {
    top: 0;
}

.fixed-header.header-down .main-header .main-box .logo-box .logo img,
.fixed-header .main-box .logo-box .logo img {
    height: 70px;
    width: auto;
    transition: all 0.3s ease;
}



ul.contactus- {
    text-align: left;
}




ul.list-unstyled li a {
    font-size: 16px;
    font-weight: 400;
}

ul.contactus- li {
    padding-left: 44px;
    position: relative;
    padding-top: 0;
    padding-bottom: 6px;
    color: #ffffff;
    font-size: 16px;
    list-style: none;
 
}

ul.contactus- li i {
    position: absolute;
    left: -2px;
    top: 15px;
    color: #ffffff;
    font-size: 20px;
}

ul.contactus- {
    padding: 0px;
    margin: 0px;
}




.founder-namee {
    text-align: center;
 
    padding: 9px;
}
.founder-namee h4 {
    color: #e6b15f;
    font-size: 27px;
    margin-bottom: 5px;
}

.founder-namee h6 {
    font-size: 16px;
    font-weight: 500;
}





.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}



.floating-buttons a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-decoration: none;
}

.float-call {
  background: #da9832;
}

.float-whatsapp {
  background: #25D366;
}

.mediaa {
    margin-top: 25px;
}


ul.social_media li {
    display: inline;
    padding: 10px;
 
}



ul.social_media li i {
    color: #fff;
    font-size: 22px;
}


a:hover {
    color: #e6b15f;
 
}




.drink-heding {
    text-align: center;
    margin-bottom: 50px;
}
.drink-heding h3{
 color: #e6b15f;
}


 .new-sectionn {
    padding-bottom: 60px;
}
.drink-name h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 11px;
    color: #e6b15f;
    text-transform: uppercase;
}

.drink-data-with-img {
    margin-bottom: 36px;
}.drink-name p {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #e6b15f;
    font-weight: 500;
    margin-top: 9px;
}




.subtitle {
    color: #d7a559;
    font-weight: 600;
    font-size: 18px;
}


section.swaaa {
    padding: 70px 0px;
}


.icons img {
    width: 64px;
}


.boxxx {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 32px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    height: 291px;
}


.text-icon h3 {
    font-size: 21px;
    padding-top: 7px;
    padding-bottom: 7px;
}





button.theme-btn1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255 255 255);
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 134px;
    font-size: 12px;
    background: var(--main-color);
    /* border: 2px solid rgb(255 255 255); */
    border-radius: 1px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 100%;
}







.logo-text h3 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
        color: #fff;
}


.logo-text h6 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
        color: #fff;
}


.text-banner p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 200;
    padding-top: 9px;
}
 
.btnn-banner {
    padding-top: 9px;
}

.btnn-banner a {
    border: 1px solid #fff;
    padding: 13px 19px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.text-one {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}


.link.info-toggler.tooo {
    margin-top: -11px !important;
}











.philosophy-section{
 
    padding:80px 0;
}

.sub-title{
    display:flex;
    align-items:center;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    color:#201f1f;
    margin-bottom:11px;
}

.sub-title::after{
    content:"";
    width:45px;
    height:2px;
    background:#c4a46b;
    margin-left:15px;
}

.left-content h2 {
    font-size: 39px;
    line-height: 41px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.right-content p {
 
    line-height: 21px;
    color: #181818;
    margin-bottom: 35px;
}
.read-btn{
    text-decoration:none;
    color:#222;
    font-weight:600;
    font-size:14px;
    letter-spacing:1px;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.read-btn span{
    font-size:22px;
    transition:.3s;
}

.read-btn:hover span{
    transform:translateX(8px);
}

.right-image{
    text-align:right;
}

.right-image img{
    max-width:100%;
    height:auto;
    display:block;
    margin-left:auto;
}

@media(max-width:991px){

    .philosophy-section{
        padding:60px 0;
    }

    .left-content h2{
        font-size:38px;
        margin-bottom:30px;
    }

    .right-content{
        margin-bottom:30px;
    }

    .right-image{
        text-align:center;
    }

    .right-image img{
        margin:auto;
    }
}








.collection-section{
    display:flex;
    gap:12px;
}

.collection-card {
    position: relative;
 
    overflow: hidden;
    border-radius: 4px;
}
.collection-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
        border: 1px solid gainsboro;
}

.collection-card::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:55%;
    background:linear-gradient(to top, rgb(0 0 0 / 78%), rgb(0 0 0 / 65%), #00000000);
    z-index:1;
}

.overlay{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:2;
    color:#fff;
}

.overlay h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}
.overlay p{
    margin:5px 0 0;
    font-size:13px;
    line-height:1.5;
    color:#f5f5f5;
}

.collection-card:hover img{
    transform:scale(1.08);
}


.btnn-banner1 a {
    color: #000;
}


.btnnnn {
    margin-top: 123px;
}



section.letsss {
    padding: 80px 0px;
}

.explore p {
    color: #000;
}

.explore h2 {
    color: #000;
    font-size: 43px;
    font-weight: 600;
}


.process-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}


.process {
    text-align: center;
}


.process-text p {
    font-size: 12px;
    font-weight: 300;
    margin-top: 7px;
}


.process-text {
    margin-top: 11px;
}

.process-icon img {
    width: 34px;
}
.process-icon {
    border: 1px solid #a57828;
    padding: 20px;
    border-radius: 91px;
    height: 77px;
    width: 77px;
    text-align: center;
    justify-content: center;
    display: inline-flex;
} 

.explore.ss {
    border-right: 1px solid #4c4c4c;
}


.project-heding p {
    color: #000;
}

section.projects {
    padding: 80px 0px;
}


.project-heding h2 {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: -17px;
}

.vieww-alll {
    float: inline-end;
}
.vieww-alll a {
    color: #000;
    font-size: 18px;
}

.process-text1 {
 
    margin-top: 11px;
}
 
.process-text1 h3 {
    font-size: 21px;
    font-weight: 600;
}

.process-text1 p {
    color: #000;
   
}


.explore1.ss h2 {
    font-size: 27px !important;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 13px;
}


.spannnn {
    border: 1px solid #dcdcdc21;
}




.team-section{
    background:#161616;
    padding:80px 0;
}

.team-card{
    display:flex;
    background:#f5f2ec;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
    height:100%;
}

.team-img{
    width:40%;
}

.team-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.team-content{
    width:60%;
    padding:17px 17px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:#f9f7f2;
}

.team-content h4 {
    font-size: 15px;
    margin-bottom: 8px;
    color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 900;
}

.team-content h6 {
    font-size: 19px;
    color: #141414;
    font-weight: 600;
    margin-bottom: 6px;
}

.team-content p{
    font-size:13px;
    line-height:1.8;
    color:#444;
    font-style:italic;
    margin-bottom:35px;
}

.team-content span{
    width:45px;
    height:3px;
    background:#c69b55;
    display:block;
}

@media(max-width:991px){

    .team-card{
        flex-direction:column;
    }

    .team-img,
    .team-content{
        width:100%;
    }

    .team-img{
        height:350px;
    }

    .team-content{
        padding:35px 25px;
    }
}

.explore.naa111 h2 {
    font-size: 33px;
    font-weight: 600;
}

.explore.naa h2 {
    font-size: 41px;
    line-height: 44px;
}

.right-content.vwww h2 {
    font-size: 43px;
    line-height: 36px;
    font-weight: 600;
}

a.read-btnss {
    border: 1px solid #fff;
    padding: 13px 20px;
    color: #fff;
    font-size: 14px;
}


.inner h1 {
    color: #fff !important;

        font-weight: 600;
}




footer.main-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}


ul.foo-list li p {
    font-size: 12px;
    padding-top: 6px;
}


ul.foo-list li {
    display: inline-block;
    padding: 18px 26px;
   
}


ul.foo-list li a {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}


.folowwww {
    padding: 18px;
}


ul.media-linkk li {
    display: inline-block;
    padding: 7px;
}


ul.media-linkk {
    margin-top: -17px;
}


ul.media-linkk li a {
    color: #fff;
}


.folowwww {
    padding: 18px;
    text-align: center;
}



.linsss {
    border: 1px solid #dcdcdc14;
}


.copyright-area {
    padding-top: 38px;
    margin-bottom: -29px;
}

.copy {
    font-size: 13px;
    font-weight: 300;
    text-align: end;
}


 ul.linkk {
    float: inline-end;
}
ul.linkk li {
    display: inline;
    padding: 13px;
    font-size: 13px;
}


ul.linkk li a{
 color: #fff;
}



h2.colorrr {
    color: #e6b15f;
}



.teamm {
    position: relative;
    z-index: 2;

}


.teamm1111 {
    position: relative;
    z-index: 0;
    margin-top: -304px;
}

.teamm1111 .profile-card {
    background: #111;
}


/*.image-wrapper img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
*/

.profile-content {
    padding: 70px;
}

.profile-label {
    color: #c9a96e;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}
 .heading.text-center h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
}

.overlayyyyy::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #ece5e0, #ffffff00);
    z-index: 1;
}


.heading.text-center {
    position: relative;
    z-index: 6;
}





section.teamm.overlayyyyy {
    padding-top: 72px;
}



.heading.text-center p {
    color: #000;
 
    margin-top: 20px;
}

h2.profile-name {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: -20px;
}


p.profile-bio {
    color: #020202;
  
    
}

.profile-content {
    padding-left: 67px;
    padding-right: 87px;
    padding-top: 26px;
    background: #ebe8e3;
}


.profile-tagline {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    margin-top: -12px;
}


.philosophy-section1 {
    background: #e2ddd7;
    padding: 40px 0px;
}


 

h1.philosophy-text1 {
    text-align: center;
    font-size: 38px;
    color: #956736;
    line-height: 38px;
    font-weight: 400;
}




.collection-card1.instagrmm {
    position: relative;
    overflow: hidden;
}

.collection-card1.instagrmm img {
    width: 100%;
    display: block;
    transition: all 0.4s ease;
}

.insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.insta-overlay i {
    color: #fff;
    font-size: 45px;
    transform: scale(0);
    transition: all 0.4s ease;
}

.collection-card1.instagrmm:hover .insta-overlay {
    opacity: 1;
}

.collection-card1.instagrmm:hover .insta-overlay i {
    transform: scale(1);
}

.collection-card1.instagrmm:hover img {
    transform: scale(1.05);
}









.foloow-btn {
   
    margin-top: 41px;
}


.follow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    height: 47px;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    border-radius: 10px;
    background: linear-gradient(90deg, #f9a826 0%, #ff006e 55%, #6a11cb 100%);
    position: relative;
    overflow: hidden;
}
.follow-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(135deg,
        rgba(255,255,255,.18) 15%,
        transparent 15%,
        transparent 50%,
        rgba(255,255,255,.08) 50%,
        transparent 80%);
    pointer-events:none;
}

.follow-btn:hover{
    transform:translateY(-3px);
    transition:.3s;
}


.collection-card1.press {
    position: relative;
    overflow: hidden;
}

.collection-card1.press img {
    width: 100%;
    display: block;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 19%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn {
    width: 70px;
    height: 70px;
    background: #00000070;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.play-btn i {
    color: #ffffff;
    font-size: 19px;
    margin-left: 5px;
}

.play-btn:hover {
    transform: scale(1.1);
}










.section-label{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#666;
    margin-bottom:20px;
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:15px;
}

.section-label::after{
    content:"";
    width:45px;
    height:1px;
    background:#b8925d;
}
.main-title {
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
    color: #00175F;
    margin-bottom: 18px;
}
.woll-box p {
    color: #000;
 
        margin-left: 37px;
 }
.woll-box {
    border-left: 1px solid #e6b15f;
    height: 79px;
    margin-left: -49px;
}
.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    color: #111;
    text-decoration: none;
    transition: .3s;
    font-weight: 500;
    float: inline-end;
}
.explore-btn span{
    font-size:22px;
    transition:.3s;
}

.explore-btn:hover{
    color:#b8925d;
}

.explore-btn:hover span{
    transform:translateX(6px);
}







@media(max-width:991px){

    .our-worlds-section{
        padding:60px 0;
    }

    .main-title{
        font-size:52px;
        margin-bottom:30px;
    }

    .content-box{
        border-left:none;
        border-top:1px solid #c7a878;
        padding-left:0;
        padding-top:25px;
    }

    .content-box p{
        font-size:20px;
    }

    .explore-btn{
        margin-top:30px;
    }
}









section.worlds {
    padding: 80px 0px;
}






.worlds.botttmmm {
    margin-bottom: 30px;
}

.worlds {
    background: #f2f4fb;
    overflow: hidden;
    transition: .4s;
 
}
 
.worlds-text {
    padding: 20px;
    border: 1px solid #e9e9e9;
}
.world-icon {
    width: 30px;
    margin-bottom: 7px;

}
 

.worlds-text h3 {
    font-size: 21px;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0;
}
.worlds-text .line {
    width: 55px;
    height: 1px;
    background: #c79a5c;
    display: block;
    margin: 7px 0 9px;
}
.worlds-text p {
    font-size: 15px;
    line-height: 21px;
    color: #222222;
    margin: 0 0 0px;
}
.arrow{
    color:#c79a5c;
    font-size:25px;
    text-decoration:none;
    transition:.3s;
    display:inline-block;
}

 
 




 .space-life{
 
   
}

.section-no span{
    font-size:36px;
 
    color:#111;
}

.section-no .line{
    width:55px;
    height:1px;
    background:#b88a38;
    margin-left:18px;
}

.space-title{
 
    font-size:58px;
    line-height:1;
    font-weight:400;
    color:#111;
    margin-bottom:30px;
}

.intro,
.last-text{
    font-size:15px;
    line-height:28px;
    color:#555;
}

.space-list{
    list-style:none;
    padding:0;
    margin:25px 0 35px;
}

.space-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
    color:#333;
    font-size:16px;
}

.space-list li i{
    color:#b88a38;
    margin-top:5px;
    font-size:15px;
}

.space-image{
    overflow:hidden;
}

.space-image img{
    width:100%;
    height:600px;
    object-fit:cover;
    transition:.6s;
}

.space-image:hover img{
    transform:scale(1.05);
}

@media(max-width:991px){

.space-title{
    font-size:36px;
}

.space-image{
    margin-top:40px;
}

.space-image img{
    height:420px;
}

}




.colactionnn a {
    padding: 11px 30px;
    background-color: #c79240;
    border-radius: 3px;
}


.colactionnn {
    margin-top: 70px;
}


p.doppp {
    font-weight: 400;
    color: #ffffff;
}






.testi-block {
    text-align: center;
    border: 1px solid #e6b15f5e;
 
    border-radius: 4px;
}


.rating {
    color: #ffc107;
    padding: 12px;
}


span.fa.fa-star {
    padding: 4px;
}






.image1 img {
 
    object-fit: cover;
    border-radius: 50%;
}






p.ass {
    color: #c9a96e;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: -14px;
}



 .testi-block {
  display: flex;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  width: 100%;
  max-width: 600px;
}

.testi-img {
  width: 50%;
  flex-shrink: 0;
}

.testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testi-content {
  width: 50%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category {
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #c5a880;
  font-weight: 600;
  text-transform: uppercase;
}

.quote {
  font-size: 24px;
  font-family: serif;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 20px 0;
}

.divider {
  width: 30px;
  height: 1px;
  background-color: #c5a880;
  margin-bottom: 20px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}

.author-info p {
  font-size: 11px;
  color: #666666;
  margin: 0;
} 
.quote-container {
  width: 100%;
 
  padding: 0 20px;
  box-sizing: border-box;
}

.quote-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding-top: 60px;
}

.line {
  flex: 1;
  height: 1px;
  background-color: #bfa888; /* Soft golden-brown tone */
}

.quote-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}

.quote-icon {
  font-size: 24px;
  color: #bfa888;
  margin-bottom: 8px;
  line-height: 1;
}

.quote-text {
  font-style: italic;
  font-size: 19px;
  color: #4a3e3d;
  line-height: 1.4;
  margin: 0;
}
.banner-section, .slide-item {
    position: relative;
  
    overflow: hidden;
    z-index: -1;
    padding: 40px 0px;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.auto-container {
    position: relative;
    z-index: 3;
}


p.color-chnggeee {
    color: #e6b15f;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
}


span.coll {
   color: #e6b15f;
}









.design-section{
    background:#f8f5ef;
}

.section-tag{
    font-size:11px;
    letter-spacing:2px;
    color:#b98d59;
    font-weight:600;
    text-transform:uppercase;
    display:block;
    margin-bottom:15px;
}

.design-content h2 {
    font-size: 33px;
    line-height: 41px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    margin-bottom: -7px;
}
.design-content p{
 
     color: #181818;
}

.design-list{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.design-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 3px;
    color: #181818;
    font-size: 14px;
}
.design-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:11px;
    width:16px;
    height:1px;
    background:#b98d59;
}











.pillar-section{
    background:#fbf8f3;
    padding:80px 0;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading span{
    color:#b8894d;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
}

.pillar-box {
  text-align: center;  
     padding: 12px;  
    border-right: 1px solid #e8dcc8;
    height: 100%;  
}
.pillar-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 9px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #b8894d;
}

.pillar-box h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    color: #8c6332;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-align: center;
}

.pillar-box p{
 
  color: #181818;
  
}

@media(max-width:991px){

.pillar-box{
    border-right:none;
    border-bottom:1px solid #e8dcc8;
    padding:35px 20px;
}

}

@media(max-width:576px){

.pillar-box h4{
    font-size:15px;
}

.pillar-box p{
    font-size:13px;
}

.pillar-icon{
    width:60px;
    height:60px;
    font-size:30px;
}

}













.series-section{
    background:#f8f5ef;
}

.series-image img,
.series-book img{
    width:100%;
    height:100%;
    min-height:520px;
    object-fit:cover;
    display:block;
}

 

.series-tag {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b48a52;
    font-weight: 600;
    margin-bottom: -1px;
}

.series-content h2 {
    font-size: 36px;
    font-weight: 500;
    color: #2b2b2b;
    margin-bottom: -9px;
}

.series-line{
    width:70px;
    height:2px;
    background:#b48a52;
    margin-bottom:14px;
}

.series-content p{
      color: #181818;
 
}

@media(max-width:991px){

.series-content{
    padding:50px 25px;
}

.series-image img,
.series-book img{
    min-height:350px;
}

.series-content h2{
    font-size:34px;
}

}



.volumm-dtat h2 {
    font-size: 18px;
    font-weight: 700;
}


.volumm-dtat {
    text-align: center;
    padding-top: 10px;
}


.volumm-dtat p {
    color: #000;
    margin-top: -17px;
}


.inner-besgin-bb-btn {
    text-align: center;
    margin-top: 30px;
}

.inner-besgin-bb-btn a {
    padding: 13px 32px;
    background-color: #c7924000;
    border-radius: 3px;
    border: 1px solid;
    text-transform: uppercase;
}










 

.cta-box {
    height: 320px;
    padding: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.quote-icon{
    font-size:38px;
    color:#b78b4d;
    margin-bottom:20px;
}
.quote-box h2 {
    font-size: 20px;
    line-height: 1.5;
    color: #b8894d;
    /* font-family: serif; */
    font-weight: 500;
}
.about-box p{
    color:#d8d8d8;
 
}

.signature {
    margin: -3px 0 4px;
    color: #fff;
    font-size:18px;
    font-family: cursive;
}
.about-box span{
    color:#b78b4d;
    font-size:14px;
}

.about-box h6{
    margin-top:6px;
    color:#fff;
    font-size:15px;
    font-weight:400;
}

.action-box small{
    color:#b78b4d;
    letter-spacing:2px;
    margin-bottom:7px;
}

.action-box h3 {
    color: #b78b4d;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 13px;
    /* font-family: serif; */
    font-weight: 600;
}

.action-box a {
    color: #b78b4d;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;
    /* font-weight: 600; */
}

.action-box a i{
    margin-left:12px;
    transition:.3s;
}

.action-box a:hover i{
    transform:translateX(8px);
}

.cta-image{
    height:320px;
}

.cta-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.bottom-text{
    background:#0a0a0a;
    color:#a6a6a6;
    text-align:center;
    padding:18px;
    letter-spacing:5px;
    font-size:12px;
    text-transform:uppercase;
}

@media(max-width:991px){

.cta-box{
    height:auto;
    padding:35px 25px;
}

.cta-image{
    height:280px;
}

.quote-box h2{
    font-size:24px;
}

.action-box h3{
    font-size:26px;
}

.bottom-text{
    letter-spacing:2px;
    font-size:11px;
}

}












.contact-banner{
    position:relative;
    background:url(../images/slider-1.png) center center/cover no-repeat;
    min-height:700px;
    display:flex;
    align-items:center;
}

.contact-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to right,
    rgba(10,10,10,.78) 0%,
    rgba(10,10,10,.60) 35%,
    rgba(10,10,10,.15) 70%,
    rgba(10,10,10,.05) 100%);
}

.contact-banner .container{
    position:relative;
    z-index:2;
}

 

.sub-title{
    display:inline-block;
    color:#b8904f;
    font-size:13px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:25px;
}
.banner-content h1 {
    color: #fff;
    font-size: 53px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: -6px;
}
.banner-content p {
    color: rgb(255 255 255);
    line-height: 1.9;
    margin-bottom: 7px;
    margin-top: 11px;
}

.theme-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    margin-top:25px;
    padding:11px 34px;
    color:#b8904f;
    border:1px solid #b8904f;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    font-weight:600;
    transition:.4s;
}

.theme-btn span{
    transition:.4s;
}

.theme-btn:hover{
    background:#b8904f;
    color:#fff;
}

.theme-btn:hover span{
    transform:translateX(8px);
}

@media(max-width:991px){

.contact-banner{
    min-height:550px;
}

.banner-content h1{
    font-size:48px;
}

.banner-content p{
    font-size:15px;
}

}

@media(max-width:576px){

.contact-banner{
    min-height:480px;
}

.banner-content h1{
    font-size:38px;
}

.theme-btn{
    padding:14px 25px;
    font-size:12px;
}

}







.banner-content {
    margin-left: 28px;
}


.map {
    margin-top: 41px;
}

section.contact-page.section-kt {
    background: #f8f5ef;
}button.theme-btn111.btn-style-one.clearfix {
    /* display: inline-flex; */
    align-items: center;
    /* gap: 15px; */
    margin-top: 9px;
    padding: 11px 34px;
    color: #b8904f;
    border: 1px solid #b8904f;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    transition: .4s;
    width: 100%;
    background-color: #b8904f;
    text-align: center;
    display: grid;
}
.title-box.centere h2 {
    font-size: 49px;
    font-weight: 500;
    margin-bottom: -17px;
}
.title-box.centere p {
    color: #000;
    margin-bottom: 0px;
}









.cca-office-section{
    padding:70px 20px;
}

.cca-wrapper{
    max-width:1100px;
    margin:auto;
}

.cca-main-title{
    font-size:48px;
    font-weight:400;
    margin-bottom:20px;
    font-family:Georgia, serif;
}

.cca-company-title{
    font-size:15px;
    letter-spacing:2px;
    margin-bottom:45px;
    font-weight:700;
}

.cca-office-grid{
    display:grid;
    grid-template-columns:1fr 1px 320px;
    gap:35px;
    align-items:flex-start;
}

.cca-divider{
    background:#ddd;
    width:1px;
    min-height:111px;
}

.cca-info-block{
    display:flex;
    gap:18px;
    margin-bottom:13px;
}

.cca-icon{
    width:28px;
    font-size:18px;
    color:#1a1a1a;
    padding-top:3px;
}

.cca-details h4, .cca-right-column h4 {
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 600;
}
.cca-details p,
.cca-right-column p{
   
    color:#181818;
}

.cca-line{
    border-top:1px solid #ddd;
    margin:14px 0 16px;
}

.cca-links-heading {
    font-size: 23px;
    margin-bottom: 25px;
    font-weight: 600;
}
.cca-social-row{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.cca-social-card {
    text-decoration: none;
    color: #222;
    text-align: center;
    padding: 15px 15px;
    border-right: 1px solid #ddd;
    transition: .3s;
}
.cca-social-card:last-child{
    border-right:none;
}

.cca-social-card i{
    display:block;
    font-size:20px;
 
}

.cca-social-card span{
    font-size:14px;
}

.cca-social-card:hover{
    background:#222;
    color:#fff;
}

@media(max-width:991px){

.cca-office-grid{
    grid-template-columns:1fr;
}

.cca-divider{
    display:none;
}

.cca-social-row{
    grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:576px){

.cca-main-title{
    font-size:36px;
}

.cca-social-row{
    grid-template-columns:repeat(2,1fr);
}

}




.cca-left-column.saa11 {
    text-align: left;
    margin-top: 12px;
}


.cca-left-column.saa11 i {
    color: #fff;
}


.cca-details.sss {
    margin-left: -12px;
}


h5.cca-company-title111 {
    text-align: left;
    margin-top: 60px;
}


section.banner-section1 {
    padding: 20px 0px;
    position: relative;
    z-index: 0;
}


.carousel-item img {
    border-radius: 20px;
}body {
    overflow-x: hidden;
}




section.letest {
    padding: 80px 0px;
    background: #f2f4fb;
}







.news-card {
    width: 100%;
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
}

.news-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.news-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.04);
}

.news-content {
    padding: 16px;
    min-height: 145px;
    background-color: #00175f;
}

.news-category {
    display: block;
    color: #174b9b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.news-content h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.news-content h3 a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 15px;
    font-weight: 600;
}
.news-content h3 a:hover {
    color: #174b9b;
}


.news-content p  {
   color: #fff;
}



.galleryy-img img {
    width: 308px;
    margin-left: 10px;
    margin-top: 14px;
}



section.photo-galleryyy {
    padding: 80px 0px;
}


.tournament-video-section {
    background: #001b4d;
    padding: 45px 0;
}

.tournament-video-section .container {
    max-width: 1200px;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.section-heading h2 {
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
}
.section-heading a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.section-heading a i {
    margin-left: 5px;
}


/* ================= TOURNAMENT ================= */

.tournament-box {
  
    border-radius: 5px;
    overflow: hidden;
}

.tournament-feature {
    height: 140px;
    position: relative;
    overflow: hidden;
}

.tournament-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tournament-feature:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, .65),
        rgba(0, 0, 0, .1)
    );
}

.tournament-overlay {
    position: absolute;
    left: 20px;
    top: 18px;
    z-index: 2;
}

.tournament-overlay h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 700;
}

.tournament-overlay p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 15px;
}

.result-btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px 15px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    border-radius: 3px;
    transition: .3s;
}

.result-btn:hover {
    background: #fff;
    color: #001b4d;
}


/* Tournament List */

.tournament-item {
    min-height: 43px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    gap: 10px;
}

.tournament-item:last-child {
    border-bottom: 0;
}

.tournament-item span {
    display: flex;
    align-items: center;
    color: #071b45;
    font-size: 12px;
    font-weight: 600;
}

.tournament-item span img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.tournament-item strong {
    color: #174b9b;
    white-space: nowrap;
    font-size: 10px;
}

.tournament-item strong i {
    margin-left: 3px;
}


/* ================= VIDEOS ================= */

.video-main {
    height: 140px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.video-main a {
    display: block;
    height: 100%;
}

.video-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-main:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        transparent 45%,
        rgba(0, 0, 0, .75)
    );
}

.video-title {
    position: absolute;
    left: 12px;
    bottom: 10px;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    color: #fff;
    background: rgba(0, 0, 0, .25);
}

.play-btn i {
    font-size: 16px;
    margin-left: 3px;
}


/* Small Videos */

.video-small-row {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.video-small {
    position: relative;
}

.video-small a {
    text-decoration: none;
}

.video-small > a {
    display: block;
}

.video-small img {
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.video-small h4 {
    color: #fff;
    font-size: 10px;
    line-height: 1.3;
    margin: 6px 0 0;
    font-weight: 500;
}

.play-btn.small {
    width: 32px;
    height: 32px;
    top: 37px;
}

.play-btn.small i {
    font-size: 10px;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {

    .tournament-video-section {
        padding: 35px 15px;
    }

    .col-lg-6 + .col-lg-6 {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {

    .tournament-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .tournament-item strong {
        margin-left: 30px;
    }

    .video-small-row {
        grid-template-columns: 1fr;
    }

    .video-small img {
        height: 150px;
    }
}span.ss {
    font-size: 15px;
    font-weight: 600;
    color: #ebbc80;
    letter-spacing: normal;
}












.international-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;

    background: linear-gradient(to top, rgb(0 27 77 / 74%) 0%, rgb(0 27 77 / 70%) 45%, rgb(0 27 77 / 5%) 100%);

    z-index: 1;
}



.international-section {
    padding: 55px 0;
    background: #f3f5fb;
}

.international-section .container {
    max-width: 1200px;
    margin: auto;
}

.international-title {
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
    color: #00175F;
    margin-bottom: 18px;
}

/* Grid */

.international-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}


/* Card */

.international-card {
    overflow: hidden;
}


/* Image */

.international-image {
    position: relative;
    height: 348px;
    overflow: hidden;
    border-radius: 7px;
}

.international-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* Bottom Blue Area */

.ranking-boxes {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 8px;
    padding: 0 18px 18px;
    z-index: 999;
}.international-card p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

/* Ranking Box */

.ranking-box {
    flex: 1;
    height: 88px;

    background:rgb(36 115 201 / 75%);

    border-radius: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: #fff;
}

.ranking-box span {
    color:#fff900;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.ranking-box strong {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    font-weight: 800;
}

.ranking-box sup {
    font-size: 17px;
    top: -0.6em;
    position: relative;
}


/* Title */

.international-card h3 {
    margin: 9px 0 0;

    color: #111;
    font-size: 17px;
    font-weight: 600;
}


/* Hover */

.international-card:hover .international-image img {
    transform: scale(1.03);
}

.international-image img {
    transition: transform .5s ease;
}


/* Responsive */

@media (max-width: 767px) {

    .international-section {
        padding: 40px 15px;
    }

    .international-title {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .international-grid {
        grid-template-columns: 1fr;
    }

    .international-image {
        height: 300px;
    }

    .ranking-box {
        height: 75px;
    }

    .ranking-box strong {
        font-size: 28px;
    }

    .ranking-box span {
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    .international-image {
        height: 240px;
    }

    .ranking-boxes {
        padding: 0 10px 10px;
        gap: 5px;
    }

    .ranking-box {
        height: 65px;
        border-radius: 7px;
    }

    .ranking-box strong {
        font-size: 23px;
    }

    .ranking-box span {
        font-size: 10px;
    }

    .international-card h3 {
        font-size: 15px;
    }
}.row.align-items-center.pading-tpp {
    padding-top: 10px;
}

.about-us-data p {
    text-align: justify;
}

section.about-us-section {
    padding: 60px 0px;
}

.about-us-data h2 {
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
    color: #00175F;
    margin-bottom: 21px;
}

.about-us-read-btn a {
    background-color: #00175f;
    padding: 10px 32px;
    border-radius: 5px;
    color: #fff;
}.about-us-img img {
    border-radius: 13px;
}





.international-match-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.international-match {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 7px;
    padding:22px;
    transition: all .3s ease;
}

.international-match:hover {
    border-color: #001b4d;
    box-shadow: 0 5px 18px rgba(0, 27, 77, .08);
}


/* DATE */

.match-date {
    width: 48px;
    min-width: 48px;
    text-align: center;
    border-right: 1px solid #e5e9ef;
    padding-right: 10px;
}

.match-date strong {
    display: block;
    color: #001b4d;
    font-size: 22px;
    line-height: 22px;
    font-weight: 800;
}

.match-date span {
    display: block;
    margin-top: 3px;
    color: #999;
    font-size: 8px;
    line-height: 10px;
    font-weight: 700;
}


/* MAIN */

.match-main {
    flex: 1;
    padding-left: 12px;
    min-width: 0;
}


/* TEAMS */

.match-teams {
    display: flex;
    align-items: center;
    gap: 50px;
}

.team-name {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.team-name img {
    width: 40px;
    height: 34px;
    object-fit: contain;
}

.team-name span {
    color: #071d49;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.match-teams > b {
    color: #c99b2e;
    font-size: 14px;
    flex-shrink: 0;
}


/* BOTTOM */

.match-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 7px;
}

.match-bottom > span {
    background: #edf3fa;
    color: #174b9b;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
}

.match-bottom p {
    margin: 0;
    color: #4e4d4d;
    font-size: 13px;
}

.match-bottom p i {
    color: #c99b2e;
    margin-right: 3px;
}


/* ARROW */

.match-link {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border: 1px solid #dfe4ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001b4d;
    font-size: 9px;
    text-decoration: none;
    margin-left: 7px;
}

.match-link:hover {
    background: #001b4d;
    color: #fff;
    border-color: #001b4d;
}








.test1 {
    background: #f2f4fb;
    margin-bottom: 25px;
    width: 100%;
    padding: 28px;
    border-radius: 5px;
}
.test1 h3 {
    /* background: #e1d0d0; */
    padding: 5px !important;
  
    color: #000;
    margin: 0 0 10px 0;
    font-size: 29px;
}
.new {
    border-bottom: 1px dotted #c0c0c0;
    /* padding: 5px 5px 5px 20px; */
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
    padding-bottom: 10px;
}.new a {
    color: #000;
}

.tp-bgimg.defaultimg{ 
   
    height: 500px !important;
}
.tp-fullwidth-forcer{
    height: 500px  !important;
}
.slotholder{   
    height: 500px !important;
}
div#rev_slider_5_1_forcefullwidth{
    height: 500px !important;
}

li.tp-revslider-slidesli.active-revslide{
    height: 500px !important;
}

ul.tp-revslider-mainul{
    height: 500px !important;
}












/* ================================
   PCA TOP BAR
================================ */

.pca-topbar {
    width: 100%;
    background: #132f87;
    border-bottom: 2px solid #d9b83f;
    color: #fff;
    /* font-family: "Poppins", sans-serif; */
    margin-top: 24px;
}
.pca-topbar .container {
    max-width: 1250px;
    margin: auto;
}

.pca-topbar-inner {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


/* DATE & TIME */

.pca-date-time {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.pca-date-time i {
    color: #d9b83f;
    font-size: 15px;
}

.time-divider {
    color: rgba(255,255,255,0.35);
    margin: 0 3px;
}


/* RIGHT AREA */

.pca-live-area {
    display: flex;
    align-items: center;
    gap: 12px;
}


/* LIVE BUTTONS */

.live-btn {
    height: 41px;
    padding: 3px 48px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s ease;
}

.live-match {
    background: #d71920;
    box-shadow: 0 4px 12px rgba(215,25,32,.25);
}

.live-score {
    background: #182d82;
    border: 1px solid rgba(255,255,255,.15);
}

.live-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}


/* LIVE DOT */

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}

.live-dot::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 50%;
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0% {
        transform: scale(.7);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}


/* SOCIAL AREA */

.pca-social {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 125px;
}
.follow-text {
    font-size: 13px;
    font-weight: 600;
    margin-right: 4px;
    letter-spacing: .3px;
}


/* SOCIAL ICON */

.social-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: all .3s ease;
}

.x-icon {
    background: #000;
}

.fb-icon {
    background: #1877f2;
}

.yt-icon {
    background: #ff0000;
}

.insta-icon {
    background: linear-gradient(
        135deg,
        #833ab4,
        #fd1d1d,
        #fcb045
    );
}

.social-icon:hover {
    transform: translateY(-3px) scale(1.05);
    color: #fff;
}


/* FONT SIZE */

.font-size-control {
    height: 32px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 14px;
    margin-left: 5px;
    border-left: 1px solid rgba(255,255,255,.3);
}

.font-size-control button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 2px 4px;
}

.font-size-control button:hover {
    color: #d9b83f;
}

.font-size-control span {
    color: rgba(255,255,255,.4);
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

    .pca-topbar-inner {
        padding: 10px 15px;
        flex-direction: column;
        gap: 10px;
    }

    .pca-live-area {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .pca-date-time {
        justify-content: center;
    }
}


@media (max-width: 575px) {

    .pca-date-time {
        font-size: 11px;
    }

    .follow-text {
        display: none;
    }

    .live-btn {
        height: 34px;
        padding: 0 14px;
        font-size: 11px;
    }

    .social-icon {
        width: 29px;
        height: 29px;
        font-size: 11px;
    }

    .font-size-control {
        padding-left: 8px;
    }
}








/* ===================================
   PCA NEWS TICKER
=================================== */

.pca-news-ticker {
    background: #00175f;
    padding: 22px 0 24px;
    width: 100%;
    overflow: hidden;
}

.news-ticker-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}


/* ===================================
   TICKER ITEM
=================================== */

.ticker-item {
    width: 10%;
    min-width: 105px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    flex-shrink: 0;
}

.ticker-item:hover {
    color: #fff;
}


/* ===================================
   IMAGE CIRCLE
=================================== */

.ticker-img {
    width: 165px;
    height: 165px;
    margin: 0 auto 12px;
    border-radius: 50%;
    padding: 3px;
    background: #00175f;
    border: 2px solid #318cff;
    transition: all .35s ease;
}

.ticker-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}


/* ===================================
   HOVER
=================================== */

 
 section.galleryyy {
    padding: 80px 0px;
}


/* ===================================
   TEXT
=================================== */

.ticker-item h4 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    transition: .3s ease;
}


/* ===================================
   TABLET
=================================== */

@media (max-width: 1100px) {

    .news-ticker-wrapper {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 15px 8px;
        gap: 22px;

        scrollbar-width: none;
    }

    .news-ticker-wrapper::-webkit-scrollbar {
        display: none;
    }

    .ticker-item {
        width: 105px;
        min-width: 105px;
    }
}


/* ===================================
   MOBILE
=================================== */

@media (max-width: 575px) {

    .pca-news-ticker {
        padding: 18px 0 20px;
    }

    .news-ticker-wrapper {
        gap: 18px;
    }

    .ticker-item {
        width: 95px;
        min-width: 95px;
    }

    .ticker-img {
        width: 78px;
        height: 78px;
        margin-bottom: 9px;
    }

    .ticker-item h4 {
        font-size: 11px;
        line-height: 1.4;
    }
}










.pca-footer {
    background: #001b49;
    color: #fff;
    
}
 

 




/* ================================
   MAIN FOOTER
================================ */

.pca-footer-main {
    padding: 80px 0px;
    background:
        linear-gradient(
            135deg,
            #001b49 0%,
            #00275e 50%,
            #00163d 100%
        );
}

 


/* ================================
   FOOTER LOGO
================================ */

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
 

.footer-logo h4 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
}

 


/* ================================
   SOCIAL ICONS
================================ */

.footer-social {
    display: flex;
    gap: 8px;
}

.footer-social a {
    width: 27px;
    height: 27px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    transition: all .3s ease;
}

.footer-social a:hover {
    background: #d71920;
    border-color: #d71920;
    transform: translateY(-3px);
}


/* ================================
   FOOTER HEADINGS
================================ */
.footer-widget h3 {
    position: relative;
    margin: 0px 0px 18px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.footer-widget h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 1px;
    background: #e2b83b;
}

/* ================================
   FOOTER LINKS
================================ */

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 5px;
}

.footer-widget ul li a {
    position: relative;
    color: rgb(255 255 255);
    text-decoration: none;
    font-size: 14px;
    transition: all .3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-widget ul li a::before {
    content: "›";
    margin-right: 5px;
    color: #e2b83b;
    font-weight: 700;
}

.footer-widget ul li a:hover {
    color: #fff;
    padding-left: 4px;
}


/* ================================
   NEWSLETTER
================================ */

.newsletter-widget p {
    max-width: 240px;
    margin: 0 0 13px;
    color: rgba(255,255,255,.75);
    font-size: 10.5px;
    line-height: 1.6;
}

.newsletter-form {
    max-width: 245px;
}

.newsletter-form input {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    margin-bottom: 10px;

    background: transparent;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 3px;

    color: #fff;
    font-size: 10px;
    outline: none;
}

.newsletter-form input::placeholder {
    color: rgba(255,255,255,.65);
}

.newsletter-form input:focus {
    border-color: #d71920;
}

.newsletter-form button {
    height: 31px;
    padding: 0 20px;

    border: none;
    border-radius: 3px;

    background: #e2b83b;
    color: #001b49;

    font-size: 9px;
    font-weight: 700;

    cursor: pointer;
    transition: all .3s ease;
}

.newsletter-form button:hover {
    background: #fff;
}


/* ================================
   FOOTER BOTTOM
================================ */

.pca-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.22);
    background: #001535;
}

.footer-bottom-inner {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom-inner p {
    margin: 0;
    color: rgba(255,255,255,.75);
 
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-bottom-links a {
    color: rgba(255,255,255,.8);
    text-decoration: none;
    
}

.footer-bottom-links span {
    color: rgba(255,255,255,.35);
}

.footer-bottom-links a:hover {
    color: #fff;
}


/* ================================
   TABLET
================================ */

@media (max-width: 991px) {

    .pca-footer-main {
        padding: 40px 20px 30px;
    }

    .footer-about p {
        max-width: 300px;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .pca-footer-main {
        padding: 35px 20px;
    }

    .footer-bottom-inner {
        padding: 12px 20px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-widget {
        margin-top: 10px;
    }

}.news-content.aaa {
    min-height: 78px;
    text-align: center;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 17px;
    color: #fff;
   
    line-height: 1.6;
}.contact-info a {
    color: #fff;
    text-decoration: none;
}.contact-info i {
    width: 14px;
    margin-top: 4px;
    font-size: 15px;
    color: #fff;
}


.about-us-read-btn {
    padding-top: 25px;
}


.about-us-data h4 {
font-size: 21px;
    font-weight: 600;
     line-height: 0.5; 
    color: #00175F;
    margin-bottom: 15px;

    }


    .listt {
  list-style: none;
  padding: 0;
  margin: 0;
}

.listt li {
  position: relative;
  padding: 6px 0 6px 18px;
  font-size: 16px;
}

.listt li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 18px;
}

.listt li span {
  font-weight: 600;
}

.breadcrumb-section {
  padding: 70px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.breadcrumb-content h1 {
  margin: 0 0 12px;
  font-size: 40px;
  font-weight: 700;
  color: white;
}

.breadcrumb-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-list li {
  font-size: 15px;
}

.breadcrumb-list a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-list i {
  font-size: 11px;
}

.breadcrumb-list li:last-child {
  font-weight: 600;
}


.intro-video-counter {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px 218px;
    padding: 40px 15px;
    z-index: 1;
}

.video-counter-item {
    position: relative;
    text-align: center;
}

.video-counter-item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -102px;
    bottom: 0;
    left: auto;
    background: var(--dark-divider-color);
}
.video-counter-item h2 {
    font-size: 30px;
    color: var(--white-color);
    margin-bottom: 10px;
    font-weight: bold;
}
.video-counter-item p {
    color: var(--white-color);
    text-transform: capitalize;
    margin: 0;
    font-size: 25px;
}

.international-sectionn {
    padding: 55px 0;
    background: #f3f5fb;
}

.row.ddd {
   padding: 60px 0px 60px 0px;
}

.about-us-data table th {
    background-color: #00175f;
    color: white;
}

table td a {
    color: black;
    font-size: 16px;
}

ul.listt li a {
    color: black;
    font-weight: 600;
}


/* Card */
.image-box {
    position: relative;
    height: 360px;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(16, 28, 99, 0.10);
    border: 1px solid rgba(16, 28, 99, 0.08);
    transition: all 0.35s ease;
    
    margin-bottom: 20px;
}

/* Hover card */
.image-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(16, 28, 99, 0.18);
}

/* Image */
.image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Image zoom */
.image-box:hover img {
    transform: scale(1.08);
}

/* Dark gradient overlay */
.image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(5, 12, 55, 0.95) 0%,
        rgba(5, 12, 55, 0.65) 35%,
        rgba(5, 12, 55, 0.08) 75%
    );
    pointer-events: none;
}

/* Content */
.image-box-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px;
    color: #fff;
}

/* Small top line */
.image-box-content::before {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 12px;
    background: #e2a923;
    border-radius: 10px;
}

/* Heading */
.image-box-content h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.3px;
}

/* Button */
.custom-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 19px;
    border-radius: 8px;

    background: #fff;
    color: #101c63;

    font-size: 13px;
    font-weight: 700;
    text-decoration: none;

    transition: all 0.3s ease;
}

/* Arrow */
.custom-btn::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Button hover */
.custom-btn:hover {
    background: #e2a923;
    color: #101c63;
    transform: translateY(-2px);
}

.custom-btn:hover::after {
    transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .col-lg-4 {
        width: 50%;
    }

    .image-box {
        height: 340px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .row {
        margin: -8px;
    }

    .col-lg-4 {
        width: 100%;
        padding: 8px;
    }

    .image-box {
        height: 330px;
        border-radius: 15px;
    }

    .image-box-content {
        padding: 22px;
    }

    .image-box-content h3 {
        font-size: 19px;
    }

}

.staff-b-box.jkllllll {
    text-align: center;
}

.staff-b-box.jkllllll img {
    width: 310px;
    margin-bottom: 18px;
    height: 260px;
    margin-left: 4px;
    object-fit: cover;
}
.staff-b-box img {
    border: 1px solid #dddddd;
    padding: 4px;
    background: #FFF;
    border-radius: 14px;
}


.dropdown-menu {
    z-index: 99999 !important;
}

header,
.navbar {
    z-index: 99999 !important;
    position: relative;
}

.dropdown,
.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    position: absolute !important;
}

nav,
nav ul,
nav li,
.dropdown {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.image-card {
    text-align: center;
    margin-bottom: 30px;
}

.image-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.image-card h3 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.affiliated-clubs {
    padding: 60px 0;
    background: #f7f8fa;
}

.affiliated-clubs .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Heading */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #222;
}

.title-line {
    width: 60px;
    height: 3px;
    margin: 12px auto 0;
    background: #d71920;
    border-radius: 5px;
}

/* Clubs */
.clubs-row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.club-card {
    width: calc(50% - 24px);
    margin: 12px;
    padding: 28px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.club-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
}

.club-card h5 {
    margin: -28px -28px 20px;
    padding: 16px 20px;
    background: #1f3c88;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 10px 10px 0 0;
}

.club-card p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.club-card p:last-child {
    margin-bottom: 0;
}

.club-card strong {
    color: #333;
}

.club-card a {
    color: #d71920;
    text-decoration: none;
    transition: 0.3s;
}

.club-card a:hover {
    text-decoration: underline;
}

/* Tablet */
@media (max-width: 768px) {
    .affiliated-clubs {
        padding: 45px 0;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .club-card {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .affiliated-clubs .container {
        padding: 0 15px;
    }

    .club-card {
        padding: 22px;
    }

    .club-card h5 {
        font-size: 18px;
    }

    .club-card p {
        font-size: 14px;
    }
}

.match-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 15px;
}

.match-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.match-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
}

/* Match information */
.match-info {
    flex: 1;
}

.match-number {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    background: #f1f5ff;
    color: #1f3c88;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.match-info h3 {
    margin: 0 0 18px;
    color: #222;
    font-size: 22px;
    font-weight: 700;
}

.match-info h3 span {
    color: #d71920;
    font-weight: 500;
    margin: 0 5px;
}

/* Match details */
.match-details {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 14px;
}

.detail-item i {
    color: #d71920;
    font-size: 16px;
}

.detail-item strong {
    font-weight: 500;
}

/* Ticket button */
.match-action {
    flex-shrink: 0;
}

.ticket-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 24px;
    background: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.ticket-btn:hover {
    background: #218838;
    color: #fff;
    text-decoration: none;
    transform: translateX(3px);
}

.ticket-btn i {
    font-size: 13px;
}


/* Tablet */
@media (max-width: 768px) {

    .match-card {
        padding: 22px;
        gap: 20px;
    }

    .match-info h3 {
        font-size: 19px;
    }

    .match-details {
        gap: 12px 20px;
    }
}


/* Mobile */
@media (max-width: 576px) {

    .match-card {
        display: block;
        padding: 20px;
    }

    .match-info h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .match-details {
        display: block;
    }

    .detail-item {
        margin-bottom: 9px;
    }

    .match-action {
        margin-top: 20px;
    }

    .ticket-btn {
        width: 100%;
        justify-content: center;
    }
}









































.match-box {
    width: 260px;
    padding: 11px 10px 10px;
    background: #fff;
    border-radius: 9px;
   
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    text-align: center;
}

/* Upcoming */
.upcoming {
    display: inline-block;
    background: #f2f2f2;
    color: #003b7a;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
}

/* Match details */
.match-info {
    color: #333;
    font-size: 11px;
    line-height: 1.55;
    margin-bottom: 8px;
}

.match-info span {
    display: block;
}

/* Teams */
.teams {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 8px 0 12px;
}

.team {
    width: 55px;
}

.team img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto 5px;
    border-radius: 50%;
    border: 2px solid #f5c400;
    padding: 2px;
}

.team strong {
    display: block;
    font-size: 12px;
    color: #111;
}

/* VS */
.vs {
    font-size: 11px;
    font-weight: 800;
    color: #777;
    margin-top: -17px;
}

/* Button */
.match-btn {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 7px;
    background: #ffcc00;
    color: #001b45;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.match-btn:hover {
    background: #f5bd00;
}



/* =========================================
   AIR BIOZENTAZ - MATCH CARD
   Custom prefix: bio-match-
   ========================================= */

 
/* Date */
.bio-match-card .bio-match-date {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 7px;
}

/* Team Row */
.bio-match-card .bio-match-team {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 26px;
    margin-bottom: 3px;
}

/* Team Logo */
.bio-match-card .bio-match-team img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Team Name */
.bio-match-card .bio-match-team span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

/* Match Location */
.bio-match-card .bio-match-location {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.4;
    color: #555555;
}

/* Match Title */
.bio-match-card .bio-match-title {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
    color: #00529b;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





/* =========================================
   AIR BIOZENTAZ - MATCH CARD
   All classes use bio-match- prefix
   ========================================= */

.bio-match-card {
    width: 260px;
    padding: 10px;
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
 
    color: #111111;
    overflow: hidden;
}

/* UPCOMING */
.bio-match-upcoming {
    display: inline-block;
    padding: 5px 13px;
    margin-bottom: 8px;

    background: #f1f1f1;
    color: #003b7a;

    border-radius: 20px;

    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .3px;
}

/* DATE */
.bio-match-date {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7px;
}

/* TEAM */
.bio-match-team {
    display: flex;
    align-items: center;
    gap: 7px;

    height: 27px;
    margin-bottom: 2px;
}

/* TEAM LOGO */
.bio-match-team img {
    width: 22px;
    height: 22px;

    object-fit: contain;
    border-radius: 50%;

    flex-shrink: 0;
}

/* TEAM NAME */
.bio-match-team span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

/* MATCH INFO */
.bio-match-location {
    margin-top: 6px;

    font-size: 11px;
    line-height: 1.4;
    color: #555555;
}

/* MATCH TITLE */
.bio-match-title {
    margin-top: 2px;

    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;

    color: #00529b;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* MATCH DETAILS BUTTON */
.bio-match-details {
    display: block;

    width: 100%;
    margin-top: 9px;
    padding: 8px 10px;

    background: #ffcc00;
    color: #001b45;

    border-radius: 6px;

    text-align: center;
    text-decoration: none;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2px;

    transition: all .25s ease;
}

/* HOVER */
.bio-match-details:hover {
    background: #f2bb00;
    color: #001b45;
    text-decoration: none;
    transform: translateY(-1px);
}







/* Teams One Line */
.bio-match-teams {
    display: flex;
    align-items: center;
  
    gap: 18px;
    margin: 8px 0;
}

/* Individual Team */
.bio-match-teams .bio-match-team {
    display: flex;
  
    gap: 6px;
    height: auto;
    margin: 0;
}

/* Logo */
.bio-match-teams .bio-match-team img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 50%;
}

/* Team Name */
.bio-match-teams .bio-match-team span {
    font-size: 12px;
    font-weight: 700;
}

/* VS */
.bio-match-vs {
    font-size: 10px;
    font-weight: 800;
    color: #777;
}


/* Upcoming + View Details Same Line */
.bio-match-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

/* Upcoming Badge */
.bio-match-upcoming {
    display: inline-block;
    padding: 6px 13px;
    background: #f1f1f1;
    color: #003b7a;
    border-radius: 20px;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .3px;
}

/* View Details Button */
.bio-match-view {
    display: inline-block;
    padding: 7px 11px;
    background: #ffcc00;
    color: #001b45;
    border-radius: 60px;
    text-decoration: none;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
    transition: all .25s ease;
    margin-top: -10px;
}

.bio-match-view:hover {
    background: #f2bb00;
    color: #001b45;
    text-decoration: none;
}



section.letest1 {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 0000;
}



















 











