/*Responsive CSS*/


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

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

}


/*// Extra large devices (large desktops, 1600px and up)*/
@media (min-width: 1367px) and (max-width: 1600px) {

  .logo-wrap img {
    width: 570px;
  }

  .text-wrap h1 {
    font-size: 74px;
    padding: 80px 80px;
  }
}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1170px) and (max-width: 1366px) {
  .container {
    width: 1200px;
  }

  /*Header*/
  .header-area {
    background-size: cover, contain;
  }

  .logo-wrap {
    padding: 40px 60px 100px 200px;
  }

  .logo-wrap img {
    width: 480px;
  }

  .text-wrap h1 {
    font-size: 66px;
    padding: 70px 80px;
  }

  /*Footer*/
  .footer-logo-wrap {
    padding: 40px 70px 40px 150px;
    border-radius: 200px;
    left: -110px;
  }

  .footer-logo-wrap img {
    width: 250px;
  }

  .footer-text-wrap h1 {
    font-size: 52px;
  }

  .footer-text-wrap {
    padding: 40px 100px 40px 40px;
    right: -60px;
  }
}


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

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

  /* Header */
  .logo-wrap {
    padding: 30px 50px 80px 180px;
  }

  .logo-wrap img {
    width: 420px;
  }

  .text-wrap h1 {
    font-size: 60px;
    padding: 55px 60px;
  }

  /* Footer */

  .footer-logo-wrap {
    padding: 40px 50px 40px 120px;
    left: -90px;
  }

  .footer-logo-wrap img {
    width: 220px;
  }

  .footer-text-wrap {
    padding: 40px 100px 40px 40px;
    right: -70px;
  }

  .footer-text-wrap h1 {
    font-size: 46px;
  }
}


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

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

  /* Header */
  .logo-wrap {
    padding: 30px 40px 80px 180px;
  }

  .logo-wrap img {
    width: 310px;
  }

  .text-wrap h1 {
    font-size: 46px;
    padding: 50px 50px;
  }

  /* 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 */
  .feature-wrap {
    gap: 20px;
  }

  .feature a {
    font-size: 16px;
  }

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


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

  /* Footer */
  .footer-logo-wrap {
    padding: 20px 30px 20px 80px;
    left: -60px;
  }

  .footer-logo-wrap img {
    width: 180px;
  }

  .footer-text-wrap {
    padding: 30px 130px 30px 30px;
    right: -100px;
  }

  .footer-text-wrap h1 {
    font-size: 32px;
  }
}


/*Extra Small Media Device*/

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

  /* Header */
  .header-area {
    background: url(../img/header-bg.jpg), #37247D;
    overflow: hidden;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll;
    background-position: center center, bottom right;
    background-size: cover, contain;
  }

  .header-wrap {
    text-align: center;
    margin-top: 25px;
  }

  .logo-wrap {
    position: static;
    left: 0;
    bottom: 0;
    border-radius: 200px;
    padding: 25px;
    margin: 0px 10px;
  }

  .logo-wrap img {
    width: 300px;
  }

  .text-wrap {
    text-align: center;
  }

  .text-wrap h1 {
    font-size: 34px;
    line-height: 1.1;
    padding: 20px;
  }

  .shape {
    right: -15px;
    top: 50%;
    height: 70%;
    width: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* 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;
  }

  /* feature */
  .feature {
    width: 100%;
  }

  /* Video */
  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-title h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /*CountDown Area*/

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

  .cdown {
    margin-bottom: 30px;
  }

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

  /* Footer */
  .footer-area {
    background: url(../img/footer-bg.jpg), #37247D;
    overflow: hidden;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll;
    background-position: center center, bottom right;
    background-size: cover, contain;
    background-blend-mode: multiply;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-wrap {
    position: static;
    padding: 20px;
    width: 300px;
    text-align: center;
    margin-top: 25px;
  }

  .footer-logo-wrap img {
    width: 150px;
  }

  .footer-text-wrap::after {
    display: none;
  }

  .footer-text-wrap {
    position: static;
    padding: 20px 0;
    border-radius: 0px;
  }

  .footer-text-wrap h1 {
    font-size: 30px;
  }
}


/* 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;
  }

}