* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.body{
    overflow: hidden;
}

.main-background{
    background-color: black;
    width: 100%;
    height: 100vh;
}
.top-div{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    height: 65vh;
    border-bottom-left-radius: 50% 27%;
    border-bottom-right-radius: 50% 27%;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(45,73,207,1) 0%, rgba(0,212,255,1) 100%);
}
.bottom-div{
    position: relative;
    height: 35vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.primary-info{
    position: relative;
    width: 90%;
    height: 95%;
    border-bottom-left-radius: 20% 20%;
    border-bottom-right-radius: 20% 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.image-temperature{
    position: relative;
    width: 50%;
    height: 55%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.location-search{
    position: relative;
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.input > input{
    border: 0;
}

.icon{
    position: relative;
    filter: invert(100%);
    margin-right: 10px;
    width: 6%;
    height: 50%;
    top: -2px;
}


.image{
    position: relative;
    width: 17vw;
    height: 33vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.image > img{
    position: relative;
    width: 17vw;
    height: 37vh;
}

.temperature{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    padding-left: 10%;
    padding-bottom: 2%;
    padding-top: 2%;


}
.secondary-info{
    position: relative;
    width: 60%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.line{
    position: relative;
    width: 50%;
    height: 1.5px;
}
.items{
    position: relative;
    width: 70%;
    height: 85%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}
.wind{
    position: relative;
    width: 20%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.humidity{
    position: relative;
    width: 20%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.rain {
    position: relative;
    width: 20%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.items img{
    position: relative;
    width: 45%;
    height: 50%;
    filter: invert(100%);

}

.heading{
    position: relative;
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 2%;
    align-items: center;
    color: white;
    cursor: pointer;
}
.timeline{
    position: relative;
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.timeline > .box{
    position: relative;
    width: 12%;
    height: 80%;
    background-color: rgb(17, 16, 16);
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;

}
.timeline-img{
    position: relative;
    width: 60%;
    height: 50%;
}



/* Text  */

.degree-span{
    font-size: 6rem;
}
.temperature > h1{
    font-size: 1.1rem;
    font-family: Arial, Helvetica, sans-serif;
}

.temperature > h5{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-weight: bold;
}

.box > h4{
    font-size: 1.5vw;
}
.box > h6{
    font-size: 1.3vw;
}

/* Media query  */

@media only screen and (max-width: 950px) {
    .image > img{
        position: relative;
        width: 20vw;
        height: 30vh;
    }

    .degree-span{
        font-size: 5rem;
    }
    .temperature > h1{
        font-size: 1rem;
        font-family: Arial, Helvetica, sans-serif;
    }
    .temperature > h4{
        font-size: 1rem;
    }
    
    .temperature > h5{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 100;
        font-weight: bold;
    }
    .image-temperature{
        width: 70%;
        height: 50%;
    }
    .secondary-info{
        width: 70%;
        height: 30%;

    }
    .line{

        width: 50%;
        height: 1.5px;

    }
    .timeline{
        width: 90%;
        height: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .primary-info{

        justify-content: space-around;
    }
    .image-temperature{

        flex-direction: column;
    }

    .image{

        width: 100%;
        height: 100%;
    }
    .temperature{

        width: 100%;
        height: 60%;
        align-items: center;
        justify-content: space-around;
    }
    .image > img{
        position: relative;
        width: 30vw;
        height: 20vh;
    }
    .degree-span{
        font-size: 3rem;
    }
    .temperature > h1{
        font-size: 0.5rem;
        font-family: Arial, Helvetica, sans-serif;
    }
    .temperature > h4{
        font-size: 1rem;
    }
    
    .temperature > h5{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 100;
        font-weight: bold;
    }
    .timeline> .box{
        width: 20%;
        height: 80%;

    }
    #last-1{
        display: none;
    }
    #last-2{
        display: none;
    }

  }