/* Navbar Fix */

header {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	top: 0;
}

header.toggle {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	top: -52px;
}

@media(min-width: 768px) {
	.top-bar {
		background-color: transparent;
	}
}

@media (max-width: 1199px) {
	nav.nav-blog .icon {
    	top: 15px;
	}
}

/* Loader */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000839;
    z-index: 9999999999;
}

.loading-text {
	line-height: 100px;
}

.loading-text span {
	display: inline-block;
	margin: 0 5px;
	color: #fff;
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.loading-text span:nth-child(1) { -webkit-animation: blur-text 1.5s 0.0s infinite linear alternate; animation: blur-text 1.5s 0.0s infinite linear alternate; }
.loading-text span:nth-child(2) { -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate; animation: blur-text 1.5s 0.2s infinite linear alternate; }
.loading-text span:nth-child(3) { -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate; animation: blur-text 1.5s 0.4s infinite linear alternate; }
.loading-text span:nth-child(4) { -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate; animation: blur-text 1.5s 0.6s infinite linear alternate; }
.loading-text span:nth-child(5) { -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate; animation: blur-text 1.5s 0.8s infinite linear alternate; }
.loading-text span:nth-child(6) { -webkit-animation: blur-text 1.5s 1.0s infinite linear alternate; animation: blur-text 1.5s 1.0s infinite linear alternate; }
.loading-text span:nth-child(7) { -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate; animation: blur-text 1.5s 1.2s infinite linear alternate; }

@-webkit-keyframes blur-text {
	0% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		-webkit-filter: blur(4px);
		filter: blur(4px);
	}
}

@keyframes blur-text {
	0% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		-webkit-filter: blur(4px);
		filter: blur(4px);
	}
}

