@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');

html,
body {
	scroll-behavior: smooth;
}
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #000000;
	scroll-behavior: smooth;
}

body, body * {
	direction:rtl;
	text-align:right;
	box-sizing:border-box;
    font-family: 'Assistant', serif;
	font-size: 16px;
}
@media(max-width: 1024px) {
	html {
		scroll-padding-top:10vh; 
	}
	body, html {
		min-height:100%;
		height:100%;
	}
	body {
        font-size: 4vw;
		background:#000000;
	}
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #ffffff;
}

.mobile_hide {
    display: block;
}

.desktop_hide {
    display: none;
}

.bold {
	font-weight:bold!important;
	color:inherit;
	font-size: inherit;
}

/*=====================================
=============== START =================
=====================================*/

.container {
	position:relative;
	width: 100%;
	height:95vh;
	display: flex;
	overflow: hidden;
	z-index: 1;
}

.container .content {
	position: relative;
	width: 75vw;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
@media(max-width: 1024px) {	
	.container {
		flex-direction: column;
		color:#ffffff;
		overflow: visible;
		height:calc(100vh - 7vh - 8vh - 3vh - 40px - 50px);
	}

	.container .content {
		width: 100%;
		height:100%;
	}
}

/*============================*/
/*===== swiper-container =====*/
/*============================*/
.swiper-container {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  overflow:hidden;
}

.swiper-container .swiper-slide {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
.swiper-container .slideBG {
	position:absolute;
	width:100%;
	height:90%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
	z-index:-1;
}
.swiper-container .swiper-slide#swiper-slide1  .slideBG {
    background-image: url('../images/bg111.jpg');
}
.swiper-container .swiper-slide#swiper-slide2  .slideBG {
    background-image: url('../images/bg2.jpg');
}

@media(max-width: 1024px) {	
	.swiper-container .slideBG {
		height:80%;
	}
	.swiper-container .swiper-slide#swiper-slide1 .slideBG {
		background-image: url('../images/bg1-mob.jpg');
	}
	.swiper-container .swiper-slide#swiper-slide2 .slideBG {
		background-image: url('../images/bg2-mob.jpg');
	}
}
/*===== /swiper-container =====*/


/*================*/
/*===== _top =====*/
/*================*/
._top {
	width:100%;
    margin-top: 5vh;
	display:flex;
	justify-content:space-between;
	align-items:center;:center;
}
 ._top .label * {
	 font-size:inherit;
 }
._top .label {
	margin-right: auto;
    margin-left: 0;
    padding: 0 2vw;
    width: fit-content;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
	background:rgba(236,28,36,.65);
}
._top .label .siverPrice {
    font-size: 50px;
}
@media(max-width: 1024px) {	
	._top {
		top:8vh;
	}
	._top .label {
		padding: 0 2vw;
		font-size:20px;
		font-weight:600;
	}
	._top .label .siverPrice {
		font-size: 26px;
	}
}
/*===== /_top =====*/


/*================*/
/*===== _mid =====*/
/*================*/
._mid {
	width:100%;
    margin-top: 3vh;
    margin-bottom: auto;
}
._mid .ttl_h1 {
	margin:0;
	text-align:center;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 2px 2px rgba(0, 0, 0, .85);
}
._mid .ttl_h1 br {
	display:none;
}

@media(max-width: 1024px) {	
	._mid {
		margin-bottom:unset;
		margin-top: auto;
	}
	._mid .ttl_h1 {
		font-size:30px;
		line-height: 1;
        padding-bottom: 2vh;
	}
	._mid .ttl_h1 br {
		display:block;
	}
}
/*===== /_mid =====*/

/*===================*/
/*===== _bottom =====*/
/*===================*/
._bottom {
	width: 100%;
}


