@import url('https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro|Permanent+Marker');
@import url('normalize.css');

/*
	Theme Name: Jalao.
	Created : Octuber 2 2018
	Updated : None
	Version: 1.0

*/

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	

	1. BASE MODULE.	
		1.1. RESET
		1.2. TYPOGRAPHY
		1.3. BUTTONS

	2. LAYOUT MODULE.
		2.1 SPACING AND ALIGNMENT
		2.2 HEADER
		2.3 CAROUSEL
		2.4 FOOTER
		2.5 LOADER
		2.6 SCROLLING TOP

	3. PAGES MODULE.
		3.1 PARALLAX EFFECT
		3.2 TESTIMONIALS
		3.3 IMAGE GALLERY
		3.4 POPUP VIDEO
		3.5 FILTER GALLERY
		3.6.TEAM
		3.7 ABOUT US
		3.8 ABOUT US TWO
		3.9 ABOUT US THREE
		3.10 MENU ONE
		3.11 MENU TWO
		3.12 3.11 SERVICES ONE
		3.13 3.13 SERVICES TWO
		3.14 ERROR PAGE
		3.15 BLOGS
		3.16 CONTACT ONE
		
	4. MEDIA QUERIES MODULE.
		4.1 TYPOGRAPHY BREAKPOINTS VIEW
		4.2 THEME BREAKPOINTS VIEW
		
*/ 

/* ==========================================================================
   	1. RESET MODULE.
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
    overflow-x: hidden;
    background-color: #EBE6E0;
}

/* ================== 
	1.2. TYPOGRAPHY. 
   ================== */
h1{
    font-size: 24px;
    font-weight: bolder;
}

h2{
    font-size: 22px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 18px;
}

h6{
    font-size: 14px;
}

p{
    font-size: 16px;
    color: #000;
    line-height: 2;
}

a:link {
    text-decoration: none;
	
}

a:visited {
    text-decoration: none;
	
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
	   
}


/* ================== 
	1.3. BUTTOMS. 
   ================== */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Lato', sans-serif;
}

.btn-custom {
  color: #fff;
  background-color: #a3633d;
  border-color: #a3633d;
  transition: 0.3s;
  padding: 6px 25px;
}

.btn-custom:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-custom:focus, .btn-custom.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 76, 0.5);
}

.btn-custom.disabled, .btn-custom:disabled {
  color: #fff;
  background-color: #a3633d;
  border-color: #a3633d;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 64, 76, 0.5);
}

.btn-transparent {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  padding: 6px 25px;
}

.btn-transparent:hover {
  color: #fff;
  background-color: #333D4D;
  border-color: #333D4D;
}

.btn-transparent:focus, .btn-transparent.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 61, 77, 0.5);
}

.btn-transparent.disabled, .btn-transparent:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
.show > .btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: #333D4D;
  border-color: #333D4D;
}

.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus,
.show > .btn-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 61, 77, 0.5);
}

/* ==========================================================================
   	2. LAYOUT MODULE.
   ========================================================================== */

/* == 2.1 SPACING AND ALIGNMENT. == */
.container{
    margin: 60px auto 60px auto;
}

.container-fluid{
    margin: 0px auto 0px auto; 
}

.background-color{
   background: #EBE6E0; 
}

.extra-padding{
    padding: 40px 15px 40px 15px;
}

/* == 2.2 HEADER == */
header{
    height: 900px;
}

.top-header .container{
    margin-top: 20px;
}

.top-header{
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    color: #FFF;
}

.leftside{
    float: left;
}

.rightside{
    float: right;
}

.email-top, .phone-top, .address-top{
    display: inline-block;
    margin-right: 10px;
}

.email-top p{
    position: relative;
    color: #FFF;
}

.email-top p:before{
    content: "\f0e0";
    font-family: FontAwesome;   
    margin-right: 10px;
}

.address-top p{
    position: relative;
    color: #FFF;
}

.address-top p:before{
    content: "\f041";
    font-family: FontAwesome;   
    margin-right: 10px;
}

.phone-top p{
    position: relative;
    color: #FFF;
}

.phone-top p:before{
    content: "\f098";
    font-family: FontAwesome;   
    margin-right: 10px;
}

.social-items{
	display: inline-block;
	margin-right: 10px;
}



hr.top{
    border-top: solid 1px #FFF;
    margin: 60px 15px 0px 15px;
    clear: both;
}

/* == 2.3 CAROUSEL == */
.carousel-inner {
    height: 900px;
}

.carousel-caption{
    position: absolute;
    top: 40%;
    bottom: 0;
    text-align: left;
    color: #FFF;
}

.carousel-caption h1{
    font-size: 60px;
}

.carousel-caption h6{
    font-size: 18px;
    text-transform: uppercase;
}

.carousel,
.carousel-item,
.active {
    height: 100%;
}

.carousel-img-1 {
    background-image:url('../img/images/slider1.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-img-2 {
    background-image:url('../img/images/slider2.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-img-3 {
    background-image:url('../img/images/slider3.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-img-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: .4;
}

.carousel-img-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: .4;
}

.carousel-img-3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: .4;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  display: none;
}

.slider-btn{
    margin-top: 30px;
}

.inner-btn{
    display: inline-block;
    margin-right: 10px;
}

/* ================== 
	2.4 FOOTER. 
   ================== */
footer{
    background-color: #222222;
    color: #FFF;
}

footer .container, .container-fluid{
    margin-bottom: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.footer-info{
    text-align: left;
    padding: 90px 70px;
}

.footer-info p{
    color: #FFF;
}

.footer-logo{
    width: 140px;
    margin-bottom: 20px;
}

.footer-logo img{
    width: 100%;
}

.span-location{
    margin: 5px 0px 5px 0px;
}

.span-location p{
    font-size: 15px;
}

.span-location span-color{
    color: #a3633d;
}

.address-icon{
    float: left;
    margin-right: 2px;
}

.address-icon .fa{
    font-size: 30px;
    color: #a3633d;
}

.bottom-footer{
    background: #1a1a1a;
    margin-top: 0px;
}

.bottom-footer .container-fluid{
    margin: 0px auto 0px auto;
    background: #1a1a1a;
    height: 50px;
    padding: 0px 4.5% 0px 4.5%;
}

.footer-copyright{
    padding: 10px 0px 10px 0px;
}

.footer-copyright p{
    color: #f2f2f2;
    font-size: 14px;
}

.social-footer{
    margin-top: 30px;
}

.social-footer h5{
    margin-bottom: 10px;
}

.circle-icon{
    width: 40px;
    height: 40px;
    border: solid 1px #FFF;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
    display: inline-block;
    margin-right: 5px;
}

.circle-icon:hover {
    border: solid 1px #a3633d;
    background: #a3633d;
}

.center-fa{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s;
    text-align: center;
    line-height: 35px;
} 
    
.center-fa .fa{
    font-size: 20px
} 

a:link .center-fa{
    text-decoration: none;
    color: #3b2924;
}

a:visited .center-fa {
    text-decoration: none;
    color: #FFF;
}

a:hover .center-fa {
    text-decoration: none;
    color: #FFF;
}

a:active .center-fa{
    text-decoration: none;
    color: #FFF;
}

/* == 2.5 LOADER == */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 2px solid transparent;
  border-top-color: #a3633d;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid transparent;
  border-top-color: #a3633d;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid transparent;
  border-top-color: #a3633d;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* == 2.6 SCROLLING TOP == */

@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 64, 76, 1) url(../img/master/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 5px;  
  background-color: #a3633d;    
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #a3633d;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ================== 
	3. PAGES MODULE. 
   ================== */
.section-header{
    height: 500px; 
}

.pages-header{
    background-image: url("../img/images/img2.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative; 
}

.pages-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #a3633d, #000);
  opacity: 0.5;
}

.pages-header .container{
    margin: 0px auto 0px auto;
    text-align: center;
    color: #FFF;
    position: relative;
}

.pages-title{
    padding-top: 280px;
}

.pages-title p{
    color: #FFF;
    font-size: 22px;
}

hr.center{
    width: 80px;
    border-top: 2px solid #a3633d;
    margin: 15px auto 15px auto;
}

hr.short{
    width: 80px;
    border-top: 3px solid #a3633d;
    margin: 5px 0px 15px 0px;
}

.section-title{
    text-align: center;
    margin: 0px auto 30px auto;
    max-width: 60%;
}

.section-title h2{  
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title p{
    font-size: 14px;
    line-height: 1.5;
}

/* ================== 3.1 PARALLAX EFFECT ================== */
.parallax{ 
    background-image: url("../img/images/img2.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 50px 0px 50px 0px;
}

.parallax:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #a3633d, #000);
  opacity: .4;
}

.parallax-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;  
}

.parallax-content h3{
    font-size: 50px;
    color: #FFF;   
}

.parallax-content p{
    color: #FFF;  
    width: 80%;
    margin: auto;
    line-height: 1.5;
}

/* ================== 3.2 TESTIMONIALS. ================== */
.img-circle{
    border-radius: 50%;
}

#testimonials-box .box-effect p {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin-top: -10px;
    color: #999999;
    font-family: 'Open Sans', sans-serif;;
}
    
h5.author {
    width: auto;
    padding: 5px 0px 15px 0px;
    text-align: center;
    color: #333;
}
    
#testimonials-box .item {
    text-align: center;
    padding: 0px 20px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}
    
#testimonials-box .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
    
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 5px;
}
    
#testimonials-box.owl-carousel.owl-theme .owl-dots .owl-dot.active span, #testimonials-box.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #28CB75;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
            transform: translate3d(0px, -50%, 0px) scale(0.7);
}
    
#testimonials-box.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #C4C4CC;
    display: block;
    height: 20px;
    margin: 0 2px 5px;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform: translate3d(0px, -50%, 0px) scale(0.3);
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.inner-stars{
    display: inline-block;
    margin: 10px 2px 0px 2px;
}

.inner-stars .fa{
    color: #a3633d;
}

/* ========== 3.3 IMAGE GALLERY ========== */

