*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

  
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 2150px;
    background-color: black;
}

#navbar {
    display: flex;
    position: relative;
    height: 130px;
    width: 100%;
    padding: 20px;
    flex-direction: row;
    align-items: center;
}

#logo {
    width: fit-content;
    position: absolute;
    height: 60px;
    padding-left: 50px;
    left: 40px;
}

#searchbox {
    position: absolute;
    width: 300px;
    height: 40px;
    border-radius: 15px;
    background: #191919;
    display: flex;
    align-items: center;
    left: 400px;
}

#search-logo {
    height: 25px;
    margin: 0px 5px 0px 10px ;
}

#preview-text {
    color: rgba(255, 255, 255, 0.50);
    font-size: 20px;
    text-align: center;
    width: fit-content;
    height: fit-content;
    font-weight: 200;
    margin-top: 0px;
}

#current-location {
    position: absolute;
    width: fit-content;
    height: 50px;
    left: 900px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#location-logo {
    width: 50px;
    height: 40px;
}

#curr-location-txt {
    position: relative;
    display: flex;
    flex-direction: column;
}

#city-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#state-text {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bell-icon {
    position: absolute;
    width: fit-content;
    height: 35px;
    left: 1130px;
}

#locate-me {
    position: relative;
    width: fit-content;
    height: 100%;
    border-radius: 50px;
    background: #191919;
    left: 1250px;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#locate-me img {
    height: 30px;
    padding-left: 5px;
} 

#locate-me h1 {
    font-size: 20px;
    color: #87CEEB;
    font-weight: 200;
    padding-right: 5px;
} 

#hero-img-container {
    position: relative;
    width: 100%;
    height: 612px;
    overflow: hidden;
}

#hero-img {
    display: flex;
    position: relative;
    background-image: url('assets/hero-img.png');
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
}

#date-time {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #FFF;
    top: 70px;
    left: 120px;
}

#time {
    color: #FFF;
    font-size: 90px;
    font-weight: 600;
}

#day,#date {
    color: #FFF;
    font-size: 45px;
    font-weight: 500;
}
  
#quote {
    color: #FFF;
    font-size: 65px;
    font-weight: 700;
    text-align: right;
    width: 600px;
    position: absolute;
    top: 70px;
    right: 100px;
    word-wrap: break-word;
}

#today-details {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 200px;
    bottom: 170px;
    justify-content: space-evenly;
}

.today-timestamps {
    width: 150px;
    height: 200px;
    border-radius: 20px;
    background: rgba(25, 25, 25, 0.20);
    backdrop-filter: blur(2.9px);
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 500;
}

.td-time {
    font-size: 20px;
    font-weight: 700;
}

.parent-td-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

#today-title {
    color: #FFF;
    font-size: 40px;
    font-weight: 750;
    padding: 50px;
}

#report-container {
    display: flex; 
    width: 1300px;
    height: 500px;
    border-radius: 20px;
    background: #191919;
    justify-self: center;
    overflow: hidden;
}
  
.div1 {
    width: 580px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #FFF;
    font-size: 20px;
    font-weight: 550;
}
  
.div2 {
    width: 720px;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-size: 20px;
    font-weight: 550;
}

#sun-time {
    width: 470px;
    height: 150px;
    border-radius: 20px;
    background-color: #000000;
    display: flex;
    position: relative;
}

.sun-time-bg{
    position: relative;
}

.sun-time-bg img{
    height: 100%;
    position: relative;
}

.sun-time-heading {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translatex(-50%);
}

.sunrise-time {
    position: absolute;
    bottom: 13px;
    left: 10px;
}

.sunset-time {
    position: absolute;
    bottom: 13px;
    right: 10px;
}

#air-quality-index {
    width: 480px;
    height: 250px;
    border-radius: 20px;
    background: #000;
    position: relative;
}

.measure-circle {
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    background-color: #191919;
    top: 20px;
    left: 330px;
}
  
.measure-inner-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000000;
    position: relative;
}
  
.measure-overlay {
    position: absolute;
    background-color: #87CEEB; /* Progress color */
    border-radius: 50%;
    /* Calculate the degrees based on the 35 value (assuming max 100) */
    /* (35 / 100) * 360 = 126 degrees */
    /* Since we are using a semi-circle, we use half of that */
    transform: rotate(-90deg); /* Start from the top */
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
}
  
.measure-value {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.measure-no {
    color: #87CEEB;
    font-size: 20px;
    font-weight: 400;
}

.measure-text {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

#suggestion {
    position: absolute;
    color: #A9A9A9;
    font-size: 15px;
    font-weight: 400;
    top: 70px;
    left: 20px;
}

#air-quality-subdetails {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin-top: 50px;
}

.subdetails-heading {
    color: #87CEEB;
    font-size: 13px;
    font-weight: 400;
}

.subdetails-value {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
}

.child1-div2 {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 50px;
}

#uv-index {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background: #000;
}

#now {
    width: 400px;
    height: 200px;
    border-radius: 20px;
    background: #000;
    position: relative;
}

#now-txt,#air-txt {
    position: absolute;
    top: 20px;
    left: 20px;
}

.child2-div2 {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 40px;
}

#visibility {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background: #000;
}

#humidity {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background: #000;
}

#pressure {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    background: #000;
}

.heading {
    display: flex;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translatex(-50%);
}

#today-report-img {
    position: absolute;
    right: 50px;
    top: 15px;
}

#today-now-img {
    position: absolute;
    right: 40px;
    top: 15px;
}

#now-temp {
    position: absolute;
    color: #4ACAFF;
    font-size: 50px;
    bottom: 70px;
    left: 20px;
    font-weight: 600;
}

#now-sky {
    position: absolute;
    bottom: 40px;
    left: 20px;
    font-weight: 200;
    color: #A9A9A9;
    font-size: 17px;
}

#now-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 50px;
    bottom: 20px;
}

#now-location-txt {
    font-weight: 400;
    font-size: 30px;
}

#outlook-title {
    color: #FFF;
    font-size: 40px;
    font-weight: 750;
    padding: 50px;
    padding-bottom: 30px;
}

#outlook-subheading {
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
    padding-left: 50px;
    padding-bottom: 50px;
}

#outlook-container {
    display: flex; 
    width: 1480px;
    height: 280px;
    justify-self: center;
    /* background-color: chocolate; */
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.outlook-cards {
    width: 190px;
    height: 90%;
    border-radius: 20px;
    background: #191919;
    backdrop-filter: blur(2.8499999046325684px);
    color: white;
    text-align: center;
    padding: 10px 20px;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 12px;
}

.day {
    font-size: 17px;
    margin-bottom: 15px;
    color: #ffff;
}

.icon {
    margin: 10px 0;
}

.icon img {
    width: 60px;
}

.details {
    display: flex;
    justify-self: center;
    gap: 52px;
    font-size: 18px;
    margin: 10px 0;
}

.wind {
    font-size: 18px;
    color: #ffff;
}

footer h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 50px;
    position: absolute;
    top: 1930px;
    display: flex;
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
}

footer p {
    color: #87CEEB;
    font-weight: 300;
    font-size: 20px;
    position: absolute;
    top: 2115px;
    display: flex;
    left: 50%;
    transform: translatex(-50%);
}