/*******************Reset Css****************/
/* ----------------------------------------------------------------------------
------------------------------------------------------------------------------- */

.container-max {
    margin: 0 auto;
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
}

body {
    font-weight: normal;
    font-family: 'Helvetica Neue LT Pro';
    color: #414042;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

p,
ul li {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: 400;
    font-size: 18px;
}

h1,
.h1 {
    font-size: 80px;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 60px;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h4,
.h4 {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.mainH {
    font-size: 160px;
}

.bigH {
    font-size: 96px;
    margin-bottom: 50px;
    font-weight: bold;
}

.whiteBox {
    * {
        color: var(--white);
    }
}

.skyBox {
    * {
        color: var(--sky);
    }
}

.sdgList {
    li {
        width: 120px;

        &:not(:last-child) {
            margin-right: 10px;
            margin-bottom: 10px;
        }

        img {
            width: 100%;
        }
    }
}

.brBtm_1 {
    border-bottom: 1px solid #fff;
}

.eachIconH {
    .numMain {
        font-size: 40px;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-end;
        gap: 5px;
        font-family: 'Helvetica Neue LT Pro' !important;
        font-weight: bold !important;
    }

    .eachIconH_inn {
        padding-top: 20px;
        padding-left: 20px;
        position: relative;
        
        &::before {
            top: 0;
            left: 0;
            height: 2px;
            content: '';
            width: 80px;
            position: absolute;
            background-color: #939598;
        }

        &:after {
            top: -5px;
            left: 80px;
            height: 14px;
            width: 14px;
            content: '';
            border-radius: 50%;
            position: absolute;
            background-color: #939598;
        }

        .numMain {
            font-size: 40px;
            line-height: 1;
            font-weight: 400;
            margin-bottom: 10px;
            display: flex;
            align-items: flex-end;
            gap: 5px;
            font-family: 'Helvetica Neue LT Pro' !important;
            font-weight: bold !important;


            span {
                font-size: 20px;
                font-weight: 400;
            }

            .rupee {
                font-size: 28px;
            }
        }

        .numText {
            font-size: 18px;
            font-weight: 400;
        }

        .notiText {
            display: flex;
            font-size: 14px;
        }

        .counterText {
            padding-top: 10px;
            line-height: 0.8;
        }
    }

    .numText {
        font-family: "Montserrat", sans-serif;
        font-weight: 400 !important;
    }
}


.z_1 {
    z-index: 1;
}

.sticky {
    position: sticky !important;
    top: 80px;
}


/* image Box */
.imgBox {
    width: 100%;
    height: auto;
    transition: 0.5s;
    figure {
        width: 100%;
        display: block;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    a[data-fancybox] {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;

        /* &:after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            content: "";
            transition: 0.6s;
            border-radius: 0px;
            position: absolute;
            transform: scale(0);
            background: #006bb767;
        } */

        &:hover {
            /* padding: 10px; */

            /* &:after {
                transform: scale(1);
            } */
        }
    }
}

/* table */
.tableWrap {
    .tableInner {
        table {
            width: 100%;

            th,
            td {
                padding: 10px;
            }

            th {
                font-family: 'Syke';
                font-weight: bold;

                &.br_btm_2 {
                    border-bottom: 2px solid var(--finBlue);
                }
            }

            td {
                border-bottom: 2px solid #a2a4aa;
            }
        }
    }
}

.fixed_layout {
    table-layout: fixed;
}

.arHead {
    .arHeadT {
        font-size: 60px;
        font-family: 'Syke';
        font-weight: normal;
    }

    p {
        font-size: 24px;
    }
}

/* Common List */
.customList {
    li {
        position: relative;
        padding-left: 30px;

        &:not(:last-child) {
            margin-bottom: 12px;
        }

        &::before {
            content: '+';
            position: absolute;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            left: 0;
            top: -1px;
            font-weight: 600;
        }
    }
}

.commonList {
    li {
        padding-left: 0px;
        position: relative;

        &:not(:last-child) {
            margin-bottom: 12px;
        }

        span {
            display: inline-block;

            &.span {
                width: 14px;
                height: 14px;
                margin-right: 10px;

                &.circleBg {
                    padding-left: 10px;
                    border-radius: 50%;
                    background-color: #b2d235;
                }

                &.squareBg {
                    padding-left: 10px;
                    border-radius: 0%;
                    background-color: #008449;
                }
            }
        }

        &.df {
            align-items: flex-start;
            flex-wrap: wrap;

            .span {
                top: 6px;
                margin-right: 0;
                position: relative;
            }

            .fz_14 {
                padding-left: 10px;
                width: calc((100% - 14px));
            }
        }
    }
}

.commonHead {
    color: var(--blue);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}

.subText {
    p {
        font-size: 28px;
        font-weight: 700;
        color: #414042;
    }
}

.gradient-text {
    background: linear-gradient(90deg, #73c6ce, #1892bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text2 {
    background: linear-gradient(90deg, #1892bf, #73c6ce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*== gradient bg==*/
.blueGrad {
    background: linear-gradient(90deg, #0075b8 0%, #56b6c5 100%);
}
.greyGrad{
    background: linear-gradient(to bottom, #f3f5fb 0%, #c2daf2 100%);
}
.grad_2 {
    background: linear-gradient(to top, #0075b8 0%, #56b6c5 100%);
}

.oH {
    overflow: hidden;
}

.borderTopHead {
    padding-top: 10px;
    position: relative;

    &::before {
        width: 120px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
    }
}

.shadowBox {
    box-shadow: 0 0 10px 0px #ccccccad;
    padding: 20px;
    border-radius: 30px;
}

.revRow {
    flex-direction: row-reverse;
}
.externalIcon {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    padding: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 1600px) {
    body {
        font-size: 16px;
    }

    p,
    ul li {
        font-size: 16px;
    }

    .subText {
        p {
            font-size: 24px;
        }
    }

    .commonHead {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 40px !important;
    }

    .fz_24 {
        font-size: 22px !important;
    }

    .fz_36 {
        font-size: 30px !important;
    }

    h6,
    .h6 {
        font-size: 18px !important;
    }
}

@media (max-width: 1440px) {
    body {
        font-size: 14px;
    }

    p,
    ul li {
        font-size: 14px;
    }

    .fz_16 {
        font-size: 14px !important;
    }

    .subText {
        p {
            font-size: 20px;
        }
    }

    .commonHead {
        font-size: 35px;
    }

    h2,
    .h2 {
        font-size: 35px !important;
    }

    .fz_24 {
        font-size: 20px !important;
    }

    .fz_36 {
        font-size: 28px !important;
    }

    .textWrap {
        &.mb_50 {
            margin-bottom: 20px !important;
        }
    }

    .customList {
        li {
            padding-left: 20px;
        }
    }
}

@media (max-width: 1199px) {
    .subText {
        p {
            font-size: 18px;
        }
    }

    .commonHead {
        font-size: 30px !important;
    }

    h2,
    .h2 {
        font-size: 30px !important;
    }

    .fz_36 {
        font-size: 24px !important;
    }

    h6,
    .h6 {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .subText {
        p {
            font-size: 16px;
        }
    }

    .commonHead {
        font-size: 26px !important;
    }

    h2,
    .h2 {
        font-size: 26px !important;
    }

    .fz_24 {
        font-size: 18px !important;
    }

    .fz_36 {
        font-size: 20px !important;
    }
}



/* ------------investor info------------ */
.investorIcon {
    bottom: auto;
    top: 20px;
    right: 20px;
    width: 70px;
    padding: 8px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
    transition: 0.6s;
    text-align: center;
    border-radius: 10px;
    background-size: 130px;
    border: 1px solid var(--blue);
    background-repeat: no-repeat;
    background-position: center center;
    animation: pulse 2s infinite;

    img {
        width: 75px;
        display: inline-block;
        filter: brightness(1) invert(1);
    }
}

@keyframes pulse{
    0% {
    box-shadow: 0 0 0 0px #006bb700;
    }
    50% {
        box-shadow: 0 0 0 20px rgba(0, 107, 183, 0.281);
    }
    100% {
        box-shadow: 0 0 0 0px #006bb700;
    }
}

.investorInfo {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    display: none;
    background-color: #fff;
    .investorInfoInner {
        top: 50%;
        left: 50%;
        width: 640px;
        padding: 30px;
        margin: 0 auto;
        position: absolute;
        border: 2px solid var(--blue);
        transform: translate(-50%, -50%);
    }
}
.scanTextBox {
    .scanTextBoxInner {
        display: flex; align-items: center;
        figure {
            width: 100px;
            display: flex;
            padding: 1px;
            align-items: center;
            justify-content: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            box-shadow: 0px 0px 3px #006bb7e8;
            background-image: url(../images/investorBg.png);

            img {
                width: 100%;
                position: relative;
                display: inline-block;
            }
        }
        .scanTextWrap{
            padding-left: 15px;
            width: calc(100% - 100px);
        }
    }
}
/* ------------investor info------------ */





/* Pagination */
.paginationWrap {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin: 0 auto;
    padding: 20px calc(((100% - 1600px) / 2) + 15px) 20px;
    background: #006bb715;
    border-top: 2px solid #006cb7;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    margin-top: 30px;
}

.paginationWrap .leftWrap,
.paginationWrap .rightWrap {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 26px;
    border: 1px solid rgba(0, 108, 183, .16);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fafd 100%);
    box-shadow: 0 14px 34px -22px rgba(0, 44, 75, .55);
    transition: transform .45s cubic-bezier(.2, .7, .3, 1), box-shadow .45s ease, border-color .45s ease;
}

.paginationWrap .rightWrap {
    flex-direction: row-reverse;
    text-align: right;
}

/* soft glow that trails the pointer (--mx / --my are set by custom.js) */
.paginationWrap .leftWrap::before,
.paginationWrap .rightWrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(103, 200, 199, .28), rgba(103, 200, 199, 0) 62%);
    transition: opacity .45s ease;
}

/* accent rule that wipes in from the arrow side */
.paginationWrap .leftWrap::after,
.paginationWrap .rightWrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--teal));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .5s cubic-bezier(.2, .7, .3, 1);
}

.paginationWrap .rightWrap::after {
    transform-origin: right center;
}

.paginationWrap .leftWrap:hover,
.paginationWrap .rightWrap:hover,
.paginationWrap .leftWrap:focus-within,
.paginationWrap .rightWrap:focus-within {
    transform: translateY(-4px);
    border-color: rgba(0, 108, 183, .38);
    box-shadow: 0 26px 46px -26px rgba(0, 44, 75, .6);
}

.paginationWrap .leftWrap:hover::before,
.paginationWrap .rightWrap:hover::before {
    opacity: 1;
}

.paginationWrap .leftWrap:hover::after,
.paginationWrap .rightWrap:hover::after,
.paginationWrap .leftWrap:focus-within::after,
.paginationWrap .rightWrap:focus-within::after {
    transform: scaleX(1);
}

/* arrow button */
.paginationWrap .pagination {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue2) 100%);
    box-shadow: 0 10px 20px -12px rgba(0, 108, 183, .95);
    transition: transform .45s cubic-bezier(.2, .7, .3, 1), box-shadow .45s ease;
}

.paginationWrap .pagination i {
    transition: transform .45s cubic-bezier(.2, .7, .3, 1);
}

.paginationWrap .leftWrap:hover .pagination i {
    transform: translateX(-4px);
}

.paginationWrap .rightWrap:hover .pagination i {
    transform: translateX(4px);
}

.paginationWrap .leftWrap:hover .pagination,
.paginationWrap .rightWrap:hover .pagination {
    box-shadow: 0 16px 26px -12px rgba(0, 108, 183, .95);
}

/* label + chapter title */
.paginationWrap .pagiNav {
    min-width: 0;
}

.paginationWrap .pagiLink {
    display: block;
    text-decoration: none;
}

/* the whole card is the hit area */
.paginationWrap .pagiLink::after {
    content: "";
    position: absolute;
    inset: 0;
}

.paginationWrap .pagiLabel {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--grayDk);
}

.paginationWrap .pagiText {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--gray2);
    transition: color .35s ease;
}

.paginationWrap .leftWrap:hover .pagiText,
.paginationWrap .rightWrap:hover .pagiText {
    color: var(--blue);
}

.paginationWrap .pagination:focus-visible,
.paginationWrap .pagiLink:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 3px;
}