.magnific-img img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.magnific-img {
    width: 100%%;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.magnific-img .image-popup-vertical-fit img a:link {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:visited {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:hover {
    text-decoration: none;
    border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:active {
    text-decoration: none;
    color: #000;
    border: solid 2px #000;
}

/* ================== 3.4 POPUP VIDEO. ================== */

/* ========== #IMAGE LIGHTBOX ========== */
.images-group {
  display: flex;
  flex-wrap: wrap;
}
.images-group .image {
    width: 100%;
  cursor: pointer;
}

.image img {
  width: 100%;
}

.lightbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lightbox .mobile {
  width: 100%;
  height: auto;
}
.lightbox span {
  color: white;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.lightbox p {
  color: white;
  font-size: 20px;
  text-align: center;
  word-wrap: break-word;
  position: relative;
  margin: 0;
}

.lightbox.active {
  visibility: visible;
  opacity: 1;
}

.placeholder {
  width: 100%;
  height: 1500px;
}

/* ========== #YOUTUBE POPUP ========== */

.popup-youtube .video-image {
    position: relative;
    display: inline-block;
}

.popup-youtube .video-image img{
    width: 100%;
}

.popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url(../img/master/play.png) center center no-repeat;
}

.popup-youtube .video-image img a:link {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:visited {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:hover {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:active {
    text-decoration: none;
    color: #FFF;
}

/* ========== #MODAL POPUP STYLE 1 ========== */

.modal-box{
    text-align: center;
}

.modal-box p{
    margin: 15px 0px 15px 0px;
}

.modal-sm .modal-content{
    background: #FFF;
    border: 1px solid #ddd;
   border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 10px 20px 10px 20px;
}

.close{
    color: #000;
}

@media (min-width: 992px) {
  .modal-md {
    width: 600px;
  }
}

/* ================== 3.5 FILTER GALLERY. ================== */


.portfolio-filter{
    text-align: center;
}

.nav-pills > li. active > a, .nav-pills > li. active > a:focus, .nav-pills >li .active > a:hover {
    color: #333;
}

.nav-pills a {
    color: #333;
    margin-right: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}

.portfolio-filter{
    margin-bottom: 30px;
}

.portfolio-item {
    margin: 0px;
    padding: 5px;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(40%);
}

figure {
    margin: 0;
}

.gallery{
    width: 205px;
    margin: 0px auto 30px auto;
}

.menu{
    width: 265px;
    margin: 0px auto 30px auto;
}

.menu-list{
   padding: 0px 20px; 
}
/* ================== 3.6. TEAM. ================== */
.avatar img{
    width: 100%;
    border-radius: 50%;
}

.team-card .caption{
    margin-top: 20px;
    text-align: center;
}

.team-card .caption h5{
    line-height: 1.5;
}

.team-card .caption p{
    margin-top: -5px;
}

/* ================== 3.7 ABOUT US. ================== */
.about-us h3{
    color: #333;
    font-size: 25px;
    line-height: 2;
    font-weight: 600;
}

.about-us p{
    line-height: 1.7;
    margin: 10px 0px 10px 0px;
}

.about-pic img{
    width: 100%;
    box-shadow: 5px 5px 10px #999,
                -5px -5px 10px #999;
}

.combined-pictures img{
    width: 100%;
}

.btn-box{
    margin-top: 20px;
}

/* ================== 3.8 ABOUT US TWO. ================== */
figure.signature{
   width: 220px;
    margin-top: 20px;
}

figure.signature img{
   width: 100%;
}

figure.grid img{
    width: 100%;
}

.grid-box{
    padding: 6px;
    position: relative;
}

.grid-box:before{
    content: "";
    position: absolute;
    border: 3px solid #a3633d;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    opacity: 0;
    transition: 0.3s;
}
    
.grid-box:hover:before{
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    opacity: 1;
}

/* ================== 3.9 ABOUT US THREE. ================== */

.about-info h6{
    font-style: italic;
    color: #a3633d;
}

.about-info h3{
    text-transform: uppercase;
    line-height: 1.2;
    margin: 10px 0px 10px 0px;
    font-weight: 600;
}

.about-info p{
    line-height: 1.5;
    margin-bottom: 20px;
}

figure.thumbnail img{
    width: 100%;
}

.thumbnail-caption{
    margin-top: 15px;
}

.thumbnail-caption h5{
    margin-bottom: 10px;
}

.thumbnail-caption p{
    line-height: 1.5;
}

.about-parallax{ 
    background-image: url("http://placehold.it/900x600");
    height: 550px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about-parallax:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #a3633d, #000);
  opacity: 0.5;
}

.parallax-caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
    color: #FFF;
}

.parallax-caption h3{
    font-size: 40px;
    font-weight: 600;
}

.parallax-caption p{
    color: #FFF;
    line-height: 1.5;
}

.parallax-caption span{
    font-family: 'Permanent Marker', cursive;
    font-weight: normal;
}

.grid-panel{
    padding: 0px;
    background: #FFF;
    height: 275px;
    padding: 60px 30px 60px 30px;
    text-align: center;
    transition: 0.3s;
}

.grid-panel h5{
    line-height: 1.5;
    transition: 0.3s;
}

.grid-panel p{
    line-height: 1.5;
    transition: 0.3s;
}

.grid-panel figure.icon-caftering{
    background-image: url("../img/master/caftering.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.grid-panel figure.icon-reservation{
    background-image: url("../img/master/reservation.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.grid-panel figure.icon-delivery{
    background-image: url("../img/master/delivery.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.grid-panel figure.icon-events{
    background-image: url("../img/master/open-bar.png");
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transition: 0.3s;
}

.grid-panel:hover{
    background: #a3633d;
}

.grid-panel:hover h5{
    color: #FFF;
}

.grid-panel:hover p{
    color: #FFF;
}

.grid-panel:hover figure.icon-caftering{
    background-image: url("../img/master/caftering-white.png");
}

.grid-panel:hover figure.icon-reservation{
    background-image: url("../img/master/reservation-white.png");
}

.grid-panel:hover figure.icon-events{
    background-image: url("../img/master/open-bar-white.png");
}

.grid-panel:hover figure.icon-delivery{
    background-image: url("../img/master/delivery-white.png");
}


/* ================== 3.10 MENU ONE. ================== */
.center-box{
    margin: 20px 0px 20px 0px;
}

.plate-name{
    float: left;
}

.plate-name h5{
    font-weight: 600;
    font-size: 17px;
}

.plate-price{
    float: right;
    text-align: right;
}

.inner-menu{
    height: 70px;
    border-bottom: dotted 2px #ddd;
    margin-bottom: 20px;
}

/* ================== 3.11 MENU TWO. ================== */
.filter-image{
    padding: 10px;
}

.filter-image .caption{
    text-align: center;
    margin-top: 10px;
}

.plate-img img{
    width: 100%;
}

/* ========== 3.12 SERVICES ONE ========== */
    
.image-hover::after {
	content: '';
	clear: both;
	display: block;
}
    
.image-hover .image-box {
	position: relative;
	padding: 0;
}
    
.image-hover .image-box img {
	width: 100%;
}
    
.image-hover .image-box:first-child {
	margin-left: 0;
}

.image-box figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
    
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover-effects figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
    
.hover-effects figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.image-hover .caption{
    margin-top: 15px;
    text-align: center;
}

.image-hover .caption p{
    line-height: 1.6;
}

.bottom-services{
    margin-top: 30px;
}

/* ========== 3.13 SERVICES TWO ========== */
.service-panel{
    height: 400px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6); 
    transition: 0.3s;
    padding: 80px 40px 80px 40px;
    background: #FFF;
}

.service-panel:hover{
    height: 430px;
    background: #a3633d;
    margin-top: -15px;  
}

.service-info{
    margin-bottom: 40px;
}

.service-icon-1, .service-icon-2, .service-icon-3, .service-icon-4{
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-icon-1{
    background-image: url("../img/master/caftering.png");   
}

.service-panel:hover .service-icon-1{
    background-image: url("../img/master/caftering-white.png");
}

.service-icon-2{
    background-image: url("../img/master/delivery.png");
}

.service-panel:hover .service-icon-2{
    background-image: url("../img/master/delivery-white.png");
}

.service-icon-3{
    background-image: url("../img/master/reservation.png");
}

.service-panel:hover .service-icon-3{
    background-image: url("../img/master/reservation-white.png");
}

.service-icon-4{
    background-image: url("../img/master/open-bar.png");
}

.service-panel:hover .service-icon-4{
    background-image: url("../img/master/open-bar-white.png");
}

.service-panel h5{
    line-height: 2.5;

    font-weight: 600;
}

.service-panel p{
    line-height: 1.4;
    font-size: 14px;
}

.service-panel:hover h5{
    color: #FFF;
}

.service-panel:hover p{
    color: #FFF;
}

.learn-more{
    margin-top: 20px;
}

.learn-more p{
    color: #a3633d;
}

/* ========== 3.14 ERROR PAGE ========== */
.error-page{
    background-image: url("http://placehold.it/1920x1080");
    height: 900px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative; 
}

.error-page .container{
    margin: 0px auto 0px auto;
    text-align: center;
    color: #FFF;
}

.error-page-title{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error-page-title h1{
    font-size: 200px;
    line-height: 1;
}

.error-page-title p{
    color: #FFF;
}

.no-margin-top{
    margin-top: 0px;
}

/* ========== 3.15 BLOGS ========== */
.inner-sidebar h5{
    margin-bottom: 20px;
}

.news-box{
    margin-top: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 0rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
}

.media .mr-3{
    width: 80px;
}

.media-body h6{
    line-height: 1.4;
    font-size: 16px;
}

.post-img img{
    width: 100%;
}

.span-posts{
    margin-bottom: 30px;
}

.span-posts .caption{
    margin-top: 20px;
}

.span-posts .caption h3{
    font-weight: 600;
}

.span-posts .caption p{
    margin-top: 15px;
}

.inner-list{
    display: inline-block;
    margin-right: 15px;
}

.list-group-item a:link {
    text-decoration: none;
    color: #808080;
}

.list-group-item a:visited {
    text-decoration: none;
    color: #808080;
}

.list-group-item a:hover {
    text-decoration: none;
    color: #a3633d;
}

list-group-item a:active {
    text-decoration: none;
    color: #808080;
}

.pagination-box{
    position: relative;
    margin-bottom: 100px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin: 0px 5px 0px 5px;
  line-height: 1.25;
  color: #FFF;
  background-color: #a3633d;
  border: 1px solid #a3633d;
  border-radius: 5%;
  font-family: 'Archivo', sans-serif;
}

.page-link:hover {
  z-index: 2;
  color: #a3633d;
  text-decoration: none;
  background-color: #FFF;
  border-color: #a3633d;
}

.comments{
    margin-top: 30px;
}

/* ========== 3.16 CONTACT ONE ========== */
.span-locations{
    margin-top: 20px;
}

.span-locations p{
    font-size: 14px;
}

.contact-right img{
    width: 100%;
}

.contact-left h1{
    font-weight: 600;
}

.contact-left h6{
    font-style: italic;
    text-transform: uppercase;
    color: #a3633d;
}

figure.contact-icon{
    float: left;
    margin-right: 20px;
    width: 80px;
}

figure.contact-icon img{
    width: 100%;
}

.figure-caption{
    padding-top: 5px;
}

.figure-caption h5{
    color: #a3633d;
    font-weight: 600;
}

.customize{
    border: none;
    -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
    border-radius: 0px;
    background: #FFF;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
	border: solid 1px #000;
    font-family: 'Source Sans Pro', sans-serif;
    color: #a3633d;
}

.customize:focus {
  border-color: #e0ebeb;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customize::-moz-placeholder {
  color: #a3633d;
  opacity: 1;
}
.customize:-ms-input-placeholder {
  color: #a3633d;
}
.customize::-webkit-input-placeholder {
  color: #a3633d;
}

.customize::-ms-expand {
  background-color: none;
  border: 0;
}


/* ========== 3.17 CONTACT TWO. ========== */
.contact-info{
    margin-bottom: 30px;
}

.contact-info h3{
    font-weight: 500;
    margin-bottom: 5px;
}

.box-schedule{
    background: #a3633d;
    padding: 50px 20px 60px 20px;
}

figure.time{
    width: 60px;
    float: left;
    margin-right: 10px;
}

figure.time img{
    width: 100%;
}

.box-schedule .figure-caption h5{
    color: #FFF;
    margin-top: -10px;
    line-height: 1.4;
}

.box-schedule .figure-caption p{
    color: #FFF;
    line-height: 1.4;
    margin-bottom: 20px;
}

.box-schedule .list-group-item{
    background-color: transparent;
    border: none;
    border-bottom: solid #fff 1px;
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
}

.box-schedule .badge {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
}


/* ==========================================================================
   	4. MEDIA QUERIES MODULE.
   ========================================================================== */
/* ================================== 
	4.1. TYPOGRAPHY BREAKPOINTS VIEW. 
   ================================== */
@media (min-width:576px) {
h1 {
    font-size: 24px;
} 

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}
    
}

@media (min-width:768px) {
h1 {
    font-size: 26px;
  }  
    
h2 {
    font-size: 24px;
    line-height: 1.2;
  }
    
h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
    
}

@media (min-width:992px) {
h1 {
    font-size: 32px;
  }  
    
h2 {
    font-size: 28px;
  }
    
h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}
    
}

@media (max-width:1510px) { 
.grid-panel{
    padding: 50px 20px 50px 20px;
}
    
}

@media (max-width:1200px) { 
.container {
    max-width: 90%;
}
    
.carousel-caption h1{
    font-size: 50px;
}
    
.footer-info{
    padding: 100px 40px;
}

.footer-logo{
    width: 130px;
    margin-bottom: 20px;
}

.span-location{
    margin: 15px 0px 15px 0px;
}
    
.span-location p{
    line-height: 1.4;
    font-size: 14px;
}
    
.address-icon .fa{
    font-size: 20px;
}
    
.service-panel{
    padding: 60px 20px 60px 20px;
}
   
}

@media (max-width:1100px) { 
.grid-panel{
    padding: 50px 15px 50px 15px;
} 
    
.grid-panel p{
    line-height: 1.3;
} 
      
}

@media (max-width:991px) {
header, .carousel, .carousel-inner {
    height: 768px;
}
    
.carousel-caption h1{
    font-size: 40px;
    line-height: 1.2;
}

.carousel-caption{
    top: 40%;
}
    
.carousel-caption h6{
    font-size: 16px;
}
    
footer{
    overflow: hidden;
}
    
.footer-info{
    padding: 0px 30px 60px 30px;
}

.footer-info p{
    color: #FFF;
    line-height: 1.4;
}
    
.footer-copyright p{
    text-align: center; 
}
    
.parallax-content h3{
    font-size: 30px;
    line-height: 1.5;
}

    
.parallax-content p{
    width: 100%;
}
    
.bottom-cards{
    margin-top: 30px;
}
    
.aligment-top{
    margin-top: 30px;
}
    
.aligment-bottom{
    margin-bottom: 30px;
}
    
.grid-panel{
    padding: 0px;
    background: #FFF;
    height: 100%;
    padding: 50px 30px 60px 30px;
}
    
.about-info{
    margin-bottom: 30px;
}
    
.service-panel{
    height: 100%;
    padding: 40px 30px 40px 30px;
}
    
.service-panel:hover{
    height: 100%;
    margin-top: 0px;  
}
    
.bottom-services{
    margin-top: 0px;
}
    
.center-padding{
    margin: 25px 0px 25px 0px;
}
    
.error-page{
    height: 100%; 
}
    
.no-margin-top{
    margin-top: 60px;
}
    
.grid-box{
    overflow: hidden;
}
    
.grid-box:before{
    position: absolute;
    border: none;
}
    
.contact-left{
    margin-bottom: 30px;
}
    
}

@media (max-width:768px) { 
.top-header{
    display: none;
}
    
.container {
    max-width: 768px;
}
    
hr.top{
    display: none;
}
    
.carousel-caption h1{
    font-size: 30px;
}

.carousel-caption{
    top: 41%;
}
    
.pages-header{
    height: 300px; 
}
    
.section-header{
    height: 300px; 
}
    
.pages-title{
    padding-top: 170px;
}
    
.pages-title p{
    font-size: 18px;
    line-height: 1.4;
}
    
.parallax-content{
    position: absolute;
    top: 40%;
    left: 0%;
    right: 0%;
    transform: translate(0%, 0%);
    text-align: center;  
    padding: 0px 20px 0px 20px;
}
    
.responsive-box{
    margin-bottom: 30px;
}
      
.center-padding{
    margin: 0px;
}
    
.services-hover{
    margin: 20px 0px 20px 0px;
}
    
.first-service{
    margin-top: 0px;
}
    
.last-services{
    margin-bottom: 0px;
}
    
.error-page-title h1{
    font-size: 120px;
    line-height: 1;
}
    
.error-page-title h2{
    margin: 10px 0px 10px 0px;
}
    
}

@media (max-width:576px) { 
header, .carousel, .carousel-inner {
    height: 600px;
}
    
.carousel-caption h1{
    font-size: 25px;
}
   
.btn {
  padding: 4px 12px;
}
    
.bottom-cards{
    margin-top: 0px;
} 
    
.second-card{
    margin-top: 40px;
}   
    
.third-card{
    margin: 40px 0px 40px 0px;
}
    
.error-page-title h2{
    font-size: 1.5;
}
    
.error-page-title p{
    color: #FFF;
    line-height: 1.5;
}
    
.section-title{
    max-width: 90%;
}
    
.about-us h3{
    font-size: 20px;
}
    
.span-posts .caption p{
    line-height: 1.5;
}
    
figure.signature{
   width: 180px;
}
    
.parallax-caption{
    position: absolute;
    top: 35%;
    left: 0%;
    right: 0%;
    transform: translate(0%, 0%);
    text-align: center;  
    padding: 0px 30px 0px 30px;
    color: #FFF;
}   
   
}

@media (max-width:450px) {  
        
.inner-menu{
    height: 100%;
    border-bottom: dotted 2px #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
    
.plate-name{
    float: none;
}

.plate-price{
    float: none;
    text-align: left;
}
    
}
/* =========================================
   MENU - 3 IMAGES IN ONE ROW
========================================= */

.menu-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.menu-list > div {
    padding-left: 10px;
    padding-right: 10px;
}

.menu-image-box {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.menu-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .menu-list > div {
        width: 33.333333%;
    }

    .menu-image-box {
        border-radius: 6px;
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .menu-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .menu-list > div {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .menu-image-box {
        margin-bottom: 10px;
    }

}



/* =========================================================
   MISKUT — CINEMATIC PREMIUM HERO
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
    --miskut-brown: #A3633D;
    --miskut-dark: #211813;
    --miskut-cream: #f5eee5;
}


/* =========================================================
   CAROUSEL
========================================================= */

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--miskut-dark);
}

.carousel .carousel-inner {
    width: 100%;
}

.carousel .carousel-item {
    position: relative;
    min-height: 760px;
    overflow: hidden;
}


/* =========================================================
   IMAGE
========================================================= */

.carousel-img-1,
.carousel-img-2,
.carousel-img-3 {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    transform: scale(1);

    transition: transform 8s ease;
}

.carousel-item.active .carousel-img-1,
.carousel-item.active .carousel-img-2,
.carousel-item.active .carousel-img-3 {
    transform: scale(1.06);
}


/* =========================================================
   CINEMATIC OVERLAY
========================================================= */

.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(27, 19, 15, 0.72) 0%,
            rgba(27, 19, 15, 0.38) 50%,
            rgba(27, 19, 15, 0.52) 100%
        );
}


/* Subtle bottom fade */

.carousel-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    z-index: 1;

    background: linear-gradient(
        to top,
        rgba(20, 13, 10, 0.65),
        transparent
    );

    pointer-events: none;
}


/* =========================================================
   CAPTION
========================================================= */

.carousel .carousel-caption {
    position: absolute;
    z-index: 5;

    top: 60%;
    left: 50%;

    width: 90%;
    max-width: 900px;

    padding: 0;

    margin: 0;

    transform: translate(-50%, -50%);

    text-align: center;
}


/* =========================================================
   BRAND LABEL
========================================================= */

.carousel .carousel-caption::before {
    content: "MISКUT  •  BAR & DINING";

    display: block;

    margin-bottom: 30px;

    font-family: 'Open Sans', sans-serif;;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 5px;
    text-transform: uppercase;

    color: #e2b18d;
}


/* =========================================================
   TITLE
========================================================= */

.carousel .carousel-caption h1 {
    margin: 0;

    font-family: 'Athena', Georgia, serif;

    font-size: clamp(55px, 7vw, 100px);
    font-weight: 500;

    line-height: 1;

    letter-spacing: -2px;

    color: #fffaf5;

    text-shadow:
        0 5px 30px rgba(0, 0, 0, 0.3);
}


/* =========================================================
   SUBTITLE
========================================================= */

.carousel .carousel-caption h6 {
    position: relative;

    display: inline-block;

    margin: 32px 0 0;

    padding-top: 25px;

    font-family: 'Open Sans', sans-serif;;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.7;

    letter-spacing: 1px;

    color: rgba(255, 250, 245, 0.88);
}


/* Divider */

.carousel .carousel-caption h6::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 55px;
    height: 1px;

    transform: translateX(-50%);

    background: var(--miskut-brown);
}


/* =========================================================
   BUTTON AREA
========================================================= */

.carousel .slider-btn {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 12px;

    margin-top: 38px;
}

.carousel .slider-btn .inner-btn {
    display: inline-block;
}


/* =========================================================
   BUTTON
========================================================= */

.carousel .btn-custom {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 185px;
    height: 52px;

    padding: 0 28px;

    border: 1px solid var(--miskut-brown);

    border-radius: 0;

    background: var(--miskut-brown);

    font-family: 'Open Sans', sans-serif;;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 2px;

    color: #fff !important;

    transition: all 0.35s ease;
}

.carousel .btn-custom:hover {
    background: transparent;

    border-color: #f5eee5;

    color: #fff !important;

    transform: translateY(-2px);
}


/* =========================================================
   SLIDER ARROWS
========================================================= */

.carousel .carousel-control-prev,
.carousel .carousel-control-next {

    z-index: 10;

    top: 50%;
    bottom: auto;

    width: 52px;
    height: 52px;

    margin-top: -26px;

    border: 1px solid rgba(255,255,255,0.45);

    border-radius: 50%;

    background: rgba(25,18,14,0.18);

    opacity: 0.8;

    transition: all 0.3s ease;
}

.carousel .carousel-control-prev {
    left: 35px;
}

.carousel .carousel-control-next {
    right: 35px;
}

.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {

    background: var(--miskut-brown);

    border-color: var(--miskut-brown);

    opacity: 1;
}


/* =========================================================
   CUSTOM ARROWS
========================================================= */

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {

    width: 16px;
    height: 16px;

    background-image: none !important;
}

.carousel .carousel-control-prev-icon::before {
    content: "←";

    font-family: Arial, sans-serif;

    font-size: 18px;
    font-weight: 300;

    color: #fff;
}

.carousel .carousel-control-next-icon::before {
    content: "→";

    font-family: Arial, sans-serif;

    font-size: 18px;
    font-weight: 300;

    color: #fff;
}


/* =========================================================
   INDICATORS
========================================================= */

.carousel .carousel-indicators {

    position: absolute;

    z-index: 10;

    left: 50%;
    right: auto;

    bottom: 35px;

    width: auto;

    margin: 0;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;
}

.carousel .carousel-indicators li {

    width: 20px;
    height: 2px;

    margin: 0;

    border: 0;

    background: rgba(255,255,255,0.4);

    opacity: 1;

    transition: all 0.35s ease;
}

.carousel .carousel-indicators li.active {

    width: 50px;

    background: var(--miskut-brown);
}


/* =========================================================
   DESKTOP SLIDE NUMBER
========================================================= */

.carousel .carousel-indicators::before {

    content: none;

    margin-right: 14px;

    font-family: 'Open Sans', sans-serif;;

    font-size: 10px;

    letter-spacing: 2px;

    color: rgba(255,255,255,0.7);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .carousel .carousel-item {
        min-height: 680px;
    }

    .carousel .carousel-caption {
        max-width: 720px;
    }

    .carousel .carousel-caption h1 {
        font-size: 68px;
    }

    .carousel .carousel-control-prev {
        left: 20px;
    }

    .carousel .carousel-control-next {
        right: 20px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .carousel .carousel-item {
        min-height: 650px;
    }


    .carousel-item::before {

        background:
            linear-gradient(
                180deg,
                rgba(25,18,14,0.38),
                rgba(25,18,14,0.62)
            );
    }


    .carousel .carousel-caption {

        top: 55%;

        width: calc(100% - 45px);
    }


    .carousel .carousel-caption::before {

        margin-bottom: 22px;

        font-size: 8px;

        letter-spacing: 3px;
    }


    .carousel .carousel-caption h1 {

        font-size: 46px;

        line-height: 1.05;

        letter-spacing: -1px;
    }


    .carousel .carousel-caption h6 {

        margin-top: 25px;

        padding-top: 20px;

        max-width: 340px;

        font-size: 11px;

        line-height: 1.7;

        letter-spacing: 0.5px;
    }


    .carousel .slider-btn {

        margin-top: 30px;
    }


    .carousel .btn-custom {

        min-width: 170px;

        height: 48px;

        padding: 0 20px;

        font-size: 9px;
    }


    /* Smaller arrows */

    .carousel .carousel-control-prev,
    .carousel .carousel-control-next {

        width: 40px;
        height: 40px;

        margin-top: -20px;
    }

    .carousel .carousel-control-prev {
        left: 12px;
    }

    .carousel .carousel-control-next {
        right: 12px;
    }


    /* Indicators */

    .carousel .carousel-indicators {

        bottom: 22px;
    }

    .carousel .carousel-indicators::before {
        display: none;
    }
}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 480px) {

    .carousel .carousel-item {
        min-height: 600px;
    }

    .carousel .carousel-caption {
        width: calc(100% - 35px);
    }

    .carousel .carousel-caption h1 {
        font-size: 39px;
    }

    .carousel .carousel-caption h6 {
        font-size: 10px;
    }

    .carousel .carousel-caption::before {
        font-size: 7px;
        letter-spacing: 2.5px;
    }

    .carousel .slider-btn {
        margin-top: 25px;
    }
}

/* =========================================================
   MISKUT - WELCOME + EXPERIENCE SECTION
   BRAND STYLE
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
    --miskut-brown: #A3633D;
    --miskut-brown-dark: #8F5433;
    --miskut-brown-light: #B87550;

    --miskut-cream: #F4EEE6;
    --miskut-cream-light: #EBE6E0;

    --miskut-heading: #3A2A22;
    --miskut-text: #65564D;
    --miskut-border: rgba(169, 99, 61, 0.25);
}


/* =========================================================
   WELCOME SECTION
   ========================================================= */

.restaurant-welcome {

    position: relative;

    padding: 80px 50px 80px 0;

    background: transparent;
}


/* Small heading */

.restaurant-welcome h5 {

    position: relative;

    display: flex;

    align-items: center;

    margin: 0 0 20px;

    font-family: 'Open Sans', sans-serif;;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 3px;

    line-height: 1.4;

    text-transform: uppercase;

    color: var(--miskut-brown);
}


/* Line before small heading */




/* Main heading */

.restaurant-welcome h1 {

    margin: 0;

    font-family: 'Athena', Georgia, serif;

    font-size: 58px;

    font-weight: 600;

    line-height: 1.08;

    letter-spacing: -1px;

    color: var(--miskut-heading);
}


/* Divider */

.restaurant-welcome hr.short {

    width: 55px;

    height: 2px;

    margin: 27px 0 28px;

    border: 0;

    background: var(--miskut-brown);
}


/* Paragraph */

.restaurant-welcome p {

    max-width: 520px;

    margin: 0 0 17px;

    font-family: 'Open Sans', sans-serif;;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.9;

    color: var(--miskut-text);
}


/* Button container */

.restaurant-welcome .btn-box {

    margin-top: 30px;
}


/* Explore menu button */

.restaurant-welcome .btn-custom {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 175px;

    height: 50px;

    padding: 0 25px;

    border: 1px solid var(--miskut-brown);

    border-radius: 0;

    background: var(--miskut-brown);

    font-family: 'Open Sans', sans-serif;;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #fff !important;

    transition: all .35s ease;
}


.restaurant-welcome .btn-custom:hover {

    background: var(--miskut-brown-dark);

    border-color: var(--miskut-brown-dark);

    color: #fff !important;

    transform: translateY(-2px);
}


/* =========================================================
   WELCOME IMAGE AREA
   ========================================================= */

.restaurant-welcome + * {
    position: relative;
}


/* Image figure */

.img-bars {

    position: relative;

    width: 100%;

    height: 440px;

    margin: 0;

    overflow: hidden;

    background: #ded3c8;
}


/* First image slightly lower */

.col-lg-6 .row > .col-sm-6:first-child .img-bars {

    height: 475px;

    margin-top: 40px;
}


/* Second image */

.col-lg-6 .row > .col-sm-6:last-child .img-bars {

    height: 410px;

    margin-top: 0;
}


/* Images */

.img-bars img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform .8s cubic-bezier(.2,.6,.2,1);
}


/* Image hover */

.img-bars:hover img {

    transform: scale(1.06);
}


/* Elegant image frame */

.img-bars::after {

    content: "";

    position: absolute;

    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;

    border: 1px solid rgba(255,255,255,.55);

    opacity: 0;

    transition: opacity .4s ease;

    pointer-events: none;
}


.img-bars:hover::after {

    opacity: 1;
}


/* =========================================================
   THREE EXPERIENCE BOXES
   ========================================================= */

.front-boxes {

    position: relative;

    width: 100%;

    max-width: 100%;

    margin: 0;

    padding: 85px 15px;

    background: var(--miskut-brown);

    overflow: hidden;
}


/* Decorative circle */

.front-boxes::before {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    top: -250px;

    left: -250px;

    border: 1px solid rgba(255,255,255,.13);

    border-radius: 50%;

    pointer-events: none;
}


/* Decorative circle */

.front-boxes::after {

    content: "";

    position: absolute;

    width: 380px;

    height: 380px;

    right: -220px;

    bottom: -220px;

    border: 1px solid rgba(255,255,255,.13);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   EXPERIENCE ROW
   ========================================================= */

.front-boxes > .row {

    position: relative;

    z-index: 2;

    max-width: 1200px;

    margin: 0 auto;

    display: flex;

    align-items: stretch;
}


/* Bootstrap columns */

.front-boxes > .row > .col-lg-4 {

    padding: 0;
}


/* =========================================================
   EXPERIENCE CARD
   ========================================================= */

.front-boxes .shadow-box {

    position: relative;

    height: 100%;

    min-height: 350px;

    padding: 45px 38px 40px;

    background: var(--miskut-cream);

    border: none;

    border-radius: 0;

    text-align: center;

    overflow: hidden;

    box-shadow: none;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        background .4s ease;
}


/* Card hover */

.front-boxes .shadow-box:hover {

    transform: translateY(-8px);

    background: var(--miskut-cream-light);

    box-shadow:
        0 25px 55px rgba(45, 24, 14, .22);
}


/* Top accent line */

.front-boxes .shadow-box::before {

    content: "";

    position: absolute;

    top: 0;

    left: 50%;

    width: 0;

    height: 3px;

    transform: translateX(-50%);

    background: var(--miskut-brown);

    transition: width .4s ease;
}


.front-boxes .shadow-box:hover::before {

    width: 100%;
}


/* =========================================================
   ICON
   ========================================================= */

.front-boxes figure[class*="icon-"] {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 70px;

    height: 70px;

    margin: 0 auto 27px;

    border: 1px solid var(--miskut-border);

    border-radius: 50%;

    background: transparent;

    transition: all .35s ease;
}


/* Simple decorative icon */

.front-boxes figure[class*="icon-"]::after {

    content: "";

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: var(--miskut-brown);

    box-shadow:
        0 -18px 0 rgba(169,99,61,.25),
        0 18px 0 rgba(169,99,61,.25);

    transition: all .35s ease;
}


/* Hover icon */

.front-boxes .shadow-box:hover figure[class*="icon-"] {

    background: var(--miskut-brown);

    border-color: var(--miskut-brown);

    transform: translateY(-4px);
}


.front-boxes .shadow-box:hover figure[class*="icon-"]::after {

    background: #fff;

    box-shadow:
        0 -18px 0 rgba(255,255,255,.30),
        0 18px 0 rgba(255,255,255,.30);
}


/* =========================================================
   CARD HEADING
   ========================================================= */

.front-boxes .figure-caption h5 {

    margin: 0 0 17px;

    font-family: 'Athena', Georgia, serif;

    font-size: 26px;

    font-weight: 600;

    line-height: 1.25;

    color: var(--miskut-heading);
}


/* Small line below heading */

.front-boxes .figure-caption h5::after {

    content: "";

    display: block;

    width: 30px;

    height: 1px;

    margin: 13px auto 0;

    background: var(--miskut-brown);

    transition: width .35s ease;
}


.front-boxes .shadow-box:hover h5::after {

    width: 52px;
}


/* =========================================================
   CARD TEXT
   ========================================================= */

.front-boxes .figure-caption > p {

    max-width: 315px;

    min-height: 82px;

    margin: 0 auto;

    font-family: 'Open Sans', sans-serif;;

    font-size: 13px;

    font-weight: 400;

    line-height: 1.85;

    color: var(--miskut-text);
}


/* =========================================================
   CARD BUTTON
   ========================================================= */

.front-boxes .btn-panel {

    margin-top: 25px;
}


.front-boxes .btn-panel p {

    margin: 0;
}


.front-boxes .btn-custom {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 155px;

    height: 45px;

    padding: 0 20px;

    border: 1px solid var(--miskut-brown);

    border-radius: 0;

    background: transparent;

    font-family: 'Open Sans', sans-serif;;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;

    color: var(--miskut-brown) !important;

    transition: all .35s ease;
}


.front-boxes .btn-custom:hover {

    background: var(--miskut-brown);

    border-color: var(--miskut-brown);

    color: #fff !important;

    transform: translateY(-2px);
}


/* =========================================================
   CENTER CARD
   ========================================================= */

.front-boxes .center-box-2 {

    position: relative;

    z-index: 5;
}


.front-boxes .center-box-2 .shadow-box {

    min-height: 380px;

    transform: translateY(-15px);

    box-shadow:
        0 18px 45px rgba(45, 24, 14, .18);
}


.front-boxes .center-box-2 .shadow-box:hover {

    transform: translateY(-23px);
}


/* =========================================================
   CARD SEPARATORS
   ========================================================= */

.front-boxes > .row > .col-lg-4 + .col-lg-4 {

    position: relative;
}


/* White separator */

.front-boxes > .row > .col-lg-4 + .col-lg-4::before {

    content: "";

    position: absolute;

    z-index: 10;

    left: 0;

    top: 15%;

    width: 1px;

    height: 70%;

    background: rgba(255,255,255,.35);
}


/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1199px) {

    .restaurant-welcome {

        padding-right: 25px;
    }

    .restaurant-welcome h1 {

        font-size: 52px;
    }

    .img-bars {

        height: 400px;
    }

    .col-lg-6 .row > .col-sm-6:first-child .img-bars {

        height: 430px;
    }

    .col-lg-6 .row > .col-sm-6:last-child .img-bars {

        height: 370px;
    }

    .front-boxes .shadow-box {

        padding-left: 25px;

        padding-right: 25px;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    /* -----------------------------
       WELCOME
    ----------------------------- */

    .restaurant-welcome {

        padding: 60px 0 45px;
    }

    .restaurant-welcome h1 {

        font-size: 48px;
    }

    .restaurant-welcome p {

        max-width: 100%;
    }


    /* -----------------------------
       IMAGES
    ----------------------------- */

    .col-lg-6 .row > .col-sm-6:first-child .img-bars {

        height: 400px;

        margin-top: 25px;
    }

    .col-lg-6 .row > .col-sm-6:last-child .img-bars {

        height: 350px;
    }


    /* -----------------------------
       EXPERIENCE
    ----------------------------- */

    .front-boxes {

        padding: 65px 15px;
    }

    .front-boxes .shadow-box {

        min-height: 370px;

        padding: 38px 20px;
    }

    .front-boxes .center-box-2 .shadow-box {

        min-height: 390px;
    }

    .front-boxes .figure-caption h5 {

        font-size: 22px;
    }

    .front-boxes .figure-caption > p {

        font-size: 12px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    /* =====================================================
       WELCOME
    ===================================================== */

    .restaurant-welcome {

        padding: 50px 5px 40px;

        text-align: center;
    }

    .restaurant-welcome h5 {

        justify-content: center;

        font-size: 9px;

        letter-spacing: 2.5px;
    }

    .restaurant-welcome h5::before {

        width: 25px;

        margin-right: 9px;
    }

    .restaurant-welcome h1 {

        font-size: 42px;

        line-height: 1.1;

        letter-spacing: -.5px;
    }

    .restaurant-welcome hr.short {

        margin: 23px auto;
    }

    .restaurant-welcome p {

        font-size: 13px;

        line-height: 1.8;
    }

    .restaurant-welcome .btn-box {

        margin-top: 25px;
    }


    /* =====================================================
       IMAGES
    ===================================================== */

    .col-lg-6 .row {

        margin-left: -6px;

        margin-right: -6px;
    }

    .col-lg-6 .row > .col-sm-6 {

        padding-left: 6px;

        padding-right: 6px;
    }

    .col-lg-6 .row > .col-sm-6:first-child .img-bars {

        height: 310px;

        margin-top: 15px;
    }

    .col-lg-6 .row > .col-sm-6:last-child .img-bars {

        height: 270px;

        margin-top: 0;
    }


    /* =====================================================
       EXPERIENCE
    ===================================================== */

    .front-boxes {

        padding: 50px 12px;
    }


    .front-boxes > .row {

        display: block;
    }


    .front-boxes > .row > .col-lg-4 {

        width: 100%;

        padding: 0;
    }


    /* Remove vertical separators */

    .front-boxes > .row > .col-lg-4 + .col-lg-4::before {

        display: none;
    }


    /* Cards */

    .front-boxes .shadow-box {

        min-height: auto;

        padding: 38px 25px 35px;

        margin-bottom: 20px;

        transform: none !important;
    }


    .front-boxes .center-box-2 .shadow-box {

        min-height: auto;

        transform: none !important;

        box-shadow: none;
    }


    .front-boxes .shadow-box:hover {

        transform: translateY(-5px) !important;
    }


    /* Mobile divider */

    .front-boxes > .row > .col-lg-4 + .col-lg-4::after {

        content: "";

        display: block;

        width: 45px;

        height: 1px;

        margin: 0 auto 20px;

        background: rgba(255,255,255,.5);
    }


    /* Icon */

    .front-boxes figure[class*="icon-"] {

        width: 65px;

        height: 65px;

        margin-bottom: 22px;
    }


    /* Heading */

    .front-boxes .figure-caption h5 {

        font-size: 24px;
    }


    /* Text */

    .front-boxes .figure-caption > p {

        max-width: 390px;

        min-height: auto;

        font-size: 13px;

        line-height: 1.8;
    }


    /* Button */

    .front-boxes .btn-panel {

        margin-top: 22px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .restaurant-welcome {

        padding: 42px 5px 35px;
    }

    .restaurant-welcome h1 {

        font-size: 36px;
    }

    .restaurant-welcome p {

        font-size: 12.5px;
    }


    /* Images */

    .col-lg-6 .row > .col-sm-6:first-child .img-bars {

        height: 275px;
    }

    .col-lg-6 .row > .col-sm-6:last-child .img-bars {

        height: 235px;
    }


    /* Experience */

    .front-boxes {

        padding: 42px 10px;
    }

    .front-boxes .shadow-box {

        padding: 35px 20px 32px;
    }

    .front-boxes .figure-caption h5 {

        font-size: 22px;
    }

    .front-boxes .figure-caption > p {

        font-size: 12px;

        line-height: 1.75;
    }

    .front-boxes .btn-custom {

        min-width: 150px;

        height: 43px;

        font-size: 8px;

        letter-spacing: 1.5px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 360px) {

    .restaurant-welcome h1 {

        font-size: 32px;
    }

    .restaurant-welcome p {

        font-size: 11.5px;
    }

    .front-boxes .figure-caption h5 {

        font-size: 20px;
    }

}

/* ============================================================
   MISKUT - MENU + EXPERIENCE
   COMPLETE RESPONSIVE CSS
   ============================================================ */


/* ============================================================
   BRAND VARIABLES
   ============================================================ */

:root {
    --miskut-brown: #A3633D;
    --miskut-brown-dark: #8D5032;
    --miskut-brown-light: #BC7955;

    --miskut-dark: #3A2A22;
    --miskut-text: #65564D;

    --miskut-cream: #F4EEE6;
    --miskut-light: #EBE6E0;

    --miskut-white: #FFFFFF;

    --miskut-border: rgba(58, 42, 34, 0.16);
}


/* ============================================================
   FONT
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');


/* ============================================================
   MAIN MENU SECTION
   ============================================================ */

/*
   This targets the container containing:

   From the Miskut Kitchen
   STARTERS / MAINS / SPECIALITIES
*/

.portfolio-items.menu-list {
    margin-top: 35px;
}


/* ============================================================
   SECTION TITLE
   ============================================================ */

.section-title {
    position: relative;

    max-width: 760px;

    margin: 0 auto 40px;

    text-align: center;
}


/* Small decorative line */

.section-title::before {
    content: "";

    display: block;

    width: 45px;
    height: 2px;

    margin: 0 auto 20px;

    background: var(--miskut-brown);
}


/* Heading */

.section-title h2 {
    margin: 0 0 15px;

    font-family: 'Athena', Georgia, serif;

    font-size: 48px;

    font-weight: 600;

    line-height: 1.15;

    letter-spacing: -.5px;

    color: var(--miskut-dark);
}


/* Description */

.section-title p {
    max-width: 650px;

    margin: 0 auto;

    font-family: 'Open Sans', sans-serif;;

    font-size: 14px;

    line-height: 1.8;

    color: var(--miskut-text);
}


/* ============================================================
   MENU CATEGORY NAVIGATION
   ============================================================ */

.portfolio-filter.menu {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;

    margin: 0 0 45px;

    padding: 0;

    list-style: none;

    border: 0;
}


/* Remove Bootstrap default */

.portfolio-filter.menu li {
    float: none;

    margin: 0;

    padding: 0;

    list-style: none;
}


/* Category buttons */

.portfolio-filter.menu li a {
    display: flex;

    align-items: center;

    justify-content: center;

    min-width: 125px;

    height: 44px;

    padding: 0 22px;

    border: 1px solid var(--miskut-border);

    border-radius: 0;

    background: transparent;

    font-family: 'Open Sans', sans-serif;;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    line-height: 1;

    text-transform: uppercase;

    text-decoration: none;

    color: var(--miskut-dark);

    transition: all .3s ease;
}


/* Hover */

.portfolio-filter.menu li a:hover {
    background: var(--miskut-brown);

    border-color: var(--miskut-brown);

    color: #fff;
}


/* Active */

.portfolio-filter.menu li.active a,
.portfolio-filter.menu li a.active {
    background: var(--miskut-brown);

    border-color: var(--miskut-brown);

    color: #fff;
}


/* ============================================================
   MENU BOX
   ============================================================ */

.menu-box {
    position: relative;

    padding: 45px 50px;

    margin: 0 auto;

    max-width: 1100px;

    background: var(--miskut-cream);

    border: 1px solid rgba(58,42,34,.08);

    box-shadow:
        0 12px 35px rgba(58,42,34,.07);
}


/* Decorative top line */

.menu-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 80px;
    height: 3px;

    transform: translateX(-50%);

    background: var(--miskut-brown);
}


/* ============================================================
   MENU COLUMNS
   ============================================================ */

.menu-box > .row {
    display: flex;

    flex-wrap: wrap;

    margin-left: -25px;

    margin-right: -25px;
}


.menu-box > .row > .col-lg-6 {
    padding-left: 25px;

    padding-right: 25px;
}


/* Left column divider */

.menu-box > .row > .col-lg-6:first-child {
    border-right: 1px solid var(--miskut-border);
}


/* ============================================================
   MENU ITEM
   ============================================================ */

.inner-menu {
    position: relative;

    padding: 0 0 25px;

    margin: 0 0 25px;

    border-bottom: 1px dashed rgba(58,42,34,.20);
}


/* Remove border from final item */

.inner-menu:last-child {
    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: 0;
}


/* ============================================================
   PLATE NAME
   ============================================================ */

.plate-name {
    position: relative;
}


/* Dish name */

.plate-name h5 {
    position: relative;

    margin: 0 0 7px;

    padding-right: 20px;

    font-family: 'Athena', Georgia, serif;

    font-size: 21px;

    font-weight: 600;

    line-height: 1.3;

    color: var(--miskut-dark);

    transition: color .3s ease;
}


/* Dish name hover */

.inner-menu:hover .plate-name h5 {
    color: var(--miskut-brown);
}


/* Dish description */

.plate-name p {
    margin: 0;

    max-width: 470px;

    font-family: 'Open Sans', sans-serif;;

    font-size: 12.5px;

    font-weight: 400;

    line-height: 1.7;

    color: var(--miskut-text);
}


/* ============================================================
   MENU ITEM HOVER
   ============================================================ */

.inner-menu {
    transition:
        padding-left .3s ease;
}


.inner-menu:hover {
    padding-left: 8px;
}


/* Small accent */

.plate-name::before {
    content: "";

    position: absolute;

    left: -18px;

    top: 7px;

    width: 4px;

    height: 4px;

    border-radius: 50%;

    background: var(--miskut-brown);

    opacity: 0;

    transition: opacity .3s ease;
}


.inner-menu:hover .plate-name::before {
    opacity: 1;
}


/* ============================================================
   MENU FIGURE / PORTFOLIO ITEM
   ============================================================ */

.portfolio-item {
    margin-bottom: 0;
}


/* ============================================================
   EXPERIENCE SECTION
   ============================================================ */

/*
   HTML:
   .team-card
   .avatar
   .caption
*/

.team-card {
    position: relative;

    height: 100%;

    overflow: hidden;

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}


.team-card:hover {
    transform: translateY(-8px);

   
}


/* ============================================================
   EXPERIENCE IMAGE
   ============================================================ */

.team-card .avatar {
    position: relative;

    width: 100%;

    height: 295px;

    margin: 0;

    overflow: hidden;

}


/* Image */

.team-card .avatar img {
    display: block;

    width: 100%;


    object-fit: cover;

    transition:
        transform .7s cubic-bezier(.2,.6,.2,1);
}


.team-card:hover .avatar img {
}


/* Image overlay */

.team-card .avatar::after {
    content: "";

    position: absolute;

    inset: 0;

  
    opacity: 0;

    transition: opacity .4s ease;
}


.team-card:hover .avatar::after {
    opacity: 1;
}


/* ============================================================
   EXPERIENCE CAPTION
   ============================================================ */

.team-card .caption {
    padding: 25px 22px 28px;

    text-align: center;

}


/* Experience title */

.team-card .caption h5 {
    margin: 0 0 10px;

    font-family: 'Athena', Georgia, serif;

    font-size: 23px;

    font-weight: 600;

    line-height: 1.25;

    color: var(--miskut-dark);
}


/* Small line */

.team-card .caption h5::after {
    content: "";

    display: block;

    width: 28px;
    height: 1px;

    margin: 12px auto 0;

    background: var(--miskut-brown);

    transition: width .3s ease;
}


.team-card:hover .caption h5::after {
    width: 48px;
}


/* Description */

.team-card .caption p {
    max-width: 260px;

    margin: 0 auto;

    font-family: 'Open Sans', sans-serif;;

    font-size: 12.5px;

    line-height: 1.75;

    color: var(--miskut-text);
}


/* ============================================================
   EXPERIENCE ROW
   ============================================================ */

.team-card + * {
    box-sizing: border-box;
}


/* ============================================================
   DESKTOP
   1200px+
   ============================================================ */

@media (min-width: 1200px) {

    .section-title {
        margin-top: 20px;

        margin-bottom: 45px;
    }


    .section-title h2 {
        font-size: 52px;
    }


    .portfolio-filter.menu {
        margin-bottom: 50px;
    }


    .menu-box {
        padding: 50px 60px;
    }


    .team-card .avatar {
    }

}


/* ============================================================
   1024px
   ============================================================ */

@media (max-width: 1199px) and (min-width: 992px) {

    .section-title {
        max-width: 700px;

        margin-bottom: 35px;
    }


    .section-title h2 {
        font-size: 44px;
    }


    .section-title p {
        font-size: 13px;
    }


    .portfolio-filter.menu {
        margin-bottom: 35px;
    }


    .menu-box {
        padding: 40px 35px;
    }


    .menu-box > .row {
        margin-left: -18px;

        margin-right: -18px;
    }


    .menu-box > .row > .col-lg-6 {
        padding-left: 18px;

        padding-right: 18px;
    }


    .plate-name h5 {
        font-size: 19px;
    }


    .plate-name p {
        font-size: 12px;
    }


    .team-card .avatar {
    }


    .team-card .caption {
        padding: 22px 15px 25px;
    }


    .team-card .caption h5 {
        font-size: 20px;
    }


    .team-card .caption p {
        font-size: 11.5px;
    }

}


/* ============================================================
   TABLET
   991px
   ============================================================ */

@media (max-width: 991px) {

    .section-title {
        max-width: 650px;

        margin-bottom: 32px;
    }


    .section-title h2 {
        font-size: 42px;
    }


    .portfolio-filter.menu {
        margin-bottom: 35px;

        gap: 8px;
    }


    .portfolio-filter.menu li a {
        min-width: 115px;

        height: 42px;

        padding: 0 18px;

        font-size: 9px;
    }


    /* Menu */

    .menu-box {
        padding: 38px 30px;
    }


    .menu-box > .row {
        margin-left: -15px;

        margin-right: -15px;
    }


    .menu-box > .row > .col-lg-6 {
        padding-left: 15px;

        padding-right: 15px;
    }


    .plate-name h5 {
        font-size: 19px;
    }


    .plate-name p {
        font-size: 11.5px;
    }


    /* Experience */

    .team-card .avatar {
    }


    .team-card .caption {
        padding: 20px 14px 24px;
    }


    .team-card .caption h5 {
        font-size: 19px;
    }


    .team-card .caption p {
        font-size: 11px;
    }

}


/* ============================================================
   768px
   ============================================================ */

@media (max-width: 767px) {

    /* --------------------------------------------------------
       SECTION TITLE
       -------------------------------------------------------- */

    .section-title {
        max-width: 95%;

        margin-bottom: 30px;
    }


    .section-title::before {
        width: 35px;

        margin-bottom: 15px;
    }


    .section-title h2 {
        font-size: 36px;

        line-height: 1.15;
    }


    .section-title p {
        font-size: 12.5px;

        line-height: 1.75;
    }


    /* --------------------------------------------------------
       FILTER
       -------------------------------------------------------- */

    .portfolio-filter.menu {
        gap: 6px;

        margin-bottom: 30px;
    }


    .portfolio-filter.menu li a {
        min-width: auto;

        height: 40px;

        padding: 0 16px;

        font-size: 8px;

        letter-spacing: 1.5px;
    }


    /* --------------------------------------------------------
       MENU BOX
       -------------------------------------------------------- */

    .menu-box {
        padding: 35px 25px;
    }


    .menu-box > .row {
        display: block;

        margin: 0;
    }


    .menu-box > .row > .col-lg-6 {
        width: 100%;

        padding: 0;
    }


    /* Remove desktop divider */

    .menu-box > .row > .col-lg-6:first-child {
        border-right: 0;

        border-bottom: 1px solid var(--miskut-border);

        padding-bottom: 10px;

        margin-bottom: 25px;
    }


    .inner-menu {
        padding-bottom: 20px;

        margin-bottom: 20px;
    }


    .inner-menu:hover {
        padding-left: 0;
    }


    .plate-name::before {
        display: none;
    }


    .plate-name h5 {
        font-size: 20px;

        margin-bottom: 6px;
    }


    .plate-name p {
        max-width: 100%;

        font-size: 12px;

        line-height: 1.7;
    }


    /* --------------------------------------------------------
       EXPERIENCE
       -------------------------------------------------------- */

    .team-card {
        margin-bottom: 25px;
    }


    .team-card .avatar {
    }


    .team-card .caption {
        padding: 23px 20px 27px;
    }


    .team-card .caption h5 {
        font-size: 23px;
    }


    .team-card .caption p {
        max-width: 400px;

        font-size: 12.5px;
    }

}


/* ============================================================
   480px
   ============================================================ */

@media (max-width: 480px) {

    /* --------------------------------------------------------
       SECTION TITLE
       -------------------------------------------------------- */

    .section-title {
        margin-bottom: 25px;
    }


    .section-title::before {
        width: 30px;

        height: 1px;

        margin-bottom: 13px;
    }


    .section-title h2 {
        font-size: 31px;

        letter-spacing: -.3px;
    }


    .section-title p {
        font-size: 12px;

        line-height: 1.7;
    }


    /* --------------------------------------------------------
       CATEGORY BUTTONS
       -------------------------------------------------------- */

    .portfolio-filter.menu {
        flex-wrap: nowrap;

        width: 100%;

        gap: 5px;

        margin-bottom: 25px;
    }


    .portfolio-filter.menu li {
        flex: 1;
    }


    .portfolio-filter.menu li a {
        width: 100%;

        min-width: 0;

        height: 38px;

        padding: 0 5px;

        font-size: 7px;

        letter-spacing: 1px;
    }


    /* --------------------------------------------------------
       MENU BOX
       -------------------------------------------------------- */

    .menu-box {
        padding: 30px 20px;
    }


    .menu-box::before {
        width: 55px;

        height: 2px;
    }


    .inner-menu {
        padding-bottom: 17px;

        margin-bottom: 17px;
    }


    .plate-name h5 {
        font-size: 18px;

        line-height: 1.3;
    }


    .plate-name p {
        font-size: 11.5px;

        line-height: 1.65;
    }


    /* --------------------------------------------------------
       EXPERIENCE
       -------------------------------------------------------- */

    .team-card {
        margin-bottom: 20px;
    }


    .team-card .avatar {
    }


    .team-card .caption {
        padding: 20px 17px 24px;
    }


    .team-card .caption h5 {
        font-size: 21px;
    }


    .team-card .caption p {
        font-size: 11.5px;

        line-height: 1.7;
    }

}


/* ============================================================
   375px
   ============================================================ */

@media (max-width: 375px) {

    /* --------------------------------------------------------
       TITLE
       -------------------------------------------------------- */

    .section-title h2 {
        font-size: 28px;
    }


    .section-title p {
        font-size: 11.5px;
    }


    /* --------------------------------------------------------
       FILTER
       -------------------------------------------------------- */

    .portfolio-filter.menu {
        gap: 4px;
    }


    .portfolio-filter.menu li a {
        height: 36px;

        padding: 0 3px;

        font-size: 6.5px;

        letter-spacing: .7px;
    }


    /* --------------------------------------------------------
       MENU
       -------------------------------------------------------- */

    .menu-box {
        padding: 25px 16px;
    }


    .plate-name h5 {
        font-size: 17px;
    }


    .plate-name p {
        font-size: 11px;

        line-height: 1.6;
    }


    /* --------------------------------------------------------
       EXPERIENCE
       -------------------------------------------------------- */

    .team-card .avatar {
    }


    .team-card .caption {
        padding: 18px 15px 22px;
    }


    .team-card .caption h5 {
        font-size: 20px;
    }


    .team-card .caption p {
        font-size: 11px;
    }

}


/* ============================================================
   EXTRA SMALL - 320px
   ============================================================ */

@media (max-width: 320px) {

    .section-title h2 {
        font-size: 25px;
    }


    .portfolio-filter.menu li a {
        font-size: 6px;

        letter-spacing: .4px;
    }


    .menu-box {
        padding: 22px 13px;
    }


    .plate-name h5 {
        font-size: 16px;
    }


    .plate-name p {
        font-size: 10.5px;
    }


    .team-card .avatar {
    }


    .team-card .caption h5 {
        font-size: 18px;
    }

}

/* ============================================================
   MISKUT - REMOVE ALL CARD / BOX STYLING
   ============================================================ */

/* Main card wrapper */
.team-section .team-card,
.team-section .team-card *,
.team-section .team-member,
.team-section .team-member * {
    box-sizing: border-box;
}


/* ============================================================
   REMOVE OUTER CARD
   ============================================================ */

.team-section .team-card,
.team-section .team-member {
    background: transparent !important;
    background-color: transparent !important;

    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;

    border-radius: 0 !important;

    box-shadow: none !important;

    outline: none !important;

    padding: 0 !important;
    margin: 0 !important;

    min-height: 0 !important;
    height: auto !important;

    overflow: visible !important;
}


/* ============================================================
   REMOVE IMAGE BACKGROUND BOX
   ============================================================ */

.team-section .avatar,
.team-section .team-card .avatar,
.team-section .team-member .avatar,
.team-section figure.avatar {
    background: transparent !important;
    background-color: transparent !important;

    border: none !important;
    box-shadow: none !important;
    outline: none !important;

    border-radius: 0 !important;

    padding: 0 !important;

    margin: 0 auto !important;

    width: 100% !important;

    height: 250px !important;

    min-height: 0 !important;

    overflow: visible !important;
}


/* ============================================================
   REMOVE ANY PSEUDO-ELEMENT BACKGROUND
   ============================================================ */

.team-section .avatar::before,
.team-section .avatar::after,
.team-section .team-card::before,
.team-section .team-card::after,
.team-section .team-member::before,
.team-section .team-member::after {
    display: none !important;

    content: none !important;

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;
}


/* ============================================================
   IMAGE
   ============================================================ */

.team-section .avatar img,
.team-section .team-card .avatar img,
.team-section .team-member .avatar img {
    display: block !important;

    width: 235px !important;
    height: 235px !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 auto !important;
    padding: 0 !important;

    object-fit: cover !important;

    border-radius: 50% !important;

    border: none !important;

    box-shadow: none !important;

    background: transparent !important;

    outline: none !important;
}


/* ============================================================
   REMOVE CAPTION BOX
   ============================================================ */

.team-section .caption,
.team-section .team-card .caption,
.team-section .team-member .caption {
    display: block !important;

    width: 100% !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;

    padding: 22px 10px 0 !important;

    background: transparent !important;
    background-color: transparent !important;

    border: none !important;
    border-top: none !important;
    border-bottom: none !important;

    border-radius: 0 !important;

    box-shadow: none !important;

    outline: none !important;
}


/* ============================================================
   REMOVE BACKGROUND FROM ALL CAPTION CHILDREN
   ============================================================ */

.team-section .caption > *,
.team-section .caption h5,
.team-section .caption p {
    background: transparent !important;
    background-color: transparent !important;

    border: none !important;

    box-shadow: none !important;
}


/* ============================================================
   TITLE
   ============================================================ */

.team-section .caption h5 {
    margin: 0 !important;

    padding: 0 !important;

    font-family: "Playfair Display", Georgia, serif !important;

    font-size: 25px !important;

    font-weight: 600 !important;

    line-height: 1.25 !important;

    text-align: center !important;

    color: #3A2A22 !important;
}


/* ============================================================
   DECORATIVE LINE
   ============================================================ */

.team-section .caption h5::after {
    content: "" !important;

    display: block !important;

    width: 34px !important;
    height: 2px !important;

    margin: 14px auto !important;

    background: #A3633D !important;
}


/* ============================================================
   DESCRIPTION
   ============================================================ */

.team-section .caption p {
    max-width: 260px !important;

    margin: 0 auto !important;

    padding: 0 !important;

    font-family: Arial, sans-serif !important;

    font-size: 13px !important;

    line-height: 1.7 !important;

    text-align: center !important;

    color: #68584F !important;
}


/* ============================================================
   COLUMN
   ============================================================ */

.team-section .col-lg-3,
.team-section .col-md-6,
.team-section .col-sm-6 {
    position: relative;

    padding-left: 15px !important;
    padding-right: 15px !important;

    background: transparent !important;
    background-color: transparent !important;

    border: none !important;

    box-shadow: none !important;
}


/* ============================================================
   REMOVE COLUMN PSEUDO ELEMENTS
   ============================================================ */

.team-section .col-lg-3::before,
.team-section .col-lg-3::after,
.team-section .col-md-6::before,
.team-section .col-md-6::after,
.team-section .col-sm-6::before,
.team-section .col-sm-6::after {
    background: transparent !important;

    border: none !important;

    box-shadow: none !important;
}


/* ============================================================
   HOVER - NO CARD EFFECT
   ============================================================ */

.team-section .team-card:hover,
.team-section .team-member:hover {
    background: transparent !important;

    box-shadow: none !important;

    transform: none !important;
}

.team-section .team-card:hover .caption,
.team-section .team-member:hover .caption {
    background: transparent !important;

    box-shadow: none !important;
}


/* ============================================================
   1024px
   ============================================================ */

@media (max-width: 1199px) and (min-width: 992px) {

    .team-section .avatar {
        height: 215px !important;
    }

    .team-section .avatar img {
        width: 195px !important;
        height: 195px !important;
    }

    .team-section .caption {
        padding-top: 20px !important;
    }

    .team-section .caption h5 {
        font-size: 21px !important;
    }

    .team-section .caption p {
        font-size: 12px !important;
    }
}


/* ============================================================
   TABLET - 768px
   ============================================================ */

@media (max-width: 991px) and (min-width: 768px) {

    .team-section .col-md-6 {
        margin-bottom: 40px;
    }

    .team-section .avatar {
        height: 225px !important;
    }

    .team-section .avatar img {
        width: 205px !important;
        height: 205px !important;
    }

    .team-section .caption {
        padding-top: 18px !important;
    }

    .team-section .caption h5 {
        font-size: 22px !important;
    }

    .team-section .caption p {
        font-size: 12px !important;
    }
}


/* ============================================================
   MOBILE - 767px
   ============================================================ */

@media (max-width: 767px) {

    .team-section .col-sm-6 {
        width: 50%;

        margin-bottom: 40px;

        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .team-section .avatar {
        height: 195px !important;
    }

    .team-section .avatar img {
        width: 175px !important;
        height: 175px !important;
    }

    .team-section .caption {
        padding-top: 17px !important;
    }

    .team-section .caption h5 {
        font-size: 20px !important;
    }

    .team-section .caption p {
        font-size: 11.5px !important;
    }
}


/* ============================================================
   480px
   ============================================================ */

@media (max-width: 480px) {

    .team-section .col-sm-6 {
        width: 100%;

        margin-bottom: 45px;
    }

    .team-section .avatar {
        height: 230px !important;
    }

    .team-section .avatar img {
        width: 205px !important;
        height: 205px !important;
    }

    .team-section .caption {
        padding-top: 18px !important;
    }

    .team-section .caption h5 {
        font-size: 23px !important;
    }

    .team-section .caption p {
        max-width: 320px !important;

        font-size: 12px !important;
    }
}


/* ============================================================
   375px
   ============================================================ */

@media (max-width: 375px) {

    .team-section .avatar {
        height: 210px !important;
    }

    .team-section .avatar img {
        width: 185px !important;
        height: 185px !important;
    }

    .team-section .caption {
        padding-top: 16px !important;
    }

    .team-section .caption h5 {
        font-size: 21px !important;
    }

    .team-section .caption p {
        font-size: 11.5px !important;
    }
}

/* =========================================================
   MISKUT TESTIMONIALS
   Clean Editorial Style
   ========================================================= */

#testimonials-box {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 45px;
}


/* =========================================================
   OWL ITEM
   ========================================================= */

#testimonials-box .item {
    padding: 15px 20px;
}


/* =========================================================
   TESTIMONIAL CONTENT
   ========================================================= */

#testimonials-box .box-effect {
    position: relative;

    max-width: 700px;

    margin: 0 auto;

    padding: 15px 35px 25px;

    text-align: center;

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;

    border-radius: 0 !important;
}


/* Remove template pseudo elements */
#testimonials-box .box-effect::before,
#testimonials-box .box-effect::after {
    display: none !important;

    content: none !important;
}


/* =========================================================
   TESTIMONIAL IMAGE
   ========================================================= */

#testimonials-box .img-circle {
    display: block;

    width: 78px !important;
    height: 78px !important;

    margin: 0 auto 18px;

    object-fit: cover;

    border-radius: 50% !important;

    border: 3px solid #A3633D;

    padding: 3px;

    background: transparent;

    box-shadow: none !important;
}


/* =========================================================
   AUTHOR
   ========================================================= */

#testimonials-box .author {
    margin: 0 0 14px;

    font-family: 'Athena', Georgia, serif;

    font-size: 23px;

    font-weight: 600;

    line-height: 1.3;

    color: #3A2A22;

    text-transform: none;
}


/* Small decorative line */
#testimonials-box .author::after {
    content: "";

    display: block;

    width: ;
    height: 2px;

    margin: 12px auto 0;

    background: #A3633D;
}


/* =========================================================
   REVIEW TEXT
   ========================================================= */

#testimonials-box .box-effect p {
    max-width: 600px;

    margin: 18px auto 18px;

    font-family: 'Open Sans', sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.8;

    color: #68584F;

    text-align: center;
}