/*=======================*/
/*===== bottom_data =====*/
/*=======================*/
.bottom_data {
    width: 100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
.bottom_data-top {
	width:100%;
	color:#ffffff;
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
	/*background:url('../images/bot_decor.png') bottom left no-repeat;
	background-size:auto 100%;*/
}
.bottom_data-top .decor {
	width:100%;
}
.bottom_data-top .txt {
	width:100%;
	position:absolute;
	top:0%;
	color:#000000;
	font-size:46px;
	font-weight:600;
	line-height:1;
	translate: 0 -50%;
	text-align:center;
}
.bottom_data-top .txt.white {
	color:#ffffff;
}
.bottom_data-top .txt .big {
	font-size:130%;
	font-weight:600;
}
.bottom_data-top .txt .thin {
	font-weight:400;
	font-size:inherit;
}

.bottom_data-bot  {
	width:100%;
	background:#000000;
}

.note {
    font-size: 12px;
    padding: 5px 5vw;
	color:#c7c8ca;
}

@media(max-width: 1024px) {	
	.bottom_data-top {
		background-size:contain;
	}
	.bottom_data-top .txt {
		translate: 0 -120%;
		font-size:28px;
	}
}
/*===== /_bottom =====*/


/*========================*/
/*===== feature_list =====*/
/*========================*/
.feature_list {
	display:flex;
	justify-content:center;
	gap:3vw;
	padding:2vh 0 1vh 0;
	color:#c7c8ca;
}

.feature_list .feature_item {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:1vw;
	position: relative;
}
.feature_list .feature_item-txt {
	font-weight:500;
	font-size:18px;
	line-height:100%;
}
.feature_list .feature_item-txt .big {
	font-size:140%;
}
.feature_list .feature_item-txt .big * {
	font-size:100%;
}

.feature_list .sep {
	width: 5px;
    height: 50px;
    margin: auto 0;
    flex-shrink: 0;
    flex-grow: 0;
    background: #c7c8ca;
}

@media(max-width: 1024px) {	
	.feature_list .feature_item {
		flex-direction:column;
		gap:1.5vh;
	}
	.feature_item-img {
		max-width:10vw;
	}
	.feature_list .feature_item-txt {
		font-size:14px;
		text-align:center;
	}
	.feature_list .sep {
		width:2px;
	}
}
/*===== /feature_list =====*/


/*========================*/
/*===== lissing_wrpr =====*/
/*========================*/
.lissing_wrpr {
	display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;

    margin-bottom: 3vh;
    background: #e4e4e4;
    box-shadow: -10px 0px 25px 5px rgba(0,0,0,.1);
    line-height: 1;
}
.lissing_wrpr h3 {
	position: relative;
    margin: 0;
    padding: 1.5vh;
    background: #000000;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.lissing_wrpr h3:after {
	content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 50px;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 50%);
}
.lissing_wrpr .lissing_list {
	margin: 0;
    padding: 0;
    padding-right: 35px;
    list-style: none;
    display: flex;
}
.lissing_wrpr .lissing_list li {
	padding: 0 2.5vw;
    margin: 3vh 0;
    border-left: 1px solid #80001d;
}
.lissing_wrpr .lissing_list li:last-child {
	border:none;
}
.lissing_wrpr .lissing_list h5 { 
	margin:0;
	padding:0;
	color:#80001D;
	font-weight:normal;
	font-size:1.85rem;
}
.lissing_wrpr .lissing_list h5.h5note {
	font-size: 1.7rem;
    height: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
}
.lissing_wrpr .lissing_list h5.h5note br {
	display:none;
}
.lissing_wrpr .lissing_list .lis_start_from { 
	display:block;
	font-size: 0.8rem;
}
.lissing_wrpr .lissing_list .lis_price { 
	font-weight:bold;
	font-size:1.85rem;
}

@media(max-width: 1024px) {	
	.lissing_wrpr {
		width:100%;
		padding:0 1.5vh;
		display: block;
		box-shadow: none;
		background: none;
		color: #ffffff;
		line-height:normal;
	}
	.lissing_wrpr h3 {
		margin-bottom:1.5vh;
	}
	.lissing_wrpr h3:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 4px;
		top: 100%;
		right: 0;
		border-radius: 50%;
		background: radial-gradient(circle, rgb(205 31 54) 0%, rgba(0,0,0,1) 100%);
	}
	.lissing_list {
		display: block;
		padding: 0;
	}
	.lissing_list li, .lissing_list li * {
		text-align:center;
		font-size: 1.5rem;
	}
	.lissing_list li {
		position: relative;
		border: none;
		margin: 0;
		padding: 0;
		padding-bottom: 1.5vh;
		margin-bottom: 1.5vh;
	}
	.lissing_list li:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		top: 100%;
		left: 0;
		border-radius: 50%;
		background: radial-gradient(circle, rgb(205 31 54) 0%, rgba(0,0,0,1) 100%);
	}
	.lissing_list h5 {
		color:#cd1f36;
		font-size: 2rem;
		font-weight:bold;
	}	
	.lissing_list h5.h5note br {
		display:block;
	}
	.lissing_list .lis_start_from {
		display:inline;
	}
}
/*===== /lissing_wrpr =====*/


