/* ========== google fonts  ==========*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");

@import url("https://fonts.googleapis.com/css2?family=Gelasio:wght@400;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,300;8..144,400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");

@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Rosarivo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap");

/* === font-family: 'Open Sans', sans-serif;
font-family: 'Cormorant Garamond', serif;

font-family: 'Gelasio', serif;
font-family: 'Oranienbaum', serif;
font-family: 'Roboto Flex', sans-serif;
font-family: 'Playfair Display', 
serif;font-family: 'Libre Baskerville', serif;
font-family: 'Noto Serif Display', serif;
font-family: 'Great Vibes', cursive;
font-family: 'Rosarivo', cursive;
font-family: 'Ubuntu', sans-serif;


font-family: 'Old Standard TT', serif;
       == */
/*========== end google fonts  ==========*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public dofine-art)
*/

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%;
   vertical-align: baseline;
}
/* ========== HTML5 display-role reset for older home-panels ========== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}
body {
   line-height: 1;
}
ol,
ul {
   list-style: none;
}
blockquote,
q {
   quotes: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
a {
   text-decoration: none;
}
* {
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   box-sizing: border-box;
}
/* ========== end reset ==========*/
/* ========== universal ==========*/

html,
body {
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
   background-image: url(../img/checkered_pattern.png);
   background-image: url(../img/body_bg.jpg);
   font-family: "Ubuntu", sans-serif;
   font-size: 1rem;
   color: rgb(61, 28, 69);
}

h1 {
   font-family: "Rosarivo", "Libre Baskerville", serif;
   color: rgb(61, 28, 69);
   font-size: 4rem;
   letter-spacing: -0.15rem;
   line-height: 3.5rem;
   text-align: center;
   margin-bottom: 2rem;
   font-weight: 300;
}
h2 {
   font-family: "Rosarivo", cursive;
   text-align: center;
   font-size: 3rem;
   letter-spacing: -0.1rem;
   font-weight: 300;
   color: #af8b47;
   padding-bottom: 1.5rem;
}
h3 {
   font-family: "Rosarivo", cursive;
   color: #2c0a29;
   font-weight: 300;
   letter-spacing: -0.05rem;
   font-size: 1.6rem;
   text-align: center;
   margin-bottom: 1rem;
}
h4 {
   font-family: "Ubuntu", sans-serif;
   text-align: center;
   font-size: 2rem;
   letter-spacing: -0.1rem;
   font-weight: 300;
   color: #af8b47;
   padding-bottom: 3rem;
}

h5 {
   font-family: "Ubuntu", sans-serif;
   font-family: "Rosarivo", serif;
   font-size: 1.6rem;
   letter-spacing: -0.1rem;
   font-weight: 300;
   color: #af8b47;
   margin-bottom: 0.5rem;
}

p {
   font-family: "Ubuntu", sans-serif;
   font-size: 1rem;
   color: rgb(61, 28, 69);
   font-weight: 300;
}

/* ==== header style ===== */
.nav-links li a[aria-current="page"] {
   background: rgba(226, 220, 220, 0.07);
   padding: 11px 14px;
   border-radius: 2px;
}

.nav-links li a[aria-current="page"]:hover::before {
   display: none;
}

#navbar {
   background-color: rgb(20, 6, 4);
   background: url(../img/wood_1.png);
   box-shadow: 0 30px 20px -20px black;
}

#mobileMenuTrigger {
   border: none;
   background-color: transparent;
   cursor: pointer;
}

#mobileMenuTrigger div {
   width: 30px;
   height: 3px;
   background-color: #c356c3;
   margin: 5px;
   border-radius: 5px;
   transition: transform 0.5s ease;
}

.nav-logo-container {
   /* border: solid; */
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 20px 30px;
}

.nav-links {
   text-align: center;
   font-size: 1.2rem;
   font-family: "Red Hat Text", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
   display: flex;
   flex-direction: column;
   gap: 30px;
   margin: 30px 0px 40px;
}

