/* Base CSS */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #2d3044;
  font-family: "Poppins", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif !important;
}

.font-inter {
  font-family: "Inter", sans-serif !important;
}

body {
  color: #282b3a;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background-color: #f5f5f5;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
-webkit-touch-callout: none !important;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none;
}

/*---------------------- Header area start ----------------------*/

.menu-close {
  font-size: 22px;
  color: #3d424e;
  position: absolute;
  top: 18px;
  left: 19px;
  cursor: pointer;
  transition: 0.4s;
}

.menu-close:hover {
  color: #2ab66a;
}

.offcanvas-area {
  position: fixed;
  right: -100%;
  height: 100%;
  width: 300px;
  background: #f5fcff;
  z-index: 6;
  padding-top: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  top: 0;
}

.offcanvas-area.active {
  right: 0;
  visibility: visible;
}

.offcanvas-area .main-menu ul li a {
  font-size: 18px;
  color: #3d424e;
  margin-left: 30px;
  margin-bottom: 18px;
  display: block;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
  color: #2ab66a;
}

.offcanvas-menu .main-menu ul {
  display: block;
  padding-top: 94px;
  padding-left: 0;
  margin-bottom: 65px;
}

.offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 5;
}

.offcanvas-overlay.active {
  opacity: 0.4;
  visibility: visible;
}

.menu-open {
  font-size: 27px;
  color: #2ab66a;
  display: none;
  cursor: pointer;
  position: relative;
  top: 2px;
  margin-left: 20px;
  margin-right: 8px;
}

.offcanvas-menu .common-btn {
  font-size: 17px;
  padding: 9px 30px;
  border-radius: 12px;
}

.subb-menu {
  padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
  font-size: 16px;
  margin: 0px;
  padding-left: 10px;
  margin-left: 26px;
  margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
  margin-bottom: 20px;
}

.no-after::after {
  display: none;
}

.header__top {
  padding: 12px 0;
}

.header__ticket__card {
  display: flex;
  background: #2e4dfc;
  border-radius: 10px;
  padding: 11px 18px;
  align-items: center;
}

.header__ticket__card__left h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.25;
}

.header__ticket__card__left h6 span {
  max-width: 80px;
  display: inline-block
}

.header__ticket__card__left h6 b {
  font-weight: 600;
  display: block;
}

.header__ticket__card a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background: #2a2d3d;
  border-radius: 15px;
  padding: 10px 24px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  flex: 0 0 auto;
  margin-left: 30px;
  margin-right: -7px;
  font-family: "Poppins", sans-serif;
}

.header__ticket__card a:hover {
  background: #fff;
  color: #2a2d3d;
}

.cart__btn {
  margin-right: 10px;
}

.header__btn a {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #f5f5f5;
  text-decoration: none;
  background: #2e4dfc;
  border-radius: 20px;
  padding: 15px 30px;
  line-height: 1.2;
  display: inline-block;
  font-family: "Inter", sans-serif;
  transition: 0.3s;
}

.header__btn a:hover {
  background-color: #2a2d3d;
}

.language-dropdown button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  height: 41px;
  width: 41px;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 16px;
}

.header__nav__list {
  background: linear-gradient(270deg, #1d201f 2.08%, #2f3249 108.04%);
  border-radius: 20px;
  margin: 0;
  padding: 0px 36px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.header__nav__list .dropdown {
  height: 64px;
  padding-top: 21px;
}

.header__nav__list .dropdown .dropdown-menu {
  display: none;
}


.header__nav__list .dropdown:hover .dropdown-menu {
  display: block;
}


.header__nav__list .dropdown .dropdown-menu {
  margin-top: 0;
}

.header__nav__list>li>a {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #f5f5f5;
  text-decoration: none;
  line-height: 1.1;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.header__nav__list>li>a>img {
  margin-left: 9px;
  display: inline-block;
  max-width: 16px;
}

.header__nav__list .dropdown-menu {
  background: #f5f5f5;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.3);
  border-radius: 10px 10px 0px 10px;
  width: 290px;
  padding: 10px 30px;
  margin-top: 19px !important;
  left: -22px !important;
  border: 0;
}

.header__nav__list .dropdown-menu .dropdown-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2c2f43;
  display: flex;
  align-items: center;
  padding: 10px 2px;
  border-bottom: 1px solid #272a3824;
  background: transparent !important;
  transition: 0.3s;
}

.header__nav__list .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}

.header__nav__list .dropdown-menu .dropdown-item span {
  flex: 0 0 auto;
  width: 34px;
  margin-right: 20px;
}

.header__nav__list .dropdown-menu .dropdown-item:hover {
  color: #5682f6;
}

.header__nav__list .dropdown-menu.dropdown-menu-end {
  right: -10px !important;
  left: auto !important;
}

.header__nav__list>li:hover>a>img {
  transform: rotate(180deg);
}

.notification-badge {
  width: 20.63px;
  height: 20.63px;
  background: #e63946;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: -3px;
  top: -1px;
}

.language__dropdown .modal-content {
  box-shadow: 0px 5px 15px rgba(45, 48, 68, 0.19);
  border-radius: 15px;
  border: 0;
  padding: 24px 35px;
  padding-bottom: 12px;
  background: url(../img/modal-bg.png);
  background-size: 104% 109%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}

.language__dropdown .modal-dialog {
  max-width: 745px;
}

.language__dropdown .common__content h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.sub__title {
  padding-bottom: 3px;
}

.sub__title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2e4dfc;
  text-align: center;
  position: relative;
}

.sub__title h6::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #2e4dfc;
  content: "";
  height: 1px;
  max-width: 250px;
  z-index: 0;
}

.sub__title.title-red h5 {
  color: #e63946;
}

.sub__title.title-red h5::after {
  background: #e63946;
}

.sub__title h6 span {
  position: relative;
  background: #fff;
  padding: 0 7px;
  z-index: 1;
}

.language__logo {
  width: 90px;
  height: 84px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 14px;
  filter: drop-shadow(0px 10px 15px rgba(45, 48, 68, 0.18));
}

.language__logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.language__item__body {
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.language__item__body h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2a2d3d;
  margin-bottom: 1px;
}

.language__item__body p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2a2d3d;
  margin: 0;
}

.language__item {
  margin-bottom: 28px;
  position: relative;
}

.modal-close {
  font-size: 34px;
  line-height: 1;
  padding: 0;
  border: 0;
  background: transparent;
  color: #272a38;
  transition: 0.3s;
  position: absolute;
  top: 19px;
  right: 32px;
}

.modal-close:hover {
  color: #e63946;
}

.notification__open {
  background-color: transparent !important;
  width: 45px;
  height: 45px;
  border-radius: 50px;
}

.cart__btn button {
  width: 49px;
  height: 49px;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px !important;
}

.cart__btn button.active {
  background-color: #2e4dfc30 !important;
}

.notification__open.show {
  background-color: #2e4dfc30 !important;
}

.notification__dropdown {
  background: #f5f5f5;
  border-width: 0px 2px 2px 2px;
  border-style: solid;
  border-color: rgba(46, 77, 252, 0.24);
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.3);
  border-radius: 10px;
  width: 450px;
  padding: 0 15px;
  padding-bottom: 25px;
}

.notification__btn .dropdown-toggle .notification-badge {
  top: -3px !important;
  right: 1px;
}

.dropdown-close {
  font-size: 32px;
  color: #2e4dfc;
  line-height: 1;
  margin-left: auto;
  width: 27px;
  margin-right: 23px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: 0.3s;
  cursor: pointer;
}

.dropdown-close:hover {
  color: #e63946;
}

.notification__item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding: 13px 11px;
  width: 100%;
  border-radius: 15px;
  white-space: inherit;
  transition: 0.3s;
}

.notification__item__profile {
  width: 51px;
  height: 51px;
  flex: 0 0 auto;
  margin-right: 16px;
  position: relative;
}

.notification__item__profile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.notification__item__content {
  max-width: 100%;
  width: 100%;
  word-break: break-all;
}

.notification__item__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #2a2d3d;
  margin-bottom: 1px;
}

.notification__item__content small {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2e4dfc;
  display: block;
}

.notification__dropdown__list {
  padding: 4px 15px;
  height: 260px;
  overflow-y: scroll;
  padding-left: 0;
}

.notification__item.active {
  background: rgba(84, 131, 253, 0.19);
}

.notification__item__profile::after {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: -1px;
  background: #e63946;
  content: "";
  border-radius: 50px;
  display: none;
}

.notification__item.active .notification__item__profile::after {
  display: block;
}

.scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

.scrollbar-track-y {
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}

.scrollbar-thumb {
  background: #2e4dfc !important;
  border-radius: 14px !important;
}

.scrollbar-track.scrollbar-track-y {
  background: #d9d9d9 !important;
  border-radius: 20px !important;
}

.scrollbar-track {
  opacity: 1 !important;
}

.profile__dropdown .dropdown-toggle i {
  color: #f6f6f6;
  font-size: 23px;
  margin-right: 14px;
}

.profile__dropdown .dropdown-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  height: 45px;
  background: #2e4dfc;
  border-radius: 15px;
  border: 0;
  outline: none;
  color: #fff;
  justify-content: space-between;
  margin-left: 15px;
}

.profile__dropdown .dropdown-toggle img {
  margin-left: 15px;
  display: inline-block;
  max-width: 16px;
}

.profile__dropdown .dropdown-toggle[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.profile__dropdown .dropdown-menu {
  background: #2e4dfc;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.3);
  border-radius: 20px;
  width: 290px;
  margin-top: 5px !important;
  left: 3px !important;
  border: 0;
  overflow: hidden;
}

.profile__dropdown .dropdown-menu li {
  padding: 0px 30px;
  background-color: #2e4dfc;
  transition: 0.3s;
}

.profile__dropdown .dropdown-menu li:hover {
  background-color: #1c34fc;
}

.profile__dropdown .dropdown-menu .dropdown-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 12px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.308);
  background: transparent !important;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

.profile__dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}

.profile__dropdown .dropdown-menu .dropdown-item span {
  flex: 0 0 auto;
  width: 26px;
  margin-right: 17px;
}

.header__ticket__logo small {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin-left: 1px;
  position: relative;
  top: 3px;
}

.header__resgistration__card__area .header__ticket__card__left h6 b {
  margin-top: 6px;
}

.header__resgistration__card__area .header__ticket__card__right a {
  /*width: 113px;*/
  height: 36px;
  background: #e63946;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__resgistration__card__area .header__ticket__card__right a:hover {
  background-color: #fff;
}

.header__resgistration__card__area .header__ticket__card {
  background: linear-gradient(101.76deg, #2d3044 36.65%, #21242a 101.6%);
  border-radius: 15px;
  padding-top: 16px;
  padding-left: 21px;
  padding-right: 18px;
  margin-top: 14px;
  justify-content: space-between;
}

.close-ticket-card {
  display: block;
  width: 14px;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 0.9;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  right: -4px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-top: -3px;
}

.close-ticket-card:hover {
  color: #e63946;
}

/*---------------------- Header area end ----------------------*/

/*---------------------- mobile-header-start ----------------------*/
.mobile-header {
  display: none;
  position: relative;
  z-index: 100;
}

.mobile-header__top {
  height: 11px;
  position: relative;
  filter: drop-shadow(0px 4px 25px rgba(39, 42, 54, 0.01));
  display: flex;
  justify-content: center;
  z-index: 10;
}

.mobile-header__top::after {
  content: "";
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  --scrollbar-width: 0px;
  width: calc(100vw - var(--scrollbar-width));
  flex-shrink: 0;
  margin-left: calc(((100vw - var(--scrollbar-width)) - 100%) * -0.5);
  z-index: -1;
}

.mobile-header__logo-bg-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-height: unset;
  max-width: unset;
  pointer-events: none;
}

