*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Amplitude-Regular';
}
h1, h2, h3, h4, h5, h6, p, ul, li, figure {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 60px;
    line-height: 1.1;
    color: var(--purple);
}
h2 {
    font-size: 50px;
    margin-bottom: 30px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 22px;
}
p {
    font-size: 23px;
    line-height: 1.2;
}
a, a:hover {
    text-decoration: none;
}

h1, h2, .banner-btn a, .elig h5,
.intern-sec h5, .design-txt p b,
.programme-table-sec thead th,
.join-box h3, .phase-txt h4,
.pillar-txt h5, .outcome-sec h5,
.career-box h4, .career-txt p,
.bank-box a, .bank-box p, .info-sec h6 {
    font-family: 'Amplitude-Bold';
}

:root {
    --black: #000;
    --white: #fff;
    --orange: #f37021;
    --purple: #671773;
    --peach: #fef7f4;
    --violet: #f0eaf3;
}

@font-face {
  font-family: 'Amplitude-Bold';
  src: url('../fonts/Amplitude-Bold.ttf');
}
@font-face {
  font-family: 'Amplitude-Regular';
  src: url('../fonts/Amplitude-Regular.ttf');
}

section {
    padding: 80px 0;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

/* header css start */
header {
    background: url(../images/banner-nw.webp) center center no-repeat;
    background-size: cover;
    height: auto;
    padding: 30px;
}

.logo-sec img {
    width: 430px;
}

.banner-sec {
    margin-top: 100px;
}

.banner-sec,
.banner-btn a,
.eligint,
.programme-table-sec thead th,
.join-sec, .phase-txt,
.outcome-sec, footer {
    color: var(--white);
}

.banner-txt p {
    border-top: 1px solid var(--black);
    width: fit-content;
    padding-top: 20px;
    margin: 20px 0 30px;
    color: var(--black);
}

.banner-txt p,
.banner-btn a {
    font-size: 23px;
}

.banner-btn a {
    display: inline-block;
    background: var(--orange);
    padding: 5px 10px;
}

.banner-btn a:last-child {
    background: var(--purple);
    color: var(--white);
    margin-left: 10px;
}
/* header css end */

/* eligint css start */
.eligint {
    padding: 30px 0;
}

.eligint, .join, footer {
    background: var(--purple);
}

.elig-sec, .elig, .intern-sec,
.career-box-sec, .career-box,
.bank-box-sec, .footer-sec,
.info-txt {
    display: flex;
}

.elig-sec {
    border-bottom: 2px solid #c6a8ca;
    margin-bottom: 20px;
}

.elig {
    border-right: 2px solid #a97cb0;
    padding-right: 40px;
    margin-right: 40px;
    padding-bottom: 20px;
}

.elig {
    flex: 1;
}

.elig:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.elig, .intern-sec,
.career-box {
    gap: 20px;
}

.intern-sec,
.elig,
.design .row,
.career-box {
    align-items: center;
}
/* eligint css end */

/* design css start */
.design, .pillar {
    background: var(--peach);
}

/* .design-txt-sec {
    padding-left: 80px;
} */
.design-txt-sec h2,
.programme h2,
.programme-table-sec tbody th,
.phase-hd, .pillar-txt h5,
.career-sec h2 {
    color: var(--purple);
}

.design-txt p:first-child {
    margin-bottom: 20px;
}

.design-img figure {
    height: 520px;
}

.design-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* design css end */

/* programme css start */
.programme h2,
.join-sec,
.phase-hd,
.join-box h3,
.join-img img,
.pillar-sec,
.outcome-sec,
.career-sec,
.career-txt,
.growth-sec,
.bank-sec {
    text-align: center;
}

.programme-table-sec table,
.programme-table-sec th,
.programme-table-sec td {
    border: 2px solid var(--purple);
    margin-bottom: 0;
}

.programme-table-sec thead th {
    width: 50%;
    background: var(--purple);
    border: none;
    font-size: 20px;
}

.programme-table-sec th,
.programme-table-sec td {
    padding: 15px 20px;
    font-size: 20px;
}

.programme-table-sec td {
    color: var(--black);
}
/* programme css end */

/* join css start */
.join-sec h2 {
    border-bottom: 2px solid var(--white);
    width: fit-content;
    margin: 0 auto 15px;
    padding-bottom: 15px;
}

.join-slider {
    margin-top: 50px;
}

.join-slider .slick-slide {
    padding: 100px 15px 0 0;
}

.join-box {
    background: var(--white);
    border-radius: 20px;
    padding: 20px 25px;
    min-height: 300px;
}

.join-box h3 {
    font-size: 26px;
}

.join-box h3, .phase-txt h4,
.career-box h4 {
    line-height: 1.1;
}

.join-img {
    margin: -85px auto 30px;
}

.join-img img {
    width: 130px;
    margin: 0 auto;
}
/* join css end */

/* phase css start */
.phase-txt,
.outcome-sec {
    background: var(--orange);
    padding: 15px 20px;
}

.phase-txt h4,
.pillar-txt h5 {
    margin-bottom: 15px;
}

.phase-sec img,
.growth-img img {
    width: 100%;
}

.phase-txt {
    min-height: 185px;
}
/* phase css end */

/* pillar css start */
.pillar-diam, .info-sec h6 {
    position: relative;
}
.pillar-txt-sec {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.pillar-txt {
    position: absolute;
    top: 50%;
    left: 130px;
}

.pillar-txt:nth-of-type(2) {
    left: 40%;
}

.pillar-txt:nth-of-type(3) {
    left: 71%;
}

.outcome-sec {
    padding: 10px;
    border-radius: 15px;
    margin-top: 50px;
}
/* pillar css end */

/* career css start */
.career-sec h2,
.bank-sec h2 {
    margin-bottom: 0;
}
.career-sec p,
.bank-sec p {
    border-top: 2px solid var(--black);
    width: fit-content;
    margin: 15px auto 0;
    padding-top: 15px;
}

.career-box-sec {
    margin-top: 50px;
}

.career-box {
    flex: 1;
    box-shadow: 
    inset 60px 0 60px -60px rgba(0,0,0,0.15),   /* left fade */
    inset -60px 0 60px -60px rgba(0,0,0,0.15);  /* right fade */
    padding: 40px 0;
}

.career-txt {
    margin-top: 50px;
    position: relative;
}

.career-txt::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 2px;
    background: var(--purple);
    left: 35%;
    margin-top: 10px;
}
/* career css end */

/* growth css start */
.growth {
    background: var(--violet);
    padding-bottom: 120px;
}

/* .growth-box {
    box-shadow: 0 0 50px 20px rgba(204,199,207,0.8);
} */
.growth-box p {
    background: var(--white);
    padding: 20px 20px 30px;
    border-radius: 0 0 20px 20px;
}

.growth-slider .slick-slide {
    padding-right: 30px;
}
/* growth css end */

/* bank css start */
.bank {
    margin-top: -50px;
}

.bankSec {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 0 50px 5px rgba(204,199,207,0.8);
    padding: 50px;
}

.bank-box-sec {
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}

.bank-box {
    border: 2px solid var(--orange);
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    width: 30%;
}

.bank-box a,
.bank-box p {
    font-size: 20px;
    color: var(--black);
}
/* bank css end */

/* footer css start */
footer {
    padding: 120px 0 80px;
    margin-top: -50px;
}

.footer-sec {
    justify-content: space-between;
}

.ftr-logo img {
    width: 370px;
}

.info-sec h6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.info-sec h6::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #ece2ed;
    left: 0;
    bottom: 0;
}

