@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, h1, h2, h3, h4, h5, h6 {
    color: #FFF;
    font-weight: 500;   
    line-height: 1.3em;
}
body{
        background-image: url(../img/bg.jpg);
            background-attachment: fixed;
    background-size: 100% 100%;
}
.dance-event-item .dance-event-info .date {
    color: #ffffff;
  
}
.bg-star:hover{
    color: black;
}
/*.kuala{
    background: #280077 !important;
}
.johor{
    background: #0097b2 !important;
}
.penang{
    background: #671953 !important;
}*/
h2.title{
        font-size: 1.6rem;
    margin-top: 1REM;
    font-weight: bold;
    LETTER-SPACING: 1PX;
}
h2.title span{
    display: block;
}
.bg-star{
background-image: url(../img/bg-star.png);
height: 50px;
    width: 60px;
    text-align: center;
    background-size: 100% 100%;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 5px;
    color: black;
    text-decoration: none;
        line-height: 1;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #ffd910;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: YELLOW;
}
.why-visit li span {
    display: block;
    font-weight: bold;
    color: #ffffff;
}

/*.conference-map-info h3 span {
    color: #000000;
}*/

 .info-box {
      position: relative;
      padding: 2rem;
      border-radius: 1rem ;
      color: white;
      text-align: center;
      height: 100%;
      transition: all ease-in-out 0.22s;
    }
    .info-box:hover{
        transform: scale(1.1);
    }
    
    .info-number {
      font-size: 1rem;
    font-weight: 700;
    POSITION: ABSOLUTE;
    TOP: -10PX;
    background: #ffffff;
    color: black;
    PADDING: 10PX;
    HEIGHT: 41PX;
    WIDTH: 40PX;
    border-radius: 25px;
    left: -9px;
    display: none;
    justify-content: center;
    align-items: center; 
    }
    .info-text {
          margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    LINE-HEIGHT: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    }
 .info-text h4{
        margin-top: 1rem;
    font-size: 1REM;

 }
    /* Colors */
    .blue-box { background-color: #280077; }
  

    .green-box { background: linear-gradient(45deg, #ff914d, #ff3131);}
 

    .purple-box { background-color: #6f42c1; }
   

    .orange-box { background-color: #4e0653; }
 

    
    

.mission-meta li i {
    margin-right: 10px;
    color: #000000;
}
#giveaway-partners li figure {
    
    padding: 8PX;
   
    background: WHITE;
    border-radius: 4px;
}
.card-body a{
    color: orangered;
}
.invalid-feedback {
     
    color: #ffd910;
    font-weight: 700;
    TEXT-SHADOW: 1PX 0PX #00000059;
}

 .card-img-container {
      position: relative;
      overflow: hidden;

      margin-top: 2rem;
    }

 

    .card-img-container img {
      transition: opacity 0.3s ease;
    }
.card-img-container:before{
    content: "";
    background: black;
    position: absolute;
    z-index: -1;
    HEIGHT: 75%;
    WIDTH: 100%;
    TOP: 10%;
}
    .hover-btn {
       position: absolute;
    bottom: 10%;
    left: 10%;
    opacity: 0;
    transition: opacity 0.3s ease;
    WIDTH: 80%;
    }

    .card-img-container:hover img {
      opacity: 0.6;
      cursor: pointer;
    }

    .card-img-container:hover .hover-btn {
      opacity: 1;
    }

     .hover-box {
      position: relative;
      background-size: cover;
      background-position: center;
      height: 200px;
      margin-bottom: 0px;
      overflow: hidden;
      border-radius: 10px;
      transition: transform 0.3s ease;
      display: block;
      text-decoration: none;
      color: white;
      text-transform: uppercase;
    }

    .hover-box:hover {
      transform: scale(1.03);
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1;
      transition: opacity 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px;
      z-index: 99;
    }
    .overlay h5{
        font-weight: 800;
        font-size: 2rem;
    }
    input[type="text"], input[type="tel"], input[type="file"], input[type="email"], input[type="password"], input[type="search"], textarea, select {
   
    padding: 0px 10px;
    color: white;
}
.number-box{
    padding: 0 1rem 1rem;
    BACKGROUND: #000000a3;
    HEIGHT: 98%;
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: FLEX-START;
    FLEX-DIRECTION: COLUMN;
    BORDER-RADIUS: 5PX;
    ALIGN-ITEMS: center;
    border: 8PX double orange;
    border-style: INSET;
 
}
.number-box .fa, .number-box .fas{
    font-size: 3rem;
    color: #FF5722;
    margin: 1rem 0 0;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.number-box h5{
    font-size: 16px;
    color: white;
    font-weight: 800;
    LETTER-SPACING: 1PX;
    LINE-HEIGHT: 1.1;
}
.number-box h5 span{
        font-size: 2rem;
    display: block;
    margin: 10px;
    font-weight: 800;
}
.s-have-prepared:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0 0 0 / 86%);
}
.why-visit li {
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
    background: ORANGERED;
    line-height: 1.3;
    padding: 15px 15px 15px 3rem;
    border-radius: 6PX;
    border-left: 5px doubLE orange;
    border-bottom: none;
    position: relative;
    margin-left: 2rem;
}
.why-visit img{
    max-width: 58px;
    position: absolute;
    left: -32px;
    background: #ffffffe3;
    padding: 10px;
    border-radius: 10px;
    top: 25%;
    border: 3px solid orange;
}
.why-visit li span {
    display: block;
    font-weight: bold;
    color: #ffffff;
    FONT-SIZE: 1.4rem;
    margin-bottom: 0.5rem;
}
    .hover-box:hover .overlay {
      opacity: 1;
    }

#past-exhibitors-logo img{
  max-height: 40px;
  max-width: 100%;
}
#past-exhibitors-logo li{
  display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    flex: 0 0 auto;
    width: 5%;    
/*    width: 10%;    */
}
#past-exhibitors-logo li figure{
  display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid #ccc;
    margin: 1px;
    padding: 5PX;
    width: 100%;
    justify-content: center;
    background: white;
}
#past-exhibitors-logo ul {
  display: flex;
  column-count: 10;
  flex-wrap: wrap;
}


