* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family: "Playwrite NG Modern", cursive */
}

body {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    height: 100vh;

}

.project_title {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    background-image: url('text.jpg');
    background-clip: text;
    color: transparent;
}

.mainContent {
    display: flex;
    justify-content: center;
    align-items: center;
  

}

.displayWeather {
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 21px #c3bdc
    border-radius: 21px;
    position: relative;
    background-color: wheat;
    z-index: 2;

}

.content1 {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    height: 436px;
    width: 50vw;
    background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);

}

.content2 {
    height: 436px;
    width: 311px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
}

.tempUnit {
    display: flex;
    float: right;
    margin: 10px;
    background: linear-gradient(rgba(255, 255, 255, .21), rgba(245, 222, 179, .1));
    border-radius: 11px;


}

.tempUnit button {
    border-radius: 11px;
    background-color: transparent;
    padding: 2px 8px 3px 8px;
    border-width: 0px;
    border-color: #d896f0;
}

#celcius:hover,
#farheneit:hover {
    background-color:
        rgba(245, 245, 245, .6);
    /* border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; */

}

.currentDayTemp {
    margin: 10px 10px 10px 17px;
    font-size: 2.6rem;
    position: relative;
    top: 1vh;
    color: whitesmoke;
    text-shadow: 0px 0px 10px black;
}

.superscript {
    opacity: .8;
    font-size: 1.4rem;

}

#icon {
    position: relative;
    top: 11px;
    width: 60px;
    object-fit: contain;
    left: 10px;

}

.weatherDetails {
    display: flex;
    justify-content: flex-start
}

#weatherIcon {
    width: 18px;
}

.weatherDetails div {
    padding: 16px 10px 10px 16px;
    font-size: .8rem;
    color: whitesmoke;
    text-shadow: 0 0 8px black;
}

.currentDate {
    margin: 0px 10px 10px 16px;
    color: whitesmoke;
    text-shadow: 0 0 8px black;


}

.nextDay {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 40%;
    width: 97%;
}

::-webkit-scrollbar {
    display: none;
}

.nextDayDetails {
    width: 512px;
    display: flex;
    justify-content: flex-start;
}

.nextDaysContainer {
    height: 120px;
    margin-right: 21px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #d896f0; */
    position: relative;
    top: 45px;
    left: 8px;
    border-radius: 10px;
    background: linear-gradient(45deg, #ffecd2, #fcb69f);
}

.nextDaysIcon img {
    width: 52px;
}

#searchIcon {
    width: 22.5px;
    background: #d6d6d6;
    padding: 6px;
    position: relative;
    height: 24px;
    top: 11px;
    left: -1px;
    border-top-right-radius: 10px;
    z-index: 1;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 0 5px rgb(169 168 157);
}

#searchArea {
    padding: 5px;
    margin-left: 5px;
    width: 84%;
    position: relative;
    height: 27px;
    outline: none;
    top: 4px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-overflow: ellipsis;
    box-shadow: 0 0 10px rgb(228, 193, 136);
    background-color: transparent;
    border: none;

}

.searchContent {
    width: 287px;
    height: 43%;
    position: absolute;
    right: 18px;
    border-radius: 10px;
    top: 9%;
    z-index: 2;
    overflow-y: scroll;

}

.items {
    width: 100%;
    height: 24%;
    background-color: #ebe6eb;
    margin-top: 2px;
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 10px;
    cursor: pointer;
}

.nextDaysTemp sup {
    font-size: .5rem;
    font-weight: bold;
}

.areaName {

    font-size: 1.5rem;
    position: relative;
    left: 12px;

    bottom: 4px;
    color: whitesmoke;
    text-shadow: 0 0 6px blue;
}

.fewdata {
    display: flex;
    position: relative;
    justify-content: center;
    top: 41%;
}


.circledata {
    width: 106px;
    height: 102px;
    background: linear-gradient(90deg, #ffecd2, #fcb69f);
    margin: 21px;
    border-radius: 20px;
    box-shadow: 0 0 8px #fcb69f;
    display: flex;

    justify-content: center;
    align-items: center;
}

.clock {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #ff9555;
    background-image: url('clock.png');
    border: 1px solid black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;

}

.manyClocks {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    top: 25%;
}

.clock2 {
    position: relative;
    bottom: 60px;
}

.hour {
    height: 3px;
    width: 21px;
    background-color: #111116;
    transform-origin: left;
    position: relative;
    left: 50%;
    display: inline-block;
    top: 36.5%;


}

.minute {
    height: 1.7px;
    position: relative;
    left: 19.5%;
    display: inline-block;
    width: 27px;
    background-color: #251c1d;
    transform: rotate(-90deg);
    transform-origin: left;
    top: 36.5%;

}

.second {
    position: relative;
    left: 8%;
    height: 1.1px;

    width: 34px;
    background-color: #d40733;
    display: inline-block;
    transform-origin: right;
    top: 13%;
    transform: rotate(90deg);


}

.bindu {
    position: relative;
    left: 10px;
    position: absolute;

}

.clock h3 {

    position: absolute;
    top: -23px;
    margin-left: 17px;
    font-size: 0.8rem;
}

.ranger {
    height: 74%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 71%;
    border-radius: 50%;
    border: 10px solid peru;
}

.val1 {
    border-top-color: rgba(106, 78, 218, .2);
}

.val2 {
    border-top-color: rgba(106, 78, 218, .2);
    border-right-color: rgba(106, 78, 218, .5);

}

.val3 {
    border-top-color: rgba(106, 78, 218, .2);
    border-right-color: rgba(106, 78, 218, .5);
    border-bottom-color: rgba(106, 78, 218, .7);

}

.val4 {
    border-top-color: rgba(106, 78, 218, .2);
    border-right-color: rgba(106, 78, 218, .5);
    border-bottom-color: rgba(106, 78, 218, .7);
    border-left-color: rgba(106, 78, 218, .9);

}

@media screen and (max-width:650px) {
    body{
        background-image: linear-gradient( 109.6deg,  rgba(112,246,255,0.33) 11.2%, rgba(221,108,241,0.26) 42%, rgba(229,106,253,0.71) 71.5%, rgba(123,183,253,1) 100.2% );
    }
    .content2 {
        background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(176,229,208,1) 42%, rgba(92,202,238,0.41) 93.6% );
        height: 426px;
        position: absolute;
        top: 446px;
        width: 90vw;
        border-radius: 21px;



    }

    .content1 {
        background-image:  radial-gradient( circle farthest-corner at 48.4% 47.5%, rgb(122, 183, 255) 0%, rgb(21, 83, 161) 90% );
        border-radius: 21px;
        width: 90vw;
    }

    .searchContent {
        width: 86%;
        height: 44%;
        border-radius: 10px;
        right: 11%;


    }

}

@media screen and (max-width:490px) {
    .searchContent{
        width: 97%;
        right: 1%;
    }
    
}
@media screen and (max-width:380px) {
    .nextDaysContainer{
        top: 14px;
        left: 10px;
        left: 10px;
    }
    
}