.nav-links li {
   border-bottom: 1px solid rgba(73, 80, 160, 0.123);
   padding: 10px 0px 40px;
}
.nav-links li a {
   color: #c356c3;
}

.nav-socials {
   display: flex;
   justify-content: center;
   gap: 20px;
   font-size: 1.8rem;
   padding-bottom: 35px;
}

.nav-links-container {
   /* border: solid; */
   max-height: 0px;
   overflow-y: hidden;
   transition: max-height 0.5s ease-in-out;
}

.active {
   max-height: 2000px;
}

.active .line1 {
   transform: rotate(-45deg) translate(-7px, 6px);
}

.active .line2 {
   opacity: 0;
}

.active .line3 {
   transform: rotate(45deg) translate(-5.2px, -4px);
}

@media screen and (min-width: 768px) {
   .nav-logo-container {
      justify-content: center;
      padding: 25px 0 0;
   }

   #mobileMenuTrigger {
      display: none;
   }

   .nav-links-container {
      max-height: none;
   }

   .nav-links {
      flex-direction: row;
      justify-content: center;
      margin: 18px 0 20px;
   }

   .nav-links li {
      border: none;
      padding: 0;
   }

   .nav-socials {
      padding-bottom: 25px;
   }
}

@media screen and (min-width: 1025px) {
   .main_h {
      position: fixed;
      top: 0px;
      max-height: 100px;
      z-index: 999;
      width: 100%;
      background-color: rgb(20, 6, 4);
      background: url(../img/wood_1.png);
      box-shadow: 0 30px 20px -20px black;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 1;
      top: 50px;
   }
   .sticky {
      background-color: rgba(224, 223, 221, 0.96);
      background: url(../img/wood_1.png);
      opacity: 1;
      top: 0px;
      box-shadow: 0 10px 20px -5px rgba(10, 8, 11, 0.77);
   }
   #navbar {
      display: flex;
      justify-content: space-around;
      padding: 20px 0;
      width: 80%;
      margin: auto;
   }

   .nav-logo-container {
      padding: 0px;
   }

   .nav-links-container {
      display: flex;
      width: 100%;
   }

   .nav-links {
      /* border: solid; */
      align-items: center;
      flex: 1;
   }

   .nav-socials {
      /* border: solid; */
      align-items: center;
      padding-bottom: 0px;
   }

   .nav-links-container .nav-socials a {
      position: relative;
   }

   .nav-links-container .nav-socials a::before {
      content: "";
      height: 15px;
      background-color: rgba(177, 177, 177, 0.47);
      position: absolute;
      bottom: -13px;
      left: 0px;
      right: 0px;
      filter: blur(10px);
      transform: rotateX(90deg);
      transition: transform 0.3s ease;
   }

   .nav-links-container .nav-socials a:hover::before {
      transform: rotateX(85deg);
   }

   .nav-links li a {
      position: relative;
   }

   .nav-links li a::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0px;
      height: 2px;
      width: 0px;
      background: #c356c3;
      transition: width 0.5s ease;
   }

   .nav-links li a:hover::before {
      width: 30px;
   }
}
@-webkit-keyframes scroll {
   0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
   }
}
@keyframes scroll {
   0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   100% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
   }
}
/* ========== home page slider ========== */
/* ========== home page slider ========== */
/* ========== home page slider ========== */
/* ========== home page slider ========== */
/* ========== home page slider ========== */