footer {
    padding: 54px 0 40px;
    background-color: #fb6d2354;
    position: relative;
    z-index: 1;
}
.footer-item-link .footer-link li a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 10px 0 0;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.footer-cont .footer-phone a:hover {
    color: #ffffff;
}
.footer-cont .footer-phone i {
    color: #0e0e0e;
    margin-right: 10px;
}
.footer-social li a i {
    color: white;
}
.mission-info-text {
    text-align: justify;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  
}

.alert-danger{
    font-size: 73%;
    line-height: 1.3;
}
.conference-header-fixed .nav-list > li > a {
    color: #2b2b2b;
    background: #ffffffc9;
    border-radius: 0px;
    padding: 2px 15px;
}
.marathon-register {
    background-color: #FF5722;
    position: relative;
    padding: 20px 25px;
    margin: 14px;
    max-width: 450px;
}
.nav-list > li > a {
    font-size: 13px;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 0px 14px !important;
}
.marathon-register .inp-name, .marathon-register .inp-email {
    width: 49%;
}
.inp-text {
    width: 49%;
}
.our-speaker-item img {
    display: block;
    width: 100%;
    max-height: 440px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 400px;
 
}
.speakers-timeline-item {
    margin-bottom: 0 !important;
}
.s-conference-slider {
    background-color: #00000000;
    z-index: 1;
    padding-top: 0;
}

.s-dance-event .tab-row .dance-event-col .dance-event-item {
        margin-bottom: 15PX;
    }
    .conference-map-info{
        /*text-align: left;
        padding-left:20px ;*/
    }
    .mission-meta li {
        margin: 0;
    }

 .nav-list > li > a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    padding: 0px 10px !important;
}
.dance-tabs {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ffffff00;
    border-radius: 0;
    position: relative;
    margin-bottom: -10px;
    z-index: 1;
    justify-content: center;
}
.dance-tabs li {
    border-radius: 0;
    margin: 1px;
        border: 1px solid #fff;
}
.nav-list > li.dropdown ul {
        
        min-width: 200px;
    }
    .nav-list > li.dropdown ul li a {
      
         LINE-HEIGHT: 1.5;
  
    }
    .mission-meta li i {
        font-size: 30px;
    }
    .conference-counter-cover {
    background-color: #00000073;
}