.mobile-header__logo {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.mobile-header__menu {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mobile-header__menu-single {}

.mobile-header__menu-single.hide {
  display: none;
}

.mobile-header__menu-single>a {
  height: 43px;
  width: 43px;
  line-height: 43px;
  border-radius: 50%;
  background: linear-gradient(190.38deg, #0c2efd -6.87%, #5483fd 107.99%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.mobile-header__menu-single>a:not(.collapsed) {
  z-index: 10;
}

.mobile-user__dropdown {
  padding: 78px 0 0;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.mobile-user__dropdown::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #2e4dfc;
  --scrollbar-width: 0px;
  width: calc(100vw - var(--scrollbar-width));
  flex-shrink: 0;
  margin-left: calc(((100vw - var(--scrollbar-width)) - 100%) * -0.5);
  border-radius: 0 0 22px 22px;
}

.mobile-user__dropdown {}

.mobile-user__dropdown ul {
  list-style: none;
  padding: 0;
}

.mobile-user__dropdown ul li {
  position: relative;
  z-index: 1;
}

.mobile-user__dropdown ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  --scrollbar-width: 0px;
  width: calc(100vw - var(--scrollbar-width));
  flex-shrink: 0;
  margin-left: calc(((100vw - var(--scrollbar-width)) - 100%) * -0.5);
  background: #223fde;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}

.mobile-user__dropdown ul li:hover::after {
  opacity: 1;
}

.mobile-user__dropdown ul li:last-child {
  margin-bottom: 0mm;
}

.mobile-user__dropdown ul li {}

.mobile-user__dropdown ul li:hover {}

.mobile-user__dropdown ul li a {
  padding: 16px 0;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.mobile-user__dropdown ul li:last-child a {
  border-bottom: none;
}

.mobile-user__dropdown ul li a .icon {
  width: 30px;
  margin: 0 23px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-user__dropdown ul li a .icon img {}

.mobile-notifications__dropdown {
  padding: 78px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.mobile-notifications__dropdown::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f8f8ff;
  --scrollbar-width: 0px;
  width: calc(100vw - var(--scrollbar-width));
  flex-shrink: 0;
  margin-left: calc(((100vw - var(--scrollbar-width)) - 100%) * -0.5);
  border-radius: 0 0 22px 22px;
    box-shadow: 0px 4px 12px 5px #888181;
}

.mobile-notifications__dropdown-top {
  margin: 0 0 17px;
  display: flex;
  justify-content: flex-end;
}

.mobile-notifications__dropdown-top a {
  font-size: 12px;
  font-weight: 400;
}

.mobile-notifications__wrap {
  overflow: auto;
 max-height: 305px;
  padding-right: 15px;
}

.mobile-notification {
  padding: 15px 12px 12px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  border-radius: 15px;
 /* min-height: 90px; */
  cursor: pointer;
  position: relative;
}

.mobile-notification.new-one {
  background: rgba(84, 131, 253, 0.19);
}

.mobile-notification__image {
 /* height: 51px; */
/*  width: 51px;  */
  margin: 0 17px 0 0;
  position: relative;
  flex-shrink: 0;
}

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

.mobile-notification__image .new-badge {
  height: 15px;
  width: 15px;
  display: block;
  background: var(--theme__color2);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.mobile-notification__text {}

.mobile-notification__text h3 {
  font-size: 14px;
  margin: 0 0 4px;
  line-height: 1.6;
  font-weight: 400;
  color: #2a2d3d;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: 0.3s ease;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mobile-notification__text h5 {
  font-size: 12px;
  font-weight: 400;
  color: #2e4dfc;
  margin: 0;
}

/*---------------------- mobile-header-end ----------------------*/

/*---------------------- mobile-menu-bar start ----------------------*/
.mobile-menubar {
  display: none;
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: url("../img/mobile-menu-bar/mobile-menu-bar-Subtract.png") no-repeat center center/contain;
  height: 66px;
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
}

.mobile-menubar::before,
.mobile-menubar::after {
  content: "";
  height: 100%;
  width: calc(50% - 50px);
  background: #fcfcfc;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -2;
  border-radius: 15px 0 0 0;
}

.mobile-menubar::after {
  left: initial;
  right: 0;
  border-radius: 0 15px 0 0;
}

.mobile-menubar__inner {
  display: flex;
}

.mobile-menubar__img-background {
  background-color: #f5f5f5 !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("../img/mobile-menu-bar/mobile-menubar-pattern-left.png") no-repeat left center/contain,
    url("../img/mobile-menu-bar/mobile-menubar-pattern-right.png") no-repeat right center/contain;
  border-radius: 15px 15px 0 0;
}

.mobile-menubar__menu {
  padding: 16px 0 0;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.mobile-menubar__menu-item {
  text-decoration: none;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mobile-menubar__menu-item .icon {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 3px;
}

.mobile-menubar__menu-item .icon img {
  display: none;
}

.mobile-menubar__menu-item .icon:not(.active) .n-img {
  display: block;
  opacity: .7;
}

.mobile-menubar__menu-item .icon.active .a-img {
  display: block
}

.bottom-22 {
  bottom: 22% !important;
}

.mobile-menubar__menu-item h4 {
  font-size: 12px;
  font-weight: 300;
  color: #2a2d3d;
}

.mobile-main-menu-toggler {
  margin: -33px -2px 0 0;
}

.mobile-main-menu-toggler img {
  display: none;
}

.mobile-main-menu-toggler:not(.active) .n-img {
  display: block;
}

.mobile-main-menu-toggler.active .a-img {
  display: block;
}

.photo__gallery__slider.owl-carousel .owl-nav.disabled,
.photo__gallery__slider.owl-carousel .owl-nav {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 50px);
  position: absolute;
  left: -24px;
  top: 46%;
  transform: translateY(-50%);
}

.course__cards__wrapper .col-lg-6 {
  margin-bottom: 22px;
}

.course-card-tag.tag-red {
  background: #0c2efd;
}

.course-card-tag {
  position: absolute;
  left: 0;
  top: 0;
  background: #2D3044;
  border-radius: 10px 10px 10px 0px;
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
  padding: 7px 15px;
}

.photo__gallery__slider.owl-carousel .owl-nav button {
  font-size: 22px !important;
  color: #2e4dfc !important;
  opacity: 0.6;
  transition: 0.3s !important;
}

.photo__gallery__slider.owl-carousel .owl-nav button:hover {
  opacity: 1 !important;
}

.speaker__cards__wrapepr .col-lg-3 {
  margin-bottom: 30px;
}

.terms__wrapper .poweredby {
  max-width: 150px;
  padding-top: 12px;
}

.menu-cart-btn {
  position: absolute;
  background: transparent;
  border: 0;
  right: 19px;
  top: -84px;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.18);
  z-index: 3;
  border-radius: 50px;
  padding: 0;
  max-width: 68px;
}

/*---------------------- mobile-menu-bar end ----------------------*/

/*---------------------- mobile-mainmenu start ----------------------*/
.mobile-mainmenu {
  position: fixed;
  z-index: 90;
  width: 100vw;
  background: #fcfcfc;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transform: translate(0, 100%);
  transition: 0.3s;
}

.mobile-mainmenu-opned .mobile-mainmenu {
  opacity: 1;
  transform: translate(0);
}

.mobile-mainmenu-opned {
  overflow: hidden;
}

.mobile-mainmenu__inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.mobile-mainmenu__title {
  padding: 90px 0 20px;
  position: relative;
  z-index: 1;
}

.mobile-mainmenu__title::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #eef2fa;
  --scrollbar-width: 0px;
  width: calc(100vw - var(--scrollbar-width));
  flex-shrink: 0;
  margin-left: calc(((100vw - var(--scrollbar-width)) - 100%) * -0.5);
  border-radius: 0 0 22px 22px;
}

.mobile-mainmenu__title h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2d3d;
  text-align: center;
  font-family: "poppins";
}

.mobile-mainmenu__title h3 .small {
  font-size: 14px;
  font-weight: 300;
}

.mobile-mainmenu__title .version {
  padding: 10px;
  background: linear-gradient(270deg, #1d201f 2.08%, #2f3249 108.04%);
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}

.mobile-mainmenu__body {
  overflow: auto;
  height: 0;
  flex-grow: 1;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px 20px 124px;
}

.mobile-mainmenu__menu {}

.mobile-mainmenu__menu-item__outer {
  margin: 0 0 10px;
}

.mobile-mainmenu__menu-item {
  padding: 12px 22px;
  background: #fcfcfc;
  box-shadow: 0px 5px 15px rgba(45, 48, 68, 0.19);
  border-radius: 15px;
  text-decoration: none;
  display: block;
}

.mobile-mainmenu__menu-item__inner {
  display: flex;
  align-items: center;
}

.mobile-mainmenu__menu-item .icon {
  height: 31px;
  width: 31px;
  margin: 0 23px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-mainmenu__menu-item .icon img {}

.mobile-mainmenu__menu-item h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #2c2f43;
  font-family: "Poppins", sans-serif;
}

.mobile-mainmenu__menu-item .chevron {
  transition: 0.3s;
  font-weight: 700 !important;
  font-size: 17px;
}

.mobile-mainmenu__menu-item:not(.collapsed) .chevron {
  transform: rotate(180deg);
}

.mobile-mainmenu__menu-item__collapsed {}

.mobile-mainmenu__menu-item__collapsed-gird {
  padding: 10px 0 0;
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mobile-mainmenu__menu-item__collapsed-grid-item {
 /* min-height: 130px; */
  padding: 2px 22px;
  background: #fcfcfc;
  box-shadow: 0px 5px 15px rgba(45, 48, 68, 0.19);
  border-radius: 15px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.mobile-mainmenu__menu-item__collapsed-grid-item .image {
  height: 50px;
  width: 50px;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-mainmenu__menu-item__collapsed-grid-item h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #2c2f43;
  font-family: "Poppins", sans-serif;
}

/*---------------------- mobile-mainmenu end ----------------------*/

/*---------------------- Video area start ----------------------*/
.common__content.video--content {
  padding-right: 68px;
}

.video__wrapper {
  height: 334px;
  position: relative;
  border-radius: 30px 0px;
  overflow: hidden;
  z-index: 1;
}

.video__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 74px;
  line-height: 1;
  color: #e63946;
  text-decoration: none;
  transition: 0.3s;
}

.video__wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.3;
  content: "";
  background: #242732;
  mix-blend-mode: multiply;
}

.video__play:hover {
  color: #fff !important;
}

.video-shadow {
  margin-top: -56px;
  text-align: right;
  padding-left: 20px;
}

.video__area {
  padding-top: 45px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.s-4 {
  top: -305px;
  max-width: 516px;
  z-index: -1;
}

.countdown__wrapper {
  background: #2d3044;
  border-radius: 32px;
  text-align: center;
  padding: 32px 98px;
  color: #fff;
}

.countdown__item.common__content p {
  font-size: 24px;
  margin: 0;
}

.countdown__item.common__content h3 {
  color: #f5f5f5;
  margin-bottom: 5px;
}

.countdown__item {
  border-right: 5px solid #e63946;
  margin-right: -5px;
  padding-left: 9px;
  padding-right: 10px;
}

.countdown__wrapper .col-6:last-child .countdown__item {
  border: 0;
}

.common-btn.btn-red {
  background-color: #e63946;
}

.common-btn.btn-red:hover {
  background-color: #21242a;
}

/*---------------------- Video area end ----------------------*/

/*---------------------- Main Wrapper area start ----------------------*/
.main__wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 120px;
  z-index: 1;
}

.main__wrapper.substract-pb-3 {
  padding-bottom: 41px !important;
}

/*---------------------- Main Wrapper area end ----------------------*/

/*---------------------- Schedule area start ----------------------*/
.section__title h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #2a2d3d;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}

.section__title h4 img {
  margin-right: 19px;
}

.schedule__filter h5 img {
  margin-right: 11px;
}

.schedule__filter h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #2a2d3d;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}

.schedule__filter {
  background: #fff0dd;
  border: 3px solid #5483fd;
  border-radius: 15px;
  padding: 12px;
  margin-bottom: 15px;
  position: sticky;
  top: 10px;
  z-index: 5;
}

.filter-bg {
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 4px);
  height: calc(100% + 5px);
  border: 3px solid #5483fd;
  border-radius: 13px;
  background: #fff0dd;
  z-index: -1;
  display: none
}

.schedule__filter::after {
  position: absolute;
  top: -13px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: #fff;
  content: '';
  z-index: -3;
  display: none
}

.schedule__filter__date {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.schedule__filter__date>* {
  padding: 0 3px;
  width: 33.3%;
  margin-bottom: 7px;
}

.schedule__filter__date button {
  height: 34px;
  background: #5483fd;
  border-radius: 15px;
  border: 0;
  outline: none;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #f5f5f5;
  transition: 0.3s;
  width: 100%;
}

.schedule__filter__date button:hover,
.schedule__filter__date button.active {
  background-color: #2a2d3d;
}

.nice-select.select-red {
  background: #f65d69;
  border-radius: 10px;
  color: #fff;
  border: 0;
}

.nice-select .current {
  font-weight: 600;
}

.nice-select.select-red.open {
  border-radius: 10px 10px 0 0;
}

.nice-select.select-red .list {
  background: #f65d69;
  border-radius: 0 0 10px 10px;
  width: 100%;
  margin-top: 0;
}

.nice-select.select-red .list .option {
  background: #f65d69;
}

.nice-select.select-red .option:hover,
.nice-select.select-red.option.focus,
.nice-select.select-red .option.selected.focus {
  background-color: #ed4b57;
}

.openning__card {
  background: url(../img/shapes/ceremony-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #2e4dfc;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.18);
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.openning__card h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 3px;
}

.openning__card p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #f5f5f5;
  margin-bottom: 0;
}

.schedule__time__box {
  background: #2a2d3d;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 14px;
  padding-left: 35px;
}

.schedule__time__box p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #f5f5f5;
  margin: 0;
  padding: 0 10px;
}

.schedule__time__box p i {
  margin-right: 3px;
}

.schedule__item {
  background: #f5f5f5;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.18);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 12px;
  font-family: "Poppins", sans-serif;
}

.schedule__item__left {
  display: flex;
  align-items: center;
  width: 64%;
  padding-right: 10px;
}

.schedule__item__right {
  width: 36%;
  text-align: end;
}

.schedule__item p {
  margin: 0;
}

.schedule__select {
  width: 40px;
  height: 40px;
  background: #5483fd1a;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 15px;
  transition: 0.3s;
  font-size: 21px;
  color: #5483fd;
  cursor: pointer;
}

.schedule__item p {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #2a2d3d;
  margin: 0;
}

.schedule__item p i {
  font-size: 13px;
  margin-right: 2px;
}

.schedule__btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #f5f5f5;
  text-decoration: none;
  padding: 10px 24px;
  background: #5483fd;
  border-radius: 15px;
  display: inline-block;
  transition: 0.3s;
  margin-top: 3px;
}

.schedule__btn:hover {
  background-color: #2a2d3d;
  color: #fff;
}

.schedule__btn.btn-sm {
  padding: 10px 18px;
  font-size: 13px;
  border-radius: 20px;
  line-height: 20px;
}

.schedule__select.active i {
  font-weight: 700;
}

.s-13 {
  top: 19%;
}

.course__header__img {
  height: 168px;
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
}

.course__header__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule__filter h5 small {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.schedule__item.lg {
  padding: 15px 15px;
}

.schedule__hr {
  padding: 0 40px;
  padding-top: 10px;
  padding-bottom: 11px;
}

.schedule__hr hr {
  background: #2a2d3d;
  height: 2px;
  opacity: 0.3 !important;
}

/*---------------------- Schedule area end ----------------------*/

/*---------------------- Course Card area start ----------------------*/

.add__course__badge {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 40px;
}

.add__course__badge span {
  max-width: 195px;
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
  flex: 0 0 auto;
}

.add__course__badge p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #2a2d3d;
}

.app-shape {
  z-index: -1;
}

.favourite__course__card {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #2a2d3d29;
  font-family: "Poppins", sans-serif;
}

.favourite__course__thumb {
  width: 73px;
  height: 73px;
  border-radius: 15px;
  flex: 0 0 auto;
  margin-right: 20px;
  overflow: hidden;
}

.favourite__course__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.favourite__course__card__body {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.favourite__course__card__content h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #2a2d3d;
  margin-bottom: 2px;
}

.favourite__course__card__content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2a2d3d;
  margin: 0;
  padding-top: 2px;
  display: flex;
  align-items: center;
}

.favourite__course__card__content p i {
  margin-right: 6px;
}

.favourite__course__card__content .flex {
  padding-top: 4px;
  max-width: 200px;
  display: flex;
}

.favourite__course__card__content .flex p {
  padding-right: 14px;
}

.favourite__course__card__content {
  width: 100%;
}

.favourite__course__card__btn {
  flex: 0 0 auto;
  margin-left: 10px;
}

.favourite__course__card__btn button {
  background: rgba(246, 93, 105, 0.24);
  border-radius: 10px;
  padding: 7px 7px;
  border: 0;
  outline: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #e63946;
  transition: 0.3s;
}

.favourite__course__card__btn button:hover {
  background: #e63946;
  color: #fff;
}

.favourite__cards__wrapper {
  max-width: 880px;
  margin: 0 auto;
}

.site-btn {
  background: #2e4dfc;
  border-radius: 20px;
  color: #f5f2f0;
  transition: 0.3s;
  border: 0;
  outline: none;
  display: inline-block;
  padding: 5 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 45px;
  height: 51px;
  transition: 0.3s;
  text-align: center;
}

.site-btn:hover {
  background-color: #21242a;
  color: #fff;
}

.site-btn.btn-bordered:hover {
  background-color: #2e4dfc;
  color: #fff;
}

.site-btn.btn-bordered {
  border: 2px solid #2e4dfc;
  font-weight: 400;
  background: transparent;
  color: #2e4dfc;
}

.course__card {
  background: #f5f5f5;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.17);
  border-radius: 20px;
  padding: 23px;
  font-family: "Poppins", sans-serif;
  padding-right: 17px;
  position: relative;
}

.course__card__body {
  display: block;
}

.theme-new.course__card .card-action-btn {
  border: 2px solid #2e4efc;
  background: #f5f5f5 !important;
  color: #2e4efc;
}

.course-card-tag {
  position: absolute;
  left: 0;
  top: 0;
  background: #2D3044;
  border-radius: 10px 10px 10px 0px;
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
  padding: 7px 15px;
}
.course-card-tag.tag-red {
	background: #1c7c87;
}
.course__card__thumb {
  width: 100%;
  height: 160.88px;
  flex: 0 0 auto;
  margin-right: 0 !important;
  transition: 0.3s;
  margin-bottom: 15px;
}

.course__card__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.course__card__title small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #2a2d3d;
  margin-bottom: 2px;
}

.course__card__title h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2a2d3d;
  margin-bottom: 4px;
}