/*==========================*/
/*===== form-container =====*/
/*==========================*/
.form-container {
	width: 25vw;
	position: relative;
	background: #333333;
}
.form-container, .form-container * {
	color:#ffffff;
}

.form-container .x_close {
	display: none;
	position: absolute;
	justify-content:center;
	color: #ffffff;
	align-items: center;
	left: 2vh;
	top:2vh;
	height: 26px;
	width: 26px;
	background: #d2232a;
	border-radius: 100%;
	font-weight:bold;
	z-index: 5;
}

.form-container ._main_logo {
	max-width: 35%;
    margin: 3vh auto;
}

.form-container .form-ttl, 
.form-container .form-ttl * {
	color:#ffffff;
}
.form-container .form-ttl {
	width:80%;
	margin: 0 auto;
    margin-bottom: 2vh;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
	line-height:1;
}

.form-container .inner-form {
	position: relative;
	z-index: 1;
	transition: .3s all;
}

.form-container .main_form {
	position: relative;
	top: 0;
}

.form-container .form-row {
	position:relative;
	width: 75%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.form-container .form-row input {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 5px;
    margin-bottom: 0px;
    border: none;
    color: #000000;
    background-color: #ffffff;
} 
.form-container .form-row input:focus-visible {
	outline:none;
}
.form-container .form-row ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}
.form-container .form-row :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.form-container .form-row ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}

/*--- container-checkbox ---*/
.form-container .form-row .container-checkbox,
.form-container .form-row .container-checkbox * {
    font-size: .75rem;
    font-weight: 300;
	line-height:1;
}
.form-container .form-row .container-checkbox {
	position: relative;
    display: block;
    margin-bottom: 2vh;
    padding-right: 21pt;
    cursor: pointer;
}
.form-container .form-row .container-checkbox .checkmark,
.form-container .form-row .container-checkbox #allowmailing {
	position: absolute;
    top: 0;
    right: 0;
	height: 18px;
	width: 18px;
	border: 1px #ffffff solid;
	cursor: pointer;
	margin:0;
}
.form-container .form-row .container-checkbox #allowmailing {
	opacity: 0;
	z-index:1;
}
.form-container .form-row .container-checkbox:hover input ~ .checkmark {
	box-shadow:0px 0px 3px 2px rgba(255,255,255,.7) inset;
}
.form-container .form-row .container-checkbox input:checked ~ .checkmark {
	background-color: #fff;
	border: 1px #000 solid;
}
.form-container .form-row .container-checkbox .checkmark:after {
	content: "";
	left: 6px;
	top: 3px;
	width: 3px;
	height: 7px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	display: none;
}
.form-container .form-row .container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.form-container .form-row .areas {
    width: 100%;
    padding:0;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
	font-weight:700;
	line-height:150%;
    border: 0;
	background-color: #ed1c24;
    cursor: pointer;
}

.form-container .form-row label.error {
	position: absolute;
    top:32px;
	right:0;
    font-size: 14px;
}
.form-container .form-row input.error {
	border-bottom: 1px solid #ff0000!important;
}

.form-container .masqu_tel_wrpr {
	margin-top: 2vh;
    text-align: center;
}
.form-container .call-container {
    display: block;
    margin: 0 auto;
	margin-top:2vh;
}
.form-container .call-container .samelet {
    position: relative;
    width: 15vw;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 4;
}
.form-container .call-container .samelet img {
	width: auto;
    max-width: 40%;
    height: auto;
    margin: 0 auto;
}

