/* 


    _/                                  _/            
   _/          _/_/_/  _/_/_/      _/_/_/  _/    _/   
  _/        _/    _/  _/    _/  _/    _/  _/    _/    
 _/        _/    _/  _/    _/  _/    _/  _/    _/     
_/_/_/_/    _/_/_/  _/    _/    _/_/_/    _/_/_/      
                                             _/       
                                        _/_/          
                                                 
											   V 1.0                                  
                                  													 
                                  													 */

/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/

body{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #FFF7EC;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
/* 	color: #3a3a3a; */
/* 	color: #4A3525; */
	color: #2F2218;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

p{
	font-size: 1.2em;
}

.lead{
	font-weight: 300;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visibility{
	visibility: hidden;
}

.animated{
	visibility: visible!important;
}

/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
/*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
header h1, 
.payoff h1,
.details .carousel,
.social a:hover{
/* 	color: #44db5e; */
	color: #4A3525;
}

.features p{
	color: #06b872;
}

/*---- Background ----*/
.features,
.detail .carousel-indicators .active {
/* 	background: #0bf397;	 */
	background: #4A3525;
}
	

/*-----------------------------------------------------------------------------------*/
/* NAVBAR
/*-----------------------------------------------------------------------------------*/

nav.navbar{
	position: fixed;
/* 	top: -100%; */
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}

.navbar-nav{
	float: right;
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: 1px solid #9b6932;
	background: #FFF3E0;
	opacity: 0.95;
/* 	display: none; */
}

.navbar-default .navbar-nav>li>a {
	color: #3E2D1F;
	font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #3A3A3A;	
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand{
	color: #333333;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Roboto Condensed', sans-serif;
}

.navbar-center{
/* 	text-align: center; */
	 display: block;
     margin: auto;
     position: absolute;
	 text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding: 0px 0px;
	margin-top: -10px !important;
}

.navbar-collapse.in {
	margin-top:10px;
}

.navbar-brand img {
	margin-top: 9px;
	height: 52px;
}

.collapsing {
	margin-top:10px;
	border-color: rgba(0, 0, 0, 0) !important;
}
/*-----------------------------------------------------------------------------------*/
/* HEADER 
/*-----------------------------------------------------------------------------------*/

header{
/* 	padding: 150px 0px 0px 0px; */
/* 	margin-bottom: 120px; */
	margin-bottom: 60px;
	padding: 100px 0px 0px 0px;
/* 	height: 960px; */
/* 	height: 1050px; */
    position: relative;

/* 	background: url('../img/back.jpg'); */

background-color: #f2e5d2;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 13px, 29px, 37px, 53px;

/* 	background-color: white!important; */
/*
	background-size: cover;
	background-repeat: no-repeat;
*/
/* 	color: white; */
}

header:before {
		padding: 0px 0px 0px 0px;
		
/* 	height: 1051px; */
  height:100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(243, 230, 211, 0.28) 50%, #FFF7EC 100%);
  opacity: 1.0;
}

header h1{
	text-transform: uppercase;
	font-weight: 700;
	font-weight: 300;
	font-size: 100px;
	font-family: 'Roboto Condensed', sans-serif;
		font-size: 50px;

}

header p.lead{
	font-size: 36px;
	font-weight: 600;
}

p.lead1{
	font-size: 30px;
	font-weight: 300;
}

header .carousel-iphone {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -10px;
	top: 0;
  	left: 0;
	right: -15%;
	width: 400px;
	height: 772px;
	background: url('../img/iphone12.png') no-repeat;
	background-size: 100%;
	z-index: initial;
	transform: translateZ(-100);
}

.carousel-iphone img {
	position: relative;
	/* z-index: -1; */
}

header .carousel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 24.5px 7.0px 6px 4.0px;
	width: 72%;
	right: 7.6%;
	/* top: 0.5px; */
}

.carousel-inner {
	border-radius: 40px;
	overflow: hidden;
}

header .carousel-indicators .active {
	width: 15px;
	height: 15px;
	background: #444444;
}

header .carousel-indicators {
	bottom: -12%;
}

header .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 15px;
	height: 15px;
	border: 1px solid #666666;
	border-radius: 10px;
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* PURCHASE
/*-----------------------------------------------------------------------------------*/

.purchase{
	overflow: hidden;
	padding: 10px 0px 10px 0px;
	min-height: 20px;
}

.app-store-badge {
	display: inline-block;
	background: none, url('../img/appstore-en.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.google-play-badge {
	display: inline-block;
	background: none, url('../img/google-play-en.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}


.huawei-badge {
	display: inline-block;
	background: none, url('../img/huawei-en.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.bazaar-badge {
	display: inline-block;
	background: none, url('../img/bazaar-fa.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.myket-badge {
	display: inline-block;
	background: none, url('../img/myket-fa.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.amazon-badge {
	display: inline-block;
	background: none, url('../img/amazon.svg') no-repeat;
	background-size: 100% 100%;
	width: 270px;
	height: 80px;
	border-radius:10px;
	margin: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	PAYOFF
/*-----------------------------------------------------------------------------------*/

.payoff{
	overflow: hidden;
	padding: 120px 0px 150px 0px;
	min-height: 600px;

/*
background-color: #f2e5d2;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 13px, 29px, 37px, 53px;
*/
background-size: 50px 50px;
background-color: #fbeedd;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
-pie-background: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                 transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                 transparent 75%, transparent) 0 0 / 50px 50px #ac0;
behavior: url(/pie/PIE.htc);
/* 	background-position: center top; */
/* 	background-repeat: repeat-x; */
/* 	color: white; */
}

.payoff h1{
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8em;
	line-height:1.3em;
}

/*-----------------------------------------------------------------------------------*/
/*	DETAIL
/*-----------------------------------------------------------------------------------*/

.detail{
	overflow: hidden;
	padding: 90px 0px 0px 0px;
	min-height: 500px;
}

.detail .title{
	margin-bottom: 80px;
	text-align: center;
}

.detail .features .row{
	margin-bottom: 40px;
}

.detail .carousel h1{
	font-size: 3.8em;
}
.detail .carousel h1, .detail p{
	text-align: left;
	font-weight: 300;
}

.detail p{
	color: #aaa;
}

.detail .carousel-control{
	background: none;
}

.detail .app-screenshot{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	width: 320px;
	height: 550px;
	background: url('../img/iphone12-gold.png') no-repeat;
	background-size: 100%;
	z-index: initial;
}

.detail .app-screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-top: 0px;
	width: 296px;
	height: 642px;
    z-index: -1;
	position: relative;
	border-radius: 40px;
}

.detail .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	border-top: 1px solid #eee;
/* 	background: #ffffff; */
}

.detail .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.detail .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: rgba(74, 53, 37, 0.21);
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/

.features{
	overflow: hidden;
	padding: 150px 0px 150px 0px;
	min-height: 400px;
	color: black;
}

.features p {
	font-weight: 400;
}

.features h2{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
}

.features .circle{
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
	width: 150px;
	height: 150px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	text-align: center;
	
}

.features span.glyphicon, .features i{
	margin-top: 3px;
	color: #ffffff;
	font-size: 5em;
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/

.social{
	overflow: hidden;
	padding: 80px 0px 150px 0px;
	min-height: 450px;
	min-height: 550px;

	background: url('../img/quran-back2.jpg');
	background-size:cover;
	background-position: center top;
	background-repeat: no-repeat;
	color: white;
/* 	background-attachment: fixed; */
}

@media (min-width: 1000px) {
	.social{
		min-height: 850px;
	}
}

@media (min-width: 1400px) {
	.social{
		min-height: 1050px;
	}
}

.social h2{
	color: white;
}

.social a {
	margin-left: 10px;
	color: #FFF;
	font-size: 5em;
	transition: all 0.3s;
}

.social a:hover{
	text-decoration: none;
	cursor: pointer;
	
}

/*-----------------------------------------------------------------------------------*/
/*	GET-IT
/*-----------------------------------------------------------------------------------*/

.get-it{
	padding: 50px 0px 50px 0px;
	text-align: center;
}

.get-it button.app-store{
	width: 270px;
	height: 80px;
	background: url(../img/badge-appstore@2x.png) #373737 no-repeat 0px -3px;
	color: white;
}

.get-it hr{
	margin-top: 3em;
	margin-bottom: 3em;
}

.get-it ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.get-it ul li{
	display: inline-block;
	margin-left:30px;
}

.get-it ul li:first-child{
	margin-left: 0px;
}

.get-it ul li a{
	color: #aaa;
/* 	font-size: 1.15em; */
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	line-height: 2.2em;
}

.get-it ul li a:hover{
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width:768px) {
	
	header{
		padding-bottom: 50px;
		min-height: 1000px;
/* 		height: 100%; */
	}
	
	.navbar-nav {
		float: left;
		text-align: left;
}

	
}

@media (max-width:992px) {

.detail .carousel h1, .detail p{
	text-align: center;
}

.detail p{
		margin-bottom: 60px;
}

header, .social{
	background-position-y: 0px;
/* 	background-size: 200%; */
}

.payoff{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 200px;
}

.payoff h1{
	font-size: 24px;
}

.features .col-md-4{
	margin-bottom: 60px;
}

}

@media (max-width:480px){

	header .carousel-iphone, .detail .app-screenshot{
		width: 300px;
	}

	header .carousel-iphone {
		width: 360px;
	}

	header .carousel, .detail .app-screenshot img{
/* 		padding-top: 67px; */
		padding-top: 72px;
		/*width: 248px;*/
	}

	header .carousel {
		position: relative;
		margin-right: auto;
		margin-left: auto;
		padding: 22.5px 7.0px 6px 4.0px;
		width: 72.2%;
		right: 7.6%;	
	}

	.carousel-inner {
    border-radius: 35px;
	}
	
	.detail .app-screenshot img{
		margin-top: -12px;
		padding: 3%;
		/* padding-top: 16.4px; */
	}
	
	header{
		padding-top: 80px;
		padding-bottom: 0px;
		margin-bottom: 100px;
	}
	
	header h1{
		font-size: 70px;
	}
	
	.purchase{
		padding-top: 50px;
	}
	
	.features col-md-4{
		margin-bottom: 50px;
	}
	
	.social{
		min-height: 100%;
		}
}

@media (max-width: 991px) {
	.navbar-nav {
		float: left;
		text-align: left;
}

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    .purchasebutton.app-store, .get-it button.app-store{
        background: url(../img/badge-appstore@2x.png) #3a3a3a no-repeat 0px 0px;
        background-size: 98%;
    	color: white;
    }
/*
    .social{
		background: url('../fa/img/quran-back@2x.jpg');
		background-size: 100%;

	}
*/

}

.color-black{
	color: black !important;
}

.color-text{
	color: #4A3525 !important;
}

.color-dark-text{
	color: #0066CC !important;
	font-size: 12px;
	font-weight: 700;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/roboto-condensed-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-3_5.2.9_latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF;
}

@font-face {
    font-family: "BBCNassim";
    src: url("../fonts/bbc-nassim-regular.eot") format('eot'),
         url("../fonts/bbc-nassim-regular.woff") format("woff"),
         url("../fonts/bbc-nassim-regular.ttf") format("truetype"),
         url('../fonts/bbc-nassim-regular-webfont.svg#BBCNassimRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "BBCNassim";
    src: url("../fonts/bbc-nassim-bold.eot") format('eot'),
         url("../fonts/bbc-nassim-bold.woff") format("woff"),
         url("../fonts/bbc-nassim-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

.rtl {
    font-family: "BBCNassim", sans-serif !important;
    direction: rtl !important;
    letter-spacing: 0px;
/*     font-size: 150%; */
}

.form{
	margin:0 30px 0 30px;
}

.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#2F2218;
/* 	font-family: 'Open Sans', sans-serif; */
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #dbcab2;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #dbcab2;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #dbcab2;	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #dbcab2;
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:175px;
	height:50px;
	background:#2F2218;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
/* 	font-family: 'Montserrat', sans-serif; */
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
/* background:#3d2a1b; */
	color: #d6dff8;
/* 	color: red; */
}

.featured-box {
    padding: 0 0 0 0;
    margin-bottom: 10px;
    font-size: 14px;
    	overflow: hidden;

}

.featured-box-col1{
	width:60px;
	float:left;
	margin-top: -3px;
}

.featured-box-col1-r{
	float:right;
}


.featured-box-col2{ overflow:hidden;}

.featured-box-col1 i {
    display: block;
    line-height: 28px;
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #777777;
    font-style: normal;
}

.featured-box p {
	text-align: left;
	vertical-align: middle;
}

.featured-box-r p {
	text-align: right;
	vertical-align: middle;
	font-size: 1.4em;
	margin-bottom: 2.5px;
	margin-top: 2.5px;
	margin-right: 1px;
}

.featuresNew {
	margin-bottom: 30px;
	margin-top: 30px;
}

.carousel-iphone {
	margin-top: 40px;	
}

@media (max-width: 767px) {
  .row.reorder-xs {
    transform: rotate(180deg);
    direction: rtl; /* Fix the horizontal alignment */
  }

  .row.reorder-xs > [class*="col-"] {
    transform: rotate(-180deg);
    direction: ltr; /* Fix the horizontal alignment */
  }
}
.small-text {
	font-size: 12px;
}

@mixin vertical-align($position: relative) {
  position: $position;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vcenter {
    margin-top: 10%;
	margin-bottom: 10%;
}

.title-box {
	padding-left: 40px;
	padding-right: 40px;
}

.product {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px
}

.product .product-container {
    display: block;
    width: 100%;
    min-height: 520px;
    padding: 20px;
    border-radius: 7px;
    margin-right: auto;
    margin-left: auto;
    background: #8282821f;
    box-sizing: border-box;
}

.product .product-container:hover {
    background: -webkit-linear-gradient(-90deg, #828282a0 0%, #82828280 100%);
    background: -moz-linear-gradient(-90deg, #828282a0 0%, #82828280 100%);
    background: -o-linear-gradient(-90deg, #828282a0 0%, #82828280 100%);
    background: -ms-linear-gradient(-90deg, #828282a0 0%, #82828280 100%);
    background: linear-gradient(180deg, #828282a0 0%, #82828280 100%);
}

.product .icon {
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto;
}

.product .product_info {
    position: relative;
}

.product h4 {
    padding: 15px 4px 0;
    color: #313131;
    font-size: 1.375em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
}

.product p {
    font-size: 16px;
    color: #696969;
    padding: 40px 0;
    line-height: 24px;
    padding-top: auto;
    padding-bottom: auto;
}

.product p a {
    color: #159ffd;
}

.product p a:hover {
    text-decoration: underline;
}

.product .download-btn {
    position: absolute;
    bottom: 26px;
    left: 50%;
    display: block;
    width: 216px;
    height: 46px;
    margin: 0 0 0 -108px;
    line-height: 46px;
    color: #bfbfc1;
    font-size: 1.125em;
    text-align: center;
    border-radius: 6px;
    background: #31353e;
}

.product:hover .download-btn {
    color: #fff;
    background: #3fc322;
}

.product .download-btn:hover {
    color: #fff;
    background-color: #3fc322;
    cursor: pointer;
}

.product .award {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 248px;
    height: 40px;
    margin: 0 0 0 -124px;
    background: no-repeat 0 0;
    background-size: 248px 40px;
}

.product .bestseller {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
}

.rcorners {
  border-radius: 25px; 
}

a { 
	text-decoration: none;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
}

a:hover { 
	text-decoration: none; 
}

.apps-scroll .product {
position: relative;
display: block;
width: 278px;
margin: 0 0 20px 0;
padding: 0;
}

:root{
  --accent:#0f7c9a;
  --accent-2:#0b6175;
  --muted:#6b6b6b;
  --card-bg:#ffffff;
  --glass:rgba(15,124,154,0.06);
  --radius:14px;
  --shadow:0 8px 24px rgba(10,10,10,0.08);
  --max-width:1120px;
  --ios-blue:#007AFF;
  --ring-size:32px;
}

.reciters-section{
  direction:rtl;
  padding:56px 16px;
  background:#f3e9da;
  font-family:"BBCNassim","IRANSans",system-ui;
  color:#222;
}

.reciters-section .container{
  max-width:var(--max-width);
  margin:0 auto;
}

.section-title{
  font-size:28px;
  margin:0 0 6px 0;
  color:var(--accent-2);
  font-family:"BBCNassim","IRANSans",system-ui;
}
.section-sub{
  margin:0 0 28px 0;
  color:var(--muted);
  font-size:14px;
}

.reciters-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:18px;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
}

.reciter-card{
  container-type: inline-size;
  container-name: reciter;
  position: relative;
  display:flex;
  gap:16px;
  align-items:center;
  background:linear-gradient(180deg,var(--card-bg),#fbfbfb);
  padding:14px;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid rgba(15,124,154,0.06);
  transition:transform .18s ease, box-shadow .18s ease;
}

.reciter-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(10,10,10,0.12);
}

.reciter-photo{
  width:88px;
  height:88px;
  border-radius:12px;
  object-fit:cover;
  box-shadow:0 6px 18px rgba(10,10,10,0.06);
  border: 1px solid rgba(128, 128, 128, 0.8);
}

.reciter-info{flex:1;}
.reciter-name{margin:0;font-size:16px;font-weight:700;color:#0c3b45;font-family:"BBCNassim","IRANSans",system-ui;line-height: 140%;}
.reciter-meta{margin:6px 0 12px 0;color:var(--muted);font-size:13px;}

.reciter-actions{
  display:flex;
  align-items:center;
  gap:8px;
}

.flag-icon {
  flex-shrink: 0;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.badge-corner {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #FF453A;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.itunes-play-button{
  width:var(--ring-size);
  height:var(--ring-size);
  border-radius:50%;
  border:2px solid rgba(0,122,255,0.18);
  background:rgba(0,0,0,0.04);
  position:relative;
  cursor:pointer;
  box-sizing:border-box;
  transition:background 0.2s ease, transform 0.2s ease;
}
.itunes-play-button::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'><path d='M2 17.7c0 1 0.6 1.5 1.3 1.5 0.3 0 0.6-0.1 0.9-0.3l13.7-8c0.8-0.4 1.1-0.8 1.1-1.3 0-0.5-0.3-0.8-1.1-1.3l-13.7-8c-0.3-0.2-0.6-0.3-0.9-0.3-0.7 0-1.3 0.5-1.3 1.5z' fill='%23007AFF'/></svg>");
  transition:opacity 0.2s ease, transform 0.2s ease;
}
.itunes-play-button.playing::after{
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'><path d='M0 16.3c0 1.5 0.9 2.4 2.4 2.4h13.8c1.5 0 2.4-0.9 2.4-2.4V2.4C18.6 0.9 17.7 0 16.2 0H2.4C0.9 0 0 0.9 0 2.4z' fill='%23007AFF'/></svg>");
}

.itunes-play-button::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:var(--ring-size);
  height:var(--ring-size);
  transform:translate(-50%,-50%) rotate(0deg);
  border-radius:50%;
  display:none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><circle cx='16' cy='16' r='15' stroke='%23007AFF' stroke-width='2' fill='none' stroke-linecap='round' stroke-dasharray='80 20'/></svg>");
  background-repeat:no-repeat;
  background-size:100% 100%;
}
.itunes-play-button.loading::before{
  display:block;
  animation:spin 1.2s cubic-bezier(0.55, 0.05, 0.55, 0.95) infinite;
  opacity:0.9;
}
.itunes-play-button.loading::after{
  opacity:0.5;
  transform:translate(-50%,-50%) scale(0.85);
}

@keyframes spin{
  0%{transform:translate(-50%,-50%) rotate(0deg);}
  100%{transform:translate(-50%,-50%) rotate(360deg);}
}

.play-label{
  font-size:13px;
  color:var(--ios-blue);
  cursor:pointer;
  font-weight:600;
  user-select:none;
}

.reciter-header {
  display: flex;
  align-items: center; 
  justify-content: center; 
  gap: 1.0rem;
}

.reciter-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.reciter-category {
  /* position: absolute; */
  /* bottom: 12px; */
  white-space: nowrap;
  margin-inline-start: auto;
  inset-inline-end: 12px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  text-align: center;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reciter-category.tartil { background: #0f7c9a; }
.reciter-category.tajwid { background: #f77f00; }
.reciter-category.tahdir { background: #386641; }
.reciter-category.muallim { background: #806443; }
.reciter-category.word { background: #5a189a; }
.reciter-category.other { background: #273e47; }
.reciter-category.translation { background: #007AFF; }
.reciter-category.tafsir { background: #2b9348; }

.reciter-card:hover .reciter-category {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.reciters-section .title h3 {
	  font-family:"BBCNassim","IRANSans",system-ui;
	  margin: 36px;
}

.icon-star::before {
  content: "";
  display: inline-block;
  width: 0.8em;  
  height: 0.8em;
  background: url("../img/star.svg") no-repeat center/contain;
  vertical-align: -0.125em;
}
