* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    background-image: linear-gradient(to right, rgb(48, 26, 91), rgb(79, 29, 116));
    color: #fff;
}

p {
    margin-bottom: 0;
    color: #fff;
}

section {
    padding: 60px 0 30px;
    overflow: hidden;
}

/* Hero */
.hero {
    background-image: url(../images/slide1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;

    position: relative;
}

.hero-overlay {
    position: absolute;
    background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;

}


.hero::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 81, 255, 0.9);
}


/* nav */
.nav {
    padding: 20px 0;
    width: 100%;
    /* background-color: #212529; */
    position: absolute;
}

.nav .nav-item {
    margin-right: 1rem;
}

.nav .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.nav .navbar-brand img {
    width: 110px;
}

.navbar-light .navbar-toggler {
    color: #fff;
    font-size: 26px;
}

@media screen and (max-width:980px) {
    .navbar-nav {
        background-image: linear-gradient(to right, rgb(48, 26, 91), rgb(79, 29, 116));
        padding: 30px;
    }
}

@media screen and (max-width:768px) {
    .nav {
        padding: 20px;
    }
}

/* hero content */

/* Slider */
/* Carousel */
.carousel-item {
    height: 100vh;
    min-height: 35rem;
    background: no-repeat center center scroll;
    background-attachment: fixed;
    background-size: cover;
}

.carousel-item-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/slide1.jpg);
}

.carousel-item-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/slide2.jpg);
}

.carousel-item-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/slide3.jpg);
}

.slider-inner {
    position: relative;
}

.slider-overlay {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    background: rgba(0,0,0, 0.2);
}

.carousel-caption, .carousel-control-next, .carousel-control-prev {
    z-index: 1000;
}

