:root {
    --red: rgba(219, 44, 29, 1);
    --blue: rgba(35, 85, 108, 1);
}

.sustainable1 {
    position: relative;
    margin-top: 94px;
    /*background:
        linear-gradient(180deg, #FFFFFF 0%, rgba(182, 183, 188, 0) 44.84%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 52.6%, #101820 100%);
        background:
        linear-gradient(180deg, #FFFFFF 0%, rgba(182, 183, 188, 0) 44.84%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 52.6%, #101820 100%),
        url(../sustainableImages/sustainbanner.jpg);*/
}
.sustainable1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
    );
    border-radius: 16px;
}
.fbbg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #101820 50%);
}

.sustainbannerHeading {
    text-align: center;
    margin-top: 60px;
}

.mheading1 {
    color: var(--red);
    font-family: 'gt_super_displaymedium', serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.03em;

}

.sustainbannerText {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 360px 0 160px;
}
.sustainable1 {
    /* banner img height 
    min-height: 1037px;*/
    min-height: 800px; 
}

.sustainable1 .sustainbannerText {
    margin: 10px 0 160px;
}

.mheading2 {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;max-width: 700px;
    margin: 0 auto;
}

.sustainable2 {
    /*background: var(--blue);*/
    padding: 70px 0;
}

.sustainable2TopText {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.sustainable2TopTextPara {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    display: table;
    color: #000;
}

.mheading1bold {
    font-family: 'gt_super_displaymedium', serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
}

.mheading1bold strong {
    font-weight: 900;
}

.fourpill {
    display: flex;
    gap: 50px;
    margin-top: 60px;
}

.fourpill .pillcardimg, .fourpill .pillcardimg img {
    width: 100%;
}

.fourpill .slick-arrow svg {
    display: block;
    margin: auto;
    height: 48px;
    width: 48px;
    fill: #707070;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
}
.fourpill .slick-next {
    right: -92px;
}
.fourpill .slick-prev {
    left: -92px;
}

.fourpill .slick-slide {
    margin: 0 10px;
}
.fourpill .slick-list {
    margin: 0 -10px;
}

.pillcard {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #000;
}

.pillcardtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.03em;
    text-align: left;
    height: 60px;
    margin-bottom: 20px;
}

.pillcardtext {
    font-size: 12px;
    height: 40px;
    margin-bottom: 20px;
}

.pillcardimg img {
    border-radius: 16px;
    max-width: 100%;
}

.pillcard button.redBtn {
    outline: 0;
    border: none;
    margin-top: 25px;
}

.sustainable4 {
    padding: 70px 0;
}

.Join {
    display: flex;
    gap: 48px;
    align-items: center;
}

.vidsec {
    width: 64%;
    flex: 1 0 auto;
    position: relative;
}

.vidbox {
    width: 100%;
    padding: 56.25% 0 0 0;
    position: relative;
    margin-bottom: 0;
}

.vidbox iframe,
.vidbox video {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

.vedsectextTitle {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.03em;
    text-align: left;
    color: rgba(16, 24, 32, 1);
}

.vedsectextTitle span {
    color: var(--red);
}

.conttnt {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.03em;
    text-align: left;
    color: rgba(112, 112, 112, 1);

}

.vidtttext {
    padding-top: 10px;
    text-align: center;
    color: rgba(112, 112, 112, 1);
}

.activTitle {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(16, 24, 32, 1);
}

.activTitle strong {
    font-weight: 900;
}

.sustainable5 {
    padding: 70px 0;
}


.slidersec {
    margin-top: 50px;
}

.slidersec .slick-arrow svg {
    display: block;
    margin: auto;
    height: 48px;
    width: 48px;
    fill: #707070;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.slidersec .slick-next {
    right: -92px;
}
.slidersec .slick-prev {
    left: -92px;
}


.slidersec-sliderItem {
    display: flex !important;
    gap: 100px;
    justify-content: space-between;
}

.sliderItemBox {
    display: flex;
    flex-direction: column;
    gap: 60px;
    flex: 1;
}
.slidersec-slider .sliderItemBox {
    flex-direction: unset;
}

.countsec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 130px;
}

.countboxTitle {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 83px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #fff;
}

.countbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-basis: 33.33%;
    gap: 35px;
}

.counBoxtxtBox {
    align-items: center;
    color: #fff;
    text-align: center;
}

