:root {
  --color-dark-1: rgb(0, 32, 194);
  --color-dark-2: rgb(20, 151, 8);
}



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/


/* 1.1 General */

html {
  -webkit-font-smoothing: antialiased;
}


* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


h1,
.h1 {
  margin: 0 0 20px 0;
  font-family: "Urbanist", sans-serif;
  line-height: 1.5;
  font-weight: 800;
}


h2,
.h2 {
  position: relative;
  margin: 0 0 10px 0;
  line-height: 1.3;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}

h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}

h4,
.h4 {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

h5,
.h5 {
  line-height: 1.3;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
}

.title {
  font-family: "BioRhyme", serif;
  font-weight: 600;
}

strong {
  font-weight: 800;
}


p {
  margin: 10px 0 0;
}

ul.list {
  padding: 0;
  margin: 0;
}

.list li {
  list-style: none;

}

a {
  color: var(--color-2);
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-accent-2);
  outline: none;
}

a:focus {
  text-decoration: none;
}


.bg-clr-1 {
  background-color: var(--color-dark-1);
  color: #fff;
}

.bg-clr-2 {
  background-color: var(--color-dark-2);
  color: #fff;
}

.bg-clr-3 {
  background-color: var(--color-dark-3);
}

.bg-clr-4 {
  background-color: var(--color-accent-1);
}

.bg-clr-5 {
  background-color: var(--color-dark-5);
}



.button-1,
.button-2,
.button-3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 35px;
  letter-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.button-1 {
  background: var(--color-accent-1);
  color: var(--color-dark-5);
}

.button-2 {
  background: var(--color-dark-3);
  color: var(--color-accent-1);
}

.button-3 {
  background: var(--color-dark-5);
  color: #fff;
}

.button-1::after,
.button-2::after,
.button-3::after {
  background: var(--color-dark-5);
  content: "";
  height: 100%;
  left: -100%;
  opacity: 1;
  position: absolute;
  top: 0;
  /* -webkit-transform: rotate(35deg); */
  /* -ms-transform: rotate(35deg); */
  /* transform: rotate(35deg); */
  /* -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); */
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: -1;
  display: block;
}


.button-1:hover::after,
.button-2:hover::after,
.button-3:hover::after {
  left: 0%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.button-2:hover {
  color: var(--color-accent-2);
}

.button-3:hover {
  color: var(--color-accent-1);
}

.button-1 i,
.button-2 i,
.button-3 i {
  vertical-align: middle;
}

.btn-sm {
  padding: 8px 20px;
  font-size: 0.7em;
}

.btn-slide {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 20px 40px;
}

.modal {
  background: var(--color-3-op);
}

.modal-content {
  border-radius: 0px;
  background: var(--color-dark-1);
  color: #fff;
}

#slider {
  position: relative;
}

#slider .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

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






/*-------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------*/


header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  border-bottom: .5px solid #fff;
  /* background: rgba(255, 255, 255, .4); */
  backdrop-filter: blur(15px);
}

header::before {
  content: '';
  width: 162px;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: absolute;
}

header.fixed-top {
  background: rgba(0, 32, 194, .6);
}

header .logo {
  max-height: 80px;
  width: 150px;
}

header .logo img {
  max-width: 130px;
  height: auto;
  object-fit: contain;
  margin-right: 10px;
}

header .logo p {
  font-weight: 400;
  line-height: 1.4em;
  font-size: 20px;
}

.navbar-collapse {
  border-left: .5px solid #fff;
  border-right: .5px solid #fff;
}


.top-nav {
  margin: 0;
}

.top-nav li {
  display: inline-block;
  padding-right: 15px;
}

.top-nav li a {
  font-size: 15px;
  font-weight: 100;
  color: #000;
}


/*Nav*/
.navbar {
  background-color: transparent;
  padding: 0px;
}


.fixed-top .navbar {
  height: 70px;
  background-color: var(--color-accent-1);
}

.fixed-top .logo {
  height: 60px;
  overflow: hidden;
}

.navbar-nav li {
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-nav li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  letter-spacing: .8px;
  font-weight: 600;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-nav.text-dark li a {
  color: var(--color-dark-1);
}

.fixed-top .navbar-nav.text-dark li a {
  color: #fff;
}

.navbar-nav li a i {
  line-height: .1;
  margin-left: 5px;
}

.dropdown-menu li a {
  text-align: start;
  color: var(--color-dark-5) !important;
}

.dropdown-menu li a:hover {
  color: var(--color-2) !important;
}


.navbar-nav li a:hover,
.fixed-top .navbar-nav li a:hover {
  color: var(--color-dark-2);
  text-decoration: none;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

.dropdown-toggle::after {
  margin-left: 0.5em;
}

#navbar_top .navbar-nav li {
  margin: 0px;
}

#navbar_top .navbar-nav .dropdown-menu {
  background-color: var(--color-accent-1);
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
}