/* =========================================================
   QUOTE MARK
   ========================================================= */

#testimonials-box .box-effect::before {
    display: block !important;

    content: "“" !important;

    position: absolute;

    top: -15px;
    left: 50%;

    transform: translateX(-50%);

    font-family: Georgia, serif;

    font-size: 65px;

    line-height: 1;

    color: rgba(169, 99, 61, .18);
}


/* =========================================================
   RATING
   ========================================================= */

#testimonials-box .rating-box {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 4px;

    margin-top: 12px;

    padding: 0;

    background: transparent !important;

    border: none !important;

    box-shadow: none !important;
}


#testimonials-box .inner-stars {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: auto;
    height: auto;

    margin: 0;
    padding: 0;

    background: transparent !important;

    border: none !important;
}


#testimonials-box .inner-stars i {
    font-size: 12px;

    color: #A3633D;

    line-height: 1;
}


/* =========================================================
   SECTION TITLE
   ========================================================= */

.testimonials .section-title,
#testimonials-box + .section-title {
    text-align: center;
}


.section-title h2 {
    font-family: 'Athena', Georgia, serif;

    font-size: 42px;

    font-weight: 600;

    color: #3A2A22;
}


/* =========================================================
   OWL DOTS
   ========================================================= */

#testimonials-box .owl-dots {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 7px;

    margin-top: 20px;
}


