@import url(./bootstrap.min.css);
@import url(./bootstrap-select.min.css);
@import url(./swiper-bundle.min.css);
@import url(./intlTelInput.min.css);
@import url(./animate.css);
@font-face {
  font-family: 'fontRegular';
  src: url("../fonts/gothic-regular.woff2") format("woff2"), url("../fonts/gothic-regular.woff") format("woff"), url("../fonts/gothic-regular.TTF") format("truetype");
}

@font-face {
  font-family: 'fontRegularItalick';
  src: url("../fonts/gothic-regular-italick.woff2") format("woff2"), url("../fonts/gothic-regular-italick.woff") format("woff"), url("../fonts/gothic-regular-italick.TTF") format("truetype");
}

@font-face {
  font-family: 'fontBoldItalick';
  src: url("../fonts/gothic-bold.woff2") format("woff2"), url("../fonts/gothic-bold.woff") format("woff"), url("../fonts/gothic-bold.TTF") format("truetype");
}

@font-face {
  font-family: 'fontBold';
  src: url("../fonts/gothic-bold-italick.woff2") format("woff2"), url("../fonts/gothic-bold-italick.woff") format("woff"), url("../fonts/gothic-bold-italick.TTF") format("truetype");
}

/* Transition */
/* Direction En */
.color-red {
  color: #BB0E20;
}

.color-white {
  color: #FFFFFF;
}

.color-blue {
  color: #0D287A;
}

.color-gray {
  color: #D4D4D4;
}

html,
body {
  scroll-behavior: auto !important;
  overflow-x: hidden;
}

html.open-menu {
  overflow: hidden;
}

body {
  font-family: "fontRegular";
  font-weight: 400;
  background-color: #FFFFFF;
  color: #1A1A1A;
  position: relative;
}

@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 12px;
  }
}

body.bg-color-gray {
  background-color: #ebebeb;
}

