<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900&amp;display=swap');
        :root {
            --gradient: linear-gradient( 135deg, #72EDF2 10%, #5151E5 100%);
        }
        * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 1.25em;
        }
        .clear {
            clear: both;
        }
        body {
            margin: 0;
            width: 100%;
            height: 100vh;
            font-family: 'Montserrat', sans-serif;
            background-color: #ffe346;
            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;
        }
        #wall {
            width: 100%;
            position: fixed;
            height: 100%;
            background-color: white;
            z-index: 1;
        }
        .container {
            border-radius: 25px;
            -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.2);
            background-color: #222831;
            color: #ffffff;
            height: 650px;
        }
        .weather-side {
            position: relative;
            height: 100%;
            border-radius: 25px;
            background-image: url("../images/background.jpg");
            width: 1050px;
            -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.2);
            -webkit-transition: -webkit-transform 300ms ease;
            transition: -webkit-transform 300ms ease;
            -o-transition: transform 300ms ease;
            transition: transform 300ms ease;
            transition: transform 300ms ease, -webkit-transform 300ms ease;
            -webkit-transform: translateZ(0) scale(1.02) perspective(1000px);
            transform: translateZ(0) scale(1.02) perspective(1000px);
            float: left;
        }

        @media only screen and (max-width: 1685px) {
            .weather-side{
            width: 850px;
            }
        }
       /* .weather-side:hover {
            -webkit-transform: scale(1.1) perspective(1500px) rotateY(10deg);
            transform: scale(1.1) perspective(1500px) rotateY(10deg);
        }
        */

        .weather-gradient {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
           
            border-radius: 25px;
            opacity: 0.8;
        }



        .cloud-rain {
            background: linear-gradient(135deg, #969595, #1b1b1bf1);
            background-size: 400% 400%;
            animation: gradient 15s ease infinite;
        }

        .cloud-drizzle {
            background: linear-gradient(135deg, #969595, #1b1b1bf1);
            background-size: 400% 400%;
            animation: gradient 15s ease infinite;
        }

        .cloud {
            background-image: linear-gradient( 135deg, #6a7194 10%, #25649ed8 100%);
            }

        .sun {
            background: linear-gradient(-45deg, #f56b1c, #D6D60F, #23a6d5, #23d5ab);
            background-size: 400% 400%;
            animation: gradient 15s ease infinite;
            }
        
        .wind { 
            backdrop-filter: blur(15px);
        }
        
        .cloud-lightning {
            background-image: linear-gradient( 135deg, #757575 10%, #1b1b1bd8 100%);
        }
        


        @keyframes gradient {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }




        .date-container {
            position: absolute;
            top: 25px;
            left: 25px;
        }
        .date-dayname {
            margin: 0;
            font-size: 4.3em;
        }
        .date-day {
            display: block;
            font-size: 2.8em;
        }
        .location {
            display: inline-block;
            margin-top: 10px;
            font-size: 2.3em;
        }
        .location-icon {
            display: inline-block;
            height: 0.8em;
            width: auto;
            margin-right: 5px;
            font-size: 2.3em;
        }
        .weather-container {
            position: absolute;
            bottom: 25px;
            left: 25px;
        }
        .weather-icon.feather {
            height: 60px;
            width: auto;
            
        }
        .weather-temp {
            margin: 0;
            font-weight: 700;
            font-size: 4.3em;
        }
        .weather-desc {
            margin: 0;
            font-size: 2.8em;
        }
        .info-side {
            position: relative;
            float: right;
            height: 100%;
            padding-top: 25px;
        }
        .today-info {
            padding: 15px;
            margin: 0 25px 25px 25px;
            /* 	box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.25); */
            border-radius: 10px;
        }
        .today-info&gt;div:not(:last-child) {
            margin: 0 0 10px 0;
        }
        .today-info&gt;div .title {
            float: left;
           
            font-size: 1.5em;
        }
        .today-info&gt;div .value {
            float: right;
            font-size: 1.8em;
            font-weight: 700;
        }
        .today-info-container {
            position: relative;
            top: 9%;
        }
       
        .week-list {
            list-style-type: none;
            padding: 0;
            margin: 10px 35px;
            -webkit-box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.25);
            border-radius: 10px;
           
        }
        .week-list&gt;li {
            float: left;
            padding: 15px;
            cursor: pointer;
            -webkit-transition: 200ms ease;
            -o-transition: 200ms ease;
            transition: 200ms ease;
            border-radius: 10px;
        }
        .week-list&gt;li.active {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            background: #fff;
            color: #222831;
            -webkit-box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2)
        }
        .week-list&gt;li.active {
            background: #fff;
            color: #222831;
            border-radius: 10px;
        }
        .week-list&gt;li .day-name {
            display: block;
            margin: 10px 0 0 0;
            text-align: center;
            font-size: 1.8em;
        }
        .week-list&gt;li .day-icon {
            display: block;
            height: 30px;
            width: auto;
            margin: 0 auto;
        }
        .week-list&gt;li .day-temp {
            display: block;
            text-align: center;
            margin: 10px 0 0 0;
            font-weight: 700;
            font-size: 1.8em;
        }
        .week-container {
            position: relative;
            top: 20%;
        }
        .location-container {
            padding: 25px 35px;
        }
        .location-button {
            outline: none;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            border-radius: 25px;
            padding: 10px;
            font-family: 'Montserrat', sans-serif;
            background-image: var(--gradient);
            color: #ffffff;
            font-weight: 700;
            -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.25);
            cursor: pointer;
            -webkit-transition: -webkit-transform 200ms ease;
            transition: -webkit-transform 200ms ease;
            -o-transition: transform 200ms ease;
            transition: transform 200ms ease;
            transition: transform 200ms ease, -webkit-transform 200ms ease;
        }
        .location-button.active {
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
        }
        .location-button .feather {
            height: 1em;
            width: auto;
            margin-right: 5px;
        }
        .logos {
            position: relative;
            top: 155px;
            float: right;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            border-radius: 15px;
            background: #fff;
            padding: 5px;
        }
</pre></body></html>