#testimonials-box .owl-dot {
    width: 7px;
    height: 7px;

    margin: 0 !important;
    padding: 0 !important;

    border: none !important;

    border-radius: 50%;

    background: #CDB9AA !important;
}


#testimonials-box .owl-dot.active {
    width: 20px;

    border-radius: 10px;

    background: #A3633D !important;
}


/* =========================================================
   OWL NAVIGATION
   ========================================================= */

#testimonials-box .owl-nav {
    margin: 0;
}


#testimonials-box .owl-prev,
#testimonials-box .owl-next {
    position: absolute;

    top: 50%;

    width: 38px;
    height: 38px;

    margin: 0 !important;

    transform: translateY(-50%);

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(169, 99, 61, .35) !important;

    border-radius: 50% !important;

    background: transparent !important;

    color: #A3633D !important;

    font-size: 20px !important;

    transition: all .3s ease;
}


#testimonials-box .owl-prev {
    left: 0;
}


#testimonials-box .owl-next {
    right: 0;
}


#testimonials-box .owl-prev:hover,
#testimonials-box .owl-next:hover {
    background: #A3633D !important;

    color: #fff !important;

    border-color: #A3633D !important;
}


/* =========================================================
   1024px
   ========================================================= */

@media (max-width: 1199px) {

    #testimonials-box .box-effect {
        max-width: 620px;

        padding-left: 45px;
        padding-right: 45px;
    }

}


