/*-------------Reset-------------*/
button {
    background: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

button:focus,
input:focus {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}



/*-------------Layout-------------*/
@media (max-width:486px) {
    .desktop-view{
        display: none !important;
    }
    
}
body {
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    background: #100726 !important;
}


body,
html {
    overflow-x: hidden;
}







/* custum values  */

.active {
    background: #FFFFFF;
}

.active a {
    color: #083850 !important;

}

h1,
h2 {
    font-family: 'FlatPack', sans-serif;

}

/* 15 */
.btn-15 {
    background: #FF6600;
    background: #185276;
    background: #FEC006;
    border: none;
    z-index: 1;
    position: relative;
    padding: 8px 30px;
    border-radius: 2px;
    color: #FFF;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #3089B1;
    border-radius: 0;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
    /* color: #FEC006 !important; */
}

img {
    width: 100%;
}

.head {
    padding: 20px;

}

.head h2 {
    font-size: 4rem;
    font-weight: 900;
    position: relative;
    color: #FFF;

}

.center {
    text-align: center;
}

.card {
    border: none !important;
}

figure {
    text-align: center;
    overflow: hidden;
}

.main-btn {
    background: #FFF;
    padding: 10px 25px;
    border: 2px solid #2D7D8A;
}

.top {
    box-shadow: 0 -5px 5px -5px #33333361;
}

.right {
    box-shadow: 5px 0 5px -5px #33333361;
}

.bottom {
    box-shadow: 0 5px 5px -5px #33333361;
}

.left {
    box-shadow: -5px 0 5px -5px #33333361;
}



.light-para {
    color: #666;
}

h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 4px;
    background: red;
}


.theme-color {
    color: #308E9D;
    color: #FF0000;
    color: #D71362;
    color: #FEC006;
}

.book-now-btn {
    background: #FF6600;
    background: #D71362;
    background: linear-gradient(247deg, #ffbf00, #dbac1fe8);
    color: #FFF !important;
    padding: 0 40px
}

.slick-next:before {
    font-size: 30px !important;
}

.slick-prev:before {
    font-size: 30px !important;
}

@media (max-width:769px) {
    .slick-next {
        display: none !important;
    }

}

/* custum values  */




/* navbar  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: linear-gradient(45deg, #27a3e0, #063045);
}

nav .wrapper {
    position: relative;
    max-width: 1300px;
    width: 100%;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .logo {
    width: 8%;
}

.wrapper .nav-links {
    display: inline-flex;
    margin-bottom: 0;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    padding: 0 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.nav-links li:hover {
    background: #EEE;
}

.nav-links li:hover a {
    color: #186E99;

}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 50px;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    font-size: 13px !important;
    border-radius: 0px;
    color: #FFF !important;
}

.drop-menu li:hover {
    background: #18719D;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper img {
    position: absolute;
    top: -5%;
    left: 0;
    width: 14%;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn:hover {
    color: #fff;

}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    nav .wrapper {
        padding: 0 10px;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    .menu-btn ion-icon {
        font-size: 27px;
    }

    .close-btn ion-icon {
        font-size: 27px;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
        display: flex;
        align-items: center;
    }

    .wrapper img {
        position: absolute;
        top: -29%;
        left: 0;
        width: 19%;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }


    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        width: 100% !important;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }


    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

@media (max-width:580px) {
    .wrapper img {
        width: 38%;

    }

    .wrapper .btn {

        display: flex;
        align-items: center;
    }

}

/* navbar  */












/* home section  */


#home {
    position: relative;

}



#home h2::before {
    background: none;
}






#home::before {
    content: '';
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    background: url("../img/objects.png");
    z-index: 1;
    background-repeat: no-repeat;
    display: none;
}


/* #home::after {
    content: '';
    position: absolute;
    right: 0;
    width: 42%;
    height: 100%;
    background: url("/img/Horizontal-audio-slider-3.jpg");
    background-repeat: no-repeat;
    z-index: 1;
    top: 0;
} */

#home .slider {
    position: relative;
    height: 100vh;

}

#home h1 {
    font-size: 25px;
}

#home .slider-2 img {
    position: relative;
    height: 100vh;

}

#home .slider .content {
    position: absolute;
    top: 12%;
    left: 25%;
    z-index: 2;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
    text-align: left;
}