.course__card__title p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2a2d3d;
  margin-bottom: 5px;
}

.course__card__content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2a2d3d;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.course-card-bottom p {
	margin-right: 25px;
}
.course__card__content p i {
  flex: 0 0 auto;
  min-width: 22px;
  display: inline-block;
  margin-right: 5px;
  font-size: 17px;
}

.course__card__price {
  font-weight: 700;
  font-size: 20px;
  color: #2e4dfc;
  text-align: end;
  line-height: 1;
  margin-top: -13px;
}

.course__card__footer {
  padding-top: 8px;
}

.course-card-bottom p {
  margin-right: 25px;
}

.card-action-btn {
  width: 50px;
  height: 52px;
  border: 0;
  outline: none;
  border-radius: 20px;
  font-size: 25px;
  color: #2c2f43;
  transition: 0.3s;
  position: absolute;
  top: 22px;
  right: 14px;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course__card__title {
  padding-right: 15px;
}

.card-action-btn.active i {
  font-weight: 700;
}

.course__cards__wrapper .col-md-6 {
  margin-bottom: 26px;
}

/*---------------------- Course Card area end ----------------------*/

/*---------------------- Touristic area start ----------------------*/

.touristic__card.lg {
  display: flex;
}

.touristic__card__thumb {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  height: 312px;
}

.touristic__card__body {
  background: #f5f5f5;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.18);
  border-radius: 10px;
  flex: 0 0 auto;
  padding: 20px 23px;
  width: 260px;
}

.touristic__card {
  margin-bottom: 20px;
}

.touristic__card__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.touristic__card__btn a {
  height: auto;
  display: block;
}

.touristic__card__body h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #2a2d3d;
  margin-bottom: 10px;
}

.touristic__card__body p {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #2a2d3d;
  margin-bottom: 9px;
  display: flex;
}

.touristic__card__body p span {
  min-width: 24px;
  display: inline-block;
  margin-right: 11px;
  text-align: center;
}

.touristic__card__price h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #2a2d3d;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 8px;
  margin-top: -3px;
}

.touristic__card__price h6 small {
  font-size: 12px;
  margin-left: 5px;
  font-weight: 600;
}

.touristic__card.lg .touristic__card__thumb {
  height: auto;
}

.touristic__card.sm .touristic__card__btn a {
  width: 220px;
  height: 36px;
  padding: 0 !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.touristic__card.sm .touristic__card__price h6 {
  margin: 0;
  padding-top: 2px;
}

.touristic__card.sm .touristic__card__body {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 15px;
  margin-top: 10px;
}

/*---------------------- Touristic area end ----------------------*/

/*---------------------- Terms area start ----------------------*/
.text-link {
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #2e4dfc;
  font-weight: 400;
}

.terms__wrapper p b {
  font-weight: 600;
}

.terms__wrapper p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.terms__wrapper ul li {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  color: #000000;
  padding-left: 31px;
  margin-bottom: 13px;
}

.terms__wrapper ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
  margin-bottom: 30px;
}

.terms__wrapper ul li::after {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 50%;
  background: #2e4dfc;
  content: "";
  transform: translateY(-50%);
  border-radius: 50px;
}

.terms__wrapper {
  max-width: 550px;
  margin: 0 auto;
}

.speaker__slider__wrapper {
  max-width: 345px;
  margin: 0 auto;
  margin-bottom: -28px;
}

.speaker__slider__wrapper .owl-stage {
  padding-bottom: 30px !important;
}

/*---------------------- Terms area end ----------------------*/

/*---------------------- Transportation area start ----------------------*/
.s-13.s-bottom {
  bottom: -274px !important;
  top: auto;
}

.transport__card {
  background: #f5f5f5;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.18);
  border-radius: 15px;
  padding: 14px 10px 10px 21px;
  margin-bottom: 18px;
  position: relative;
}

.transport__card h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2c2f43;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.transport__card h5 span {
  margin-right: 9px;
}

.transport__card p {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #2c2f43;
  margin: 0;
}

.transport__card__footer {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  align-items: center;
}

.transport__card__footer p {
  line-height: 1.1;
  padding-right: 17px;
}

.transport__card__footer p i {
  margin-right: 3px;
}

.reserve__btn a {
  padding: 7px 27px;
  background: #2e4dfc;
  border-radius: 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.reserve__btn a:hover {
  background-color: #242732;
}

.transport__location__button {
  width: 32px;
  height: 32px;
  border: 0;
  outline: none;
  border-radius: 50px;
  font-size: 19px;
  color: #2c2f43;
  transition: 0.3s;
  position: absolute;
  top: 8px;
  right: 10px;
  background: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transport__location__button:hover {
  background-color: #242732;
  color: #fff;
}

.transport__location__button.active {
  background: #2e4dfc;
  color: #fff;
}

.nice-select.select-dark {
  background: #272a38;
}

.nice-select.select-dark .list {
  background: #272a38;
}

.nice-select.select-dark .list .option {
  background: #272a38;
}

.nice-select.select-dark .option:hover,
.nice-select.select-dark.option.focus,
.nice-select.select-dark .option.selected.focus {
  background-color: #343746;
}

.faculty__select {
  margin-bottom: 25px;
  position: relative;
}

.faculty__select.first {
  padding-right: 10px;
}

.faculty__select.first .or {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  right: -15px;
  top: 8px;
}

.add__course__badge.transportation__content {
  max-width: 612px;
}

.add__course__badge.transportation__content p {
  text-align: start;
  margin-bottom: 25px;
  padding-top: 5px;
}

.add__course__badge.transportation__content span {
  max-width: 195px;
  margin-bottom: 12px;
  flex: 0 0 auto;
  margin-right: 45px;
}

/*---------------------- Transportation area end ----------------------*/

/*---------------------- Photo area start ----------------------*/

.photo__item__lg {
  height: 454px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.photo__item__lg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.photo__item__lg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.34deg,
      #111b42 12.03%,
      rgba(17, 27, 66, 0) 134.86%);
  mix-blend-mode: multiply;
  opacity: 0.5;
  border-radius: 10px;
  content: "";
  z-index: 1;
}

.video__play.blue {
  color: #2e4dfc;
}

.photo__card {
  position: relative;
  margin: 0 1px;
  height: 145px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 9px;
  z-index: 1;
}

.photo-card-wraps .photo__card a span {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.photo__card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.photo__card a {
  font-size: 14px;
}

.photo__card::after {
  background: linear-gradient(358.25deg,
      #272a38 -6.14%,
      rgba(42, 45, 61, 0) 124.6%);
  mix-blend-mode: multiply;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  content: "";
  z-index: 0;
}

.photo__card a {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  display: inline-block;
}

.photo-card-wraps .photo__card a {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-decoration: none;
  height: 100%;
  padding: 15px;
  align-items: flex-end;
  justify-content: flex-start;
}

.photo__card a span {
  position: absolute;
  bottom: 11px;
  left: 15px;
  z-index: 1;
}

.photo__gallery__slider .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 18px;
}

.photo__gallery__slider .owl-dots button {
  width: 12.66px;
  height: 12.66px;
  background: #2e4dfc !important;
  opacity: 0.6;
  margin: 0 4px;
  border-radius: 50px;
  transition: 0.3s !important;
}

.photo__gallery__slider .owl-dots button.active,
.photo__gallery__slider .owl-dots button:hover {
  opacity: 1;
}

.section__title h5 {
  font-size: 24px;
  font-weight: 600;
}

.section__title h5 img {
  margin-right: 9px;
}

.no-dots .owl-dots {
  display: none !important;
}

.no-arrow .owl-nav {
  display: none !important;
}

.previous__event__slider .photo__card,
.previous__event__sliderr .photo__card {
  height: 202px;
}

.previous__event__slider .photo__card a span,
.previous__event__sliderr .photo__card a span {
  bottom: 8px;
  left: 13px;
}

.font-16 {
  font-size: 16px !important;
}

.speaker__card {
  background: #f5f5f5;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.18);
  border-radius: 15px;
  position: relative;
}

.speaker__cards__wrapepr .col-md-3 {
  margin-bottom: 30px;
}

.speaker__card__thumb {
  border-radius: 20px 20px 0px 0px;
  height: 244px;
  overflow: hidden;
}

.speaker__card__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.speaker__card__body {
  padding: 14px;
  text-align: center;
}

.speaker__card__body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2a2d3d;
  margin: 0;
}

.speaker__card__body p b {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
}

.speaker__info__button {
  position: absolute;
  top: -7px;
  right: -7px;
  max-width: 50px;
  z-index: 1;
}

.cart-voucer-form.active input:focus, .cart-voucer-form.active input:valid {
  padding: 5px 10px;
  height: 44px;
  font-size: 14px;
  width: 235px !important;
  flex: inherit;
}

.cart-voucer-form {
  display: flex;
  width: 100%;
}

.cart-voucer-form input {
  width: calc(100% - 8px) !important;
  flex: 0 0 auto;
}


.button-dmcc__wrap .cart-voucer-form .button--apply {
  width: max-content;
  min-width: 117px;
  height: 44px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}

.cart-voucer-form.active .button--apply {
  opacity: 1;
  visibility: visible;
}
/* 
.custom-loader {
  color: #707180;
  background: #36394e;
  animation: rotate linear 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 0;
  z-index: -1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
    left: 90px;
  }

  100% {
    transform: rotate(360deg);
    left: 100px;
  }

} */

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.speaker__slider__wrapper .owl-item:nth-child(2n) .col-sm-6 {
  padding-top: 44px;
}

.swiper-container {
  width: 100%;
  height: 319px;
  overflow: hidden;
}

.speaker__slider__wrapper.owl-carousel {
  transform: rotate(90deg);
}

.speaker__slider__wrapper .item {
  transform: rotate(-90deg);
}

.custom-loader {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  background: transparent;
  top: 0;
  left: 0;
}

.custom-loader::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: white;
  border-radius: 5px;
}

.custom-loader::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #39995300;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#0000, #39995300), linear-gradient(#292c3e, #292c3ebf), linear-gradient(#d53e3300, #d53e3300), linear-gradient(#377af500, #377af500);
  animation: rotate 4s linear infinite;
}

/*---------------------- Photo area end ----------------------*/

/*---------------------- Header Image area start ----------------------*/

.header__img {
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.header__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header__image__area {
  position: relative;
  padding-top: 17px;
  z-index: 3;
}

.header__img__slide {
  height: 266px;
}

.header__img__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-nav {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
}

.owl-nav button {
  color: #FFF !important;
  font-size: 24px !important;
  display: inline-block;
  line-height: 1 !important;
  transition: .3s !important;
}

.owl-nav button:hover {
  color: #e63946 !important;
}

/*---------------------- Header Image area end ----------------------*/

/*---------------------- Speaker area start ----------------------*/
.speaker__area {
  position: relative;
  z-index: 2;
  background: linear-gradient(101.76deg, #2d3044 36.65%, #21242a 101.6%);
  padding-top: 54px;
  padding-bottom: 75px;
}

.speaker__area .common__content h3 span {
  color: #5782f6 ;
}

.text-mobile {
  display: none !important;
}

.s-6 {
  top: -13px;
  max-width: 332px;
}

.s-5 {
  max-width: 589px;
}

.speaker__content__wrapper {
  padding-top: 29px;
}

.speaker__wrapper {
  max-width: 306px;
  position: relative;
  margin: 0 auto;
}

.speaker__btn a {
  box-shadow: 0px 15px 20px rgba(246, 93, 105, 0.24);
  border-radius: 0px 20px 0px 0px;
}

.common-btn.btn-sm {
  font-size: 16px;
  padding: 18px 27px;
}

.speaker__btn {
  position: absolute;
  bottom: -11px;
  left: 0;
  z-index: 2;
}

.speaker__thumbnail {
  width: 143px;
  height: 150px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.speaker__thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.speaker__content__wrapper h3 {
  text-shadow: 0px 20px 30px rgba(84, 131, 253, 0.1);
}

.common__content h3 small {
  font-size: 32px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.speaker__content__wrapper h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 93.79%;
  color: #f5f5f5;
  text-shadow: 0px 20px 30px rgba(84, 131, 253, 0.1);
}

.sp-2 {
  padding-top: 45px;
}

.f-700 {
  font-weight: 700 !important;
}

/*---------------------- Speaker area end ----------------------*/

/*---------------------- Common area start ----------------------*/

.common-btn.btn-dark {
  background: #2d3044;
}

.common-btn.btn-dark:hover {
  background: #f65d69;
}

.common__content.has-mw {
  max-width: 464px;
}

.common__slide__item {
  height: 350px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 27px 40px;
  z-index: 1;
  border-radius: 40px 40px 0px 40px;
  overflow: hidden;
}

.common__slide__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.common__slide__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.3deg,
      rgba(0, 0, 0, 0.6) 0.57%,
      rgba(0, 0, 0, 0) 42.16%);
  content: "";
  z-index: -1;
}

.common__slide__content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin: 0;
}

.common__slide__content h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.common__slider__wrap__btn {
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: 1;
}

.common__slider__wrap__btn a {
  box-shadow: 0px 15px 30px rgba(230, 57, 70, 0.15);
  border-radius: 20px 20px 0px 20px;
}

.common__slider__wrap .owl-nav,
.common__slider__wrap .owl-dots {
  display: none !important;
}