.counBoxtxtBoxttx {
    color: #fff;font-size: 20px;
}

.counBoxtxtBoxYear {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.005em;
}

.sustainable7 {
    padding: 70px 0;
    background: rgba(245, 250, 252, 1);
}
p.counBoxtxtBoxttx.text-center.year{
    padding: 60px 0px 20px;
}
@media only screen and (max-width: 767px) {
    .slidersec-slider .sliderItemBox {
        flex-direction: column;
        gap: 40px;
    }

    .fourpill .slick-next,
    .slidersec .slick-next {
        right: -20px;
    }
    .fourpill .slick-prev,
    .slidersec .slick-prev {
        left: -20px;
    }
    .pillcardtitle {
        height: unset;
    }
    .mt-50 {
        margin-top: 50px;
    }

    .countbox{
        flex-basis: 33.33%;
        gap:15px;
    }
    .countboxTitle{
        font-size: 50px;
    }
    .countsec{
        margin-top: 10px;
        flex-direction: column;
        align-items: center;
    }


}
.slidersec-slider .sliderItemBox .content {
    display: unset;
    padding-top: 0;
    margin: unset;
}

.imgplace img {
    max-width: 100%;
    border-radius: 32px;
}

.sldrTitle {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: -0.03em;
    text-align: left;
    color: rgba(16, 24, 32, 1);
}

.sldrTitle strong {
    font-weight: 900;
}

.sldrPara {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
    color: rgba(112, 112, 112, 1);
}

.sustainable6 {
    padding: 40px 0 30px;
    background:
        url(../sustainableImages/fpbg.jpg);
    background-size: cover; background-position: center center;
}
@media only screen and (min-width: 1560px) {
    .sustainable6 {padding: 130px 0 120px;}
}

.fpo {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(16, 24, 32, 1);
}



.colorBbl {
    color: rgba(16, 24, 32, 1);
}

.text-left {
    text-align: left;
}

.sustainable7 .vidsec {
    width: 56%;
}

