*{
    margin: 0px;
    padding: 0px;
}

.hideTemp{
    display: none;
}

.mainContainer{
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container{
    width: 90dvw;
    height: 90dvh;
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    border-radius: 15px;
    display: flex;
}

/* leftSide Starts Here */

.container .leftSide{
    padding: 0 2dvw;
    width: 20dvw;
    height: 90dvh;
    background-color: #bcbcbc;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.container .leftSide .currentWeatherImage img{
    width: 80%;
    height: 30dvh;
    margin-left: 5%;
    object-fit: contain;
    margin-top: 9dvh;
}

.leftSide .inputLocation{
    width: 70%;
    padding: 10px;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    margin-top: 4dvh;
}

.leftSide .searchBtn{
    border: none;
    margin-left: -4px;
    padding: 10px 20px;
    font-size: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #65bff7;
}

.container .leftSide .presentInfo .presentTemp{
    font-size: 80px;
    font-weight: 500;
    padding-top: 9dvh;
}

.container .leftSide .presentInfo .presentDayTime{
    font-size: 25px;
    font-weight: 300;
    width: 90%;
    padding-bottom: 3dvh;
    border-bottom: 2px solid #d1d1d1;
}

.container .leftSide .presentInfo .otherInfo{
    padding-top: 2dvh;
    padding-left: 2dvw;
}

.container .leftSide .presentInfo .preCondition{
    font-size: 16px;
    font-weight: 300;
}

.container .leftSide .presentInfo .prePresp{
    font-size: 16px;
    font-weight: 300;
}

.power{
    font-size: 8vh;
}

/* leftSide Ends Here */


/* rightSide Starts Here */

.rightSide{
    overflow-y: scroll;
    scrollbar-width: none;
}

.rightSide .selectingRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

.rightSide .selectingRow .celsiusBtn,.fahrenheitBtn{
    border: none;
    padding: 12px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffffff;
    margin-left: 15px;
    cursor: pointer;
}

.rightSide .selectingRow .celsiusBtn:hover,.fahrenheitBtn:hover{
    background-color: black;
    color: #ffffff;
}


.unitActive{
    color: #ffffff;
    background-color: rgb(0, 0, 0) !important;
}


.rightSide .selectingRow .todayBtn,.weekBtn{
    margin-right: 20px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.rightSide .selectingRow .todayBtn:hover,.weekBtn:hover{
    color: #65bff7;
}

.selected{
    color: #65bff7;
}

.rightInfo .Hours{
    width: 65dvw;
}

.rightSide .rightInfo .hourlyInfo{
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 0px 30px;
}

.rightInfo .eachHourInfo{
    width: 7dvw;
    height: 15dvh;
    border-radius: 10px;
    margin: 10px;
    padding: 8px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.rightInfo .eachHourInfo .eachHour,.eachTemp{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.rightInfo .eachHourInfo img{
    width: 60%;
    object-fit: contain;
    padding: 8px 0px;
}

.rightSide .rightInfo .Weeks .weeklyInfo{
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    width: 64dvw;
}

.rightSide .rightInfo .Weeks .weeklyInfo .eachweekInfo{
    width: 7dvw;
    height: 15dvh;
    border-radius: 10px;
    margin: 10px;
    padding: 8px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.rightSide .rightInfo .Weeks .weeklyInfo .eachWeek,.eachweekTemp{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.rightSide .rightInfo .Weeks .weeklyInfo img{
    width: 60%;
    object-fit: contain;
    padding: 8px 0px;
}

/* rightSide Ends Here */

/* main High lights Starts Here */

.mainHighlights{
    padding: 45px 0px 15px 35px;
    width: 60dvw;
}

.mainHighlights .HighlightsTitle{
    font-size: 25px;
}

.mainHighlights .allHighlights{
    padding: 0px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.allHighlights .mainbox{
    border-radius: 10px;
    width: 17dvw;
    height: 15dvh;
    padding: 10px;
    margin: 10px 20px 10px 0px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainbox .subHighLightHead{
    font-size: 20px;
    font-weight: 600;
    color: #b5b5b5;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.mainbox .subHighLightFoot{
    font-size: 15px;
    color: #636363;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.mainbox .highLightInfo{
    font-size: 30px;
    color: #5a5a5a;
    font-weight: 100;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.highLightInfo{
    margin-top: 9%;
    text-align: center;
}
/* main High lights Ends Here */

/* Developer Info Starts Here */

.maker{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    border-top: 1px solid #d1d1d1;
    padding-top: 22px;
}

.maker a{
    color: #C51104;
    text-decoration: none;
}

.maker a:hover{
    text-decoration: underline;
    font-weight: 600;
}

.maker a:hover::before{
    color: #FF4033;
    content:"Portfolio:  ";
    text-decoration: underline;
}

.maker .made{
    padding: 5px;
}

/* Developer Info Ends Here */