/*
Theme Name: Tannua
Theme URI: https://zlm.pe/
Template: hello-elementor
Author: Tannua Team
Author URI: https://zlm.pe/
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1561059005
Updated: 2019-12-14 14:30:05
*/
:root {
  	--font: Gilroy;
}

/* CUSTOM SLIDER */
.custom-slider-arrow {
	border: none;
	border-radius: 50%;
	background: #FFF;
	height: 60px;
	width: 60px;
	bottom: -90px;
}
.custom-slider-arrow:after {
	content: '';
	background: url(/wp-content/uploads/2025/11/right_arrow.svg)no-repeat center/contain;
	height: 30px;
	width: 30px;
}
.custom-slider-arrow.custom-slider-next-arrow {
	right: calc(50% - 70px);
}
.custom-slider-arrow.custom-slider-prev-arrow {
	left: calc(50% - 70px);
}
.custom-slider-arrow.custom-slider-next-arrow:after {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-slider-arrow.custom-slider-prev-arrow::after {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scalex(-1);
}
/*  */