#home .slider .content .large-text {
    color: #FF6600;
    font-size: 80px;
    font-weight: 800;
    position: relative;
    z-index: 100;
}


#home .slider-1 p,
h1 {
    color: #FFF;
    ;
}

#home .slider-1 figure {
    position: relative;
    animation: zoom 12s linear infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1.5);
        transition: 10s all;
    }

    50% {
        transform: scale(1.2);
        transition: 15s all;
    }

    100% {
        transform: scale(1.1);
        transition: 20s all;
    }
}

#home .slider-1 figure::before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    width: 100%;
    height: 100%;
    background: #38226fad;
    background: linear-gradient(45deg, rgb(1 99 244), rgb(254 192 6 / 40%));
    background: linear-gradient(45deg, rgb(1 99 244 / 82%), rgb(254 192 6 / 40%));

}

#home .slider-2 figure::before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: '';
    width: 100%;
    height: 100%;
    background: #38226fad;
}

#home .content h2 {
    font-size: 5rem;
    font-weight: 800;
}

@media (max-width:768px) {
    #home .slick-slide img {
        height: 50vh;
    }

    #home h1 {
        text-align: center;
    }

}

/* home section  */








/* about us section  */
#about {
    margin: 40px 0;
    padding: 20px;

}

#about img {
    width: 100%;
    /* border-radius: 50%; */
}


#about figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #about figure::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: url("/img/pattern-background.jpg");
} */

#about p {
    margin: 7px 0;
    border-bottom: none;
    padding: 0;
}

#about h3 {
    font-weight: 700;
    font-size: 25px;
}

#about .right-side .card {
    background: #FFFFFF;
    padding: 60px;
}

#about .left-side .card {
    background: none;
}

#about .col-md-3 {
    background: #151748;
    color: #FFF;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: left;
}

#about .col-md-3:hover {
    /* background: #2b2929; */
    background: #D71362;
    transform: translateY(-10px);
    transition: .5s all;
    cursor: pointer;
}

#about .new-row .card {
    background: transparent;
    padding: 40px;
}

#about .new-row a {
    color: #FFF !important;
}

#about .new-row ion-icon {
    font-size: 30px;
}

#about .left-side p {
    color: #ffffff85;
}

#about .new-row .get-tickt {
    background: linear-gradient(90deg, #f58d6e 0%, #f72985 100%);
    display: flex;
    align-items: center;
    text-align: center;
}





/* about us section  */





/* why-join-us section stat  */
.why-join-us {
    margin: 40px 0;
    padding: 40px;
}

.why-join-us .card {
    padding: 50px;
    display: flex;
    align-items: left;
    justify-content: center;
    cursor: pointer;
}

.why-join-us .card:hover {
    background: #F4F4FB;
    transform: skew(3deg);
    transition: .6s;
}

.why-join-us .card span {
    text-align: center;
    font-size: 50px;
}

.why-join-us .card ion-icon {
    font-size: 35px;
    background: #518ab933;
    padding: 12px;
    color: #185276;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

@media (max-width:769px) {
    .why-join-us .card {
        padding: 20px;
        margin: 5px 0;
    }

}

/* why-join-us section stat  */




/* who-speacking section start here  */
/* #who-speacking {
    margin: 40px 0;
    padding: 20px;
}

.all-speaker {
    background: url("/img/spaeker-background.jpg");
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-speaker img {
    width: 100%;
}

.all-speaker .card {
    background: #EEE !important;
}

.all-speaker .col-md-3 {
    width: 14% !important;
    margin: 20px 10px;
    padding: 15px;
}

.all-speaker .speaker-datails {
    padding: 10px;
    text-align: center;
} */


#who-speaking {
    margin: 40px 0;
    padding: 40px;
}

#who-speaking .left-side {
    background: #151748;
    padding: 80px;
    color: #FFF;
}

#who-speaking .left-side a {

    color: #FFF;
}

#who-speaking ion-icon {
    font-size: 24px;
    padding: 5px;
    background: #ffffff1f;
    border-radius: 50%;
    color: #FFF;
}

#who-speaking .card {
    background: none;
}

#who-speaking .right-side figure {
    position: relative;

}

#who-speaking .right-side .details {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0%;
    top: 50%;
    width: 100%;
    flex-direction: column;
    color: #FFF;
}

#who-speaking .right-side .card:hover ion-icon {

    background: #1D7EAE;
}

