@font-face {
	font-family: "donutto";
	src: url("../fonts/donutto-regular.ttf") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "donutto";
	src: url("../fonts/donutto-bold.ttf") format("woff");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "donutto";
	src: url("../fonts/donutto-persian.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: "donutto";
	src: url("../fonts/donutto-persian-bold.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}
:root {
	--gutter: 20px;
	--gap: 25px;
	--primary-c: #4d5854;
	--secondary-c: #7fa193;
	--ternary-c: #8f9592;
}

::selection {
	color: white;
	background: #ff275a;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #1c1c1c;
	font-size: 16px;
	font-family: donutto;
}
p,span,a{
	font-size: 1.3rem;
}
body {
  cursor: url('../images/cursor.svg') , auto;
}
html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes slideUp {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(100%);
		opacity: 0;
	}
}
.story-trigger {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  cursor: pointer;
  text-align: inherit;
}
.story-trigger img {
  display: block;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
}
p {
	line-height: 21px;
}
body {
	direction: ltr;
	font-weight: normal;
	font-size: 15px;
	z-index: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
html,body {
	height: 100%;
}
html.lenis, html.lenis body {
	height: auto !important;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.container {
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
	padding:0px calc(var(--gap));
}
.container-fluid {
	margin: 0 auto;
	width: 100%;
}
.row {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gap);
	padding-top: calc(var(--gutter) / 2);
	padding-bottom: calc(var(--gutter) / 2);
}
.button {
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #000;
	width: max-content;
}
.nowrap {
	flex-wrap: nowrap !important;
}
.p-0 {
	padding: 0 !important;
}
.flex-wrap {
	flex-wrap: wrap;
}
.grow-0 > [class*="col-"],.grow-0 > .w-donuts{
    flex-grow: 0 !important;
}
.w-donuts{
	width: calc(20% - 16px);
		flex-grow: 1;
}
.col-2 {
     width: calc((100% / 12 * 2) - var(--gap));
        flex-grow: 2;
}
.col-3 {
     width: calc((100% / 12 * 3) - var(--gap)*(3/2));
        flex-grow: 3;
}
 .col-4 {
     width: calc((100% / 12 * 4) - var(--gap) * 2/3);
        flex-grow: 4;
}
.col-4-nogap{
  width: 33.33%;
}
 .col-6 {
     width: calc((100% / 12 * 6) - var(--gap)/2);
        flex-grow: 6;
}
 .col-8 {
     width: calc((100% / 12 * 8) - var(--gap)/2);
        flex-grow: 8;
}
 .col-10 {
     width: calc((100% / 12 * 10) - var(--gap)/2);
        flex-grow: 10;
}
 .col-12 {
     width: 100% !important;
        flex-grow: 12;
}
/* Medium devices (tablets & small desktops) */
@media (max-width: 992px) {
	.col-md-12 {
		width: 100%;
	}
   .col-md-6 {
     width: calc((100% / 12 * 6) - var(--gap)/2);
        flex-grow: 6;
}
	}
/* Small devices (tablets) */
@media (max-width: 768px) {
	.col-sm-12 {
		width: 100%;
	}
	/* 2/3 */
	.col-sm-6 {
		width: calc(50% - var(--gap));
	}
	}
/* XSmall devices (mobiles) */
@media (max-width: 576px) {
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-3 {
		width: calc(25% - var(--gap));
	}
}
.mt-m-14{
	margin-top: -14px;
}
.mt-m-1{
  margin-top: -1px;
}
.mt-1 {
	margin-top: 10px;
}
.mt-2 {
	margin-top: 20px;
}
.mt-3 {
	margin-top: 30px;
}
.mt-4 {
	margin-top: 40px;
}
.mt-5 {
	margin-top: 50px;
}
.mt-0{
	margin-top: 0px !important;
}
.pl-2{
  margin-left: 20px;
}
.pr-2{
  margin-right: 20px;
}
.pr-3{
  padding-right: 30px;
}
.p-1 {
	padding: 10px;
}
.p-2 {
	padding: 20px;
}
.p-3{
  padding:30px
}
.p-5 {
	padding: 50px;
}
.pt-05{
	padding-top: 5px;
}
.pt-5 {
	padding-top: 50px;
}
.pt-1 {
	padding-top: 10px;
}
.pt-3 {
	padding-top: 30px;
}
.pr-2 {
	padding-right: 20px;
}
.pb-1 {
	padding-bottom: 10px;
}
.pb-3 {
	padding-bottom: 30px;
}
.pb-4 {
	padding-bottom: 40px;
}
.pb-5 {
	padding-bottom: 50px;
}
.mb-1 {
	margin-bottom: 10px;
}
.mb-2 {
	margin-bottom: 20px;
}
.mb-3 {
	margin-bottom: 30px;
}
.mb-5 {
	margin-bottom: 50px;
}
.w-30 {
	width: 30px;
}
.w-35 {
	width: 35px;
}
.w-17 {
	width: 17px;
}
.w-25 {
	width: 25px;
}
.w-50 {
	width: 50px;
}
.w-70{
	width: 70px;
}
.w-90{
  width: 90px;
}
.w-150{
	width: 150px;
}
.w-230{
  width: 230px;
}
.mw-400{
	max-width: 400px;
}
.w-full {
	width: 100%;
}
.h-280{
  height: 280px;
}
.h-full {
	height: 100%;
}
.h-max{
  height: max-content;
}
.h-100dvh {
	height: 100dvh;
}
.bg-black {
	background-color: #000 !important;
}
.flex {
	display: flex;
}
.gap-1px {
	gap: 1px !important;
}
.gap-1 {
	gap: 10px;
}
.gap-2 {
	gap: 20px;
}
.gap {
	gap: var(--gap);
}
.opacity-0 {
	opacity: 0;
}
.opacity-1 {
	opacity: 1;
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}
.inline-block {
	display: inline-block;
}
.block {
	display: block;
}
.flex-row {
	flex-direction: row;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-column {
	flex-direction: column;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-between {
	justify-content: space-between;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: end;
}
.items-center {
	align-items: center;
}
.text-center {
	text-align: center;
}
.image-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.z-min-1 {
  z-index: -1;
}
.z-10{
	z-index: 10;
}
.z-9{
	z-index: 9;
}
.z-8{
	z-index: 8;
}
.text-bold {
	font-weight: bold;
}
.persian{
	font-weight: 100;
	direction: rtl;
}
.persian-bold{
  font-weight: 200;
  direction: rtl;
}
.ws-nowrap{
	white-space: nowrap;
}
.text-white {
	color: #fff !important;
}
.text-gray {
	color: var(--ternary-c) !important;
}
.text-12px {
	font-size: 12px !important;
}
.text-14px {
	font-size: 14px !important;
}
.text-15px {
	font-size: 15px !important;
}
.text-16px{
	font-size: 16px !important;
}
.text-18px {
	font-size: 18px !important;
}
.text-20px {
	font-size: 20px !important;
}
.text-22px {
	font-size: 22px !important;
}
.text-4r{
	font-size: 4rem;
}
.text-15r{
  font-size: 1.5rem;
}
.text-2r{
	font-size: 2rem;
}
.text-8r{
  font-size: 7rem;
}
.text-3r{
  font-size: 3rem;
}
.text-35r{
	font-size: 3.5rem;
}
.text-18r{
	font-size: 1.8rem;
}
.rounded-4px {
	border-radius: 4px;
}
.w-max {
	width: max-content;
}
.border-top-white {
	border-top: 1px solid #fff;
}
.border-top {
	border-top: 1px solid #A0A0A0;
}
.border-bottom {
	border-bottom: 1px solid #A0A0A0;
}
.border-left {
	border-left: 1px solid #A0A0A0;
}
.border{
  border: 1px solid #A0A0A029;
}
.border-right {
	border-right: 1px solid #A0A0A0;
}
.rounded-2 {
	border-radius: 8px;
}
.rounded-3 {
	border-radius: 12px;
}
.lh-35{
	line-height: 50px;
}
.lh-30{
	line-height: 30px;
}
.gap-0{
	gap:0px !important
}
.gap-05 {
	gap: 5px;
}
.w-190 {
	width: 189px;
}
.h-55{
  height: 55px;
}
.h-90{
  height: 90px;
}
.h-390{
	height: 390px;
}
.top-70px{
	top: 70px;
}
.right-5{
	right: 15px;
}
.top-5{
	top: 15px;
}
.top-0{
	top: 0;
}
.bottom-0{
	bottom: 0;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.rounded {
	border-radius: 50%;
}
.relative {
	position: relative;
}
.transition-1 {
	transition: 1s;
}
.transition-03 {
	transition: 0.3s;
}
.transition-0{
  transition:none !important;
}
.absolute {
	position: absolute;
}
.rtl {
	direction: rtl;
}
.m-auto {
	margin: auto;
}
.pointer,.pointer:hover{
	cursor: pointer;
}
.make-it-white {
	filter: brightness(0) invert();
}
.make-it-black {
	filter: brightness(100) invert();
}
.fixed {
	position: fixed;
}
.sticky {
	position: sticky;
}
.list-none {
	list-style: none;
}
.modal-overlay {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: 99;
  background: rgba(10,20,40,.48);
  /* background: #4d5854a0; */
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
  transition: 0.2s;
}
.modal {
  background-color: transparent;
  border-radius: 12px;
  width: 420px;
  max-width: 95vw;
  max-height: 95%;
  height: auto;
  box-shadow: rgba(16, 24, 40, 0.1) 0px 1px 2px 0px,
              rgba(16, 24, 40, 0.1) 0px 1px 3px 1px;
  display: flex;
  flex-direction: column;
  animation:modal-pops .18s ease;
  border-radius: 9px;
  overflow: hidden;
}
.modal.wide{
width: 1410px;
}
@keyframes modal-pops {
  from { opacity:0; transform:scale(.94) translateY(12px); }
  to   { opacity:1; transform:scale(1)   translateY(0);    }
}
.modal-body {
  overflow-y: auto;
  scrollbar-width: none;
}
.modal-footer{
    position:relative
}
.close-modal {
  background-color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #000;
  border: 1px solid #000;
  z-index: 1;
}
.modal-body::-webkit-scrollbar {
    display: none;
}
/********* LET'S GO *********/

.the-menu {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.the-menu .menubar1 {
  top: 17px;
  width: 10px;
}
.the-menu .menubar1, .the-menu .menubar2 {
  position: absolute;
  right: 3px;
  height: 1.5px;
  background-color: #000;
  border-radius: 5px;
  transition: all 0.6s ease;
}
.the-menu .menubar2 {
  top: 23px;
  width: 22px;
}
.the-menu.cross .menubar1 {
  transform: rotate(45deg);
  top: 19px;
  width: 32px;
}
.the-menu.cross .menubar2 {
  transform: rotate(-45deg);
  top: 19px;
  width: 32px;
}
.hover-1{
	transition: 1.1s;
}
.hover-1:hover{
	transition: 0.2s;
	transform: scale(1.2);
}
@keyframes spin {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes float{
  from { transform:translateY(0px)}
  to {transform:translateY(20px)}
}
.floating{
    animation: float 1s ease-in-out forwards infinite;
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
.rotate{
	animation: spin 2s linear infinite;
	transform-origin: center;
}
.donutto-lines::before{
  position: absolute;
  width: 40%;
  left: 60%;
  top: 50%;
  height: 1px;
  content: '';
  background-color: #505050;
}
.donutto-lines::after{
  position: absolute;
  width: 40%;
  left: 0;
  top: 50%;
  height: 1px;
  content: '';
  background-color: #505050;
}
#undermenu {
  transition: 0.4s all;
  transform: translateY(-100%);
  opacity: 0.5;
  background-color: #ffffff87;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 60px;
}
#undermenu.open {
  transform: translateY(0%) !important;
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
  opacity: 1;
}
#menu {
  transform: translateY(-100%);
  background: #fff;
  backdrop-filter: blur(05px);
  -webkit-backdrop-filter: blur(05px);
}
.menu-fall-zone {
	position: relative;
	overflow: hidden;
}
#menu-donut-layer {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}
#menu-donut-layer .falling-donut {
	position: absolute;
	width: 42px;
	height: 42px;
	object-fit: contain;
	filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.15));
	user-select: none;
	-webkit-user-drag: none;
	will-change: transform;
}
.menu-fall-zone > .col-3,
.menu-fall-zone > .col-6,
.menu-fall-zone > nav {
	position: relative;
	z-index: 2;
}
.slide-up{
  transform: translateY(100%);
}
.button-1{
  padding: 8px 16px;
  border: 1px solid #b7b7b7;
  border-radius: 24px;
  background-color: #ffffffb8;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 18px;
  transition: 0.3s;
  background-color: #000;
  border-color: #000;
  color:#fff;
}
nav ul li{
	list-style: none;
	padding:12px 0px
}
nav a{
	position: relative;
  color: #d3d3d3;
  text-decoration: none;
  display: inline-block;
  transition: all 1.2s cubic-bezier(.25, .8, .25, 1);
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 18px;
}
nav a:hover {
  color: #000;
}
nav a:before {
  position: absolute;
  content: '';
  top: 11px;
  overflow: hidden;
  width: 0;
  height: 1px;
  transition: 0.5s;
  border-radius: 20px;
  transform: translateX(-100%);
  background-color: #a1a1a1;
  left: -40px;
}
nav a::after {
  position: absolute;
  content: '';
  top: 7px;
  left: -20px;
  width: 7px;
  height: 7px;
  background-color: #222222;
  border-radius: 20px;
  transition: 0.8s all;
    transition-delay: 0s;
  transform-origin: center;
  transform: scale(0);
  transition-delay: 0.2s;
}
nav {
  max-width: 1140px;
  margin: auto;
  padding:0 20px
}
nav a:hover::before {
  width: 150px;
  left: -40px;
}
nav a:hover::after {
  transform: scale(1.2);
  transition: 0.4s;
}
#text-bg{
	font-size: 24rem;
	font-weight: bold;
	color: #f8f8f8;
	text-align: center;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.contact-line-1 span:first-child {
  width: 1px;
  height: 40px;
  background-color: #000;
}
.contact-line-1 span:last-child {
  width: 9px;
  height: 9px;
  background-color: #000;
  margin-top: 13px;
  border-radius: 50%;
}
.eye {
  position: absolute;
  width: 23%;
  height: 30%;
  overflow: hidden;
  border-radius: 50%;
  top: 64%;
  left: 23%;
  background: #e1ddd2;
  box-shadow: 0px 0px 10px gray;
}
.eye:nth-of-type(2) {
  left: 56.5%;
}
.d-eyes {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 28px;
  left: 28px;
  transition: transform 0.05s linear;
}
    .contact-hover:after{
        width: 100%;
        position:absolute;
        bottom: 0;
        left: 0;
        content: '';
        height: 0;
        transition: 0.4s;
        height: 100%;
        background-color: #222;
        z-index: -1;
    }
    .contact-hover:hover:after{
        position:absolute;
        height: 290px;
        background-color: #fff;
    }
    .contact-hover:hover *{
        color:#222 !important;
    }
    .contact-hover img {
  transform: rotate(30deg) translateX(150%);
  position: absolute;
  bottom: 0;
  width: 300px;
  right: 0;
  transition:0.7s !important;
}
.contact-hover:first-child img {
  transform: rotate(0deg) translateY(150%);
}
    .contact-hover:hover img{
        transform: none;
    }
.contact-hover ul {
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  font-weight: bold;
}
.contact-hover li{
	transition:0.3s;
}
.hover-style-2:hover {
  color: #bebebe;
  transform: scale(1.1);
  transform-origin: left;
}
.contact-hover ul{
  list-style: none;
  font-size: 1.8rem;
  font-weight: bold;
}
.branches li {
  font-size: 2rem;
  margin: 10px 0;
  font-weight: bold;
  color: #b7b7b7;
  display: inline-block;
  width: max-content;
  cursor: pointer;
  transform-origin: left;
}
/* ---- Branch image slider ---- */
.branch-slider {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  user-select: none;
  touch-action: pan-y;
}
.branch-slider-track {
  display: flex;
  transition: transform 0.42s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.branch-slider-track img {
  min-width: 100%;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  display: block;
}
.branch-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.27);
	color: #1c1c1c;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(6px);
	-webkik-t-backdrop-filter: blur(6px);
}
.blend{
  mix-blend-mode: difference;
  color: white;
}
.branch-slider-prev {
	left: 5px;
}
.branch-slider-next {
	right: 5px;
}
.branch-slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
}
.branch-slider-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.branch-slider-dots .dot.active {
  background: #fff;
  transform: scale(1.3);
}
.story {
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
  img{
	border: 3px solid #fff;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.imgwrap2 {
  animation: float 2s ease-in-out infinite;
    animation-play-state: running;
  animation-play-state: paused;
  position: relative;
}
  @keyframes bite {
    0% {
        transform-origin: center bottom;
        transform: rotate(1.5deg)
    }

    50% {
        transform-origin: center bottom;
        transform: rotate(-1.5deg)
    }

    100% {
        transform-origin: center bottom;
        transform: rotate(0deg)
    }
}
@keyframes float {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-10px)
    }

    100% {
        transform: translatey(0)
    }
}
.donutto-prod:not(.no-animation-hover):hover .imgwrap1 {
    animation: bite .5s .6s;
  }
