:root{
	--date-font: "Orbitron", serif;
	--time-font: "Digital", serif;
	--alarm-font: "Orbitron", serif;
	--alarmat-font: "Playwrite IT Moderna", cursive;
	--label-font: "Orbitron", serif;
	--notic-font: "Playwrite IT Moderna", cursive;
}
*{
	transition: all 0.8s;
}
#currentDate{
	font-family: var(--date-font);
	font-size: 70px;
	text-align: center;
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#time_now{
	font-family: var(--time-font);
	font-size: 90px;
	text-align: center;
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
	z-index: 1;
}
/* * /
#time_now:before{
	font-family: var(--time-font);
	font-size: 90px;
	text-align: center;
	content: "00:00:00 AM";
	color: #c7c7c7;
	position: absolute;
	top: 0px;
	left: -41px;
	width: 450px;
	z-index: -1;
	opacity: 1;
}
/* */
#countdown{
	font-family: var(--alarm-font);
	font-size: 60px;
	text-align: center;
	line-height: normal;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#label{
	font-family: var(--label-font);
	font-size: 60px;
	text-align: center;
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#alarmat, .roza{
	font-family: var(--alarmat-font);
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.alarmat_roza {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
a{
	color: #fff;
}
body{
	padding: 0px;
	margin: 0px;
}
.pg_bg{
	background: #fff;
	background-image: url(ramadan-background-white.png);
	background-position: 0% 30vh;
	background-repeat: no-repeat;
	background-size: cover;
}
.cnt{
	width: 100vw;
	height: calc(100vh - 50px);
	text-align: center;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: url("lamp.png"), url("lamp2.png"), url("lamp.png"), url("lamp2.png");
	background-repeat: no-repeat;
	background-position: 10% 0px, 20% 0px, 90% 0px, 80% 0px;
	background-size: 89px 405px, 89px 315px, 89px 405px, 89px 315px;
	animation: bgmove 5s infinite;
}
.cnt2{
	display: flex;
	flex-direction: row;
}
.inner_cnt{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	align-items: center;
	align-content: center;
}
.modal-content{
	background-color: rgb(255 203 39 / 73%);
	border: solid 6px #ffcb27;
}
.modal-title{
	text-shadow: -2px 3px 3px rgba(0,0,0,0.5);
	color: #fff;
}
.date_time{
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
button img{
	width: 45px;
	border-radius: 50%;
}
button.btn-close{
	background-color: #fff;
	opacity: 1;
}
#currentDate{
	width: 100%;
}
.heading #label, #currentDate, #countdown, #time_now, #label, #alarmat{
	text-align: center;
	text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	/* animation: mymove 5s infinite; */
}
.countdown{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	border: solid 6px #ffcb27;
	background: rgb(255 203 39 / 90%);
	padding: 20px;
	border-radius: 10px;
}
.notice{
	font-family: var(--notic-font);
	font-size: 12px;
	text-align: center;
	font-style: italic;
	text-shadow: none;
	padding: 0px;
}
.row:hover > .border-2{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	background-color: #ffc107 !important;
	cursor: pointer;
}
.modal-xxl {
	--bs-modal-width: 1440px;
}
img.flipped {
	transform: scaleX(-1);
}
audio {
    width: 100%;
    height: 40px;
    background-color: #f1f3f4;
    border-radius: 20px;
}
.welcome{
	font-family: var(--date-font);
	font-size: 76px;
	text-align: center;
	text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	animation: mymove 5s infinite;
	padding: 10%;
}
.azanplayer {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: #ccc;
	padding: 10px;
	border-radius: 15px;
	margin-top: 20px;
}
audio#azan_player {
	margin-right: 10px;
}
.btn-group{
	margin: 10px;
}
.btn-add-alarm{
	background: #f1635a;
	border-color: #f1635a;
	color: #fff;
}
.btn-add-alarm:hover{
	background: #c74e47;
	border-color: #c74e47;
	color: #fff;
}
#datetimeInput{
	width: 80%;
	padding: 10px;
	margin-top: 10px;
	border: solid 6px #ffcb27;
	border-radius: 15px;
}
#datetimeInput:focus-visible{
	outline-color: none !important;
	outline: none !important;
}