/*--- feedback ---*/
.form-container .feedback {
	display:none;
    position: absolute;
    flex-direction: column;
	max-width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    font-size: 1.5em;
}
.form-container .feedback h2 {
	font-size: 300%;
	margin: 0 auto;
}
.form-container .feedback p {
	margin: 0 auto;
	font-size: 100%;
	text-align:center;
}

@media(max-width: 1024px) {	

	.form-container {    
		display:none;
		position: fixed;
		top: 0;
		height: calc(100% - 7vh);
		left: 0;
		right: 0;
		width: 100%;
		z-index: 22;
		background:#777777;
    }
	.form-container .x_close {
		display: flex;
	}
	
	.form-container .form-ttl {
		font-size: 170%;
	}
	
    .form-container .main_form {
		margin: 0 auto;
    }
	
    .form-container .form-row {
		position: relative;
		width: 100%;
	}
	
	.form-container .call-container {
		margin: 0;
        margin-top: 5vh;
	}
	.form-container .call-container .samelet {
		width:100%;
	}
}
/*===== /form-container =====*/


/*=================*/
/*===== YOMAN =====*/
/*=================*/

/*===== mob_select_yoman =====*/
.mob_select_yoman {
	background: #ffffff;
    padding: 2vh;
	margin-bottom:3vh;
}
.mob_select_yoman .form-ttl {
	color:#000000;
}
@media(max-width: 1024px) {
	.mob_select_yoman {
		display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
		padding:2vh 0;
		margin-right: -2vh;
        width: calc(100vw);
	}
}
/*===== CUSTOM SELECT =====*/
.custom-select {
	position: relative;
	width:75%;
	margin:0 auto;
	margin-bottom: 1vh;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  border:2px solid #ffffff;
  border-radius:6px;
}

/* Style the arrow inside the select element: */
.select-selected:before {
	position: absolute;
	content: "";
	left:2px;
	top:2px;
	width:40px;
	height:calc(100% - 4px);
	background: #000000;
	border-radius:4px 0 0 4px;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  left: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 11px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  padding: 8px 16px;
  cursor: pointer;
  background:#000000;
}

.select-items div {
	color: #333333;
	background:#ffffff;
	border-bottom: 1px solid #333333;
}
/* Style items (options): */
.select-items {
	position: absolute;
	width:100%;
	top: 100%;
	z-index: 99;
	border: 1px solid #333333;
	border-radius: 6px;
	overflow: hidden;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
	background: #333333;
	color:#ffffff;
}

@media(max-width: 1024px) {	
	.custom-select {
		width:90%;
	}
	.select-items {
		top:auto;
		bottom:100%;
		z-index:999;
	}  
}

/*===== yomanframe_wrpr =====*/
#yomanframe_wrpr {
    display: none;
    position: absolute;
    top: 5vh;
	left:0;
	width: 25vw;
	height:calc(100% - 5vh);
	border-right:1px solid #000000;
    z-index: 9999;
}
#yomanframe_wrpr .close_iframe {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-top: 0;
    width: 30px;
	aspect-ratio:1;
    text-align: center;
    line-height: 31px;
	color:#ffffff;
    background: #333333;
    border-radius: 100%;
	cursor:pointer;
}
#yomanframe_wrpr #yomanframe {
	height: 100%;
	width:100%;
	border: 0;
	background:#ffffff;
}

@media(max-width: 1024px) {
	#yomanframe_wrpr {
		width: 100%;
		height:calc(100vh - 7vh - 8vh);
		top: 8vh;
		bottom: 7vh;
		border:none;
	}
}
/*===== /YOMAN =====*/