.donutto-prod:hover .imgwrap2 {
    animation-play-state: running;
  }
.donutto-prod .imgwrap2 {
  animation: float 2s ease-in-out infinite;
  animation-play-state: paused;
  position: relative;
}
.thebite {
  position: absolute;
  top: -25px;
  left: 6px;
  width: 100%;
  transition: all 0.15s;
  opacity: 0;
}
  .donutto-prod:hover .thebite {
    opacity: 1;
    transition-delay: .6s;
  }
  .donutto-prod{
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .donutto-prod:hover{
    z-index: 7;
  }
  .donutto-prod img.prod-img {
  width: 100%;
}
.imgwrap {
	transition:1s all;
	position: relative;
	z-index: 2;
}
.donutto-prod:hover .imgwrap {
  transform: scale(1.1)
}
.donut-description {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #dffff8;
  transition: all 1s cubic-bezier(.25, .8, .25, 1);
  text-align: center;
  z-index: 1;
  transform-origin: center top;
  box-shadow: 0 0 24px 5px rgba(0, 0, 0, .05);
}
.donut-thumb .donut-description {
  padding-top: 90px;
  overflow: hidden;
}
.donut-description .donut-inner {
  position: relative;
  height: 100%;
}
.donut-description .donut-inner-abs {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: all .3s .3s;
}
.donut-description strong {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 1s cubic-bezier(.25, .8, .25, 1);
  transform: translateY(-10px);
  opacity: 0;
  display: block;
}
.donut-description p {
  font-size: 18px;
  padding-top: 10px;
  margin: 5px auto;
  line-height: 1.31;
  transition: all 1s cubic-bezier(.25, .8, .25, 1);
  display: block;
  width: 70%;
  transform: translateY(-10px);
  opacity: 0;
  font-weight:100;
}
.donutto-prod:hover .donut-description {
  top: 70%;
    transform: translateX(-50%) scale(1);
  }
  .donutto-prod:hover .donut-description strong {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .35s;
  }
  .donutto-prod:hover .donut-description p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .45s;
  }
