body {
  overflow-x: hidden;
}

@media (min-width: 320px) and (max-width: 768px) {
  body {
    overflow-x: hidden !important;
  }

  .invisible1 {
    display: none;
  }
}

.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#mainNavbar {
  padding-left: 50px;
  padding-top: 20px;
}

#mainNavbar .dropdown-item {
  font-size: 12px;
}

.navbar-dark .navbar-brand {
  font-family: "Source Sans Pro", sans-serif;
}

.navbar-nav .nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 768px) {
  #mainNavbar {
    display: none;
  }

  .mobileBottomMenu {
    min-height: 56px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: #111;
    display: flex;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
  }

  .mobileBottomMenu a {
    color: #fff;
    font-size: 13px;
    padding-left: 6%;
  }

  .mobileBottomMenu .fa {
    color: #c59d5f;
    font-size: 20px;
  }

  .mobileBottomMenu a:hover {
    color: #c59d5f;
  }

  .mobileBottomMenu a .active {
    color: #c59d5f;
    text-decoration: none;
  }
}

.carousel-caption {
  position: absolute !important;
  right: 15% !important;
  top: 90px !important;
  left: 3% !important;
  z-index: 10 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: #fff !important;
  text-align: left !important;
}

.carousel-caption .btn-info {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  border-radius: 0px;
  font-family: "Bodoni Bk BT" Book;
  font-size: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 500;
  margin-top: 40px;
}

.display-4 {
  width: 42%;
  color: #fff;
  font-weight: 600 !important;
  letter-spacing: 3px;
  padding: 10px 0;
  font-family: "Butler", Regular;
  font-size: 47px !important;
}

.display-4 hr {
  height: 2px !important;
  background-color: #c59d5f !important;
  width: 50%;
}

.lead {
  font-family: "Bodoni Bk BT";
  font-size: 18px !important;
  color: #fff;
  font-weight: 400;
  width: 43%;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .carousel-caption {
    top: 40px !important;
  }

  .display-4 {
    width: 61% !important;
    font-size: 21px !important;
  }

  .lead {
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 64%;
    margin-top: 8px !important;
  }
}

.navbar.scrolled {
  background: #221f1f;
  transition: background 500ms;
}

.font-weight-light {
  font-family: "Source Serif Pro", serif;
}

.main img {
  width: 50%;
  height: 120px;
}

.main button {
  border: 1px solid #707070;
  color: #c59d5f;
  width: 100%;
}

.main button:hover {
  background-color: #c59d5f;
}

@media (min-width: 320px) and (max-width: 768px) {
  .main img {
    width: 70px;
    height: 70px;
  }

  .main button {
    border: 1px solid #707070;
    color: #c59d5f;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
  }
}

.about {
  margin-bottom: 5%;
}

.about h3 {
  font-size: 32px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
}

.about img {
  width: 100%;
  height: 400px;
}

.about h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
}

.decor-title:before {
  margin-left: -35px;
}

.decor-title:before,
.decor-title:after {
  content: "";
  position: absolute;
  top: 55px;
  background: url(../web_img/bef-af.png) no-repeat center;
  width: 26px;
  height: 6px;
}

.decor-title:after {
  margin-right: -30px;
}

.about p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}

.about a {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f !important;
  text-transform: uppercase;
  font-weight: bold;
}

.timeing {
  background-image: url("../web_img/home_back.png");
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5%;
  background-color: black;
  opacity: 1;
}

.timeing h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 2px;
  padding-bottom: 5px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
}

.timeing h3 {
  font-size: 25px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  padding-bottom: 5px;
}

.work-time {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-align: center;
}

.work-time2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 768px) {
  .work-time:before {
    display: none;
  }
}

.decor-title1:before {
  margin-left: -35px;
}

.decor-title1:before,
.decor-title1:after {
  content: "";
  position: absolute;
  margin-top: 10px;
  background: url(../web_img/bef-af.png) no-repeat center;
  width: 26px;
  height: 6px;
}

.decor-title1:after {
  right: 8;
}

.team_back {
  background-color: #eee;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.team h3 {
  font-size: 32px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-align: center;
  padding: 1% 0 0 1%;
  text-transform: uppercase;
  font-weight: bold;
}

.team h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
}

.team_img {
  width: 80% !important;
  text-align: center;
  margin-top: -1px !important;
}

@media (min-width: 320px) and (max-width: 768px) {
  .team_img {
    width: 100% !important;
    text-align: center;
  }

  .modal {
    top: 67% !important;
    position: fixed !important;
  }
}

