.conference-video-section {
  height: 100vh;
  overflow: hidden;
}
.conference-video-section .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.conference-video-section .overlay-container {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.conference-video-section .text-container {
  position: relative;
  left: 0;
}
.conference-video-section .text-container h1 {
  text-align: left;
}
.exhibition-page .about-exhibition {
  padding: 100px 0;
  overflow: hidden;
  background-color: transparent;
}
.inner-main-text {
  font-weight: 400;
}
.exhibition-page .aspire-container {
  background-image: url(../../img/home24/exhibition/exhibition-line.png);
  background-position: center;
  background-size: contain;
  height: 410px;
  background-repeat: no-repeat;
  position: relative;
}
.exhibition-page .aspire-image-2 {
  position: absolute;
  bottom: -34px;
  right: 31px;
  width: 100%;
}
.exhibition-page .aspire-image-1 {
  position: absolute;
  top: -34px;
  left: 31px;
  width: 100%;
  z-index: 99;
}
.btn-news,
.exhibition-gallary .owl-carousel .item {
  position: relative;
}
.exhibition-page .aspire-container div img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 259px;
  object-fit: cover;
}
.exhibition-page .card.imc-card {
  padding: 10px 20px !important;
}
.past-exhibition {
  background: linear-gradient(91.27deg, #4558A7 1.09%, #1DA47A 30.87%, #D59A04 65.22%, #ED2224 97.16%);

  z-index: 2;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.exhibition-page .past-card {
  background-image: url(../../img/home24/exhibition/past-circle.png);
  height: 300px;
  background-position: 0 100%;
  display: flex;
  margin: auto;
  z-index: 1;
  border: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.5s;
}
.past-card .overlay,
.past-card img {
  height: 300px;
  width: 100%;
  right: -91px;
  border-radius: 10px;
  top: 151px;
  rotate: -27deg;
}
.past-card:hover .overlay,
.past-card:hover img {
  border-radius: 0;
  rotate: 0deg;
}
.title-wrapper h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 10px;
  text-transform: capitalize;
}
.title-wrapper h5 {
  font-weight: 700;
  line-height: 32px;
  color: #030022;
  padding-right: 5px;
  font-size: 40px;
}
.past-card .overlay {
  position: absolute;
  opacity: 0.4;
  background: linear-gradient(225.46deg, rgba(22, 1, 120, 0.5) 24.9%, rgba(60, 35, 179, 0.5) 41.15%, rgba(1, 14, 23, 0.5) 57.41%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-news:hover,
.past-card .button a:hover {
  background: linear-gradient(90deg, #4658A7 -25.96%, #18A874 21.53%, #FCC021 69.02%, #EB2627 117.95%);

}
.past-card:hover .overlay {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.past-card img {
  position: absolute;
  transition: 0.5s;
  object-fit: cover;
}
.past-card .title-wrapper {
  position: absolute;
  left: 20px;
  top: 40px;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  z-index: 1;
  transition: opacity 0.5s;
}
.past-card:hover .title-wrapper {
  opacity: 0;
}
.past-card .button {
  position: absolute;
  right: 25px;
  bottom: 28px;
  margin: auto;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.past-card .button a {
  text-align: center;
  color: #f70000 !important;
  background: #fff !important;
  z-index: 1;
  -webkit-text-fill-color: #951f1f !important;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.past-card .button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  bottom: 0;
  border-radius: 100px;
  padding: 1px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.past-card .button a:hover {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.past-card:hover .button {
  opacity: 1;
}
.past-card:hover img {
  rotate: 0deg;
  top: 0;
  left: 0;
  transition: 0.5s;
  border-radius: 0px !important;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.exhibition-gallary {
  overflow: hidden;
  background: #f3f6f7;
}
.exhibition-gallary .item {
  padding: 0 !important;
}
.exhibition-gallary .owl-dots {
  display: none !important;
}
.main-slider-wrapper-one {
  height: 350px;
}
.main-slider-wrapper-one img {
  height: 350px;
  object-fit: cover;
}
.main-slider-wrapper-two img {
  height: 300px;
  object-fit: cover;
}
.slider-wrapper-one .item img,
.slider-wrapper-two .item img {
  height: 325px;
  object-fit: cover;
}
.btn-news {
  background: #fff;
  border: 2px solid transparent;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #4658A7 !important;
  width: 200px;
  cursor: pointer;
  transition: 0.3s;
  font-family: Poppins, sans-serif;
}
.btn-news::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50px;
  border-image: linear-gradient(90deg, #4658A7 -25.96%, #18A874 21.53%, #FCC021 69.02%, #EB2627 117.95%);
  ;
  border-image-slice: 1;
  transition: 0.3s;
}
.btn-news:hover::before {
  border: 2px solid #fff;
}
.btn-news:hover {
  color: #fff !important;
}
@media (min-width: 749px) and (max-width: 1025px) {
  .exhibition-page .aspire-container div img {
    height: 148px;
  }
  .exhibition-page .about-exhibition .aspire-container {
    height: 183px;
    margin-top: 94px;
  }
  .past-card {
    margin-top: 20px !important;
  }
  .exhibition-video-section {
    height: auto;
    padding: 90px 0 50px;
  }
}
@media (min-width: 300px) and (max-width: 748px) {
  .exhibition-page .about-exhibition .aspire-container {
    height: 183px;
    margin-top: 54px;
  }
  .exhibition-page .aspire-container div img {
    height: 148px;
  }
  .exhibition-page .aspire-inner-text {
    padding-top: 0;
  }
  .past-card {
    margin-top: 20px !important;
  }
  .past-card img {
    width: 100%;
  }
  .exhibition-page .about-exhibition {
    padding: 50px 0 50px;
  }
  .exhibition-page .aspire-lead {
    padding: 50px 0;
  }
  .exhibition-video-section {
    background-image: url(../../img/home24/exhibition/IMC_exhibition-Video.gif);
    height: auto;
    padding: 30px 0;
  }
  .home_24 .inner-box {
    padding-top: 10px;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }
  .title-wrapper h5 {
    font-size: 36px;
  }
}