#who-speaking .right-side .card:hover .card h2 {
    color: #1D7EAE;
}

#who-speaking .right-side ion-icon {
    background: #ffffff5c;
    padding: 10px;
}

#who-speaking .right-side figure::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #15174866;
}

#who-speaking .right-side .card:hover figure::before {
    height: 0;
    transition: 1s;
    cursor: pointer;
}

/* who-speacking section ends here  */




/* time shedule section strat here  */

/* time shedule section strat here  */





/* coonstact us section start here  */
#contact-section {
    margin-top: 40px 0;
    padding: 20px;
}

#contact-section .card {
    background: none;
}

#contact-section form {
    margin: 10px 0;
}

#contact-section label {
    color: #FFF;
}

#contact-section .left-side {
    /* background: #2D7A86; */
    background: url("/images/dj-page-bg.jpg");
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#contact-section .left-side::after {
    background: rgb(212 11 92 / 26%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}


#contact-section .right-side {
    background: url("/img/home-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px;
    color: #FFF;
}

#contact-section .right-side::before {
    background: linear-gradient(-45deg, #2d7c88b5, #1d144391);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#contact-section .left-side .card {
    padding: 40px;
    color: #FFF;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

#contact-section .left-side .col-md-6 {

    position: relative;
    z-index: 1;

}

#contact-section ion-icon {
    font-size: 40px;
}

#contact-section .bottom-border {
    border-bottom: 1px solid orange !important;
}

#contact-section .left-border {
    border-left: 1px solid orange !important;
}

#contact-section .main-btn {
    position: relative;
    z-index: 1;
}

/* coonstact us section start here  */




/* get-ticket section start here  */
.get-ticket {
    margin: 40px 0;
    padding: 20px;
}

.get-ticket .card {
    display: flex;
    align-items: left;
    padding: 40px;
    height: 40vh;
    overflow-y: hidden;
}

.get-ticket .card:hover {
    transform: scale(1.09);
    transition: 1s all;
    cursor: pointer;
    height: 100%;

}

.get-ticket .card:hover.middle-card::before {
    height: 40%;

}

.get-ticket ul {
    padding-left: 0;
    padding: 40px 0;
}

.get-ticket li {
    list-style: none;
    line-height: 40px;
    font-size: 17px;
    color: grey;
}

.get-ticket .card h6,
p {
    border-bottom: 1px solid #DEE1E6;
    padding-bottom: 20px;
}

.get-ticket .card p {
    border-bottom: 1px solid #DEE1E6;
    padding-bottom: 20px;
}

.get-ticket .middle-card {

    position: relative;
    z-index: 1;
    color: #FFF;
}

