h1 {
    font-size: 4.5rem !important;
}

/* 15 */
.btn-15 {
    background: #FEC006;
    border: none;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #3089B1;
    border-radius: 5px;
    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;
}



.dj-home-banner {
  /*  background: url('../images/dj-page-bg.jpg');
    background: url('../images/dj-banner.jpg');*/
    position: relative;
    height: 85vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dj-home-banner .right-side {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    text-align: center;
    height: 90vh;

}

.dj-home-banner .right-side .left-speaker {
    position: relative;
}

.dj-home-banner .right-side .left-speaker::before {
    position: absolute;
    content: '';
    left: 45px;
    bottom: 8px;
    z-index: 1;
    width: 108px;
    height: 110px;
    animation: shake linear .2s infinite;
    background: url('../images/right_cc.png');
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    99% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(5px);
    }
}

.dj-home-banner .right-side img {
    width: 70% !important;
}

.dj-home-banner .content {
    position: absolute;
    left: 13%;
    top: 0;
    display: flex;
    align-items: left;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
}

.dj-home-banner .content h1 {
    font-size: 70px;
    font-weight: 900;
    color: #FFF;

}

.dj-home-banner .content .big-text {
    font-size: 7rem !important;
    font-weight: 900;
    color: #ffffff3b;
}

/* 
.dj-home-banner .left-side {
    position: relative;
}

.dj-home-banner .left-side::before {
    content: 'FEEL THE RYTHM';
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 40px;
    color: #FFF;

} */

.dj-home-banner .content h1,
h2,
.buttons {
    padding: 10px 0;
}

.right-icons {
    display: inline-block;
}










p {
    border-bottom: 0;
}



.events-about-us {
    margin: 40px 0;
}

.events-about-us .left-side {
    position: relative;
}

.events-about-us .left-side img {
    width: 80%;
    position: relative;
}

.events-about-us .left-side::before {
    content: '';
    position: absolute;
    left: 4%;
    top: -8%;
    width: 54%;
    height: 112%;
    z-index: -1;
    border: 20px solid #0F0F3B;
}



.events-about-us .card {
    background: none;
    color: #FFF;
}











/* upcoming events  */
.upcoming-events {
    margin: 40px 0;
    padding: 20px;
    color: #FFF;
}

.upcoming-events .card {
    background: none;
    padding: 20px;
}

.upcoming-events .details {
    display: flex;
}

.upcoming-events .date {
    padding: 5px;
}

.upcoming-events .address {
    padding: 5px;
}

.upcoming-events .address p {
    padding: 0;
}

@media (max-width:821px) {
    .upcoming-events .slick-track {
        height: 25rem;
    }

}

/* upcoming events  */


/* upcoming events  */
.previous-events {
    margin: 40px 0;
    padding: 20px;
    color: #FFF;
}

.previous-events .card {
    background: none;
    padding: 20px;
}

.previous-events .details {
    display: flex;
}

.previous-events .date {
    padding: 5px;
}

.previous-events .address {
    padding: 5px;
}

.previous-events .address p {
    padding: 0;
}

.previous-events .right-side {
    position: relative;
}

.previous-events .right-side::after {
    content: '';
    position: absolute;
    right: 4%;
    top: -10%;
    width: 54%;
    height: 112%;
    z-index: -1;
    border: 20px solid #0F0F3B;
}

.previous-events .right-side img {
    width: 80%;
}

/* upcoming events  */









/* testimonial section starts here  */


:root {
    --mon: "Montserrat", sans-serif;
    --blue: #122D63;
    --darkblue: #0a0a36;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.testimonial-area .slick-slide {
    margin: 20px;
}

.testimonial-area h3 {
    color: #FFF;
}

.sec-title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
}

.sec-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #000;
}

.sec-title h2 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--blue);
}

.sec-title p {
    font-size: 18px;
    line-height: 28px;
}

.testimonial-area {
    background: #fff;
    position: relative;
    z-index: 2;

}

.testimonial-area .owl-carousel {
    overflow: hidden;
    padding: 0 20px;
    margin: 0px -40px;
    padding-right: 40px;
}

.testimonial-area .owl-stage-outer {
    padding: 30px 50px;
    margin-left: -34px;
    width: calc(100% + 100px);
}

.single-testimonial {
    border: 7px solid #fff;
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
}

.single-testimonial p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}