/* =========================================================
   TABLET - 768px
   ========================================================= */

@media (max-width: 991px) {

    #testimonials-box {
        padding-bottom: 40px;
    }

    #testimonials-box .item {
        padding: 10px 35px;
    }

    #testimonials-box .box-effect {
        padding-left: 25px;
        padding-right: 25px;
    }

    #testimonials-box .author {
        font-size: 21px;
    }

    #testimonials-box .box-effect p {
        font-size: 13px;
    }

    #testimonials-box .owl-prev {
        left: 5px;
    }

    #testimonials-box .owl-next {
        right: 5px;
    }

}


/* =========================================================
   MOBILE - 480px
   ========================================================= */

@media (max-width: 480px) {

    #testimonials-box {
        padding-bottom: 35px;
    }

    #testimonials-box .item {
        padding: 5px 30px;
    }

    #testimonials-box .box-effect {
        padding: 10px 15px 20px;
    }

    #testimonials-box .img-circle {
        width: 68px !important;
        height: 68px !important;

        margin-bottom: 15px;
    }

    #testimonials-box .author {
        font-size: 20px;
    }

    #testimonials-box .box-effect p {
        font-size: 12px;

        line-height: 1.75;
    }

    #testimonials-box .owl-prev,
    #testimonials-box .owl-next {
        width: 30px;
        height: 30px;

        font-size: 16px !important;
    }

    #testimonials-box .owl-prev {
        left: 0;
    }

    #testimonials-box .owl-next {
        right: 0;
    }

}


