.footer {
  background: #00051a;
}
.footer .footer-main {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding: 1.5rem 0;
  gap: 11.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .footer .footer-main {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer-main {
    gap: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .footer .footer-main {
    gap: 3.5rem;
  }
}
@media (max-width: 576px) {
  .footer .footer-main {
    gap: 1.5rem;
  }
}
.footer .footer-main .logo-section {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer-main .logo-section .logo-details-section h4 {
  text-wrap: nowrap;
}
.footer .footer-main .logo-section .logo-details-section p {
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .footer .footer-main .logo-section .logo-details-section {
    display: none;
  }
}
.footer .footer-main .logo-section p {
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .footer .footer-main .logo-section p {
    display: none;
  }
}
@media (max-width: 1200px) {
  .footer .footer-main .logo-section {
    grid-column: span 3;
  }
}
@media (max-width: 992px) {
  .footer .footer-main .logo-section {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .footer .footer-main .logo-section {
    grid-column: span 12;
  }
}
.footer .footer-main .logo-section picture img {
  width: 12.6875rem;
  height: 2rem;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .footer .footer-main .logo-section picture img {
    width: 100% !important;
    height: auto !important;
  }
}
.footer .footer-main .links {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .footer .footer-main .links {
    grid-column: span 4;
  }
}
@media (max-width: 992px) {
  .footer .footer-main .links {
    grid-column: span 8;
  }
}
@media (max-width: 768px) {
  .footer .footer-main .links {
    grid-column: span 12;
  }
}
@media (max-width: 576px) {
  .footer .footer-main .links {
    gap: 1rem;
  }
}
.footer .footer-main .links .link-sub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .footer .footer-main .links .link-sub {
    grid-column: span 6;
  }
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub {
    gap: 0.5rem;
  }
}
.footer .footer-main .links .link-sub:nth-of-type(2) {
  grid-column: span 4;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub:nth-of-type(2) {
    grid-column: span 6;
  }
}
.footer .footer-main .links .link-sub:first-child {
  grid-column: span 5;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub:first-child {
    grid-column: span 12;
  }
}
.footer .footer-main .links .link-sub:first-child .main {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .footer .footer-main .links .link-sub:first-child .main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer-main .links .link-sub:first-child .main {
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub:first-child .main {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 34px));
    gap: 1rem;
  }
}
.footer .footer-main .links .link-sub:first-child .main a {
  grid-column: span 2;
  cursor: pointer;
  font: 400 1rem/1.6875rem normal;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
.footer .footer-main .links .link-sub:first-child .main a:nth-child(odd) {
  grid-column: span 3;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub:first-child .main a {
    font: 400 0.75rem/1.125rem normal;
  }
}
.footer .footer-main .links .link-sub .main {
  padding: 0.5rem 0 0.5rem 1rem;
  position: relative;
}
.footer .footer-main .links .link-sub .main a {
  cursor: pointer;
  font: 400 1rem/1.6875rem normal;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub .main a {
    font: 400 0.75rem/1.125rem normal;
  }
}
.footer .footer-main .links .link-sub .main::before {
  content: "";
  height: 100%;
  width: 0.125rem;
  background: rgb(235, 244, 249);
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-main .links .link-sub .heading {
  font: 600 1.125rem/1.6875rem uppercase;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .footer .footer-main .links .link-sub .heading {
    font: 700 0.875rem/1.3125rem uppercase;
  }
}
.footer .footer-main .social {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .footer .footer-main .social {
    grid-column: span 4;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer .footer-main .social {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .footer .footer-main .social {
    grid-column: span 12;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .footer .footer-main .social {
    flex-wrap: wrap;
  }
}
.footer .footer-main .social .logo-details-section-mob {
  display: none;
}
@media (max-width: 576px) {
  .footer .footer-main .social .logo-details-section-mob {
    display: block;
  }
}
.footer .footer-main .social .corporation {
  display: none;
}
.footer .footer-main .social .corporation a {
  text-decoration: none;
  font-size: 0.75rem;
  color: white;
}
@media (max-width: 576px) {
  .footer .footer-main .social .corporation {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.footer .footer-main .social .company-detail {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}
.footer .footer-main .social .company-detail a {
  text-decoration: none;
  color: white;
  font-size: 0.75rem;
}
.footer .footer-main .social .company-detail p {
  color: rgb(255, 255, 255);
  font: 400 0.875rem/1.3125rem left;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width: 576px) {
  .footer .footer-main .social .company-detail {
    display: none;
  }
}
.footer .footer-main .social .social-links {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1200px) {
  .footer .footer-main .social .social-links {
    flex-wrap: wrap;
  }
}
.footer .footer-main .social .social-links picture {
  border-radius: 0.75rem;
  background-color: rgb(235, 244, 249);
  padding: 0.5rem;
  border: 0.0625rem solid rgb(216, 233, 243);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .footer .footer-main .social .social-links picture {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
  }
}
.footer .footer-main .social .social-links picture img {
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 576px) {
  .footer .footer-main .social .social-links picture img {
    height: 1rem;
    width: 1rem;
  }
}
.footer .footer-main .social a.get-demo {
  color: rgb(255, 255, 255);
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  width: 13.1875rem;
  height: 3rem;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  font: 500 1rem/1.5rem;
  letter-spacing: 0.02em;
  text-align: left;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer .footer-main .social a.get-demo:hover {
  background-color: #338ec8;
}
@media (max-width: 576px) {
  .footer .footer-main .social a.get-demo {
    height: 2rem;
    width: 7.188rem;
    border-radius: 0.5rem;
    padding: 0.625rem 0.5rem;
    font: 500 0.75rem/1.125rem normal;
  }
}
.footer .footer-main .company-detail-mob {
  grid-column: span 12;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.5rem;
}
.footer .footer-main .company-detail-mob p {
  color: rgb(255, 255, 255);
  font: 400 0.625rem/0.9375rem left;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (min-width: 576px) {
  .footer .footer-main .company-detail-mob {
    display: none;
  }
}

:root {
  --primary: #227093;
  --secondary: #ff5252;
  --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary);
}

* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.header {
  box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.24);
  position: fixed;
  top: 0;
  background: white;
  z-index: 10;
  width: 100%;
}
.header .header-main {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  background-color: rgb(255, 255, 255);
  gap: 1.5rem;
  border-bottom: 0.0625rem solid rgb(216, 233, 243);
  height: 5rem;
}
@media (max-width: 1200px) {
  .header .header-main {
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .header .header-main {
    padding: 1rem 0;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .header .header-main {
    padding: 0.5rem 0;
  }
}
.header .header-main picture {
  display: flex;
}
.header .header-main picture img {
  width: 15.875rem;
  height: 2.5rem;
}
@media (max-width: 1400px) {
  .header .header-main picture img {
    width: 11.25rem;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .header .header-main picture img {
    height: auto;
    width: 10rem;
  }
}
@media (max-width: 576px) {
  .header .header-main picture img {
    width: 9.5rem;
  }
}
.header .header-main .links {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header .header-main .links {
    display: none;
  }
}
.header .header-main .links button,
.header .header-main .links a {
  font: 400 1.125rem/1.6875rem Poppins;
  letter-spacing: 0.04em;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: rgb(0, 5, 26);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.header .header-main .links button.active picture img,
.header .header-main .links a.active picture img {
  transform: rotate(180deg);
}
.header .header-main .links button picture img,
.header .header-main .links a picture img {
  width: 0.625rem;
  height: 0.3125rem;
}
.header .header-main .links button:hover,
.header .header-main .links a:hover {
  background: rgba(44, 108, 147, 0.2);
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .header .header-main .links button,
  .header .header-main .links a {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.375rem 0.875rem;
  }
}
.header .header-main .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.header .header-main .actions a.get-demo {
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  height: 3rem;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  font: 500 1rem/1.5rem capitalize;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header .header-main .actions a.get-demo {
    padding: 0.5rem 1rem;
    height: 2.5rem;
  }
}
@media (max-width: 992px) {
  .header .header-main .actions a.get-demo {
    color: #fff;
    padding: 0.625rem 0.5rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    height: 2.375rem;
    width: max-content;
    box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
    background: rgb(44, 108, 147);
    font: 500 0.75rem/1.125rem capitalize;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
}
.header .header-main .actions a.get-demo:hover {
  background-color: #338ec8;
}
.header .header-main .actions .navbar-toggle {
  display: none;
  height: 2rem;
  width: 2rem;
  border-radius: 0.75rem;
  cursor: pointer;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  justify-content: center;
  align-items: center;
  border: 0;
}
@media (max-width: 992px) {
  .header .header-main .actions .navbar-toggle {
    display: flex;
  }
}
.header .header-main .actions .navbar-toggle picture img {
  height: 1rem;
  width: 1rem;
}
.header .menu {
  display: none;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .header .menu {
    padding: 2rem 0;
  }
}
@media (max-width: 992px) {
  .header .menu {
    display: none !important;
  }
}
.header .menu .product-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
}
.header .menu .product-menu .menu-section1,
.header .menu .product-menu .menu-section2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header .menu .product-menu .menu-section1 .link-sub,
.header .menu .product-menu .menu-section2 .link-sub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header .menu .product-menu .menu-section1 picture img,
.header .menu .product-menu .menu-section2 picture img {
  max-width: 15.1175rem;
  max-height: 12.78875rem;
  width: 100%;
  height: 100%;
}
.header .menu .heading {
  font: 600 1.125rem/1.6875rem uppercase;
  letter-spacing: 0.04em;
  color: rgb(0, 5, 26);
  text-align: left;
  text-transform: uppercase;
}
.header .menu .main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0.25rem;
}
.header .menu .main::before {
  content: "";
  height: 100%;
  width: 0.125rem;
  background: rgb(236, 236, 237);
  position: absolute;
  left: 0;
  top: 0;
}
.header .menu .main a {
  cursor: pointer;
  font: 400 1rem/1.5rem normal;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: rgb(0, 5, 26);
}
.header .menu .main a:hover {
  border-radius: 0.25rem;
  background: rgba(44, 108, 147, 0.2);
  font-weight: 500;
}
.header .menu .main a .coming-soon {
  background: rgb(255, 245, 219);
  width: 7.1875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5rem;
  color: rgb(208, 125, 0);
  font: 500 0.875rem/1.3125rem;
  letter-spacing: 0.02em;
}
.header .menu .main a .new-coming {
  background: rgb(207, 251, 229);
  width: 7.19rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5rem;
  color: rgb(26, 163, 93);
  font: 500 0.875rem/1.3125rem;
  letter-spacing: 0.02em;
}
.header .menu .main a.disabled {
  pointer-events: none;
  cursor: default;
}
.header .menu .restaurant-menu {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 5rem;
}
.header .menu .restaurant-menu .menu-section1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
  position: relative;
}
@media (min-width: 1400px) {
  .header .menu .restaurant-menu .menu-section1 {
    grid-column: span 7;
  }
}
@media (max-width: 1400px) {
  .header .menu .restaurant-menu .menu-section1 {
    grid-column: span 8;
  }
}
@media (max-width: 1200px) {
  .header .menu .restaurant-menu .menu-section1 {
    grid-column: span 7;
    height: max-content;
  }
}
.header .menu .restaurant-menu .menu-section1 .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .menu .restaurant-menu .menu-section1 .centered picture .beans {
  width: 3.125rem;
  height: 2.6875rem;
  border-radius: 0 !important;
}
.header .menu .restaurant-menu .menu-section1 picture {
  height: max-content;
  width: max-content;
}
.header .menu .restaurant-menu .menu-section1 picture img {
  max-width: 21.875rem;
  max-height: 12.5rem;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .header .menu .restaurant-menu .menu-section1 picture img {
    max-width: 13.986875rem;
    max-height: 7.9925rem;
    border-radius: 0.639375rem;
  }
}
.header .menu .restaurant-menu .menu-section2 {
  grid-column: span 4;
}
@media (max-width: 1200px) {
  .header .menu .restaurant-menu .menu-section2 {
    grid-column: span 5;
  }
}
.header .menu .restaurant-menu .menu-section2 .link-sub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header .mob-view {
  display: none;
  padding: 1rem 1.5rem;
  flex-direction: column;
  gap: 0.5rem;
  /* Visual styles */
}
@media (min-width: 992px) {
  .header .mob-view {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .header .mob-view {
    padding: 1rem;
    overflow-y: auto;
    max-height: calc(100vh - 5rem);
    scrollbar-width: none;
  }
  .header .mob-view::-webkit-scrollbar {
    display: none;
  }
}
.header .mob-view a.get-demo {
  color: #fff;
  padding: 0.625rem 0.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  height: 2.375rem;
  width: max-content;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  font: 500 0.75rem/1.125rem capitalize;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.header .mob-view a.get-demo:hover {
  background-color: #338ec8;
}
.header .mob-view button,
.header .mob-view a {
  cursor: pointer;
  font: 400 1rem/1.5rem uppercase;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 0.375rem 0.25rem;
  color: #00051a;
  background: transparent;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header .mob-view button,
  .header .mob-view a {
    font: 400 0.875rem/1.3125rem uppercase;
    letter-spacing: 0.04em;
  }
}
.header .mob-view .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.header .mob-view .tab__content {
  max-height: 0;
  overflow: hidden;
}
.header .mob-view .tab__content .product-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .header .mob-view .tab__content .product-menu {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.header .mob-view .tab__content .product-menu .menu-section1,
.header .mob-view .tab__content .product-menu .menu-section2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header .mob-view .tab__content .product-menu .menu-section1 .link-sub,
.header .mob-view .tab__content .product-menu .menu-section2 .link-sub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 576px) {
  .header .mob-view .tab__content .product-menu .menu-section1 .link-sub,
  .header .mob-view .tab__content .product-menu .menu-section2 .link-sub {
    gap: 0.5rem;
  }
}
.header .mob-view .tab__content .product-menu .menu-section1 picture img,
.header .mob-view .tab__content .product-menu .menu-section2 picture img {
  max-width: 15.11rem;
  max-height: 12.79rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .header .mob-view .tab__content .product-menu .menu-section1 picture,
  .header .mob-view .tab__content .product-menu .menu-section2 picture {
    display: none;
  }
}
.header .mob-view .tab__content .heading {
  font: 600 1.125rem/1.6875rem uppercase;
  letter-spacing: 0.04em;
  color: rgb(0, 5, 26);
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .header .mob-view .tab__content .heading {
    font: 700 0.75rem/1.125rem normal;
  }
}
.header .mob-view .tab__content .main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0.25rem;
}
.header .mob-view .tab__content .main::before {
  content: "";
  height: 100%;
  width: 0.125rem;
  background: rgb(236, 236, 237);
  position: absolute;
  left: 0;
  top: 0;
}
.header .mob-view .tab__content .main a {
  cursor: pointer;
  font: 400 1rem/1.5rem normal;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: rgb(0, 5, 26);
}
.header .mob-view .tab__content .main a:hover {
  border-radius: 0.25rem;
  background: rgba(44, 108, 147, 0.2);
  font-weight: 500;
}
.header .mob-view .tab__content .main a .coming-soon {
  background: rgb(255, 245, 219);
  width: 7.19rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5rem;
  color: rgb(208, 125, 0);
  font: 500 0.875rem/1.3125rem;
  letter-spacing: 0.02em;
}
.header .mob-view .tab__content .main a .new-coming {
  background: rgb(207, 251, 229);
  width: 7.19rem;
  padding: 0.25rem 0.5rem;
  border-radius: 5rem;
  color: rgb(26, 163, 93);
  font: 500 0.875rem/1.3125rem;
  letter-spacing: 0.02em;
}
.header .mob-view .tab__content .main a.disabled {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 576px) {
  .header .mob-view .tab__content .main a {
    font: 400 0.75rem/1.125rem normal;
    padding: 0.375rem 1rem;
  }
}
.header .mob-view .tab input:checked ~ .tab__label img {
  transform: rotate(180deg);
}
.header .mob-view .tab input:checked ~ .tab__content {
  max-height: max-content;
  padding: 0.5rem;
}
.header .mob-view .accordion {
  display: flex;
  flex-direction: column;
  color: black;
  border-radius: 0.5rem;
  overflow: hidden;
}
.header .mob-view .tab__label,
.header .mob-view .tab__close {
  display: flex;
  color: black;
  background: white;
  cursor: pointer;
}
.header .mob-view .tab__label {
  cursor: pointer;
  font: 400 1rem/1.5rem uppercase;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  padding: 0.375rem 0.25rem;
  color: #00051a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header .mob-view .tab__label {
    font: 400 0.875rem/1.3125rem uppercase;
    letter-spacing: 0.04em;
  }
}
.header .mob-view .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

#rc-anchor-container {
  transform: scale(0.9);
  transform-origin: 0 0;
}

.contact-us-section {
  padding: 3rem 5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
  border-radius: 1rem;
  background: rgb(248, 248, 248);
  box-shadow: 0 0.1875rem 0.5rem 0 rgba(35, 86, 118, 0.24);
}
@media (max-width: 992px) {
  .contact-us-section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 2rem 3.75rem;
    gap: 2.5rem;
  }
}
@media (max-width: 576px) {
  .contact-us-section {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
}
.contact-us-section .section-1 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
}
@media (max-width: 992px) {
  .contact-us-section .section-1 {
    align-items: center;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .contact-us-section .section-1 {
    gap: 1rem;
  }
}
.contact-us-section .section-1 .heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.3rem;
  text-align: left;
  color: rgb(98, 166, 208);
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .contact-us-section .section-1 .heading {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
.contact-us-section .section-1 .description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 992px) {
  .contact-us-section .section-1 .description {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact-us-section .section-1 .description {
    display: none;
  }
}
.contact-us-section .section-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-us-section .section-2 .toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .toggle {
    gap: 0.5rem;
  }
}
.contact-us-section .section-2 .toggle .slash {
  width: 1.875rem;
  height: 0;
  transform: rotate(110deg);
  border: 0.0625rem solid rgb(236, 236, 237);
}
.contact-us-section .section-2 .toggle label {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgb(179, 177, 184);
  cursor: pointer;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .toggle label {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.contact-us-section .section-2 .toggle input:checked ~ label {
  font-weight: 500;
  color: rgb(35, 86, 118);
}
.contact-us-section .section-2 .toggle input {
  display: none;
}
.contact-us-section .section-2 form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 {
    gap: 0.5rem;
  }
}
.contact-us-section .section-2.customerInq #businessNameMain {
  display: none;
}
.contact-us-section .section-2.customerInq #businessName {
  display: none;
}
.contact-us-section .section-2.customerInq .row.dealer {
  display: none;
}
.contact-us-section .section-2.dealerInq #customerEmailMain {
  display: none;
}
.contact-us-section .section-2.dealerInq #customerEmail {
  display: none;
}
.contact-us-section .section-2.dealerInq .row.customer {
  display: none;
}
.contact-us-section .section-2 .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .row {
    gap: 0.5rem;
  }
}
.contact-us-section .section-2 input {
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  border: 0.0625rem solid rgb(236, 236, 237);
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.02em;
  text-align: left;
  outline: none;
}
.contact-us-section .section-2 input:focus {
  border-color: rgb(99, 71, 244);
  box-shadow: 0 0 0 0.25rem rgba(194, 224, 242, 0.5);
}
@media (max-width: 576px) {
  .contact-us-section .section-2 input {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.contact-us-section .section-2 textarea {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: rgb(255, 255, 255);
  border: 0.0625rem solid rgb(236, 236, 237);
  width: 100% !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0.02em;
  text-align: left;
  outline: none;
  resize: none;
}
.contact-us-section .section-2 textarea:focus {
  border-color: rgb(99, 71, 244);
  box-shadow: 0 0 0 0.25rem rgba(194, 224, 242, 0.5);
}
@media (max-width: 576px) {
  .contact-us-section .section-2 textarea {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.contact-us-section .section-2 .submit {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.contact-us-section .section-2 .submit .rc-anchor {
  height: 3rem;
}
.contact-us-section .section-2 .submit .rc-anchor .rc-anchor-normal {
  height: 3rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .submit .rc-anchor {
    width: 7.5rem;
    height: 2rem;
  }
}
.contact-us-section .section-2 .submit picture img {
  width: 12.125rem;
  height: 3rem;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .submit picture img {
    width: 7.5rem;
    height: 2rem;
  }
}
.contact-us-section .section-2 .submit button {
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 3rem;
  width: 100%;
  box-shadow: 0 0.0625rem 0.125rem -0.0625rem rgba(35, 86, 118, 0.08);
  background: rgb(44, 108, 147);
  font: 500 1rem/1.5rem capitalize;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.contact-us-section .section-2 .submit button:hover {
  background-color: #338ec8;
}
@media (max-width: 576px) {
  .contact-us-section .section-2 .submit button {
    max-width: 10.9375rem;
    height: 2rem;
    border-radius: 0.5rem;
  }
}

.response-submitted {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  border-radius: 1rem;
  background: rgb(248, 248, 248);
  box-shadow: 0 0.1875rem 0.5rem 0 rgba(35, 86, 118, 0.24);
  height: 28.5rem;
  padding: 3rem 5rem;
}
@media (max-width: 576px) {
  .response-submitted {
    gap: 1rem;
    height: auto;
    padding: 1rem 1.5rem;
  }
}
.response-submitted .heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: center;
  color: rgb(10, 156, 85);
}
@media (max-width: 576px) {
  .response-submitted .heading {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}
.response-submitted .description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgb(111, 114, 129);
}
@media (max-width: 576px) {
  .response-submitted .description {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/Poppins-Regular.woff2") format("woff2"), url("../../../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/Poppins-Bold.woff2") format("woff2"), url("../../../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../../../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  height: 100vh;
  margin: 0;
  background-color: #ffffff;
  padding-top: 5rem;
  overflow-x: hidden;
}

.container {
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 40rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 50rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 64rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 75rem;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 87.5rem;
  }
}
.container.main {
  overflow: hidden;
}
.container .main-content {
  padding: 3.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 1200px) {
  .container .main-content {
    gap: 7.5rem;
  }
}
@media (max-width: 992px) {
  .container .main-content {
    gap: 6.25rem;
  }
}
@media (max-width: 768px) {
  .container .main-content {
    gap: 5rem;
  }
}
@media (max-width: 576px) {
  .container .main-content {
    gap: 3rem;
    padding: 3rem 0;
  }
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .justify-content-between {
    justify-content: flex-start;
  }
}

.gap-105 {
  gap: 105px;
}
@media (max-width: 1400px) {
  .gap-105 {
    gap: 3px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .gap-105 {
    gap: 82px;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-26 {
  gap: 26px;
}
@media (max-width: 1400px) {
  .gap-26 {
    gap: 3px;
    flex-wrap: wrap;
  }
}

.align-items-center {
  align-items: center;
}

.content-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .content-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.content-1 .section-2 {
  height: max-content;
  border-radius: 1.25rem;
}
.content-1 .section-2 picture img {
  width: 100%;
  max-height: 37.5rem;
  aspect-ratio: 2/2;
  object-fit: cover;
  border-radius: 1.25rem;
  filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(35, 86, 118, 0.15));
}
.content-1 .section-1 {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: center;
}
.content-1 .section-1 .heading {
  color: rgb(44, 108, 147);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.95rem;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .content-1 .section-1 .heading {
    font-size: 3.5rem;
    line-height: 3.64rem;
  }
}
@media (max-width: 768px) {
  .content-1 .section-1 .heading {
    font-size: 3rem;
    line-height: 3.07rem;
  }
}
@media (max-width: 576px) {
  .content-1 .section-1 .heading {
    font-size: 2.25rem;
    line-height: 2.45rem;
  }
}
.content-1 .section-1 .description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 576px) {
  .content-1 .section-1 .description {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media (max-width: 992px) {
  .content-1 .section-1 {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .content-1 .section-1 {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .content-1 .section-1 {
    gap: 1.5rem;
  }
}

.pos .rear-display-carousel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .pos .rear-display-carousel {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.pos .rear-display-carousel .section-1 .crousels {
  transform: translateX(-40%);
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .pos .rear-display-carousel .section-1 .crousels {
    transform: translateX(-50%);
    gap: 2.5rem;
  }
}
@media (max-width: 576px) {
  .pos .rear-display-carousel .section-1 .crousels {
    gap: 0;
  }
}
.pos .rear-display-carousel .section-1 .crousels .slide {
  min-width: 60%;
  transition: transform 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pos .rear-display-carousel .section-1 .crousels .slide:not(.active) {
  opacity: 0.5;
}
.pos .rear-display-carousel .section-1 .crousels .slide.active {
  min-width: 80%;
}
.pos .rear-display-carousel .section-1 .crousels .slide.active picture {
  width: 100%;
  height: 100%;
}
.pos .rear-display-carousel .section-1 .crousels .slide.active picture img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .pos .rear-display-carousel .section-1 .crousels .slide {
    min-width: 70%;
    gap: 1rem;
  }
}
.pos .rear-display-carousel .section-1 .crousels .slide picture {
  width: 100%;
  height: 100%;
}
.pos .rear-display-carousel .section-1 .crousels .slide picture img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .pos .rear-display-carousel .section-1 .crousels .slide picture img {
    max-width: 22.5rem;
  }
}
@media (max-width: 576px) {
  .pos .rear-display-carousel .section-1 .crousels .slide picture img {
    max-width: 16.25rem;
  }
}
@media (max-width: 768px) {
  .pos .rear-display-carousel .section-1 .crousels .slide picture {
    max-width: 22.5rem;
  }
}
@media (max-width: 576px) {
  .pos .rear-display-carousel .section-1 .crousels .slide picture {
    max-width: 16.25rem;
  }
}
.pos .rear-display-carousel .section-2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.pos .rear-display-carousel .section-2 .arrows {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .pos .rear-display-carousel .section-2 .arrows {
    justify-content: center;
  }
}
.pos .rear-display-carousel .section-2 .arrows .arrow {
  width: 5rem;
  height: 5rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid rgb(236, 236, 237);
  box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.13);
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
}
@media (max-width: 768px) {
  .pos .rear-display-carousel .section-2 .arrows .arrow {
    width: 3.75rem;
    height: 3.75rem;
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .pos .rear-display-carousel .section-2 .arrows .arrow {
    width: 3rem;
    height: 3rem;
  }
}
.pos .rear-display-carousel .section-2 .arrows .arrow picture {
  width: 1.4375rem;
  height: 1.375rem;
}
@media (max-width: 576px) {
  .pos .rear-display-carousel .section-2 .arrows .arrow picture img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 576px) {
  .pos .rear-display-carousel .section-2 .arrows .arrow picture {
    width: 1rem;
    height: 1rem;
  }
}
.pos .rear-display-carousel .section-2 p {
  background: rgb(227, 241, 248);
  padding: 3rem;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 768px) {
  .pos .rear-display-carousel .section-2 p {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding: 2.25rem;
  }
}
@media (max-width: 576px) {
  .pos .rear-display-carousel .section-2 p {
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    background: transparent;
  }
}

.order-now {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .order-now {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.order-now .section-1 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.order-now .section-1 h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: left;
  color: rgb(98, 166, 208);
}
@media (max-width: 576px) {
  .order-now .section-1 h3 {
    font-size: 1rem;
    line-height: 1.0625rem;
  }
}
.order-now .section-2 picture {
  width: 100%;
  height: 100%;
}
.order-now .section-2 picture img {
  box-shadow: 0 0.125rem 0.125rem 0 rgba(35, 86, 118, 0.18);
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  .order-now .section-2 picture img {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(35, 86, 118, 0.15);
  }
}

.why-us {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0;
}
.why-us li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.why-us li p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 576px) {
  .why-us li p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.why-us li picture {
  width: 2rem;
  height: 2rem;
  padding: 0.25rem 0;
}
@media (max-width: 576px) {
  .why-us li picture {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.why-us li picture img {
  width: 2rem;
  height: 1.545rem;
}
@media (max-width: 576px) {
  .why-us li picture img {
    width: 1.5rem;
    height: 1.125rem;
  }
}

.content-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .content-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.content-2 .section-1 {
  height: max-content;
  border-radius: 1.25rem;
}
.content-2 .section-1 picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
  filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(35, 86, 118, 0.15));
}
@media (max-width: 576px) {
  .content-2 .section-1 picture {
    width: 100%;
    height: 100%;
  }
}
.content-2 .section-2 {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: center;
}
.content-2 .section-2 .heading {
  color: rgb(44, 108, 147);
  text-align: left;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .content-2 .section-2 .heading {
    font-size: 3.5rem;
    line-height: 3.64rem;
  }
}
@media (max-width: 768px) {
  .content-2 .section-2 .heading {
    font-size: 3rem;
    line-height: 3.07rem;
  }
}
@media (max-width: 576px) {
  .content-2 .section-2 .heading {
    font-size: 2.25rem;
    line-height: 2.45rem;
  }
}
.content-2 .section-2 .description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  text-align: left;
  color: rgb(0, 5, 26);
}
@media (max-width: 576px) {
  .content-2 .section-2 .description {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media (max-width: 992px) {
  .content-2 .section-2 {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .content-2 .section-2 {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .content-2 .section-2 {
    gap: 1.5rem;
  }
}

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