.get-ticket .middle-card::before {
    background: #D71362 !important;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* get-ticket section ends here  */











/* sponsered section starts here  */
.sponsered {
    margin-top: 40px !important;
    padding: 20px;

}

.sponsered .left-side .brand-title {
    background: linear-gradient(90deg, #f58d6e 0%, #f72985 100%);
    padding: 40px 10px;
    font-size: 17px;
    margin: 0 15px;
    position: relative;

}

.sponsered .left-side .brand-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    width: 50px;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}

.sponsered .left-side img {
    width: 90%;
}

.sponsered {
    position: relative;
}

.sponsered .right-side img {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.sponsered .slick-dots li {
    background: #166992;
}

.sponsered .slick-dots li.slick-active button:before {
    color: #FEC006 !important;
}

@media (max-width:821px) {
    .sponsered {
        margin: 0;
    }

    .sponsered .left-side img {
        width: 80%;
    }
}

/* sponsered section starts here  */











/* middle-banner section start hre  */
.middle-banner {
    margin: 40px 0;
    background: url(../img/middle-banner-bg2.png);
    position: relative;
    color: #F4F4FB;

}



.middle-banner .right-side img {
    width: 17%;
    position: absolute;
    right: 10%;
    bottom: 0;

}

.middle-banner .left-side {
    display: flex;
    align-items: left;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

@media (max-width:786px) {
    .middle-banner .right-side img {
        opacity: .8;
        width: 52%;

    }

}

/* middle-banner section start hre  */





/* footer sections tarst here  */
ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
    padding: 10px 0;
}

.single-cta  {
    position: relative;
    padding-left: 20px;

}
.single-cta i {
    color: #FEC300;
    font-size: 20px;
    
    position: absolute;
    left: 0;
    top: 0;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.footer-content {
    padding: 10px 0;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 130px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #FEC300;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #FEC300;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #FEC300;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #FEC300;
    padding: 13px 20px;
    border: 1px solid #FEC300;
    top: 0;
}

.subscribe-form button ion-icon {
    color: #000;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
    border-bottom: 0 !important;
}

.copyright-text p a {
    color: #FEC300;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #FEC300;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-widget {
    padding: 10px 0;
}

@media (max-width:787px) {
    .footer-content {
        padding: 0 !important;
    }

    .footer-logo {
        margin-bottom: 0;
    }
}

/* footer sections tarst here  */














/* new updates  */
#home .videoembed {
    width: 100%;
}

/* new updates  */








/* upcoming-events section starts here  */
.upcoming-events {
    margin: 40px 0;
    padding: 40px 10px;

}

.upcoming-events .head h2 {
    display: inline-block;
}

.upcoming-events a {
    color: #FEC006;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.upcoming-events a:hover {
    color: #FFF;

}

.upcoming-events .view-all {
    float: right;
    border: 1px solid #ffffff87;
    padding: 2px 10px;
    margin: 10px 0;
    border-radius: 4px;

}

.upcoming-events ion-icon {
    padding: 0 3px;
}



.upcoming-events figure {
    padding: 5px;
    position: relative;
}

.upcoming-events img {
    height: 35vh;
    width: 100%;
}

.upcoming-events figure:hover {
    transform: scale(1.09);
    transition: .4s all;
    cursor: pointer;
}

.upcoming-events .middle {
    transform: scale(1.09);
}

.upcoming-events .middle .events-details {
    top: 10px;
}

.upcoming-events .events-details {
    background: #FF1943;
    position: absolute;
    top: 0;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #FFF;
}

.upcoming-events .events-details::after {
    position: absolute;
    left: 0;
    background: #FF1943;
    width: 10px;
    height: 10px;
    content: '';
    bottom: -5px;
    left: 42%;
    transform: rotate(45deg);
}

.upcoming-events .events-details .date {
    font-size: 20px;
    font-weight: 700;
}

.upcoming-events .events-details .date {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width:426px) {
    .upcoming-events {
        margin: 0 0;
        padding: 20px 10px;
    }

    .upcoming-events a {
        font-size: 16px;
    }

    .upcoming-events .slick-dots li {
        background: #218DC3;
        width: 10px;
        height: 10px;
    }

    .upcoming-events img {
        height: 50vh;
    }



}

/* upcoming-events section starts here  */












/* feel-the-rhytm" section starts herre  */
.feel-the-rhytm {
    background: url("../img/bg1.jpg");
    background-position: top;
    margin: 40px 0;
    padding: 40px;
}

.feel-the-rhytm .card {
    background: none;
    padding: 20px;
    color: #FFF;
}

.feel-the-rhytm .details {
    line-height: 30px;
}

.feel-the-rhytm .btn-15 {
    background: none;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.feel-the-rhytm .btn-15:hover {

    padding: 5px 10px;
}


.feel-the-rhytm .card:hover {
    transform: scale(1.09);
    transition: .8s all;
    cursor: pointer;

}

.feel-the-rhytm .inner-row {
    max-width: 1100px;
}

.feel-the-rhytm p {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

@media (max-width:456px) {
    .feel-the-rhytm {
        margin: 10px 0;
    }

    #about .new-row .card {
        padding: 20px;
    }
}

/* feel-the-rhytm" section starts herre  */







/* our best-services section starts here  */
.best-services {
    padding: 40px;
}

/*.best-services .dance-party {*/
/*    padding: 80px;*/
/*    background: url("../img/dance-party.jpg");*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    color: #FFF;*/
/*}*/


/*.best-services .big-city {*/
/*    padding: 80px;*/
/*    background: url("../img/big-city.jpg");*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    color: #FFF;*/
/*}*/

/*.best-services .cocktail-party {*/
/*    padding: 80px;*/
/*    background: url("../img/cocktail-long-party.jpg");*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    color: #FFF;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/

/* our best-services section starts here  */




.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

#wave {
    height: 70px;
    width: 70px;
    fill: #fff;
}

#Line_1 {
    animation: pulse 1s infinite;
    animation-delay: 0.15s;
}

#Line_2 {
    animation: pulse 1s infinite;
    animation-delay: 0.3s;
}