.separator {
  width: 56px;
  height: 24px;
  margin: 10px auto 10px;
  background: url(../web_img/flower.png) no-repeat center;
  margin-top: -1%;
}

.team_name {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-align: center;
  padding-top: 5px;
  font-weight: bold;
}

.mode {
  background-image: url(../web_img/28.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5%;
}

.mode h3 {
  font-size: 40px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-align: center;
  padding: 1% 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
}

.mode_div {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff;
  width: 98%;
  border-radius: 3px;
}

.mode_div h4 {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5%;
}

.mode_div p {
  padding: 2%;
  color: #707070;
  width: 100%;
  text-align: center;
}

.testimonials {
  background-image: url("../web_img/bg1.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5%;
  max-height: 700px;
}

.testimonials h3 {
  font-size: 32px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-align: center;
  padding: 1% 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
}

.testimonials h4 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 150px 0 6px 0;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  color: #fff;
}

.bold-separator {
  float: left;
  width: 100%;
  margin: 50px 0;
  position: relative;
}

.bold-separator div {
  background: #fff;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border-radius: 100%;
}

.bold-separator:before {
  left: 35%;
}

.bold-separator:before,
.bold-separator:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  top: 2px;
  opacity: 0.3;
  background-color: #c59d5f;
}

.bold-separator:after {
  right: 35%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.testimonial {
  color: #fff;
  font: Times Roman;
  font-weight: 600;
}

.carousel .item {
  color: #fff;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}

.carousel .item a {
  color: #fff;
}

.carousel .overview b {
  text-align: center;
  padding-bottom: 5px;
  font-size: 28px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
}

.carousel .carousel-control {
  width: 30px;
  height: 30px;
  top: 14%;
  right: 46%;
  margin-bottom: 10px;
}

.carousel-control i {
  font-size: 30px;
  margin-right: 2px;
}

.carousel-control.left {
  left: auto;
  right: 51%;
  opacity: 2 !important;
}

.carousel-control.right {
  opacity: 2 !important;
}

.carousel-control.right i {
  margin-right: -2px;
}

.fa {
  color: #c59d5f;
}

.contact_inffo p {
  color: #c59d5f !important;
  text-align: center;
  font-size: 12px;
}

.backtop {
  background-color: #262526;
  text-align: center;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-transform: uppercase;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 0.5%;
  text-decoration: none;
}

.contact {
  background-image: url("../web_img/home_back.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
  min-height: 550px;
}

.contact h3 {
  color: #fff;
  font-size: 34px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-align: center;
}

.contact h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-align: center;
  padding-top: 20%;
}

.contact-details h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-details hr {
  height: 1px;
  background-color: #c59d5f;
}

.location h3 {
  font-size: 22px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.get_in_touch h3 {
  font-size: 32px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-align: center;
}

.get_in_touch h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
}

#contactus {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  background: #f9f9f9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contactus h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contactus h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contactus input[type="text"],
#contactus input[type="number"],
#contactus input[type="date"],
#contactus input[type="email"],
#contactus input[type="tel"],
#contactus input[type="url"],
#contactus textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 10px;
  padding: 10px;
  height: 50px;
}

#contactus select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 10px;
  padding: 10px;
  height: 50px;
}

#contactus input[type="number"]:hover,
#contactus input[type="date"]:hover,
#contactus input[type="text"]:hover,
#contactus input[type="email"]:hover,
#contactus input[type="tel"]:hover,
#contactus input[type="url"]:hover,
#contactus textarea:hover #contactus select:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contactus textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contactus button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: 0;
  background: #000;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contactus button[type="submit"]:hover {
  background: #c59d5f;
}

#contactus button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contactus input:focus,
#contactus textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

.modal {
  top: 1% !important;
  position: fixed !important;
}

.modal .row {
  border-bottom: 1px solid #ccc;
  padding: 1% 0 1% 0;
}

.table_resarvation h2 {
  font-size: 44px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-align: center;
  font-weight: bold;
}

.table_resarvation h3 {
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  text-align: center;
  padding-top: 20px;
}

#tablereserv {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.24);
}

.items {
  width: 90%;
  margin: 0 auto;
  background-color: #fff !important;
}

.slick-slide {
  margin: 10px;
}

.slick-slide .slide1 a {
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  .slick-slide .slide1 {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 2%;
    font-size: 12px;
  }
}

#tablereserv h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#tablereserv h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

