.home-banner-height {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.hero {
  /*background-image: url("../dev-images/b1.png");*/
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  height: 100vh;
  max-height: 100%;
}

.hero::after {
  content: '';
  bottom: 3vh;
  right: 0;
  position: absolute;
  background-image: url("../dev-images/banner-small.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 220px;
  max-height: 85px;
  width: 100%;
  height: 100%;
}

.header.hide {
  transform: translateY(-100%);
}

.home-banner-height img {
  width: 50vh;
  margin-top: 50px;
}

/* Slide down (visible) */
.home-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subhead {
  font-family: 'Poppins';
  font-size: 25px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #384626;
}

.date-title {
  font-family: 'Regione';
  font-size: 35px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #b97c2d;
  font-weight: 600;
}

.banner-addres {
  font-family: 'Poppins';
  font-size: 22px;
  letter-spacing: 0.44px;
  text-align: center;
  color: #b97c2d;
}

.home-banner span {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #384626;
}


/*  */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px;

}

.date-visitors-card {
  border: 2px solid rgba(59, 85, 57, 0.08);
  width: 160px;
  max-width: 40vw;
  padding: 18px;
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75));
  box-shadow: 0 6px 18px rgba(24, 24, 24, 0.06);
  font-family: 'Playfair Display', serif;
}

.date-visitors-card .month {
  font-size: 12px;
  color: var(--muted);
}

.date-visitors-card .day {
  font-size: 48px;
  font-weight: 700;
  color: #3b5539
}

.date-visitors-card .year {
  font-size: 20px;
  color: var(--accent);
}

.event-meta {
  margin-top: 10px;
  color: #a76f3f;
  font-weight: 600
}


.model-wrap {
  display: flex;
  justify-content: center
}

.model-wrap img {
  width: 510px;
}


/* stats strip */
.banner-timer-section {
  display: flex;
  gap: 70px;
}

.stats-strip {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  /* background-image: url('../img/timer-bg.webp'); */
  background-color: #11302a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center
}

.stat .num {
  font-family: 'Manrope';
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.stat .label {
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

/* countdown */
.countdown {
  display: flex;
  gap: 1px;
  align-items: center;
  justify-content: center;
}

.countdown .countdown-title {
  display: flex;
  gap: 0px;
  flex-direction: column;
  margin-bottom: 0;
  margin-right: 20px;
}

.countdown-title span:first-child {
  font-family: 'Manrope';
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: #f8ecca;
}

.countdown-title span:last-child {
  font-family: 'Manrope';
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  color: #f8ecca;
}

.count-pill {
  background: var(--glass);
  padding: 10px 12px;
  border-radius: 8px;
  min-width: 64px;
  text-align: center
}

.count-pill .value {
  font-family: 'Manrope';
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #b97c2d;
  ;
}

.count-pill .small {
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #b97c2d;
  ;
}

.vr {
  background-color: #b2905f;
  width: 2px;
  opacity: 1;
}

/* about us section */
.exhibitor-corner-section {
  padding: 100px 0px 0px 0px;
}

.exhibitor-corner-section {
  /* background-image: url("../img/exhibitor-bg.webp"); */
  /* background-repeat: no-repeat; */
  /* background-position: bottom; */
  min-height: 832px;
  height: 100%;
  position: relative;
}

.exhibitor-corner-section::before {
  position: absolute;
  content: '';
  bottom: 65px;
  left: 0;
  background-image: url("../img/left-flower.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 218px;
  height: 264px;
}

.exhibitor-corner-section::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background-image: url("../img/right-flower.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 133px;
  height: 214px;
}

.exhibitor-title {
  font-family: 'Borest-Standard';
  font-size: 40px;
  text-align: left;
  color: #11302a;
  margin-bottom: 30px;
}

.exhibitor-img {
  padding-left: 40px;
}

.exhibitor-wrapper {
  position: relative;
  display: inline-block;
}

.exhibitor-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.jewel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.jewel-img img {
  height: 320px;
  width: 262px !important;
  object-fit: cover;
  position: absolute;
  top: 140px;
  right: 30%;
  transform: translateX(200px);
  /* start off-screen */
  opacity: 0;
  transition: transform 0.2s linear, opacity 0.2s linear;
}

/* .exhibitor-img img{
  height: 550px;
  object-fit: contain;
   transform: translateX(150px);
  transition: transform 0.3s ease-out;
  will-change: transform;
} */
.exhibitor-corner-section .col-lg-5 {
  align-content: center;
}

.exhibitor-content p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #373435;
}

.btn-register {
  padding: 10px;
  border-radius: 5px;
  background-color: #11302a;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
}

.floor-btn {
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #11302a;
  border: 3px solid #11302a;
  padding: 10px 30px;
  width: 100%;
}

.floor-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.two-btn {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}


/* Client logo */

.logo_slider {
  display: flex;
  align-items: center;
  width: 100%;
}

.logo-row {
  --bs-gutter-x: -13rem;
}

.logo-slider .home-btn {
  margin-top: 60px;
}

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  padding: 63px 0 93px 0;
  position: relative;
}

.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 100s slide infinite linear;
}

