@font-face {
    font-family: 'Foco-Regular';
    src: url('../fonts/Foco-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Foco-Bold';
    src: url('../fonts/Foco-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'Foco-Regular', sans-serif;	
}


.h1 {
	font-size: 5rem;
}

.h2 {
	font-size: 3rem;
}

.bold {
    font-family: 'Foco-Bold';	
	    font-weight: normal;
    font-style: normal;
}

.text-primary {
color: #74AFE3!important;
}

.btn-primary {
--bs-btn-color: #fff;
--bs-btn-bg:  #74AFE3;
--bs-btn-border-color:  #74AFE3;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #ce0058;
--bs-btn-hover-border-color: #ce0058;
--bs-btn-focus-shadow-rgb: 49,132,253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #ce0058;
--bs-btn-active-border-color: #ce0058;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0d6efd;
--bs-btn-disabled-border-color: #0d6efd;
}

#header {
	overflow: hidden;
	position: relative;
	aspect-ratio: 16 / 9;

}

#arch {
	background-color: transparent;
	background-image: url(../img/arch2.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;	
	height: 370px;
	margin-top: -367px;
	position: relative
}

/*logo 93x76 */

#background-video-wrapper {
		aspect-ratio: 16 / 9;
}

#background-video-desktop {
position: absolute;
top: 0;
left: 0;
z-index: 0;
overflow: hidden;
object-fit: cover;
width: 100vw;
height: auto;
aspect-ratio: 16 / 9;
}

@media (max-width:991px) {
.h1 {
	font-size: 3.5rem;
}

.h2 {
	font-size: 1.75rem;
}

.h4 {
	font-size: 1rem;
}	
}

@media (max-width:767px) {
	
	#header {
	overflow: hidden;
	position: relative;
aspect-ratio: 390 / 744;
}
#background-video-wrapper {
aspect-ratio: 390 / 744;
}
#background-video-mobile {
position: absolute;
top: 0;
left: 0;
z-index: 0;
overflow: hidden;
object-fit: cover;
width: 100vw;
height: auto;
aspect-ratio: 390 / 744;
}

.h1 {
	font-size: 3.5rem;
}

.h2 {
	font-size: 1.75rem;
}

#zsepi {
	margin-top: -6rem;
position: relative;
}

.h4 {
	font-size: 1rem;
}
}

.grad {
	background-image: linear-gradient(0deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
}

.counter {
	letter-spacing: 1rem;
}

.order-list {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 5rem;
    line-height: 1;
    display: inline-block;
}

.order-list > li {
    display: inline-block;
    font-size: 5rem;
    font-weight: bold;
    padding: 0 15px;
    position: relative;
    top: 0;
	color: #74AFE3!important;
}

/*mobile size:390px*/