html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}
.section{
  width: 100%;
  height: 100vh;;
}
body,html{
    overflow-x: hidden;
}
.popins{
    font-family: "Poppins", sans-serif;
}
.relative{
  position: relative;
  overflow: hidden;
}
.hero-section{
  background-size: cover;
  background-position: 35% 15%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  animation: zoomInOut 50s ease-in-out infinite;
}
.h-100vh{
    height: 100vh;
}
.btn-primary{
    padding-right: 60px;
    position: relative;
}
.btn-primary::after{
    background-image: url('../esg-img/arrow-small.png');
    width: 13.5px;
    height: 12px;
    content: '';
    position: absolute;
    right: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 16px;
}
#myTab .nav-link.active {
    position: relative;
    overflow: hidden;
    background-color: rgba(240, 227, 239, 1);
    color: #911D82;
}
#myTab .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f0e3ef;
    color: #911D82;
    height: 5px;
    width: 100%;
    border-bottom: 5px solid #911D82;
    box-shadow: 0px 2px 5.3px 0px #911D82;
}
#myTab .nav-link{
    background: rgba(240, 227, 239, 0.8);
}
.absolute-tabs{
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 1;
}
@media(min-width: 1023px){
    #Policies,
#Sustainability-Linked-Financing,
#ESG-report:not(#overview) {
    margin-top: 10rem;
}
.wind-turbine{
    top: 100px;
}
}
.heading-text{
    position: relative;
    /* padding-top: 15%; */
    text-align: left;
    color: white;
    /* z-index: 2; */
}
.wind-turbine{
    position: absolute;
    top: 0;
    left: 10%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(1.3);
}
.cloud-1{
    position: absolute;
    bottom: -0%;
    left: 0%;
    width: 80%;
    z-index: 1;
}
.cloud-2{
    position: absolute;
    bottom: -0%;
    left: 0%;
    right: 0%;
    margin: auto;
    width: 60%;
    z-index: 2;
}
.cloud-3{
    position: absolute;
    bottom: -0%;
    right: 0%;
    width: 80%;
    z-index: 3;
}
h1{
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
}
.trans-box{
    background: rgb(255 255 255 / 80%);
    display: inline-block;
    padding: 24px;
    border-radius: 24px;
}
.highlight{
    display: block;
    color: #911D82;
    font-size: 50px;
}
.right-text{
    /* width: 390px; */
    /* position: absolute;
    top: 20%;
    right: 5%; */
    text-align: left;
    color: white;
    z-index: 2;
}
.right-text p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #000;
}
.about-section{
    padding: 50px 0;
}
/* .about-text-sec{
    max-width: 340px;
} */
.about-text-sec p{
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.icon-box{
    display: flex;
    align-items: end;
    gap: 3rem;
}
.about-icon-sec{
    padding: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    min-height: 230px;
}
.purple-bg{
background: #911D82;
background: url(../esg-img/shape-bottom-left.png.png),linear-gradient(90deg,rgba(145, 29, 130, 1) 22%, rgba(91, 33, 95, 1) 100%);
border-top-left-radius: 100px;
border-bottom-right-radius: 100px;
padding: 50px 50px 50px 0px;
position: relative;
background-size: contain;
background-position: left bottom;
background-repeat: no-repeat;
}
.purple-bg2{
    padding: 50px 50px 0px 20px; 
}
.purple-bg::before{
    content: '';
    position: absolute;
       top: -80px;
    right: -90px;
    width: 120px;
    height: 114px;
    background: url('../esg-img/Frame 1618873165.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
    transform: scale(var(--rotate, 1));
  transition: transform .3s ease;
}
.purple-bg::after{
    content: '';
    position: absolute;
       bottom: -80px;
    left: -90px;
    width: 120px;
    height: 114px;
    background: url('../esg-img/Frame 1618873166.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
    transform: scale(var(--rotate2, 1));
    transition: transform .3s ease;
}
.ceo-message{
    padding: 75px 0 50px 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.esg-highlights{
    padding: 100px 0;
    background: #fff;
    position: relative;
}
.esg-highlights-img{
    position: relative;
}
.esg-highlights-img img{
    position: relative;
    z-index: 2;
}
.esg-highlights-img::after{
    content: '';
    position: absolute;
        top: -50px;
    right: -50px;
    width: 91px;
    height: 92px;
    background: url('../esg-img/butterfly-orange-22.png.png') no-repeat center center;
    background-size: contain;
    z-index: 1;
    transform: scale(var(--scale, 1));
}
.sustainability-section{
    padding: 100px 0px;
    padding-bottom: 0;
    background: #911D82;
    background: linear-gradient(90deg, rgba(145, 29, 130, 1) 22%, rgba(91, 33, 95, 1) 100%);
    position: relative;
}
.__title h3{
    margin-bottom: 3rem;
}
.stackholder-text h5{
    font-size: 18px;
    line-height: 28px;
    color: #f8b119;
        font-weight: 700;
    font-style: normal;
}
.stackholder-text p{
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 2rem;
}
.esg-highlights-text h2{
    font-size: 45px;
    line-height: 60px;
    color: #911D82;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.esg-highlights-text p{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 2rem;
}
.curve-btn{
    background-color: #f8b119;
    border: 1px solid #f8b119;
    color: #000;
    border-radius: 0 20px 0 20px;
    font-style: normal;
    font-weight: normal;
}
.membership h3{
    font-size: 28px;
    line-height: 60px;
    color: #911D82;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-weight: 700;
}
.esg-highlights-text h2 span{
    color: black;
}
.ceo-bottom-text{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 50px;
    text-align: center;
    color: #fff;
}
.btn-primary {
    background:  #5b2359;
    border: 1px #5b2359 solid;
    color: #fff;
}
.ceo-inner-text{
border: #f8b119 1px solid;
    background: rgb(255 190 61 / 20%);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 20px;
    backdrop-filter: blur(10px);
}
.ceo-inner-text p{
    margin-bottom: 0;
}
/* .ceo-text{
    padding-top: 50px;
} */
.sustainability-text h2{
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 3rem;
}
.sustainability-text p{
    color: #fff;
}
.sustainability-section::after{
    content: '';
    position: absolute;
    width: 457px;
    height: 452px;
    left: 0;
    bottom: 0;
    background: url('../esg-img/border-fly.png') no-repeat center center;
    z-index: 1;
}
.sustainability{
    height: 100vh;
}
.about-text-sec h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #911D82;
}
#myTab-ad .nav-link {
    background-color: rgba(240, 227, 239, 0.4);
}
#myTab-ad .nav-link.active {
    position: relative;
    overflow: hidden;
    background-color: rgba(240, 227, 239, 0.4);
    color: #911D82;
}
#myTab-ad .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f0e3ef;
    color: #911D82;
    height: 5px;
    width: 100%;
    border-bottom: 5px solid #911D82;
    box-shadow: 0px 2px 5.3px 0px #911D82;
}
.icon-box h3{ 
    font-size: 32px;
    line-height: 40px;
    color: #911D82;
    font-weight: 600;
}
.orng{
    color: #f8b119 !important;
}
.snsblty{
    padding: 30px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
}
.snsblty ul li{
    list-style: disc;
    margin-left: 1.5rem;
    list-style: inside;
    color: #000;
    line-height: 24px;
}
.snsblty ul{
    margin-bottom: 1.5rem;
}
.stblt-tab li{
    color: #fff;
    text-transform: uppercase;
}
.stblt-tab li.active{
    color: #C9D443;
}
.snsblty h3{
    font-size: 32px;
    color: #911D82;
    text-transform: uppercase;
    padding: 3rem 2rem 2rem;
        font-weight: 600;
}
.inner-box{
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #fff;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background-color: rgb(255 255 255 / 20%);
}
.sustainability-img-wrap{
        z-index: 2;
    position: relative;
}
.content-box{
    padding: 30px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: rgb(255 255 255 / 80%);
}
.content-box p{
    font-size: 19px;
    color: #911D82;
    line-height: 24px;
    position: relative;
    font-weight: 600;
}
/* .content-box p::after{
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    background-image: url('../esg-img/Arrow-4.png');
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} */
/* .sustainability-section{
    height: 383vh;
} */