#Line_3 {
    animation: pulse 1s infinite;
    animation-delay: 0.45s;
}

#Line_4 {
    animation: pulse 1s infinite;
    animation-delay: 0.6s;
}

#Line_5 {
    animation: pulse 1s infinite;
    animation-delay: 0.75s;
}

#Line_6 {
    animation: pulse 1s infinite;
    animation-delay: 0.9s;
}

#Line_7 {
    animation: pulse 1s infinite;
    animation-delay: 1.05s;
}

#Line_8 {
    animation: pulse 1s infinite;
    animation-delay: 1.2s;
}

#Line_9 {
    animation: pulse 1s infinite;
    animation-delay: 1.35s;
}

@keyframes pulse {
    0% {
        transform: scaleY(1);
        transform-origin: 50% 50%;
    }

    50% {
        transform: scaleY(0.7);
        transform-origin: 50% 50%;
    }

    100% {
        transform: scaleY(1);
        transform-origin: 50% 50%;
    }
}







/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -145px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.float-sm ion-icon {
    font-size: 23px;
    position: absolute;
    left: 12px;
    top: 13px;
    color: #FFF;
    cursor: pointer;
}

.fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important;
    padding-left: 40px;
}

.float-fb {
    top: 435px;
}

.float-tw {
    top: 270px;
}

.float-gp {
    top: 270px;
}

.float-rs {
    top: 325px;
}

.float-ig {
    top: 380px;
}

.float-pn {
    top: 481px
}

/* Floating Social Media Bar Style Ends Here */


.nav {
    width: 100%;
    /* height: 65px; */
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 1;
    background: #1007265e;
    background: #1D3F7D;
}

.nav img {
    width: 14%;
    position: absolute;
    left: 8%;
    top: -34%;
}

.nav .login-rigister {
    margin: 0 5px;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 0 20px;
    display: flex;
    align-items: center;

}

.nav .login-rigister ion-icon {
    font-size: 20px;
    padding: 4px;

}


.nav .black {
    background: #100726;

}

#mainListDiv li a {
    position: relative;
    margin: 0 5px;
}




.nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}

.nav div.logo a:hover {
    color: #00E676;
}

.nav div.main_list {
    height: 65px;
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 2rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 16px;
    font-weight: 500;
}

.nav div.main_list ul li a:hover {
    color: #00E676;
}


/* Home section */

.home {
    width: 100%;
    height: 100vh;
    background-image: url(https://images.unsplash.com/photo-1498550744921-75f79806b8a7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=b0f6908fa5e81286213c7211276e6b3d&auto=format&fit=crop&w=1500&q=80);
    background-position: center top;
    background-size: cover;
}

.navTrigger {
    display: none;
}

.nav {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
    }

    .nav div.logo {
        margin-left: 15px;
    }

    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .nav div.show_list {
        height: auto;
        display: none;
    }

    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #111;
        /*same background color of navbar*/
        background-position: center top;
    }

    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }

    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }

    .nav div.media_button {
        display: block;
    }
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #111;
}






.myH2 {
    text-align: center;
    font-size: 4rem;
}

.myP {
    text-align: justify;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 20px;
}

@media all and (max-width:700px) {
    .myP {
        padding: 2%;
    }
}

/* fixed social media icons  */


.get-ticket {
    display: none;
}


@media (max-width:769px) {
    .nav {
        height: 65px;
    }

    .nav img {
        width: 40%;
        position: absolute;
        left: 8%;
        top: -30%;
    }

    #home .content h2 {
        font-size: 2rem;
    }


    #home .slider {
        height: 60vh;
    }



    #home::before {
        height: 0;
    }

    #home .slider-1 figure::before {
        height: 60vh;
    }

    .head h2 {
        font-size: 2rem;
        display: inline-block;
    }

    /* [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        display: none !important;
    } */

    .feel-the-rhytm {
        padding: 0;
    }

    .feel-the-rhytm .card {
        padding: 20px;
    }

    #about .right-side .card {
        padding: 15px;
    }



    .why-join-us {
        padding: 0;
    }

    #who-speaking .left-side {
        padding: 20px;
    }

    #who-speaking {
        padding: 15px;
    }

    #about .col-md-3 {
        padding: 0;
    }

}

.slick-dots li {
    background: #1975A2;
}

