:root{

    --yellow-color:#ffcc00;
}

*,::after,::before{
 box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}

img{width: 100%;}
li{list-style: none;}
ul{margin: 0;padding: 0;}
a {text-decoration: none;color:#fff}

.background-textures{
    background-repeat: repeat;
}
.logo-container {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 9999;
}.mobile-view{display: none;}
.logo-container img, .logo-container svg{
    width: 70px;
}
.logo-container a{display: block;}
.share-panel {
    position: fixed;
    right: 16px;
    top: 16px;
    z-index: 999;
}
.share-panel svg, .share-panel img{width: 40px;cursor: pointer;}
.persona-items {
    position: absolute;
}

.persona-avtar-container {
    position: relative;
    
}
.center-sun-circle {
    position: relative;
}
.center-sun-circle img.center-sun{
    width: calc(var(--vh, 1vh) * 65);
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.main-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 100%;
    width:100vw;
    position: relative;
}

.data-panel-wrapper {
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-wrap: nowrap;
    width: 200vw;
    transition: 1s transform;
    transform: translate(-50%,0px);
}

.data-panel-wrapper.active{
    transform: translate(0%,0px);
}
.center-sun-circle h1 {
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: calc(var(--vh, 1vh) * 15);
    line-height: 1;
    color: #31489f;
    font-weight: 900;
}
.main-sub-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: calc(var(--vh, 1vh) * 1.9);
    margin: 6px 0px 0px 0px;
}
.persona-items img{
    width: calc(var(--vh, 1vh) * 70);
}
.persona-items.person-3 {
    left: 5vw;
    bottom: 0;
}
.persona-items.person-4 {
    left: 14vw;
    top: -30vh;
}
.persona-items.person-2 {
    right: 5vw;
    top: -32vh;
}
.persona-items.person-1 {
    right: 14vw;
    bottom: 0vh;
}
.footer-next-wrapper {
    position: absolute;
    bottom: calc(var(--vh, 1vh) * 5);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.footer-next-wrapper a {
    color: var(--yellow-color);
    text-transform: uppercase;
    text-decoration: none;
    font-size: calc(var(--vh, 1vh) * 4);
}
.overfolw-container {
    max-width: 100%;
    overflow: hidden;
}
.custom-swiper-slider-wrapper {
    width: 100vw;
}

.slider-main-area {
    display: flex;
    flex-wrap: wrap;
    height: calc(var(--vh, 1vh) * 100);
}
.main-container-panel {
    width: 1270px;
    margin: 0 auto;
}
.slider-left-area {
    width: 60%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.slider-right-area {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: CENTER;
    position: relative;
}
.slider-right-area img{
    width: calc(var(--vh, 1vh) * 110);
    position: absolute;
    top: 0;
    z-index: -1;
    
}
.top-heading-line h2 {
    font-weight: 300;
    color: #fff;
    font-size: calc(var(--vh, 1vh) * 4);
    text-transform: capitalize;
    margin: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}
.slider-item.slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.w-100{
    width: 100%;
}
.space-center{justify-content: center;align-items: center;}
.loctaion-text {
    color: var(--yellow-color);
    font-size: 2vw;
    font-weight: 600;
}
.top-heading-line {
    margin: 0px 0px calc(var(--vh, 1vh) * 4) 0px;
}
.max-temp-text {
    font-size: calc(var(--vh, 1vh) * 17);
    font-weight: 700;
    color: #fff;
    margin: 2vh 0px 4vh 0px;
}
.avrage-temp-text-lg {
    background: var(--yellow-color);
    background-color: var(--yellow-color);
    width: 25vw;
    padding: 8px;
    text-align: center;
    text-transform: capitalize;
    font-size: 1.2vw;
    border-radius: 10px;
    color: #1f1e1e;
}

.numbers-panel-container {
    width: 100%;
    margin: 0 auto;
}
.numbers-panel-container .number-txt{
    color: #fff;
    font-size: 2vw;
    text-align: center;
    transition: 0.3s all;
}
.numbers-panel-container .swiper-slide-active .number-txt{color: var(--yellow-color);
    font-size: 57px;
    font-weight: 700; }

    .numbers-panel-container .swiper-wrapper{
        align-items: center;
    }
    .number-inner-container {
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 0 5%;
    }

    .footer-tool-bar {
        position: absolute;
        bottom: 16px;
        width: 100%;
        left: 0;
        right: 0;
    }
    .space-between {
        justify-content: space-between;
    }
    .footer-tool-bar {
        position: fixed;
        bottom: 16px;
        width: 50%;
        right: 0px;
        padding: 0px 20px;
        left: 50%;
        z-index: 99;
    }
    .footer-tool-bar a{
        text-decoration: underline;
        text-underline-offset: 2px;
        text-decoration-thickness: 1px;
        text-transform: capitalize;
    }
    .loctaion-icon {
        max-width: 50px;
        margin-right: 8px;
    }
    .creadit-container {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 999;
        background: var(--yellow-color);
        background-color: var(--yellow-color);
        display: none;
    }
    .creadit-container.active{display: block;}
    .creadit-inner-container {
        padding: 40px;
    }
    .header-creadit {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }
    .close-creadit {
        position: absolute;
        right: 0;
        background: red;
        background-color: red;
        border: 0;
        width: 50px;
        height: 50px;
        border-bottom-left-radius: 50px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 1.5vw;
        cursor: pointer;
    }
    .creadit-inner-container p {
        font-size: 18px;
    }
    .creadit-inner-container p span{
        font-weight: 600;
    }

    .share-inner-container{}
    .share-inner-container ul{
    display: flex;
    flex-direction: column;
    padding: 12px 0px;
    border-radius: 4px;
    position: relative;
    width: 60px;
    justify-content: center;
    align-items: center;
    }
        .share-inner-container ul::before{
           
            border-left: 10px solid #fff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            position: absolute;
            right: -10px;
            top: 10px;
        }
    .share-inner-container ul li{}
    .share-inner-container ul li img{width: 35px;
        cursor: pointer;
        border: 3px solid #fff;
        border-radius: 100%;}
    .share-inner-container ul li:nth-of-type(2) img{
        width: 48px;
        border: 0;
    }
    .share-panel-container {
        display: none;
        position: fixed;
        top: 60px;
        right: 23px;
        z-index: 9999;
    }

    .share-panel-container.active{
        display: flex;
    }
    .read-more a {
        color: var(--yellow-color);
    }

  

    .numbers-panel-container .font-size-prev{
        font-size: 30px;
    }
    .numbers-panel-container .font-size-prev-old{
        font-size: 22px;
    }

    .number-inner-container::before{
        content: '';
        background-image: url(../icons/border.png);
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        height: 5px;
        top: 0;
        background-size: contain;
        background-position: top center;
    }
    .number-inner-container::after{
        content: '';
        background-image: url(../icons/border.png);
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        height: 5px;
        bottom: 0;
        background-size: contain;
        background-position: top center;
    }

    

  
    .number-inner-container .swiper-slide-next .number-txt, .number-inner-container .swiper-slide-prev .number-txt{font-size: 30px;}
    .numbers-panel-container .number-txt{font-size: 18px;}

    .read-more-container{
        display: none;
        position: fixed;
        bottom: 70px;
        background-color: #000;
        z-index: 9999;
        left: calc(50% + 20px);
        right: 20px;
        border: 2px solid var(--yellow-color);
        border-radius: 4px;
        color: #fff;
        padding: 40px;
        font-size: 18px;
        line-height: 31.3px;
    }
    .read-more-container.active{
        display: block;
    }
    .read-more-container .read-more-close {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 40px;
        height: 40px;
        background-color: var(--yellow-color);
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        border: 0;
    }

    .read-more-container p{font-size: 18px;
        font-weight: 300;
        line-height: 31.1px;}

        .red-more-inner-container {
            max-height: 380px;
            overflow: auto;
        }
        .read-more-container::after{
            content: '';
            border-top: 14px solid var(--yellow-color);
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            position: absolute;
            bottom: -14px;
            left: calc(50% + 20px);
        }
        .max-temp-text span {
            transition: 1s all;
        }
        .rotation-msg{
            display: none;
            background-color: #333399;
            position: fixed;
            z-index: 9999999999;
            width: 100%;
            height: calc(var(--vh, 1vh) * 100);
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }
        .rm-center{
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            width: 100%;
            max-width: 470px;
        }
        .rotation-img{
            text-align: center;
            margin-bottom: 10px;
            display: flex;
            justify-content: center;
        }
        .rotation-img img{
            width: 150px;
        }
        .rm-txt{
            text-align: center;
        }
        .rm-txt h5{
            font: bold 30px/24px var(--roboto);
        color: #fff;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        font-weight: 400;
        }
        .rm-txt p{
            font: 400 16px/21px var(--roboto);
        color: #fff;
        }
        .loader {
            position: fixed;
            z-index: 99999;
            left: 0;
            right: 0;
            background-color: #211d2e;
            background: #211d2e;
            bottom: 0;
            width: 100%;
            height: 100%;
        }
        .loder-wrapper {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .loder-wrapper img {
            width: 800px;
            margin: 0 auto;
        }

        @media screen and (max-width:1024px) and (orientation:landscape) {
        
            .rotation-msg{
                display: block;
            }
            body, html {
                overflow: hidden;
                background-color: #333399;
            }
            
        }

        @keyframes rotate{
            0%{ transform: rotate(0deg); }
            100%{ transform: rotate(360deg); }
        }


        .circle-animation {
            
            position: absolute;
            z-index: -1;
            animation: rotate 50s linear infinite;
        }

        .center-sun-circle {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .swiper-button-next, .swiper-rtl .swiper-button-prev {
            right: -25px;color: var(--yellow-color);
        }
        .swiper-button-prev, .swiper-rtl .swiper-button-next {
            left: -25px;
            color: var(--yellow-color);
        }

        .mCSB_scrollTools .mCSB_draggerContainer {
            top: 0;
            bottom: 0;
        }

        .persona-items .bottom-pan {
            position: absolute;
            left: 12vw;
            width: calc(var(--vh, 1vh) * 30);
            bottom: calc(var(--vh, 1vh) * 2.5);
            z-index: -1;
        }
        .read-more-container .read-more-close svg{
            width: 25px;
            height: 25px;
        }
        .close-creadit svg{fill: #fff;
            width: 30px;
            height: 30px;}