

/*  Bello CSS CODE FOR PLAY BUTTON ON TOP OF SLIDER */  

.play-btnm {
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 6px solid red;
    animation: spin 5s infinite linear;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btnm i {
    color: red;
    font-size: 46px;
    display: block;
}

/* Hover Effect */
.play-btnm:hover {
    border: 6px solid white;
}

.play-btnm i:hover {
    color: white;
}

/* Faster Animation */
@keyframes spin {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  }
  40% {
    box-shadow: 0 0 0 30px rgba(255, 0, 0, 0);
  }
  60% {
    box-shadow: 0 0 0 50px rgba(255, 0, 0, 0);
  }
  80% {
    box-shadow: 0 0 0 30px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 0, 0, 0);
  }
}


/*  Bellow CSS CODE FOR floating button  */ 

.fixed-register-btn {
    position: fixed; 
    top: 150px; 
    right: -2px; 
    z-index: 999; 
}

.modal{
    z-index: 9999; 
}

.fixed-register-btn .btn {
    font-family:"tw cen mt";
    font-size:1.1em;
    font-weight: bold;
    padding: 12px 24px;
    background-color:#ffffff;
    color: #2A2780;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius:none !important;
    border-bottom-right-radius: none !important;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.fixed-register-btn .btn:hover {
    font-family:"tw cen mt";
    font-size:1.1em;
    font-weight: bold;
    padding: 12px 24px;
    background-color:#a52967;
    color: white;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius:0px !important;
    border-bottom-right-radius: opx !important;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}


.fixed-register-btn .btn span {
    display: inline-block;
    animation: zoomText 1s infinite alternate; /* Apply animation */
}


@keyframes zoomText {
    0% { transform: scale(1); }
    100% { transform: scale(1.2); } /* Slight zoom-in effect */
}

/*  Bello CSS CODE FOR objectives  */  

.card-img-top {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2A2780;
}

.card-img-top i {
    font-size: 35px;
    color: #ffffff;
}


.exhibit .card-img-top {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2A2780;
}

.exhibit .card-img-top i {
    font-size: 60px;
    color: #ffffff;
}


.exhibit .card {
     background-color: none !important;
}

  .card-title {
    font-weight: bold;
    font-size: 1.5em;
  }
  .btn-primary {
    border-radius: 2em;
    padding: 0.5em 1.5em;
  }
  

  
 .card{
    padding: .5em 0.5em .5em 0.5em;
    height: 100%;
    width:100%;
    border-radius: 0%;
    border:1px solid #a52967;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
   
   }

    .card:hover{
    height: 100%;
    width:100%;
    border:1px solid #ffffff;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 26px 50px -10px rgba(0, 0, 0, 0.38),
    0 10px 20px 0px rgba(0, 0, 0, 0.2), 0 15px 10px -10px rgba(0, 0, 0, 0.2);
    background-color: rgba(165, 41, 103, 0.8); 
}



.our-objective{
    padding: 1.5em 0.5em 1.5em 0.5em;
    border:1px solid #a52967;
    height: 100%;
    width:100%;
}

.card:hover .our-objective{
    padding: 1.5em 0.5em 1.5em 0.5em;
    border:1px solid #ffffff;
    height: 100%;
    width:100%;
}


.card-text{
text-align: left;
color: #000000;
font-size:16px;
}


.description{
text-align: left;
color: #fff;
font-size:16px;
}

.card:hover .card-text{
    text-align: left;
    color: #ffffff;
    font-size:16px;
    }

.card-title{
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:18px;
    font-weight: bold;
    text-align: center;
    color:#a52967;
    }

/*  Bello CSS CODE FOR TOP HEADER  */  

.event-date h3 {
  font-family: "Oswald", serif;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: 500;
  font-style: normal;
  color: #2A2780;
  text-align: center; 
  margin: 30px auto; 
  display: block;
}

.venue-info a{
  font-family: "Oswald", serif;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: 500;
  font-style: normal;
  color: #2A2780;
  text-align: center; 
  margin:10px auto; 
  display: block;
  text-decoration: none;
}

.venue-info a:hover{
    font-family: "Oswald", serif;
    font-size: clamp(16px, 2vw, 25px);
    font-weight: 500;
    font-style: normal;
    color: #a52967;
    text-align: center; 
    margin:10px auto; 
    display: block;
    text-decoration: none;
  }

.register-btn{
  font-family: "Oswald", serif;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center; 
  margin:10px auto; 
  display: block;
  border-radius:5px;
  background-color:#2A2780;
}


.register-btn:hover{
    font-family: "Oswald", serif;
    font-size: clamp(16px, 2vw, 25px);
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-align: center; 
    margin:10px auto; 
    display: block;
    border-radius:5px;
    background-color:#a52967;
  }


.register-btn span{
  padding:0 10px;
}

.top-nav-bar{
   text-align: center; 
}

/*  Brown #A02262  #A62F69*/  


.top-nav-bar .list-inline-item {
    padding: 0 -5px;
}

.top-header {
  margin-top:10px;
}

/* Bellow css code for social media */ 

.fa-facebook-f,.fa-times,.fa-instagram,.fa-youtube{
  border-radius:50%;
  height:30px;
  width:30px;
  text-align:center;
  padding-top:7px;
  margin-bottom: 5px;
  float:left;
}

.fa-facebook-f:hover,.fa-times:hover,.fa-instagram:hover,.fa-youtube:hover{
  background-color:#a52967;
  border-radius:50%;
  color:#ffffff;
  height:30px;
  width:30px;
  text-align:center;
  padding-top:7px;
  margin-bottom: 5px;
  float:left;

}

/* BELLOW CSS Code countdown */

.countdown-content h1 {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.countdown-content h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}


/* BELLOW CSS CODE FOR NAVBAR */

.navbar {
    margin-right: 0px !important;
    margin-left: 0px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Apply shadow here */
  }

.dropdown-menu{
    margin-top:7px !important;
    border-radius: 0px !important;
    background-color:#ffffff;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  
  
  .dropdown-item{
     color:#2A2780!important;
     border-bottom:1px solid #f8f9fa ;
  }
  
  .dropdown-item:hover{
     color:red !important;
  }
  
  .dropdown-divider{
    margin:5px;
  }

.nav-item  {
   padding:0px 10px;
}  


.navbar-nav .nav-link{
   font-family:"tw cen mt";
   font-size:1.1em;
   color:#2A2780 !important;
   font-weight: bold;
  
}

.navbar-nav .nav-link:hover{
   font-family:"tw cen mt";
   font-size:1.1em;
   color:#a52967 !important;
   font-weight: bold;
  
}

 .list-group-item a{
  text-decoration: none;
 }


 .advertisement{
   margin-bottom:2px;
 }

 .brand-logo{
    max-width: 400px;
 }

 .img-slider{
    margin-top: 65px;
 }

@media  screen and (max-width:1400px){
    .nav-item  {
   padding:0px 1px;
}  

.brand-logo{
    max-width: 320px;
 }

 .img-slider{
    margin-top:50px;
 }

.list-group-item{
    border:none;
    padding:0px 5px;
  
  }


.list-inline-item{
  margin-bottom: none !important;
  
}

.container-fluid{
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-bottom:2px;
}

.navbar-nav .nav-link{
   font-family:"tw cen mt";
   font-size:1em;
   color:#2A2780 !important;
   font-weight: bold;
}

.navbar-nav .nav-link:hover{
    font-family:"tw cen mt";
    font-size:1em;
    color:#965475 !important;
    font-weight: bold;
   

  }
}


  @media  screen and (max-width:1200px){
    .nav-item  {
   padding:0px 10px;
}  

.brand-logo{
    max-width: 280px;
 }

.navbar{
  background-color:#2A2780;
  margin-bottom:5px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);

}

.navbar-nav .nav-link{
   font-family:"tw cen mt";
   font-size:1em;
   color:#2A2780 !important;
   font-weight: bold;
  
}

  }

@media  screen and (max-width:992px){
  .nav-item:hover{
  background-color:#f8f9fa;

}

.navbar-brand img{
    max-width: 300px !important;
}

}



 .navbar-toggler {
  color:#2A2780;
  border-color:#2A2780;
  padding:3px 5px;
}

.btn-close{
  border: 1px solid #2A2780 !important;
  opacity: 1 !important;

}


  .active{
    color:red !important;
  }

  .text-uppercase{
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 17px;
  }


  .footerDes{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
  }

/* BELLOW CSS CODE FOR objectives SECTION */

  
.objectives {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.objective {
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    
}


.objective:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
   
}


.objective p {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 300;
    padding-top: 10px;
    font-family: "Oswald", sans-serif;
    
}


.about-idexpo{
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}


.about-idexpo p{
    color:#ffffff;
    text-align: justify;

    
}

.promo-wrapper {
    text-align: center; 
    margin-top: 20px;
    margin-bottom: 30px;
}

.promo {
    border: none;
    outline: 0;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding:10px 0;
    border-bottom: 4px solid #fff;
    width: auto;
          
    }

    div.countdown-content h1{
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
    }

    div.countdown-content h3{
        font-family: "Open Sans", sans-serif;
        font-weight: 200;
        font-size: 20px;
    }



/* BELLOW CSS CODE FOR EXHIBITOR PROFILE SECTION */

.freQuestion {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff; 
    border: none; 
}

.freQuestion input[type="checkbox"] {
    display: none; 
}

.freQuestionTitle {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    background-color: #f8f9fa;
    border: none; 
    border-bottom: 2px solid #ddd;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.freQuestionNumber {
    color: #007bff;
}

.freQuestionTitle:hover {
    background-color: #e9ecef;
    color:#a52967;
}

/* Arrow icon styling */
.freQuestionTitle::after {
    content: "\f107"; 
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900; 
    position: absolute;
    right: 20px; 
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
}

.freQuestionContentWrapper {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s ease-in-out;
}

.freQuestionContent {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 0;
}


.freQuestionTrigger:checked + .freQuestionTitle + .freQuestionContentWrapper {
    max-height: 200px; 
}


.freQuestionTrigger:checked + .freQuestionTitle::after {
    transform: rotate(180deg);
}

.freQuestionTrigger:checked + .freQuestionTitle,
    .freQuestionTrigger:checked + .freQuestionTitle .freQuestionNumber {
        color:#a52967;
}

.freQuestionTrigger:not(:checked) + .freQuestionTitle,
    .freQuestionTrigger:not(:checked) + .freQuestionTitle .freQuestionNumber {
        color: black;
}

.freQuestionTrigger:not(:checked) + .freQuestionTitle:hover,
    .freQuestionTrigger:not(:checked) + .freQuestionTitle .freQuestionNumber:hover {
        background-color: #e9ecef;
        color:#a52967;
}

/* BELLOW CSS CODE FOR SPONSORSHIP SECTION */

    .nav-pills .nav-link {
    color: #ffffff; 
    background-color: transparent;
    padding: 4px 10px;
  }

  .nav-pills .nav-link:hover {
    color: #a52967; 
    background-color: transparent;
    padding: 4px 10px;
  }

  .nav-pills .nav-link.active {
    background-color: #a52967 !important; 
    color: #fff !important;
  }

.nav-pills{
    text-align:center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;

}

.tab-content{
    background-color: #ffffff ;
    border-radius:5px;
}

.tab-pane{
    border-radius: 10px;
    padding: 0 10px 15px 10px;
}

.tab-pane p{
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    }

.tab-pane li{
       
        color: #000000;
        font-size: 16px;
        line-height: 1.5;
        font-style: italic;
        }

.tab-pane h3{
        font-size:18px;
        font-weight: bold;
        
        color:#000 !important;
        text-align: center;
        padding-top:10px;
        padding-bottom:10px; 
        text-transform: uppercase;
        }

 #platinum h3{
    background-color: #C0C0C0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius:5px;
 }

 #silver h3{
    background-color: #C0C0C0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius:5px;
 }

 #gold h3{
    background-color: #f4e997;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius:5px;
 }

 #bronze h3{
    background-color:#b7744f;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius:5px;
 }

 .gold-back{
    background-color: #fff5b8;
    background-image: linear-gradient(to right,#fff5b8, #b3732b, #d0a24a);
    padding:20px;
    border-radius:5px;
 }

 .bronze-back{
    background-color: #dda276;
    background-image: linear-gradient(to right,#dda276, #b3732b,#e2a77f,#ac6839);
    padding:20px;
    border-radius:5px;
 }

        table td {
    
        font-weight: 400;
        font-size:16px;
        }

        .rowBack{
          font-family: "Oswald", sans-serif;
          font-weight: bold;

        }

        .table th, .table td {
            width: 33.33%;  /* Distribute equally across 3 columns */
            text-align: left; /* Center align content */
            vertical-align: middle; /* Align content in the middle */
          }

          .sponsorsmg{
            font-size:20px;
            font-weight: 700;
            text-align: center;
            margin: 30px 0;
            color: #ffffff;
          }

          .sponsor h3{
            font-weight:bold;
            font-size:18px;
            background-color:#ffffff !important;
            color:#000 !important;
            padding-top:10px;
            padding-bottom:10px; 
            text-align:center;
          }

          .sponsor p{
            font-size:16px;
            font-weight: 400;
            color: #ffffff !important;
            text-align: justify;
          }

          .message{
            background-color:red;
             height:50px;
             color: #fff;
             font-family: "Oswald", sans-serif;
            font-weight: 400;
            font-size:20px;
            padding-top:10px;
          }

/* BELLOW CSS CODE FOR FOOTER SECTION */

hr.style1{
    border-top: 1px solid #fff;
    display:block;
  
  }
  
  .vertical{
  border-right: 1px solid #cccccc;
  
  }
  
  .left_vertical{
      border-left: 1px solid #cccccc;
      
      }
  
  .vertical-left{
  border-left: 1px solid #cccccc;
  
  }

  footer{
            font-family: Montserrat, arial;
            font-weight: bold;
            font-size: 13px !important;
            background-color:#2A2780;
            color: white;
            display:block;
            padding-bottom: 20px;
            text-align:left;
            z-index: 2;
        
            }



  footer .list-group-horizontal .list-group-item {
      background-color:#2A2780; 
      border: none;
    }


.vertical-menu a {
    font-size: 12px !important;
    color: white;
    display: block;
    padding: 6px;
    text-decoration: none;
}

.vertical-menu a:hover {
    color: red;
}

.vertical-menu a.active {
    background-color: #4CAF50;
    color: white;
}

/* BELLOW CSS CODE FOR booth SECTION */

.booth-title h3, .venue h3{
    font-weight: 700;
    font-size:25px;
    color: #ffffff !important;
    margin-top:20px;
}

.booth-title p .venue p{
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size:17px;
    color: #000000;
    margin-top:20px;
}

 .venue h3, .shadow-lg h3{
  
    font-weight: 700;
    font-size:25px;
    color: #ffffff !important;
    margin-top:20px;
}

.venue p{
    
    font-weight: 300;
    color: #ffffff;
    margin-top:20px;
}

.note{
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size:18px;
    font-style: italic;
    color: red;
    margin-top:10px;
    margin-bottom:10px;
}

.booth-title ul li{
    font-size:16px;
    color: #ffffff;
    margin-top:5px;
}

.fa-store, .fa-balance-scale, .fa-credit-card, .fa-wheelchair{
    color: #ffffff !important; 
    background-color: #a52967;
    padding: 2px;
}

.hr-style{
    border: 2px dotted  #a52967;
}

/* BELLOW CSS CODE FOR contact SECTION */

.map-container {
    position: relative;
    width: 100%;
    height: 400px; /* Set a fixed height or use min-height */
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Full height of the container */
    border: 0;
}

.shadow-lg .btn-primary{
    background-color:#a52967 !important ;
    border: none;
    float: center !important;
    width:100%;
}

.shadow-lg .btn-primary:hover{
    background-color:#2A2780 !important ;
    border: none;
    float: center !important;
    width:100%;
}

.contact h3{
   
    font-weight: 700;
    font-size:25px;
    color: #ffffff !important;
    margin-top:20px;
    text-align: center;
}

.contact p{
    
    font-weight: 300;
    font-size:17px;
    color: #ffffff;
    margin-top:20px;
    text-align: center;
}

.about-size{
    width:100%;
    height:100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
}

/* bellow css code for expand section */

.feature-card {
          
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    transform: rotate(45deg);
    animation: borderChange 2s infinite alternate;
}



.feature-card:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-card i {
    font-size: 40px;
    transition: color 1s ease-in-out;
    animation: lightEffect 1s infinite alternate, colorChange 2s infinite alternate;
}

@keyframes lightEffect {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes colorChange {
    0% {
        color: white;
    }
    100% {
        color: yellow;
    }
}

.feature-card:hover i {
    color: white;
}

.feature-card h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    transition: 0.3s ease-in-out;
}

/* Hover effect */
.feature-card::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a52967;
    z-index: -1;
    transition: 0.4s ease-in-out;
}

.feature-card:hover::before {
    top: 0;
}

.feature-card:hover h3 {
    color: white;
}

.content-wrapper {
    transform: rotate(-45deg);
}

/* Bello css code for venue section */

.hover-zoom:hover {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.hover-zoom {
    transition: transform 0.5s ease-in-out; /* Smooth transition */
}
.hover-zoom:hover {
    transform: scale(0.8); /* Zoom in by 10% */
}

.read-more-btn {
    transition: all 0.3s ease-in-out;
}
.read-more-btn:hover {
    background-color: #a52967; /* Darker blue */
    transform: scale(1.05); /* Slight zoom */
}

.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-center .btn{
    background-color: #a52967;
    color:#ffffff;
    border-radius: 25px;
}