.no-focus:focus,
.no-focus:focus-visible{
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

@keyframes mymove {
	0%   {
			text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
		}
	50%  {
			text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
		}
	100% {
			text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
		}
}
@keyframes bgmove {
	0%{
		background-position: 10% 0px, 20% 0px, 90% 0px, 80% 0px, center;
	}
	50%{
		background-position: 15% 0px, 25% 0px, 80% 0px, 70% 0px, center;
	}
	100%{
		background-position: 10% 0px, 20% 0px, 90% 0px, 80% 0px, center;
	}
}

@media (max-width: 768px) {
	.pg_bg{
		background: #fff;
		background-image: url(ramadan-background-white.png);
		background-position: 0% 20vh !important;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#countdown, #label{
		font-size: 40px;
	}
	#currentDate{
		width: 90%;
		font-size: 36px;
	}
	.countdown{
		font-size: 40px;
		background: rgb(255 203 39 / 80%);
	}
	.cnt2{
		display: flex;
		flex-direction: row;
	}
}
@media ( max-width: 640px ) {
	.pg_bg{
		background: #fff;
		background-image: url(ramadan-background-white.png);
		background-position: 0% 30vh;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#time_now{
		font-size: 70px;
	}
	/* * /
	#time_now:before{
		font-size: 70px;
		width: 368px;
	}
	/* */
	#currentDate{
		font-size: 45px;
		width: 100%;
		padding: 0px;
		margin: 0px 0px 10px 0px !important;
	}
	#countdown{
		font-size: 55px;
		padding-bottom: 10px;
		margin: 0px;
	}
	.inner_cnt{
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 20px;
		align-items: center;
		align-content: center;
	}
	.btn-group {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.btn-group .btn{
		border-radius: 0px;
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 10px;
		align-items: center;
	}
	.btn-group .btn:first-child{
		border-radius: 6px 6px 0px 0px !important;
	}
	.btn-group .btn:last-child{
		border-radius: 0px 0px 6px 6px !important;
	}
}
@media ( max-width: 550px ) {
	#time_now{
		font-size: 70px;
	}
	#label{
		font-size: 28px;
	}
	#countdown{
		font-size: 50px;
	}
	#currentDate{
		font-size: 36px;
	}
	.countdown{
		font-size: 36px;
	}
	.inner_cnt{
		gap: 10px;
	}
	.alarmat_roza{
		flex-direction: column;
		gap: unset;
	}
}
@media ( max-width: 500px ) {
	#time_now{
		font-size: 70px;
	}
	#label{
		font-size: 28px;
	}
	#countdown{
		font-size: 40px;
	}
	#currentDate{
		font-size: 36px;
	}
	.countdown{
		font-size: 36px;
	}
	.inner_cnt{
		gap: 10px;
	}
}
@media ( max-width: 475px ) {
	#countdown{
		font-size: 40px;
	}
}
@media ( max-width: 425px ) {
	#currentDate{
		font-size: 26px;
		font-weight: bold;
	}
	.btn{
		font-size: 18px;
	}
	.inner_cnt{
		flex-direction: column;
		gap: 10px;
	}
	#time_now{
		font-size: 55px;
	}
	#label{
		font-size: 28px;
	}
	#countdown{
		font-size: 36px;
		padding-bottom: 10px;
	}
	.countdown{
		font-size: 36px;
	}
}
@media ( max-width: 375px ) {
	#time_now{
		font-size: 48px;
	}
	#currentDate{
		font-size: 24px;
		width: 100%;
		padding: 0px;
	}
	#countdown{
		padding-bottom: 10px;
		margin: 0px;
	}
	.btn{
		font-size: 18px;
	}
	.countdown {
		font-size: 36px;
		background: rgb(255 203 39 / 90%);
		width: 90%;
		padding: 10px;
	}
}