*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;

}
html{background-image: url('welcom.png');background-position: center; background-repeat: no-repeat; background-size: cover}


.sky{background-image: url('sky.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.sky1{background-image: url('sky1.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.sky2{background-image: url('sky2.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.sky3{background-image: url('sky3.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}

.cloud1{background-image: url('cloud1.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.cloud2{background-image: url('cloud2.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.cloud3{background-image: url('cloud3.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.cloud4{background-image: url('cloud4.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}

.rain1{background-image: url('rain1.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.rain2{background-image: url('rain2.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.rain3{background-image: url('rain3.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}

.storm1{background-image: url('storm1.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.storm2{background-image: url('storm2.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.storm3{background-image: url('storm3.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}

.windy1{background-image: url('windy1.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.windy2{background-image: url('windy2.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}

.snow1{background-image: url('snow1.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover}
.snow2{background-image: url('snow2.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover}


.body{
    background-color: rgba(255, 255, 255, 0.1);
    height: 46.5em;
    display: inline-block;
    margin: 2.5em;
    margin-left: 5em;
    width: 90%;
    border-radius: 1em;
    box-shadow: 0em 0em 1rem rgb(0, 0, 0,0.5);
    overflow: scroll;
    position: relative;    
}
.Ffact{
    
    position: absolute;
    top :1.5em;
    left: 30%;
}
.Ifact{
    
    width: 35rem;
    height: 3.6rem;
    padding:  0 1em ;
    border: 5px solid transparent;
    border-radius: 100px;
    background-image: linear-gradient(white, white), 
                    linear-gradient(to right, #092aff, #19b2ff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 0.2rem 1.5rem #092aff;
    font-size: 1em;
    font-weight: 800;
}
.Ifact:focus{
    outline: none;
}
.Bfact{
    border-radius: 100px;
    color:#092aff;
    position: absolute;
    right: 1.3em;
    top: 0.9em;
    font-size: 20px;
    background-color: white;
    border: none;
    outline: none;
}


.Fwelcom{

    display: flex;
    justify-content: center;
}
.Iwelcom{
    position: absolute;
    top: 12em;
    width: 70rem;
    height: 7rem;
    padding:  0 2em ;
    border: 5px solid transparent;
    border-radius: 100px;
    background-image: linear-gradient(white, white), 
                    linear-gradient(to right, #092aff, #19b2ff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 0.2rem 1.5rem #092aff;
    font-size: 2em;
    font-weight: 800;
}
.Iwelcom:focus{
    outline: none;
}
.Bwelcom{
    position: absolute;
    top: 8.3em;
    right: 3em;
    border-radius: 100px;
    color:#092aff;
    font-size: 50px;
    background-color: white;
    border: none;
    outline: none;
}


.card_icon{
    padding: 2em;
    padding-left: 3em;
    height: 37em;
    display: inline-block;
    margin: 1em;
    width: 55%;
    position:absolute;
    top: 6em;
    left: 2em;
    background-color: rgb(255, 255, 255,0.35);
    backdrop-filter: blur(16px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0.6em 2em rgba(0, 0, 0, 0.15);   
   
}

.weatherImg{
    display: inline-block;
    width: 35%;
    height: auto;
    margin-right: 2.5em;
    animation: up_down 2s infinite alternate;


    
}
.row{
    
    display: inline-block;
    width: 15%;
    height: auto;
    margin-right: 2.5em;
    position: absolute;
    top: 3em;
    right: 10.5em;
    
}
.DRow{
    display: inline-block;
    width: 17%;
    height: auto;
    margin-right: 2.5em;
    position: absolute;
    top: 16.5em;
    right: 11em;

}


.tempter{

    color: orange;
    font-size: 8em;
    margin: 0;
    display: inline-block;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
h1{
    margin: 3em;
    
}

h2{
    position:absolute;
    top: 9em;
    width: 40%;
    font-size: 3em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;

}

h3{
    font-family:sans-serif;
    margin: 0 2em;
}
h4{
    position: absolute;
    top: 3em;
    right: 6.5em;
    font-family: 'Courier New', Courier, monospace;
    color:#092aff;
    border-radius: 100px;
    border: #092aff solid;
    padding: 0.3em;
}

.infrmation_card{
    position: absolute;
    top: 7em;
    right: 3em;
    height: 37em;
    width: 34%;
}
#first_card{
    width: 100%;
    height: 28%;
}
.cards{
    background-color: rgb(255, 255, 255,0.35);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0.6em 2em rgba(0, 0, 0, 0.15);
    width: 45%;
    display: inline-block;
    margin-bottom: 2em;
    height: 6.8em;
    position: relative;
    transition: 0.5s ease;
}
.colom{
    display: flex;
    justify-content: space-between;
}

.humidity{
    display: flex;
    justify-content: space-between;
    margin: 1em ;

}
.wind{
    display: flex;
    justify-content: space-between;
    margin: 1em;
}
.pressure{
    display: flex;
    justify-content: space-between;
    margin:  1em;
}
.visibalty{
    display: flex;
    justify-content: space-between;
    margin: 1em;
}
.clouds{
    display: flex;
    justify-content: space-between;
    margin: 1em;
}
.title{
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: xx-large;
    margin-top: 1.3em ;
    margin-bottom: 0.3em;
    color: black;
}
.bi{
    font-size: 2em;
    position: absolute;
    top: 0.8em;
    left: 1em;
}

span{
    position: absolute;
    font-size: 1.2em;
    top: 1.6em;
    left: 3.6em;

}

#humidity{

    top: 1.8em;
}
#uv{
    top: 1.8em;
}
#cloud{
    padding-right: 1em;
    left: 2em;
    top: 0.6em;
    text-align: center;
}

.num_data{
    display: flex;
    position: absolute;
    top: 2.6em;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
}
#num{
    left: 1.6em;
}

.date{
    display: flex;
    justify-content: center;
    font-size: x-large;
    margin-bottom: 1.5em;
}
#h4real{
    top: 23em;
    right: 6.5em;   
}
#downrow{
    top: 25em;
    right: 5em;
    width: 8%;
}
#realtemp{
    position: absolute;
    top: 5.5em;
    font-size: 5em;
    right: 0.5em;

}
#iconrow{
    transform: rotate(40deg);
    width: 20%;
    top: 15em;
    right: 22em;
    height: 30%;

}

#h4condition{
    top: 19em;
    right: 32em;   
}

.say_welcome{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.5em;
    left: 1.7em;
    font-size: 3em;
}
.choose_city{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 6em;
    left: 8em;
    font-size: 2.5em;
}

.hand{
    position: absolute;
    top: -0.3em;
    left: 6em;
    display: inline-block;
    font-size: 2em;
    transform-origin: 70% 70%;
    animation: wave 1.7s infinite;
}
@keyframes wave {
    0% {transform: rotate(0deg);}
    10% {transform: rotate(14deg);}
    20% {transform: rotate(-8deg);}
    30% {transform: rotate(14deg);}
    40% {transform: rotate(-4deg);}
    50% {transform: rotate(10deg);}
    60% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}

#error{
   left: 12em;
   animation: error 0.2s;
   animation-iteration-count:4;
   animation-direction: alternate;
}
@keyframes error {
    to{
        transform: translateX(-20px);
    }
    
}

@keyframes up_down {
    to{
        transform: translateY(-10px);
    }
    
}

.infrmation_card .colom ,.infrmation_card #first_card{
    animation: show_cards 1.5s forwards;
    opacity: 0;
    transform: translateY(15px);
}
#colom1{
    animation-delay: 0.5s;
}
#colom2{
    animation-delay: 0.7s;
}
#colom3{
    animation-delay: 0.9s;
}
.cards:hover{
    transform: scale(1.1);
}
@keyframes show_cards {
    to{
        opacity: 1;
        transform: translateY(0);
    }
}