@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;
}
.eventdetails{
    margin-top:-245px;
    position: relative;
    /* padding-bottom: ; */
}

.radio-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 210px;
    right: 0;
    margin-right: 145px;
    z-index: 10000;
  }

  .radio-inputs2 {
    display: none;
  }



.radio-inputs > * {
  margin: 6px;
}

.radio-input:checked + .radio-tile {
  border-color: #757f99;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}

.radio-input:checked + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #ffffff;
}

.radio-input:checked + .radio-tile .radio-icon svg {
  fill: #ffffff;
}

.radio-input:checked + .radio-tile .radio-label {
  color: #2260ff;
}

.radio-input:focus + .radio-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.radio-input:focus + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-height: 80px;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}

.radio-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}

.radio-tile:hover {
  border-color: #2260ff;
}

.radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.radio-icon svg {
  width: 2rem;
  height: 2rem;
  color: black;
}
 
.radio-tile-group .input-container {
    position: relative;
    width: 135px;
    height: auto;
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    width: 100%;
    height: 100%;
    border: 1px solid #EEEDF2;
    border-radius: 10px;
    padding: 1rem;
    transition: transform 300ms ease;
}


.radio-tile-group .input-container .radio-tile-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #079ad9;
}
.radio-tile-label h4{
    width: 47px;
    height: 47px;
    border-radius: 100%;
    background-color: #E6F1F8;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}
.radio-tile-label p{
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 16px 0;
}
.dropdown_menu{
    position: relative;
    z-index: 1;
    padding: 3px 10px;
    font-size: 14px;
    border: 1px solid #EFF2FF;
    border-radius: 4px;
    color: #0278B8;
    font-weight: 700;
    font-size: 14px;
}
.dropdown_menu:focus{
    box-shadow: none;
    outline: none;
}
.descripton-content h6 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
}
.descripton-content h6 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    border: 2px solid #0278B8;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile  .radio-tile-label h4{
    background-color: #0278B8;
    color: #fff;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile .dropdown_menu{
    background-color: #E6F1F8;
}
.slider_section{
    padding-bottom: 50px;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel .owl-nav {
    margin: 0;
}
.btn-wrap {
    text-align: center;
    width: 100%;
}
.btn-wrap button {
    background-color: #E6F1F8;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.owl-theme .owl-nav .disabled,
button.disabled {
    opacity: 0.6;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.prev-btn{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-180%,-50%);
}
.next-btn{
    position: absolute;
    right: 0;
    top: 50%;
    right: 0;
    transform: translate(200%,-50%);

}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.slider_header{
    padding: 28px 0;
}
.slider_header{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.slider_header h3{
    font-size: 14px;
    font-weight: 700;
    margin-left: 16px;
}
.slider_main_content{
    width: 87%;
    margin: auto;
    position: relative;
}

.radio-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
  font-size: 13px;
}

.radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.map_heading{
    color: #1A1A1A;

    font-family: Montserrat;
    font-size: 15.41px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 20.804px */
    border-radius: 14.447px;
background: #FFF;
display: flex;
padding: 20px;
width: max-content;
margin-bottom: -16px;

}
#event_detail_section{
    padding: 60px 0;
    padding-bottom: 50px;
}
.map_inner{
    display: flex;
    justify-content: space-between;
}

.map_left .map_text{


    font-family: Montserrat;
    font-size: 10.77px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 14.54px */
}
.dropIcon{
    display: none;
}
.orange{
    color: #FF731B;
}
.light_blue{
    color: #37AECD;
}
.light_green{
    color: #30B921;
}
.yellow{
    color: #FFA900;
}
.pink{
    color: #D03053;
}
.purple{
    color: #D03053;
}
.map_left .map_value{
    color: #1A1A1A;
    font-family: Montserrat;
    font-size: 10.77px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 14.54px */
    margin-top: 6px;
}
.map_small_card{
    border-radius: 15.386px;
border: 0.769px solid rgba(0, 117, 239, 0.30);
background: #F2F4F8;
padding: 15px;
}
.map_right{
    display: flex;
    align-items: center;
}
.for_round{
    border-radius: 20.001px;
background: #FFF;
padding: 20px 20px;
}
.map_right_side{
    border-radius: 26px;
background: #FFF;
padding: 15px;
/*height: 140vh;*/
height:100%;
}
.map_img img{
    width: 100%;
    height: auto;
    margin-top: -10px;
    position: relative;
    z-index: -999;
}
.map_right_side .people_seen{
    color: #1A1A1A;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 20.25px */
border-radius: 12px;
background: #F2F4F8;
text-align: center;
padding: 15px 12px;
}
.map_right_side .people_seen span{
    color: #0075EF;

    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 20.25px */
}
.map_blue{
    border-radius: 20px;
    overflow: hidden;
    margin-top: 12px;
}
.map_blue img{
    width: 100%;
    height: auto;
}


.summary_box{
    border-radius: 20px;
background: #F2F4F8;
padding: 15px;
margin-top: 20px;
}
.body_box_details{
    display: flex;
    /* justify-content: space-between; */
}

.body_box_details .body_flex_text2 .up{
    /* color: #30B921; */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 18.9px */
}
.body_box_details .body_flex_text3 {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}
.body_box_details .body_flex_text3 .down {
padding-top: 6px;
}
.body_box_details .body_flex_text2 .down {
padding-top: 6px;
color: #000;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 135%;
}

.body_box_details .body_flex_text1 {
    display: flex;
    align-items: center;
}
.body_flex_text1 img{
    /* margin-left: 10px; */
    margin-right: -21px;
}
.buy_ticket_btn{
text-align: center;
margin:15px 0;
margin-top: 30px;
}
.buy_ticket_btn button{
    color: #FFF;
font-family: Montserrat;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.5px;
width: 300px;
height: 47px;
border-radius: 16px;
background: #071A7F;
border: none;

}
.buy_ticket_btn button:disabled {
    background: grey;
    color: darkgrey;
    cursor: not-allowed;
}

.detail_img_part img{
    width: 100%;
    height: auto;
}
.details_inner .detail_text_part{
    color: #1A1A1A;

font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.64px;
}
.details_inner{
    display: flex;
}
.details_inner .detail_text_part{
    color: #1A1A1A;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.64px;
display: flex;
align-items: center;
padding-left: 15px;
}
.details_inner .details_para{
    color: #484B51;

    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
}
.event_details_box{
    border-radius: 26px;
border: 1px solid rgba(0, 117, 239, 0.30);
background: #F2F4F8;
padding: 18px 35px;
}

.details_drop{
    width: 147px;
height: 40px;
flex-shrink: 0;
border-radius: 12px;
background: #071A7F!important;
}
.detail_drop{
    text-align: end;
    margin-top:4px;
}
.detail_acordian_box{
    padding-top:100px;
}
.details_lefts_side{
    padding-right: 10px;
}
.details_rights_side{
    padding-left: 10px;
}



/* media queries */
/* Media Queries */
@media only screen and (max-width: 1366px) {
    .radio-inputs {
        display: none;
      }

      .radio-inputs2 {
        display: flex;
      }
      .radio-inputs2 label { 
        margin-right:10px;
      }
    .map_left .map_text{
        font-size: 10px;
    }
    .map_small_card{
        padding-left: 10px;
        padding-right: 10px;
    }
    /*.map_right_side{*/
    /*    height: 123vh;*/
    /*}*/
    .body_flex_text1 img {
        /* margin-left: 10px; */
        margin-right: -8px;
    }
    .eventdetails {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    #event_detail_section{
    margin-top: 0px;
    
}


.buy_ticket_btn button {
    width: 100%;
}
.details_lefts_side {
    padding-right: 0px;
}
.details_rights_side {
    padding-left: 0px;
}
}
@media only screen and (max-width: 668px) {
    #event_detail_section{
    margin-top:0px;
}
}
@media only screen and (max-width: 450px) {
    #event_detail_section{
        margin-top: 0px;
}
.detail_acordian_box {
    padding-top: 38px;
}
.body_flex_text1 img {
    /* margin-left: 10px; */
    margin-right: 0;
}
.body_box_details .body_flex_text2 .up {

    font-size: 12px;
   
}
.body_box_details .body_flex_text2 .down {

    font-size: 9px;

}
.body_box_details .body_flex_text3{
    font-size: 11px;
}
.map_right_side {
    height:auto;
}
.for_round{
    height: 0;
overflow: hidden;
transition:0.3s;
}
.mystyle{
height: auto;
overflow: hidden;
transition:0.3s;
}
.dropIcon{
    display: block;
}
}
@media only screen and (max-width: 330px) {
    #event_detail_section{
        margin-top: 240px;
}
}