.story-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
	position:relative;
	background-attachment:fixed;
}
.story-banner::after {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0px;
    -webkit-filter: blur(7px);
    filter: blur(0px);
    content: '';
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(360deg, #080712 0%, rgba(0, 0, 0, 0.00) 100%);
}
.who-main p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* legacy-section */
.legacy-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0px;
    margin-bottom: 100px;
}

.legacy-right {
    position: relative;
    padding-left: 32px;
}

.legacy-box {
    padding-bottom: 24px;
}

.legacy-left h2 {
    margin-bottom: 24px;
}

.legacy-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.legacy-left .main-btn {
    width: fit-content;
}

.legacy-left p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
	padding-right: 46px;
}

.legacy-right .legacy-box:last-child {
    padding-bottom: 0px;
}

.legacy-right::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.40);
    height: 70%;
    width: 1px;
    left: 0;
    top: 4%;
}

.legacy-right h6 {
    color: #FFF;
    font-family: var(--fontRobotoMd);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
    position: relative;
}

.legacy-right h6::before {
    position: absolute;
    content: url(../images/legacy-icon.svg);
    height: 24px;
    width: 24px;
    left: -7.2%;
    top: 11%;
}

.legacy-right p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* legacy-section */

/* mission-section */
.mission-section {
    padding: 100px 0px;
}

.mission-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/story-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mission-main>div {
    width: 33%;
    min-height: 430px;
}

