* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
ol,
ul {
    list-style: none;
}
del {
    text-decoration: line-through;
}
body {
    font-family: "poppinsregular", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #253858;
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 500;
    max-width: 1980px;
    margin: 0 auto;
}
input,
textarea,
select {
    font-family: "poppinsregular", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
a:hover,
submit:hover {
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}
.thumb {
    display: block;
}
.thumb img {
    display: block;
    width: 100%;
}
img {
    display: block;
    width: 100%;
}
a {
    display: inline-block;
}
p {
    line-height: 1.6em;
    font-size: 16px;
    font-family: "poppinsregular", Arial;
    font-weight: 500;
    color: #747474;
}
.hidden {
    display: none;
}
br.clear {
    clear: both;
    line-height: 0;
}
.wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1325px;
}
a.button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #b1f1cc;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1aaa76;
}
@font-face {
    font-family: "poppinsregular";
    src: url("../assets/fonts/poppins/Poppins-Regular.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "poppinsmedium";
    src: url("../assets/fonts/poppins/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "poppinsbold";
    src: url("../assets/fonts/poppins/Poppins-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

header {
    padding: 20px 0;
}
header .header-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}
header .header-wrapper div {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
header .header-wrapper div h1 {
}
header .header-wrapper div h1 img {
    width: 30px;
}
header .header-wrapper div button {
    cursor: pointer;
    font-family: "poppinsmedium";
    background: #be1e2d;
    padding: 10px 32px;
    border-radius: 8px;
    color: #fff;
}

#spotlight {
    background: url("https://grolius-react-assets-bucket.s3.ap-south-1.amazonaws.com/assets/images/06-04-2023/spotlight-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 50px;
}
#spotlight div.top {
    text-align: center;
    width: 80%;
    margin: 0 auto 80px;
}
#spotlight div.top h2 {
    font-family: "poppinsbold";
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
    color: #0a0a0a;
}
#spotlight div.top h2 span {
    color: #ff495a;
}
#spotlight div.top p {
    color: #747474;
    width: 60%;
    margin: 0 auto 30px;
}
#spotlight div.top div {
    display: flex;
    justify-content: center;
}
#spotlight div.top a {
    cursor: pointer;
    background: #be1e2d;
    padding: 10px 32px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#spotlight div.top a span {
    width: 20px;
    margin-left: 10px;
}
#spotlight div.top a span img {
}
#spotlight div.bottom {
    width: 60%;
    margin: 0 auto;
}
#spotlight div.bottom img {
}

#whatis {
    padding: 50px 0;
}
#whatis div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#whatis div.content div.left {
    width: 45%;
    position: relative;
}
#whatis div.content div.left div.about-img-container {
}
#whatis div.content div.left a.play-container {
    cursor: pointer;
    width: 20%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10%;
}
#whatis div.content div.left img {
}
#whatis div.content div.right {
    width: 40%;
}
#whatis div.content div.right h2 {
    font-family: "poppinsmedium";
    font-size: 34px;
    margin-bottom: 20px;
    color: #0a0a0a;
}
#whatis div.content div.right h2 span {
    color: #be1e2d;
}
#whatis div.content div.right p {
}
#whatis div.content div.right p span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
}
#whatis div.content div.right p span:last-child {
    margin-bottom: 0;
}

#events {
    padding: 50px 0 170px;
}
#events div.content {
    position: relative;
    padding: 30px 30px 350px;
    box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}
#events div.content div.top {
    text-align: center;
    width: 70%;
    margin: 0 auto 50px;
}
#events div.content div.top h3 {
    font-family: "poppinsmedium";
    font-size: 34px;
    margin-bottom: 20px;
    color: #0a0a0a;
}
#events div.content div.top h3 span {
    color: #be1e2d;
}
#events div.content div.top p {
    font-size: 16px;
}
#events div.content ul.bottom {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
#events div.content ul.bottom li {
    background: #fff;
    width: 32%;
    padding: 20px;
    box-shadow: 0px 34px 53px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}
#events div.content ul.bottom li div.img-container {
    margin-bottom: 10px;
}
#events div.content ul.bottom li div.img-container img {
}
#events div.content ul.bottom li div {
}
#events div.content ul.bottom li div p {
    color: #cacaca;
    font-size: 13px;
}
#events div.content ul.bottom li div p span {
    color: #be1e2d;
}
#events div.content ul.bottom li h4 {
    font-family: "poppinsmedium";
    font-size: 18px;
    margin-bottom: 10px;
}
#events div.content ul.bottom li div.person {
    display: flex;
    align-items: center;
}
#events div.content ul.bottom li div.person div.person-img {
    width: 30px;
    margin-right: 10px;
}
#events div.content ul.bottom li div.person div.person-img img {
}
#events div.content ul.bottom li div.person h5 {
}