.abs-txt{
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 76px;
    opacity: .2;
    text-transform: uppercase;
    text-align: center;
       color: rgb(255 255 255 / 20%) !important;
    line-height: 101.9%;
    font-weight: 700;
}
.box-img1{
    background-image: url('../esg-img/1923.png');
}
.box-img2{
    background-image: url('../esg-img/env.png');
}
.box-img3{
    background-image: url('../esg-img/Governance_.png');
}
/* .box-1{
    background-color: rgb(36 55 38 /80%);
}
.box-2 {
    background-color: rgb(74 46 33 / 80%);
}
.box-3 {
    background-color: rgb(75 58 33 / 80%);
} */
.download-center{
    background-color: #fff;
    /* height: 50vh; */
}
@keyframes zoomInOut {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 120%;
    }
    100% {
        background-size: 100%;
    }
}
@media screen and (min-width: 992px) {
    .trans-box{
        max-width: 40%;
    }
    /* .download-center{
        height: 50vh;
    } */
    .stackholder-text{
        padding-bottom: 180px;
    }
    /* .ceo-text {
        padding-left: 50px;
    } */
    .esg-highlights-text{
        padding-left: 50px;
    }
    .snsblty {
        height: 86vh;
    }
    .esg-highlights-img img{
        width: 100%;
    }
    .inv-footer{
        position: relative;
        z-index: 99999 !important;
    }
}
@media(max-width: 1441px) and (min-width: 1281px){
    /* .sustainability-section{
        height: 378vh;
    } */
}
@media(max-width: 1367px) and (min-width: 1300px){
    /* .sustainability-section{
        height: 394vh;
    } */
}
@media(min-width: 992px) and (max-width: 1500px){
    .__title h3{
        font-size: 40px;
    }
    /* .esg-highlights-text h2{
        font-size: 40px;
    } */
    .inner-box{
        padding: 20px 35px;
    }
    .content-box{
            padding: 30px 20px 30px 35px;
    }
    .content-box p{
        font-size: 16px;
    }
    .snsblty ul li{
        font-size: 14px;
    }
    .content-box p::after{
        left: -30px;
        top: 5px;
        height: 18px;
        width: 18px;
    }
}