.nav-in {
    z-index: 1001;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.hero-content {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;

    width: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hero-content .hero-title {
    font-size: 66px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.hero-content .hero-title span {
    color: #c560e2;
}

.hero-content ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.hero-content ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.hero-content ul li:not(:last-child) {
    margin-right: 32px;
}

.hero-content ul li i {
    color: #b22eda;
    font-size: 26px;
}

.hero-buttons  .btn-outline-main {
    color: #fff;
    min-width: 150px;
    text-transform: uppercase;
    border: 4px solid #b22eda;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;

}

.hero-buttons  .btn-outline-main:not(:last-child) {
    margin-right: 20px;
}

.hero-buttons .btn-outline-main:hover {
    background-color: #b22eda;
}

/* Featured Events */
.title {
    text-align: center;
    margin-bottom: 40px;
}

.title-primary {
    font-size: 44px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;

    position: relative;
}

.title-primary span {
    color: #c560e2;
}

.title-description {
    margin-top: 10px;
    font-family: 'Quintessential', cursive;
    font-size: 20px;
}


/* Featured event */
.featured-event-card {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;

    background-color: transparent;

    position: relative;
    padding-right: 20px;
}

.featured-event-card .card-image img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.featured-event-card .card-body {
    background-image: linear-gradient(to right, rgb(48, 26, 91), rgb(79, 29, 116));
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;

    -webkit-box-shadow: 6px 7px 11px 3px rgba(41,15,60,0.94); 
    box-shadow: 6px 7px 11px 3px rgba(41,15,60,0.94);

    position: absolute;
    bottom: -180px;
    margin-left:20px;

    padding: 30px 10px 30px 40px;
    
}

.featured-event-card .info {
    display: flex;
    margin: 15px 0;
}

/*.featured-event-card .info .tags {*/
/*    background-color: #b926e6;*/
/*    padding: 5px 15px;*/
/*    text-transform: uppercase;*/
/*    font-size: 12px;*/
/*    border-radius: 20px;*/
/*    -webkit-border-radius: 20px;*/
/*    -moz-border-radius: 20px;*/
/*    -ms-border-radius: 20px;*/
/*    -o-border-radius: 20px;*/
/*    margin-right: 20px;*/
/*}*/

.featured-event-card .info .date,
.featured-event-card .info .location {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-right: 15px;
}

.featured-event-card .info .date i,
.featured-event-card .info .location i {
    color: #b22eda;
    font-size: 16px;
}

.featured-event-card .featured-event-card-description {
    font-size: 13px;
    margin: 10px 0;
}


.featured-event-card i {
    color: #b22eda;
}

.pb-10 {
    padding-bottom: 180px;
}

.featured-event-card-title {
    font-size: 22px;
    font-weight: 600;
}

/* About section */
.heading .heading-main {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
}

.heading .heading-main span {
    color: #b926e6;
}

.heading .heading-sub {
    text-transform: uppercase;
}

.more {
    margin-top: 20px;
}

.btn-more {
    background-color: #b926e6;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all .5s ease-in;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

.btn-more:hover {
    color: #fff;
    background-color: #701a8a;
}

.btn-main {
    text-transform: uppercase;
    font-weight: 500;
    background-color: #b926e6;
    border: 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

.btn-main:hover {
    background: #701a8a;
}

/* Counter */
.counter-wrapper {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0.7))),url(../images/counter-bg.jpg);
    background-image: linear-gradient(to right bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url(../images/counter-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.counter-card {
    background-color: transparent;
}

.counter-card i {
    font-size: 80px;
}

.counter-card .info {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 20px;
}

/* Our Speakers */
.speaker-card {
    background: transparent;
    text-align: center;
}

.speaker-card-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.speaker-card-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.speaker-card-name {
    font-size: 22px;
    text-transform: uppercase;
}

.speaker-card-name span {
    color: #b22eda;
}

.speaker-card-post {
    font-size: 13px;
}

.speaker-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.speaker-carousel .owl-dots .owl-dot.active span {
    background: #b22eda;
    width: 30px;
}

/* Completed Event */
.completed-event-card{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    color: #212529;
}

.completed-event-card h5 {
    font-weight: 700;
    margin-top: 20px;
}

.completed-event-card-info {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #82868a;
}

.completed-event-card-info .date {
    color: #b22eda;
    margin-right: 20px;
}

/* Testimonial */
.testimonial-card{
    background: transparent;
    text-align: center;
    padding: 0 60px;
}

.testimonial-card .card-image {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border: 5px solid #b22eda;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-card img {
    object-fit: cover;
}

.testimonial-card .card-description {
    font-size: 16px;
}

.testimonial-card-info {
    margin-top: 30px;
}

.testimonial-card-info .name {
    font-size: 22px;
    font-weight: 400;
}

.testimonial-card-info .post {
    font-size: 16px;
    font-weight: 400;
}

.testimonial-card-info .post span {
    color: #c560e2;
}

.testimonial-carousel{
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    width: 100%;
    display: flex;
    justify-content: space-between;
}

#testimonial .testimonial-carousel .owl-nav button {
    background-color: #701a8a !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

    width: 50px;
    height: 50px;
}

.testimonial-carousel .owl-nav span {
    font-size: 60px;
}

.testimonial-carousel .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

/* Blog */
.blog-card {
    background-color: transparent;
    position: relative;
}

.blog-card .card-image {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.blog-card .card-body {
    background-image: linear-gradient(to right, rgb(48, 26, 91), rgb(79, 29, 116));
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-box-shadow: 6px 7px 11px 3px rgba(41,15,60,0.94);
    box-shadow: 6px 7px 11px 3px rgba(41,15,60,0.94);

    position: absolute;
    bottom: -150px;

    padding: 30px;
}

.blog-card-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-card-description {
    font-size: 14px;
    margin-top: 20px;
}

/* Footer */
.footer {
    /* background-color: #343d47; */
    padding: 100px 0;
    color: #fff;
}

.footer-title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-title span {
    color: #b22eda;
}

.footer-description {
    margin: 10px 0;
    font-family: 'Quintessential', cursive;
    font-size: 20px;
}

.footer-form input,
.footer-form button {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.footer-form input {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-form input:focus {
    box-shadow: none;
}

.footer-form button {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-logo {
    width: 120px;
    margin: 50px 0;
}

.footer-social {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.footer-social li {
    background-color: #212529;
    width: 50px;
    height: 50px;
    margin-left: 10px;


    border-radius: 50%;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer-social li a {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.footer-social li a i {
    font-size: 20px;
}

.footer-copyright {
    margin-top: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.footer-copyright span {
    color: #b22eda;
}


/* Responsive */
@media screen and (max-width:980px)  {
    .featured-event-card .card-body {
        position: relative;
        margin-left: 0;
        bottom: 0;
    }

    .pb-10 {
        padding-bottom: 10px;
    }

    .completed-event-card .media  img {
        display: none;
    }

    .blog-card .card-body {
        position: relative;
        bottom: 0;
    }

}

@media screen and (max-width:576px)  {

    .hero-content {
        padding: 0 10px;
    }
    .hero-content .hero-title {
        font-size: 38px;
    }

    .hero-content ul li {
        font-size: 14px;
    }

    .hero-content ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .hero-content ul {
        display: inline-block;
        margin: 15px 0 20px 0;
    }

    .hero-buttons .btn-outline-main {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .hero-buttons .btn-outline-main:not(:last-child) {
        margin-right: auto;
        margin-bottom: 20px;
    }

    .title-primary {
        font-size: 34px;
    }

    .title-description {
        font-size: 14px;
    }

    .heading .heading-sub {
        font-size: 22px;
    }

    .heading .heading-main {
        font-size: 28px;
    }

    .testimonial-card {
        padding: 0 20px;
    }
    
}

/* Event page */
.slider {
    height: 100vh;
}

.slider img {
    height: 100vh;
    object-fit: cover;
}

.nav-inner {
    background: rgba(0,0,0,0.7);
}

.slider .carousel-caption {
    top: 40%;
}

.slider .carousel-caption h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 64px;
}

.slider .carousel-caption  ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.slider .carousel-caption ul li:not(:last-child) {
    margin-right: 3rem;
}

.slider .carousel-caption ul li i {
    color: #fb0;
}

.slider .carousel-caption .slider-button {
    margin-top: 60px;
}

.slider-button .btn-slider {
    color: #fff;
    min-width: 120px;
    border: 2px solid #fff;
    transition: all .5s ease;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.slider-button .btn-slider:hover {
    color: #000;
    background-color: #fff;
}

.slider-button .btn-slider:not(:last-child) {
    margin-right: 15px;
}

@media screen and (max-width: 576px) {
    .slider .carousel-caption {
        top: 30%;
    }
    
    .slider .carousel-caption h1 {
        font-size: 48px;
    }

    .slider-button .btn-slider {
        margin-bottom: 10px;
    }


}

.event-venue {
    background-image: url(../images/event-venue-bg.jpg);
    background-position: center;
    background-size: cover;

}

.dark-gray-container {
    width: calc(50% - 4em);
    margin: 3em 50% 2em 0;
    padding: 1em 2em 2em 2em;
    background: rgba(0,0,0,.93);
    font-family: 'Open Sans Condesed', sans-serif;
}

.dark-gray-container h2 {
    color: #cbb9ed;
    font-family: 'Open Sans Condesed', sans-serif;
    padding: 0.5em 0;
    font-size: 2em;
}

.dark-gray-container h3 {
    font-size: 1.4em;
    padding: 0.3em 0;
}

.dark-gray-container p {
    padding: 0.3em 0;
}

.dark-gray-container a:link, .dark-gray-container a:visited {
    color: #c5f122;
    text-decoration: underline;
}

.sponsor-title {
    color: #c560e2;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 20px;
}

@media screen and (max-width: 576px) {
    .dark-gray-container {
        width: 100%;
    }
    
    .featured-event-card-button a:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .dark-gray-container {
        margin: 1em;
    }
}

.footer {
    padding: 50px 0 30px;
}

.footer-bottom {
    margin-top: 50px;
}

.footer-bottom-info {
    font-size: 14px;
    margin-top: 20px;
}

.footer-bottom h4 {
    font-size: 20px;
    font-family: 'Quintessential', cursive;
}

.footer-bottom-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-bottom-list li a {
    color: #dddddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}


.footer-bottom-list li a:hover {
    text-decoration: none;
    color: #b926e6;
}

.footer-bottom-list li a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: auto;
    top: 6px;
    font-size: 12px;
    left: 0;
}

/* Notice Modal */
.notice-modal .modal-content {
    border-radius: 0;
    background-image: linear-gradient(to right, rgb(48, 26, 91), rgb(79, 29, 116));
    box-shadow: linear-gradient(to right, rgb(48, 26, 91), rgb(79, 29, 116));
    color: #fff;
     color: #000;
     padding: 30px;
     position: relative;
     font-family: 'Quintessential', cursive;
     border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

/*.modal-backdrop {*/
/*    background-image: linear-gradient(to right,#E242A0, #2D1F9B);*/
/*}*/

.notice-modal-title, .notice-modal-description {
     color: #FFF;
     margin-bottom: 20px;
    
}

.notice-modal-title {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.notice-modal-title span {
    color: #c560e2;
}

.notice-modal-list {
    padding-left: 20px;
    color: #fff;
}

.notice-modal img {
    text-align: center;
}

.close-modal {
    position: absolute;
    top: -62px;
    right: -40px;
    background-color: #c560e2;
    /*background-image: linear-gradient(to right, rgb(48, 26, 91), rgb(79, 29, 116));*/
    border: 0;
    padding: 15px 20px;
    border-radius: 50%;
}

.close-modal i {
    font-size: 18px;
    color: #fff;
}


@media screen and (max-width: 576px) {
    .notice-modal .modal-content {
        padding: 15px;
    }
    
    .close-modal {
        top: -50px;
        right: -20px;
    }

}