.slider {
   position: relative;
   height: 100%;
   width: 100%;
   background: #0f0202;
   overflow: hidden;
}
.slider__wrap {
   position: absolute;
   height: 100%;
   width: 100%;
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
   top: 0%;
   left: 0;
   right: auto;
   overflow: hidden;
   -webkit-transition: -webkit-transform 450ms
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   -webkit-transform-origin: 0% 50%;
   transform-origin: 0% 50%;
   -webkit-transition-delay: 450ms;
   transition-delay: 450ms;
   opacity: 0;
}
.slider__wrap--hacked {
   opacity: 1;
}
.slider__back {
   position: absolute;
   width: 100%;
   height: 100%;
   background-size: auto 100%;
   background-position: center;
   background-repeat: none;
   -webkit-transition: -webkit-filter 450ms
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: -webkit-filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__inner {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0%;
   background-size: auto 133.3333%;
   background-position: center;
   background-repeat: none;
   -webkit-transform: scale(0.75);
   transform: scale(0.75);
   -webkit-transition: opacity 450ms step-end,
      -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: opacity 450ms step-end,
      -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      opacity 450ms step-end;
   transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      opacity 450ms step-end,
      -webkit-transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   opacity: 0;
   -webkit-box-shadow: 0 3vh 3vh rgba(0, 0, 0, 0);
   box-shadow: 0 3vh 3vh rgba(0, 0, 0, 0);
   padding: 15vh;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.slider__content {
   position: relative;
   top: 50%;
   width: auto;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   color: white;
   opacity: 0;
   -webkit-transition: opacity 450ms;
   transition: opacity 450ms;
}
.slider__content h2 {
   font-weight: 900;
   font-size: 9vh;
   line-height: 0.85;
   margin-bottom: 0.75vh;
   padding-bottom: 3rem;
   pointer-events: none;
   text-shadow: 0 0.375vh 0.75vh rgba(0, 0, 0, 0.1);
}
.slider__content a {
   cursor: pointer;
   font-size: 4vh;
   letter-spacing: 0.3vh;
   font-weight: 100;
   position: relative;
}
.slider__content a:after {
   content: "";
   display: block;
   width: 9vh;
   background: white;
   height: 1px;
   position: absolute;
   top: 50%;
   left: 6vh;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transform-origin: 0% 50%;
   transform-origin: 0% 50%;
   -webkit-transition: -webkit-transform 900ms
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__content a:before {
   content: "";
   border-top: 1px solid white;
   border-right: 1px solid white;
   display: block;
   width: 1vh;
   height: 1vh;
   -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
   transform: translateX(0) translateY(-50%) rotate(45deg);
   position: absolute;
   font-family: "Heebo", sans-serif;
   font-weight: 100;
   top: 50%;
   left: 15vh;
   -webkit-transition: -webkit-transform 900ms
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__content a:hover:after {
   -webkit-transform: scaleX(1.5);
   transform: scaleX(1.5);
   -webkit-transition: -webkit-transform 1200ms
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__content a:hover:before {
   -webkit-transform: translateX(6vh) translateY(-50%) rotate(45deg);
   transform: translateX(6vh) translateY(-50%) rotate(45deg);
   -webkit-transition: -webkit-transform 1200ms
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__slide {
   position: absolute;
   left: 0;
   height: 100%;
   width: 100%;
   -webkit-transition: -webkit-transform 600ms
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   -webkit-transition-delay: 600ms;
   transition-delay: 600ms;
   pointer-events: none;
   z-index: 0;
}
.slider__slide--active {
   -webkit-transform: translatex(0%);
   transform: translatex(0%);
   z-index: 2;
}
.slider__slide--active .slider__wrap {
   -webkit-transform: translateX(0);
   transform: translateX(0);
   -webkit-transform-origin: 100% 50%;
   transform-origin: 100% 50%;
   opacity: 1;
   -webkit-animation: none;
   animation: none;
}
.slider__slide--active .slider__back {
   -webkit-filter: blur(1.5vh);
   filter: blur(1.5vh);
   -webkit-transition: -webkit-filter 900ms
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: -webkit-filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   -webkit-transition-delay: 900ms !important;
   transition-delay: 900ms !important;
}
.slider__slide--active .slider__inner {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
   -webkit-box-shadow: 0 1vh 6vh rgba(0, 0, 0, 0.2);
   box-shadow: 0 1vh 6vh rgba(0, 0, 0, 0.2);
   pointer-events: auto;
   opacity: 1;
   -webkit-transition: opacity 1ms step-end,
      -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: opacity 1ms step-end,
      -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      opacity 1ms step-end;
   transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      opacity 1ms step-end,
      -webkit-transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
   -webkit-transition-delay: 900ms;
   transition-delay: 900ms;
}
.slider__slide--active .slider__content {
   opacity: 1;
   -webkit-transition-delay: 1350ms;
   transition-delay: 1350ms;
}
.slider__slide:not(.slider__slide--active) .slider__wrap {
   -webkit-animation-name: hack;
   animation-name: hack;
   -webkit-animation-duration: 900ms;
   animation-duration: 900ms;
   -webkit-animation-delay: 450ms;
   animation-delay: 450ms;
   -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
   animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@-webkit-keyframes hack {
   0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
   }
   50% {
      -webkit-transform: translateX(-100vw);
      transform: translateX(-100vw);
      opacity: 1;
   }
   51% {
      -webkit-transform: translateX(-100vw);
      transform: translateX(-100vw);
      opacity: 0;
   }
   52% {
      -webkit-transform: translateX(100vw);
      transform: translateX(100vw);
      opacity: 0;
   }
   100% {
      -webkit-transform: translateX(100vw);
      transform: translateX(100vw);
      opacity: 1;
   }
}
@keyframes hack {
   0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
   }
   50% {
      -webkit-transform: translateX(-100vw);
      transform: translateX(-100vw);
      opacity: 1;
   }
   51% {
      -webkit-transform: translateX(-100vw);
      transform: translateX(-100vw);
      opacity: 0;
   }
   52% {
      -webkit-transform: translateX(100vw);
      transform: translateX(100vw);
      opacity: 0;
   }
   100% {
      -webkit-transform: translateX(100vw);
      transform: translateX(100vw);
      opacity: 1;
   }
}
.slider__slide:nth-child(1) .slider__back,
.slider__slide:nth-child(1) .slider__inner {
   background-image: url(../img/home-slide1.jpg);
}
.slider__slide:nth-child(2) .slider__back,
.slider__slide:nth-child(2) .slider__inner {
   background-image: url(../img/home-slide2.jpg);
}
.slider__slide:nth-child(3) .slider__back,
.slider__slide:nth-child(3) .slider__inner {
   background-image: url(../img/home-slide3.jpg);
}

.slider__slide:nth-child(4) .slider__back,
.slider__slide:nth-child(4) .slider__inner {
   background-image: url(../img/home-slide4.jpg);
}

.slider__slide:nth-child(5) .slider__back,
.slider__slide:nth-child(5) .slider__inner {
   background-image: url(../img/home-slide5.jpg);
}

.slider__slide:nth-child(6) .slider__back,
.slider__slide:nth-child(6) .slider__inner {
   background-image: url(../img/home-slide6.jpg);
}
/* ========== end of home page slider ========== */

.main-heading {
   width: 90%;
   max-width: 920px;
   height: auto;
   padding: 4rem 0;
   margin: 2rem auto;
}
.main-heading p {
   font-size: 1.2rem;
   line-height: 1.5rem;
   font-weight: 300;
   width: 90%;
   max-width: 550px;
   margin: 0 auto;
   padding-bottom: 4rem;
   color: rgb(61, 28, 69);
   text-align: center;
}

.main-heading__img {
   display: block;
   width: 450px;
   height: 700px;
   margin: 4rem auto;
   border-radius: 100px 0 100px 0;
}

.main-heading__img__welcome {
   background: url(../img/home-welcome.jpg) no-repeat;
   background-size: cover;
   display: block;
   margin: 0 auto;
}
.main-heading__img_ramadan {
   display: block;
   width: 530px;
   height: 295px;
   margin: 4rem auto;
   border-radius: 100px 0 100px 0;
}

.main-heading__img__welcome_ramadan {
   background: url(../img/home-welcome-ramadan.jpg) no-repeat;
   background-size: cover;
   display: block;
   margin: 0 auto;
}

.main-heading__img__contact {
   background: url(../img/contact-image.jpg) no-repeat;
   background-size: cover;
   display: block;
   margin: 0 auto;
}

.secondary-heading {
   width: 90%;
   max-width: 920px;
   height: auto;
   padding: 0;
   margin: 4rem auto 1rem auto;
}
.secondary-heading p {
   font-size: 1.2rem;
   line-height: 1.5rem;
   font-weight: 300;
   width: 90%;
   max-width: 550px;
   margin: 0 auto;

   color: rgb(61, 28, 69);
   text-align: center;
}
.seconday-heading__img {
   width: 300px;
   height: 300px;
   border-radius: 50%;
   margin: 0 auto;
   margin-top: 2rem;
   margin-bottom: 2rem;
}

.seconday-heading__img__welcome {
   background: url(../img/home-secondary-image.jpg) no-repeat;
   background-size: cover;
}
article {
   width: 90%;
   max-width: 920px;
   height: auto;
   padding: 4rem 0;
   margin: 0 auto;
}
article ul {
   display: block;
   margin: 0 auto;
}

article ul li {
   font-size: 1.2rem;
   line-height: 1.4rem;
   font-weight: 300;
   width: 90%;
   max-width: 550px;
   margin: 0 auto;
   margin-bottom: 1rem;
   color: rgb(61, 28, 69);
   text-align: center;
}
.content {
   height: auto;
   display: flex;
   align-items: center;
}
.content-message {
   width: 60%;
   margin: 0 auto;
   padding-top: 4rem;
}

.contact-image {
   background: url(../img/contact-image.jpg) no-repeat;
   background-size: cover;
}

.content-text {
   width: 40%;
   float: left;
   padding-left: 3rem;
}
.content-text h2 {
   color: #000000;
   font-weight: 500;
   letter-spacing: -0.15rem;
   font-size: 3rem;
}
.content-text h2:after {
   content: "";
   display: block;
   height: 2px;
   width: 80px;
   background-color: black;
   margin: 1rem 0 1rem 0;
}
.content-text p {
   font-family: "Old Standard TT", serif;
   font-size: 1.2rem;
   line-height: 1.6rem;
   color: #362618;
}

.contact {
   height: 90%;
   display: flex;
   align-items: center;
}
.contact-message {
   width: 60%;
   margin: 0 auto;
   padding-top: 4rem;
}
.contact-image {
   float: left;
   width: 50%;
   height: 500px;
   background: url(../img/contact-image.jpg) no-repeat;
   background-size: cover;
   border-radius: 100px 0 100px 0;
}
.contact-text {
   width: 40%;
   float: left;
   padding-left: 3rem;
}
.contact-text h2 {
   color: #af8b47;
}
.contact-text h2:after {
   content: "";
   display: block;
   height: 2px;
   width: 80px;
   background-color: black;
   margin: 1rem 0 1rem 0;
}
.contact-text p {
   font-family: "Old Standard TT", serif;
   font-size: 1.2rem;
   line-height: 1.6rem;
   color: #362618;
}

.devider {
   height: 70vh;
   display: flex;
   align-items: center;
}

.appetizers {
   background: url(../img/devider-appetizers.jpg) no-repeat;
   background-size: cover;
}

.entrees {
   background: url(../img/devider-entrees.jpg) no-repeat;
   background-size: cover;
}

.dessert {
   background: url(../img/devider-desserts-drinks.jpg) no-repeat;
   background-size: cover;
}

.grid-menu {
   width: 100%;
   padding: 3rem 0 5rem 0;
}
.grid-menu:after {
   content: "";
   display: block;
   height: 0;
   clear: both;
}

.menu-items {
   width: 90%;
   max-width: 920px;
   height: auto;
   margin: 0 auto;
}

.menu-items ul.grid {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.menu-items ul li {
   display: inline-block;
   width: 48%;
   float: left;
   padding: 0.7rem;
   text-align: center;
   background-color: white;
   padding: 30px;
   margin-bottom: 2rem;
   border-radius: 4px;
}
.menu-items ul li .item-image {
   position: relative;
   width: 100%;
   height: auto;
   overflow: hidden;
   height: auto;
   margin-bottom: 1.5rem;
}
.menu-items ul li .item-image img {
   display: inline-block;
   width: 100%;
   border-radius: 4px;
}
.menu-items ul li .item-image .item-number {
   position: absolute;
   bottom: -1px;
   left: -1px;
   text-align: center;

   font-size: 1.2rem;
   letter-spacing: -0.06rem;
   line-height: 40px;

   background-color: white;
   border-radius: 0 20px 0 0;
   width: 40px;
   height: 40px;
}
.item-description {
   padding: 3rem 0;
}
.item-description .item-price {
   padding-left: 1rem;
}
.price {
   display: block;
   font-family: "Playfair Display", serif;
}

.item-description p {
   font-size: 0.825rem;
   line-height: 1rem;

   font-weight: 300;
   width: 80%;
   margin: 0 auto;
}
.bottom-disc {
   text-align: center;
   border: 1px solid rgba(119, 84, 48, 0.35);
   width: 100%;
   padding: 1rem;
   border-radius: 100px;
   margin: 0 auto;
   margin-top: 3rem;
}
.bottom-disc p {
   font-size: 0.8rem;
   color: #6f573a;
}
/* ========== inside pages ========== */

.inside-banner {
   width: 100%;
   height: 70vh;
   display: flex;
   align-items: center;
   text-shadow: 2px 2px red;
}

.menu-banner {
   background: url(../img/menu-banner.jpg) no-repeat;
   background-size: cover;
   background-position: center center;
}
.vegetarian-banner {
   background: url(../img/vegetarian-banner.jpg) no-repeat;
   background-size: cover;
}

.hookah-banner {
   background: url(../img/hookah-banner.jpg) no-repeat;
   background-size: cover;
   background-position: center left;
}

.vegan-banner {
   background: url(../img/vegan-banner.jpg) no-repeat;
   background-size: cover;
}

.specials-banner {
   background: url(../img/specials-banner.jpg) no-repeat;
   background-size: cover;
}

.contact-banner {
   background: url(../img/contact-banner.jpg) no-repeat;
   background-size: cover;
}
.inside-banner-wrapper {
   width: 60%;
   margin: 0 auto;
}

.our-specials {
   background: url(../img/devider-our-specials.jpg) no-repeat;
   background-size: cover;
}
.vegetarian {
   background: url(../img/devider-vegetarian.jpg) no-repeat;
   background-size: cover;
}
.vegan {
   background: url(../img/devider-vegan.jpg) no-repeat;
   background-size: cover;
}

.contact {
   height: 70%;
   display: flex;
   align-items: center;
}
.contact-message {
   width: 60%;
   margin: 0 auto;
   padding-top: 4rem;
}
.contact-image {
   float: left;
   width: 50%;
   height: 500px;
   background: url(../img/contact-image.jpg) no-repeat;
   background-size: cover;
   border-radius: 100px 0 100px 0;
}
.contact-text {
   width: 40%;
   float: left;
   padding-left: 3rem;
}
.contact-text h2 {
   color: #af8b47;
}
.contact-text h2:after {
   content: "";
   display: block;
   height: 2px;
   width: 80px;
   background-color: black;
   margin: 1rem 0 1rem 0;
}
.contact-text p {
   font-family: "Old Standard TT", serif;
   font-size: 1.2rem;
   line-height: 1.6rem;
   color: #362618;
}

/* ========== end inside pages ========== */
/* ====== footer ====== */

#map {
   height: 400px;
   width: 100%;
}

.footer {
   background-color: #292c2f;
   background: url(../img/wood_1.png);
   width: 100%;
   padding-top: 5rem;
   position: relative;
}
.footer-wrapper {
   width: 80%;
   margin: 0 auto;
}
.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
   display: inline-block;
   vertical-align: top;
}
/* Footer left */

.footer .footer-left {
   width: 30%;
}
/* The company logo */

.footer-logo {
   width: 200px;
}
.footer-logo img {
   max-width: 100%;
   max-height: 100%;
}
.footer .footer-left i {
   background-color: rgba(92, 44, 109, 0.54);
   color: #ffffff;
   font-size: 1rem;
   width: 38px;
   height: 38px;
   border-radius: 50%;
   text-align: center;
   line-height: 42px;
   margin: 10px 15px;
   vertical-align: middle;
}
.footer .footer-left i.phone {
   font-size: 17px;
   line-height: 38px;
}
.footer .footer-left .phone {
   margin-top: 2rem;
}

.footer .footer-left .phone p {
   font-size: 1.3rem;
}

footer h5 {
   margin-top: 2rem;
}
.footer p {
   color: #ffffff;
   vertical-align: middle;
   font-size: 0.925rem;
   line-height: 1.2rem;
   font-weight: 300;
}

.footer .footer-phone {
   font-family: "Rosarivo", cursive;
   font-size: 1.4rem;
}

.footer a {
   color: #ffffff;
   vertical-align: middle;
   font-size: 0.925rem;
   line-height: 1.2rem;
   font-weight: 300;
}

/* Footer Center */

.footer .footer-center {
   width: 35%;
}
.footer .footer-center i {
   background-color: rgba(92, 44, 109, 0.54);
   color: #ffffff;
   font-size: 1rem;
   width: 38px;
   height: 38px;
   border-radius: 50%;
   text-align: center;
   line-height: 42px;
   margin: 10px 15px;
   vertical-align: middle;
}
.footer .footer-center i.fa-envelope {
   font-size: 17px;
   line-height: 38px;
}
.footer .footer-center p {
   display: inline-block;
   color: #ffffff;
   vertical-align: middle;
   margin: 0;
}
.footer .footer-center p span {
   display: block;
   line-height: 2;
}
.footer .footer-center p a {
   color: #9f7f38;
   text-decoration: none;
}
/* Footer Right */

.footer .footer-right {
   width: 20%;
}

.footer .footer-icons {
   margin-top: 25px;
}
.footer .footer-icons a {
   display: inline-block;
   width: 45px;
   height: 45px;
   cursor: pointer;
   background-color: #9f7f38;
   border-radius: 100px;
   font-size: 20px;
   color: #ffffff;
   text-align: center;
   line-height: 45px;
   margin-right: 20px;
   margin-bottom: 5px;
}
.copyright {
   width: 100%;
   text-align: center;
   padding: 3rem 0 3rem 0;
   bottom: 20px;
}
.copyright:before {
   content: "";
   height: 1px;
   width: 100%;
   background-color: rgba(103, 83, 38, 0.6);
   display: block;
   margin-bottom: 2rem;
}
/* ========== media queries styles ==========
========== media queries styles ==========
========== media queries styles ==========
========== media queries styles ==========
========== media queries styles ==========
========== media queries styles ==========
========== media queries styles ==========
========== media queries styles ==========
*/

@media only screen and (min-width: 737px) and (max-width: 1024px) {
   .main_h {
      padding-top: 2px;
   }
   .row {
      width: 95%;
      margin: 0 auto;
      position: relative;
   }
   .logo {
      float: left;
      width: 200px;
   }
   .logo img {
      max-width: 100%;
      max-height: 100%;
   }
   nav {
      width: 100%;
   }
   nav ul {
      padding-top: 10px;
      margin-bottom: 22px;
      float: left;
      text-align: center;
      width: 100%;
   }
   nav ul li {
      width: 100%;
      padding: 7px 0;
      margin: 0;
   }
   .mobile-toggle {
      display: block;
      padding-top: 1.6rem;
   }

   .content {
      height: 90vh;
      display: flex;
      align-items: center;
   }
   .content-message {
      width: 660px;
      margin: 0 auto;
      padding-top: 4rem;
      padding: 0 2rem 0 2rem;
   }
   .content-image {
      width: 220px;
      height: 320px;
      border-radius: 50px 0 50px 0;
   }
   .content-text {
      width: 60%;
   }
   .content-text h2 {
      color: #af8b47;
      font-size: 2rem;
   }
   .content-text h2:after {
      content: "";
      display: block;
      height: 2px;
      width: 80px;
      background-color: black;
      margin: 1rem 0 1rem 0;
   }
   .content-text p {
      font-size: 1.1rem;
      line-height: 1.6rem;
      color: #362618;
   }

   .contact {
      height: 90vh;
      display: flex;
      align-items: center;
   }
   .contact-message {
      width: 660px;
      margin: 0 auto;
      padding-top: 4rem;
      padding: 0 2rem 0 2rem;
   }
   .contact-image {
      width: 220px;
      height: 320px;
      border-radius: 50px 0 50px 0;
   }
   .contact-text {
      width: 60%;
   }
   .contact-text h2 {
      color: #af8b47;
      font-size: 2rem;
   }
   .contact-text h2:after {
      content: "";
      display: block;
      height: 2px;
      width: 80px;
      background-color: black;
      margin: 1rem 0 1rem 0;
   }
   .contact-text p {
      font-size: 1.1rem;
      line-height: 1.6rem;
      color: #362618;
   }

   .devider {
      height: 100vh;
   }

   .grid-menu {
      width: 100%;
      padding: 3rem 0 5rem 0;
   }
   .menu-items {
      width: 95%;
      height: auto;
      margin: 0 auto;
   }
   .grid-menu h2 {
      text-align: center;
      color: #af8b47;
      padding-bottom: 3rem;
   }
   .menu-items ul.grid {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
   }
   .menu-items ul li {
      display: inline-block;
      width: calc(100% / 2);
      float: left;
      padding: 0.7rem;
   }
   .footer-wrapper {
      width: 80%;
      margin: 0 auto;
   }
   .footer .footer-left,
   .footer .footer-center,
   .footer .footer-right {
      display: block;
      vertical-align: top;
      width: 80%;
   }
   /* ========== universal ==========*/
}
/* ========== end max-width:767px ==========*/
/* ========== end max-width:767px ==========*/
/* ========== end max-width:767px ==========*/
/* ========== end max-width:767px ==========*/
/* ========== end max-width:767px ==========*/
/* ========== end max-width:767px ==========*/
/* ========== end max-width:767px ==========*/

@media screen and (max-width: 736px) {
   h1 {
      font-size: 3rem;
   }
   h2 {
      font-size: 2rem;
   }
   .main_h {
      padding-top: 2px;
   }
   .row {
      width: 95%;
      margin: 0 auto;
      position: relative;
   }
   .logo {
      float: left;
      width: 200px;
   }
   .logo img {
      max-width: 100%;
      max-height: 100%;
   }
   nav {
      width: 100%;
   }
   nav ul {
      padding-top: 10px;
      margin-bottom: 22px;
      float: left;
      text-align: center;
      width: 100%;
   }
   nav ul li {
      width: 100%;
      padding: 7px 0;
      margin: 0;
   }
   .mobile-toggle {
      display: block;
      padding-top: 1.6rem;
   }
   .content {
      width: 100%;
      height: auto;
      padding: 4rem 0 4rem 0;
   }
   .content-message {
      width: 90%;
      margin: 0 auto;
      padding-top: 4rem;
      padding: 0 2rem 0 2rem;
   }
   .content-image {
      width: 90%;
      max-height: 100%;
      max-width: 100%;
      border-radius: 50px 0 50px 0;
   }
   .content-text {
      width: 100%;
      padding-left: 0;
      padding-top: 3rem;
      margin-left: 0;
   }
   .grid-menu {
      width: 100%;
      padding: 3rem 0 5rem 0;
   }
   .menu-items {
      width: 90%;
      height: auto;
      margin: 0 auto;
   }
   .grid-menu h2 {
      text-align: center;
      color: #af8b47;
      padding-bottom: 3rem;
   }
   .menu-items ul .grid {
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
   }
   .menu-items ul li {
      display: inline-block;
      width: calc(100%);

      text-align: center;
      background-color: white;
      padding: 0;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
   }

   .footer .footer-left,
   .footer .footer-center,
   .footer .footer-right {
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: left;
   }
   .footer .footer-center i {
      margin-left: 0;
   }
   .copyright {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      padding: 3rem 0 3rem 0;
      bottom: 20px;
   }
}
/* ========== end max-width:767px ==========*/