/* =========================================================
   MOBILE - 375px
   ========================================================= */

@media (max-width: 375px) {

    #testimonials-box .item {
        padding-left: 25px;
        padding-right: 25px;
    }

    #testimonials-box .box-effect {
        padding-left: 10px;
        padding-right: 10px;
    }

    #testimonials-box .img-circle {
        width: 62px !important;
        height: 62px !important;
    }

    #testimonials-box .author {
        font-size: 19px;
    }

    #testimonials-box .box-effect p {
        font-size: 11.5px;
    }

    #testimonials-box .owl-prev,
    #testimonials-box .owl-next {
        display: none !important;
    }

}

/* ============================================================
   MISKUT MENU - MOBILE FIX
   ONE ITEM PER ROW
   ============================================================ */

@media (max-width: 767px) {

    /* --------------------------------------------------------
       PORTFOLIO CONTAINER
       -------------------------------------------------------- */

    .menu-list {
        display: block !important;
        width: 100% !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        position: relative !important;
    }


    /* --------------------------------------------------------
       VERY IMPORTANT
       OVERRIDE ISOTOPE / PORTFOLIO POSITIONING
       -------------------------------------------------------- */

    .menu-list .portfolio-item {
        display: block !important;

        position: relative !important;

        left: auto !important;
        top: auto !important;

        width: 100% !important;
        max-width: 100% !important;

        float: none !important;
        clear: both !important;

        transform: none !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }


    /* Override inline Isotope styles */
    .menu-list .portfolio-item[style] {
        position: relative !important;

        left: auto !important;
        top: auto !important;

        width: 100% !important;
        max-width: 100% !important;

        transform: none !important;
    }


    /* --------------------------------------------------------
       MENU BOX
       -------------------------------------------------------- */

    .menu-list .menu-box {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;

        padding: 30px 20px !important;

        background: transparent !important;

        border: 0 !important;

        box-shadow: none !important;

        box-sizing: border-box !important;
    }


    /* --------------------------------------------------------
       BOOTSTRAP ROW
       -------------------------------------------------------- */

    .menu-list .menu-box > .row {
        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* --------------------------------------------------------
       LEFT + RIGHT COLUMNS
       BOTH FULL WIDTH
       -------------------------------------------------------- */

    .menu-list .menu-box > .row > .col-lg-6 {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        flex: none !important;

        float: none !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }


    /* --------------------------------------------------------
       REMOVE DESKTOP DIVIDER
       -------------------------------------------------------- */

    .menu-list .menu-box > .row > .col-lg-6:first-child {
        border-right: 0 !important;

        border-bottom: 0 !important;

        padding-bottom: 0 !important;

        margin-bottom: 0 !important;
    }


    /* --------------------------------------------------------
       LEFT / RIGHT MENU SIDES
       -------------------------------------------------------- */

    .menu-list .menu-leftside,
    .menu-list .menu-rightside {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* --------------------------------------------------------
       EACH MENU ITEM
       ONE FULL ROW
       -------------------------------------------------------- */

    .menu-list .inner-menu {
        display: block !important;

        position: relative !important;

        width: 100% !important;
        max-width: 100% !important;

        min-width: 0 !important;

        height: auto !important;
        min-height: 0 !important;

        float: none !important;
        clear: both !important;

        margin: 0 !important;

        padding: 20px 0 !important;

        box-sizing: border-box !important;

        border-bottom: 1px dashed rgba(110, 75, 50, 0.25);

        background: transparent !important;

        box-shadow: none !important;
    }


    /* First item */
    .menu-list .inner-menu:first-child {
        padding-top: 0 !important;
    }


    /* Last item */
    .menu-list .inner-menu:last-child {
        border-bottom: 0 !important;
    }


    /* --------------------------------------------------------
       DISH CONTENT
       -------------------------------------------------------- */

    .menu-list .plate-name {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        text-align: left !important;
    }


    /* --------------------------------------------------------
       DISH NAME
       -------------------------------------------------------- */

    .menu-list .plate-name h5 {
        display: block !important;

        width: 100% !important;

        margin: 0 0 7px !important;
        padding: 0 !important;

        font-family: "Playfair Display", Georgia, serif !important;

        font-size: 20px !important;

        font-weight: 600 !important;

        line-height: 1.3 !important;

        text-align: left !important;

        color: #3A2A22 !important;

        white-space: normal !important;

        word-break: normal !important;
    }


    /* --------------------------------------------------------
       DESCRIPTION
       -------------------------------------------------------- */

    .menu-list .plate-name p {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 12px !important;

        line-height: 1.7 !important;

        text-align: left !important;

        color: #68584F !important;
    }


    /* --------------------------------------------------------
       DISABLE HOVER MOVEMENT ON MOBILE
       -------------------------------------------------------- */

    .menu-list .inner-menu:hover {
        padding-left: 0 !important;
        transform: none !important;
    }


    .menu-list .plate-name::before {
        display: none !important;
    }

}


/* ============================================================
   480px
   ============================================================ */

@media (max-width: 480px) {

    .menu-list .menu-box {
        padding: 28px 18px !important;
    }

    .menu-list .inner-menu {
        padding: 18px 0 !important;
    }

    .menu-list .inner-menu:first-child {
        padding-top: 0 !important;
    }

    .menu-list .plate-name h5 {
        font-size: 19px !important;
        line-height: 1.3 !important;

        margin-bottom: 6px !important;
    }

    .menu-list .plate-name p {
        font-size: 11.5px !important;
        line-height: 1.65 !important;
    }

}


/* ============================================================
   375px
   ============================================================ */

@media (max-width: 375px) {

    .menu-list .menu-box {
        padding: 25px 15px !important;
    }

    .menu-list .inner-menu {
        padding: 17px 0 !important;
    }

    .menu-list .plate-name h5 {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    .menu-list .plate-name p {
        font-size: 11px !important;
        line-height: 1.65 !important;
    }

}


/* ============================================================
   320px
   ============================================================ */

@media (max-width: 320px) {

    .menu-list .menu-box {
        padding: 22px 13px !important;
    }

    .menu-list .inner-menu {
        padding: 16px 0 !important;
    }

    .menu-list .plate-name h5 {
        font-size: 17px !important;
    }

    .menu-list .plate-name p {
        font-size: 10.5px !important;
    }

}

/* =========================================================
   MISKUT FEATURE CARDS
   WARM / ELEGANT / VILLAGE-FUSION THEME
========================================================= */

.miskut-services {
    width: 100%;
    padding: 75px 20px;
    background: #ffffff;
}

.miskut-services-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 32px;
}


/* =========================================================
   CARD
========================================================= */

.miskut-service-card {
    position: relative;

    width: 100%;

    padding: 23px 18px 23px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    background: #ffffff;

    border: 1px solid #e5d8ce;
    border-radius: 0;

    box-shadow: 0 8px 28px rgba(59, 41, 36, 0.07);

    overflow: hidden;

    transition: all 0.35s ease;
}


/* TOP TERRACOTTA LINE */

.miskut-service-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 55px;
    height: 3px;

    transform: translateX(-50%);

    background: #b56843;
}


/* CARD HOVER */

.miskut-service-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 18px 40px rgba(59, 41, 36, 0.12);
}


