html {
	transform: rotate(270deg);
	height: 100vh;
	width: 100vh;
}

@font-face {
	font-family: IBM Plex Sans Arabic;
	src: url(./font/IBMPlexSansArabic/IBMPlexSansArabic-Bold.ttf);
}

@font-face {
	font-family: Amiri;
	src: url(./font/amiri/Amiri-Bold.ttf);
}

@font-face {
	font-family: DS-Digital;
	/* src: url(./font/ds_digital/DS-DIGI.TTF); */
	src: url(./font/ds_digital/DS-DIGIB.TTF);
}

@media (max-width: 1200) {
	html {
		font-size: 12px;
	}
}
@media (min-width: 2500px) {
	html {
		font-size: 20px;
	}
}
@media (min-width: 3500px) {
	html {
		font-size: 24px;
	}
}
@media (min-width: 4500px) {
	html {
		font-size: 32px;
	}
}
@media (min-width: 5500px) {
	html {
		font-size: 42px;
	}
}
@media (min-width: 6500px) {
	html {
		font-size: 48px;
	}
}

html,
body {
	font-family: "Amiri", sans-serif;
	overflow: hidden;
}

body {
	height: 100vw;
	background-color: #333;
}

.overlay {
	position: absolute;
	width: 100vh;
	height: 100vw;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.displayImgs {
	width: 100vh;
	height: 100vw;
	background-image: url(./../images/bg/PrayerTimes-Light.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

hr {
	opacity: 1;
	border-width: 1px;
	border-color: #dca966;
}
.text-gold {
	color: #dca966;
}
.text-dark-gold {
	color: #bc8337;
}
.bg-gold {
	background-color: #dca966;
}
.text-navy {
	color: #011429;
}
.bg-date {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	height: 14vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.bg-date.second {
	width: 25vh;
}
.circle-next-prayer {
	background-image: url("../images/prayers//light/cirecle.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 21vh;
	height: 21vh;
}

.fs-52 {
	font-size: 3.5vh;
}
.fs-64 {
	font-size: 6vh;
}

.text-white-blue {
	color: #00527f;
}
.text-00AAD7 {
	color: #00aad7;
}
.text-006C89 {
	color: #006c89;
}

.fs-24 {
	font-size: 2vh;
}
.fs-36 {
	font-size: 3vh;
}

.fs-40 {
	font-size: 2.6vh;
}

.fs-41 {
	font-size: 3.1vh
}

.fs-1 {
	font-size: 3vh !important;
}

.fs-4 {
	font-size: 4.3vh !important;
}

.font-digital {
	font-family: "Amiri", sans-serif;
}

.clock {
	border-radius: 5px;
	font-size: 2.5vh;
	margin: auto;
	padding: 5px 20px;
}

.powered-by {
	font-size: 1.5vh;
}

.loader {
	position: fixed;
	height: 100vw;
	width: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.loader img {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%);
	width: 30vh;
}

#content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vw;
	width: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

#khutbhWrapper {
	height: 100vw;
	width: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.azkarContent {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vw;
}

.mar-1 {
	margin: 1vw;
}

h2,
p {
	margin-bottom: 1vw;
}

.prayerIcon {
	width: 10vh;
	margin-bottom: 1vw;
}

#prayersTimes {
	height: 100vw;
	width: 100vh;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.dayntime {
	text-align: center;
	margin-top: 3vh;
}

.dayntime .font-digital {
	font-size: 7vh;
}

.dayntime .day {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

.dayntime .day #dayName,
.dayntime .day #monthName {
	background: #dca966;
	border-radius: 10px;
	padding: 0.8vw;
	font-size: 3.5vh;
	/* min-width: 19vh; */
	min-width: 24vh;
}

.dayntime #date {
	padding: 0 1vh;
	font-size: 6vh;
	width: 35vh;
}

.fajrIqama,
.duhrIqama,
.AsrIqama,
.MaghrabIqama,
.IshaIqama {
	text-align: left;
	color: #dca966;
	font-size: 3vh;
}

.timeCont {
	margin: 1vh 0;
}

.timeCont > div:first-child {
	font-family: "Amiri", sans-serif;
	font-size: 8vh;
	line-height: 5vh;
}

.salahData .fajrTimeIdentifier,
.salahData .duhrTimeIdentifier,
.salahData .AsrTimeIdentifer,
.salahData .MaghrabTimeIdentifier,
.salahData .IshaTimeIdentifier {
	text-align: right;
	color: #dca966;
	font-size: 3vh;
}

.salahName {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #011429;
	border-radius: 10px;
	width: 50vh;
	height: 6.5vw;
	margin: 2vh 0;
	padding-inline: 5vh;
}

.salahName svg {
	width: 5vw;
	height: 5vw;
}

.salahName div {
	color: #fff;
	font-size: 7vh;
	margin-inline-end: 3vh;
}

.dataCont {
	width: 95vh;
	margin: 2vh auto 0;
}

.dataTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 0;
	flex-direction: row-reverse;
	padding: 0 2vh;
	font-size: 4.5vh;
}

.salahData {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.shrouqDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 14vh;
}

.shrouqDiv div {
	margin-bottom: -15px;
	color: #dca966;
	font-size: 4vh;
	min-width: 15vh;
}

.shrouqDiv svg {
	width: 4vw;
}

.shrouqTimeCont {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	/* margin-top: -5px;
	font-size: 3.5vh; */
	align-items: end;
    flex-direction: column;
}

.shrouqTimeCont > div:first-child {
	font-family: "Amiri", sans-serif;
	font-size: 5.5vh;
	color: #fff;
	line-height: 4vh;
}

.shrouqTimeCont > div:nth-child(2) {
	color: #dca966;
	font-size: 3vh;
	line-height: 3vh;
	/* margin-top: -20px; */
}

.gom3a {
	border: 1px solid #dca966;
	border-radius: 5px;
	color: #006c89;
	width: 22vh;
	margin-right: 3vh;
	text-align: center;
	height: 10vw;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#fridayContent {
	font-size: 2.8vh;
}

.nextPrayerCont .circle-next-prayer {
	margin: 1vw 0;
	width: 30vh;
	height: 30vh;
}

.nextPrayerCont .circle-next-prayer span {
	font-size: 3.8vh;
}

.gom3aTime {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}

.gom3aTime > div:first-child {
	font-family: "Amiri", sans-serif;
	font-size: 4vh;
}

#prayersTimes {
	display: flex;
	flex-direction: column;
}

.clocktime {
	display: flex;
	align-items: center;
	justify-content: center;
}

#time {
	/* margin-right: 10px; */
	min-width: 28vh;
}

.azkar-visibility-hidden {
	visibility: hidden;
}

.lastBox {
	display: flex;
    align-items: center;
    justify-content: space-between;
	flex-direction: row-reverse;
    background: #011429;
    border-radius: 10px;
	min-width: 45vh;
    width: 45vh;
	height: 6.5vw;
    margin: 2vh 0;
    padding-inline: 2vh;
}

.lastBox svg {
	width: 5vw;
    height: 6vh;
}

.lastBox .shrouqContent, .lastBox #DouhaContent {
	font-size: 5vh;
    color: #dca966;
    padding: 1vh;
}

.nextSalah {
	background: #011429;
    text-align: center;
    width: 40vh;
    border-radius: 10px;
    padding: 2vh;
	color: #fff;
	font-size: 6vh;
	line-height: 6.5vh;
	margin: auto;
}