<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	height: 84vh;
	 
	place-items: center;
	font-family: "Roboto", sans-serif;
	 
	position: relative;width: 100%;
}
#background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	object-fit: cover;
	z-index: -1;
}
.phone {
	height: 67vh;
	 
	margin-inline: auto;
	background-image: linear-gradient(rgb(0 0 0), transparent 21vh);
	padding: 0vh;
	border-radius: 0vh;
	 width: 100%;
	display: grid;
	grid-template-rows: max-content auto max-content;
	position: relative;
	background-color: transparent;
}
 
/* top bar */
.top-bar {
	height: 3.5vh;
	display: grid;
	grid-template-columns: 3fr 4fr 3fr;
	justify-content: center;
}
.top-bar &gt; .time,
.top-bar &gt; .status {
	align-self: end;
	color: white;
	font-size: 1.6vh;
	text-align: center;
}
.top-bar &gt; .status &gt; i:not(:first-child) {
	margin-left: 1vh;
}
 
/* bottom */
.menu {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	text-align: center;
	gap: 3.6vh;
	padding: 2.4vh;
	

	font-size: 2vh;
	position: relative;
	
}
.nav-item {
	text-decoration: none;
	width: 100%;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;;
	color: rgb(var(--text-rgb) / 0.75);
	background-color: #2941bb;
	box-shadow: inset 0.125vh 0.25vh 0.125vh rgb(255 255 255 / 0.25),
		inset -0.125vh -0.125vh 0.25vh rgb(0 0 0 / 0.25);

	border-radius: 2vh;
	position: relative;
}
.nav-items &gt; i {
	transisition: transform 350ms ease;
}
.nav-item:hover &gt; i {
	transform: scale(1.05);
}
.nav-item span {
	position: absolute;
	bottom: calc(100% + 1vh);
	background-color: inherit;
	padding: 0.5vh 1vh;
	border-radius: 1vh;
	font-size: 0.9em;
	opacity: 0;
	transition: opacity 350ms ease;
	pointer-events: none;
}
.nav-item:hover &gt; span {
	opacity: 1;
}






@media screen and (min-width: 551px) and  (max-width: 777px){
/* bottom */
.menu {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	text-align: center;
	gap: 8.4vh;
	padding: 5vh;
	

	font-size: 2vh;
	position: relative;
	
}
.nav-item {
	text-decoration: none;
	width: 100%;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	width: 75px;
	height: 75px;;
	color: rgb(var(--text-rgb) / 0.75);
	background-color: #112891;
	box-shadow: inset 0.125vh 0.25vh 0.125vh rgb(255 255 255 / 0.25),
		inset -0.125vh -0.125vh 0.25vh rgb(0 0 0 / 0.25);

	border-radius: 2vh;
	position: relative;
}
}


@media screen and (min-width: 1010px) and  (max-width: 7777px){
	/* bottom */
	.menu {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
		text-align: center;
		gap: 18.4vh;
		padding: 4vh;
		padding-left: 91px;
		
	
		font-size: 4vh;
		position: relative;
		
	}
	.nav-item {
		text-decoration: none;
		width: 100%;
		aspect-ratio: 1;
		display: grid;
		place-items: center;
		width: 115px;
		height: 105px;;
		color: rgb(var(--text-rgb) / 0.75);
		background-color: #112891;
		box-shadow: inset 0.125vh 0.25vh 0.125vh rgb(255 255 255 / 0.25),
			inset -0.125vh -0.125vh 0.25vh rgb(0 0 0 / 0.25);
	
		border-radius: 2vh;
		position: relative;
		 
	}
	}


.fa-twitter{
	background-color: #1DA1F2;
	color: white;
	font-size: 40px;
}

.fa-road{
	color: white;
	font-size: 40px;
}

.fa-th{
	color: white;
	font-size: 40px;
	margin-top: 4px;
}


.fa-database{
	color: white;
	font-size: 38px;
}

.fa-home{
  color:white;
   
  font-size: 40px;
}



