.banner-title{
    font-weight: 800 !important;
    font-size: 5rem !important;
    line-height: 70px !important;
}

.display-1,
.display-2,
.display-3,
.display-4 {
	font-family:  'Barlow Condensed', sans-serif !important;
	letter-spacing: -.02em
}

.display-1,
.display-2 {
	font-size: 2.8125rem!important
}

.display-3 {
	font-size: 2.34375rem!important
}

.display-4 {
	font-size: 2.10938rem!important
}

@media (min-width:768px) {
	.display-1 {
		font-size: 4.80469rem!important
	}
	.display-2 {
		font-size: 4.21875rem!important
	}
	.display-3 {
		font-size: 3.75rem!important
	}
	.display-4 {
		font-size: 2.8125rem!important
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:  'Barlow Condensed', sans-serif!important
}

.h1,
h1 {
	letter-spacing: -.02em
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
	letter-spacing: -.01em
}

#text-aa-serif {
	color: rgba(255, 255, 255, .2)!important
}

#text-aa-sans-serif {
	color: #fff!important
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(27,22,66,0);
    color: #1b1642;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.navbar:before {
    -o-border-image: linear-gradient(90deg,#ff9901,#ff9901 20%,#ff9901 0,#ff9901 40%,#010187 0,#010187 60%,#398f3c 0,#398f3c 80%,#398f3c 0) 1;
    border-image: linear-gradient(90deg,#ff9901,#ff9901 20%,#ff9901 0,#ff9901 40%,#010187 0,#010187 60%,#398f3c 0,#398f3c 80%,#398f3c 0) 1;
    border-width: 0;
    border-top: 5px solid;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.navbar {
    transition: all .2s ease-in-out;
    transition-property: box-shadow;
}

.navbar-brand {
    font-size: 1.75rem;
    margin-right: 1rem;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
}

.navbar-brand {
    font-family: "DM Serif Display",serif;
}

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
}

.event-main-logo{
    width: 250px;
    height: auto;
    /* transform: rotate(-90deg); */
}

.lift {
    transition: box-shadow .25s ease,transform .25s ease;
}

.btn-primary {
    background-color: #6658ea !important;
    border-color: #6658ea !important;
    box-shadow: 0 0 6px rgb(27 22 66 / 3%), 0 14px 24px rgb(27 22 66 / 6%) !important;
    color: #fff !important;
}

.btn:not([class*=btn-outline]) {
    border-color: transparent!important;
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.5rem 0 0.5rem 0;
    color: #1b1642;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 0.75rem 1.75rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.hero-bg{
    height: 100% !important;
    background: linear-gradient(90deg, rgba(130,46,168,0.8) 0%, rgba(217,14,144,0.8) 50%, rgba(130,46,168,0.8) 100%), url('../img/eventbg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.card {
    box-shadow: 0 0 24px rgb(27 22 66 / 4%), 0 44px 74px rgb(27 22 66 / 6%);
    border: 0 !important;
}
.rounded-top-start-3 {
    border-top-left-radius: 2rem!important;
}
.rounded-bottom-end-3 {
    border-bottom-right-radius: 2rem!important;
}

.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 4em;
}

.material-card.Blue h2 {
    background-color: rgb(1 1 135 / 70%);
}
.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
}

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.material-card.Blue h2:before {
    border-top-color: transparent;
    border-right-color: #010187;
    border-bottom-color: #010187;
    border-left-color: transparent;
}
.material-card h2:before, .material-card h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.Blue h2:after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.material-card h2:after {
    top: auto;
    bottom: 0;
}
.material-card h2:before, .material-card h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-gradient-light {
    background-image: linear-gradient(180deg,rgba(243,248,255,0),#f3f8ff);
}

.border-blue{
    border: 5px solid rgb(1 1 135 / 70%) !important;
}


.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.hide {display:none!important }

.prev .page-link{
    background: rgb(1 1 135 / 70%) !important;
    color: #ffffff !important;
}

.next .page-link{
    background: rgb(1 1 135 / 70%) !important;
    color: #ffffff !important;
}

.example .page-link{
    color: rgb(1 1 135 / 70%);
}

.example .active .page-link{
    background: rgb(1 1 135 / 50%) !important;
    color: #ffffff !important;
}

.india-foundation-logo{
    width: 100px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
}

.india-foundation-event-logo{
    width: 130px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}

.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
    color: #EFEFEF;
    background-color: #010187 !important;
}

.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
    color: #FFFFFF;
    background-color: #010187 !important;
}