.white-desc *{
	color:#fff;
}
.products-tabs a{
	padding:8px 16px;
	border:1px solid #b7b7b7;
	border-radius: 24px;
	background-color: #fff;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	font-size: 18px;
  transition: 0.3s;
}
.products-tabs a:hover, .products-tabs a.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#loading{
  position: fixed;
  background-color: #1A1A1A;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 21;
  width: 100%;
  height: 100dvh;
  transition: 0.8s;
}
#load-more {
  padding: 10px 30px;
  border: 1px solid #000;
  background-color: #000;
  font-size: 18px;
  transition: 0.3s;
  height: 50px;
  margin-bottom: 60px;
  border-radius: 14px;
}
.the-eyes-donut {
  transform: translateY(20px);
}
#drinks, #bite_box, #donut_sandwiches, #cake_donuts, #filled_donuts, #ring_donuts {
  scroll-margin: 130px;
}
.home-sign{
        width: 220px;
  opacity: 0.04;
  left: 50%;
  transform: translate(-50%);
  top: 0px;
  position: absolute;
    }

    .marquee-text-svg {
  overflow: visible;
  position: relative;
  display: flex;
  z-index: 2;
}
.donutto-hero {
    margin: -290px auto 0 auto;
}






@media (min-width: 992px) {
  .donutto-prod{
    padding:5px
  }
}
@media (max-width: 992px) {
.hide-on-sm{
  display: none;
}
.p-md-2{
	padding: 20px;
}
.container{
	padding:0px calc(var(--gap)/2);
}
#header{
	padding:10px 10px;
}
}
@media (max-width: 768px) {
.hide-on-xs{
	display: none;
}
.xs-opacity-0{
  opacity: 0;
}
.text-4r{
	font-size: 2.5rem;
}
.col-4-nogap {
  width: 100%;
}
.w-donuts{
	width: calc(50% - 16px);
}	
#text-bg {
  font-size: 11rem;
}
.branches li{
	font-size: 0.8rem;
    margin: 11px 0;
}
.w-xs-90{
	width: 90px;
}
.scroll-horizontally {
	margin-left: -12px;
	margin-right: -12px;
}
.scroll-horizontally > div {
    white-space: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    scrollbar-width: none;
  }
  .scroll-horizontally > div > div{
    display: inline-block !important;
    vertical-align: top;
    width: 25%;
    scroll-snap-align: start;
	margin: 8px;
  }
    .products-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    width: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 10px;
    margin-left: calc(var(--gap) / -2);
    margin-right: 0;
    padding-right: 20px;
    width: calc(100% + (var(--gap) / 2));

  }
  .products-tabs::-webkit-scrollbar {
    display: none;
  }
  .products-tabs li {
    flex: 0 0 auto;
  }
  .products-tabs a {
    white-space: nowrap;
  }
  .contact-hover img {
    width: 190px;
  }
  #about-pics {
            flex-wrap: nowrap;
            overflow-x: auto;
            overscroll-behavior-x: contain;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 8px;
            scrollbar-width: none;
        }

        #about-pics > div {
            width: 72%;
            min-width: 260px;
            scroll-snap-align: start;
        }
  #donuttohashtag, #donuttohashtag span{
    font-size:13px !important;
  }
}