.common__area {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.s-7 {
  top: -65px;
  max-width: 210px;
}

.s-8 {
  top: -40px;
  max-width: 435px;
}

.s-11 {
  bottom: -305px;
  max-width: 224px;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.countdown__item .text-white {
  color: #f5f5f5 !important;
}

/*---------------------- Common area end ----------------------*/

/*---------------------- Sponsor area start ----------------------*/
.sponsor__area__title {
  padding: 45px 0;
  color: #f5f5f5;
  background: #2d3044;
  position: relative;
  z-index: 1;
}

.text-white {
  color: #f5f5f5 !important;
}

.footer__details {
  padding-top: 40px;
}

.common__content h3 {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.12;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.common__content p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}

.common__content h3 span {
  color: #2e4dfc ;
}

.common__content h3 .text-light-red {
  color: #f65d69 !important;
}

.section__title h3 {
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  margin-bottom: 19px;
}

.section__title p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.section__title h3 span {
  color: #5682f6;
}

.section__title {
  padding-bottom: 30px;
}

.s-2 {
  max-width: 192px;
}

.sponsor__wrapper {
  padding-top: 65px;
}

.sponsor__title {
  padding-bottom: 24px;
}

.sponsor__title h5 {
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  color: #5483fd;
  text-align: center;
  position: relative;
}

.sponsor__title h5::after {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #5483fd;
  content: "";
  height: 4px;
  max-width: 570px;
  z-index: -1;
  opacity: 0.5;
}

.sponsor__title.title-red h5 {
  color: #e63946;
}

.sponsor__title.title-red h5::after {
  background: #e63946;
}

.sponsor__title h5 span {
  position: relative;
  background: #f5f5f5;
  padding: 0 30px;
}

.sponsor__item {
  text-align: center;
}

.sponsor__item img {
  text-align: center;
  display: inline-block !important;
}

.sponsor__item h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #272a38;
  margin-bottom: 22px;
}

.sponsor__slider__wrapper .owl-nav {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0;
}

.sponsor__slider__wrapper .owl-nav button {
  font-size: 22px !important;
  transition: 0.3s !important;
  color: #545454 !important;
}

.sponsor__slider__wrapper .owl-nav button:hover {
  color: #e63946 !important;
}

.poweredby {
  max-width: 238px;
  margin: 0 auto;
  text-align: center;
  padding-top: 28px;
}

.sponsor__area {
  padding-bottom: 70px;
}

/*---------------------- Sponsor area end ----------------------*/

/*---------------------- App area start ----------------------*/
.app__area {
  background: linear-gradient(101.76deg, #2d3044 36.65%, #21242a 101.6%);
}

.common__content ul li {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #f8f8f8;
  display: flex;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  align-items: center;
}

.common__content ul li>span {
  flex: 0 0 auto;
  margin-right: 22px;
}

.common__content ul li span i {
  color: #5782f6;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
}

.text-blue {
  color: #5782f6 !important;
}

.common__content ul {
  padding-top: 25px;
  padding-bottom: 26px;
}

.common__content ul {
  padding-top: 25px;
  padding-bottom: 26px;
}

.download__app__btns {
  display: flex;
}

.download__app__btns a {
  margin-right: 35px;
  position: relative;
  z-index: 1;
}

.app__thumb {
  margin-top: -90px;
  margin-left: 2px;
}

.app__area {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.go-to-google-map {
  transition: 0.3s;
  background: #0b0b11c7;
  border-radius: 40px 0px !important;
  opacity: 0;
  visibility: hidden;
}

.go-to-google-map a {
  display: flex;
  align-items: center;
  font-size: 25px;
  color: #f5f5f5;
  transition: 0.3s;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
}

.go-to-google-map a i {
  font-size: 29px;
  margin-left: 18px;
  position: relative;
  top: 1px;
}

.common__thumb.location__thumb:hover .go-to-google-map {
  opacity: 1;
  visibility: visible;
}

/*---------------------- App area end ----------------------*/

/*---------------------- Location area start ----------------------*/
.location__area {
  padding-top: 60px;
  padding-bottom: 149px;
  position: relative;
  z-index: 1;
}

.shape {
  z-index: -1;
}

.s-opacity {
  opacity: .6;
}

.s-12 {
  top: -8px !important;
}

.common__thumb {
  height: 362px;
  width: 100%;
  position: relative;
}

.common__thumb>img {
  border-radius: 40px 40px 40px 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.common__thumb.location__thumb {
  height: 312px;
}

.common__thumb.location__thumb img {
  border-radius: 0px 40px;
}

.rd-reverse img {
  border-radius: 40px 0px !important;
}

.common__thumb__button.location--button {
  background: #2e4dfc;
  box-shadow: 0px 15px 30px rgba(16, 82, 255, 0.36);
  border-radius: 0px 40px;
  z-index: 1;
  margin-bottom: -20px;
  padding: 15px 32px;
  padding-right: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #f5f5f5 !important;
  font-family: "Poppins", sans-serif;
}

.common__thumb__button span {
  font-size: 32px;
  line-height: 1;
  flex: 0 0 auto;
  margin-right: 22px;
}

.common__thumb__button h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -1px;
  color: #f5f5f5;
  margin-bottom: 1px;
}

.common__thumb__button p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #f5f5f5;
  margin: 0;
}

/*---------------------- Location area end ----------------------*/

/*---------------------- Exhibitor area start ----------------------*/
.exhibitor__item {
  display: flex;
  align-items: center;
  padding: 18px 19px;
  border-bottom: 1px solid #2a2d3d42;
  position: relative;
}

.exhibitor__item__thumb {
  width: 75px;
  height: 75px;
  flex: 0 0 auto;
  margin-right: 21px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.exhibitor__item__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.exhibitor__item__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #2a2d3d;
  margin: 0;
}

/*---------------------- Exhibitor area end ----------------------*/

/*---------------------- Form fil start ----------------------*/

.form-fill-section__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-alert span {
  margin-right: 24px;
  max-width: 42px;
}

.phone-input-group {
  display: flex;
}

.phone-input-group .phone-number-code {
  background: rgba(42, 45, 61, 0.19);
  border: 1px solid rgba(42, 45, 61, 0.13) !important;
  color: #2a2d3d80;
  margin-right: 15px;
  width: 85px;
  flex: 0 0 auto;
}

.input-y.password-input {
  background: #f5c3c7;
  border: 1px solid rgba(42, 45, 61, 0.2);
  color: #2a2d3da6;
  margin-bottom: 10px;
}

.input-icon {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 1;
  background: #f5f5f5;
}

.input-icon button {
  background: transparent;
  border: 0;
  padding: 3px 7px;
  transition: 0.3s;
}

.input-icon button:hover {
  color: #2e4dfc;
}

.ff-form {
  width: 586px;
  max-width: 100%;
  margin: 0 auto;
}

.ff-form__inner {
  padding: 70px 83px 55px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(45, 48, 68, 0.19);
  border-radius: 15px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.ff-form__inner-wide {
  padding: 65px 50px 35px;
}

.ff-form__inner .tl-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: initial;
  width: 136px;
  z-index: -1;
  border-top-left-radius: inherit;
}

.ff-form .h2 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
}

.ff-form .h2 .color {
  color: #2e4dfc;
}

.ff-form__tmessage {
  margin: 0 0 20px;
  font-size: 14px;
  padding: 9px;
  font-weight: 400;
  background: #f3d7d9;
  color: #e63946;
  text-align: center;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
}

.ff-form__tmessage__green {
  color: #fff;
  background: #01a785;
}

.single-input-x {
  margin: 0 0 25px;
  width: 100%;
}

.input-x-tlebel {
  margin: 0 0 9px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #1b2973;
  font-size: 16px;
  text-transform: capitalize;
}

.input-x-tlebel .error-text {
  color: #e63946;
}

.input-x-tlebel .icon {
  margin: 0 15px 0 0;
  position: relative;
  top: -1px;
}

.input-x__outer {
  position: relative;
}

.input-x {
  padding: 13px !important;
  width: 100%;
  color: #2e4dfc;
  font-size: 16px;
  font-weight: 300 !important;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(27, 41, 115, 0.5) !important;
  border-radius: 0 !important;
  outline: none;
}

.input-x__error {
  background: #f3d7d9 !important;
}

.input-x::placeholder {
  color: #2c2f43;
}

.input-x.nice-select {
  color: rgba(44, 47, 67, 0.51);
}

.input-x.nice-select .list {
  width: 100%;
}

.input-x.nice-select::after {
  border-top-color: #242730;
}

.input-x.nice-select .current {
  font-weight: 300 !important;
  display: block;
}

.input-x.input-x__f-addon {
  padding-left: 17px !important;
  padding-right: 17px !important;
  border-color: transparent !important;
  width: unset !important;
  flex-shrink: 0;
  background: #d5def7;
  border-radius: 6px !important;
  margin: 0 18px 0 0;
  font-weight: 400 !important;
}

.password-field {}

.password-field-toggler {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  color: #f3d7d9;
  transition: 0.3s;
}

.single-input-x .remember-me-row {
  display: flex;
  justify-content: space-between;
}

.single-input-x .remember-me-row p {}

.single-input-x .remember-me-row .switch-model {}

.single-input-x .forgot-pass {
  text-align: center;
  color: #e63946;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins";
  margin: 0;
  cursor: pointer;
}

.single-input-x .or-row {
  margin: 0 50px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.single-input-x .or-row::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

.single-input-x .or-row p {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background: #fff;
  margin: 0;
  text-transform: capitalize;
}

.single-input-x .agree-terms-row {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-input-x .agree-terms-row .checkbox {
  margin: 0 10px 0 0;
}

.single-input-x .button {
  padding: 14px;
  display: flex;
  font-size: 16px;
  font-family: "Poppins";
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(270deg, #1d201f 2.08%, #2f3249 108.04%);
  border-radius: 10px;
  color: #fff;
  transition: 0.3s;
}

.single-input-x .button:hover {
  background: #e63946;
}

.single-input-x .button.button__light {
  background: #d5def7;
  color: #2e4dfc;
}

.single-input-x .button.button__green {
  background: #01a785;
  color: #ffffff;
}

.single-input-x .button.button__light:hover {
  background: #2e4dfc;
  color: #fff;
}

.register-progress {
  --active-theme: #2e4dfc;
  display: flex;
  margin: 0 0 35px;
  justify-content: center;
  position: relative;
}

.register-progress.active-theme2 {
  --active-theme: #01a785;
}

.register-progress.active-theme-black {
  --active-theme: #2c2f43;
}

.register-progress .back-button {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #272a38;
}

.register-progress .step {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding-right: 45px;
}

.register-progress .step:last-child {
  padding-right: 0;
}

.register-progress .step .number {
  background: #d9d9d9;
  height: 41px;
  width: 41px;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  position: relative;
  color: #fff;
  z-index: 1;
}

.register-progress .step.active .number {
  background: var(--active-theme);
}

.register-progress .step .line {
  background: #d9d9d9;
  position: absolute;
  top: 20px;
  left: 40px;
  width: calc(100% - 37px);
  height: 5px;
}

.register-progress .step .line::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background: var(--active-theme);
  transform-origin: 0 50%;
  opacity: 0;
}

.register-progress .step.active~.step .line::after {
  /* transform: scaleX(0.6); */
}

.register-progress .step.active .line::after {
  opacity: 1;
}

.register-progress .step h5 {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  color: #d9d9d9;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translate(-50%, 0);
}

.register-progress .step.active h5 {
  color: var(--active-theme);
}

.form-whats-app-content {
  margin: 0 0 10px;
  text-align: center;
}

.form-whats-app-content p {
  margin: 0 0 10px;
}

.form-whats-app-content .code {
  margin: 0 0 10px;
  padding: 13px;
  font-size: 20px;
  font-weight: 500;
  background: rgba(231, 255, 219, 0.3);
  border-radius: 10px;
}

.form-whats-app-content .number {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 16px;
}

.form-whats-app-content .whats-app-shot {}

.form-whats-app-content .whats-app-shot img {
  width: 100%;
}

/* checkbox-switch */
.checkbox-switch {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 25px;
  width: 54px;
  position: relative;
  cursor: pointer;
}

.checkbox-switch::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #f5f5f5;
  border: 1px solid rgba(27, 41, 115, 0.5);
  border-radius: 30px;
  transition: 0.3s;
}

.checkbox-switch:checked::before {
  background: blue;
  border-color: transparent;
}

.checkbox-switch::after {
  --offset: 4px;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  position: absolute;
  top: 51%;
  left: var(--offset);
  transform: translate(0, -50%);
  content: "";
  background: #e63946;
  display: block;
  transition: 0.3s;
}

.checkbox-switch:checked::after {
  background: #fff;
  transform: translate(-100%, -50%);
  left: calc(100% - var(--offset));
}

/* -checkbox-model- */
.checkbox-model {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  font-size: 14px;
  flex-shrink: 0;
  position: relative;
}

.checkbox-model::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #bfbfbf;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: inherit;
}

.checkbox-model::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #2e4dfc;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: inherit;
  border-radius: inherit;
  opacity: 0;
  transition: 0.3s;
}

.checkbox-model:checked::after {
  opacity: 1;
}

/*---------------------- Form fil end ----------------------*/

/*---------------------- book-ticket start ----------------------*/
.book-ticket-section {
  padding: 30px 0 0;
}

.book-ticket-section__inner.row {
  padding-left: 46px;
}

.book-ticket__main-part {}

.book-ticket__main-part .title {
  margin: 20px 0 25px;
  display: flex;
  align-items: center;
}

.book-ticket__main-part .title img {
  margin: 0 23px 0 0;
}

.book-ticket__main-part .title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #2a2d3d;
}

.book-ticket__main-part .ticket-image {
  width: 100%;
  height: 421px;
  border-radius: 12px;
  overflow: hidden;
}

.book-ticket__main-part .ticket-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-ticket__side-part {}

.content-sidex {
  --padding: 32px;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(45, 48, 68, 0.19);
    margin: 108px auto auto auto;
}

.content-sidex .top-part {
  padding: var(--padding) var(--padding) 0px;
}

.ticket-opx {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ticket-opx__item {
  margin: 0 0 18px;
  padding: 16px 15px;
  color: #fff;
  background: #2c49ef;
  border-radius: 15px;
  width: calc(50% - 8px);
  border: 3px solid transparent;
  text-align: center;
}

.ticket-opx__item--bordered {
  color: #2a2d3d;
  background: transparent;
  border-color: #2a2d3d;
}

.ticket-opx__item.ticket-opx__item--fw {
  padding: 12px 15px;
  width: 100%;
  color: #2a2d3d;
  background: rgba(84, 132, 253, 0.21);
  text-align: center;
  line-height: 2;
}

.ticket-opx__item h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: inherit;
  line-height: 1.6;
  font-weight: 400;
}

.ticket-opx__item h2 {
  margin: 0 0 6px;
  color: inherit;
  font-size: 40px;
  font-weight: 600;
}

.ticket-opx__item h2 .small {
  font-size: 16px;
  font-weight: 400;
}

