﻿@font-face
{
	font-family: "Almoni";
	src: url(/css/fonts/almoni-regular.woff2);
	font-display: auto;
	font-weight: normal;
}

@font-face
{
	font-family: "Almoni";
	src: url(/css/fonts/almoni-dl-aaa-300.woff);
	font-display: auto;
	font-weight: 300;
}

@font-face
{
	font-family: "Almoni";
	src: url(/css/fonts/almoni-dl-aaa-400.woff);
	font-display: auto;
	font-weight: 400;
}

@font-face
{
	font-family: "Almoni";
	src: url(/css/fonts/almoni-dl-aaa-700.woff);
	font-display: auto;
	font-weight: 700;
}

body
{
	font-family: 'Almoni', sans-serif !important;
	direction: rtl;
	text-align: right;
}


#dvLogoContainer
{
	width: 100%;
	height: 200px;
	position: relative;
	direction: rtl;
	text-align: right;
	margin-bottom: 50px;
}

	#dvLogoContainer > div
	{
		width: 100%;
		height: 200px;
		position: absolute;
		top: 0;
		left: 0;
	}

#dvLogoImage
{
	background-image: url(/images/Home/waveform.webp);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 8;
}

#dvLogoVideo
{
	position: relative;
	overflow: hidden;
	z-index: 9;
}

	#dvLogoVideo > video
	{
		width: 100%;
		height: 600px;
		object-fit: fill;
		position: absolute;
		top: -200px;
	}

#dvMobileSwitch
{
	position: fixed;
	opacity: 0.01;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}

#dvTitle
{
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.2);
}

	#dvTitle > h5
	{
		color: white;
		position: absolute;
		z-index: 10;
		font-size: 57px;
		text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
		right: 25%;
		top: 40px;
	}

	#dvTitle > h6
	{
		color: white;
		position: absolute;
		z-index: 10;
		font-size: 27px;
		text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
		right: 25%;
		top: 110px;
	}

#dvPlayBlock
{
	padding-right: 10%;
	padding-top: 20px;
}

.play-container
{
	font-size: 24px;
	display: flex;
	justify-content: start;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}

.voice-name
{
	width: 200px;
}

.btn-play
{
	cursor: pointer;
	width: 44px;
	height: 42px;
}

	.btn-play.paused
	{
		background-image: url(../images/sample_play.png);
	}

	.btn-play.playing
	{
		background-image: url(../images/sample_pause.png);
	}

	.btn-play.loading
	{
		background-image: url(../images/loading.gif);
		background-size: contain;
	}

#dvDescription
{
	font-size: 18px;
	font-weight: 300;
}

	#dvDescription > div
	{
		width: 300px;
	}

	.line
	{
		width: 100%;
		height: 1px;
		background-color: rgba(114, 113, 111, 1);
		margin-top: 50px;
		margin-bottom: 50px;
	}

#dvPriceContainer h5,
#dvFeatures h5
{
	font-weight: 700;
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}

#dvFeatures .row
{
	margin-bottom: 30px
}


.feature-header
{
	font-size: 24px;
	font-weight: 400;
}

.feature-line
{
	width: 100px;
	height: 3px;
	background-color: rgb(237, 153, 66);
	margin-bottom: 25px;
}

.feature-desc
{
	font-size: 18px;
	font-weight: 400;
	max-width: 260px;
}

#dvPriceContainer
{
	width: 100%;
	background-color: rgb(242, 242, 242);
	padding-top: 50px;
}

.price-value
{
	font-size: 24px;
	font-weight: 700;
}

.price-transactions
{
	font-size: 24px;
	font-weight: 400;
}

.price-threads
{
	font-size: 24px;
	font-weight: 400;
}

.btn-login
{
	background-color: transparent;
	border: solid rgba(237, 153, 66, 1) 3px;
	cursor: pointer !important;
	border-radius: 0;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	padding-top: 5px;
	font-weight: 700;
	color: black;
	margin-top: 20px;
}

	.btn-login:hover
	{
		background-color: rgba(237, 153, 66, 1);
		color: black !important;
		text-decoration: none;
	}

#dvPriceContainer .row
{
	margin-bottom: 10px;
}

#dvPricingComments
{
	margin-top: 25px;
}

#dvLogoContainer
{
	margin-top: 70px;
}

#dvMainLogin
{
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	left: 0;
	height: 70px;
	background-color: white;
	z-index: 100;
}

	#dvMainLogin img
	{
		float: left;
	}

#btnMainLogin
{
	float: right;
}

#lblContactUs
{
	font-size: 32px;
	font-weight: 700;
}

#txtContactEmailFrom
{
	width: 300px;
}

.input-center
{
	text-align: center;
}

#txtMessage
{
	width: 400px;
	margin-top: 20px;
	height: 150px;
}

#btnShowContact
{
	margin-bottom: 50px;
}

@media screen and (max-width: 802px)
{
	#dvMobileSwitch
	{
		display: none;
	}

	#dvTitle > h5
	{
		right: 5%;
		font-size: 40px;
	}

	#dvTitle > h6
	{
		right: 5%;
	}

	.feature-header
	{
		margin-top: 40px;
	}

	#dvFeatures .row
	{
		margin-bottom: 0;
	}

	.price-value,
	.price-transactions,
	.price-threads
	{
		text-align: center;
	}

	.btn-login
	{
		margin-right: calc(50% - 75px);
	}

	.price-value
	{
		margin-top: 40px;
	}

	#btnMainLogin
	{
		margin-right: unset;
	}

	#txtMessage,
	#txtContactEmailFrom
	{
		width: 100%;
	}
}
