/* Weather Section */
@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css');
*, ::after, ::before {
    box-sizing: border-box;
}
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: none !important;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Montserrat', sans-serif;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    background-repeat: repeat-x;
    font-size:17px;
    color:#333333;
}
h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    font-family: 'Renner_400Book';
}
h1{
    color: #181818;
    font-size:40px;
    font-weight:600;
}
h2{
    font-size:30px;
    font-weight:400;
}
a{
    color:inherit;
    outline: none !important;
}
a:hover{
    color:inherit;
    text-decoration:none;
}
button, button:focus{
    outline: none !important;
}
@font-face {
    font-family: 'LEMONMILKMedium';
    src: url('../fonts/LEMONMILKMedium.eot');
    src: url('../fonts/LEMONMILKMedium.eot') format('embedded-opentype'), url('../fonts/LEMONMILKMedium.woff2') format('woff2'), url('../fonts/LEMONMILKMedium.woff') format('woff'), url('../fonts/LEMONMILKMedium.ttf') format('truetype'), url('../fonts/LEMONMILKMedium.svg#LEMONMILKMedium') format('svg');
}
@font-face {
    font-family: 'LEMONMILKRegular';
    src: url('../fonts/LEMONMILKRegular.eot');
    src: url('../fonts/LEMONMILKRegular.eot') format('embedded-opentype'), url('../fonts/LEMONMILKRegular.woff2') format('woff2'), url('../fonts/LEMONMILKRegular.woff') format('woff'), url('../fonts/LEMONMILKRegular.ttf') format('truetype'), url('../fonts/LEMONMILKRegular.svg#LEMONMILKRegular') format('svg');
}
@font-face {
    font-family: 'modernM';
    src: url('../fonts/modernM.eot');
    src: url('../fonts/modernM.eot') format('embedded-opentype'), url('../fonts/modernM.woff2') format('woff2'), url('../fonts/modernM.woff') format('woff'), url('../fonts/modernM.ttf') format('truetype'), url('../fonts/modernM.svg#modernM') format('svg');
}
@font-face {
    font-family: 'Renner_400Book';
    src: url('../fonts/Renner_400Book.eot');
    src: url('../fonts/Renner_400Book.eot') format('embedded-opentype'), url('../fonts/Renner_400Book.woff2') format('woff2'), url('../fonts/Renner_400Book.woff') format('woff'), url('../fonts/Renner_400Book.ttf') format('truetype'), url('../fonts/Renner_400Book.svg#Renner_400Book') format('svg');
}
ol {
    padding-left: 0;
}
ol li {
    list-style: inherit;
}
ul li {
    list-style: none;
}
ul {
    padding-left: 0;
}
li, ul {
    list-style: none;
}
img {
    vertical-align: top;
    max-width:100%;
    border: none;
    outline: none;
}
.btn{
    border: none !important;
}
h1{
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
}
.btn:focus, .form-control:focus, .resizeselect:focus{
    box-shadow: none;
    border: none;
    outline: 0;
}
header{
    position:relative;
    display: block;
    width: 100%;
    z-index: 3;
    background: #fff;
}
.submit-btn{
    background: #00aef5;
    color: #fff;
    height: 50px;
    border-radius: 0 3px 3px 0;
    font-family: 'Renner_400Book';
    padding: 8px 15px;
}
div.list-item{
    display: none;
}
.top-bar .navbar-nav .nav-item{
    margin: 0 10px;
}
.top-bar .navbar-nav .nav-link{
    color: #000;
    font-family: 'Renner_400Book';
    font-size: 18px;
}
.top-bar .navbar-nav .active{
    color: #f6cb43 !important;
    font-weight: 600;
}
.fixed-menu {
    background: #fff;
    position: fixed;
    top: 0;
    animation: slide-down 0.7s;
    left: 0;
    right: 0;
    box-shadow: 4px -86px 103px rgba(0,0,0,0.9);
    z-index: 250;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
   }
    100% {
        transform: translateY(0);
   }
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
   }
    100% {
        opacity: 1;
        transform: translateY(0);
   }
}
.comon-recent, .items{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 200px;
}
.items{
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}
.content-part{
    z-index: 3;
    display:grid;
    align-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
    color: #fff;
    height: 200px;
}
.content-part h6, .content-part h3, .content-part h4{
    margin: 8px 0;
}
.items figure{
    display: inline-block;
    position:absolute;
    width: 100%;
    height: 200px;
    left: 0;
    right: 0;
    top:0;
}
.items figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.rain{
    height: 100vh;
    background-image: url(https://i.postimg.cc/XvR6CjbY/rain.png);
    animation: rain 0.3s linear infinite;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    top:0;
}
@keyframes rain {
    0%{
        background-position: 0% 0%;
   }
    100%{
        background-position: 20% 100%;
   }
}
.rain::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://i.postimg.cc/xCLDGwfy/lightining.png);
    top: -100px;
    transform: rotate(180deg);
    animation: lightining 4s linear infinite;
    opacity: 1;
    left: 0;
    right: 0;
    width: 100%;
    top:0;
}
@keyframes lightining {
    0%{
        opacity: 0;
   }
    20%{
        opacity: 0;
   }
    21%{
        opacity: 1;
   }
    25%{
        opacity: 0;
   }
    30%{
        opacity: 0;
   }
    31%{
        opacity: 1;
   }
    35%{
        opacity: 0;
   }
    100%{
        opacity: 0;
   }
}
.sunny {
    position: absolute;
    top:5px;
    left: 10px;
    width: 5rem;
    height: 5rem;
    margin-top: 4rem;
}
.sunny:before, .partly_cloudy__sun:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 80%;
    top: 10%;
    right: 10%;
    border-radius: 50%;
    z-index: 2;
    background-color: #f1c40f;
    background-image: radial-gradient(#f1c40f, #f39c12);
    box-shadow: 0 0 25px #917508;
}
.sunny:after, .partly_cloudy__sun:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: 1;
    background-color: #f39c12;
    will-change: opacity, transform;
    animation: fadeIn 2s linear infinite reverse, scaleDown 2s linear infinite reverse;
}
.cloudy {
    position: relative;
    width: 5rem;
    height: 5rem;
}
.cloudy:before, .partly_cloudy__cloud:before, .rainy__cloud:before, .thundery__cloud:before {
    content: "";
    position: absolute;
    height: 40%;
    width: 40%;
    top: 30%;
    right: 0%;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    z-index: 2;
    background-color: #ecf0f1;
    background-image: radial-gradient(#ecf0f1, #bdc3c7);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.cloudy:after, .partly_cloudy__cloud:after, .rainy__cloud:after, .thundery__cloud:after {
    content: "";
    position: absolute;
    height: 60%;
    width: 70%;
    top: 10%;
    right: 30%;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    z-index: 1;
    background-color: #ecf0f1;
    background-image: radial-gradient(#ecf0f1, #bdc3c7);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.partly_cloudy {
    position: relative;
    width: 5rem;
    height: 5rem;
}
.partly_cloudy__sun {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.partly_cloudy__cloud {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 40%;
    z-index: 2;
    will-change: transform;
    -webkit-animation: translateUp 2s linear infinite alternate;
    animation: translateUp 2s linear infinite alternate;
}
.rainy, .thundery {
    position: relative;
    width: 5rem;
    height: 5rem;
}
.rainy__cloud, .thundery__cloud {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.rainy__cloud:before, .thundery__cloud:before {
    background-color: #95a5a6;
    background-image: radial-gradient(#95a5a6, #7f8c8d);
}
.rainy__cloud:after, .thundery__cloud:after {
    background-color: #95a5a6;
    background-image: radial-gradient(#95a5a6, #7f8c8d);
}
.rainy__rain, .thundery__rain {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.rainy__rain:before, .thundery__rain:before {
    content: "";
    position: absolute;
    height: 80%;
    width: 20%;
    top: 20%;
    right: 50%;
    z-index: 1;
    background-image: linear-gradient(transparent, #94cdd1);
    will-change: opacity, transform;
    -webkit-animation: fadeIn 1s ease-out infinite reverse, scaleUp 1s ease-out infinite;
    animation: fadeIn 1s ease-out infinite reverse, scaleUp 1s ease-out infinite;
}
.rainy__rain:after, .thundery__rain:after {
    content: "";
    position: absolute;
    height: 60%;
    width: 20%;
    top: 40%;
    right: 20%;
    z-index: 1;
    opacity: 0;
    background-image: linear-gradient(transparent, #94cdd1);
    will-change: opacity, transform;
    -webkit-animation: fadeIn 2s ease-out 0.4s infinite reverse, scaleUp 2s ease-out 0.4s infinite;
    animation: fadeIn 2s ease-out 0.4s infinite reverse, scaleUp 2s ease-out 0.4s infinite;
}
.thundery__cloud:before {
    background-color: #4d5656;
    background-image: radial-gradient(#4d5656, #393c3c);
    -webkit-animation: thunder 4s linear 0.02s infinite alternate;
    animation: thunder 4s linear 0.02s infinite alternate;
}
.thundery__cloud:after {
    background-color: #4d5656;
    background-image: radial-gradient(#4d5656, #393c3c);
    -webkit-animation: thunder 4s linear infinite alternate;
    animation: thunder 4s linear infinite alternate;
}
.thundery__rain:before {
    -webkit-animation: fadeIn 0.5s ease-out infinite reverse, scaleUp 0.5s ease-out infinite;
    animation: fadeIn 0.5s ease-out infinite reverse, scaleUp 0.5s ease-out infinite;
}
.thundery__rain:after {
    -webkit-animation: fadeIn 0.75s ease-out 0.2s infinite reverse, scaleUp 0.75s ease-out 0.2s infinite;
    animation: fadeIn 0.75s ease-out 0.2s infinite reverse, scaleUp 0.75s ease-out 0.2s infinite;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
@-webkit-keyframes scaleDown {
    0% {
        transform: scale(1);
   }
    100% {
        transform: scale(0.8);
   }
}
@keyframes scaleDown {
    0% {
        transform: scale(1);
   }
    100% {
        transform: scale(0.8);
   }
}
@-webkit-keyframes translateUp {
    0% {
        transform: translatey(15%);
   }
    100% {
        transform: translatey(0);
   }
}
@keyframes translateUp {
    0% {
        transform: translatey(15%);
   }
    100% {
        transform: translatey(0);
   }
}
@-webkit-keyframes scaleUp {
    0% {
        transform: scaley(0);
   }
    100% {
        transform: scaley(1);
   }
}
@keyframes scaleUp {
    0% {
        transform: scaley(0);
   }
    100% {
        transform: scaley(1);
   }
}
@-webkit-keyframes thunder {
    0% {
        box-shadow: 0 0 25px #fff;
   }
    2% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    49% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    50% {
        box-shadow: 0 0 25px #fff;
   }
    52% {
        box-shadow: 0 0 25px #f7db6e;
   }
    53% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    69% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    70% {
        box-shadow: 0 0 25px #fff;
   }
    71% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    75% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    76% {
        box-shadow: 0 0 25px #fff;
   }
    77% {
        box-shadow: 0 0 25px #a8d3f0;
   }
    78% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    100% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
}
@keyframes thunder {
    0% {
        box-shadow: 0 0 25px #fff;
   }
    2% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    49% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    50% {
        box-shadow: 0 0 25px #fff;
   }
    52% {
        box-shadow: 0 0 25px #f7db6e;
   }
    53% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    69% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    70% {
        box-shadow: 0 0 25px #fff;
   }
    71% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    75% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    76% {
        box-shadow: 0 0 25px #fff;
   }
    77% {
        box-shadow: 0 0 25px #a8d3f0;
   }
    78% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
    100% {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   }
}
.daily-wather{
    width: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #000;
    background-size: cover;
   /* margin-top: 70px;
    */
    padding: 70px 0;
    min-height: 1020px;
   /* overflow: hidden;
    */
}
.bg-wath{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    height: 100%;
}
.bg-wath img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    object-position: bottom center;
}
.daily-wather h1{
    font-weight: 700;
}
.left-sec-d1{
    background: rgba(0, 0, 0, 65%);
    display:grid;
    align-content: center;
    width: 100%;
    height:450px;
    border-radius: 8px;
    color: #fff;
    padding: 40px;
}
.left-sec-d1 .sunny{
    position: relative;
    margin: 0;
}
.left-sec-d1 h2{
    font-family: 'LEMONMILKRegular';
    font-size: 35px;
    color:#fff;
}
.left-sec-d1 ul li{
    font-size: 15px;
    margin-bottom: 10px;
    color: #9f9f9f;
}
.content-sec-wh{
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 2;
}
.night-moon h1{
    color: #fff;
    font-family: 'Renner_400Book';
    font-weight: 700;
}
.comon-days, .comon-report{
    background: rgba(0, 0, 0, 55%);
    display:grid;
    align-content: center;
    width: 100%;
    height:205px;
    border-radius: 8px;
    color: #fff !important;
    padding:30px;
    justify-content: center;
    text-align: center;
    position: relative;
}
.comon-days h4{
    font-family: 'Renner_400Book';
    color: #fff;
}
.comon-days h6{
    font-family: 'LEMONMILKRegular';
    color: #fff;
}
.comon-days .sunny{
    position: relative;
    margin: 0;
}
@media (max-width: 767.98px) {
    .comon-days, .comon-report {
        padding: 20px;
   }
}
.sum{
    margin-bottom: 15px;
}
.sum h6{
    margin: 0;
}
.comon-report figure{
    height: 50px;
}
.comon-report figure img{
    width: 30%;
}
.comon-report{
    margin-bottom: 15px;
    display: inline-block;
}
.comon-report h2{
    font-family: 'LEMONMILKRegular';
    color: #fff;
}
.comon-report h5{
    color: #fff;
}
.comon-report h6{
    color: #fff;
}
.comon-report sup, .comon-report sub{
    font-size: 14px;
}
.comon-days .partly_cloudy, .comon-days .sunny, .comon-days .cloudy, .comon-days .thundery, .comon-days .rainy{
    width: 3rem;
    height: 3rem;
}
.today-hilights1{
    font-family: 'Renner_400Book';
    color: #fff;
    font-weight: 600;
}
.comon-fom-st{
    display:flex;
    position: relative;
    width: 100%;
    font-family: 'Renner_400Book';
}
.comon-fom-st i{
    transform: rotate(-30deg);
    margin-left: auto;
    position: absolute;
    right: 22px;
}
.world-forcust-div{
    padding: 39px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.world-forcust-div h1, .world-map-div h1{
    font-family: 'Renner_400Book';
    font-weight: 700;
}
.comon-fom-st{
    font-family: 'Renner_400Book';
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    box-shadow: #e1e1e1 1px 2px 8px;
    background: #fff;
    border-radius: 7px;
    height: 55px;
    padding: 0 8px 0 20px;
    text-align: center;
    transition: all 0.5s linear;
}
.comon-fom-st:hover{
    background: #090909;
    color: #fff;
}
.world-map-div .comon-fom-st{
    font-family: 'Renner_400Book';
    font-size: 22px;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    box-shadow: #e1e1e1 1px 2px 8px;
    background: #fff;
    border-radius: 20px;
    height: 67px;
    padding: 0 8px 0 20px;
    text-align: center;
    transition: all 0.5s linear;
}
.comon-fom-st figure{
    width: 35px;
    height: 25px;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 0 0;
}
.comon-fom-st figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center top;
}
.world-forcust-div ul{
    justify-content: center;
    column-count: 3;
}
.world-forcust-div ul li{
    margin: 0 20px;
    text-transform: uppercase;
}
.forecast-videos h3{
    font-weight: 700;
}
.explore-btn, .more-btn{
    background: #00aef5;
    color: #fff !important;
    font-family: 'Renner_400Book';
    padding: 10px 35px;
    display: table;
    margin: auto;
}
.map-divn{
    position: relative;
    display: block;
    width: 90%;
    top: -90px;
    height: 360px;
    margin-left: auto;
}
.map-divn figure img{
   /* opacity: 0.3;
    */
}
.comon-wh{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    align-content: center;
    font-size: 17px;
    color: #fff !important;
    z-index: 3;
    background: #073648;
}
.comon-wh:before {
    position: absolute;
    bottom: -6px;
    width: 6px;
    left: 13px;
    height: 6px;
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
    border-top: solid 9px #073648;
    content: '';
}
footer{
    display: inline-block;
    width: 100%;
    background: #180a3f;
    padding: 20px 0;
}
footer h5{
    color: #fff;
}
footer ul li a, footer ul li{
    text-decoration: none;
    color: #b1bfd1;
    font-size: 14px;
    margin-bottom: 12px;
}
footer hr{
    background: #b1bfd1;
}
footer p{
    color: #b1bfd1;
    font-size: 14px;
}
@media (min-width: 768px){
    .weekly-div .col, .weekly-div .col, .weekly-div .col {
        width: 100%;
        *width: 100%;
   }
}
@media (min-width: 992px) {
    .weekly-div .col, .weekly-div .col, .weekly-div .col{
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
   }
}
/** * The following is not really needed in this case * Only to demonstrate the usage of @media for large screens */
@media (min-width: 1200px) {
    .weekly-div .col, .weekly-div .col, .weekly-div .col{
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
   }
}
.temperature{
    margin-top: 20px;
    font-family: 'LEMONMILKRegular';
    font-size: 35px;
    display: flex;
    align-items: center;
    color: #3a1c96;
}
.temperature__min{
    background: #321391;
    border-radius: 20px;
    font-family: 'Renner_400Book';
    font-size: 13px;
    padding: 5px 10px;
    margin-left: 8px;
    color: #fff;
}
.info {
    display: grid;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-family: 'Renner_400Book';
    text-align: center;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    padding:10px 20px;
}
.pressure{
    background: #180a3f;
}
.visibility{
    background: #00aef5;
}
.info__title, .info__value{
    font-family: 'Renner_400Book';
}
.info__title{
    font-size: 13px;
}
.weatherIcon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #ffa001;
    color: #fff;
}
.breadcrumb-item a, .breadcrumb-item li{
    font-family: 'Renner_400Book';
    color: #fff;
    text-decoration: none;
}
.breadcrumb-item.active{
    color: #ffa001;
}
.live-weather{
    box-shadow: #1a1a1a4a 1px 2px 20px;
    display: grid;
    align-content: center;
    width: 100%;
    height: 279px;
    border-radius: 8px;
    margin: 20px 0;
    backdrop-filter: blur(30px);
    border: solid 1px #ffffff29;
    overflow: hidden;
    position: relative;
}
.live-weather h5{
    color: #fff;
    font-weight: 700;
}
.live-weather h4{
    font-family: 'LEMONMILKRegular';
    color: #fff;
    font-size: 19px;
}
.top-part-banner1 .sunny:before, .top-part-banner1 .partly_cloudy__sun:before{
    box-shadow: none !important;
}
.live-weather h4 sup{
    font-family: 'Renner_400Book';
    font-size: 16px;
}
.live-weather .partly_cloudy{
    margin: auto;
}
.all-forcuset .nav-link{
    color: #fff;
}
.comon-weth-map{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 300px;
    text-decoration: none;
    text-align: center;
    color: #203159;
}
.right-news-map .comon-weth-map, .right-news-map .comon-weth-map figure{
    height:150px;
}
.right-news-map .comon-weth-map{
    margin-bottom: 60px;
}
.map-cm1{
    width: 100%;
    height: 590px;
}
.comon-weth-map figure{
    width: 100%;
    height:250px;
    overflow: hidden;
    border-radius: 8px;
}
.comon-weth-map figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dya-mn .comon-days, .dya-mn .comon-report {
    background: #fff;
    display: grid;
    align-content: center;
    width: 100%;
    height: 205px;
    border-radius: 8px;
    color: #0f1a36;
    padding: 30px;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: #dbdbdb 1px 8px 41px;
}
.dya-mn .left-sec-d1 {
    background: #fff;
    display: grid;
    align-content: center;
    width: 100%;
    height: 425px;
    border-radius: 8px;
    color: #0f1a36;
    padding: 40px;
    position: relative;
    box-shadow: #dbdbdb 1px 8px 41px;
}
.dya-mn .nav-tabs .nav-item.show .nav-link, .dya-mn .nav-tabs .nav-link.active {
    background-image: linear-gradient(to right top, #fe5450, #ff684b, #ff7a48, #ff8b46, #ff9b48) !important;
    font-family: 'Renner_400Book';
    color: #fff;
}
.dya-mn .nav-link {
    color: #0f1a36;
    border: none;
}
.comon-photo-light{
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.comon-photo-light figure{
    height: 200px;
    overflow: hidden;
    position: relative;
    margin: 0;
    border-radius: 8px;
}
.comon-photo-light figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.comon-photo-light .hover-mn1{
    width: 100%;
    height: 100%;
    display: grid;
    background: rgba(0, 0, 0, 0.3);
    align-content: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.5s;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
}
.comon-photo-light:hover .hover-mn1{
    transform: scale(1);
}
.comon-photo-light .hover-mn1 svg{
    width: 30px;
    height: 30px;
    color: #fff;
}
.comon-photo-light h5 span{
    font-size: 14px;
    font-family: 'Renner_400Book';
    margin-top: 10px;
}
.simple-pagination .current {
    color: #FFF;
    background-color: #090909;
    border: none;
}
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    place-items: center;
}
.simple-pagination .prev.current, .simple-pagination .next.current {
    background: #00aef5;
    position: inherit;
    height: 30px;
}
.simple-pagination li a, .simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
}
.cm-text-n ul li .icon-c {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    display: grid;
    align-content: center;
    background: #00aef5;
    color: #fff;
    justify-content: center;
    font-size: 18px;
}
.cm-text-n ul li {
    margin-bottom: 20px;
}
.text-c {
    font-weight: 600;
    font-size: 18px;
    margin-left: 15px;
    font-family: 'Renner_400Book';
}
.conatct-form-div {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
}
.leave-sec-part .form-control, .conatct-form-div .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px;
}
.conatct-form-div .form-control {
    margin-bottom: 20px;
}
.leave-sec-part textarea, .conatct-form-div textarea {
    height: 100px !important;
    resize: none;
}
.contact-page-total .subimt-message{
    background: #00aef5;
    color: #fff;
    width: 150px;
    font-family: 'Renner_400Book';
}
.get-mobile .btn{
    width: 150px;
    display: inline-block;
    margin-top: 10px;
    transform: scale(1);
    transition: all 0.2s linear;
}
.get-mobile .btn:hover{
    transform: scale(1.1);
}
@media screen and (min-width: 1800px) {
    .map-oui{
        height: 320px;
   }
}
@media screen and (max-width: 1180px) {
    .comon-days h6{
        font-size: 14px;
   }
    .comon-days, .comon-report{
        padding: 22px;
   }
}
@media screen and (max-width: 900px) {
    .bg-apps {
        display:none !important;
   }
    .right-menu-sec{
        display: none;
   }
    .comon-report figure {
        height: auto;
   }
    .comon-days, .comon-report{
        /*height: 235px;*/
        display: grid;
   }
    .comon-pic{
        height: 210px;
   }
    .dya-mn .comon-days, .dya-mn .comon-report{
        height: auto;
   }
    .left-sec0-map {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
   }
    .map-divn{
        width: 100%;
        top: 0;
        height: auto;
   }
}
@media screen and (max-width: 667px) {
    .bg-apps {
        display:none !important;
   }
    .comon-report figure {
        height: auto;
   }
    .comon-days, .comon-report{
        height: 180px;
        display: grid;
   }
    .world-forcust-div ul{
        column-count: 2;
   }
    .right-menu-sec{
        display: none;
   }
}
@media screen and (max-width: 480px) {
    .banner-part1 h1{
        font-size:85px;
   }
    .banner-part1 h1{
        font-size:85px;
   }
    .comon-days h6{
        font-size: 14px;
   }
    .banner-part1 h1 sup{
        font-size: 30px;
   }
    .world-forcust-div ul{
        column-count: 1;
   }
    .bg-apps{
        position: relative;
        display: none;
   }
    .barzil {
        top: 80px;
        right: 70%;
   }
    .india {
        top: 30px;
        right: 25%;
   }
    .australia {
        top: 90px;
        right: 5%;
   }
    .china {
        top: 20px;
        right: 17%;
   }
    .right-menu-sec{
        display: none;
   }
    .comon-days{
        height: 185px;
   }
}
@media screen and (max-width: 375px) {
    .banner-part1 h1{
        font-size:85px;
   }
    .banner-part1 h1{
        font-size:85px;
   }
    .banner-part1 h1 sup{
        font-size: 30px;
   }
    .world-forcust-div ul{
        column-count: 1;
   }
    .bg-apps{
        position: relative;
        display: none;
   }
    .barzil {
        top: 80px;
        right: 70%;
   }
    .india {
        top: 30px;
        right: 25%;
   }
    .australia {
        top: 90px;
        right: 5%;
   }
    .china {
        top: 20px;
        right: 17%;
   }
    .right-menu-sec{
        display: none;
   }
}
button.close-menu {
    color: #212529;
    border: none !important;
    border-radius: 5px;
    display: block;
    margin: 0 0 0 0;
    background: none;
}
button.close-menu svg{
    width: 30px;
    height: 30px;
}
.mobile-menu-sec li a, .mobile-menu-sec li .dropdown .btn {
    text-decoration: none;
    color: #212529;
    padding: 10px 5px 10px 10px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
    font-family: 'Renner_400Book';
}
.side-media {
    list-style-type: none;
    margin-top: 15px;
    display: flex;
}
.side-media li{
    margin-right: 15px;
}
.side-media li a {
    background: #212529;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
}
.goog-te-gadget-simple{
    border: none !important;
}
.goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div{
    color: #212529 !important;
}
.goog-te-menu2{
    border:solid 1px #fff !important;
    box-shadow: #bbb 1px 2px 8px !important;
}
.next-blogs-btn {
    width: 506px;
    margin: auto;
    margin-top: 40px;
}
.next-blogs-btn .showing-text {
    font-size: 18px;
    font-weight: 400;
    width: 161px;
    font-family: 'Renner_400Book';
    margin-right: 10px;
}
.next-blogs-btn .showing-text b {
    font-weight: 600 !important;
    color: #00aef5;
}
.next-blogs-btn .form-control {
    width: 48px;
    height: 48px;
    border: 1px solid #E8E8E8 !important;
    border-radius: 5px;
}
.next-blogs-btn .next-sec {
    font-size: 14px;
    color: #181818;
    margin: 0 10px;
}
.nc-btn {
    background: #FFFFFF;
    border: 1px solid #E8E8E8 !important;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    margin-right: 8px;
}
.next-btn-blg {
    background: #00aef5;
    border: 2px solid #00aef5;
    border-radius: 5px;
    width: 154px;
    height: 48px;
    color: #fff !important;
    font-family: 'Renner_400Book';
}
.com-div-md {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.user-icon {
    font-size: 35px;
}
.login-div-modal h5 {
    font-weight: 700;
    font-size: 25px;
    font-family: 'Renner_400Book';
}
.login-modal-pn .form-control {
    border: none;
    font-size: 15px;
    background: #f3f3f3;
    height: 45px;
    margin-bottom: 20px;
}
.continue-bn {
    background:#00aef5;
    color: #fff !important;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    box-shadow: 0 20px 30px 0 rgb(172 172 172 / 40%);
    font-family: 'Renner_400Book';
}
.regster-bn {
    text-decoration: none;
    font-weight: 600;
    color: #00aef5;
    cursor: pointer;
    font-family: 'Renner_400Book';
}
.login-div-modal .close {
    transform: none;
    position: absolute;
    right: 22px;
    top: 27px;
    border: none;
    background: none;
    font-size: 29px;
}
.login-div-modal .modal-content, .login-div-modal .modal-header {
    background: none;
    border: none;
}
.login-modal-pn {
   /* background: #f3f3f3;
    */
    padding: 10px 40px 30px 40px;
}
.chart-wrapper {
    width: 100%;
    height: 300px;
   /* Default height */
    background: rgba(255, 255, 255, 0.8);
   /* Optional */
    border-radius: 10px;
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .chart-wrapper {
        height: 400px;
       /* Taller for mobile view */
   }
}
.weather-label {
    white-space: nowrap;
   /* Prevents breaking */
}
@media (max-width: 576px) {
    .weather-label {
        font-size: 0.75rem;
       /* Smaller text for mobile */
   }
}
.report-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
/* Mobile (max-width: 767px) styles */
@media (max-width: 767px) {
    .report-container {
        display: block;
       /* override grid */
   }
   /* Stack first two vertically */
    .report-container > .comon-report:nth-child(1), .report-container > .comon-report:nth-child(2) {
        width: 100%;
        margin-bottom: 1rem;
   }
   /* Rest in horizontal scroll */
    .report-container {
        position: relative;
   }
    .report-container > .comon-report:nth-child(n+3) {
        display: inline-block;
        min-width: 180px;
        margin-right: 1rem;
        vertical-align: top;
   }
   /* Wrapper for horizontal scroll - create a horizontal scroll container */
    .report-container {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
   }
}

.qual-label {
    font-size: 0.8rem; /* smaller font */
    font-weight: 600;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 4px;
  }
  
  /* Colors for different qualitative labels */
  .qual-label.Low,
  .qual-label.Dry,
  .qual-label.Calm,
  .qual-label.LowLight {
    color: #d9534f; /* red */
    background-color: #f8d7da;
  }
  
  .qual-label.Optimal,
  .qual-label.Normal,
  .qual-label.Moderate {
    color: #5cb85c; /* green */
    background-color: #d4edda;
  }
  
  .qual-label.High,
  .qual-label.Wet,
  .qual-label.Bright,
  .qual-label.Windy {
    color: #0275d8; /* blue */
    background-color: #d1ecf1;
  }
  
  
  .qual-label.VeryWet {
    color: #0056b3; /* deeper blue */
    background-color: #cfe2ff; /* lighter blue background */
  }
  
  .qual-label.VeryDry {
    color: #a94442; /* deeper red */
    background-color: #f5c6cb; /* light red background */
  }
  