.info-txt {
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.info-txt:last-child {
    margin-bottom: 0;
}

.info-txt img {
    width: 30px;
}

.ftr-txt {
    margin-top: 50px;
}

.ftr-txt p:first-child {
    margin-bottom: 10px;
}
/* footer css end */

/* form css */
.form-sec {
    position: fixed;
    top: 9%;
    right: 0px;
    width: 320px;
    background: var(--purple);
    padding: 13px 24px 20px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
    height: 460px;
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.slide-righta.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.hides.form-sec {
    transform: translatex(120%);
    transition: .3s all;
}

.adm-txt h3 {
    font-size: 27px;
    color: #fff;
}

.adm-txt h4 {
    font-size: 21px;
    color: #000000;
}

.adm-txt {

    color: #000;
    text-align: center;
    margin-bottom: 12px;
    line-height: 30px;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
}

.form-sec .form-group {
    position: relative;
    padding-left: 20px;
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 21px;
}

.form-sec .form-group::before {
    position: absolute;
    content: "";
    background-image: url(form-icon.png);
    width: 30px;
    height: 40px;
    background-position: -3px -11px;
    top: 7px;
    left: 4px;
}

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #fff;
    border-radius: 0;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-label .checkmark::after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: -1px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fff;
    line-height: 19px;
}

.sbt {
    border: solid 1px var(--form-submit-button);
    border-radius: 0;
    padding: 8px 20px;
    color: #000;
    font-weight: bold;
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #fff;
}

.input {
    border: none;
    padding: 0;
    height: 30px;
    width: 100%;
    border-radius: 0;
    font-size: 13px;
    color: #000000;
    background: rgb(255 255 255);
    outline: 0;
    font-weight: 600;
}

::placeholder {
    color: #000000;
}

.form-sec.show.slide {
    right: 40px;
}

.form-sec.show {
    position: fixed;
    right: -940px;
    left: auto;
    transition: all 0.5s;
    z-index: 99;
    top: 48%;
    margin-top: -203px;
}

.topenq1.mobile {
    display: none;
}

.topenq {
    right: 0px;
    transform: rotate(90deg) translatey(-39px);
}

.topenq {
    position: fixed;
    top: 40%;
    right: -55px;
    transform: rotate(90deg);
    overflow: hidden;
    z-index: 300;
    background-color: var(--enquiry-button-background-color);
    color: #fff;
    outline: none;
    z-index: 999;
}

.topenq a:hover {
    outline: none;
    border: none;
    background: var(--purple);
}

.topenq a {
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--purple);
    text-decoration: none;
}

.error {
    color: #000000;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
    font-family: 'Gothamlight';
}

@media (max-width: 576px) {

    .banner-txt h3 {
        font-size: 22px;
    }
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        height: 480px;
    }

    .form-sec .close {
        display: none;
    }

    .slide-righta .form-sec {
        right: 0;
        display: none;
    }

    .topenq {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
    }

    .topenq1.mobile {
        display: block;
    }

    .topenq.desktop {
        display: none;
    }

    .topenq1 {
        position: fixed;
        top: auto;
        top: initial;
        width: 100%;
        right: auto;
        right: initial;
        transform: none;
        transform: initial;
        overflow: hidden;
        z-index: 300;
        bottom: 0;
        z-index: 9999;
    }

    .special_item:focus-visible {
        outline: none;
    }

    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: var(--purple);
        padding: 15px;
        transition: all 0.3s ease;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none;
        border: 2px solid #fff;
    }

    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }

    .admission {
        margin-top: 0rem;
    }
}
/* form css end */