@media screen and (max-width: 1023px){
    .about-text-sec{
        margin-bottom: 2rem;
    }
    .about-section{
        height: auto;
    }
    .purple-bg{
        padding: 50px 15px 50px 15px;
    }
    .__title h3{
        text-align: left !important;
        margin-bottom: 2rem;
        font-size: 28px;
    }
    .ceo-text{
        padding-top: 0;
    }
    .ceo-bottom-text{
        position: static;
        padding: 0;
    }
    .stackholder-text{
        margin-bottom: 50px;
    }
    .icon-box{
        align-items: flex-start;
        flex-direction: column;
    }
    .purple-bg{
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .membership h3{
        font-size: 32px;
        line-height: 42px;
    }
    .sustainability-section{
        height: 100%;
        padding: 100px 15px;
        padding-bottom: 50px;
    }
    .sustainability-text h2{
        font-size: 32px;
        line-height: 132.1%;
    }
    .stblt-tab li {
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
    }
    .sustainability {
        height: auto;
    }
    .esg-highlights{
        padding-bottom: 50px;
    }
    .snsblty{
        padding: 30px 0;
        padding-bottom: 0;
        background-size: contain;
        padding-top: 140px;
        background-position: top;
        margin-bottom: 50px;
    }
    .disable-mobile{
        height: 0 !important;
    }
    .inner-box{
        padding: 40px 10px;
    }
    .content-box{
        padding: 30px 15px 30px 15px;
    }
    .content-box p::after{
        content: none;
    }
    .about-img-sec, .esg-highlights-img{
        margin-bottom: 50px;
    }
    .wind-turbine{
        height: 100vh;
    }
    .cloud{
        opacity: 0;
    }
    .about-section{
        position: relative;
        z-index: 5;
    }
        #Policies, #Sustainability-Linked-Financing, #ESG-report:not(#overview) {
        margin-top: 10rem;
    }
    /* .relative.h-100vh{
        height: auto;
    } */
}
/*tablet only */
@media screen and (min-width: 567px) and (max-width: 992px){
    .absolute-tabs{
        z-index: 3;
    }
    .wind-turbine img{
        height: 100%;
        object-fit: cover;
    }
    .heading-text{
        top: 15%;
    }
    .right-text {
        top: 30%;
        right: auto;
        left: 6%;
        z-index: 2;
    }
    .about-text-sec{
        max-width: 100%;
    }
    .snsblty{
        padding-top: 310px;
    }
}
/*mobile */
@media screen and (max-width: 767px){
    .hero-section{
        background-size: cover !important;
    }
    #myTab .nav-link{
        background: rgba(240, 227, 239, 1);
    }
    .absolute-tabs{
        z-index: 2;
    }
    .esg-highlights-text h2{
        font-size: 32px;
        line-height: 46px;
    }
    .wind-turbine img{
        height: 100%;
        object-fit: cover;
        object-position: 38% 50%;
    }
    .right-text{
        max-width: 325px;
        width: 100%;
        left: 5%;
        right: 0;
        top: 33%;
        /* padding: 15px; */
        /* background: rgb(255 255 255 / 10%); */
    }
    /* .right-text p{
        color: #fff;
    } */
    .highlight{
       font-size: 30px;
    }
    h1{
        font-size: 24px;
    }
    .heading-text{
        top: 18%;
    }
    #myTab{
        padding-bottom: 0 !important;
    }
    .purple-bg::before{
        background-size: 60%;
        top: -65px;
        right: -65px;
    }
    .purple-bg::after{
        bottom: -60px;
        left: -61px;
        background-size: 50%;
    }
    .esg-highlights-img::after{
        top: -100px;
    }
    .esg-highlights-img{
        margin-bottom: 3rem;
    }
    .nav-tabs{
        background: transparent !important;
    }
    /* .full-height{
        height: 100%;
    } */
    /* .hero-section{
        height: 140vh;
    } */
}