:root {
  --cassiopeia-color-main: #e6be73;
  --cassiopeia-color-link: #30638d;
  --cassiopeia-color-hover: #954b56;
  --cassiopeia-color-primary: #e6be73;
  --offcanvas-bg: ;
  --header-bg: black;
}

.offcanvas {
  background-color: #000000 !important;
}
.offcanvas a {
  color: #ffffff !important;
}

.brand-logo img {
  max-width: 100px;
}

.food-bowl-holder {
  height: 254px;
  background: #e6be73;
}

.food-bowl {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -68%);
  text-align: center;
  width: 300px;
}
.green-leaf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(341deg) translate(-30%, -105%);
  text-align: center;
  width: 300px;
}
.main-banner-image {
  background: url(/images/tuktuk/chef-is-cooking-beef-wok.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}

.container-header {
  background-color: var(--header-bg);
  background-image: none;
  box-shadow: none;
  position: relative;
  z-index: 10;
}

h1 {
  font-family: "Jost", sans-serif;
  color: var(--cassiopeia-color-main);
  font-size: 61px;
  text-align: center;
}

.container-nav {
  margin-top: 30px;
  margin-right: 30px;
}

.main-top {
  z-index: 15;
  position: relative;
}

.nav-item a {
  color: #30686e;
  font-family: "Jost";
  font-size: x-large;
  text-transform: uppercase;
}

.btn-close {
  color: white;
  filter: invert(1) grayscale(100%) brightness(200%);
}

.container-header .mod-menu > li.active:after,
.container-header .mod-menu > li:hover:after {
  background: #0380bb;
}

.btn-primary {
  color: black;
}

.btn-primary:hover {
  background-color: #30686e;
  color: white;
  border-color: #30686e;
}

.bg-gold {
  background-color: #e6be73;
}

.bg-blue {
  background-color: #2f686e;
}

.blue {
  color: #2f686e;
}

.gold {
  color: #e6be73;
}

.display {
  font-size: 40px;
  line-height: 1em;
  font-family: Jost;
  text-transform: uppercase;
}

.white {
  color: white;
}

.instalink {
  color: white;
}

.instalink:hover {
  color: #2f686e;
}

.dotw-image {
  position: relative;
}

.dotw-image img {
  display: block;
  object-fit: cover; /* or object-fit: contain; */
  height: 100%;
}

.dotw {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  background: rgba(0, 0, 0, 0.4196078431);
  font-size: 1rem;
  font-weight: normal;
  padding: 0 5px;
}

#mod-custom114 p {
  display: none;
}

#rsform_3_page_0 {
  margin: 0;
}

#sushi h2 {
  filter: blur(20px);
}

#sushi .floating {
  position: absolute;
}

#sushi .tuktuksushisplash {
  max-width: 357px;
  transform: translateX(-101px) translateY(20px);
}

#sushi .have_you {
  max-width: 350px;
  transform: translateX(77px) scale(0.68) translateY(5px);
}

.signupsection {
  min-height: 500px;
  background: url(/images/tuktuk/FB_Post_Tuk-Tuk-Thai_3.jpg) center center no-repeat;
  background-size: cover;
}

.sushi-section {
  min-height: 650px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/images/tuktuk/tokyo-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.signupsection .display {
  font-size: 53px;
}

.formRed {
  color: white !important;
  font-weight: bold;
  background: red;
}

#sign-up {
  width: 100%;
}

#Layer_1 {
  display: block;
  object-fit: cover; /* or object-fit: contain; */
  height: 100%;
}

.st0 {
  fill: gold;
}

.footer {
  color: #ffffff;
  background: black;
  background-size: cover;
  margin-top: 0;
}
.footer .row {
  background-color: #000000;
}
.footer .row div.moduletable {
  width: 250px;
  padding-bottom: 40px;
}
.footer .row div.moduletable ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .row div.moduletable h3 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.footer .row div#mod-custom113 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .row div#mod-custom113 ul li {
  display: inline-block;
}
.footer .row div#mod-custom113 ul li i {
  font-size: 120px;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 600px;
  width: 100%;
  /*grid-gap: 0.5rem;*/
  grid-auto-rows: minmax(min-content, max-content);
  grid-auto-rows: auto;
}

.image-container .image {
  position: relative;
  padding-bottom: 100%;
  overflow: auto;
}