.navbar-nav li a.dropdown-toggle {
  position: absolute !important;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  line-height: 0;
}

.dropdown .nav-link {
  margin-right: 15px;
}

.navbar-toggler {
  background: #fff;
  border-radius: 60px;
  width: 60px;
  height: 35px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.fixed-top.navbar {
  height: 50px;
}

/* .fixed-top .navbar-nav li a {
  color: var(--color-accent-1);
} */

header {
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  animation: .5s slideout;
  animation-timing-function: ease-in-out;
}

@keyframes slideout {
  0% {
    top: -110px;
  }

  100% {
    top: 0px;
  }
}

header.fixed-top {
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  animation-name: slidein;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
}

@keyframes slidein {
  0% {
    top: -110px;
  }

  100% {
    top: 0%;
  }
}


.social-icon {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.social-icon span {
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  display: block;
  line-height: 0;
  vertical-align: middle;
}





/*-------------------------------------------------------------------------------
  About Section
-------------------------------------------------------------------------------*/

.about-sec {
  overflow: hidden;
  background: url(../img/about-bg.jpg) center;
  background-size: cover;

}

.marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  overflow: hidden;
  font-size: 200px;
  font-weight: 800;
  color: transparent;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(14, 19, 23, 0.1);
}

.marquee-wrap {
  position: absolute;
  z-index: 0;
  top: 55px;
}

.marquee-wrap {
  opacity: 0.1;
  color: var(--heading-color);
  -webkit-text-stroke-width: 0;
}

.marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  color: var(--color-dark-2);
}

.marquee-inner.left {
  -webkit-animation: marquee_left 20s linear infinite;
  animation: marquee_left 20s linear infinite;
}

@keyframes marquee_left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.about-image img {
  transform: scale(.8);
  box-shadow: 16px 16px 0px var(--color-dark-1);
  transition: all .6s ease-in-out 0s;
  -webkit-transition: all .6s ease-in-out 0s;
  border: 0px solid #fff;
}

.about-image:hover img {
  transform: scale(.9);
  box-shadow: 0px 0px 20px var(--color-dark-1);
  transition: all .6s ease-in-out 0s;
  -webkit-transition: all .6s ease-in-out 0s;
  border: 3px solid #fff;
}


/* =================================
    Must-try Specialties
==================================== */

.must_try_list {
  padding: 40px;
  transition: 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.must_try_list .must_try_img {
  position: relative;
  z-index: 3;
  padding: 65px 15px;
  transition: 0.4s ease-in-out;
  text-align: center;
}

.must_try_list .must_try_img img {
  vertical-align: bottom;
  border-radius: 200px;
  height: 300px;
  width: 300px;
  object-fit: cover;
}

.must_try_list .must_try_img a {
  display: block;
}

.must_try_detail {
  transition: 0.4s ease-in-out;
  position: relative;
  height: 100%;
}

.must_try_list .must_try_img::before {
  position: absolute;
  content: "";
  background: url("../img/cat_graphic.png") center center / 100% no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  top: -50px;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  transition: .5s;
}

.must_try_list:hover {
  background-color: var(--color-dark-2);
  transition: 0.4s ease-in-out;
}

.must_try_list:hover .must_try_img {
  transform: translateY(210px);
}

.must_try_list:hover .must_try_detail {
  transform: translateY(-450px);
  color: #fff;
}

.must_try_list .category-title a {
  font-family: "BioRhyme", serif;
  line-height: 44px;
  font-weight: 500;
}

.must_try_list .must_try_info {
  position: relative;
}

.must_try_list .must_try_products p {
  /* transform: translateY(380px); */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.must_try_list:hover .category-title a {
  color: #fff;
}

.splide__slide:nth-child(odd) {
  background-color: #f4f4f4;
}


/*-------------------------------------------------------------------------------
  Gallery
-------------------------------------------------------------------------------*/

.portfolio-item .item {
  padding: 10px;
}

.portfolio-item .item img {
  border-radius: 20px;
}

.gallery {
  --s: 300px;
  /* control the size */
  --g: 10px;
  /* control the gap */
  --f: 1.5;
  /* control the scale factor */

  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 3*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3, auto);
  margin: 0 auto;
}

.gallery>img {
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
  transition: .35s linear;
}

.gallery img:hover {
  width: calc(var(--s)*var(--f));
  height: calc(var(--s)*var(--f));
}


/* body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-content: center;
  background: #60c4ff;
} */


/*-------------------------------------------------------------------------------
  Velvet Rope
-------------------------------------------------------------------------------*/

#velvet_rope {
  background: url(../img/VRbackground.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}

/* #velvet_rope:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-dark-1);
  opacity: .8;
  position: absolute;
  z-index: -1;
  top: 0;
} */

#velvet_rope .container {
  backdrop-filter: blur(20px);
  padding: 60px 30px;
}