.carousel-item h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 4rem;
 text-shadow:
    3px 3px 2px orangered,
    -3px 3px 2px orangered,
    -3px -3px 0 orangered,
    3px -3px 0 orangered;
}

.carousel-item h3 {
        font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 2rem;
text-shadow:
    2px 2px 1px orangered,
    -2px 2px 1px orangered,
    -2px -2px 0 orangered,
    2px -2px 0 orangered;

}
.carousel-fade .carousel-item .img{
    opacity: 0.9;
}
a {
    text-decoration: none;
    color: #ffffff
}

 .fixed-bottoms {     
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
/*    background: white;*/
    display: flex;
    flex-direction: row;
    font-size: 13px;
    line-height: 1.8;
}
  .fixed-bottoms a{
    color: #333;
  }
  .fixed-bottoms ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
#organising h3 {
    
     
    padding: 0.5rem 4vw;
}
.dance-tabs{
    flex-direction: row;
}
.dance-tabs li span{
    margin-bottom: 5px;
}
.page-title .container .title {
    color: #fff;
    margin-bottom: 0;
    line-height: 1em;


}
.breadcrumbs li a, .breadcrumbs li {
    position: relative;
    letter-spacing: 0.01em;
    color: #fff;
}
.page-title.page-title-conference:before {
    background: rgb(0 0 0 / 49%);
}

element.style {
}
.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%);
}
.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1;
}
button:enabled, [role=button]:enabled {
    cursor: pointer;
}
.f-button {
     
       background: #fff !important;
    border-radius: 4PX ! IMPORTANT;
    
}
label {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
label span.text-danger{
    color: yellow !important;
}
.event-venue, .event-time, .event-date {
    display: flex;
    flex-direction: row;
    margin: 0.5rem 0;
    padding: 0.5rem;
    align-items: center;
    line-height: 1;
    border: 1px solid #cccccc52;
    border-radius: 5px;
    background: #FF5722;
}

.form-control, .form-control:focus{
        BACKGROUND: TRANSPARENT;
    COLOR: WHITE;
}
 select option { color: black; }
@media (min-width: 768px) {
    .nav-list { float:right; }
    .have-prepared span{
        font-size: 2rem;
    }
    .have-prepared h4{
        font-size: 1rem;
    }
}


@media (max-width: 768px){

    #past-exhibitors-logo li {
   
   
    width: 10%;
}
    .carousel-fade .carousel-item .img{
    width: auto !important;
    height: 100%; 
    object-fit: contain;

}
.carousel-fade .carousel-item {
    
    height: 430PX;
}
.carousel-caption {
    
    right: 5%;    
    left: 5%;    
}
.carousel-item h1 {
   
    font-size: 2rem;
}

.carousel-item h3 {
    
    font-size: 1.2rem;
    margin-bottom: 0;
}

}
@media (max-width: 480px){
        h2 {
        font-size: 2rem;
    }
    #organising p.lead {
    color: white;
    font-size: 18px;
     line-height: 1.3; 
    text-align: justify;
}
 
   .s-clients.s-partners  h5 {
        font-size: 14px;
    }
    .carousel-fade .carousel-item .img{
    width: auto !important;
    height: 100%; 
    object-fit: contain;

}
#faceook-frame {height: 500px !important}
.carousel-fade .carousel-item {
    
    height: 430PX;
}
.carousel-caption {
    
    right: 5%;    
    left: 5%;    
}
.carousel-item h1 {
   
    font-size: 2rem;
}

.carousel-item h3 {
    
    font-size: 1.2rem;
    margin-bottom: 0;
}
.event-venue, .event-time, .event-date{
    margin: 0;
}

}