@import url(asig2.css);
@import url(asig3.css);
@import url(clouds.css);
@import url(cards.css);
@import url(select.css);
@import url(gradient.css);
@import url(texts.css);


body, div {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    scroll-behavior: smooth;
}

.noselect {
    user-select: none;
}

.bg-container {
    background-image: url("../img/general/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 200%;
    object-fit: cover;
    z-index: -5;
}

.sub-container {
    height: 200%;
    position: relative;
    z-index: 5;
}

.overlayers {
    display: flex;
    justify-content: space-between;
}

.w-overlay {
    position: relative;
    top: 0;
}

#clouds {
    z-index: -4;
}

#rainy {
    z-index: -5;
}

#thunder {
    z-index: -3;
}

#sunny {
    filter: brightness(200%) contrast(200%);
}

.sun {
    filter: brightness(170%);
    animation: rotation 12s infinite linear;
    position: absolute;
    top: -280px;
    left: -280px;
}

.w-overlay.rainy {
    position: relative;
    z-index: -5;
}

.allcli.rmv {
    position: relative;
    margin-left: 250px;
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.wind.rot {
    top: -20px;
    transform: rotate(230deg);
}

#bg {

}

#searchal {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    position: absolute;
    text-align: left;
    z-index: 50;
    right: 0;
    width: 20%;
    margin: 0;
}

#searchal p, #searchal strong {
    margin: 0;
}

#row1 {
    justify-content: space-evenly;
}

#r1c1 {
    width: 400px;
}

#city-icon {
    width: 160px;
    height: 160px;
    padding-right: 10px;
    transition: all 0.3s ease-in;
}

:root {
    --select-border: #777;
    --select-focus: blue;
    --select-arrow: var(--select-border);
}

#wc-select {
    display: flex;
    justify-content: center;
}

#mc-icon {
    padding-top: 10px;
    width: 120px;
    height: 120px;
}

#filterer {
    text-transform: capitalize;
}

#filterer:hover {
    font-style: italic;
}

/*#city-selecter{
    overflow-y: scroll;
    height: 50px;
    max-height: 5rem;
}*/

datalist, option {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
}

datalist {
    position: absolute;
    background-color: white;
    border: 1px solid blue;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    width: 350px;
    padding: 5px;
    max-height: 5rem;
    overflow-y: auto

}

datalist::-ms-expand {
    display: none;
}

.select {
    margin: 0;
    margin-left: 25px;
    position: relative;
    border: none;
    border-radius: 0px;
    width: 254px;
    height: 74px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 25px;
    cursor: pointer;
    background: #181818;
    color: #fff;
    align-items: center;
    background: rgba(131, 131, 131, 0.25);
    background-size: 12px 12px;
    background-position: 220px 26px;
    box-shadow: 0px 0px 5px 2px rgba(24, 24, 24, 0.81);
    -webkit-appearance: none;
    padding-left: 20px;
    transition: all 0.3s ease-out;
}

option {
    display: flex;
}

option:hover {
    background-color: #d2d0d0;
    font-style: italic;
    justify-content: center;
    transition: all 0.5s ease-in;
}


#time-date {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: -1;
}

.w-time {
    font-size: 33px;
    display: inline;
    color: #ffe5b4;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-left: 50px;
    margin-bottom: 0px;
    padding-left: 0px;
    height: 39px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.w-secs {
    font-weight: 300;
    font-size: 25px;
    width: 58px;
    height: 29px;
}

.w-date {
    font-size: 25px;
    color: #F1F1F1;
    font-weight: 400;
    margin-top: 30px;
    margin-left: 50px;
    padding-top: 55px;
    padding-left: 55px;
    text-align: left;
}

.am-icon {
    color: #ffe5b4;
    width: 4em;
    padding-bottom: 45px;
    padding-left: 20px;
}

.w-values {
    font-family: Roboto, sans-serif;
    font-style: normal;
    color: #FFFFFF;
}

.wt-head {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24.696px;
    text-align: center;
}

.wt-values {
    font-weight: bold;
    font-size: 40.45px;
    transition: all 1.5s;
}


.wv-sml .wt-head {
    font-size: 20px;
    font-weight: 200;
}

.wv-sml .wt-values {
    padding-top: 5px;
}

.wt-values span {
    font-weight: normal;
}

#wv-marg {
    margin-top: 20px;
}

.wv-bdr {
    border-right: 2px dotted #c4c3c3;
    height: 80%;
}

#r1c2 {
    display: grid;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    width: 250px;
}

#r1c3 {
    padding-bottom: 70px;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 80%;
    z-index: 5;
}

#r1c3-1 {
    z-index: 5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

}

#r1c3-1 .col {
    width: 100%;
}

.wc {
    font-family: Roboto, sans-serif;
    font-style: normal;
    color: #FFFFFF;
    margin: 15px 0px;
}

.wcc .col {
    padding: 0px;
}

.wcc .col:last-of-type .wc-bar {
    border: none;
}

.wc-time {
    font-weight: 300;
    font-size: 19.2px;
    cursor: pointer;
}

.wc-time.bdrbg {
    background: #7046aa;
}

.wc-bar {
    border-right: 1px solid #fff;
    width: 100%;

}

.wc-icon {
    width: 50px;
    margin: 0;
}

.wc-number {
    font-weight: normal;
    font-size: 22.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 913px) {
    .sub-container {
        width: 100%;
    }

    #r1c2 {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 985px) {
    #r1c3 {
        width: 45%;
        margin-left: 75px;
    }
}

@media only screen and (max-width: 630px) {
    #ctcrd1, #ctcrd2, #ctcrd3, #ctcrd4 {
        margin-left: 80px;
    }
}

@media only screen and (max-width: 913px) {
    #top-city {
        width: 100%;
    }
}

@media only screen and (max-width: 698px) {
    #r1c1, #r1c2, #r1c3, #city-icon, #mc-icon, #time-date {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    #time-date {
        margin-left: 10vh;
    }

    #r1c3-1 {
        width: 100%;
    }

    #city-select {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    #city-par {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .progress {
        margin-left: 0;
    }
}

@media only screen and (max-width: 400px) {
    #time-date {
        margin-left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 326px) {
    .cntcrd {
        zoom: 90%;
    }

    #ampm-icon {
        width: 3em;
    }

    #time-date, .w-time, .w-date {
        margin-left: 0 !important;
    }

}

@media only screen and (min-width: 700px) and (max-width: 930px) {
    #r1c3-1 {
        width: 100%;
    }

    #r1c3 {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575px) {
    #time-date {
        width: 100%;
        margin-left: 5vh;
    }
}

@media only screen and (min-width: 750px) and (max-width: 930px) {
    #r1c2 {

    }
}

@media only screen and (min-width: 930px) and (max-height: 630px) {
    #r1c3-1 {
        width: 100%;
    }

    #r1c3 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        margin: 0px;
    }

}