.ticket-opx__item h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.content-sidex .bottom-part {
  padding: 25px var(--padding);
  background: #ffffff;
  box-shadow: 0px -10px 15px rgba(45, 48, 68, 0.09);
}

.button-dmcc {}

.button-dmcc .title {
  padding: 0 0 14px;
  display: flex;
  justify-content: space-between;
}

.button-dmcc .title h4 {
  font-size: 20px;
  font-weight: 600;
}

.button-dmcc .title h4 small {
  font-size: 14px;
}

.button-dmcc__wrap {
  --gutter: 3px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--gutter) * -1);
}

.button-dmcc__wrap .button {
  --width: 50%;
  margin: 0 var(--gutter) calc(var(--gutter) * 2.5);
  width: calc(var(--width) - (var(--gutter) * 2));
  padding: 12px;
  border: 2px solid transparent;
  display: flex;
  font-size: 16px;
  font-family: "Poppins";
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(270deg, #1d201f 2.08%, #2f3249 108.04%);
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}



.button-dmcc__wrap .buttonx {
  --width: 50%;
  margin: 0 var(--gutter) calc(var(--gutter) * 2.5);
  width: calc(var(--width) - (var(--gutter) * 2));
  padding: 12px;
  display: flex;
  font-size: 16px;
  font-family: "Poppins";
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(270deg, #1d201f 2.08%, #2f3249 108.04%);
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}



.button-dmcc__wrap .button.full-width {
  --width: 100%;
}

.button-dmcc__wrap .button--get {
  flex-grow: 1;
}

.button-dmcc__wrap .button--bordered {
  border-color: #2c2f43;
  color: #2c2f43;
  background: transparent;
}

.button-dmcc__wrap .button--red {
  background: #e63946;
}

.button-dmcc__wrap .button--blue {
  background: #2e4dfc;
}

.button-dmcc__wrap .button--apply {
  width: max-content;
  min-width: 117px;
  height: 44px;
  font-size: 14px;
}

input {
  outline: none !important;
}

/*---------------------- book-ticket end ----------------------*/

/*---------------------- About area start ----------------------*/
.about__area .container {
  max-width: 985px;
}

.about__area {
  padding: 50px 0;
  padding-top: 20px;
}

.photo__card.about__card__thumb a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.photo__card.about__card__thumb a small {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.photo__card.about__card__thumb a span {
  bottom: 22px;
  left: 35px;
}

.photo__card.about__card__thumb {
  margin: 0;
  height: 263px;
  margin-bottom: 16px;
}

.about__card__accordion {
  background: rgba(39, 42, 56, 0.06);
  border-radius: 10px;
}

.about__card__accordion>button {
  background: #f5f5f5;
  box-shadow: 0px 5px 15px rgba(45, 48, 68, 0.19);
  border-radius: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 13px 30px;
  border: 0;
  outline: none;
}

.about__card__accordion .card-body {
  padding: 15px 30px;
}

.about__card__accordion .card-body p {
  font-size: 14px;
  line-height: 21px;
  color: #2a2d3d;
  font-weight: 400;
  margin-bottom: 8px;
}

.about__card__accordion .card-body p b {
  font-weight: 600;
}

.card__inner__title h5 {
  width: 139px;
  height: 29px;
  background: rgba(84, 132, 253, 0.295);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #2a2d3d;
  margin-bottom: 14px;
}

.about__card__slide {
  text-align: center;
}

.about__card__slide h6 {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}

.about__card__slide img {
  width: auto;
  max-width: 48px;
  margin: 0 auto;
}

.about__card__slider {
  padding: 0 25px;
  margin-bottom: 18px;
}

.about__card__slider .owl-nav {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  left: 0;
}

.about__card__slider .owl-nav button {
  font-size: 16px !important;
  color: #2d3044 !important;
}

.card__inner__title.t-2 h5 {
  background: #efc1c5;
}

.about__content__wrapper h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #2a2d3d;
  margin-bottom: 14px;
}

.about__content__wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2a2d3d;
  margin-bottom: 17px;
}

.about__content__wrapper h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #2a2d3d;
}

.about__content__wrapper ul {
  margin: 0;
  list-style: none;
  padding-left: 60px;
}

.about__content__wrapper ul li span {
  color: #5483fd;
  font-weight: 600;
}

.about__content__wrapper ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #2a2d3d;
  position: relative;
  margin-bottom: 11px;
  padding-right: 10px;
}

.about__content__wrapper ul li::after {
  position: absolute;
  left: -22px;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 3px solid #f65d69;
  content: "";
  border-radius: 50px;
}

.about__card {
  margin-bottom: 22px;
}

.about__content__wrapper {
  margin-bottom: 49px;
  padding-right: 20px;
}

.about__thumb__right {
  height: 300px;
  margin-bottom: 13px;
}

.about__thumb__right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.date__card {
  background: #2a2d3d;
  border-radius: 10px;
  position: relative;
  color: #fff;
  padding: 11px 20px;
  padding-left: 146px;
  margin-bottom: 43px;
}

.date__card h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #f5f5f5;
  margin-bottom: 0px;
}

.date__card p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #f5f5f5;
  margin: 0;
}

.date__card__icon {
  position: absolute;
  left: -3px;
  top: -7px;
}

/*---------------------- About area end ----------------------*/

/*---------------------- Champion area start ----------------------*/

.champion__card__body {
  background: #f5f5f5;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.18);
  border-radius: 15px;
  padding: 15px;
  position: relative;
}

.champion__card {
  margin-bottom: 30px;
}

.champion__card__thumb {
  height: 436px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}

.champion__card__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.site-btn.btn-sm {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 40px;
}

.champion__card__body .site-btn.btn-sm {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 7px;
  font-size: 15px;
}

.font-400 {
  font-weight: 400 !important;
}

.champion__card__body__thumb {
  width: 85.29px;
  height: 72px;
  border-radius: 15px;
  border: 2px solid #2e4dfc;
  flex: 0 0 auto;
  margin-right: 13px;
  overflow: hidden;
}

.champion__card__body__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.champion__card__top {
  display: flex;
  align-items: center;
}

.champion__card__content {
  width: 100%;
  padding-right: 41px;
}

.champion__card__content h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2a2d3d;
  margin-bottom: 5px;
}

.champion__card__content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #2a2d3d;
  margin-bottom: 3px;
}

.card-action-btn.btn-blue {
  background: #5483fd1c;
  color: #5483fd;
}

.card-action-btn.sm {
  width: 40.95px;
  height: 39px;
  font-size: 21px;
  border-radius: 13px;
}

.champion__card__body .card-action-btn {
  top: 15px;
  right: 11px;
}

.accomodation__header__img {
  height: 272px;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.accomodation__header__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*---------------------- Champion area end ----------------------*/

/*---------------------- Accomodation area start ----------------------*/

.room__card__thumb {
  height: 245px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 11px;
}

.room__card__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.room__card__content__title h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2a2d3d;
  margin-bottom: 6px;
}

.room__card__content__title {
  display: flex;
  justify-content: space-between;
}

.room__card__content p {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #2a2d3d;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.room__card__content p i {
  position: relative;
  top: 0px;
  margin-right: 5px;
}

.room__card {
  margin-bottom: 28px;
}

/*---------------------- Accomodation area end ----------------------*/

/*---------------------- Certificate area start ----------------------*/
.certificate__cards__wrapper .champion__card__body__thumb {
  margin-right: 19px;
  width: 84px;
  height: 80px;
  border: 0;
}

.certificate__cards__wrapper .champion__card__body .site-btn.btn-sm {
  padding: 7px 40px;
}

.certificate__card {
  background: #f5f5f5;
  box-shadow: 0px 7px 15px rgba(45, 48, 68, 0.18);
  border-radius: 15px;
  text-align: center;
  padding: 35px;
  padding-bottom: 40px;
  margin-bottom: 70px;
  margin-top: 40px;
}

.certificate__card__icon {
  max-width: 143px;
  margin: 0 auto;
  margin-bottom: 27px;
}

.certificate__card__body p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.42;
  color: #2a2d3d;
}

.certificate__card__body p b {
  font-weight: 700;
}

.certificate__card__btns {
  display: flex;
  justify-content: center;
}

.certificate__card__btns a {
  width: 282px;
  height: 52px;
  margin: 0 10px;
  background: #2a2d3d;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #f5f5f5;
  transition: 0.3s;
}

.certificate__card__btns a.active,
.certificate__card__btns a:hover {
  background: #f65d69;
  color: #fff;
}

.certificate__card__btns a.active:hover {
  background-color: #2a2d3d;
}

/*---------------------- Certificate area end ----------------------*/

/*---------------------- Partner area start ----------------------*/
.partner__items .sponsor__item h6 {
  color: #272a38;
  margin-bottom: 17px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.partner-page .partner__items .sponsor__item h6 {
  font-weight: 400;
}

.partner-page .partner__items .sponsor__item h6 b {
  font-weight: 600
}

.partner__items .sponsor__item {
  text-align: center;
  margin-bottom: 15px;
}

.partner__area__title {
  max-width: 484px;
  height: 49px;
  background: #5483fd38;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 15px;
}

.partner__area__title.sponsor-title {
  background: #f65d692b;
}

.partner__area__title h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #2a2d3d;
  display: flex;
  align-items: center;
  margin: 0;
}

.partner__area__title h5 span {
  position: relative;
  top: -2px;
  margin-right: 20px;
}

.partner__items {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 30px;
}

.partner__items .col-lg-3 {
  width: 20%;
  max-width: 20%;
  padding-top: 18px;
}

.sponsor__item span {
  display: block;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*---------------------- Partner area end ----------------------*/

/*---------------------- submit abstract start ----------------------*/
.abstract-form {
  width: 550px;
  margin: 0 auto;
  max-width: 100%;
}

.abstract-form .title {
  margin: 0 0 16px;
}

.abstract-form .sub-title {
  margin: 0 0 18px;
}

.single-input-y {
  width: 100%;
  position: relative;
  padding-bottom: 2px;
}

.input-y-tlabel {
  margin: 0 0 4px;
  font-family: "Poppins";
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #2a2d3d;
}

.input-y {
  padding: 8px 22px;
  font-family: "Poppins";
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #2a2d3d;
  background: #f5f5f5;
  border: 1px solid rgba(42, 45, 61, 0.33);
  border-radius: 5px;
  resize: none;
}

.input-y::placeholder {
  opacity: 0.41;
}

.input-y--big {
  height: 180px;
}

input {
  outline: none !important;
}

.input-y.nice-select {
  display: flex;
  align-items: center;
  background: #d3d4d6;
}

.input-y.nice-select.open {
  border-radius: 5px 5px 0 0;
  border-bottom-color: transparent !important;
}

.nice-select.bg-white,
.nice-select.bg-white .list {
  background: #f5f5f5 !important;
}

.input-y.nice-select .list {
  padding: 0 30px 0 30px;
  margin-top: 0px;
  border-radius: 0 0 5px 5px;
  width: calc(100% + 2px);
  margin-left: -1px;
  background: #d3d4d6;
  border-top: none !important;
  border: 1px solid rgba(42, 45, 61, 0.33);
  box-shadow: none;
  height: 152px;
  overflow: auto;
}

.input-y.nice-select span {
  font-weight: 400;
}

.input-y.nice-select .option {
  border-bottom: 1px solid rgba(42, 45, 61, 0.33);
  font-weight: 400 !important;
  font-size: inherit;
  background: transparent !important;
  padding: 5px 0;
}

.input-y.nice-select .option:last-child {
  border-bottom: none !important;
}

.single-input-y .submit-button {
  border-radius: 12px;
  width: max-content;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
  background: #2a2d3d;
  min-width: 142px;
  text-align: center;
  display: block;
  transition: 0.3s;
}

.single-input-y .submit-button b {
  font-weight: 600;
  padding: 2px 7px;
}

.single-input-y .submit-button:hover {
  background: #2e4dfc;
}

/*---------------------- submit abstract end ----------------------*/

/*---------------------- cart-start ----------------------*/
.cart-item__wrap {
  padding: 0 58px 0 0;
}

.cart-item {
  padding: 12px 0;
  display: flex;
  border-bottom: 1px solid rgba(42, 45, 61, 0.22);
  align-items: center;
}

.cart-item--filled {
  padding: 25px 25px;
  border-bottom: none;
  background: #c5d3f7;
  border-radius: 15px;
}

.cart-item .remove-button {
  margin: 0 17px 0 0;
  height: 28px;
  width: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #5483fd;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}

.cart-item__image {
  margin: 0 22px 0 0;
  height: 79px;
  width: 79px;
  flex-shrink: 0;
}

.cart-item__image2 {
  margin: 0 32px 0 10px;
  width: 64px;
  flex-shrink: 0;
}

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

.cart-item__text {
  flex-grow: 1;
}

.cart-item__text h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  font-family: "Poppins";
}

.cart-item__text p {
  font-size: 16px;
  margin: 0;
  font-family: "Poppins";
}

.cart-item__end {
/*  margin: 54px 0 0 20px; */
  flex-shrink: 0;
}

.cart-item--filled .cart-item__end {
  margin-top: 0;
}

.cart-item__end h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins";
}

.cart-item__end h3 .small {
  font-size: 16px;
}

.cart-order-summery {
  margin: 18px 0 20px;
}

.cart-order-summery h4 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  font-family: "Poppins";
}

.cart-order-summery table {
  width: 100%;
}

.cart-order-summery table td {
  padding: 11px 0;
  font-size: 16px;
  font-weight: 400;
  color: #2a2d3d;
  font-family: "Poppins";
}

.cart-order-summery table td:last-child {
  text-align: right;
}

.cart-order-summery table td .small {}

/*---------------------- cart end ----------------------*/

/*---------------------- checkout start ----------------------*/
.middle-shortx-content {
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
}

.checkout__total-box {
  margin: 0 0 27px;
  padding: 14px 50px 12px 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #5483fd;
}

.checkout__total-box p {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 600;
}

.checkout__total-box p .small {
  font-size: 14px;
  font-weight: 400;
}

.checkout__method-outer {}

.checkout__method-outer h4 {
  font-size: 20px;
  font-weight: 700;
}

.payment-method__wrap {
  margin: 0 0 30px;
}

.payment-method {
  margin: 0 0 10px;
  padding: 15px 23px;
  font-size: 14px;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  box-shadow: 0px 5px 15px rgba(45, 48, 68, 0.19);
  border-radius: 10px;
  font-weight: 400;
  font-family: "Poppins";
  cursor: pointer;
}

.payment-method .checkbox {
  margin: 0 18px 0 0;
}

.payment-method .image {
  margin-left: auto;
}

.checkout__method-outer .proceed-button {
  margin-top: auto;
  padding: 16px;
  display: flex;
  font-size: 16px;
  font-family: "Poppins";
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(270deg, #1d201f 2.08%, #2f3249 108.04%);
  border-radius: 10px;
  color: #fff;
}

/* -checkbox-round- */
.checkbox-round {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
  position: relative;
  flex-shrink: 0;
}

.checkbox-round::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #bfbfbf;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: inherit;
}