#tablereserv h5 {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#tablereserv input[type="text"],
#tablereserv input[type="number"],
#tablereserv input[type="date"],
#tablereserv input[type="email"],
#tablereserv input[type="tel"],
#tablereserv input[type="url"],
#tablereserv textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 10px;
  padding: 10px;
  height: 50px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  border-radius: 20px;
}

#tablereserv .input {
  width: 60% !important;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 10px;
  padding: 10px;
  height: 50px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  border-radius: 0 !important;
}

#tablereserv label {
  font-weight: bold;
  font-size: 15px;
}

#tablereserv select {
  width: 100%;
  border: 1px solid #ccc;
  background: #000;
  margin: 0 0 10px;
  padding: 10px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 20px;
}

#tablereserv input[type="number"]:hover,
#tablereserv input[type="date"]:hover,
#tablereserv input[type="text"]:hover,
#tablereserv input[type="email"]:hover,
#tablereserv input[type="tel"]:hover,
#tablereserv input[type="url"]:hover,
#tablereserv textarea:hover #tablereserv select:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#tablereserv textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#tablereserv button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: 0;
  background: #c59d5f;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  border-radius: 20px;
}

#tablereserv button[type="submit"]:hover {
  background: #c59d5f;
}

#tablereserv button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#tablereserv input:focus,
#tablereserv textarea:focus {
  outline: 0;
}

#tablereserv .items {
  width: 100%;
  border: 1px solid #ccc;
  background: #000;
  margin: 0 0 10px;
  padding: 10px;
  height: auto;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 20px;
}

#tablereserv .items p {
  color: red;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 20px 0 0 20px;
  width: 20%;
  height: 50px;
  margin-top: -0.8%;
  font-weight: bold !important;
}

form #decrease b {
  font-size: 20px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 20px 20px 0;
  width: 20%;
  height: 50px;
  margin-top: -0.8%;
  font-weight: bold !important;
}

form #increase b {
  font-size: 20px;
}

form #input-wrap {
  margin: 0;
  padding: 0;
}

input#number {
  text-align: center;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 40px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tifin .cart {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  width: 90%;
  text-align: center;
  margin-top: 4%;
}

.tifin .cart h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 4% 0 1% 0;
  font-family: Lato "regular";
}

.tifin .cart p {
  text-align: center;
  color: #262526;
  font-size: 14px;
  padding: 0 6% 0 6%;
  font-family: Lato "regular";
}

.tifin .cart h4 {
  text-align: center;
  color: #707070;
  font-size: 14px;
  font-family: Lato "bold";
  padding-bottom: 2%;
}

.tifin .cart .btn-default {
  background-color: #fff;
  color: #707070;
  font-size: 13px;
  font-family: Lato "bold";
  font-weight: bold;
  width: 80%;
  border-radius: 15px;
  border: 1px solid #707070;
  margin-bottom: 4%;
}

.bold-separator1 {
  float: left;
  width: 100%;
  margin: 5px 0;
  position: relative;
}

.bold-separator1 div {
  background: #000;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border-radius: 100%;
}

.bold-separator1:before {
  left: 35%;
}

.bold-separator1:before,
.bold-separator1:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 2px;
  top: 2px;
  opacity: 0.3;
  background-color: #c59d5f;
}

.bold-separator1:after {
  right: 35%;
}

.tifin_booking .cart {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  width: 90%;
  text-align: center;
  margin-top: 4%;
  padding-top: 2%;
}

.tifin_booking h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 4% 0 1% 0;
  font-family: Lato "regular";
  text-align: center;
}

.tifin_booking img {
  align-items: center;
}

.tifin_booking p {
  text-align: center;
  color: #262526;
  font-size: 14px;
  padding: 0 6% 0 6%;
  font-family: Lato "regular";
}

.tifin_booking h4 {
  text-align: center;
  color: #707070;
  font-size: 14px;
  font-family: Lato "bold";
  padding-bottom: 2%;
}

.tifin_booking .btn-default {
  background-color: #707070;
  color: #fff;
  font-size: 13px;
  font-family: Lato "bold";
  font-weight: bold;
  width: 80%;
  border: 1px solid #707070;
  margin-bottom: 4%;
  margin-top: 3%;
  border-radius: none !important;
}

.tifin_booking label {
  color: #707070;
  font-size: 14px;
  font-family: Lato "Regular";
  font-weight: 500;
  padding-right: 30% !important;
}

.tifin_booking .offer {
  background-color: #bbb;
  color: #000;
  width: 100%;
  margin-top: 4%;
  padding: 0 2% 0 2%;
}

.tifin_booking .offer .fa {
  color: red;
}

.tifin_booking .offer a {
  color: #000;
  text-decoration: none;
}

