* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: "Raleway", sans-serif;
}

.navbar {
    padding: 2% 0;
}

.navbar a {
    color: #FFF;
}

.navbar .nav-link.active {
    color: #FF3CBC;
    font-weight: 600;
}

.navbar-collapse {
    flex-grow: initial;
}

.navbar .navbar-brand {
    width: 8%;
}

.header {
    background-image: url('../assets/images/slide3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.heroSection {
    color: #FFF;
    padding: 10% 0;
}

.heroSection h2 {
    text-align: left;
    font-size: 60px;
    font-weight: 900;
    font-style: normal;
    line-height: 66px;
    letter-spacing: 0px;
    padding: 0% 20% 2% 0.5%;
}

.heroSection p {
    max-width: 500px;
    align-self: flex-start;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    line-height: 32.4px;
    letter-spacing: 0px;
    padding: 0px 0px 0px 10px;
    margin: -3px 0px 0px 0px;
}

.primaryText {
    color: #ff3cbc;
    font-weight: 900;
}

.middleBanner {
    padding: 90px 15px 113px 15px;
    background-image: url('../assets/images/middleBanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.middleBanner h2 {
    color: #FFF;
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    line-height: 70.56px;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}

.middleBanner p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 34px;
    letter-spacing: 0px;
    max-width: 970px;
    margin-bottom: 0;
}

.infoSection {
    padding: 85px 15px 110px 15px;
}

.infoSection .infoBox {
    padding-right: 4rem;
}

.infoSection .infoBox .icon {
    color: #4911FF;
    margin-bottom: 1rem;
}

.infoSection .infoBox .icon i {
    font-size: 3rem;
}

.infoSection .infoBox .infoBoxTitle {
    color: #000000;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    line-height: 42.9px;
    letter-spacing: 0px;
}

.infoSection .infoBox .infoDescription {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: 26.4px;
    letter-spacing: 0px;
}

.desciplinesSection {
    background-image: url('../assets/images/bg_pic4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 81px 0px 97px 0px;
}

.desciplinesSection .sectionTitle h2,
.teamSection .sectionTitle h2 {
    text-align: center;
    color: #FFF;
    font-size: 48px;
    font-weight: 900;
    line-height: 70.56px;
    letter-spacing: 0px;
    margin-bottom: 4rem;
}

.desciplinesSection .desciplinesBox .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.125rem;
    color: #4911FF;
    margin-bottom: 1.125rem;
}

.desciplinesSection .desciplinesBox .title {
    font-size: 30px;
    font-weight: 900;
    line-height: 42.9px;
    letter-spacing: 0px;
    color: #FFF;
}

.desciplinesSection .desciplinesBox .description {
    font-size: 12px;
    color: #FFF;
    margin-bottom: 0;
}

.editionSection {
    background-image: url('../assets/images/bg_pic3.webp');
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 106px 15px 118px 15px;
}

.editionSection .title {
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    line-height: 60px;
    letter-spacing: 0px;
}

.editionSection .editionBox {
    background-color: #FFF;
    border: 1px solid #F4F1FF;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #F4F1FF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 23px 37px 35px 35px;
}

.editionSection .editionBox:hover {
    border-color: rgba(2, 1, 1, 0);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

.editionSection .editionBox h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 68.64px;
    letter-spacing: 0px;
}

.editionSection .editionBox.firstBox h3 {
    color: #4911FF;
}

.editionSection .editionBox.secondBox h3 {
    color: #00EDF0;
}

.sponsorsSection {
    background-color: #F8F8F8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 15px 85px 15px;
}

.sponsorsSection h3 {
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #000;
    text-align: center;
    margin-bottom: 2.5rem;
}

.col-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
}

.col-desk-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666%;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
}

.brands-list__item-img-wrap {
    text-align: center;
}

.teamSection {
    background-image: url('../assets/images/bg_pic5.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 103px 15px 123px 15px;
}

.teamSection .sectionTitle p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 34px;
    letter-spacing: 0px;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}

.teamCard {
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    border: 0;
}

.teamCard .cardBody h3 {
    padding: 35px 0px 0px 0px;
    text-align: center;
    margin: 10px 0;
}

.teamCard .card-img-top {
    border-bottom: 1px solid #F8F8F8;
}

.teamCard .cardBody h3 a {
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
    line-height: 55.44px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.teamCard .cardBody h3 a:hover {
    color: #FF3CBC;
}

.teamCard .cardBody .teamLeader {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.teamCard .cardBody .teamDesc {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    padding: 0px 0px 5px 0px;
    align-self: center;
    text-align: center;
}

.ctaSection {
    padding: 93px 15px 0px 15px;
    text-align: center;
}

.ctaSection h2 {
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    line-height: 70.56px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.ctaSection .lastChild {
    margin-bottom: 60px;
}

.footerSection {
    padding: 73px 15px 102px 15px;
}

.footerSection .footerCol h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 42.9px;
    color: #000;
}

.footerSection .footerCol p {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 26.4px;
    margin-bottom: 0;
}

.footerSection .footerCol ul {
    list-style: none;
    padding-left: 0;
}

.footerSection .footerCol ul li {
    margin-bottom: 1rem;
}

.footerSection .footerCol ul li a {
    color: #FF3CBC;
    font-size: 16px;
    font-weight: 500;
    line-height: 27.42px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.footerSection .footerCol ul li a:hover {
    color: #000000;
}

.footerSection .footerCol ul li .contactIcon {
    color: #FF3CBC;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.42px;
    text-decoration: none;
}

.copywriteSection {
    background: #F8F8F8;
    padding: 1rem 0;
}

.copywriteSection p {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.socialIcons {
    text-align: right;
}

.socialIcons a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #FF3CBC;
    margin-right: 1rem;
    transition: all 0.3s ease-in-out;
}

.socialIcons a:hover {
    color: #000;
}

.socialIcons a:last-child {
    margin-right: 0;
}

.footer-link {
    color: #666666 !important;
    transition: all 0.3 ease-in-out;
}

.footer-link:hover {
    color: #FF3CBC !important;
    transition: all 0.3 ease-in-out;
}

.mentorCard {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    flex-direction: row;
    margin-bottom: 1rem;
}

.mentorCard .mentorImage {
    width: 90%;
}

.mentorCard .mentorDetails {
    padding: 2rem;
    text-align: left;
}

.mentorCard .mentorDetails h3 {
    text-align: left;
    font-size: 2.125rem;
    margin-bottom: 1rem;
}