#contests {
    padding: 70px 0 50px;
}
#contests div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contests div.content div.left {
    width: 35%;
}
#contests div.content div.left h3 {
    font-family: "poppinsmedium";
    font-size: 34px;
    margin-bottom: 20px;
    color: #0a0a0a;
}
#contests div.content div.left h3 span {
    color: #be1e2d;
}
#contests div.content div.left p {
    font-size: 18px;
}
#contests div.content div.right {
    width: 50%;
}
#contests div.content div.right img {
}

#peers {
    padding: 50px 0;
}
#peers div.content {
    display: flex;
    align-items: center;
}
#peers div.content div.left {
    width: 40%;
    margin-right: 13%;
}
#peers div.content div.left img {
}
#peers div.content div.right {
    width: 41%;
}
#peers div.content div.right h3 {
    font-family: "poppinsmedium";
    font-size: 34px;
    margin-bottom: 20px;
    color: #0a0a0a;
}
#peers div.content div.right h3 span {
    color: #be1e2d;
}
#peers div.content div.right p {
    font-size: 18px;
}

#achievements {
    padding: 50px 0 100px;
}
#achievements div.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#achievements div.content div.left {
    width: 40%;
}
#achievements div.content div.left h3 {
    font-family: "poppinsmedium";
    font-size: 34px;
    margin-bottom: 20px;
    color: #0a0a0a;
}
#achievements div.content div.left h3 span {
    color: #be1e2d;
}
#achievements div.content div.left p {
    font-size: 18px;
}
#achievements div.content div.right {
    width: 50%;
}
#achievements div.content div.right img {
}

#skills {
    background: url("https://grolius-react-assets-bucket.s3.ap-south-1.amazonaws.com/assets/images/06-04-2023/skills-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 0 right 0px;
    padding: 85px 0;
}

#skills div.content {
    width: 50%;
}

#skills div.content h3 {
    font-family: "poppinsmedium";
    font-size: 34px;
    margin-bottom: 20px;
    color: #ff495a;
}

#skills div.content p {
    color: #fff;
}

#campuses {
    padding: 100px 0;
}
#campuses div.content {
}
#campuses div.content div.top {
    text-align: center;
    width: 70%;
    margin: 0 auto 50px;
}
#campuses div.content div.top h3 {
    font-family: "poppinsmedium";
    font-size: 34px;
    margin-bottom: 20px;
    color: #0a0a0a;
}
#campuses div.content div.top h3 span {
    color: #be1e2d;
}
#campuses div.content div.top p {
}
#campuses div.content div.bottom {
}
#campuses div.content div.bottom div.slider {
}
.slick-slide {
    margin: 0 10px;
}
#campuses div.content div.bottom div.slider div.card {
    width: 100%;
    margin: 0 auto 40px;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
}
#campuses div.content div.bottom div.slider div.card div.img-container {
}
#campuses div.content div.bottom div.slider div.card div.img-container img {
}
#campuses div.content div.bottom div.slider div.card div.campus-details {
    display: flex;
    align-items: center;
    padding: 20px;
}
#campuses
    div.content
    div.bottom
    div.slider
    div.card
    div.campus-details
    div.campus-logo-container {
    width: 60px;
    margin-right: 10px;
}
#campuses
    div.content
    div.bottom
    div.slider
    div.card
    div.campus-details
    div.campus-logo-container
    img {
}
#campuses
    div.content
    div.bottom
    div.slider
    div.card
    div.campus-details
    div.name-location {
}
#campuses
    div.content
    div.bottom
    div.slider
    div.card
    div.campus-details
    div.name-location
    h3 {
    font-family: "poppinsmedium";
    font-size: 18px;
    color: #0a0a0a;
}
#campuses
    div.content
    div.bottom
    div.slider
    div.card
    div.campus-details
    div.name-location
    div.location {
    display: flex;
    align-items: center;
}
#campuses
    div.content
    div.bottom
    div.slider
    div.card
    div.campus-details
    div.name-location
    div.location
    div.pin-img-container {
    width: 15px;
    margin-right: 5px;
}
#campuses
    div.content
    div.bottom
    div.slider
    div.card
    div.campus-details
    div.name-location
    div.location
    div.pin-img-container
    img {
}
#campuses
    div.content
    div.bottom
    div.slider
    div.card
    div.campus-details
    div.name-location
    div.location
    p {
    font-size: 14px;
}
#campuses div.content div.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#campuses div.content div.slider-button {
    width: 30px;
    cursor: pointer;
}
#campuses div.content div.prev {
    margin-right: 10px;
}
#campuses div.content div.next {
    transform: rotate(180deg);
    margin-left: 10px;
}