* {
    font-family: 'Roboto', sans-serif;
}
html,
body {
    margin: 0;
    height: 100%;
    background-color: #e9e9e9;
}
@media(min-width: 769px) {
    .mh {
        display: none !important;
    }
}
@media(max-width: 768px) {
    .ms {
        display: none !important;
    }
}
.animatable,
.coin {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
}
.download-athan {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    z-index: 1000;
    padding: 0.625rem;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 1rem;
}
.download-athan.logo-athan {
	right: auto;
	left: 20px;
	border: 0;
	padding: 0;
	-webkit-transition: -webkit-transform 0.1s ease-in;
	transition: -webkit-transform 0.1s ease-in;
	transition: transform 0.1s ease-in;
	transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
}
.download-athan:not(.logo-athan):hover,
.download-athan:not(.logo-athan):focus {
    background-color: #fff;
    color: #000739;
}
.download-athan.logo-athan:hover {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
img {
    max-width: none;
}
p {
    margin-bottom: 0;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
}
.btncontainer{
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.seotext{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    padding: 8px 16px;
    margin: 0 16px 16px 16px;
}
.seotext p, .seotext span, .seotext div{
	font-size: 12px;
	
}
.backgrounds {
    position: absolute;
    height: 100%;
    z-index: 1;
}
.stars {
    position: absolute;
    top: 0;
    left: 0;
}
.fade-1 {
    -webkit-animation: fadeIn 2s linear infinite alternate-reverse;
    animation: fadeIn 2s linear infinite alternate-reverse;
}
.fade-2 {
    -webkit-animation: fadeOut 2s linear infinite alternate-reverse;
    animation: fadeOut 2s linear infinite alternate-reverse;
}
.screens {
    position: relative;
    z-index: 2;
    color: #fff;
}
.screen {
    position: relative;
    overflow: hidden;
}
.textAdmin{
	position: fixed;
    bottom: 16px;
}
.screen span, .text-content p, .scene-3 p{
	font-weight: bold !important;
	font-size:24px;
}
.ratingnum{
	font-size:16px !important;
	font-weight:bold !important;
	color:white !important;
	    align-self: center;
}
.ratingbtn{
	display:flex !important;
	flex-direction:column;
	align-items: center;
}
.rating-stars{
	    width: 78px;
    height: auto !important;
    margin: 10px;
}
.scroll-help {
    position: fixed;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 5px;
    z-index: 100;
    text-align: center;
}
.scroll-help i {
    -webkit-animation: fadeOutDown 1.6s ease infinite;
    animation: fadeOutDown 1.6s ease infinite;
}
.screen-1 {
    color: #fff;
}
.screen-1 .graphics {
    position: fixed;
    width: 1000px;
    height: 520px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.text-content {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    font-size: 1.2rem;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
}
.screen-1 .text-content p {
    max-width: 600px;
    margin: 0 auto;
}
.screen-2 .text-content {
    max-width: 1000px;
    width: 100%;
}
#space {
    position: absolute;
    top: 0;
    left: 0;
}
[class*="bg"] {
    position: fixed;
    height: 100%;
    width: 100%;
}
.bg-1 {
    background: #000839;
    color: #fff;
}
.bg-2 {
    background: #342f85 url('../images/buildings.png') center bottom/contain no-repeat;
}
.bg-3 {
    background-color: #1abc9c;
}
.bg-4 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f48945), to(#f6a86b));
    background: linear-gradient(#f48945, #f6a86b);
}
.bg-5 {
    background-color: #e74c3c;
}
.iphone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    vertical-align: middle;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 520px;
    width: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    background: transparent url('../images/athan/iphone-outline.svg') center/contain no-repeat;
    z-index: 10;
}
.iphone.profile {
    top: 100%;
    left: calc((100% - 1000px) / 2 + 125px);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.screen-1 .iphone {
    left: auto;
    right: calc((100% - 1000px) / 2);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.screen-area {
    position: absolute;
    top: 65px;
    right: 20px;
    width: 585px;
    height: 373px;
    overflow: hidden;
}
.athan-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
h1 {
    font-size: 2rem;
    margin-bottom: 0.625rem;
    font-weight: 400;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.intro-screen,
.flow-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 373px;
    background: transparent center/cover no-repeat;
}
.intro-screen {
    /*background-color: #000839;*/
    background-image: url('https://www.islamicfinder.org/media/view/screen1-bg.png');
}
.flow-1 {
    /*background-color: #342f85;*/
    background-image: url('https://www.islamicfinder.org/media/view/screen2-bg.png');
}
.clockfill {
    position: absolute;
    right: 5px;
    top: 230px;
    left: auto;
}
.screen-2 .text-content p {
    opacity: 0;
}
.top-card {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
}
.zoom-card {
    position: absolute;
    top: 107px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 210px;
    z-index: 20;
}
.card-arrow {
    position: absolute;
    width: 15px;
    bottom: 25px;
    right: 97px;
}
.app-tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    z-index: 30;
}
.app-cards {
    position: absolute;
    top: calc(100% - 20px);
    right: 5px;
    width: 200px;
    height: 100%;
    z-index: 30;
}
.app-cards img {
    max-width: 100%;
}
.coins {
    position: fixed;
    width: 100%;
    height: 100%;
}
.coin {
    position: fixed;
}
.coin-1 {
    left: 80%;
    top: 50px;
    z-index: 10;
}
.coin-2 {
    left: 100px;
    top: 100px;
    z-index: 3;
}
.coin-3 {
    left: 57%;
    bottom: 100px;
    z-index: 30;
}
.coin-4 {
    left: 250px;
    top: 250px;
    z-index: 30;
}
.coin-5 {
    right: 0%;
    bottom: -60px;
    z-index: 30;
}
.quran-card {
    position: absolute;
    left: 0;
    top: 100%;
    width: 210px;
    z-index: 50;
}
.quran-card.after {
    background: transparent url('https://www.islamicfinder.org/media/view/quran-screen.png') top center/cover no-repeat;
    left: 50%;
    top: 65px;
    width: 210px;
    height: 373px;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.quran-glow {
    height: 550px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50.25%);
    transform: translate(-50%, -50.25%);
}
.screen-testimonials {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(50%;
    );
    transform: translateX(50%;
    );
    width: 100%;
    height: 150%;
    background-color: #fff;
    z-index: 35;
}
.testimonial {
    position: fixed;
    width: 210px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.rating-star {
    height: 1rem;
    margin: 0 0.3125rem;
}
.testimonial p {
    margin-top: 0.625rem;
}
@media(max-width: 768px) {
    .flow-1 {
        position: absolute;
    }
    .screen-2 .text-content p {
        opacity: 1;
    }
}
@media(max-width: 768px) {
    [class*="screen-"] .iphone {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    [class*="bg"] {
        display: none;
    }
    .graphics {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        text-align: center;
    }
    .screen-1 {
        background: -webkit-gradient(linear, left top, left bottom, from(#060f4a), color-stop(25%, #0d205a), color-stop(65%, #2c6a9f), to(#032e5b));
        background: linear-gradient(#060f4a, #0d205a 25%, #2c6a9f 65%, #032e5b);
    }
    .screen-3 {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #032e5b), to(#383489));
        background: linear-gradient(#032e5b 5%, #383489);
    }
    .screen-4 {
        background: -webkit-gradient(linear, left top, left bottom, from(#383489), to(#47A0D4));
        background: linear-gradient(#383489, #47A0D4);
    }
    .screen-5 {
        background: -webkit-gradient(linear, left top, left bottom, from(#47A0D4), to(#84BFC8));
        background: linear-gradient(#47A0D4, #84BFC8);
    }
    .screen-6 {
        background: -webkit-gradient(linear, left top, left bottom, from(#84BFC8), color-stop(85%, #F6AF73), to(#EFB3A4));
        background: linear-gradient(#84BFC8, #F6AF73 85%, #EFB3A4);
    }
    .screen-7 {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #EFB3A4), color-stop(#422D67), to(#03003E));
        background: linear-gradient(#EFB3A4 5%, #422D67, #03003E);
    }
    #space {
        display: none;
    }
    .screen {
        padding: 1rem 0;
        margin-bottom: -1px;
        text-align: center;
    }
    .screen-2 .text-content {
        padding: 2rem;
        padding-bottom: 0;
        color: #fff
    }
    .text-content {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }
    .screen-1 .text-content {
        padding: 0 1rem 1rem 1rem;
    }
}
@media(min-width: 1440px) {
    .screens {
        /*zoom: 1.4;*/
    }
}
svg {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 25;
}
.prayer-info {
    position: absolute;
    top: 190px;
    right: 75px;
    text-align: center;
    z-index: 20;
}
.prayer-info .period {
    font-size: 0.7rem;
}
.prayer-info .name {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
}
.prayer-info .time {
    font-size: 0.8rem;
}
.time span {
    -webkit-animation: 2s flash linear alternate-reverse infinite;
    animation: 2s flash linear alternate-reverse infinite;
    font-size:12.8px !important;
}
footer {
	padding-top:0;
    color: #333;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
    background-color: #fff;
}
footer a {
    display: inline-block;
}
footer a img {
    height: 50px;
    width: auto;
}
.social-icons a {
    color: #333;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.social-icons {
    margin: 16px 0.625rem 0.625rem 0.625rem;
}
.social-icons a {
    display: inline-block;
    margin: 0;
    padding: 0 1rem;
}
.social-icons a:hover {
    color: #3B98BD;
}
.logo-and-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem;
    position: relative;
}
.app.inverted {
    display: inline-block;
    margin: 0.625rem 0.3125rem;
}
.app.inverted img {
    height: 42px;
}
.app-badges a {
    margin: 0 0.3125rem;
}
.logo-athan {
    text-align: center;
    margin-right: 2rem;
}
.app-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 100%;
    z-index: 50;
}
.app-menu.tint {
    height: 100%;
    background-color: rgba(0,0,0,0.75);
}
ul.downloads-pager {
    padding: 0;
    margin: 0;
}
ul.downloads-pager li {
    display: inline-block;
    text-align: center;
    width: 80px;
    margin: 1rem;
    cursor: pointer;
}
ul.downloads-pager li.active {
    color: #3B98BD;
    font-weight: bold;
}
ul.downloads-slider {
    list-style-type: none;
}
ul.downloads-slider li {
    width: 100%;
}
@media(max-width: 768px) {
	.screen-1 {
		padding-top: 82px;
	}
    .screen-area {
        width: 210px;
    }
    .clockfill {
        position: absolute;
        -webkit-transform: none;
        transform: none;
        top: auto;
        bottom: 45px;
    }
    ul.downloads-slider {
        height: auto;
    }
    ul.downloads-slider li {
        position: relative;
        left: auto;
        height: auto;
        -webkit-transform: none;
        transform: none;
    }
    footer {
        padding: 1.25rem 0;
    }
/*    .screen-1 .app-tint,
    .screen-1 .flow-1,
    .screen-1 .prayer-info.fajr,
    .screen-1 .zoom-card {
        opacity: 0;
    }*/
    .app-badges a {
        display: block;
        margin-top: 1.25rem;
    }
    .app-badges a img {
        height: 50px;
    }
    svg:not(.clockfill),
    .screen-1 .coin,
    .scroll-help,
    .screen-1 .quran-glow {
        display: none;
    }
    .logo-and-badges {
        margin-top: 0;
        margin-top: 1.25rem;
        display: block;
    }
    .logo-athan,
    .badges {
        display: block;
        text-align: center;
        margin: 0;
    }
    .logo-athan {
        margin: 0.625rem auto;
    }
    .screen-3 .zoom-card {
        -webkit-transform: translate(-50%, 0) scale(1.4);
        transform: translate(-50%, 0) scale(1.4);
    }
    .screen-4 .coin {
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .screen-4 .coin-1 {
        top: 240px;
        left: 40px;
        z-index: 2;
    }
    .screen-4 .coin-2 {
        top: 80px;
        right: 20px;
        z-index: 20;
    }
    .screen-4 .coin-3 {
        bottom: 60px;
        left: 50%;
        z-index: 20;
    }
    .screen-5 .app-cards {
        top: 0;
    }
    .screen-6 .quran-card {
        left: 0;
        top: 0;
    }
    .screen-6 .quran-glow {
        position: absolute;
    }
    .screen-1 .testimonial {
        display: none;
    }
    .testimonial {
        position: relative;
        width: 80%;
        height: auto;
        margin: 1.25rem auto 3rem auto;
    }
    .testimonial p {
        font-size: 1.2rem;
    }
    .testimonial p:nth-child(3) {
        margin: 0.625rem auto;
    }
    .rating-star {
        height: 1.5rem;
    }
    h1 {
        font-size: 24px;
    }
}