@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat";
}
body{
    background-color: #060001;
    color: #FFFFFF;
}
h3{
    color: #D0D0D0;
}

a.nav-link {
    color: #FFFFFF;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-size: 16px;
}

a.nav-link:hover, a.nav-link.active {
    color: #F9D665;
}

li.nav-item {
    padding: 0px 15px;
}

.call_icon {
    background: #F9D665;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #230C35;
    animation: animate-pulse 3s linear infinite;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255, 240, 74, 0.7),  0 0 0 0 rgba(240, 255, 74, 0.7);
    }
    40%{
        box-shadow: 0 0 0 20px rgba(255, 255, 74, 0),  0 0 0 0 rgba(246, 255, 74, 0.881);
    }
    80%{
        box-shadow: 0 0 0 20px rgba(255, 222, 74, 0),  0 0 0 20px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255, 252, 74, 0),  0 0 0 20px rgba(255, 243, 74, 0);
    }
    
}

.call_icon i , .call_icon svg {
    color: #230C35;
}

header {
    padding: 10px 0;
    border-bottom: 1px solid #1f1f1f;
    position: fixed;
    width: 100%;
    z-index: 9;
}

section.hero{
    background: url(./assets/process-creating-stand-up-comedy@2x.png) no-repeat top;
    background-size: cover;
    /* padding: 100px 0; */
    padding-top: 183px;
    padding-bottom: 190px;
}h1 {
    font-size: 104px;
    font-weight: 800;
}

h1 span {
    color: #F9D665;
}

p.location , p.date {
    color: grey;
    font-size: 16px;
    font-weight: 500;
}

.btn.btn-outline-light {
    border-radius: 30px;
    padding: 11px 45px;
    font-weight: 500;
    font-size: 20px;
}

.btn.btn-outline-light svg {
    transform: rotate(328deg);
    font-size: 22px;
    color: #F9D665;
    transition: all .3s ease-in-out;
  
}

.btn.btn-outline-light:hover{
    background: #F9D665;
    border-color: #F9D665;
}
.btn.btn-outline-light:hover svg {
    transform: rotate(360deg);
    color: #060001;
}
button.navbar-toggler {
    background: #F9D665;
    padding: 10px;
    color: #000002;
    font-size: 20px;
}
button.navbar-toggler:focus{
    box-shadow: none;
}
.search_box {
    background: #f9d665;
    padding: 20px 35px;
    border-radius: 15px;
}

.search_box input.form-control {
    border-radius: 30px;
    border: 0;
    padding: 0px 25px;
}

.search_box button.btn.btn-outline-secondary {
    border-radius: 25px !important;
    background: #222020;
    border: 0;
    padding: 10px 20px;
    color: white;
    font-weight: 500;
    font-size: 20px;
}

.search_box .input-group {
    padding: 5px;
    background: #ffffff;
    border-radius: 40px;
}

.search_box input.form-control:focus {
    box-shadow: none;
}

p.mute_text {
    font-size: 14px;
    color: #937631;
    margin-top: -7px;
}   
section.search {
    margin-top: -65px;
}
section.event_schedules{
    padding: 140px 0;
}
.event_heading h2 {
    font-size: 32px;
    font-weight: 700;
}
.event_heading span {
    color: #F9D665;
    font-size: 14px;
}
.nav-tabs {
    border: 0;
}

.nav-tabs .nav-link {
    background: transparent;
    margin: 0 10px;
    color: #989898;
    border-radius: 8px;
    position: relative;
    padding: 10px 19px;
    border: 1px solid #989898;
    font-size: 14px;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #D12B29;
    color: white;
    position: relative;
    border: 1px solid #D12B29;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 15px;
    width: 27px;
    background: #D12B29;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.nav-tabs .nav-link span {
    font-size: 14px;
    font-weight: 300;
}
.card.days_cards {
    background: #191919;
    border-radius: 8px;
    transition: all .3s ease-in-out;
    padding: 15px;
}
.card.days_cards:hover{
    border: 1px solid #f9d665;

}.details_days>svg{
    transition: all .3s ease-in-out;
}
 
.card.days_cards:hover .details_days>svg{
    margin-right: 10px !important;
}
.card.days_cards .card-body {
    padding: 0;
}

.card.days_cards img {
    width: 168px !important;
    margin-right: 20px !important;
}

.card.days_cards h4 {
    font-size: 20px;
    color: white;
}

.card.days_cards p {
    font-size: 16px !important;
    font-weight: 100;
}