/* ===================================
      Events Section
======================================= */

.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner {
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item {
  width: 20%;
  margin-bottom: 0 !important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  height: 630px;
  float: left;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item>.sisf-shop-item-inner {
  height: 100%;
}


.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:first-child,
.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:nth-child(4n+8) {
  width: 40%;
  background: none;
  overflow: hidden;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:first-child .sisf-shop-item-inner,
.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:nth-child(4n+8) .sisf-shop-item-inner,
.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:first-child .sisf-shop-image,
.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:nth-child(4n+8) .sisf-shop-image {
  height: 100%;
  aspect-ratio: 1 / 1;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:nth-child(4n+3) .sisf-shop-item-inner,
.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:nth-child(4n+1) .sisf-shop-item-inner {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item .sisf-shop-item-inner {
  background: var(--color-dark-1);
  transition: 0.4s ease-in-out;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item .sisf-shop-item-inner:hover {
  background: #000;
  transition: 0.4s ease-in-out;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-image {
  height: 50%;
  border: 1px solid #fff;

}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-image figure {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  transform: scale(1.005) translateZ(0);
  transition: transform .35s cubic-bezier(.25, .46, .45, .94);
  will-change: transform;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-image:hover img {
  /* transform: scale(1.2); */
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content {
  text-align: center;
  padding: 15px;
  height: auto;
  align-self: center;
  width: 100%;
  display: flex;
  align-items: center;
  height: 50%;
  transition: 0.4s ease-in-out;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:first-child .sisf-shop-content,
.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:nth-child(4n+8) .sisf-shop-content {
  position: absolute;
  bottom: 0;
  top: auto;
  height: auto;
  text-align: left;
  z-index: 0;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:first-child .sisf-shop-content:before,
.sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:nth-child(4n+8) .sisf-shop-content:before {
  position: absolute;
  content: "";
  opacity: 0.88;
  background: var(--color-dark-1);
  filter: blur(97px);
  left: -20%;
  right: 0;
  bottom: -73px;
  height: 100%;
  z-index: -1;
  width: 200%;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-event-date {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-title a {
  color: inherit;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 1.08px;
  margin-top: 0;
  margin-bottom: 10px;
  transition: 0.4s ease-in-out;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-title:hover {
  color: #fff;
  transition: 0.4s ease-in-out;
}

.sisf-shop-list.sisf-layout-standard .sisf-shop-item .sisf-shop-content .sisf-shop-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.36px;
  margin-bottom: 15px;
  color: #CDCFCF;
}



/*-------------------------------------------------------------------------------
  Testimonial
-------------------------------------------------------------------------------*/

#testimonial {
  background: url(../img/Monte_Cristo.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}

#testimonial:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: .4;
  position: absolute;
  z-index: -1;
  top: 0;
}



#testimonial .container {
  backdrop-filter: blur(20px);
  padding: 60px 30px;
}



/* Testimonial */

.testimonial-con {
  padding: 135px 0 200px;
}

.testimonial-con .testimonial_content h6 {
  margin-bottom: 16px;
}

.testimonial-con .testimonial_content h2 {
  margin-bottom: 40px;
}

.testimonial-con .testimonial-sideimage {
  position: absolute;
  top: -20px;
  left: 20px;
  transform: rotate3d(0, 1, 0, 180deg);
}

.testimonial-con .testimonial-sideimage i {
  font-size: 4em;
  color: var(--color-dark-2);
  opacity: .5;
}

.testimonial-con .carousel-inner {
  max-width: 850px;
  margin: 0 auto;
}

.testimonial-con .testimonial-box ul {
  margin-bottom: 22px;
}

.testimonial-con .testimonial-box ul li {
  display: inline-block;
}

.testimonial-con .testimonial-box ul li i {
  font-size: 16px;
  line-height: 16px;
  color: var(--color-1);
}

.testimonial-con .testimonial-box p {
  margin-bottom: 28px;
  color: #fff;
  font-size: 22px;
  font-style: italic;
}

.testimonial-con .testimonial-box .lower_content {
  margin-bottom: 35px;
}

.testimonial-con .testimonial-box .name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: var(--color-dark-2);
  font-family: "Urbanist", sans-serif;
}

.testimonial-con .carousel-indicators {
  margin: 0;
}

.testimonial-con .carousel-indicators li {
  opacity: 1;
  width: 60px;
  background: none;
  text-indent: 1px;
  margin: 0 10px;
  display: inline-block;
}

.testimonial-con .carousel-indicators li figure {
  border-radius: 100%;
  position: relative;
  width: 74px;
  height: 74px;
  line-height: 69px;
  text-align: center;
  border: 1px solid transparent;
}

.testimonial-con .carousel-indicators li img {
  border-radius: 100%;
  width: 60px;
}

/* Specific styles for Firefox */
@-moz-document url-prefix() {
  .testimonial-con .carousel-indicators li img {
    position: relative;
    right: 1px;
  }

  .testimonial-con .carousel-indicators li figure {
    line-height: 69px;
  }
}

.testimonial-con .carousel-indicators .active figure {
  border: 1px solid var(--color-1);
}

.testimonial-con .pagination_outer {
  position: relative;
}

.testimonial-con .carousel-control-prev,
.testimonial-con .carousel-control-next {
  opacity: 1;
}

.testimonial-con .carousel-control-prev i,
.testimonial-con .carousel-control-next i {
  font-size: 25px;
  top: 0;
  position: absolute;
  color: var(--color-1) !important;
  transition: all 0.3s ease-in-out;
}

.testimonial-con .carousel-control-prev i {
  left: 275px;
}

.testimonial-con .carousel-control-next i {
  right: 260px;
}

.testimonial-con .carousel-control-prev i:hover,
.testimonial-con .carousel-control-next i:hover {
  color: var(--color-2) !important;
}



/*-------------------------------------------------------------------------------
  Footer
-------------------------------------------------------------------------------*/

footer {
  background: var(--color-dark-2);
}

.footer-main {
  padding: 70px 50px;
}



/*-------------------------------------------------------------------------------
  Gallery Page
-------------------------------------------------------------------------------*/

.gallery-item {
  max-height: 400px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}


/*-------------------------------------------------------------------------------
  Media Query
-------------------------------------------------------------------------------*/





@media only screen and (max-width:1130px) {

  .navbar-nav li a {
    padding-left: 7px;
    padding-right: 7px;
  }


}

@media only screen and (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
  }

}

@media only screen and (max-width:991px) {

  .navbar {
    padding: 10px 0px;
  }

  .navbar-collapse {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99 !important;
  }

  .fixed-top .navbar-collapse {
    top: 70px;
  }


  .navbar-nav li a {
    color: var(--color-2);
  }

  .navbar-nav li a:hover,
  .fixed-top .navbar-nav li a:hover {
    color: var(--color-accent-1);
  }

  .dropdown-menu li {
    text-align: center;
  }


  .gallery {
    --s: 300px;
    /* control the size */
    --g: 10px;
    /* control the gap */
    --f: 1.5;
    /* control the scale factor */

    display: grid;
    gap: var(--g);
    width: calc(2*var(--s) + 2*var(--g));
    aspect-ratio: 1/2;
    grid-template-columns: repeat(2, auto);
    margin: 0 auto;
  }


  .sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:first-child {
    width: 100%;
  }

  .sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item {
    width: 33.33%;
  }


}

@media only screen and (max-width:767px) {
  header {
    padding: 0px;
  }

  .sm-menu-img {
    height: unset !important;
  }


  .gallery {
    --s: 200px;
    /* control the size */
    --g: 10px;
    /* control the gap */
    --f: 1.5;
    /* control the scale factor */

    display: grid;
    gap: var(--g);
    width: calc(2*var(--s) + 2*var(--g));
    aspect-ratio: 1/2;
    grid-template-columns: repeat(2, auto);
    margin: 0 auto;
  }



  .sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:first-child {
    width: 50%;
  }

  .sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item {
    width: 50%;
  }


}



@media only screen and (max-width: 575px) {


  .gallery {
    --s: 130px;
    /* control the size */
    --g: 10px;
    /* control the gap */
    --f: 1.5;
    /* control the scale factor */

    display: grid;
    gap: var(--g);
    width: calc(2*var(--s) + 2*var(--g));
    aspect-ratio: 1/2;
    grid-template-columns: repeat(2, auto);
    margin: 0 auto;
  }


  .sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item:first-child,
  .sisf-shop-list.sisf-layout-standard .sisf-shop-list-inner>.sisf-shop-item {
    width: 100%;
  }


}


@media only screen and (max-width: 320px) {}



.menu-img {
  height: 1500px;
  border: solid;
  border-color: #8080802e
}