/*
Theme Name: Alex Chef by Beaver Global.
Author: Beaver Global
Author URI: http://beaverglobal.com/
Description: This is a custom Theme By Beaver Global
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
--------------------------------------------------------------*/
:root{
  --primaryClr: #FA6178;
  --siteDark: #212121;
  --secondaryClr: #090A0E;
  --mutedClr: #797979;
  --lightClr: #f8f8f8;
  --siteYellow: #CBA135;
  --sitePink: #FDD0E2;
  --siteRed: #ff0000;
  --headClr: #27204B;
  --textClr: #27204B;

}

/* ---------------------------------------------------
 #comman
  --------------------------------------------------*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
 }
h1, h2, h3, h4, h5 {
  font-family: 'Cinzel', serif;
 }
.container {
  max-width: 1200px;
}
.burger {
  padding: 100px 0;
}
.masthead h2 {
  font-size: 60px;
  font-family: 'Cinzel', serif;
}
.blue-bg {
  background-color: #1d2731;
}
.white-text {
  color: #FFF;
}
.bg-grey {
  background-color: #f2f2f2;
}
.btn-bordered {
  border:1px solid #c6a177;
  padding: 8px 16px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  min-width: 200px;
  color: #000;
  transition: 0.3s all;
}
.btn-bordered:hover {
  background-color: #1a2732;
  border-color: #1a2732;
  color: #c6a177;
  text-decoration: none;
}
/* ---------------------------------------------------
 #header
 --------------------------------------------------*/
.site-header {
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: fixed;
  background-color: #FFF;
  width: 100%;
  z-index: 9;
}
a.site_logo {
    display: inline-block;
    width: 180px;
    transition: 0.3s all;
}
.site-header.nav-fixed {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.nav-item a {
    padding: 0 12px;
    color: #000;
}
a:hover {
  color: #c6a177;
  text-decoration: none; 
}
.contact_number {
    color: #c6a177;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
}
.offset {
  height: 85px;
}
/* ---------------------------------------------------
 #banner
 --------------------------------------------------*/
.banner {
  height: calc(100vh - 85px);
  background-repeat: no-repeat;
  background-size: cover;
 }
.slogan {
  transform: translate(-50%, -50%;);
  position: absolute;
  top: 40%;
  left: 50%;
  color: #c6a177;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
}
/* ---------------------------------------------------
 #about
 --------------------------------------------------*/
.about-bg {
  background-color: #F2F2F2;
}
.about-wrapper {
  padding-top: 100px;
}
.about-wrapper .masthead {
  margin-top: 70px;
}
/* ---------------------------------------------------
 #services
 --------------------------------------------------*/
 .service-bg {
  position: relative;
 }
 .service-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  content: "";
  background-color: #1d2731;
  z-index: -1;
 }
 .service-img {
  text-align: center;
 }
.service-wrapper {
  padding-left: 10%;
  padding-right: 20%;
}
.service-bg .masthead h2 {
  color: #c6a177;
  margin-bottom: 50px;
  margin-top: 50px;
}
.service-bg .list ul {
  padding: 0;
  margin-top: 50px;
}
.service-bg .list li {
  color: #c6a177;
  font-family: 'Cinzel', serif;
  font-size: 30px;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 10px;
}
.list {
  margin-top: 5em;
}
/* ---------------------------------------------------
 #menu
 --------------------------------------------------*/
 .menu .masthead {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
 }
 .menu-box {
  background-color: #FFF;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
 }
.menu-box-wrapper {
  padding: 50px;
  text-align: center;
}
.menu-box-wrapper h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
/* ---------------------------------------------------
 #gallery
 --------------------------------------------------*/