.mycustom input[type="text"] {
  border: 0;
  width: 100%;
  padding-right: 123px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 12px;
}

.mycustom .input-group-prepend {
  position: absolute;
  right: 6px;
  top: 3px;
  bottom: 4px;
  z-index: 9;
}

.btn-primary {
  padding: 4%;
  background-color: #fff !important;
  color: #000;
  border: none !important;
  font-size: 13px;
}

.btn-primary:hover {
  color: #000;
}

.modal p {
  font-size: 11px;
  font-weight: 700;
  padding-top: 3%;
}

.availablepromo {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff;
  padding-bottom: 2%;
  width: 98%;
  margin: 2% !important;
}

.availablepromo b {
  color: #c59d5f;
  margin-left: 4px;
}

.availablepromo p {
  color: #000;
  padding-left: -5% !important;
}

.availablepromo .btn-success {
  margin-top: -4%;
}

.cartt {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff;
  padding-bottom: 2%;
  width: 98%;
  margin: 2%;
}

.cartt .fa {
  color: #000;
}

.cartt b {
  font-size: 13.5px;
  padding-top: -10px;
}

.cartt .btn-primary {
  color: #c59d5f;
  border: 1px solid #806c80 !important;
  height: 30px;
  font-size: 12px;
  font-weight: 900;
}

.cartt .btn-primary:hover {
  color: #c59d5f;
}

.cartt .take {
  background-color: #ccc;
  color: #000;
  padding: 3%;
  margin-top: -1%;
}

.cartt textarea {
  width: 80%;
  margin: 2rem auto;
  height: 50px;
  border-radius: 3px;
  font-size: 13px;
}

.cartt .offer {
  background-color: #bbb;
  color: #000;
  width: 100%;
  margin-top: 1%;
  padding: 0 2% 0 2%;
}

.cartt .offer b {
  color: #000;
  font-size: 13px;
}

.cartt .offer .fa {
  color: red;
}

.cartt .offer a {
  color: #000;
  text-decoration: none;
}

.cartt .btn-default {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-family: Lato "bold";
  font-weight: bold;
  width: 80%;
  border: 1px solid #707070;
  margin-bottom: 4%;
  margin-top: 3%;
  border-radius: none !important;
  margin-left: 9%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .cartt {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-color: #fff;
    padding-bottom: 2%;
    width: 100%;
    border-radius: 10px;
  }

  .cart {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 100%;
    text-align: center;
    margin-top: 4%;
  }
}

.empty img {
  width: 50%;
  margin-left: 25%;
}