footer {
    background: linear-gradient(252.78deg, #160a0a 0%, #000000 100%);
}
footer div.content {
}
footer div.content div.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
footer div.content div.top div.left {
}
footer div.content div.top div.left h5 {
    font-size: 20px;
    color: #fffbff;
    margin-bottom: 10px;
}
footer div.content div.top div.left a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
footer div.content div.top div.left a:last-child {
    margin-bottom: 0;
}
footer div.content div.top div.left a div.logo-container {
    width: 20px;
    margin-right: 10px;
}
footer div.content div.top div.left a div.logo-container img {
}
footer div.content div.top div.left a p {
    font-size: 14px;
    color: #fffbff;
}
footer div.content div.top div.middle {
}
footer div.content div.top div.middle div.grolius-logo-container {
    width: 70px;
}
footer div.content div.top div.middle img {
}
footer div.content div.top div.right {
}
footer div.content div.top div.right a.icon-container {
    margin-right: 8px;
}
footer div.content div.top div.right a.icon-container:last-child {
    margin-right: 0;
}
footer div.content div.top div.right a.icon-container img {
    width: 25px;
    height: 20px;
}
footer div.content div.top div.right a.icon-container:hover img.grey-icon {
    display: none;
}
footer div.content div.top div.right a.icon-container img.color-icon {
    display: none;
}
footer div.content div.top div.right a.icon-container:hover img.color-icon {
    display: block;
}
footer div.bottom {
    border-top: 1px solid #adadad;
    padding: 20px 0;
}
footer div.bottom h5 {
    text-align: center;
    color: #fff;
}
footer div.bottom h5 a {
    color: #fff;
}

@media all and (max-width: 1400px) {
    #spotlight div.top {
        width: 90%;
    }
    #spotlight div.bottom {
        width: 70%;
    }
    #events div.content {
        padding: 30px 30px 320px;
    }
    #events div.content div.top {
        width: 80%;
    }
    #skills {
        padding: 65px 0;
    }
}

@media all and (max-width: 1280px) {
    #spotlight div.top {
        width: 100%;
    }
    #spotlight div.bottom {
        width: 80%;
    }
    #whatis div.content div.left {
        width: 43%;
    }
    #whatis div.content div.right {
        width: 48%;
    }
    #whatis div.content div.right p span {
        font-size: 16px;
    }
    #contests div.content div.left p {
        font-size: 16px;
    }
    #peers {
        padding: 30px 0 50px;
    }
    #peers div.content div.right p {
        font-size: 16px;
    }
    #achievements div.content div.left p {
        font-size: 16px;
    }
}
@media all and (max-width: 1080px) {
    #spotlight div.top h2 {
        font-size: 34px;
    }
    #whatis div.content {
        flex-wrap: wrap;
    }
    #whatis div.content div.left {
        width: 60%;
        margin: 0 auto 20px;
    }
    #whatis div.content div.right {
        width: 100%;
    }
    #events {
        padding: 50px 0;
    }
    #events div.content {
        padding: 30px;
    }
    #events div.content ul.bottom {
        position: static;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;
    }
    #events div.content ul.bottom li {
        width: 47%;
    }
    #contests div.content {
        flex-wrap: wrap;
    }
    #contests div.content div.left {
        width: 100%;
        order: 2;
    }
    #contests div.content div.right {
        width: 80%;
        margin: 0 auto;
    }
    #peers {
        padding: 80px 0 50px;
    }
    #peers div.content {
        flex-wrap: wrap;
    }
    #peers div.content div.left {
        width: 80%;
        margin: 0 auto;
    }
    #peers div.content div.right {
        width: 100%;
    }
    #achievements div.content {
        flex-wrap: wrap;
    }
    #achievements div.content div.left {
        width: 100%;
        order: 2;
    }
    #achievements div.content div.right {
        width: 80%;
        margin: 0 auto 20px;
    }
    /* #skills {
        background-position: bottom 0 right 0px;
    } */
    #skills div.content {
        width: 70%;
    }
}

@media all and (max-width: 980px) {
    #spotlight {
        padding: 50px 0;
    }
    #spotlight div.top h2 {
        font-size: 28px;
    }
    #spotlight div.top p {
        width: 90%;
    }
    #whatis div.content div.right h2 {
        font-size: 28px;
    }
    #whatis div.content div.left {
        width: 70%;
    }
    #events div.content div.top h3 {
        font-size: 28px;
    }
    #events div.content {
        padding: 0;
        box-shadow: none;
    }
    #events div.content div.top {
        width: 100%;
    }
    /* #skills {
        background: url("https://grolius-react-assets-bucket.s3.ap-south-1.amazonaws.com/assets/images/06-04-2023/skills-responsive-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom 0 right 0px;
    } */
    #skills div.content {
        width: 90%;
    }
    #contests div.content div.left h3 {
        font-size: 28px;
    }
    #peers div.content div.right h3 {
        font-size: 28px;
    }
    #achievements div.content div.left h3 {
        font-size: 28px;
    }
    #campuses div.content div.top {
        width: 100%;
    }
    #campuses div.content div.top h3 {
        font-size: 28px;
    }
    footer div.content div.top {
        flex-wrap: wrap;
    }
    footer div.content div.top div.left {
        order: 2;
    }
    footer div.content div.top div.middle {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    footer div.content div.top div.middle div.grolius-logo-container {
        /* width: 70px; */
    }
    footer div.content div.top div.right {
        order: 3;
    }
}

