
@font-face {
	font-family: 'bebas';
	font-style: normal;
	font-weight: 800;
	src: url("/assets/fonts/1.woff") format("woff"),
			url("/assets/fonts/1.woff2") format("woff2");
}
@font-face {
	font-family: 'geologica';
	font-style: normal;
	font-weight: 400;
	src: url("/assets/fonts/2.woff") format("woff"),
			url("/assets/fonts/2.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  display: none;
}
body {
  font-family: 'geologica', sans-serif;
  color: #000;
  font-size: 16px;
}

.container{
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 30px;
}

.promo{
	height: 700px;
	width: 100%;
	background: radial-gradient(
		circle at 50% 50%,
		rgba(73,150,20,1) 20%,
		rgba(24,47,19,1) 100%
	);
}
.promo__container{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.promo .person{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.promo .sign{
	position: absolute;
	bottom: 40px;
	right: calc(50% - 100px);
}
.promo .logo_text{
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	opacity: 0.3;
	color: #000;
	font-weight: bold;
	font-size: 180px;
	margin-left: 75px;
}
.logo_text__body{
	position: relative;
	z-index: 3;
}
.promo .logo_text::before{
	content: '';
	position: absolute;
	top: 105px;
	transform: translate(-50%, -50%);
	left: -75px;
	width: 150px;
	height: 160px;
	background-image: url('/assets/media/icons/logo.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.promo .person{
	height: 100%;
}
.promo .sign{
	width: 250px;
}
.promo .person_name{
	position: absolute;
	bottom: 70px;
	left: 100px;
	z-index: 2;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.certificate{
width: 100%;
padding: 80px 0;
}
.certificate__block{
	display: flex;
	justify-content: center;
}
.certificate__img{
	max-width: 800px;
	width: 100%;
}
.halal_status{
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.halal_status__body{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
	color:#DD2A1B;
	font-size: 22px;
	font-weight: 400;
}
.certificate__container{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.certificate__img{
	box-shadow: 10px 10px 50px rgba(0, 0, 0, .3);
}

.section_title{
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	background: #28511E;
	padding: 80px 0;
	font-family: 'bebas', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.contact{
	width: 100%;
	padding: 80px 0;
}
.contact__container{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
}
.contact__body{
	padding: 50px 0;
}
.contact__item:first-child{
	margin-bottom: 80px;
}
.contact__item{
	display: flex;
	flex-direction: column;
}
.contact__item--title{
	font-size: 28px;
	font-weight: 400;
	color: #DD2A1B;
	font-family: 'bebas', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact__item--desc{
	margin-bottom: 30px;
}
.contact__item--phone{
	margin-bottom: 30px;
}
.contact__item--map{
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
}

.brand{
	width: 100%;
	padding: 80px 0;
	background: #28511E;
	font-family: 'bebas', sans-serif;
	font-weight: 600;
}

.brand__container{
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.brand__title{
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.brand__body{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
.brand__item.links{
	width: 100%;
}
.brand__item{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.brand__item--item{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
}
.brand__item-container{
	width: 100%;
}
.brand__item-container--body{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.brand__item-content{
	display: flex;
	flex-direction: column;
}
.brand__item-content.left{
	text-align: left;
}
.brand__item-content.right{
	text-align: right;
	/* text-decoration: underline; */
}
.brand__item--item{
	display: inline-block;
	padding: 5px;
	margin-bottom: 5px;
}
.brand__item-content.right .brand__item--item.span{
	color: #FAE013;
	text-decoration: none;
}
.brand__item--item:hover{
	color: #000;
}
.brand__item-content.right .brand__item--item:hover{
	text-decoration: none;
}

.footer{
	width: 100%;
	padding: 80px 0;
	background: #28511E;
	text-align: center;
	color: #FAE013;
	border-top: 1px solid #6B7536;
}
.footer__container{
	position: relative;
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'bebas', sans-serif;
	font-weight: 600;
}

.promotion{
	width: 100%;
	background: radial-gradient(
		circle at 50% 50%,
		rgba(192,0,37,1) 20%,
		rgba(101,0,18,1) 100%
	);
}
.promotion__container{
	position: relative;
	display: flex;
	justify-content: center;
	max-width:1920px;
	margin: 0 auto;
}
.promotion img{
	width: 100%;
	height: auto;
}

.promotion__text{
	margin: clamp(16px, 7.2vw, 150px);
	position: absolute;
	top: 0;
	left: 0;
	font-size: clamp(16.7px, 7.2vw, 150px);
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.promotion__btn{
	position: absolute;
	bottom: clamp(20px, 3.1vw, 50px);
	left: calc(50%);
	transform: translateX(-50%);
}
.promotion__btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 5px 1px rgba(255,255,255, 0.7);
	border-radius: 25px;
	padding: clamp(8px, 1.3vw, 13px) clamp(10px, 5vw, 50px);
	background: none;
	color: #fff;
	font-size: clamp(8px, 2.1vw, 20px);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.promotion__btn a:hover,
.promotion__btn a:focus {
	background: rgba(255,255,255, 0.4);
	box-shadow: 0 0 20px rgba(255,255,255, 0.7);
}


.promotion_page{
	color: #fff;
}

.promotion_page__item{
	background: radial-gradient(
		circle at 50% 50%,
		rgba(192,0,37,1) 20%,
		rgba(101,0,18,1) 100%
	);
	padding: 10px 0 100px 0;
	position: relative;
}

.premium-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gold-lines {
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #b87416 0%, #fff0a5 50%, #b87416 100%);
  position: relative;
	margin-bottom:30px;
}

.gold-lines::after {
  content: '';
  display: block;
  margin-top: 30px;
  height: 15px;
  background: linear-gradient(to right, #b87416 0%, #fff0a5 50%, #b87416 100%);
}

.premium-ticket {
  padding: 20px 30px;
	max-width:500px;
}

.promotion_page__item__container{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.promotion_page__desc{
	text-align: center;
	padding: 10px 40px;
	margin-bottom:20px;
	font-size: clamp(14px, 2.1vw, 20px);
}
.promotion_page__hint{
	color:yellow;
	text-align: center;
	padding: 10px 40px;
	margin-bottom:10px;
	font-size: clamp(14px, 2.1vw, 20px);
}
.promotion_page__products{
}

.promotion_page__products__row{
	display: flex;
	justify-content: space-between;
}

.promotion_page__products__item{
	width: 48%;
	display: flex;
	position: relative;
	height: 300px;
	align-items: flex-end;
}
.promotion_page__products__item.center-side{
	width: 100%;
}
.promotion_page__products__item .promotion_page__products__item-back-line{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
}
.promotion_page__products__item.left-side .promotion_page__products__item-back-line{
	left: 0;
	background: linear-gradient(to right, rgba(213,179,106, 1), rgba(213,179,106, 0));
}
.promotion_page__products__item.right-side .promotion_page__products__item-back-line{
	right: 0;
	background: linear-gradient(to left, rgba(213,179,106, 1), rgba(213,179,106, 0));
}
.promotion_page__products__item.center-side .promotion_page__products__item-back-line{
	right: 0;
	background: linear-gradient(to right,
  rgba(213, 179, 106, 0),
  rgba(213, 179, 106, 1) 50%,
  rgba(213, 179, 106, 0) 100%);
}
.promotion_page__products__item-img{
	z-index:2;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.promotion_page__products__item.left-side .promotion_page__products__item-img{
	background-position: left 20px bottom 35px;
}
.promotion_page__products__item.right-side .promotion_page__products__item-img{
	background-position: right 20px bottom 35px;
}
.promotion_page__products__item.center-side .promotion_page__products__item-img{
	background-position: center bottom 35px;
}

.promotion_page__products__item-price{
	position: absolute;
	bottom: 10px;
	padding: 7px 25px;
	background: #DD2A1B;
	border-radius: 30px;
	font-size: clamp(16px, 2.1vw, 30px);
	z-index: 2;
}
.promotion_page__products__item-name{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 30px;
	z-index: 2;
}
.promotion_page__products__item-name p{
	font-size: clamp(16px, 2.1vw, 40px);
	font-weight: 600;
}
.promotion_page__products__item-name span{
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
}
	.promotion_page__products__item.left-side .promotion_page__products__item-price{
	left: 20px;
}
.promotion_page__products__item.right-side .promotion_page__products__item-price{
	right: 20px;
}
.promotion_page__products__item.center-side .promotion_page__products__item-price{
	right: calc(50% + 300px);
}
.promotion_page__products__item.right-side{
	flex-direction: row-reverse;
}

.promotion_page__products-desc{
	margin-top:40px;
	text-align: center;
	padding: 10px 40px;
	font-size: clamp(14px, 2vw, 35px);
}
.promotion_page__products-user{
	text-align: center;
	padding: 10px 40px;
	font-size: clamp(14px, 2vw, 35px);
}