.single-testimonial::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -35px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
    background-size: 60%;
    width: 126px;
    height: 100px;
    transform: rotate(180deg);
    background-position: 34px 15px;
}

.single-testimonial::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -34px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
    background-size: 60%;
    width: 126px;
    height: 100px;
    background-position: 34px 19px;
}

.round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.round-1::before {
    content: "";
    position: absolute;
    left: 88px;
    top: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
}

.round-1::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
}

.round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}

.round-2::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}

.client-video {
    padding-right: 15px;
}

.client-info {
    position: relative;
    z-index: 3;
}

.client-info a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    font-size: 22px;
}

.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-bottom: 50px;
}

.client-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.client-info span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.sec-title.white-title h2 {
    color: #fff;
}

.owl-dots button {
    background: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}

.owl-dots {
    text-align: center;
    margin-top: 50px;
}

.owl-dots button.active {
    width: 30px;
}

/* testimonial section starts here  */









.service {
    margin: 40px 0;
    padding: 20px;
    color: #FFF;
    background: url("")
}


/* ticket section starts here  */

/* ticket section starts here  */




/* contact-sec strt here  */
.contact-sec {
    margin: 40px 0;
    padding: 20px;
    color: #FFF;
}

label {
    display: block;
    margin: 1em 0 .2em;
}

/* single-line text, checkbox, and button */
input,
select,
textarea {
    display: block;
    width: 100%;
    padding: .3em;
    font-size: 20px;
    background-color: #fff8f81f;
    border: solid 1px #CCC;
    resize: vertical;
}

textarea {
    min-height: 180px;
}

select {
    color: indigo;
}

option {
    color: blue;
    background: lavenderBlush;
}

input[type=checkbox] {
    display: inline;
    width: auto;
    color: red;
    opacity: 0 !important;
}

input[type=submit] {
    background: linear-gradient(45deg, #27a3e0, #063045);
    margin: 1em 0 0;
    color: white;
    border: none;
    border-radius: 8px;
    transition: all .3s ease-out;
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
    background: lavenderBlush;
}

/* hover and focus states */
input[type=submit]:hover,
input[type=submit]:focus {
    background: #FEC300;
    outline: none;
}

.form-sect {
    padding: 40px;
}

.form-sect .booking-label {
    font-size: 0.90rem;
}

.form-sect input {
    height: 45px;
    cursor: pointer;
}

.form-sect .column {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: left;

    flex-direction: column;
}

.form-sect img {
    width: 95% !important;
}

.form-sect .flex {
    display: flex;
}

.form-sect select {
    color: #ffffffd9;
    font-size: 14px;
    height: 45px;
}

.form-sect select:hover {
    color: #156389;
}

.form-sect select:focus {
    color: #156389;
}

.form-sect .Note-messages {
    color: #FEC300;
    font-size: 0.95rem;
    padding: 10px 0;
}

@media screen and (min-width:600px) {

    /*  make the form 2 columns */
    form:after {
        content: '';
        display: block;
        clear: both;
    }


}

/* contact-sec strt here  */



/* our-sponsered section starts here  */
.our-sponsered {
    margin: 40px 0;
    padding: 20px;
    color: #FFF;
}

/* our-sponsered section starts here  */




/* trusted-dj-bands section starts here  */
.trusted-dj-bands {
    margin: 40px 0;
    padding: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 90vh;*/
}

.trusted-dj-bands::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background: url("../images/wave1.jpg");
    z-index: -1;
    opacity: .5;
}

.trusted-dj-bands .flex {
    display: flex;
    justify-content: space-around;
}

.trusted-dj-bands .flex .img-side {
    width: 50%;
    padding: 40px;

}
.trusted-dj-bands img{
    width: 350px;
    height: 350px;
}
.trusted-dj-bands .flex .dj-bio {
    width: 50%;
}

.trusted-dj-bands .card {
    padding: 40px;
    background: none;
    position: relative;
    color: #F1F3F4;
}

.trusted-dj-bands .soical-links {
    padding: 10px;
}

.trusted-dj-bands .soical-links ion-icon {
    color: #FFF;
    font-size: 20px;
    padding: 10px;
    background: #0F5070;
}

.trusted-dj-bands .soical-links a {
    color: #FFF;
}

.trusted-dj-bands span {
    color: #FEC006;
    font-weight: 700;
}