.image-container .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  position: absolute;
  top: 0;
}

.image-container .image img:nth-of-type(1) {
  filter: grayscale(1) brightness(40%);
}

.image-container .image img:nth-of-type(2) {
  -webkit-clip-path: var(--clip-start);
  clip-path: var(--clip-start);
  transition: -webkit-clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}

.image-container .image:hover img:nth-of-type(2) {
  -webkit-clip-path: var(--clip-end);
  clip-path: var(--clip-end);
}

.image-container .image p {
  position: absolute;
  font-size: 0.7rem;
  color: white;
  padding: 10px;
  display: none;
}

.image-container .image:hover p {
  display: block;
}

.food-bowl img {
  transform: rotate(18deg);
}

.btn-secondary {
  color: #ffffff;
  background-color: #2f686e;
  border-color: #2f686e;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #2f686e;
  background-color: #e6bf72;
}

.offcanvas-header {
  justify-content: end;
}

.bg-yellow {
  background: url(/images/tuktuk/bg-yellow.jpg);
}

#carouselIndicators {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
}

.sushi-top-row img,
.sushi-bottom-row img {
  max-width: 70px;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.map-image {
  background: url(/images/tuktuk/tuktuk-map.jpg);
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parking-address {
  color: #5e0500;
  margin-bottom: 0;
}

.parking-address-inverse {
  color: #ffffff;
  margin-bottom: 0;
}

btn-primary:hover,
.btn-primary:focus {
  background-color: #30686e;
  border-color: #30686e;
  color: white;
}

@media (min-width: 576px) {
  .map-image {
    min-height: 500px;
  }
  .sushi-top-row img,
  .sushi-bottom-row img {
    max-width: 90px;
    position: relative;
  }
  #sushi .tuktuksushisplash {
    max-width: 500px;
    transform: translateX(-121px) translateY(20px);
  }
  #sushi .have_you {
    max-width: 500px;
    transform: translateX(161px) scale(0.68);
  }
  .food-bowl {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -80%);
    text-align: center;
    width: 500px;
  }
  .green-leaf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(371deg) translate(-43%, -45%) scale(0.6);
    text-align: center;
    width: 600px;
  }
  .food-bowl-holder {
    height: 400px;
    background: #e6be73;
  }
  .brand-logo img {
    max-width: 100px;
  }
  .main-banner-image {
    height: 500px;
  }
  .signupsection .display {
    font-size: 80px;
  }
}
.swiper-pagination-bullet {
  background-color: #e6be73 !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.9) !important;
}

.swiper-pagination-bullet-active {
  background-color: #007aff !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .food-bowl {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -88%);
    text-align: center;
    width: 630px;
  }
  .green-leaf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(371deg) translate(-57%, -74%) scale(0.8);
    text-align: center;
    width: 800px;
  }
  h1 {
    font-size: 120px;
  }
  .brand-logo img {
    max-width: 100px;
  }
  .main-banner-image {
    height: 700px;
  }
}
@media (min-width: 992px) {
  .food-bowl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);
    text-align: center;
    width: 800px;
  }
  .green-leaf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(341deg) translate(-43%, -96%);
    text-align: center;
    width: 800px;
  }
  .brand-logo img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .food-bowl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);
    text-align: center;
    width: 800px;
  }
  .green-leaf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(341deg) translate(-19%, -61%);
    text-align: center;
    width: 800px;
  }
  .brand-logo img {
    max-width: 100px;
  }
}
@media (min-width: 1400px) {
  .food-bowl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
    width: 800px;
  }
  .green-leaf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(341deg) translate(-10%, -78%);
    text-align: center;
    width: 800px;
  }
  .brand-logo img {
    max-width: 100px;
  }
  .main-banner-image {
    height: 800px;
  }
}
@media (min-width: 1920px) {
  .food-bowl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -95%);
    text-align: center;
    width: 800px;
  }
  .green-leaf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(341deg) translate(-10%, -78%);
    text-align: center;
    width: 800px;
  }
  h1 {
    font-size: 180px;
  }
  .curve {
    height: 290px;
  }
  .brand-logo img {
    max-width: 100px;
  }
  .main-banner-image {
    height: 950px;
  }
}

/*# sourceMappingURL=user.css.map */