.empty p {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

.empty {
  padding: 30px;
}

.contact_others {
  background-image: url("../web_img/sda.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: norepeat;
  background-size: cover;
  height: 200px;
}

.contact_others h3 {
  color: #fff;
  font-size: 34px;
  font-family: "Source Sans Pro", sans-serif;
  color: #c59d5f;
  text-align: center;
}

.contact_others h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  font-family: rosit;
  color: #c59d5f;
  text-align: center;
  padding-top: 8%;
}

.cart {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  width: 100%;
  text-align: center;
  padding-top: 20%;
  margin-top: 4%;
}

table {
  width: 100%;
  margin-bottom: 2%;
}

.message-loading-overlay2 > .ace-icon2 {
  position: absolute;
  top: 35% !important;
  left: 0;
  right: 0;
  text-align: center;
  color: yellow;
}

.bigger-320 {
  font-size: 326% !important;
}

.empty img {
  width: 50%;
  margin-left: 25%;
}

.message-loading-overlay2 {
  position: absolute;
  z-index: 14;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.show_small_details {
  color: black;
  font-size: 9px;
  font-weight: 100;
  margin-top: -2px;
  margin-inline-start: 10px;
}

.td_cart {
  padding: 0 0 15px 0;
}

.wallet_checkbox {
  float: right;
  margin-top: -50px;
}

.hidden_file,
.only_complete,
.offer_not_apply {
  display: none;
}

.pz-5 {
  padding-top: 1rem !important;
}

.button_click_color {
  cursor: pointer !important;
  width: 100% !important;
  border: none !important;
  background: #c59d5f !important;
  color: #fff !important;
  margin: 0 0 5px !important;
  padding: 10px !important;
  font-size: 15px !important;
  border-radius: 20px !important;
}

.logo_set_hw {
  height: 100px;
  width: 80px;
}

.onload_img {
  width: 100%;
}

@font-face {
  font-family: "entypo-fontello";

  src: url("https://hakkasan.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff")
    format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#top .avia-font-entypo-fontello,
body .avia-font-entypo-fontello,
html body [data-av_iconfont="entypo-fontello"]:before {
  font-family: "entypo-fontello";
  background-color: black !important;
}

.navbar-brand {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@font-face {
  font-family: "fontello";

  src: url("https://hakkasan.com/wp-content/uploads/avia_fonts/fontello/fontello.eot?#iefix")
    format("embedded-opentype");
}

.heroSection {
  height: 100vh;
  width: 100%;
  background-image: url("./assests/pablo-merchan-montes-Orz90t6o0e4-unsplash.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.heroTitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* @media screen and (max-width: 991px) {
    .heroSection {
      height: 50vh;
    }
  } */

.av-layout-grid-7 {
  background-color: black;
}

.heroTitle {
  animation: fadeIn 0.8s ease-in-out;
}

.nav-link {
  animation: opacity 0.8s ease-in-out;
}

.cardContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourTeamSection {
  height: auto;
  padding: 2rem;
  background-color: rgb(35, 35, 35);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ourteamCard img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

.ourteamCard {
  padding: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.after_slider {
  background-color: grey;
  color: rgb(33, 31, 33);
}

.inner_img {
  /* background-image: url("https://assets-2019.hakkasan.com/wp-content/uploads/2019/07/05150411/Hakkasan-Mumbai_300px_RGB1.jpg"); */
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.inner_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.8;
  display: block;
  height: 100%;
  width: 100%;
  background: url("./assests/vignette.png") no-repeat 50%;
  background-size: 100% 100%;
}

.inner1_img {
  background-image: url("https://assets-2019.hakkasan.com/wp-content/uploads/2019/03/28143550/hakkasan.hakkasan-model.08.2015-4.high-resolution-2048x1365.jpg");
}

.mainC {
  background-color: #000;
  padding-top: 2px;
}

.card-body img {
  width: 100%;
}

.card-body {
  background-color: black;
}

.card {
  border: none !important;
}

.card-body p {
  color: white;
}

.outer {
  background-color: black;
  height: 100%;
}

.stry {
  font-size: x-large;
}

.card {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none !important;
}

.ccool {
  background-color: black;
  margin: auto !important;
}

.card-body {
  background-color: black;
}

.card-text {
  height: fit-content;
  color: white;
}

.txtAbout {
  z-index: 8;
}

.crds {
  background-color: black;
}

.cardd {
  border: none !important;
}

@media (min-width: 100px) and (max-width: 990px) {
  footer {
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    padding: 20px 0;
  }

  .f {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .row {
      flex-direction: column;
      flex-wrap: wrap;
    } */

  .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex_column.av_three_fifth {
    width: 100%;
    margin: 2px;
  }

  /* Add some top margin for spacing on the content column */
  .flex_column.av_two_fifth {
    width: 100%;
    margin-top: 20px;
  }

  .flex_cell_inner {
    align-items: flex-start;
  }

  .avia_textblock font-small {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    flex-wrap: wrap;
  }

  .iconlist-char {
    display: block;
    margin-bottom: 10px;
    align-items: flex-start;
  }

  .avia_textblock.font-small p {
    margin-bottom: 10px;
    /* Add some margin between the paragraphs in column layout */
  }
}

@media screen and (max-width: 400px) {
  .iconlist-char {
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
  }
}

/* Responsive Styles for Social Media Icons */
@media screen and (max-width: 1099px) {
  /* footer {
      padding-right: 10px;
      margin-right: 15px;
    } */
  .avia-icon-list-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
  }

  .avia-icon-list {
    flex-wrap: wrap;
    width: auto;
  }

  .avia-icon-list li {
    margin: 5px;
    /* Add spacing between icons */
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .testim .wrap {
    display: flex;
    flex-direction: column;
  }

  .testim .cont {
    width: 100%;
  }

  .testim .cont > div {
    width: 100%;
  }

  .testim .dots {
    display: flex;
    justify-content: center;
  }

  /* .testim .arrow {
        display: none;
    } */

  .avia_textblock.font-small {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 985px) and (max-width: 1185px) {
  .f {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (min-width: 950px) and (max-width: 1150px) {
  .flex_cell_inner {
    flex-wrap: wrap;
    margin-right: 25px;
  }
}

.nav-item .nav-link {
  color: white !important;
}

.navHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 0, 0, 0.5);
  z-index: 10;
}

.navbarlist {
  gap: 1rem;
}

.navListContainer {
  gap: 2rem;
}

.footer_color ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
}
