:root {
  --primary-color: #ffcd00;
  --secondary-color: #000000;
  --heading-text: #000000;
  --text-normal-color: #666666;
  --white-color: #fff;
  --black-color: #000;
}

[type=date] {
  background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type=date]::-webkit-inner-spin-button {
  display: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.p5 {
  padding: 5rem;
}

.f-44 {
  font-size: 44px !important;
}

.mr-half {
  margin-right: 0.5rem !important;
}

.mb-half {
  margin-bottom: 0.5rem;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mar-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 1rem !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.font-weight-bold {
  font-weight: 600;
}

.w-100 {
  width: 100%;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-16 {
  font-size: 16px;
}

.f-14 {
  font-size: 14px;
}

.w-icon {
  width: 24px;
}

.shadow {
  box-shadow: 0px 3px 90px #e1e1e1 !important;
}

.circle-primary {
  width: 30px;
  height: 30px;
  border-radius: 160px;
  background-color: var(--primary-color);
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  text-align: center;
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.text-gray {
  color: #666;
}

.small {
  font-size: 12px;
}

.hide {
  display: none;
}

.text-right {
  text-align: right;
}

.page-item.active .page-link {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  border-radius: 4px;
}

.page-link {
  color: #666;
  border: none;
}

.page-link:hover {
  color: #666;
  background: none;
  box-shadow: none;
}

.fs-modal {
  margin: 0important;
  padding: 0 !important;
}
.fs-modal .modal-dialog {
  max-width: 100%;
  margin: 0px !important;
}
.fs-modal .modal-body {
  min-height: 100vh;
}

.close-big {
  position: absolute;
  right: 20px;
  font-size: 40px;
  color: var(--black-color);
  top: 20px;
}
.close-big:hover {
  color: var(--primary-color);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--primary-color);
}

.scroll-time {
  overflow: auto;
  white-space: nowrap;
}

.scroll-time::-webkit-scrollbar {
  box-shadow: inset 0 0 5px #ced4da;
  border-radius: 10px;
  height: 13px;
}

.scroll-time::-webkit-scrollbar-thumb {
  background: #ffcd00;
  border-radius: 21px;
}

.scroll-time::-webkit-scrollbar-thumb:hover {
  background: #eec51f;
  border: #878787 1px solid;
}

.fix-flex {
  flex: 0 0 auto;
}

.max-w-1000 {
  max-width: 790px;
}
@media all and (max-width: 767px) {
  .max-w-1000 {
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-6 {
    margin-bottom: 2rem !important;
  }

  .mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm-flex-colum {
    flex-direction: column;
  }

  .sm-d-block {
    display: block !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  transition: width 0.1s ease;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-space {
  padding: 7rem 0rem;
}

.section-head {
  text-align: center;
}
.section-head h3 {
  font-size: 2rem;
}
.section-head h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.section-head span {
  width: 130px;
  height: 3px;
  background: var(--primary-color);
  display: block;
  margin: 2rem auto;
}

@media all and (max-width: 767px) {
  .section-head h3 {
    font-size: 1.5rem;
  }
  .section-head h2 {
    font-size: 2rem;
  }

  .section-space {
    padding: 2rem 0rem;
  }
}
button {
  transition: margin-right 2s 0.5s;
}

.btn-outline {
  border: 1px solid var(--primary-color);
}
.btn-outline:hover {
  color: #fff;
}

.btn-primary-outline {
  border: 1px solid var(--primary-color);
}

.btn-primary-site {
  width: auto;
  background: none;
  padding: 15px 30px;
  color: var(--white-color);
  font-weight: 600;
  transition: width 0.1s ease;
  color: var(--white-color);
}
.btn-primary-site:hover {
  color: var(--white-color);
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px white;
  position: relative;
}

.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #fff solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

header {
  width: 100%;
  font-size: 16px;
  transition: all 0.2s ease-out;
  background: var(--primary-color);
}
header img {
  height: 100px;
  transition: all 0.2s ease-out;
}
header .menus {
  display: flex;
}
header .menus li a {
  margin-left: 2rem;
  color: var(--white-color);
  display: inline-block;
  min-height: 40px;
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
}
header .menus li a:hover {
  border-bottom: 2px solid var(--primary-color);
  cursor: pointer;
  opacity: 0.8;
}
header .search-head {
  margin-left: 4rem;
}
header .search-head a {
  color: var(--white-color);
  min-height: 40px;
  display: flex;
  align-items: center;
}
header .search-head a i {
  display: inline-block;
}
header .search-head a i img {
  height: 16px;
  margin-right: 1rem;
}

.inner-heder {
  background-color: #000;
}

.dark-color {
  background: var(--primary-color);
  z-index: 999;
  position: fixed;
  top: 0px;
}
.dark-color img {
  height: 70px;
}

#main-nav:target {
  width: 80vw;
}

#main-nav:target + .page-wrap {
  width: 0%;
}

#main-nav:target + .page-wrap .open-menu {
  display: none;
}

#main-nav:target + .page-wrap .close-menu {
  display: block;
  left: 0px !important;
  width: 55vw !important;
  top: 30px !important;
}

#main-nav:target + .page-wrap .main-header {
  width: 80%;
  left: 20%;
}

.sm-menu {
  display: none;
  background: var(--primary-color);
  height: 70px;
  position: sticky;
  z-index: 1000;
  top: 0;
  box-shadow: 0px 3px 90px #d1d1d1;
  transition: all 0.2s ease-out;
}

.main-nav .btn {	
  width: 50%;	
}

.main-nav {
  position: fixed;
  top: 0;
  width: 0;
  right: 0px;
  height: 100%;
  background: var(--black-color);
  overflow-y: auto;
  transition: width 0.1s ease;
  box-shadow: 0px 3px 90px var(--black-color);
  z-index: 9;
}

.main-nav .text-dark {
  color: var(--dark-heading) !important;
}

.main-nav a {	
  display: block;	
  color: var(--white-color);	
  font-size: 13px;	
  padding: 20px 0px;	
}

.main-nav a:hover,
.main-nav a:focus {
  background: var(--black-color);
}

.main-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 34px;
}