.checkbox-round::after {
  content: "";
  height: 63%;
  width: 63%;
  position: absolute;
  background: #2e4dfc;
  top: 4px;
  left: 4px;
  display: block;
  border-radius: inherit;
  opacity: 0;
  transition: 0.3s;
}

.checkbox-round:checked::after {
  opacity: 1;
}

/*---------------------- checkout end ----------------------*/

/*---------------------- cart-final-message end ----------------------*/
.cart-final-message {
  width: 269px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

.cart-final-message .s-img {
  width: 168px;
  margin: 0 0 25px;
}

.cart-final-message h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2d3d;
}

.cart-final-message p {
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #2a2d3d;
  line-height: 1.6;
}

.bt-button.download-app-btn {
  padding: 14px 50px;
}

.cart-final-message .bt-button {
  padding: 14px;
  display: flex;
  font-size: 16px;
  font-family: "Poppins";
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #f65d69;
  border-radius: 15px;
  color: #fff;
}

.bt-button.download-app-btn {
  padding: 14px 50px;
}

.input-sm input.button {
  padding: 5px 10px;
  height: 44px;
  font-size: 14px;
}

/*---------------------- cart-final-message end ----------------------*/

/*---------------------- Popup area start ----------------------*/
.language__dropdown .modal-content {
  padding: 40px 35px;
  padding-bottom: 35px;
}

.qr__wrapper {
  padding-top: 18px;
}

.qr__card {
  width: 198px;
  height: 207px;
  width: 198px;
  height: 207px;
  background: #5483fd3d;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-bottom: 20px;
}

.qr__img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.qr__img img {
  width: 100%;
  height: 100%;
}

.qr__wrapper p {
  margin: 0 auto;
  max-width: 240px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2a2d3d;
  letter-spacing: 0.3px;
}

.qr__input input {
  width: 237px;
  height: 65px;
  margin: 0 auto;
  margin-top: 34px;
  padding: 10px 20px;
  text-align: center;
  background: rgb(207, 220, 255);
  border-radius: 15px;
  border: 0;
  outline: none;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #2a2d3d;
  padding-top: 12px;
  display: block;
  width: 100;
}

.language__dropdown.qr-popup.code-popup .modal-dialog {
  max-width: 550px;
}

.ticket-modal {
  padding: 0 20px;
}

.ticket-modal .modal-dialog {
  max-width: 340px !important;
  margin: 20px auto !important;
}

.language__dropdown.ticket-modal .modal-content {
  background: #fff;
  padding: 16px 15px;
  padding-bottom: 9px;
}

.ticket__card__item__title {
  background: #f65d69;
  padding: 15px 28px;
  margin-bottom: 10px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.ticket__card__item__title h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.ticket__card__item__title::after {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  content: "";
}

.ticket__card__item__title::before {
  left: auto;
  right: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  content: "";
}

.ticket__card__item__title small {
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  display: block;
}

.ticket__card__item__title.bg-dark {
  background-color: #2d3044 !important;
  padding: 16px 28px;
}

.ticket__card__item__title.bg-dark::before {
  left: auto;
  right: -12px;
  height: 24px;
  width: 24px;
}

.ticket__card__item__title.bg-dark::after {
  left: -12px;
  height: 24px;
  width: 24px;
}

.ticket-modal .modal-body {
  padding: 5px;
}

.user__ticket__card {
  padding: 11px 13px 9px 54px;
  background: #eaebed;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.user__ticket__card__body small {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #2e4dfc;
  display: block;
  margin-bottom: 1px;
}

.user__ticket__card__body h6 {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #2d3044;
  margin-bottom: 1px;
}

.user__ticket__card__body p {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #2d3044;
  margin-bottom: 0px;
}

.ticket__card__time {
  opacity: 0.7;
}

.ticket__card__date {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: #2d30445c;
  border-radius: 10px;
  padding: 4px 7px;
}

.user__ticket__card__title {
  position: absolute;
  left: 0;
  top: 0;
  background: #2e4dfc;
  border-radius: 15px 0px 0px 0px;
  height: 100%;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}

.user__ticket__card__title span {
  transform: rotate(-90deg);
}

.user__ticket__card__title.red {
  background: #e63946;
  border-radius: 0px 0px 0px 15px;
}

.sh-1 {
  top: -82px;
  max-width: 258px;
}

.sh-2 {
  max-width: 282px;
  bottom: -20px !important;
}

.form-page .mobile-header,
.form-page .mobile-menubar,
.form-page .mobile-mainmenu {
  display: none !important;
}

.form__header {
  display: none;
}

/*---------------------- Popup area end ----------------------*/

/*---------------------- Info area start ----------------------*/
.info__idex__card {
  background: #5583fd;
  border-radius: 15px;
  margin-bottom: 10px;
  position: relative;
  padding: 23px 23px;
  padding-bottom: 20px;
  padding-right: 55px;
}

.schedule__filter__date.item-4>* {
  padding: 0 3px;
  width: 25%;
  margin-bottom: 7px;
}

.info__idex__card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 134%;
  color: #ffffff;
  margin: 0;
  padding-top: 2px;
}

.info__idex__card__title {
  background: #5483fd;
  border-radius: 0 15px 15px 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info__idex__card__title span {
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  color: #ffffff;
  transform: rotate(-90deg);
}

.info-alert-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  text-align: center;
  color: #ffffff;
  background: #2e4dfc;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 10px;
}

.info__card__one {
  display: flex;
  align-items: center;
  background: #eaebed;
  border-radius: 15px;
  padding: 9px 18px;
  margin-bottom: 10px;
  padding-left: 28px;
}

.info__card__one span {
  display: inline-block;
  flex: 0 0 auto;
  min-width: 37px;
  margin-right: 18px;
  text-align: center;
}

.info__card__one h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #272a38;
  margin-bottom: 0px;
}

.info__card__one p {
  font-weight: 300;
  font-size: 14px;
  line-height: 134%;
  color: #272a38;
  margin-bottom: 1px;
}

.info__card__one p a {
  font-weight: 600;
  font-size: 14px;
  line-height: 134%;
  color: #2e4dfc;
  text-decoration: none;
}

.info__detail__card {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px;
  position: relative;
}

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

.chev-right {
  flex: 0 0 auto;
  padding: 0 4px;
}

.chev-right a {
  color: #2d3044;
  font-size: 18px;
  line-height: 1;
}

.info__detail__card__left span {
  flex: 0 0 auto;
  width: 58px;
  margin-right: 15px;
}

.info__detail__card__left h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 134%;
  color: #272a38;
  margin-bottom: 2px;
}

.info__detail__card__left p {
  font-weight: 300;
  font-size: 14px;
  line-height: 134%;
  color: #272a38;
  opacity: 0.8;
  margin: 0;
}

.info__social {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 40px;
}

.info__social a {
  margin: 0 3px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
  border-radius: 50px;
}

.sh-3 {
  max-width: 287px;
  bottom: 67px;
}

.n-badge {
  background: #e63946;
  position: absolute;
  top: -5px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  z-index: 1;
}

/*---------------------- Info area end ----------------------*/

/*---------------------- E-Ticket area start ----------------------*/

.approved__ticket__card {
  background: #2d3044;
  box-shadow: 0px 10px 15px rgba(45, 48, 68, 0.16);
  border-radius: 15px;
  position: relative;
}

.approved__ticket__card__body {
  background: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 21px;
  padding-bottom: 15px;
}

.approved__ticket__thumb {
  width: 69px;
  height: 69px;
  background: linear-gradient(0deg, #f65d69 0%, #ffd2c2 100%);
  border-radius: 15px;
  flex: 0 0 auto;
  margin-right: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.approved__ticket__content h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #2d3044;
  margin-bottom: 2px;
}

.approved__ticket__content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2d3044;
  margin: 0;
}

.approved__ticket__card__btn a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  padding: 7px 10px;
}

.approved__ticket__card__btn a:hover {
  color: #e63946;
}

.ticket__qr__card__img {
  width: 198px;
  height: 207px;
  margin: 0 auto;
  background: #2d304438;
  margin-bottom: 14px;
  border-radius: 13px;
  margin-top: 14px;
  padding: 4px;
  position: relative;
}

.ticket__qr__card__img img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.qr__info {
  position: absolute;
  top: -1px;
  right: -37px;
  z-index: 1;
}

.qr__info button {
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  line-height: 1;
}

.ticket__status {
  text-align: center;
  position: relative;
}

.ticket__status span {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background: #2d3044;
  border-radius: 10px;
  padding: 4px 20px;
  display: inline-block;
}

.approved__ticket__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: -16px;
  left: 50%;
  background: #e63946;
  border-radius: 20px 20px 20px 0px;
  padding: 5px 40px;
  display: inline-block;
  width: auto;
  height: auto;
  transform: translateX(-50%);
}

.p-10 {
  padding: 10px;
}

.ticket-modal-open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e63946;
  border-radius: 15px;
  width: 100%;
  border: 0;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  transition: 0.3s;
  padding-right: 16px;
}

.ticket-modal-open:hover {
  background-color: #2a2d3d;
}

.sponsor__card {
  background: #ffffff;
  box-shadow: 0px 10px 15px rgba(84, 131, 253, 0.24);
  border-radius: 10px;
  margin-bottom: 12px;
  text-align: center;
}

.sponsor__card {
  background: #ffffff;
  box-shadow: 0px 10px 15px rgba(84, 131, 253, 0.24);
  border-radius: 10px;
  margin-bottom: 12px;
  text-align: center;
}

.sponsor__card__title {
  background: #5483fd38;
  border-radius: 10px 10px 0px 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #2a2d3d;
  padding: 5px;
}

.sponsor__card__slide p {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #2a2d3d;
  margin-bottom: 5px;
}

.sponsor__card__slider {
  padding: 12px 48px;
  padding-bottom: 22px;
}

.sponsor__card__slide span {
  display: block;
  text-align: center;
}

.sponsor__card__slide img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.sponsor__card__slider .owl-nav {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  left: 0;
  z-index: -2;
}

.sponsor__card__slider .owl-nav button {
  font-size: 16px !important;
  color: #2d3044 !important;
}

.sponsor__card__slider .owl-nav {
  top: 56%;
  padding: 0 20px;
}

.bg-light-red {
  background: #f65d6a4d !important;
}

/*---------------------- E-Ticket area end ----------------------*/

/*---------------------- Footer area start ----------------------*/
.footer {
  position: relative;
  background: linear-gradient(101.76deg, #2d3044 36.65%, #21242a 101.6%);
  padding-top: 45px;
  padding-bottom: 70px;
  z-index: 1;
  color: #fff;
}

.footer__logo {
  max-width: 234px;
  display: block;
  margin-bottom: 35px;
  margin-left: -16px;
}

.footer__details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__details ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  margin-bottom: 26px;
  font-weight: 300;
  font-size: 20px;
  text-align: start;
  color: #f5f5f5;
  max-width: 340px;
}

.footer__details ul li a {
  display: flex;
  align-items: flex-start;
  color: #f5f5f5;
}

.footer__details ul li span {
  margin-right: 24px;
  font-size: 23px;
  line-height: 1;
  position: relative;
  top: 2px;
  min-width: 23px;
}

.footer__nav {
  display: flex;
}

.footer__nav a {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;
  color: #f5f5f5;
  position: relative;
  padding-left: 60px;
  transition: 0.3s;
}

.footer__nav a:hover {
  color: #daa660;
}

.footer__nav a:first-child {
  padding-left: 0;
}

.footer__nav a::after {
  position: absolute;
  left: 26px;
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border-radius: 50px;
  content: "";
  top: 8px;
}

.footer__nav a:first-child::after {
  display: none;
}

.footer__social {
  display: flex;
  margin-bottom: 45px;
  padding-top: 10px;
  align-items: center;
}

.footer__social a {
  margin-right: 23px;
  display: inline-block;
  text-decoration: none;
  font-size: 35px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

.footer__social a img {
  transition: 0.2s;
  filter: brightness(3);
}

.footer__social a:hover img {
  filter: none;
}

.footer__social a:hover {
  color: #daa660;
}

.footer__form h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #f5f5f5;
}

.form-group label {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: #ffffff;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
}

.form-group label span {
  color: #e63946;
}

.text-red {
  color: #e63946 !important;
}

.form-group .form-control {
  height: 52px;
  border: 0;
  outline: none;
  background: #f5f5f5;
  border-radius: 10px 10px 0px 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #2c2f42;
  padding: 10px 23px;
  font-family: "Poppins", sans-serif;
}

.form-group {
  margin-bottom: 15px;
}

.form-group textarea.form-control {
  height: 205px;
  resize: none;
}

.common-btn {
  background: #2e4dfc;
  box-shadow: 0px 15px 30px rgba(84, 131, 253, 0.15);
  border-radius: 20px 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #f5f2f0;
  transition: 0.3s;
  border: 0;
  outline: none;
  display: inline-block;
  padding: 20px 29px;
  text-decoration: none;
  padding-left: 24px;
}

.common-btn i {
  margin-left: 18px;
  display: inline-block;
}

.common-btn.hover\:white:hover {
  background-color: #fff;
  color: #2e4dfc;
}

.common-btn:hover {
  background-color: #2d3044;
  color: #fff;
}

.footer__shape {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
  max-width: 100%;
}

/*---------------------- Footer area end ----------------------*/
.main.mobile-design {
  margin-bottom: 91px;
  padding-bottom: 19px;
}

/* ============     FORM ANIMATION CSS      ============= */
.form-page .s-14 {
  pointer-events: none;
}

.form-ex-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  --trasnTime: opacity 0.4s ease, transform 0.6s ease;
}

.form-ex-tab {
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--trasnTime);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  padding-bottom: 20px;
}

.form-ex-tab.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}

.ff-form__tmessage,
.single-input-x {
  transition: var(--trasnTime);
}

#login .single-input-x:nth-of-type(1) {
  transform: translate(0%, 305%);
  z-index: 5;
}

#login .single-input-x:nth-of-type(2) {
  transform: translate(0%, 305%);
  z-index: 5;
}

#login .single-input-x:nth-of-type(3) {
  transform: translate(0%, calc(305% * 1.3));
  z-index: 5;
}

#login .single-input-x:nth-of-type(4) {
  transform: translate(0%, 305%);
  z-index: 5;
}

#login .single-input-x:nth-of-type(5) {
  transform: translate(0%, 305%);
  z-index: 5;
}

#register .ff-form__tmessage {
  transform: translate(1em, -3em);
  transition: opacity 1s ease, transform 0.6s ease .1s;
  opacity: 0;
  z-index: 5;
}