body.open-menu .menu_overlay {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body.modal-open {
  padding-right: 0 !important;
}

body.modal-open .navbar-fixed {
  z-index: 99;
  padding-right: 0 !important;
}

body.social-fixed .social-media-fixed .icon svg {
  stroke: #FFFFFF !important;
}

/*** Fonts ***/
/*** Buttons ***/
button,
input,
optgroup,
select,
textarea {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

textarea {
  resize: none;
}

.btn_main, .btn_alt, .exhibit-list-details .nav-pills .nav-item .nav-link, .btn_gradient {
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 0.45rem 1.5rem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}

.btn_alt, .exhibit-list-details .nav-pills .nav-item .nav-link {
  padding: 0.35rem 1.5rem;
  text-transform: uppercase;
}

.btn_alt.yellow, .exhibit-list-details .nav-pills .nav-item .yellow.nav-link {
  background-color: #F38016;
  color: #FFFFFF;
}

.btn_alt.yellow:hover, .exhibit-list-details .nav-pills .nav-item .yellow.nav-link:hover {
  background-color: #FFBF39;
  color: #1A1A1A;
}

.btn_alt.outline, .exhibit-list-details .nav-pills .nav-item .nav-link {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.btn_alt.outline:hover, .exhibit-list-details .nav-pills .nav-item .nav-link:hover {
  background-color: #FFBF39;
  color: #1A1A1A;
  border-color: #FFBF39;
}

.btn_alt.outline.black, .exhibit-list-details .nav-pills .nav-item .nav-link {
  color: #1A1A1A;
  border-color: #1A1A1A;
  background: transparent;
}

.btn_alt.outline.black:hover, .exhibit-list-details .nav-pills .nav-item .nav-link:hover {
  background-color: #FFBF39;
  color: #1A1A1A;
  border-color: #FFBF39;
}

.btn_gradient {
  position: relative;
  line-height: normal;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_gradient .text {
  position: relative;
  color: #1A1A1A;
  padding: 0.45rem 1.5rem;
}

.btn_gradient .text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFBF39), to(#AFD09C)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FFBF39 0%, #AFD09C 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_gradient span {
  position: relative;
}

.btn_gradient .icon {
  margin-left: 0.75rem;
  width: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_gradient.white .text {
  color: #FFFFFF;
}

.btn_gradient.white .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.btn_gradient:hover span::before {
  height: 100%;
}

.btn_gradient:hover .icon {
  margin-left: 1.25rem;
}

.btn_border {
  color: #1A1A1A;
  border: 1px solid #E1E1E1;
  padding: 0.45rem 1.5rem;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}

.btn_border:hover {
  color: #1A1A1A;
  background-color: #F38016;
}

.btn_back {
  color: #1A1A1A;
  font-family: "fontBold";
}

.btn_back:hover {
  color: #1A1A1A;
}

.tag-yellow {
  background-color: #FFBF39;
  padding: 4px 10px;
}

.tag-green {
  background-color: #AFD09C;
  padding: 4px 10px;
}

/*** Container ***/
.container-layout {
  width: 85%;
  margin: auto;
}

@media (max-width: 575.98px) {
  .container-layout {
    width: 100%;
    padding: 0 15px;
  }
}

.container-start {
  width: 92.5%;
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .container-start {
    width: 100%;
    padding: 0 15px;
  }
}

.container-end {
  width: 92.5%;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .container-end {
    width: 100%;
    padding: 0 15px;
  }
}

.container-samll {
  width: 60%;
  margin: auto;
}

@media (max-width: 575.98px) {
  .container-samll {
    width: 100%;
    padding: 0 15px;
  }
}

.my-section {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  .my-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.py-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .py-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*** Titles ***/
.main-title {
  text-transform: capitalize;
  font-weight: 700;
}

@media (min-width: 1600px) {
  .main-title {
    font-size: 72px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-title {
    font-size: 65px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .main-title {
    font-size: 60px;
  }
}

@media (max-width: 575.98px) {
  .main-title {
    font-size: 35px;
  }
}

@media (min-width: 1600px) {
  .section-title {
    font-size: 48px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .section-title {
    font-size: 42px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .section-title {
    font-size: 36px;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 28px;
  }
}

.large-title {
  text-transform: capitalize;
  font-weight: 700;
}

@media (min-width: 1600px) {
  .large-title {
    font-size: 38px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .large-title {
    font-size: 34px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .large-title {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .large-title {
    font-size: 24px;
  }
}

.medium-title, .navbar .menu_overlay .menu-iteam li .link {
  font-weight: 500;
}

@media (min-width: 1600px) {
  .medium-title, .navbar .menu_overlay .menu-iteam li .link {
    font-size: 28px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .medium-title, .navbar .menu_overlay .menu-iteam li .link {
    font-size: 26px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .medium-title, .navbar .menu_overlay .menu-iteam li .link {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .medium-title, .navbar .menu_overlay .menu-iteam li .link {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .card-title {
    font-size: 22px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .card-title {
    font-size: 20px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .card-title {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .card-title {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .small-title, .btn_gradient, .profile .swiper-slide .card-swiper .info .title, .founder-sponsors .nav-link.active {
    font-size: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .small-title, .btn_gradient, .profile .swiper-slide .card-swiper .info .title, .founder-sponsors .nav-link.active {
    font-size: 18px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .small-title, .btn_gradient, .profile .swiper-slide .card-swiper .info .title, .founder-sponsors .nav-link.active {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .small-title, .btn_gradient, .profile .swiper-slide .card-swiper .info .title, .founder-sponsors .nav-link.active {
    font-size: 14px;
  }
}

.title-gradient {
  background: transparent linear-gradient(259deg, #F38016 0%, #BC414C 100%) 0% 0% no-repeat padding-box;
  padding: 0.5rem 1.55rem;
  display: inline-block;
}

@media (min-width: 1600px) {
  .small-description, .profile .swiper-slide .card-swiper .info .description {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .small-description, .profile .swiper-slide .card-swiper .info .description {
    font-size: 13px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .small-description, .profile .swiper-slide .card-swiper .info .description {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .small-description, .profile .swiper-slide .card-swiper .info .description {
    font-size: 10px;
  }
}

.letter-strok {
  -webkit-text-stroke: 1.5px #7f7f7f;
  -webkit-text-fill-color: transparent;
}

.font-bold, .btn_gradient, .navbar .menu_overlay .menu-iteam li .link, .profile .nav-pills .nav-link.active, .founder-sponsors .nav-link.active, .footer .copyright a {
  font-family: "fontBold";
}

.font-regular, .profile .swiper-slide .card-swiper .btn_gradient .text {
  font-family: "fontRegular";
}

.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-fit.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-fit.position-absolute {
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

/*** Navbar ***/
.navbar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbar .navbar-brand {
  max-width: 150px;
}

.navbar .navbar-brand .logo-fixed {
  display: none;
}

.navbar .lang .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
}

.navbar .lang .dropdown-menu {
  min-width: auto;
  padding: .25rem .75rem;
  position: absolute !important;
}

.navbar .lang .dropdown-menu .dropdown-item {
  color: #1A1A1A;
  text-decoration: none;
  position: relative;
  padding: 0 0 0.5rem;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .lang .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #F38016;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .lang .dropdown-menu .dropdown-item .flag-img {
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.navbar .lang .dropdown-menu .dropdown-item:hover, .navbar .lang .dropdown-menu .dropdown-item.active {
  color: #1A1A1A;
  background-color: transparent;
}

.navbar .lang .dropdown-menu .dropdown-item:hover::before, .navbar .lang .dropdown-menu .dropdown-item.active::before {
  width: 100%;
}

.navbar .lang .dropdown-menu .dropdown-item.active {
  color: #F38016;
  font-weight: 700;
}

.navbar .navbar_toggler {
  cursor: pointer;
}

.navbar .navbar_toggler .icon-open {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar.navbar-fixed {
  background-color: #ef4c24;/* background-color: #FFFFFF;   Update14-4-2025 BG TopMenu*/
  z-index: 9999;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-shadow: 0px 2px 10px rgba(26, 26, 26, 0.3);
          box-shadow: 0px 2px 10px rgba(26, 26, 26, 0.3);
}

.navbar.navbar-fixed .navbar-brand .logo {
  display: none;
}

.navbar.navbar-fixed .navbar-brand .logo-fixed {
  display: block;
}

.navbar.navbar-fixed .lang .dropdown-toggle {
  color: #FFFFFF; /*color: #1A1A1A; Update6-4-2025 TopMenu*/
}

.navbar.navbar-fixed .btn_alt.outline, .navbar.navbar-fixed .exhibit-list-details .nav-pills .nav-item .nav-link, .exhibit-list-details .nav-pills .nav-item .navbar.navbar-fixed .nav-link {
  color: #FFFFFF;  /* color: #1A1A1A;  Update6-4-2025 TopMenu */ 
  border-color: #FFFFFF; /* border-color: #1A1A1A; */
}

.navbar.navbar-fixed .btn_alt.outline:hover, .navbar.navbar-fixed .exhibit-list-details .nav-pills .nav-item .nav-link:hover, .exhibit-list-details .nav-pills .nav-item .navbar.navbar-fixed .nav-link:hover {
  border-color: #F38016;
}

.navbar.navbar-fixed .navbar_toggler .icon-open {
  color: #FFFFFF; /* color: #1A1A1A; Update6-4-2025 TopMenu */
}

.navbar .menu_overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-color: #FFFFFF;
}

.navbar .menu_overlay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/bg-menu.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  pointer-events: none;
}

.navbar .menu_overlay .menu-top .navbar_toggler {
  background-color: #BB0E20;
  width: 50px;
  height: 50px;
}

.navbar .menu_overlay .menu-top .navbar_toggler .icon-close {
  color: #FFFFFF;
}

.navbar .menu_overlay .menu-iteam {
  height: 60vh;
  overflow-y: auto;
  /* Track */
  /* Handle */
}

.navbar .menu_overlay .menu-iteam::-webkit-scrollbar {
  width: 8px;
}

.navbar .menu_overlay .menu-iteam::-webkit-scrollbar-track {
  background: #E1E1E1;
}

.navbar .menu_overlay .menu-iteam::-webkit-scrollbar-thumb {
  background: #BB0E20;
}

.navbar .menu_overlay .menu-iteam li .link {
  color: #1A1A1A;
  text-decoration: none;
}

.navbar .menu_overlay .menu-iteam .accordion-item {
  border: none;
  border-radius: 0;
}

.navbar .menu_overlay .menu-iteam .accordion-item .accordion-button {
  padding: 0.25rem 1.25rem;
}

.navbar .menu_overlay .menu-iteam .accordion-item .accordion-button::after {
  background-image: url("../img/plus.svg");
  position: absolute;
  top: 0;
  right: -0.5rem;
}

.navbar .menu_overlay .menu-iteam .accordion-item .accordion-button::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: rgba(187, 14, 32, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .menu_overlay .menu-iteam .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-color: none;
  color: #BB0E20;
}

.navbar .menu_overlay .menu-iteam .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: invert(18%) sepia(88%) saturate(4773%) hue-rotate(346deg) brightness(73%) contrast(102%);
          filter: invert(18%) sepia(88%) saturate(4773%) hue-rotate(346deg) brightness(73%) contrast(102%);
}

.navbar .menu_overlay .menu-iteam .accordion-item .accordion-button:not(.collapsed)::before {
  height: 40%;
}

.navbar .menu_overlay .menu-iteam .accordion-body a {
  color: #1A1A1A;
  text-decoration: none;
  margin-bottom: 0.25rem;
  display: inline-block;
  text-transform: uppercase;
}

.navbar .menu_overlay .menu-iteam .accordion-body a:hover {
  color: #1A1A1A;
}

.navbar .menu_overlay .menu-bottom .list-social-media .icon {
  color: #FFFFFF;
  display: block;
}

.navbar .menu_overlay .menu-bottom .list-social-media .icon .icon-tabler {
  max-width: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .menu_overlay .menu-bottom .list-social-media .icon:hover .icon-tabler {
  stroke: #BB0E20;
}

/*** Social Media Fixed ***/
.social-media-fixed {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 99;
}

.social-media-fixed .icon svg {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-media-fixed .icon.icon-phone {
  display: block;
  background: transparent linear-gradient(209deg, #FFBF39 0%, #B1D09A 75%, #AFD09C 100%) 0% 0% no-repeat padding-box;
  min-width: 45px;
  min-height: 45px;
  padding: 0.5rem;
  border-radius: 50%;
}

/*** Hero ***/
.hero {
  height: 100vh;
  position: relative;
}

.hero .hero-swiper .swiper-slide .swiper-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation-name: backInStart;
          animation-name: backInStart;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.hero .hero-swiper .swiper-slide .swiper-img::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: rgba(26, 26, 26, 0.5);
}

.hero .card-hero {
  height: 45vh;
  background: transparent linear-gradient(242deg, #F38016 0%, #BC414C 75%, #BC414C 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  right: 0;
  bottom: -10vh;
  z-index: 2;
  padding: 1.5rem 2rem;
  -webkit-animation-name: fadeInEnd;
          animation-name: fadeInEnd;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@media (max-width: 767.98px) {
  .hero .card-hero {
    padding: 1rem;
  }
}

.hero .card-hero::before, .hero .card-hero::after {
  content: '';
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero .card-hero::before {
  bottom: 0;
  width: 70%;
  height: 70%;
  background-image: url("../img/bg-card-hero.png");
  background-position: center bottom;
  background-size: cover;
}

.hero .card-hero::after {
  top: 0;
  width: 100px;
  height: 100px;
  opacity: 0.5;
  background-image: url("../img/logo-card-hero.png");
  background-position: center;
  background-size: contain;
}

.hero .card-hero .info {
  color: #FFFFFF;
  border-left: 2px solid #FFFFFF;
  padding-left: 1rem;
}

.hero .card-hero .numbers {
  position: relative;
}

.hero .card-hero .numbers .wrap {
  color: #FFFFFF;
}

.hero .card-hero .scroll-down {
  background-color: #BB0E20;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 10vh;
  cursor: pointer;
}

.hero .card-hero .scroll-down img {
  -webkit-animation: ScrollDown 1.5s infinite;
          animation: ScrollDown 1.5s infinite;
}

@-webkit-keyframes fadeInEnd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInEnd {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes backInStart {
  0% {
    -webkit-transform: translateX(-2000px) translateY(5%) scale3d(1, 0.95, 0.95);
            transform: translateX(-2000px) translateY(5%) scale3d(1, 0.95, 0.95);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: translateX(-5%) translateY(5%) scale3d(1, 0.95, 0.95);
            transform: translateX(-5%) translateY(5%) scale3d(1, 0.95, 0.95);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes backInStart {
  0% {
    -webkit-transform: translateX(-2000px) translateY(5%) scale3d(1, 0.95, 0.95);
            transform: translateX(-2000px) translateY(5%) scale3d(1, 0.95, 0.95);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: translateX(-5%) translateY(5%) scale3d(1, 0.95, 0.95);
            transform: translateX(-5%) translateY(5%) scale3d(1, 0.95, 0.95);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes ScrollDown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes ScrollDown {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

/*** Hero Inner ***/
.hero-inner {
  height: 32vh;
  position: relative;
}

.hero-inner .bg-color {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 55%, 94.5% 96%, 0 35%, 0 0);
          clip-path: polygon(100% 0, 100% 55%, 94.5% 96%, 0 35%, 0 0);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .hero-inner .bg-color {
    -webkit-clip-path: polygon(100% 0, 100% 55%, 100% 96%, 0 35%, 0 0);
            clip-path: polygon(100% 0, 100% 55%, 100% 96%, 0 35%, 0 0);
  }
}

.hero-inner .banner-img {
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 46%, 93% 100%, 0 61%, 0 0);
          clip-path: polygon(100% 0, 100% 46%, 93% 100%, 0 61%, 0 0);
  position: relative;
}

.hero-inner .banner-img::before {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.25);
}

/*** breadcrumb ***/
.breadcrumb .breadcrumb-item {
  position: relative;
  color: #A4A4A4;
  text-transform: uppercase;
}

.breadcrumb .breadcrumb-item .bi {
  position: absolute;
  left: -35px;
  top: -3px;
  font-size: 30px;
  line-height: 0;
}

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb .breadcrumb-item:not(.active) a {
  color: #BB0E20;
  font-family: "fontBold";
}

.breadcrumb .breadcrumb-item.active {
  font-family: "fontRegularItalick";
}

/*** About ***/
.about {
  position: relative;
}

@media (min-width: 768px) {
  .about {
    min-height: 80vh;
    padding-top: 20vh;
  }
}

.about .logo-animation {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .about .logo-animation {
    display: none;
  }
}

.about .logo {
  max-width: 150px;
}

@media (max-width: 767.98px) {
  .about .logo {
    max-width: 70px;
  }
}

.about #svgContainer {
  width: 200%;
  height: 110%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  pointer-events: none;
}

/*** Exhibition ***/
.exhibition {
  position: relative;
}

.exhibition::before {
  content: '';
  position: absolute;
  right: 0;
  background: transparent linear-gradient(262deg, #F38016 0%, #A6112C 75%, #BB0E20 100%) 0% 0% no-repeat padding-box;
  height: 70px;
  top: 0;
  width: 58.33333333%;
}

@media (max-width: 767.98px) {
  .exhibition::before {
    height: 40px;
  }
}

.exhibition .exhibition-video {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.exhibition .exhibition-video::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.25);
}

@media (min-width: 768px) {
  .exhibition .exhibition-video {
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 70px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .exhibition .exhibition-video::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-image: url("../img/play-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
}

@media (max-width: 767.98px) {
  .exhibition .exhibition-video {
    position: relative;
    min-height: 50vh;
  }
}

.exhibition .exhibition-video .description {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .exhibition .exhibition-video .description {
    opacity: 0;
    pointer-events: none;
  }
}

.exhibition .exhibition-video.active-video {
  width: 100%;
  height: 100vh;
}

.exhibition .exhibition-video.active-video::after {
  opacity: 0;
}

.exhibition .exhibition-video.active-video .description {
  opacity: 1;
  pointer-events: all;
}

/*** Profile ***/
.profile {
  position: relative;
  /*** Swiper  Arrows ***/
}

.profile::before {
  content: '';
  position: absolute;
  right: -5vh;
  top: -45vh;
  width: 80vh;
  height: 80vh;
  background-image: url("../img/profile-shape.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  background-position: center right;
}

@media (max-width: 767.98px) {
  .profile::before {
    width: 50%;
    height: 50%;
  }
}

.profile .nav-pills .nav-link {
  padding: .5rem 1rem;
  border-bottom: 1px solid #E1E1E1;
  border-radius: 0;
  color: #1A1A1A;
}

.profile .nav-pills .nav-link.active {
  background-color: transparent;
  color: #BB0E20;
  border-bottom-color: #BB0E20;
  border-width: 3px;
}

.profile .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.profile .swiper-slide .card-swiper {
  padding: 1rem 0.2rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.profile .swiper-slide .card-swiper .image {
  height: 250px;
}

.profile .swiper-slide .card-swiper .info {
  opacity: 0;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 0rem;
  pointer-events: none;
}

.profile .swiper-slide .card-swiper .btn_gradient {
  opacity: 0;
}

.profile .swiper-slide .card-swiper .btn_gradient .text {
  padding: 0.45rem 0rem;
}

.profile .swiper-slide .card-swiper .btn_gradient .text::before {
  display: none;
}

.profile .swiper-slide.swiper-slide-active .card-swiper {
  padding: 1rem 1rem;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.profile .swiper-slide.swiper-slide-active .card-swiper .info {
  opacity: 1;
  pointer-events: all;
}

.profile .swiper-slide.swiper-slide-active .card-swiper:hover .btn_gradient {
  opacity: 1;
}

.profile .swiper-slide:nth-child(even).swiper-slide-active .card-swiper {
  background: transparent linear-gradient(37deg, #F38016 0%, #BF4C52 100%) 0% 0% no-repeat padding-box;
}

.profile .swiper-slide:nth-child(even).swiper-slide-active .card-swiper:hover {
  background: transparent linear-gradient(80deg, #F38016 0%, #BF4C52 100%) 0% 0% no-repeat padding-box;
}

.profile .swiper-slide:nth-child(odd).swiper-slide-active .card-swiper {
  background: transparent linear-gradient(209deg, #F38016 0%, #91c16e 75%, #709b57 100%) 0% 0% no-repeat padding-box;
}

.profile .swiper-slide:nth-child(odd).swiper-slide-active .card-swiper:hover {
  background: transparent linear-gradient(230deg, #F38016 0%, #91c16e 75%, #709b57 100%) 0% 0% no-repeat padding-box;
}

.profile .swiper-button-next,
.profile .swiper-rtl .swiper-button-prev {
  left: auto;
}

@media (min-width: 1024px) {
  .profile .swiper-button-next,
  .profile .swiper-rtl .swiper-button-prev {
    right: 32%;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .profile .swiper-button-next,
  .profile .swiper-rtl .swiper-button-prev {
    right: 20%;
  }
}

@media (max-width: 767.98px) {
  .profile .swiper-button-next,
  .profile .swiper-rtl .swiper-button-prev {
    right: 1.2%;
  }
}

.profile .swiper-button-prev,
.profile .swiper-rtl .swiper-button-prev {
  right: auto;
}

@media (min-width: 1024px) {
  .profile .swiper-button-prev,
  .profile .swiper-rtl .swiper-button-prev {
    left: 32%;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .profile .swiper-button-prev,
  .profile .swiper-rtl .swiper-button-prev {
    left: 20%;
  }
}

@media (max-width: 767.98px) {
  .profile .swiper-button-prev,
  .profile .swiper-rtl .swiper-button-prev {
    left: 1.2%;
  }
}

/*** Swiper  Arrows ***/
.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #1A1A1A;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 400px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
  background-image: url("../img/swiper-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 80%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #BB0E20;
  border-color: #BB0E20;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/***  Founder Sponsors ***/
.founder-sponsors {
  position: relative;
}

.founder-sponsors .bg_gradient {
  background: transparent linear-gradient(31deg, #AFD09C 0%, #909733 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .founder-sponsors .bg_gradient {
    padding-bottom: 200px;
  }
}

.founder-sponsors .nav-link {
  position: relative;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.25rem 1rem;
  text-transform: capitalize;
}

.founder-sponsors .nav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  width: 0px;
  height: 2px;
  background-color: #F38016;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.founder-sponsors .nav-link.active {
  background-color: transparent;
  color: #1A1A1A;
  margin-left: 10px;
}

.founder-sponsors .nav-link.active::before {
  width: 25px;
}

.founder-sponsors .swiper-founder-sponsors {
  height: 400px;
  padding-top: 120px;
  padding-bottom: 70px;
}

.founder-sponsors .swiper-founder-sponsors .swiper-slide {
  height: calc((100% - 15px) / 2) !important;
  position: relative;
}

.founder-sponsors .swiper-founder-sponsors .swiper-slide .logo {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
  padding: 1rem;
  text-decoration: none;
}

.founder-sponsors .swiper-founder-sponsors .swiper-slide .logo::after {
  content: '';
  position: absolute;
  right: -7.5px;
  bottom: 0;
  height: calc(100% + 15px);
  width: 2px;
  background-color: #E1E1E1;
}

.founder-sponsors .swiper-founder-sponsors .swiper-slide .logo img {
  max-width: 80%;
}

.founder-sponsors .swiper-founder-sponsors .swiper-slide .name {
  color: #1A1A1A;
}

.founder-sponsors .swiper-founder-sponsors .swiper-slide:not(:nth-child(even))::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  right: -10.5px;
  bottom: -10.5px;
  z-index: 9;
  border-radius: 50%;
}

.founder-sponsors .swiper-founder-sponsors .swiper-slide:not(:nth-child(even)) .logo::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7.5px;
  width: calc(100% + 15px);
  height: 2px;
  background-color: #E1E1E1;
}

.founder-sponsors .swiper-founder-sponsors .swiper-slide:last-child:nth-child(odd) .logo::after, .founder-sponsors .swiper-founder-sponsors .swiper-slide:last-child:nth-child(even) .logo::after {
  display: none;
}

.founder-sponsors .swiper-founder-sponsors .swiper-button-prev,
.founder-sponsors .swiper-founder-sponsors .swiper-button-next {
  top: 0;
  bottom: auto;
  margin-top: 20px;
}

.founder-sponsors .swiper-founder-sponsors .swiper-button-prev,
.founder-sponsors .swiper-founder-sponsors .swiper-rtl .swiper-button-next {
  left: auto;
  right: 85px;
}

.founder-sponsors .wrap-tabs {
  padding-bottom: 200px;
  position: relative;
}

.founder-sponsors .img-bottom-founder-sponsors {
  position: absolute;
  bottom: -60px;
  height: 260px;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*** Footer ***/
.footer {
  background: transparent linear-gradient(61deg, #BF4C52 0%, #C04D51 10%, #FFBF39 100%) 0% 0% no-repeat padding-box;
  padding-top: 100px;
  color: #FFFFFF;
}

.footer .info {
  position: relative;
}

.footer .info::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-footer.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  pointer-events: none;
}

.footer .list_iteams ul {
  list-style: none;
}

.footer .list_iteams ul li {
  position: relative;
  margin-bottom: 0.35rem;
}

.footer .list_iteams ul li::before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 25px;
  background-image: url("../img/list-style-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -25px;
  margin-top: 2px;
  position: absolute;
  left: 0;
}

.footer .list_iteams ul li a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .list_iteams ul li a:hover {
  color: #1A1A1A;
}

.footer .contact-us a {
  display: block;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .contact-us a:hover {
  color: #1A1A1A;
}

.footer .copyright {
  padding: 0.35rem 1rem;
  text-align: center;
  color: #FFFFFF;
}

.footer .copyright a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer .copyright a:hover {
  color: #1A1A1A;
}

/*** overview ***/
.overview {
  position: relative;
  overflow: hidden;
}

.overview::after {
  content: '';
  position: absolute;
  right: -5%;
  width: 40%;
  height: 50vh;
  bottom: -8%;
  background-image: url(../img/logo-outline.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  pointer-events: none;
  background-position: right bottom;
}

.overview .shape {
  position: relative;
}

@media (min-width: 992px) {
  .overview .shape {
    min-height: 100vh;
    padding-top: 50vh;
  }
}

@media (max-width: 991.98px) {
  .overview .shape {
    min-height: 50vh;
    padding-top: 6rem;
  }
}

.overview .shape::before {
  content: '';
  position: absolute;
  left: -35%;
  bottom: -7vh;
  width: 40vh;
  height: 50vh;
  border: 1px solid #A4A4A4;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  pointer-events: none;
}

.overview .shape .shape-img {
  width: 130%;
  height: 100%;
  left: -30%;
  position: absolute;
}

@media (min-width: 992px) {
  .overview .shape .shape-img {
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.overview .shape .info {
  position: relative;
}

@media (min-width: 992px) {
  .overview .shape .info {
    padding: 5rem 5rem 1rem 9rem;
  }
}

@media (max-width: 991.98px) {
  .overview .shape .info {
    padding: 3rem 3rem 1rem 5rem;
  }
}

.overview .shape .info::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

@media (min-width: 992px) {
  .overview .shape .info::before {
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.overview.reverse .shape::before {
  left: auto;
  right: -45%;
}

.overview.reverse .shape .shape-img {
  left: 0%;
}

@media (min-width: 992px) {
  .overview.reverse .shape .shape-img {
    -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  }
}

@media (min-width: 992px) {
  .overview.reverse .info {
    padding: 5rem 9rem 1rem 5rem;
  }
}

@media (max-width: 991.98px) {
  .overview.reverse .info {
    padding: 3rem 5rem 1rem 3rem;
  }
}

@media (min-width: 992px) {
  .overview.reverse .info::before {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  }
}

/*** Features ***/
.features .features-card {
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 5px 10px 25px #0000001A;
          box-shadow: 5px 10px 25px #0000001A;
  border-radius: 23px;
  padding: 1.5rem;
}

.features .features-card .header .icon {
  width: 45px;
}

/*** Floor Plan  ***/
.floor-plan .floor-plan-card .image {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.floor-plan .floor-plan-card .image::before, .floor-plan .floor-plan-card .image::after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.floor-plan .floor-plan-card .image::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.5);
}

.floor-plan .floor-plan-card .image::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background-image: url("../img/expand-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.floor-plan .floor-plan-card .image img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.floor-plan .floor-plan-card .image:hover::before, .floor-plan .floor-plan-card .image:hover::after {
  opacity: 1;
}

.floor-plan .floor-plan-card .image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

@media (min-width: 992px) {
  .floor-plan .floor-plan-card .image {
    height: 350px;
  }
}

@media (max-width: 991.98px) {
  .floor-plan .floor-plan-card .image {
    height: 250px;
  }
}

/*** Image Modal ***/
.modal-open {
  padding-right: 0 !important;
}

.gallery-btn {
  cursor: pointer;
}

.enquiryFormModal .modal-header,
.galleryModal .modal-header,
.galleryMobileModal .modal-header,
.videoModal .modal-header {
  border: none;
}

.enquiryFormModal .modal-header .btn-close,
.galleryModal .modal-header .btn-close,
.galleryMobileModal .modal-header .btn-close,
.videoModal .modal-header .btn-close {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
}

@media (min-width: 576px) {
  .enquiryFormModal .modal-dialog,
  .galleryModal .modal-dialog,
  .galleryMobileModal .modal-dialog,
  .videoModal .modal-dialog {
    max-width: 80vw;
  }
}

.enquiryFormModal .modal-content,
.galleryModal .modal-content,
.galleryMobileModal .modal-content,
.videoModal .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
}

@media (min-width: 576px) {
  .enquiryFormModal .modal-content .modal-body,
  .galleryModal .modal-content .modal-body,
  .galleryMobileModal .modal-content .modal-body,
  .videoModal .modal-content .modal-body {
    max-width: 80vw;
    height: 80vh;
  }
}

@media (max-width: 575.98px) {
  .enquiryFormModal .modal-content .modal-body,
  .galleryModal .modal-content .modal-body,
  .galleryMobileModal .modal-content .modal-body,
  .videoModal .modal-content .modal-body {
    height: 40vh;
  }
}

.enquiryFormModal .modal-content .gallery-swiper .swiper-button-next,
.enquiryFormModal .modal-content .gallery-swiper .swiper-button-prev,
.enquiryFormModal .modal-content .gallery-swiper-mobile .swiper-button-next,
.enquiryFormModal .modal-content .gallery-swiper-mobile .swiper-button-prev,
.galleryModal .modal-content .gallery-swiper .swiper-button-next,
.galleryModal .modal-content .gallery-swiper .swiper-button-prev,
.galleryModal .modal-content .gallery-swiper-mobile .swiper-button-next,
.galleryModal .modal-content .gallery-swiper-mobile .swiper-button-prev,
.galleryMobileModal .modal-content .gallery-swiper .swiper-button-next,
.galleryMobileModal .modal-content .gallery-swiper .swiper-button-prev,
.galleryMobileModal .modal-content .gallery-swiper-mobile .swiper-button-next,
.galleryMobileModal .modal-content .gallery-swiper-mobile .swiper-button-prev,
.videoModal .modal-content .gallery-swiper .swiper-button-next,
.videoModal .modal-content .gallery-swiper .swiper-button-prev,
.videoModal .modal-content .gallery-swiper-mobile .swiper-button-next,
.videoModal .modal-content .gallery-swiper-mobile .swiper-button-prev {
  top: 50%;
  border-color: #FFFFFF;
}

.enquiryFormModal .modal-content .gallery-swiper .swiper-button-next::after,
.enquiryFormModal .modal-content .gallery-swiper .swiper-button-prev::after,
.enquiryFormModal .modal-content .gallery-swiper-mobile .swiper-button-next::after,
.enquiryFormModal .modal-content .gallery-swiper-mobile .swiper-button-prev::after,
.galleryModal .modal-content .gallery-swiper .swiper-button-next::after,
.galleryModal .modal-content .gallery-swiper .swiper-button-prev::after,
.galleryModal .modal-content .gallery-swiper-mobile .swiper-button-next::after,
.galleryModal .modal-content .gallery-swiper-mobile .swiper-button-prev::after,
.galleryMobileModal .modal-content .gallery-swiper .swiper-button-next::after,
.galleryMobileModal .modal-content .gallery-swiper .swiper-button-prev::after,
.galleryMobileModal .modal-content .gallery-swiper-mobile .swiper-button-next::after,
.galleryMobileModal .modal-content .gallery-swiper-mobile .swiper-button-prev::after,
.videoModal .modal-content .gallery-swiper .swiper-button-next::after,
.videoModal .modal-content .gallery-swiper .swiper-button-prev::after,
.videoModal .modal-content .gallery-swiper-mobile .swiper-button-next::after,
.videoModal .modal-content .gallery-swiper-mobile .swiper-button-prev::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.enquiryFormModal .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
}

.enquiryFormModal .modal-content .modal-body {
  background-color: #FFFFFF;
}

@media (min-width: 576px) {
  .enquiryFormModal .modal-content .modal-body {
    max-width: 80vw;
    height: auto;
    padding: 3rem;
  }
}

@media (max-width: 575.98px) {
  .enquiryFormModal .modal-content .modal-body {
    height: auto;
    padding: 1.5rem;
  }
}

.loading-scroll {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.loading-scroll .ball {
  background-color: #0D287A;
  border-radius: 50%;
  margin: 5px;
  height: 10px;
  width: 10px;
  -webkit-animation: jump .5s ease-in infinite;
          animation: jump .5s ease-in infinite;
}

.loading-scroll .ball:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading-scroll .ball:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading-scroll.show {
  opacity: 1;
}

.btn-load-more {
  background-color: transparent;
  -webkit-transform: all 0.3s ease-in-out;
          transform: all 0.3s ease-in-out;
}

.btn-load-more.hidden {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes jump {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes jump {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

/*** Form ***/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 180px;
}

.custom-label {
  display: block;
}

.form-control {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 6px 10px #0000001A !important;
          box-shadow: 0px 6px 10px #0000001A !important;
  padding: 0.6rem 1rem;
  font-size: inherit;
}

.bootstrap-select {
  -webkit-box-shadow: 0px 6px 10px #0000001A;
          box-shadow: 0px 6px 10px #0000001A;
}

.bootstrap-select > .dropdown-toggle {
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
}

.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle::after {
  border: none;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  background-position: center;
}

.bootstrap-select .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 6px 10px #0000001A;
          box-shadow: 0px 6px 10px #0000001A;
  font-size: inherit;
}

.bootstrap-select .btn {
  font-size: inherit;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #1A1A1A;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0D287A;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #E1E1E1;
  color: #1A1A1A;
}

.form-group .bootstrap-select {
  width: 100% !important;
}

.custom-label {
  margin-bottom: 0.65rem;
}

.custom-file-input {
  display: none;
}

.btn-upload {
  background-color: #E1E1E1;
  color: #FFFFFF;
  border-radius: 0;
  border: none;
  padding: 0.6rem 1rem;
  cursor: pointer;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.form-footer a {
  color: #1A1A1A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-footer a:hover {
  color: #F38016;
}

/*** Managements Info ***/
.managements-info {
  position: relative;
}

.managements-info::before {
  content: '';
  position: absolute;
  width: 40vw;
  height: 100%;
  right: -30vh;
  bottom: 0;
  background-image: url(../img/logo-outline.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
  background-position: right bottom;
}

.managements-info .features-card {
  -webkit-box-shadow: 0px 7px 15px #0000001A;
          box-shadow: 0px 7px 15px #0000001A;
  border-radius: 0;
}

.managements-info .features-card .info .details {
  margin-bottom: 0.35rem;
}

.managements-info .features-card .info .details a {
  color: #1A1A1A;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.managements-info .features-card .info .details a:hover {
  color: #BB0E20;
}

/*** conference ***/
.conference {
  position: relative;
}

.conference::before {
  content: '';
  position: absolute;
  width: 40%;
  height: 100vh;
  top: 50%;
  left: -15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/logo-outline.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
}

.conference .timeline {
  position: relative;
}

.conference .timeline::before {
  content: "";
  display: block;
  width: 1.5px;
  height: 100%;
  background: #D4D4D4;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .conference .timeline::before {
    margin: 0;
    left: 0;
  }
}

.conference .timeline .timeline-item {
  position: relative;
}

.conference .timeline .timeline-item .icon {
  font-size: 1.5rem;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  background-color: #FFFFFF;
  top: calc(50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 2px solid #BB0E20;
}

@media (max-width: 767.98px) {
  .conference .timeline .timeline-item .icon {
    right: auto;
    left: -3px;
    top: 1.5rem;
  }
}

.conference .timeline .timeline-item .timeline-content {
  padding-right: 2rem;
}

.conference .timeline .timeline-item .timeline-content .img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin-left: 1rem;
}

.conference .timeline .timeline-item .timeline-content .info {
  text-align: right;
}

@media (min-width: 768px) {
  .conference .timeline .timeline-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .conference .timeline .timeline-item:nth-child(even) .timeline-content {
    padding-left: 2rem;
  }
  .conference .timeline .timeline-item:nth-child(even) .timeline-content .img {
    margin-right: 1rem;
    margin-left: 0rem;
  }
  .conference .timeline .timeline-item:nth-child(even) .timeline-content .details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .conference .timeline .timeline-item:nth-child(even) .timeline-content .details .info {
    text-align: left;
  }
}

.support .bg_gradient {
  position: relative;
  overflow: hidden;
}

.support .bg_gradient::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0%;
  left: -60%;
  background-image: url("../img/support-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: 1;
  pointer-events: none;
}

.support .swiper-support {
  padding-top: 120px;
  padding-bottom: 30px;
}

.support .swiper-support .swiper-slide {
  position: relative;
}

.support .swiper-support .swiper-slide .logo {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
  padding: 1rem;
}

.support .swiper-support .swiper-slide .logo img {
  max-width: 80%;
}

.support .swiper-support .swiper-button-prev,
.support .swiper-support .swiper-button-next {
  top: 0;
  bottom: auto;
  margin-top: 20px;
}

.support .swiper-support .swiper-button-prev,
.support .swiper-support .swiper-rtl .swiper-button-next {
  left: auto;
  right: 85px;
}

/*** Why Exhibit? ***/
.progress_bars {
  position: relative;
}

.progress_bars .progress {
  height: 7px;
  background-color: #E1E1E1;
  border-radius: 0;
}

.progress_bars .progress .progress-bar {
  background-color: #AFD09C;
  border-radius: 0;
}

.progress_bars .progress .progress-bar span {
  position: absolute;
  top: -2rem;
  color: #1A1A1A;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*** Exhibitors Profile ***/
.exhibitors-profile .exhibitors-profile-card ul {
  padding-left: 1rem;
  list-style: circle;
}

.exhibitors-profile .exhibitors-profile-card .image {
  height: 35vh;
  padding-bottom: 3vh;
  padding-right: 3vh;
  position: relative;
}

.exhibitors-profile .exhibitors-profile-card .image::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background-color: #BF4C52;
  z-index: -1;
}

.exhibitors-profile .exhibitors-profile-card:nth-child(2n) .image::before {
  background-color: #909733;
}

.exhibitors-profile .exhibitors-profile-card:nth-child(3n) .image::before {
  background-color: #F38016;
}

.exhibitors-profile .exhibitors-profile-card:nth-child(4n) .image::before {
  background-color: #FFBF39;
}

.exhibitors-profile .exhibitors-profile-card:nth-child(even) .image {
  padding-right: 0;
}

.exhibitors-profile .exhibitors-profile-card:nth-child(even) .image::before {
  content: '';
  right: auto;
  left: 0;
}

@media (min-width: 768px) {
  .exhibitors-profile .exhibitors-profile-card .info {
    padding-right: 4rem;
  }
  .exhibitors-profile .exhibitors-profile-card .image {
    height: 65vh;
    padding-bottom: 5vh;
    padding-right: 5vh;
  }
  .exhibitors-profile .exhibitors-profile-card:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .exhibitors-profile .exhibitors-profile-card:nth-child(even) .info {
    padding-left: 4rem;
    padding-right: 0rem;
  }
  .exhibitors-profile .exhibitors-profile-card:nth-child(even) .image {
    padding-left: 5vh;
  }
}

@media (max-width: 767.98px) {
  .exhibitors-profile .exhibitors-profile-card:nth-child(even) .image {
    padding-left: 3vh;
  }
}

/*** Members ***/
.member-of {
  position: relative;
}

.member-of::before {
  content: '';
  position: absolute;
  width: 40%;
  height: 80vh;
  left: -30%;
  bottom: 0vh;
  background-image: url("../img/logo-outline.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
}

.member-of .title {
  position: relative;
  display: inline-block;
  padding: 0.35rem 1rem;
}

.member-of .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background-color: #F38016;
  z-index: -1;
}

.member-of .logo-wrap {
  position: relative;
}

.member-of .logo-wrap::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  right: -10.5px;
  bottom: -10.5px;
  z-index: 9;
  border-radius: 50%;
}

.member-of .logo-wrap .logo {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
}

.member-of .logo-wrap .logo::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7.5px;
  width: calc(100% + 15px);
  height: 2px;
  background-color: #E1E1E1;
}

.member-of .logo-wrap .logo::after {
  content: '';
  position: absolute;
  right: -7.5px;
  bottom: -5px;
  height: calc(100% + 15px);
  width: 2px;
  background-color: #E1E1E1;
}

.member-of .logo-wrap .logo img {
  max-width: 80%;
}

@media (min-width: 992px) {
  .member-of .logo-wrap:nth-child(4n)::after {
    display: none;
  }
  .member-of .logo-wrap:nth-child(4n) .logo::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .member-of .logo-wrap:nth-child(2n)::after {
    display: none;
  }
  .member-of .logo-wrap:nth-child(2n) .logo::after {
    display: none;
  }
}

/*** Exhibit Sponsors ***/
.exhibit-sponsors .member-of::before {
  display: none;
}

.exhibit-list-details .wrap-info {
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  scrollbar-width: auto;
  scrollbar-color: #1A1A1A #ffffff;
  /* Chrome, Edge, and Safari */
}

@media (min-width: 768px) {
  .exhibit-list-details .wrap-info {
    height: 900px;
    overflow-y: auto;
  }
}

.exhibit-list-details .wrap-info::-webkit-scrollbar {
  width: 8px;
}

.exhibit-list-details .wrap-info::-webkit-scrollbar-track {
  background: #D4D4D4;
}

.exhibit-list-details .wrap-info::-webkit-scrollbar-thumb {
  background-color: #A4A4A4;
  border-radius: 3px;
}

.exhibit-list-details .image {
  border: 2px solid #E1E1E1;
  padding: 0.75rem;
  height: 200px;
  width: 200px;
}

.exhibit-list-details .find-us {
  color: #BB0E20;
}

.exhibit-list-details .link {
  background-color: #E1E1E1;
  padding: 4px 10px;
  color: #1A1A1A;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.exhibit-list-details .link:hover {
  background-color: #F38016;
}

.exhibit-list-details .list-social-media {
  position: relative;
  padding-left: 0.5rem;
}

.exhibit-list-details .list-social-media::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #1A1A1A;
}

.exhibit-list-details .list-social-media .icon {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.exhibit-list-details .nav-pills {
  border-top: 2px solid #E1E1E1;
  border-bottom: 2px solid #E1E1E1;
  padding: 1rem 0rem;
}

.exhibit-list-details .nav-pills .nav-item .nav-link {
  margin-right: 1rem;
}

.exhibit-list-details .nav-pills .nav-item .nav-link.active {
  background: transparent -webkit-gradient(linear, right top, left top, from(#FFBF39), to(#F38016)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #FFBF39 0%, #F38016 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  border-color: transparent;
  -webkit-transition: none;
  transition: none;
}

.exhibit-list-details .tab-content .brochures {
  padding: 0rem 1rem;
}

.exhibit-list-details .tab-content .brochures:nth-child(even) {
  background-color: #E1E1E1;
}

@media (max-width: 767.98px) {
  .exhibit-list-details .tab-content .brochures .preview,
  .exhibit-list-details .tab-content .brochures .download {
    padding: 0.35rem 0.65rem;
  }
}

.exhibit-list-details .tab-content .pills-gallery .gallery-btn {
  padding: 1rem;
}

.exhibit-list-details .tab-content .pills-gallery .gallery-btn:nth-child(even) {
  background-color: #E1E1E1;
}

.exhibit-list-details .tab-content .pills-gallery .gallery-btn .img {
  width: 35px;
  height: 35px;
}

.exhibit-list-details .tab-content .pills-videos .media-videos {
  cursor: pointer;
  padding: 1rem;
}

.exhibit-list-details .tab-content .pills-videos .media-videos:nth-child(even) {
  background-color: #E1E1E1;
}

.exhibit-list-details .tab-content .pills-videos .media-videos .img {
  width: 35px;
  height: 35px;
}

.exhibit-list .list-info {
  padding: 2rem;
  -webkit-box-shadow: 0px 6px 15px #0000001A;
          box-shadow: 0px 6px 15px #0000001A;
}

.advertise {
  background-color: #FFFFFF;
  width: 100%;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  scrollbar-width: auto;
  scrollbar-color: #1A1A1A #ffffff;
  /* Chrome, Edge, and Safari */
}

@media (min-width: 768px) {
  .advertise {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .advertise {
    padding: 1.5rem;
  }
}

.advertise::-webkit-scrollbar {
  width: 8px;
}

.advertise::-webkit-scrollbar-track {
  background: #D4D4D4;
}

.advertise::-webkit-scrollbar-thumb {
  background-color: #A4A4A4;
  border-radius: 3px;
}

.advertise.fixed {
  position: fixed;
  top: 0px;
}

.advertise .advertise-swiper .img-fit,
.advertise .advertise-swiper-two .img-fit {
  -o-object-fit: contain;
     object-fit: contain;
}

.advertise .swiper-button-next,
.advertise .swiper-button-prev {
  top: 50%;
}

/*** Free Visit Registration ***/
.free-visit {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.free-visit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -65%;
  width: 50%;
  height: 100%;
  background-image: url("../img/logo-outline.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  pointer-events: none;
}

.free-visit .plant {
  height: 65vh;
}

/*** FAQ ***/
.faq-section .faq-card {
  background-color: #FFFFFF;
  padding: 2rem;
  height: 100%;
  -webkit-box-shadow: 0px 6px 15px #0000001A;
          box-shadow: 0px 6px 15px #0000001A;
  border-radius: 25px;
}

.faq-section .faq-card .card-title {
  position: relative;
}

.faq-section .faq-card .card-title::before {
  content: '';
  position: absolute;
  background-color: #AFD09C;
  top: 0;
  left: -2rem;
  width: 0.5rem;
  height: 100%;
}

/*** Exhibiting & Visiting Countries ***/
.exhibiting-visiting-countries .container-layout {
  border: 1px solid #E1E1E1;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

@media (max-width: 767.98px) {
  .exhibiting-visiting-countries .container-layout {
    width: 80%;
  }
}

.exhibiting-visiting-countries .title {
  background-color: #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  padding: 0 1rem;
}

.exhibiting-visiting-countries .swiper-button-next, .exhibiting-visiting-countries .swiper-button-prev {
  top: 50%;
  -webkit-box-shadow: 0px 6px 15px #00000029;
          box-shadow: 0px 6px 15px #00000029;
  border: none;
  background-color: #FFFFFF;
}

.exhibiting-visiting-countries .swiper-button-next:hover, .exhibiting-visiting-countries .swiper-button-prev:hover {
  background-color: #F38016;
}

.exhibiting-visiting-countries .swiper-button-next:hover::after, .exhibiting-visiting-countries .swiper-button-prev:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.exhibiting-visiting-countries .swiper-button-next, .exhibiting-visiting-countries .swiper-rtl .swiper-button-prev {
  right: -1.5rem;
}

.exhibiting-visiting-countries .swiper-button-prev, .exhibiting-visiting-countries .swiper-rtl .swiper-button-next {
  left: -1.5rem;
}

.visiting-countries-swiper {
  position: relative;
}

.visiting-countries-swiper::before, .visiting-countries-swiper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  background: transparent -webkit-gradient(linear, right top, left top, from(#FFFFFF00), color-stop(75%, #FFFFFFA8), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFFA8 75%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}

.visiting-countries-swiper::before {
  left: -2px;
}

.visiting-countries-swiper::after {
  right: -2px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*** Exhibitors Process ***/
.exhibitors-process .tabs-wrap {
  position: relative;
  width: 550px;
  height: 550px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-top: 4rem;
}

@media (max-width: 575.98px) {
  .exhibitors-process .tabs-wrap {
    width: 300px;
    height: 300px;
  }
}

.exhibitors-process .tabs-wrap .nav-pills {
  position: absolute;
  inset: 0;
  width: 100%;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-item {
  position: absolute;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-item:nth-child(1) {
  top: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.exhibitors-process .tabs-wrap .nav-pills .nav-item:nth-child(2) {
  top: 8%;
  right: 5%;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-item:nth-child(3) {
  top: 45%;
  right: -8%;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-item:nth-child(4) {
  top: 85%;
  right: 10%;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-item:nth-child(5) {
  top: 85%;
  left: 10%;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-item:nth-child(6) {
  top: 45%;
  left: -8%;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-item:nth-child(7) {
  top: 8%;
  left: 5%;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-link {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 50%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#909733), to(#FFBF39)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #909733 0%, #FFBF39 100%) 0% 0% no-repeat padding-box;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  .exhibitors-process .tabs-wrap .nav-pills .nav-link {
    width: 60px;
    height: 60px;
    padding: 0.75rem;
  }
}

.exhibitors-process .tabs-wrap .nav-pills .nav-link.active {
  background: #FFFFFF;
}

.exhibitors-process .tabs-wrap .nav-pills .nav-link.active::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.exhibitors-process .tabs-wrap .nav-pills .nav-link.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.exhibitors-process .tabs-wrap .tab-content {
  padding: 4rem;
  text-align: center;
}

/*** Map ***/
.map path {
  fill: lightgray;
  stroke: #FFFFFF;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.map path:not(.selected) {
  pointer-events: none;
}

.map path.selected {
  fill: #0D287A;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
  padding-left: 100px !important;
}
/*# sourceMappingURL=style.css.map */


/*--------------- 1-10-2024 -----Pagination Catalog--------------*/
.pagination-wrapper ul {
    display: flex !important; 
    flex-wrap: nowrap; 
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.pagination-wrapper ul li {
    margin: 0 5px; 
}

.pagination-wrapper ul li a {
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #b9b9b9;
    border-radius: 4px;
}

.pagination-wrapper ul li a:hover {
    background-color: #f0f0f0;
    border-color: #b9b9b9;
}

.pagination-wrapper ul li.active a {
    background-color: #b9b9b9;
    color: white;
    border-color: #b9b9b9;
}


/*----------------------------------*/
/*Scroll Catalog Form*/

.custom-modal-body {
    max-height: 500px;
    overflow-y: auto;
}