.mission-main>div:nth-child(2) {
    order: 3;
}
.mission-main>div:last-child{
	overflow:hidden;
}
.mission-main>div:last-child img:hover{
	transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
.mission-box {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mission-box h6 {
    color: #FFF;
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.mission-box h5 {
    color: #9066F2;
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin-bottom: 16px;
}

.mission-box p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.mission-res {
    display: none;
}

/* why-section */

.why-section {
    padding-bottom: 100px;
    position: relative;
}

.why-main {
    margin: 0px 75px;
    justify-content: space-between;
    row-gap: 24px;
    text-align: center;
}

.why-main>.why-box {
    width: 32%;
}

.why-main h2 {
    margin-bottom: 44px;
}

.why-box {
    text-align: center;
    padding: 43px 30px;
    border-radius: 12px;
    border: 0.5px solid rgba(111, 86, 164, 0.30);
    background: rgba(144, 102, 242, 0.07);
    box-shadow: 0px 24px 48px 2px rgba(199, 211, 234, 0.05) inset;
}

.why-box h6 {
    color: #FFF;
    text-align: center;
    font-family: var(--fontRobotoMd);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 16px 0px 8px 0px;
}

.why-box p {
    color: rgba(189, 189, 189, 0.65);
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* why-section */


/* caertificate-section */

.certificate-section {
    padding-bottom: 100px;
}

.certificate-main h2 {
    margin-bottom: 44px;
}

.certificate-box div {
    padding: 9px;
    border-radius: 2.159px;
    border: 1.08px solid #59595F;
    background: #11101F;
}

.certificate-box h6 {
    color: #FFF;
    text-align: center;
    font-family: var(--fontRobotoMd);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 16px 0px 8px 0px;
}

.certificate-box p {
    color: #9C9B9F;
    text-align: center;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	text-transform: uppercase;
}

.certificate-main {
    text-align: center;
}

.certificate-main span.sub-heading-span-2::before {
    width: 14%;
}


/* caertificate-section */

/* schedule-section */
.schedule-main {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 24px;
}

.schedule-main .schedule-left p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 24px 0px;
}

.schedule-main h6,
.schedule-main h6 a {
    color: #F5F5F5;
    font-family: var(--fontRoboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.schedule-main h6 {
    margin-bottom: 8px;
}

.schedule-section {
    margin-bottom: 80px;
}

/* schedule-section */

@media screen and (max-width:1399px) {
    .mission-main>div {
        min-height: 378px;
    }
}
@media (max-width:1199px), (max-width:1399px) {
.legacy-right::before {
    height: 71%;
    left: 6px;
}
}
@media screen and (max-width:1199px) {
    .mission-main>div {
        min-height: 334px;
    }

    .legacy-right h6::before {
        left: -9%;
    }
	    .legacy-right::before {
        height: 69%;
        left: 6px;
    }
}

@media screen and (max-width:991px) {
	.story-banner {
    	padding: 140px 0px;
	}

    /* .mission-section */
    .mission-main>div {
        min-height: auto;
        width: 100%;
    }

    .mission-main {
        display: block;
    }

    .mission-res {
        display: block;
    }

    .mission-res img {
        width: 100%;
    }

    .mission-main>div:nth-child(3) {
        display: none;
    }

    /* .mission-section */
	
	/* 	legacy-section */
    .legacy-right h6::before {
        left: -12.2%;
    }
	.legacy-right::before {
        height: 62%;
    }
	/* 	legacy-section */
	
	
	.why-main{
		margin:0px;
	}
}

@media screen and (max-width:767px) {
    .story-banner {
        padding: 140px 0px 100px 0px;
		background-attachment:unset;
    }

    .who-main h2 {
        margin-bottom: 24px;
    }

    .who-main p {
        font-size: 14px;
        line-height: 22px;
    }

    .mission-section {
        padding: 16px 0px 40px 0px;
    }

    .mission-main {
        background: url(../images/Card.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mission-box h6 {
        font-size: 20px;
        text-align: center;
        line-height: 28px;
    }

    .mission-box h5 {
        font-size: 16px;
        text-align: center;
        line-height: 24px;
    }

    .mission-box p {
        font-size: 14px;
        text-align: center;
        line-height: 22px;
    }

    /* legacy section */
    .legacy-section {
        padding: 40px 0px;
        margin-bottom: 40px;
    }

    .legacy-right {
        padding-left: 40px;
        margin-top: 24px;
    }

    .legacy-right h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .legacy-right p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .legacy-right h6::before {
        left: -8.2%;
    }

    .legacy-left p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 24px;
		padding-right: 0px;
    }

    .legacy-right::before {
        left: 12px;
		height: 70%;
    }

    /* legacy section */

    /* why-section */

    .why-section {
        padding-bottom: 40px;
    }

    .why-main>.why-box {
        width: 48%;
    }

    .why-main>.why-box {
        width: 100%;
        padding: 24px;
    }

    .why-main h2 {
        margin-bottom: 6px;
    }

    .why-main {
        margin: 0px;
    }

    /* why-section */

    /* schedule-section */
    .schedule-main {
        background: url(../images/schedule-res-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 24px;
        text-align: center;
    }

    .schedule-main h6 {
        margin-bottom: 8px;
    }

    .schedule-main .schedule-left p br {
        display: none;
    }

    .schedule-left {
        margin-bottom: 20px;
    }

    section.schedule-section {
        margin-bottom: 32px;
    }


    /* schedule-section */

    .slick-slide {
        margin: 0 6px;
    }

    /* .certificate-section */
    .certificate-main h2 {
        margin-bottom: 24px;
    }

    .certificate-box h6 {
        color: #FFF;
        text-align: center;
        font-family: var(--fontRobotoMd);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        margin: 16px 0px 8px 0px;
    }

    .certificate-box p {
        font-size: 14px;
        line-height: 22px;
    }

    .certificate-main span.sub-heading-span-2::before {
        left: 43%;
    }

    .certificate-section {
        padding-bottom: 40px;
        overflow-x: hidden;
    }

    /* .certificate-section */
}

@media screen and (max-width: 575px) {
    .legacy-right h6::before {
        left: -8.2%;
    }
	.legacy-right::before {
        height: 70%;
    }
}

@media screen and (max-width: 500px) {
    .legacy-right h6::before {
        left: -10.2%;
    }
}

@media screen and (max-width:430px) {

    .legacy-right h6::before {
        left: -11.2%;
    }
}