/*=====================*/
/*===== blockpage =====*/
/*=====================*/
.blockpage {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.blockpage.active {
    visibility: visible;
    opacity: 1;
}
.blockpage i {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    font-size: 73pt;
    color: #fff;
}
/*===== /blockpage =====*/


/*===================*/
/*===== _footer =====*/
/*===================*/
._footer {
	background: #fff;
	padding-bottom:5vh;	/* -> height of polution bar */
}

._footer .small-letters {
    padding: 0.5vw 1vw;
    margin: 0;
	font-size: 0.8em;
}
._footer .small-letters,
._footer .small-letters * {
    line-height: 1.2;
}
._footer .small-letters * {
	font-size: 1em;
}
._footer .small-letters a {
    color: blue;
}

@media(max-width: 1024px) {
	._footer {
		padding-top:20px;
		padding-bottom:calc(7vh + 75px);	/* -> height of MCA_strip + buttons + mob_select_yoman */
	}	
	._footer .small-letters {
        width: 94%;
        margin: 0 auto;
        text-align: justify;
    }
}
/*===== /_footer =====*/


/*====================*/
/*===== _buttons =====*/
/*====================*/
._buttons {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 8vh;
	width: 100%;
	padding: 0 3vw;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 3vw;
	background: #000000 url(../images/logo-title2x.png) 3vw center no-repeat;
	background-size: auto 70%;
	z-index: 9;
}
._buttons .btn {
	width: 48%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight:400;
	text-decoration: none;
	border-radius: 2px;
}
._buttons .btn.btn1 {
	background-color: rgb(209,43,52);
	background: linear-gradient(90deg, rgba(130,1,30,1) 0%, rgba(209,43,52,1) 100%);
}
._buttons .btn.btn2 {
	color: #000000;
	background-color:#c3d3d7;
}
@media(max-width: 1024px) {	
	._buttons {
		display: flex;
	}
}
/*===== /_buttons =====*/


@media(max-width: 1024px) {	
	.mimun_btn {
		background: linear-gradient(180deg, #585858 0%, rgb(0 0 0) 100%);
		border: 2px solid #ce2a33;
		display: block;
		margin: 3vh 10%;
		text-decoration: none;
		padding: 5px 10px;
		border-radius: 10px;
	}
}


/*===================*/
/*===== _thanks =====*/
/*===================*/
._thanks .form-container .feedback {
	display: flex;
}
._thanks .form-container .form-ttl,
._thanks .form-container .form-row,
._thanks .form-container .samelet,
._thanks .custom-select {
    opacity: 0;
    visibility: hidden;
}
/*===== /_thanks =====*/


/*=====================*/
/*===== open_form =====*/
/*=====================*/
.open_form .btn1,
.open_form .btn2,
.open_form ._buttons,
.open_form ._footer {
	display: none;
}

@media(max-width: 1024px) {
	body.open_form {
		overflow:hidden;
	}
	.open_form .form-container {
		display:block;
	}
	
	.open_form .mob_select_yoman {
		display: none!important;
	}
}
/*===== /open_form =====*/


/*============================================================================*/
/*============================== BUTTONS ON TOP ==============================*/
/*============================================================================*/
@media(max-width: 1024px) {
	.container {
		padding-top: 8vh;
		height:auto;
	}
	
	.container .content {
        height: calc(100dvh - 7vh - 8vh);
	}
	
	._footer {
        padding-top: 10px;
        padding-bottom: calc(7vh + 10px);
    }
	._buttons .btn {
		height: 50%;
        width: auto;
        aspect-ratio: 1;
		border-radius: 0px;
		background-size:contain;
		font-size:0;
		text-indent:-10000px;
		background-repeat:no-repeat;
		background-position:center;
	}
	._buttons .btn.btn1 {
		background-color:transparent;
		background-image: url('../images/btn11.png');
		background-size:contain;
	}
	._buttons .btn.btn2 {
		background-color:transparent;
		background-image: url('../images/btn22.png');
		background-size:contain;
	}
	
	._buttons .sep {
		height:3vh;
		width:1px;
		background:#ffffff;
		flex-grow:0;
		flex-shrink:0;
	}
}


/*==================================================================================*/
/*============================== FORM IS ALLWAIS OPEN ==============================*/
/*==================================================================================*/
@media(max-width: 1024px) {	

	.form-container {    
		display:block;
		position: relative;
		height:auto;
		z-index:1;
	}
	.form-container .x_close {
		display:none;
	}
	.form-container .inner-form {
		width: auto;
        margin: 0;
		margin-top:2vh;
		padding:0 2vh;
	}
	
	.form-container .call-container {
		display:none;
	}
}



@media(max-width: 1024px) {	
    .desktop_hide {
        display: block;
    }
	.mobile_hide{
        display: none!important;
    }
}