.main-header {
  position: relative;
}

.main-header .sm-logo {
  position: absolute;
  top: 16px;
  text-align: left;
  left: 20px;
}
.main-header .sm-logo img {
  height: 40px;
}

.main-header .open-menu {
  position: absolute;
  right: 20px;
  top: 10px;
  color: var(--white-color);
  font-size: 32px;
}

@media all and (max-width: 767px) {
  .sm-menu {
    display: block;
  }

  header {
    display: none;
  }
}
.banner {
  background-color: #000;
  height: 100vh;
  background-image: url(../Images/Artboard-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.banner h1 {
  color: var(--white-color);
  font-size: 5rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .banner {
    height: auto;
    padding: 2rem 0rem;
  }
  .banner h1 {
    font-size: 3rem;
  }
}
.inner-banner {
  padding: 60px 0px;
  background-image: url(../Images/Artboard-1.png);
  background-position: center;
  background-size: cover;
}
.inner-banner .search-box {
  padding: 10px 10px 10px 40px;
}
@media all and (max-width: 767px) {
  .inner-banner .search-box {
    padding: 20px;
  }
}
.inner-banner .search-btn {
  height: 50px;
  width: 50px;
}
@media all and (max-width: 767px) {
  .inner-banner .search-btn {
    width: 100%;
  }
}

.inner-banner-details {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
   background-size: cover;	
  background-repeat: no-repeat;	
  position: relative;	
}	

@media all and (max-width: 767px) {	
  .inner-banner-details {	
    height: auto;	
    padding: 50px 0px;	
  }	
}

.inner-banner-details .over-lay {	
  position: absolute;	
  width: 100%;	
  height: 100%;	
  background: #000;	
  top: 0px;	
  opacity: 0.5;
}

.inner-banner-details img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-section {
  height: 50vh;
  overflow: hidden;
}
.image-section img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}

@media all and (max-width: 767px) {
  .image-section {
    height: 50vh;
  }
  .image-section img {
    height: 50vh;
  }
}
.box-img {
  width: 100%;
  height: 300px;
  background: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
}
.box-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background: var(--primary-color);
}
footer input {
  height: 60px;
  width: 25vw;
  padding: 0px 1rem;
}
footer button {
  border: none;
  background: var(--black-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 2rem;
  transition: all 0.2s ease-out;
  height: 60px;
}
footer button:hover {
  opacity: 0.8;
}
footer ul {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
footer ul li {
  padding: 0rem 1.5rem;
}
footer ul li a {
  color: var(--white-color);
  transition: all 0.2s ease-out;
}
footer ul li a:hover {
  color: var(--white-color);
  opacity: 0.5;
}
footer img {
  height: 50px;
}
footer .social a {
  font-size: 25px;
  color: var(--white-color) !important;
  display: inline-block;
  padding-right: 2rem;
}

@media all and (max-width: 991px) {
  footer input {
    width: 60%;
  }
}
@media all and (max-width: 767px) {
  footer input {
    width: 100%;
  }
  footer button {
    width: 100%;
    margin-top: 0.5rem;
  }
  footer ul li {
    margin-bottom: 1rem;
  }
  footer img {
    height: 40px;
  }
}
.box-feature {
  height: 200px;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}
.box-feature img {
  height: 70px;
}

.search-box {
  background: var(--white-color);
  padding: 1.5rem 3rem;
  height: auto;
  border-radius: 85px;
  text-align: left;
  align-items: center;
}
.search-box label {
  font-weight: 600;
}
.search-box input, .search-box select {
  border: none;
  padding: 0px;
}

.search-btn {
  height: 80px;
  width: 80px;
  border-radius: 160px;
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border-right {
  border-right: 2px solid #000;
}

@media all and (max-width: 767px) {
  .search-box {
    border-radius: 4px;
    padding: 2rem;
  }

  .border-right {
    border: none;
  }

  .search-btn {
    width: 100%;
    border-radius: 4px;
    height: 40px;
  }

  input {
    padding: 0.5rem 1rem !important;
    border: 1px solid #f1f1f1 !important;
  }
}
.partner-logo {
  height: 100px;
  width: 100%;
}
.partner-logo img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media all and (max-width: 767px) {
  .partner-logo {
    height: 80px;
  }
  .partner-logo img {
    height: 80px;
  }
}
.become-a-partner {
  background: var(--black-color);
  height: 60vh;
  text-align: center;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.become-a-partner p {
  color: var(--white-color);
  opacity: 0.6;
}

.testimonial-box {
  display: flex;
}
.testimonial-box .people-head {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 160px;
  overflow: hidden;
}
.testimonial-box .people-head img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-box .testi-name {
  font-size: 16px;
  text-transform: uppercase;
}
.testimonial-box .line {
  width: 50px;
  height: 3px;
  background: var(--black-color);
  display: block;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.number-code {
  /* width: 32%; */
  width: 130px;
}

.dash-box {
  width: 100%;
  height: 220px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 30px rgba(152, 152, 152, 0.08);
  padding: 2rem;
  margin-bottom: 20px;
  border: 1px solid #f1f1f1;
}
.dash-box a {
  color: #000;
}
@media all and (max-width: 767px) {
  .dash-box {
    height: auto;
  }
}
.dash-box:hover {
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 3px 90px #989898;
}
.dash-box i {
  font-size: 48px;
  color: var(--primary-color);
  display: block;
  height: 60px;
}

.b-card-item {
  background: #fff;
  box-shadow: 0px 3px 30px rgba(152, 152, 152, 0.08);
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  overflow: hidden;
}
.b-card-item .product-img {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.b-card-item .product-img .which-action {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(3deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7581407563) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}
.b-card-item .product-img .which-action a {
  color: #fff;
  font-size: 34px;
}
.b-card-item .product-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-card-deatils {
  padding: 1rem;
}

.width-left-card {
  width: 280px;
}
@media all and (max-width: 767px) {
  .width-left-card {
    width: 100%;
  }
}

.restourent-details {
  padding: 60px 0px;
}

.border-right-1 {
  border-right: 1px solid #e1e1e1;
}

.border-top-1 {
  border-top: 1px solid #e1e1e1;
}

.booking-item {
  width: 300px;
  height: 200px;
  border-radius: 6px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.booking-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-info {
  width: 180px;
  height: 120px;
  background-color: #fff;
  margin-right: 1rem;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tag {
  padding: 8px 10px;
  background-color: #e1e1e1;
  border-radius: 6px;
  float: left;
  margin-bottom: 10px;
}

.profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 160px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 1rem;
}
.profile-avatar i {
  opacity: 0.4;
}
.profile-avatar img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll-h {	
  overflow: auto;	
  white-space: nowrap;	
}
/*# sourceMappingURL=main2.css.map */