.logos-slide img {
  width: 228px;
  height: 84px;
  object-fit: cover;
}


.visitors-hub-section {
  text-align: center;
  margin-bottom: 60px;
}

.visitors-hub-section h2 {
  -webkit-text-stroke: 0.5px #11302a;
  font-family: Borest-Standard;
  font-size: 40px;
  text-align: center;
  color: #11302a;
  margin-bottom: 60px;
}

.visitors-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  margin: 0 auto;
}

.visitors-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  min-height: 342px;
}

.visitors-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.visitors-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.visitors-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.visitors-card-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* center align */
  width: 90%;
  right: 0;
  padding: 20px;
  background: none;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  z-index: 2;
}

.visitors-card-content h3 {
  -webkit-text-stroke: 0.5px #fff;
  font-family: Borest-Standard;
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 13px;
}

.visitors-card-content p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 15px;
  color: #fff;
  width: 88%;
  margin: 0 auto;
}

.visitors-card-content button {
 max-width: 200px;
    margin: 0 auto;
    cursor: pointer !important;
    background: #FBE0A8;
    color: #11302a;
}

/* About JOI */
.about-section {
  background-image: url(../dev-images/about-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  max-height: 933px;
  height: 100%;
  position: relative;
}

.about-section .earring1 {
  position: absolute;
  bottom: 10%;
  left: 0%;
  top: 63%;
  z-index: 3;
  background-image: url(../dev-images/Group1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9vw;
  height: 90vh;
}

.about-section .earring2 {
  position: absolute;
  left: 5%;
  bottom: 10%;
  top: 73%;
  z-index: 3;
  background-image: url(../img/earrings2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6vw;
  height: 20vh;
}

.about-title {
  font-family: 'Borest-Standard';
  font-size: 36px;
  text-align: center;
  color: #f8ecca;
  margin-bottom: 10px;
}

.about-text {
  font-family: 'Poppins';
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Video inside decorative frame */
.video-frame {
  position: relative;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-frame:after {
  background: url(../img/about-video-bg.webp) no-repeat center;
  background-size: 95%;
  top: 31px;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
}

.video-frame iframe {
  width: 78%;
  height: 78%;
  /* margin-top: 134px; */
  margin-top: auto;
  border: 0;
  border-radius: 12px;
}


/* register form */
.register-section {
  padding: 70px 0px 0px 0px;
}

.register-section img {
  width: 576px;
  height: 100%;
  object-fit: fill;
 border-radius: 15px;
}

.register-form {
  margin: 0 5vw;
}

.register-form .g-3 {
  --bs-gutter-y: 20px !important;
}

.register-form h2 {
  font-family: 'Borest-Standard';
  font-size: 36px;
  line-height: 1.43;
  text-align: left;
  color: #11302a;
  margin-bottom: 30px;
  font-weight: 600;
  max-width: 355px;
  width: 100%;
}

.submit-btn {
  border-radius: 5px;
  background-color: #11302a;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
  width: 100%;
  outline: none;
  border: none;
}

.form-label {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: rgba(55, 52, 53, 0.7);
}

.form-check-input:checked {
  background-color: #11302a;
  border-color: #11302a;
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: none !important;
}

.form-check-input[type=radio] {
  border-radius: 10%;
}

.form-control {
  height: 54px;
}

.form-control::placeholder {
  font-family: 'Manrope';
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  color: rgba(55, 52, 53, 0.3);
}

/* Frequently Asked Question */
.question-section {
  /* background-image: url('../img/question-bg.webp'); */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
}

.question-title {
  font-family: 'Borest-Standard';
  font-size: 40px;
  text-align: center;
  color: #11302a;
}

.question-sub-title {
  font-family: 'Poppins';
  font-size: 18px;
  text-align: center;
  color: #373435;
  margin: 10px 0px 30px 0px;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-item {
  border-bottom: 1px solid #ebc7bf;
}

.accordion-button {
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  color: #11302a;
  margin-bottom: 0px;

}

.accordion-button:not(.collapsed) {
  /* padding: 0px 0px 0px 20px; */
  color: #11302a;
}

.accordion-body p {
  font-family: 'Poppins';
  font-size: 16px;
  text-align: left;
  color: #373435;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.client-logo-section .home-btn {
  margin-top: 60px;
}


/* policy's css */
.privacy-content {
  padding: 70px 30px;
  margin-top: 40px;
}

.privacy-content h1 {
  color: #11302a;
  font-family: "Borest-Standard";
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.privacy-content span {
  color: #11302a;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.privacy-content p {
  color: #373435;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
}

.privacy-content h3 {
  color: #11302a;
  font-family: "Poppins";
}

.privacy-content a {
  color: #11302a;
  text-decoration: none;
}

.privacy-content ol li {
  color: #373435;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.privacy-content ul li {
  color: #373435;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.privacy-content ol ul li::marker {
  color: #11302a;
}

.right-img {
  padding-left: 30px;
}

.right-img img {
  width: 100%;
  height: 512px;
  border-radius: 15px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

/* responsive  */
@media (max-width: 1400px) {
  .home-banner-height img {
    margin-top: 50px;
  }

  .video-frame:after {
    top: 26px;
  }

}

@media (max-width: 1200px) {
  .banner-timer-section {
    gap: 26px;
  }

  .video-frame:after {
    top: 23px;
  }

}

@media (max-width: 1100px) {

  .hero::after {
    bottom: 3vh;
    /* max-width: 240px;
    max-height: 100px; */
  }

  .home-banner-height img {
    width: 43vh;
  }

}

@media (max-width: 1024px) {
  .video-frame:after {
    top: 17px;
  }

  .exhibitor-btn {
    margin-right: 5px;
    border: 1px solid #fff !important;
    padding: 18px !important;
  }

  .header-social a {
    font-size: 14px;
  }

  .header-social img {
    margin-right: 5px;
  }

  .visitor-content {
    width: 60%;
  }

  .visitor-img video {
    width: 100%;
  }

  .visitors-box {
    width: 80%;
  }
}

@media (max-width: 900px) {

  .hero::after {
    max-width: 320px;
    max-height: 150px;
  }
}

@media (max-width: 767px) {

  .home-banner-height img {
    width: 34vh;
    margin-top: 0px;
  }

  .banner-timer-section {
    background-color: #11302a;
    padding: 15px;
    gap: 0;
    justify-content: center;
  }

  .count-pill {
    padding: 0px 12px 10px 12px;
  }

  .countdown .countdown-title {
    display: none;
  }

  .hero {
    background-image: url("../dev-images/home-mb-bg.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    height: 162vh;
    max-height: 100%;
    margin-bottom: -3px;
  }

  .hero::after {
    transform: translateX(-50%);
    right: auto;
    left: 50%;
    bottom: 2vh;
    background-image: url("../dev-images/banner-small.png");
    max-width: 90%;
    max-height: auto;
  }

  .home-banner-height {
    height: 100%;
    display: block;
    align-items: center;
    margin-top: 10px;
  }

  .subhead {
    font-size: 14px;
    margin-top: 10px;
  }

  .home-banner span {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .date-title {
    font-size: 17px;
  }

  .banner-addres {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .about-section {
    padding-top: 40px;
    background-image: url("../dev-images/about-bg.png");
    max-height: 100%;
    background-position: bottom;
  }

  .about-section .earring1 {
    display: none;

  }

  .about-section .earring2 {
    display: none;
  }

  .video-frame:after {
    top: 12px;
  }

  .about-title {
    font-size: 28px;

  }

  .about-text {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .right-img {
    padding-left: 0px;
  }

  .right-img img {
    width: 100%;
    margin-bottom: 0px;
    height: 100%;

  }


  .date-visitors-card {
    margin: 10px auto
  }

  .topbar {
    padding: 8px
  }

  .logo {
    text-align: center;
  }

  .logo img {
    max-height: 100%;
    padding: 20px 0px;

  }

  /* strt */

  .visitors-hub-section {
    margin-bottom: 40px;
    margin-top: -55px;
  }

  .visitors-cards {
    gap: 25px;
  }

  .visitors-card-content {
    width: 90%;
    padding: 20px;
    margin-bottom: 5px;
  }

  .visitors-hub-section h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .visitors-card-content h3 {
    font-size: 20.7px;
    margin-bottom: 2px;
  }

  .visitors-card-content p {
    font-size: 12px;
    padding-bottom: 12px;
    max-width: 269px;
  }

  /* end */
  /* start */
  .exhibitor-corner-section {
    padding: 40px 0px;
    text-align: center;
    height: 100%;
  }

  .exhibitor-title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }

  .exhibitor-img {
    padding-left: 0px;
  }

  .exhibitor-img img {
    width: 100%;
    height: 252.2px;
    object-fit: contain;
    margin-bottom: 20px;

  }

  .exhibitor-title {
    font-size: 28px;
    text-align: center;
  }

  .exhibitor-content p {
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
  }


  .exhibitor-corner-section::before {
    bottom: 0px;
    left: -30px;
    width: 75.3px;
    height: 167.5px;
  }

  .exhibitor-corner-section::after {
    top: auto;
    right: 0;
    bottom: 160px;
    width: 65.3px;
    height: 137.5px;
  }

  .corner-btn {
    font-size: 12px;
    width: 100%;
  }

  .two-btn {
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
  }

  .floor-btn {
    font-size: 12px;
    width: 100%;
  }

  .logo-slider {
    padding: 97px 0;
  }

  .two-btn .register-btn {
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
  }

  .two-btn {
    gap: auto;
    margin-top: 24px;
  }

  .btn-register {
    padding: 8px;
    font-size: 12px;
  }

  .floor-btn {
    border-radius: 5px;
    padding: 8px;
    font-size: 12px;
  }

  .logo-row {
    --bs-gutter-x: 1.5rem;
  }

  .logos-slide img {
    width: 144.6px;
    height: 60.9px;
    margin-right: 10px;
    object-fit: cover;
  }

  /* start */
  /* end */
  .register-section {
    padding: 40px 0px 20px 0px;
  }

  .register-form h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: auto auto 28px auto;
  }

  .form-label {
    font-size: 14px;
  }

  .form-control {
    height: 37px;
  }

  .form-control::placeholder {
    font-size: 12px;
  }

  /* end */
  /* start */
  .question-section {
    padding: 40px 0px;
  }

  .question-title {
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    max-width: 288px;
    text-align: center;
    margin: 0 auto;
  }

  .question-sub-title {
    font-size: 12px;
    margin: 10px auto 10px auto;
    max-width: 235px
  }

  .accordion-button {
    font-size: 14px;
  }

  .accordion-body p {
    font-size: 12px;
  }

  .model-wrap img {
    height: 426px;
  }

  .stats-strip {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 0;
    top: auto;
    height: auto;
    bottom: 0;
    background-color: rgba(0, 0, 0, 9);
    position: relative;
    padding: 10px 10px 0px 10px;

  }

  .stats-strip h4 {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #f8ecca;
    margin-bottom: 0px;
  }

  .count-pill .value {
    font-size: 28px;
  }

  .stat .num {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: Manrope;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #f8ecca;

  }

  .stat .label {
    font-size: 10px;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #f8ecca;
    width: 66%;
  }

  .count-pill .small {
    font-size: 10px;
  }

  .btn-register {
    padding: 8px;
    background-color: #11302a;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #fff;
    width: 100%;
  }

  .topbar {
    display: none;
  }

  .banner-logo-2 {
    width: 100%;
    height: 139px;
    object-fit: contain;
    margin-bottom: 10px;
  }


  .logo_slider {
     padding: 100px 0;
  }
}

@media (max-width: 500px) {
  .home-banner-height img {
    width: 16vh;
  }

  .hero {
    background-image: url("../dev-images/mobile-banner.webp");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    height: 142vh;
    max-height: 100%;
    margin-bottom: -3px;
  }

  .video-frame:after {
    top: 11px;
  }
}

@media (max-width: 400px) {
  .video-frame:after {
    top: 9px;
  }
}

.form-control {
    font-family: 'Poppins Light';
    border: 1px solid #11302a !important;
    border-radius: 10px;
    padding: 15px;
}

.footer {
    background-image: url(../dev-images/footerimg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: auto;
    padding: 70px 0px 0px 0px;
}

.exhibitor-btn {
    padding: 10px 16px 10px 16px !important;
    border-radius: 5px !important;
    background-color: #11302a !important;
    
}

.visitor-btn {
    padding: 10px 25px !important;
    border-radius: 5px !important;
    background-color: #11302a !important;
    
}

.footer-box p {
    font-family: "Poppins";
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.39;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
}

.footer-box span {
    font-family: "Poppins";
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.39;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    
      .visitor-btn {
        padding: 10px 16px !important;
        border: 1px solid #11302a !important;
        background: #11302a !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 2 !important;
        color: #fff !important;
    }
    
      .exhibitor-btn {
        padding: 13px 16px !important;
        border: 1px solid #11302a !important;
        background: #11302a !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 2 !important;
        color: #fff !important;
    }
    
     
}

