.trusted-dj-bands .flex .dj-bio {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-dj-bands .flex .img-side {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width:821px) {
    .mobile-view {
        display: none;
    }

}

@media (max-width:821px) {
    .trusted-dj-bands .card {
        padding: 0 !important;
    }

    .dj-home-banner .content .big-text {
        font-size: 5rem !important;
    }

    .trusted-dj-bands .flex .img-side {
        padding: 50px 15px !important;

    }

    .upcoming-events .slick-prev {
        left: 0;
    }

    .upcoming-events p {
        font-size: 0.80rem;
    }

    .upcoming-events .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .upcoming-events .card {
        padding: 15px;
    }

    .upcoming-events .slick-next {
        right: 0;
    }

    .upcoming-events .slick-prev:before {
        font-size: 22px !important;
    }

    .upcoming-events .slick-next:before {
        font-size: 22px !important;
    }

    .slick-track {
        height: 48vh;
    }

    .trusted-dj-bands {
        height: 55vh;
    }

    .dekstop-view {
        display: none;
    }



    .dj-home-banner {
        height: 60vh !important;
    }

    .dj-home-banner .content {
        height: 60vh !important;
    }

    .dj-home-banner .content {
        top: 15% !important;
    }

    .home-slider img {
        display: none;
    }

    .events-about-us h1 {
        font-size: 3.5rem !important;
    }

    .events-about-us .right-side p {
        font-size: 0.85rem;
        padding: 0;
    }

    .events-about-us .right-side {
        width: 47%
    }

    .events-about-us .left-side img {
        width: 90%;
        padding-top: 9rem;
    }

    .events-about-us .left-side::before {

        left: 0%;
        top: 12%;
        width: 79%;
        height: 73%;

    }

    .trusted-dj-bands p {
        font-size: 0.80rem;
        padding: 0;
    }

    .previous-events {
        height: 38rem;
    }

    .previous-events .slick-dotted.slick-slider {
        height: 25rem;
    }

    .previous-events .right-side {
        display: none;
    }

    .previous-events .slick-prev {
        left: 0;
    }

    .previous-events .slick-next {
        right: 0;
    }

    .previous-events .slick-prev:before {
        font-size: 22px !important;
    }

    .previous-events .slick-next:before {
        font-size: 22px !important;
    }

    .sponsered {
        height: 22rem;
    }

    .sponsered .slick-dotted.slick-slider {
        height: 7rem;
    }

    .sponsered .left-side img {
        width: 93% !important;
    }

    .form-sect .column {
        width: 100%;
    }
}


/* trusted-dj-bands section starts here  */

/* responsive for tab view  */
@media (max-width:821px) {
    .form-sect {
        padding: 40px 10px;
    }

    .form-sect input {
        height: 35px;
    }

    .booking-form {
        margin: 0;
    }

    .form-sect .flex {
        display: block !important;
    }
}

/* responsive for tab view  */



/* responsive for Mobile view  */
@media (max-width:486px) {
    .dj-home-banner h1 {
        font-size: 2.5rem !important;
    }

    .dj-home-banner .content {
        left: 2%;
    }

    .dj-home-banner .content .big-text {
        font-size: 3rem !important;
    }

    .events-about-us .left-side img {
        padding-top: 0;
    }

    .events-about-us .right-side {
        width: 100%;
    }

    .trusted-dj-bands {
        height: 100%;
    }

    .trusted-dj-bands .slick-initialized .slick-slide {
        height: 60rem;
    }

    .trusted-dj-bands .flex .dj-bio {
        width: 100%;
    }

    .trusted-dj-bands .flex .img-side {
        width: 100%;
    }

    .trusted-dj-bands .flex {
        display: block;
    }

    .dekstop-view {
        display: none;
    }

    .upcoming-events .slick-dotted.slick-slider {
        height: 20rem;
    }

    .previous-events .slick-dotted.slick-slider {
        height: 20rem;
    }
}

/* responsive for Mobile view  */

/* 
@media (max-width:1026px) {
    .dj-home-banner .right-side {
        height: 90vh;
    }
}

@media (max-width: 821px) {
    .dj-home-banner .right-side {
        height: 65vh;
    }

    .dj-home-banner .right-side .left-speaker::before {
       
        left: 30px;
        bottom: -5px;
        z-index: 1;
        width: 101px;
        height: 110px;
    }
} */