/* keyboard hint injected by custom.js */
.paginationWrap .pagiHint {
    flex: 0 0 auto;
    align-self: center;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--grayDk);
}

.paginationWrap .pagiHint kbd {
    min-width: 30px;
    padding: 5px 8px;
    border: 1px solid rgba(0, 108, 183, .25);
    border-bottom-width: 2px;
    border-radius: 7px;
    background: var(--white);
    color: var(--blue);
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.paginationWrap .pagiHint kbd.is-down {
    transform: translateY(2px);
    background: var(--blue);
    color: var(--white);
}

/* reveal on first scroll into view */
.paginationWrap.js-reveal .leftWrap,
.paginationWrap.js-reveal .rightWrap,
.paginationWrap.js-reveal .pagiHint {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .3, 1);
}

.paginationWrap.js-reveal.is-inview .leftWrap,
.paginationWrap.js-reveal.is-inview .rightWrap,
.paginationWrap.js-reveal.is-inview .pagiHint {
    opacity: 1;
    transform: none;
}

.paginationWrap.js-reveal.is-inview .rightWrap {
    transition-delay: .12s;
}

.paginationWrap.js-reveal.is-inview .pagiHint {
    transition-delay: .24s;
}

/* pressed state while the page navigates away */
.paginationWrap .leftWrap.is-firing,
.paginationWrap .rightWrap.is-firing {
    transform: scale(.975);
    border-color: var(--blue);
}