/* =========================================================
   ICON
========================================================= */

.miskut-service-icon {
    width: 82px;
    height: 82px;

    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f1eb;

    border-radius: 50%;

    transition: all 0.35s ease;
}

.miskut-service-card:hover .miskut-service-icon {
    background: #fff;
}


/* ICON ITSELF */

.miskut-service-icon span {
    display: block;

    width: 42px;
    height: 42px;

    margin: 0;
    padding: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/* =========================================================
   CONTENT
========================================================= */

.miskut-service-text {
    width: 100%;
    max-width: 320px;

    margin: 0 auto;
}


/* HEADING */

.miskut-service-text h3 {
    margin: 0 0 16px;
    padding: 0;

    color: #3b2924;

    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Athena', Georgia, serif;
}


/* DESCRIPTION */

.miskut-service-text p {
    margin: 0;
    padding: 0;

    color: #654f47;
    font-family: 'Open Sans', sans-serif;;

    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}


/* =========================================================
   BUTTON
   SAME TERRACOTTA THEME AS SCREENSHOT
========================================================= */

.miskut-service-btn {
    margin-top: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 170px;
    height: 50px;

    padding: 0 28px;

    background: #b56843;
    border: 1px solid #b56843;

    color: #ffffff !important;

    font-size: 12px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 1.5px;

    text-decoration: none !important;

    cursor: pointer;

    transition: all 0.3s ease;
    font-family: 'Open Sans', sans-serif;;
}


/* BUTTON HOVER */

.miskut-service-btn:hover {
    background: #3b2924;
    border-color: #3b2924;

    color: #ffffff !important;

    text-decoration: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .miskut-services {
        padding: 60px 20px;
    }

    .miskut-services-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .miskut-service-card {
        min-height: 410px;
        padding: 42px 28px 35px;
    }

    .miskut-service-card:nth-child(3) {
        grid-column: 1 / -1;
        width: calc(50% - 12.5px);
        justify-self: center;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .miskut-services {
        padding: 45px 15px;
    }

    .miskut-services-inner {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .miskut-service-card,
    .miskut-service-card:nth-child(3) {
        width: 100%;
        min-height: 0;

        padding: 38px 25px 32px;
    }

    .miskut-service-icon {
        width: 76px;
        height: 76px;

        margin-bottom: 23px;
    }

    .miskut-service-text {
        max-width: 450px;
    }

    .miskut-service-text h3 {
        font-size: 21px;
        margin-bottom: 13px;
    }

    .miskut-service-text p {
        font-size: 14px;
        line-height: 1.75;
    }

    .miskut-service-btn {
        margin-top: 28px;

        min-width: 160px;
        height: 48px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .miskut-services {
        padding: 35px 12px;
    }

    .miskut-service-card {
        padding: 32px 20px 28px;
    }

    .miskut-service-text h3 {
        font-size: 20px;
    }

    .miskut-service-text p {
        font-size: 14px;
    }
}

/* =========================================================
   MISKUT GOA FOOTER - MODERN DARK LAYOUT
========================================================= */

footer {
    background: #11110f;
    color: #f5f0e8;
    width: 100%;
    overflow: hidden;
}

/* Main footer area */
footer > .container-fluid {
    width: 100%;
    padding: 0;
}

footer > .container-fluid > .row {
    display: flex;
    align-items: stretch;
    margin: 0;
}

/* =========================================================
   LEFT FOOTER INFORMATION
========================================================= */

footer .col-lg-5,
footer .col-lg-7 {
    padding: 0;
}

.footer-info {
    height: 100%;
    min-height: 500px;
    padding: 65px 55px;
    background: #171713;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Logo */
.footer-logo {
    margin-bottom: 35px;
}

.footer-logo img {
    width: auto;
    max-width: 130px;
    height: auto;
    display: block;
}

/* =========================================================
   CONTACT INFORMATION
========================================================= */

.span-location {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 2px;
}

.address-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.address-icon i {
    color: #c9a96a;
    font-size: 15px;
}

.span-location p {
    margin: 0;
    color: #d8d4cb;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2px;
}

.span-location a {
    color: #d8d4cb;
    text-decoration: none;
    transition: all 0.3s ease;
}

.span-location a:hover {
    color: #c9a96a;
}

/* Your custom span */
.span-location span-color {
    color: #c9a96a;
}

/* =========================================================
   SOCIAL MEDIA
========================================================= */

.social-footer {
    margin-top: 12px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.social-footer h5 {
    margin: 0 0 16px;
    color: #f5f0e8;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.social-footer .circle-icon {
    display: inline-flex;
    margin-right: 8px;
}

.social-footer .circle-icon a {
    width: 42px;
    height: 42px;
    border: 1px solid #c9a96a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a96a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-footer .circle-icon a:hover {
    background: #c9a96a;
    color: #11110f;
}

.center-fa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-fa i {
    font-size: 15px;
}

/* =========================================================
   GOOGLE MAP
========================================================= */

.footer-maps {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    background: #222;
}

.footer-maps iframe {
    width: 100%;
    height: 100% !important;
    min-height: 500px;
    display: block;
    border: 0;
    filter: grayscale(20%) contrast(95%);
}

/* =========================================================
   BOTTOM FOOTER
========================================================= */

.bottom-footer {
    background: #0c0c0b;
    border-top: 1px solid rgba(201, 169, 106, 0.20);
}

.bottom-footer .container-fluid {
    padding: 0;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    margin: 0;
    color: #aaa69e;
    font-size: 13px;
    line-height: 1.6;
}

.footer-copyright a {
    color: #c9a96a;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-copyright a:hover {
    color: #f5f0e8;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .footer-info {
        padding-left: 80px;
        padding-right: 70px;
    }

}


/* =========================================================
   TABLET - 768px TO 1199px
========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {

    .footer-info {
        min-height: 450px;
        padding: 50px 35px;
    }

    .footer-maps {
        min-height: 450px;
    }

    .footer-maps iframe {
        min-height: 450px;
    }

    .footer-logo img {
        max-width: 165px;
    }

    .span-location {
        gap: 12px;
        margin-bottom: 18px;
    }

    .span-location p {
        font-size: 13px;
    }

}


/* =========================================================
   MOBILE - BELOW 767px
========================================================= */

@media (max-width: 767px) {

    footer > .container-fluid > .row {
        display: block;
    }

    /* Information */
    .footer-info {
        min-height: auto;
        padding: 45px 25px 40px;
        display: block;
    }

    /* Logo */
    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-logo img {
        max-width: 165px;
    }

    /* Contact rows */
    .span-location {
        gap: 13px;
        margin-bottom: 20px;
    }

    .address-icon {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }

    .span-location p {
        font-size: 13px;
        line-height: 1.7;
    }

    /* Social */
    .social-footer {
        margin-top: 25px;
        padding-top: 22px;
    }

    /* Map */
    .footer-maps {
        min-height: 350px;
        height: 350px;
    }

    .footer-maps iframe {
        min-height: 350px;
        height: 350px !important;
    }

    /* Bottom */
    .bottom-footer {
    }

    .footer-copyright p {
        font-size: 11px;
        line-height: 1.8;
    }

}


/* =========================================================
   SMALL MOBILE - 320px TO 425px
========================================================= */

@media (max-width: 425px) {

    .footer-info {
        padding: 40px 20px 35px;
    }

    .footer-logo img {
        max-width: 145px;
    }

    .span-location {
        gap: 11px;
    }

    .address-icon {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .address-icon i {
        font-size: 13px;
    }

    .span-location p {
        font-size: 12px;
    }

    .footer-maps,
    .footer-maps iframe {
        min-height: 300px;
        height: 300px !important;
    }

    .footer-copyright p {
        font-size: 10px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .footer-info {
        padding-left: 18px;
        padding-right: 18px;
    }

    .span-location p {
        font-size: 11.5px;
    }

}


/* ============================================================
   MISKUT FOOTER
   Matches Main Website Theme
   Colors: Brown / Cream / Dark
   Fonts: Playfair Display + DM Sans
============================================================ */

/* ------------------------------------------------------------
   FOOTER BASE
------------------------------------------------------------ */

footer {
    width: 100%;
    background: var(--miskut-dark);
    color: var(--miskut-white);
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

/* ------------------------------------------------------------
   MAIN FOOTER LAYOUT
------------------------------------------------------------ */

footer > .container-fluid {
    width: 100%;
    padding: 0;
}

footer > .container-fluid > .row {
    display: flex;
    align-items: stretch;
    margin: 0;
}

footer .col-lg-5,
footer .col-lg-7 {
    padding: 0;
}


/* ============================================================
   LEFT SIDE - FOOTER INFORMATION
============================================================ */

.footer-info {
    height: 100%;
    min-height: 500px;
    padding: 60px 55px;
    background: var(--miskut-cream);

    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* ------------------------------------------------------------
   LOGO
------------------------------------------------------------ */

.footer-logo {
    margin-bottom: 35px;
}

.footer-logo img {
    display: block;
    width: auto;
    max-width: 130px;
    height: auto;
}


/* ============================================================
   ADDRESS / CONTACT
============================================================ */

.span-location {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 4px;
}

.address-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
}

.address-icon i {
    color: var(--miskut-brown);
    font-size: 14px;
}


/* Text */

.span-location p {
    margin: 0;
    padding-top: 3px;

    color: var(--miskut-text);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}


/* Opening hours highlighted text */

.span-location span-color {
    color: var(--miskut-brown);
    font-weight: 600;
}


/* Links */

.span-location a {
    color: var(--miskut-text);
    text-decoration: none;
    transition: all 0.3s ease;
}

.span-location a:hover {
    color: var(--miskut-brown);
}


/* ============================================================
   SOCIAL MEDIA
============================================================ */

.social-footer {
    margin-top: 12px;
    padding-top: 25px;

    border-top: 1px solid var(--miskut-border);
}

.social-footer h5 {
    margin: 0 0 15px;

    color: var(--miskut-dark);

    font-family: 'Athena', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
}


/* Social icons */

.social-footer .circle-icon {
    display: inline-flex;
    margin-right: 7px;
}

.social-footer .circle-icon a {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--miskut-brown);
    background: var(--miskut-white);

    border: 1px solid var(--miskut-brown);
    border-radius: 50%;

    text-decoration: none;

    transition: all 0.3s ease;
}

.social-footer .circle-icon a:hover {
    color: var(--miskut-white);
    background: var(--miskut-brown);
    border-color: var(--miskut-brown);
}

.center-fa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-fa i {
    font-size: 14px;
}


/* ============================================================
   GOOGLE MAP
============================================================ */

.footer-maps {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background: var(--miskut-light);
    overflow: hidden;
}

.footer-maps iframe {
    width: 100%;
    height: 100% !important;
    min-height: 500px;

    display: block;

    border: 0;

    /* Keeps map softer and closer to the website aesthetic */
    filter: grayscale(15%) sepia(8%);
}


/* ============================================================
   BOTTOM FOOTER
============================================================ */

.bottom-footer {
    width: 100%;


    background: var(--miskut-dark);

    border-top: 1px solid rgba(244, 238, 230, 0.15);
}

.bottom-footer .container-fluid {
    padding: 0;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    margin: 0;

    color: rgba(244, 238, 230, 0.75);

    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}

.footer-copyright a {
    color: var(--miskut-brown-light);

    font-weight: 500;
    text-decoration: none;

    transition: all 0.3s ease;
}

.footer-copyright a:hover {
    color: var(--miskut-white);
}


/* ============================================================
   DESKTOP
============================================================ */

@media (min-width: 1200px) {

    .footer-info {
        padding-left: 75px;
        padding-right: 65px;
    }

}


/* ============================================================
   TABLET - 768px TO 1199px
============================================================ */

@media (min-width: 768px) and (max-width: 1199px) {

    .footer-info {
        min-height: 450px;
        padding: 45px 30px;
    }

    .footer-maps {
        min-height: 450px;
    }

    .footer-maps iframe {
        min-height: 450px;
    }

    .footer-logo {
        margin-bottom: 28px;
    }

    .footer-logo img {
        max-width: 165px;
    }

    .span-location {
        gap: 12px;
        margin-bottom: 17px;
    }

    .address-icon {
        width: 35px;
        min-width: 35px;
        height: 35px;
    }

    .span-location p {
        font-size: 13px;
    }

    .social-footer h5 {
        font-size: 17px;
    }

}


/* ============================================================
   MOBILE - BELOW 767px
============================================================ */

@media (max-width: 767px) {

    footer > .container-fluid > .row {
        display: block;
    }


    /* -----------------------------------------
       INFORMATION
    ----------------------------------------- */

    .footer-info {
        width: 100%;
        min-height: auto;

        padding: 45px 25px 40px;

        display: block;
    }


    /* -----------------------------------------
       LOGO
    ----------------------------------------- */

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-logo img {
        max-width: 160px;
    }


    /* -----------------------------------------
       CONTACT
    ----------------------------------------- */

    .span-location {
        gap: 12px;
        margin-bottom: 20px;
    }

    .address-icon {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }

    .address-icon i {
        font-size: 13px;
    }

    .span-location p {
        padding-top: 2px;
        font-size: 13px;
        line-height: 1.7;
    }


    /* -----------------------------------------
       SOCIAL
    ----------------------------------------- */

    .social-footer {
        margin-top: 25px;
        padding-top: 22px;
    }

    .social-footer h5 {
        font-size: 17px;
        margin-bottom: 14px;
    }


    /* -----------------------------------------
       MAP
    ----------------------------------------- */

    .footer-maps {
        width: 100%;
        height: 350px;
        min-height: 350px;
    }

    .footer-maps iframe {
        width: 100%;
        height: 350px !important;
        min-height: 350px;
    }


    /* -----------------------------------------
       COPYRIGHT
    ----------------------------------------- */

    .bottom-footer {
    }

    .footer-copyright p {
        font-size: 11px;
        line-height: 1.8;
    }

}


/* ============================================================
   SMALL MOBILE - 320px TO 425px
============================================================ */

@media (max-width: 425px) {

    .footer-info {
        padding: 40px 20px 35px;
    }

    .footer-logo img {
        max-width: 145px;
    }

    .span-location {
        gap: 10px;
    }

    .address-icon {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

    .address-icon i {
        font-size: 12px;
    }

    .span-location p {
        font-size: 12px;
        line-height: 1.7;
    }

    .social-footer h5 {
        font-size: 16px;
    }

    .social-footer .circle-icon a {
        width: 38px;
        height: 38px;
    }

    .footer-maps {
        height: 300px;
        min-height: 300px;
    }

    .footer-maps iframe {
        height: 300px !important;
        min-height: 300px;
    }

    .footer-copyright p {
        font-size: 10px;
    }

}


.miskut-service-icon {
    width: 70px;
    height: 70px;
    border: 1px solid var(--miskut-brown);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--miskut-cream);
}

.miskut-service-icon i {
    color: var(--miskut-brown);
    font-size: 28px;
    line-height: 1;
}

p{
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Athena', Georgia, serif;
    color: #3A2A22;
}

/* ============================================================
   MISKUT CONTACT SECTION
============================================================ */

.contact-left {
    height: 100%;
    padding: 55px 45px 55px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-left h1 {
    margin: 0 0 20px;

    color: var(--miskut-dark);
    font-family: 'Athena', Georgia, serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
}

.contact-left > p {
    max-width: 560px;
    margin: 0 0 30px;

    color: var(--miskut-text);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}


/* ============================================================
   CONTACT DETAILS
============================================================ */

.span-locations {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.span-locations p {
    display: flex;
    align-items: flex-start;

    margin: 0;

    color: var(--miskut-text);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.span-locations p i {
    width: 22px;
    min-width: 22px;

    margin-top: 4px;

    color: var(--miskut-brown);
    font-size: 16px;
    text-align: left;
}

.span-locations p a {
    color: var(--miskut-text);
    text-decoration: none;

    transition: all 0.3s ease;
}

.span-locations p a:hover {
    color: var(--miskut-brown);
}


/* ============================================================
   RIGHT IMAGE
============================================================ */

.contact-right {
    width: 100%;
    height: 100%;
    min-height: 500px;

    overflow: hidden;
}

.contact-right img {
    width: 100%;
    height: 100%;
    min-height: 500px;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.6s ease;
}

.contact-right:hover img {
    transform: scale(1.03);
}


/* ============================================================
   COLUMN ALIGNMENT
============================================================ */

.contact-right,
.contact-left {
    box-sizing: border-box;
}

.contact-section .row {
    display: flex;
    align-items: stretch;
}


/* ============================================================
   TABLET
============================================================ */

@media (min-width: 768px) and (max-width: 1199px) {

    .contact-left {
        padding: 45px 30px 45px 0;
    }

    .contact-left h1 {
        font-size: 40px;
    }

    .contact-left > p {
        font-size: 14px;
        line-height: 1.7;
    }

    .span-locations {
        gap: 12px;
    }

    .span-locations p {
        font-size: 13px;
    }

    .contact-right,
    .contact-right img {
        min-height: 450px;
    }
}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767px) {

    .contact-section .row {
        display: block;
    }

    .contact-left {
        height: auto;
        padding: 45px 20px 35px;
    }

    .contact-left h1 {
        margin-bottom: 18px;
        font-size: 36px;
        line-height: 1.2;
    }

    .contact-left > p {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 1.75;
    }

    .span-locations {
        gap: 13px;
    }

    .span-locations p {
        font-size: 13px;
        line-height: 1.65;
    }

    .span-locations p i {
        width: 22px;
        min-width: 22px;
        font-size: 15px;
    }

    .contact-right {
        width: 100%;
        height: 350px;
        min-height: 350px;
    }

    .contact-right img {
        width: 100%;
        height: 350px;
        min-height: 350px;
        object-fit: cover;
    }
}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 425px) {

    .contact-left {
        padding: 40px 18px 30px;
    }

    .contact-left h1 {
        font-size: 32px;
    }

    .contact-left > p {
        font-size: 13px;
    }

    .span-locations p {
        font-size: 12px;
    }

    .contact-right {
        height: 300px;
        min-height: 300px;
    }

    .contact-right img {
        height: 300px;
        min-height: 300px;
    }
}


.email-top a {
    color: var(--miskut-cream);
    text-decoration: none;
    transition: color 0.3s ease;
}

.email-top a:hover {
    color: var(--miskut-brown-light);
}
.phone-top a {
    color: var(--miskut-cream);
    text-decoration: none;
    transition: color 0.3s ease;
}

.phone-top a:hover {
    color: var(--miskut-brown-light);
}

.social-items a {
    color: var(--miskut-cream);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-items a:hover {
    color: var(--miskut-brown-light);
}

/* ============================================================
   MISKUT ABOUT SECTION
============================================================ */

.miskut-about-section {
    background: var(--miskut-light);
    padding: 100px 0 0;
}


/* ============================================================
   COMMON EYEBROW
============================================================ */

.miskut-eyebrow {
    display: block;

    margin-bottom: 12px;

    color: var(--miskut-brown);

    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
}


/* ============================================================
   MAIN ABOUT
============================================================ */

.about-us {
    padding-right: 55px;
}

.about-us h3 {
    margin: 0 0 18px;

    color: var(--miskut-dark);

    font-family: 'Athena', Georgia, serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
}

.about-us h4 {
    margin: 0 0 20px;

    color: var(--miskut-brown-dark);

    font-family: 'Athena', Georgia, serif;
    font-size: 23px;
    font-weight: 500;
}

.about-us hr.short,
.miskut-philosophy-content hr.short {
    width: 55px;
    height: 2px;

    margin: 0 0 25px;

    border: 0;

    background: var(--miskut-brown);
}

.about-us p,
.miskut-philosophy-content p {
    color: var(--miskut-text);

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.9;
}


/* ============================================================
   ABOUT IMAGE
============================================================ */

.miskut-about-image {
    width: 100%;
    height: 500px;

    margin: 0;

    overflow: hidden;
}

.miskut-about-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .6s ease;
}

.miskut-about-image:hover img {
    transform: scale(1.04);
}


/* ============================================================
   BUTTON
============================================================ */

.about-btn {
    margin-top: 25px;
}

.about-btn .btn-custom {
    display: inline-block;

    padding: 12px 26px;

    color: var(--miskut-white);
    background: var(--miskut-brown);

    border: 1px solid var(--miskut-brown);
    border-radius: 2px;

    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;

    text-decoration: none;

    transition: all .3s ease;
}

.about-btn .btn-custom:hover {
    color: var(--miskut-white);

    background: var(--miskut-brown-dark);
    border-color: var(--miskut-brown-dark);
}


/* ============================================================
   CULINARY PHILOSOPHY
============================================================ */

.miskut-philosophy {
    padding-top: 120px;
    padding-bottom: 120px;
}

.miskut-philosophy-image {
    width: 100%;
    height: 470px;

    margin: 0;

    overflow: hidden;
}

.miskut-philosophy-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.miskut-philosophy-content {
    padding-left: 60px;
}

.miskut-philosophy-content h2 {
    margin: 0 0 18px;

    color: var(--miskut-dark);

    font-family: 'Athena', Georgia, serif;
    font-size: 43px;
    font-weight: 600;
}

.miskut-philosophy-content strong {
    color: var(--miskut-brown-dark);
}


/* ============================================================
   WHY MISKUT
============================================================ */

.miskut-why-section {
    padding: 30px 0;

    background: var(--miskut-cream);
}

.miskut-why-section .section-title {
    max-width: 700px;

    margin: 0 auto 55px;

    text-align: center;
}

.miskut-why-section .section-title h2 {
    margin: 0 0 15px;

    color: var(--miskut-dark);

    font-family: 'Athena', Georgia, serif;
    font-size: 40px;
    font-weight: 600;
}

.miskut-why-section .section-title p {
    color: var(--miskut-text);

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}


/* ============================================================
   WHY CARDS
============================================================ */

.miskut-about-card {
    height: 100%;

    padding: 38px 28px;

    background: var(--miskut-light);

    border: 1px solid var(--miskut-border);

    text-align: center;

    transition: all .3s ease;
}

.miskut-about-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 15px 35px rgba(58, 42, 34, .09);
}

.miskut-about-icon {
    width: 62px;
    height: 62px;

    margin: 0 auto 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--miskut-brown);

    border: 1px solid var(--miskut-brown);

    border-radius: 50%;
}

.miskut-about-icon i {
    font-size: 21px;
}

.miskut-about-card h3 {
    margin: 0 0 13px;

    color: var(--miskut-dark);

    font-family: 'Athena', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
}

.miskut-about-card p {
    margin: 0;

    color: var(--miskut-text);

    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.8;
}


/* ============================================================
   QUOTE
============================================================ */

.miskut-about-quote {
    max-width: 850px;

    margin: 100px auto;

    padding: 50px 60px;

    text-align: center;

    border-top: 1px solid var(--miskut-border);
    border-bottom: 1px solid var(--miskut-border);
}

.quote-mark {
    display: block;

    margin-bottom: 8px;

    color: var(--miskut-brown);

    font-family: 'Athena', Georgia, serif;
    font-size: 60px;
    line-height: .7;
}

.miskut-about-quote p {
    margin: 0;

    color: var(--miskut-dark);

    font-family: 'Athena', Georgia, serif;
    font-size: 23px;
    font-style: italic;
    line-height: 1.7;
}


/* ============================================================
   CLOSING
============================================================ */

.miskut-about-closing {
    max-width: 750px;

    margin: 0 auto;

    padding-bottom: 100px;

    text-align: center;
}

.miskut-about-closing h2 {
    margin: 0 0 20px;

    color: var(--miskut-dark);

    font-family: 'Athena', Georgia, serif;
    font-size: 43px;
    font-weight: 600;
}

.miskut-about-closing p {
    margin: 0 auto;

    color: var(--miskut-text);

    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.9;
}


/* ============================================================
   TABLET
============================================================ */

@media (min-width: 768px) and (max-width: 1199px) {

    .miskut-about-section {
        padding-top: 75px;
    }

    .about-us {
        padding-right: 30px;
    }

    .about-us h3 {
        font-size: 36px;
    }

    .miskut-about-image {
        height: 430px;
    }

    .miskut-philosophy {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .miskut-philosophy-content {
        padding-left: 30px;
    }

    .miskut-philosophy-content h2 {
        font-size: 36px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 767px) {

    .miskut-about-section {
        padding-top: 60px;
    }

    .about-us {
        padding-right: 0;

        margin-bottom: 40px;
    }

    .about-us h3 {
        font-size: 33px;
    }

    .about-us h4 {
        font-size: 20px;
    }

    .about-us p,
    .miskut-philosophy-content p {
        font-size: 13px;
        line-height: 1.8;
    }

    .miskut-about-image {
        height: 350px;
    }


    /* Philosophy */

    .miskut-philosophy {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .miskut-philosophy-image {
        height: 330px;

        margin-bottom: 40px;
    }

    .miskut-philosophy-content {
        padding-left: 0;
    }

    .miskut-philosophy-content h2 {
        font-size: 34px;
    }


    /* Why */

    .miskut-why-section {
        padding: 10px 15px;
    }

    .miskut-why-section .section-title h2 {
        font-size: 32px;
    }

    .miskut-about-card {
        margin-bottom: 20px;
    }


    /* Quote */

    .miskut-about-quote {
        margin: 60px auto;

        padding: 35px 20px;
    }

    .miskut-about-quote p {
        font-size: 19px;
    }


    /* Closing */

    .miskut-about-closing {
        padding-bottom: 65px;
    }

    .miskut-about-closing h2 {
        font-size: 33px;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 425px) {

    .about-us h3 {
        font-size: 30px;
    }

    .miskut-about-image {
        height: 300px;
    }

    .miskut-philosophy-image {
        height: 280px;
    }

    .miskut-about-quote p {
        font-size: 18px;
    }

}


.pages-title h1{
    color: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'Athena';
    src: url('../fonts/Athena.woff2') format('woff2'),
         url('../fonts/Athena.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ============================================================
   MISKUT TYPOGRAPHY
============================================================ */

:root {
    --miskut-heading-font: ;
    --miskut-body-font: ;
}

p,a {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Athena', Georgia, serif;
}