.hero-glide__arrows {
	-webkit-touch-callout: none;
	user-select: none;
	position: absolute;
	top: 2rem;
	right: 2rem;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	gap: 10px;
	display: flex;
}

.hero-glide:hover .hero-glide__arrows {
	opacity: 1;
}

.hero-glide__arrow {
	background: var(--orange);
	color: var(--white);
	border-radius: 50%;
	border: none;
	width: 2.75rem;
	height: 2.75rem;
	font-weight: lighter;
	font-size: 2rem;
	transition: all 0.3s ease-in-out;
}

.hero-glide__arrow:hover {
	color: var(--orange);
	border: 1px solid var(--orange);
	background-color: transparent;
	cursor: pointer;
}

@media (max-width: 700px) {
	.hero-glide__arrow {
		background: transparent;
		color: var(--orange);
		border-radius: 50%;
		border: 1px solid var(--orange);
		width: 2rem;
		height: 2rem;
		font-weight: lighter;
		font-size: 1.5rem;
		transition: all 0.3s ease-in-out;
	}

	.hero-glide__arrow:hover {
		color: transparent;
		border: 1px solid var(--orange);
		background-color: transparent;
		cursor: pointer;
	}
}

.hero__content {
	text-align: center;
	color: var(--white);
	grid-column: 1/-1;
	grid-row: 1;
	position: relative;
	z-index: 2;
}

@media (max-width: 800px) {
	.hero__content {
		align-self: center;
		padding: 0;
		text-align: center;
		margin: 0 auto;
	}
}

.hero__pretitle {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hero__heading h1 {
	font-size: 70px;
	line-height: 1;
	font-family: "Como", sans-serif;
	font-weight: 900;
	margin-bottom: 36px;
	/* text-shadow: 4px 6px 0px #005b96; */
	/* text-shadow: -4px -4px 0 #09367c, 4px -4px 0 #09367c, -4px 4px 0 #09367c, 4px 4px 0 #09367c, -4px 0px 0 #09367c, 4px 0px 0 #09367c, 0px -4px 0 #09367c, 0px 4px 0 #09367c; */
}

@media (max-width: 700px) {
	.hero__heading h1 {
		font-size: 36px;
	}

	.hero-slide-2 .hero__heading h1,
	.hero-slide-3 .hero__heading h1,
	.hero-slide-4 .hero__heading h1 {
		font-size: 40px;
	}
}

@media (max-width: 380px) {
	.hero__heading p {
		font-size: 36px;
	}
}

.hero__link {
	margin-top: 1.25em;
}

.hero-glide__bullets {
	-webkit-touch-callout: none;
	user-select: none;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-glide__bullet {
	background: #ffffff62;
	border: 0;
	cursor: pointer;
	height: 15px;
	width: 15px;
	border-radius: 50%;
}

.glide__bullet--active {
	background: #ffffffc4;
}

#hero-section {
	margin-top: 70px;
}

@media (max-width: 768px) {
	#hero-section {
		margin-top: 50px;
	}
}

.hero-slide-1 {
	background: url("/static/images/section-hero.webp");
	background-size: cover;
	background-position: center;
}

@media (max-width: 768px) {
	.hero-slide-1 {
		background: url("/static/images/section-hero.webp");
		background-size: 1145px;
		background-position: -260px -90px;
		background-repeat: no-repeat;
	}
}

/* .hero-slide-2{
    background: url('/static/images/homepage-pastries.webp');
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .hero-slide-2{
        background: url("/static/images/homepage-pastries.webp");
        background-size: cover;
    }
} */
