@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Inter", sans-serif !important;
    min-height: 200vh;
}

.msit_link{
    text-decoration: none;
    color: #000;
}
.msit_link:hover{
    text-decoration: none;
    color: #0092D3;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
/* Header */
.main_navsets{
    position: fixed;
    top: 20px;
    z-index: 999999999;
}
.main_header .nav-item{
    width: max-content;
}
.main_header .nav-link{
    width: max-content;
    padding: 5px 10px !important;
}
.main_header .nav-link span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    color: #fff;
    font-weight: 500;
}
.main_header .navbar-nav .active{
    background-color: #fff;
    border-radius: 100px;
}
.main_header .navbar-nav .active span{
    color: #851F1F !important;
}
.main_header .navbar-nav{
    display: flex;
    width: max-content;
    flex-direction: row;
    background-color: #851F1F ;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 100px;
    box-shadow: 0px 1px 9.2px 0px #00000026 inset;
}
.zone_confrencepeeth{
    text-align: center;
    color: #fff;
}
@media only screen and (min-width: 10px) and (max-width: 500px){
    .main_header .nav-link span{
        font-size: small;
        padding: 0px 5px;
    }
    .goat_image{
        width: 90% !important;
    }
    .logo_show{
        width: 80px !important;
    }
    .zone_confrencepeeth{
        font-size: 14px;
    }
    .logo_show_1 {
      width: 100px !important;
    }
    #countdown{
        font-size:x-large !important;
        min-width: unset !important;
    }
    .firstvibe_header, .full_brownprice h3{
        font-size: large !important;
    }
    .firstvibe_header span, .firstvibe_header img{
        margin-left: 5px !important;
    }
    .equal-height{
        height: unset !important;
    }
}

.confernce_img{
    border-radius: 16px;
    width: 100%;
}

