:root{
    --primary-color: linear-gradient(93.22deg, #911D82 15.86%, #5B215F 106.78%);
    --primary-bg: rgba(145, 29, 130, 1);
    --btn-color: rgba(255, 71, 0, 1);
    --white-color: #ffffff;
    --black-color: #000000;
    --yellow-orange: rgba(255, 172, 54, 1);
    --transparent-white: rgba(255, 255, 255, 0.2);
    --green-color: rgba(62, 155, 69, 1);
}
.over-subheading ul li{
    position: relative;
    font-size: 32px;
    line-height: 32px;
    color: rgba(157, 29, 150, 0.7);
}
.over-subheading ul li:not(:last-child)::after{
    content: '|';
    margin-left: 12px;
}
.font-700{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}

.overview-text h1{
    font-size: 70px;
    line-height: 70px;
    color: var(--primary-bg)
}
.left__yf{
    top: 25px;
}
.right__yf{
    right: 100px;
    top: 100px;
}
.overview-dwnld-btn a{
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, rgba(231, 34, 118, .6), rgba(255, 190, 61, .6)) border-box;
    color: rgba(255, 71, 0, 1);
    padding: 10px 20px;
    border-radius: 0px 8px;
    display: inline-block;
    position: relative;
    box-shadow: 0px 22px 35px 0px rgba(255, 107, 0, 0.2);
    padding-left: 50px;
    transition: color 2s ease, color 2s ease;
    z-index: 2;
    font-weight: 700;
}
.overview-dwnld-btn a:hover{
    background: linear-gradient(95.4deg, #FF4700 -2.71%, #E72276 123.81%);
    border: 1px linear-gradient(95.4deg, #FF4700 -2.71%, #E72276 123.81%);
    color: var(--white-color);
}
.overview-dwnld-btn a::before {
    content: '';
    /* background-image: url(../esg-img/mdi_download.png); */
    background-image: url(../esg-img/mdi_download_orng.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    transition: background-image 1s ;
}
.ceo__img{
    position: relative;
}
.ceo__img{
    background-image: url('../esg-img/Group__butterfly.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.overview-dwnld-btn:hover a::before{
    background-image: url(../esg-img/mdi_download.png);
}
.overview-dwnld-btn a::after{
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    width: 39px;
    height: 31px;
    background-image: url('../esg-img/Group--599.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(0deg) scale(1.5);
    transition: transform 1s ease;
}
.overview-dwnld-btn a:hover:after{
    transform: rotate(20deg) scale(1);
}
.overview-dwnld-btn:hover .butterfly__p{
    transform: rotate(0deg) scale(1.5);
}
.overview-dwnld-btn .butterfly__p {
    /* content: ''; */
    position: absolute;
    right: -20px;
    bottom: -20px;
    /* width: 68px; */
    /* height: 48px; */
    z-index: 1;
    transition: transform 1s ease;
    transform: rotate(-15deg) scale(1);
}
.top__d{
border: 1px solid transparent;
background: linear-gradient(white, white) padding-box, linear-gradient(to right, rgba(231, 34, 118, .6), rgba(255, 190, 61, .6)) border-box;
width: 484px;
height: 570px;
border-radius: 0 80px;
/* z-index: 1;
padding: 1px; */
}
.top__d::after {
    content: '';
    position: absolute;
    width: 42px;
    height: 40px;
    background-image: url(../esg-img/Group-215.png);
    left: -20px;
    top: -17px;
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.top__d::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 56px;
    background-image: url(../esg-img/butterfly-orange-2.png.png);
    right: -50px;
    bottom: -50px;
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}
.___plant{
    position: absolute;
    right: -100px;
    top: -50px;
    z-index: 1;
    /* transform: scale(var(--scale)); */
}
.___industry {
    position: absolute;
    left: -180px;
    bottom: 50px;
    z-index: 0;
    /* transform: scale(var(--scale)); */
}
.__happyness_img {
    position: relative;
    z-index: 2;
}
/* .overview-sec{
    border-radius: 0 0 0 150px;
} */
 /* .enviroment{
    height: 100vh;
    display: flex;
    justify-content: start;
    align-items: center;
 } */
 .about-nexustrust{
    border-top-right-radius: 120px;
 }
.__happyness__content{
    display: flex;
    justify-content: start;
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: column;
}
.__happyness__content h3{
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: rgba(10, 0, 40, 1);
}
.__happyness__content p{
    font-size: 20px;
    line-height: 32px;
    color: rgba(112, 112, 112, 1);
    font-weight: 400;
}
.__happyness_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #E72276, #FFBE3D) border-box;
    width: 500px;
    height: 482px;
    border-radius: 150px 0 150px 0;
    z-index: -1;
    opacity: .6;
}
.sec-heading-title h2{
    position: relative;
    color: var(--black-color);
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    display: inline-block;
}
.sec-heading-title h2::after{
    content: '';
    right: -90px;
    position: absolute;
    margin-left: 15px;
    background: url('../esg-img/butterfly-orange-2.png.png') no-repeat center;
    width: 60px;
    height: 60px;
}
.about-nexustrust {
    padding: 100px 0;
    position: relative;
    background-color: var(--white-color);
}
.about-nexustrust{
    /* background: url('../esg-img/Group___ 213.png') no-repeat;
    background-position: 100% 0%;
    background-size: 25%; */
    position: relative;
}
.about-nexustrust::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 368px;
    height: 385px;
    background: url('../esg-img/Group___ 213.png') no-repeat;
    background-size: contain;
    background-position: center;
}
.about-content p{
    font-size: 22px;
    line-height: 32px;
    color: var(--black-color);
    text-align: justify;
}
.about-readmore a{
    padding: 5px 10px 5px 10px;
    border-radius: 0 10px;
    color: var(--black-color);
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    font-weight: 700;
    background-color: var(--yellow-orange);
}
.high-content h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
.high-content p{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.py-60{
    padding: 60px 0;
}
.py-100{
    padding: 100px 0;
}
.bg-white{
    background-color: var(--white-color);
}
.text-white{
    color: var(--white-color);
}
.purple-bfly h2::after{
    background: url('../esg-img/butterfly-blue-1.png.png') no-repeat center/contain;
    transform: rotate(-90deg);
}
.g-lg-col-6 {
    grid-template-columns: repeat(6, 1fr);
}
.br-radius{
    overflow: hidden;
}
.primary-bg-color{
    background-color: var(--primary-bg);
}
.bl-radius{
    border-bottom-left-radius: 150px;
}
.sustainability h2{
    color: var(--white-color);
}
.sustainability h2::after{
    content: none;
}
.sustainbility-content p{
    color: var(--white-color);
    font-size: 20px;
    line-height: 32px;
}
.--with-bg{
    background-color: var(--transparent-white);
    color: var(--white-color);
    border-radius: 15px 0px 15px 0px;
    min-width: 200px;
    text-align: center;
}
.sp p{
    color: var(--white-color);
    font-size: 20px;
    text-align: start;
}
.read-more{
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    background-color: var(--yellow-orange);
    padding: 5px 10px;
    border-radius: 0px 10px;
    display: inline-block;
}
.orangeTheme .sp1, .orangeTheme .green-btn{
    background-color: var(--btn-color)
}
.yellowTheme .sp1, .yellowTheme .green-btn{
    background-color: var(--yellow-orange)
}
.orangeTheme .enviroment-img::after {
    width: 60px;
    height: 60px;
    top: -45px;
    left: -48px;
    background-image: url('../esg-img/butterfly-orange-2.png.png');
    transform: rotate(270deg);
}
.orangeTheme .enviroment-img::before{
    right: 20px;
    left: auto;
    bottom: -30px;
    width: 40px;
    height: 40px;
    background-image: url('../esg-img/pink.png.png');
    transform: rotate(180deg);
}
.yellowTheme .enviroment-img::after{
    right: 0;
    top: 0px;
    width: 60px;
    height: 60px;
    background-image: url('../esg-img/butterfly-orange-2.png.png');
}
.env-components h2{
    font-size: 52px;
    line-height: 70px;
    color: var(--white-color);
    font-weight: 700;
}
.sp1{
    color: var(--white-color);
    font-size: 10px;
    line-height: 24px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--green-color);
    text-align: center;
}
.green-btn{
    background-color: var(--green-color);
}
.--text-sec{
    font-size: 19px;
    line-height: 24px;
    color: var(--white-color);
}
.min-h-110{
    min-height: 50px;
}
.max-700{
    max-width: 700px;
}
.sp-contents ul li{
    color: var(--white-color);
    font-size: 16px;
    line-height: 24px;
}
.greybtn{
    display: inline-block;
}
.__st{
    padding: 5px;
    background-color: rgba(227, 227, 227, 1);
    border-radius: 0px 10px;
}
.__st a{
    min-width: 250px;
    color: unset;
}
.text-wrap{
    color: var(--black-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.radius-icon{
    border-radius: 0 10px;
    background-color: var(--yellow-orange);
    width: 36px;
    height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
a,a:hover{
    color: unset;
}
.enviroment-img{
    position: relative;
}
.enviroment-img::after{
    content: '';
    position: absolute;
    right: -30px;
    top: 0px;
    width: 77px;
    height: 61px;
    background-image: url('../esg-img/Grouppink215.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index:0;
}
.enviroment-img::before{
    content: '';
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 135px;
    height: 107px;
    background-image: url('../esg-img/Grouporange.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index:0;
}
.download-center{
    background: url('../esg-img/Group-214.png') no-repeat;
    background-size: contain;
    background-position: top right;
}
.leadership {
    background: linear-gradient(93.22deg, #911D82 15.86%, #5B215F 106.78%);
    padding: 100px 0 0;
    /* background-image: url('../esg-img/Vector.png'); */
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: 100% 139%; */
    background-repeat: no-repeat;
}
.leadership {
    position: relative;
    overflow: hidden;
}

.leadership::after {
    content: '';
    position: absolute;
    right: -35px;
    bottom: -86px;
    background-image: url(../esg-img/Vector.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 323px;
    height: 178px;
    z-index: 0;
    transform: rotate(-2deg);
}
.ceo-message{
    padding: 0 50px;
} 
.__title h3{
    font-size: 50px;
    line-height: 70px;
    color: var(--white-color);
}
.textbox__ms{
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #F9F9F9;
    border-radius: 20px 0;
    border: 1px solid #FFBE3D;
    background-color: rgba(255, 190, 61, 0.2);
}
.textbox__ms::before {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background-image: url(../esg-img/butterfly-orange-2.png.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(-90deg);
}
.stackholder-msg h4{
    font-size: 26px;
    line-height: 39px;
    color: rgba(240, 227, 239, 1);
}
.stackholder-msg p{
    color: rgba(240, 227, 239, 1);
    font-size: 16px;
    line-height: 24px;
}
select{
    -webkit-appearance: none !important;
     -moz-appearance: none !important;
}

/* .mousewheelSlider{
    position: sticky; top: 0;
    overflow-x: hidden;
    display: flex;
    width: 300%;
  }
  .mslide{
    min-width: 100vw;
 
 } */
  .patel-1{
    position: absolute;
    top: -25%;
    right: 0;
    width: 60%;
    height: 600px;
    background-image: url('../esg-img/Petal1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
  }
 .videoSec video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
 }
 .patel-2 {
    position: absolute;
    left: -130px;
    top: 150px;
    width: 100%;
    height: 600px;
    background-image: url(../esg-img/Petal2.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
 .videoSec{
    mix-blend-mode: overlay;
 }

 .mousewheelSlider {
    width: 300%;
	height: 110vh;
	display: flex;
	flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
 }
 .main-slider .slick-dots li.slick-active button {
    background: var(--yellow-orange);
}
 .scroll-panel {
    width: 100vw;
    padding-left: 2.5%;
    /* height: 100vh; */
    z-index: 1;
}
#myTab .nav-link{
    background-color: rgba(240, 227, 239, 0.4);   
}
.__radius__w_60{
    background-color: var(--primary-bg);
}
/* .overview-sec{
    border-bottom-left-radius: 150px;
} */
.read-more:hover{
    color: var(--white-color);
}
#myTab .nav-link.active{
    position: relative;
    overflow: hidden;
    background-color: rgba(240, 227, 239, 0.4);
    color: rgba(255, 71, 0, 1) ;
}
#myTab .nav-link.active::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f0e3ef ;
    color: rgba(255, 71, 0, 1) ;
    height: 5px;
    width: 100%;
    border-bottom: 5px solid rgba(255, 71, 0, 1);
    box-shadow: 0px 2px 5.3px 0px rgba(255, 71, 0, 1);

}

@media screen and (min-width: 1023px) and (max-width: 1399px){
    .sec-heading-title h2{
        font-size: 36px;
        line-height: 44px;
    }
}
@media(min-width: 1023px){
    .__minus5{
        margin-top: -7rem;
    }
}
@media screen and (max-width: 991px) {
    .mousewheelSlider{
        height: auto;
        flex-direction: column;
    }
    .repmt-11{
        margin-top: 11px;
    }
    .nav-tabs .nav-link {
        padding: 8px 15px !important;
    }
    .nav-tabs{
        padding: 0;
        box-shadow: none !important;
    }
    .overview-sec {
        border-bottom-left-radius: 0px;
    }
    .bl-radius{
        border-bottom-left-radius: 50px; 
    }
    .scroll-panel{
        margin-bottom: 3rem;
    }
    

}
@media screen and (max-width: 991px) {
    .g-col-2{
        grid-template-columns: repeat(2, 1fr);
    }
    .enviroment-img{
        max-width: 270px;
        margin: 3rem auto;
    }
    .mousewheelSlider{
        height: auto;
        flex-direction: column;
    }
    .sec-heading-title h2{
        font-size: 28px;
        line-height: 36px;
    }
    .about-content p, .sustainbility-content p{
        font-size: 16px;
        line-height: 24px;
    }
    .env-components h2{
        font-size: 32px;
        line-height: 44px;
    }
    .sp p{
        font-size: 18px;
        line-height: 24px;
    }
    .top__d{
        width: 300px;
        height: 270px;
        margin: auto;
    }
    .___plant {
        right: -20px;
        top: -30px;
        max-width: 240px;
    }
    .___industry {
        left: -15px;
        bottom: -60px;
        width: 200px;
    }
    .overview-text h1 {
        font-size: 42px;
        line-height: 55px;
    }
    #myTab{
        margin-bottom: 5rem;
    }
    .__top_wrapper{
        padding-top: 10rem;
        padding-bottom: 5rem;
    }
    .over-subheading ul li{
        font-size: 22px;
        line-height: 33px;
    }
    .__happyness_img {
        margin-bottom: 50px;
    }
    .__happyness_img::after{
        top: -15px;
        width: 355px;
        height: 369px;
    }
    .py-100{
        padding: 50px 0;
    }
    .leadership{
        padding: 50px 0;
    }
    .ceo-message, .ceo__img{
        padding: 0 ;
    }
    .__title h3{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5rem;
        text-align: center;
    }
    .mousewheelSlider{
        width: 100%;
        display: block;
    }
    .download-center{
        background-size: 60%;
        background-position: bottom right;
    }
    .about-nexustrust{
        padding-top: 50px;
        padding-bottom: 0;
    }
}