.paginationWrap .leftWrap.is-firing .pagination i {
    transform: translateX(-14px);
}

.paginationWrap .rightWrap.is-firing .pagination i {
    transform: translateX(14px);
}

@media (max-width: 1628px) {
    .paginationWrap {
        padding: 30px 15px;
    }
}

@media (max-width: 1366px) {
    .paginationWrap .leftWrap, .paginationWrap .rightWrap {
        padding: 10px 15px;
    }
    .paginationWrap .pagiLabel{
        font-size: 10px;
    }
    .paginationWrap .pagiText{
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .paginationWrap {
        gap: 16px;
    }

    .paginationWrap .leftWrap,
    .paginationWrap .rightWrap {
        gap: 14px;
        padding: 18px 18px;
    }

    .paginationWrap .pagination {
        width: 46px;
        height: 46px;
        font-size: 15px;
    }

    .paginationWrap .pagiText {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .paginationWrap {
        padding: 20px 15px;
        flex-direction: column;
    }

    .paginationWrap .leftWrap, .paginationWrap .rightWrap{
        overflow: visible;
    }

    .paginationWrap .rightWrap {
        flex-direction: row;
        text-align: left;
        flex-direction: row-reverse;
    }

    .paginationWrap .rightWrap::after {
        transform-origin: left center;
    }
}

@media (prefers-reduced-motion: reduce) {

    .paginationWrap .leftWrap,
    .paginationWrap .rightWrap,
    .paginationWrap .pagination,
    .paginationWrap .pagination i,
    .paginationWrap .pagiText {
        transition: none;
    }

    .paginationWrap .leftWrap:hover,
    .paginationWrap .rightWrap:hover {
        transform: none;
    }
}