#register .single-input-x:nth-of-type(3) {
  transform: translate(1em, -3em);
  transition: opacity 1s ease, transform 0.6s ease .1s;
  opacity: 0;
  z-index: 6;
}

#register .single-input-x:nth-of-type(4) {
  transform: translate(0%, -305%);
  z-index: 5;
}

#register .single-input-x:nth-of-type(5) {
  transform: translate(0%, calc(-305% * 2.4));
  z-index: 5;
}

#register .single-input-x:nth-of-type(6) {
  transform: translate(0%, -305%);
  z-index: 5;
}

#register.active .ff-form__tmessage,
#register.active .single-input-x:nth-of-type(n),
#login.active .single-input-x:nth-of-type(n) {
  transform: translate(0, 0) !important;
  opacity: 1;
}

.text-dark-blue {
  color: #2E4DFC !important;
}

/* ============     FORM ANIMATION CSS END     ============= */


/* ============     MODAL CSS START     ============= */
.course--popup .modal-dialog {
  max-width: 982px;
}

.course--popup .modal-content {
  background-image: url(../img/course-modal-bg.png);
  background-color: #ECEEF1;
}

.course--popup .modal-content p {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.45;
}

.course__modal__header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.course__modal__header__thumb {
  width: 175px;
  height: 190px;
  flex: 0 0 auto;
  margin-right: 30px;
}

.course__modal__header__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
}

.course__modal__header__content p {
  margin-bottom: 4px !important;
}

.course__modal__header__content p b {
  font-weight: 800;
}

.course__modal__header__content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  color: #292F36;
  margin-bottom: 10px;
}

.course__tag {
  display: flex;
  flex-wrap: wrap;
  padding-top: 7px;
}

.course__tag button {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  border: 0;
  outline: none;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #EB5757;
  border-radius: 5px;
  padding: 1px 15px;
}

.course__modal__header__content {
  max-width: 320px;
}

.course__speaker__card {
  box-shadow: 0px 7px 11px rgba(42, 45, 61, 0.19);
  display: flex;
  margin-bottom: 18px;
  background: #ECEEF1;
  border-radius: 10px;
}

.course__speaker__card__thumb {
  width: 179px;
  height: 110px;
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
  flex: 0 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course__speaker__card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course__speaker__card__content {
  width: 100%;
  padding: 10px 26px;
  position: relative;
  padding-right: 111px;
}

.course--popup .modal-content .course__speaker__card__content .course__speaker__card__content__details p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #292F36;
  opacity: .8;
  margin-bottom: 5px !important;
}

.course__speaker__card__content__details p {
  margin-right: 15px;
}

.course--popup .card-action-btn {
  color: #EB5757;
  background: #EB575724;
}

.course__speaker__card.large .course__speaker__card__thumb {
  width: 38%;
  height: auto;
}

.course--popup .modal-content .course__speaker__card.large .course__speaker__card__content__details p {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 10px;
  margin-right: 0;
  padding-bottom: 2px;
}

.course__speaker__card.large .course__speaker__card__content__details>.d-flex {
  flex-wrap: wrap;
  margin: 0 -10px;
}

.modal-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 12px;
}

.modal-shape-1 img {
  position: relative;
  left: -10px;
}


.shape-mobile-block {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .course--popup .modal-dialog {
    max-width: 940px;
  }

  .course__speaker__card__thumb img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .course--popup .modal-dialog {
    max-width: 730px;
  }



  .course__speaker__card.large .course__speaker__card__thumb {
    width: 35%;
  }


  .course--popup .modal-content p {
    font-size: 16px;
  }

  .course--popup .modal-content .course__speaker__card__content .course__speaker__card__content__details p {
    font-size: 13px;
    line-height: 16px;
  }

  .course__speaker__card__content__details p {
    margin-right: 9px;
  }

  .course__speaker__card__content {
    padding: 10px 22px;
    padding-right: 80px;
  }







}   