h1 {
	color: var(--blue);
	font-family: Parisienne, Roboto;
	font-size: 80px;
	text-align: center;
	margin: 20px 0;
  }
  
  .container__inner {
	display: flex;align-items: center;justify-content: center;
  }
  
  .title__container {
	align-items: center;
	display: flex;
  }
  
  .title {
	font-weight: bold;
	margin-bottom: 5px;align-items: center;justify-content: center;
  }
  
  .weatherIcon {
	align-items: center;
	background-color: #fff;
	border-radius: 10%;
	display: flex;
	height: 34px;
	justify-content: center;
	margin-right: 15px;
	width: 64px;
	margin-top: -2px;
  }
  
  .partialy-cloudy .weatherIcon {
	color: #F97F29;
  }
  
  .rainy .weatherIcon {
	color: #2983FE;
  }
  
  .weatherCard {
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 201px;
	justify-content: space-between;
	margin-left: 4.1%; margin-right: 4.1%;margin-top: 1.4%;
	padding: 10px;
	min-width: 301px;
  }
  
  .partialy-cloudy {
	background: url('../img/A41.jpg');
	background-size: cover;
	color: var(--blue);
  }
  
  .rainy {
	background:rgb(16, 148, 115) url('../img/new1.jpg') ;
	background-size: cover;
	color: #fff;
 
	 
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
                  
			border: 2.8px solid rgba(240, 237, 237, 0.911);
            -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);

	font-family: var(--ff-secondary);
	/*   background: var(--clr-grey-10); */
	  }
  
  .info__container {
	display: flex;  
  }
  
  .info {
	align-items: center;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	height: 80px;
	justify-content: center;
	width: 33%;
  }
  
  .info__title {
	font-size: 12px;
	margin-bottom: 6px;
  }
  
  .info__value {
	font-size: 20px;
	font-weight: 500;
  }
  
  .temperature {
	align-items: center;
	display: flex;
	margin: 5px 0;
  }
  
  .temperature__max {
	font-size: 48px;
  }
  
  .temperature__min {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	color: #000;
	display: inline-flex;
	font-size: 12px;
	margin-left: 15px;
	padding: 0 8px;
	height: 24px;
  }
  
  .pressure {
	background-color: var(--blue);
	color: #fff;
  }
  
  .visibility {
	background-color: #fff;
	color: #000;
	margin: 0 15px;
  }
  
  .rain {
	background-color: #fff;
	color: #000;
  }
  
  .forecast, .city {
	font-size: 14px;
  }
  
  

  .clockdate-wrapper {
    background-color: transparent;
    padding:25px;
    max-width:350px;
    width:100%;
    text-align:center;
    border-radius:5px;
    margin:0 auto;
  
}
#clock{
    background-color:transparent;
    font-family: sans-serif;
    font-size:41px;
    text-shadow:0px 0px 1px #fff;
    color:#fff;
}
#clock span {
    color:white;
    text-shadow:0px 0px 1px #333;
    font-size:21px;
    position:relative;
    top:0px;
    left:-5px;
}
#date {
    letter-spacing:1px;
    font-size:14px;
    font-family:arial,sans-serif;
    color:#fff;
	margin-top: -10px;
	font-weight: 500;
}


.card{
	margin-left: .4%; margin-right: .4%;

}


@media screen and (min-width: 451px) and  (max-width: 777px){
	.card{
		margin-left: 1.0%; margin-right: 1.0%;
	
	}
		
	}

	@media screen and (min-width: 778px) and  (max-width: 7777px){
		.card{
			margin-left: 2.4%; margin-right: 2.4%;
		
		}
		.rainy {
			background: url('../img/A4.jpg');
			background-size: cover;
			color: #fff;border: 0px solid rgba(240, 237, 237, 0.911);
		  }	
		}



		.date {
			text-align: center;
			align-items: center;
			justify-content: center;
			justify-items: center;
			font-size: 17px;
			color: rgba(255, 255, 255, 1);
			margin-bottom: -4px;
			cursor: default;
		  }
</pre></body></html>