@media all and (max-width: 768px) {
    #spotlight div.top {
        margin: 0 auto 50px;
    }
    #spotlight div.bottom {
        width: 100%;
    }
    #whatis div.content div.left {
        width: 80%;
    }
    #events div.content ul.bottom li {
        width: 80%;
    }
    #contests div.content div.right {
        width: 100%;
    }
    #peers div.content div.left {
        margin: 0 auto 40px;
    }
    #achievements div.content div.right {
        width: 100%;
    }
    #skills div.content {
        width: 100%;
    }
    #campuses {
        padding: 60px 0;
    }
    #campuses
        div.content
        div.bottom
        div.slider
        div.card
        div.campus-details
        div.name-location
        h3 {
        font-size: 16px;
    }
    footer div.content div.top div.middle div.grolius-logo-container {
        width: 70px;
    }
}

@media all and (max-width: 640px) {
    #spotlight div.top p {
        width: 100%;
    }
    #whatis {
        padding: 30px 0;
    }
    #contests {
        padding: 30px 0 0;
    }
    #achievements {
        padding: 30px 0 70px;
    }
    #skills div.content h3 {
        font-size: 24px;
    }
    #skills div.content p {
        font-size: 14px;
    }
    #skills {
        background-position: bottom 0 right -300px;
    }
    footer div.content div.top div.middle div.grolius-logo-container {
        width: 60px;
    }
}

@media all and (max-width: 480px) {
    #spotlight div.top h2 {
        font-size: 24px;
    }
    #spotlight div.top p {
        font-size: 14px;
    }
    #whatis div.content div.left {
        width: 90%;
    }
    #whatis div.content div.right h2 {
        font-size: 24px;
    }
    #whatis div.content div.right p span {
        font-size: 14px;
    }
    #events div.content div.top h3 {
        font-size: 24px;
    }
    #events div.content div.top p {
        font-size: 14px;
    }
    #events div.content ul.bottom li {
        width: 100%;
    }
    #events div.content ul.bottom li h4 {
        font-size: 14px;
    }
    #contests div.content div.left h3 {
        font-size: 24px;
    }
    #contests div.content div.left p {
        font-size: 14px;
    }
    #peers div.content div.right h3 {
        font-size: 24px;
    }
    #peers div.content div.right p {
        font-size: 14px;
    }
    #achievements div.content div.left h3 {
        font-size: 24px;
    }
    #achievements div.content div.left p {
        font-size: 14px;
    }
    #skills {
        background-position: bottom 0 right -400px;
    }
    #campuses div.content div.top h3 {
        font-size: 24px;
    }
    #campuses div.content div.top p {
        font-size: 14px;
    }
    footer div.content div.top {
        text-align: center;
        justify-content: center;
    }
    footer div.content div.top div.left {
        width: 100%;
        margin-bottom: 20px;
    }
    footer div.content div.top div.left a {
        justify-content: center;
    }
    footer div.content div.top div.left a div.logo-container {
        width: 15px;
    }
    footer div.content div.top div.left a p {
        font-size: 14px;
    }
    footer div.content div.top div.middle div.grolius-logo-container {
        width: 50px;
    }
    footer div.content div.top div.right a.icon-container img {
        width: 22px;
        height: 17px;
    }
}

@media all and (max-width: 360px) {
    #spotlight div.top h2 {
        font-size: 20px;
    }
    #whatis div.content div.right h2 {
        font-size: 20px;
    }
    #events div.content div.top h3 {
        font-size: 20px;
    }
    #contests div.content div.left h3 {
        font-size: 20px;
    }
    #peers div.content div.right h3 {
        font-size: 20px;
    }
    #achievements div.content div.left h3 {
        font-size: 20px;
    }
    #campuses div.content div.top h3 {
        font-size: 20px;
    }
    #campuses div.content div.bottom div.slider div.card div.campus-details {
        padding: 16px;
    }
    #campuses
        div.content
        div.bottom
        div.slider
        div.card
        div.campus-details
        div.campus-logo-container {
        width: 40px;
    }
    #campuses
        div.content
        div.bottom
        div.slider
        div.card
        div.campus-details
        div.name-location
        h3 {
    }
}