.sustainable7 .vedsectext {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.sustainable8 {
    padding: 0 0 70px;
}
.sustainable8 .table-wrapper {
    overflow-x: auto;
}

.heading1WithRed {
    font-family: 'gt_super_displaymedium', serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
}

.heading1WithRed span {
    color: var(--red);
}

.pprTable {
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
}


.pprTable tbody tr {
    border-bottom: solid 1px #f1f1f1;
    box-sizing: border-box;
}

.pprTable thead th {
    white-space: nowrap;
}

.pprTable thead tr th,
.pprTable tbody tr td {
    box-sizing: border-box;
    padding: 20px;

}

.pprTable thead tr th:first-child,
.pprTable tbody tr td:first-child {
    box-sizing: border-box;
    padding-left: 0;
    min-width: 250px;

}

.pprTable thead tr th:last-child,
.pprTable tbody tr td:last-child {
    box-sizing: border-box;
    padding-right: 0;

}

.progressContainer {
    background: rgba(217, 217, 217, 1);
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: flex;
    width: 360px;
}

.proressBar {
    position: relative;
    animation: load 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    background: var(--red);
    height: 70px;
    /* width: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.proressBar label {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.03em;
    color: #fff
}

/* @keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 68%;
    }
} */

p.trackTitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
}

.dataYear {
    text-align: center;
    font-size: 18px;
}
.dataText {font-size: 18px;}
.dataTitle {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(35, 85, 108, 1);

}

.sustainable9 {
    padding: 50px 0 70px;
}

.CertificationContainer {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.CertificationContentBox {
    margin-top: 40px;
}

.cirtificationCard {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.certiTitle {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
}

.cerText {
    text-align: center;
    margin: 30px auto;
}

.CertificationContentBox {
    display: flex;
    gap: 50px
}

.cirtificationCardImgBox img {
    max-width: 100%;
    border-radius: 32px;
}

.sustainable3 {
    padding: 70px 0 90px;
    background: rgba(242, 242, 242, 1);
}

.sustainable3.mobile-only .focusBlockRow .focusBlock {
    width: 100%;
}
.colmhead h2{font-size:44px;}
.ffcHeading {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}

.focusBlockContainer {
    padding-left: 0;
    padding-right: -25px;
    /* display: flex;
    flex-direction: column;
    gap: 30px; */
}

.focusBlockRow2 {
    margin-top: 30px;
}

.focusBlockRow2 .focusBlock {
    justify-content: flex-end;
}

.focusBlockRow {
    display: flex;
    gap: 30px
}


.focusBlock {
    height: 425px;
    border-radius: 16px;
    background: rgba(35, 85, 108, 1);
    display: flex;
    padding: 25px;
    display: flex;
    align-items: end;
    position: relative;
    background-size: cover;
}

.focusBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 90%,
    rgba(0, 0, 0, 0) 100%
    );
    border-radius: 16px;
}

.focusBlock .blockttl {
    position: relative;
    z-index: 2;
}

.focusBlock p {
    color: #ffffff;direction: ltr;
    font-size: 14px;font-family: "Poppins", sans-serif;text-transform: none;letter-spacing: 0px;
}

.focusBlock1 {
    height: 425px;
    border-radius: 16px;
    background: rgba(35, 85, 108, 1);
    display: flex;
    padding: 25px;
    display: flex;
    align-items: end;
}

.blockttl {
    font-family: 'gt_super_displaymedium', serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.blockItemrow {
    display: flex;
    gap: 25px;
    margin-right: 25px;
}

.focusBlock:nth-child(odd) {
    /* width: calc(60% - 13px); */
    max-width: 420px;
    min-width: 420px;
    /* width: 536px; */
}

.focusBlock:nth-child(even) {
    /* width: calc(40% - 13px); */
    max-width: 536px;
    min-width: 536px;
    /* width: 536px; */
}

/* .focusBlockRow1 .slick-slide  {
    width: 400px !important;
} */
/* .focusBlockRow1 .focusBlock {
    width: 100%;
} */

.focusBlock1:nth-child(even) {
    width: calc(60% - 13px);
}

.focusBlock1:nth-child(odd) {
    width: calc(40% - 13px)
}

.focusBlock1 {
    width: 100px;
}

.focusBlock2 {
    min-width: 750px;
    flex: 1;
}

.focusBlock3 {
    min-width: 320px;
    flex: 1;
}

.focusBlock4 {
    width: 270px;
}

.desktop-only {
    @media only screen and (max-width: 992px) {
        display: none;
    }
}
.mobile-only {
    @media only screen and (min-width: 992px) {
        display: none;
    }
}


.tracking-progress {
    padding: 0 0 70px;
    margin-bottom: 0;
}
h2.subhead{
    margin-bottom: 30px;
}
h2.subhead > p{
    margin: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: left;
}
h2.subhead > p strong{
    color: #db2c1d;
}
#oimgx img{
    width:477px; 
    height: 404px;  
    border-radius: 16px;
}

.leader-governance .temp24-tItemHead img{
    display: none;
}

@media only screen and (max-width: 767px) {
    .slidersec-sliderItem{
        margin-bottom: 0;
    }
    .tracking-progress {
        padding: 40px 0;
        margin-bottom: 0;
    }
    .tracking-progress  .vidBlok > .ddasd.invest{
        margin-top: 0;
    padding-top: 0;
    }
    .mt-50.mob-padd{
        margin-top: 0;
    }
    .tracking-progress .temp40-txt.mt-50{
        margin-top: 10px;
    } 
    .sustainable6{
        background-position: right;
    }
    .mheading1bold, .fpo, .heading1WithRed, .whyPeanut-7 h2{
        font-size: 60px;
    }
    .ffcHeading, .temp35-left h2 p, .activTitle{
        font-size: 50px;
    }
    .colmhead h2, h2.subhead > p{
        font-size: 45px;
        line-height: 130%;
    }
    .sldrTitle{
        font-size: 40px;
    }
    .sustainability .temp19-txt h2{
        font-size: 50px;
    }
    .sustainability  .eventslider .slick-prev{
        left: 0;
    }
    .sustainability  .eventslider .slick-next{
        right: 0;
    }
    .sustainability  .eventslider .slick-slide img{
        margin: 0 auto;
    }
    /*-----Investor Page-----*/
    .mystyle .inv-news-slider .temp44-aItemLink{
        margin-top: 70px;
    }
    #oimgx img{
        width: 100%!important;
        height: auto!important;
    }
    .lnt{
        gap: 20px;
        margin-top: 20px;
    }
    h6.lft_h6{
        font-size: 60px !important;
    }
    
}