@media screen and (max-width: 767px) {
  .course__speaker__card__thumb {
    display: none !important;
  }



  .shape-mobile-block {
    display: block !important;
    left: 7px !important;
  }

  .shape-mobile-none {
    display: none !important;
  }

  .course--popup .modal-content .course__speaker__card .course__speaker__card__content__details p {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 10px;
    margin-right: 0;
    padding-bottom: 2px;
  }

  .course__speaker__card .course__speaker__card__content__details>.d-flex {
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .course__modal__header__thumb {
    width: 127px;
    height: 140px;
    margin-right: 0;
    margin-bottom: 14px;
    margin-top: -40px;
  }

  .course__modal__header {
    flex-direction: column;
    text-align: center;
  }


  .course__tag {
    justify-content: center;
  }

  .course__modal__header__content h3 {
    font-size: 22px;
  }


  .course--popup .modal-content {
    background: #ECEEF1;
    padding-top: 0 !important;
  }

  .modal-shape-1 {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }


  .course--popup .modal-dialog {
    margin-top: 70px;
  }

  .course--popup .modal-content p {
    font-size: 15px;
  }

  .course__speaker__card__content {
    padding: 10px 18px;
    padding-right: 66px;
  }

  .course__tag button {
    font-size: 14px;
    line-height: 25px;
    padding: 1px 12px;
  }

  .course__modal__header__content h3 {
    font-size: 21px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 575px) {
  .course--popup .modal-dialog {
    margin-top: 60px !important;
  }
}

/* ============     MODAL CSS END     ============= */


/* payment-page-css-start */
.payment--padding{
  padding: 50px 0px 118px;
}
.payment-title span.total {
  font-size: 40px;
  font-weight: 600;
  color: #272A38;
  line-height: 1;
  font-family: "Poppins";
}

.payment-title span.total sub {
  font-size: 16px;
  bottom: 2px;
}
.s-12 {
  display: none !important;
}
.payment-notice {
  background: #C3976A4D;
  padding: 9px 78px;
  font-size: 16px;
  color: #272A38;
  line-height: 24px;
  margin-bottom: 10px;
}

.payment-notice p {
  margin-bottom: 0px;
  color: #272A38;
  font-family: "Poppins";
}

.payment-form label {
  font-size: 18px;
  color: #272A38;
  font-family: "Poppins";
  display: block;
  margin-bottom: 5px;
}

.payment-form input.form-control {
  border: 1px solid #272A3866;
  height: 46px;
  padding: 0px 24px;
  color: #272A3833;
  font-size: 18px;
  font-family: "Poppins";
  outline: none;
  box-shadow: none;
}

.payment-form label span i {
  color: #7A7685;
}


.payment-form button {
  height: 52px;
  width: 100%;
  border: none;
  background: #2362AE;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins";
}
.payment-form span.input-img img{
  position: absolute;
  right: 5px;
  top: 5px;
  height: 35px;
  width: 72px;
  object-fit: cover;
  object-position: center;
}
.payment-form .card-number-input input{
  padding-right: 80px;
}


.payment-form button span {
  margin-right: 7px;
}

.payment-card {
  border-radius: 24px;
  height: 100%;
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-card--bg{
  background: #3BC9EA1A;
}

.cards-item {
  margin-bottom: 20px;
}

.card-main {
  background-size: contain;
  width: 100%;
  height: 255px;
  border-radius: 29px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 50px 40px 31px;
  max-width: 434px;
  margin: 0 auto;
}

.card--name {
  margin-bottom: 35px;
}

.card--number {
  margin-bottom: 5px;
}

.card--slot {
  margin-bottom: 10px;
}

.card--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card--user span {
  color: #fff;
  font-size: 13px;
  font-family: "Poppins";
  display: block;
  margin-bottom: 6px;
}

.card--user h5 {
  font-family: "Poppins";
  color: #fff;
  font-size: 18px;
}

.card--exp span {
  display: block;
  font-size: 13px;
  color: #fff;
  font-family: "Poppins";
  margin-bottom: 6px;
}

.card--exp h5 {
  color: #fff;
  font-size: 18px;
}


.peyment-content.payment-erorr .payment-notice p {
  color: #E63946 !important;
}
.peyment-content.payment-erorr .payment-notice {
  background: #E639464D;
}
.peyment-content.payment-erorr .payment-form label {
  color: #E10220;
}
.peyment-content.payment-erorr .payment-form label small {
  font-size: 12px;
}
.peyment-content.payment-erorr .payment-form input.form-control {
  border: 1px solid #E1022066;
  color: #E1022033;
}
.peyment-content.payment-erorr .payment-form input.form-control::placeholder {
  color: #E1022033;
}
.peyment-content.payment-erorr 
.peyment-content.payment-erorr 
.peyment-content.payment-erorr 


/* payment-page-css-start-end */



/* payment-success-page */
.ps__content h2 {
  font-size: 64px;
  line-height: 1;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 18px;
}

.ps__content h2 sub {
  font-size: 16px;
  bottom: 6px;
}

.ps__content p {
  font-size: 20px;
  line-height: 1;
  font-family: "Poppins";
  margin-bottom: 20px;
}

.ps__content span {
  font-size: 16px;
  font-family: "Poppins";
  margin-bottom: 38px;
}


.ps__content a.btn-link {
  color: #147DB7;
  text-decoration: none;
  font-size: 20px;
  font-family: "Poppins";
  display: block;
}

.ps__img {
  margin-bottom: 20px;
}

.ps__img img {
  max-width: 180px;
}

.ps__content a.btn {
  width: 266px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2362AE;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins";
}

.alert-primary {
  background: #379BA642;
}





/* =========================
=== New css add by @dev2 ===
============================= */




/*---------------------- add-frame-section start ----------------------*/
.add-frame-section {
    padding: 50px 0;
    position: relative;
    z-index: 2;
}
.add-frame-section__inner {

}

.add-frame-content {

}
.add-frame__c-title {
    margin: 0 0 40px;
}
.add-frame__c-title h2 {
    font-size: 50px;
    font-weight: 700;
}
.add-frame__c-title h2 .icon {
    width: 45px;
    margin: 0 20px 0 0;
}
.add-frame__c-title p {
    font-size: 20px;
}

.add-frame-c-box {
    padding: 20px 38px 35px;
    background: #F5F5F5;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.add-frame-c-box__tp {

}
.add-frame-c-box__tp .bdg {
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 800;
    text-align: center;
    background: rgba(45, 76, 249, 0.2);
    font-family: 'Inter', sans-serif;
    color: #2D4CF9;
}
.add-frame-c-box__frame {
    background-color: #CDCDCD;
    border-radius: 10px;
    background-size: cover !important;
    background-position: center !important;
}
.add-frame-c-box__frame__overlay {
    width: 100%;
    border-radius: inherit;
}
.add-frame-c-box__bt {
    padding: 16px 0 0;
}
.add-frame-c-box__btn {
    font-size: 20px;
    gap: 14px;
    padding: 13px 30px;
    border-radius: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background: #272A38;
    color: #fff;
    cursor: pointer;
}
.add-frame-c-box__btn .icon {

}

/*---------------------- add-frame-section end   ----------------------*/



.newx .container{
   /* position: relative;*/
    /* top: 160px;*/
    padding: 0 18px;
    z-index: 999;
   /*  padding-bottom: 30px;*/
}


.newx .card{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 12px;
    background-color: #fff;
    border-radius: 5px;
}
.newx .card-img{
    position: relative;
}
.newx .card-img h1{
    position: absolute;
    left: 15px;
    bottom: 12px;
}
.newx .card-text{
    padding: 18px 24px 15px 18px;
}
.newx .card-text p{
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color: rgba(0, 0, 0, 1);
}
.newx .main-btn{
    background-color: #2A2D3D;
    font-family: Poppins;
    font-weight: 700;
    border-radius: 20px;
    width: fit-content;
    padding: 8px 15px 8px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    margin-top: 10px;
}
.newx .main-btn div{
    margin-bottom: -3px;
}
.newx .common-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
}
.newx .common-text.white-text{
    color: #fff;
}
.newx .common-text.dark-text{
    color:#2A2D3D;
}

.newx h1{
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}
.newx h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 3px;
}
.newx h3{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2A2D3D;
}

/* New styles for 5 pages */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.new_page{
  font-family: "Inter", sans-serif;
}
.bundles_page .container{
  padding: 0 24px;
}
.new_page a{
  text-decoration: none;
}
/* .bundles.row > div.col-6:nth-of-type(odd){
  padding-right: 10px;
}
.bundles.row > div.col-6:nth-of-type(even){
  padding-left: 10px;
} */
.bundle_card{
  font-weight: 700;
  margin-bottom: 8px;
}
.bundle{
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px 12px 8px 5.5px;
  color: #FDFDFD;
  min-height: 127px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}
.red_bundle .bundle{
  background-image: url(/ticketsx/standard-new.png);
}
.bundle_current_price{
  font-size: 18px;
}
.bundle_current_price span{
  font-size: 10px;
}
.bundle_status{
  font-size: 20px;
  padding-left: 7px;
}
.bundle_name{
  color: #000;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
}
.more_info{
  font-size: 14px;
  color: #FFFFFF;
  padding: 4px 14px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.more_info:hover{
  color: #FFFFFF;
}
.red_bundle .more_info{
  background: #fe514d;
}
.star_save{
  background-image: url(/idex/assets/img/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 54px;
}
.star_save .sm_span{
  font-size: 10px;
  display: block;
  margin-bottom: -6px;
}
.bundle_old_price{
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding-right: 5px;
  margin-top: -6px;
}
.bundle_old_price:before{
  content: '';
  position: absolute;
  top: 40%;
  left: -5px;
  width: 44.29px;
  height: 1px;
  background: #FFFFFF;
  transform: rotate(-15deg);
  transform-origin: center;
}
.blue_move_bundle .bundle{
  background-image: url(/ticketsx/prem-new.png);
}
.blue_move_bundle .more_info{
  background: #5768fd;
}
.aqua_bundle .bundle{
  background-image: url(/ticketsx/ex-new.png);
}
.aqua_bundle .more_info{
  background:#32b4b3;
}
.rose_bundle .bundle{
  background-image: url(/ticketsx/elite-new.png);
}
.rose_bundle .more_info{
  background: #f78080;
}
.courses_bundle .bundle{
  background-image: url(/ticketsx/courses-new.png);
}

.courses_bundle .more_info{
  background: #b4568b;
}



.offers_bundle .bundle{
  background-image: url(/ticketsx/offers-new.png);
}

.offers_bundle .more_info{
  background: #444992;
}


.Idex_bundles{
  color: #2C2F43;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.Idex_bundles_text{
  color: #2C2F43;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
}
.Idex_bundles_text span{
  font-weight: 700;
}
.info_card{
  box-shadow: 4px 4px 10px 0px #00000040;
  background-color: #fff;
  padding: 36px 14px 16px 20px;
  border-radius: 10px;
  position: relative;
}
.close_info_card{
  position: absolute;
  top: 7px;
  right: 15px;
}
.info_page{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 45, 61, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.info_page .container{
  padding: 0 14px 0 18px;
}
.info_bg{
  background-image: url(/idex/assets/img/infox.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 93px;
  border-radius: 10px;
  display: flex;
  align-items: end;
}
.info_bg h2{
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: "Poppins", sans-serif;
  padding-left: 20px; 
  margin: 0;
  margin-bottom: -9px;
}
.offer-card{
  color: #2A2D3D;
}
.offer-card h5 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 14px;
  margin: 0;
  margin-top: 14px;
  margin-bottom: 10px;
  color: #2A2D3D;
}
hr.seperator_new{
  color: #000;
  opacity: 30%;
  margin: 0;
}
.offer-card hr{
  margin-left: 10px;
  margin-right: 7px;
  margin-bottom: 13px;
}
.offer_prices{
  padding-left: 10px;
  font-size: 16px;
}
.offer_prices > div{
  display: flex;
  align-items: start;
}
.offer_prices > div:last-child span:first-child{
  margin-top: 7px;
}
.offer-card li{
  display: flex;
  gap: 14px;
  align-items: self-start;
  margin-bottom: 17px;
  font-size: 16px;
  max-width: 300px;
}
.offer-card .list-unstyled{
  margin: 0 12px;
}
.price-old {
  position: relative;
  margin-left: 10px;
}
.price-old:before{
  position: absolute;
  content: " ";
  background:red;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
}
.price-old span{
  font-size: 12px;
}
.price-new {
  font-weight: 700;
  font-size: 32px;
  margin-left: 10px;
}
.price-new span{
  font-size: 15px;
  margin-left: -5px;
}
.info_page .register-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(90deg, #1B1E33 0%, #2D3044 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 24px 11px 27px;
  border-radius: 10px;
  margin-top: 9px;
  text-decoration: none;
}
.info_page .register-btn:hover{
  color: #ffffff;
}

.new_carousel .carousel-caption {
  right: unset;
  padding: 0;
}

.new_carousel .carousel-caption h5,
.new_carousel .carousel-caption p {
  color: #fff !important;
  margin: 0;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0;
}
.new_carousel .carousel-caption h5{
  font-weight: 700;
}
.new_carousel .carousel-caption p{
  font-weight: 400;
}
.new_carousel .carousel-indicators{
  margin-bottom: 0;
  bottom: -26px;
}
.new_carousel .carousel-indicators [data-bs-target]{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.eticket2_page .new_carousel .carousel-indicators [data-bs-target],
.eticket2_page .new_carousel .carousel-indicators [data-bs-target].active{
  width: 5px;
  height: 5px;
}
.new_carousel .carousel-indicators [data-bs-target].active{
  background-color: #272A38;
  width: 8px;
  height: 8px;
}
.registration-section {
  margin: 30px auto;
  background-color: #fff;
}

.registration-section .form-container {
  padding: 0 30px;
}

.registration-section .form-container h6 {
  font-weight: 700;
  max-width: 331px;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 16px;
}
.registration-section .form-container .form_group{
  margin-bottom: 14px;
}
.registration-section .form-control {
  border-radius: 10px;
  border: 1px solid #1B297380;
  padding: 14px 12px 14px 16px;
}
.registration-section .form-control:placeholder{
  font-weight: 300;
  font-size: 16px;
  color: rgba(44, 47, 67, 0.51);
}
.registration-section .form-control:focus{
  box-shadow: none;
}
.registration-section .form-label{
  color: #2D3044;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.registration-section .register-btn {
  background-color:#0C2EFD;
  color: #fff;
  border-radius: 10px;
  padding: 9px 83px 11px 84px;
  font-weight: 700;
  display: block;
  margin-top: 28px;
  font-size: 18px;
  width: fit-content;
  margin-inline: auto;
}

.registration-section .register-btn:hover {
  color: #fff;
}

.whatsapp-link {
  margin-top: 20px;
  display: block;
  max-width: 266px;
  font-size: 14px;
  margin-inline: auto;
  text-align: center;
  color: #06502B;
  padding-left: 28px;
  position: relative;
}
.whatsapp-link:hover{
  color: #06502B;
}
.whatsapp-link span {
  font-weight: 700;
}
.whatsapp-link svg{
  left: 8px;
  top: 6px;
}
.order_page .container{
  padding: 0 15px 0 17px;
}
.order_page .ticket-active {
  background-color: #208B37;
  box-shadow: 0px 10px 15px 0px #2D304429;
  color: white;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
  text-align: center;
  height: 52px;
}
.my_order_heading{
  font-size: 20px;
  font-weight: 700;
  color: #2A2D3D;
}
.order_card{
  margin-bottom: 19px;
  font-family: "Poppins", sans-serif;
}
.order_card .card-body{
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #fff;
  border-radius: 10px;
  margin-top: -12px;
  padding: 10px 13px 13px;
  color: #2A2D3D;
}
.installment_card .card-body{
  border-radius: 15px;
  padding: 12px 13px 22px 14px;
}
.order_page .installment-box {
  background-color: #2c2f48;
  color: white;
  padding: 11px 10px 13px 10px;
  border-radius: 15px 15px 0 0;
}
.installment-box h6{
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.order_page .note-box {
  background-color:rgba(216, 68, 68, 0.2);
  color: #A41C26;
  border-radius: 15px;
  padding: 13px 10px 13px 14px;
  font-size: 12px;
  margin-bottom: 14px;
}
.order_page .pay-btn {
  background-color: #2E4DFC;
  color: white;
  border-radius: 20px;
  font-size: 0.85rem;
  padding: 5px 15px;
  border: none;
}
.pay_status .status_btn {
  border-radius: 10px;
  padding: 4px 16px 5px 12px;
  font-size: 18px;
  font-weight: 700;
}
.pay_status.paid_box .status_btn{
  background: rgba(32, 139, 55, 0.2);
  color: #208B37;
}
.status_btn svg{
  margin-right: 11px;
}
.order_page .card-body h6{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #2A2D3D;
}
.order_page .card-body p{
  font-family: "Inter", sans-serif;
  line-height: 21px;
}
.ticket_price{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
  padding-inline: 2px;
}
.view_ticket{
  color: #BD2626;
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding-top: 11px;
  text-align: center;
}
.view_ticket:hover{
  color: #BD2626;
}
.order_page .paid_box .order_details{
  font-weight: 700;
}
.order_page hr.seperator_new{
  opacity: 40%;
}
.installment_card hr.seperator_new{
  margin-left: 23px;
  margin-right: 34px; 
  opacity: 20%;
}
.pay_status{
  padding-bottom: 10px;
  padding-top: 7px
}
.eticket2_page .carousel-item{
  border-radius: 10px;
  overflow: hidden;
  height: 123px;
}
.eticket2_page .carousel-caption{
  left: 17px;
  text-align: start;
}
.eticket2_page .new_carousel .carousel-caption h5, .idex_courses_lectures h5{
  font-size: 24px;
}
.eticket2_page .new_carousel .carousel-caption p, .idex_courses_lectures p{
  font-size: 16px;
}
.eticket2_page .container{
  padding: 0 25px;
}
.idex_courses_lectures{
  background-image: url(/idex/assets/img/Idex-courses-lectures.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 123px;
  color: #fff;
  padding-left: 17px;
  margin-top: 25px;
  margin-bottom: 7px;
}
.idex_courses_lectures h5{
  color: #fff;
  margin: 0;
  font-weight: 700;
}
.idex_courses_lectures p{
  line-height: 21px;
}
.idex_courses_lectures > *{
  max-width: 266px;
}
.get_now{
  font-size: 16px;
  color: #2D3044;
  text-align: center;
}
.ticket_icon_box{
  background: #fff;
  border-radius: 10px;
  width: 43px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket_box{
  width: 100%;
  height: 127px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  text-decoration: none;
}
.ticket_container{
  position: relative;
  z-index: 100;
  padding-inline: 15px;
  padding-bottom: 11px;
}
.ticket_box .ticket_name {
  background-image: url(/idex/assets/img/shape-ticket.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 62px;
  bottom: 0;
  position: absolute;
}
.ticket_box h5{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #270E50;
}
.expo_ticket{
  background-image: url(/idex/expo.png);
}
.gala_ticket{
  background-image: url(/idex/assets/img/gala.png);
}
.bus_ticket{
  background-image: url(/idex/assets/img/bus.png);
}
.hotel_ticket{
  background-image: url(/idex/assets/img/hotels-info.svg);
}
.event_ticket{
  background-image: url(/idex/assets/img/Events-blue.svg);
}
.exhib_ticket{
  background-image: url(/idex/assets/img/Exhibitors.png);
}
.ticket-name{
  color: #2D3044;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 13px;
}
.ticket_card{
  margin-bottom: 11px;
}
.row.bundles, .row.tickets_row{
  --bs-gutter-x: 0.75rem;
}

/* ======================================= Info Page 31/5/2025 ============================== */
.page-header {
    padding: 24px 22px;
    background: url("../images/header-info-bg.svg");
    background-image: radial-gradient(#e0e0e0 2px, transparent 2px);
    background-size: 24px 24px;
    height: 200px;
  }
  .page-header::before {
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: 99;
    width: 50.5%;
    height: 37px;
    bottom: 0;
    left: 0;
  }
  .perfect-dent {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 999;
  }
  .perfect-dent-logo {
    border-radius: 15px;
    overflow: hidden;
  }
  .perfect-dent h2 {
    font-family: "Inter", sans-serif;
  }
  .booth-info {
    margin-top: 75px;
    margin-bottom: 13px;
    color: #2A2D3D;
  }
  .booth-info p {
    margin-bottom: 0;
  }
  .booth-number {
    background-color: #25283D;
    color: white;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height:  normal;
  }
  .booth-number svg{
    margin-left: 6px;
  }
  .blue-ticket-card{
    margin-bottom: 22px;
    font-family: "Inter", sans-serif;
  }
  .ticket-card .ticket-active {
    box-shadow: 0px 10px 15px 0px #2d304429;
    color: white;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px 15px 0 0;
    text-align: center;
    height: 52px;
  }
  .blue-ticket-card .ticket-active{
    background-color: #2037BA;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 20px;
    background-image: url("../images/contact-info-bg.svg");
  }
  .blue-ticket-card .card-body{
    margin-top: -5px;
    padding: 13px 20px;
    box-shadow: 4px 4px 10px 0px #00000040;
  }
  .contact-item {
    display: flex;
    align-items: center;
  }
  .contact-item:not(:last-child){
    margin-bottom: 10px;
  }
  .contact-item a{
    color: #2A2D3D;
    font-size: 16px;
  }
  .contact-item .icon {
    margin-right: 17px;
    display: flex;
    align-items: center;
  }
  .follow-links{
    gap: 7px;
    margin-top: 14px;
    margin-bottom: 32px;
  }
  .team-section {
    margin-bottom: 21px;
  }
  .team-member {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #2A2D3D;
  }
  .team-avatar {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    margin-right: 19px;
    overflow: hidden;
  }
  .team-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 3px 0;
  }
  .team-info p {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
  }
  /* Products Section */
  .products-section {
    margin-bottom: 20px;
  }
  .section-title{
    font-size: 20px;
    color: #2A2D3D;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
  }
  .perfect-dent .section-title{
    margin-top: -10px;
  }
  .products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .download-brochure {
    color: #0C2EFD;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0C2EFD;
    line-height: normal;
    font-weight: 700;
  }
  .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .product-item {
    background-color: #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
  }
  .product-item img{
    object-fit: cover;
  }

.bn-breaking-news{
  display: block;
  width: 100%;
  border: solid 1px #ce2525;
  background: red;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 40px;
  overflow: hidden;
  border-radius: 2px;
  text-align: auto;
  font-size: 14px;
}
.bn-breaking-news *{
  box-sizing: border-box;
}
.bn-breaking-news.bn-fixed-top{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.bn-breaking-news.bn-fixed-bottom{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.bn-breaking-loading{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1);
  z-index: 5;
  padding: 0 10px;
  color: rgba(0,0,0,1);
}



/*********************************/
/*title styles start**************/
.bn-label{
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #ce2525;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap;
}
/*title styles end****************/



/*********************************/
/*news item style start **********/
.bn-news{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
}
.bn-news ul{
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.bn-news ul li{
  white-space: nowrap;
  overflow:hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  position: absolute;
  width: 100%;
  display: none;
  color: #333;
}
.bn-news ul li a{
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 10px;
  color: #333;
  position: relative;
  display: block;
  overflow: hidden;
}
.bn-news ul li a:hover{
  color: #069;
}
.bn-loader-text{
  padding: 0 10px;
}
.bn-seperator{
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.bn-seperator.bn-news-dot{
  margin-right: 0;
}
.bn-seperator.bn-news-dot:after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.bn-prefix{
  color: #d65d7a;
  margin-right: 15px;
  padding-left: 10px;
}
.bn-positive{
  color: #0b8457;
  font-weight: bold;
}
.bn-negative{
  color: #dc2f2f;
  font-weight: bold;
}
/*news item style end ************/



/*********************************/
/*controls style start ***********/
.bn-controls{
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bn-controls button{
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border:none;
  border-left: solid 1px #EEE;
  text-align: center;
  background-color: #f6f6f6;
  outline: none;
}
.bn-controls button:hover{
  background-color: #EEE;
}

.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px;
}
.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left:-3px;
}
.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
}
.bn-arrow::after{
  border-color: #999999;
}
.bn-arrow::before{
  background-color: #999999;
}
.bn-play{
  position: relative;
  background: #999999;
  width: 0;
  height: 12px;
  display: inline-block;
  margin-left: -5px;
}
.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #999999;
  border-width: 8px;
  margin-top: -8px;
}
.bn-pause{
  position: relative;
  width: 0;
  height: 14px;
  display: inline-block;
  top: 1px;
  left:-1px;
}
.bn-pause::before{
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 3px;
  background-color: #999999;
}
.bn-pause::after{
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: -3px;
  background-color: #999999;
}
/*controls style end *************/
/*********************************/
.bn-direction-rtl{
  direction: rtl;
}
.bn-direction-rtl .bn-label{
  left: auto;
  right: 0;
}
.bn-direction-rtl .bn-controls{
  right: auto;
  left: 0;
}
.bn-direction-rtl .bn-seperator{
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
.bn-direction-rtl .bn-prefix{
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px;
}
.bn-direction-rtl .bn-controls button{
  border-left: none;
  border-right: solid 1px #EEE;
}

.bn-effect-scroll .bn-news ul{
  display: block;
  width: 100%;
  position: relative;
}
.bn-effect-scroll .bn-news ul li{
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}
.bn-effect-scroll.bn-direction-rtl .bn-news ul li{
  float: right;
}

/*********************************/
/*********************************/
