/* 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;
}
a {
  color: #329FD8;
  text-decoration: underline;
}


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;
  border-radius: 10px;
  padding: 11px 18px;
  align-items: center;
  background: rgba(203, 216, 231, 0.53);
}

.header__ticket__card__left h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #2463AF;
  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: #2463AF;
  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: #C3976A;
  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: #329FD8;
}

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

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


.header{  z-index: 12;}.dropdown-item{  z-index: 1111111 !important;}

.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: #2463AF;
  text-align: center;
  position: relative;
}

.sub__title h6::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #2463AF;
  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: #2362AE;
}

.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: #2463AF33 !important;
}

.notification__open.show {
  background-color: #2463AF33 !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: #2463AF;
  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: #2463AF;
  display: block;
}

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

.notification__item.active {
  background: #329FD833;
}

.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: #329FD8 !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: #C3976A;
  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: #2463AF;
  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: #2463AF;
  transition: 0.3s;
}

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

.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{
  background-image: url('../img/mibile-menu/mobile-header-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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



.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: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  width: 180px;
}

.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: #2060AE;
  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: 13px 0 0;
  color: #fff;
  position: absolute;
  top: 100%;
  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: #2463AF;
  --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: #1A559C;
  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: #329FD833;
}

.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: #2463AF;
  margin: 0;
}

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

/*---------------------- mobile-menu-bar start ----------------------*/
.mobile-menubar {
  display: none;
  position: fixed;
  bottom: 0;
  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: #2463AF !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;
  color: #203970;
}

.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: #379BD2;
  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: #329FD840;
  border-radius: 32px;
  text-align: center;
  padding: 32px 98px;
  color: #fff;
}

.countdown__item.common__content p {
  font-size: 24px;
  margin: 0;
    color: #2463AF !important;
}

.countdown__item.common__content h3 {
  color: #2463AF !important;
  margin-bottom: 5px;
}
.countdown__item.common__content span.counter{
  color: #2463AF !important;
}

.countdown__item {
  border-right: 5px solid #2463AF;
  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: #C3986A;
}

.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: #FFF6ED;
  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: #329ED894;
  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: #203970;
  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: #203970;
  border-radius: 0 0 10px 10px;
  width: 100%;
  margin-top: 0;
}

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

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

.openning__card {
  background: url(../img/shapes/ceremony-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #C3986A;
  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: #329ED81A;
  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: #329ED8;
  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: #329ED8;
  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: #203970;
  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: #329ED8;
  color: #fff;
}

.site-btn.btn-bordered:hover {
  background-color: #2463AF;
  color: #fff;
}

.site-btn.btn-bordered {
  border: transparent;
  font-weight: 400;
  background: #E2EDF3;
  color: #2463AF;
}

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

.course__card__body {
  display: block;
}

.theme-new.course__card .card-action-btn {
  border: none;
  background: #329FD81A !important;
  color: #329FD8;
}

.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: #2463AF;
  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: #379BA6;
  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: #379BA6;
  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: #2463AF;
  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: #2463AF;
  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: #379BA6;
}

.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: #379BA6 !important;
  opacity: 0.3;
  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: url('../img/speacker-bg.png');
  padding-top: 54px;
  padding-bottom: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.speaker__area .common__content h3 {
  color: #2D3045 !important;
}
.speaker__area .common__content p {
  color: #2D3045 !important;
}

.speaker__area .common__content h3 span {
  color: #2463AF !important;
} 

.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 {
  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: #2D3045;
  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: #203970;
}

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

.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;
  background: #C3986A;
}

.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: #C3986A1A;
  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;
  color: #203970;
}

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

.sponsor__area .common__content p {
  color: #203970;
}

.sponsor__area .common__content h3 {
  color: #203970;
}

.common__content h3 span {
  color: #329FD8 !important;
}

.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: #329FD8;
}

.section__title {
  padding-bottom: 30px;
}

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

.sponsor__wrapper {
  padding-top: 65px;
}

.sponsor__title {
  padding-bottom: 24px;
}

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

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

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

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

.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: #329ED8;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
}

.text-blue {
  color: #329FD8 !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: #203970;
  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: #2463AF;
}

.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: #329ED8;
}