.gallery-bg {
  background-image: url('img/line.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.gallery-bg .masthead {
  padding: 50px 0;
  text-align: center;
}
.gallery-bg .masthead h2 {
  color: #c6a177;
  margin: 0;
}
.gallery_slider .swiper-slide {
    min-height: 408px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 !important;
}

.gallery_slider .swiper-pagination {
    bottom: 0;
}
.gallery_slider .swiper-pagination-bullet {
    width: 30px;
    border-radius: 0;
    height: 3px;
    background-color: #f0f0f0;
    opacity: 1;
}
.gallery_slider .swiper-pagination-bullet-active{
  background-color: var(--primaryClr) !important;
}
.swiper-slide-prev, .swiper-slide-next {
  width: 25% !important;
}
.swiper-slide-active {
  width: 50% !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 23%;
  height: 50px;
  width: 50px;
  background-color: #FFF;
  color: #000;
  border-radius: 100%;
  background-size: 25%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 23%;
  height: 50px;
  width: 50px;
  background-color: #FFF;
  color: #000;
  border-radius: 100%;
  background-size: 25%;
}
/* ---------------------------------------------------
 #cotact
 --------------------------------------------------*/
.contact-info {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #c6a177;
  text-align: center;  
}
.contact-info a {
  color: #FFF;
}
.contact-info .social {
  margin-top: 50px;
}
.contact-info .social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #c6a177;
  transition: 0.3s all;
}
.social a:hover {
   background-color: #1a2732;
  border-color: #1a2732;
  color: #c6a177;
}
.contact .masthead {
  padding-left: 10%;
  padding-right:20%;
}
.big-text {
  font-size: 36px;
}
.contact-form input, .contact-form textarea {
  border: none;
  border-bottom: 1px solid #CCC;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}
.contact-form textarea {
  height: 100px;
}
.contact-bg {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-btn {
  text-align: center;
  margin-top: 50px;
}
.wpcf7-submit {
  width: 300px !important;
  border:1px solid #c6a177;
  padding: 12px 24px !important;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  color: #FFF;
  background-color: #c6a177;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s all;
}
.wpcf7-submit:hover {
  background-color: #1a2732;
  border-color: #1a2732;
  color: #c6a177;
}
footer {
  padding: 10px 0;
}
footer .copyright {
  font-size: 0.8em;
  opacity: 0.7;
  text-align: center;
}
/* ---------------------------------------------------
 # Responsive
 --------------------------------------------------*/
@media screen and (max-width: 768px) {
    .banner {
      background-size: contain;
      background-repeat: no-repeat;
      height: auto;
      background-image: none;
      background-color: #000;
    }
    .banner img {
      height: 350px;
    }
    .slogan {
      top: 40%;
      left: 29%;
      font-size: 25px;
    }
    .contact_number {
      font-size: 12px;
    }
    .mob-order-1 {
      order: 1;
    }
    .mob-order-2 {
      order: 2;
    }
    .mob-order-3 {
      order: 3;
    }
    .burger {
      padding: 50px 0;
    }
    .about-wrapper .masthead {
      margin-top: 0;
    }
    .masthead h2 {
      font-size: 46px;
    }
    .service-bg:after {
      width: 100%;
    }
    .service-bg .list li {
      font-size: 18px;
    }
    .service-wrapper {
      padding: 0;
    }
    .menu .masthead {
      width: 100%;
    }
    .menu-box {
      margin-bottom: 30px;
    }
    .gallery_slider .swiper-slide-active {
      width: 100%;
    }
    .contact .masthead {
      padding: 0;
      margin-top: 50px;
    }
    .contact-bg {
      height: 400px;
    }
    .contact-info {
      left: 0%;
      top: 0%;
      transform: none;
      position: relative;
      margin-top: 20%;
    }
    .big-text {
      font-size: 24px;
    }
    .container {
      max-width: 100%;
    }
    .site-header {
      padding: 10px 0;
    }
    .contact-form {
      margin-bottom: 30px;
    }
    .swiper-slide-prev, .swiper-slide-next {
      width: 100% !important;
    }
    .swiper-slide-active {
      width: 100% !important;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      left: 2%;
     
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
      right: 2%;
    }
   
    .offset {
        height: 58px;
    }
     .navbar-collapse{
        flex-direction: column-reverse;
      display: flex;
      background-color: rgb(240, 240, 240);
      padding: 15px 0px;
      align-items: center;
      margin-top: 8px;
      text-align: center;
  }
  .navbar-expand-md>.container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-menu{
    width: 100%;
  }
  .logo_wrapr{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .site-menu > li > a {
    padding: .5em 1em;
    text-align: center;
    display: block;
    border-bottom: .03em solid rgba(255,255,255,.2);
  }
  
  .navbar-toggler {
    border: none;
    width: 1.5em;
    cursor: pointer;
    position: relative; 
    height: 31px;
  }
  .navbar-toggler span {
    display: block;
    height: .12em;
    width: 100%;
    left: 0;
    background-color: #c6a177;
    position: absolute;
    border-radius: 100px;
    transform-origin: center;
    transition: all .3s;
  }
  button:hover, button:focus {
    outline: none;
  }

  .navbar-toggler span:nth-child(1) {
    transform: rotate(-135deg);
    top: 16px;
  }
  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    top: 16px;
    background-color: transparent;
  }
  .navbar-toggler span:nth-child(3) {
    transform: rotate(135deg);
    top: 16px;
  }
 
  .navbar-toggler.collapsed span:nth-child(1) {
    top: 10px;
    transform: rotate(0deg);
  }
  .navbar-toggler.collapsed span:nth-child(2) {
    top: 16px;
  }
  .navbar-toggler.collapsed span:nth-child(3) {
    transform: rotate(0deg);
    top: 23px;
  }
  .navbar-collapse {
    position: fixed;
    left: 0;
    width: 100%;
  }  
  .list {
    margin-top: 2em;
  }
}