p.time {
    color: #f9d665;
}
a.details_days {
    color: #f9d665 ;
}
button.btn.btn-outline-secondary svg, button.btn.btn-outline-secondary i {
    color: #f9d665;
    transform: rotate(316deg);
}
.card.active_events {
    background: linear-gradient(45deg, #211A05, #230C35 ,#300C28 );
}

.active_event_date_day {
    text-align: center;
    width: fit-content;
}

p.mb-0.a_event_date {
    background: #5D5D5D;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px;
    font-size: 16px;
}


p.mb-0.day_time {
    background: #989898;
    padding: 9px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 13px;
    color: black;
}

.event_name h4 {
    font-size: 20px;
}

p.mb-0.a_event_add {
    font-size: 16px;
    color: #f9d665;
    font-weight: 100;
}

.name h4 {
    font-size: 20px;
}

p.mb-0.subtit {
    font-size: 16px;
    font-weight: 100;
}
.card.active_events .card-body {
    padding: 15px;
}
.card.circle_card {
    background: transparent;
    text-align: center;
    border: 0;
}

.card.circle_card img {
    border-radius: 50%;
    border: 5px solid white;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}
.card.circle_card:hover.card.circle_card img{
    border-color: #F9D665;
    transform: scale(0.90);
}
.kings_details h4 {
    font-size: 20px;
    transition: all .3s ease-in-out;
}
.king_icon{
    font-size: 25px;
}
.card.circle_card:hover.circle_card h4{
    color: #F9D665;
}
.text-warning{
    color: #F9D665 !important;
}
.kings_details span {
    font-size: 14px;
    color: #989898;
}
section.king{
    padding: 100px 0;
}
.kings_main_din {
    background: #191919;
    padding: 45px;
    border-radius: 10px;
}
.features_content {
    background: #191919;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #5D5D5D;
    transition: all .3s ease-in-out;
}
.features_content:hover{
border-color: #F9D665;
}
.features_content img {
    width: 50px !important;
    margin: 0 auto;
    margin-bottom: 10px !important;
}

.features_content h4 {
    font-size: 14px;
    color: #D0D0D0;
}
.owl-nav {
    position: absolute;
    top: -115px;
    right: 0;
    font-size: 40px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #f9d665;
}
section.features{
    padding-bottom: 80px;
}
.ticket_container {
    background: linear-gradient(267deg, #ba2f2d99, #190909), url(./assets/footer.png);
    padding: 30px;
    border-radius: 4px;
}

.ticket_container ul {
    padding-left: 0;
}

.ticket_container ul li {
    list-style: none;
    font-size: 24px;
    margin-bottom: 10px;
}

.ticket_container ul li svg,.ticket_container ul li i {
    color: #f9d665;
}

.ticket_container .event_heading h2 span {
    font-size: 32px;
}
input.form-control.subscribe_input {
    padding: 13px 20px;
}
section.ticket_guarantee {
    padding-bottom: 80px;
}

h2.subscribe_heading {
    color: #000000;
    font-size: 32px;
    font-weight: 800;
}

p.sub_title {
    font-size: 16px;
    color: #000000;
}
footer {
    background: linear-gradient(45deg, #0000006e, #0000009e), url(./assets/footer.png);
    padding-bottom: 60px;
    padding-top: 115px;
}

section.subscribe {
    margin-bottom: -45px;
}

span.copyright {
    font-size: 14px;
    color: #D0D0D0;
}
.social_icons_container {
    /* background: red; */
    /* padding: 20px 0; */
    display: flex;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 35px;
}

a.socail_icons_a {
    background: transparent;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    transition: all .3s ease-in-out;
    font-size: 16px;
}
a.socail_icons_a:hover {
    background: #ffffff;
    color: black;
}

footer h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 13px;
    transition: all .3s ease-in-out;

}

footer ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 200;
}
footer ul li:hover a{
color: #F9D665;
}
.nav-tabs .nav-link:nth-child(1) {
    margin-left: 0;
}
.features_content:hover {
    background: #F9D665;
}
.features_content:hover.features_content img{
filter: invert(1);
}
.features_content:hover.features_content h4{
    color: black ;
}
.facebook:hover{
    background-color: #1877F2 !important;
    color: white !important;
}
.twitter:hover{
    background-color: white !important;
}
.linkedin:hover{
    background-color: #0077B5 !important;
    color: white !important;
}
.youtube:hover{
    background: #b2071b !important;
    color: white !important;
}
.responsive_call{
    display: none;
}
.read_more{
    background-color: #F9D665;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    color: #060001;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: center;
    font-size: 16px;

}
.read_more_btn span{
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    display: block;
}
.read_more_btn{
    margin: 10px 30px 0;
}





.days_a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.days_a:hover{
    color: inherit;
}

.right_arrow{
    color: #f9d665 !important;
transition: all .3s ease-in-out;
}
.days_a:hover .right_arrow{
    margin-right: 10px !important;
}
a.day_a {
    color: white;
    text-decoration: none;
}
a.details_days {
    color: #f9d665;
    position: absolute;
    right: 20px;
}