
@font-face {
    font-family: "Roboto-Black";
    src: url("./fonts/Roboto-Black.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Roboto-thin";
    src: url("./fonts/Roboto-Thin.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Roboto-regular";
    src: url("./fonts/Roboto-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "ProximaNova-Regular";
    src: url("./fonts/ProximaNova-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "ProximaNova-Light";
    src: url("./fonts/ProximaNova-Light.ttf");
    font-display: swap;
}
.logo_dark{
  opacity: 0.9;
}
strong{
  color: #000;
  font-weight: 600;
}
.main_menu_uppercase .navbar-nav > li > .nav-link:hover {
	color: #333;
}
.navbar .navbar-nav > li > a.active{
	color: #333!important;
}
.margin-t{
  margin-top: 30px;
}
 .about_section p{
   font-size: 15px;
    margin-bottom: 15px;
  font-family: 'Heebo-thin', sans-serif;
    font-size: 15px;
    font-weight: 300!important;
    line-height: 30px;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .05em;
    color: #000;
    text-align: justify;

}

.navbar .navbar-nav > li > .nav-link:before {
	content: '';
	position: absolute;
	top: 20%;
	left: 50%;
	background-color: #fff;
	height: 1px;
	width: 0%;
	transition: 0.3s all;
}
.navbar .navbar-nav > li > .nav-link:hover::before{
   width: 100%;
   left: 0%;
   transition: 0.5s all;
}


.navbar .navbar-nav > li > .nav-link:after {
	content: '';
	position: absolute;
	bottom: 20%;
	left: 50%;
	background-color: #fff;
	height: 1px;
	width: 0%;
	transition: 0.3s all;
}
.navbar .navbar-nav > li > .nav-link:hover::after{
   width: 100%;
   left: 0%;
   transition: 0.5s all;
}
.gallery-effect .btn-dark:hover{
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}
.btn-white {
	background-color: #272727;
	color: #fff !important;
	overflow: hidden;
	position: relative;
	z-index: 1;
  letter-spacing: 1px;
  background: #272727;
  font-size: 16px;
  letter-spacing: .3em;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Karla',sans-serif;
}

.btn-white:hover{
	opacity: .8;
}
.btn-white::before {
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0.1, 0.1);
  border-radius: 50%;
   }


.book_table{
	padding: 40px 60px;
	background-color: #f2f2f2;
}
.book_table h2{
	color: #272727;
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
    font-style: normal;
    font-weight: 400!important;
    font-size: 16px;
    letter-spacing: .1em;
}
.book_table .heading_s1 span{
  /* font-family: 'Roboto', sans-serif;
   font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #434343; */

    letter-spacing: .3em;
    color: #000;
	font-family: "Playfair",serif;
    font-weight: 400;
    text-transform: uppercase;
	font-size: 35px;
    line-height: 1.5em;

}
::placeholder{
  color: #7b8288!important;
  font-size: 14px;
}
.grey-section{
  background-color: #f2f2f2;
  padding: 40px 40px;
}
.grey-bg{
  background-color: #f2f2f2;
  
}
.pd-tp-20{
  padding: 20px 0px;
}
.mrgn-btm{
  margin-bottom: 25px;
}
/**************************cta***************************/


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: /*linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.6)),*/ url("../images/gallery/8Z5A2350-2.webp") center center;
  background-size: cover;
  padding: 120px 0;
  width: 100%;
  height: 70vh;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .section-padding-tb{
    padding-top: 30px;
    padding-bottom: 0px;
  }
  /* .footer_top .widget p{
    padding-right: 30px;
  }   */
}
@media (max-width: 769px) {
  .ptb-10{ 
    padding-bottom: 15px;
  }
}

.section-padding-tb{
  padding-top: 60px;
  padding-bottom: 0px;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  opacity: .8;
  height: 30px;
  width: 30px;
  font-size: 30px;
  border-top-right-radius: 0.3rem;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
}


/**************************cta***************************/

.blog_text p{
  margin-bottom: 15px;
  font-family: 'Heebo-thin', sans-serif;
  font-size: 15px;
  font-weight: 300!important;
  line-height: 30px;
  overflow-x: hidden!important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em;
  color: #000;
  text-align: justify;
  text-align: center;
}
.blog_text .para-bold{
  font-size: 20px;
  color: #000;
  font-weight: bold!important;
  padding: 10px;
}
.box_shadows{
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  margin-top: -35%;
  padding-top: 30%;
}
.post_dates img{
  padding: 0px 50px;
}
.team_title a{
  color: #fff;
}
.about_section span {
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

element.style {
}
@media only screen and (max-width: 480px){
.navbar-brand {
   margin-right: 0;
}
}
.widget strong{
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 400!important;
  text-transform: uppercase;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.error_field {
  color: #000;
  text-align: right;
  font-size: 13px;
  padding-top: 6px;
  display: flex;
  justify-content: flex-end;
}

/* @media (min-width: 992px){
	.fluid-padding{
	padding: 10px 20px;
}
} */
.logo_dark {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  .navbar .navbar-nav>li>.nav-link{
    font-size: 11px;
  }
  .navbar-brand{
    width: 30%;
  }
}
.gallery_img img{
  width: 100%;
}
@media only screen and (max-width: 767px){
  .grid_col5 > li {
    width: 50%!important;
}
.mt-ccenter{
  text-align: center!important;
}
}

html {
  scroll-behavior: smooth;
  scroll-snap-stop: normal;
}

.video {
  max-width: 100%;
  height: auto;
}

.margin-t {
  margin-top: 30px;
}

#recipe {
  scroll-snap-stop: normal;
}

.fa-msg-alt:before {
  content: "\f2b6";
}

.logo_dark {
  opacity: 0.9;
}

.jumbotron {
  margin-bottom: 0;
  position: relative;
}

.parallax p {
  font-family: 'PlayfairDisplay-Medium', serif;
  text-align: center;
  line-height: 30px;
  color: #272727;
  letter-spacing: 2px;
  font-size: 15px;
  text-transform: capitalize;
}

.parallax h1 {
  text-align: center;
  font-size: 24px;
  font-family: 'Playfair', serif;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: 400;
  color: #000;
}

#parallax-slightly-moving {
  background-image: url("assets/images/gallery/banner.webp");
}

#parallax-slightly-moving::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  z-index: -1;
}

.content {
  position: absolute;
  background-color: #fff;
  padding: 15px 0;
  width: 45%;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  bottom: 10%;
  right: 5%;
}

@media only screen and (max-width: 767px) {
  .content {
      position: absolute;
      padding: 10px;
      width: 90%;
      height: 36px;
      z-index: 1;
      bottom: 10%;
  }

  .parallax h1 {
      font-size: 13px;
      letter-spacing: 0.3em;
      margin: 0 !important;
  }
}

.about_section a {
  font-family: 'karla', sans-serif;
  font-size: 15px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
  color: #434343;
  padding-right: 40px;
}

.about_section a:hover {
  color: #000;
}

.abt-sec .col-lg-5 {
  text-align: justify;
}

::placeholder {
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.about_section p span {
  font-size: 16px;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.abt-sec .about_img {
  padding-top: 52px;
}

@media only screen and (max-width: 767px) {
  .abt-sec .about_img {
      padding-top: 0;
  }
}
.banner-section {
  position: relative;
}
.banner-img img {
  width: 100%;
  height: auto;
}
.tagline {
  position: relative;
}

.banner-text {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  color: #000;
  padding: 15px;
  right: 0;
  margin: 20px;
  /* You can adjust the margin as needed */

}
@media only screen and (max-width: 767px) {
  }
@media (max-width: 767px) {
  .banner-text {
      bottom: 10px;
      left: 0;
      right: 0;
      text-align: center;
  }
  .banner-text {
      font-size: 13px;
      letter-spacing: 0.3em;
      margin: 0 !important;
  }
}
.navbar-toggler {
  margin: 10px 0 0 5px!important;
}