.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: #329ED8;
  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: #329ED8;
  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: #E2EDF3;
  border-radius: 6px !important;
  margin: 0 18px 0 0;
  font-weight: 400 !important;
  border-bottom: 3px solid #329FD8 !important;
}

.password-field {}

.password-field-toggler {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  color: #203970;
  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: rgba(50, 158, 216, 0.17);
  color: #329ED8;
}

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

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

.register-progress {
  --active-theme: #329FD8;
  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: #329FD8;
  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: #2463AF;
  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: #329FD8;
  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: #E2EDF3;
  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 .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: #2463AF;
}

.button-dmcc__wrap .button--blue {
  background: #2463AF;
}

.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: #379BA6;
  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 #203970;
  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 #2463AF;
  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: #329FD8;
  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: #C3976A38;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 15px;
}

.partner__area__title.sponsor-title {
  background: #33B7E02b;
}

.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: #2463AF;
}

/*---------------------- 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: #329FD861;
  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: #2463AF;
  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: #329FD8;
}

.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: #329FD8;
  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: #E2EDF3;
  border-radius: 15px;
  color: #fff;
}
.cart-final-message .bt-button.download-app-btn {
  color: #2463AF;
}

.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: #33B7E03d;
  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: #A8D3EA;
  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: #2463AF;
  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: #BD9367 !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: #203970;
  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: #2463AF;
  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: #72CEFF;
  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: #272a38;
  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: #BD9367;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 10px;
}

.info__card__one {
  display: flex;
  align-items: center;
  background: #EFF3FA;
  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: #704220;
  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: #BF9568;
  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: #BD9367;
  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: #2463AF;
  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: #2463AF;
  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;
}
.footer__form .common-btn {
  background: #329ED8;
}
.text-red {
  color: #379BA6 !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: #2463AF;
  box-shadow: 0px 15px 30px rgba(84, 131, 253, 0.15);
  border-radius: 20px;
  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;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.common-btn i {
  margin-left: 18px;
  display: inline-block;
}

.common-btn.hover\:white:hover {
  background-color: #fff;
  color: #203970;
}

.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: #329ED8 !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     ============= */






/* =========================
=== New css add by @dev2 ===
============================= */
.header--absImg{
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 100%;
  opacity: .3;
  z-index: -1;}.top-index{  z-index: 1111 !important;}


.notification__btn button svg [fill="#2E4DFC"] ,
.cart__btn button.header-button svg [fill="#2E4DFC"] {
  fill: #2463AF;
}
.event-button{
  margin-left: 15px;
}
.event-button button {
  color: #fff;
  font-size: 26px;
  background-color: #2463AF;
  padding: 4px 11px;
  border-radius: 15px;
  border: none;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.event-button button span.event-badge {
  position: absolute;
  top: -5px;
  right: -9px;
  height: 20px;
  width: 20px;
  color: #fff;
  background: #C3976A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}


/* event-modal-css-start */
.event__modal.modal{
  background: rgba(0, 0, 0, 0.7);
}
.event__modal.modal .modal-dialog {
  max-width: 899px;
}
.event__modal.modal .modal-content {
  border-radius: 20px;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0px;
}
.event__modal.modal .modal-header {
  padding: 15px 35px !important;
  position: relative;
  padding-right: 87px !important;
}
.event__modal.modal .modal-body{
  padding: 0px;
}

.event-modalBtn {
  display: inline-block;
  padding: 10px 42px;
  background: #2362AE;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.event-modalBtn:hover{
  color: #fff;
  background: #111b42;
}
.event-conferance.text-center {
  background: #C3976A;
  padding: 13px 0px;
}
.event-conferance h5 {
  font-weight: bold;
  font-family: "Inter";
}
.event-items{
  max-width: 768px;
  width: 100%;
}
.event-item h6 {
  font-weight: bold;
  color: #2362AE;
  margin: 15px 0px;
}
.event-item--box.box-blue{
  background-color: #2362AE;
}
.event-item--box {
  background: #FFFBF8;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  flex: 0 0 auto;
  width: 344px;
  max-width: 344px;
}
.event-item--box img{
  max-width: 100%;
}
.modal-logo{
  margin-bottom: 30px;
}
.event-conferance{
  margin-bottom: 10px;
}


/* event-modal-css-start-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 ===
============================= */