.slick-dots li button:before {
    color: #FEC300 !important;
}

/* responsive for tabs view  */

@media (min-width:821px) {
    .mobile-view {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    #home .slider .content {
        height: 56vh;
        left: 10%;
        top: 0;
    }

    .dj-home-banner {
        height: 60vh;
    }

    .dj-home-banner .content {
        height: 60vh;
        left: 10%;
    }

    .wrapper .btn {
        display: flex;
        align-items: center;
    }

    #home .slider {
        height: 50vh;
    }

    .feel-the-rhytm {
        margin: 10px 0;
    }

    .upcoming-events {
        margin: 0;
        padding: 10px 10px;
    }

    .upcoming-events img {
        height: 18rem;
    }

    .head h2 {
        font-size: 3rem;
    }

    .feel-the-rhytm {
        padding: 10px;
    }

    .feel-the-rhytm .card {
        padding: 0;
    }

    .container {
        max-width: 100% !important;
    }

    #about {
        margin: 0;
        padding: 10px;
    }

    #about .right-side .card {
        padding: 2rem;
    }

    #about .new-row .card {
        padding: 0;
    }

    .why-join-us {
        padding: 10px;
        margin: 0;
    }

    .why-join-us .card {
        padding: 1rem;
        height: 20rem;
        max-height: 20rem;
    }

    .why-join-us .col-md-4 {
        padding: 3px;
    }

    .middle-banner .right-side img {
        width: 37%;
    }

    #who-speaking {
        padding: 10px;
        margin: 0;
    }

    #who-speaking .left-side {
        padding: 1rem;
    }

    #who-speaking .right-side .details {
        top: 0;
        bottom: 0 !important;
    }

    #who-speaking .right-side ion-icon {
        padding: 7px;
        font-size: 20px;
    }

    #who-speaking .right-side .details {
        position: relative;
        padding: 10px;
    }

    .best-services .dance-party {
        padding: 3rem;
    }

    .sponsered .left-side img {
        width: 75% !important;
    }

    .footer-section .single-cta {
        display: flex !important;
    }

    .sponsered .slick-dotted.slick-slider {
        padding: 0 40px !important;
    }

    .slick-next {
        right: 0 !important;
        z-index: 10 !important;
    }

    .slick-prev {
        left: 0 !important;
        z-index: 10 !important;

    }

    .slick-next:before {
        font-size: 25px !important;
    }

    .slick-prev:before {
        font-size: 25px !important;
    }

    .testi {
        font-size: 1.5rem !important;
    }

    .testimonial-area .review {
        font-size: .90rem;
    }

    .testimonial-area .mySlidesContainer {
        padding: 2rem;
    }

    .testimonial-area {
        padding: 20px;
    }

    .footer-section .single-cta i {
        font-size: 20px !important;
        margin-top: 0;
    }
    .home-slider img{
        display: none;
    }
}

/* responsive for tabs view  */


/* responsive for mobile view */
@media (max-width:486px) {
    #home .slider .content {
        left: 0%;
        padding: 8px;
        height: 60vh;

    }

    .float-sm ion-icon {
        font-size: 1rem;
    }

    .fl-fl {
        width: 180px;
    }

    .upcoming-events .slick-dots li button:before {
        top: -4px;
        left: -5px;
    }

    .upcoming-events .slick-prev {
        left: 0;
        z-index: 10;
    }

    #about {
        padding: 0;
        margin: 0;
    }

    #about .right-side {
        padding: 0;

    }

    .best-services .col-md-12 {
        padding: 40px;
    }

    .slick-prev:before {
        font-size: 24px !important;
    }

    .sponsered {
        padding: 0;
    }

    .mySlides {
        padding: 0 !important;
    }

    .testi {
        font-size: 1rem !important;
    }

    .testi .prev,
    .next {
        font-size: 1.5rem !important;
    }

    .testi .next,
    .prev {
        font-size: 1.5rem !important;
    }

    .testi .review {
        font-size: 0.90rem !important;
    }

    .footer-section .single-cta i {
        position: absolute;
        font-size: 18px;
    }
    .single-cta  {
        padding: 10px 15px;
    
    }
    .single-cta i {
        top: 12px;
    
    }
    .cta-text h4{
        font-size: 17px;
        font-weight: 500;

    }
 
  
}

/* responsive for mobile view */