@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    background: #f2f2f2;
    font-family: "Montserrat", sans-serif;
}
.main_toggle_event {
    height: 50px;
    width: 206px;
    padding: 0;
    border-radius: 16px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
}
.main_toggle_event img{
    width: 54px;
    height: 40px;
}

.not-found-events{
    height: 250px;
    margin-top: 50px;
}

.main_toggle_event:focus {
    border-color: white;
    outline: none;
    box-shadow: none;
}
.main_toggle_event:hover {
    border-color: white;
}
.btn_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn_inner img {
    margin-right: 13px;
}
.main_toggle_event span {
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#main_bg_event {
    background-image: url('https://s5.cdn-boletu.com/web/img/fondo-b-negro.jpg');
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
    min-height: 300px;
}
.text_part_event {
    color: #fff;
    font-family: Montserrat;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    margin-top: 30px;
}
.event_drop .event_padding {
    border-radius: 100px;
    border: 1px solid #f2f2f2;
    /* color: #fff; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 40px;
    padding: 0 27px;
}
.event_padding:focus {
    border-color: #f2f2f2;
}
.event_padding:hover {
    border-color: #f2f2f2;
}
.event_dropdowns {
    display: flex;
    column-gap: 15px;
    margin-top: 15px;
    margin-bottom: 11px;
}

/* new year events tickets */
#new_year_events {
    padding: 10px 0;
}
.new_year_heading {
    color: #1a1a1a;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; 
    align-items: center;
}
.new_year_heading span {
    color: #0075ef;
    font-family: Montserrat;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 90%;
}
.right_filter button {
    border-radius: 12px;
    background: #fff;
    width: 140px;
    height: 50px;
    border: none;
    color: #1a1a1a;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}
.right_filter button span {
    margin-left: 8px;
}
.all_btn_event {
    display: flex;
    flex-wrap: wrap;
}
.all_btn_event .innerbtn {
    padding-right: 10px;
}
.all_btn_event .innerbtn button {
    border-radius: 12px;
    border: 1px solid transparent;
    color: #000;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 96%;
    padding: 8px 20px;
    height: 50px;
    transition: 0.3s;
    background: #fff;
}
.all_btn_event .innerbtn button:hover {
    color: black !important;
    border: 1px solid #1a1a1a;
}
.all_btn_event .event_tab.active {
    color: black !important;
    border: 1px solid #1a1a1a;
}
.all_btn_main {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.right_search_event {
    width: 25%;
}
.search_input_event {
    position: relative;
}
.search_input_event input {
    height: 50px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #fff;
    border: none;
    padding-right: 40px;
    padding-left: 30px;
    width: 100%;
}
.search_input_event input,
.search :focus {
    outline: none;
}
.yellow_box_event {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #1e33a0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goicon_event {
    position: absolute;
    top: 4px;
    right: 4px;
}
.view_more_btn {
    text-align: center;
    margin: 30px 0;
}
.view_more_btn button {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    border-radius: 12px;
    background: #071a7f;
    width: 189px;
    height: 50px;
    border: 0;
}

/* media queries */
@media only screen and (max-width: 992px) {
    .all_btn_event .innerbtn {
        margin-top: 10px;
    }
    .all_btn_main {
        flex-direction: column-reverse;
    }
    .right_search_event {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .text_part_event {
        color: #fff;
        font-family: Montserrat;
        font-size: 60px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%;
    }
    .event_padding {
        padding: 0 15px;
    }
    .text_part_event {
        margin-top: 30px;
    }

    #main_bg_event {
        background-image: url('https://s5.cdn-boletu.com/web/img/fondo-b-negro.jpg');
        background-color: #cccccc;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-bottom: 30px;
        min-height: 100px;
    }


}
@media only screen and (max-width: 600px) {
    .text_part_event {
        margin-top: 30px;
    }
    .event_dropdowns {
        display: block;
    }
    .event_drop{
        text-align: center;
    }
    .event_dropdowns .event_drop {
        margin-bottom: 12px;
    }
    .text_part_event {
        color: #fff;
        font-size: 35px;
        line-height: 100%;
    }
    .right_filter {
        padding-top: 30px;
    }
    .new_year_heading {
        text-align: center;
        line-height: 100%;
    }
}
