/*Responsive CSS*/


/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1170px)  {
  .container {
    width: 1200px;
  }

  /*Header*/


  /*Footer*/

}


/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1169px) {
  .container {
    width: 970px
  }

  /* Header */

  /* Text */
  .text-wrapper h2 {
    font-size: 24px;
  }

  /* Show */
  .show-info h2 {
    font-size: 24px;
  }

  /* Why */
  .why-wrapper h2 {
    font-size: 24px;
  }

  /* Footer */
  .footer-bottom img {
    width: 430px;
  }
}


/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px
  }

  /*Header*/


  /* Exhibitor */
  .exhibitor-logo img {
    width: 250px;
  }

  .exhibitor-title h2 {
    font-size: 24px;
  }

  .exhibitor-title h4 {
    font-size: 24px;
  }

  .exhibitor-booth h3 {
    font-size: 20px;
  }

  /* Video */
  .video-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-box, .video-info {
    width: 100%;
  }
  .show-schedule h3 {
    font-size: 24px;
  }
  /* Text */
  .text-wrapper h2 {
    font-size: 24px;
  }

  /* Why */
  .why-wrapper h2 {
    font-size: 24px;
  }

  /* CounDown */
  .sec-title h2 {
    font-size: 24px;
  }

  /*Footer*/
  .footer-bottom img {
    width: 330px;
  }
}


/*Extra Small Media Device*/

@media (max-width: 767px) {
  .container {
    width: 300px
  }

  /* Header */


  /* Exhibitor */
  .exhibitor-title h2 {
    font-size: 20px;
  }

  .exhibitor-title h4 {
    font-size: 20px;
  }

  .exhibitor-reg a {
    font-size: 18px;
  }

  .exhibitor-booth h3 {
    font-size: 18px;
  }
  /* Video */
  .show-schedule h3 {
    font-size: 24px;
  }
  .video-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-box, .video-info {
    width: 100%;
  }
  .show-schedule .exhibitor-reg a {
    padding: 0 30px;
  }
  .date-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
  /* Text */
  .text-wrapper h2 {
    font-size: 24px;
  }
  .texts p {
    font-size: 18px;
  }

  /* Why */
  .why-wrapper h2 {
    font-size: 24px;
  }

  /*CountDown Area*/

  .sec-title h2 {
    font-size: 20px;
  }

  .cdown {
    margin-bottom: 30px;
  }

  .cdown:last-child {
    margin-bottom: 0px;
  }

  /*Footer*/
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .social {
    gap: 10px;
  }

  .social li a {
    height: 36px;
    width: 36px;
    line-height: 38px;
    font-size: 16px;
  }

  .footer-bottom img {
    width: 300px;
  }
}


/* Small Media Device*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px
  }

  /* CountDown */
  .cdown:last-child {
    margin-bottom: auto;
  }

  .cdown {
    margin-bottom: 0px;
    margin: 15px;
  }

}