/* Hero */
.main_herofull{
    background-image: url(./source/herobanner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.logo_show{
    width: 150px;
}
.logo_show_1 {
    width: 200px;
    height: fit-content;
}
.logo_show_terms{
    width: 80px;
}
.hero_zone {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: large;
    padding: 2px 20px;
    background: #019EE2;
    width: max-content;
    border-radius: 100px;
}
.hero_whitetextspan{
    color: #fff;
    font-size: large;
    text-align: center;
    margin: 10px 0px;
    font-weight: 500;
}
.calendar_color_icon{
    background: #00000063;
    border: 1px solid #FFFFFF;
    padding: 10px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content !important;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.calendar_color_icon img{
    width: 20px;
    margin-right: 10px;
}
#countdown{
    background: #851F1F;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    font-size: xx-large;
    width: max-content;
    border-radius: 100px;
    min-width: 400px;
    margin: 20px 0px;
}
.register_linkwhats img, .register_linkwhats3 img{
    width: 45px;
    transition: 0.3s;
}
.register_linkwhats{
    background-color: #fff;
    text-decoration: none;
    border-radius: 100px;
    width: max-content !important;
    padding: 0px 0px 0px 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    color: #C5101E;
    font-weight: 700;
    transition: 0.3s;
}
.register_linkwhats3{
    background-color: #C5101E;
    text-decoration: none;
    border-radius: 100px;
    width: max-content !important;
    padding: 0px 0px 0px 20px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
}
.register_linkwhats:hover, .register_linkwhats3:hover{
    letter-spacing: 1px;
}
.register_linkwhats:hover img, .register_linkwhats3:hover img{
    transform: rotate(360deg);
    margin-left: 10px;
}

/* Vibe section */
.pink_eventbg{
    background: #FFF4F4;
}
.firstvibe_header{
    color: #851F1F;
    font-weight: 700;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: xx-large;
    text-transform: uppercase;
}
.firstvibe_header img{
    width: 40px;
    margin-left: 10px;
}
.firstvibe_header span{
    margin-left: 5px;
    font-weight: 400;
    font-style: italic;
}
.first_video{
    box-shadow: -4px 5px 30.7px 18px #C5101E2E;
    padding: 0px;
    border-radius: 30px;
}
.span_headbrown{
    font-weight: 300;
    font-style: italic;
    color: #510000;
    text-align: center;
    font-size: large;
}
.red_showeveprofile h5{
    min-height: 50px;
}
.red_showeveprofile{
    background-color: #C5101E;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    border-radius: 10px;
    margin-top: -30px;
    z-index: 99;
}
.profile_showevent img{
    padding: 0px;
}

/* Venue */
.contentof_venue img{
    width: 40px;
    margin-bottom: 10px;
}
.contentof_venue h5{
    color: #510000;
    font-weight: 700;
}
.contentof_venue small{
    color: #606060;
    min-height: 40px;
}
.contentof_venue span{
    width: 90px;
    height: 24px;
    display: block;
    color: #C5101E;
    background-color: #FFDADA;
    border-radius: 5px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_info{
    text-decoration: none;
    width: 105px;
    height: 24px;
    display: flex;
    color: #C5101E;
    background-color: #FFDADA;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.download_brown_img img{
    width: 30px;
}
.total_whitevenue{
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0px 0px 25px 2px #0000001F;
}

/* Event Schedule */
.tab_calendershow{
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}
.tabs_eventdays {
    width: max-content;
    display: flex;
    gap: 10px;
    box-shadow: 0px 0px 16px 0px #8a8a8a29 inset;
    padding: 5px 10px;
    border-radius: 10px;
    overflow: auto;
}
.tabs_eventdays button{
    background: #EBEBEB;
    color: #939393;
    border:none;
    border-radius: 10px;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    gap: 10px;
}
.tabs_eventdays button img{
    width: 30px;
}
.tabs_eventdays .active{
    background-color: #C5101E;
    color: #fff;
}
.tabs_eventdays .active img{
    filter: brightness(0) invert(1);
}
.day_banners img{
    border-radius: 20px;
    box-shadow: 12px 12px 0px 0px #C5101E;
}
.day_banners_content{
    background: #FFFAE2;
    border-radius: 15px;
}
.day_banners_content h3{
    color: #000;
    font-weight: 700;
    margin-bottom: 22px;
}
.event_contentinner img{
    width: 50px;
    margin-right: 20px;
}
.day_banners_content h5{
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}
.day_banners_content small{
    color: #000;
    font-weight: 500;
}
.inner_columnevecont{
    width: calc(100% - 70px);
}

.register_linkwhats2{
    background-color: #C5101E;
    text-decoration: none;
    border-radius: 100px;
    width: max-content;
    padding: 10px 10px;
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}
.register_linkwhats2:hover{
    letter-spacing: 1px;
}


/* price */

.full_brownprice{
    background: radial-gradient(50% 50% at 50% 50%, #BF3939 0%, #851F1F 100%);
}
.angular_gradient:hover{
    transform: scale(0.98);
    box-shadow: 0px 0px 25px 2px #FF7B29;
}
.angular_gradient{
    transition: 0.3s;
    padding: 10px;
    border-radius: 10px;
    background: conic-gradient(from 65.68deg at 50% 50%, #FEE45A 0deg, #FFC400 93.46deg, #FF7B29 162.69deg, #FFE45D 270deg, #FFBC2A 360deg);
}
.diamond_priceshows{
    box-shadow: 0px 0px 25px 2px #FFC400;
}
.white_price{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.full_brownprice h3{
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: xx-large;
    text-transform: uppercase;
}
.dashed_bottom{
    border-bottom: 1px dashed #9D9D9D;
}
.dashed_bottom img{
    width: 80px;
    margin: 0px 10px ;
    padding: 0px;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .dashed_bottom img{
    width: 55px !important;
}
}
.content_dasedprice{
    width: calc(100% - 100px);
}
.content_dasedprice span{
    font-style: italic;
    font-weight: 600;
}
.content_dasedprice h3{
    color: #851F1F !important;
    font-weight: 700;
    margin-bottom: 0px !important;
    text-align: start;
}
.arrowed_content{
    margin: 10px 0px;
    align-items: flex-start;
}
.arrowed_content img{
    width: 25px;
    margin: 0px 10px;
}
.arrowed_content span{
    width: calc(100% - 50px);
    color: #000;
    font-weight: 500;
}

/* Attraction */

.owl-dots{
    display: none !important;
}
.owl-nav{
    justify-content: center;
    display: flex;
}
.owl-nav button{
    transition: 0.4s;
    background-color: transparent;
    color: #C5101E;
    padding: 0px !important;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 1px solid #C5101E;
    margin: 20px 10px;
}
.main_attractimg{
    width: 100%;
    padding: 0px 10px;
}
.main_carosel_siders{
    position: relative;
}
.main_carosel_siders::before{
    box-shadow: 0px 0px 60px 23px #fff;
    content: "";
    position: absolute;
    left: 0px;
    /* top: 0px; */
    height: 100%;
    width: 2px;
    z-index: 99;
}
.main_carosel_siders::after{
    box-shadow: 0px 0px 60px 23px #fff;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 2px;
    z-index: 99;
}



.image_attract{
    border-radius: 30px !important;
    overflow: hidden;
}
.equal-height {
    padding: 0px;
    height: 70vh;
    object-fit: cover;
    width: 98%;
    border-radius: 30px !important;
}

.second_video{
    padding: 0px;
    border-radius: 30px;
}
.map_iframset{
    border-radius: 30px;
}
/* new */
.footer_backround {
    background-color: #510000;
    background-image: url("./source/assets/footer_backround.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footer_content h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 20px !important;
}

.footer_btn {
    background-color: #fff;
    text-decoration: none;
    border-radius: 100px;
    width: max-content;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    color: #510000;
    font-weight: 700;
    transition: 0.3s;
}

.footer_btn:hover {
    letter-spacing: 1px;
}

.footer_powered {
    color: #050000;
}

.footer_bottom {
    background-color: #FFFFFF;
    margin: 10px 0px !important;
}

.footer_links span a {
    color: #000000;
    text-decoration: none;
}

.footer_links {
    display: flex;
    justify-content: end;
    gap: 20px;
}

@media screen and (max-width: 900px) {
    .footer_links {
        justify-content: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 425px) {
    .footer_bottom {
        text-align: center;
    }

    .footer_links {
        justify-content: center;
        margin-top: 10px;
    }

}

.organization_content h1 {
    color: #510000;
    font-weight: 700;
}

.organization_content span {
    font-weight: 400;
     color: #510000;
}

.organization_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stage_head h2 {
    color: #510000;
    font-weight: 700;
    text-align: center;
}

.stage_1 {
    background-color: #851F1F;
    box-shadow: 0px 0px 12px 0px #00000029;
    border-radius: 50px;
}
.inner_stagetype{
    background-color: #fff;
    border-radius: 30px;
}
.inner_stagetype h2{
    font-weight: 700;
    color: #510000;
    margin-bottom: 30px;
}

 /* Terms & Conditions */
 .main_content_terms h1{
  font-weight: 600;
  color: #0A8FCF;
}
.main_content_terms{
  background-color: #ebf8ff;
}
.main_content_terms ul{
  list-style-position: inside;
}
.main_content_terms h5{
  color: #0A8FCF;
  font-weight: 600;
  margin-top: 20px;
}
.main_content_terms h6{
  color: #000;
  font-weight: 600;
  margin-top: 10px;
}
.main_content_terms li{
  color: #464646;
}
.main_content_terms p{
  color: #464646;
}
/* END Terms & Conditions */



.food_showset{
    width: max-content;
    display: flex;
    margin: 10px 0px;
    align-items: center;
}
.food_showset img{
    width: 30px;
    margin-right: 10px;
}
.food_showset small{
    width: calc(100% - 40px);
    font-size: medium;
    color: #510000;
    font-weight: 600;
}
.list_style_dinner{
    list-style: none;
    padding: 0px !important;
}
.list_style_dinner li{
    padding-left: 30px;
    position: relative;
    color: #510000;
    font-weight: 600;
    font-size: medium;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.list_style_dinner li:before {
    content: "";
    vertical-align: middle;
    width: 15px;
    display: flex;
    height: 15px;
    background: #C5101E;
    position: absolute;
    border-radius: 100px;
    left: 0px;
}

.sponcer_blackgrid{
    background: #000;
    border-radius: 20px;
    overflow: hidden;
}
.sponcer_blackgrid h1{
    color: #fff;
    font-weight: 600;
}
.sponcer_blackgrid span{
    color: #fff;
}
.download_whites img{
    width: 30px;
    transition: 0.4s;
    padding: 2px;
}
.download_whites:hover img{
    background: #fff;
    border-radius: 100px;
}
.download_whites:hover{
    background: #C5101D;
    color: #fff;
}
.download_whites{
    width: max-content;
    height: 40px;
    padding: 0px 10px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    background: #fff;
    text-decoration: none;
    gap: 10px;
    color: #C5101D;
    font-weight: 700;
    margin-top:20px ;
}
.download_brown img{
    width: 30px;
    transition: 0.4s;
    padding: 2px;
    border-radius: 100px;
    filter: brightness(0) invert(1);
}
.download_brown:hover img{
    filter: brightness(100%) invert(0);
}
.download_brown:hover{
    background: #fff;
    color: #C5101D;
}
.download_brown{
    width: max-content;
    height: 40px;
    padding: 0px 10px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    text-decoration: none;
    gap: 10px;
    background: #C5101D;
    border: 1px solid #C5101D;
    color: #fff;
    font-weight: 700;
    margin-top:20px ;
}
